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 62KB

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