暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

列印_樣品貼標.Designer.vb 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  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.標籤2_dgv = New System.Windows.Forms.DataGridView()
  25. Me.取消列印_bt = New System.Windows.Forms.Button()
  26. Me.確認列印_bt = New System.Windows.Forms.Button()
  27. Me.標籤1_dgv = New System.Windows.Forms.DataGridView()
  28. Me.ShoeName_lb = New System.Windows.Forms.Label()
  29. Me.ShoeName_tb = New System.Windows.Forms.TextBox()
  30. Me.StyleNo_tb = New System.Windows.Forms.TextBox()
  31. Me.StyleNo_lb = New System.Windows.Forms.Label()
  32. Me.Color_lb = New System.Windows.Forms.Label()
  33. Me.Season_tb = New System.Windows.Forms.TextBox()
  34. Me.Season_lb = New System.Windows.Forms.Label()
  35. Me.Size_tb = New System.Windows.Forms.TextBox()
  36. Me.Size_lb = New System.Windows.Forms.Label()
  37. Me.Date_tb = New System.Windows.Forms.TextBox()
  38. Me.Date_lb = New System.Windows.Forms.Label()
  39. Me.SO_tb = New System.Windows.Forms.TextBox()
  40. Me.SO_lb = New System.Windows.Forms.Label()
  41. Me.Customer_tb = New System.Windows.Forms.TextBox()
  42. Me.Customer_lb = New System.Windows.Forms.Label()
  43. Me.Color_cb = New System.Windows.Forms.ComboBox()
  44. Me.Upper_lb = New System.Windows.Forms.Label()
  45. Me.Lining_lb = New System.Windows.Forms.Label()
  46. Me.SockLining_lb = New System.Windows.Forms.Label()
  47. Me.Bottom_lb = New System.Windows.Forms.Label()
  48. Me.Upper_tb = New System.Windows.Forms.TextBox()
  49. Me.Lining_tb = New System.Windows.Forms.TextBox()
  50. Me.SockLining_tb = New System.Windows.Forms.TextBox()
  51. Me.Bottom_tb = New System.Windows.Forms.TextBox()
  52. Me.大項_cb = New System.Windows.Forms.ComboBox()
  53. Me.大項_lb = New System.Windows.Forms.Label()
  54. Me.流水號_tb = New System.Windows.Forms.TextBox()
  55. Me.資料生成_bt = New System.Windows.Forms.Button()
  56. Me.清除1_bt = New System.Windows.Forms.Button()
  57. Me.清除2_bt = New System.Windows.Forms.Button()
  58. Me.清除3_bt = New System.Windows.Forms.Button()
  59. Me.清除4_bt = New System.Windows.Forms.Button()
  60. CType(Me.標籤2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  61. CType(Me.標籤1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  62. Me.SuspendLayout()
  63. '
  64. '標籤2_dgv
  65. '
  66. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  67. Me.標籤2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  68. Me.標籤2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  69. Me.標籤2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  70. Me.標籤2_dgv.Location = New System.Drawing.Point(9, 386)
  71. Me.標籤2_dgv.Name = "標籤2_dgv"
  72. Me.標籤2_dgv.RowHeadersWidth = 5
  73. Me.標籤2_dgv.RowTemplate.Height = 24
  74. Me.標籤2_dgv.Size = New System.Drawing.Size(535, 162)
  75. Me.標籤2_dgv.TabIndex = 715
  76. '
  77. '取消列印_bt
  78. '
  79. Me.取消列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  80. Me.取消列印_bt.ForeColor = System.Drawing.Color.Red
  81. Me.取消列印_bt.Location = New System.Drawing.Point(434, 554)
  82. Me.取消列印_bt.Name = "取消列印_bt"
  83. Me.取消列印_bt.Size = New System.Drawing.Size(110, 54)
  84. Me.取消列印_bt.TabIndex = 714
  85. Me.取消列印_bt.Text = "取消列印"
  86. Me.取消列印_bt.UseVisualStyleBackColor = True
  87. '
  88. '確認列印_bt
  89. '
  90. Me.確認列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  91. Me.確認列印_bt.ForeColor = System.Drawing.Color.Blue
  92. Me.確認列印_bt.Location = New System.Drawing.Point(9, 555)
  93. Me.確認列印_bt.Name = "確認列印_bt"
  94. Me.確認列印_bt.Size = New System.Drawing.Size(110, 54)
  95. Me.確認列印_bt.TabIndex = 713
  96. Me.確認列印_bt.Text = "確認列印"
  97. Me.確認列印_bt.UseVisualStyleBackColor = True
  98. '
  99. '標籤1_dgv
  100. '
  101. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  102. Me.標籤1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  103. Me.標籤1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  104. Me.標籤1_dgv.Location = New System.Drawing.Point(241, 555)
  105. Me.標籤1_dgv.Name = "標籤1_dgv"
  106. Me.標籤1_dgv.RowHeadersWidth = 5
  107. Me.標籤1_dgv.RowTemplate.Height = 24
  108. Me.標籤1_dgv.Size = New System.Drawing.Size(28, 54)
  109. Me.標籤1_dgv.TabIndex = 712
  110. '
  111. 'ShoeName_lb
  112. '
  113. Me.ShoeName_lb.AutoSize = True
  114. Me.ShoeName_lb.Location = New System.Drawing.Point(10, 9)
  115. Me.ShoeName_lb.Name = "ShoeName_lb"
  116. Me.ShoeName_lb.Size = New System.Drawing.Size(75, 16)
  117. Me.ShoeName_lb.TabIndex = 719
  118. Me.ShoeName_lb.Text = "Shoe Name"
  119. '
  120. 'ShoeName_tb
  121. '
  122. Me.ShoeName_tb.Location = New System.Drawing.Point(91, 6)
  123. Me.ShoeName_tb.Name = "ShoeName_tb"
  124. Me.ShoeName_tb.Size = New System.Drawing.Size(179, 23)
  125. Me.ShoeName_tb.TabIndex = 720
  126. '
  127. 'StyleNo_tb
  128. '
  129. Me.StyleNo_tb.Location = New System.Drawing.Point(91, 35)
  130. Me.StyleNo_tb.Name = "StyleNo_tb"
  131. Me.StyleNo_tb.Size = New System.Drawing.Size(179, 23)
  132. Me.StyleNo_tb.TabIndex = 722
  133. '
  134. 'StyleNo_lb
  135. '
  136. Me.StyleNo_lb.AutoSize = True
  137. Me.StyleNo_lb.Location = New System.Drawing.Point(10, 38)
  138. Me.StyleNo_lb.Name = "StyleNo_lb"
  139. Me.StyleNo_lb.Size = New System.Drawing.Size(56, 16)
  140. Me.StyleNo_lb.TabIndex = 721
  141. Me.StyleNo_lb.Text = "Style No"
  142. '
  143. 'Color_lb
  144. '
  145. Me.Color_lb.AutoSize = True
  146. Me.Color_lb.Location = New System.Drawing.Point(330, 9)
  147. Me.Color_lb.Name = "Color_lb"
  148. Me.Color_lb.Size = New System.Drawing.Size(39, 16)
  149. Me.Color_lb.TabIndex = 723
  150. Me.Color_lb.Text = "Color"
  151. '
  152. 'Season_tb
  153. '
  154. Me.Season_tb.Location = New System.Drawing.Point(91, 268)
  155. Me.Season_tb.Name = "Season_tb"
  156. Me.Season_tb.Size = New System.Drawing.Size(100, 23)
  157. Me.Season_tb.TabIndex = 726
  158. '
  159. 'Season_lb
  160. '
  161. Me.Season_lb.AutoSize = True
  162. Me.Season_lb.Location = New System.Drawing.Point(10, 271)
  163. Me.Season_lb.Name = "Season_lb"
  164. Me.Season_lb.Size = New System.Drawing.Size(49, 16)
  165. Me.Season_lb.TabIndex = 725
  166. Me.Season_lb.Text = "Season"
  167. '
  168. 'Size_tb
  169. '
  170. Me.Size_tb.Location = New System.Drawing.Point(244, 268)
  171. Me.Size_tb.Name = "Size_tb"
  172. Me.Size_tb.Size = New System.Drawing.Size(100, 23)
  173. Me.Size_tb.TabIndex = 728
  174. '
  175. 'Size_lb
  176. '
  177. Me.Size_lb.AutoSize = True
  178. Me.Size_lb.Location = New System.Drawing.Point(197, 271)
  179. Me.Size_lb.Name = "Size_lb"
  180. Me.Size_lb.Size = New System.Drawing.Size(31, 16)
  181. Me.Size_lb.TabIndex = 727
  182. Me.Size_lb.Text = "Size"
  183. '
  184. 'Date_tb
  185. '
  186. Me.Date_tb.Location = New System.Drawing.Point(391, 268)
  187. Me.Date_tb.Name = "Date_tb"
  188. Me.Date_tb.Size = New System.Drawing.Size(154, 23)
  189. Me.Date_tb.TabIndex = 730
  190. '
  191. 'Date_lb
  192. '
  193. Me.Date_lb.AutoSize = True
  194. Me.Date_lb.Location = New System.Drawing.Point(350, 271)
  195. Me.Date_lb.Name = "Date_lb"
  196. Me.Date_lb.Size = New System.Drawing.Size(35, 16)
  197. Me.Date_lb.TabIndex = 729
  198. Me.Date_lb.Text = "Date"
  199. '
  200. 'SO_tb
  201. '
  202. Me.SO_tb.Location = New System.Drawing.Point(391, 297)
  203. Me.SO_tb.Name = "SO_tb"
  204. Me.SO_tb.Size = New System.Drawing.Size(154, 23)
  205. Me.SO_tb.TabIndex = 732
  206. '
  207. 'SO_lb
  208. '
  209. Me.SO_lb.AutoSize = True
  210. Me.SO_lb.Location = New System.Drawing.Point(350, 300)
  211. Me.SO_lb.Name = "SO_lb"
  212. Me.SO_lb.Size = New System.Drawing.Size(38, 16)
  213. Me.SO_lb.TabIndex = 731
  214. Me.SO_lb.Text = "S/O#"
  215. '
  216. 'Customer_tb
  217. '
  218. Me.Customer_tb.Location = New System.Drawing.Point(90, 297)
  219. Me.Customer_tb.Name = "Customer_tb"
  220. Me.Customer_tb.Size = New System.Drawing.Size(254, 23)
  221. Me.Customer_tb.TabIndex = 734
  222. '
  223. 'Customer_lb
  224. '
  225. Me.Customer_lb.AutoSize = True
  226. Me.Customer_lb.Location = New System.Drawing.Point(9, 300)
  227. Me.Customer_lb.Name = "Customer_lb"
  228. Me.Customer_lb.Size = New System.Drawing.Size(62, 16)
  229. Me.Customer_lb.TabIndex = 733
  230. Me.Customer_lb.Text = "Customer"
  231. '
  232. 'Color_cb
  233. '
  234. Me.Color_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  235. Me.Color_cb.FormattingEnabled = True
  236. Me.Color_cb.Location = New System.Drawing.Point(375, 6)
  237. Me.Color_cb.Name = "Color_cb"
  238. Me.Color_cb.Size = New System.Drawing.Size(170, 24)
  239. Me.Color_cb.TabIndex = 735
  240. '
  241. 'Upper_lb
  242. '
  243. Me.Upper_lb.AutoSize = True
  244. Me.Upper_lb.Location = New System.Drawing.Point(10, 67)
  245. Me.Upper_lb.Name = "Upper_lb"
  246. Me.Upper_lb.Size = New System.Drawing.Size(44, 16)
  247. Me.Upper_lb.TabIndex = 736
  248. Me.Upper_lb.Text = "Upper"
  249. '
  250. 'Lining_lb
  251. '
  252. Me.Lining_lb.AutoSize = True
  253. Me.Lining_lb.Location = New System.Drawing.Point(9, 118)
  254. Me.Lining_lb.Name = "Lining_lb"
  255. Me.Lining_lb.Size = New System.Drawing.Size(42, 16)
  256. Me.Lining_lb.TabIndex = 737
  257. Me.Lining_lb.Text = "Lining"
  258. '
  259. 'SockLining_lb
  260. '
  261. Me.SockLining_lb.AutoSize = True
  262. Me.SockLining_lb.Location = New System.Drawing.Point(9, 169)
  263. Me.SockLining_lb.Name = "SockLining_lb"
  264. Me.SockLining_lb.Size = New System.Drawing.Size(72, 16)
  265. Me.SockLining_lb.TabIndex = 738
  266. Me.SockLining_lb.Text = "Sock Lining"
  267. '
  268. 'Bottom_lb
  269. '
  270. Me.Bottom_lb.AutoSize = True
  271. Me.Bottom_lb.Location = New System.Drawing.Point(9, 218)
  272. Me.Bottom_lb.Name = "Bottom_lb"
  273. Me.Bottom_lb.Size = New System.Drawing.Size(50, 16)
  274. Me.Bottom_lb.TabIndex = 739
  275. Me.Bottom_lb.Text = "Bottom"
  276. '
  277. 'Upper_tb
  278. '
  279. Me.Upper_tb.Location = New System.Drawing.Point(90, 64)
  280. Me.Upper_tb.Multiline = True
  281. Me.Upper_tb.Name = "Upper_tb"
  282. Me.Upper_tb.Size = New System.Drawing.Size(455, 45)
  283. Me.Upper_tb.TabIndex = 740
  284. '
  285. 'Lining_tb
  286. '
  287. Me.Lining_tb.Location = New System.Drawing.Point(90, 115)
  288. Me.Lining_tb.Multiline = True
  289. Me.Lining_tb.Name = "Lining_tb"
  290. Me.Lining_tb.Size = New System.Drawing.Size(455, 45)
  291. Me.Lining_tb.TabIndex = 741
  292. '
  293. 'SockLining_tb
  294. '
  295. Me.SockLining_tb.Location = New System.Drawing.Point(90, 166)
  296. Me.SockLining_tb.Multiline = True
  297. Me.SockLining_tb.Name = "SockLining_tb"
  298. Me.SockLining_tb.Size = New System.Drawing.Size(455, 45)
  299. Me.SockLining_tb.TabIndex = 742
  300. '
  301. 'Bottom_tb
  302. '
  303. Me.Bottom_tb.Location = New System.Drawing.Point(90, 217)
  304. Me.Bottom_tb.Multiline = True
  305. Me.Bottom_tb.Name = "Bottom_tb"
  306. Me.Bottom_tb.Size = New System.Drawing.Size(455, 45)
  307. Me.Bottom_tb.TabIndex = 743
  308. '
  309. '大項_cb
  310. '
  311. Me.大項_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  312. Me.大項_cb.FormattingEnabled = True
  313. Me.大項_cb.Location = New System.Drawing.Point(51, 356)
  314. Me.大項_cb.Name = "大項_cb"
  315. Me.大項_cb.Size = New System.Drawing.Size(140, 24)
  316. Me.大項_cb.TabIndex = 745
  317. '
  318. '大項_lb
  319. '
  320. Me.大項_lb.AutoSize = True
  321. Me.大項_lb.Location = New System.Drawing.Point(6, 359)
  322. Me.大項_lb.Name = "大項_lb"
  323. Me.大項_lb.Size = New System.Drawing.Size(32, 16)
  324. Me.大項_lb.TabIndex = 744
  325. Me.大項_lb.Text = "大項"
  326. '
  327. '流水號_tb
  328. '
  329. Me.流水號_tb.Location = New System.Drawing.Point(275, 555)
  330. Me.流水號_tb.Name = "流水號_tb"
  331. Me.流水號_tb.Size = New System.Drawing.Size(146, 23)
  332. Me.流水號_tb.TabIndex = 746
  333. '
  334. '資料生成_bt
  335. '
  336. Me.資料生成_bt.Location = New System.Drawing.Point(271, 357)
  337. Me.資料生成_bt.Name = "資料生成_bt"
  338. Me.資料生成_bt.Size = New System.Drawing.Size(73, 23)
  339. Me.資料生成_bt.TabIndex = 747
  340. Me.資料生成_bt.Text = "資料生成"
  341. Me.資料生成_bt.UseVisualStyleBackColor = True
  342. '
  343. '清除1_bt
  344. '
  345. Me.清除1_bt.Location = New System.Drawing.Point(11, 86)
  346. Me.清除1_bt.Name = "清除1_bt"
  347. Me.清除1_bt.Size = New System.Drawing.Size(74, 23)
  348. Me.清除1_bt.TabIndex = 748
  349. Me.清除1_bt.Text = "清除"
  350. Me.清除1_bt.UseVisualStyleBackColor = True
  351. '
  352. '清除2_bt
  353. '
  354. Me.清除2_bt.Location = New System.Drawing.Point(11, 137)
  355. Me.清除2_bt.Name = "清除2_bt"
  356. Me.清除2_bt.Size = New System.Drawing.Size(74, 23)
  357. Me.清除2_bt.TabIndex = 749
  358. Me.清除2_bt.Text = "清除"
  359. Me.清除2_bt.UseVisualStyleBackColor = True
  360. '
  361. '清除3_bt
  362. '
  363. Me.清除3_bt.Location = New System.Drawing.Point(11, 188)
  364. Me.清除3_bt.Name = "清除3_bt"
  365. Me.清除3_bt.Size = New System.Drawing.Size(74, 23)
  366. Me.清除3_bt.TabIndex = 750
  367. Me.清除3_bt.Text = "清除"
  368. Me.清除3_bt.UseVisualStyleBackColor = True
  369. '
  370. '清除4_bt
  371. '
  372. Me.清除4_bt.Location = New System.Drawing.Point(11, 237)
  373. Me.清除4_bt.Name = "清除4_bt"
  374. Me.清除4_bt.Size = New System.Drawing.Size(74, 23)
  375. Me.清除4_bt.TabIndex = 751
  376. Me.清除4_bt.Text = "清除"
  377. Me.清除4_bt.UseVisualStyleBackColor = True
  378. '
  379. '列印_樣品貼標
  380. '
  381. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  382. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  383. Me.ClientSize = New System.Drawing.Size(557, 618)
  384. Me.Controls.Add(Me.清除4_bt)
  385. Me.Controls.Add(Me.清除3_bt)
  386. Me.Controls.Add(Me.清除2_bt)
  387. Me.Controls.Add(Me.清除1_bt)
  388. Me.Controls.Add(Me.資料生成_bt)
  389. Me.Controls.Add(Me.流水號_tb)
  390. Me.Controls.Add(Me.大項_cb)
  391. Me.Controls.Add(Me.大項_lb)
  392. Me.Controls.Add(Me.Bottom_tb)
  393. Me.Controls.Add(Me.SockLining_tb)
  394. Me.Controls.Add(Me.Lining_tb)
  395. Me.Controls.Add(Me.Upper_tb)
  396. Me.Controls.Add(Me.Bottom_lb)
  397. Me.Controls.Add(Me.SockLining_lb)
  398. Me.Controls.Add(Me.Lining_lb)
  399. Me.Controls.Add(Me.Upper_lb)
  400. Me.Controls.Add(Me.Color_cb)
  401. Me.Controls.Add(Me.Customer_tb)
  402. Me.Controls.Add(Me.Customer_lb)
  403. Me.Controls.Add(Me.SO_tb)
  404. Me.Controls.Add(Me.SO_lb)
  405. Me.Controls.Add(Me.Date_tb)
  406. Me.Controls.Add(Me.Date_lb)
  407. Me.Controls.Add(Me.Size_tb)
  408. Me.Controls.Add(Me.Size_lb)
  409. Me.Controls.Add(Me.Season_tb)
  410. Me.Controls.Add(Me.Season_lb)
  411. Me.Controls.Add(Me.Color_lb)
  412. Me.Controls.Add(Me.StyleNo_tb)
  413. Me.Controls.Add(Me.StyleNo_lb)
  414. Me.Controls.Add(Me.ShoeName_tb)
  415. Me.Controls.Add(Me.ShoeName_lb)
  416. Me.Controls.Add(Me.標籤2_dgv)
  417. Me.Controls.Add(Me.取消列印_bt)
  418. Me.Controls.Add(Me.確認列印_bt)
  419. Me.Controls.Add(Me.標籤1_dgv)
  420. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  421. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  422. Me.Name = "列印_樣品貼標"
  423. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  424. Me.Text = "列印_樣品貼標"
  425. CType(Me.標籤2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  426. CType(Me.標籤1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  427. Me.ResumeLayout(False)
  428. Me.PerformLayout()
  429. End Sub
  430. Friend WithEvents 標籤2_dgv As DataGridView
  431. Friend WithEvents 取消列印_bt As Button
  432. Friend WithEvents 確認列印_bt As Button
  433. Friend WithEvents 標籤1_dgv As DataGridView
  434. Friend WithEvents ShoeName_lb As Label
  435. Friend WithEvents ShoeName_tb As TextBox
  436. Friend WithEvents StyleNo_tb As TextBox
  437. Friend WithEvents StyleNo_lb As Label
  438. Friend WithEvents Color_lb As Label
  439. Friend WithEvents Season_tb As TextBox
  440. Friend WithEvents Season_lb As Label
  441. Friend WithEvents Size_tb As TextBox
  442. Friend WithEvents Size_lb As Label
  443. Friend WithEvents Date_tb As TextBox
  444. Friend WithEvents Date_lb As Label
  445. Friend WithEvents SO_tb As TextBox
  446. Friend WithEvents SO_lb As Label
  447. Friend WithEvents Customer_tb As TextBox
  448. Friend WithEvents Customer_lb As Label
  449. Friend WithEvents Color_cb As ComboBox
  450. Friend WithEvents Upper_lb As Label
  451. Friend WithEvents Lining_lb As Label
  452. Friend WithEvents SockLining_lb As Label
  453. Friend WithEvents Bottom_lb As Label
  454. Friend WithEvents Upper_tb As TextBox
  455. Friend WithEvents Lining_tb As TextBox
  456. Friend WithEvents SockLining_tb As TextBox
  457. Friend WithEvents Bottom_tb As TextBox
  458. Friend WithEvents 大項_cb As ComboBox
  459. Friend WithEvents 大項_lb As Label
  460. Friend WithEvents 流水號_tb As TextBox
  461. Friend WithEvents 資料生成_bt As Button
  462. Friend WithEvents 清除1_bt As Button
  463. Friend WithEvents 清除2_bt As Button
  464. Friend WithEvents 清除3_bt As Button
  465. Friend WithEvents 清除4_bt As Button
  466. End Class