설명 없음
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 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  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.components = New System.ComponentModel.Container()
  23. Me.檔案讀取_tb = New System.Windows.Forms.TextBox()
  24. Me.刪除簽名檔_bt = New System.Windows.Forms.Button()
  25. Me.簽名檔持有人_lb = New System.Windows.Forms.Label()
  26. Me.簽名檔持有人_cb = New System.Windows.Forms.ComboBox()
  27. Me.簽名_DGV = New System.Windows.Forms.DataGridView()
  28. Me.圖檔編號_lb = New System.Windows.Forms.Label()
  29. Me.圖檔編號_tb = New System.Windows.Forms.TextBox()
  30. Me.生成圖檔編號_bt = New System.Windows.Forms.Button()
  31. Me.簽名檔入系統_bt = New System.Windows.Forms.Button()
  32. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  33. Me.讀取料夾路徑_bt = New System.Windows.Forms.Button()
  34. Me.Web2 = New System.Windows.Forms.WebBrowser()
  35. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  36. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  37. Me.簽名_PB = New System.Windows.Forms.PictureBox()
  38. Me.語轉扭_bt = New System.Windows.Forms.Button()
  39. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  40. Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  41. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  42. Me.Panel1 = New System.Windows.Forms.Panel()
  43. Me.檔案路徑_be = New Telerik.WinControls.UI.RadBrowseEditor()
  44. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  45. CType(Me.簽名_DGV, System.ComponentModel.ISupportInitialize).BeginInit()
  46. CType(Me.簽名_PB, System.ComponentModel.ISupportInitialize).BeginInit()
  47. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  48. Me.Panel1.SuspendLayout()
  49. CType(Me.檔案路徑_be, System.ComponentModel.ISupportInitialize).BeginInit()
  50. Me.SuspendLayout()
  51. '
  52. '檔案讀取_tb
  53. '
  54. Me.檔案讀取_tb.AllowDrop = True
  55. Me.檔案讀取_tb.ForeColor = System.Drawing.Color.Black
  56. Me.檔案讀取_tb.Location = New System.Drawing.Point(3, 3)
  57. Me.檔案讀取_tb.Multiline = True
  58. Me.檔案讀取_tb.Name = "檔案讀取_tb"
  59. Me.檔案讀取_tb.Size = New System.Drawing.Size(73, 23)
  60. Me.檔案讀取_tb.TabIndex = 622
  61. '
  62. '刪除簽名檔_bt
  63. '
  64. Me.刪除簽名檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  65. Me.刪除簽名檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Delete_Image
  66. Me.刪除簽名檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  67. Me.刪除簽名檔_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  68. Me.刪除簽名檔_bt.ForeColor = System.Drawing.Color.Red
  69. Me.刪除簽名檔_bt.Location = New System.Drawing.Point(750, 545)
  70. Me.刪除簽名檔_bt.Name = "刪除簽名檔_bt"
  71. Me.刪除簽名檔_bt.Size = New System.Drawing.Size(120, 50)
  72. Me.刪除簽名檔_bt.TabIndex = 621
  73. Me.刪除簽名檔_bt.UseVisualStyleBackColor = True
  74. '
  75. '簽名檔持有人_lb
  76. '
  77. Me.簽名檔持有人_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  78. Me.簽名檔持有人_lb.AutoSize = True
  79. Me.簽名檔持有人_lb.ForeColor = System.Drawing.Color.Blue
  80. Me.簽名檔持有人_lb.Location = New System.Drawing.Point(249, 550)
  81. Me.簽名檔持有人_lb.Name = "簽名檔持有人_lb"
  82. Me.簽名檔持有人_lb.Size = New System.Drawing.Size(79, 16)
  83. Me.簽名檔持有人_lb.TabIndex = 620
  84. Me.簽名檔持有人_lb.Text = "簽名檔持有人"
  85. '
  86. '簽名檔持有人_cb
  87. '
  88. Me.簽名檔持有人_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  89. Me.簽名檔持有人_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  90. Me.簽名檔持有人_cb.ForeColor = System.Drawing.Color.Blue
  91. Me.簽名檔持有人_cb.FormattingEnabled = True
  92. Me.簽名檔持有人_cb.Location = New System.Drawing.Point(252, 571)
  93. Me.簽名檔持有人_cb.Name = "簽名檔持有人_cb"
  94. Me.簽名檔持有人_cb.Size = New System.Drawing.Size(250, 24)
  95. Me.簽名檔持有人_cb.TabIndex = 619
  96. '
  97. '簽名_DGV
  98. '
  99. Me.簽名_DGV.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  100. Or System.Windows.Forms.AnchorStyles.Left) _
  101. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  102. Me.簽名_DGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  103. Me.簽名_DGV.BackgroundColor = System.Drawing.Color.White
  104. Me.簽名_DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  105. Me.簽名_DGV.Location = New System.Drawing.Point(872, 3)
  106. Me.簽名_DGV.Name = "簽名_DGV"
  107. Me.簽名_DGV.RowHeadersWidth = 5
  108. Me.簽名_DGV.RowTemplate.Height = 24
  109. Me.簽名_DGV.Size = New System.Drawing.Size(466, 357)
  110. Me.簽名_DGV.TabIndex = 618
  111. '
  112. '圖檔編號_lb
  113. '
  114. Me.圖檔編號_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  115. Me.圖檔編號_lb.AutoSize = True
  116. Me.圖檔編號_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  117. Me.圖檔編號_lb.Location = New System.Drawing.Point(6, 550)
  118. Me.圖檔編號_lb.Name = "圖檔編號_lb"
  119. Me.圖檔編號_lb.Size = New System.Drawing.Size(55, 16)
  120. Me.圖檔編號_lb.TabIndex = 616
  121. Me.圖檔編號_lb.Text = "圖檔編號"
  122. '
  123. '圖檔編號_tb
  124. '
  125. Me.圖檔編號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  126. Me.圖檔編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  127. Me.圖檔編號_tb.Location = New System.Drawing.Point(5, 572)
  128. Me.圖檔編號_tb.Name = "圖檔編號_tb"
  129. Me.圖檔編號_tb.Size = New System.Drawing.Size(241, 23)
  130. Me.圖檔編號_tb.TabIndex = 615
  131. '
  132. '生成圖檔編號_bt
  133. '
  134. Me.生成圖檔編號_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  135. Me.生成圖檔編號_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
  136. Me.生成圖檔編號_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  137. Me.生成圖檔編號_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  138. Me.生成圖檔編號_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  139. Me.生成圖檔編號_bt.Location = New System.Drawing.Point(566, 545)
  140. Me.生成圖檔編號_bt.Name = "生成圖檔編號_bt"
  141. Me.生成圖檔編號_bt.Size = New System.Drawing.Size(50, 50)
  142. Me.生成圖檔編號_bt.TabIndex = 614
  143. Me.生成圖檔編號_bt.UseVisualStyleBackColor = True
  144. '
  145. '簽名檔入系統_bt
  146. '
  147. Me.簽名檔入系統_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  148. Me.簽名檔入系統_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Add_Image
  149. Me.簽名檔入系統_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  150. Me.簽名檔入系統_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  151. Me.簽名檔入系統_bt.ForeColor = System.Drawing.Color.Green
  152. Me.簽名檔入系統_bt.Location = New System.Drawing.Point(624, 545)
  153. Me.簽名檔入系統_bt.Name = "簽名檔入系統_bt"
  154. Me.簽名檔入系統_bt.Size = New System.Drawing.Size(120, 50)
  155. Me.簽名檔入系統_bt.TabIndex = 613
  156. Me.簽名檔入系統_bt.UseVisualStyleBackColor = True
  157. '
  158. '檔案名稱_tb
  159. '
  160. Me.檔案名稱_tb.AllowDrop = True
  161. Me.檔案名稱_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  162. Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
  163. Me.檔案名稱_tb.Location = New System.Drawing.Point(5, 520)
  164. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  165. Me.檔案名稱_tb.Size = New System.Drawing.Size(840, 23)
  166. Me.檔案名稱_tb.TabIndex = 610
  167. '
  168. '讀取料夾路徑_bt
  169. '
  170. Me.讀取料夾路徑_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  171. Me.讀取料夾路徑_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PortableComputer
  172. Me.讀取料夾路徑_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  173. Me.讀取料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. Me.讀取料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  175. Me.讀取料夾路徑_bt.Location = New System.Drawing.Point(508, 545)
  176. Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt"
  177. Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(50, 50)
  178. Me.讀取料夾路徑_bt.TabIndex = 605
  179. Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True
  180. '
  181. 'Web2
  182. '
  183. Me.Web2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  184. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  185. Me.Web2.Location = New System.Drawing.Point(5, 5)
  186. Me.Web2.MinimumSize = New System.Drawing.Size(20, 20)
  187. Me.Web2.Name = "Web2"
  188. Me.Web2.Size = New System.Drawing.Size(865, 512)
  189. Me.Web2.TabIndex = 604
  190. Me.Web2.Url = New System.Uri("", System.UriKind.Relative)
  191. '
  192. 'SaveFileDialog1
  193. '
  194. Me.SaveFileDialog1.DefaultExt = "jpg"
  195. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  196. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  197. '
  198. '簽名_PB
  199. '
  200. Me.簽名_PB.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  201. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  202. Me.簽名_PB.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  203. Me.簽名_PB.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  204. Me.簽名_PB.Location = New System.Drawing.Point(872, 362)
  205. Me.簽名_PB.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  206. Me.簽名_PB.Name = "簽名_PB"
  207. Me.簽名_PB.Size = New System.Drawing.Size(466, 233)
  208. Me.簽名_PB.TabIndex = 617
  209. Me.簽名_PB.TabStop = False
  210. '
  211. '語轉扭_bt
  212. '
  213. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  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.Black
  216. Me.語轉扭_bt.Location = New System.Drawing.Point(847, 520)
  217. Me.語轉扭_bt.Name = "語轉扭_bt"
  218. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  219. Me.語轉扭_bt.TabIndex = 1348
  220. Me.語轉扭_bt.Text = "L"
  221. Me.語轉扭_bt.UseVisualStyleBackColor = True
  222. '
  223. '語言_dgv
  224. '
  225. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  226. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
  227. Me.語言_dgv.Location = New System.Drawing.Point(3, 32)
  228. Me.語言_dgv.Name = "語言_dgv"
  229. Me.語言_dgv.RowHeadersWidth = 5
  230. Me.語言_dgv.RowTemplate.Height = 24
  231. Me.語言_dgv.Size = New System.Drawing.Size(194, 49)
  232. Me.語言_dgv.TabIndex = 1349
  233. '
  234. 'Column1
  235. '
  236. Me.Column1.HeaderText = "Column1"
  237. Me.Column1.Name = "Column1"
  238. '
  239. 'Column2
  240. '
  241. Me.Column2.HeaderText = "Column2"
  242. Me.Column2.Name = "Column2"
  243. '
  244. 'Panel1
  245. '
  246. Me.Panel1.Controls.Add(Me.檔案路徑_be)
  247. Me.Panel1.Controls.Add(Me.檔案讀取_tb)
  248. Me.Panel1.Controls.Add(Me.語言_dgv)
  249. Me.Panel1.Location = New System.Drawing.Point(256, 161)
  250. Me.Panel1.Name = "Panel1"
  251. Me.Panel1.Size = New System.Drawing.Size(200, 100)
  252. Me.Panel1.TabIndex = 1350
  253. '
  254. '檔案路徑_be
  255. '
  256. Me.檔案路徑_be.Location = New System.Drawing.Point(82, 3)
  257. Me.檔案路徑_be.Name = "檔案路徑_be"
  258. Me.檔案路徑_be.Size = New System.Drawing.Size(316, 24)
  259. Me.檔案路徑_be.TabIndex = 1393
  260. '
  261. 'ToolTip1
  262. '
  263. Me.ToolTip1.AutoPopDelay = 5000
  264. Me.ToolTip1.InitialDelay = 500
  265. Me.ToolTip1.IsBalloon = True
  266. Me.ToolTip1.ReshowDelay = 100
  267. Me.ToolTip1.ToolTipTitle = "illustrate"
  268. '
  269. '簽名檔管理
  270. '
  271. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  272. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  273. Me.ClientSize = New System.Drawing.Size(1350, 598)
  274. Me.Controls.Add(Me.Panel1)
  275. Me.Controls.Add(Me.語轉扭_bt)
  276. Me.Controls.Add(Me.刪除簽名檔_bt)
  277. Me.Controls.Add(Me.簽名檔持有人_lb)
  278. Me.Controls.Add(Me.簽名檔持有人_cb)
  279. Me.Controls.Add(Me.簽名_DGV)
  280. Me.Controls.Add(Me.簽名_PB)
  281. Me.Controls.Add(Me.圖檔編號_lb)
  282. Me.Controls.Add(Me.圖檔編號_tb)
  283. Me.Controls.Add(Me.生成圖檔編號_bt)
  284. Me.Controls.Add(Me.簽名檔入系統_bt)
  285. Me.Controls.Add(Me.檔案名稱_tb)
  286. Me.Controls.Add(Me.讀取料夾路徑_bt)
  287. Me.Controls.Add(Me.Web2)
  288. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  289. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  290. Me.Name = "簽名檔管理"
  291. Me.Text = "簽名檔管理"
  292. CType(Me.簽名_DGV, System.ComponentModel.ISupportInitialize).EndInit()
  293. CType(Me.簽名_PB, System.ComponentModel.ISupportInitialize).EndInit()
  294. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  295. Me.Panel1.ResumeLayout(False)
  296. Me.Panel1.PerformLayout()
  297. CType(Me.檔案路徑_be, System.ComponentModel.ISupportInitialize).EndInit()
  298. Me.ResumeLayout(False)
  299. Me.PerformLayout()
  300. End Sub
  301. Friend WithEvents 檔案讀取_tb As TextBox
  302. Friend WithEvents 刪除簽名檔_bt As Button
  303. Friend WithEvents 簽名檔持有人_lb As Label
  304. Friend WithEvents 簽名檔持有人_cb As ComboBox
  305. Friend WithEvents 簽名_DGV As DataGridView
  306. Friend WithEvents 簽名_PB As PictureBox
  307. Friend WithEvents 圖檔編號_lb As Label
  308. Friend WithEvents 圖檔編號_tb As TextBox
  309. Friend WithEvents 生成圖檔編號_bt As Button
  310. Friend WithEvents 簽名檔入系統_bt As Button
  311. Friend WithEvents 檔案名稱_tb As TextBox
  312. Friend WithEvents 讀取料夾路徑_bt As Button
  313. Friend WithEvents Web2 As WebBrowser
  314. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  315. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  316. Friend WithEvents 語轉扭_bt As Button
  317. Friend WithEvents 語言_dgv As DataGridView
  318. Friend WithEvents Panel1 As Panel
  319. Friend WithEvents 檔案路徑_be As Telerik.WinControls.UI.RadBrowseEditor
  320. Friend WithEvents ToolTip1 As ToolTip
  321. Friend WithEvents Column1 As DataGridViewTextBoxColumn
  322. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  323. End Class