Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

歷史單價紀錄表.Designer.vb 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656
  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. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  24. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  25. Me.Label1 = New System.Windows.Forms.Label()
  26. Me.TextBox1 = New System.Windows.Forms.TextBox()
  27. Me.Label2 = New System.Windows.Forms.Label()
  28. Me.Label3 = New System.Windows.Forms.Label()
  29. Me.TextBox2 = New System.Windows.Forms.TextBox()
  30. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  31. Me.Label4 = New System.Windows.Forms.Label()
  32. Me.Label5 = New System.Windows.Forms.Label()
  33. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  34. Me.Label6 = New System.Windows.Forms.Label()
  35. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  36. Me.Label7 = New System.Windows.Forms.Label()
  37. Me.Label8 = New System.Windows.Forms.Label()
  38. Me.Label9 = New System.Windows.Forms.Label()
  39. Me.Label10 = New System.Windows.Forms.Label()
  40. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  41. Me.Label11 = New System.Windows.Forms.Label()
  42. Me.TextBox6 = New System.Windows.Forms.TextBox()
  43. Me.Label12 = New System.Windows.Forms.Label()
  44. Me.TextBox7 = New System.Windows.Forms.TextBox()
  45. Me.Button29 = New System.Windows.Forms.Button()
  46. Me.Button10 = New System.Windows.Forms.Button()
  47. Me.Button11 = New System.Windows.Forms.Button()
  48. Me.Button12 = New System.Windows.Forms.Button()
  49. Me.Button28 = New System.Windows.Forms.Button()
  50. Me.Button32 = New System.Windows.Forms.Button()
  51. Me.Button9 = New System.Windows.Forms.Button()
  52. Me.Button21 = New System.Windows.Forms.Button()
  53. Me.Button23 = New System.Windows.Forms.Button()
  54. Me.Button24 = New System.Windows.Forms.Button()
  55. Me.Button25 = New System.Windows.Forms.Button()
  56. Me.Button20 = New System.Windows.Forms.Button()
  57. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  58. Me.ComboBox5 = New System.Windows.Forms.ComboBox()
  59. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  60. Me.TextBox5 = New System.Windows.Forms.TextBox()
  61. Me.GroupBox2 = New System.Windows.Forms.GroupBox()
  62. Me.Label62 = New System.Windows.Forms.Label()
  63. Me.Button4 = New System.Windows.Forms.Button()
  64. Me.Button3 = New System.Windows.Forms.Button()
  65. Me.Button1 = New System.Windows.Forms.Button()
  66. Me.Label13 = New System.Windows.Forms.Label()
  67. Me.TextBox8 = New System.Windows.Forms.TextBox()
  68. Me.Label14 = New System.Windows.Forms.Label()
  69. Me.TextBox9 = New System.Windows.Forms.TextBox()
  70. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  71. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  72. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  73. Me.GroupBox1.SuspendLayout()
  74. Me.GroupBox2.SuspendLayout()
  75. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  76. Me.SuspendLayout()
  77. '
  78. 'DataGridView1
  79. '
  80. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  81. Me.DataGridView1.Location = New System.Drawing.Point(12, 248)
  82. Me.DataGridView1.Name = "DataGridView1"
  83. Me.DataGridView1.RowHeadersWidth = 5
  84. Me.DataGridView1.RowTemplate.Height = 24
  85. Me.DataGridView1.Size = New System.Drawing.Size(1890, 711)
  86. Me.DataGridView1.TabIndex = 609
  87. '
  88. 'ComboBox1
  89. '
  90. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  91. Me.ComboBox1.FormattingEnabled = True
  92. Me.ComboBox1.Location = New System.Drawing.Point(266, 20)
  93. Me.ComboBox1.Name = "ComboBox1"
  94. Me.ComboBox1.Size = New System.Drawing.Size(130, 24)
  95. Me.ComboBox1.TabIndex = 610
  96. '
  97. 'Label1
  98. '
  99. Me.Label1.AutoSize = True
  100. Me.Label1.ForeColor = System.Drawing.Color.Red
  101. Me.Label1.Location = New System.Drawing.Point(204, 23)
  102. Me.Label1.Name = "Label1"
  103. Me.Label1.Size = New System.Drawing.Size(56, 16)
  104. Me.Label1.TabIndex = 611
  105. Me.Label1.Text = "客戶簡稱"
  106. '
  107. 'TextBox1
  108. '
  109. Me.TextBox1.Location = New System.Drawing.Point(68, 20)
  110. Me.TextBox1.Name = "TextBox1"
  111. Me.TextBox1.Size = New System.Drawing.Size(130, 23)
  112. Me.TextBox1.TabIndex = 612
  113. '
  114. 'Label2
  115. '
  116. Me.Label2.AutoSize = True
  117. Me.Label2.Location = New System.Drawing.Point(6, 23)
  118. Me.Label2.Name = "Label2"
  119. Me.Label2.Size = New System.Drawing.Size(56, 16)
  120. Me.Label2.TabIndex = 613
  121. Me.Label2.Text = "資料編碼"
  122. '
  123. 'Label3
  124. '
  125. Me.Label3.AutoSize = True
  126. Me.Label3.Location = New System.Drawing.Point(6, 52)
  127. Me.Label3.Name = "Label3"
  128. Me.Label3.Size = New System.Drawing.Size(56, 16)
  129. Me.Label3.TabIndex = 615
  130. Me.Label3.Text = "客戶備註"
  131. '
  132. 'TextBox2
  133. '
  134. Me.TextBox2.Location = New System.Drawing.Point(68, 49)
  135. Me.TextBox2.Name = "TextBox2"
  136. Me.TextBox2.Size = New System.Drawing.Size(328, 23)
  137. Me.TextBox2.TabIndex = 614
  138. '
  139. 'DateTimePicker1
  140. '
  141. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  142. Me.DateTimePicker1.Location = New System.Drawing.Point(68, 78)
  143. Me.DateTimePicker1.Name = "DateTimePicker1"
  144. Me.DateTimePicker1.Size = New System.Drawing.Size(103, 23)
  145. Me.DateTimePicker1.TabIndex = 616
  146. '
  147. 'Label4
  148. '
  149. Me.Label4.AutoSize = True
  150. Me.Label4.Location = New System.Drawing.Point(28, 81)
  151. Me.Label4.Name = "Label4"
  152. Me.Label4.Size = New System.Drawing.Size(34, 16)
  153. Me.Label4.TabIndex = 617
  154. Me.Label4.Text = "XF-1"
  155. '
  156. 'Label5
  157. '
  158. Me.Label5.AutoSize = True
  159. Me.Label5.Location = New System.Drawing.Point(251, 81)
  160. Me.Label5.Name = "Label5"
  161. Me.Label5.Size = New System.Drawing.Size(34, 16)
  162. Me.Label5.TabIndex = 619
  163. Me.Label5.Text = "XF-2"
  164. '
  165. 'DateTimePicker2
  166. '
  167. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  168. Me.DateTimePicker2.Location = New System.Drawing.Point(291, 78)
  169. Me.DateTimePicker2.Name = "DateTimePicker2"
  170. Me.DateTimePicker2.Size = New System.Drawing.Size(105, 23)
  171. Me.DateTimePicker2.TabIndex = 618
  172. '
  173. 'Label6
  174. '
  175. Me.Label6.AutoSize = True
  176. Me.Label6.ForeColor = System.Drawing.Color.Red
  177. Me.Label6.Location = New System.Drawing.Point(627, 23)
  178. Me.Label6.Name = "Label6"
  179. Me.Label6.Size = New System.Drawing.Size(32, 16)
  180. Me.Label6.TabIndex = 621
  181. Me.Label6.Text = "工廠"
  182. '
  183. 'ComboBox2
  184. '
  185. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  186. Me.ComboBox2.FormattingEnabled = True
  187. Me.ComboBox2.Location = New System.Drawing.Point(667, 20)
  188. Me.ComboBox2.Name = "ComboBox2"
  189. Me.ComboBox2.Size = New System.Drawing.Size(105, 24)
  190. Me.ComboBox2.TabIndex = 620
  191. '
  192. 'Label7
  193. '
  194. Me.Label7.AutoSize = True
  195. Me.Label7.ForeColor = System.Drawing.Color.Red
  196. Me.Label7.Location = New System.Drawing.Point(402, 23)
  197. Me.Label7.Name = "Label7"
  198. Me.Label7.Size = New System.Drawing.Size(56, 16)
  199. Me.Label7.TabIndex = 623
  200. Me.Label7.Text = "形體號碼"
  201. '
  202. 'Label8
  203. '
  204. Me.Label8.AutoSize = True
  205. Me.Label8.ForeColor = System.Drawing.Color.Red
  206. Me.Label8.Location = New System.Drawing.Point(402, 52)
  207. Me.Label8.Name = "Label8"
  208. Me.Label8.Size = New System.Drawing.Size(56, 16)
  209. Me.Label8.TabIndex = 625
  210. Me.Label8.Text = "形體名稱"
  211. '
  212. 'Label9
  213. '
  214. Me.Label9.AutoSize = True
  215. Me.Label9.ForeColor = System.Drawing.Color.Red
  216. Me.Label9.Location = New System.Drawing.Point(426, 81)
  217. Me.Label9.Name = "Label9"
  218. Me.Label9.Size = New System.Drawing.Size(32, 16)
  219. Me.Label9.TabIndex = 627
  220. Me.Label9.Text = "鞋面"
  221. '
  222. 'Label10
  223. '
  224. Me.Label10.AutoSize = True
  225. Me.Label10.ForeColor = System.Drawing.Color.Red
  226. Me.Label10.Location = New System.Drawing.Point(778, 23)
  227. Me.Label10.Name = "Label10"
  228. Me.Label10.Size = New System.Drawing.Size(32, 16)
  229. Me.Label10.TabIndex = 629
  230. Me.Label10.Text = "顏色"
  231. '
  232. 'ComboBox3
  233. '
  234. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  235. Me.ComboBox3.FormattingEnabled = True
  236. Me.ComboBox3.Location = New System.Drawing.Point(818, 20)
  237. Me.ComboBox3.Name = "ComboBox3"
  238. Me.ComboBox3.Size = New System.Drawing.Size(160, 24)
  239. Me.ComboBox3.TabIndex = 628
  240. '
  241. 'Label11
  242. '
  243. Me.Label11.AutoSize = True
  244. Me.Label11.Location = New System.Drawing.Point(798, 52)
  245. Me.Label11.Name = "Label11"
  246. Me.Label11.Size = New System.Drawing.Size(44, 16)
  247. Me.Label11.TabIndex = 631
  248. Me.Label11.Text = "工廠價"
  249. '
  250. 'TextBox6
  251. '
  252. Me.TextBox6.Location = New System.Drawing.Point(848, 49)
  253. Me.TextBox6.Name = "TextBox6"
  254. Me.TextBox6.Size = New System.Drawing.Size(130, 23)
  255. Me.TextBox6.TabIndex = 630
  256. Me.TextBox6.Text = "0.00"
  257. Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  258. '
  259. 'Label12
  260. '
  261. Me.Label12.AutoSize = True
  262. Me.Label12.Location = New System.Drawing.Point(798, 81)
  263. Me.Label12.Name = "Label12"
  264. Me.Label12.Size = New System.Drawing.Size(44, 16)
  265. Me.Label12.TabIndex = 633
  266. Me.Label12.Text = "客戶價"
  267. '
  268. 'TextBox7
  269. '
  270. Me.TextBox7.Location = New System.Drawing.Point(848, 78)
  271. Me.TextBox7.Name = "TextBox7"
  272. Me.TextBox7.Size = New System.Drawing.Size(130, 23)
  273. Me.TextBox7.TabIndex = 632
  274. Me.TextBox7.Text = "0.00"
  275. Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  276. '
  277. 'Button29
  278. '
  279. Me.Button29.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  280. Me.Button29.ForeColor = System.Drawing.Color.Blue
  281. Me.Button29.Location = New System.Drawing.Point(260, 17)
  282. Me.Button29.Name = "Button29"
  283. Me.Button29.Size = New System.Drawing.Size(100, 40)
  284. Me.Button29.TabIndex = 638
  285. Me.Button29.Text = "一般新增"
  286. Me.Button29.UseVisualStyleBackColor = True
  287. '
  288. 'Button10
  289. '
  290. Me.Button10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  291. Me.Button10.ForeColor = System.Drawing.Color.Red
  292. Me.Button10.Location = New System.Drawing.Point(578, 17)
  293. Me.Button10.Name = "Button10"
  294. Me.Button10.Size = New System.Drawing.Size(100, 87)
  295. Me.Button10.TabIndex = 637
  296. Me.Button10.Text = "刪除"
  297. Me.Button10.UseVisualStyleBackColor = True
  298. '
  299. 'Button11
  300. '
  301. Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  302. Me.Button11.ForeColor = System.Drawing.Color.Blue
  303. Me.Button11.Location = New System.Drawing.Point(366, 17)
  304. Me.Button11.Name = "Button11"
  305. Me.Button11.Size = New System.Drawing.Size(100, 87)
  306. Me.Button11.TabIndex = 635
  307. Me.Button11.Text = "新增存檔"
  308. Me.Button11.UseVisualStyleBackColor = True
  309. '
  310. 'Button12
  311. '
  312. Me.Button12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  313. Me.Button12.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  314. Me.Button12.Location = New System.Drawing.Point(472, 17)
  315. Me.Button12.Name = "Button12"
  316. Me.Button12.Size = New System.Drawing.Size(100, 87)
  317. Me.Button12.TabIndex = 636
  318. Me.Button12.Text = "修改"
  319. Me.Button12.UseVisualStyleBackColor = True
  320. '
  321. 'Button28
  322. '
  323. Me.Button28.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  324. Me.Button28.ForeColor = System.Drawing.Color.Olive
  325. Me.Button28.Location = New System.Drawing.Point(878, 17)
  326. Me.Button28.Name = "Button28"
  327. Me.Button28.Size = New System.Drawing.Size(100, 87)
  328. Me.Button28.TabIndex = 639
  329. Me.Button28.Text = "列印篩選"
  330. Me.Button28.UseVisualStyleBackColor = True
  331. '
  332. 'Button32
  333. '
  334. Me.Button32.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  335. Me.Button32.ForeColor = System.Drawing.Color.Black
  336. Me.Button32.Location = New System.Drawing.Point(112, 17)
  337. Me.Button32.Name = "Button32"
  338. Me.Button32.Size = New System.Drawing.Size(100, 87)
  339. Me.Button32.TabIndex = 641
  340. Me.Button32.Text = "返回"
  341. Me.Button32.UseVisualStyleBackColor = True
  342. '
  343. 'Button9
  344. '
  345. Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  346. Me.Button9.ForeColor = System.Drawing.Color.Black
  347. Me.Button9.Location = New System.Drawing.Point(6, 17)
  348. Me.Button9.Name = "Button9"
  349. Me.Button9.Size = New System.Drawing.Size(100, 87)
  350. Me.Button9.TabIndex = 640
  351. Me.Button9.Text = "搜尋"
  352. Me.Button9.UseVisualStyleBackColor = True
  353. '
  354. 'Button21
  355. '
  356. Me.Button21.Location = New System.Drawing.Point(1461, 150)
  357. Me.Button21.Name = "Button21"
  358. Me.Button21.Size = New System.Drawing.Size(115, 40)
  359. Me.Button21.TabIndex = 646
  360. Me.Button21.Text = "垂直翻轉"
  361. Me.Button21.UseVisualStyleBackColor = True
  362. '
  363. 'Button23
  364. '
  365. Me.Button23.Location = New System.Drawing.Point(1461, 104)
  366. Me.Button23.Name = "Button23"
  367. Me.Button23.Size = New System.Drawing.Size(115, 40)
  368. Me.Button23.TabIndex = 645
  369. Me.Button23.Text = "水平翻轉"
  370. Me.Button23.UseVisualStyleBackColor = True
  371. '
  372. 'Button24
  373. '
  374. Me.Button24.Location = New System.Drawing.Point(1461, 58)
  375. Me.Button24.Name = "Button24"
  376. Me.Button24.Size = New System.Drawing.Size(115, 40)
  377. Me.Button24.TabIndex = 644
  378. Me.Button24.Text = "逆時鐘90度旋轉"
  379. Me.Button24.UseVisualStyleBackColor = True
  380. '
  381. 'Button25
  382. '
  383. Me.Button25.Location = New System.Drawing.Point(1461, 12)
  384. Me.Button25.Name = "Button25"
  385. Me.Button25.Size = New System.Drawing.Size(115, 40)
  386. Me.Button25.TabIndex = 643
  387. Me.Button25.Text = "順時鐘90度旋轉"
  388. Me.Button25.UseVisualStyleBackColor = True
  389. '
  390. 'Button20
  391. '
  392. Me.Button20.ForeColor = System.Drawing.Color.Black
  393. Me.Button20.Location = New System.Drawing.Point(1461, 196)
  394. Me.Button20.Name = "Button20"
  395. Me.Button20.Size = New System.Drawing.Size(115, 40)
  396. Me.Button20.TabIndex = 642
  397. Me.Button20.Text = "驗貨報告大圖"
  398. Me.Button20.UseVisualStyleBackColor = True
  399. '
  400. 'GroupBox1
  401. '
  402. Me.GroupBox1.Controls.Add(Me.ComboBox5)
  403. Me.GroupBox1.Controls.Add(Me.ComboBox4)
  404. Me.GroupBox1.Controls.Add(Me.Label2)
  405. Me.GroupBox1.Controls.Add(Me.ComboBox1)
  406. Me.GroupBox1.Controls.Add(Me.Label1)
  407. Me.GroupBox1.Controls.Add(Me.TextBox1)
  408. Me.GroupBox1.Controls.Add(Me.TextBox2)
  409. Me.GroupBox1.Controls.Add(Me.Label3)
  410. Me.GroupBox1.Controls.Add(Me.DateTimePicker1)
  411. Me.GroupBox1.Controls.Add(Me.Label4)
  412. Me.GroupBox1.Controls.Add(Me.DateTimePicker2)
  413. Me.GroupBox1.Controls.Add(Me.Label5)
  414. Me.GroupBox1.Controls.Add(Me.ComboBox2)
  415. Me.GroupBox1.Controls.Add(Me.Label6)
  416. Me.GroupBox1.Controls.Add(Me.Label7)
  417. Me.GroupBox1.Controls.Add(Me.Label12)
  418. Me.GroupBox1.Controls.Add(Me.TextBox7)
  419. Me.GroupBox1.Controls.Add(Me.Label8)
  420. Me.GroupBox1.Controls.Add(Me.Label11)
  421. Me.GroupBox1.Controls.Add(Me.TextBox5)
  422. Me.GroupBox1.Controls.Add(Me.TextBox6)
  423. Me.GroupBox1.Controls.Add(Me.Label9)
  424. Me.GroupBox1.Controls.Add(Me.Label10)
  425. Me.GroupBox1.Controls.Add(Me.ComboBox3)
  426. Me.GroupBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  427. Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
  428. Me.GroupBox1.Name = "GroupBox1"
  429. Me.GroupBox1.Size = New System.Drawing.Size(990, 110)
  430. Me.GroupBox1.TabIndex = 647
  431. Me.GroupBox1.TabStop = False
  432. Me.GroupBox1.Text = "資料項"
  433. '
  434. 'ComboBox5
  435. '
  436. Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  437. Me.ComboBox5.FormattingEnabled = True
  438. Me.ComboBox5.Location = New System.Drawing.Point(464, 48)
  439. Me.ComboBox5.Name = "ComboBox5"
  440. Me.ComboBox5.Size = New System.Drawing.Size(328, 24)
  441. Me.ComboBox5.TabIndex = 635
  442. '
  443. 'ComboBox4
  444. '
  445. Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  446. Me.ComboBox4.FormattingEnabled = True
  447. Me.ComboBox4.Location = New System.Drawing.Point(464, 19)
  448. Me.ComboBox4.Name = "ComboBox4"
  449. Me.ComboBox4.Size = New System.Drawing.Size(157, 24)
  450. Me.ComboBox4.TabIndex = 634
  451. '
  452. 'TextBox5
  453. '
  454. Me.TextBox5.Location = New System.Drawing.Point(464, 78)
  455. Me.TextBox5.Name = "TextBox5"
  456. Me.TextBox5.Size = New System.Drawing.Size(328, 23)
  457. Me.TextBox5.TabIndex = 626
  458. '
  459. 'GroupBox2
  460. '
  461. Me.GroupBox2.Controls.Add(Me.Label62)
  462. Me.GroupBox2.Controls.Add(Me.Button4)
  463. Me.GroupBox2.Controls.Add(Me.Button3)
  464. Me.GroupBox2.Controls.Add(Me.Button1)
  465. Me.GroupBox2.Controls.Add(Me.Button9)
  466. Me.GroupBox2.Controls.Add(Me.Button12)
  467. Me.GroupBox2.Controls.Add(Me.Button11)
  468. Me.GroupBox2.Controls.Add(Me.Button10)
  469. Me.GroupBox2.Controls.Add(Me.Button29)
  470. Me.GroupBox2.Controls.Add(Me.Button28)
  471. Me.GroupBox2.Controls.Add(Me.Button32)
  472. Me.GroupBox2.Location = New System.Drawing.Point(12, 128)
  473. Me.GroupBox2.Name = "GroupBox2"
  474. Me.GroupBox2.Size = New System.Drawing.Size(990, 110)
  475. Me.GroupBox2.TabIndex = 648
  476. Me.GroupBox2.TabStop = False
  477. Me.GroupBox2.Text = "控制項"
  478. '
  479. 'Label62
  480. '
  481. Me.Label62.AutoSize = True
  482. Me.Label62.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  483. Me.Label62.ForeColor = System.Drawing.Color.Red
  484. Me.Label62.Location = New System.Drawing.Point(711, 17)
  485. Me.Label62.Name = "Label62"
  486. Me.Label62.Size = New System.Drawing.Size(138, 26)
  487. Me.Label62.TabIndex = 646
  488. Me.Label62.Text = "資料尚未存檔"
  489. Me.Label62.Visible = False
  490. '
  491. 'Button4
  492. '
  493. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  494. Me.Button4.ForeColor = System.Drawing.Color.Olive
  495. Me.Button4.Location = New System.Drawing.Point(716, 79)
  496. Me.Button4.Name = "Button4"
  497. Me.Button4.Size = New System.Drawing.Size(126, 25)
  498. Me.Button4.TabIndex = 645
  499. Me.Button4.Text = "新增顏色清單"
  500. Me.Button4.UseVisualStyleBackColor = True
  501. '
  502. 'Button3
  503. '
  504. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  505. Me.Button3.ForeColor = System.Drawing.Color.Olive
  506. Me.Button3.Location = New System.Drawing.Point(716, 48)
  507. Me.Button3.Name = "Button3"
  508. Me.Button3.Size = New System.Drawing.Size(126, 25)
  509. Me.Button3.TabIndex = 644
  510. Me.Button3.Text = "新增工廠清單"
  511. Me.Button3.UseVisualStyleBackColor = True
  512. '
  513. 'Button1
  514. '
  515. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  516. Me.Button1.ForeColor = System.Drawing.Color.Blue
  517. Me.Button1.Location = New System.Drawing.Point(260, 64)
  518. Me.Button1.Name = "Button1"
  519. Me.Button1.Size = New System.Drawing.Size(100, 40)
  520. Me.Button1.TabIndex = 642
  521. Me.Button1.Text = "複製新增"
  522. Me.Button1.UseVisualStyleBackColor = True
  523. '
  524. 'Label13
  525. '
  526. Me.Label13.AutoSize = True
  527. Me.Label13.Location = New System.Drawing.Point(1008, 19)
  528. Me.Label13.Name = "Label13"
  529. Me.Label13.Size = New System.Drawing.Size(32, 16)
  530. Me.Label13.TabIndex = 650
  531. Me.Label13.Text = "備註"
  532. '
  533. 'TextBox8
  534. '
  535. Me.TextBox8.Location = New System.Drawing.Point(1008, 38)
  536. Me.TextBox8.Multiline = True
  537. Me.TextBox8.Name = "TextBox8"
  538. Me.TextBox8.Size = New System.Drawing.Size(151, 153)
  539. Me.TextBox8.TabIndex = 649
  540. '
  541. 'Label14
  542. '
  543. Me.Label14.AutoSize = True
  544. Me.Label14.Location = New System.Drawing.Point(1005, 194)
  545. Me.Label14.Name = "Label14"
  546. Me.Label14.Size = New System.Drawing.Size(56, 16)
  547. Me.Label14.TabIndex = 652
  548. Me.Label14.Text = "鞋圖編號"
  549. '
  550. 'TextBox9
  551. '
  552. Me.TextBox9.Location = New System.Drawing.Point(1008, 213)
  553. Me.TextBox9.Name = "TextBox9"
  554. Me.TextBox9.Size = New System.Drawing.Size(151, 23)
  555. Me.TextBox9.TabIndex = 651
  556. '
  557. 'PictureBox1
  558. '
  559. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  560. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  561. Me.PictureBox1.Location = New System.Drawing.Point(1165, 12)
  562. Me.PictureBox1.Name = "PictureBox1"
  563. Me.PictureBox1.Size = New System.Drawing.Size(290, 226)
  564. Me.PictureBox1.TabIndex = 634
  565. Me.PictureBox1.TabStop = False
  566. '
  567. 'Timer1
  568. '
  569. Me.Timer1.Interval = 500
  570. '
  571. '歷史單價紀錄表
  572. '
  573. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  574. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  575. Me.ClientSize = New System.Drawing.Size(1914, 971)
  576. Me.Controls.Add(Me.Label14)
  577. Me.Controls.Add(Me.GroupBox2)
  578. Me.Controls.Add(Me.TextBox9)
  579. Me.Controls.Add(Me.GroupBox1)
  580. Me.Controls.Add(Me.Label13)
  581. Me.Controls.Add(Me.Button21)
  582. Me.Controls.Add(Me.Button23)
  583. Me.Controls.Add(Me.TextBox8)
  584. Me.Controls.Add(Me.Button24)
  585. Me.Controls.Add(Me.Button25)
  586. Me.Controls.Add(Me.Button20)
  587. Me.Controls.Add(Me.PictureBox1)
  588. Me.Controls.Add(Me.DataGridView1)
  589. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  590. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  591. Me.Name = "歷史單價紀錄表"
  592. Me.Text = "歷史單價紀錄表"
  593. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  594. Me.GroupBox1.ResumeLayout(False)
  595. Me.GroupBox1.PerformLayout()
  596. Me.GroupBox2.ResumeLayout(False)
  597. Me.GroupBox2.PerformLayout()
  598. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  599. Me.ResumeLayout(False)
  600. Me.PerformLayout()
  601. End Sub
  602. Friend WithEvents DataGridView1 As DataGridView
  603. Friend WithEvents ComboBox1 As ComboBox
  604. Friend WithEvents Label1 As Label
  605. Friend WithEvents TextBox1 As TextBox
  606. Friend WithEvents Label2 As Label
  607. Friend WithEvents Label3 As Label
  608. Friend WithEvents TextBox2 As TextBox
  609. Friend WithEvents DateTimePicker1 As DateTimePicker
  610. Friend WithEvents Label4 As Label
  611. Friend WithEvents Label5 As Label
  612. Friend WithEvents DateTimePicker2 As DateTimePicker
  613. Friend WithEvents Label6 As Label
  614. Friend WithEvents ComboBox2 As ComboBox
  615. Friend WithEvents Label7 As Label
  616. Friend WithEvents Label8 As Label
  617. Friend WithEvents Label9 As Label
  618. Friend WithEvents Label10 As Label
  619. Friend WithEvents ComboBox3 As ComboBox
  620. Friend WithEvents Label11 As Label
  621. Friend WithEvents TextBox6 As TextBox
  622. Friend WithEvents Label12 As Label
  623. Friend WithEvents TextBox7 As TextBox
  624. Friend WithEvents PictureBox1 As PictureBox
  625. Friend WithEvents Button29 As Button
  626. Friend WithEvents Button10 As Button
  627. Friend WithEvents Button11 As Button
  628. Friend WithEvents Button12 As Button
  629. Friend WithEvents Button28 As Button
  630. Friend WithEvents Button32 As Button
  631. Friend WithEvents Button9 As Button
  632. Friend WithEvents Button21 As Button
  633. Friend WithEvents Button23 As Button
  634. Friend WithEvents Button24 As Button
  635. Friend WithEvents Button25 As Button
  636. Friend WithEvents Button20 As Button
  637. Friend WithEvents GroupBox1 As GroupBox
  638. Friend WithEvents GroupBox2 As GroupBox
  639. Friend WithEvents Label13 As Label
  640. Friend WithEvents TextBox8 As TextBox
  641. Friend WithEvents Label14 As Label
  642. Friend WithEvents TextBox9 As TextBox
  643. Friend WithEvents Button1 As Button
  644. Friend WithEvents Button4 As Button
  645. Friend WithEvents Button3 As Button
  646. Friend WithEvents ComboBox4 As ComboBox
  647. Friend WithEvents ComboBox5 As ComboBox
  648. Friend WithEvents TextBox5 As TextBox
  649. Friend WithEvents Label62 As Label
  650. Friend WithEvents Timer1 As Timer
  651. End Class