Ei kuvausta
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 72KB

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