Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

型體控制表.Designer.vb 11KB

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