Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

簽名檔管理.Designer.vb 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 簽名檔管理
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.TextBox3 = New System.Windows.Forms.TextBox()
  23. Me.刪除簽名檔_bt = New System.Windows.Forms.Button()
  24. Me.簽名檔持有人_lb = New System.Windows.Forms.Label()
  25. Me.簽名檔持有人_cb = New System.Windows.Forms.ComboBox()
  26. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  27. Me.圖檔編號_lb = New System.Windows.Forms.Label()
  28. Me.圖檔編號_tb = New System.Windows.Forms.TextBox()
  29. Me.生成圖檔編號_bt = New System.Windows.Forms.Button()
  30. Me.簽名檔入系統_bt = New System.Windows.Forms.Button()
  31. Me.文字_lb = New System.Windows.Forms.Label()
  32. Me.檔案名稱_lb = New System.Windows.Forms.Label()
  33. Me.TextBox4 = New System.Windows.Forms.TextBox()
  34. Me.文字1_lb = New System.Windows.Forms.Label()
  35. Me.伺服器FTP文件夾_lb = New System.Windows.Forms.Label()
  36. Me.我的電腦_lb = New System.Windows.Forms.Label()
  37. Me.讀取料夾路徑_bt = New System.Windows.Forms.Button()
  38. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  39. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  40. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  41. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  42. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  43. Me.語轉扭_bt = New System.Windows.Forms.Button()
  44. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  45. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  46. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  47. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  48. Me.SuspendLayout()
  49. '
  50. 'TextBox3
  51. '
  52. Me.TextBox3.AllowDrop = True
  53. Me.TextBox3.ForeColor = System.Drawing.Color.Black
  54. Me.TextBox3.Location = New System.Drawing.Point(1054, 56)
  55. Me.TextBox3.Multiline = True
  56. Me.TextBox3.Name = "TextBox3"
  57. Me.TextBox3.Size = New System.Drawing.Size(25, 23)
  58. Me.TextBox3.TabIndex = 622
  59. '
  60. '刪除簽名檔_bt
  61. '
  62. Me.刪除簽名檔_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  63. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  64. Me.刪除簽名檔_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  65. Me.刪除簽名檔_bt.ForeColor = System.Drawing.Color.Red
  66. Me.刪除簽名檔_bt.Location = New System.Drawing.Point(643, 83)
  67. Me.刪除簽名檔_bt.Name = "刪除簽名檔_bt"
  68. Me.刪除簽名檔_bt.Size = New System.Drawing.Size(219, 30)
  69. Me.刪除簽名檔_bt.TabIndex = 621
  70. Me.刪除簽名檔_bt.Text = "刪除簽名檔"
  71. Me.刪除簽名檔_bt.UseVisualStyleBackColor = True
  72. '
  73. '簽名檔持有人_lb
  74. '
  75. Me.簽名檔持有人_lb.AutoSize = True
  76. Me.簽名檔持有人_lb.ForeColor = System.Drawing.Color.Blue
  77. Me.簽名檔持有人_lb.Location = New System.Drawing.Point(249, 92)
  78. Me.簽名檔持有人_lb.Name = "簽名檔持有人_lb"
  79. Me.簽名檔持有人_lb.Size = New System.Drawing.Size(80, 16)
  80. Me.簽名檔持有人_lb.TabIndex = 620
  81. Me.簽名檔持有人_lb.Text = "簽名檔持有人"
  82. '
  83. '簽名檔持有人_cb
  84. '
  85. Me.簽名檔持有人_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  86. Me.簽名檔持有人_cb.ForeColor = System.Drawing.Color.Blue
  87. Me.簽名檔持有人_cb.FormattingEnabled = True
  88. Me.簽名檔持有人_cb.Location = New System.Drawing.Point(421, 87)
  89. Me.簽名檔持有人_cb.Name = "簽名檔持有人_cb"
  90. Me.簽名檔持有人_cb.Size = New System.Drawing.Size(140, 24)
  91. Me.簽名檔持有人_cb.TabIndex = 619
  92. '
  93. 'DataGridView1
  94. '
  95. Me.DataGridView1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  96. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  97. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  98. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  99. Me.DataGridView1.Location = New System.Drawing.Point(872, 6)
  100. Me.DataGridView1.Name = "DataGridView1"
  101. Me.DataGridView1.RowHeadersWidth = 5
  102. Me.DataGridView1.RowTemplate.Height = 24
  103. Me.DataGridView1.Size = New System.Drawing.Size(466, 422)
  104. Me.DataGridView1.TabIndex = 618
  105. '
  106. '圖檔編號_lb
  107. '
  108. Me.圖檔編號_lb.AutoSize = True
  109. Me.圖檔編號_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  110. Me.圖檔編號_lb.Location = New System.Drawing.Point(6, 92)
  111. Me.圖檔編號_lb.Name = "圖檔編號_lb"
  112. Me.圖檔編號_lb.Size = New System.Drawing.Size(56, 16)
  113. Me.圖檔編號_lb.TabIndex = 616
  114. Me.圖檔編號_lb.Text = "圖檔編號"
  115. '
  116. '圖檔編號_tb
  117. '
  118. Me.圖檔編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  119. Me.圖檔編號_tb.Location = New System.Drawing.Point(114, 89)
  120. Me.圖檔編號_tb.Name = "圖檔編號_tb"
  121. Me.圖檔編號_tb.Size = New System.Drawing.Size(129, 23)
  122. Me.圖檔編號_tb.TabIndex = 615
  123. '
  124. '生成圖檔編號_bt
  125. '
  126. Me.生成圖檔編號_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  127. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  128. Me.生成圖檔編號_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  129. Me.生成圖檔編號_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  130. Me.生成圖檔編號_bt.Location = New System.Drawing.Point(379, 2)
  131. Me.生成圖檔編號_bt.Name = "生成圖檔編號_bt"
  132. Me.生成圖檔編號_bt.Size = New System.Drawing.Size(219, 30)
  133. Me.生成圖檔編號_bt.TabIndex = 614
  134. Me.生成圖檔編號_bt.Text = "生成圖檔編號"
  135. Me.生成圖檔編號_bt.UseVisualStyleBackColor = True
  136. '
  137. '簽名檔入系統_bt
  138. '
  139. Me.簽名檔入系統_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  140. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  141. Me.簽名檔入系統_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  142. Me.簽名檔入系統_bt.ForeColor = System.Drawing.Color.Green
  143. Me.簽名檔入系統_bt.Location = New System.Drawing.Point(643, 2)
  144. Me.簽名檔入系統_bt.Name = "簽名檔入系統_bt"
  145. Me.簽名檔入系統_bt.Size = New System.Drawing.Size(219, 30)
  146. Me.簽名檔入系統_bt.TabIndex = 613
  147. Me.簽名檔入系統_bt.Text = "簽名檔入系統"
  148. Me.簽名檔入系統_bt.UseVisualStyleBackColor = True
  149. '
  150. '文字_lb
  151. '
  152. Me.文字_lb.AutoSize = True
  153. Me.文字_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  154. Me.文字_lb.ForeColor = System.Drawing.Color.Red
  155. Me.文字_lb.Location = New System.Drawing.Point(6, 38)
  156. Me.文字_lb.Name = "文字_lb"
  157. Me.文字_lb.Size = New System.Drawing.Size(339, 48)
  158. Me.文字_lb.TabIndex = 612
  159. Me.文字_lb.Text = "1、將我的電腦內的資料拖曳到伺服器FTP文件夾。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "2、在我的電腦檔案顯示處將要上傳的檔案拖曳到檔案名稱處。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "3、確認單據內容、檔案名稱資料無誤後方可按確認入庫" &
  160. "。"
  161. '
  162. '檔案名稱_lb
  163. '
  164. Me.檔案名稱_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  165. Me.檔案名稱_lb.AutoSize = True
  166. Me.檔案名稱_lb.Location = New System.Drawing.Point(10, 481)
  167. Me.檔案名稱_lb.Name = "檔案名稱_lb"
  168. Me.檔案名稱_lb.Size = New System.Drawing.Size(56, 16)
  169. Me.檔案名稱_lb.TabIndex = 611
  170. Me.檔案名稱_lb.Text = "檔案名稱"
  171. '
  172. 'TextBox4
  173. '
  174. Me.TextBox4.AllowDrop = True
  175. Me.TextBox4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  176. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  177. Me.TextBox4.ForeColor = System.Drawing.Color.Black
  178. Me.TextBox4.Location = New System.Drawing.Point(81, 478)
  179. Me.TextBox4.Name = "TextBox4"
  180. Me.TextBox4.Size = New System.Drawing.Size(748, 23)
  181. Me.TextBox4.TabIndex = 610
  182. '
  183. '文字1_lb
  184. '
  185. Me.文字1_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  186. Me.文字1_lb.AutoSize = True
  187. Me.文字1_lb.ForeColor = System.Drawing.Color.Red
  188. Me.文字1_lb.Location = New System.Drawing.Point(154, 504)
  189. Me.文字1_lb.Name = "文字1_lb"
  190. Me.文字1_lb.Size = New System.Drawing.Size(424, 16)
  191. Me.文字1_lb.TabIndex = 608
  192. Me.文字1_lb.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改檔案名稱不要帶有中文字或是符號"
  193. '
  194. '伺服器FTP文件夾_lb
  195. '
  196. Me.伺服器FTP文件夾_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  197. Me.伺服器FTP文件夾_lb.AutoSize = True
  198. Me.伺服器FTP文件夾_lb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  199. Me.伺服器FTP文件夾_lb.Location = New System.Drawing.Point(5, 501)
  200. Me.伺服器FTP文件夾_lb.Name = "伺服器FTP文件夾_lb"
  201. Me.伺服器FTP文件夾_lb.Size = New System.Drawing.Size(132, 20)
  202. Me.伺服器FTP文件夾_lb.TabIndex = 607
  203. Me.伺服器FTP文件夾_lb.Text = "伺服器FTP文件夾"
  204. '
  205. '我的電腦_lb
  206. '
  207. Me.我的電腦_lb.AutoSize = True
  208. Me.我的電腦_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  209. Me.我的電腦_lb.Location = New System.Drawing.Point(5, 2)
  210. Me.我的電腦_lb.Name = "我的電腦_lb"
  211. Me.我的電腦_lb.Size = New System.Drawing.Size(86, 24)
  212. Me.我的電腦_lb.TabIndex = 606
  213. Me.我的電腦_lb.Text = "我的電腦"
  214. '
  215. '讀取料夾路徑_bt
  216. '
  217. Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  218. Me.讀取料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  219. Me.讀取料夾路徑_bt.Location = New System.Drawing.Point(162, 2)
  220. Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt"
  221. Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(183, 30)
  222. Me.讀取料夾路徑_bt.TabIndex = 605
  223. Me.讀取料夾路徑_bt.Text = "讀取料夾路徑"
  224. Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True
  225. '
  226. 'WebBrowser2
  227. '
  228. Me.WebBrowser2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  229. Or System.Windows.Forms.AnchorStyles.Left) _
  230. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  231. Me.WebBrowser2.Location = New System.Drawing.Point(9, 116)
  232. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  233. Me.WebBrowser2.Name = "WebBrowser2"
  234. Me.WebBrowser2.Size = New System.Drawing.Size(853, 355)
  235. Me.WebBrowser2.TabIndex = 604
  236. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  237. '
  238. 'WebBrowser1
  239. '
  240. Me.WebBrowser1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  241. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  242. Me.WebBrowser1.Location = New System.Drawing.Point(12, 528)
  243. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  244. Me.WebBrowser1.Name = "WebBrowser1"
  245. Me.WebBrowser1.Size = New System.Drawing.Size(850, 141)
  246. Me.WebBrowser1.TabIndex = 603
  247. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  248. '
  249. 'SaveFileDialog1
  250. '
  251. Me.SaveFileDialog1.DefaultExt = "jpg"
  252. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  253. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  254. '
  255. 'PictureBox1
  256. '
  257. Me.PictureBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  258. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  259. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  260. Me.PictureBox1.Location = New System.Drawing.Point(872, 435)
  261. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  262. Me.PictureBox1.Name = "PictureBox1"
  263. Me.PictureBox1.Size = New System.Drawing.Size(466, 233)
  264. Me.PictureBox1.TabIndex = 617
  265. Me.PictureBox1.TabStop = False
  266. '
  267. '語轉扭_bt
  268. '
  269. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  270. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  271. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  272. Me.語轉扭_bt.Location = New System.Drawing.Point(835, 478)
  273. Me.語轉扭_bt.Name = "語轉扭_bt"
  274. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  275. Me.語轉扭_bt.TabIndex = 1348
  276. Me.語轉扭_bt.Text = "L"
  277. Me.語轉扭_bt.UseVisualStyleBackColor = True
  278. '
  279. '語言_dgv
  280. '
  281. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  282. Me.語言_dgv.Location = New System.Drawing.Point(1231, 30)
  283. Me.語言_dgv.Name = "語言_dgv"
  284. Me.語言_dgv.RowHeadersWidth = 5
  285. Me.語言_dgv.RowTemplate.Height = 24
  286. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  287. Me.語言_dgv.TabIndex = 1349
  288. Me.語言_dgv.Visible = False
  289. '
  290. '簽名檔管理
  291. '
  292. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  293. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  294. Me.ClientSize = New System.Drawing.Size(1350, 681)
  295. Me.Controls.Add(Me.語言_dgv)
  296. Me.Controls.Add(Me.語轉扭_bt)
  297. Me.Controls.Add(Me.TextBox3)
  298. Me.Controls.Add(Me.刪除簽名檔_bt)
  299. Me.Controls.Add(Me.簽名檔持有人_lb)
  300. Me.Controls.Add(Me.簽名檔持有人_cb)
  301. Me.Controls.Add(Me.DataGridView1)
  302. Me.Controls.Add(Me.PictureBox1)
  303. Me.Controls.Add(Me.圖檔編號_lb)
  304. Me.Controls.Add(Me.圖檔編號_tb)
  305. Me.Controls.Add(Me.生成圖檔編號_bt)
  306. Me.Controls.Add(Me.簽名檔入系統_bt)
  307. Me.Controls.Add(Me.文字_lb)
  308. Me.Controls.Add(Me.檔案名稱_lb)
  309. Me.Controls.Add(Me.TextBox4)
  310. Me.Controls.Add(Me.文字1_lb)
  311. Me.Controls.Add(Me.伺服器FTP文件夾_lb)
  312. Me.Controls.Add(Me.我的電腦_lb)
  313. Me.Controls.Add(Me.讀取料夾路徑_bt)
  314. Me.Controls.Add(Me.WebBrowser2)
  315. Me.Controls.Add(Me.WebBrowser1)
  316. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  317. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  318. Me.Name = "簽名檔管理"
  319. Me.Text = "簽名檔管理"
  320. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  321. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  322. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  323. Me.ResumeLayout(False)
  324. Me.PerformLayout()
  325. End Sub
  326. Friend WithEvents TextBox3 As TextBox
  327. Friend WithEvents 刪除簽名檔_bt As Button
  328. Friend WithEvents 簽名檔持有人_lb As Label
  329. Friend WithEvents 簽名檔持有人_cb As ComboBox
  330. Friend WithEvents DataGridView1 As DataGridView
  331. Friend WithEvents PictureBox1 As PictureBox
  332. Friend WithEvents 圖檔編號_lb As Label
  333. Friend WithEvents 圖檔編號_tb As TextBox
  334. Friend WithEvents 生成圖檔編號_bt As Button
  335. Friend WithEvents 簽名檔入系統_bt As Button
  336. Friend WithEvents 文字_lb As Label
  337. Friend WithEvents 檔案名稱_lb As Label
  338. Friend WithEvents TextBox4 As TextBox
  339. Friend WithEvents 文字1_lb As Label
  340. Friend WithEvents 伺服器FTP文件夾_lb As Label
  341. Friend WithEvents 我的電腦_lb As Label
  342. Friend WithEvents 讀取料夾路徑_bt As Button
  343. Friend WithEvents WebBrowser2 As WebBrowser
  344. Friend WithEvents WebBrowser1 As WebBrowser
  345. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  346. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  347. Friend WithEvents 語轉扭_bt As Button
  348. Friend WithEvents 語言_dgv As DataGridView
  349. End Class