暫無描述
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.

機台-零件BOM表.Designer.vb 64KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 機台零件BOM表
  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. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  33. Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  34. Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  35. Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  36. Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  37. Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  38. Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  39. Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  40. Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  41. Dim DataGridViewCellStyle20 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  42. Dim DataGridViewCellStyle21 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  43. Dim DataGridViewCellStyle22 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  44. Dim DataGridViewCellStyle23 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  45. Dim DataGridViewCellStyle24 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  46. Dim DataGridViewCellStyle25 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  47. Dim DataGridViewCellStyle26 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  48. Dim DataGridViewCellStyle27 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  49. Dim DataGridViewCellStyle28 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  50. Dim DataGridViewCellStyle29 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  51. Dim DataGridViewCellStyle30 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  52. Dim DataGridViewCellStyle31 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  53. Dim DataGridViewCellStyle32 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  54. Dim DataGridViewCellStyle33 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  55. Dim DataGridViewCellStyle34 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  56. Dim DataGridViewCellStyle35 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  57. Dim DataGridViewCellStyle36 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  58. Me.TextBox7 = New System.Windows.Forms.TextBox()
  59. Me.DataGridView8 = New System.Windows.Forms.DataGridView()
  60. Me.Label12 = New System.Windows.Forms.Label()
  61. Me.DataGridView7 = New System.Windows.Forms.DataGridView()
  62. Me.Label11 = New System.Windows.Forms.Label()
  63. Me.CheckBox3 = New System.Windows.Forms.CheckBox()
  64. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  65. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  66. Me.Button15 = New System.Windows.Forms.Button()
  67. Me.DataGridView6 = New System.Windows.Forms.DataGridView()
  68. Me.Button14 = New System.Windows.Forms.Button()
  69. Me.TextBox9 = New System.Windows.Forms.TextBox()
  70. Me.Label8 = New System.Windows.Forms.Label()
  71. Me.Label3 = New System.Windows.Forms.Label()
  72. Me.Label2 = New System.Windows.Forms.Label()
  73. Me.DataGridView5 = New System.Windows.Forms.DataGridView()
  74. Me.DataGridView4 = New System.Windows.Forms.DataGridView()
  75. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  76. Me.Button13 = New System.Windows.Forms.Button()
  77. Me.Button12 = New System.Windows.Forms.Button()
  78. Me.Button11 = New System.Windows.Forms.Button()
  79. Me.Button10 = New System.Windows.Forms.Button()
  80. Me.Button9 = New System.Windows.Forms.Button()
  81. Me.Button8 = New System.Windows.Forms.Button()
  82. Me.Label9 = New System.Windows.Forms.Label()
  83. Me.TextBox6 = New System.Windows.Forms.TextBox()
  84. Me.Label10 = New System.Windows.Forms.Label()
  85. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  86. Me.TextBox5 = New System.Windows.Forms.TextBox()
  87. Me.Label7 = New System.Windows.Forms.Label()
  88. Me.Button7 = New System.Windows.Forms.Button()
  89. Me.Button6 = New System.Windows.Forms.Button()
  90. Me.Button5 = New System.Windows.Forms.Button()
  91. Me.Button4 = New System.Windows.Forms.Button()
  92. Me.TextBox4 = New System.Windows.Forms.TextBox()
  93. Me.TextBox3 = New System.Windows.Forms.TextBox()
  94. Me.TextBox1 = New System.Windows.Forms.TextBox()
  95. Me.Button3 = New System.Windows.Forms.Button()
  96. Me.TextBox2 = New System.Windows.Forms.TextBox()
  97. Me.Label6 = New System.Windows.Forms.Label()
  98. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  99. Me.Label1 = New System.Windows.Forms.Label()
  100. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  101. Me.Label5 = New System.Windows.Forms.Label()
  102. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  103. Me.Label4 = New System.Windows.Forms.Label()
  104. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  105. Me.Button2 = New System.Windows.Forms.Button()
  106. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  107. Me.Button1 = New System.Windows.Forms.Button()
  108. Me.CheckBox4 = New System.Windows.Forms.CheckBox()
  109. Me.DataGridView9 = New System.Windows.Forms.DataGridView()
  110. Me.Label13 = New System.Windows.Forms.Label()
  111. Me.TextBox8 = New System.Windows.Forms.TextBox()
  112. CType(Me.DataGridView8, System.ComponentModel.ISupportInitialize).BeginInit()
  113. CType(Me.DataGridView7, System.ComponentModel.ISupportInitialize).BeginInit()
  114. CType(Me.DataGridView6, System.ComponentModel.ISupportInitialize).BeginInit()
  115. CType(Me.DataGridView5, System.ComponentModel.ISupportInitialize).BeginInit()
  116. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).BeginInit()
  117. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  118. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  119. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  120. CType(Me.DataGridView9, System.ComponentModel.ISupportInitialize).BeginInit()
  121. Me.SuspendLayout()
  122. '
  123. 'TextBox7
  124. '
  125. Me.TextBox7.Enabled = False
  126. Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. Me.TextBox7.Location = New System.Drawing.Point(434, 146)
  128. Me.TextBox7.Name = "TextBox7"
  129. Me.TextBox7.Size = New System.Drawing.Size(128, 23)
  130. Me.TextBox7.TabIndex = 253
  131. Me.TextBox7.Visible = False
  132. '
  133. 'DataGridView8
  134. '
  135. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  136. Me.DataGridView8.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  137. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  138. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control
  139. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  140. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
  141. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  142. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  143. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  144. Me.DataGridView8.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
  145. Me.DataGridView8.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  146. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  147. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  148. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  149. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  150. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  151. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  152. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  153. Me.DataGridView8.DefaultCellStyle = DataGridViewCellStyle3
  154. Me.DataGridView8.Location = New System.Drawing.Point(979, 597)
  155. Me.DataGridView8.Name = "DataGridView8"
  156. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  157. DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control
  158. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  159. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
  160. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  161. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  162. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  163. Me.DataGridView8.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
  164. Me.DataGridView8.RowHeadersWidth = 5
  165. Me.DataGridView8.RowTemplate.Height = 24
  166. Me.DataGridView8.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  167. Me.DataGridView8.Size = New System.Drawing.Size(745, 180)
  168. Me.DataGridView8.TabIndex = 252
  169. '
  170. 'Label12
  171. '
  172. Me.Label12.AutoSize = True
  173. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. Me.Label12.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  175. Me.Label12.Location = New System.Drawing.Point(979, 578)
  176. Me.Label12.Name = "Label12"
  177. Me.Label12.Size = New System.Drawing.Size(131, 16)
  178. Me.Label12.TabIndex = 251
  179. Me.Label12.Text = "子零組件清單-MS、PA"
  180. '
  181. 'DataGridView7
  182. '
  183. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  184. Me.DataGridView7.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  185. DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  186. DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control
  187. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  188. DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
  189. DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
  190. DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  191. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  192. Me.DataGridView7.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle6
  193. Me.DataGridView7.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  194. DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  195. DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window
  196. DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  197. DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
  198. DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
  199. DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  200. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  201. Me.DataGridView7.DefaultCellStyle = DataGridViewCellStyle7
  202. Me.DataGridView7.Location = New System.Drawing.Point(979, 395)
  203. Me.DataGridView7.Name = "DataGridView7"
  204. DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  205. DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control
  206. DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  207. DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText
  208. DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
  209. DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  210. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  211. Me.DataGridView7.RowHeadersDefaultCellStyle = DataGridViewCellStyle8
  212. Me.DataGridView7.RowHeadersWidth = 5
  213. Me.DataGridView7.RowTemplate.Height = 24
  214. Me.DataGridView7.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  215. Me.DataGridView7.Size = New System.Drawing.Size(745, 180)
  216. Me.DataGridView7.TabIndex = 250
  217. '
  218. 'Label11
  219. '
  220. Me.Label11.AutoSize = True
  221. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  222. Me.Label11.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  223. Me.Label11.Location = New System.Drawing.Point(979, 376)
  224. Me.Label11.Name = "Label11"
  225. Me.Label11.Size = New System.Drawing.Size(162, 16)
  226. Me.Label11.TabIndex = 249
  227. Me.Label11.Text = "子機構件清單-MP、MS、PA"
  228. '
  229. 'CheckBox3
  230. '
  231. Me.CheckBox3.AutoSize = True
  232. Me.CheckBox3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  233. Me.CheckBox3.Location = New System.Drawing.Point(538, 16)
  234. Me.CheckBox3.Name = "CheckBox3"
  235. Me.CheckBox3.Size = New System.Drawing.Size(96, 16)
  236. Me.CheckBox3.TabIndex = 248
  237. Me.CheckBox3.Text = "機構件庫資料"
  238. Me.CheckBox3.UseVisualStyleBackColor = True
  239. '
  240. 'CheckBox2
  241. '
  242. Me.CheckBox2.AutoSize = True
  243. Me.CheckBox2.ForeColor = System.Drawing.Color.Red
  244. Me.CheckBox2.Location = New System.Drawing.Point(440, 16)
  245. Me.CheckBox2.Name = "CheckBox2"
  246. Me.CheckBox2.Size = New System.Drawing.Size(96, 16)
  247. Me.CheckBox2.TabIndex = 247
  248. Me.CheckBox2.Text = "零組件庫資料"
  249. Me.CheckBox2.UseVisualStyleBackColor = True
  250. '
  251. 'CheckBox1
  252. '
  253. Me.CheckBox1.AutoSize = True
  254. Me.CheckBox1.Checked = True
  255. Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
  256. Me.CheckBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  257. Me.CheckBox1.Location = New System.Drawing.Point(353, 16)
  258. Me.CheckBox1.Name = "CheckBox1"
  259. Me.CheckBox1.Size = New System.Drawing.Size(84, 16)
  260. Me.CheckBox1.TabIndex = 246
  261. Me.CheckBox1.Text = "零件庫資料"
  262. Me.CheckBox1.UseVisualStyleBackColor = True
  263. '
  264. 'Button15
  265. '
  266. Me.Button15.Location = New System.Drawing.Point(12, 12)
  267. Me.Button15.Name = "Button15"
  268. Me.Button15.Size = New System.Drawing.Size(75, 24)
  269. Me.Button15.TabIndex = 245
  270. Me.Button15.Text = "查詢"
  271. Me.Button15.UseVisualStyleBackColor = True
  272. '
  273. 'DataGridView6
  274. '
  275. DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  276. Me.DataGridView6.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
  277. DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  278. DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control
  279. DataGridViewCellStyle10.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  280. DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText
  281. DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight
  282. DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  283. DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  284. Me.DataGridView6.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle10
  285. Me.DataGridView6.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  286. DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  287. DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window
  288. DataGridViewCellStyle11.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  289. DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText
  290. DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight
  291. DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  292. DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  293. Me.DataGridView6.DefaultCellStyle = DataGridViewCellStyle11
  294. Me.DataGridView6.Location = New System.Drawing.Point(12, 42)
  295. Me.DataGridView6.Name = "DataGridView6"
  296. DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  297. DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control
  298. DataGridViewCellStyle12.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  299. DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText
  300. DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight
  301. DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  302. DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  303. Me.DataGridView6.RowHeadersDefaultCellStyle = DataGridViewCellStyle12
  304. Me.DataGridView6.RowHeadersWidth = 5
  305. Me.DataGridView6.RowTemplate.Height = 24
  306. Me.DataGridView6.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  307. Me.DataGridView6.Size = New System.Drawing.Size(335, 358)
  308. Me.DataGridView6.TabIndex = 244
  309. '
  310. 'Button14
  311. '
  312. Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  313. Me.Button14.Location = New System.Drawing.Point(353, 930)
  314. Me.Button14.Name = "Button14"
  315. Me.Button14.Size = New System.Drawing.Size(127, 35)
  316. Me.Button14.TabIndex = 243
  317. Me.Button14.Text = "開啟機台成本頁面"
  318. Me.Button14.UseVisualStyleBackColor = True
  319. '
  320. 'TextBox9
  321. '
  322. Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  323. Me.TextBox9.Location = New System.Drawing.Point(77, 856)
  324. Me.TextBox9.Name = "TextBox9"
  325. Me.TextBox9.Size = New System.Drawing.Size(100, 23)
  326. Me.TextBox9.TabIndex = 242
  327. '
  328. 'Label8
  329. '
  330. Me.Label8.AutoSize = True
  331. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  332. Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  333. Me.Label8.Location = New System.Drawing.Point(257, 829)
  334. Me.Label8.Name = "Label8"
  335. Me.Label8.Size = New System.Drawing.Size(90, 16)
  336. Me.Label8.TabIndex = 241
  337. Me.Label8.Text = "3.選擇機構代碼"
  338. '
  339. 'Label3
  340. '
  341. Me.Label3.AutoSize = True
  342. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  343. Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  344. Me.Label3.Location = New System.Drawing.Point(257, 620)
  345. Me.Label3.Name = "Label3"
  346. Me.Label3.Size = New System.Drawing.Size(90, 16)
  347. Me.Label3.TabIndex = 240
  348. Me.Label3.Text = "2.選擇機構類型"
  349. '
  350. 'Label2
  351. '
  352. Me.Label2.AutoSize = True
  353. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  354. Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  355. Me.Label2.Location = New System.Drawing.Point(257, 409)
  356. Me.Label2.Name = "Label2"
  357. Me.Label2.Size = New System.Drawing.Size(90, 16)
  358. Me.Label2.TabIndex = 239
  359. Me.Label2.Text = "1.選擇機構科目"
  360. '
  361. 'DataGridView5
  362. '
  363. DataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  364. Me.DataGridView5.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
  365. DataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  366. DataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control
  367. DataGridViewCellStyle14.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  368. DataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText
  369. DataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight
  370. DataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  371. DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  372. Me.DataGridView5.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle14
  373. Me.DataGridView5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  374. DataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  375. DataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Window
  376. DataGridViewCellStyle15.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  377. DataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.ControlText
  378. DataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight
  379. DataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  380. DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  381. Me.DataGridView5.DefaultCellStyle = DataGridViewCellStyle15
  382. Me.DataGridView5.Location = New System.Drawing.Point(12, 647)
  383. Me.DataGridView5.Name = "DataGridView5"
  384. DataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  385. DataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control
  386. DataGridViewCellStyle16.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  387. DataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText
  388. DataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight
  389. DataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  390. DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  391. Me.DataGridView5.RowHeadersDefaultCellStyle = DataGridViewCellStyle16
  392. Me.DataGridView5.RowHeadersWidth = 5
  393. Me.DataGridView5.RowTemplate.Height = 24
  394. Me.DataGridView5.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  395. Me.DataGridView5.Size = New System.Drawing.Size(335, 175)
  396. Me.DataGridView5.TabIndex = 238
  397. '
  398. 'DataGridView4
  399. '
  400. DataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  401. Me.DataGridView4.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle17
  402. DataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  403. DataGridViewCellStyle18.BackColor = System.Drawing.SystemColors.Control
  404. DataGridViewCellStyle18.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  405. DataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.WindowText
  406. DataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight
  407. DataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  408. DataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  409. Me.DataGridView4.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle18
  410. Me.DataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  411. DataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  412. DataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Window
  413. DataGridViewCellStyle19.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  414. DataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.ControlText
  415. DataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight
  416. DataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  417. DataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  418. Me.DataGridView4.DefaultCellStyle = DataGridViewCellStyle19
  419. Me.DataGridView4.Location = New System.Drawing.Point(12, 436)
  420. Me.DataGridView4.Name = "DataGridView4"
  421. DataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  422. DataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Control
  423. DataGridViewCellStyle20.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  424. DataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.WindowText
  425. DataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight
  426. DataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  427. DataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  428. Me.DataGridView4.RowHeadersDefaultCellStyle = DataGridViewCellStyle20
  429. Me.DataGridView4.RowHeadersWidth = 5
  430. Me.DataGridView4.RowTemplate.Height = 24
  431. Me.DataGridView4.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  432. Me.DataGridView4.Size = New System.Drawing.Size(335, 175)
  433. Me.DataGridView4.TabIndex = 237
  434. '
  435. 'DataGridView3
  436. '
  437. DataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  438. Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle21
  439. DataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  440. DataGridViewCellStyle22.BackColor = System.Drawing.SystemColors.Control
  441. DataGridViewCellStyle22.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  442. DataGridViewCellStyle22.ForeColor = System.Drawing.SystemColors.WindowText
  443. DataGridViewCellStyle22.SelectionBackColor = System.Drawing.SystemColors.Highlight
  444. DataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  445. DataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  446. Me.DataGridView3.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle22
  447. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  448. DataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  449. DataGridViewCellStyle23.BackColor = System.Drawing.SystemColors.Window
  450. DataGridViewCellStyle23.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  451. DataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.ControlText
  452. DataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight
  453. DataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  454. DataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  455. Me.DataGridView3.DefaultCellStyle = DataGridViewCellStyle23
  456. Me.DataGridView3.Location = New System.Drawing.Point(625, 766)
  457. Me.DataGridView3.Name = "DataGridView3"
  458. DataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  459. DataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Control
  460. DataGridViewCellStyle24.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  461. DataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.WindowText
  462. DataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight
  463. DataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  464. DataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  465. Me.DataGridView3.RowHeadersDefaultCellStyle = DataGridViewCellStyle24
  466. Me.DataGridView3.RowHeadersWidth = 5
  467. Me.DataGridView3.RowTemplate.Height = 24
  468. Me.DataGridView3.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  469. Me.DataGridView3.Size = New System.Drawing.Size(348, 214)
  470. Me.DataGridView3.TabIndex = 236
  471. '
  472. 'Button13
  473. '
  474. Me.Button13.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  475. Me.Button13.ForeColor = System.Drawing.Color.Green
  476. Me.Button13.Location = New System.Drawing.Point(486, 848)
  477. Me.Button13.Name = "Button13"
  478. Me.Button13.Size = New System.Drawing.Size(127, 35)
  479. Me.Button13.TabIndex = 235
  480. Me.Button13.Text = "取消修改"
  481. Me.Button13.UseVisualStyleBackColor = True
  482. '
  483. 'Button12
  484. '
  485. Me.Button12.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  486. Me.Button12.ForeColor = System.Drawing.Color.Blue
  487. Me.Button12.Location = New System.Drawing.Point(353, 848)
  488. Me.Button12.Name = "Button12"
  489. Me.Button12.Size = New System.Drawing.Size(127, 35)
  490. Me.Button12.TabIndex = 234
  491. Me.Button12.Text = "取消新增"
  492. Me.Button12.UseVisualStyleBackColor = True
  493. '
  494. 'Button11
  495. '
  496. Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  497. Me.Button11.ForeColor = System.Drawing.Color.Red
  498. Me.Button11.Location = New System.Drawing.Point(486, 889)
  499. Me.Button11.Name = "Button11"
  500. Me.Button11.Size = New System.Drawing.Size(127, 35)
  501. Me.Button11.TabIndex = 233
  502. Me.Button11.Text = "確定刪除"
  503. Me.Button11.UseVisualStyleBackColor = True
  504. '
  505. 'Button10
  506. '
  507. Me.Button10.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  508. Me.Button10.ForeColor = System.Drawing.Color.Red
  509. Me.Button10.Location = New System.Drawing.Point(353, 889)
  510. Me.Button10.Name = "Button10"
  511. Me.Button10.Size = New System.Drawing.Size(127, 35)
  512. Me.Button10.TabIndex = 232
  513. Me.Button10.Text = "刪除機構組件BOM表"
  514. Me.Button10.UseVisualStyleBackColor = True
  515. '
  516. 'Button9
  517. '
  518. Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  519. Me.Button9.ForeColor = System.Drawing.Color.Green
  520. Me.Button9.Location = New System.Drawing.Point(486, 807)
  521. Me.Button9.Name = "Button9"
  522. Me.Button9.Size = New System.Drawing.Size(127, 35)
  523. Me.Button9.TabIndex = 231
  524. Me.Button9.Text = "確定修改"
  525. Me.Button9.UseVisualStyleBackColor = True
  526. '
  527. 'Button8
  528. '
  529. Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  530. Me.Button8.ForeColor = System.Drawing.Color.Green
  531. Me.Button8.Location = New System.Drawing.Point(486, 766)
  532. Me.Button8.Name = "Button8"
  533. Me.Button8.Size = New System.Drawing.Size(127, 35)
  534. Me.Button8.TabIndex = 230
  535. Me.Button8.Text = "修改機構組件BOM表"
  536. Me.Button8.UseVisualStyleBackColor = True
  537. '
  538. 'Label9
  539. '
  540. Me.Label9.AutoSize = True
  541. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  542. Me.Label9.Location = New System.Drawing.Point(3, 859)
  543. Me.Label9.Name = "Label9"
  544. Me.Label9.Size = New System.Drawing.Size(80, 16)
  545. Me.Label9.TabIndex = 229
  546. Me.Label9.Text = "機構組件成本"
  547. '
  548. 'TextBox6
  549. '
  550. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  551. Me.TextBox6.Location = New System.Drawing.Point(183, 826)
  552. Me.TextBox6.Name = "TextBox6"
  553. Me.TextBox6.Size = New System.Drawing.Size(68, 23)
  554. Me.TextBox6.TabIndex = 228
  555. Me.TextBox6.Visible = False
  556. '
  557. 'Label10
  558. '
  559. Me.Label10.AutoSize = True
  560. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  561. Me.Label10.Location = New System.Drawing.Point(209, 858)
  562. Me.Label10.Name = "Label10"
  563. Me.Label10.Size = New System.Drawing.Size(32, 16)
  564. Me.Label10.TabIndex = 227
  565. Me.Label10.Text = "幣別"
  566. '
  567. 'ComboBox2
  568. '
  569. Me.ComboBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  570. Me.ComboBox2.FormattingEnabled = True
  571. Me.ComboBox2.Items.AddRange(New Object() {"NTD", "RMB"})
  572. Me.ComboBox2.Location = New System.Drawing.Point(247, 855)
  573. Me.ComboBox2.Name = "ComboBox2"
  574. Me.ComboBox2.Size = New System.Drawing.Size(100, 24)
  575. Me.ComboBox2.TabIndex = 226
  576. '
  577. 'TextBox5
  578. '
  579. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  580. Me.TextBox5.Location = New System.Drawing.Point(77, 935)
  581. Me.TextBox5.Multiline = True
  582. Me.TextBox5.Name = "TextBox5"
  583. Me.TextBox5.Size = New System.Drawing.Size(270, 45)
  584. Me.TextBox5.TabIndex = 225
  585. '
  586. 'Label7
  587. '
  588. Me.Label7.AutoSize = True
  589. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  590. Me.Label7.Location = New System.Drawing.Point(3, 938)
  591. Me.Label7.Name = "Label7"
  592. Me.Label7.Size = New System.Drawing.Size(68, 16)
  593. Me.Label7.TabIndex = 224
  594. Me.Label7.Text = "型號、備註"
  595. '
  596. 'Button7
  597. '
  598. Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  599. Me.Button7.ForeColor = System.Drawing.Color.Blue
  600. Me.Button7.Location = New System.Drawing.Point(353, 807)
  601. Me.Button7.Name = "Button7"
  602. Me.Button7.Size = New System.Drawing.Size(127, 35)
  603. Me.Button7.TabIndex = 223
  604. Me.Button7.Text = "確定新增"
  605. Me.Button7.UseVisualStyleBackColor = True
  606. '
  607. 'Button6
  608. '
  609. Me.Button6.Location = New System.Drawing.Point(904, 42)
  610. Me.Button6.Name = "Button6"
  611. Me.Button6.Size = New System.Drawing.Size(69, 24)
  612. Me.Button6.TabIndex = 222
  613. Me.Button6.Text = "列印"
  614. Me.Button6.UseVisualStyleBackColor = True
  615. '
  616. 'Button5
  617. '
  618. Me.Button5.Location = New System.Drawing.Point(829, 42)
  619. Me.Button5.Name = "Button5"
  620. Me.Button5.Size = New System.Drawing.Size(69, 24)
  621. Me.Button5.TabIndex = 221
  622. Me.Button5.Text = "刪除"
  623. Me.Button5.UseVisualStyleBackColor = True
  624. '
  625. 'Button4
  626. '
  627. Me.Button4.Location = New System.Drawing.Point(754, 42)
  628. Me.Button4.Name = "Button4"
  629. Me.Button4.Size = New System.Drawing.Size(69, 24)
  630. Me.Button4.TabIndex = 220
  631. Me.Button4.Text = "修改"
  632. Me.Button4.UseVisualStyleBackColor = True
  633. '
  634. 'TextBox4
  635. '
  636. Me.TextBox4.Enabled = False
  637. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  638. Me.TextBox4.Location = New System.Drawing.Point(434, 43)
  639. Me.TextBox4.Name = "TextBox4"
  640. Me.TextBox4.Size = New System.Drawing.Size(239, 23)
  641. Me.TextBox4.TabIndex = 219
  642. '
  643. 'TextBox3
  644. '
  645. Me.TextBox3.Enabled = False
  646. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  647. Me.TextBox3.Location = New System.Drawing.Point(434, 117)
  648. Me.TextBox3.Name = "TextBox3"
  649. Me.TextBox3.Size = New System.Drawing.Size(128, 23)
  650. Me.TextBox3.TabIndex = 218
  651. Me.TextBox3.Visible = False
  652. '
  653. 'TextBox1
  654. '
  655. Me.TextBox1.Enabled = False
  656. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  657. Me.TextBox1.Location = New System.Drawing.Point(434, 88)
  658. Me.TextBox1.Name = "TextBox1"
  659. Me.TextBox1.Size = New System.Drawing.Size(128, 23)
  660. Me.TextBox1.TabIndex = 217
  661. Me.TextBox1.Visible = False
  662. '
  663. 'Button3
  664. '
  665. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  666. Me.Button3.ForeColor = System.Drawing.Color.Blue
  667. Me.Button3.Location = New System.Drawing.Point(353, 766)
  668. Me.Button3.Name = "Button3"
  669. Me.Button3.Size = New System.Drawing.Size(127, 35)
  670. Me.Button3.TabIndex = 216
  671. Me.Button3.Text = "新建機構組件BOM表"
  672. Me.Button3.UseVisualStyleBackColor = True
  673. '
  674. 'TextBox2
  675. '
  676. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  677. Me.TextBox2.Location = New System.Drawing.Point(77, 884)
  678. Me.TextBox2.Multiline = True
  679. Me.TextBox2.Name = "TextBox2"
  680. Me.TextBox2.Size = New System.Drawing.Size(270, 45)
  681. Me.TextBox2.TabIndex = 215
  682. '
  683. 'Label6
  684. '
  685. Me.Label6.AutoSize = True
  686. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  687. Me.Label6.Location = New System.Drawing.Point(-6, 887)
  688. Me.Label6.Name = "Label6"
  689. Me.Label6.Size = New System.Drawing.Size(80, 16)
  690. Me.Label6.TabIndex = 214
  691. Me.Label6.Text = "機構組件名稱"
  692. '
  693. 'ComboBox1
  694. '
  695. Me.ComboBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  696. Me.ComboBox1.FormattingEnabled = True
  697. Me.ComboBox1.Location = New System.Drawing.Point(77, 826)
  698. Me.ComboBox1.Name = "ComboBox1"
  699. Me.ComboBox1.Size = New System.Drawing.Size(100, 24)
  700. Me.ComboBox1.TabIndex = 213
  701. '
  702. 'Label1
  703. '
  704. Me.Label1.AutoSize = True
  705. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  706. Me.Label1.Location = New System.Drawing.Point(3, 829)
  707. Me.Label1.Name = "Label1"
  708. Me.Label1.Size = New System.Drawing.Size(44, 16)
  709. Me.Label1.TabIndex = 212
  710. Me.Label1.Text = "機構碼"
  711. '
  712. 'ComboBox4
  713. '
  714. Me.ComboBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  715. Me.ComboBox4.FormattingEnabled = True
  716. Me.ComboBox4.Location = New System.Drawing.Point(77, 617)
  717. Me.ComboBox4.Name = "ComboBox4"
  718. Me.ComboBox4.Size = New System.Drawing.Size(174, 24)
  719. Me.ComboBox4.TabIndex = 211
  720. '
  721. 'Label5
  722. '
  723. Me.Label5.AutoSize = True
  724. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  725. Me.Label5.Location = New System.Drawing.Point(15, 620)
  726. Me.Label5.Name = "Label5"
  727. Me.Label5.Size = New System.Drawing.Size(56, 16)
  728. Me.Label5.TabIndex = 210
  729. Me.Label5.Text = "機構類型"
  730. '
  731. 'ComboBox3
  732. '
  733. Me.ComboBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  734. Me.ComboBox3.FormattingEnabled = True
  735. Me.ComboBox3.Location = New System.Drawing.Point(77, 406)
  736. Me.ComboBox3.Name = "ComboBox3"
  737. Me.ComboBox3.Size = New System.Drawing.Size(145, 24)
  738. Me.ComboBox3.TabIndex = 209
  739. '
  740. 'Label4
  741. '
  742. Me.Label4.AutoSize = True
  743. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  744. Me.Label4.Location = New System.Drawing.Point(15, 409)
  745. Me.Label4.Name = "Label4"
  746. Me.Label4.Size = New System.Drawing.Size(56, 16)
  747. Me.Label4.TabIndex = 208
  748. Me.Label4.Text = "機構科目"
  749. '
  750. 'DataGridView1
  751. '
  752. DataGridViewCellStyle25.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  753. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle25
  754. DataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  755. DataGridViewCellStyle26.BackColor = System.Drawing.SystemColors.Control
  756. DataGridViewCellStyle26.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  757. DataGridViewCellStyle26.ForeColor = System.Drawing.SystemColors.WindowText
  758. DataGridViewCellStyle26.SelectionBackColor = System.Drawing.SystemColors.Highlight
  759. DataGridViewCellStyle26.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  760. DataGridViewCellStyle26.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  761. Me.DataGridView1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle26
  762. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  763. DataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  764. DataGridViewCellStyle27.BackColor = System.Drawing.SystemColors.Window
  765. DataGridViewCellStyle27.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  766. DataGridViewCellStyle27.ForeColor = System.Drawing.SystemColors.ControlText
  767. DataGridViewCellStyle27.SelectionBackColor = System.Drawing.SystemColors.Highlight
  768. DataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  769. DataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  770. Me.DataGridView1.DefaultCellStyle = DataGridViewCellStyle27
  771. Me.DataGridView1.Location = New System.Drawing.Point(979, 14)
  772. Me.DataGridView1.Name = "DataGridView1"
  773. DataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  774. DataGridViewCellStyle28.BackColor = System.Drawing.SystemColors.Control
  775. DataGridViewCellStyle28.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  776. DataGridViewCellStyle28.ForeColor = System.Drawing.SystemColors.WindowText
  777. DataGridViewCellStyle28.SelectionBackColor = System.Drawing.SystemColors.Highlight
  778. DataGridViewCellStyle28.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  779. DataGridViewCellStyle28.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  780. Me.DataGridView1.RowHeadersDefaultCellStyle = DataGridViewCellStyle28
  781. Me.DataGridView1.RowHeadersWidth = 5
  782. Me.DataGridView1.RowTemplate.Height = 24
  783. Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  784. Me.DataGridView1.Size = New System.Drawing.Size(745, 359)
  785. Me.DataGridView1.TabIndex = 207
  786. '
  787. 'Button2
  788. '
  789. Me.Button2.Location = New System.Drawing.Point(679, 42)
  790. Me.Button2.Name = "Button2"
  791. Me.Button2.Size = New System.Drawing.Size(69, 24)
  792. Me.Button2.TabIndex = 206
  793. Me.Button2.Text = "新增"
  794. Me.Button2.UseVisualStyleBackColor = True
  795. '
  796. 'DataGridView2
  797. '
  798. DataGridViewCellStyle29.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  799. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle29
  800. DataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  801. DataGridViewCellStyle30.BackColor = System.Drawing.SystemColors.Control
  802. DataGridViewCellStyle30.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  803. DataGridViewCellStyle30.ForeColor = System.Drawing.SystemColors.WindowText
  804. DataGridViewCellStyle30.SelectionBackColor = System.Drawing.SystemColors.Highlight
  805. DataGridViewCellStyle30.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  806. DataGridViewCellStyle30.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  807. Me.DataGridView2.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle30
  808. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  809. DataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  810. DataGridViewCellStyle31.BackColor = System.Drawing.SystemColors.Window
  811. DataGridViewCellStyle31.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  812. DataGridViewCellStyle31.ForeColor = System.Drawing.SystemColors.ControlText
  813. DataGridViewCellStyle31.SelectionBackColor = System.Drawing.SystemColors.Highlight
  814. DataGridViewCellStyle31.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  815. DataGridViewCellStyle31.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  816. Me.DataGridView2.DefaultCellStyle = DataGridViewCellStyle31
  817. Me.DataGridView2.Location = New System.Drawing.Point(353, 72)
  818. Me.DataGridView2.Name = "DataGridView2"
  819. DataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  820. DataGridViewCellStyle32.BackColor = System.Drawing.SystemColors.Control
  821. DataGridViewCellStyle32.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  822. DataGridViewCellStyle32.ForeColor = System.Drawing.SystemColors.WindowText
  823. DataGridViewCellStyle32.SelectionBackColor = System.Drawing.SystemColors.Highlight
  824. DataGridViewCellStyle32.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  825. DataGridViewCellStyle32.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  826. Me.DataGridView2.RowHeadersDefaultCellStyle = DataGridViewCellStyle32
  827. Me.DataGridView2.RowHeadersWidth = 5
  828. Me.DataGridView2.RowTemplate.Height = 24
  829. Me.DataGridView2.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  830. Me.DataGridView2.Size = New System.Drawing.Size(620, 688)
  831. Me.DataGridView2.TabIndex = 205
  832. '
  833. 'Button1
  834. '
  835. Me.Button1.Location = New System.Drawing.Point(353, 42)
  836. Me.Button1.Name = "Button1"
  837. Me.Button1.Size = New System.Drawing.Size(75, 24)
  838. Me.Button1.TabIndex = 204
  839. Me.Button1.Text = "查詢"
  840. Me.Button1.UseVisualStyleBackColor = True
  841. '
  842. 'CheckBox4
  843. '
  844. Me.CheckBox4.AutoSize = True
  845. Me.CheckBox4.ForeColor = System.Drawing.Color.Olive
  846. Me.CheckBox4.Location = New System.Drawing.Point(640, 16)
  847. Me.CheckBox4.Name = "CheckBox4"
  848. Me.CheckBox4.Size = New System.Drawing.Size(108, 16)
  849. Me.CheckBox4.TabIndex = 254
  850. Me.CheckBox4.Text = "機構組件庫資料"
  851. Me.CheckBox4.UseVisualStyleBackColor = True
  852. '
  853. 'DataGridView9
  854. '
  855. DataGridViewCellStyle33.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  856. Me.DataGridView9.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle33
  857. DataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  858. DataGridViewCellStyle34.BackColor = System.Drawing.SystemColors.Control
  859. DataGridViewCellStyle34.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  860. DataGridViewCellStyle34.ForeColor = System.Drawing.SystemColors.WindowText
  861. DataGridViewCellStyle34.SelectionBackColor = System.Drawing.SystemColors.Highlight
  862. DataGridViewCellStyle34.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  863. DataGridViewCellStyle34.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  864. Me.DataGridView9.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle34
  865. Me.DataGridView9.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  866. DataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  867. DataGridViewCellStyle35.BackColor = System.Drawing.SystemColors.Window
  868. DataGridViewCellStyle35.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  869. DataGridViewCellStyle35.ForeColor = System.Drawing.SystemColors.ControlText
  870. DataGridViewCellStyle35.SelectionBackColor = System.Drawing.SystemColors.Highlight
  871. DataGridViewCellStyle35.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  872. DataGridViewCellStyle35.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  873. Me.DataGridView9.DefaultCellStyle = DataGridViewCellStyle35
  874. Me.DataGridView9.Location = New System.Drawing.Point(979, 799)
  875. Me.DataGridView9.Name = "DataGridView9"
  876. DataGridViewCellStyle36.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  877. DataGridViewCellStyle36.BackColor = System.Drawing.SystemColors.Control
  878. DataGridViewCellStyle36.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  879. DataGridViewCellStyle36.ForeColor = System.Drawing.SystemColors.WindowText
  880. DataGridViewCellStyle36.SelectionBackColor = System.Drawing.SystemColors.Highlight
  881. DataGridViewCellStyle36.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  882. DataGridViewCellStyle36.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  883. Me.DataGridView9.RowHeadersDefaultCellStyle = DataGridViewCellStyle36
  884. Me.DataGridView9.RowHeadersWidth = 5
  885. Me.DataGridView9.RowTemplate.Height = 24
  886. Me.DataGridView9.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  887. Me.DataGridView9.Size = New System.Drawing.Size(745, 180)
  888. Me.DataGridView9.TabIndex = 256
  889. '
  890. 'Label13
  891. '
  892. Me.Label13.AutoSize = True
  893. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  894. Me.Label13.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  895. Me.Label13.Location = New System.Drawing.Point(979, 780)
  896. Me.Label13.Name = "Label13"
  897. Me.Label13.Size = New System.Drawing.Size(88, 16)
  898. Me.Label13.TabIndex = 255
  899. Me.Label13.Text = "子零件清單-PA"
  900. '
  901. 'TextBox8
  902. '
  903. Me.TextBox8.Enabled = False
  904. Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  905. Me.TextBox8.Location = New System.Drawing.Point(434, 175)
  906. Me.TextBox8.Name = "TextBox8"
  907. Me.TextBox8.Size = New System.Drawing.Size(128, 23)
  908. Me.TextBox8.TabIndex = 257
  909. Me.TextBox8.Visible = False
  910. '
  911. '機台零件BOM表
  912. '
  913. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  914. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  915. Me.AutoScroll = True
  916. Me.ClientSize = New System.Drawing.Size(1736, 991)
  917. Me.Controls.Add(Me.TextBox8)
  918. Me.Controls.Add(Me.DataGridView9)
  919. Me.Controls.Add(Me.Label13)
  920. Me.Controls.Add(Me.CheckBox4)
  921. Me.Controls.Add(Me.TextBox7)
  922. Me.Controls.Add(Me.DataGridView8)
  923. Me.Controls.Add(Me.Label12)
  924. Me.Controls.Add(Me.DataGridView7)
  925. Me.Controls.Add(Me.Label11)
  926. Me.Controls.Add(Me.CheckBox3)
  927. Me.Controls.Add(Me.CheckBox2)
  928. Me.Controls.Add(Me.CheckBox1)
  929. Me.Controls.Add(Me.Button15)
  930. Me.Controls.Add(Me.DataGridView6)
  931. Me.Controls.Add(Me.Button14)
  932. Me.Controls.Add(Me.TextBox9)
  933. Me.Controls.Add(Me.Label8)
  934. Me.Controls.Add(Me.Label3)
  935. Me.Controls.Add(Me.Label2)
  936. Me.Controls.Add(Me.DataGridView5)
  937. Me.Controls.Add(Me.DataGridView4)
  938. Me.Controls.Add(Me.DataGridView3)
  939. Me.Controls.Add(Me.Button13)
  940. Me.Controls.Add(Me.Button12)
  941. Me.Controls.Add(Me.Button11)
  942. Me.Controls.Add(Me.Button10)
  943. Me.Controls.Add(Me.Button9)
  944. Me.Controls.Add(Me.Button8)
  945. Me.Controls.Add(Me.Label9)
  946. Me.Controls.Add(Me.TextBox6)
  947. Me.Controls.Add(Me.Label10)
  948. Me.Controls.Add(Me.ComboBox2)
  949. Me.Controls.Add(Me.TextBox5)
  950. Me.Controls.Add(Me.Label7)
  951. Me.Controls.Add(Me.Button7)
  952. Me.Controls.Add(Me.Button6)
  953. Me.Controls.Add(Me.Button5)
  954. Me.Controls.Add(Me.Button4)
  955. Me.Controls.Add(Me.TextBox4)
  956. Me.Controls.Add(Me.TextBox3)
  957. Me.Controls.Add(Me.TextBox1)
  958. Me.Controls.Add(Me.Button3)
  959. Me.Controls.Add(Me.TextBox2)
  960. Me.Controls.Add(Me.Label6)
  961. Me.Controls.Add(Me.ComboBox1)
  962. Me.Controls.Add(Me.Label1)
  963. Me.Controls.Add(Me.ComboBox4)
  964. Me.Controls.Add(Me.Label5)
  965. Me.Controls.Add(Me.ComboBox3)
  966. Me.Controls.Add(Me.Label4)
  967. Me.Controls.Add(Me.DataGridView1)
  968. Me.Controls.Add(Me.Button2)
  969. Me.Controls.Add(Me.DataGridView2)
  970. Me.Controls.Add(Me.Button1)
  971. Me.Name = "機台零件BOM表"
  972. Me.Text = "機台零件BOM表"
  973. CType(Me.DataGridView8, System.ComponentModel.ISupportInitialize).EndInit()
  974. CType(Me.DataGridView7, System.ComponentModel.ISupportInitialize).EndInit()
  975. CType(Me.DataGridView6, System.ComponentModel.ISupportInitialize).EndInit()
  976. CType(Me.DataGridView5, System.ComponentModel.ISupportInitialize).EndInit()
  977. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).EndInit()
  978. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  979. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  980. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  981. CType(Me.DataGridView9, System.ComponentModel.ISupportInitialize).EndInit()
  982. Me.ResumeLayout(False)
  983. Me.PerformLayout()
  984. End Sub
  985. Friend WithEvents TextBox7 As TextBox
  986. Friend WithEvents DataGridView8 As DataGridView
  987. Friend WithEvents Label12 As Label
  988. Friend WithEvents DataGridView7 As DataGridView
  989. Friend WithEvents Label11 As Label
  990. Friend WithEvents CheckBox3 As CheckBox
  991. Friend WithEvents CheckBox2 As CheckBox
  992. Friend WithEvents CheckBox1 As CheckBox
  993. Friend WithEvents Button15 As Button
  994. Friend WithEvents DataGridView6 As DataGridView
  995. Friend WithEvents Button14 As Button
  996. Friend WithEvents TextBox9 As TextBox
  997. Friend WithEvents Label8 As Label
  998. Friend WithEvents Label3 As Label
  999. Friend WithEvents Label2 As Label
  1000. Friend WithEvents DataGridView5 As DataGridView
  1001. Friend WithEvents DataGridView4 As DataGridView
  1002. Friend WithEvents DataGridView3 As DataGridView
  1003. Friend WithEvents Button13 As Button
  1004. Friend WithEvents Button12 As Button
  1005. Friend WithEvents Button11 As Button
  1006. Friend WithEvents Button10 As Button
  1007. Friend WithEvents Button9 As Button
  1008. Friend WithEvents Button8 As Button
  1009. Friend WithEvents Label9 As Label
  1010. Friend WithEvents TextBox6 As TextBox
  1011. Friend WithEvents Label10 As Label
  1012. Friend WithEvents ComboBox2 As ComboBox
  1013. Friend WithEvents TextBox5 As TextBox
  1014. Friend WithEvents Label7 As Label
  1015. Friend WithEvents Button7 As Button
  1016. Friend WithEvents Button6 As Button
  1017. Friend WithEvents Button5 As Button
  1018. Friend WithEvents Button4 As Button
  1019. Friend WithEvents TextBox4 As TextBox
  1020. Friend WithEvents TextBox3 As TextBox
  1021. Friend WithEvents TextBox1 As TextBox
  1022. Friend WithEvents Button3 As Button
  1023. Friend WithEvents TextBox2 As TextBox
  1024. Friend WithEvents Label6 As Label
  1025. Friend WithEvents ComboBox1 As ComboBox
  1026. Friend WithEvents Label1 As Label
  1027. Friend WithEvents ComboBox4 As ComboBox
  1028. Friend WithEvents Label5 As Label
  1029. Friend WithEvents ComboBox3 As ComboBox
  1030. Friend WithEvents Label4 As Label
  1031. Friend WithEvents DataGridView1 As DataGridView
  1032. Friend WithEvents Button2 As Button
  1033. Friend WithEvents DataGridView2 As DataGridView
  1034. Friend WithEvents Button1 As Button
  1035. Friend WithEvents CheckBox4 As CheckBox
  1036. Friend WithEvents DataGridView9 As DataGridView
  1037. Friend WithEvents Label13 As Label
  1038. Friend WithEvents TextBox8 As TextBox
  1039. End Class