暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

車輛銷售報表.Designer.vb 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  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 ChartArea5 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  23. Dim Legend5 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  24. Dim Series5 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  25. Dim ChartArea6 As System.Windows.Forms.DataVisualization.Charting.ChartArea = New System.Windows.Forms.DataVisualization.Charting.ChartArea()
  26. Dim Legend6 As System.Windows.Forms.DataVisualization.Charting.Legend = New System.Windows.Forms.DataVisualization.Charting.Legend()
  27. Dim Series6 As System.Windows.Forms.DataVisualization.Charting.Series = New System.Windows.Forms.DataVisualization.Charting.Series()
  28. Me.年份清單_cb = New System.Windows.Forms.ComboBox()
  29. Me.Label1 = New System.Windows.Forms.Label()
  30. Me.月份清單_cb = New System.Windows.Forms.ComboBox()
  31. Me.Label25 = New System.Windows.Forms.Label()
  32. Me.車種_dgv = New System.Windows.Forms.DataGridView()
  33. Me.合計1_dgv = New System.Windows.Forms.DataGridView()
  34. Me.合計2_dgv = New System.Windows.Forms.DataGridView()
  35. Me.日期_dgv = New System.Windows.Forms.DataGridView()
  36. Me.計算_dgv = New System.Windows.Forms.DataGridView()
  37. Me.Chart1 = New System.Windows.Forms.DataVisualization.Charting.Chart()
  38. Me.Chart2 = New System.Windows.Forms.DataVisualization.Charting.Chart()
  39. Me.下一頁_bt = New System.Windows.Forms.Button()
  40. Me.上一頁_bt = New System.Windows.Forms.Button()
  41. Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
  42. CType(Me.車種_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  43. CType(Me.合計1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  44. CType(Me.合計2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  45. CType(Me.日期_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  46. CType(Me.計算_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  47. CType(Me.Chart1, System.ComponentModel.ISupportInitialize).BeginInit()
  48. CType(Me.Chart2, System.ComponentModel.ISupportInitialize).BeginInit()
  49. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
  50. Me.SplitContainer1.Panel1.SuspendLayout()
  51. Me.SplitContainer1.Panel2.SuspendLayout()
  52. Me.SplitContainer1.SuspendLayout()
  53. Me.SuspendLayout()
  54. '
  55. '年份清單_cb
  56. '
  57. Me.年份清單_cb.FormattingEnabled = True
  58. Me.年份清單_cb.Location = New System.Drawing.Point(35, 4)
  59. Me.年份清單_cb.Margin = New System.Windows.Forms.Padding(4)
  60. Me.年份清單_cb.Name = "年份清單_cb"
  61. Me.年份清單_cb.Size = New System.Drawing.Size(74, 24)
  62. Me.年份清單_cb.TabIndex = 1748
  63. '
  64. 'Label1
  65. '
  66. Me.Label1.AutoSize = True
  67. Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
  68. Me.Label1.Location = New System.Drawing.Point(7, 8)
  69. Me.Label1.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  70. Me.Label1.Name = "Label1"
  71. Me.Label1.Size = New System.Drawing.Size(19, 16)
  72. Me.Label1.TabIndex = 1747
  73. Me.Label1.Text = "年"
  74. '
  75. '月份清單_cb
  76. '
  77. Me.月份清單_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold)
  78. Me.月份清單_cb.FormattingEnabled = True
  79. Me.月份清單_cb.Items.AddRange(New Object() {"", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"})
  80. Me.月份清單_cb.Location = New System.Drawing.Point(146, 4)
  81. Me.月份清單_cb.Margin = New System.Windows.Forms.Padding(4)
  82. Me.月份清單_cb.Name = "月份清單_cb"
  83. Me.月份清單_cb.Size = New System.Drawing.Size(71, 24)
  84. Me.月份清單_cb.TabIndex = 1746
  85. '
  86. 'Label25
  87. '
  88. Me.Label25.AutoSize = True
  89. Me.Label25.ImeMode = System.Windows.Forms.ImeMode.NoControl
  90. Me.Label25.Location = New System.Drawing.Point(118, 8)
  91. Me.Label25.Margin = New System.Windows.Forms.Padding(5, 0, 5, 0)
  92. Me.Label25.Name = "Label25"
  93. Me.Label25.Size = New System.Drawing.Size(19, 16)
  94. Me.Label25.TabIndex = 1745
  95. Me.Label25.Text = "月"
  96. '
  97. '車種_dgv
  98. '
  99. Me.車種_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  100. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  101. Me.車種_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  102. Me.車種_dgv.BackgroundColor = System.Drawing.Color.White
  103. Me.車種_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  104. Me.車種_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  105. Me.車種_dgv.Location = New System.Drawing.Point(10, 4)
  106. Me.車種_dgv.Margin = New System.Windows.Forms.Padding(4)
  107. Me.車種_dgv.Name = "車種_dgv"
  108. Me.車種_dgv.RowHeadersWidth = 5
  109. Me.車種_dgv.RowTemplate.Height = 24
  110. Me.車種_dgv.Size = New System.Drawing.Size(230, 306)
  111. Me.車種_dgv.TabIndex = 1749
  112. '
  113. '合計1_dgv
  114. '
  115. Me.合計1_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  116. Me.合計1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  117. Me.合計1_dgv.BackgroundColor = System.Drawing.Color.White
  118. Me.合計1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  119. Me.合計1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  120. Me.合計1_dgv.Location = New System.Drawing.Point(10, 309)
  121. Me.合計1_dgv.Margin = New System.Windows.Forms.Padding(4)
  122. Me.合計1_dgv.Name = "合計1_dgv"
  123. Me.合計1_dgv.RowHeadersWidth = 5
  124. Me.合計1_dgv.RowTemplate.Height = 24
  125. Me.合計1_dgv.Size = New System.Drawing.Size(230, 24)
  126. Me.合計1_dgv.TabIndex = 1913
  127. '
  128. '合計2_dgv
  129. '
  130. Me.合計2_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  131. Me.合計2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  132. Me.合計2_dgv.BackgroundColor = System.Drawing.Color.White
  133. Me.合計2_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  134. Me.合計2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  135. Me.合計2_dgv.Location = New System.Drawing.Point(7, 310)
  136. Me.合計2_dgv.Margin = New System.Windows.Forms.Padding(4)
  137. Me.合計2_dgv.Name = "合計2_dgv"
  138. Me.合計2_dgv.RowHeadersWidth = 5
  139. Me.合計2_dgv.RowTemplate.Height = 24
  140. Me.合計2_dgv.Size = New System.Drawing.Size(230, 24)
  141. Me.合計2_dgv.TabIndex = 1915
  142. '
  143. '日期_dgv
  144. '
  145. Me.日期_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  146. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  147. Me.日期_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  148. Me.日期_dgv.BackgroundColor = System.Drawing.Color.White
  149. Me.日期_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  150. Me.日期_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  151. Me.日期_dgv.Location = New System.Drawing.Point(7, 31)
  152. Me.日期_dgv.Margin = New System.Windows.Forms.Padding(4)
  153. Me.日期_dgv.Name = "日期_dgv"
  154. Me.日期_dgv.RowHeadersWidth = 5
  155. Me.日期_dgv.RowTemplate.Height = 24
  156. Me.日期_dgv.Size = New System.Drawing.Size(230, 280)
  157. Me.日期_dgv.TabIndex = 1914
  158. '
  159. '計算_dgv
  160. '
  161. Me.計算_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  162. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  163. Me.計算_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  164. Me.計算_dgv.BackgroundColor = System.Drawing.Color.White
  165. Me.計算_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  166. Me.計算_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  167. Me.計算_dgv.Location = New System.Drawing.Point(7, 31)
  168. Me.計算_dgv.Margin = New System.Windows.Forms.Padding(4)
  169. Me.計算_dgv.Name = "計算_dgv"
  170. Me.計算_dgv.RowHeadersWidth = 5
  171. Me.計算_dgv.RowTemplate.Height = 24
  172. Me.計算_dgv.Size = New System.Drawing.Size(230, 280)
  173. Me.計算_dgv.TabIndex = 1916
  174. '
  175. 'Chart1
  176. '
  177. Me.Chart1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  178. Or System.Windows.Forms.AnchorStyles.Left) _
  179. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  180. Me.Chart1.BackColor = System.Drawing.Color.Transparent
  181. ChartArea5.AlignmentOrientation = CType((System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Vertical Or System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Horizontal), System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations)
  182. ChartArea5.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  183. ChartArea5.AxisX.IsLabelAutoFit = False
  184. ChartArea5.AxisX.LabelAutoFitStyle = CType((((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont) _
  185. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels) _
  186. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30) _
  187. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep45) _
  188. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap), System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)
  189. ChartArea5.AxisX.LabelStyle.IsStaggered = True
  190. ChartArea5.AxisX.MaximumAutoSize = 100.0!
  191. ChartArea5.AxisX.TitleFont = New System.Drawing.Font("微軟正黑體", 6.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  192. ChartArea5.AxisX2.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  193. ChartArea5.AxisX2.MaximumAutoSize = 100.0!
  194. ChartArea5.AxisY.MaximumAutoSize = 100.0!
  195. ChartArea5.AxisY2.MaximumAutoSize = 100.0!
  196. ChartArea5.Name = "ChartArea1"
  197. Me.Chart1.ChartAreas.Add(ChartArea5)
  198. Legend5.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  199. Legend5.IsTextAutoFit = False
  200. Legend5.Name = "Legend1"
  201. Me.Chart1.Legends.Add(Legend5)
  202. Me.Chart1.Location = New System.Drawing.Point(193, 4)
  203. Me.Chart1.Name = "Chart1"
  204. Series5.ChartArea = "ChartArea1"
  205. Series5.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn
  206. Series5.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  207. Series5.Legend = "Legend1"
  208. Series5.Name = "Series1"
  209. Me.Chart1.Series.Add(Series5)
  210. Me.Chart1.Size = New System.Drawing.Size(1199, 333)
  211. Me.Chart1.TabIndex = 1957
  212. Me.Chart1.Text = "Chart1"
  213. '
  214. 'Chart2
  215. '
  216. Me.Chart2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  217. Or System.Windows.Forms.AnchorStyles.Left) _
  218. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  219. Me.Chart2.BackColor = System.Drawing.Color.Transparent
  220. ChartArea6.AlignmentOrientation = CType((System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Vertical Or System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations.Horizontal), System.Windows.Forms.DataVisualization.Charting.AreaAlignmentOrientations)
  221. ChartArea6.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  222. ChartArea6.AxisX.IsLabelAutoFit = False
  223. ChartArea6.AxisX.LabelAutoFitStyle = CType((((((System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.IncreaseFont Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.DecreaseFont) _
  224. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.StaggeredLabels) _
  225. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep30) _
  226. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.LabelsAngleStep45) _
  227. Or System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles.WordWrap), System.Windows.Forms.DataVisualization.Charting.LabelAutoFitStyles)
  228. ChartArea6.AxisX.LabelStyle.IsStaggered = True
  229. ChartArea6.AxisX.MaximumAutoSize = 100.0!
  230. ChartArea6.AxisX.TitleFont = New System.Drawing.Font("微軟正黑體", 6.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  231. ChartArea6.AxisX2.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount
  232. ChartArea6.AxisX2.MaximumAutoSize = 100.0!
  233. ChartArea6.AxisY.MaximumAutoSize = 100.0!
  234. ChartArea6.AxisY2.MaximumAutoSize = 100.0!
  235. ChartArea6.Name = "ChartArea1"
  236. Me.Chart2.ChartAreas.Add(ChartArea6)
  237. Legend6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  238. Legend6.IsTextAutoFit = False
  239. Legend6.Name = "Legend1"
  240. Me.Chart2.Legends.Add(Legend6)
  241. Me.Chart2.Location = New System.Drawing.Point(190, 6)
  242. Me.Chart2.Name = "Chart2"
  243. Series6.ChartArea = "ChartArea1"
  244. Series6.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.StackedColumn
  245. Series6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  246. Series6.Legend = "Legend1"
  247. Series6.Name = "Series1"
  248. Me.Chart2.Series.Add(Series6)
  249. Me.Chart2.Size = New System.Drawing.Size(1199, 329)
  250. Me.Chart2.TabIndex = 1958
  251. Me.Chart2.Text = "Chart2"
  252. '
  253. '下一頁_bt
  254. '
  255. Me.下一頁_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  256. Me.下一頁_bt.Location = New System.Drawing.Point(1262, 137)
  257. Me.下一頁_bt.Name = "下一頁_bt"
  258. Me.下一頁_bt.Size = New System.Drawing.Size(75, 55)
  259. Me.下一頁_bt.TabIndex = 1960
  260. Me.下一頁_bt.Text = "下一頁"
  261. Me.下一頁_bt.UseVisualStyleBackColor = True
  262. '
  263. '上一頁_bt
  264. '
  265. Me.上一頁_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  266. Me.上一頁_bt.Location = New System.Drawing.Point(1262, 223)
  267. Me.上一頁_bt.Name = "上一頁_bt"
  268. Me.上一頁_bt.Size = New System.Drawing.Size(75, 55)
  269. Me.上一頁_bt.TabIndex = 1961
  270. Me.上一頁_bt.Text = "上一頁"
  271. Me.上一頁_bt.UseVisualStyleBackColor = True
  272. '
  273. 'SplitContainer1
  274. '
  275. Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
  276. Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
  277. Me.SplitContainer1.Name = "SplitContainer1"
  278. Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
  279. '
  280. 'SplitContainer1.Panel1
  281. '
  282. Me.SplitContainer1.Panel1.Controls.Add(Me.Label1)
  283. Me.SplitContainer1.Panel1.Controls.Add(Me.合計2_dgv)
  284. Me.SplitContainer1.Panel1.Controls.Add(Me.Label25)
  285. Me.SplitContainer1.Panel1.Controls.Add(Me.年份清單_cb)
  286. Me.SplitContainer1.Panel1.Controls.Add(Me.月份清單_cb)
  287. Me.SplitContainer1.Panel1.Controls.Add(Me.日期_dgv)
  288. Me.SplitContainer1.Panel1.Controls.Add(Me.計算_dgv)
  289. Me.SplitContainer1.Panel1.Controls.Add(Me.Chart1)
  290. '
  291. 'SplitContainer1.Panel2
  292. '
  293. Me.SplitContainer1.Panel2.Controls.Add(Me.上一頁_bt)
  294. Me.SplitContainer1.Panel2.Controls.Add(Me.合計1_dgv)
  295. Me.SplitContainer1.Panel2.Controls.Add(Me.下一頁_bt)
  296. Me.SplitContainer1.Panel2.Controls.Add(Me.車種_dgv)
  297. Me.SplitContainer1.Panel2.Controls.Add(Me.Chart2)
  298. Me.SplitContainer1.Size = New System.Drawing.Size(1349, 681)
  299. Me.SplitContainer1.SplitterDistance = 340
  300. Me.SplitContainer1.TabIndex = 1962
  301. '
  302. '車輛銷售報表
  303. '
  304. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  305. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  306. Me.ClientSize = New System.Drawing.Size(1349, 681)
  307. Me.Controls.Add(Me.SplitContainer1)
  308. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  309. Me.Margin = New System.Windows.Forms.Padding(4)
  310. Me.Name = "車輛銷售報表"
  311. Me.Text = "車輛銷售報表"
  312. CType(Me.車種_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  313. CType(Me.合計1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  314. CType(Me.合計2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  315. CType(Me.日期_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  316. CType(Me.計算_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  317. CType(Me.Chart1, System.ComponentModel.ISupportInitialize).EndInit()
  318. CType(Me.Chart2, System.ComponentModel.ISupportInitialize).EndInit()
  319. Me.SplitContainer1.Panel1.ResumeLayout(False)
  320. Me.SplitContainer1.Panel1.PerformLayout()
  321. Me.SplitContainer1.Panel2.ResumeLayout(False)
  322. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
  323. Me.SplitContainer1.ResumeLayout(False)
  324. Me.ResumeLayout(False)
  325. End Sub
  326. Friend WithEvents 年份清單_cb As ComboBox
  327. Friend WithEvents Label1 As Label
  328. Friend WithEvents 月份清單_cb As ComboBox
  329. Friend WithEvents Label25 As Label
  330. Friend WithEvents 合計1_dgv As DataGridView
  331. Friend WithEvents 車種_dgv As DataGridView
  332. Friend WithEvents 合計2_dgv As DataGridView
  333. Friend WithEvents 日期_dgv As DataGridView
  334. Friend WithEvents 計算_dgv As DataGridView
  335. Friend WithEvents Chart1 As DataVisualization.Charting.Chart
  336. Friend WithEvents Chart2 As DataVisualization.Charting.Chart
  337. Friend WithEvents 下一頁_bt As Button
  338. Friend WithEvents 上一頁_bt As Button
  339. Friend WithEvents SplitContainer1 As SplitContainer
  340. End Class