Нема описа
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.

樣品INVOICE.Designer.vb 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 樣品INVOICE
  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. Me.表單3_dgv = New System.Windows.Forms.DataGridView()
  28. Me.INVOICE清單_lb = New System.Windows.Forms.Label()
  29. Me.Custon_cb = New System.Windows.Forms.ComboBox()
  30. Me.Custon_lb = New System.Windows.Forms.Label()
  31. Me.ATTN_cb = New System.Windows.Forms.ComboBox()
  32. Me.ATTN_lb = New System.Windows.Forms.Label()
  33. Me.TEL_tb = New System.Windows.Forms.TextBox()
  34. Me.TEL_lb = New System.Windows.Forms.Label()
  35. Me.UPS_lb = New System.Windows.Forms.Label()
  36. Me.UPS_tb = New System.Windows.Forms.TextBox()
  37. Me.材質_cb = New System.Windows.Forms.ComboBox()
  38. Me.材質_lb = New System.Windows.Forms.Label()
  39. Me.表單1_dgv = New System.Windows.Forms.DataGridView()
  40. Me.新增清單_bt = New System.Windows.Forms.Button()
  41. Me.資料存檔_bt = New System.Windows.Forms.Button()
  42. Me.準備新增_bt = New System.Windows.Forms.Button()
  43. Me.新增1_bt = New System.Windows.Forms.Button()
  44. Me.刪除1_bt = New System.Windows.Forms.Button()
  45. Me.流水號_tb = New System.Windows.Forms.TextBox()
  46. Me.可寄出數_tb = New System.Windows.Forms.TextBox()
  47. Me.可寄出數_lb = New System.Windows.Forms.Label()
  48. Me.本次寄出數_lb = New System.Windows.Forms.Label()
  49. Me.本次寄出數_tb = New System.Windows.Forms.TextBox()
  50. Me.GenderSizeFoot_cb = New System.Windows.Forms.ComboBox()
  51. Me.GenderSizeFoot_lb = New System.Windows.Forms.Label()
  52. Me.表單2_dgv = New System.Windows.Forms.DataGridView()
  53. Me.修改存檔_bt = New System.Windows.Forms.Button()
  54. Me.刪除_bt = New System.Windows.Forms.Button()
  55. Me.新增_bt = New System.Windows.Forms.Button()
  56. Me.列印_bt = New System.Windows.Forms.Button()
  57. Me.日期_tb = New System.Windows.Forms.TextBox()
  58. Me.INVO_bt = New System.Windows.Forms.Button()
  59. Me.樣品單_bt = New System.Windows.Forms.Button()
  60. CType(Me.表單3_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  61. CType(Me.表單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  62. CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  63. Me.SuspendLayout()
  64. '
  65. '表單3_dgv
  66. '
  67. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  68. Me.表單3_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  69. Me.表單3_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  70. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  71. Me.表單3_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  72. Me.表單3_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  73. Me.表單3_dgv.Location = New System.Drawing.Point(12, 65)
  74. Me.表單3_dgv.Name = "表單3_dgv"
  75. Me.表單3_dgv.RowHeadersWidth = 5
  76. Me.表單3_dgv.RowTemplate.Height = 24
  77. Me.表單3_dgv.Size = New System.Drawing.Size(850, 899)
  78. Me.表單3_dgv.TabIndex = 654
  79. '
  80. 'INVOICE清單_lb
  81. '
  82. Me.INVOICE清單_lb.AutoSize = True
  83. Me.INVOICE清單_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  84. Me.INVOICE清單_lb.Location = New System.Drawing.Point(12, 5)
  85. Me.INVOICE清單_lb.Name = "INVOICE清單_lb"
  86. Me.INVOICE清單_lb.Size = New System.Drawing.Size(180, 54)
  87. Me.INVOICE清單_lb.TabIndex = 655
  88. Me.INVOICE清單_lb.Text = "I N V O I C E 清單" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "可寄樣品數量清單"
  89. '
  90. 'Custon_cb
  91. '
  92. Me.Custon_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  93. Me.Custon_cb.FormattingEnabled = True
  94. Me.Custon_cb.Items.AddRange(New Object() {"1 CARTONS", "2 CARTONS", "3 CARTONS", "4 CARTONS", "5 CARTONS", "6 CARTONS", "7 CARTONS", "8 CARTONS", "9 CARTONS", "10 CARTONS", "11 CARTONS", "12 CARTONS", "13 CARTONS", "14 CARTONS", "15 CARTONS", "NA"})
  95. Me.Custon_cb.Location = New System.Drawing.Point(963, 35)
  96. Me.Custon_cb.Name = "Custon_cb"
  97. Me.Custon_cb.Size = New System.Drawing.Size(123, 24)
  98. Me.Custon_cb.TabIndex = 697
  99. '
  100. 'Custon_lb
  101. '
  102. Me.Custon_lb.AutoSize = True
  103. Me.Custon_lb.ForeColor = System.Drawing.Color.Red
  104. Me.Custon_lb.Location = New System.Drawing.Point(902, 38)
  105. Me.Custon_lb.Name = "Custon_lb"
  106. Me.Custon_lb.Size = New System.Drawing.Size(55, 16)
  107. Me.Custon_lb.TabIndex = 698
  108. Me.Custon_lb.Text = "Custon#"
  109. '
  110. 'ATTN_cb
  111. '
  112. Me.ATTN_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  113. Me.ATTN_cb.FormattingEnabled = True
  114. Me.ATTN_cb.Location = New System.Drawing.Point(1348, 6)
  115. Me.ATTN_cb.Name = "ATTN_cb"
  116. Me.ATTN_cb.Size = New System.Drawing.Size(177, 24)
  117. Me.ATTN_cb.TabIndex = 699
  118. '
  119. 'ATTN_lb
  120. '
  121. Me.ATTN_lb.AutoSize = True
  122. Me.ATTN_lb.ForeColor = System.Drawing.Color.Red
  123. Me.ATTN_lb.Location = New System.Drawing.Point(1302, 9)
  124. Me.ATTN_lb.Name = "ATTN_lb"
  125. Me.ATTN_lb.Size = New System.Drawing.Size(40, 16)
  126. Me.ATTN_lb.TabIndex = 700
  127. Me.ATTN_lb.Text = "ATTN"
  128. '
  129. 'TEL_tb
  130. '
  131. Me.TEL_tb.Location = New System.Drawing.Point(1565, 6)
  132. Me.TEL_tb.Name = "TEL_tb"
  133. Me.TEL_tb.Size = New System.Drawing.Size(143, 23)
  134. Me.TEL_tb.TabIndex = 701
  135. '
  136. 'TEL_lb
  137. '
  138. Me.TEL_lb.AutoSize = True
  139. Me.TEL_lb.ForeColor = System.Drawing.Color.Red
  140. Me.TEL_lb.Location = New System.Drawing.Point(1531, 9)
  141. Me.TEL_lb.Name = "TEL_lb"
  142. Me.TEL_lb.Size = New System.Drawing.Size(28, 16)
  143. Me.TEL_lb.TabIndex = 702
  144. Me.TEL_lb.Text = "TEL"
  145. '
  146. 'UPS_lb
  147. '
  148. Me.UPS_lb.AutoSize = True
  149. Me.UPS_lb.ForeColor = System.Drawing.Color.Red
  150. Me.UPS_lb.Location = New System.Drawing.Point(902, 9)
  151. Me.UPS_lb.Name = "UPS_lb"
  152. Me.UPS_lb.Size = New System.Drawing.Size(31, 16)
  153. Me.UPS_lb.TabIndex = 704
  154. Me.UPS_lb.Text = "UPS"
  155. '
  156. 'UPS_tb
  157. '
  158. Me.UPS_tb.Location = New System.Drawing.Point(963, 6)
  159. Me.UPS_tb.Name = "UPS_tb"
  160. Me.UPS_tb.Size = New System.Drawing.Size(333, 23)
  161. Me.UPS_tb.TabIndex = 703
  162. '
  163. '材質_cb
  164. '
  165. Me.材質_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  166. Me.材質_cb.FormattingEnabled = True
  167. Me.材質_cb.Items.AddRange(New Object() {"皮", "布", "PU", "NA"})
  168. Me.材質_cb.Location = New System.Drawing.Point(377, 5)
  169. Me.材質_cb.Name = "材質_cb"
  170. Me.材質_cb.Size = New System.Drawing.Size(65, 24)
  171. Me.材質_cb.TabIndex = 705
  172. '
  173. '材質_lb
  174. '
  175. Me.材質_lb.AutoSize = True
  176. Me.材質_lb.ForeColor = System.Drawing.Color.Red
  177. Me.材質_lb.Location = New System.Drawing.Point(339, 8)
  178. Me.材質_lb.Name = "材質_lb"
  179. Me.材質_lb.Size = New System.Drawing.Size(32, 16)
  180. Me.材質_lb.TabIndex = 706
  181. Me.材質_lb.Text = "材質"
  182. '
  183. '表單1_dgv
  184. '
  185. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  186. Me.表單1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  187. Me.表單1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  188. Or System.Windows.Forms.AnchorStyles.Left) _
  189. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  190. Me.表單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  191. Me.表單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  192. Me.表單1_dgv.Location = New System.Drawing.Point(868, 65)
  193. Me.表單1_dgv.Name = "表單1_dgv"
  194. Me.表單1_dgv.RowHeadersWidth = 5
  195. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  196. Me.表單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  197. Me.表單1_dgv.RowTemplate.Height = 24
  198. Me.表單1_dgv.Size = New System.Drawing.Size(1035, 899)
  199. Me.表單1_dgv.TabIndex = 707
  200. '
  201. '新增清單_bt
  202. '
  203. Me.新增清單_bt.ForeColor = System.Drawing.Color.Olive
  204. Me.新增清單_bt.Location = New System.Drawing.Point(1714, 6)
  205. Me.新增清單_bt.Name = "新增清單_bt"
  206. Me.新增清單_bt.Size = New System.Drawing.Size(157, 24)
  207. Me.新增清單_bt.TabIndex = 708
  208. Me.新增清單_bt.Text = "新增清單"
  209. Me.新增清單_bt.UseVisualStyleBackColor = True
  210. '
  211. '資料存檔_bt
  212. '
  213. Me.資料存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  214. Me.資料存檔_bt.ForeColor = System.Drawing.Color.Blue
  215. Me.資料存檔_bt.Location = New System.Drawing.Point(1249, 35)
  216. Me.資料存檔_bt.Name = "資料存檔_bt"
  217. Me.資料存檔_bt.Size = New System.Drawing.Size(154, 24)
  218. Me.資料存檔_bt.TabIndex = 709
  219. Me.資料存檔_bt.Text = "資料存檔"
  220. Me.資料存檔_bt.UseVisualStyleBackColor = True
  221. '
  222. '準備新增_bt
  223. '
  224. Me.準備新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  225. Me.準備新增_bt.ForeColor = System.Drawing.Color.Blue
  226. Me.準備新增_bt.Location = New System.Drawing.Point(1092, 35)
  227. Me.準備新增_bt.Name = "準備新增_bt"
  228. Me.準備新增_bt.Size = New System.Drawing.Size(154, 24)
  229. Me.準備新增_bt.TabIndex = 710
  230. Me.準備新增_bt.Text = "準備新增"
  231. Me.準備新增_bt.UseVisualStyleBackColor = True
  232. '
  233. '新增1_bt
  234. '
  235. Me.新增1_bt.ForeColor = System.Drawing.Color.Maroon
  236. Me.新增1_bt.Location = New System.Drawing.Point(726, 6)
  237. Me.新增1_bt.Name = "新增1_bt"
  238. Me.新增1_bt.Size = New System.Drawing.Size(65, 52)
  239. Me.新增1_bt.TabIndex = 726
  240. Me.新增1_bt.Text = "新增"
  241. Me.新增1_bt.UseVisualStyleBackColor = True
  242. '
  243. '刪除1_bt
  244. '
  245. Me.刪除1_bt.ForeColor = System.Drawing.Color.Maroon
  246. Me.刪除1_bt.Location = New System.Drawing.Point(797, 6)
  247. Me.刪除1_bt.Name = "刪除1_bt"
  248. Me.刪除1_bt.Size = New System.Drawing.Size(65, 52)
  249. Me.刪除1_bt.TabIndex = 727
  250. Me.刪除1_bt.Text = "刪除"
  251. Me.刪除1_bt.UseVisualStyleBackColor = True
  252. '
  253. '流水號_tb
  254. '
  255. Me.流水號_tb.Location = New System.Drawing.Point(567, 35)
  256. Me.流水號_tb.Name = "流水號_tb"
  257. Me.流水號_tb.Size = New System.Drawing.Size(153, 23)
  258. Me.流水號_tb.TabIndex = 728
  259. '
  260. '可寄出數_tb
  261. '
  262. Me.可寄出數_tb.Location = New System.Drawing.Point(510, 6)
  263. Me.可寄出數_tb.Name = "可寄出數_tb"
  264. Me.可寄出數_tb.Size = New System.Drawing.Size(65, 23)
  265. Me.可寄出數_tb.TabIndex = 729
  266. Me.可寄出數_tb.Text = "0.0"
  267. Me.可寄出數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  268. '
  269. '可寄出數_lb
  270. '
  271. Me.可寄出數_lb.AutoSize = True
  272. Me.可寄出數_lb.ForeColor = System.Drawing.Color.Red
  273. Me.可寄出數_lb.Location = New System.Drawing.Point(448, 9)
  274. Me.可寄出數_lb.Name = "可寄出數_lb"
  275. Me.可寄出數_lb.Size = New System.Drawing.Size(56, 16)
  276. Me.可寄出數_lb.TabIndex = 730
  277. Me.可寄出數_lb.Text = "可寄出數"
  278. '
  279. '本次寄出數_lb
  280. '
  281. Me.本次寄出數_lb.AutoSize = True
  282. Me.本次寄出數_lb.ForeColor = System.Drawing.Color.Red
  283. Me.本次寄出數_lb.Location = New System.Drawing.Point(581, 8)
  284. Me.本次寄出數_lb.Name = "本次寄出數_lb"
  285. Me.本次寄出數_lb.Size = New System.Drawing.Size(68, 16)
  286. Me.本次寄出數_lb.TabIndex = 732
  287. Me.本次寄出數_lb.Text = "本次寄出數"
  288. '
  289. '本次寄出數_tb
  290. '
  291. Me.本次寄出數_tb.ImeMode = System.Windows.Forms.ImeMode.Disable
  292. Me.本次寄出數_tb.Location = New System.Drawing.Point(655, 6)
  293. Me.本次寄出數_tb.Name = "本次寄出數_tb"
  294. Me.本次寄出數_tb.Size = New System.Drawing.Size(65, 23)
  295. Me.本次寄出數_tb.TabIndex = 731
  296. Me.本次寄出數_tb.Text = "0.0"
  297. Me.本次寄出數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  298. '
  299. 'GenderSizeFoot_cb
  300. '
  301. Me.GenderSizeFoot_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  302. Me.GenderSizeFoot_cb.FormattingEnabled = True
  303. Me.GenderSizeFoot_cb.Items.AddRange(New Object() {"WS 5#", "WS 6#", "WS 7#", "WS 8#", "MS 5#", "MS 6#", "MS 7#", "MS 8#", "NA"})
  304. Me.GenderSizeFoot_cb.Location = New System.Drawing.Point(377, 34)
  305. Me.GenderSizeFoot_cb.Name = "GenderSizeFoot_cb"
  306. Me.GenderSizeFoot_cb.Size = New System.Drawing.Size(121, 24)
  307. Me.GenderSizeFoot_cb.TabIndex = 733
  308. '
  309. 'GenderSizeFoot_lb
  310. '
  311. Me.GenderSizeFoot_lb.AutoSize = True
  312. Me.GenderSizeFoot_lb.ForeColor = System.Drawing.Color.Red
  313. Me.GenderSizeFoot_lb.Location = New System.Drawing.Point(262, 37)
  314. Me.GenderSizeFoot_lb.Name = "GenderSizeFoot_lb"
  315. Me.GenderSizeFoot_lb.Size = New System.Drawing.Size(109, 16)
  316. Me.GenderSizeFoot_lb.TabIndex = 734
  317. Me.GenderSizeFoot_lb.Text = "Gender/Size/Foot"
  318. '
  319. '表單2_dgv
  320. '
  321. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  322. Me.表單2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  323. Me.表單2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  324. Me.表單2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  325. Me.表單2_dgv.Location = New System.Drawing.Point(12, 65)
  326. Me.表單2_dgv.Name = "表單2_dgv"
  327. Me.表單2_dgv.RowHeadersWidth = 5
  328. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  329. Me.表單2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5
  330. Me.表單2_dgv.RowTemplate.Height = 24
  331. Me.表單2_dgv.Size = New System.Drawing.Size(850, 899)
  332. Me.表單2_dgv.TabIndex = 735
  333. '
  334. '修改存檔_bt
  335. '
  336. Me.修改存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  337. Me.修改存檔_bt.ForeColor = System.Drawing.Color.Green
  338. Me.修改存檔_bt.Location = New System.Drawing.Point(1407, 35)
  339. Me.修改存檔_bt.Name = "修改存檔_bt"
  340. Me.修改存檔_bt.Size = New System.Drawing.Size(154, 24)
  341. Me.修改存檔_bt.TabIndex = 736
  342. Me.修改存檔_bt.Text = "修改存檔"
  343. Me.修改存檔_bt.UseVisualStyleBackColor = True
  344. '
  345. '刪除_bt
  346. '
  347. Me.刪除_bt.ForeColor = System.Drawing.Color.Purple
  348. Me.刪除_bt.Location = New System.Drawing.Point(797, 7)
  349. Me.刪除_bt.Name = "刪除_bt"
  350. Me.刪除_bt.Size = New System.Drawing.Size(65, 52)
  351. Me.刪除_bt.TabIndex = 738
  352. Me.刪除_bt.Text = "刪除"
  353. Me.刪除_bt.UseVisualStyleBackColor = True
  354. '
  355. '新增_bt
  356. '
  357. Me.新增_bt.ForeColor = System.Drawing.Color.Purple
  358. Me.新增_bt.Location = New System.Drawing.Point(726, 6)
  359. Me.新增_bt.Name = "新增_bt"
  360. Me.新增_bt.Size = New System.Drawing.Size(65, 52)
  361. Me.新增_bt.TabIndex = 737
  362. Me.新增_bt.Text = "新增"
  363. Me.新增_bt.UseVisualStyleBackColor = True
  364. '
  365. '列印_bt
  366. '
  367. Me.列印_bt.ForeColor = System.Drawing.Color.Purple
  368. Me.列印_bt.Location = New System.Drawing.Point(1714, 35)
  369. Me.列印_bt.Name = "列印_bt"
  370. Me.列印_bt.Size = New System.Drawing.Size(158, 24)
  371. Me.列印_bt.TabIndex = 739
  372. Me.列印_bt.Text = "列印"
  373. Me.列印_bt.UseVisualStyleBackColor = True
  374. '
  375. '日期_tb
  376. '
  377. Me.日期_tb.Location = New System.Drawing.Point(1565, 36)
  378. Me.日期_tb.Name = "日期_tb"
  379. Me.日期_tb.Size = New System.Drawing.Size(143, 23)
  380. Me.日期_tb.TabIndex = 740
  381. '
  382. 'INVO_bt
  383. '
  384. Me.INVO_bt.ForeColor = System.Drawing.Color.Purple
  385. Me.INVO_bt.Location = New System.Drawing.Point(198, 4)
  386. Me.INVO_bt.Name = "INVO_bt"
  387. Me.INVO_bt.Size = New System.Drawing.Size(65, 28)
  388. Me.INVO_bt.TabIndex = 741
  389. Me.INVO_bt.Text = "INVO"
  390. Me.INVO_bt.UseVisualStyleBackColor = True
  391. '
  392. '樣品單_bt
  393. '
  394. Me.樣品單_bt.ForeColor = System.Drawing.Color.Purple
  395. Me.樣品單_bt.Location = New System.Drawing.Point(198, 34)
  396. Me.樣品單_bt.Name = "樣品單_bt"
  397. Me.樣品單_bt.Size = New System.Drawing.Size(65, 28)
  398. Me.樣品單_bt.TabIndex = 742
  399. Me.樣品單_bt.Text = "樣品單"
  400. Me.樣品單_bt.UseVisualStyleBackColor = True
  401. '
  402. '樣品INVOICE
  403. '
  404. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  405. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  406. Me.ClientSize = New System.Drawing.Size(1914, 971)
  407. Me.Controls.Add(Me.樣品單_bt)
  408. Me.Controls.Add(Me.INVO_bt)
  409. Me.Controls.Add(Me.日期_tb)
  410. Me.Controls.Add(Me.列印_bt)
  411. Me.Controls.Add(Me.修改存檔_bt)
  412. Me.Controls.Add(Me.GenderSizeFoot_cb)
  413. Me.Controls.Add(Me.GenderSizeFoot_lb)
  414. Me.Controls.Add(Me.本次寄出數_lb)
  415. Me.Controls.Add(Me.本次寄出數_tb)
  416. Me.Controls.Add(Me.可寄出數_lb)
  417. Me.Controls.Add(Me.可寄出數_tb)
  418. Me.Controls.Add(Me.流水號_tb)
  419. Me.Controls.Add(Me.準備新增_bt)
  420. Me.Controls.Add(Me.資料存檔_bt)
  421. Me.Controls.Add(Me.新增清單_bt)
  422. Me.Controls.Add(Me.材質_cb)
  423. Me.Controls.Add(Me.材質_lb)
  424. Me.Controls.Add(Me.UPS_lb)
  425. Me.Controls.Add(Me.UPS_tb)
  426. Me.Controls.Add(Me.TEL_lb)
  427. Me.Controls.Add(Me.TEL_tb)
  428. Me.Controls.Add(Me.ATTN_cb)
  429. Me.Controls.Add(Me.ATTN_lb)
  430. Me.Controls.Add(Me.Custon_cb)
  431. Me.Controls.Add(Me.Custon_lb)
  432. Me.Controls.Add(Me.INVOICE清單_lb)
  433. Me.Controls.Add(Me.新增_bt)
  434. Me.Controls.Add(Me.刪除_bt)
  435. Me.Controls.Add(Me.新增1_bt)
  436. Me.Controls.Add(Me.刪除1_bt)
  437. Me.Controls.Add(Me.表單3_dgv)
  438. Me.Controls.Add(Me.表單2_dgv)
  439. Me.Controls.Add(Me.表單1_dgv)
  440. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  441. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  442. Me.Name = "樣品INVOICE"
  443. Me.Text = "樣品INVOICE"
  444. CType(Me.表單3_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  445. CType(Me.表單1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  446. CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  447. Me.ResumeLayout(False)
  448. Me.PerformLayout()
  449. End Sub
  450. Friend WithEvents 表單3_dgv As DataGridView
  451. Friend WithEvents INVOICE清單_lb As Label
  452. Friend WithEvents Custon_cb As ComboBox
  453. Friend WithEvents Custon_lb As Label
  454. Friend WithEvents ATTN_cb As ComboBox
  455. Friend WithEvents ATTN_lb As Label
  456. Friend WithEvents TEL_tb As TextBox
  457. Friend WithEvents TEL_lb As Label
  458. Friend WithEvents UPS_lb As Label
  459. Friend WithEvents UPS_tb As TextBox
  460. Friend WithEvents 材質_cb As ComboBox
  461. Friend WithEvents 材質_lb As Label
  462. Friend WithEvents 表單1_dgv As DataGridView
  463. Friend WithEvents 新增清單_bt As Button
  464. Friend WithEvents 資料存檔_bt As Button
  465. Friend WithEvents 準備新增_bt As Button
  466. Friend WithEvents 新增1_bt As Button
  467. Friend WithEvents 刪除1_bt As Button
  468. Friend WithEvents 流水號_tb As TextBox
  469. Friend WithEvents 可寄出數_tb As TextBox
  470. Friend WithEvents 可寄出數_lb As Label
  471. Friend WithEvents 本次寄出數_lb As Label
  472. Friend WithEvents 本次寄出數_tb As TextBox
  473. Friend WithEvents GenderSizeFoot_cb As ComboBox
  474. Friend WithEvents GenderSizeFoot_lb As Label
  475. Friend WithEvents 表單2_dgv As DataGridView
  476. Friend WithEvents 修改存檔_bt As Button
  477. Friend WithEvents 刪除_bt As Button
  478. Friend WithEvents 新增_bt As Button
  479. Friend WithEvents 列印_bt As Button
  480. Friend WithEvents 日期_tb As TextBox
  481. Friend WithEvents INVO_bt As Button
  482. Friend WithEvents 樣品單_bt As Button
  483. End Class