Brak opisu
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 70KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521
  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. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Me.樣品訂單清單_lb = New System.Windows.Forms.Label()
  27. Me.樣品單_dgv = New System.Windows.Forms.DataGridView()
  28. Me.搜尋_bt = New System.Windows.Forms.Button()
  29. Me.返回_bt = New System.Windows.Forms.Button()
  30. Me.SO_lb = New System.Windows.Forms.Label()
  31. Me.SO_tb = New System.Windows.Forms.TextBox()
  32. Me.SEASON_cb = New System.Windows.Forms.ComboBox()
  33. Me.SEASON_lb = New System.Windows.Forms.Label()
  34. Me.CUST_cb = New System.Windows.Forms.ComboBox()
  35. Me.CUST_lb = New System.Windows.Forms.Label()
  36. Me.STYLEname_cb = New System.Windows.Forms.ComboBox()
  37. Me.STYLEname_lb = New System.Windows.Forms.Label()
  38. Me.STYLE_cb = New System.Windows.Forms.ComboBox()
  39. Me.STYLE_lb = New System.Windows.Forms.Label()
  40. Me.COUNTRY1_cb = New System.Windows.Forms.ComboBox()
  41. Me.COUNTRY1_lb = New System.Windows.Forms.Label()
  42. Me.PURPOSE_cb = New System.Windows.Forms.ComboBox()
  43. Me.PURPOSE_lb = New System.Windows.Forms.Label()
  44. Me.ISSUE_lb = New System.Windows.Forms.Label()
  45. Me.ISSUE_dtp = New System.Windows.Forms.DateTimePicker()
  46. Me.ETD_lb = New System.Windows.Forms.Label()
  47. Me.ETD_dtp = New System.Windows.Forms.DateTimePicker()
  48. Me.Label25 = New System.Windows.Forms.Label()
  49. Me.QTY_tb = New System.Windows.Forms.TextBox()
  50. Me.新增SEASON清單_bt = New System.Windows.Forms.Button()
  51. Me.新增COUNTRY清單_bt = New System.Windows.Forms.Button()
  52. Me.新增PURPOSE清單_bt = New System.Windows.Forms.Button()
  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.刪除3_bt = New System.Windows.Forms.Button()
  57. Me.一般新增_bt = New System.Windows.Forms.Button()
  58. Me.明細2_dgv = New System.Windows.Forms.DataGridView()
  59. Me.清空_bt = New System.Windows.Forms.Button()
  60. Me.清空1_bt = New System.Windows.Forms.Button()
  61. Me.制表日期_lb = New System.Windows.Forms.Label()
  62. Me.制表日期_dtp = New System.Windows.Forms.DateTimePicker()
  63. Me.制表人_lb = New System.Windows.Forms.Label()
  64. Me.制表人_tb = New System.Windows.Forms.TextBox()
  65. Me.版次_lb = New System.Windows.Forms.Label()
  66. Me.版次_tb = New System.Windows.Forms.TextBox()
  67. Me.明細3_dgv = New System.Windows.Forms.DataGridView()
  68. Me.部件_lb = New System.Windows.Forms.Label()
  69. Me.選擇_lb = New System.Windows.Forms.Label()
  70. Me.選擇_tb = New System.Windows.Forms.TextBox()
  71. Me.刪除1_bt = New System.Windows.Forms.Button()
  72. Me.新增_bt = New System.Windows.Forms.Button()
  73. Me.新增1_cb = New System.Windows.Forms.ComboBox()
  74. Me.新增1_bt = New System.Windows.Forms.Button()
  75. Me.刪除_bt = New System.Windows.Forms.Button()
  76. Me.項_lb = New System.Windows.Forms.Label()
  77. Me.選擇第_lb = New System.Windows.Forms.Label()
  78. Me.選擇第_tb = New System.Windows.Forms.TextBox()
  79. Me.明細5_dgv = New System.Windows.Forms.DataGridView()
  80. Me.項_tb = New System.Windows.Forms.TextBox()
  81. Me.新增部件清單_bt = New System.Windows.Forms.Button()
  82. Me.資料尚未存檔_lb = New System.Windows.Forms.Label()
  83. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  84. Me.REVISED_bt = New System.Windows.Forms.Button()
  85. Me.新增供應商清單_bt = New System.Windows.Forms.Button()
  86. Me.新增顏色清單_bt = New System.Windows.Forms.Button()
  87. Me.明細4_dgv = New System.Windows.Forms.DataGridView()
  88. Me.列印單_bt = New System.Windows.Forms.Button()
  89. Me.列印_bt = New System.Windows.Forms.Button()
  90. Me.重新排序_bt = New System.Windows.Forms.Button()
  91. Me.排序時間_lb = New System.Windows.Forms.Label()
  92. Me.REQBY_lb = New System.Windows.Forms.Label()
  93. Me.REQBY_tb = New System.Windows.Forms.TextBox()
  94. Me.FACTORY_tb = New System.Windows.Forms.ComboBox()
  95. Me.FACTORY_lb = New System.Windows.Forms.Label()
  96. Me.新增工廠清單_bt = New System.Windows.Forms.Button()
  97. Me.樣品訂單轉制預告訂單_bt = New System.Windows.Forms.Button()
  98. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  99. Me.取消_bt = New System.Windows.Forms.Button()
  100. Me.COUNTRY_cb = New System.Windows.Forms.ComboBox()
  101. Me.COUNTRY_lb = New System.Windows.Forms.Label()
  102. Me.確定轉制訂單_bt = New System.Windows.Forms.Button()
  103. Me.清空3_bt = New System.Windows.Forms.Button()
  104. Me.清空2_bt = New System.Windows.Forms.Button()
  105. Me.ETD1_lb = New System.Windows.Forms.Label()
  106. Me.ETD1_dtp = New System.Windows.Forms.DateTimePicker()
  107. Me.ISSUE1_lb = New System.Windows.Forms.Label()
  108. Me.ISSUE1_dtp = New System.Windows.Forms.DateTimePicker()
  109. Me.清單伸展_ch = New System.Windows.Forms.CheckBox()
  110. Me.明細6_dgv = New System.Windows.Forms.DataGridView()
  111. Me.新增客戶清單_bt = New System.Windows.Forms.Button()
  112. Me.ComboBox10 = New System.Windows.Forms.ComboBox()
  113. Me.新增_cb = New System.Windows.Forms.ComboBox()
  114. Me.指定資料寫入_bt = New System.Windows.Forms.Button()
  115. Me.選擇清單中_lb = New System.Windows.Forms.Label()
  116. Me.筆資料中的_tb = New System.Windows.Forms.TextBox()
  117. Me.筆資料中的_lb = New System.Windows.Forms.Label()
  118. Me.選擇清單中_tb = New System.Windows.Forms.TextBox()
  119. Me.筆_lb = New System.Windows.Forms.Label()
  120. Me.供應商_cb = New System.Windows.Forms.ComboBox()
  121. Me.供應商_lb = New System.Windows.Forms.Label()
  122. Me.供應商2_cb = New System.Windows.Forms.ComboBox()
  123. Me.供應商3_cb = New System.Windows.Forms.ComboBox()
  124. Me.中皮_cb = New System.Windows.Forms.ComboBox()
  125. Me.中皮_lb = New System.Windows.Forms.Label()
  126. Me.中皮1_tb = New System.Windows.Forms.TextBox()
  127. Me.中皮2_tb = New System.Windows.Forms.TextBox()
  128. Me.中底_cb = New System.Windows.Forms.ComboBox()
  129. Me.中底_lb = New System.Windows.Forms.Label()
  130. Me.中底_tb = New System.Windows.Forms.TextBox()
  131. Me.Label31 = New System.Windows.Forms.Label()
  132. Me.TextBox12 = New System.Windows.Forms.TextBox()
  133. Me.楦頭編號_cb = New System.Windows.Forms.ComboBox()
  134. Me.楦頭編號_lb = New System.Windows.Forms.Label()
  135. Me.廠商類別_cb = New System.Windows.Forms.ComboBox()
  136. Me.廠商類別_lb = New System.Windows.Forms.Label()
  137. Me.模具編號_cb = New System.Windows.Forms.ComboBox()
  138. Me.模具編號_lb = New System.Windows.Forms.Label()
  139. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  140. Me.查詢_bt = New System.Windows.Forms.Button()
  141. CType(Me.樣品單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  142. CType(Me.明細2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  143. CType(Me.明細3_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  144. CType(Me.明細5_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  145. CType(Me.明細4_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  146. Me.GroupBox1.SuspendLayout()
  147. CType(Me.明細6_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  148. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  149. Me.SuspendLayout()
  150. '
  151. '樣品訂單清單_lb
  152. '
  153. Me.樣品訂單清單_lb.AutoSize = True
  154. Me.樣品訂單清單_lb.Location = New System.Drawing.Point(14, 5)
  155. Me.樣品訂單清單_lb.Name = "樣品訂單清單_lb"
  156. Me.樣品訂單清單_lb.Size = New System.Drawing.Size(79, 16)
  157. Me.樣品訂單清單_lb.TabIndex = 677
  158. Me.樣品訂單清單_lb.Text = "樣品訂單清單"
  159. '
  160. '樣品單_dgv
  161. '
  162. Me.樣品單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  163. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  164. Me.樣品單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  165. Me.樣品單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  166. Me.樣品單_dgv.Location = New System.Drawing.Point(12, 26)
  167. Me.樣品單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  168. Me.樣品單_dgv.Name = "樣品單_dgv"
  169. Me.樣品單_dgv.RowHeadersWidth = 5
  170. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  171. Me.樣品單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  172. Me.樣品單_dgv.RowTemplate.Height = 24
  173. Me.樣品單_dgv.Size = New System.Drawing.Size(475, 937)
  174. Me.樣品單_dgv.TabIndex = 676
  175. '
  176. '搜尋_bt
  177. '
  178. Me.搜尋_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  179. Me.搜尋_bt.ForeColor = System.Drawing.Color.Black
  180. Me.搜尋_bt.Location = New System.Drawing.Point(381, 0)
  181. Me.搜尋_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  182. Me.搜尋_bt.Name = "搜尋_bt"
  183. Me.搜尋_bt.Size = New System.Drawing.Size(50, 24)
  184. Me.搜尋_bt.TabIndex = 678
  185. Me.搜尋_bt.Text = "搜尋"
  186. Me.搜尋_bt.UseVisualStyleBackColor = True
  187. '
  188. '返回_bt
  189. '
  190. Me.返回_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  191. Me.返回_bt.ForeColor = System.Drawing.Color.Black
  192. Me.返回_bt.Location = New System.Drawing.Point(437, 0)
  193. Me.返回_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  194. Me.返回_bt.Name = "返回_bt"
  195. Me.返回_bt.Size = New System.Drawing.Size(50, 24)
  196. Me.返回_bt.TabIndex = 679
  197. Me.返回_bt.Text = "返回"
  198. Me.返回_bt.UseVisualStyleBackColor = True
  199. '
  200. 'SO_lb
  201. '
  202. Me.SO_lb.AutoSize = True
  203. Me.SO_lb.Location = New System.Drawing.Point(509, 9)
  204. Me.SO_lb.Name = "SO_lb"
  205. Me.SO_lb.Size = New System.Drawing.Size(37, 16)
  206. Me.SO_lb.TabIndex = 681
  207. Me.SO_lb.Text = "S/O#"
  208. '
  209. 'SO_tb
  210. '
  211. Me.SO_tb.Location = New System.Drawing.Point(549, 6)
  212. Me.SO_tb.Name = "SO_tb"
  213. Me.SO_tb.Size = New System.Drawing.Size(169, 23)
  214. Me.SO_tb.TabIndex = 680
  215. '
  216. 'SEASON_cb
  217. '
  218. Me.SEASON_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  219. Me.SEASON_cb.FormattingEnabled = True
  220. Me.SEASON_cb.Location = New System.Drawing.Point(549, 31)
  221. Me.SEASON_cb.Name = "SEASON_cb"
  222. Me.SEASON_cb.Size = New System.Drawing.Size(169, 24)
  223. Me.SEASON_cb.TabIndex = 682
  224. '
  225. 'SEASON_lb
  226. '
  227. Me.SEASON_lb.AutoSize = True
  228. Me.SEASON_lb.ForeColor = System.Drawing.Color.Red
  229. Me.SEASON_lb.Location = New System.Drawing.Point(493, 37)
  230. Me.SEASON_lb.Name = "SEASON_lb"
  231. Me.SEASON_lb.Size = New System.Drawing.Size(56, 16)
  232. Me.SEASON_lb.TabIndex = 683
  233. Me.SEASON_lb.Text = "SEASON"
  234. '
  235. 'CUST_cb
  236. '
  237. Me.CUST_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  238. Me.CUST_cb.FormattingEnabled = True
  239. Me.CUST_cb.Location = New System.Drawing.Point(549, 238)
  240. Me.CUST_cb.Name = "CUST_cb"
  241. Me.CUST_cb.Size = New System.Drawing.Size(280, 24)
  242. Me.CUST_cb.TabIndex = 684
  243. '
  244. 'CUST_lb
  245. '
  246. Me.CUST_lb.AutoSize = True
  247. Me.CUST_lb.ForeColor = System.Drawing.Color.Red
  248. Me.CUST_lb.Location = New System.Drawing.Point(508, 241)
  249. Me.CUST_lb.Name = "CUST_lb"
  250. Me.CUST_lb.Size = New System.Drawing.Size(38, 16)
  251. Me.CUST_lb.TabIndex = 685
  252. Me.CUST_lb.Text = "CUST"
  253. '
  254. 'STYLEname_cb
  255. '
  256. Me.STYLEname_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  257. Me.STYLEname_cb.FormattingEnabled = True
  258. Me.STYLEname_cb.Location = New System.Drawing.Point(549, 135)
  259. Me.STYLEname_cb.Name = "STYLEname_cb"
  260. Me.STYLEname_cb.Size = New System.Drawing.Size(169, 24)
  261. Me.STYLEname_cb.TabIndex = 688
  262. '
  263. 'STYLEname_lb
  264. '
  265. Me.STYLEname_lb.AutoSize = True
  266. Me.STYLEname_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  267. Me.STYLEname_lb.ForeColor = System.Drawing.Color.Black
  268. Me.STYLEname_lb.Location = New System.Drawing.Point(505, 132)
  269. Me.STYLEname_lb.Name = "STYLEname_lb"
  270. Me.STYLEname_lb.Size = New System.Drawing.Size(41, 30)
  271. Me.STYLEname_lb.TabIndex = 689
  272. Me.STYLEname_lb.Text = "STYLE " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "NAME"
  273. '
  274. 'STYLE_cb
  275. '
  276. Me.STYLE_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  277. Me.STYLE_cb.Enabled = False
  278. Me.STYLE_cb.FormattingEnabled = True
  279. Me.STYLE_cb.Location = New System.Drawing.Point(549, 109)
  280. Me.STYLE_cb.Name = "STYLE_cb"
  281. Me.STYLE_cb.Size = New System.Drawing.Size(143, 24)
  282. Me.STYLE_cb.TabIndex = 686
  283. '
  284. 'STYLE_lb
  285. '
  286. Me.STYLE_lb.AutoSize = True
  287. Me.STYLE_lb.ForeColor = System.Drawing.Color.Red
  288. Me.STYLE_lb.Location = New System.Drawing.Point(497, 112)
  289. Me.STYLE_lb.Name = "STYLE_lb"
  290. Me.STYLE_lb.Size = New System.Drawing.Size(49, 16)
  291. Me.STYLE_lb.TabIndex = 687
  292. Me.STYLE_lb.Text = "STYLE#"
  293. '
  294. 'COUNTRY1_cb
  295. '
  296. Me.COUNTRY1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  297. Me.COUNTRY1_cb.FormattingEnabled = True
  298. Me.COUNTRY1_cb.Location = New System.Drawing.Point(788, 83)
  299. Me.COUNTRY1_cb.Name = "COUNTRY1_cb"
  300. Me.COUNTRY1_cb.Size = New System.Drawing.Size(140, 24)
  301. Me.COUNTRY1_cb.TabIndex = 690
  302. '
  303. 'COUNTRY1_lb
  304. '
  305. Me.COUNTRY1_lb.AutoSize = True
  306. Me.COUNTRY1_lb.ForeColor = System.Drawing.Color.Red
  307. Me.COUNTRY1_lb.Location = New System.Drawing.Point(720, 86)
  308. Me.COUNTRY1_lb.Name = "COUNTRY1_lb"
  309. Me.COUNTRY1_lb.Size = New System.Drawing.Size(66, 16)
  310. Me.COUNTRY1_lb.TabIndex = 691
  311. Me.COUNTRY1_lb.Text = "COUNTRY"
  312. '
  313. 'PURPOSE_cb
  314. '
  315. Me.PURPOSE_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  316. Me.PURPOSE_cb.FormattingEnabled = True
  317. Me.PURPOSE_cb.Location = New System.Drawing.Point(549, 83)
  318. Me.PURPOSE_cb.Name = "PURPOSE_cb"
  319. Me.PURPOSE_cb.Size = New System.Drawing.Size(169, 24)
  320. Me.PURPOSE_cb.TabIndex = 692
  321. '
  322. 'PURPOSE_lb
  323. '
  324. Me.PURPOSE_lb.AutoSize = True
  325. Me.PURPOSE_lb.ForeColor = System.Drawing.Color.Red
  326. Me.PURPOSE_lb.Location = New System.Drawing.Point(487, 86)
  327. Me.PURPOSE_lb.Name = "PURPOSE_lb"
  328. Me.PURPOSE_lb.Size = New System.Drawing.Size(62, 16)
  329. Me.PURPOSE_lb.TabIndex = 693
  330. Me.PURPOSE_lb.Text = "PURPOSE"
  331. '
  332. 'ISSUE_lb
  333. '
  334. Me.ISSUE_lb.AutoSize = True
  335. Me.ISSUE_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  336. Me.ISSUE_lb.Location = New System.Drawing.Point(748, 28)
  337. Me.ISSUE_lb.Name = "ISSUE_lb"
  338. Me.ISSUE_lb.Size = New System.Drawing.Size(39, 30)
  339. Me.ISSUE_lb.TabIndex = 695
  340. Me.ISSUE_lb.Text = "ISSUE " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "DATE"
  341. '
  342. 'ISSUE_dtp
  343. '
  344. Me.ISSUE_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  345. Me.ISSUE_dtp.Location = New System.Drawing.Point(788, 31)
  346. Me.ISSUE_dtp.Name = "ISSUE_dtp"
  347. Me.ISSUE_dtp.Size = New System.Drawing.Size(94, 23)
  348. Me.ISSUE_dtp.TabIndex = 694
  349. '
  350. 'ETD_lb
  351. '
  352. Me.ETD_lb.AutoSize = True
  353. Me.ETD_lb.Location = New System.Drawing.Point(756, 61)
  354. Me.ETD_lb.Name = "ETD_lb"
  355. Me.ETD_lb.Size = New System.Drawing.Size(30, 16)
  356. Me.ETD_lb.TabIndex = 697
  357. Me.ETD_lb.Text = "ETD"
  358. '
  359. 'ETD_dtp
  360. '
  361. Me.ETD_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  362. Me.ETD_dtp.Location = New System.Drawing.Point(788, 58)
  363. Me.ETD_dtp.Name = "ETD_dtp"
  364. Me.ETD_dtp.Size = New System.Drawing.Size(94, 23)
  365. Me.ETD_dtp.TabIndex = 696
  366. '
  367. 'Label25
  368. '
  369. Me.Label25.AutoSize = True
  370. Me.Label25.ForeColor = System.Drawing.Color.Red
  371. Me.Label25.Location = New System.Drawing.Point(515, 164)
  372. Me.Label25.Name = "Label25"
  373. Me.Label25.Size = New System.Drawing.Size(31, 16)
  374. Me.Label25.TabIndex = 699
  375. Me.Label25.Text = "QTY"
  376. '
  377. 'QTY_tb
  378. '
  379. Me.QTY_tb.Location = New System.Drawing.Point(549, 161)
  380. Me.QTY_tb.Name = "QTY_tb"
  381. Me.QTY_tb.Size = New System.Drawing.Size(169, 23)
  382. Me.QTY_tb.TabIndex = 698
  383. '
  384. '新增SEASON清單_bt
  385. '
  386. Me.新增SEASON清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  387. Me.新增SEASON清單_bt.ForeColor = System.Drawing.Color.Olive
  388. Me.新增SEASON清單_bt.Location = New System.Drawing.Point(1699, 29)
  389. Me.新增SEASON清單_bt.Name = "新增SEASON清單_bt"
  390. Me.新增SEASON清單_bt.Size = New System.Drawing.Size(130, 25)
  391. Me.新增SEASON清單_bt.TabIndex = 701
  392. Me.新增SEASON清單_bt.Text = "新增SEASON清單"
  393. Me.新增SEASON清單_bt.UseVisualStyleBackColor = True
  394. '
  395. '新增COUNTRY清單_bt
  396. '
  397. Me.新增COUNTRY清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  398. Me.新增COUNTRY清單_bt.ForeColor = System.Drawing.Color.Olive
  399. Me.新增COUNTRY清單_bt.Location = New System.Drawing.Point(1699, 55)
  400. Me.新增COUNTRY清單_bt.Name = "新增COUNTRY清單_bt"
  401. Me.新增COUNTRY清單_bt.Size = New System.Drawing.Size(130, 25)
  402. Me.新增COUNTRY清單_bt.TabIndex = 700
  403. Me.新增COUNTRY清單_bt.Text = "新增COUNTRY清單"
  404. Me.新增COUNTRY清單_bt.UseVisualStyleBackColor = True
  405. '
  406. '新增PURPOSE清單_bt
  407. '
  408. Me.新增PURPOSE清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  409. Me.新增PURPOSE清單_bt.ForeColor = System.Drawing.Color.Olive
  410. Me.新增PURPOSE清單_bt.Location = New System.Drawing.Point(1699, 81)
  411. Me.新增PURPOSE清單_bt.Name = "新增PURPOSE清單_bt"
  412. Me.新增PURPOSE清單_bt.Size = New System.Drawing.Size(130, 25)
  413. Me.新增PURPOSE清單_bt.TabIndex = 702
  414. Me.新增PURPOSE清單_bt.Text = "新增PURPOSE清單"
  415. Me.新增PURPOSE清單_bt.UseVisualStyleBackColor = True
  416. '
  417. '複製新增_bt
  418. '
  419. Me.複製新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  420. Me.複製新增_bt.ForeColor = System.Drawing.Color.Blue
  421. Me.複製新增_bt.Location = New System.Drawing.Point(1831, 62)
  422. Me.複製新增_bt.Name = "複製新增_bt"
  423. Me.複製新增_bt.Size = New System.Drawing.Size(70, 28)
  424. Me.複製新增_bt.TabIndex = 707
  425. Me.複製新增_bt.Text = "複製新增"
  426. Me.複製新增_bt.UseVisualStyleBackColor = True
  427. '
  428. '修改模式_bt
  429. '
  430. Me.修改模式_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  431. Me.修改模式_bt.ForeColor = System.Drawing.Color.Green
  432. Me.修改模式_bt.Location = New System.Drawing.Point(1831, 92)
  433. Me.修改模式_bt.Name = "修改模式_bt"
  434. Me.修改模式_bt.Size = New System.Drawing.Size(70, 28)
  435. Me.修改模式_bt.TabIndex = 704
  436. Me.修改模式_bt.Text = "修改模式"
  437. Me.修改模式_bt.UseVisualStyleBackColor = True
  438. '
  439. '存檔_bt
  440. '
  441. Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  442. Me.存檔_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  443. Me.存檔_bt.Location = New System.Drawing.Point(1831, 152)
  444. Me.存檔_bt.Name = "存檔_bt"
  445. Me.存檔_bt.Size = New System.Drawing.Size(70, 28)
  446. Me.存檔_bt.TabIndex = 703
  447. Me.存檔_bt.Text = "存檔"
  448. Me.存檔_bt.UseVisualStyleBackColor = True
  449. '
  450. '刪除3_bt
  451. '
  452. Me.刪除3_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  453. Me.刪除3_bt.ForeColor = System.Drawing.Color.Red
  454. Me.刪除3_bt.Location = New System.Drawing.Point(1831, 182)
  455. Me.刪除3_bt.Name = "刪除3_bt"
  456. Me.刪除3_bt.Size = New System.Drawing.Size(70, 28)
  457. Me.刪除3_bt.TabIndex = 705
  458. Me.刪除3_bt.Text = "刪除"
  459. Me.刪除3_bt.UseVisualStyleBackColor = True
  460. '
  461. '一般新增_bt
  462. '
  463. Me.一般新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  464. Me.一般新增_bt.ForeColor = System.Drawing.Color.Blue
  465. Me.一般新增_bt.Location = New System.Drawing.Point(1831, 32)
  466. Me.一般新增_bt.Name = "一般新增_bt"
  467. Me.一般新增_bt.Size = New System.Drawing.Size(70, 28)
  468. Me.一般新增_bt.TabIndex = 706
  469. Me.一般新增_bt.Text = "一般新增"
  470. Me.一般新增_bt.UseVisualStyleBackColor = True
  471. '
  472. '明細2_dgv
  473. '
  474. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  475. Me.明細2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  476. Me.明細2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  477. Me.明細2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  478. Me.明細2_dgv.Location = New System.Drawing.Point(1182, 32)
  479. Me.明細2_dgv.Name = "明細2_dgv"
  480. Me.明細2_dgv.RowHeadersWidth = 5
  481. Me.明細2_dgv.RowTemplate.Height = 24
  482. Me.明細2_dgv.Size = New System.Drawing.Size(511, 126)
  483. Me.明細2_dgv.TabIndex = 708
  484. '
  485. '清空_bt
  486. '
  487. Me.清空_bt.ForeColor = System.Drawing.Color.Black
  488. Me.清空_bt.Location = New System.Drawing.Point(888, 32)
  489. Me.清空_bt.Name = "清空_bt"
  490. Me.清空_bt.Size = New System.Drawing.Size(41, 24)
  491. Me.清空_bt.TabIndex = 710
  492. Me.清空_bt.Text = "清空"
  493. Me.清空_bt.UseVisualStyleBackColor = True
  494. '
  495. '清空1_bt
  496. '
  497. Me.清空1_bt.ForeColor = System.Drawing.Color.Black
  498. Me.清空1_bt.Location = New System.Drawing.Point(888, 58)
  499. Me.清空1_bt.Name = "清空1_bt"
  500. Me.清空1_bt.Size = New System.Drawing.Size(41, 24)
  501. Me.清空1_bt.TabIndex = 711
  502. Me.清空1_bt.Text = "清空"
  503. Me.清空1_bt.UseVisualStyleBackColor = True
  504. '
  505. '制表日期_lb
  506. '
  507. Me.制表日期_lb.AutoSize = True
  508. Me.制表日期_lb.Location = New System.Drawing.Point(731, 163)
  509. Me.制表日期_lb.Name = "制表日期_lb"
  510. Me.制表日期_lb.Size = New System.Drawing.Size(55, 16)
  511. Me.制表日期_lb.TabIndex = 713
  512. Me.制表日期_lb.Text = "制表日期"
  513. '
  514. '制表日期_dtp
  515. '
  516. Me.制表日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  517. Me.制表日期_dtp.Location = New System.Drawing.Point(788, 160)
  518. Me.制表日期_dtp.Name = "制表日期_dtp"
  519. Me.制表日期_dtp.Size = New System.Drawing.Size(141, 23)
  520. Me.制表日期_dtp.TabIndex = 712
  521. '
  522. '制表人_lb
  523. '
  524. Me.制表人_lb.AutoSize = True
  525. Me.制表人_lb.Location = New System.Drawing.Point(743, 138)
  526. Me.制表人_lb.Name = "制表人_lb"
  527. Me.制表人_lb.Size = New System.Drawing.Size(43, 16)
  528. Me.制表人_lb.TabIndex = 715
  529. Me.制表人_lb.Text = "制表人"
  530. '
  531. '制表人_tb
  532. '
  533. Me.制表人_tb.Location = New System.Drawing.Point(788, 135)
  534. Me.制表人_tb.Name = "制表人_tb"
  535. Me.制表人_tb.Size = New System.Drawing.Size(141, 23)
  536. Me.制表人_tb.TabIndex = 714
  537. '
  538. '版次_lb
  539. '
  540. Me.版次_lb.AutoSize = True
  541. Me.版次_lb.Location = New System.Drawing.Point(756, 9)
  542. Me.版次_lb.Name = "版次_lb"
  543. Me.版次_lb.Size = New System.Drawing.Size(31, 16)
  544. Me.版次_lb.TabIndex = 717
  545. Me.版次_lb.Text = "版次"
  546. '
  547. '版次_tb
  548. '
  549. Me.版次_tb.Location = New System.Drawing.Point(788, 6)
  550. Me.版次_tb.Name = "版次_tb"
  551. Me.版次_tb.Size = New System.Drawing.Size(140, 23)
  552. Me.版次_tb.TabIndex = 716
  553. '
  554. '明細3_dgv
  555. '
  556. Me.明細3_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  557. Or System.Windows.Forms.AnchorStyles.Left) _
  558. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  559. Me.明細3_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  560. Me.明細3_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  561. Me.明細3_dgv.Location = New System.Drawing.Point(493, 292)
  562. Me.明細3_dgv.Name = "明細3_dgv"
  563. Me.明細3_dgv.RowHeadersWidth = 5
  564. Me.明細3_dgv.RowTemplate.Height = 24
  565. Me.明細3_dgv.Size = New System.Drawing.Size(1408, 526)
  566. Me.明細3_dgv.TabIndex = 718
  567. '
  568. '部件_lb
  569. '
  570. Me.部件_lb.AutoSize = True
  571. Me.部件_lb.Location = New System.Drawing.Point(1469, 269)
  572. Me.部件_lb.Name = "部件_lb"
  573. Me.部件_lb.Size = New System.Drawing.Size(43, 16)
  574. Me.部件_lb.TabIndex = 723
  575. Me.部件_lb.Text = "部件。"
  576. '
  577. '選擇_lb
  578. '
  579. Me.選擇_lb.AutoSize = True
  580. Me.選擇_lb.Location = New System.Drawing.Point(1243, 269)
  581. Me.選擇_lb.Name = "選擇_lb"
  582. Me.選擇_lb.Size = New System.Drawing.Size(31, 16)
  583. Me.選擇_lb.TabIndex = 722
  584. Me.選擇_lb.Text = "選擇"
  585. '
  586. '選擇_tb
  587. '
  588. Me.選擇_tb.Location = New System.Drawing.Point(1274, 266)
  589. Me.選擇_tb.Name = "選擇_tb"
  590. Me.選擇_tb.Size = New System.Drawing.Size(196, 23)
  591. Me.選擇_tb.TabIndex = 721
  592. '
  593. '刪除1_bt
  594. '
  595. Me.刪除1_bt.ForeColor = System.Drawing.Color.Red
  596. Me.刪除1_bt.Location = New System.Drawing.Point(1179, 266)
  597. Me.刪除1_bt.Name = "刪除1_bt"
  598. Me.刪除1_bt.Size = New System.Drawing.Size(63, 23)
  599. Me.刪除1_bt.TabIndex = 720
  600. Me.刪除1_bt.Text = "刪除"
  601. Me.刪除1_bt.UseVisualStyleBackColor = True
  602. '
  603. '新增_bt
  604. '
  605. Me.新增_bt.Location = New System.Drawing.Point(840, 265)
  606. Me.新增_bt.Name = "新增_bt"
  607. Me.新增_bt.Size = New System.Drawing.Size(55, 23)
  608. Me.新增_bt.TabIndex = 719
  609. Me.新增_bt.Text = "新增"
  610. Me.新增_bt.UseVisualStyleBackColor = True
  611. '
  612. '新增1_cb
  613. '
  614. Me.新增1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  615. Me.新增1_cb.FormattingEnabled = True
  616. Me.新增1_cb.Location = New System.Drawing.Point(967, 265)
  617. Me.新增1_cb.Name = "新增1_cb"
  618. Me.新增1_cb.Size = New System.Drawing.Size(211, 24)
  619. Me.新增1_cb.TabIndex = 724
  620. '
  621. '新增1_bt
  622. '
  623. Me.新增1_bt.Location = New System.Drawing.Point(1182, 7)
  624. Me.新增1_bt.Name = "新增1_bt"
  625. Me.新增1_bt.Size = New System.Drawing.Size(75, 23)
  626. Me.新增1_bt.TabIndex = 725
  627. Me.新增1_bt.Text = "新增"
  628. Me.新增1_bt.UseVisualStyleBackColor = True
  629. '
  630. '刪除_bt
  631. '
  632. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  633. Me.刪除_bt.Location = New System.Drawing.Point(1263, 7)
  634. Me.刪除_bt.Name = "刪除_bt"
  635. Me.刪除_bt.Size = New System.Drawing.Size(75, 23)
  636. Me.刪除_bt.TabIndex = 726
  637. Me.刪除_bt.Text = "刪除"
  638. Me.刪除_bt.UseVisualStyleBackColor = True
  639. '
  640. '項_lb
  641. '
  642. Me.項_lb.AutoSize = True
  643. Me.項_lb.Location = New System.Drawing.Point(1442, 10)
  644. Me.項_lb.Name = "項_lb"
  645. Me.項_lb.Size = New System.Drawing.Size(19, 16)
  646. Me.項_lb.TabIndex = 729
  647. Me.項_lb.Text = "項"
  648. '
  649. '選擇第_lb
  650. '
  651. Me.選擇第_lb.AutoSize = True
  652. Me.選擇第_lb.Location = New System.Drawing.Point(1344, 10)
  653. Me.選擇第_lb.Name = "選擇第_lb"
  654. Me.選擇第_lb.Size = New System.Drawing.Size(43, 16)
  655. Me.選擇第_lb.TabIndex = 728
  656. Me.選擇第_lb.Text = "選擇第"
  657. '
  658. '選擇第_tb
  659. '
  660. Me.選擇第_tb.Location = New System.Drawing.Point(1390, 7)
  661. Me.選擇第_tb.Name = "選擇第_tb"
  662. Me.選擇第_tb.Size = New System.Drawing.Size(46, 23)
  663. Me.選擇第_tb.TabIndex = 727
  664. '
  665. '明細5_dgv
  666. '
  667. Me.明細5_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  668. Me.明細5_dgv.Location = New System.Drawing.Point(538, 365)
  669. Me.明細5_dgv.Name = "明細5_dgv"
  670. Me.明細5_dgv.RowHeadersWidth = 5
  671. Me.明細5_dgv.RowTemplate.Height = 24
  672. Me.明細5_dgv.Size = New System.Drawing.Size(215, 203)
  673. Me.明細5_dgv.TabIndex = 730
  674. '
  675. '項_tb
  676. '
  677. Me.項_tb.Location = New System.Drawing.Point(1468, 7)
  678. Me.項_tb.Name = "項_tb"
  679. Me.項_tb.Size = New System.Drawing.Size(103, 23)
  680. Me.項_tb.TabIndex = 731
  681. '
  682. '新增部件清單_bt
  683. '
  684. Me.新增部件清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  685. Me.新增部件清單_bt.ForeColor = System.Drawing.Color.Olive
  686. Me.新增部件清單_bt.Location = New System.Drawing.Point(1699, 107)
  687. Me.新增部件清單_bt.Name = "新增部件清單_bt"
  688. Me.新增部件清單_bt.Size = New System.Drawing.Size(130, 25)
  689. Me.新增部件清單_bt.TabIndex = 732
  690. Me.新增部件清單_bt.Text = "新增部件清單"
  691. Me.新增部件清單_bt.UseVisualStyleBackColor = True
  692. '
  693. '資料尚未存檔_lb
  694. '
  695. Me.資料尚未存檔_lb.AutoSize = True
  696. Me.資料尚未存檔_lb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  697. Me.資料尚未存檔_lb.ForeColor = System.Drawing.Color.Red
  698. Me.資料尚未存檔_lb.Location = New System.Drawing.Point(1582, 8)
  699. Me.資料尚未存檔_lb.Name = "資料尚未存檔_lb"
  700. Me.資料尚未存檔_lb.Size = New System.Drawing.Size(106, 21)
  701. Me.資料尚未存檔_lb.TabIndex = 733
  702. Me.資料尚未存檔_lb.Text = "資料尚未存檔"
  703. Me.資料尚未存檔_lb.Visible = False
  704. '
  705. 'Timer1
  706. '
  707. Me.Timer1.Interval = 500
  708. '
  709. 'REVISED_bt
  710. '
  711. Me.REVISED_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  712. Me.REVISED_bt.ForeColor = System.Drawing.Color.Green
  713. Me.REVISED_bt.Location = New System.Drawing.Point(1831, 122)
  714. Me.REVISED_bt.Name = "REVISED_bt"
  715. Me.REVISED_bt.Size = New System.Drawing.Size(70, 28)
  716. Me.REVISED_bt.TabIndex = 734
  717. Me.REVISED_bt.Text = "REVISED"
  718. Me.REVISED_bt.UseVisualStyleBackColor = True
  719. '
  720. '新增供應商清單_bt
  721. '
  722. Me.新增供應商清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  723. Me.新增供應商清單_bt.ForeColor = System.Drawing.Color.Olive
  724. Me.新增供應商清單_bt.Location = New System.Drawing.Point(1699, 133)
  725. Me.新增供應商清單_bt.Name = "新增供應商清單_bt"
  726. Me.新增供應商清單_bt.Size = New System.Drawing.Size(130, 25)
  727. Me.新增供應商清單_bt.TabIndex = 735
  728. Me.新增供應商清單_bt.Text = "新增供應商清單"
  729. Me.新增供應商清單_bt.UseVisualStyleBackColor = True
  730. '
  731. '新增顏色清單_bt
  732. '
  733. Me.新增顏色清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  734. Me.新增顏色清單_bt.ForeColor = System.Drawing.Color.Olive
  735. Me.新增顏色清單_bt.Location = New System.Drawing.Point(1699, 159)
  736. Me.新增顏色清單_bt.Name = "新增顏色清單_bt"
  737. Me.新增顏色清單_bt.Size = New System.Drawing.Size(130, 25)
  738. Me.新增顏色清單_bt.TabIndex = 736
  739. Me.新增顏色清單_bt.Text = "新增顏色清單"
  740. Me.新增顏色清單_bt.UseVisualStyleBackColor = True
  741. '
  742. '明細4_dgv
  743. '
  744. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  745. Me.明細4_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  746. Me.明細4_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  747. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  748. Me.明細4_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  749. Me.明細4_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  750. Me.明細4_dgv.Location = New System.Drawing.Point(493, 823)
  751. Me.明細4_dgv.Name = "明細4_dgv"
  752. Me.明細4_dgv.RowHeadersWidth = 5
  753. Me.明細4_dgv.RowTemplate.Height = 24
  754. Me.明細4_dgv.Size = New System.Drawing.Size(1408, 140)
  755. Me.明細4_dgv.TabIndex = 737
  756. '
  757. '列印單_bt
  758. '
  759. Me.列印單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  760. Me.列印單_bt.ForeColor = System.Drawing.Color.Black
  761. Me.列印單_bt.Location = New System.Drawing.Point(1699, 3)
  762. Me.列印單_bt.Name = "列印單_bt"
  763. Me.列印單_bt.Size = New System.Drawing.Size(130, 25)
  764. Me.列印單_bt.TabIndex = 738
  765. Me.列印單_bt.Text = "列印樣品單" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  766. Me.列印單_bt.UseVisualStyleBackColor = True
  767. '
  768. '列印_bt
  769. '
  770. Me.列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  771. Me.列印_bt.ForeColor = System.Drawing.Color.Black
  772. Me.列印_bt.Location = New System.Drawing.Point(1831, 3)
  773. Me.列印_bt.Name = "列印_bt"
  774. Me.列印_bt.Size = New System.Drawing.Size(70, 28)
  775. Me.列印_bt.TabIndex = 739
  776. Me.列印_bt.Text = "列印標籤"
  777. Me.列印_bt.UseVisualStyleBackColor = True
  778. '
  779. '重新排序_bt
  780. '
  781. Me.重新排序_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  782. Me.重新排序_bt.ForeColor = System.Drawing.Color.Black
  783. Me.重新排序_bt.Location = New System.Drawing.Point(1831, 211)
  784. Me.重新排序_bt.Name = "重新排序_bt"
  785. Me.重新排序_bt.Size = New System.Drawing.Size(70, 51)
  786. Me.重新排序_bt.TabIndex = 740
  787. Me.重新排序_bt.Text = "重新" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "排序"
  788. Me.重新排序_bt.UseVisualStyleBackColor = True
  789. '
  790. '排序時間_lb
  791. '
  792. Me.排序時間_lb.AutoSize = True
  793. Me.排序時間_lb.Location = New System.Drawing.Point(1711, 268)
  794. Me.排序時間_lb.Name = "排序時間_lb"
  795. Me.排序時間_lb.Size = New System.Drawing.Size(180, 16)
  796. Me.排序時間_lb.TabIndex = 741
  797. Me.排序時間_lb.Text = "排序格式為 : 01、02、03、到99"
  798. '
  799. 'REQBY_lb
  800. '
  801. Me.REQBY_lb.AutoSize = True
  802. Me.REQBY_lb.Location = New System.Drawing.Point(734, 112)
  803. Me.REQBY_lb.Name = "REQBY_lb"
  804. Me.REQBY_lb.Size = New System.Drawing.Size(52, 16)
  805. Me.REQBY_lb.TabIndex = 743
  806. Me.REQBY_lb.Text = "REQ. BY"
  807. '
  808. 'REQBY_tb
  809. '
  810. Me.REQBY_tb.Location = New System.Drawing.Point(788, 109)
  811. Me.REQBY_tb.Name = "REQBY_tb"
  812. Me.REQBY_tb.Size = New System.Drawing.Size(141, 23)
  813. Me.REQBY_tb.TabIndex = 742
  814. '
  815. 'FACTORY_tb
  816. '
  817. Me.FACTORY_tb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  818. Me.FACTORY_tb.FormattingEnabled = True
  819. Me.FACTORY_tb.Location = New System.Drawing.Point(549, 57)
  820. Me.FACTORY_tb.Name = "FACTORY_tb"
  821. Me.FACTORY_tb.Size = New System.Drawing.Size(169, 24)
  822. Me.FACTORY_tb.TabIndex = 744
  823. '
  824. 'FACTORY_lb
  825. '
  826. Me.FACTORY_lb.AutoSize = True
  827. Me.FACTORY_lb.ForeColor = System.Drawing.Color.Red
  828. Me.FACTORY_lb.Location = New System.Drawing.Point(487, 60)
  829. Me.FACTORY_lb.Name = "FACTORY_lb"
  830. Me.FACTORY_lb.Size = New System.Drawing.Size(61, 16)
  831. Me.FACTORY_lb.TabIndex = 745
  832. Me.FACTORY_lb.Text = "FACTORY"
  833. '
  834. '新增工廠清單_bt
  835. '
  836. Me.新增工廠清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  837. Me.新增工廠清單_bt.ForeColor = System.Drawing.Color.Olive
  838. Me.新增工廠清單_bt.Location = New System.Drawing.Point(1699, 185)
  839. Me.新增工廠清單_bt.Name = "新增工廠清單_bt"
  840. Me.新增工廠清單_bt.Size = New System.Drawing.Size(130, 25)
  841. Me.新增工廠清單_bt.TabIndex = 746
  842. Me.新增工廠清單_bt.Text = "新增工廠清單"
  843. Me.新增工廠清單_bt.UseVisualStyleBackColor = True
  844. '
  845. '樣品訂單轉制預告訂單_bt
  846. '
  847. Me.樣品訂單轉制預告訂單_bt.ForeColor = System.Drawing.Color.Red
  848. Me.樣品訂單轉制預告訂單_bt.Location = New System.Drawing.Point(100, 0)
  849. Me.樣品訂單轉制預告訂單_bt.Name = "樣品訂單轉制預告訂單_bt"
  850. Me.樣品訂單轉制預告訂單_bt.Size = New System.Drawing.Size(158, 24)
  851. Me.樣品訂單轉制預告訂單_bt.TabIndex = 747
  852. Me.樣品訂單轉制預告訂單_bt.Text = "樣品訂單轉制預告訂單"
  853. Me.樣品訂單轉制預告訂單_bt.UseVisualStyleBackColor = True
  854. '
  855. 'GroupBox1
  856. '
  857. Me.GroupBox1.Controls.Add(Me.取消_bt)
  858. Me.GroupBox1.Controls.Add(Me.COUNTRY_cb)
  859. Me.GroupBox1.Controls.Add(Me.COUNTRY_lb)
  860. Me.GroupBox1.Controls.Add(Me.確定轉制訂單_bt)
  861. Me.GroupBox1.Controls.Add(Me.清空3_bt)
  862. Me.GroupBox1.Controls.Add(Me.清空2_bt)
  863. Me.GroupBox1.Controls.Add(Me.ETD1_lb)
  864. Me.GroupBox1.Controls.Add(Me.ETD1_dtp)
  865. Me.GroupBox1.Controls.Add(Me.ISSUE1_lb)
  866. Me.GroupBox1.Controls.Add(Me.ISSUE1_dtp)
  867. Me.GroupBox1.Location = New System.Drawing.Point(835, 365)
  868. Me.GroupBox1.Name = "GroupBox1"
  869. Me.GroupBox1.Size = New System.Drawing.Size(243, 221)
  870. Me.GroupBox1.TabIndex = 748
  871. Me.GroupBox1.TabStop = False
  872. Me.GroupBox1.Text = "樣品單轉預告訂單"
  873. '
  874. '取消_bt
  875. '
  876. Me.取消_bt.ForeColor = System.Drawing.Color.Red
  877. Me.取消_bt.Image = Global.WINPROFIT_ERP_SYS.My.Resources.Resources.Search
  878. Me.取消_bt.Location = New System.Drawing.Point(9, 164)
  879. Me.取消_bt.Name = "取消_bt"
  880. Me.取消_bt.Size = New System.Drawing.Size(225, 43)
  881. Me.取消_bt.TabIndex = 751
  882. Me.取消_bt.Text = "取消"
  883. Me.取消_bt.UseVisualStyleBackColor = True
  884. '
  885. 'COUNTRY_cb
  886. '
  887. Me.COUNTRY_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  888. Me.COUNTRY_cb.FormattingEnabled = True
  889. Me.COUNTRY_cb.Location = New System.Drawing.Point(87, 85)
  890. Me.COUNTRY_cb.Name = "COUNTRY_cb"
  891. Me.COUNTRY_cb.Size = New System.Drawing.Size(140, 24)
  892. Me.COUNTRY_cb.TabIndex = 749
  893. '
  894. 'COUNTRY_lb
  895. '
  896. Me.COUNTRY_lb.AutoSize = True
  897. Me.COUNTRY_lb.ForeColor = System.Drawing.Color.Black
  898. Me.COUNTRY_lb.Location = New System.Drawing.Point(14, 88)
  899. Me.COUNTRY_lb.Name = "COUNTRY_lb"
  900. Me.COUNTRY_lb.Size = New System.Drawing.Size(66, 16)
  901. Me.COUNTRY_lb.TabIndex = 750
  902. Me.COUNTRY_lb.Text = "COUNTRY"
  903. '
  904. '確定轉制訂單_bt
  905. '
  906. Me.確定轉制訂單_bt.ForeColor = System.Drawing.Color.Red
  907. Me.確定轉制訂單_bt.Location = New System.Drawing.Point(9, 115)
  908. Me.確定轉制訂單_bt.Name = "確定轉制訂單_bt"
  909. Me.確定轉制訂單_bt.Size = New System.Drawing.Size(225, 43)
  910. Me.確定轉制訂單_bt.TabIndex = 748
  911. Me.確定轉制訂單_bt.Text = "確定轉制訂單"
  912. Me.確定轉制訂單_bt.UseVisualStyleBackColor = True
  913. '
  914. '清空3_bt
  915. '
  916. Me.清空3_bt.ForeColor = System.Drawing.Color.Black
  917. Me.清空3_bt.Location = New System.Drawing.Point(187, 55)
  918. Me.清空3_bt.Name = "清空3_bt"
  919. Me.清空3_bt.Size = New System.Drawing.Size(41, 24)
  920. Me.清空3_bt.TabIndex = 717
  921. Me.清空3_bt.Text = "清空"
  922. Me.清空3_bt.UseVisualStyleBackColor = True
  923. '
  924. '清空2_bt
  925. '
  926. Me.清空2_bt.ForeColor = System.Drawing.Color.Black
  927. Me.清空2_bt.Location = New System.Drawing.Point(187, 25)
  928. Me.清空2_bt.Name = "清空2_bt"
  929. Me.清空2_bt.Size = New System.Drawing.Size(41, 24)
  930. Me.清空2_bt.TabIndex = 716
  931. Me.清空2_bt.Text = "清空"
  932. Me.清空2_bt.UseVisualStyleBackColor = True
  933. '
  934. 'ETD1_lb
  935. '
  936. Me.ETD1_lb.AutoSize = True
  937. Me.ETD1_lb.Location = New System.Drawing.Point(50, 58)
  938. Me.ETD1_lb.Name = "ETD1_lb"
  939. Me.ETD1_lb.Size = New System.Drawing.Size(30, 16)
  940. Me.ETD1_lb.TabIndex = 715
  941. Me.ETD1_lb.Text = "ETD"
  942. '
  943. 'ETD1_dtp
  944. '
  945. Me.ETD1_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  946. Me.ETD1_dtp.Location = New System.Drawing.Point(87, 55)
  947. Me.ETD1_dtp.Name = "ETD1_dtp"
  948. Me.ETD1_dtp.Size = New System.Drawing.Size(94, 23)
  949. Me.ETD1_dtp.TabIndex = 714
  950. '
  951. 'ISSUE1_lb
  952. '
  953. Me.ISSUE1_lb.AutoSize = True
  954. Me.ISSUE1_lb.Location = New System.Drawing.Point(6, 27)
  955. Me.ISSUE1_lb.Name = "ISSUE1_lb"
  956. Me.ISSUE1_lb.Size = New System.Drawing.Size(74, 16)
  957. Me.ISSUE1_lb.TabIndex = 713
  958. Me.ISSUE1_lb.Text = "ISSUE DATE"
  959. '
  960. 'ISSUE1_dtp
  961. '
  962. Me.ISSUE1_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  963. Me.ISSUE1_dtp.Location = New System.Drawing.Point(87, 24)
  964. Me.ISSUE1_dtp.Name = "ISSUE1_dtp"
  965. Me.ISSUE1_dtp.Size = New System.Drawing.Size(94, 23)
  966. Me.ISSUE1_dtp.TabIndex = 712
  967. '
  968. '清單伸展_ch
  969. '
  970. Me.清單伸展_ch.AutoSize = True
  971. Me.清單伸展_ch.Location = New System.Drawing.Point(264, 3)
  972. Me.清單伸展_ch.Name = "清單伸展_ch"
  973. Me.清單伸展_ch.Size = New System.Drawing.Size(74, 20)
  974. Me.清單伸展_ch.TabIndex = 749
  975. Me.清單伸展_ch.Text = "清單伸展"
  976. Me.清單伸展_ch.UseVisualStyleBackColor = True
  977. '
  978. '明細6_dgv
  979. '
  980. Me.明細6_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  981. Me.明細6_dgv.Location = New System.Drawing.Point(538, 574)
  982. Me.明細6_dgv.Name = "明細6_dgv"
  983. Me.明細6_dgv.RowHeadersWidth = 5
  984. Me.明細6_dgv.RowTemplate.Height = 24
  985. Me.明細6_dgv.Size = New System.Drawing.Size(215, 203)
  986. Me.明細6_dgv.TabIndex = 750
  987. '
  988. '新增客戶清單_bt
  989. '
  990. Me.新增客戶清單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  991. Me.新增客戶清單_bt.ForeColor = System.Drawing.Color.Olive
  992. Me.新增客戶清單_bt.Location = New System.Drawing.Point(1699, 211)
  993. Me.新增客戶清單_bt.Name = "新增客戶清單_bt"
  994. Me.新增客戶清單_bt.Size = New System.Drawing.Size(130, 25)
  995. Me.新增客戶清單_bt.TabIndex = 751
  996. Me.新增客戶清單_bt.Text = "新增客戶清單"
  997. Me.新增客戶清單_bt.UseVisualStyleBackColor = True
  998. '
  999. 'ComboBox10
  1000. '
  1001. Me.ComboBox10.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1002. Me.ComboBox10.FormattingEnabled = True
  1003. Me.ComboBox10.Items.AddRange(New Object() {"2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027", "2028", "2029", "2030"})
  1004. Me.ComboBox10.Location = New System.Drawing.Point(1006, 108)
  1005. Me.ComboBox10.Name = "ComboBox10"
  1006. Me.ComboBox10.Size = New System.Drawing.Size(82, 24)
  1007. Me.ComboBox10.TabIndex = 752
  1008. '
  1009. '新增_cb
  1010. '
  1011. Me.新增_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1012. Me.新增_cb.FormattingEnabled = True
  1013. Me.新增_cb.Items.AddRange(New Object() {"A.", "B.", "C.", "D.", "E.", "F."})
  1014. Me.新增_cb.Location = New System.Drawing.Point(898, 265)
  1015. Me.新增_cb.Name = "新增_cb"
  1016. Me.新增_cb.Size = New System.Drawing.Size(66, 24)
  1017. Me.新增_cb.TabIndex = 753
  1018. '
  1019. '指定資料寫入_bt
  1020. '
  1021. Me.指定資料寫入_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1022. Me.指定資料寫入_bt.ForeColor = System.Drawing.Color.Blue
  1023. Me.指定資料寫入_bt.Location = New System.Drawing.Point(1739, 237)
  1024. Me.指定資料寫入_bt.Name = "指定資料寫入_bt"
  1025. Me.指定資料寫入_bt.Size = New System.Drawing.Size(90, 26)
  1026. Me.指定資料寫入_bt.TabIndex = 754
  1027. Me.指定資料寫入_bt.Text = "指定資料寫入"
  1028. Me.指定資料寫入_bt.UseVisualStyleBackColor = True
  1029. '
  1030. '選擇清單中_lb
  1031. '
  1032. Me.選擇清單中_lb.AutoSize = True
  1033. Me.選擇清單中_lb.Location = New System.Drawing.Point(494, 269)
  1034. Me.選擇清單中_lb.Name = "選擇清單中_lb"
  1035. Me.選擇清單中_lb.Size = New System.Drawing.Size(67, 16)
  1036. Me.選擇清單中_lb.TabIndex = 756
  1037. Me.選擇清單中_lb.Text = "選擇清單中"
  1038. '
  1039. '筆資料中的_tb
  1040. '
  1041. Me.筆資料中的_tb.Location = New System.Drawing.Point(711, 265)
  1042. Me.筆資料中的_tb.Name = "筆資料中的_tb"
  1043. Me.筆資料中的_tb.Size = New System.Drawing.Size(68, 23)
  1044. Me.筆資料中的_tb.TabIndex = 757
  1045. Me.筆資料中的_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  1046. '
  1047. '筆資料中的_lb
  1048. '
  1049. Me.筆資料中的_lb.AutoSize = True
  1050. Me.筆資料中的_lb.Location = New System.Drawing.Point(642, 269)
  1051. Me.筆資料中的_lb.Name = "筆資料中的_lb"
  1052. Me.筆資料中的_lb.Size = New System.Drawing.Size(67, 16)
  1053. Me.筆資料中的_lb.TabIndex = 758
  1054. Me.筆資料中的_lb.Text = "筆資料中的"
  1055. '
  1056. '選擇清單中_tb
  1057. '
  1058. Me.選擇清單中_tb.Location = New System.Drawing.Point(568, 265)
  1059. Me.選擇清單中_tb.Name = "選擇清單中_tb"
  1060. Me.選擇清單中_tb.Size = New System.Drawing.Size(68, 23)
  1061. Me.選擇清單中_tb.TabIndex = 759
  1062. Me.選擇清單中_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  1063. '
  1064. '筆_lb
  1065. '
  1066. Me.筆_lb.AutoSize = True
  1067. Me.筆_lb.Location = New System.Drawing.Point(785, 269)
  1068. Me.筆_lb.Name = "筆_lb"
  1069. Me.筆_lb.Size = New System.Drawing.Size(19, 16)
  1070. Me.筆_lb.TabIndex = 760
  1071. Me.筆_lb.Text = "筆"
  1072. '
  1073. '供應商_cb
  1074. '
  1075. Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1076. Me.供應商_cb.FormattingEnabled = True
  1077. Me.供應商_cb.Location = New System.Drawing.Point(1031, 238)
  1078. Me.供應商_cb.Name = "供應商_cb"
  1079. Me.供應商_cb.Size = New System.Drawing.Size(147, 24)
  1080. Me.供應商_cb.TabIndex = 761
  1081. '
  1082. '供應商_lb
  1083. '
  1084. Me.供應商_lb.AutoSize = True
  1085. Me.供應商_lb.Location = New System.Drawing.Point(985, 242)
  1086. Me.供應商_lb.Name = "供應商_lb"
  1087. Me.供應商_lb.Size = New System.Drawing.Size(43, 16)
  1088. Me.供應商_lb.TabIndex = 762
  1089. Me.供應商_lb.Text = "供應商"
  1090. '
  1091. '供應商2_cb
  1092. '
  1093. Me.供應商2_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1094. Me.供應商2_cb.FormattingEnabled = True
  1095. Me.供應商2_cb.Location = New System.Drawing.Point(1180, 238)
  1096. Me.供應商2_cb.Name = "供應商2_cb"
  1097. Me.供應商2_cb.Size = New System.Drawing.Size(377, 24)
  1098. Me.供應商2_cb.TabIndex = 763
  1099. '
  1100. '供應商3_cb
  1101. '
  1102. Me.供應商3_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1103. Me.供應商3_cb.FormattingEnabled = True
  1104. Me.供應商3_cb.Location = New System.Drawing.Point(1559, 238)
  1105. Me.供應商3_cb.Name = "供應商3_cb"
  1106. Me.供應商3_cb.Size = New System.Drawing.Size(178, 24)
  1107. Me.供應商3_cb.TabIndex = 764
  1108. '
  1109. '中皮_cb
  1110. '
  1111. Me.中皮_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1112. Me.中皮_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1113. Me.中皮_cb.FormattingEnabled = True
  1114. Me.中皮_cb.ItemHeight = 16
  1115. Me.中皮_cb.Location = New System.Drawing.Point(549, 212)
  1116. Me.中皮_cb.Name = "中皮_cb"
  1117. Me.中皮_cb.Size = New System.Drawing.Size(280, 24)
  1118. Me.中皮_cb.TabIndex = 765
  1119. '
  1120. '中皮_lb
  1121. '
  1122. Me.中皮_lb.AutoSize = True
  1123. Me.中皮_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1124. Me.中皮_lb.Location = New System.Drawing.Point(515, 215)
  1125. Me.中皮_lb.Name = "中皮_lb"
  1126. Me.中皮_lb.Size = New System.Drawing.Size(31, 16)
  1127. Me.中皮_lb.TabIndex = 766
  1128. Me.中皮_lb.Text = "中皮"
  1129. '
  1130. '中皮1_tb
  1131. '
  1132. Me.中皮1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1133. Me.中皮1_tb.Location = New System.Drawing.Point(832, 212)
  1134. Me.中皮1_tb.Multiline = True
  1135. Me.中皮1_tb.Name = "中皮1_tb"
  1136. Me.中皮1_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  1137. Me.中皮1_tb.Size = New System.Drawing.Size(346, 24)
  1138. Me.中皮1_tb.TabIndex = 767
  1139. '
  1140. '中皮2_tb
  1141. '
  1142. Me.中皮2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  1143. Me.中皮2_tb.Location = New System.Drawing.Point(1180, 212)
  1144. Me.中皮2_tb.Multiline = True
  1145. Me.中皮2_tb.Name = "中皮2_tb"
  1146. Me.中皮2_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  1147. Me.中皮2_tb.Size = New System.Drawing.Size(517, 24)
  1148. Me.中皮2_tb.TabIndex = 768
  1149. '
  1150. '中底_cb
  1151. '
  1152. Me.中底_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1153. Me.中底_cb.ForeColor = System.Drawing.Color.Green
  1154. Me.中底_cb.FormattingEnabled = True
  1155. Me.中底_cb.ItemHeight = 16
  1156. Me.中底_cb.Location = New System.Drawing.Point(549, 186)
  1157. Me.中底_cb.Name = "中底_cb"
  1158. Me.中底_cb.Size = New System.Drawing.Size(169, 24)
  1159. Me.中底_cb.TabIndex = 769
  1160. '
  1161. '中底_lb
  1162. '
  1163. Me.中底_lb.AutoSize = True
  1164. Me.中底_lb.ForeColor = System.Drawing.Color.Green
  1165. Me.中底_lb.Location = New System.Drawing.Point(514, 190)
  1166. Me.中底_lb.Name = "中底_lb"
  1167. Me.中底_lb.Size = New System.Drawing.Size(31, 16)
  1168. Me.中底_lb.TabIndex = 770
  1169. Me.中底_lb.Text = "中底"
  1170. '
  1171. '中底_tb
  1172. '
  1173. Me.中底_tb.ForeColor = System.Drawing.Color.Green
  1174. Me.中底_tb.Location = New System.Drawing.Point(726, 185)
  1175. Me.中底_tb.Multiline = True
  1176. Me.中底_tb.Name = "中底_tb"
  1177. Me.中底_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  1178. Me.中底_tb.Size = New System.Drawing.Size(452, 24)
  1179. Me.中底_tb.TabIndex = 771
  1180. '
  1181. 'Label31
  1182. '
  1183. Me.Label31.AutoSize = True
  1184. Me.Label31.Location = New System.Drawing.Point(1414, 190)
  1185. Me.Label31.Name = "Label31"
  1186. Me.Label31.Size = New System.Drawing.Size(116, 16)
  1187. Me.Label31.TabIndex = 775
  1188. Me.Label31.Text = "Construction Name"
  1189. '
  1190. 'TextBox12
  1191. '
  1192. Me.TextBox12.Location = New System.Drawing.Point(1533, 187)
  1193. Me.TextBox12.Name = "TextBox12"
  1194. Me.TextBox12.Size = New System.Drawing.Size(164, 23)
  1195. Me.TextBox12.TabIndex = 774
  1196. '
  1197. '楦頭編號_cb
  1198. '
  1199. Me.楦頭編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1200. Me.楦頭編號_cb.FormattingEnabled = True
  1201. Me.楦頭編號_cb.Location = New System.Drawing.Point(1239, 160)
  1202. Me.楦頭編號_cb.Name = "楦頭編號_cb"
  1203. Me.楦頭編號_cb.Size = New System.Drawing.Size(169, 24)
  1204. Me.楦頭編號_cb.TabIndex = 772
  1205. '
  1206. '楦頭編號_lb
  1207. '
  1208. Me.楦頭編號_lb.AutoSize = True
  1209. Me.楦頭編號_lb.ForeColor = System.Drawing.Color.Red
  1210. Me.楦頭編號_lb.Location = New System.Drawing.Point(1182, 163)
  1211. Me.楦頭編號_lb.Name = "楦頭編號_lb"
  1212. Me.楦頭編號_lb.Size = New System.Drawing.Size(55, 16)
  1213. Me.楦頭編號_lb.TabIndex = 773
  1214. Me.楦頭編號_lb.Text = "楦頭編號"
  1215. '
  1216. '廠商類別_cb
  1217. '
  1218. Me.廠商類別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1219. Me.廠商類別_cb.FormattingEnabled = True
  1220. Me.廠商類別_cb.Location = New System.Drawing.Point(888, 238)
  1221. Me.廠商類別_cb.Name = "廠商類別_cb"
  1222. Me.廠商類別_cb.Size = New System.Drawing.Size(97, 24)
  1223. Me.廠商類別_cb.TabIndex = 776
  1224. '
  1225. '廠商類別_lb
  1226. '
  1227. Me.廠商類別_lb.AutoSize = True
  1228. Me.廠商類別_lb.Location = New System.Drawing.Point(831, 242)
  1229. Me.廠商類別_lb.Name = "廠商類別_lb"
  1230. Me.廠商類別_lb.Size = New System.Drawing.Size(55, 16)
  1231. Me.廠商類別_lb.TabIndex = 777
  1232. Me.廠商類別_lb.Text = "廠商類別"
  1233. '
  1234. '模具編號_cb
  1235. '
  1236. Me.模具編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  1237. Me.模具編號_cb.FormattingEnabled = True
  1238. Me.模具編號_cb.Location = New System.Drawing.Point(1239, 186)
  1239. Me.模具編號_cb.Name = "模具編號_cb"
  1240. Me.模具編號_cb.Size = New System.Drawing.Size(169, 24)
  1241. Me.模具編號_cb.TabIndex = 778
  1242. '
  1243. '模具編號_lb
  1244. '
  1245. Me.模具編號_lb.AutoSize = True
  1246. Me.模具編號_lb.ForeColor = System.Drawing.Color.Red
  1247. Me.模具編號_lb.Location = New System.Drawing.Point(1182, 189)
  1248. Me.模具編號_lb.Name = "模具編號_lb"
  1249. Me.模具編號_lb.Size = New System.Drawing.Size(55, 16)
  1250. Me.模具編號_lb.TabIndex = 779
  1251. Me.模具編號_lb.Text = "模具編號"
  1252. '
  1253. 'PictureBox1
  1254. '
  1255. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  1256. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1257. Me.PictureBox1.Location = New System.Drawing.Point(931, 7)
  1258. Me.PictureBox1.Name = "PictureBox1"
  1259. Me.PictureBox1.Size = New System.Drawing.Size(245, 176)
  1260. Me.PictureBox1.TabIndex = 709
  1261. Me.PictureBox1.TabStop = False
  1262. '
  1263. '查詢_bt
  1264. '
  1265. Me.查詢_bt.BackgroundImage = Global.WINPROFIT_ERP_SYS.My.Resources.Resources.Search
  1266. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1267. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1268. Me.查詢_bt.ForeColor = System.Drawing.Color.Black
  1269. Me.查詢_bt.Location = New System.Drawing.Point(693, 108)
  1270. Me.查詢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1271. Me.查詢_bt.Name = "查詢_bt"
  1272. Me.查詢_bt.Size = New System.Drawing.Size(26, 26)
  1273. Me.查詢_bt.TabIndex = 780
  1274. Me.查詢_bt.UseVisualStyleBackColor = True
  1275. '
  1276. '樣品單控制表
  1277. '
  1278. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1279. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1280. Me.ClientSize = New System.Drawing.Size(1914, 971)
  1281. Me.Controls.Add(Me.查詢_bt)
  1282. Me.Controls.Add(Me.樣品單_dgv)
  1283. Me.Controls.Add(Me.模具編號_cb)
  1284. Me.Controls.Add(Me.模具編號_lb)
  1285. Me.Controls.Add(Me.廠商類別_cb)
  1286. Me.Controls.Add(Me.TextBox12)
  1287. Me.Controls.Add(Me.楦頭編號_cb)
  1288. Me.Controls.Add(Me.楦頭編號_lb)
  1289. Me.Controls.Add(Me.中底_tb)
  1290. Me.Controls.Add(Me.中底_cb)
  1291. Me.Controls.Add(Me.中底_lb)
  1292. Me.Controls.Add(Me.中皮2_tb)
  1293. Me.Controls.Add(Me.中皮1_tb)
  1294. Me.Controls.Add(Me.中皮_cb)
  1295. Me.Controls.Add(Me.供應商3_cb)
  1296. Me.Controls.Add(Me.供應商2_cb)
  1297. Me.Controls.Add(Me.供應商_lb)
  1298. Me.Controls.Add(Me.供應商_cb)
  1299. Me.Controls.Add(Me.筆_lb)
  1300. Me.Controls.Add(Me.選擇清單中_tb)
  1301. Me.Controls.Add(Me.筆資料中的_lb)
  1302. Me.Controls.Add(Me.筆資料中的_tb)
  1303. Me.Controls.Add(Me.選擇清單中_lb)
  1304. Me.Controls.Add(Me.指定資料寫入_bt)
  1305. Me.Controls.Add(Me.新增_cb)
  1306. Me.Controls.Add(Me.ComboBox10)
  1307. Me.Controls.Add(Me.新增客戶清單_bt)
  1308. Me.Controls.Add(Me.明細6_dgv)
  1309. Me.Controls.Add(Me.清單伸展_ch)
  1310. Me.Controls.Add(Me.GroupBox1)
  1311. Me.Controls.Add(Me.樣品訂單轉制預告訂單_bt)
  1312. Me.Controls.Add(Me.新增工廠清單_bt)
  1313. Me.Controls.Add(Me.FACTORY_tb)
  1314. Me.Controls.Add(Me.FACTORY_lb)
  1315. Me.Controls.Add(Me.REQBY_lb)
  1316. Me.Controls.Add(Me.REQBY_tb)
  1317. Me.Controls.Add(Me.排序時間_lb)
  1318. Me.Controls.Add(Me.重新排序_bt)
  1319. Me.Controls.Add(Me.列印_bt)
  1320. Me.Controls.Add(Me.列印單_bt)
  1321. Me.Controls.Add(Me.明細4_dgv)
  1322. Me.Controls.Add(Me.新增顏色清單_bt)
  1323. Me.Controls.Add(Me.新增供應商清單_bt)
  1324. Me.Controls.Add(Me.REVISED_bt)
  1325. Me.Controls.Add(Me.資料尚未存檔_lb)
  1326. Me.Controls.Add(Me.新增部件清單_bt)
  1327. Me.Controls.Add(Me.項_tb)
  1328. Me.Controls.Add(Me.明細5_dgv)
  1329. Me.Controls.Add(Me.項_lb)
  1330. Me.Controls.Add(Me.選擇第_lb)
  1331. Me.Controls.Add(Me.選擇第_tb)
  1332. Me.Controls.Add(Me.刪除_bt)
  1333. Me.Controls.Add(Me.新增1_bt)
  1334. Me.Controls.Add(Me.新增1_cb)
  1335. Me.Controls.Add(Me.選擇_tb)
  1336. Me.Controls.Add(Me.刪除1_bt)
  1337. Me.Controls.Add(Me.新增_bt)
  1338. Me.Controls.Add(Me.版次_lb)
  1339. Me.Controls.Add(Me.版次_tb)
  1340. Me.Controls.Add(Me.制表人_lb)
  1341. Me.Controls.Add(Me.制表人_tb)
  1342. Me.Controls.Add(Me.制表日期_lb)
  1343. Me.Controls.Add(Me.制表日期_dtp)
  1344. Me.Controls.Add(Me.清空1_bt)
  1345. Me.Controls.Add(Me.清空_bt)
  1346. Me.Controls.Add(Me.PictureBox1)
  1347. Me.Controls.Add(Me.複製新增_bt)
  1348. Me.Controls.Add(Me.修改模式_bt)
  1349. Me.Controls.Add(Me.存檔_bt)
  1350. Me.Controls.Add(Me.刪除3_bt)
  1351. Me.Controls.Add(Me.一般新增_bt)
  1352. Me.Controls.Add(Me.新增PURPOSE清單_bt)
  1353. Me.Controls.Add(Me.新增SEASON清單_bt)
  1354. Me.Controls.Add(Me.新增COUNTRY清單_bt)
  1355. Me.Controls.Add(Me.Label25)
  1356. Me.Controls.Add(Me.QTY_tb)
  1357. Me.Controls.Add(Me.ETD_lb)
  1358. Me.Controls.Add(Me.ETD_dtp)
  1359. Me.Controls.Add(Me.ISSUE_lb)
  1360. Me.Controls.Add(Me.ISSUE_dtp)
  1361. Me.Controls.Add(Me.PURPOSE_cb)
  1362. Me.Controls.Add(Me.PURPOSE_lb)
  1363. Me.Controls.Add(Me.COUNTRY1_cb)
  1364. Me.Controls.Add(Me.COUNTRY1_lb)
  1365. Me.Controls.Add(Me.STYLEname_cb)
  1366. Me.Controls.Add(Me.STYLE_cb)
  1367. Me.Controls.Add(Me.STYLE_lb)
  1368. Me.Controls.Add(Me.CUST_cb)
  1369. Me.Controls.Add(Me.CUST_lb)
  1370. Me.Controls.Add(Me.SEASON_cb)
  1371. Me.Controls.Add(Me.SEASON_lb)
  1372. Me.Controls.Add(Me.SO_lb)
  1373. Me.Controls.Add(Me.SO_tb)
  1374. Me.Controls.Add(Me.搜尋_bt)
  1375. Me.Controls.Add(Me.返回_bt)
  1376. Me.Controls.Add(Me.樣品訂單清單_lb)
  1377. Me.Controls.Add(Me.STYLEname_lb)
  1378. Me.Controls.Add(Me.中皮_lb)
  1379. Me.Controls.Add(Me.明細3_dgv)
  1380. Me.Controls.Add(Me.部件_lb)
  1381. Me.Controls.Add(Me.選擇_lb)
  1382. Me.Controls.Add(Me.明細2_dgv)
  1383. Me.Controls.Add(Me.Label31)
  1384. Me.Controls.Add(Me.廠商類別_lb)
  1385. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1386. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1387. Me.Name = "樣品單控制表"
  1388. Me.Text = "樣品單控制"
  1389. CType(Me.樣品單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1390. CType(Me.明細2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1391. CType(Me.明細3_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1392. CType(Me.明細5_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1393. CType(Me.明細4_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1394. Me.GroupBox1.ResumeLayout(False)
  1395. Me.GroupBox1.PerformLayout()
  1396. CType(Me.明細6_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1397. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  1398. Me.ResumeLayout(False)
  1399. Me.PerformLayout()
  1400. End Sub
  1401. Friend WithEvents 樣品訂單清單_lb As Label
  1402. Friend WithEvents 樣品單_dgv As DataGridView
  1403. Friend WithEvents 搜尋_bt As Button
  1404. Friend WithEvents 返回_bt As Button
  1405. Friend WithEvents SO_lb As Label
  1406. Friend WithEvents SO_tb As TextBox
  1407. Friend WithEvents SEASON_cb As ComboBox
  1408. Friend WithEvents SEASON_lb As Label
  1409. Friend WithEvents CUST_cb As ComboBox
  1410. Friend WithEvents CUST_lb As Label
  1411. Friend WithEvents STYLEname_cb As ComboBox
  1412. Friend WithEvents STYLEname_lb As Label
  1413. Friend WithEvents STYLE_cb As ComboBox
  1414. Friend WithEvents STYLE_lb As Label
  1415. Friend WithEvents COUNTRY1_cb As ComboBox
  1416. Friend WithEvents COUNTRY1_lb As Label
  1417. Friend WithEvents PURPOSE_cb As ComboBox
  1418. Friend WithEvents PURPOSE_lb As Label
  1419. Friend WithEvents ISSUE_lb As Label
  1420. Friend WithEvents ISSUE_dtp As DateTimePicker
  1421. Friend WithEvents ETD_lb As Label
  1422. Friend WithEvents ETD_dtp As DateTimePicker
  1423. Friend WithEvents Label25 As Label
  1424. Friend WithEvents QTY_tb As TextBox
  1425. Friend WithEvents 新增SEASON清單_bt As Button
  1426. Friend WithEvents 新增COUNTRY清單_bt As Button
  1427. Friend WithEvents 新增PURPOSE清單_bt As Button
  1428. Friend WithEvents 複製新增_bt As Button
  1429. Friend WithEvents 修改模式_bt As Button
  1430. Friend WithEvents 存檔_bt As Button
  1431. Friend WithEvents 刪除3_bt As Button
  1432. Friend WithEvents 一般新增_bt As Button
  1433. Friend WithEvents 明細2_dgv As DataGridView
  1434. Friend WithEvents PictureBox1 As PictureBox
  1435. Friend WithEvents 清空_bt As Button
  1436. Friend WithEvents 清空1_bt As Button
  1437. Friend WithEvents 制表日期_lb As Label
  1438. Friend WithEvents 制表日期_dtp As DateTimePicker
  1439. Friend WithEvents 制表人_lb As Label
  1440. Friend WithEvents 制表人_tb As TextBox
  1441. Friend WithEvents 版次_lb As Label
  1442. Friend WithEvents 版次_tb As TextBox
  1443. Friend WithEvents 明細3_dgv As DataGridView
  1444. Friend WithEvents 部件_lb As Label
  1445. Friend WithEvents 選擇_lb As Label
  1446. Friend WithEvents 選擇_tb As TextBox
  1447. Friend WithEvents 刪除1_bt As Button
  1448. Friend WithEvents 新增_bt As Button
  1449. Friend WithEvents 新增1_cb As ComboBox
  1450. Friend WithEvents 新增1_bt As Button
  1451. Friend WithEvents 刪除_bt As Button
  1452. Friend WithEvents 項_lb As Label
  1453. Friend WithEvents 選擇第_lb As Label
  1454. Friend WithEvents 選擇第_tb As TextBox
  1455. Friend WithEvents 明細5_dgv As DataGridView
  1456. Friend WithEvents 項_tb As TextBox
  1457. Friend WithEvents 新增部件清單_bt As Button
  1458. Friend WithEvents 資料尚未存檔_lb As Label
  1459. Friend WithEvents Timer1 As Timer
  1460. Friend WithEvents REVISED_bt As Button
  1461. Friend WithEvents 新增供應商清單_bt As Button
  1462. Friend WithEvents 新增顏色清單_bt As Button
  1463. Friend WithEvents 明細4_dgv As DataGridView
  1464. Friend WithEvents 列印單_bt As Button
  1465. Friend WithEvents 列印_bt As Button
  1466. Friend WithEvents 重新排序_bt As Button
  1467. Friend WithEvents 排序時間_lb As Label
  1468. Friend WithEvents REQBY_lb As Label
  1469. Friend WithEvents REQBY_tb As TextBox
  1470. Friend WithEvents FACTORY_tb As ComboBox
  1471. Friend WithEvents FACTORY_lb As Label
  1472. Friend WithEvents 新增工廠清單_bt As Button
  1473. Friend WithEvents 樣品訂單轉制預告訂單_bt As Button
  1474. Friend WithEvents GroupBox1 As GroupBox
  1475. Friend WithEvents 確定轉制訂單_bt As Button
  1476. Friend WithEvents 清空3_bt As Button
  1477. Friend WithEvents 清空2_bt As Button
  1478. Friend WithEvents ETD1_lb As Label
  1479. Friend WithEvents ETD1_dtp As DateTimePicker
  1480. Friend WithEvents ISSUE1_lb As Label
  1481. Friend WithEvents ISSUE1_dtp As DateTimePicker
  1482. Friend WithEvents COUNTRY_cb As ComboBox
  1483. Friend WithEvents COUNTRY_lb As Label
  1484. Friend WithEvents 取消_bt As Button
  1485. Friend WithEvents 清單伸展_ch As CheckBox
  1486. Friend WithEvents 明細6_dgv As DataGridView
  1487. Friend WithEvents 新增客戶清單_bt As Button
  1488. Friend WithEvents ComboBox10 As ComboBox
  1489. Friend WithEvents 新增_cb As ComboBox
  1490. Friend WithEvents 指定資料寫入_bt As Button
  1491. Friend WithEvents 選擇清單中_lb As Label
  1492. Friend WithEvents 筆資料中的_tb As TextBox
  1493. Friend WithEvents 筆資料中的_lb As Label
  1494. Friend WithEvents 選擇清單中_tb As TextBox
  1495. Friend WithEvents 筆_lb As Label
  1496. Friend WithEvents 供應商_cb As ComboBox
  1497. Friend WithEvents 供應商_lb As Label
  1498. Friend WithEvents 供應商2_cb As ComboBox
  1499. Friend WithEvents 供應商3_cb As ComboBox
  1500. Friend WithEvents 中皮_cb As ComboBox
  1501. Friend WithEvents 中皮_lb As Label
  1502. Friend WithEvents 中皮1_tb As TextBox
  1503. Friend WithEvents 中皮2_tb As TextBox
  1504. Friend WithEvents 中底_cb As ComboBox
  1505. Friend WithEvents 中底_lb As Label
  1506. Friend WithEvents 中底_tb As TextBox
  1507. Friend WithEvents Label31 As Label
  1508. Friend WithEvents TextBox12 As TextBox
  1509. Friend WithEvents 楦頭編號_cb As ComboBox
  1510. Friend WithEvents 楦頭編號_lb As Label
  1511. Friend WithEvents 廠商類別_cb As ComboBox
  1512. Friend WithEvents 廠商類別_lb As Label
  1513. Friend WithEvents 模具編號_cb As ComboBox
  1514. Friend WithEvents 模具編號_lb As Label
  1515. Friend WithEvents 查詢_bt As Button
  1516. End Class