Geen omschrijving
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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

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