Bez popisu
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 15KB

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