Bez popisu
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 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  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 DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle20 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle21 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim ChartArea3 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  30. Dim Legend3 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  31. Dim Series3 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  32. Me.物料清單_dgv = New System.Windows.Forms.DataGridView()
  33. Me.採購日_dgv = New System.Windows.Forms.DataGridView()
  34. Me.品名_dgv = New System.Windows.Forms.DataGridView()
  35. Me.Panel1 = New System.Windows.Forms.Panel()
  36. Me.繪圖1_dgv = New System.Windows.Forms.DataGridView()
  37. Me.Chart1 = New System.Windows.Forms.DataVisualization.Charting.Chart()
  38. Me.Label14 = New System.Windows.Forms.Label()
  39. Me.數列_NUD = New System.Windows.Forms.NumericUpDown()
  40. Me.Label12 = New System.Windows.Forms.Label()
  41. Me.最大_NUD = New System.Windows.Forms.NumericUpDown()
  42. Me.最小_NUD = New System.Windows.Forms.NumericUpDown()
  43. Me.Label13 = New System.Windows.Forms.Label()
  44. Me.清除圖表_bt = New System.Windows.Forms.Button()
  45. Me.採購數量_ch = New System.Windows.Forms.CheckBox()
  46. Me.採購平均單價_ch = New System.Windows.Forms.CheckBox()
  47. Me.關鍵字查詢_bt = New System.Windows.Forms.Button()
  48. Me.關鍵字查詢_tb = New System.Windows.Forms.TextBox()
  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.長條圖_ch = New System.Windows.Forms.CheckBox()
  54. Me.折線圖_ch = New System.Windows.Forms.CheckBox()
  55. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  56. CType(Me.採購日_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  57. CType(Me.品名_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  58. Me.Panel1.SuspendLayout()
  59. CType(Me.繪圖1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  60. CType(Me.Chart1, System.ComponentModel.ISupportInitialize).BeginInit()
  61. CType(Me.數列_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  62. CType(Me.最大_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  63. CType(Me.最小_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  64. Me.SuspendLayout()
  65. '
  66. '物料清單_dgv
  67. '
  68. Me.物料清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  69. Or System.Windows.Forms.AnchorStyles.Left) _
  70. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  71. Me.物料清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  72. Me.物料清單_dgv.BackgroundColor = System.Drawing.Color.White
  73. Me.物料清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  74. Me.物料清單_dgv.Location = New System.Drawing.Point(4, 3)
  75. Me.物料清單_dgv.Name = "物料清單_dgv"
  76. Me.物料清單_dgv.RowHeadersWidth = 5
  77. DataGridViewCellStyle15.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  78. DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  79. Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle15
  80. Me.物料清單_dgv.RowTemplate.Height = 24
  81. Me.物料清單_dgv.Size = New System.Drawing.Size(1340, 326)
  82. Me.物料清單_dgv.TabIndex = 678
  83. '
  84. '採購日_dgv
  85. '
  86. DataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  87. Me.採購日_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle16
  88. Me.採購日_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  89. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  90. Me.採購日_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  91. Me.採購日_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  92. Me.採購日_dgv.Location = New System.Drawing.Point(3, 3)
  93. Me.採購日_dgv.Name = "採購日_dgv"
  94. Me.採購日_dgv.RowHeadersWidth = 5
  95. DataGridViewCellStyle17.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  96. DataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  97. Me.採購日_dgv.RowsDefaultCellStyle = DataGridViewCellStyle17
  98. Me.採購日_dgv.RowTemplate.Height = 24
  99. Me.採購日_dgv.Size = New System.Drawing.Size(64, 57)
  100. Me.採購日_dgv.TabIndex = 679
  101. '
  102. '品名_dgv
  103. '
  104. DataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  105. Me.品名_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle18
  106. Me.品名_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  107. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  108. Me.品名_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  109. Me.品名_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  110. Me.品名_dgv.Location = New System.Drawing.Point(73, 3)
  111. Me.品名_dgv.Name = "品名_dgv"
  112. Me.品名_dgv.RowHeadersWidth = 5
  113. DataGridViewCellStyle19.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  114. DataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  115. Me.品名_dgv.RowsDefaultCellStyle = DataGridViewCellStyle19
  116. Me.品名_dgv.RowTemplate.Height = 24
  117. Me.品名_dgv.Size = New System.Drawing.Size(64, 57)
  118. Me.品名_dgv.TabIndex = 680
  119. '
  120. 'Panel1
  121. '
  122. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  123. Me.Panel1.Controls.Add(Me.繪圖1_dgv)
  124. Me.Panel1.Controls.Add(Me.採購日_dgv)
  125. Me.Panel1.Controls.Add(Me.品名_dgv)
  126. Me.Panel1.Controls.Add(Me.數列_NUD)
  127. Me.Panel1.Controls.Add(Me.Label13)
  128. Me.Panel1.Controls.Add(Me.最小_NUD)
  129. Me.Panel1.Controls.Add(Me.最大_NUD)
  130. Me.Panel1.Controls.Add(Me.Label12)
  131. Me.Panel1.Controls.Add(Me.Label14)
  132. Me.Panel1.Location = New System.Drawing.Point(567, 133)
  133. Me.Panel1.Name = "Panel1"
  134. Me.Panel1.Size = New System.Drawing.Size(332, 100)
  135. Me.Panel1.TabIndex = 681
  136. Me.Panel1.Visible = False
  137. '
  138. '繪圖1_dgv
  139. '
  140. DataGridViewCellStyle20.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  141. Me.繪圖1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle20
  142. Me.繪圖1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  143. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  144. Me.繪圖1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  145. Me.繪圖1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  146. Me.繪圖1_dgv.Location = New System.Drawing.Point(143, 3)
  147. Me.繪圖1_dgv.Name = "繪圖1_dgv"
  148. Me.繪圖1_dgv.RowHeadersWidth = 5
  149. DataGridViewCellStyle21.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  150. DataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  151. Me.繪圖1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle21
  152. Me.繪圖1_dgv.RowTemplate.Height = 24
  153. Me.繪圖1_dgv.Size = New System.Drawing.Size(64, 57)
  154. Me.繪圖1_dgv.TabIndex = 681
  155. '
  156. 'Chart1
  157. '
  158. Me.Chart1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  159. Or System.Windows.Forms.AnchorStyles.Left) _
  160. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  161. ChartArea3.Name = "ChartArea1"
  162. Me.Chart1.ChartAreas.Add(ChartArea3)
  163. Legend3.Name = "Legend1"
  164. Me.Chart1.Legends.Add(Legend3)
  165. Me.Chart1.Location = New System.Drawing.Point(4, 354)
  166. Me.Chart1.Name = "Chart1"
  167. Series3.ChartArea = "ChartArea1"
  168. Series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line
  169. Series3.Legend = "Legend1"
  170. Series3.Name = "Series1"
  171. Me.Chart1.Series.Add(Series3)
  172. Me.Chart1.Size = New System.Drawing.Size(1340, 327)
  173. Me.Chart1.TabIndex = 799
  174. Me.Chart1.Text = "Chart2"
  175. '
  176. 'Label14
  177. '
  178. Me.Label14.AutoSize = True
  179. Me.Label14.Location = New System.Drawing.Point(190, 75)
  180. Me.Label14.Name = "Label14"
  181. Me.Label14.Size = New System.Drawing.Size(32, 16)
  182. Me.Label14.TabIndex = 817
  183. Me.Label14.Text = "數列"
  184. '
  185. '數列_NUD
  186. '
  187. Me.數列_NUD.Location = New System.Drawing.Point(222, 72)
  188. Me.數列_NUD.Name = "數列_NUD"
  189. Me.數列_NUD.Size = New System.Drawing.Size(50, 23)
  190. Me.數列_NUD.TabIndex = 816
  191. '
  192. 'Label12
  193. '
  194. Me.Label12.AutoSize = True
  195. Me.Label12.Location = New System.Drawing.Point(15, 75)
  196. Me.Label12.Name = "Label12"
  197. Me.Label12.Size = New System.Drawing.Size(32, 16)
  198. Me.Label12.TabIndex = 814
  199. Me.Label12.Text = "最小"
  200. '
  201. '最大_NUD
  202. '
  203. Me.最大_NUD.Location = New System.Drawing.Point(134, 72)
  204. Me.最大_NUD.Maximum = New Decimal(New Integer() {1000, 0, 0, 0})
  205. Me.最大_NUD.Name = "最大_NUD"
  206. Me.最大_NUD.Size = New System.Drawing.Size(50, 23)
  207. Me.最大_NUD.TabIndex = 813
  208. Me.最大_NUD.Value = New Decimal(New Integer() {40, 0, 0, 0})
  209. '
  210. '最小_NUD
  211. '
  212. Me.最小_NUD.Location = New System.Drawing.Point(47, 72)
  213. Me.最小_NUD.Name = "最小_NUD"
  214. Me.最小_NUD.Size = New System.Drawing.Size(50, 23)
  215. Me.最小_NUD.TabIndex = 812
  216. '
  217. 'Label13
  218. '
  219. Me.Label13.AutoSize = True
  220. Me.Label13.Location = New System.Drawing.Point(103, 75)
  221. Me.Label13.Name = "Label13"
  222. Me.Label13.Size = New System.Drawing.Size(32, 16)
  223. Me.Label13.TabIndex = 815
  224. Me.Label13.Text = "最大"
  225. '
  226. '清除圖表_bt
  227. '
  228. Me.清除圖表_bt.Location = New System.Drawing.Point(801, 329)
  229. Me.清除圖表_bt.Name = "清除圖表_bt"
  230. Me.清除圖表_bt.Size = New System.Drawing.Size(75, 25)
  231. Me.清除圖表_bt.TabIndex = 818
  232. Me.清除圖表_bt.Text = "清除圖表"
  233. Me.清除圖表_bt.UseVisualStyleBackColor = True
  234. '
  235. '採購數量_ch
  236. '
  237. Me.採購數量_ch.AutoSize = True
  238. Me.採購數量_ch.Location = New System.Drawing.Point(115, 331)
  239. Me.採購數量_ch.Name = "採購數量_ch"
  240. Me.採購數量_ch.Size = New System.Drawing.Size(75, 20)
  241. Me.採購數量_ch.TabIndex = 819
  242. Me.採購數量_ch.Text = "採購數量"
  243. Me.採購數量_ch.UseVisualStyleBackColor = True
  244. '
  245. '採購平均單價_ch
  246. '
  247. Me.採購平均單價_ch.AutoSize = True
  248. Me.採購平均單價_ch.Checked = True
  249. Me.採購平均單價_ch.CheckState = System.Windows.Forms.CheckState.Checked
  250. Me.採購平均單價_ch.Location = New System.Drawing.Point(10, 331)
  251. Me.採購平均單價_ch.Name = "採購平均單價_ch"
  252. Me.採購平均單價_ch.Size = New System.Drawing.Size(99, 20)
  253. Me.採購平均單價_ch.TabIndex = 820
  254. Me.採購平均單價_ch.Text = "採購平均單價"
  255. Me.採購平均單價_ch.UseVisualStyleBackColor = True
  256. '
  257. '關鍵字查詢_bt
  258. '
  259. Me.關鍵字查詢_bt.Location = New System.Drawing.Point(412, 329)
  260. Me.關鍵字查詢_bt.Name = "關鍵字查詢_bt"
  261. Me.關鍵字查詢_bt.Size = New System.Drawing.Size(94, 25)
  262. Me.關鍵字查詢_bt.TabIndex = 821
  263. Me.關鍵字查詢_bt.Text = "關鍵字查詢"
  264. Me.關鍵字查詢_bt.UseVisualStyleBackColor = True
  265. '
  266. '關鍵字查詢_tb
  267. '
  268. Me.關鍵字查詢_tb.Location = New System.Drawing.Point(196, 330)
  269. Me.關鍵字查詢_tb.Name = "關鍵字查詢_tb"
  270. Me.關鍵字查詢_tb.Size = New System.Drawing.Size(216, 23)
  271. Me.關鍵字查詢_tb.TabIndex = 822
  272. '
  273. '上一筆_bt
  274. '
  275. Me.上一筆_bt.Location = New System.Drawing.Point(505, 329)
  276. Me.上一筆_bt.Name = "上一筆_bt"
  277. Me.上一筆_bt.Size = New System.Drawing.Size(75, 25)
  278. Me.上一筆_bt.TabIndex = 823
  279. Me.上一筆_bt.Text = "上一筆"
  280. Me.上一筆_bt.UseVisualStyleBackColor = True
  281. '
  282. '下一筆_bt
  283. '
  284. Me.下一筆_bt.Location = New System.Drawing.Point(579, 329)
  285. Me.下一筆_bt.Name = "下一筆_bt"
  286. Me.下一筆_bt.Size = New System.Drawing.Size(75, 25)
  287. Me.下一筆_bt.TabIndex = 824
  288. Me.下一筆_bt.Text = "下一筆"
  289. Me.下一筆_bt.UseVisualStyleBackColor = True
  290. '
  291. '清除查詢_bt
  292. '
  293. Me.清除查詢_bt.Location = New System.Drawing.Point(727, 329)
  294. Me.清除查詢_bt.Name = "清除查詢_bt"
  295. Me.清除查詢_bt.Size = New System.Drawing.Size(75, 25)
  296. Me.清除查詢_bt.TabIndex = 825
  297. Me.清除查詢_bt.Text = "清除查詢"
  298. Me.清除查詢_bt.UseVisualStyleBackColor = True
  299. '
  300. '查詢入圖_bt
  301. '
  302. Me.查詢入圖_bt.Location = New System.Drawing.Point(653, 329)
  303. Me.查詢入圖_bt.Name = "查詢入圖_bt"
  304. Me.查詢入圖_bt.Size = New System.Drawing.Size(75, 25)
  305. Me.查詢入圖_bt.TabIndex = 826
  306. Me.查詢入圖_bt.Text = "查詢入圖"
  307. Me.查詢入圖_bt.UseVisualStyleBackColor = True
  308. '
  309. '長條圖_ch
  310. '
  311. Me.長條圖_ch.AutoSize = True
  312. Me.長條圖_ch.Checked = True
  313. Me.長條圖_ch.CheckState = System.Windows.Forms.CheckState.Checked
  314. Me.長條圖_ch.Location = New System.Drawing.Point(911, 332)
  315. Me.長條圖_ch.Name = "長條圖_ch"
  316. Me.長條圖_ch.Size = New System.Drawing.Size(63, 20)
  317. Me.長條圖_ch.TabIndex = 828
  318. Me.長條圖_ch.Text = "長條圖"
  319. Me.長條圖_ch.UseVisualStyleBackColor = True
  320. '
  321. '折線圖_ch
  322. '
  323. Me.折線圖_ch.AutoSize = True
  324. Me.折線圖_ch.Location = New System.Drawing.Point(983, 332)
  325. Me.折線圖_ch.Name = "折線圖_ch"
  326. Me.折線圖_ch.Size = New System.Drawing.Size(63, 20)
  327. Me.折線圖_ch.TabIndex = 827
  328. Me.折線圖_ch.Text = "折線圖"
  329. Me.折線圖_ch.UseVisualStyleBackColor = True
  330. '
  331. '物料採購統計表
  332. '
  333. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  334. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  335. Me.ClientSize = New System.Drawing.Size(1349, 681)
  336. Me.Controls.Add(Me.長條圖_ch)
  337. Me.Controls.Add(Me.折線圖_ch)
  338. Me.Controls.Add(Me.查詢入圖_bt)
  339. Me.Controls.Add(Me.清除查詢_bt)
  340. Me.Controls.Add(Me.下一筆_bt)
  341. Me.Controls.Add(Me.上一筆_bt)
  342. Me.Controls.Add(Me.關鍵字查詢_tb)
  343. Me.Controls.Add(Me.關鍵字查詢_bt)
  344. Me.Controls.Add(Me.採購平均單價_ch)
  345. Me.Controls.Add(Me.採購數量_ch)
  346. Me.Controls.Add(Me.清除圖表_bt)
  347. Me.Controls.Add(Me.Chart1)
  348. Me.Controls.Add(Me.Panel1)
  349. Me.Controls.Add(Me.物料清單_dgv)
  350. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  351. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  352. Me.Name = "物料採購統計表"
  353. Me.Text = "物料採購統計表"
  354. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  355. CType(Me.採購日_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  356. CType(Me.品名_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  357. Me.Panel1.ResumeLayout(False)
  358. Me.Panel1.PerformLayout()
  359. CType(Me.繪圖1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  360. CType(Me.Chart1, System.ComponentModel.ISupportInitialize).EndInit()
  361. CType(Me.數列_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  362. CType(Me.最大_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  363. CType(Me.最小_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  364. Me.ResumeLayout(False)
  365. Me.PerformLayout()
  366. End Sub
  367. Friend WithEvents 物料清單_dgv As DataGridView
  368. Friend WithEvents 採購日_dgv As DataGridView
  369. Friend WithEvents 品名_dgv As DataGridView
  370. Friend WithEvents Panel1 As Panel
  371. Friend WithEvents 繪圖1_dgv As DataGridView
  372. Friend WithEvents Chart1 As DataVisualization.Charting.Chart
  373. Friend WithEvents Label14 As Label
  374. Friend WithEvents 數列_NUD As NumericUpDown
  375. Friend WithEvents Label12 As Label
  376. Friend WithEvents 最大_NUD As NumericUpDown
  377. Friend WithEvents 最小_NUD As NumericUpDown
  378. Friend WithEvents Label13 As Label
  379. Friend WithEvents 清除圖表_bt As Button
  380. Friend WithEvents 採購數量_ch As CheckBox
  381. Friend WithEvents 採購平均單價_ch As CheckBox
  382. Friend WithEvents 關鍵字查詢_bt As Button
  383. Friend WithEvents 關鍵字查詢_tb As TextBox
  384. Friend WithEvents 上一筆_bt As Button
  385. Friend WithEvents 下一筆_bt As Button
  386. Friend WithEvents 清除查詢_bt As Button
  387. Friend WithEvents 查詢入圖_bt As Button
  388. Friend WithEvents 長條圖_ch As CheckBox
  389. Friend WithEvents 折線圖_ch As CheckBox
  390. End Class