Geen omschrijving
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 35KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762
  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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.Label10 = New System.Windows.Forms.Label()
  28. Me.Button2 = New System.Windows.Forms.Button()
  29. Me.Label7 = New System.Windows.Forms.Label()
  30. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  31. Me.Label5 = New System.Windows.Forms.Label()
  32. Me.TextBox4 = New System.Windows.Forms.TextBox()
  33. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  34. Me.Label3 = New System.Windows.Forms.Label()
  35. Me.TextBox3 = New System.Windows.Forms.TextBox()
  36. Me.Label1 = New System.Windows.Forms.Label()
  37. Me.TextBox1 = New System.Windows.Forms.TextBox()
  38. Me.Label6 = New System.Windows.Forms.Label()
  39. Me.DataGridView4 = New System.Windows.Forms.DataGridView()
  40. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  41. Me.Label8 = New System.Windows.Forms.Label()
  42. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  43. Me.TextBox5 = New System.Windows.Forms.TextBox()
  44. Me.Button1 = New System.Windows.Forms.Button()
  45. Me.Button3 = New System.Windows.Forms.Button()
  46. Me.Label4 = New System.Windows.Forms.Label()
  47. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  48. Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
  49. Me.TextBox6 = New System.Windows.Forms.TextBox()
  50. Me.Label9 = New System.Windows.Forms.Label()
  51. Me.TextBox7 = New System.Windows.Forms.TextBox()
  52. Me.Label11 = New System.Windows.Forms.Label()
  53. Me.Label14 = New System.Windows.Forms.Label()
  54. Me.TextBox10 = New System.Windows.Forms.TextBox()
  55. Me.Label15 = New System.Windows.Forms.Label()
  56. Me.TextBox11 = New System.Windows.Forms.TextBox()
  57. Me.RadioButton1 = New System.Windows.Forms.RadioButton()
  58. Me.RadioButton2 = New System.Windows.Forms.RadioButton()
  59. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  60. Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  61. Me.TextBox14 = New System.Windows.Forms.TextBox()
  62. Me.TextBox13 = New System.Windows.Forms.TextBox()
  63. Me.Label20 = New System.Windows.Forms.Label()
  64. Me.Label19 = New System.Windows.Forms.Label()
  65. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  66. Me.Label2 = New System.Windows.Forms.Label()
  67. Me.TextBox2 = New System.Windows.Forms.TextBox()
  68. Me.Label12 = New System.Windows.Forms.Label()
  69. Me.TextBox8 = New System.Windows.Forms.TextBox()
  70. Me.TextBox9 = New System.Windows.Forms.TextBox()
  71. Me.Label13 = New System.Windows.Forms.Label()
  72. Me.TextBox12 = New System.Windows.Forms.TextBox()
  73. Me.Label16 = New System.Windows.Forms.Label()
  74. Me.TextBox15 = New System.Windows.Forms.TextBox()
  75. Me.Label17 = New System.Windows.Forms.Label()
  76. Me.中間日期_dtp = New System.Windows.Forms.DateTimePicker()
  77. Me.下個月_bt = New System.Windows.Forms.Button()
  78. Me.上個月_bt = New System.Windows.Forms.Button()
  79. Me.一般月_ch = New System.Windows.Forms.CheckBox()
  80. Me.會計月_ch = New System.Windows.Forms.CheckBox()
  81. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  82. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).BeginInit()
  83. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  84. Me.ContextMenuStrip1.SuspendLayout()
  85. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  86. Me.SuspendLayout()
  87. '
  88. 'Label10
  89. '
  90. Me.Label10.AutoSize = True
  91. Me.Label10.ForeColor = System.Drawing.Color.Green
  92. Me.Label10.Location = New System.Drawing.Point(657, 33)
  93. Me.Label10.Name = "Label10"
  94. Me.Label10.Size = New System.Drawing.Size(32, 16)
  95. Me.Label10.TabIndex = 881
  96. Me.Label10.Text = "現金"
  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.Blue
  102. Me.Button2.Location = New System.Drawing.Point(1112, 4)
  103. Me.Button2.Name = "Button2"
  104. Me.Button2.Size = New System.Drawing.Size(130, 75)
  105. Me.Button2.TabIndex = 879
  106. Me.Button2.Text = "支付單列印成EXCEL" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  107. Me.Button2.UseVisualStyleBackColor = True
  108. '
  109. 'Label7
  110. '
  111. Me.Label7.AutoSize = True
  112. Me.Label7.ForeColor = System.Drawing.Color.Blue
  113. Me.Label7.Location = New System.Drawing.Point(708, 7)
  114. Me.Label7.Name = "Label7"
  115. Me.Label7.Size = New System.Drawing.Size(32, 16)
  116. Me.Label7.TabIndex = 876
  117. Me.Label7.Text = "日期"
  118. '
  119. 'DateTimePicker1
  120. '
  121. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  122. Me.DateTimePicker1.Location = New System.Drawing.Point(743, 4)
  123. Me.DateTimePicker1.Name = "DateTimePicker1"
  124. Me.DateTimePicker1.Size = New System.Drawing.Size(99, 23)
  125. Me.DateTimePicker1.TabIndex = 872
  126. '
  127. 'Label5
  128. '
  129. Me.Label5.AutoSize = True
  130. Me.Label5.ForeColor = System.Drawing.Color.Blue
  131. Me.Label5.Location = New System.Drawing.Point(852, 7)
  132. Me.Label5.Name = "Label5"
  133. Me.Label5.Size = New System.Drawing.Size(44, 16)
  134. Me.Label5.TabIndex = 871
  135. Me.Label5.Text = "審核人"
  136. '
  137. 'TextBox4
  138. '
  139. Me.TextBox4.ForeColor = System.Drawing.Color.Blue
  140. Me.TextBox4.Location = New System.Drawing.Point(897, 4)
  141. Me.TextBox4.Name = "TextBox4"
  142. Me.TextBox4.Size = New System.Drawing.Size(74, 23)
  143. Me.TextBox4.TabIndex = 866
  144. '
  145. '明細_dgv
  146. '
  147. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  148. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  149. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  150. Or System.Windows.Forms.AnchorStyles.Left) _
  151. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  152. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  153. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  154. Me.明細_dgv.Location = New System.Drawing.Point(328, 82)
  155. Me.明細_dgv.Name = "明細_dgv"
  156. Me.明細_dgv.RowHeadersWidth = 5
  157. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  158. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  159. Me.明細_dgv.RowTemplate.Height = 24
  160. Me.明細_dgv.Size = New System.Drawing.Size(1227, 524)
  161. Me.明細_dgv.TabIndex = 865
  162. '
  163. 'Label3
  164. '
  165. Me.Label3.AutoSize = True
  166. Me.Label3.ForeColor = System.Drawing.Color.Blue
  167. Me.Label3.Location = New System.Drawing.Point(587, 7)
  168. Me.Label3.Name = "Label3"
  169. Me.Label3.Size = New System.Drawing.Size(44, 16)
  170. Me.Label3.TabIndex = 864
  171. Me.Label3.Text = "申請人"
  172. '
  173. 'TextBox3
  174. '
  175. Me.TextBox3.ForeColor = System.Drawing.Color.Blue
  176. Me.TextBox3.Location = New System.Drawing.Point(632, 4)
  177. Me.TextBox3.Name = "TextBox3"
  178. Me.TextBox3.Size = New System.Drawing.Size(74, 23)
  179. Me.TextBox3.TabIndex = 863
  180. '
  181. 'Label1
  182. '
  183. Me.Label1.AutoSize = True
  184. Me.Label1.ForeColor = System.Drawing.Color.Blue
  185. Me.Label1.Location = New System.Drawing.Point(327, 7)
  186. Me.Label1.Name = "Label1"
  187. Me.Label1.Size = New System.Drawing.Size(104, 16)
  188. Me.Label1.TabIndex = 860
  189. Me.Label1.Text = "營運成本收支單號"
  190. '
  191. 'TextBox1
  192. '
  193. Me.TextBox1.ForeColor = System.Drawing.Color.Blue
  194. Me.TextBox1.Location = New System.Drawing.Point(431, 4)
  195. Me.TextBox1.Name = "TextBox1"
  196. Me.TextBox1.Size = New System.Drawing.Size(150, 23)
  197. Me.TextBox1.TabIndex = 859
  198. '
  199. 'Label6
  200. '
  201. Me.Label6.AutoSize = True
  202. Me.Label6.Location = New System.Drawing.Point(5, 9)
  203. Me.Label6.Name = "Label6"
  204. Me.Label6.Size = New System.Drawing.Size(140, 16)
  205. Me.Label6.TabIndex = 858
  206. Me.Label6.Text = "已核准的營運成本收支單"
  207. '
  208. 'DataGridView4
  209. '
  210. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  211. Me.DataGridView4.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  212. Me.DataGridView4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  213. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  214. Me.DataGridView4.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  215. Me.DataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  216. Me.DataGridView4.Location = New System.Drawing.Point(9, 82)
  217. Me.DataGridView4.Name = "DataGridView4"
  218. Me.DataGridView4.RowHeadersWidth = 5
  219. Me.DataGridView4.RowTemplate.Height = 24
  220. Me.DataGridView4.Size = New System.Drawing.Size(315, 474)
  221. Me.DataGridView4.TabIndex = 857
  222. '
  223. 'DateTimePicker2
  224. '
  225. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  226. Me.DateTimePicker2.Location = New System.Drawing.Point(1007, 4)
  227. Me.DateTimePicker2.Name = "DateTimePicker2"
  228. Me.DateTimePicker2.Size = New System.Drawing.Size(99, 23)
  229. Me.DateTimePicker2.TabIndex = 873
  230. '
  231. 'Label8
  232. '
  233. Me.Label8.AutoSize = True
  234. Me.Label8.ForeColor = System.Drawing.Color.Blue
  235. Me.Label8.Location = New System.Drawing.Point(973, 7)
  236. Me.Label8.Name = "Label8"
  237. Me.Label8.Size = New System.Drawing.Size(32, 16)
  238. Me.Label8.TabIndex = 877
  239. Me.Label8.Text = "日期"
  240. '
  241. 'DataGridView2
  242. '
  243. Me.DataGridView2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  244. Or System.Windows.Forms.AnchorStyles.Left) _
  245. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  246. Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  247. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  248. Me.DataGridView2.Location = New System.Drawing.Point(328, 82)
  249. Me.DataGridView2.Name = "DataGridView2"
  250. Me.DataGridView2.RowHeadersWidth = 5
  251. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  252. Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle4
  253. Me.DataGridView2.RowTemplate.Height = 24
  254. Me.DataGridView2.Size = New System.Drawing.Size(1227, 524)
  255. Me.DataGridView2.TabIndex = 883
  256. '
  257. 'TextBox5
  258. '
  259. Me.TextBox5.ForeColor = System.Drawing.Color.Green
  260. Me.TextBox5.Location = New System.Drawing.Point(691, 30)
  261. Me.TextBox5.Name = "TextBox5"
  262. Me.TextBox5.Size = New System.Drawing.Size(99, 23)
  263. Me.TextBox5.TabIndex = 885
  264. Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  265. '
  266. 'Button1
  267. '
  268. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  269. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  270. Me.Button1.Location = New System.Drawing.Point(279, 29)
  271. Me.Button1.Name = "Button1"
  272. Me.Button1.Size = New System.Drawing.Size(45, 25)
  273. Me.Button1.TabIndex = 890
  274. Me.Button1.Text = "當月"
  275. Me.Button1.UseVisualStyleBackColor = True
  276. '
  277. 'Button3
  278. '
  279. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  280. Me.Button3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  281. Me.Button3.Location = New System.Drawing.Point(225, 29)
  282. Me.Button3.Name = "Button3"
  283. Me.Button3.Size = New System.Drawing.Size(45, 25)
  284. Me.Button3.TabIndex = 889
  285. Me.Button3.Text = "當日"
  286. Me.Button3.UseVisualStyleBackColor = True
  287. '
  288. 'Label4
  289. '
  290. Me.Label4.AutoSize = True
  291. Me.Label4.Location = New System.Drawing.Point(105, 34)
  292. Me.Label4.Name = "Label4"
  293. Me.Label4.Size = New System.Drawing.Size(20, 16)
  294. Me.Label4.TabIndex = 888
  295. Me.Label4.Text = "到"
  296. '
  297. '結束日期_dtp
  298. '
  299. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  300. Me.結束日期_dtp.Location = New System.Drawing.Point(128, 30)
  301. Me.結束日期_dtp.Name = "結束日期_dtp"
  302. Me.結束日期_dtp.Size = New System.Drawing.Size(91, 23)
  303. Me.結束日期_dtp.TabIndex = 887
  304. '
  305. '開始日期_dtp
  306. '
  307. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  308. Me.開始日期_dtp.Location = New System.Drawing.Point(8, 30)
  309. Me.開始日期_dtp.Name = "開始日期_dtp"
  310. Me.開始日期_dtp.Size = New System.Drawing.Size(91, 23)
  311. Me.開始日期_dtp.TabIndex = 886
  312. '
  313. 'TextBox6
  314. '
  315. Me.TextBox6.ForeColor = System.Drawing.Color.Green
  316. Me.TextBox6.Location = New System.Drawing.Point(993, 30)
  317. Me.TextBox6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  318. Me.TextBox6.Name = "TextBox6"
  319. Me.TextBox6.Size = New System.Drawing.Size(113, 23)
  320. Me.TextBox6.TabIndex = 896
  321. Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  322. '
  323. 'Label9
  324. '
  325. Me.Label9.AutoSize = True
  326. Me.Label9.ForeColor = System.Drawing.Color.Green
  327. Me.Label9.Location = New System.Drawing.Point(935, 34)
  328. Me.Label9.Name = "Label9"
  329. Me.Label9.Size = New System.Drawing.Size(56, 16)
  330. Me.Label9.TabIndex = 895
  331. Me.Label9.Text = "現金餘額"
  332. '
  333. 'TextBox7
  334. '
  335. Me.TextBox7.ForeColor = System.Drawing.Color.Green
  336. Me.TextBox7.Location = New System.Drawing.Point(830, 30)
  337. Me.TextBox7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  338. Me.TextBox7.Name = "TextBox7"
  339. Me.TextBox7.Size = New System.Drawing.Size(99, 23)
  340. Me.TextBox7.TabIndex = 894
  341. Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  342. '
  343. 'Label11
  344. '
  345. Me.Label11.AutoSize = True
  346. Me.Label11.ForeColor = System.Drawing.Color.Green
  347. Me.Label11.Location = New System.Drawing.Point(796, 33)
  348. Me.Label11.Name = "Label11"
  349. Me.Label11.Size = New System.Drawing.Size(32, 16)
  350. Me.Label11.TabIndex = 893
  351. Me.Label11.Text = "支出"
  352. '
  353. 'Label14
  354. '
  355. Me.Label14.AutoSize = True
  356. Me.Label14.ForeColor = System.Drawing.Color.Green
  357. Me.Label14.Location = New System.Drawing.Point(518, 33)
  358. Me.Label14.Name = "Label14"
  359. Me.Label14.Size = New System.Drawing.Size(32, 16)
  360. Me.Label14.TabIndex = 903
  361. Me.Label14.Text = "支票"
  362. '
  363. 'TextBox10
  364. '
  365. Me.TextBox10.ForeColor = System.Drawing.Color.Green
  366. Me.TextBox10.Location = New System.Drawing.Point(413, 30)
  367. Me.TextBox10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  368. Me.TextBox10.Name = "TextBox10"
  369. Me.TextBox10.Size = New System.Drawing.Size(99, 23)
  370. Me.TextBox10.TabIndex = 902
  371. Me.TextBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  372. '
  373. 'Label15
  374. '
  375. Me.Label15.AutoSize = True
  376. Me.Label15.ForeColor = System.Drawing.Color.Green
  377. Me.Label15.Location = New System.Drawing.Point(332, 34)
  378. Me.Label15.Name = "Label15"
  379. Me.Label15.Size = New System.Drawing.Size(79, 16)
  380. Me.Label15.TabIndex = 901
  381. Me.Label15.Text = "台幣 - 零用金"
  382. '
  383. 'TextBox11
  384. '
  385. Me.TextBox11.ForeColor = System.Drawing.Color.Green
  386. Me.TextBox11.Location = New System.Drawing.Point(552, 30)
  387. Me.TextBox11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  388. Me.TextBox11.Name = "TextBox11"
  389. Me.TextBox11.Size = New System.Drawing.Size(99, 23)
  390. Me.TextBox11.TabIndex = 904
  391. Me.TextBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  392. '
  393. 'RadioButton1
  394. '
  395. Me.RadioButton1.AutoSize = True
  396. Me.RadioButton1.Location = New System.Drawing.Point(215, 7)
  397. Me.RadioButton1.Name = "RadioButton1"
  398. Me.RadioButton1.Size = New System.Drawing.Size(50, 20)
  399. Me.RadioButton1.TabIndex = 905
  400. Me.RadioButton1.TabStop = True
  401. Me.RadioButton1.Text = "明細"
  402. Me.RadioButton1.UseVisualStyleBackColor = True
  403. '
  404. 'RadioButton2
  405. '
  406. Me.RadioButton2.AutoSize = True
  407. Me.RadioButton2.Location = New System.Drawing.Point(271, 7)
  408. Me.RadioButton2.Name = "RadioButton2"
  409. Me.RadioButton2.Size = New System.Drawing.Size(50, 20)
  410. Me.RadioButton2.TabIndex = 906
  411. Me.RadioButton2.TabStop = True
  412. Me.RadioButton2.Text = "彙總"
  413. Me.RadioButton2.UseVisualStyleBackColor = True
  414. '
  415. 'ContextMenuStrip1
  416. '
  417. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem})
  418. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  419. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
  420. '
  421. '重新讀取ToolStripMenuItem
  422. '
  423. Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem"
  424. Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  425. Me.重新讀取ToolStripMenuItem.Text = "重新讀取"
  426. '
  427. 'TextBox14
  428. '
  429. Me.TextBox14.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  430. Me.TextBox14.ForeColor = System.Drawing.Color.Blue
  431. Me.TextBox14.Location = New System.Drawing.Point(196, 583)
  432. Me.TextBox14.Name = "TextBox14"
  433. Me.TextBox14.Size = New System.Drawing.Size(128, 23)
  434. Me.TextBox14.TabIndex = 969
  435. Me.TextBox14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  436. '
  437. 'TextBox13
  438. '
  439. Me.TextBox13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  440. Me.TextBox13.ForeColor = System.Drawing.Color.Blue
  441. Me.TextBox13.Location = New System.Drawing.Point(197, 559)
  442. Me.TextBox13.Name = "TextBox13"
  443. Me.TextBox13.Size = New System.Drawing.Size(127, 23)
  444. Me.TextBox13.TabIndex = 968
  445. Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  446. '
  447. 'Label20
  448. '
  449. Me.Label20.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  450. Me.Label20.AutoSize = True
  451. Me.Label20.ForeColor = System.Drawing.Color.Blue
  452. Me.Label20.Location = New System.Drawing.Point(140, 586)
  453. Me.Label20.Name = "Label20"
  454. Me.Label20.Size = New System.Drawing.Size(56, 16)
  455. Me.Label20.TabIndex = 967
  456. Me.Label20.Text = "圖片編碼"
  457. '
  458. 'Label19
  459. '
  460. Me.Label19.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  461. Me.Label19.AutoSize = True
  462. Me.Label19.ForeColor = System.Drawing.Color.Blue
  463. Me.Label19.Location = New System.Drawing.Point(140, 562)
  464. Me.Label19.Name = "Label19"
  465. Me.Label19.Size = New System.Drawing.Size(44, 16)
  466. Me.Label19.TabIndex = 966
  467. Me.Label19.Text = "驗證碼"
  468. '
  469. 'PictureBox1
  470. '
  471. Me.PictureBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  472. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  473. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  474. Me.PictureBox1.Location = New System.Drawing.Point(8, 559)
  475. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  476. Me.PictureBox1.Name = "PictureBox1"
  477. Me.PictureBox1.Size = New System.Drawing.Size(129, 47)
  478. Me.PictureBox1.TabIndex = 965
  479. Me.PictureBox1.TabStop = False
  480. '
  481. 'Label2
  482. '
  483. Me.Label2.AutoSize = True
  484. Me.Label2.ForeColor = System.Drawing.Color.Red
  485. Me.Label2.Location = New System.Drawing.Point(518, 59)
  486. Me.Label2.Name = "Label2"
  487. Me.Label2.Size = New System.Drawing.Size(32, 16)
  488. Me.Label2.TabIndex = 978
  489. Me.Label2.Text = "支票"
  490. '
  491. 'TextBox2
  492. '
  493. Me.TextBox2.ForeColor = System.Drawing.Color.Red
  494. Me.TextBox2.Location = New System.Drawing.Point(413, 56)
  495. Me.TextBox2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  496. Me.TextBox2.Name = "TextBox2"
  497. Me.TextBox2.Size = New System.Drawing.Size(99, 23)
  498. Me.TextBox2.TabIndex = 977
  499. Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  500. '
  501. 'Label12
  502. '
  503. Me.Label12.AutoSize = True
  504. Me.Label12.ForeColor = System.Drawing.Color.Red
  505. Me.Label12.Location = New System.Drawing.Point(326, 60)
  506. Me.Label12.Name = "Label12"
  507. Me.Label12.Size = New System.Drawing.Size(85, 16)
  508. Me.Label12.TabIndex = 976
  509. Me.Label12.Text = "人民幣-零用金"
  510. '
  511. 'TextBox8
  512. '
  513. Me.TextBox8.ForeColor = System.Drawing.Color.Red
  514. Me.TextBox8.Location = New System.Drawing.Point(552, 56)
  515. Me.TextBox8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  516. Me.TextBox8.Name = "TextBox8"
  517. Me.TextBox8.Size = New System.Drawing.Size(99, 23)
  518. Me.TextBox8.TabIndex = 979
  519. Me.TextBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  520. '
  521. 'TextBox9
  522. '
  523. Me.TextBox9.ForeColor = System.Drawing.Color.Red
  524. Me.TextBox9.Location = New System.Drawing.Point(993, 56)
  525. Me.TextBox9.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  526. Me.TextBox9.Name = "TextBox9"
  527. Me.TextBox9.Size = New System.Drawing.Size(113, 23)
  528. Me.TextBox9.TabIndex = 975
  529. Me.TextBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  530. '
  531. 'Label13
  532. '
  533. Me.Label13.AutoSize = True
  534. Me.Label13.ForeColor = System.Drawing.Color.Red
  535. Me.Label13.Location = New System.Drawing.Point(935, 60)
  536. Me.Label13.Name = "Label13"
  537. Me.Label13.Size = New System.Drawing.Size(56, 16)
  538. Me.Label13.TabIndex = 974
  539. Me.Label13.Text = "現金餘額"
  540. '
  541. 'TextBox12
  542. '
  543. Me.TextBox12.ForeColor = System.Drawing.Color.Red
  544. Me.TextBox12.Location = New System.Drawing.Point(830, 56)
  545. Me.TextBox12.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  546. Me.TextBox12.Name = "TextBox12"
  547. Me.TextBox12.Size = New System.Drawing.Size(99, 23)
  548. Me.TextBox12.TabIndex = 973
  549. Me.TextBox12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  550. '
  551. 'Label16
  552. '
  553. Me.Label16.AutoSize = True
  554. Me.Label16.ForeColor = System.Drawing.Color.Red
  555. Me.Label16.Location = New System.Drawing.Point(796, 59)
  556. Me.Label16.Name = "Label16"
  557. Me.Label16.Size = New System.Drawing.Size(32, 16)
  558. Me.Label16.TabIndex = 972
  559. Me.Label16.Text = "支出"
  560. '
  561. 'TextBox15
  562. '
  563. Me.TextBox15.ForeColor = System.Drawing.Color.Red
  564. Me.TextBox15.Location = New System.Drawing.Point(691, 56)
  565. Me.TextBox15.Name = "TextBox15"
  566. Me.TextBox15.Size = New System.Drawing.Size(99, 23)
  567. Me.TextBox15.TabIndex = 971
  568. Me.TextBox15.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  569. '
  570. 'Label17
  571. '
  572. Me.Label17.AutoSize = True
  573. Me.Label17.ForeColor = System.Drawing.Color.Red
  574. Me.Label17.Location = New System.Drawing.Point(657, 59)
  575. Me.Label17.Name = "Label17"
  576. Me.Label17.Size = New System.Drawing.Size(32, 16)
  577. Me.Label17.TabIndex = 970
  578. Me.Label17.Text = "現金"
  579. '
  580. '中間日期_dtp
  581. '
  582. Me.中間日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  583. Me.中間日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  584. Me.中間日期_dtp.Location = New System.Drawing.Point(32, 100)
  585. Me.中間日期_dtp.Name = "中間日期_dtp"
  586. Me.中間日期_dtp.Size = New System.Drawing.Size(43, 23)
  587. Me.中間日期_dtp.TabIndex = 1168
  588. Me.中間日期_dtp.Visible = False
  589. '
  590. '下個月_bt
  591. '
  592. Me.下個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  593. Me.下個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  594. Me.下個月_bt.Location = New System.Drawing.Point(267, 56)
  595. Me.下個月_bt.Name = "下個月_bt"
  596. Me.下個月_bt.Size = New System.Drawing.Size(57, 23)
  597. Me.下個月_bt.TabIndex = 1170
  598. Me.下個月_bt.Text = "下個月"
  599. Me.下個月_bt.UseVisualStyleBackColor = True
  600. '
  601. '上個月_bt
  602. '
  603. Me.上個月_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  604. Me.上個月_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  605. Me.上個月_bt.Location = New System.Drawing.Point(209, 56)
  606. Me.上個月_bt.Name = "上個月_bt"
  607. Me.上個月_bt.Size = New System.Drawing.Size(57, 23)
  608. Me.上個月_bt.TabIndex = 1169
  609. Me.上個月_bt.Text = "上個月"
  610. Me.上個月_bt.UseVisualStyleBackColor = True
  611. '
  612. '一般月_ch
  613. '
  614. Me.一般月_ch.AutoSize = True
  615. Me.一般月_ch.Checked = True
  616. Me.一般月_ch.CheckState = System.Windows.Forms.CheckState.Checked
  617. Me.一般月_ch.Location = New System.Drawing.Point(128, 58)
  618. Me.一般月_ch.Name = "一般月_ch"
  619. Me.一般月_ch.Size = New System.Drawing.Size(63, 20)
  620. Me.一般月_ch.TabIndex = 1172
  621. Me.一般月_ch.Text = "一般月"
  622. Me.一般月_ch.UseVisualStyleBackColor = True
  623. '
  624. '會計月_ch
  625. '
  626. Me.會計月_ch.AutoSize = True
  627. Me.會計月_ch.Location = New System.Drawing.Point(36, 58)
  628. Me.會計月_ch.Name = "會計月_ch"
  629. Me.會計月_ch.Size = New System.Drawing.Size(63, 20)
  630. Me.會計月_ch.TabIndex = 1171
  631. Me.會計月_ch.Text = "會計月"
  632. Me.會計月_ch.UseVisualStyleBackColor = True
  633. '
  634. '營運成本收支單一覽表
  635. '
  636. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  637. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  638. Me.ClientSize = New System.Drawing.Size(1562, 611)
  639. Me.ContextMenuStrip = Me.ContextMenuStrip1
  640. Me.Controls.Add(Me.一般月_ch)
  641. Me.Controls.Add(Me.會計月_ch)
  642. Me.Controls.Add(Me.下個月_bt)
  643. Me.Controls.Add(Me.上個月_bt)
  644. Me.Controls.Add(Me.中間日期_dtp)
  645. Me.Controls.Add(Me.Label2)
  646. Me.Controls.Add(Me.TextBox2)
  647. Me.Controls.Add(Me.Label12)
  648. Me.Controls.Add(Me.TextBox8)
  649. Me.Controls.Add(Me.TextBox9)
  650. Me.Controls.Add(Me.Label13)
  651. Me.Controls.Add(Me.TextBox12)
  652. Me.Controls.Add(Me.Label16)
  653. Me.Controls.Add(Me.TextBox15)
  654. Me.Controls.Add(Me.Label17)
  655. Me.Controls.Add(Me.TextBox14)
  656. Me.Controls.Add(Me.TextBox13)
  657. Me.Controls.Add(Me.Label20)
  658. Me.Controls.Add(Me.Label19)
  659. Me.Controls.Add(Me.PictureBox1)
  660. Me.Controls.Add(Me.RadioButton2)
  661. Me.Controls.Add(Me.RadioButton1)
  662. Me.Controls.Add(Me.Label14)
  663. Me.Controls.Add(Me.TextBox10)
  664. Me.Controls.Add(Me.Label15)
  665. Me.Controls.Add(Me.TextBox11)
  666. Me.Controls.Add(Me.TextBox6)
  667. Me.Controls.Add(Me.Label9)
  668. Me.Controls.Add(Me.TextBox7)
  669. Me.Controls.Add(Me.Label11)
  670. Me.Controls.Add(Me.Button1)
  671. Me.Controls.Add(Me.Button3)
  672. Me.Controls.Add(Me.Label4)
  673. Me.Controls.Add(Me.結束日期_dtp)
  674. Me.Controls.Add(Me.開始日期_dtp)
  675. Me.Controls.Add(Me.TextBox5)
  676. Me.Controls.Add(Me.Label10)
  677. Me.Controls.Add(Me.Button2)
  678. Me.Controls.Add(Me.Label8)
  679. Me.Controls.Add(Me.Label7)
  680. Me.Controls.Add(Me.DateTimePicker2)
  681. Me.Controls.Add(Me.DateTimePicker1)
  682. Me.Controls.Add(Me.Label5)
  683. Me.Controls.Add(Me.TextBox4)
  684. Me.Controls.Add(Me.TextBox3)
  685. Me.Controls.Add(Me.TextBox1)
  686. Me.Controls.Add(Me.Label6)
  687. Me.Controls.Add(Me.DataGridView4)
  688. Me.Controls.Add(Me.Label1)
  689. Me.Controls.Add(Me.Label3)
  690. Me.Controls.Add(Me.明細_dgv)
  691. Me.Controls.Add(Me.DataGridView2)
  692. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  693. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  694. Me.Name = "營運成本收支單一覽表"
  695. Me.Text = "營運成本收支單一覽表"
  696. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  697. CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).EndInit()
  698. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  699. Me.ContextMenuStrip1.ResumeLayout(False)
  700. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  701. Me.ResumeLayout(False)
  702. Me.PerformLayout()
  703. End Sub
  704. Friend WithEvents Label10 As Label
  705. Friend WithEvents Button2 As Button
  706. Friend WithEvents Label7 As Label
  707. Friend WithEvents DateTimePicker1 As DateTimePicker
  708. Friend WithEvents Label5 As Label
  709. Friend WithEvents TextBox4 As TextBox
  710. Friend WithEvents 明細_dgv As DataGridView
  711. Friend WithEvents Label3 As Label
  712. Friend WithEvents TextBox3 As TextBox
  713. Friend WithEvents Label1 As Label
  714. Friend WithEvents TextBox1 As TextBox
  715. Friend WithEvents Label6 As Label
  716. Friend WithEvents DataGridView4 As DataGridView
  717. Friend WithEvents DateTimePicker2 As DateTimePicker
  718. Friend WithEvents Label8 As Label
  719. Friend WithEvents DataGridView2 As DataGridView
  720. Friend WithEvents TextBox5 As TextBox
  721. Friend WithEvents Button1 As Button
  722. Friend WithEvents Button3 As Button
  723. Friend WithEvents Label4 As Label
  724. Friend WithEvents 結束日期_dtp As DateTimePicker
  725. Friend WithEvents 開始日期_dtp As DateTimePicker
  726. Friend WithEvents TextBox6 As TextBox
  727. Friend WithEvents Label9 As Label
  728. Friend WithEvents TextBox7 As TextBox
  729. Friend WithEvents Label11 As Label
  730. Friend WithEvents Label14 As Label
  731. Friend WithEvents TextBox10 As TextBox
  732. Friend WithEvents Label15 As Label
  733. Friend WithEvents TextBox11 As TextBox
  734. Friend WithEvents RadioButton1 As RadioButton
  735. Friend WithEvents RadioButton2 As RadioButton
  736. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  737. Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem
  738. Friend WithEvents TextBox14 As TextBox
  739. Friend WithEvents TextBox13 As TextBox
  740. Friend WithEvents Label20 As Label
  741. Friend WithEvents Label19 As Label
  742. Friend WithEvents PictureBox1 As PictureBox
  743. Friend WithEvents Label2 As Label
  744. Friend WithEvents TextBox2 As TextBox
  745. Friend WithEvents Label12 As Label
  746. Friend WithEvents TextBox8 As TextBox
  747. Friend WithEvents TextBox9 As TextBox
  748. Friend WithEvents Label13 As Label
  749. Friend WithEvents TextBox12 As TextBox
  750. Friend WithEvents Label16 As Label
  751. Friend WithEvents TextBox15 As TextBox
  752. Friend WithEvents Label17 As Label
  753. Friend WithEvents 中間日期_dtp As DateTimePicker
  754. Friend WithEvents 下個月_bt As Button
  755. Friend WithEvents 上個月_bt As Button
  756. Friend WithEvents 一般月_ch As CheckBox
  757. Friend WithEvents 會計月_ch As CheckBox
  758. End Class