No Description
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

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