Geen omschrijving
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 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.TextBox4 = New System.Windows.Forms.TextBox()
  25. Me.TextBox5 = New System.Windows.Forms.TextBox()
  26. Me.刪除_bt = New System.Windows.Forms.Button()
  27. Me.新增_bt = New System.Windows.Forms.Button()
  28. Me.修改_bt = New System.Windows.Forms.Button()
  29. Me.搜尋1_bt = New System.Windows.Forms.Button()
  30. Me.型體名稱_tb = New System.Windows.Forms.TextBox()
  31. Me.型體名稱_lb = New System.Windows.Forms.Label()
  32. Me.型體號碼_tb = New System.Windows.Forms.TextBox()
  33. Me.型體號碼_lb = New System.Windows.Forms.Label()
  34. Me.客戶簡稱_tb = New System.Windows.Forms.TextBox()
  35. Me.客戶簡稱_lb = New System.Windows.Forms.Label()
  36. Me.清單2_dgv = New System.Windows.Forms.DataGridView()
  37. Me.搜尋_bt = New System.Windows.Forms.Button()
  38. Me.新增客戶清單_bt = New System.Windows.Forms.Button()
  39. Me.客戶簡稱清單_lb = New System.Windows.Forms.Label()
  40. Me.清單1_dgv = New System.Windows.Forms.DataGridView()
  41. CType(Me.清單2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  42. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  43. Me.SuspendLayout()
  44. '
  45. 'TextBox4
  46. '
  47. Me.TextBox4.Location = New System.Drawing.Point(876, 14)
  48. Me.TextBox4.Name = "TextBox4"
  49. Me.TextBox4.Size = New System.Drawing.Size(214, 23)
  50. Me.TextBox4.TabIndex = 675
  51. '
  52. 'TextBox5
  53. '
  54. Me.TextBox5.Location = New System.Drawing.Point(876, 43)
  55. Me.TextBox5.Name = "TextBox5"
  56. Me.TextBox5.Size = New System.Drawing.Size(214, 23)
  57. Me.TextBox5.TabIndex = 674
  58. '
  59. '刪除_bt
  60. '
  61. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  62. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  63. Me.刪除_bt.Location = New System.Drawing.Point(775, 12)
  64. Me.刪除_bt.Name = "刪除_bt"
  65. Me.刪除_bt.Size = New System.Drawing.Size(95, 84)
  66. Me.刪除_bt.TabIndex = 673
  67. Me.刪除_bt.Text = "刪除"
  68. Me.刪除_bt.UseVisualStyleBackColor = True
  69. '
  70. '新增_bt
  71. '
  72. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  73. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  74. Me.新增_bt.Location = New System.Drawing.Point(573, 12)
  75. Me.新增_bt.Name = "新增_bt"
  76. Me.新增_bt.Size = New System.Drawing.Size(95, 84)
  77. Me.新增_bt.TabIndex = 671
  78. Me.新增_bt.Text = "新增"
  79. Me.新增_bt.UseVisualStyleBackColor = True
  80. '
  81. '修改_bt
  82. '
  83. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  84. Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  85. Me.修改_bt.Location = New System.Drawing.Point(674, 12)
  86. Me.修改_bt.Name = "修改_bt"
  87. Me.修改_bt.Size = New System.Drawing.Size(95, 84)
  88. Me.修改_bt.TabIndex = 672
  89. Me.修改_bt.Text = "修改"
  90. Me.修改_bt.UseVisualStyleBackColor = True
  91. '
  92. '搜尋1_bt
  93. '
  94. Me.搜尋1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  95. Me.搜尋1_bt.ForeColor = System.Drawing.Color.Black
  96. Me.搜尋1_bt.Location = New System.Drawing.Point(472, 12)
  97. Me.搜尋1_bt.Name = "搜尋1_bt"
  98. Me.搜尋1_bt.Size = New System.Drawing.Size(95, 84)
  99. Me.搜尋1_bt.TabIndex = 670
  100. Me.搜尋1_bt.Text = "搜尋"
  101. Me.搜尋1_bt.UseVisualStyleBackColor = True
  102. '
  103. '型體名稱_tb
  104. '
  105. Me.型體名稱_tb.Location = New System.Drawing.Point(252, 73)
  106. Me.型體名稱_tb.Name = "型體名稱_tb"
  107. Me.型體名稱_tb.Size = New System.Drawing.Size(214, 23)
  108. Me.型體名稱_tb.TabIndex = 669
  109. '
  110. '型體名稱_lb
  111. '
  112. Me.型體名稱_lb.AutoSize = True
  113. Me.型體名稱_lb.Location = New System.Drawing.Point(190, 76)
  114. Me.型體名稱_lb.Name = "型體名稱_lb"
  115. Me.型體名稱_lb.Size = New System.Drawing.Size(56, 16)
  116. Me.型體名稱_lb.TabIndex = 668
  117. Me.型體名稱_lb.Text = "型體名稱"
  118. '
  119. '型體號碼_tb
  120. '
  121. Me.型體號碼_tb.Location = New System.Drawing.Point(252, 44)
  122. Me.型體號碼_tb.Name = "型體號碼_tb"
  123. Me.型體號碼_tb.Size = New System.Drawing.Size(214, 23)
  124. Me.型體號碼_tb.TabIndex = 667
  125. '
  126. '型體號碼_lb
  127. '
  128. Me.型體號碼_lb.AutoSize = True
  129. Me.型體號碼_lb.Location = New System.Drawing.Point(190, 47)
  130. Me.型體號碼_lb.Name = "型體號碼_lb"
  131. Me.型體號碼_lb.Size = New System.Drawing.Size(56, 16)
  132. Me.型體號碼_lb.TabIndex = 666
  133. Me.型體號碼_lb.Text = "型體號碼"
  134. '
  135. '客戶簡稱_tb
  136. '
  137. Me.客戶簡稱_tb.Location = New System.Drawing.Point(252, 14)
  138. Me.客戶簡稱_tb.Name = "客戶簡稱_tb"
  139. Me.客戶簡稱_tb.Size = New System.Drawing.Size(214, 23)
  140. Me.客戶簡稱_tb.TabIndex = 665
  141. '
  142. '客戶簡稱_lb
  143. '
  144. Me.客戶簡稱_lb.AutoSize = True
  145. Me.客戶簡稱_lb.Location = New System.Drawing.Point(190, 16)
  146. Me.客戶簡稱_lb.Name = "客戶簡稱_lb"
  147. Me.客戶簡稱_lb.Size = New System.Drawing.Size(56, 16)
  148. Me.客戶簡稱_lb.TabIndex = 664
  149. Me.客戶簡稱_lb.Text = "客戶簡稱"
  150. '
  151. '清單2_dgv
  152. '
  153. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  154. Me.清單2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  155. Me.清單2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  156. Me.清單2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  157. Me.清單2_dgv.Location = New System.Drawing.Point(186, 105)
  158. Me.清單2_dgv.Name = "清單2_dgv"
  159. Me.清單2_dgv.RowHeadersWidth = 5
  160. Me.清單2_dgv.RowTemplate.Height = 24
  161. Me.清單2_dgv.Size = New System.Drawing.Size(685, 699)
  162. Me.清單2_dgv.TabIndex = 663
  163. '
  164. '搜尋_bt
  165. '
  166. Me.搜尋_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  167. Me.搜尋_bt.ForeColor = System.Drawing.Color.Black
  168. Me.搜尋_bt.Location = New System.Drawing.Point(9, 42)
  169. Me.搜尋_bt.Name = "搜尋_bt"
  170. Me.搜尋_bt.Size = New System.Drawing.Size(172, 25)
  171. Me.搜尋_bt.TabIndex = 662
  172. Me.搜尋_bt.Text = "搜尋"
  173. Me.搜尋_bt.UseVisualStyleBackColor = True
  174. '
  175. '新增客戶清單_bt
  176. '
  177. Me.新增客戶清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  178. Me.新增客戶清單_bt.ForeColor = System.Drawing.Color.Olive
  179. Me.新增客戶清單_bt.Location = New System.Drawing.Point(9, 73)
  180. Me.新增客戶清單_bt.Name = "新增客戶清單_bt"
  181. Me.新增客戶清單_bt.Size = New System.Drawing.Size(172, 25)
  182. Me.新增客戶清單_bt.TabIndex = 661
  183. Me.新增客戶清單_bt.Text = "新增客戶清單"
  184. Me.新增客戶清單_bt.UseVisualStyleBackColor = True
  185. '
  186. '客戶簡稱清單_lb
  187. '
  188. Me.客戶簡稱清單_lb.AutoSize = True
  189. Me.客戶簡稱清單_lb.Location = New System.Drawing.Point(9, 16)
  190. Me.客戶簡稱清單_lb.Name = "客戶簡稱清單_lb"
  191. Me.客戶簡稱清單_lb.Size = New System.Drawing.Size(80, 16)
  192. Me.客戶簡稱清單_lb.TabIndex = 660
  193. Me.客戶簡稱清單_lb.Text = "客戶簡稱清單"
  194. '
  195. '清單1_dgv
  196. '
  197. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  198. Me.清單1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  199. Me.清單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  200. Me.清單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  201. Me.清單1_dgv.Location = New System.Drawing.Point(6, 104)
  202. Me.清單1_dgv.Name = "清單1_dgv"
  203. Me.清單1_dgv.RowHeadersWidth = 5
  204. Me.清單1_dgv.RowTemplate.Height = 24
  205. Me.清單1_dgv.Size = New System.Drawing.Size(175, 699)
  206. Me.清單1_dgv.TabIndex = 659
  207. '
  208. '型體控制表
  209. '
  210. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  211. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  212. Me.ClientSize = New System.Drawing.Size(876, 815)
  213. Me.Controls.Add(Me.TextBox4)
  214. Me.Controls.Add(Me.TextBox5)
  215. Me.Controls.Add(Me.刪除_bt)
  216. Me.Controls.Add(Me.新增_bt)
  217. Me.Controls.Add(Me.修改_bt)
  218. Me.Controls.Add(Me.搜尋1_bt)
  219. Me.Controls.Add(Me.型體名稱_tb)
  220. Me.Controls.Add(Me.型體名稱_lb)
  221. Me.Controls.Add(Me.型體號碼_tb)
  222. Me.Controls.Add(Me.型體號碼_lb)
  223. Me.Controls.Add(Me.客戶簡稱_tb)
  224. Me.Controls.Add(Me.客戶簡稱_lb)
  225. Me.Controls.Add(Me.清單2_dgv)
  226. Me.Controls.Add(Me.搜尋_bt)
  227. Me.Controls.Add(Me.新增客戶清單_bt)
  228. Me.Controls.Add(Me.客戶簡稱清單_lb)
  229. Me.Controls.Add(Me.清單1_dgv)
  230. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  231. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  232. Me.Name = "型體控制表"
  233. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  234. Me.Text = "型體控制表"
  235. CType(Me.清單2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  236. CType(Me.清單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  237. Me.ResumeLayout(False)
  238. Me.PerformLayout()
  239. End Sub
  240. Friend WithEvents TextBox4 As TextBox
  241. Friend WithEvents TextBox5 As TextBox
  242. Friend WithEvents 刪除_bt As Button
  243. Friend WithEvents 新增_bt As Button
  244. Friend WithEvents 修改_bt As Button
  245. Friend WithEvents 搜尋1_bt As Button
  246. Friend WithEvents 型體名稱_tb As TextBox
  247. Friend WithEvents 型體名稱_lb As Label
  248. Friend WithEvents 型體號碼_tb As TextBox
  249. Friend WithEvents 型體號碼_lb As Label
  250. Friend WithEvents 客戶簡稱_tb As TextBox
  251. Friend WithEvents 客戶簡稱_lb As Label
  252. Friend WithEvents 清單2_dgv As DataGridView
  253. Friend WithEvents 搜尋_bt As Button
  254. Friend WithEvents 新增客戶清單_bt As Button
  255. Friend WithEvents 客戶簡稱清單_lb As Label
  256. Friend WithEvents 清單1_dgv As DataGridView
  257. End Class