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

營運成本收支單_對帳表.Designer.vb 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606
  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.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.Label4 = New System.Windows.Forms.Label()
  25. Me.TextBox1 = New System.Windows.Forms.TextBox()
  26. Me.TextBox7 = New System.Windows.Forms.TextBox()
  27. Me.Label9 = New System.Windows.Forms.Label()
  28. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  29. Me.Label62 = New System.Windows.Forms.Label()
  30. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  31. Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  32. Me.關鍵字查詢ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  33. Me.對帳記錄存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  34. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  35. Me.BBBToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  36. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  37. Me.TextBox2 = New System.Windows.Forms.TextBox()
  38. Me.Label5 = New System.Windows.Forms.Label()
  39. Me.TextBox3 = New System.Windows.Forms.TextBox()
  40. Me.Label6 = New System.Windows.Forms.Label()
  41. Me.TextBox4 = New System.Windows.Forms.TextBox()
  42. Me.Label7 = New System.Windows.Forms.Label()
  43. Me.TextBox5 = New System.Windows.Forms.TextBox()
  44. Me.Label8 = New System.Windows.Forms.Label()
  45. Me.TextBox6 = New System.Windows.Forms.TextBox()
  46. Me.Label10 = New System.Windows.Forms.Label()
  47. Me.CheckBox4 = New System.Windows.Forms.CheckBox()
  48. Me.CheckBox5 = New System.Windows.Forms.CheckBox()
  49. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  50. Me.TextBox8 = New System.Windows.Forms.TextBox()
  51. Me.Label1 = New System.Windows.Forms.Label()
  52. Me.TextBox9 = New System.Windows.Forms.TextBox()
  53. Me.Label3 = New System.Windows.Forms.Label()
  54. Me.TextBox10 = New System.Windows.Forms.TextBox()
  55. Me.Label11 = New System.Windows.Forms.Label()
  56. Me.TextBox11 = New System.Windows.Forms.TextBox()
  57. Me.Label12 = New System.Windows.Forms.Label()
  58. Me.TextBox12 = New System.Windows.Forms.TextBox()
  59. Me.Label13 = New System.Windows.Forms.Label()
  60. Me.TextBox13 = New System.Windows.Forms.TextBox()
  61. Me.Label14 = New System.Windows.Forms.Label()
  62. Me.一般月 = New System.Windows.Forms.CheckBox()
  63. Me.會計月 = New System.Windows.Forms.CheckBox()
  64. Me.Button2 = New System.Windows.Forms.Button()
  65. Me.Button1 = New System.Windows.Forms.Button()
  66. Me.Label15 = New System.Windows.Forms.Label()
  67. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  68. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  69. Me.Button3 = New System.Windows.Forms.Button()
  70. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  71. Me.ContextMenuStrip1.SuspendLayout()
  72. Me.SuspendLayout()
  73. '
  74. 'Label4
  75. '
  76. Me.Label4.AutoSize = True
  77. Me.Label4.ForeColor = System.Drawing.Color.Green
  78. Me.Label4.Location = New System.Drawing.Point(310, 8)
  79. Me.Label4.Name = "Label4"
  80. Me.Label4.Size = New System.Drawing.Size(32, 16)
  81. Me.Label4.TabIndex = 1015
  82. Me.Label4.Text = "單號"
  83. '
  84. 'TextBox1
  85. '
  86. Me.TextBox1.ForeColor = System.Drawing.Color.Green
  87. Me.TextBox1.Location = New System.Drawing.Point(342, 5)
  88. Me.TextBox1.Name = "TextBox1"
  89. Me.TextBox1.Size = New System.Drawing.Size(148, 23)
  90. Me.TextBox1.TabIndex = 1014
  91. Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  92. '
  93. 'TextBox7
  94. '
  95. Me.TextBox7.ForeColor = System.Drawing.Color.Green
  96. Me.TextBox7.Location = New System.Drawing.Point(998, 4)
  97. Me.TextBox7.Name = "TextBox7"
  98. Me.TextBox7.Size = New System.Drawing.Size(90, 23)
  99. Me.TextBox7.TabIndex = 1013
  100. Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  101. '
  102. 'Label9
  103. '
  104. Me.Label9.AutoSize = True
  105. Me.Label9.ForeColor = System.Drawing.Color.Green
  106. Me.Label9.Location = New System.Drawing.Point(966, 8)
  107. Me.Label9.Name = "Label9"
  108. Me.Label9.Size = New System.Drawing.Size(32, 16)
  109. Me.Label9.TabIndex = 1012
  110. Me.Label9.Text = "現金"
  111. '
  112. 'DataGridView1
  113. '
  114. Me.DataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  115. Or System.Windows.Forms.AnchorStyles.Left) _
  116. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  117. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  118. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  119. Me.DataGridView1.Location = New System.Drawing.Point(7, 56)
  120. Me.DataGridView1.Name = "DataGridView1"
  121. Me.DataGridView1.RowHeadersWidth = 5
  122. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  123. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle2
  124. Me.DataGridView1.RowTemplate.Height = 24
  125. Me.DataGridView1.Size = New System.Drawing.Size(1761, 660)
  126. Me.DataGridView1.TabIndex = 1006
  127. '
  128. 'Label62
  129. '
  130. Me.Label62.AutoSize = True
  131. Me.Label62.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  132. Me.Label62.ForeColor = System.Drawing.Color.Red
  133. Me.Label62.Location = New System.Drawing.Point(339, 33)
  134. Me.Label62.Name = "Label62"
  135. Me.Label62.Size = New System.Drawing.Size(140, 16)
  136. Me.Label62.TabIndex = 1005
  137. Me.Label62.Text = "資 料 尚 未 存 檔"
  138. Me.Label62.Visible = False
  139. '
  140. 'ContextMenuStrip1
  141. '
  142. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.關鍵字查詢ToolStripMenuItem, Me.對帳記錄存檔ToolStripMenuItem, Me.ToolStripSeparator2, Me.BBBToolStripMenuItem})
  143. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  144. Me.ContextMenuStrip1.Size = New System.Drawing.Size(181, 120)
  145. '
  146. '重新整理ToolStripMenuItem
  147. '
  148. Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
  149. Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  150. Me.重新整理ToolStripMenuItem.Text = "重新整理"
  151. '
  152. '關鍵字查詢ToolStripMenuItem
  153. '
  154. Me.關鍵字查詢ToolStripMenuItem.Name = "關鍵字查詢ToolStripMenuItem"
  155. Me.關鍵字查詢ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  156. Me.關鍵字查詢ToolStripMenuItem.Text = "關鍵字查詢"
  157. '
  158. '對帳記錄存檔ToolStripMenuItem
  159. '
  160. Me.對帳記錄存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
  161. Me.對帳記錄存檔ToolStripMenuItem.Name = "對帳記錄存檔ToolStripMenuItem"
  162. Me.對帳記錄存檔ToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  163. Me.對帳記錄存檔ToolStripMenuItem.Text = "對帳記錄存檔"
  164. '
  165. 'ToolStripSeparator2
  166. '
  167. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  168. Me.ToolStripSeparator2.Size = New System.Drawing.Size(167, 6)
  169. '
  170. 'BBBToolStripMenuItem
  171. '
  172. Me.BBBToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  173. Me.BBBToolStripMenuItem.Name = "BBBToolStripMenuItem"
  174. Me.BBBToolStripMenuItem.Size = New System.Drawing.Size(170, 22)
  175. Me.BBBToolStripMenuItem.Text = "列印成EXCEL"
  176. '
  177. 'Timer1
  178. '
  179. Me.Timer1.Interval = 500
  180. '
  181. 'TextBox2
  182. '
  183. Me.TextBox2.ForeColor = System.Drawing.Color.Green
  184. Me.TextBox2.Location = New System.Drawing.Point(1123, 4)
  185. Me.TextBox2.Name = "TextBox2"
  186. Me.TextBox2.Size = New System.Drawing.Size(90, 23)
  187. Me.TextBox2.TabIndex = 1017
  188. Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  189. '
  190. 'Label5
  191. '
  192. Me.Label5.AutoSize = True
  193. Me.Label5.ForeColor = System.Drawing.Color.Green
  194. Me.Label5.Location = New System.Drawing.Point(1090, 8)
  195. Me.Label5.Name = "Label5"
  196. Me.Label5.Size = New System.Drawing.Size(32, 16)
  197. Me.Label5.TabIndex = 1016
  198. Me.Label5.Text = "支出"
  199. '
  200. 'TextBox3
  201. '
  202. Me.TextBox3.ForeColor = System.Drawing.Color.Green
  203. Me.TextBox3.Location = New System.Drawing.Point(1249, 4)
  204. Me.TextBox3.Name = "TextBox3"
  205. Me.TextBox3.Size = New System.Drawing.Size(90, 23)
  206. Me.TextBox3.TabIndex = 1019
  207. Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  208. '
  209. 'Label6
  210. '
  211. Me.Label6.AutoSize = True
  212. Me.Label6.ForeColor = System.Drawing.Color.Green
  213. Me.Label6.Location = New System.Drawing.Point(1215, 8)
  214. Me.Label6.Name = "Label6"
  215. Me.Label6.Size = New System.Drawing.Size(32, 16)
  216. Me.Label6.TabIndex = 1018
  217. Me.Label6.Text = "損益"
  218. '
  219. 'TextBox4
  220. '
  221. Me.TextBox4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  222. Me.TextBox4.Location = New System.Drawing.Point(1249, 29)
  223. Me.TextBox4.Name = "TextBox4"
  224. Me.TextBox4.Size = New System.Drawing.Size(90, 23)
  225. Me.TextBox4.TabIndex = 1025
  226. Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  227. '
  228. 'Label7
  229. '
  230. Me.Label7.AutoSize = True
  231. Me.Label7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  232. Me.Label7.Location = New System.Drawing.Point(1215, 32)
  233. Me.Label7.Name = "Label7"
  234. Me.Label7.Size = New System.Drawing.Size(32, 16)
  235. Me.Label7.TabIndex = 1024
  236. Me.Label7.Text = "損益"
  237. '
  238. 'TextBox5
  239. '
  240. Me.TextBox5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  241. Me.TextBox5.Location = New System.Drawing.Point(1123, 29)
  242. Me.TextBox5.Name = "TextBox5"
  243. Me.TextBox5.Size = New System.Drawing.Size(90, 23)
  244. Me.TextBox5.TabIndex = 1023
  245. Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  246. '
  247. 'Label8
  248. '
  249. Me.Label8.AutoSize = True
  250. Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  251. Me.Label8.Location = New System.Drawing.Point(1090, 33)
  252. Me.Label8.Name = "Label8"
  253. Me.Label8.Size = New System.Drawing.Size(32, 16)
  254. Me.Label8.TabIndex = 1022
  255. Me.Label8.Text = "支出"
  256. '
  257. 'TextBox6
  258. '
  259. Me.TextBox6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  260. Me.TextBox6.Location = New System.Drawing.Point(998, 29)
  261. Me.TextBox6.Name = "TextBox6"
  262. Me.TextBox6.Size = New System.Drawing.Size(90, 23)
  263. Me.TextBox6.TabIndex = 1021
  264. Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  265. '
  266. 'Label10
  267. '
  268. Me.Label10.AutoSize = True
  269. Me.Label10.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  270. Me.Label10.Location = New System.Drawing.Point(966, 33)
  271. Me.Label10.Name = "Label10"
  272. Me.Label10.Size = New System.Drawing.Size(32, 16)
  273. Me.Label10.TabIndex = 1020
  274. Me.Label10.Text = "現金"
  275. '
  276. 'CheckBox4
  277. '
  278. Me.CheckBox4.AutoSize = True
  279. Me.CheckBox4.Location = New System.Drawing.Point(1345, 5)
  280. Me.CheckBox4.Name = "CheckBox4"
  281. Me.CheckBox4.Size = New System.Drawing.Size(135, 20)
  282. Me.CheckBox4.TabIndex = 1026
  283. Me.CheckBox4.Text = "隱藏申請、審核資訊"
  284. Me.CheckBox4.UseVisualStyleBackColor = True
  285. '
  286. 'CheckBox5
  287. '
  288. Me.CheckBox5.AutoSize = True
  289. Me.CheckBox5.Location = New System.Drawing.Point(1345, 30)
  290. Me.CheckBox5.Name = "CheckBox5"
  291. Me.CheckBox5.Size = New System.Drawing.Size(135, 20)
  292. Me.CheckBox5.TabIndex = 1027
  293. Me.CheckBox5.Text = "隱藏作帳、點交資訊"
  294. Me.CheckBox5.UseVisualStyleBackColor = True
  295. '
  296. 'CheckBox1
  297. '
  298. Me.CheckBox1.AutoSize = True
  299. Me.CheckBox1.Location = New System.Drawing.Point(1486, 4)
  300. Me.CheckBox1.Name = "CheckBox1"
  301. Me.CheckBox1.Size = New System.Drawing.Size(111, 20)
  302. Me.CheckBox1.TabIndex = 1028
  303. Me.CheckBox1.Text = "只顯示支票資料"
  304. Me.CheckBox1.UseVisualStyleBackColor = True
  305. '
  306. 'TextBox8
  307. '
  308. Me.TextBox8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  309. Me.TextBox8.Location = New System.Drawing.Point(874, 29)
  310. Me.TextBox8.Name = "TextBox8"
  311. Me.TextBox8.Size = New System.Drawing.Size(90, 23)
  312. Me.TextBox8.TabIndex = 1032
  313. Me.TextBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  314. '
  315. 'Label1
  316. '
  317. Me.Label1.AutoSize = True
  318. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  319. Me.Label1.Location = New System.Drawing.Point(828, 33)
  320. Me.Label1.Name = "Label1"
  321. Me.Label1.Size = New System.Drawing.Size(44, 16)
  322. Me.Label1.TabIndex = 1031
  323. Me.Label1.Text = "零用金"
  324. '
  325. 'TextBox9
  326. '
  327. Me.TextBox9.ForeColor = System.Drawing.Color.Green
  328. Me.TextBox9.Location = New System.Drawing.Point(874, 4)
  329. Me.TextBox9.Name = "TextBox9"
  330. Me.TextBox9.Size = New System.Drawing.Size(90, 23)
  331. Me.TextBox9.TabIndex = 1030
  332. Me.TextBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  333. '
  334. 'Label3
  335. '
  336. Me.Label3.AutoSize = True
  337. Me.Label3.ForeColor = System.Drawing.Color.Green
  338. Me.Label3.Location = New System.Drawing.Point(828, 8)
  339. Me.Label3.Name = "Label3"
  340. Me.Label3.Size = New System.Drawing.Size(44, 16)
  341. Me.Label3.TabIndex = 1029
  342. Me.Label3.Text = "零用金"
  343. '
  344. 'TextBox10
  345. '
  346. Me.TextBox10.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  347. Me.TextBox10.Location = New System.Drawing.Point(732, 29)
  348. Me.TextBox10.Name = "TextBox10"
  349. Me.TextBox10.Size = New System.Drawing.Size(90, 23)
  350. Me.TextBox10.TabIndex = 1036
  351. Me.TextBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  352. '
  353. 'Label11
  354. '
  355. Me.Label11.AutoSize = True
  356. Me.Label11.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  357. Me.Label11.Location = New System.Drawing.Point(662, 33)
  358. Me.Label11.Name = "Label11"
  359. Me.Label11.Size = New System.Drawing.Size(68, 16)
  360. Me.Label11.TabIndex = 1035
  361. Me.Label11.Text = "已兌現支票"
  362. '
  363. 'TextBox11
  364. '
  365. Me.TextBox11.ForeColor = System.Drawing.Color.Green
  366. Me.TextBox11.Location = New System.Drawing.Point(732, 4)
  367. Me.TextBox11.Name = "TextBox11"
  368. Me.TextBox11.Size = New System.Drawing.Size(90, 23)
  369. Me.TextBox11.TabIndex = 1034
  370. Me.TextBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  371. '
  372. 'Label12
  373. '
  374. Me.Label12.AutoSize = True
  375. Me.Label12.ForeColor = System.Drawing.Color.Green
  376. Me.Label12.Location = New System.Drawing.Point(662, 8)
  377. Me.Label12.Name = "Label12"
  378. Me.Label12.Size = New System.Drawing.Size(68, 16)
  379. Me.Label12.TabIndex = 1033
  380. Me.Label12.Text = "已兌現支票"
  381. '
  382. 'TextBox12
  383. '
  384. Me.TextBox12.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  385. Me.TextBox12.Location = New System.Drawing.Point(566, 30)
  386. Me.TextBox12.Name = "TextBox12"
  387. Me.TextBox12.Size = New System.Drawing.Size(90, 23)
  388. Me.TextBox12.TabIndex = 1040
  389. Me.TextBox12.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  390. '
  391. 'Label13
  392. '
  393. Me.Label13.AutoSize = True
  394. Me.Label13.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  395. Me.Label13.Location = New System.Drawing.Point(496, 34)
  396. Me.Label13.Name = "Label13"
  397. Me.Label13.Size = New System.Drawing.Size(68, 16)
  398. Me.Label13.TabIndex = 1039
  399. Me.Label13.Text = "未兌現支票"
  400. '
  401. 'TextBox13
  402. '
  403. Me.TextBox13.ForeColor = System.Drawing.Color.Green
  404. Me.TextBox13.Location = New System.Drawing.Point(566, 5)
  405. Me.TextBox13.Name = "TextBox13"
  406. Me.TextBox13.Size = New System.Drawing.Size(90, 23)
  407. Me.TextBox13.TabIndex = 1038
  408. Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  409. '
  410. 'Label14
  411. '
  412. Me.Label14.AutoSize = True
  413. Me.Label14.ForeColor = System.Drawing.Color.Green
  414. Me.Label14.Location = New System.Drawing.Point(496, 9)
  415. Me.Label14.Name = "Label14"
  416. Me.Label14.Size = New System.Drawing.Size(68, 16)
  417. Me.Label14.TabIndex = 1037
  418. Me.Label14.Text = "未兌現支票"
  419. '
  420. '一般月
  421. '
  422. Me.一般月.AutoSize = True
  423. Me.一般月.Location = New System.Drawing.Point(144, 32)
  424. Me.一般月.Name = "一般月"
  425. Me.一般月.Size = New System.Drawing.Size(63, 20)
  426. Me.一般月.TabIndex = 1107
  427. Me.一般月.Text = "一般月"
  428. Me.一般月.UseVisualStyleBackColor = True
  429. '
  430. '會計月
  431. '
  432. Me.會計月.AutoSize = True
  433. Me.會計月.Checked = True
  434. Me.會計月.CheckState = System.Windows.Forms.CheckState.Checked
  435. Me.會計月.Location = New System.Drawing.Point(33, 31)
  436. Me.會計月.Name = "會計月"
  437. Me.會計月.Size = New System.Drawing.Size(63, 20)
  438. Me.會計月.TabIndex = 1106
  439. Me.會計月.Text = "會計月"
  440. Me.會計月.UseVisualStyleBackColor = True
  441. '
  442. 'Button2
  443. '
  444. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  445. Me.Button2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  446. Me.Button2.Location = New System.Drawing.Point(212, 29)
  447. Me.Button2.Name = "Button2"
  448. Me.Button2.Size = New System.Drawing.Size(97, 23)
  449. Me.Button2.TabIndex = 1105
  450. Me.Button2.Text = "下個月"
  451. Me.Button2.UseVisualStyleBackColor = True
  452. '
  453. 'Button1
  454. '
  455. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  456. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  457. Me.Button1.Location = New System.Drawing.Point(212, 4)
  458. Me.Button1.Name = "Button1"
  459. Me.Button1.Size = New System.Drawing.Size(97, 23)
  460. Me.Button1.TabIndex = 1104
  461. Me.Button1.Text = "上個月"
  462. Me.Button1.UseVisualStyleBackColor = True
  463. '
  464. 'Label15
  465. '
  466. Me.Label15.AutoSize = True
  467. Me.Label15.Location = New System.Drawing.Point(101, 9)
  468. Me.Label15.Name = "Label15"
  469. Me.Label15.Size = New System.Drawing.Size(20, 16)
  470. Me.Label15.TabIndex = 1103
  471. Me.Label15.Text = "到"
  472. '
  473. 'DateTimePicker2
  474. '
  475. Me.DateTimePicker2.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  476. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  477. Me.DateTimePicker2.Location = New System.Drawing.Point(123, 5)
  478. Me.DateTimePicker2.Name = "DateTimePicker2"
  479. Me.DateTimePicker2.Size = New System.Drawing.Size(87, 23)
  480. Me.DateTimePicker2.TabIndex = 1102
  481. '
  482. 'DateTimePicker1
  483. '
  484. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  485. Me.DateTimePicker1.Location = New System.Drawing.Point(12, 5)
  486. Me.DateTimePicker1.Name = "DateTimePicker1"
  487. Me.DateTimePicker1.Size = New System.Drawing.Size(87, 23)
  488. Me.DateTimePicker1.TabIndex = 1101
  489. '
  490. 'Button3
  491. '
  492. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  493. Me.Button3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  494. Me.Button3.Location = New System.Drawing.Point(1486, 27)
  495. Me.Button3.Name = "Button3"
  496. Me.Button3.Size = New System.Drawing.Size(111, 23)
  497. Me.Button3.TabIndex = 1108
  498. Me.Button3.Text = "重新整理"
  499. Me.Button3.UseVisualStyleBackColor = True
  500. '
  501. '營運成本收支單_對帳表
  502. '
  503. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  504. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  505. Me.ClientSize = New System.Drawing.Size(1774, 722)
  506. Me.ContextMenuStrip = Me.ContextMenuStrip1
  507. Me.Controls.Add(Me.Button3)
  508. Me.Controls.Add(Me.一般月)
  509. Me.Controls.Add(Me.會計月)
  510. Me.Controls.Add(Me.Button2)
  511. Me.Controls.Add(Me.Button1)
  512. Me.Controls.Add(Me.Label15)
  513. Me.Controls.Add(Me.DateTimePicker2)
  514. Me.Controls.Add(Me.DateTimePicker1)
  515. Me.Controls.Add(Me.TextBox12)
  516. Me.Controls.Add(Me.Label13)
  517. Me.Controls.Add(Me.TextBox13)
  518. Me.Controls.Add(Me.Label14)
  519. Me.Controls.Add(Me.TextBox10)
  520. Me.Controls.Add(Me.Label11)
  521. Me.Controls.Add(Me.TextBox11)
  522. Me.Controls.Add(Me.Label12)
  523. Me.Controls.Add(Me.TextBox8)
  524. Me.Controls.Add(Me.Label1)
  525. Me.Controls.Add(Me.TextBox9)
  526. Me.Controls.Add(Me.Label3)
  527. Me.Controls.Add(Me.CheckBox1)
  528. Me.Controls.Add(Me.CheckBox5)
  529. Me.Controls.Add(Me.CheckBox4)
  530. Me.Controls.Add(Me.TextBox4)
  531. Me.Controls.Add(Me.Label7)
  532. Me.Controls.Add(Me.TextBox5)
  533. Me.Controls.Add(Me.Label8)
  534. Me.Controls.Add(Me.TextBox6)
  535. Me.Controls.Add(Me.Label10)
  536. Me.Controls.Add(Me.TextBox3)
  537. Me.Controls.Add(Me.Label6)
  538. Me.Controls.Add(Me.TextBox2)
  539. Me.Controls.Add(Me.Label5)
  540. Me.Controls.Add(Me.Label4)
  541. Me.Controls.Add(Me.TextBox1)
  542. Me.Controls.Add(Me.TextBox7)
  543. Me.Controls.Add(Me.Label9)
  544. Me.Controls.Add(Me.Label62)
  545. Me.Controls.Add(Me.DataGridView1)
  546. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  547. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  548. Me.Name = "營運成本收支單_對帳表"
  549. Me.Text = "營運成本收支單_對帳表"
  550. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  551. Me.ContextMenuStrip1.ResumeLayout(False)
  552. Me.ResumeLayout(False)
  553. Me.PerformLayout()
  554. End Sub
  555. Friend WithEvents Label4 As Label
  556. Friend WithEvents TextBox1 As TextBox
  557. Friend WithEvents TextBox7 As TextBox
  558. Friend WithEvents Label9 As Label
  559. Friend WithEvents DataGridView1 As DataGridView
  560. Friend WithEvents Label62 As Label
  561. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  562. Friend WithEvents 對帳記錄存檔ToolStripMenuItem As ToolStripMenuItem
  563. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  564. Friend WithEvents 關鍵字查詢ToolStripMenuItem As ToolStripMenuItem
  565. Friend WithEvents BBBToolStripMenuItem As ToolStripMenuItem
  566. Friend WithEvents Timer1 As Timer
  567. Friend WithEvents TextBox2 As TextBox
  568. Friend WithEvents Label5 As Label
  569. Friend WithEvents TextBox3 As TextBox
  570. Friend WithEvents Label6 As Label
  571. Friend WithEvents TextBox4 As TextBox
  572. Friend WithEvents Label7 As Label
  573. Friend WithEvents TextBox5 As TextBox
  574. Friend WithEvents Label8 As Label
  575. Friend WithEvents TextBox6 As TextBox
  576. Friend WithEvents Label10 As Label
  577. Friend WithEvents CheckBox4 As CheckBox
  578. Friend WithEvents CheckBox5 As CheckBox
  579. Friend WithEvents CheckBox1 As CheckBox
  580. Friend WithEvents TextBox8 As TextBox
  581. Friend WithEvents Label1 As Label
  582. Friend WithEvents TextBox9 As TextBox
  583. Friend WithEvents Label3 As Label
  584. Friend WithEvents TextBox10 As TextBox
  585. Friend WithEvents Label11 As Label
  586. Friend WithEvents TextBox11 As TextBox
  587. Friend WithEvents Label12 As Label
  588. Friend WithEvents TextBox12 As TextBox
  589. Friend WithEvents Label13 As Label
  590. Friend WithEvents TextBox13 As TextBox
  591. Friend WithEvents Label14 As Label
  592. Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
  593. Friend WithEvents 一般月 As CheckBox
  594. Friend WithEvents 會計月 As CheckBox
  595. Friend WithEvents Button2 As Button
  596. Friend WithEvents Button1 As Button
  597. Friend WithEvents Label15 As Label
  598. Friend WithEvents DateTimePicker2 As DateTimePicker
  599. Friend WithEvents DateTimePicker1 As DateTimePicker
  600. Friend WithEvents Button3 As Button
  601. End Class