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

分類查詢.Designer.vb 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 分類查詢
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請不要使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.GroupBox2 = New System.Windows.Forms.GroupBox()
  23. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  24. Me.Button1 = New System.Windows.Forms.Button()
  25. Me.Button2 = New System.Windows.Forms.Button()
  26. Me.GroupBox5 = New System.Windows.Forms.GroupBox()
  27. Me.RadioButton16 = New System.Windows.Forms.RadioButton()
  28. Me.RadioButton15 = New System.Windows.Forms.RadioButton()
  29. Me.RadioButton14 = New System.Windows.Forms.RadioButton()
  30. Me.RadioButton13 = New System.Windows.Forms.RadioButton()
  31. Me.RadioButton12 = New System.Windows.Forms.RadioButton()
  32. Me.RadioButton11 = New System.Windows.Forms.RadioButton()
  33. Me.RadioButton10 = New System.Windows.Forms.RadioButton()
  34. Me.RadioButton9 = New System.Windows.Forms.RadioButton()
  35. Me.RadioButton8 = New System.Windows.Forms.RadioButton()
  36. Me.RadioButton7 = New System.Windows.Forms.RadioButton()
  37. Me.RadioButton6 = New System.Windows.Forms.RadioButton()
  38. Me.RadioButton5 = New System.Windows.Forms.RadioButton()
  39. Me.RadioButton4 = New System.Windows.Forms.RadioButton()
  40. Me.RadioButton3 = New System.Windows.Forms.RadioButton()
  41. Me.GroupBox4 = New System.Windows.Forms.GroupBox()
  42. Me.RadioButton2 = New System.Windows.Forms.RadioButton()
  43. Me.RadioButton1 = New System.Windows.Forms.RadioButton()
  44. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  45. Me.GroupBox6 = New System.Windows.Forms.GroupBox()
  46. Me.Label3 = New System.Windows.Forms.Label()
  47. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  48. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  49. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  50. Me.GroupBox3 = New System.Windows.Forms.GroupBox()
  51. Me.TextBox4 = New System.Windows.Forms.TextBox()
  52. Me.Label18 = New System.Windows.Forms.Label()
  53. Me.GroupBox2.SuspendLayout()
  54. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  55. Me.GroupBox5.SuspendLayout()
  56. Me.GroupBox4.SuspendLayout()
  57. Me.GroupBox1.SuspendLayout()
  58. Me.GroupBox6.SuspendLayout()
  59. Me.GroupBox3.SuspendLayout()
  60. Me.SuspendLayout()
  61. '
  62. 'GroupBox2
  63. '
  64. Me.GroupBox2.Controls.Add(Me.DataGridView1)
  65. Me.GroupBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  66. Me.GroupBox2.Location = New System.Drawing.Point(295, 15)
  67. Me.GroupBox2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  68. Me.GroupBox2.Name = "GroupBox2"
  69. Me.GroupBox2.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4)
  70. Me.GroupBox2.Size = New System.Drawing.Size(840, 895)
  71. Me.GroupBox2.TabIndex = 166
  72. Me.GroupBox2.TabStop = False
  73. Me.GroupBox2.Text = "帳本清單"
  74. '
  75. 'DataGridView1
  76. '
  77. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  78. Me.DataGridView1.Location = New System.Drawing.Point(12, 26)
  79. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  80. Me.DataGridView1.Name = "DataGridView1"
  81. Me.DataGridView1.RowHeadersWidth = 5
  82. Me.DataGridView1.RowTemplate.Height = 24
  83. Me.DataGridView1.Size = New System.Drawing.Size(813, 860)
  84. Me.DataGridView1.TabIndex = 0
  85. '
  86. 'Button1
  87. '
  88. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  89. Me.Button1.ForeColor = System.Drawing.Color.Blue
  90. Me.Button1.Location = New System.Drawing.Point(21, 26)
  91. Me.Button1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  92. Me.Button1.Name = "Button1"
  93. Me.Button1.Size = New System.Drawing.Size(111, 42)
  94. Me.Button1.TabIndex = 0
  95. Me.Button1.Text = "查詢"
  96. Me.Button1.UseVisualStyleBackColor = True
  97. '
  98. 'Button2
  99. '
  100. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  101. Me.Button2.ForeColor = System.Drawing.Color.Red
  102. Me.Button2.Location = New System.Drawing.Point(136, 26)
  103. Me.Button2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  104. Me.Button2.Name = "Button2"
  105. Me.Button2.Size = New System.Drawing.Size(111, 42)
  106. Me.Button2.TabIndex = 1
  107. Me.Button2.Text = "清空"
  108. Me.Button2.UseVisualStyleBackColor = True
  109. '
  110. 'GroupBox5
  111. '
  112. Me.GroupBox5.Controls.Add(Me.RadioButton16)
  113. Me.GroupBox5.Controls.Add(Me.RadioButton15)
  114. Me.GroupBox5.Controls.Add(Me.RadioButton14)
  115. Me.GroupBox5.Controls.Add(Me.RadioButton13)
  116. Me.GroupBox5.Controls.Add(Me.RadioButton12)
  117. Me.GroupBox5.Controls.Add(Me.RadioButton11)
  118. Me.GroupBox5.Controls.Add(Me.RadioButton10)
  119. Me.GroupBox5.Controls.Add(Me.RadioButton9)
  120. Me.GroupBox5.Controls.Add(Me.RadioButton8)
  121. Me.GroupBox5.Controls.Add(Me.RadioButton7)
  122. Me.GroupBox5.Controls.Add(Me.RadioButton6)
  123. Me.GroupBox5.Controls.Add(Me.RadioButton5)
  124. Me.GroupBox5.Controls.Add(Me.RadioButton4)
  125. Me.GroupBox5.Controls.Add(Me.RadioButton3)
  126. Me.GroupBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  127. Me.GroupBox5.Location = New System.Drawing.Point(17, 342)
  128. Me.GroupBox5.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  129. Me.GroupBox5.Name = "GroupBox5"
  130. Me.GroupBox5.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4)
  131. Me.GroupBox5.Size = New System.Drawing.Size(229, 463)
  132. Me.GroupBox5.TabIndex = 51
  133. Me.GroupBox5.TabStop = False
  134. Me.GroupBox5.Text = "帳目分類"
  135. '
  136. 'RadioButton16
  137. '
  138. Me.RadioButton16.AutoSize = True
  139. Me.RadioButton16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  140. Me.RadioButton16.Location = New System.Drawing.Point(15, 431)
  141. Me.RadioButton16.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  142. Me.RadioButton16.Name = "RadioButton16"
  143. Me.RadioButton16.Size = New System.Drawing.Size(90, 23)
  144. Me.RadioButton16.TabIndex = 15
  145. Me.RadioButton16.TabStop = True
  146. Me.RadioButton16.Text = "其他收入"
  147. Me.RadioButton16.UseVisualStyleBackColor = True
  148. '
  149. 'RadioButton15
  150. '
  151. Me.RadioButton15.AutoSize = True
  152. Me.RadioButton15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  153. Me.RadioButton15.Location = New System.Drawing.Point(19, 400)
  154. Me.RadioButton15.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  155. Me.RadioButton15.Name = "RadioButton15"
  156. Me.RadioButton15.Size = New System.Drawing.Size(60, 23)
  157. Me.RadioButton15.TabIndex = 14
  158. Me.RadioButton15.TabStop = True
  159. Me.RadioButton15.Text = "利息"
  160. Me.RadioButton15.UseVisualStyleBackColor = True
  161. '
  162. 'RadioButton14
  163. '
  164. Me.RadioButton14.AutoSize = True
  165. Me.RadioButton14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  166. Me.RadioButton14.Location = New System.Drawing.Point(19, 369)
  167. Me.RadioButton14.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  168. Me.RadioButton14.Name = "RadioButton14"
  169. Me.RadioButton14.Size = New System.Drawing.Size(90, 23)
  170. Me.RadioButton14.TabIndex = 13
  171. Me.RadioButton14.TabStop = True
  172. Me.RadioButton14.Text = "薪資收入"
  173. Me.RadioButton14.UseVisualStyleBackColor = True
  174. '
  175. 'RadioButton13
  176. '
  177. Me.RadioButton13.AutoSize = True
  178. Me.RadioButton13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  179. Me.RadioButton13.Location = New System.Drawing.Point(19, 338)
  180. Me.RadioButton13.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  181. Me.RadioButton13.Name = "RadioButton13"
  182. Me.RadioButton13.Size = New System.Drawing.Size(90, 23)
  183. Me.RadioButton13.TabIndex = 12
  184. Me.RadioButton13.TabStop = True
  185. Me.RadioButton13.Text = "其他支出"
  186. Me.RadioButton13.UseVisualStyleBackColor = True
  187. '
  188. 'RadioButton12
  189. '
  190. Me.RadioButton12.AutoSize = True
  191. Me.RadioButton12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  192. Me.RadioButton12.Location = New System.Drawing.Point(19, 307)
  193. Me.RadioButton12.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  194. Me.RadioButton12.Name = "RadioButton12"
  195. Me.RadioButton12.Size = New System.Drawing.Size(75, 23)
  196. Me.RadioButton12.TabIndex = 11
  197. Me.RadioButton12.TabStop = True
  198. Me.RadioButton12.Text = "醫療費"
  199. Me.RadioButton12.UseVisualStyleBackColor = True
  200. '
  201. 'RadioButton11
  202. '
  203. Me.RadioButton11.AutoSize = True
  204. Me.RadioButton11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  205. Me.RadioButton11.Location = New System.Drawing.Point(19, 276)
  206. Me.RadioButton11.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  207. Me.RadioButton11.Name = "RadioButton11"
  208. Me.RadioButton11.Size = New System.Drawing.Size(75, 23)
  209. Me.RadioButton11.TabIndex = 10
  210. Me.RadioButton11.TabStop = True
  211. Me.RadioButton11.Text = "務公費"
  212. Me.RadioButton11.UseVisualStyleBackColor = True
  213. '
  214. 'RadioButton10
  215. '
  216. Me.RadioButton10.AutoSize = True
  217. Me.RadioButton10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  218. Me.RadioButton10.Location = New System.Drawing.Point(19, 245)
  219. Me.RadioButton10.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  220. Me.RadioButton10.Name = "RadioButton10"
  221. Me.RadioButton10.Size = New System.Drawing.Size(75, 23)
  222. Me.RadioButton10.TabIndex = 9
  223. Me.RadioButton10.TabStop = True
  224. Me.RadioButton10.Text = "家用費"
  225. Me.RadioButton10.UseVisualStyleBackColor = True
  226. '
  227. 'RadioButton9
  228. '
  229. Me.RadioButton9.AutoSize = True
  230. Me.RadioButton9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  231. Me.RadioButton9.Location = New System.Drawing.Point(19, 214)
  232. Me.RadioButton9.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  233. Me.RadioButton9.Name = "RadioButton9"
  234. Me.RadioButton9.Size = New System.Drawing.Size(75, 23)
  235. Me.RadioButton9.TabIndex = 8
  236. Me.RadioButton9.TabStop = True
  237. Me.RadioButton9.Text = "娛樂費"
  238. Me.RadioButton9.UseVisualStyleBackColor = True
  239. '
  240. 'RadioButton8
  241. '
  242. Me.RadioButton8.AutoSize = True
  243. Me.RadioButton8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  244. Me.RadioButton8.Location = New System.Drawing.Point(19, 183)
  245. Me.RadioButton8.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  246. Me.RadioButton8.Name = "RadioButton8"
  247. Me.RadioButton8.Size = New System.Drawing.Size(75, 23)
  248. Me.RadioButton8.TabIndex = 7
  249. Me.RadioButton8.TabStop = True
  250. Me.RadioButton8.Text = "交際費"
  251. Me.RadioButton8.UseVisualStyleBackColor = True
  252. '
  253. 'RadioButton7
  254. '
  255. Me.RadioButton7.AutoSize = True
  256. Me.RadioButton7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  257. Me.RadioButton7.Location = New System.Drawing.Point(19, 152)
  258. Me.RadioButton7.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  259. Me.RadioButton7.Name = "RadioButton7"
  260. Me.RadioButton7.Size = New System.Drawing.Size(75, 23)
  261. Me.RadioButton7.TabIndex = 6
  262. Me.RadioButton7.TabStop = True
  263. Me.RadioButton7.Text = "伙食費"
  264. Me.RadioButton7.UseVisualStyleBackColor = True
  265. '
  266. 'RadioButton6
  267. '
  268. Me.RadioButton6.AutoSize = True
  269. Me.RadioButton6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  270. Me.RadioButton6.Location = New System.Drawing.Point(19, 121)
  271. Me.RadioButton6.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  272. Me.RadioButton6.Name = "RadioButton6"
  273. Me.RadioButton6.Size = New System.Drawing.Size(75, 23)
  274. Me.RadioButton6.TabIndex = 5
  275. Me.RadioButton6.TabStop = True
  276. Me.RadioButton6.Text = "住宿費"
  277. Me.RadioButton6.UseVisualStyleBackColor = True
  278. '
  279. 'RadioButton5
  280. '
  281. Me.RadioButton5.AutoSize = True
  282. Me.RadioButton5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  283. Me.RadioButton5.Location = New System.Drawing.Point(19, 90)
  284. Me.RadioButton5.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  285. Me.RadioButton5.Name = "RadioButton5"
  286. Me.RadioButton5.Size = New System.Drawing.Size(75, 23)
  287. Me.RadioButton5.TabIndex = 4
  288. Me.RadioButton5.TabStop = True
  289. Me.RadioButton5.Text = "交通費"
  290. Me.RadioButton5.UseVisualStyleBackColor = True
  291. '
  292. 'RadioButton4
  293. '
  294. Me.RadioButton4.AutoSize = True
  295. Me.RadioButton4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  296. Me.RadioButton4.Location = New System.Drawing.Point(19, 59)
  297. Me.RadioButton4.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  298. Me.RadioButton4.Name = "RadioButton4"
  299. Me.RadioButton4.Size = New System.Drawing.Size(75, 23)
  300. Me.RadioButton4.TabIndex = 3
  301. Me.RadioButton4.TabStop = True
  302. Me.RadioButton4.Text = "手續費"
  303. Me.RadioButton4.UseVisualStyleBackColor = True
  304. '
  305. 'RadioButton3
  306. '
  307. Me.RadioButton3.AutoSize = True
  308. Me.RadioButton3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  309. Me.RadioButton3.Location = New System.Drawing.Point(19, 28)
  310. Me.RadioButton3.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  311. Me.RadioButton3.Name = "RadioButton3"
  312. Me.RadioButton3.Size = New System.Drawing.Size(75, 23)
  313. Me.RadioButton3.TabIndex = 2
  314. Me.RadioButton3.TabStop = True
  315. Me.RadioButton3.Text = "互沖帳"
  316. Me.RadioButton3.UseVisualStyleBackColor = True
  317. '
  318. 'GroupBox4
  319. '
  320. Me.GroupBox4.Controls.Add(Me.RadioButton2)
  321. Me.GroupBox4.Controls.Add(Me.RadioButton1)
  322. Me.GroupBox4.Location = New System.Drawing.Point(17, 269)
  323. Me.GroupBox4.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  324. Me.GroupBox4.Name = "GroupBox4"
  325. Me.GroupBox4.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4)
  326. Me.GroupBox4.Size = New System.Drawing.Size(229, 66)
  327. Me.GroupBox4.TabIndex = 39
  328. Me.GroupBox4.TabStop = False
  329. Me.GroupBox4.Text = "幣別種類"
  330. '
  331. 'RadioButton2
  332. '
  333. Me.RadioButton2.AutoSize = True
  334. Me.RadioButton2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  335. Me.RadioButton2.Location = New System.Drawing.Point(105, 28)
  336. Me.RadioButton2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  337. Me.RadioButton2.Name = "RadioButton2"
  338. Me.RadioButton2.Size = New System.Drawing.Size(75, 23)
  339. Me.RadioButton2.TabIndex = 1
  340. Me.RadioButton2.TabStop = True
  341. Me.RadioButton2.Text = "人民幣"
  342. Me.RadioButton2.UseVisualStyleBackColor = True
  343. '
  344. 'RadioButton1
  345. '
  346. Me.RadioButton1.AutoSize = True
  347. Me.RadioButton1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  348. Me.RadioButton1.Location = New System.Drawing.Point(19, 28)
  349. Me.RadioButton1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  350. Me.RadioButton1.Name = "RadioButton1"
  351. Me.RadioButton1.Size = New System.Drawing.Size(60, 23)
  352. Me.RadioButton1.TabIndex = 0
  353. Me.RadioButton1.TabStop = True
  354. Me.RadioButton1.Text = "台幣"
  355. Me.RadioButton1.UseVisualStyleBackColor = True
  356. '
  357. 'GroupBox1
  358. '
  359. Me.GroupBox1.Controls.Add(Me.GroupBox6)
  360. Me.GroupBox1.Controls.Add(Me.GroupBox5)
  361. Me.GroupBox1.Controls.Add(Me.GroupBox4)
  362. Me.GroupBox1.Controls.Add(Me.Button1)
  363. Me.GroupBox1.Controls.Add(Me.Button2)
  364. Me.GroupBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  365. Me.GroupBox1.Location = New System.Drawing.Point(16, 15)
  366. Me.GroupBox1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  367. Me.GroupBox1.Name = "GroupBox1"
  368. Me.GroupBox1.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4)
  369. Me.GroupBox1.Size = New System.Drawing.Size(271, 819)
  370. Me.GroupBox1.TabIndex = 198
  371. Me.GroupBox1.TabStop = False
  372. Me.GroupBox1.Text = "查詢選項"
  373. '
  374. 'GroupBox6
  375. '
  376. Me.GroupBox6.Controls.Add(Me.Label3)
  377. Me.GroupBox6.Controls.Add(Me.DateTimePicker2)
  378. Me.GroupBox6.Controls.Add(Me.DateTimePicker1)
  379. Me.GroupBox6.Controls.Add(Me.CheckBox1)
  380. Me.GroupBox6.Location = New System.Drawing.Point(17, 76)
  381. Me.GroupBox6.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  382. Me.GroupBox6.Name = "GroupBox6"
  383. Me.GroupBox6.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4)
  384. Me.GroupBox6.Size = New System.Drawing.Size(229, 185)
  385. Me.GroupBox6.TabIndex = 52
  386. Me.GroupBox6.TabStop = False
  387. Me.GroupBox6.Text = "日期條件"
  388. '
  389. 'Label3
  390. '
  391. Me.Label3.AutoSize = True
  392. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  393. Me.Label3.Location = New System.Drawing.Point(81, 105)
  394. Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  395. Me.Label3.Name = "Label3"
  396. Me.Label3.Size = New System.Drawing.Size(24, 19)
  397. Me.Label3.TabIndex = 19
  398. Me.Label3.Text = "至"
  399. '
  400. 'DateTimePicker2
  401. '
  402. Me.DateTimePicker2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  403. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  404. Me.DateTimePicker2.Location = New System.Drawing.Point(19, 134)
  405. Me.DateTimePicker2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  406. Me.DateTimePicker2.Name = "DateTimePicker2"
  407. Me.DateTimePicker2.Size = New System.Drawing.Size(145, 27)
  408. Me.DateTimePicker2.TabIndex = 18
  409. '
  410. 'DateTimePicker1
  411. '
  412. Me.DateTimePicker1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  413. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  414. Me.DateTimePicker1.Location = New System.Drawing.Point(19, 65)
  415. Me.DateTimePicker1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  416. Me.DateTimePicker1.Name = "DateTimePicker1"
  417. Me.DateTimePicker1.Size = New System.Drawing.Size(145, 27)
  418. Me.DateTimePicker1.TabIndex = 17
  419. '
  420. 'CheckBox1
  421. '
  422. Me.CheckBox1.AutoSize = True
  423. Me.CheckBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  424. Me.CheckBox1.Location = New System.Drawing.Point(8, 28)
  425. Me.CheckBox1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  426. Me.CheckBox1.Name = "CheckBox1"
  427. Me.CheckBox1.Size = New System.Drawing.Size(151, 23)
  428. Me.CheckBox1.TabIndex = 0
  429. Me.CheckBox1.Text = "是否加入時間區間"
  430. Me.CheckBox1.UseVisualStyleBackColor = True
  431. '
  432. 'GroupBox3
  433. '
  434. Me.GroupBox3.Controls.Add(Me.TextBox4)
  435. Me.GroupBox3.Controls.Add(Me.Label18)
  436. Me.GroupBox3.Location = New System.Drawing.Point(16, 842)
  437. Me.GroupBox3.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  438. Me.GroupBox3.Name = "GroupBox3"
  439. Me.GroupBox3.Padding = New System.Windows.Forms.Padding(4, 4, 4, 4)
  440. Me.GroupBox3.Size = New System.Drawing.Size(271, 68)
  441. Me.GroupBox3.TabIndex = 199
  442. Me.GroupBox3.TabStop = False
  443. Me.GroupBox3.Text = "加總"
  444. '
  445. 'TextBox4
  446. '
  447. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  448. Me.TextBox4.ForeColor = System.Drawing.Color.Red
  449. Me.TextBox4.Location = New System.Drawing.Point(116, 19)
  450. Me.TextBox4.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  451. Me.TextBox4.Name = "TextBox4"
  452. Me.TextBox4.Size = New System.Drawing.Size(145, 27)
  453. Me.TextBox4.TabIndex = 11
  454. '
  455. 'Label18
  456. '
  457. Me.Label18.AutoSize = True
  458. Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  459. Me.Label18.Location = New System.Drawing.Point(16, 22)
  460. Me.Label18.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  461. Me.Label18.Name = "Label18"
  462. Me.Label18.Size = New System.Drawing.Size(39, 19)
  463. Me.Label18.TabIndex = 10
  464. Me.Label18.Text = ".........."
  465. '
  466. '分類查詢
  467. '
  468. Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!)
  469. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  470. Me.ClientSize = New System.Drawing.Size(1148, 923)
  471. Me.Controls.Add(Me.GroupBox3)
  472. Me.Controls.Add(Me.GroupBox1)
  473. Me.Controls.Add(Me.GroupBox2)
  474. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  475. Me.Name = "分類查詢"
  476. Me.Text = "分類查詢"
  477. Me.GroupBox2.ResumeLayout(False)
  478. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  479. Me.GroupBox5.ResumeLayout(False)
  480. Me.GroupBox5.PerformLayout()
  481. Me.GroupBox4.ResumeLayout(False)
  482. Me.GroupBox4.PerformLayout()
  483. Me.GroupBox1.ResumeLayout(False)
  484. Me.GroupBox6.ResumeLayout(False)
  485. Me.GroupBox6.PerformLayout()
  486. Me.GroupBox3.ResumeLayout(False)
  487. Me.GroupBox3.PerformLayout()
  488. Me.ResumeLayout(False)
  489. End Sub
  490. Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
  491. Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
  492. Friend WithEvents Button1 As System.Windows.Forms.Button
  493. Friend WithEvents Button2 As System.Windows.Forms.Button
  494. Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
  495. Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
  496. Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  497. Friend WithEvents RadioButton16 As System.Windows.Forms.RadioButton
  498. Friend WithEvents RadioButton15 As System.Windows.Forms.RadioButton
  499. Friend WithEvents RadioButton14 As System.Windows.Forms.RadioButton
  500. Friend WithEvents RadioButton13 As System.Windows.Forms.RadioButton
  501. Friend WithEvents RadioButton12 As System.Windows.Forms.RadioButton
  502. Friend WithEvents RadioButton11 As System.Windows.Forms.RadioButton
  503. Friend WithEvents RadioButton10 As System.Windows.Forms.RadioButton
  504. Friend WithEvents RadioButton9 As System.Windows.Forms.RadioButton
  505. Friend WithEvents RadioButton8 As System.Windows.Forms.RadioButton
  506. Friend WithEvents RadioButton7 As System.Windows.Forms.RadioButton
  507. Friend WithEvents RadioButton6 As System.Windows.Forms.RadioButton
  508. Friend WithEvents RadioButton5 As System.Windows.Forms.RadioButton
  509. Friend WithEvents RadioButton4 As System.Windows.Forms.RadioButton
  510. Friend WithEvents RadioButton3 As System.Windows.Forms.RadioButton
  511. Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton
  512. Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton
  513. Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
  514. Friend WithEvents Label18 As System.Windows.Forms.Label
  515. Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
  516. Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox
  517. Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
  518. Friend WithEvents DateTimePicker2 As System.Windows.Forms.DateTimePicker
  519. Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
  520. Friend WithEvents Label3 As System.Windows.Forms.Label
  521. End Class