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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.Button1 = New System.Windows.Forms.Button()
  24. Me.CheckBox4 = New System.Windows.Forms.CheckBox()
  25. Me.Label4 = New System.Windows.Forms.Label()
  26. Me.Label5 = New System.Windows.Forms.Label()
  27. Me.DateTimePicker5 = New System.Windows.Forms.DateTimePicker()
  28. Me.DateTimePicker6 = New System.Windows.Forms.DateTimePicker()
  29. Me.CheckBox3 = New System.Windows.Forms.CheckBox()
  30. Me.Label2 = New System.Windows.Forms.Label()
  31. Me.Label3 = New System.Windows.Forms.Label()
  32. Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker()
  33. Me.DateTimePicker4 = New System.Windows.Forms.DateTimePicker()
  34. Me.CheckBox6 = New System.Windows.Forms.CheckBox()
  35. Me.Label16 = New System.Windows.Forms.Label()
  36. Me.Label14 = New System.Windows.Forms.Label()
  37. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  38. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  39. Me.CheckBox7 = New System.Windows.Forms.CheckBox()
  40. Me.ComboBox5 = New System.Windows.Forms.ComboBox()
  41. Me.CheckBox8 = New System.Windows.Forms.CheckBox()
  42. Me.ComboBox6 = New System.Windows.Forms.ComboBox()
  43. Me.CheckBox2 = New System.Windows.Forms.CheckBox()
  44. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  45. Me.Button5 = New System.Windows.Forms.Button()
  46. Me.Button6 = New System.Windows.Forms.Button()
  47. Me.Button7 = New System.Windows.Forms.Button()
  48. Me.Button8 = New System.Windows.Forms.Button()
  49. Me.Button20 = New System.Windows.Forms.Button()
  50. Me.PictureBox2 = New System.Windows.Forms.PictureBox()
  51. Me.Label1 = New System.Windows.Forms.Label()
  52. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  53. Me.Button30 = New System.Windows.Forms.Button()
  54. Me.TextBox1 = New System.Windows.Forms.TextBox()
  55. Me.Button9 = New System.Windows.Forms.Button()
  56. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  57. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  58. Me.資料流水號_tb = New System.Windows.Forms.TextBox()
  59. Me.實際離場_dtp = New System.Windows.Forms.DateTimePicker()
  60. Me.實際離場日修改_bt = New System.Windows.Forms.Button()
  61. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  62. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  63. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  64. Me.SuspendLayout()
  65. '
  66. 'Button1
  67. '
  68. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  69. Me.Button1.ForeColor = System.Drawing.Color.Black
  70. Me.Button1.Location = New System.Drawing.Point(1215, 10)
  71. Me.Button1.Name = "Button1"
  72. Me.Button1.Size = New System.Drawing.Size(115, 83)
  73. Me.Button1.TabIndex = 579
  74. Me.Button1.Text = "列印成EXCEL"
  75. Me.Button1.UseVisualStyleBackColor = True
  76. '
  77. 'CheckBox4
  78. '
  79. Me.CheckBox4.AutoSize = True
  80. Me.CheckBox4.Location = New System.Drawing.Point(562, 71)
  81. Me.CheckBox4.Name = "CheckBox4"
  82. Me.CheckBox4.Size = New System.Drawing.Size(69, 20)
  83. Me.CheckBox4.TabIndex = 578
  84. Me.CheckBox4.Text = "RLF X/F"
  85. Me.CheckBox4.UseVisualStyleBackColor = True
  86. '
  87. 'Label4
  88. '
  89. Me.Label4.AutoSize = True
  90. Me.Label4.Location = New System.Drawing.Point(770, 72)
  91. Me.Label4.Name = "Label4"
  92. Me.Label4.Size = New System.Drawing.Size(20, 16)
  93. Me.Label4.TabIndex = 577
  94. Me.Label4.Text = "至"
  95. '
  96. 'Label5
  97. '
  98. Me.Label5.AutoSize = True
  99. Me.Label5.Location = New System.Drawing.Point(648, 72)
  100. Me.Label5.Name = "Label5"
  101. Me.Label5.Size = New System.Drawing.Size(20, 16)
  102. Me.Label5.TabIndex = 576
  103. Me.Label5.Text = "由"
  104. '
  105. 'DateTimePicker5
  106. '
  107. Me.DateTimePicker5.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  108. Me.DateTimePicker5.Location = New System.Drawing.Point(674, 69)
  109. Me.DateTimePicker5.Name = "DateTimePicker5"
  110. Me.DateTimePicker5.Size = New System.Drawing.Size(90, 23)
  111. Me.DateTimePicker5.TabIndex = 575
  112. '
  113. 'DateTimePicker6
  114. '
  115. Me.DateTimePicker6.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  116. Me.DateTimePicker6.Location = New System.Drawing.Point(796, 69)
  117. Me.DateTimePicker6.Name = "DateTimePicker6"
  118. Me.DateTimePicker6.Size = New System.Drawing.Size(90, 23)
  119. Me.DateTimePicker6.TabIndex = 574
  120. '
  121. 'CheckBox3
  122. '
  123. Me.CheckBox3.AutoSize = True
  124. Me.CheckBox3.Location = New System.Drawing.Point(562, 41)
  125. Me.CheckBox3.Name = "CheckBox3"
  126. Me.CheckBox3.Size = New System.Drawing.Size(69, 20)
  127. Me.CheckBox3.TabIndex = 573
  128. Me.CheckBox3.Text = "FTY X/F"
  129. Me.CheckBox3.UseVisualStyleBackColor = True
  130. '
  131. 'Label2
  132. '
  133. Me.Label2.AutoSize = True
  134. Me.Label2.Location = New System.Drawing.Point(770, 42)
  135. Me.Label2.Name = "Label2"
  136. Me.Label2.Size = New System.Drawing.Size(20, 16)
  137. Me.Label2.TabIndex = 572
  138. Me.Label2.Text = "至"
  139. '
  140. 'Label3
  141. '
  142. Me.Label3.AutoSize = True
  143. Me.Label3.Location = New System.Drawing.Point(648, 42)
  144. Me.Label3.Name = "Label3"
  145. Me.Label3.Size = New System.Drawing.Size(20, 16)
  146. Me.Label3.TabIndex = 571
  147. Me.Label3.Text = "由"
  148. '
  149. 'DateTimePicker3
  150. '
  151. Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  152. Me.DateTimePicker3.Location = New System.Drawing.Point(674, 39)
  153. Me.DateTimePicker3.Name = "DateTimePicker3"
  154. Me.DateTimePicker3.Size = New System.Drawing.Size(90, 23)
  155. Me.DateTimePicker3.TabIndex = 570
  156. '
  157. 'DateTimePicker4
  158. '
  159. Me.DateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  160. Me.DateTimePicker4.Location = New System.Drawing.Point(796, 39)
  161. Me.DateTimePicker4.Name = "DateTimePicker4"
  162. Me.DateTimePicker4.Size = New System.Drawing.Size(90, 23)
  163. Me.DateTimePicker4.TabIndex = 569
  164. '
  165. 'CheckBox6
  166. '
  167. Me.CheckBox6.AutoSize = True
  168. Me.CheckBox6.Location = New System.Drawing.Point(562, 11)
  169. Me.CheckBox6.Name = "CheckBox6"
  170. Me.CheckBox6.Size = New System.Drawing.Size(80, 20)
  171. Me.CheckBox6.TabIndex = 568
  172. Me.CheckBox6.Text = "CUST X/F"
  173. Me.CheckBox6.UseVisualStyleBackColor = True
  174. '
  175. 'Label16
  176. '
  177. Me.Label16.AutoSize = True
  178. Me.Label16.Location = New System.Drawing.Point(770, 12)
  179. Me.Label16.Name = "Label16"
  180. Me.Label16.Size = New System.Drawing.Size(20, 16)
  181. Me.Label16.TabIndex = 567
  182. Me.Label16.Text = "至"
  183. '
  184. 'Label14
  185. '
  186. Me.Label14.AutoSize = True
  187. Me.Label14.Location = New System.Drawing.Point(648, 12)
  188. Me.Label14.Name = "Label14"
  189. Me.Label14.Size = New System.Drawing.Size(20, 16)
  190. Me.Label14.TabIndex = 566
  191. Me.Label14.Text = "由"
  192. '
  193. 'DateTimePicker2
  194. '
  195. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  196. Me.DateTimePicker2.Location = New System.Drawing.Point(796, 9)
  197. Me.DateTimePicker2.Name = "DateTimePicker2"
  198. Me.DateTimePicker2.Size = New System.Drawing.Size(90, 23)
  199. Me.DateTimePicker2.TabIndex = 565
  200. '
  201. 'DateTimePicker1
  202. '
  203. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  204. Me.DateTimePicker1.Location = New System.Drawing.Point(674, 9)
  205. Me.DateTimePicker1.Name = "DateTimePicker1"
  206. Me.DateTimePicker1.Size = New System.Drawing.Size(90, 23)
  207. Me.DateTimePicker1.TabIndex = 564
  208. '
  209. 'CheckBox7
  210. '
  211. Me.CheckBox7.AutoSize = True
  212. Me.CheckBox7.Location = New System.Drawing.Point(344, 71)
  213. Me.CheckBox7.Name = "CheckBox7"
  214. Me.CheckBox7.Size = New System.Drawing.Size(47, 20)
  215. Me.CheckBox7.TabIndex = 563
  216. Me.CheckBox7.Text = "FTY"
  217. Me.CheckBox7.UseVisualStyleBackColor = True
  218. '
  219. 'ComboBox5
  220. '
  221. Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  222. Me.ComboBox5.FormattingEnabled = True
  223. Me.ComboBox5.Location = New System.Drawing.Point(426, 69)
  224. Me.ComboBox5.Name = "ComboBox5"
  225. Me.ComboBox5.Size = New System.Drawing.Size(130, 24)
  226. Me.ComboBox5.TabIndex = 562
  227. '
  228. 'CheckBox8
  229. '
  230. Me.CheckBox8.AutoSize = True
  231. Me.CheckBox8.Location = New System.Drawing.Point(344, 41)
  232. Me.CheckBox8.Name = "CheckBox8"
  233. Me.CheckBox8.Size = New System.Drawing.Size(47, 20)
  234. Me.CheckBox8.TabIndex = 561
  235. Me.CheckBox8.Text = "DIV"
  236. Me.CheckBox8.UseVisualStyleBackColor = True
  237. '
  238. 'ComboBox6
  239. '
  240. Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  241. Me.ComboBox6.FormattingEnabled = True
  242. Me.ComboBox6.Location = New System.Drawing.Point(426, 39)
  243. Me.ComboBox6.Name = "ComboBox6"
  244. Me.ComboBox6.Size = New System.Drawing.Size(130, 24)
  245. Me.ComboBox6.TabIndex = 560
  246. '
  247. 'CheckBox2
  248. '
  249. Me.CheckBox2.AutoSize = True
  250. Me.CheckBox2.Location = New System.Drawing.Point(344, 11)
  251. Me.CheckBox2.Name = "CheckBox2"
  252. Me.CheckBox2.Size = New System.Drawing.Size(76, 20)
  253. Me.CheckBox2.TabIndex = 559
  254. Me.CheckBox2.Text = "SEASON"
  255. Me.CheckBox2.UseVisualStyleBackColor = True
  256. '
  257. 'ComboBox1
  258. '
  259. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  260. Me.ComboBox1.FormattingEnabled = True
  261. Me.ComboBox1.Location = New System.Drawing.Point(426, 9)
  262. Me.ComboBox1.Name = "ComboBox1"
  263. Me.ComboBox1.Size = New System.Drawing.Size(130, 24)
  264. Me.ComboBox1.TabIndex = 558
  265. '
  266. 'Button5
  267. '
  268. Me.Button5.Location = New System.Drawing.Point(177, 877)
  269. Me.Button5.Name = "Button5"
  270. Me.Button5.Size = New System.Drawing.Size(161, 36)
  271. Me.Button5.TabIndex = 557
  272. Me.Button5.Text = "垂直翻轉"
  273. Me.Button5.UseVisualStyleBackColor = True
  274. '
  275. 'Button6
  276. '
  277. Me.Button6.Location = New System.Drawing.Point(12, 877)
  278. Me.Button6.Name = "Button6"
  279. Me.Button6.Size = New System.Drawing.Size(161, 36)
  280. Me.Button6.TabIndex = 556
  281. Me.Button6.Text = "水平翻轉"
  282. Me.Button6.UseVisualStyleBackColor = True
  283. '
  284. 'Button7
  285. '
  286. Me.Button7.Location = New System.Drawing.Point(177, 835)
  287. Me.Button7.Name = "Button7"
  288. Me.Button7.Size = New System.Drawing.Size(161, 36)
  289. Me.Button7.TabIndex = 555
  290. Me.Button7.Text = "逆時鐘90度旋轉"
  291. Me.Button7.UseVisualStyleBackColor = True
  292. '
  293. 'Button8
  294. '
  295. Me.Button8.Location = New System.Drawing.Point(12, 835)
  296. Me.Button8.Name = "Button8"
  297. Me.Button8.Size = New System.Drawing.Size(161, 36)
  298. Me.Button8.TabIndex = 554
  299. Me.Button8.Text = "順時鐘90度旋轉"
  300. Me.Button8.UseVisualStyleBackColor = True
  301. '
  302. 'Button20
  303. '
  304. Me.Button20.ForeColor = System.Drawing.Color.Black
  305. Me.Button20.Location = New System.Drawing.Point(12, 792)
  306. Me.Button20.Name = "Button20"
  307. Me.Button20.Size = New System.Drawing.Size(326, 37)
  308. Me.Button20.TabIndex = 553
  309. Me.Button20.Text = "驗貨報告大圖"
  310. Me.Button20.UseVisualStyleBackColor = True
  311. '
  312. 'PictureBox2
  313. '
  314. Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  315. Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  316. Me.PictureBox2.Location = New System.Drawing.Point(12, 352)
  317. Me.PictureBox2.Name = "PictureBox2"
  318. Me.PictureBox2.Size = New System.Drawing.Size(326, 434)
  319. Me.PictureBox2.TabIndex = 552
  320. Me.PictureBox2.TabStop = False
  321. '
  322. 'Label1
  323. '
  324. Me.Label1.AutoSize = True
  325. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  326. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  327. Me.Label1.Location = New System.Drawing.Point(73, 21)
  328. Me.Label1.Name = "Label1"
  329. Me.Label1.Size = New System.Drawing.Size(195, 45)
  330. Me.Label1.TabIndex = 551
  331. Me.Label1.Text = "出貨明細表"
  332. '
  333. 'PictureBox1
  334. '
  335. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  336. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  337. Me.PictureBox1.Location = New System.Drawing.Point(12, 99)
  338. Me.PictureBox1.Name = "PictureBox1"
  339. Me.PictureBox1.Size = New System.Drawing.Size(326, 247)
  340. Me.PictureBox1.TabIndex = 550
  341. Me.PictureBox1.TabStop = False
  342. '
  343. 'Button30
  344. '
  345. Me.Button30.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  346. Me.Button30.ForeColor = System.Drawing.Color.Black
  347. Me.Button30.Location = New System.Drawing.Point(892, 9)
  348. Me.Button30.Name = "Button30"
  349. Me.Button30.Size = New System.Drawing.Size(196, 54)
  350. Me.Button30.TabIndex = 549
  351. Me.Button30.Text = "開啟訂單明細表"
  352. Me.Button30.UseVisualStyleBackColor = True
  353. '
  354. 'TextBox1
  355. '
  356. Me.TextBox1.Location = New System.Drawing.Point(892, 69)
  357. Me.TextBox1.Name = "TextBox1"
  358. Me.TextBox1.Size = New System.Drawing.Size(100, 23)
  359. Me.TextBox1.TabIndex = 547
  360. '
  361. 'Button9
  362. '
  363. Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  364. Me.Button9.ForeColor = System.Drawing.Color.Red
  365. Me.Button9.Location = New System.Drawing.Point(1094, 10)
  366. Me.Button9.Name = "Button9"
  367. Me.Button9.Size = New System.Drawing.Size(115, 83)
  368. Me.Button9.TabIndex = 546
  369. Me.Button9.Text = "搜尋"
  370. Me.Button9.UseVisualStyleBackColor = True
  371. '
  372. 'DataGridView1
  373. '
  374. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  375. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  376. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  377. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  378. Me.DataGridView1.Location = New System.Drawing.Point(344, 99)
  379. Me.DataGridView1.Name = "DataGridView1"
  380. Me.DataGridView1.RowHeadersWidth = 5
  381. Me.DataGridView1.RowTemplate.Height = 24
  382. Me.DataGridView1.Size = New System.Drawing.Size(1558, 866)
  383. Me.DataGridView1.TabIndex = 545
  384. '
  385. 'CheckBox1
  386. '
  387. Me.CheckBox1.AutoSize = True
  388. Me.CheckBox1.Location = New System.Drawing.Point(998, 71)
  389. Me.CheckBox1.Name = "CheckBox1"
  390. Me.CheckBox1.Size = New System.Drawing.Size(99, 20)
  391. Me.CheckBox1.TabIndex = 548
  392. Me.CheckBox1.Text = "明細是否建檔"
  393. Me.CheckBox1.UseVisualStyleBackColor = True
  394. '
  395. '資料流水號_tb
  396. '
  397. Me.資料流水號_tb.Location = New System.Drawing.Point(1336, 12)
  398. Me.資料流水號_tb.Name = "資料流水號_tb"
  399. Me.資料流水號_tb.Size = New System.Drawing.Size(100, 23)
  400. Me.資料流水號_tb.TabIndex = 580
  401. '
  402. '實際離場_dtp
  403. '
  404. Me.實際離場_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  405. Me.實際離場_dtp.Location = New System.Drawing.Point(1336, 41)
  406. Me.實際離場_dtp.Name = "實際離場_dtp"
  407. Me.實際離場_dtp.Size = New System.Drawing.Size(100, 23)
  408. Me.實際離場_dtp.TabIndex = 581
  409. '
  410. '實際離場日修改_bt
  411. '
  412. Me.實際離場日修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  413. Me.實際離場日修改_bt.ForeColor = System.Drawing.Color.Black
  414. Me.實際離場日修改_bt.Location = New System.Drawing.Point(1336, 69)
  415. Me.實際離場日修改_bt.Name = "實際離場日修改_bt"
  416. Me.實際離場日修改_bt.RightToLeft = System.Windows.Forms.RightToLeft.No
  417. Me.實際離場日修改_bt.Size = New System.Drawing.Size(100, 24)
  418. Me.實際離場日修改_bt.TabIndex = 582
  419. Me.實際離場日修改_bt.Text = "實際離廠日修改"
  420. Me.實際離場日修改_bt.UseVisualStyleBackColor = True
  421. '
  422. '量產出貨明細表
  423. '
  424. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  425. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  426. Me.ClientSize = New System.Drawing.Size(1914, 971)
  427. Me.Controls.Add(Me.實際離場日修改_bt)
  428. Me.Controls.Add(Me.實際離場_dtp)
  429. Me.Controls.Add(Me.資料流水號_tb)
  430. Me.Controls.Add(Me.Button1)
  431. Me.Controls.Add(Me.CheckBox4)
  432. Me.Controls.Add(Me.Label4)
  433. Me.Controls.Add(Me.Label5)
  434. Me.Controls.Add(Me.DateTimePicker5)
  435. Me.Controls.Add(Me.DateTimePicker6)
  436. Me.Controls.Add(Me.CheckBox3)
  437. Me.Controls.Add(Me.Label2)
  438. Me.Controls.Add(Me.Label3)
  439. Me.Controls.Add(Me.DateTimePicker3)
  440. Me.Controls.Add(Me.DateTimePicker4)
  441. Me.Controls.Add(Me.CheckBox6)
  442. Me.Controls.Add(Me.Label16)
  443. Me.Controls.Add(Me.Label14)
  444. Me.Controls.Add(Me.DateTimePicker2)
  445. Me.Controls.Add(Me.DateTimePicker1)
  446. Me.Controls.Add(Me.CheckBox7)
  447. Me.Controls.Add(Me.ComboBox5)
  448. Me.Controls.Add(Me.CheckBox8)
  449. Me.Controls.Add(Me.ComboBox6)
  450. Me.Controls.Add(Me.CheckBox2)
  451. Me.Controls.Add(Me.ComboBox1)
  452. Me.Controls.Add(Me.Button5)
  453. Me.Controls.Add(Me.Button6)
  454. Me.Controls.Add(Me.Button7)
  455. Me.Controls.Add(Me.Button8)
  456. Me.Controls.Add(Me.Button20)
  457. Me.Controls.Add(Me.PictureBox2)
  458. Me.Controls.Add(Me.Label1)
  459. Me.Controls.Add(Me.PictureBox1)
  460. Me.Controls.Add(Me.Button30)
  461. Me.Controls.Add(Me.TextBox1)
  462. Me.Controls.Add(Me.Button9)
  463. Me.Controls.Add(Me.DataGridView1)
  464. Me.Controls.Add(Me.CheckBox1)
  465. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  466. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  467. Me.Name = "量產出貨明細表"
  468. Me.Text = "量產出貨明細表"
  469. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  470. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  471. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  472. Me.ResumeLayout(False)
  473. Me.PerformLayout()
  474. End Sub
  475. Friend WithEvents Button1 As Button
  476. Friend WithEvents CheckBox4 As CheckBox
  477. Friend WithEvents Label4 As Label
  478. Friend WithEvents Label5 As Label
  479. Friend WithEvents DateTimePicker5 As DateTimePicker
  480. Friend WithEvents DateTimePicker6 As DateTimePicker
  481. Friend WithEvents CheckBox3 As CheckBox
  482. Friend WithEvents Label2 As Label
  483. Friend WithEvents Label3 As Label
  484. Friend WithEvents DateTimePicker3 As DateTimePicker
  485. Friend WithEvents DateTimePicker4 As DateTimePicker
  486. Friend WithEvents CheckBox6 As CheckBox
  487. Friend WithEvents Label16 As Label
  488. Friend WithEvents Label14 As Label
  489. Friend WithEvents DateTimePicker2 As DateTimePicker
  490. Friend WithEvents DateTimePicker1 As DateTimePicker
  491. Friend WithEvents CheckBox7 As CheckBox
  492. Friend WithEvents ComboBox5 As ComboBox
  493. Friend WithEvents CheckBox8 As CheckBox
  494. Friend WithEvents ComboBox6 As ComboBox
  495. Friend WithEvents CheckBox2 As CheckBox
  496. Friend WithEvents ComboBox1 As ComboBox
  497. Friend WithEvents Button5 As Button
  498. Friend WithEvents Button6 As Button
  499. Friend WithEvents Button7 As Button
  500. Friend WithEvents Button8 As Button
  501. Friend WithEvents Button20 As Button
  502. Friend WithEvents PictureBox2 As PictureBox
  503. Friend WithEvents Label1 As Label
  504. Friend WithEvents PictureBox1 As PictureBox
  505. Friend WithEvents Button30 As Button
  506. Friend WithEvents TextBox1 As TextBox
  507. Friend WithEvents Button9 As Button
  508. Friend WithEvents DataGridView1 As DataGridView
  509. Friend WithEvents CheckBox1 As CheckBox
  510. Friend WithEvents 資料流水號_tb As TextBox
  511. Friend WithEvents 實際離場_dtp As DateTimePicker
  512. Friend WithEvents 實際離場日修改_bt As Button
  513. End Class