Няма описание
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 42KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869
  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 DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  26. Me.Label15 = New System.Windows.Forms.Label()
  27. Me.TextBox10 = New System.Windows.Forms.TextBox()
  28. Me.TextBox9 = New System.Windows.Forms.TextBox()
  29. Me.Label14 = 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.ComboBox2 = New System.Windows.Forms.ComboBox()
  37. Me.Label3 = New System.Windows.Forms.Label()
  38. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  39. Me.Label2 = New System.Windows.Forms.Label()
  40. Me.TextBox1 = New System.Windows.Forms.TextBox()
  41. Me.Label1 = New System.Windows.Forms.Label()
  42. Me.Label12 = New System.Windows.Forms.Label()
  43. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  44. Me.Label11 = New System.Windows.Forms.Label()
  45. Me.TextBox7 = New System.Windows.Forms.TextBox()
  46. Me.Label8 = New System.Windows.Forms.Label()
  47. Me.TextBox6 = New System.Windows.Forms.TextBox()
  48. Me.Label5 = New System.Windows.Forms.Label()
  49. Me.TextBox5 = New System.Windows.Forms.TextBox()
  50. Me.Button7 = New System.Windows.Forms.Button()
  51. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  52. Me.Label4 = New System.Windows.Forms.Label()
  53. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  54. Me.Label10 = New System.Windows.Forms.Label()
  55. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  56. Me.Label13 = New System.Windows.Forms.Label()
  57. Me.TextBox8 = New System.Windows.Forms.TextBox()
  58. Me.Label16 = New System.Windows.Forms.Label()
  59. Me.TextBox11 = New System.Windows.Forms.TextBox()
  60. Me.Label17 = New System.Windows.Forms.Label()
  61. Me.TextBox12 = New System.Windows.Forms.TextBox()
  62. Me.TextBox13 = New System.Windows.Forms.TextBox()
  63. Me.Label18 = New System.Windows.Forms.Label()
  64. Me.Button4 = New System.Windows.Forms.Button()
  65. Me.Button5 = New System.Windows.Forms.Button()
  66. Me.Button6 = New System.Windows.Forms.Button()
  67. Me.Label19 = New System.Windows.Forms.Label()
  68. Me.TextBox14 = New System.Windows.Forms.TextBox()
  69. Me.TextBox15 = New System.Windows.Forms.TextBox()
  70. Me.TextBox16 = New System.Windows.Forms.TextBox()
  71. Me.TextBox17 = New System.Windows.Forms.TextBox()
  72. Me.TextBox18 = New System.Windows.Forms.TextBox()
  73. Me.Label20 = New System.Windows.Forms.Label()
  74. Me.Label21 = New System.Windows.Forms.Label()
  75. Me.Label22 = New System.Windows.Forms.Label()
  76. Me.TextBox19 = New System.Windows.Forms.TextBox()
  77. Me.TextBox20 = New System.Windows.Forms.TextBox()
  78. Me.TextBox21 = New System.Windows.Forms.TextBox()
  79. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  80. Me.Label23 = New System.Windows.Forms.Label()
  81. Me.TextBox22 = New System.Windows.Forms.TextBox()
  82. Me.Label24 = New System.Windows.Forms.Label()
  83. Me.TextBox23 = New System.Windows.Forms.TextBox()
  84. Me.Label25 = New System.Windows.Forms.Label()
  85. Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker()
  86. Me.Button10 = New System.Windows.Forms.Button()
  87. Me.Button1 = New System.Windows.Forms.Button()
  88. Me.TextBox24 = New System.Windows.Forms.TextBox()
  89. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  90. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  91. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  92. Me.SuspendLayout()
  93. '
  94. 'DataGridView1
  95. '
  96. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  97. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  98. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  99. Me.DataGridView1.Location = New System.Drawing.Point(12, 101)
  100. Me.DataGridView1.Name = "DataGridView1"
  101. Me.DataGridView1.RowHeadersWidth = 5
  102. Me.DataGridView1.RowTemplate.Height = 24
  103. Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  104. Me.DataGridView1.Size = New System.Drawing.Size(1336, 157)
  105. Me.DataGridView1.TabIndex = 125
  106. '
  107. 'Label15
  108. '
  109. Me.Label15.AutoSize = True
  110. Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  111. Me.Label15.Location = New System.Drawing.Point(493, 75)
  112. Me.Label15.Name = "Label15"
  113. Me.Label15.Size = New System.Drawing.Size(56, 16)
  114. Me.Label15.TabIndex = 143
  115. Me.Label15.Text = "台幣單價"
  116. '
  117. 'TextBox10
  118. '
  119. Me.TextBox10.Enabled = False
  120. Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  121. Me.TextBox10.Location = New System.Drawing.Point(555, 72)
  122. Me.TextBox10.Name = "TextBox10"
  123. Me.TextBox10.Size = New System.Drawing.Size(180, 23)
  124. Me.TextBox10.TabIndex = 142
  125. '
  126. 'TextBox9
  127. '
  128. Me.TextBox9.Enabled = False
  129. Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  130. Me.TextBox9.Location = New System.Drawing.Point(555, 42)
  131. Me.TextBox9.Name = "TextBox9"
  132. Me.TextBox9.Size = New System.Drawing.Size(180, 23)
  133. Me.TextBox9.TabIndex = 141
  134. '
  135. 'Label14
  136. '
  137. Me.Label14.AutoSize = True
  138. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  139. Me.Label14.Location = New System.Drawing.Point(493, 45)
  140. Me.Label14.Name = "Label14"
  141. Me.Label14.Size = New System.Drawing.Size(56, 16)
  142. Me.Label14.TabIndex = 140
  143. Me.Label14.Text = "進貨匯率"
  144. '
  145. 'Label9
  146. '
  147. Me.Label9.AutoSize = True
  148. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  149. Me.Label9.Location = New System.Drawing.Point(493, 15)
  150. Me.Label9.Name = "Label9"
  151. Me.Label9.Size = New System.Drawing.Size(56, 16)
  152. Me.Label9.TabIndex = 139
  153. Me.Label9.Text = "進貨單價"
  154. '
  155. 'TextBox4
  156. '
  157. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  158. Me.TextBox4.Location = New System.Drawing.Point(555, 12)
  159. Me.TextBox4.Name = "TextBox4"
  160. Me.TextBox4.Size = New System.Drawing.Size(180, 23)
  161. Me.TextBox4.TabIndex = 138
  162. '
  163. 'TextBox3
  164. '
  165. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  166. Me.TextBox3.Location = New System.Drawing.Point(815, 42)
  167. Me.TextBox3.Multiline = True
  168. Me.TextBox3.Name = "TextBox3"
  169. Me.TextBox3.Size = New System.Drawing.Size(180, 52)
  170. Me.TextBox3.TabIndex = 137
  171. '
  172. 'Label7
  173. '
  174. Me.Label7.AutoSize = True
  175. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  176. Me.Label7.Location = New System.Drawing.Point(741, 45)
  177. Me.Label7.Name = "Label7"
  178. Me.Label7.Size = New System.Drawing.Size(68, 16)
  179. Me.Label7.TabIndex = 136
  180. Me.Label7.Text = "型號及備註"
  181. '
  182. 'TextBox2
  183. '
  184. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  185. Me.TextBox2.Location = New System.Drawing.Point(307, 41)
  186. Me.TextBox2.Multiline = True
  187. Me.TextBox2.Name = "TextBox2"
  188. Me.TextBox2.Size = New System.Drawing.Size(180, 55)
  189. Me.TextBox2.TabIndex = 135
  190. '
  191. 'Label6
  192. '
  193. Me.Label6.AutoSize = True
  194. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  195. Me.Label6.Location = New System.Drawing.Point(269, 45)
  196. Me.Label6.Name = "Label6"
  197. Me.Label6.Size = New System.Drawing.Size(32, 16)
  198. Me.Label6.TabIndex = 134
  199. Me.Label6.Text = "品名"
  200. '
  201. 'ComboBox2
  202. '
  203. Me.ComboBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  204. Me.ComboBox2.FormattingEnabled = True
  205. Me.ComboBox2.Location = New System.Drawing.Point(72, 71)
  206. Me.ComboBox2.Name = "ComboBox2"
  207. Me.ComboBox2.Size = New System.Drawing.Size(180, 24)
  208. Me.ComboBox2.TabIndex = 131
  209. '
  210. 'Label3
  211. '
  212. Me.Label3.AutoSize = True
  213. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  214. Me.Label3.Location = New System.Drawing.Point(10, 75)
  215. Me.Label3.Name = "Label3"
  216. Me.Label3.Size = New System.Drawing.Size(44, 16)
  217. Me.Label3.TabIndex = 130
  218. Me.Label3.Text = "供應商"
  219. '
  220. 'ComboBox1
  221. '
  222. Me.ComboBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  223. Me.ComboBox1.FormattingEnabled = True
  224. Me.ComboBox1.Location = New System.Drawing.Point(72, 41)
  225. Me.ComboBox1.Name = "ComboBox1"
  226. Me.ComboBox1.Size = New System.Drawing.Size(180, 24)
  227. Me.ComboBox1.TabIndex = 129
  228. '
  229. 'Label2
  230. '
  231. Me.Label2.AutoSize = True
  232. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  233. Me.Label2.Location = New System.Drawing.Point(10, 45)
  234. Me.Label2.Name = "Label2"
  235. Me.Label2.Size = New System.Drawing.Size(32, 16)
  236. Me.Label2.TabIndex = 128
  237. Me.Label2.Text = "品牌"
  238. '
  239. 'TextBox1
  240. '
  241. Me.TextBox1.Enabled = False
  242. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  243. Me.TextBox1.Location = New System.Drawing.Point(72, 12)
  244. Me.TextBox1.Name = "TextBox1"
  245. Me.TextBox1.Size = New System.Drawing.Size(180, 23)
  246. Me.TextBox1.TabIndex = 127
  247. '
  248. 'Label1
  249. '
  250. Me.Label1.AutoSize = True
  251. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  252. Me.Label1.Location = New System.Drawing.Point(10, 16)
  253. Me.Label1.Name = "Label1"
  254. Me.Label1.Size = New System.Drawing.Size(44, 16)
  255. Me.Label1.TabIndex = 126
  256. Me.Label1.Text = "流水碼"
  257. '
  258. 'Label12
  259. '
  260. Me.Label12.AutoSize = True
  261. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  262. Me.Label12.Location = New System.Drawing.Point(741, 16)
  263. Me.Label12.Name = "Label12"
  264. Me.Label12.Size = New System.Drawing.Size(56, 16)
  265. Me.Label12.TabIndex = 185
  266. Me.Label12.Text = "進貨日期"
  267. '
  268. 'DateTimePicker1
  269. '
  270. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  271. Me.DateTimePicker1.Location = New System.Drawing.Point(815, 13)
  272. Me.DateTimePicker1.Name = "DateTimePicker1"
  273. Me.DateTimePicker1.Size = New System.Drawing.Size(180, 23)
  274. Me.DateTimePicker1.TabIndex = 184
  275. '
  276. 'Label11
  277. '
  278. Me.Label11.AutoSize = True
  279. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  280. Me.Label11.Location = New System.Drawing.Point(1001, 74)
  281. Me.Label11.Name = "Label11"
  282. Me.Label11.Size = New System.Drawing.Size(56, 16)
  283. Me.Label11.TabIndex = 183
  284. Me.Label11.Text = "台幣成本"
  285. '
  286. 'TextBox7
  287. '
  288. Me.TextBox7.Enabled = False
  289. Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  290. Me.TextBox7.Location = New System.Drawing.Point(1063, 71)
  291. Me.TextBox7.Name = "TextBox7"
  292. Me.TextBox7.Size = New System.Drawing.Size(180, 23)
  293. Me.TextBox7.TabIndex = 182
  294. '
  295. 'Label8
  296. '
  297. Me.Label8.AutoSize = True
  298. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  299. Me.Label8.Location = New System.Drawing.Point(1001, 16)
  300. Me.Label8.Name = "Label8"
  301. Me.Label8.Size = New System.Drawing.Size(56, 16)
  302. Me.Label8.TabIndex = 181
  303. Me.Label8.Text = "庫存數量"
  304. '
  305. 'TextBox6
  306. '
  307. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  308. Me.TextBox6.Location = New System.Drawing.Point(1063, 13)
  309. Me.TextBox6.Name = "TextBox6"
  310. Me.TextBox6.Size = New System.Drawing.Size(180, 23)
  311. Me.TextBox6.TabIndex = 180
  312. '
  313. 'Label5
  314. '
  315. Me.Label5.AutoSize = True
  316. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  317. Me.Label5.Location = New System.Drawing.Point(1001, 45)
  318. Me.Label5.Name = "Label5"
  319. Me.Label5.Size = New System.Drawing.Size(56, 16)
  320. Me.Label5.TabIndex = 179
  321. Me.Label5.Text = "庫存成本"
  322. '
  323. 'TextBox5
  324. '
  325. Me.TextBox5.Enabled = False
  326. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  327. Me.TextBox5.Location = New System.Drawing.Point(1063, 42)
  328. Me.TextBox5.Name = "TextBox5"
  329. Me.TextBox5.Size = New System.Drawing.Size(180, 23)
  330. Me.TextBox5.TabIndex = 178
  331. '
  332. 'Button7
  333. '
  334. Me.Button7.Location = New System.Drawing.Point(1249, 12)
  335. Me.Button7.Name = "Button7"
  336. Me.Button7.Size = New System.Drawing.Size(99, 82)
  337. Me.Button7.TabIndex = 186
  338. Me.Button7.Text = "查詢"
  339. Me.Button7.UseVisualStyleBackColor = True
  340. '
  341. 'ComboBox3
  342. '
  343. Me.ComboBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  344. Me.ComboBox3.FormattingEnabled = True
  345. Me.ComboBox3.Items.AddRange(New Object() {"-請選擇-", "A-電控類", "B-氣缸類", "C-接頭類", "D-三點組合類", "E-電磁閥類", "F-氣壓工具", "G-鋁型材", "H-螺栓螺母", "I-墊圈類", "J-軸及軸承類", "K-加工件", "L-地腳類", "M-銷鍵類", "N-型鋼", "O-隔板塑料", "P-支架類", "Q-管材及閥類", "耗材類", "手工具", "量測儀器", "其他"})
  346. Me.ComboBox3.Location = New System.Drawing.Point(307, 12)
  347. Me.ComboBox3.Name = "ComboBox3"
  348. Me.ComboBox3.Size = New System.Drawing.Size(180, 24)
  349. Me.ComboBox3.TabIndex = 133
  350. '
  351. 'Label4
  352. '
  353. Me.Label4.AutoSize = True
  354. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  355. Me.Label4.Location = New System.Drawing.Point(269, 16)
  356. Me.Label4.Name = "Label4"
  357. Me.Label4.Size = New System.Drawing.Size(32, 16)
  358. Me.Label4.TabIndex = 132
  359. Me.Label4.Text = "科目"
  360. '
  361. 'DataGridView2
  362. '
  363. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  364. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  365. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  366. Me.DataGridView2.Location = New System.Drawing.Point(12, 294)
  367. Me.DataGridView2.Name = "DataGridView2"
  368. Me.DataGridView2.RowHeadersWidth = 5
  369. Me.DataGridView2.RowTemplate.Height = 24
  370. Me.DataGridView2.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  371. Me.DataGridView2.Size = New System.Drawing.Size(859, 353)
  372. Me.DataGridView2.TabIndex = 187
  373. '
  374. 'Label10
  375. '
  376. Me.Label10.AutoSize = True
  377. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  378. Me.Label10.Location = New System.Drawing.Point(10, 267)
  379. Me.Label10.Name = "Label10"
  380. Me.Label10.Size = New System.Drawing.Size(56, 16)
  381. Me.Label10.TabIndex = 195
  382. Me.Label10.Text = "出貨日期"
  383. '
  384. 'DateTimePicker2
  385. '
  386. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  387. Me.DateTimePicker2.Location = New System.Drawing.Point(72, 264)
  388. Me.DateTimePicker2.Name = "DateTimePicker2"
  389. Me.DateTimePicker2.Size = New System.Drawing.Size(108, 23)
  390. Me.DateTimePicker2.TabIndex = 194
  391. '
  392. 'Label13
  393. '
  394. Me.Label13.AutoSize = True
  395. Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  396. Me.Label13.Location = New System.Drawing.Point(890, 267)
  397. Me.Label13.Name = "Label13"
  398. Me.Label13.Size = New System.Drawing.Size(56, 16)
  399. Me.Label13.TabIndex = 193
  400. Me.Label13.Text = "台幣成本"
  401. '
  402. 'TextBox8
  403. '
  404. Me.TextBox8.Enabled = False
  405. Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  406. Me.TextBox8.Location = New System.Drawing.Point(952, 264)
  407. Me.TextBox8.Name = "TextBox8"
  408. Me.TextBox8.Size = New System.Drawing.Size(108, 23)
  409. Me.TextBox8.TabIndex = 192
  410. '
  411. 'Label16
  412. '
  413. Me.Label16.AutoSize = True
  414. Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  415. Me.Label16.Location = New System.Drawing.Point(362, 267)
  416. Me.Label16.Name = "Label16"
  417. Me.Label16.Size = New System.Drawing.Size(56, 16)
  418. Me.Label16.TabIndex = 191
  419. Me.Label16.Text = "出貨數量"
  420. '
  421. 'TextBox11
  422. '
  423. Me.TextBox11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  424. Me.TextBox11.Location = New System.Drawing.Point(424, 264)
  425. Me.TextBox11.Name = "TextBox11"
  426. Me.TextBox11.Size = New System.Drawing.Size(108, 23)
  427. Me.TextBox11.TabIndex = 190
  428. '
  429. 'Label17
  430. '
  431. Me.Label17.AutoSize = True
  432. Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  433. Me.Label17.Location = New System.Drawing.Point(714, 267)
  434. Me.Label17.Name = "Label17"
  435. Me.Label17.Size = New System.Drawing.Size(56, 16)
  436. Me.Label17.TabIndex = 189
  437. Me.Label17.Text = "出貨成本"
  438. '
  439. 'TextBox12
  440. '
  441. Me.TextBox12.Enabled = False
  442. Me.TextBox12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  443. Me.TextBox12.Location = New System.Drawing.Point(776, 264)
  444. Me.TextBox12.Name = "TextBox12"
  445. Me.TextBox12.Size = New System.Drawing.Size(108, 23)
  446. Me.TextBox12.TabIndex = 188
  447. '
  448. 'TextBox13
  449. '
  450. Me.TextBox13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  451. Me.TextBox13.Location = New System.Drawing.Point(600, 264)
  452. Me.TextBox13.Name = "TextBox13"
  453. Me.TextBox13.Size = New System.Drawing.Size(108, 23)
  454. Me.TextBox13.TabIndex = 196
  455. '
  456. 'Label18
  457. '
  458. Me.Label18.AutoSize = True
  459. Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  460. Me.Label18.Location = New System.Drawing.Point(538, 267)
  461. Me.Label18.Name = "Label18"
  462. Me.Label18.Size = New System.Drawing.Size(56, 16)
  463. Me.Label18.TabIndex = 197
  464. Me.Label18.Text = "出貨售價"
  465. '
  466. 'Button4
  467. '
  468. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  469. Me.Button4.ForeColor = System.Drawing.Color.Red
  470. Me.Button4.Location = New System.Drawing.Point(1256, 263)
  471. Me.Button4.Name = "Button4"
  472. Me.Button4.Size = New System.Drawing.Size(89, 25)
  473. Me.Button4.TabIndex = 200
  474. Me.Button4.Text = "刪除"
  475. Me.Button4.UseVisualStyleBackColor = True
  476. '
  477. 'Button5
  478. '
  479. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  480. Me.Button5.ForeColor = System.Drawing.Color.Blue
  481. Me.Button5.Location = New System.Drawing.Point(1066, 263)
  482. Me.Button5.Name = "Button5"
  483. Me.Button5.Size = New System.Drawing.Size(89, 25)
  484. Me.Button5.TabIndex = 198
  485. Me.Button5.Text = "新增"
  486. Me.Button5.UseVisualStyleBackColor = True
  487. '
  488. 'Button6
  489. '
  490. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  491. Me.Button6.ForeColor = System.Drawing.Color.DarkGreen
  492. Me.Button6.Location = New System.Drawing.Point(1161, 263)
  493. Me.Button6.Name = "Button6"
  494. Me.Button6.Size = New System.Drawing.Size(89, 25)
  495. Me.Button6.TabIndex = 199
  496. Me.Button6.Text = "修改"
  497. Me.Button6.UseVisualStyleBackColor = True
  498. '
  499. 'Label19
  500. '
  501. Me.Label19.AutoSize = True
  502. Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  503. Me.Label19.Location = New System.Drawing.Point(186, 267)
  504. Me.Label19.Name = "Label19"
  505. Me.Label19.Size = New System.Drawing.Size(56, 16)
  506. Me.Label19.TabIndex = 202
  507. Me.Label19.Text = "當前匯率"
  508. '
  509. 'TextBox14
  510. '
  511. Me.TextBox14.Enabled = False
  512. Me.TextBox14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  513. Me.TextBox14.Location = New System.Drawing.Point(248, 264)
  514. Me.TextBox14.Name = "TextBox14"
  515. Me.TextBox14.Size = New System.Drawing.Size(108, 23)
  516. Me.TextBox14.TabIndex = 201
  517. '
  518. 'TextBox15
  519. '
  520. Me.TextBox15.Enabled = False
  521. Me.TextBox15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  522. Me.TextBox15.Location = New System.Drawing.Point(689, 388)
  523. Me.TextBox15.Name = "TextBox15"
  524. Me.TextBox15.Size = New System.Drawing.Size(45, 23)
  525. Me.TextBox15.TabIndex = 203
  526. Me.TextBox15.Visible = False
  527. '
  528. 'TextBox16
  529. '
  530. Me.TextBox16.Enabled = False
  531. Me.TextBox16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  532. Me.TextBox16.Location = New System.Drawing.Point(689, 355)
  533. Me.TextBox16.Name = "TextBox16"
  534. Me.TextBox16.Size = New System.Drawing.Size(45, 23)
  535. Me.TextBox16.TabIndex = 204
  536. Me.TextBox16.Visible = False
  537. '
  538. 'TextBox17
  539. '
  540. Me.TextBox17.Enabled = False
  541. Me.TextBox17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  542. Me.TextBox17.Location = New System.Drawing.Point(689, 448)
  543. Me.TextBox17.Name = "TextBox17"
  544. Me.TextBox17.Size = New System.Drawing.Size(45, 23)
  545. Me.TextBox17.TabIndex = 206
  546. Me.TextBox17.Visible = False
  547. '
  548. 'TextBox18
  549. '
  550. Me.TextBox18.Enabled = False
  551. Me.TextBox18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  552. Me.TextBox18.Location = New System.Drawing.Point(689, 419)
  553. Me.TextBox18.Name = "TextBox18"
  554. Me.TextBox18.Size = New System.Drawing.Size(45, 23)
  555. Me.TextBox18.TabIndex = 205
  556. Me.TextBox18.Visible = False
  557. '
  558. 'Label20
  559. '
  560. Me.Label20.AutoSize = True
  561. Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  562. Me.Label20.ForeColor = System.Drawing.Color.Blue
  563. Me.Label20.Location = New System.Drawing.Point(709, 657)
  564. Me.Label20.Name = "Label20"
  565. Me.Label20.Size = New System.Drawing.Size(56, 16)
  566. Me.Label20.TabIndex = 212
  567. Me.Label20.Text = "台幣利潤"
  568. '
  569. 'Label21
  570. '
  571. Me.Label21.AutoSize = True
  572. Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  573. Me.Label21.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  574. Me.Label21.Location = New System.Drawing.Point(192, 656)
  575. Me.Label21.Name = "Label21"
  576. Me.Label21.Size = New System.Drawing.Size(68, 16)
  577. Me.Label21.TabIndex = 211
  578. Me.Label21.Text = "出貨總金額"
  579. '
  580. 'Label22
  581. '
  582. Me.Label22.AutoSize = True
  583. Me.Label22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  584. Me.Label22.ForeColor = System.Drawing.Color.Red
  585. Me.Label22.Location = New System.Drawing.Point(12, 657)
  586. Me.Label22.Name = "Label22"
  587. Me.Label22.Size = New System.Drawing.Size(68, 16)
  588. Me.Label22.TabIndex = 210
  589. Me.Label22.Text = "出貨總數量"
  590. '
  591. 'TextBox19
  592. '
  593. Me.TextBox19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  594. Me.TextBox19.ForeColor = System.Drawing.Color.Blue
  595. Me.TextBox19.Location = New System.Drawing.Point(771, 653)
  596. Me.TextBox19.Name = "TextBox19"
  597. Me.TextBox19.Size = New System.Drawing.Size(100, 23)
  598. Me.TextBox19.TabIndex = 209
  599. '
  600. 'TextBox20
  601. '
  602. Me.TextBox20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  603. Me.TextBox20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  604. Me.TextBox20.Location = New System.Drawing.Point(266, 652)
  605. Me.TextBox20.Name = "TextBox20"
  606. Me.TextBox20.Size = New System.Drawing.Size(100, 23)
  607. Me.TextBox20.TabIndex = 208
  608. '
  609. 'TextBox21
  610. '
  611. Me.TextBox21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  612. Me.TextBox21.ForeColor = System.Drawing.Color.Red
  613. Me.TextBox21.Location = New System.Drawing.Point(86, 653)
  614. Me.TextBox21.Name = "TextBox21"
  615. Me.TextBox21.Size = New System.Drawing.Size(100, 23)
  616. Me.TextBox21.TabIndex = 207
  617. '
  618. 'DataGridView3
  619. '
  620. DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  621. Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
  622. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  623. Me.DataGridView3.Location = New System.Drawing.Point(877, 294)
  624. Me.DataGridView3.Name = "DataGridView3"
  625. Me.DataGridView3.RowHeadersWidth = 5
  626. Me.DataGridView3.RowTemplate.Height = 24
  627. Me.DataGridView3.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  628. Me.DataGridView3.Size = New System.Drawing.Size(471, 353)
  629. Me.DataGridView3.TabIndex = 213
  630. '
  631. 'Label23
  632. '
  633. Me.Label23.AutoSize = True
  634. Me.Label23.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  635. Me.Label23.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  636. Me.Label23.Location = New System.Drawing.Point(372, 657)
  637. Me.Label23.Name = "Label23"
  638. Me.Label23.Size = New System.Drawing.Size(68, 16)
  639. Me.Label23.TabIndex = 215
  640. Me.Label23.Text = "進貨總成本"
  641. '
  642. 'TextBox22
  643. '
  644. Me.TextBox22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  645. Me.TextBox22.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  646. Me.TextBox22.Location = New System.Drawing.Point(446, 653)
  647. Me.TextBox22.Name = "TextBox22"
  648. Me.TextBox22.Size = New System.Drawing.Size(100, 23)
  649. Me.TextBox22.TabIndex = 214
  650. '
  651. 'Label24
  652. '
  653. Me.Label24.AutoSize = True
  654. Me.Label24.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  655. Me.Label24.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  656. Me.Label24.Location = New System.Drawing.Point(552, 657)
  657. Me.Label24.Name = "Label24"
  658. Me.Label24.Size = New System.Drawing.Size(32, 16)
  659. Me.Label24.TabIndex = 217
  660. Me.Label24.Text = "利潤"
  661. '
  662. 'TextBox23
  663. '
  664. Me.TextBox23.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  665. Me.TextBox23.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  666. Me.TextBox23.Location = New System.Drawing.Point(590, 653)
  667. Me.TextBox23.Name = "TextBox23"
  668. Me.TextBox23.Size = New System.Drawing.Size(100, 23)
  669. Me.TextBox23.TabIndex = 216
  670. '
  671. 'Label25
  672. '
  673. Me.Label25.AutoSize = True
  674. Me.Label25.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  675. Me.Label25.Location = New System.Drawing.Point(932, 657)
  676. Me.Label25.Name = "Label25"
  677. Me.Label25.Size = New System.Drawing.Size(56, 16)
  678. Me.Label25.TabIndex = 219
  679. Me.Label25.Text = "結單日期"
  680. '
  681. 'DateTimePicker3
  682. '
  683. Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  684. Me.DateTimePicker3.Location = New System.Drawing.Point(994, 654)
  685. Me.DateTimePicker3.Name = "DateTimePicker3"
  686. Me.DateTimePicker3.Size = New System.Drawing.Size(108, 23)
  687. Me.DateTimePicker3.TabIndex = 218
  688. '
  689. 'Button10
  690. '
  691. Me.Button10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  692. Me.Button10.ForeColor = System.Drawing.Color.Black
  693. Me.Button10.Location = New System.Drawing.Point(1108, 652)
  694. Me.Button10.Name = "Button10"
  695. Me.Button10.Size = New System.Drawing.Size(117, 25)
  696. Me.Button10.TabIndex = 220
  697. Me.Button10.Text = "出貨結單"
  698. Me.Button10.UseVisualStyleBackColor = True
  699. '
  700. 'Button1
  701. '
  702. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  703. Me.Button1.ForeColor = System.Drawing.Color.Black
  704. Me.Button1.Location = New System.Drawing.Point(1231, 652)
  705. Me.Button1.Name = "Button1"
  706. Me.Button1.Size = New System.Drawing.Size(117, 25)
  707. Me.Button1.TabIndex = 221
  708. Me.Button1.Text = "出貨紀錄"
  709. Me.Button1.UseVisualStyleBackColor = True
  710. '
  711. 'TextBox24
  712. '
  713. Me.TextBox24.Enabled = False
  714. Me.TextBox24.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  715. Me.TextBox24.Location = New System.Drawing.Point(689, 477)
  716. Me.TextBox24.Name = "TextBox24"
  717. Me.TextBox24.Size = New System.Drawing.Size(45, 23)
  718. Me.TextBox24.TabIndex = 222
  719. Me.TextBox24.Visible = False
  720. '
  721. '銷貨管理
  722. '
  723. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  724. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  725. Me.ClientSize = New System.Drawing.Size(1360, 681)
  726. Me.Controls.Add(Me.TextBox24)
  727. Me.Controls.Add(Me.Button1)
  728. Me.Controls.Add(Me.Button10)
  729. Me.Controls.Add(Me.Label25)
  730. Me.Controls.Add(Me.DateTimePicker3)
  731. Me.Controls.Add(Me.Label24)
  732. Me.Controls.Add(Me.TextBox23)
  733. Me.Controls.Add(Me.Label23)
  734. Me.Controls.Add(Me.TextBox22)
  735. Me.Controls.Add(Me.DataGridView3)
  736. Me.Controls.Add(Me.Label20)
  737. Me.Controls.Add(Me.Label21)
  738. Me.Controls.Add(Me.Label22)
  739. Me.Controls.Add(Me.TextBox19)
  740. Me.Controls.Add(Me.TextBox20)
  741. Me.Controls.Add(Me.TextBox21)
  742. Me.Controls.Add(Me.TextBox17)
  743. Me.Controls.Add(Me.TextBox18)
  744. Me.Controls.Add(Me.TextBox15)
  745. Me.Controls.Add(Me.TextBox16)
  746. Me.Controls.Add(Me.Label19)
  747. Me.Controls.Add(Me.TextBox14)
  748. Me.Controls.Add(Me.Button4)
  749. Me.Controls.Add(Me.Button5)
  750. Me.Controls.Add(Me.Button6)
  751. Me.Controls.Add(Me.Label18)
  752. Me.Controls.Add(Me.TextBox13)
  753. Me.Controls.Add(Me.Label10)
  754. Me.Controls.Add(Me.DateTimePicker2)
  755. Me.Controls.Add(Me.Label13)
  756. Me.Controls.Add(Me.TextBox8)
  757. Me.Controls.Add(Me.Label16)
  758. Me.Controls.Add(Me.TextBox11)
  759. Me.Controls.Add(Me.Label17)
  760. Me.Controls.Add(Me.TextBox12)
  761. Me.Controls.Add(Me.DataGridView2)
  762. Me.Controls.Add(Me.Button7)
  763. Me.Controls.Add(Me.Label12)
  764. Me.Controls.Add(Me.DateTimePicker1)
  765. Me.Controls.Add(Me.Label11)
  766. Me.Controls.Add(Me.TextBox7)
  767. Me.Controls.Add(Me.Label8)
  768. Me.Controls.Add(Me.TextBox6)
  769. Me.Controls.Add(Me.Label5)
  770. Me.Controls.Add(Me.TextBox5)
  771. Me.Controls.Add(Me.Label15)
  772. Me.Controls.Add(Me.TextBox10)
  773. Me.Controls.Add(Me.TextBox9)
  774. Me.Controls.Add(Me.Label14)
  775. Me.Controls.Add(Me.Label9)
  776. Me.Controls.Add(Me.TextBox4)
  777. Me.Controls.Add(Me.TextBox3)
  778. Me.Controls.Add(Me.Label7)
  779. Me.Controls.Add(Me.TextBox2)
  780. Me.Controls.Add(Me.Label6)
  781. Me.Controls.Add(Me.ComboBox3)
  782. Me.Controls.Add(Me.Label4)
  783. Me.Controls.Add(Me.ComboBox2)
  784. Me.Controls.Add(Me.Label3)
  785. Me.Controls.Add(Me.ComboBox1)
  786. Me.Controls.Add(Me.Label2)
  787. Me.Controls.Add(Me.TextBox1)
  788. Me.Controls.Add(Me.Label1)
  789. Me.Controls.Add(Me.DataGridView1)
  790. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  791. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  792. Me.Name = "銷貨管理"
  793. Me.Text = "領物管理"
  794. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  795. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  796. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  797. Me.ResumeLayout(False)
  798. Me.PerformLayout()
  799. End Sub
  800. Friend WithEvents DataGridView1 As DataGridView
  801. Friend WithEvents Label15 As Label
  802. Friend WithEvents TextBox10 As TextBox
  803. Friend WithEvents TextBox9 As TextBox
  804. Friend WithEvents Label14 As Label
  805. Friend WithEvents Label9 As Label
  806. Friend WithEvents TextBox4 As TextBox
  807. Friend WithEvents TextBox3 As TextBox
  808. Friend WithEvents Label7 As Label
  809. Friend WithEvents TextBox2 As TextBox
  810. Friend WithEvents Label6 As Label
  811. Friend WithEvents ComboBox2 As ComboBox
  812. Friend WithEvents Label3 As Label
  813. Friend WithEvents ComboBox1 As ComboBox
  814. Friend WithEvents Label2 As Label
  815. Friend WithEvents TextBox1 As TextBox
  816. Friend WithEvents Label1 As Label
  817. Friend WithEvents Label12 As Label
  818. Friend WithEvents DateTimePicker1 As DateTimePicker
  819. Friend WithEvents Label11 As Label
  820. Friend WithEvents TextBox7 As TextBox
  821. Friend WithEvents Label8 As Label
  822. Friend WithEvents TextBox6 As TextBox
  823. Friend WithEvents Label5 As Label
  824. Friend WithEvents TextBox5 As TextBox
  825. Friend WithEvents Button7 As Button
  826. Friend WithEvents ComboBox3 As ComboBox
  827. Friend WithEvents Label4 As Label
  828. Friend WithEvents DataGridView2 As DataGridView
  829. Friend WithEvents Label10 As Label
  830. Friend WithEvents DateTimePicker2 As DateTimePicker
  831. Friend WithEvents Label13 As Label
  832. Friend WithEvents TextBox8 As TextBox
  833. Friend WithEvents Label16 As Label
  834. Friend WithEvents TextBox11 As TextBox
  835. Friend WithEvents Label17 As Label
  836. Friend WithEvents TextBox12 As TextBox
  837. Friend WithEvents TextBox13 As TextBox
  838. Friend WithEvents Label18 As Label
  839. Friend WithEvents Button4 As Button
  840. Friend WithEvents Button5 As Button
  841. Friend WithEvents Button6 As Button
  842. Friend WithEvents Label19 As Label
  843. Friend WithEvents TextBox14 As TextBox
  844. Friend WithEvents TextBox15 As TextBox
  845. Friend WithEvents TextBox16 As TextBox
  846. Friend WithEvents TextBox17 As TextBox
  847. Friend WithEvents TextBox18 As TextBox
  848. Friend WithEvents Label20 As Label
  849. Friend WithEvents Label21 As Label
  850. Friend WithEvents Label22 As Label
  851. Friend WithEvents TextBox19 As TextBox
  852. Friend WithEvents TextBox20 As TextBox
  853. Friend WithEvents TextBox21 As TextBox
  854. Friend WithEvents DataGridView3 As DataGridView
  855. Friend WithEvents Label23 As Label
  856. Friend WithEvents TextBox22 As TextBox
  857. Friend WithEvents Label24 As Label
  858. Friend WithEvents TextBox23 As TextBox
  859. Friend WithEvents Label25 As Label
  860. Friend WithEvents DateTimePicker3 As DateTimePicker
  861. Friend WithEvents Button10 As Button
  862. Friend WithEvents Button1 As Button
  863. Friend WithEvents TextBox24 As TextBox
  864. End Class