Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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

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