Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

量產訂單控制表.Designer.vb 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704
  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.DataGridView3 = New System.Windows.Forms.DataGridView()
  25. Me.Button30 = New System.Windows.Forms.Button()
  26. Me.TextBox12 = New System.Windows.Forms.TextBox()
  27. Me.Label12 = New System.Windows.Forms.Label()
  28. Me.Button1 = New System.Windows.Forms.Button()
  29. Me.GroupBox2 = New System.Windows.Forms.GroupBox()
  30. Me.CheckBox24 = New System.Windows.Forms.CheckBox()
  31. Me.CheckBox25 = New System.Windows.Forms.CheckBox()
  32. Me.Button38 = New System.Windows.Forms.Button()
  33. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  34. Me.TextBox13 = New System.Windows.Forms.TextBox()
  35. Me.Label19 = New System.Windows.Forms.Label()
  36. Me.Label1 = New System.Windows.Forms.Label()
  37. Me.Button15 = New System.Windows.Forms.Button()
  38. Me.TextBox1 = New System.Windows.Forms.TextBox()
  39. Me.Button27 = New System.Windows.Forms.Button()
  40. Me.Label57 = New System.Windows.Forms.Label()
  41. Me.CheckBox10 = New System.Windows.Forms.CheckBox()
  42. Me.DateTimePicker30 = New System.Windows.Forms.DateTimePicker()
  43. Me.CheckBox11 = New System.Windows.Forms.CheckBox()
  44. Me.Label56 = New System.Windows.Forms.Label()
  45. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  46. Me.Button2 = New System.Windows.Forms.Button()
  47. Me.TextBox2 = New System.Windows.Forms.TextBox()
  48. Me.Label2 = New System.Windows.Forms.Label()
  49. Me.Button21 = New System.Windows.Forms.Button()
  50. Me.Button23 = New System.Windows.Forms.Button()
  51. Me.Button24 = New System.Windows.Forms.Button()
  52. Me.Button25 = New System.Windows.Forms.Button()
  53. Me.Button20 = New System.Windows.Forms.Button()
  54. Me.TextBox3 = New System.Windows.Forms.TextBox()
  55. Me.TextBox4 = New System.Windows.Forms.TextBox()
  56. Me.ComboBox10 = New System.Windows.Forms.ComboBox()
  57. Me.Label28 = New System.Windows.Forms.Label()
  58. Me.Label5 = New System.Windows.Forms.Label()
  59. Me.Label6 = New System.Windows.Forms.Label()
  60. Me.TextBox5 = New System.Windows.Forms.TextBox()
  61. Me.Label7 = New System.Windows.Forms.Label()
  62. Me.TextBox6 = New System.Windows.Forms.TextBox()
  63. Me.Label8 = New System.Windows.Forms.Label()
  64. Me.Label22 = New System.Windows.Forms.Label()
  65. Me.TextBox7 = New System.Windows.Forms.TextBox()
  66. Me.TextBox8 = New System.Windows.Forms.TextBox()
  67. Me.Button3 = New System.Windows.Forms.Button()
  68. Me.Button35 = New System.Windows.Forms.Button()
  69. Me.Button34 = New System.Windows.Forms.Button()
  70. Me.Button4 = New System.Windows.Forms.Button()
  71. Me.Button6 = New System.Windows.Forms.Button()
  72. Me.Button5 = New System.Windows.Forms.Button()
  73. Me.PictureBox2 = New System.Windows.Forms.PictureBox()
  74. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  75. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  76. Me.GroupBox2.SuspendLayout()
  77. Me.GroupBox1.SuspendLayout()
  78. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  79. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
  80. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  81. Me.SuspendLayout()
  82. '
  83. 'DataGridView3
  84. '
  85. Me.DataGridView3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  86. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  87. Me.DataGridView3.Location = New System.Drawing.Point(12, 140)
  88. Me.DataGridView3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  89. Me.DataGridView3.Name = "DataGridView3"
  90. Me.DataGridView3.RowHeadersWidth = 5
  91. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  92. Me.DataGridView3.RowsDefaultCellStyle = DataGridViewCellStyle1
  93. Me.DataGridView3.RowTemplate.Height = 24
  94. Me.DataGridView3.Size = New System.Drawing.Size(1890, 827)
  95. Me.DataGridView3.TabIndex = 867
  96. '
  97. 'Button30
  98. '
  99. Me.Button30.ForeColor = System.Drawing.Color.Black
  100. Me.Button30.Location = New System.Drawing.Point(12, 67)
  101. Me.Button30.Name = "Button30"
  102. Me.Button30.Size = New System.Drawing.Size(212, 30)
  103. Me.Button30.TabIndex = 868
  104. Me.Button30.Text = "開啟訂單明細表"
  105. Me.Button30.UseVisualStyleBackColor = True
  106. '
  107. 'TextBox12
  108. '
  109. Me.TextBox12.Location = New System.Drawing.Point(80, 9)
  110. Me.TextBox12.Name = "TextBox12"
  111. Me.TextBox12.Size = New System.Drawing.Size(144, 23)
  112. Me.TextBox12.TabIndex = 869
  113. Me.TextBox12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  114. '
  115. 'Label12
  116. '
  117. Me.Label12.AutoSize = True
  118. Me.Label12.ForeColor = System.Drawing.Color.Red
  119. Me.Label12.Location = New System.Drawing.Point(12, 12)
  120. Me.Label12.Name = "Label12"
  121. Me.Label12.Size = New System.Drawing.Size(68, 16)
  122. Me.Label12.TabIndex = 870
  123. Me.Label12.Text = "訂單流水號"
  124. '
  125. 'Button1
  126. '
  127. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  128. Me.Button1.ForeColor = System.Drawing.Color.Red
  129. Me.Button1.Location = New System.Drawing.Point(1787, 93)
  130. Me.Button1.Name = "Button1"
  131. Me.Button1.Size = New System.Drawing.Size(115, 42)
  132. Me.Button1.TabIndex = 871
  133. Me.Button1.Text = "刪除訂單"
  134. Me.Button1.UseVisualStyleBackColor = True
  135. '
  136. 'GroupBox2
  137. '
  138. Me.GroupBox2.Controls.Add(Me.CheckBox24)
  139. Me.GroupBox2.Controls.Add(Me.CheckBox25)
  140. Me.GroupBox2.Controls.Add(Me.Button38)
  141. Me.GroupBox2.Location = New System.Drawing.Point(755, 5)
  142. Me.GroupBox2.Name = "GroupBox2"
  143. Me.GroupBox2.Size = New System.Drawing.Size(124, 128)
  144. Me.GroupBox2.TabIndex = 873
  145. Me.GroupBox2.TabStop = False
  146. Me.GroupBox2.Text = "CXL訂單操作"
  147. '
  148. 'CheckBox24
  149. '
  150. Me.CheckBox24.AutoSize = True
  151. Me.CheckBox24.Checked = True
  152. Me.CheckBox24.CheckState = System.Windows.Forms.CheckState.Checked
  153. Me.CheckBox24.Location = New System.Drawing.Point(22, 22)
  154. Me.CheckBox24.Name = "CheckBox24"
  155. Me.CheckBox24.Size = New System.Drawing.Size(97, 20)
  156. Me.CheckBox24.TabIndex = 337
  157. Me.CheckBox24.Text = "整張訂單CXL"
  158. Me.CheckBox24.UseVisualStyleBackColor = True
  159. '
  160. 'CheckBox25
  161. '
  162. Me.CheckBox25.AutoSize = True
  163. Me.CheckBox25.Location = New System.Drawing.Point(22, 44)
  164. Me.CheckBox25.Name = "CheckBox25"
  165. Me.CheckBox25.Size = New System.Drawing.Size(97, 20)
  166. Me.CheckBox25.TabIndex = 338
  167. Me.CheckBox25.Text = "單筆資料CXL"
  168. Me.CheckBox25.UseVisualStyleBackColor = True
  169. '
  170. 'Button38
  171. '
  172. Me.Button38.ForeColor = System.Drawing.Color.Black
  173. Me.Button38.Location = New System.Drawing.Point(6, 68)
  174. Me.Button38.Name = "Button38"
  175. Me.Button38.Size = New System.Drawing.Size(112, 50)
  176. Me.Button38.TabIndex = 336
  177. Me.Button38.Text = "CXL訂單"
  178. Me.Button38.UseVisualStyleBackColor = True
  179. '
  180. 'GroupBox1
  181. '
  182. Me.GroupBox1.Controls.Add(Me.TextBox13)
  183. Me.GroupBox1.Controls.Add(Me.Label19)
  184. Me.GroupBox1.Controls.Add(Me.Label1)
  185. Me.GroupBox1.Controls.Add(Me.Button15)
  186. Me.GroupBox1.Controls.Add(Me.TextBox1)
  187. Me.GroupBox1.Controls.Add(Me.Button27)
  188. Me.GroupBox1.Controls.Add(Me.Label57)
  189. Me.GroupBox1.Controls.Add(Me.CheckBox10)
  190. Me.GroupBox1.Controls.Add(Me.DateTimePicker30)
  191. Me.GroupBox1.Controls.Add(Me.CheckBox11)
  192. Me.GroupBox1.Controls.Add(Me.Label56)
  193. Me.GroupBox1.Location = New System.Drawing.Point(885, 5)
  194. Me.GroupBox1.Name = "GroupBox1"
  195. Me.GroupBox1.Size = New System.Drawing.Size(350, 128)
  196. Me.GroupBox1.TabIndex = 872
  197. Me.GroupBox1.TabStop = False
  198. Me.GroupBox1.Text = "出貨操作"
  199. '
  200. 'TextBox13
  201. '
  202. Me.TextBox13.ForeColor = System.Drawing.Color.Red
  203. Me.TextBox13.Location = New System.Drawing.Point(176, 69)
  204. Me.TextBox13.Name = "TextBox13"
  205. Me.TextBox13.Size = New System.Drawing.Size(93, 23)
  206. Me.TextBox13.TabIndex = 879
  207. Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  208. '
  209. 'Label19
  210. '
  211. Me.Label19.AutoSize = True
  212. Me.Label19.Location = New System.Drawing.Point(102, 73)
  213. Me.Label19.Name = "Label19"
  214. Me.Label19.Size = New System.Drawing.Size(68, 16)
  215. Me.Label19.TabIndex = 878
  216. Me.Label19.Text = "可出貨數量"
  217. '
  218. 'Label1
  219. '
  220. Me.Label1.AutoSize = True
  221. Me.Label1.Location = New System.Drawing.Point(114, 96)
  222. Me.Label1.Name = "Label1"
  223. Me.Label1.Size = New System.Drawing.Size(56, 16)
  224. Me.Label1.TabIndex = 344
  225. Me.Label1.Text = "出貨數量"
  226. '
  227. 'Button15
  228. '
  229. Me.Button15.ForeColor = System.Drawing.Color.Black
  230. Me.Button15.Location = New System.Drawing.Point(275, 14)
  231. Me.Button15.Name = "Button15"
  232. Me.Button15.Size = New System.Drawing.Size(66, 102)
  233. Me.Button15.TabIndex = 343
  234. Me.Button15.Text = "確定出貨"
  235. Me.Button15.UseVisualStyleBackColor = True
  236. '
  237. 'TextBox1
  238. '
  239. Me.TextBox1.ForeColor = System.Drawing.Color.Red
  240. Me.TextBox1.Location = New System.Drawing.Point(176, 93)
  241. Me.TextBox1.Name = "TextBox1"
  242. Me.TextBox1.Size = New System.Drawing.Size(93, 23)
  243. Me.TextBox1.TabIndex = 342
  244. Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  245. '
  246. 'Button27
  247. '
  248. Me.Button27.ForeColor = System.Drawing.Color.Black
  249. Me.Button27.Location = New System.Drawing.Point(228, 16)
  250. Me.Button27.Name = "Button27"
  251. Me.Button27.Size = New System.Drawing.Size(41, 24)
  252. Me.Button27.TabIndex = 323
  253. Me.Button27.Text = "清空"
  254. Me.Button27.UseVisualStyleBackColor = True
  255. '
  256. 'Label57
  257. '
  258. Me.Label57.AutoSize = True
  259. Me.Label57.Location = New System.Drawing.Point(10, 19)
  260. Me.Label57.Name = "Label57"
  261. Me.Label57.Size = New System.Drawing.Size(89, 16)
  262. Me.Label57.TabIndex = 269
  263. Me.Label57.Text = "ACTUAL ex-fty"
  264. '
  265. 'CheckBox10
  266. '
  267. Me.CheckBox10.AutoSize = True
  268. Me.CheckBox10.Location = New System.Drawing.Point(6, 95)
  269. Me.CheckBox10.Name = "CheckBox10"
  270. Me.CheckBox10.Size = New System.Drawing.Size(75, 20)
  271. Me.CheckBox10.TabIndex = 341
  272. Me.CheckBox10.Text = "拆單出貨"
  273. Me.CheckBox10.UseVisualStyleBackColor = True
  274. '
  275. 'DateTimePicker30
  276. '
  277. Me.DateTimePicker30.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  278. Me.DateTimePicker30.Location = New System.Drawing.Point(117, 16)
  279. Me.DateTimePicker30.Name = "DateTimePicker30"
  280. Me.DateTimePicker30.Size = New System.Drawing.Size(105, 23)
  281. Me.DateTimePicker30.TabIndex = 268
  282. '
  283. 'CheckBox11
  284. '
  285. Me.CheckBox11.AutoSize = True
  286. Me.CheckBox11.Checked = True
  287. Me.CheckBox11.CheckState = System.Windows.Forms.CheckState.Checked
  288. Me.CheckBox11.Location = New System.Drawing.Point(6, 72)
  289. Me.CheckBox11.Name = "CheckBox11"
  290. Me.CheckBox11.Size = New System.Drawing.Size(75, 20)
  291. Me.CheckBox11.TabIndex = 340
  292. Me.CheckBox11.Text = "整單出貨"
  293. Me.CheckBox11.UseVisualStyleBackColor = True
  294. '
  295. 'Label56
  296. '
  297. Me.Label56.AutoSize = True
  298. Me.Label56.Location = New System.Drawing.Point(97, 19)
  299. Me.Label56.Name = "Label56"
  300. Me.Label56.Size = New System.Drawing.Size(20, 16)
  301. Me.Label56.TabIndex = 271
  302. Me.Label56.Text = "由"
  303. '
  304. 'DataGridView2
  305. '
  306. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  307. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  308. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  309. Me.DataGridView2.Location = New System.Drawing.Point(53, 173)
  310. Me.DataGridView2.Name = "DataGridView2"
  311. Me.DataGridView2.RowHeadersWidth = 5
  312. Me.DataGridView2.RowTemplate.Height = 24
  313. Me.DataGridView2.Size = New System.Drawing.Size(15, 22)
  314. Me.DataGridView2.TabIndex = 877
  315. '
  316. 'Button2
  317. '
  318. Me.Button2.ForeColor = System.Drawing.Color.Black
  319. Me.Button2.Location = New System.Drawing.Point(12, 103)
  320. Me.Button2.Name = "Button2"
  321. Me.Button2.Size = New System.Drawing.Size(212, 30)
  322. Me.Button2.TabIndex = 874
  323. Me.Button2.Text = "關鍵字查詢"
  324. Me.Button2.UseVisualStyleBackColor = True
  325. '
  326. 'TextBox2
  327. '
  328. Me.TextBox2.Location = New System.Drawing.Point(80, 38)
  329. Me.TextBox2.Name = "TextBox2"
  330. Me.TextBox2.Size = New System.Drawing.Size(144, 23)
  331. Me.TextBox2.TabIndex = 875
  332. Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  333. '
  334. 'Label2
  335. '
  336. Me.Label2.AutoSize = True
  337. Me.Label2.ForeColor = System.Drawing.Color.Red
  338. Me.Label2.Location = New System.Drawing.Point(12, 41)
  339. Me.Label2.Name = "Label2"
  340. Me.Label2.Size = New System.Drawing.Size(68, 16)
  341. Me.Label2.TabIndex = 876
  342. Me.Label2.Text = "資料流水號"
  343. '
  344. 'Button21
  345. '
  346. Me.Button21.Location = New System.Drawing.Point(1657, 93)
  347. Me.Button21.Name = "Button21"
  348. Me.Button21.Size = New System.Drawing.Size(124, 42)
  349. Me.Button21.TabIndex = 883
  350. Me.Button21.Text = "垂直翻轉"
  351. Me.Button21.UseVisualStyleBackColor = True
  352. '
  353. 'Button23
  354. '
  355. Me.Button23.Location = New System.Drawing.Point(1527, 93)
  356. Me.Button23.Name = "Button23"
  357. Me.Button23.Size = New System.Drawing.Size(124, 42)
  358. Me.Button23.TabIndex = 882
  359. Me.Button23.Text = "水平翻轉"
  360. Me.Button23.UseVisualStyleBackColor = True
  361. '
  362. 'Button24
  363. '
  364. Me.Button24.Location = New System.Drawing.Point(1657, 49)
  365. Me.Button24.Name = "Button24"
  366. Me.Button24.Size = New System.Drawing.Size(124, 42)
  367. Me.Button24.TabIndex = 881
  368. Me.Button24.Text = "逆時鐘90度旋轉"
  369. Me.Button24.UseVisualStyleBackColor = True
  370. '
  371. 'Button25
  372. '
  373. Me.Button25.Location = New System.Drawing.Point(1527, 49)
  374. Me.Button25.Name = "Button25"
  375. Me.Button25.Size = New System.Drawing.Size(124, 42)
  376. Me.Button25.TabIndex = 880
  377. Me.Button25.Text = "順時鐘90度旋轉"
  378. Me.Button25.UseVisualStyleBackColor = True
  379. '
  380. 'Button20
  381. '
  382. Me.Button20.ForeColor = System.Drawing.Color.Black
  383. Me.Button20.Location = New System.Drawing.Point(1527, 5)
  384. Me.Button20.Name = "Button20"
  385. Me.Button20.Size = New System.Drawing.Size(254, 42)
  386. Me.Button20.TabIndex = 879
  387. Me.Button20.Text = "驗貨報告大圖"
  388. Me.Button20.UseVisualStyleBackColor = True
  389. '
  390. 'TextBox3
  391. '
  392. Me.TextBox3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  393. Me.TextBox3.Location = New System.Drawing.Point(350, 85)
  394. Me.TextBox3.Name = "TextBox3"
  395. Me.TextBox3.Size = New System.Drawing.Size(77, 23)
  396. Me.TextBox3.TabIndex = 885
  397. Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  398. '
  399. 'TextBox4
  400. '
  401. Me.TextBox4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  402. Me.TextBox4.Location = New System.Drawing.Point(429, 85)
  403. Me.TextBox4.Name = "TextBox4"
  404. Me.TextBox4.Size = New System.Drawing.Size(112, 23)
  405. Me.TextBox4.TabIndex = 887
  406. Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  407. '
  408. 'ComboBox10
  409. '
  410. Me.ComboBox10.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  411. Me.ComboBox10.ForeColor = System.Drawing.Color.Green
  412. Me.ComboBox10.FormattingEnabled = True
  413. Me.ComboBox10.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"})
  414. Me.ComboBox10.Location = New System.Drawing.Point(292, 8)
  415. Me.ComboBox10.Name = "ComboBox10"
  416. Me.ComboBox10.Size = New System.Drawing.Size(249, 24)
  417. Me.ComboBox10.TabIndex = 991
  418. '
  419. 'Label28
  420. '
  421. Me.Label28.AutoSize = True
  422. Me.Label28.ForeColor = System.Drawing.Color.Green
  423. Me.Label28.Location = New System.Drawing.Point(230, 12)
  424. Me.Label28.Name = "Label28"
  425. Me.Label28.Size = New System.Drawing.Size(56, 16)
  426. Me.Label28.TabIndex = 990
  427. Me.Label28.Text = "訂單屬性"
  428. '
  429. 'Label5
  430. '
  431. Me.Label5.AutoSize = True
  432. Me.Label5.Location = New System.Drawing.Point(230, 88)
  433. Me.Label5.Name = "Label5"
  434. Me.Label5.Size = New System.Drawing.Size(119, 16)
  435. Me.Label5.TabIndex = 1005
  436. Me.Label5.Text = "FIRST COST"
  437. '
  438. 'Label6
  439. '
  440. Me.Label6.AutoSize = True
  441. Me.Label6.Location = New System.Drawing.Point(230, 60)
  442. Me.Label6.Name = "Label6"
  443. Me.Label6.Size = New System.Drawing.Size(118, 16)
  444. Me.Label6.TabIndex = 1004
  445. Me.Label6.Text = "LANDED BRANDED"
  446. '
  447. 'TextBox5
  448. '
  449. Me.TextBox5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  450. Me.TextBox5.Location = New System.Drawing.Point(429, 56)
  451. Me.TextBox5.Name = "TextBox5"
  452. Me.TextBox5.Size = New System.Drawing.Size(112, 23)
  453. Me.TextBox5.TabIndex = 1009
  454. Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  455. '
  456. 'Label7
  457. '
  458. Me.Label7.AutoSize = True
  459. Me.Label7.Location = New System.Drawing.Point(426, 38)
  460. Me.Label7.Name = "Label7"
  461. Me.Label7.Size = New System.Drawing.Size(44, 16)
  462. Me.Label7.TabIndex = 1008
  463. Me.Label7.Text = "總銷售"
  464. '
  465. 'TextBox6
  466. '
  467. Me.TextBox6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  468. Me.TextBox6.Location = New System.Drawing.Point(350, 56)
  469. Me.TextBox6.Name = "TextBox6"
  470. Me.TextBox6.Size = New System.Drawing.Size(77, 23)
  471. Me.TextBox6.TabIndex = 1007
  472. Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  473. '
  474. 'Label8
  475. '
  476. Me.Label8.AutoSize = True
  477. Me.Label8.Location = New System.Drawing.Point(347, 38)
  478. Me.Label8.Name = "Label8"
  479. Me.Label8.Size = New System.Drawing.Size(44, 16)
  480. Me.Label8.TabIndex = 1006
  481. Me.Label8.Text = "總雙數"
  482. '
  483. 'Label22
  484. '
  485. Me.Label22.AutoSize = True
  486. Me.Label22.Location = New System.Drawing.Point(230, 117)
  487. Me.Label22.Name = "Label22"
  488. Me.Label22.Size = New System.Drawing.Size(119, 16)
  489. Me.Label22.TabIndex = 1076
  490. Me.Label22.Text = "合 計"
  491. '
  492. 'TextBox7
  493. '
  494. Me.TextBox7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  495. Me.TextBox7.Location = New System.Drawing.Point(429, 114)
  496. Me.TextBox7.Name = "TextBox7"
  497. Me.TextBox7.Size = New System.Drawing.Size(112, 23)
  498. Me.TextBox7.TabIndex = 1080
  499. Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  500. '
  501. 'TextBox8
  502. '
  503. Me.TextBox8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  504. Me.TextBox8.Location = New System.Drawing.Point(350, 114)
  505. Me.TextBox8.Name = "TextBox8"
  506. Me.TextBox8.Size = New System.Drawing.Size(77, 23)
  507. Me.TextBox8.TabIndex = 1078
  508. Me.TextBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  509. '
  510. 'Button3
  511. '
  512. Me.Button3.ForeColor = System.Drawing.Color.Red
  513. Me.Button3.Location = New System.Drawing.Point(547, 7)
  514. Me.Button3.Name = "Button3"
  515. Me.Button3.Size = New System.Drawing.Size(84, 40)
  516. Me.Button3.TabIndex = 1083
  517. Me.Button3.Text = "第一頁"
  518. Me.Button3.UseVisualStyleBackColor = True
  519. '
  520. 'Button35
  521. '
  522. Me.Button35.ForeColor = System.Drawing.Color.Red
  523. Me.Button35.Location = New System.Drawing.Point(547, 97)
  524. Me.Button35.Name = "Button35"
  525. Me.Button35.Size = New System.Drawing.Size(84, 40)
  526. Me.Button35.TabIndex = 1082
  527. Me.Button35.Text = "第三頁"
  528. Me.Button35.UseVisualStyleBackColor = True
  529. '
  530. 'Button34
  531. '
  532. Me.Button34.ForeColor = System.Drawing.Color.Red
  533. Me.Button34.Location = New System.Drawing.Point(547, 52)
  534. Me.Button34.Name = "Button34"
  535. Me.Button34.Size = New System.Drawing.Size(84, 40)
  536. Me.Button34.TabIndex = 1081
  537. Me.Button34.Text = "第二頁"
  538. Me.Button34.UseVisualStyleBackColor = True
  539. '
  540. 'Button4
  541. '
  542. Me.Button4.ForeColor = System.Drawing.Color.Red
  543. Me.Button4.Location = New System.Drawing.Point(637, 8)
  544. Me.Button4.Name = "Button4"
  545. Me.Button4.Size = New System.Drawing.Size(84, 40)
  546. Me.Button4.TabIndex = 1086
  547. Me.Button4.Text = "第四頁"
  548. Me.Button4.UseVisualStyleBackColor = True
  549. '
  550. 'Button6
  551. '
  552. Me.Button6.ForeColor = System.Drawing.Color.Red
  553. Me.Button6.Location = New System.Drawing.Point(637, 53)
  554. Me.Button6.Name = "Button6"
  555. Me.Button6.Size = New System.Drawing.Size(84, 40)
  556. Me.Button6.TabIndex = 1084
  557. Me.Button6.Text = "第五頁"
  558. Me.Button6.UseVisualStyleBackColor = True
  559. '
  560. 'Button5
  561. '
  562. Me.Button5.ForeColor = System.Drawing.Color.Black
  563. Me.Button5.Location = New System.Drawing.Point(637, 97)
  564. Me.Button5.Name = "Button5"
  565. Me.Button5.Size = New System.Drawing.Size(84, 40)
  566. Me.Button5.TabIndex = 1087
  567. Me.Button5.Text = "列印"
  568. Me.Button5.UseVisualStyleBackColor = True
  569. '
  570. 'PictureBox2
  571. '
  572. Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  573. Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  574. Me.PictureBox2.Location = New System.Drawing.Point(1432, 5)
  575. Me.PictureBox2.Name = "PictureBox2"
  576. Me.PictureBox2.Size = New System.Drawing.Size(89, 128)
  577. Me.PictureBox2.TabIndex = 878
  578. Me.PictureBox2.TabStop = False
  579. '
  580. 'PictureBox1
  581. '
  582. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  583. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  584. Me.PictureBox1.Location = New System.Drawing.Point(1241, 5)
  585. Me.PictureBox1.Name = "PictureBox1"
  586. Me.PictureBox1.Size = New System.Drawing.Size(185, 128)
  587. Me.PictureBox1.TabIndex = 877
  588. Me.PictureBox1.TabStop = False
  589. '
  590. '量產訂單控制表
  591. '
  592. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  593. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  594. Me.ClientSize = New System.Drawing.Size(1914, 971)
  595. Me.Controls.Add(Me.Button5)
  596. Me.Controls.Add(Me.Button4)
  597. Me.Controls.Add(Me.Button6)
  598. Me.Controls.Add(Me.Button3)
  599. Me.Controls.Add(Me.Button35)
  600. Me.Controls.Add(Me.Button34)
  601. Me.Controls.Add(Me.TextBox7)
  602. Me.Controls.Add(Me.TextBox8)
  603. Me.Controls.Add(Me.Label22)
  604. Me.Controls.Add(Me.TextBox5)
  605. Me.Controls.Add(Me.Label7)
  606. Me.Controls.Add(Me.TextBox6)
  607. Me.Controls.Add(Me.Label8)
  608. Me.Controls.Add(Me.Label5)
  609. Me.Controls.Add(Me.Label6)
  610. Me.Controls.Add(Me.ComboBox10)
  611. Me.Controls.Add(Me.Label28)
  612. Me.Controls.Add(Me.TextBox4)
  613. Me.Controls.Add(Me.TextBox3)
  614. Me.Controls.Add(Me.Button21)
  615. Me.Controls.Add(Me.Button23)
  616. Me.Controls.Add(Me.DataGridView2)
  617. Me.Controls.Add(Me.Button24)
  618. Me.Controls.Add(Me.Button25)
  619. Me.Controls.Add(Me.Button20)
  620. Me.Controls.Add(Me.PictureBox2)
  621. Me.Controls.Add(Me.PictureBox1)
  622. Me.Controls.Add(Me.TextBox2)
  623. Me.Controls.Add(Me.Label2)
  624. Me.Controls.Add(Me.Button2)
  625. Me.Controls.Add(Me.GroupBox2)
  626. Me.Controls.Add(Me.GroupBox1)
  627. Me.Controls.Add(Me.Button1)
  628. Me.Controls.Add(Me.TextBox12)
  629. Me.Controls.Add(Me.Label12)
  630. Me.Controls.Add(Me.Button30)
  631. Me.Controls.Add(Me.DataGridView3)
  632. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  633. Me.ForeColor = System.Drawing.Color.Black
  634. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  635. Me.Name = "量產訂單控制表"
  636. Me.Text = "量產訂單控制表"
  637. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  638. Me.GroupBox2.ResumeLayout(False)
  639. Me.GroupBox2.PerformLayout()
  640. Me.GroupBox1.ResumeLayout(False)
  641. Me.GroupBox1.PerformLayout()
  642. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  643. CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
  644. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  645. Me.ResumeLayout(False)
  646. Me.PerformLayout()
  647. End Sub
  648. Friend WithEvents DataGridView3 As DataGridView
  649. Friend WithEvents Button30 As Button
  650. Friend WithEvents TextBox12 As TextBox
  651. Friend WithEvents Label12 As Label
  652. Friend WithEvents Button1 As Button
  653. Friend WithEvents GroupBox2 As GroupBox
  654. Friend WithEvents CheckBox24 As CheckBox
  655. Friend WithEvents CheckBox25 As CheckBox
  656. Friend WithEvents Button38 As Button
  657. Friend WithEvents GroupBox1 As GroupBox
  658. Friend WithEvents Label1 As Label
  659. Friend WithEvents Button15 As Button
  660. Friend WithEvents TextBox1 As TextBox
  661. Friend WithEvents Button27 As Button
  662. Friend WithEvents Label57 As Label
  663. Friend WithEvents CheckBox10 As CheckBox
  664. Friend WithEvents DateTimePicker30 As DateTimePicker
  665. Friend WithEvents CheckBox11 As CheckBox
  666. Friend WithEvents Label56 As Label
  667. Friend WithEvents Button2 As Button
  668. Friend WithEvents TextBox2 As TextBox
  669. Friend WithEvents Label2 As Label
  670. Friend WithEvents DataGridView2 As DataGridView
  671. Friend WithEvents PictureBox2 As PictureBox
  672. Friend WithEvents PictureBox1 As PictureBox
  673. Friend WithEvents Button21 As Button
  674. Friend WithEvents Button23 As Button
  675. Friend WithEvents Button24 As Button
  676. Friend WithEvents Button25 As Button
  677. Friend WithEvents Button20 As Button
  678. Friend WithEvents TextBox13 As TextBox
  679. Friend WithEvents Label19 As Label
  680. Friend WithEvents TextBox3 As TextBox
  681. Friend WithEvents TextBox4 As TextBox
  682. Friend WithEvents ComboBox10 As ComboBox
  683. Friend WithEvents Label28 As Label
  684. Friend WithEvents Label5 As Label
  685. Friend WithEvents Label6 As Label
  686. Friend WithEvents TextBox5 As TextBox
  687. Friend WithEvents Label7 As Label
  688. Friend WithEvents TextBox6 As TextBox
  689. Friend WithEvents Label8 As Label
  690. Friend WithEvents Label22 As Label
  691. Friend WithEvents TextBox7 As TextBox
  692. Friend WithEvents TextBox8 As TextBox
  693. Friend WithEvents Button3 As Button
  694. Friend WithEvents Button35 As Button
  695. Friend WithEvents Button34 As Button
  696. Friend WithEvents Button4 As Button
  697. Friend WithEvents Button6 As Button
  698. Friend WithEvents Button5 As Button
  699. End Class