No Description
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 33KB

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