暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

簽名檔管理.Designer.vb 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  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.語轉扭_bt = New System.Windows.Forms.Button()
  24. Me.簽名檔持有人_lb = New System.Windows.Forms.Label()
  25. Me.簽名檔持有人_cb = New System.Windows.Forms.ComboBox()
  26. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  27. Me.檔案名稱_lb = New System.Windows.Forms.Label()
  28. Me.TextBox4 = New System.Windows.Forms.TextBox()
  29. Me.圖檔編號_lb = New System.Windows.Forms.Label()
  30. Me.圖檔編號_tb = New System.Windows.Forms.TextBox()
  31. Me.選擇檔案_bt = New System.Windows.Forms.Button()
  32. Me.刪除簽名檔_bt = New System.Windows.Forms.Button()
  33. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  34. Me.簽名檔入系統_bt = New System.Windows.Forms.Button()
  35. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  36. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  37. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  38. Me.SuspendLayout()
  39. '
  40. '語轉扭_bt
  41. '
  42. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  43. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  44. Me.語轉扭_bt.Location = New System.Drawing.Point(823, 160)
  45. Me.語轉扭_bt.Name = "語轉扭_bt"
  46. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  47. Me.語轉扭_bt.TabIndex = 1369
  48. Me.語轉扭_bt.Text = "L"
  49. Me.語轉扭_bt.UseVisualStyleBackColor = True
  50. '
  51. '簽名檔持有人_lb
  52. '
  53. Me.簽名檔持有人_lb.AutoSize = True
  54. Me.簽名檔持有人_lb.ForeColor = System.Drawing.Color.Blue
  55. Me.簽名檔持有人_lb.Location = New System.Drawing.Point(480, 54)
  56. Me.簽名檔持有人_lb.Name = "簽名檔持有人_lb"
  57. Me.簽名檔持有人_lb.Size = New System.Drawing.Size(79, 16)
  58. Me.簽名檔持有人_lb.TabIndex = 1366
  59. Me.簽名檔持有人_lb.Text = "簽名檔持有人"
  60. '
  61. '簽名檔持有人_cb
  62. '
  63. Me.簽名檔持有人_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  64. Me.簽名檔持有人_cb.ForeColor = System.Drawing.Color.Blue
  65. Me.簽名檔持有人_cb.FormattingEnabled = True
  66. Me.簽名檔持有人_cb.Items.AddRange(New Object() {"登入", "主頁"})
  67. Me.簽名檔持有人_cb.Location = New System.Drawing.Point(477, 73)
  68. Me.簽名檔持有人_cb.Name = "簽名檔持有人_cb"
  69. Me.簽名檔持有人_cb.Size = New System.Drawing.Size(213, 24)
  70. Me.簽名檔持有人_cb.TabIndex = 1365
  71. '
  72. 'DataGridView1
  73. '
  74. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  75. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  76. Me.DataGridView1.Location = New System.Drawing.Point(5, 3)
  77. Me.DataGridView1.Name = "DataGridView1"
  78. Me.DataGridView1.RowHeadersWidth = 5
  79. Me.DataGridView1.RowTemplate.Height = 24
  80. Me.DataGridView1.Size = New System.Drawing.Size(466, 422)
  81. Me.DataGridView1.TabIndex = 1364
  82. '
  83. '檔案名稱_lb
  84. '
  85. Me.檔案名稱_lb.AutoSize = True
  86. Me.檔案名稱_lb.Location = New System.Drawing.Point(477, 9)
  87. Me.檔案名稱_lb.Name = "檔案名稱_lb"
  88. Me.檔案名稱_lb.Size = New System.Drawing.Size(55, 16)
  89. Me.檔案名稱_lb.TabIndex = 1357
  90. Me.檔案名稱_lb.Text = "檔案名稱"
  91. '
  92. 'TextBox4
  93. '
  94. Me.TextBox4.AllowDrop = True
  95. Me.TextBox4.Enabled = False
  96. Me.TextBox4.ForeColor = System.Drawing.Color.Black
  97. Me.TextBox4.Location = New System.Drawing.Point(483, 28)
  98. Me.TextBox4.Name = "TextBox4"
  99. Me.TextBox4.ReadOnly = True
  100. Me.TextBox4.Size = New System.Drawing.Size(441, 23)
  101. Me.TextBox4.TabIndex = 1356
  102. '
  103. '圖檔編號_lb
  104. '
  105. Me.圖檔編號_lb.AutoSize = True
  106. Me.圖檔編號_lb.Location = New System.Drawing.Point(699, 54)
  107. Me.圖檔編號_lb.Name = "圖檔編號_lb"
  108. Me.圖檔編號_lb.Size = New System.Drawing.Size(55, 16)
  109. Me.圖檔編號_lb.TabIndex = 1373
  110. Me.圖檔編號_lb.Text = "圖檔編號"
  111. '
  112. '圖檔編號_tb
  113. '
  114. Me.圖檔編號_tb.AllowDrop = True
  115. Me.圖檔編號_tb.Enabled = False
  116. Me.圖檔編號_tb.ForeColor = System.Drawing.Color.Black
  117. Me.圖檔編號_tb.Location = New System.Drawing.Point(702, 73)
  118. Me.圖檔編號_tb.Name = "圖檔編號_tb"
  119. Me.圖檔編號_tb.ReadOnly = True
  120. Me.圖檔編號_tb.Size = New System.Drawing.Size(222, 23)
  121. Me.圖檔編號_tb.TabIndex = 1372
  122. '
  123. '選擇檔案_bt
  124. '
  125. Me.選擇檔案_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.New_Folder
  126. Me.選擇檔案_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  127. Me.選擇檔案_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  128. Me.選擇檔案_bt.ForeColor = System.Drawing.Color.Green
  129. Me.選擇檔案_bt.Location = New System.Drawing.Point(477, 119)
  130. Me.選擇檔案_bt.Name = "選擇檔案_bt"
  131. Me.選擇檔案_bt.Size = New System.Drawing.Size(80, 66)
  132. Me.選擇檔案_bt.TabIndex = 1371
  133. Me.選擇檔案_bt.UseVisualStyleBackColor = True
  134. '
  135. '刪除簽名檔_bt
  136. '
  137. Me.刪除簽名檔_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  138. Me.刪除簽名檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  139. Me.刪除簽名檔_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  140. Me.刪除簽名檔_bt.ForeColor = System.Drawing.Color.Red
  141. Me.刪除簽名檔_bt.Location = New System.Drawing.Point(737, 119)
  142. Me.刪除簽名檔_bt.Name = "刪除簽名檔_bt"
  143. Me.刪除簽名檔_bt.Size = New System.Drawing.Size(80, 66)
  144. Me.刪除簽名檔_bt.TabIndex = 1367
  145. Me.刪除簽名檔_bt.UseVisualStyleBackColor = True
  146. '
  147. 'PictureBox1
  148. '
  149. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  150. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  151. Me.PictureBox1.Location = New System.Drawing.Point(477, 192)
  152. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  153. Me.PictureBox1.Name = "PictureBox1"
  154. Me.PictureBox1.Size = New System.Drawing.Size(466, 233)
  155. Me.PictureBox1.TabIndex = 1363
  156. Me.PictureBox1.TabStop = False
  157. '
  158. '簽名檔入系統_bt
  159. '
  160. Me.簽名檔入系統_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Add_Image
  161. Me.簽名檔入系統_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  162. Me.簽名檔入系統_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, 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(563, 119)
  165. Me.簽名檔入系統_bt.Name = "簽名檔入系統_bt"
  166. Me.簽名檔入系統_bt.Size = New System.Drawing.Size(168, 66)
  167. Me.簽名檔入系統_bt.TabIndex = 1359
  168. Me.簽名檔入系統_bt.UseVisualStyleBackColor = True
  169. '
  170. 'ToolTip1
  171. '
  172. Me.ToolTip1.IsBalloon = True
  173. Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  174. Me.ToolTip1.ToolTipTitle = "系統說明"
  175. '
  176. '簽名檔管理
  177. '
  178. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  179. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  180. Me.ClientSize = New System.Drawing.Size(947, 430)
  181. Me.Controls.Add(Me.圖檔編號_lb)
  182. Me.Controls.Add(Me.圖檔編號_tb)
  183. Me.Controls.Add(Me.選擇檔案_bt)
  184. Me.Controls.Add(Me.語轉扭_bt)
  185. Me.Controls.Add(Me.刪除簽名檔_bt)
  186. Me.Controls.Add(Me.簽名檔持有人_lb)
  187. Me.Controls.Add(Me.簽名檔持有人_cb)
  188. Me.Controls.Add(Me.DataGridView1)
  189. Me.Controls.Add(Me.PictureBox1)
  190. Me.Controls.Add(Me.簽名檔入系統_bt)
  191. Me.Controls.Add(Me.檔案名稱_lb)
  192. Me.Controls.Add(Me.TextBox4)
  193. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  194. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  195. Me.MaximizeBox = False
  196. Me.MinimizeBox = False
  197. Me.Name = "簽名檔管理"
  198. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  199. Me.Text = "簽名檔管理"
  200. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  201. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  202. Me.ResumeLayout(False)
  203. Me.PerformLayout()
  204. End Sub
  205. Friend WithEvents 語轉扭_bt As Button
  206. Friend WithEvents 刪除簽名檔_bt As Button
  207. Friend WithEvents 簽名檔持有人_lb As Label
  208. Friend WithEvents 簽名檔持有人_cb As ComboBox
  209. Friend WithEvents DataGridView1 As DataGridView
  210. Friend WithEvents PictureBox1 As PictureBox
  211. Friend WithEvents 簽名檔入系統_bt As Button
  212. Friend WithEvents 檔案名稱_lb As Label
  213. Friend WithEvents TextBox4 As TextBox
  214. Friend WithEvents 選擇檔案_bt As Button
  215. Friend WithEvents 圖檔編號_lb As Label
  216. Friend WithEvents 圖檔編號_tb As TextBox
  217. Friend WithEvents ToolTip1 As ToolTip
  218. End Class