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

樣品單控制表.Designer.vb 64KB

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