Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

量產訂單明細表.Designer.vb 66KB

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