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 34KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 進貨管理
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.Label15 = New System.Windows.Forms.Label()
  25. Me.TextBox10 = New System.Windows.Forms.TextBox()
  26. Me.TextBox9 = New System.Windows.Forms.TextBox()
  27. Me.Label14 = New System.Windows.Forms.Label()
  28. Me.Button8 = New System.Windows.Forms.Button()
  29. Me.Label10 = New System.Windows.Forms.Label()
  30. Me.Label9 = New System.Windows.Forms.Label()
  31. Me.TextBox4 = New System.Windows.Forms.TextBox()
  32. Me.TextBox3 = New System.Windows.Forms.TextBox()
  33. Me.Label7 = New System.Windows.Forms.Label()
  34. Me.TextBox2 = New System.Windows.Forms.TextBox()
  35. Me.Label6 = New System.Windows.Forms.Label()
  36. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  37. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  38. Me.Label4 = New System.Windows.Forms.Label()
  39. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  40. Me.Label3 = New System.Windows.Forms.Label()
  41. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  42. Me.Label2 = New System.Windows.Forms.Label()
  43. Me.TextBox1 = New System.Windows.Forms.TextBox()
  44. Me.Label1 = New System.Windows.Forms.Label()
  45. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  46. Me.Button1 = New System.Windows.Forms.Button()
  47. Me.Button2 = New System.Windows.Forms.Button()
  48. Me.Button7 = New System.Windows.Forms.Button()
  49. Me.Button3 = New System.Windows.Forms.Button()
  50. Me.Label5 = New System.Windows.Forms.Label()
  51. Me.TextBox5 = New System.Windows.Forms.TextBox()
  52. Me.Label8 = New System.Windows.Forms.Label()
  53. Me.TextBox6 = New System.Windows.Forms.TextBox()
  54. Me.Label11 = New System.Windows.Forms.Label()
  55. Me.TextBox7 = New System.Windows.Forms.TextBox()
  56. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  57. Me.Label12 = New System.Windows.Forms.Label()
  58. Me.Label13 = New System.Windows.Forms.Label()
  59. Me.TextBox8 = New System.Windows.Forms.TextBox()
  60. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  61. Me.Button4 = New System.Windows.Forms.Button()
  62. Me.Button5 = New System.Windows.Forms.Button()
  63. Me.Button6 = New System.Windows.Forms.Button()
  64. Me.Button9 = New System.Windows.Forms.Button()
  65. Me.TextBox11 = New System.Windows.Forms.TextBox()
  66. Me.TextBox12 = New System.Windows.Forms.TextBox()
  67. Me.TextBox14 = New System.Windows.Forms.TextBox()
  68. Me.TextBox15 = New System.Windows.Forms.TextBox()
  69. Me.Button10 = New System.Windows.Forms.Button()
  70. Me.TextBox13 = New System.Windows.Forms.TextBox()
  71. Me.TextBox16 = New System.Windows.Forms.TextBox()
  72. Me.TextBox17 = New System.Windows.Forms.TextBox()
  73. Me.Label16 = New System.Windows.Forms.Label()
  74. Me.Label17 = New System.Windows.Forms.Label()
  75. Me.Label18 = New System.Windows.Forms.Label()
  76. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  77. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  78. Me.SuspendLayout()
  79. '
  80. 'Label15
  81. '
  82. Me.Label15.AutoSize = True
  83. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  84. Me.Label15.Location = New System.Drawing.Point(935, 38)
  85. Me.Label15.Name = "Label15"
  86. Me.Label15.Size = New System.Drawing.Size(56, 16)
  87. Me.Label15.TabIndex = 123
  88. Me.Label15.Text = "台幣成本"
  89. '
  90. 'TextBox10
  91. '
  92. Me.TextBox10.Enabled = False
  93. Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  94. Me.TextBox10.Location = New System.Drawing.Point(997, 35)
  95. Me.TextBox10.Name = "TextBox10"
  96. Me.TextBox10.Size = New System.Drawing.Size(150, 23)
  97. Me.TextBox10.TabIndex = 122
  98. '
  99. 'TextBox9
  100. '
  101. Me.TextBox9.Enabled = False
  102. Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  103. Me.TextBox9.Location = New System.Drawing.Point(1189, 36)
  104. Me.TextBox9.Name = "TextBox9"
  105. Me.TextBox9.Size = New System.Drawing.Size(150, 23)
  106. Me.TextBox9.TabIndex = 121
  107. '
  108. 'Label14
  109. '
  110. Me.Label14.AutoSize = True
  111. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  112. Me.Label14.Location = New System.Drawing.Point(1151, 40)
  113. Me.Label14.Name = "Label14"
  114. Me.Label14.Size = New System.Drawing.Size(32, 16)
  115. Me.Label14.TabIndex = 120
  116. Me.Label14.Text = "匯率"
  117. '
  118. 'Button8
  119. '
  120. Me.Button8.ForeColor = System.Drawing.Color.Blue
  121. Me.Button8.Location = New System.Drawing.Point(1145, 589)
  122. Me.Button8.Name = "Button8"
  123. Me.Button8.Size = New System.Drawing.Size(194, 25)
  124. Me.Button8.TabIndex = 119
  125. Me.Button8.Text = "新增供應商資料"
  126. Me.Button8.UseVisualStyleBackColor = True
  127. '
  128. 'Label10
  129. '
  130. Me.Label10.AutoSize = True
  131. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  132. Me.Label10.Location = New System.Drawing.Point(1151, 9)
  133. Me.Label10.Name = "Label10"
  134. Me.Label10.Size = New System.Drawing.Size(32, 16)
  135. Me.Label10.TabIndex = 118
  136. Me.Label10.Text = "幣別"
  137. '
  138. 'Label9
  139. '
  140. Me.Label9.AutoSize = True
  141. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  142. Me.Label9.Location = New System.Drawing.Point(933, 9)
  143. Me.Label9.Name = "Label9"
  144. Me.Label9.Size = New System.Drawing.Size(56, 16)
  145. Me.Label9.TabIndex = 117
  146. Me.Label9.Text = "進貨成本"
  147. '
  148. 'TextBox4
  149. '
  150. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  151. Me.TextBox4.Location = New System.Drawing.Point(995, 6)
  152. Me.TextBox4.Name = "TextBox4"
  153. Me.TextBox4.Size = New System.Drawing.Size(150, 23)
  154. Me.TextBox4.TabIndex = 116
  155. '
  156. 'TextBox3
  157. '
  158. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  159. Me.TextBox3.Location = New System.Drawing.Point(722, 6)
  160. Me.TextBox3.Multiline = True
  161. Me.TextBox3.Name = "TextBox3"
  162. Me.TextBox3.Size = New System.Drawing.Size(205, 54)
  163. Me.TextBox3.TabIndex = 115
  164. '
  165. 'Label7
  166. '
  167. Me.Label7.AutoSize = True
  168. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  169. Me.Label7.Location = New System.Drawing.Point(648, 9)
  170. Me.Label7.Name = "Label7"
  171. Me.Label7.Size = New System.Drawing.Size(68, 16)
  172. Me.Label7.TabIndex = 114
  173. Me.Label7.Text = "型號及備註"
  174. '
  175. 'TextBox2
  176. '
  177. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  178. Me.TextBox2.Location = New System.Drawing.Point(462, 5)
  179. Me.TextBox2.Multiline = True
  180. Me.TextBox2.Name = "TextBox2"
  181. Me.TextBox2.Size = New System.Drawing.Size(180, 55)
  182. Me.TextBox2.TabIndex = 113
  183. '
  184. 'Label6
  185. '
  186. Me.Label6.AutoSize = True
  187. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  188. Me.Label6.Location = New System.Drawing.Point(424, 9)
  189. Me.Label6.Name = "Label6"
  190. Me.Label6.Size = New System.Drawing.Size(32, 16)
  191. Me.Label6.TabIndex = 112
  192. Me.Label6.Text = "品名"
  193. '
  194. 'ComboBox4
  195. '
  196. Me.ComboBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  197. Me.ComboBox4.FormattingEnabled = True
  198. Me.ComboBox4.Items.AddRange(New Object() {"NTD", "RMB"})
  199. Me.ComboBox4.Location = New System.Drawing.Point(1189, 6)
  200. Me.ComboBox4.Name = "ComboBox4"
  201. Me.ComboBox4.Size = New System.Drawing.Size(150, 24)
  202. Me.ComboBox4.TabIndex = 111
  203. '
  204. 'ComboBox3
  205. '
  206. Me.ComboBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  207. Me.ComboBox3.FormattingEnabled = True
  208. Me.ComboBox3.Items.AddRange(New Object() {"-請選擇-", "A-電控類", "B-氣缸類", "C-接頭類", "D-三點組合類", "E-電磁閥類", "F-氣壓工具", "G-鋁型材", "H-螺栓螺母", "I-墊圈類", "J-軸及軸承類", "K-加工件", "L-地腳類", "M-銷鍵類", "N-型鋼", "O-隔板塑料", "P-支架類", "Q-管材及閥類", "耗材類", "手工具", "量測儀器", "其他"})
  209. Me.ComboBox3.Location = New System.Drawing.Point(268, 36)
  210. Me.ComboBox3.Name = "ComboBox3"
  211. Me.ComboBox3.Size = New System.Drawing.Size(150, 24)
  212. Me.ComboBox3.TabIndex = 110
  213. '
  214. 'Label4
  215. '
  216. Me.Label4.AutoSize = True
  217. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  218. Me.Label4.Location = New System.Drawing.Point(218, 38)
  219. Me.Label4.Name = "Label4"
  220. Me.Label4.Size = New System.Drawing.Size(32, 16)
  221. Me.Label4.TabIndex = 109
  222. Me.Label4.Text = "科目"
  223. '
  224. 'ComboBox2
  225. '
  226. Me.ComboBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  227. Me.ComboBox2.FormattingEnabled = True
  228. Me.ComboBox2.Location = New System.Drawing.Point(268, 6)
  229. Me.ComboBox2.Name = "ComboBox2"
  230. Me.ComboBox2.Size = New System.Drawing.Size(150, 24)
  231. Me.ComboBox2.TabIndex = 108
  232. '
  233. 'Label3
  234. '
  235. Me.Label3.AutoSize = True
  236. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  237. Me.Label3.Location = New System.Drawing.Point(218, 9)
  238. Me.Label3.Name = "Label3"
  239. Me.Label3.Size = New System.Drawing.Size(44, 16)
  240. Me.Label3.TabIndex = 107
  241. Me.Label3.Text = "供應商"
  242. '
  243. 'ComboBox1
  244. '
  245. Me.ComboBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  246. Me.ComboBox1.FormattingEnabled = True
  247. Me.ComboBox1.Location = New System.Drawing.Point(62, 35)
  248. Me.ComboBox1.Name = "ComboBox1"
  249. Me.ComboBox1.Size = New System.Drawing.Size(150, 24)
  250. Me.ComboBox1.TabIndex = 106
  251. '
  252. 'Label2
  253. '
  254. Me.Label2.AutoSize = True
  255. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  256. Me.Label2.Location = New System.Drawing.Point(12, 38)
  257. Me.Label2.Name = "Label2"
  258. Me.Label2.Size = New System.Drawing.Size(32, 16)
  259. Me.Label2.TabIndex = 105
  260. Me.Label2.Text = "品牌"
  261. '
  262. 'TextBox1
  263. '
  264. Me.TextBox1.Enabled = False
  265. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  266. Me.TextBox1.Location = New System.Drawing.Point(62, 6)
  267. Me.TextBox1.Name = "TextBox1"
  268. Me.TextBox1.Size = New System.Drawing.Size(150, 23)
  269. Me.TextBox1.TabIndex = 104
  270. '
  271. 'Label1
  272. '
  273. Me.Label1.AutoSize = True
  274. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  275. Me.Label1.Location = New System.Drawing.Point(12, 9)
  276. Me.Label1.Name = "Label1"
  277. Me.Label1.Size = New System.Drawing.Size(44, 16)
  278. Me.Label1.TabIndex = 103
  279. Me.Label1.Text = "流水碼"
  280. '
  281. 'DataGridView1
  282. '
  283. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  284. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  285. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  286. Me.DataGridView1.Location = New System.Drawing.Point(12, 66)
  287. Me.DataGridView1.Name = "DataGridView1"
  288. Me.DataGridView1.RowHeadersWidth = 5
  289. Me.DataGridView1.RowTemplate.Height = 24
  290. Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  291. Me.DataGridView1.Size = New System.Drawing.Size(1171, 184)
  292. Me.DataGridView1.TabIndex = 124
  293. '
  294. 'Button1
  295. '
  296. Me.Button1.ForeColor = System.Drawing.Color.Olive
  297. Me.Button1.Location = New System.Drawing.Point(1145, 558)
  298. Me.Button1.Name = "Button1"
  299. Me.Button1.Size = New System.Drawing.Size(194, 25)
  300. Me.Button1.TabIndex = 125
  301. Me.Button1.Text = "新增品牌清單資料"
  302. Me.Button1.UseVisualStyleBackColor = True
  303. '
  304. 'Button2
  305. '
  306. Me.Button2.ForeColor = System.Drawing.Color.Red
  307. Me.Button2.Location = New System.Drawing.Point(1145, 527)
  308. Me.Button2.Name = "Button2"
  309. Me.Button2.Size = New System.Drawing.Size(194, 25)
  310. Me.Button2.TabIndex = 126
  311. Me.Button2.Text = "重新載入下拉式清單"
  312. Me.Button2.UseVisualStyleBackColor = True
  313. '
  314. 'Button7
  315. '
  316. Me.Button7.Location = New System.Drawing.Point(1189, 188)
  317. Me.Button7.Name = "Button7"
  318. Me.Button7.Size = New System.Drawing.Size(150, 62)
  319. Me.Button7.TabIndex = 168
  320. Me.Button7.Text = "查詢"
  321. Me.Button7.UseVisualStyleBackColor = True
  322. '
  323. 'Button3
  324. '
  325. Me.Button3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  326. Me.Button3.Location = New System.Drawing.Point(1145, 620)
  327. Me.Button3.Name = "Button3"
  328. Me.Button3.Size = New System.Drawing.Size(194, 25)
  329. Me.Button3.TabIndex = 169
  330. Me.Button3.Text = "開啟零件成本清單"
  331. Me.Button3.UseVisualStyleBackColor = True
  332. '
  333. 'Label5
  334. '
  335. Me.Label5.AutoSize = True
  336. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  337. Me.Label5.Location = New System.Drawing.Point(1142, 319)
  338. Me.Label5.Name = "Label5"
  339. Me.Label5.Size = New System.Drawing.Size(56, 16)
  340. Me.Label5.TabIndex = 171
  341. Me.Label5.Text = "進貨成本"
  342. '
  343. 'TextBox5
  344. '
  345. Me.TextBox5.Enabled = False
  346. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  347. Me.TextBox5.Location = New System.Drawing.Point(1204, 316)
  348. Me.TextBox5.Name = "TextBox5"
  349. Me.TextBox5.Size = New System.Drawing.Size(135, 23)
  350. Me.TextBox5.TabIndex = 170
  351. '
  352. 'Label8
  353. '
  354. Me.Label8.AutoSize = True
  355. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  356. Me.Label8.Location = New System.Drawing.Point(1142, 290)
  357. Me.Label8.Name = "Label8"
  358. Me.Label8.Size = New System.Drawing.Size(56, 16)
  359. Me.Label8.TabIndex = 173
  360. Me.Label8.Text = "進貨數量"
  361. '
  362. 'TextBox6
  363. '
  364. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  365. Me.TextBox6.Location = New System.Drawing.Point(1204, 287)
  366. Me.TextBox6.Name = "TextBox6"
  367. Me.TextBox6.Size = New System.Drawing.Size(135, 23)
  368. Me.TextBox6.TabIndex = 172
  369. '
  370. 'Label11
  371. '
  372. Me.Label11.AutoSize = True
  373. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  374. Me.Label11.Location = New System.Drawing.Point(1142, 348)
  375. Me.Label11.Name = "Label11"
  376. Me.Label11.Size = New System.Drawing.Size(56, 16)
  377. Me.Label11.TabIndex = 175
  378. Me.Label11.Text = "台幣成本"
  379. '
  380. 'TextBox7
  381. '
  382. Me.TextBox7.Enabled = False
  383. Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  384. Me.TextBox7.Location = New System.Drawing.Point(1204, 345)
  385. Me.TextBox7.Name = "TextBox7"
  386. Me.TextBox7.Size = New System.Drawing.Size(135, 23)
  387. Me.TextBox7.TabIndex = 174
  388. '
  389. 'DateTimePicker1
  390. '
  391. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  392. Me.DateTimePicker1.Location = New System.Drawing.Point(1204, 258)
  393. Me.DateTimePicker1.Name = "DateTimePicker1"
  394. Me.DateTimePicker1.Size = New System.Drawing.Size(135, 23)
  395. Me.DateTimePicker1.TabIndex = 176
  396. '
  397. 'Label12
  398. '
  399. Me.Label12.AutoSize = True
  400. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  401. Me.Label12.Location = New System.Drawing.Point(1142, 261)
  402. Me.Label12.Name = "Label12"
  403. Me.Label12.Size = New System.Drawing.Size(56, 16)
  404. Me.Label12.TabIndex = 177
  405. Me.Label12.Text = "進貨日期"
  406. '
  407. 'Label13
  408. '
  409. Me.Label13.AutoSize = True
  410. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  411. Me.Label13.Location = New System.Drawing.Point(1195, 69)
  412. Me.Label13.Name = "Label13"
  413. Me.Label13.Size = New System.Drawing.Size(68, 16)
  414. Me.Label13.TabIndex = 179
  415. Me.Label13.Text = "安全庫存量"
  416. '
  417. 'TextBox8
  418. '
  419. Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  420. Me.TextBox8.Location = New System.Drawing.Point(1189, 91)
  421. Me.TextBox8.Name = "TextBox8"
  422. Me.TextBox8.Size = New System.Drawing.Size(150, 23)
  423. Me.TextBox8.TabIndex = 178
  424. Me.TextBox8.Text = "0"
  425. '
  426. 'DataGridView2
  427. '
  428. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  429. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  430. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  431. Me.DataGridView2.Location = New System.Drawing.Point(15, 258)
  432. Me.DataGridView2.Name = "DataGridView2"
  433. Me.DataGridView2.RowHeadersWidth = 5
  434. Me.DataGridView2.RowTemplate.Height = 24
  435. Me.DataGridView2.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  436. Me.DataGridView2.Size = New System.Drawing.Size(1121, 387)
  437. Me.DataGridView2.TabIndex = 180
  438. '
  439. 'Button4
  440. '
  441. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  442. Me.Button4.ForeColor = System.Drawing.Color.Red
  443. Me.Button4.Location = New System.Drawing.Point(1145, 436)
  444. Me.Button4.Name = "Button4"
  445. Me.Button4.Size = New System.Drawing.Size(194, 25)
  446. Me.Button4.TabIndex = 183
  447. Me.Button4.Text = "刪除"
  448. Me.Button4.UseVisualStyleBackColor = True
  449. '
  450. 'Button5
  451. '
  452. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  453. Me.Button5.ForeColor = System.Drawing.Color.Blue
  454. Me.Button5.Location = New System.Drawing.Point(1145, 374)
  455. Me.Button5.Name = "Button5"
  456. Me.Button5.Size = New System.Drawing.Size(194, 25)
  457. Me.Button5.TabIndex = 181
  458. Me.Button5.Text = "新增"
  459. Me.Button5.UseVisualStyleBackColor = True
  460. '
  461. 'Button6
  462. '
  463. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  464. Me.Button6.ForeColor = System.Drawing.Color.DarkGreen
  465. Me.Button6.Location = New System.Drawing.Point(1145, 405)
  466. Me.Button6.Name = "Button6"
  467. Me.Button6.Size = New System.Drawing.Size(194, 25)
  468. Me.Button6.TabIndex = 182
  469. Me.Button6.Text = "修改"
  470. Me.Button6.UseVisualStyleBackColor = True
  471. '
  472. 'Button9
  473. '
  474. Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  475. Me.Button9.ForeColor = System.Drawing.Color.Black
  476. Me.Button9.Location = New System.Drawing.Point(1189, 120)
  477. Me.Button9.Name = "Button9"
  478. Me.Button9.Size = New System.Drawing.Size(150, 62)
  479. Me.Button9.TabIndex = 184
  480. Me.Button9.Text = "設定安全庫存量"
  481. Me.Button9.UseVisualStyleBackColor = True
  482. '
  483. 'TextBox11
  484. '
  485. Me.TextBox11.Enabled = False
  486. Me.TextBox11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  487. Me.TextBox11.Location = New System.Drawing.Point(1247, 498)
  488. Me.TextBox11.Name = "TextBox11"
  489. Me.TextBox11.Size = New System.Drawing.Size(45, 23)
  490. Me.TextBox11.TabIndex = 185
  491. Me.TextBox11.Visible = False
  492. '
  493. 'TextBox12
  494. '
  495. Me.TextBox12.Enabled = False
  496. Me.TextBox12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  497. Me.TextBox12.Location = New System.Drawing.Point(1298, 498)
  498. Me.TextBox12.Name = "TextBox12"
  499. Me.TextBox12.Size = New System.Drawing.Size(45, 23)
  500. Me.TextBox12.TabIndex = 186
  501. Me.TextBox12.Visible = False
  502. '
  503. 'TextBox14
  504. '
  505. Me.TextBox14.Enabled = False
  506. Me.TextBox14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  507. Me.TextBox14.Location = New System.Drawing.Point(1145, 498)
  508. Me.TextBox14.Name = "TextBox14"
  509. Me.TextBox14.Size = New System.Drawing.Size(45, 23)
  510. Me.TextBox14.TabIndex = 187
  511. Me.TextBox14.Visible = False
  512. '
  513. 'TextBox15
  514. '
  515. Me.TextBox15.Enabled = False
  516. Me.TextBox15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  517. Me.TextBox15.Location = New System.Drawing.Point(1196, 498)
  518. Me.TextBox15.Name = "TextBox15"
  519. Me.TextBox15.Size = New System.Drawing.Size(45, 23)
  520. Me.TextBox15.TabIndex = 188
  521. Me.TextBox15.Visible = False
  522. '
  523. 'Button10
  524. '
  525. Me.Button10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  526. Me.Button10.ForeColor = System.Drawing.Color.Black
  527. Me.Button10.Location = New System.Drawing.Point(1145, 467)
  528. Me.Button10.Name = "Button10"
  529. Me.Button10.Size = New System.Drawing.Size(196, 25)
  530. Me.Button10.TabIndex = 189
  531. Me.Button10.Text = "進貨結單"
  532. Me.Button10.UseVisualStyleBackColor = True
  533. '
  534. 'TextBox13
  535. '
  536. Me.TextBox13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  537. Me.TextBox13.ForeColor = System.Drawing.Color.Red
  538. Me.TextBox13.Location = New System.Drawing.Point(651, 651)
  539. Me.TextBox13.Name = "TextBox13"
  540. Me.TextBox13.Size = New System.Drawing.Size(100, 23)
  541. Me.TextBox13.TabIndex = 190
  542. '
  543. 'TextBox16
  544. '
  545. Me.TextBox16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  546. Me.TextBox16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  547. Me.TextBox16.Location = New System.Drawing.Point(832, 651)
  548. Me.TextBox16.Name = "TextBox16"
  549. Me.TextBox16.Size = New System.Drawing.Size(100, 23)
  550. Me.TextBox16.TabIndex = 191
  551. '
  552. 'TextBox17
  553. '
  554. Me.TextBox17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  555. Me.TextBox17.ForeColor = System.Drawing.Color.Blue
  556. Me.TextBox17.Location = New System.Drawing.Point(1036, 651)
  557. Me.TextBox17.Name = "TextBox17"
  558. Me.TextBox17.Size = New System.Drawing.Size(100, 23)
  559. Me.TextBox17.TabIndex = 192
  560. '
  561. 'Label16
  562. '
  563. Me.Label16.AutoSize = True
  564. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  565. Me.Label16.ForeColor = System.Drawing.Color.Red
  566. Me.Label16.Location = New System.Drawing.Point(577, 655)
  567. Me.Label16.Name = "Label16"
  568. Me.Label16.Size = New System.Drawing.Size(68, 16)
  569. Me.Label16.TabIndex = 193
  570. Me.Label16.Text = "進貨總數量"
  571. '
  572. 'Label17
  573. '
  574. Me.Label17.AutoSize = True
  575. Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  576. Me.Label17.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  577. Me.Label17.Location = New System.Drawing.Point(758, 655)
  578. Me.Label17.Name = "Label17"
  579. Me.Label17.Size = New System.Drawing.Size(68, 16)
  580. Me.Label17.TabIndex = 194
  581. Me.Label17.Text = "進貨總成本"
  582. '
  583. 'Label18
  584. '
  585. Me.Label18.AutoSize = True
  586. Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  587. Me.Label18.ForeColor = System.Drawing.Color.Blue
  588. Me.Label18.Location = New System.Drawing.Point(938, 655)
  589. Me.Label18.Name = "Label18"
  590. Me.Label18.Size = New System.Drawing.Size(92, 16)
  591. Me.Label18.TabIndex = 195
  592. Me.Label18.Text = "進貨總台幣成本"
  593. '
  594. '進貨管理
  595. '
  596. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  597. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  598. Me.AutoScroll = True
  599. Me.ClientSize = New System.Drawing.Size(1351, 681)
  600. Me.Controls.Add(Me.Label18)
  601. Me.Controls.Add(Me.Label17)
  602. Me.Controls.Add(Me.Label16)
  603. Me.Controls.Add(Me.TextBox17)
  604. Me.Controls.Add(Me.TextBox16)
  605. Me.Controls.Add(Me.TextBox13)
  606. Me.Controls.Add(Me.Button10)
  607. Me.Controls.Add(Me.TextBox14)
  608. Me.Controls.Add(Me.TextBox15)
  609. Me.Controls.Add(Me.TextBox12)
  610. Me.Controls.Add(Me.TextBox11)
  611. Me.Controls.Add(Me.Button9)
  612. Me.Controls.Add(Me.Button4)
  613. Me.Controls.Add(Me.Button5)
  614. Me.Controls.Add(Me.Button6)
  615. Me.Controls.Add(Me.DataGridView2)
  616. Me.Controls.Add(Me.Label13)
  617. Me.Controls.Add(Me.TextBox8)
  618. Me.Controls.Add(Me.Label12)
  619. Me.Controls.Add(Me.DateTimePicker1)
  620. Me.Controls.Add(Me.Label11)
  621. Me.Controls.Add(Me.TextBox7)
  622. Me.Controls.Add(Me.Label8)
  623. Me.Controls.Add(Me.TextBox6)
  624. Me.Controls.Add(Me.Label5)
  625. Me.Controls.Add(Me.TextBox5)
  626. Me.Controls.Add(Me.Button3)
  627. Me.Controls.Add(Me.Button7)
  628. Me.Controls.Add(Me.Button2)
  629. Me.Controls.Add(Me.Button1)
  630. Me.Controls.Add(Me.DataGridView1)
  631. Me.Controls.Add(Me.Label15)
  632. Me.Controls.Add(Me.TextBox10)
  633. Me.Controls.Add(Me.TextBox9)
  634. Me.Controls.Add(Me.Label14)
  635. Me.Controls.Add(Me.Button8)
  636. Me.Controls.Add(Me.Label10)
  637. Me.Controls.Add(Me.Label9)
  638. Me.Controls.Add(Me.TextBox4)
  639. Me.Controls.Add(Me.TextBox3)
  640. Me.Controls.Add(Me.Label7)
  641. Me.Controls.Add(Me.TextBox2)
  642. Me.Controls.Add(Me.Label6)
  643. Me.Controls.Add(Me.ComboBox4)
  644. Me.Controls.Add(Me.ComboBox3)
  645. Me.Controls.Add(Me.Label4)
  646. Me.Controls.Add(Me.ComboBox2)
  647. Me.Controls.Add(Me.Label3)
  648. Me.Controls.Add(Me.ComboBox1)
  649. Me.Controls.Add(Me.Label2)
  650. Me.Controls.Add(Me.TextBox1)
  651. Me.Controls.Add(Me.Label1)
  652. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  653. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  654. Me.Name = "進貨管理"
  655. Me.Text = "進貨管理"
  656. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  657. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  658. Me.ResumeLayout(False)
  659. Me.PerformLayout()
  660. End Sub
  661. Friend WithEvents Label15 As Label
  662. Friend WithEvents TextBox10 As TextBox
  663. Friend WithEvents TextBox9 As TextBox
  664. Friend WithEvents Label14 As Label
  665. Friend WithEvents Button8 As Button
  666. Friend WithEvents Label10 As Label
  667. Friend WithEvents Label9 As Label
  668. Friend WithEvents TextBox4 As TextBox
  669. Friend WithEvents TextBox3 As TextBox
  670. Friend WithEvents Label7 As Label
  671. Friend WithEvents TextBox2 As TextBox
  672. Friend WithEvents Label6 As Label
  673. Friend WithEvents ComboBox4 As ComboBox
  674. Friend WithEvents ComboBox3 As ComboBox
  675. Friend WithEvents Label4 As Label
  676. Friend WithEvents ComboBox2 As ComboBox
  677. Friend WithEvents Label3 As Label
  678. Friend WithEvents ComboBox1 As ComboBox
  679. Friend WithEvents Label2 As Label
  680. Friend WithEvents TextBox1 As TextBox
  681. Friend WithEvents Label1 As Label
  682. Friend WithEvents DataGridView1 As DataGridView
  683. Friend WithEvents Button1 As Button
  684. Friend WithEvents Button2 As Button
  685. Friend WithEvents Button7 As Button
  686. Friend WithEvents Button3 As Button
  687. Friend WithEvents Label5 As Label
  688. Friend WithEvents TextBox5 As TextBox
  689. Friend WithEvents Label8 As Label
  690. Friend WithEvents TextBox6 As TextBox
  691. Friend WithEvents Label11 As Label
  692. Friend WithEvents TextBox7 As TextBox
  693. Friend WithEvents DateTimePicker1 As DateTimePicker
  694. Friend WithEvents Label12 As Label
  695. Friend WithEvents Label13 As Label
  696. Friend WithEvents TextBox8 As TextBox
  697. Friend WithEvents DataGridView2 As DataGridView
  698. Friend WithEvents Button4 As Button
  699. Friend WithEvents Button5 As Button
  700. Friend WithEvents Button6 As Button
  701. Friend WithEvents Button9 As Button
  702. Friend WithEvents TextBox11 As TextBox
  703. Friend WithEvents TextBox12 As TextBox
  704. Friend WithEvents TextBox14 As TextBox
  705. Friend WithEvents TextBox15 As TextBox
  706. Friend WithEvents Button10 As Button
  707. Friend WithEvents TextBox13 As TextBox
  708. Friend WithEvents TextBox16 As TextBox
  709. Friend WithEvents TextBox17 As TextBox
  710. Friend WithEvents Label16 As Label
  711. Friend WithEvents Label17 As Label
  712. Friend WithEvents Label18 As Label
  713. End Class