Ingen beskrivning
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 69KB

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