暫無描述
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 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  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.Label8 = New System.Windows.Forms.Label()
  23. Me.Label9 = New System.Windows.Forms.Label()
  24. Me.TextBox4 = New System.Windows.Forms.TextBox()
  25. Me.Label6 = New System.Windows.Forms.Label()
  26. Me.Label12 = New System.Windows.Forms.Label()
  27. Me.Label13 = New System.Windows.Forms.Label()
  28. Me.Button14 = New System.Windows.Forms.Button()
  29. Me.WebBrowser2 = New System.Windows.Forms.WebBrowser()
  30. Me.WebBrowser1 = New System.Windows.Forms.WebBrowser()
  31. Me.Label5 = New System.Windows.Forms.Label()
  32. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  33. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  34. Me.Button2 = New System.Windows.Forms.Button()
  35. Me.Button1 = New System.Windows.Forms.Button()
  36. Me.Label3 = New System.Windows.Forms.Label()
  37. Me.TextBox2 = New System.Windows.Forms.TextBox()
  38. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  39. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  40. Me.Label15 = New System.Windows.Forms.Label()
  41. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  42. Me.Button3 = New System.Windows.Forms.Button()
  43. Me.TextBox3 = New System.Windows.Forms.TextBox()
  44. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  45. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  46. Me.SuspendLayout()
  47. '
  48. 'Label8
  49. '
  50. Me.Label8.AutoSize = True
  51. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  52. Me.Label8.ForeColor = System.Drawing.Color.Red
  53. Me.Label8.Location = New System.Drawing.Point(112, 12)
  54. Me.Label8.Name = "Label8"
  55. Me.Label8.Size = New System.Drawing.Size(339, 48)
  56. Me.Label8.TabIndex = 592
  57. 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、確認單據內容、檔案名稱資料無誤後方可按確認入庫" &
  58. "。"
  59. '
  60. 'Label9
  61. '
  62. Me.Label9.AutoSize = True
  63. Me.Label9.Location = New System.Drawing.Point(10, 528)
  64. Me.Label9.Name = "Label9"
  65. Me.Label9.Size = New System.Drawing.Size(56, 16)
  66. Me.Label9.TabIndex = 591
  67. Me.Label9.Text = "檔案名稱"
  68. '
  69. 'TextBox4
  70. '
  71. Me.TextBox4.AllowDrop = True
  72. Me.TextBox4.ForeColor = System.Drawing.Color.Black
  73. Me.TextBox4.Location = New System.Drawing.Point(72, 525)
  74. Me.TextBox4.Multiline = True
  75. Me.TextBox4.Name = "TextBox4"
  76. Me.TextBox4.Size = New System.Drawing.Size(525, 23)
  77. Me.TextBox4.TabIndex = 590
  78. '
  79. 'Label6
  80. '
  81. Me.Label6.AutoSize = True
  82. Me.Label6.ForeColor = System.Drawing.Color.Red
  83. Me.Label6.Location = New System.Drawing.Point(603, 528)
  84. Me.Label6.Name = "Label6"
  85. Me.Label6.Size = New System.Drawing.Size(424, 16)
  86. Me.Label6.TabIndex = 588
  87. Me.Label6.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改檔案名稱不要帶有中文字或是符號"
  88. '
  89. 'Label12
  90. '
  91. Me.Label12.AutoSize = True
  92. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  93. Me.Label12.Location = New System.Drawing.Point(5, 562)
  94. Me.Label12.Name = "Label12"
  95. Me.Label12.Size = New System.Drawing.Size(156, 24)
  96. Me.Label12.TabIndex = 587
  97. Me.Label12.Text = "伺服器FTP文件夾"
  98. '
  99. 'Label13
  100. '
  101. Me.Label13.AutoSize = True
  102. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  103. Me.Label13.Location = New System.Drawing.Point(12, 9)
  104. Me.Label13.Name = "Label13"
  105. Me.Label13.Size = New System.Drawing.Size(86, 24)
  106. Me.Label13.TabIndex = 586
  107. Me.Label13.Text = "我的電腦"
  108. '
  109. 'Button14
  110. '
  111. Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  112. Me.Button14.ForeColor = System.Drawing.Color.Blue
  113. Me.Button14.Location = New System.Drawing.Point(9, 33)
  114. Me.Button14.Name = "Button14"
  115. Me.Button14.Size = New System.Drawing.Size(97, 30)
  116. Me.Button14.TabIndex = 585
  117. Me.Button14.Text = "讀取料夾路徑"
  118. Me.Button14.UseVisualStyleBackColor = True
  119. '
  120. 'WebBrowser2
  121. '
  122. Me.WebBrowser2.Location = New System.Drawing.Point(9, 66)
  123. Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20)
  124. Me.WebBrowser2.Name = "WebBrowser2"
  125. Me.WebBrowser2.Size = New System.Drawing.Size(1421, 453)
  126. Me.WebBrowser2.TabIndex = 584
  127. Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative)
  128. '
  129. 'WebBrowser1
  130. '
  131. Me.WebBrowser1.Location = New System.Drawing.Point(9, 594)
  132. Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20)
  133. Me.WebBrowser1.Name = "WebBrowser1"
  134. Me.WebBrowser1.Size = New System.Drawing.Size(1421, 372)
  135. Me.WebBrowser1.TabIndex = 583
  136. Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative)
  137. '
  138. 'Label5
  139. '
  140. Me.Label5.AutoSize = True
  141. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  142. Me.Label5.ForeColor = System.Drawing.Color.Red
  143. Me.Label5.Location = New System.Drawing.Point(699, 544)
  144. Me.Label5.Name = "Label5"
  145. Me.Label5.Size = New System.Drawing.Size(57, 47)
  146. Me.Label5.TabIndex = 589
  147. Me.Label5.Text = "↓"
  148. '
  149. 'SaveFileDialog1
  150. '
  151. Me.SaveFileDialog1.DefaultExt = "jpg"
  152. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  153. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  154. '
  155. 'Button2
  156. '
  157. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  158. Me.Button2.ForeColor = System.Drawing.Color.Green
  159. Me.Button2.Location = New System.Drawing.Point(1144, 9)
  160. Me.Button2.Name = "Button2"
  161. Me.Button2.Size = New System.Drawing.Size(140, 51)
  162. Me.Button2.TabIndex = 593
  163. Me.Button2.Text = "簽名檔入系統"
  164. Me.Button2.UseVisualStyleBackColor = True
  165. '
  166. 'Button1
  167. '
  168. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  169. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  170. Me.Button1.Location = New System.Drawing.Point(998, 9)
  171. Me.Button1.Name = "Button1"
  172. Me.Button1.Size = New System.Drawing.Size(140, 51)
  173. Me.Button1.TabIndex = 594
  174. Me.Button1.Text = "生成圖檔編號"
  175. Me.Button1.UseVisualStyleBackColor = True
  176. '
  177. 'Label3
  178. '
  179. Me.Label3.AutoSize = True
  180. Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  181. Me.Label3.Location = New System.Drawing.Point(531, 39)
  182. Me.Label3.Name = "Label3"
  183. Me.Label3.Size = New System.Drawing.Size(56, 16)
  184. Me.Label3.TabIndex = 596
  185. Me.Label3.Text = "圖檔編號"
  186. '
  187. 'TextBox2
  188. '
  189. Me.TextBox2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  190. Me.TextBox2.Location = New System.Drawing.Point(593, 36)
  191. Me.TextBox2.Name = "TextBox2"
  192. Me.TextBox2.Size = New System.Drawing.Size(140, 23)
  193. Me.TextBox2.TabIndex = 595
  194. '
  195. 'PictureBox1
  196. '
  197. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  198. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  199. Me.PictureBox1.Location = New System.Drawing.Point(1436, 747)
  200. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  201. Me.PictureBox1.Name = "PictureBox1"
  202. Me.PictureBox1.Size = New System.Drawing.Size(466, 219)
  203. Me.PictureBox1.TabIndex = 597
  204. Me.PictureBox1.TabStop = False
  205. '
  206. 'DataGridView1
  207. '
  208. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  209. Me.DataGridView1.Location = New System.Drawing.Point(1436, 66)
  210. Me.DataGridView1.Name = "DataGridView1"
  211. Me.DataGridView1.RowHeadersWidth = 5
  212. Me.DataGridView1.RowTemplate.Height = 24
  213. Me.DataGridView1.Size = New System.Drawing.Size(466, 674)
  214. Me.DataGridView1.TabIndex = 598
  215. '
  216. 'Label15
  217. '
  218. Me.Label15.AutoSize = True
  219. Me.Label15.ForeColor = System.Drawing.Color.Blue
  220. Me.Label15.Location = New System.Drawing.Point(739, 39)
  221. Me.Label15.Name = "Label15"
  222. Me.Label15.Size = New System.Drawing.Size(80, 16)
  223. Me.Label15.TabIndex = 600
  224. Me.Label15.Text = "簽名檔持有人"
  225. '
  226. 'ComboBox1
  227. '
  228. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  229. Me.ComboBox1.ForeColor = System.Drawing.Color.Blue
  230. Me.ComboBox1.FormattingEnabled = True
  231. Me.ComboBox1.Location = New System.Drawing.Point(825, 36)
  232. Me.ComboBox1.Name = "ComboBox1"
  233. Me.ComboBox1.Size = New System.Drawing.Size(124, 24)
  234. Me.ComboBox1.TabIndex = 599
  235. '
  236. 'Button3
  237. '
  238. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  239. Me.Button3.ForeColor = System.Drawing.Color.Red
  240. Me.Button3.Location = New System.Drawing.Point(1290, 9)
  241. Me.Button3.Name = "Button3"
  242. Me.Button3.Size = New System.Drawing.Size(140, 51)
  243. Me.Button3.TabIndex = 601
  244. Me.Button3.Text = "刪除簽名檔"
  245. Me.Button3.UseVisualStyleBackColor = True
  246. '
  247. 'TextBox3
  248. '
  249. Me.TextBox3.AllowDrop = True
  250. Me.TextBox3.ForeColor = System.Drawing.Color.Black
  251. Me.TextBox3.Location = New System.Drawing.Point(1033, 525)
  252. Me.TextBox3.Multiline = True
  253. Me.TextBox3.Name = "TextBox3"
  254. Me.TextBox3.Size = New System.Drawing.Size(25, 23)
  255. Me.TextBox3.TabIndex = 602
  256. '
  257. '簽名檔管理
  258. '
  259. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  260. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  261. Me.ClientSize = New System.Drawing.Size(1914, 971)
  262. Me.Controls.Add(Me.TextBox3)
  263. Me.Controls.Add(Me.Button3)
  264. Me.Controls.Add(Me.Label15)
  265. Me.Controls.Add(Me.ComboBox1)
  266. Me.Controls.Add(Me.DataGridView1)
  267. Me.Controls.Add(Me.PictureBox1)
  268. Me.Controls.Add(Me.Label3)
  269. Me.Controls.Add(Me.TextBox2)
  270. Me.Controls.Add(Me.Button1)
  271. Me.Controls.Add(Me.Button2)
  272. Me.Controls.Add(Me.Label8)
  273. Me.Controls.Add(Me.Label9)
  274. Me.Controls.Add(Me.TextBox4)
  275. Me.Controls.Add(Me.Label6)
  276. Me.Controls.Add(Me.Label12)
  277. Me.Controls.Add(Me.Label13)
  278. Me.Controls.Add(Me.Button14)
  279. Me.Controls.Add(Me.WebBrowser2)
  280. Me.Controls.Add(Me.WebBrowser1)
  281. Me.Controls.Add(Me.Label5)
  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.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  287. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  288. Me.ResumeLayout(False)
  289. Me.PerformLayout()
  290. End Sub
  291. Friend WithEvents Label8 As Label
  292. Friend WithEvents Label9 As Label
  293. Friend WithEvents TextBox4 As TextBox
  294. Friend WithEvents Label6 As Label
  295. Friend WithEvents Label12 As Label
  296. Friend WithEvents Label13 As Label
  297. Friend WithEvents Button14 As Button
  298. Friend WithEvents WebBrowser2 As WebBrowser
  299. Friend WithEvents WebBrowser1 As WebBrowser
  300. Friend WithEvents Label5 As Label
  301. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  302. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  303. Friend WithEvents Button2 As Button
  304. Friend WithEvents Button1 As Button
  305. Friend WithEvents Label3 As Label
  306. Friend WithEvents TextBox2 As TextBox
  307. Friend WithEvents PictureBox1 As PictureBox
  308. Friend WithEvents DataGridView1 As DataGridView
  309. Friend WithEvents Label15 As Label
  310. Friend WithEvents ComboBox1 As ComboBox
  311. Friend WithEvents Button3 As Button
  312. Friend WithEvents TextBox3 As TextBox
  313. End Class