Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

簽名檔管理.Designer.vb 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  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.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  23. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  24. Me.檔案名稱tb = New System.Windows.Forms.TextBox()
  25. Me.刪除簽名檔_bt = New System.Windows.Forms.Button()
  26. Me.Label15 = New System.Windows.Forms.Label()
  27. Me.簽名檔持有人_cb = New System.Windows.Forms.ComboBox()
  28. Me.簽名檔人名_dgv = New System.Windows.Forms.DataGridView()
  29. Me.Label3 = New System.Windows.Forms.Label()
  30. Me.圖檔編號_tb = New System.Windows.Forms.TextBox()
  31. Me.生成圖檔編號_bt = New System.Windows.Forms.Button()
  32. Me.簽名檔入系統_bt = New System.Windows.Forms.Button()
  33. Me.Label8 = New System.Windows.Forms.Label()
  34. Me.Label9 = New System.Windows.Forms.Label()
  35. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  36. Me.Label6 = New System.Windows.Forms.Label()
  37. Me.Label12 = New System.Windows.Forms.Label()
  38. Me.Label13 = New System.Windows.Forms.Label()
  39. Me.讀取料夾路徑_bt = New System.Windows.Forms.Button()
  40. Me.本機資料夾_wb = New System.Windows.Forms.WebBrowser()
  41. Me.伺服器FTP文件夾_wb = New System.Windows.Forms.WebBrowser()
  42. Me.圖片顯示_vb = New System.Windows.Forms.PictureBox()
  43. CType(Me.簽名檔人名_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  44. CType(Me.圖片顯示_vb, System.ComponentModel.ISupportInitialize).BeginInit()
  45. Me.SuspendLayout()
  46. '
  47. 'SaveFileDialog1
  48. '
  49. Me.SaveFileDialog1.DefaultExt = "jpg"
  50. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  51. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  52. '
  53. '檔案名稱tb
  54. '
  55. Me.檔案名稱tb.AllowDrop = True
  56. Me.檔案名稱tb.ForeColor = System.Drawing.Color.Black
  57. Me.檔案名稱tb.Location = New System.Drawing.Point(406, 512)
  58. Me.檔案名稱tb.Multiline = True
  59. Me.檔案名稱tb.Name = "檔案名稱tb"
  60. Me.檔案名稱tb.Size = New System.Drawing.Size(25, 23)
  61. Me.檔案名稱tb.TabIndex = 660
  62. '
  63. '刪除簽名檔_bt
  64. '
  65. Me.刪除簽名檔_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  66. Me.刪除簽名檔_bt.ForeColor = System.Drawing.Color.Red
  67. Me.刪除簽名檔_bt.Location = New System.Drawing.Point(464, 69)
  68. Me.刪除簽名檔_bt.Name = "刪除簽名檔_bt"
  69. Me.刪除簽名檔_bt.Size = New System.Drawing.Size(153, 30)
  70. Me.刪除簽名檔_bt.TabIndex = 659
  71. Me.刪除簽名檔_bt.Text = "刪除簽名檔"
  72. Me.刪除簽名檔_bt.UseVisualStyleBackColor = True
  73. '
  74. 'Label15
  75. '
  76. Me.Label15.AutoSize = True
  77. Me.Label15.ForeColor = System.Drawing.Color.Blue
  78. Me.Label15.Location = New System.Drawing.Point(216, 73)
  79. Me.Label15.Name = "Label15"
  80. Me.Label15.Size = New System.Drawing.Size(80, 16)
  81. Me.Label15.TabIndex = 658
  82. Me.Label15.Text = "簽名檔持有人"
  83. '
  84. '簽名檔持有人_cb
  85. '
  86. Me.簽名檔持有人_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  87. Me.簽名檔持有人_cb.ForeColor = System.Drawing.Color.Blue
  88. Me.簽名檔持有人_cb.FormattingEnabled = True
  89. Me.簽名檔持有人_cb.Location = New System.Drawing.Point(302, 70)
  90. Me.簽名檔持有人_cb.Name = "簽名檔持有人_cb"
  91. Me.簽名檔持有人_cb.Size = New System.Drawing.Size(140, 24)
  92. Me.簽名檔持有人_cb.TabIndex = 657
  93. '
  94. '簽名檔人名_dgv
  95. '
  96. Me.簽名檔人名_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  97. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  98. Me.簽名檔人名_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  99. Me.簽名檔人名_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  100. Me.簽名檔人名_dgv.Location = New System.Drawing.Point(874, 11)
  101. Me.簽名檔人名_dgv.Name = "簽名檔人名_dgv"
  102. Me.簽名檔人名_dgv.RowHeadersWidth = 5
  103. Me.簽名檔人名_dgv.RowTemplate.Height = 24
  104. Me.簽名檔人名_dgv.Size = New System.Drawing.Size(466, 422)
  105. Me.簽名檔人名_dgv.TabIndex = 656
  106. '
  107. 'Label3
  108. '
  109. Me.Label3.AutoSize = True
  110. Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  111. Me.Label3.Location = New System.Drawing.Point(10, 73)
  112. Me.Label3.Name = "Label3"
  113. Me.Label3.Size = New System.Drawing.Size(56, 16)
  114. Me.Label3.TabIndex = 654
  115. Me.Label3.Text = "圖檔編號"
  116. '
  117. '圖檔編號_tb
  118. '
  119. Me.圖檔編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  120. Me.圖檔編號_tb.Location = New System.Drawing.Point(70, 70)
  121. Me.圖檔編號_tb.Name = "圖檔編號_tb"
  122. Me.圖檔編號_tb.Size = New System.Drawing.Size(140, 23)
  123. Me.圖檔編號_tb.TabIndex = 653
  124. '
  125. '生成圖檔編號_bt
  126. '
  127. Me.生成圖檔編號_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  128. Me.生成圖檔編號_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  129. Me.生成圖檔編號_bt.Location = New System.Drawing.Point(464, 7)
  130. Me.生成圖檔編號_bt.Name = "生成圖檔編號_bt"
  131. Me.生成圖檔編號_bt.Size = New System.Drawing.Size(153, 30)
  132. Me.生成圖檔編號_bt.TabIndex = 652
  133. Me.生成圖檔編號_bt.Text = "生成圖檔編號"
  134. Me.生成圖檔編號_bt.UseVisualStyleBackColor = True
  135. '
  136. '簽名檔入系統_bt
  137. '
  138. Me.簽名檔入系統_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  139. Me.簽名檔入系統_bt.ForeColor = System.Drawing.Color.Green
  140. Me.簽名檔入系統_bt.Location = New System.Drawing.Point(464, 38)
  141. Me.簽名檔入系統_bt.Name = "簽名檔入系統_bt"
  142. Me.簽名檔入系統_bt.Size = New System.Drawing.Size(153, 30)
  143. Me.簽名檔入系統_bt.TabIndex = 651
  144. Me.簽名檔入系統_bt.Text = "簽名檔入系統"
  145. Me.簽名檔入系統_bt.UseVisualStyleBackColor = True
  146. '
  147. 'Label8
  148. '
  149. Me.Label8.AutoSize = True
  150. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  151. Me.Label8.ForeColor = System.Drawing.Color.Red
  152. Me.Label8.Location = New System.Drawing.Point(114, 14)
  153. Me.Label8.Name = "Label8"
  154. Me.Label8.Size = New System.Drawing.Size(339, 48)
  155. Me.Label8.TabIndex = 650
  156. Me.Label8.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、確認單據內容、檔案名稱資料無誤後方可按確認入庫" &
  157. "。"
  158. '
  159. 'Label9
  160. '
  161. Me.Label9.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  162. Me.Label9.AutoSize = True
  163. Me.Label9.Location = New System.Drawing.Point(13, 486)
  164. Me.Label9.Name = "Label9"
  165. Me.Label9.Size = New System.Drawing.Size(56, 16)
  166. Me.Label9.TabIndex = 649
  167. Me.Label9.Text = "檔案名稱"
  168. '
  169. '檔案名稱_tb
  170. '
  171. Me.檔案名稱_tb.AllowDrop = True
  172. Me.檔案名稱_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  173. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  174. Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
  175. Me.檔案名稱_tb.Location = New System.Drawing.Point(75, 483)
  176. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  177. Me.檔案名稱_tb.Size = New System.Drawing.Size(786, 23)
  178. Me.檔案名稱_tb.TabIndex = 648
  179. '
  180. 'Label6
  181. '
  182. Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  183. Me.Label6.AutoSize = True
  184. Me.Label6.ForeColor = System.Drawing.Color.Red
  185. Me.Label6.Location = New System.Drawing.Point(437, 516)
  186. Me.Label6.Name = "Label6"
  187. Me.Label6.Size = New System.Drawing.Size(415, 16)
  188. Me.Label6.TabIndex = 647
  189. Me.Label6.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改檔案名稱不要帶有中文字或是符號"
  190. '
  191. 'Label12
  192. '
  193. Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  194. Me.Label12.AutoSize = True
  195. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  196. Me.Label12.Location = New System.Drawing.Point(8, 509)
  197. Me.Label12.Name = "Label12"
  198. Me.Label12.Size = New System.Drawing.Size(156, 24)
  199. Me.Label12.TabIndex = 646
  200. Me.Label12.Text = "伺服器FTP文件夾"
  201. '
  202. 'Label13
  203. '
  204. Me.Label13.AutoSize = True
  205. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  206. Me.Label13.Location = New System.Drawing.Point(14, 11)
  207. Me.Label13.Name = "Label13"
  208. Me.Label13.Size = New System.Drawing.Size(86, 24)
  209. Me.Label13.TabIndex = 645
  210. Me.Label13.Text = "我的電腦"
  211. '
  212. '讀取料夾路徑_bt
  213. '
  214. Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  215. Me.讀取料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  216. Me.讀取料夾路徑_bt.Location = New System.Drawing.Point(11, 35)
  217. Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt"
  218. Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(97, 30)
  219. Me.讀取料夾路徑_bt.TabIndex = 644
  220. Me.讀取料夾路徑_bt.Text = "讀取料夾路徑"
  221. Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True
  222. '
  223. '本機資料夾_wb
  224. '
  225. Me.本機資料夾_wb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  226. Or System.Windows.Forms.AnchorStyles.Left) _
  227. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  228. Me.本機資料夾_wb.Location = New System.Drawing.Point(12, 103)
  229. Me.本機資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20)
  230. Me.本機資料夾_wb.Name = "本機資料夾_wb"
  231. Me.本機資料夾_wb.Size = New System.Drawing.Size(852, 373)
  232. Me.本機資料夾_wb.TabIndex = 643
  233. Me.本機資料夾_wb.Url = New System.Uri("", System.UriKind.Relative)
  234. '
  235. '伺服器FTP文件夾_wb
  236. '
  237. Me.伺服器FTP文件夾_wb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  238. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  239. Me.伺服器FTP文件夾_wb.Location = New System.Drawing.Point(15, 536)
  240. Me.伺服器FTP文件夾_wb.MinimumSize = New System.Drawing.Size(20, 20)
  241. Me.伺服器FTP文件夾_wb.Name = "伺服器FTP文件夾_wb"
  242. Me.伺服器FTP文件夾_wb.Size = New System.Drawing.Size(849, 138)
  243. Me.伺服器FTP文件夾_wb.TabIndex = 642
  244. Me.伺服器FTP文件夾_wb.Url = New System.Uri("", System.UriKind.Relative)
  245. '
  246. '圖片顯示_vb
  247. '
  248. Me.圖片顯示_vb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  249. Me.圖片顯示_vb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  250. Me.圖片顯示_vb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  251. Me.圖片顯示_vb.Location = New System.Drawing.Point(874, 440)
  252. Me.圖片顯示_vb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  253. Me.圖片顯示_vb.Name = "圖片顯示_vb"
  254. Me.圖片顯示_vb.Size = New System.Drawing.Size(466, 233)
  255. Me.圖片顯示_vb.TabIndex = 655
  256. Me.圖片顯示_vb.TabStop = False
  257. '
  258. '簽名檔管理
  259. '
  260. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  261. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  262. Me.ClientSize = New System.Drawing.Size(1349, 681)
  263. Me.Controls.Add(Me.檔案名稱tb)
  264. Me.Controls.Add(Me.刪除簽名檔_bt)
  265. Me.Controls.Add(Me.Label15)
  266. Me.Controls.Add(Me.簽名檔持有人_cb)
  267. Me.Controls.Add(Me.簽名檔人名_dgv)
  268. Me.Controls.Add(Me.圖片顯示_vb)
  269. Me.Controls.Add(Me.Label3)
  270. Me.Controls.Add(Me.圖檔編號_tb)
  271. Me.Controls.Add(Me.生成圖檔編號_bt)
  272. Me.Controls.Add(Me.簽名檔入系統_bt)
  273. Me.Controls.Add(Me.Label8)
  274. Me.Controls.Add(Me.Label9)
  275. Me.Controls.Add(Me.檔案名稱_tb)
  276. Me.Controls.Add(Me.Label6)
  277. Me.Controls.Add(Me.Label12)
  278. Me.Controls.Add(Me.Label13)
  279. Me.Controls.Add(Me.讀取料夾路徑_bt)
  280. Me.Controls.Add(Me.本機資料夾_wb)
  281. Me.Controls.Add(Me.伺服器FTP文件夾_wb)
  282. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  283. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  284. Me.Name = "簽名檔管理"
  285. Me.Text = "簽名檔管理"
  286. CType(Me.簽名檔人名_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  287. CType(Me.圖片顯示_vb, System.ComponentModel.ISupportInitialize).EndInit()
  288. Me.ResumeLayout(False)
  289. Me.PerformLayout()
  290. End Sub
  291. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  292. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  293. Friend WithEvents 檔案名稱tb As TextBox
  294. Friend WithEvents 刪除簽名檔_bt As Button
  295. Friend WithEvents Label15 As Label
  296. Friend WithEvents 簽名檔持有人_cb As ComboBox
  297. Friend WithEvents 簽名檔人名_dgv As DataGridView
  298. Friend WithEvents 圖片顯示_vb As PictureBox
  299. Friend WithEvents Label3 As Label
  300. Friend WithEvents 圖檔編號_tb As TextBox
  301. Friend WithEvents 生成圖檔編號_bt As Button
  302. Friend WithEvents 簽名檔入系統_bt As Button
  303. Friend WithEvents Label8 As Label
  304. Friend WithEvents Label9 As Label
  305. Friend WithEvents 檔案名稱_tb As TextBox
  306. Friend WithEvents Label6 As Label
  307. Friend WithEvents Label12 As Label
  308. Friend WithEvents Label13 As Label
  309. Friend WithEvents 讀取料夾路徑_bt As Button
  310. Friend WithEvents 本機資料夾_wb As WebBrowser
  311. Friend WithEvents 伺服器FTP文件夾_wb As WebBrowser
  312. End Class