Няма описание
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

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