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

現金收支單申請.Designer.vb 35KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(現金收支單申請))
  27. Me.會計科目_cb = New System.Windows.Forms.ComboBox()
  28. Me.現金_tb = New System.Windows.Forms.TextBox()
  29. Me.Label8 = New System.Windows.Forms.Label()
  30. Me.閃燈_lb = New System.Windows.Forms.Label()
  31. Me.項次_tb = New System.Windows.Forms.TextBox()
  32. Me.Label28 = New System.Windows.Forms.Label()
  33. Me.Label27 = New System.Windows.Forms.Label()
  34. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  35. Me.Label3 = New System.Windows.Forms.Label()
  36. Me.申請人_tb = New System.Windows.Forms.TextBox()
  37. Me.收支單號_tb = New System.Windows.Forms.TextBox()
  38. Me.Label1 = New System.Windows.Forms.Label()
  39. Me.作廢的現金收支單_rb = New System.Windows.Forms.RadioButton()
  40. Me.未核准的現金收支單_rb = New System.Windows.Forms.RadioButton()
  41. Me.彙總_dgv = New System.Windows.Forms.DataGridView()
  42. Me.申請完成_bt = New System.Windows.Forms.Button()
  43. Me.Label2 = New System.Windows.Forms.Label()
  44. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  45. Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  46. Me.貼上_tsm = New System.Windows.Forms.ToolStripMenuItem()
  47. Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
  48. Me.開立現金收支單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  49. Me.複製單據開單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  50. Me.申請完成ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  51. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  52. Me.新增一筆資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  53. Me.刪除支付單中選中的資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  54. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  55. Me.刪除選中的現金收支單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  56. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  57. Me.Label4 = New System.Windows.Forms.Label()
  58. Me.單據日期_dtp = New System.Windows.Forms.DateTimePicker()
  59. Me.非當天日期_ch = New System.Windows.Forms.CheckBox()
  60. Me.支出_bt = New System.Windows.Forms.TextBox()
  61. Me.Label5 = New System.Windows.Forms.Label()
  62. Me.合計_tb = New System.Windows.Forms.TextBox()
  63. Me.Label9 = New System.Windows.Forms.Label()
  64. Me.開票_tb = New System.Windows.Forms.TextBox()
  65. Me.收票_tb = New System.Windows.Forms.TextBox()
  66. Me.已核准的現金收支單_rb = New System.Windows.Forms.RadioButton()
  67. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  68. Me.複製單據_bt = New System.Windows.Forms.Button()
  69. Me.會科第二層編號_cb = New System.Windows.Forms.ComboBox()
  70. Me.會科第二層_cb = New System.Windows.Forms.ComboBox()
  71. Me.會科第一層編號_cb = New System.Windows.Forms.ComboBox()
  72. Me.會科第一層_cb = New System.Windows.Forms.ComboBox()
  73. Me.會科關鍵字_tb = New System.Windows.Forms.TextBox()
  74. Me.會計科目編號_cb = New System.Windows.Forms.ComboBox()
  75. Me.會科修改_bt = New System.Windows.Forms.Button()
  76. Me.模式一_bt = New System.Windows.Forms.Button()
  77. Me.模式二_bt = New System.Windows.Forms.Button()
  78. Me.修改申請日_bt = New System.Windows.Forms.Button()
  79. Me.Button1 = New System.Windows.Forms.Button()
  80. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  81. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  82. Me.ContextMenuStrip1.SuspendLayout()
  83. Me.SuspendLayout()
  84. '
  85. '會計科目_cb
  86. '
  87. Me.會計科目_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  88. Me.會計科目_cb.FormattingEnabled = True
  89. Me.會計科目_cb.Location = New System.Drawing.Point(937, 56)
  90. Me.會計科目_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  91. Me.會計科目_cb.Name = "會計科目_cb"
  92. Me.會計科目_cb.Size = New System.Drawing.Size(175, 24)
  93. Me.會計科目_cb.TabIndex = 845
  94. '
  95. '現金_tb
  96. '
  97. Me.現金_tb.Location = New System.Drawing.Point(566, 4)
  98. Me.現金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  99. Me.現金_tb.Name = "現金_tb"
  100. Me.現金_tb.Size = New System.Drawing.Size(113, 23)
  101. Me.現金_tb.TabIndex = 844
  102. Me.現金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  103. '
  104. 'Label8
  105. '
  106. Me.Label8.AutoSize = True
  107. Me.Label8.Location = New System.Drawing.Point(537, 8)
  108. Me.Label8.Name = "Label8"
  109. Me.Label8.Size = New System.Drawing.Size(32, 16)
  110. Me.Label8.TabIndex = 843
  111. Me.Label8.Text = "現金"
  112. '
  113. '閃燈_lb
  114. '
  115. Me.閃燈_lb.AutoSize = True
  116. Me.閃燈_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  117. Me.閃燈_lb.ForeColor = System.Drawing.Color.Red
  118. Me.閃燈_lb.Location = New System.Drawing.Point(455, 60)
  119. Me.閃燈_lb.Name = "閃燈_lb"
  120. Me.閃燈_lb.Size = New System.Drawing.Size(80, 16)
  121. Me.閃燈_lb.TabIndex = 842
  122. Me.閃燈_lb.Text = "資料尚未存檔"
  123. Me.閃燈_lb.Visible = False
  124. '
  125. '項次_tb
  126. '
  127. Me.項次_tb.Location = New System.Drawing.Point(356, 56)
  128. Me.項次_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  129. Me.項次_tb.Name = "項次_tb"
  130. Me.項次_tb.Size = New System.Drawing.Size(61, 23)
  131. Me.項次_tb.TabIndex = 841
  132. Me.項次_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  133. '
  134. 'Label28
  135. '
  136. Me.Label28.AutoSize = True
  137. Me.Label28.Location = New System.Drawing.Point(416, 61)
  138. Me.Label28.Name = "Label28"
  139. Me.Label28.Size = New System.Drawing.Size(44, 16)
  140. Me.Label28.TabIndex = 840
  141. Me.Label28.Text = "項次。"
  142. '
  143. 'Label27
  144. '
  145. Me.Label27.AutoSize = True
  146. Me.Label27.Location = New System.Drawing.Point(324, 59)
  147. Me.Label27.Name = "Label27"
  148. Me.Label27.Size = New System.Drawing.Size(32, 16)
  149. Me.Label27.TabIndex = 839
  150. Me.Label27.Text = "選擇"
  151. '
  152. '明細_dgv
  153. '
  154. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  155. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  156. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  157. Or System.Windows.Forms.AnchorStyles.Left) _
  158. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  159. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  160. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  161. Me.明細_dgv.Location = New System.Drawing.Point(328, 83)
  162. Me.明細_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  163. Me.明細_dgv.Name = "明細_dgv"
  164. Me.明細_dgv.RowHeadersWidth = 25
  165. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  166. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  167. Me.明細_dgv.RowTemplate.Height = 24
  168. Me.明細_dgv.Size = New System.Drawing.Size(909, 522)
  169. Me.明細_dgv.TabIndex = 838
  170. '
  171. 'Label3
  172. '
  173. Me.Label3.AutoSize = True
  174. Me.Label3.Location = New System.Drawing.Point(324, 33)
  175. Me.Label3.Name = "Label3"
  176. Me.Label3.Size = New System.Drawing.Size(74, 16)
  177. Me.Label3.TabIndex = 837
  178. Me.Label3.Text = "申 請 人"
  179. '
  180. '申請人_tb
  181. '
  182. Me.申請人_tb.Location = New System.Drawing.Point(405, 31)
  183. Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  184. Me.申請人_tb.Name = "申請人_tb"
  185. Me.申請人_tb.Size = New System.Drawing.Size(122, 23)
  186. Me.申請人_tb.TabIndex = 836
  187. Me.申請人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  188. '
  189. '收支單號_tb
  190. '
  191. Me.收支單號_tb.Location = New System.Drawing.Point(405, 5)
  192. Me.收支單號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  193. Me.收支單號_tb.Name = "收支單號_tb"
  194. Me.收支單號_tb.Size = New System.Drawing.Size(122, 23)
  195. Me.收支單號_tb.TabIndex = 832
  196. Me.收支單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  197. '
  198. 'Label1
  199. '
  200. Me.Label1.AutoSize = True
  201. Me.Label1.Location = New System.Drawing.Point(323, 8)
  202. Me.Label1.Name = "Label1"
  203. Me.Label1.Size = New System.Drawing.Size(80, 16)
  204. Me.Label1.TabIndex = 833
  205. Me.Label1.Text = "現金收支單號"
  206. '
  207. '作廢的現金收支單_rb
  208. '
  209. Me.作廢的現金收支單_rb.AutoSize = True
  210. Me.作廢的現金收支單_rb.Location = New System.Drawing.Point(176, 5)
  211. Me.作廢的現金收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  212. Me.作廢的現金收支單_rb.Name = "作廢的現金收支單_rb"
  213. Me.作廢的現金收支單_rb.Size = New System.Drawing.Size(122, 20)
  214. Me.作廢的現金收支單_rb.TabIndex = 829
  215. Me.作廢的現金收支單_rb.TabStop = True
  216. Me.作廢的現金收支單_rb.Text = "作廢的現金收支單"
  217. Me.作廢的現金收支單_rb.UseVisualStyleBackColor = True
  218. '
  219. '未核准的現金收支單_rb
  220. '
  221. Me.未核准的現金收支單_rb.AutoSize = True
  222. Me.未核准的現金收支單_rb.Location = New System.Drawing.Point(12, 5)
  223. Me.未核准的現金收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  224. Me.未核准的現金收支單_rb.Name = "未核准的現金收支單_rb"
  225. Me.未核准的現金收支單_rb.Size = New System.Drawing.Size(134, 20)
  226. Me.未核准的現金收支單_rb.TabIndex = 828
  227. Me.未核准的現金收支單_rb.TabStop = True
  228. Me.未核准的現金收支單_rb.Text = "未核准的現金收支單"
  229. Me.未核准的現金收支單_rb.UseVisualStyleBackColor = True
  230. '
  231. '彙總_dgv
  232. '
  233. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  234. Me.彙總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  235. Me.彙總_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  236. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  237. Me.彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  238. Me.彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  239. Me.彙總_dgv.Location = New System.Drawing.Point(7, 50)
  240. Me.彙總_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  241. Me.彙總_dgv.Name = "彙總_dgv"
  242. Me.彙總_dgv.RowHeadersWidth = 5
  243. Me.彙總_dgv.RowTemplate.Height = 24
  244. Me.彙總_dgv.Size = New System.Drawing.Size(315, 555)
  245. Me.彙總_dgv.TabIndex = 820
  246. '
  247. '申請完成_bt
  248. '
  249. Me.申請完成_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  250. Me.申請完成_bt.Location = New System.Drawing.Point(1118, 2)
  251. Me.申請完成_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  252. Me.申請完成_bt.Name = "申請完成_bt"
  253. Me.申請完成_bt.Size = New System.Drawing.Size(119, 78)
  254. Me.申請完成_bt.TabIndex = 846
  255. Me.申請完成_bt.Text = "申請完成"
  256. Me.申請完成_bt.UseVisualStyleBackColor = True
  257. '
  258. 'Label2
  259. '
  260. Me.Label2.AutoSize = True
  261. Me.Label2.Location = New System.Drawing.Point(842, 7)
  262. Me.Label2.Name = "Label2"
  263. Me.Label2.Size = New System.Drawing.Size(92, 16)
  264. Me.Label2.TabIndex = 847
  265. Me.Label2.Text = "會計科目關鍵字"
  266. '
  267. 'ContextMenuStrip1
  268. '
  269. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem, Me.貼上_tsm, Me.ToolStripSeparator6, Me.開立現金收支單ToolStripMenuItem, Me.複製單據開單ToolStripMenuItem, Me.申請完成ToolStripMenuItem, Me.ToolStripSeparator1, Me.新增一筆資料ToolStripMenuItem, Me.刪除支付單中選中的資料ToolStripMenuItem, Me.ToolStripSeparator2, Me.刪除選中的現金收支單ToolStripMenuItem})
  270. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  271. Me.ContextMenuStrip1.Size = New System.Drawing.Size(231, 198)
  272. '
  273. '重新讀取ToolStripMenuItem
  274. '
  275. Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem"
  276. Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(230, 22)
  277. Me.重新讀取ToolStripMenuItem.Text = "重新讀取"
  278. '
  279. '貼上_tsm
  280. '
  281. Me.貼上_tsm.Name = "貼上_tsm"
  282. Me.貼上_tsm.Size = New System.Drawing.Size(230, 22)
  283. Me.貼上_tsm.Text = "貼上"
  284. '
  285. 'ToolStripSeparator6
  286. '
  287. Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
  288. Me.ToolStripSeparator6.Size = New System.Drawing.Size(227, 6)
  289. '
  290. '開立現金收支單ToolStripMenuItem
  291. '
  292. Me.開立現金收支單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  293. Me.開立現金收支單ToolStripMenuItem.Name = "開立現金收支單ToolStripMenuItem"
  294. Me.開立現金收支單ToolStripMenuItem.Size = New System.Drawing.Size(230, 22)
  295. Me.開立現金收支單ToolStripMenuItem.Text = "開立現金收支單"
  296. '
  297. '複製單據開單ToolStripMenuItem
  298. '
  299. Me.複製單據開單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  300. Me.複製單據開單ToolStripMenuItem.Name = "複製單據開單ToolStripMenuItem"
  301. Me.複製單據開單ToolStripMenuItem.Size = New System.Drawing.Size(230, 22)
  302. Me.複製單據開單ToolStripMenuItem.Text = "複製歷史單據重新開立"
  303. '
  304. '申請完成ToolStripMenuItem
  305. '
  306. Me.申請完成ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  307. Me.申請完成ToolStripMenuItem.Name = "申請完成ToolStripMenuItem"
  308. Me.申請完成ToolStripMenuItem.Size = New System.Drawing.Size(230, 22)
  309. Me.申請完成ToolStripMenuItem.Text = "申請完成"
  310. '
  311. 'ToolStripSeparator1
  312. '
  313. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  314. Me.ToolStripSeparator1.Size = New System.Drawing.Size(227, 6)
  315. '
  316. '新增一筆資料ToolStripMenuItem
  317. '
  318. Me.新增一筆資料ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  319. Me.新增一筆資料ToolStripMenuItem.Name = "新增一筆資料ToolStripMenuItem"
  320. Me.新增一筆資料ToolStripMenuItem.Size = New System.Drawing.Size(230, 22)
  321. Me.新增一筆資料ToolStripMenuItem.Text = "收支單中新增一筆空白資料"
  322. '
  323. '刪除支付單中選中的資料ToolStripMenuItem
  324. '
  325. Me.刪除支付單中選中的資料ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  326. Me.刪除支付單中選中的資料ToolStripMenuItem.Name = "刪除支付單中選中的資料ToolStripMenuItem"
  327. Me.刪除支付單中選中的資料ToolStripMenuItem.Size = New System.Drawing.Size(230, 22)
  328. Me.刪除支付單中選中的資料ToolStripMenuItem.Text = "刪除一筆收支單中選中的資料"
  329. '
  330. 'ToolStripSeparator2
  331. '
  332. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  333. Me.ToolStripSeparator2.Size = New System.Drawing.Size(227, 6)
  334. '
  335. '刪除選中的現金收支單ToolStripMenuItem
  336. '
  337. Me.刪除選中的現金收支單ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  338. Me.刪除選中的現金收支單ToolStripMenuItem.Name = "刪除選中的現金收支單ToolStripMenuItem"
  339. Me.刪除選中的現金收支單ToolStripMenuItem.Size = New System.Drawing.Size(230, 22)
  340. Me.刪除選中的現金收支單ToolStripMenuItem.Text = "刪除選中的現金收支單"
  341. '
  342. 'Timer1
  343. '
  344. Me.Timer1.Interval = 500
  345. '
  346. 'Label4
  347. '
  348. Me.Label4.AutoSize = True
  349. Me.Label4.ForeColor = System.Drawing.Color.Blue
  350. Me.Label4.Location = New System.Drawing.Point(680, 7)
  351. Me.Label4.Name = "Label4"
  352. Me.Label4.Size = New System.Drawing.Size(32, 16)
  353. Me.Label4.TabIndex = 878
  354. Me.Label4.Text = "日期"
  355. '
  356. '單據日期_dtp
  357. '
  358. Me.單據日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  359. Me.單據日期_dtp.Location = New System.Drawing.Point(711, 4)
  360. Me.單據日期_dtp.Name = "單據日期_dtp"
  361. Me.單據日期_dtp.Size = New System.Drawing.Size(89, 23)
  362. Me.單據日期_dtp.TabIndex = 877
  363. '
  364. '非當天日期_ch
  365. '
  366. Me.非當天日期_ch.AutoSize = True
  367. Me.非當天日期_ch.Checked = True
  368. Me.非當天日期_ch.CheckState = System.Windows.Forms.CheckState.Checked
  369. Me.非當天日期_ch.Location = New System.Drawing.Point(803, 5)
  370. Me.非當天日期_ch.Name = "非當天日期_ch"
  371. Me.非當天日期_ch.Size = New System.Drawing.Size(39, 20)
  372. Me.非當天日期_ch.TabIndex = 879
  373. Me.非當天日期_ch.Text = "補"
  374. Me.非當天日期_ch.UseVisualStyleBackColor = True
  375. '
  376. '支出_bt
  377. '
  378. Me.支出_bt.Location = New System.Drawing.Point(566, 30)
  379. Me.支出_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  380. Me.支出_bt.Name = "支出_bt"
  381. Me.支出_bt.Size = New System.Drawing.Size(113, 23)
  382. Me.支出_bt.TabIndex = 881
  383. Me.支出_bt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  384. '
  385. 'Label5
  386. '
  387. Me.Label5.AutoSize = True
  388. Me.Label5.Location = New System.Drawing.Point(535, 33)
  389. Me.Label5.Name = "Label5"
  390. Me.Label5.Size = New System.Drawing.Size(32, 16)
  391. Me.Label5.TabIndex = 880
  392. Me.Label5.Text = "支出"
  393. '
  394. '合計_tb
  395. '
  396. Me.合計_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  397. Me.合計_tb.Location = New System.Drawing.Point(566, 56)
  398. Me.合計_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  399. Me.合計_tb.Name = "合計_tb"
  400. Me.合計_tb.Size = New System.Drawing.Size(113, 23)
  401. Me.合計_tb.TabIndex = 883
  402. Me.合計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  403. '
  404. 'Label9
  405. '
  406. Me.Label9.AutoSize = True
  407. Me.Label9.Location = New System.Drawing.Point(535, 59)
  408. Me.Label9.Name = "Label9"
  409. Me.Label9.Size = New System.Drawing.Size(32, 16)
  410. Me.Label9.TabIndex = 882
  411. Me.Label9.Text = "合計"
  412. '
  413. '開票_tb
  414. '
  415. Me.開票_tb.Location = New System.Drawing.Point(423, 158)
  416. Me.開票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  417. Me.開票_tb.Name = "開票_tb"
  418. Me.開票_tb.Size = New System.Drawing.Size(113, 23)
  419. Me.開票_tb.TabIndex = 885
  420. Me.開票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  421. '
  422. '收票_tb
  423. '
  424. Me.收票_tb.Location = New System.Drawing.Point(423, 189)
  425. Me.收票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  426. Me.收票_tb.Name = "收票_tb"
  427. Me.收票_tb.Size = New System.Drawing.Size(113, 23)
  428. Me.收票_tb.TabIndex = 887
  429. Me.收票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  430. '
  431. '已核准的現金收支單_rb
  432. '
  433. Me.已核准的現金收支單_rb.AutoSize = True
  434. Me.已核准的現金收支單_rb.Location = New System.Drawing.Point(12, 28)
  435. Me.已核准的現金收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  436. Me.已核准的現金收支單_rb.Name = "已核准的現金收支單_rb"
  437. Me.已核准的現金收支單_rb.Size = New System.Drawing.Size(134, 20)
  438. Me.已核准的現金收支單_rb.TabIndex = 888
  439. Me.已核准的現金收支單_rb.TabStop = True
  440. Me.已核准的現金收支單_rb.Text = "已核准的現金收支單"
  441. Me.已核准的現金收支單_rb.UseVisualStyleBackColor = True
  442. '
  443. 'DateTimePicker2
  444. '
  445. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  446. Me.DateTimePicker2.Location = New System.Drawing.Point(423, 128)
  447. Me.DateTimePicker2.Name = "DateTimePicker2"
  448. Me.DateTimePicker2.Size = New System.Drawing.Size(113, 23)
  449. Me.DateTimePicker2.TabIndex = 889
  450. '
  451. '複製單據_bt
  452. '
  453. Me.複製單據_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  454. Me.複製單據_bt.Location = New System.Drawing.Point(186, 26)
  455. Me.複製單據_bt.Name = "複製單據_bt"
  456. Me.複製單據_bt.Size = New System.Drawing.Size(136, 23)
  457. Me.複製單據_bt.TabIndex = 890
  458. Me.複製單據_bt.Text = "複製歷史單據重新開立"
  459. Me.複製單據_bt.UseVisualStyleBackColor = True
  460. '
  461. '會科第二層編號_cb
  462. '
  463. Me.會科第二層編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  464. Me.會科第二層編號_cb.FormattingEnabled = True
  465. Me.會科第二層編號_cb.Location = New System.Drawing.Point(1037, 30)
  466. Me.會科第二層編號_cb.Name = "會科第二層編號_cb"
  467. Me.會科第二層編號_cb.Size = New System.Drawing.Size(75, 24)
  468. Me.會科第二層編號_cb.TabIndex = 894
  469. '
  470. '會科第二層_cb
  471. '
  472. Me.會科第二層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  473. Me.會科第二層_cb.FormattingEnabled = True
  474. Me.會科第二層_cb.Location = New System.Drawing.Point(937, 30)
  475. Me.會科第二層_cb.Name = "會科第二層_cb"
  476. Me.會科第二層_cb.Size = New System.Drawing.Size(96, 24)
  477. Me.會科第二層_cb.TabIndex = 893
  478. '
  479. '會科第一層編號_cb
  480. '
  481. Me.會科第一層編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  482. Me.會科第一層編號_cb.FormattingEnabled = True
  483. Me.會科第一層編號_cb.Location = New System.Drawing.Point(1037, 4)
  484. Me.會科第一層編號_cb.Name = "會科第一層編號_cb"
  485. Me.會科第一層編號_cb.Size = New System.Drawing.Size(75, 24)
  486. Me.會科第一層編號_cb.TabIndex = 892
  487. '
  488. '會科第一層_cb
  489. '
  490. Me.會科第一層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  491. Me.會科第一層_cb.FormattingEnabled = True
  492. Me.會科第一層_cb.Location = New System.Drawing.Point(937, 4)
  493. Me.會科第一層_cb.Name = "會科第一層_cb"
  494. Me.會科第一層_cb.Size = New System.Drawing.Size(96, 24)
  495. Me.會科第一層_cb.TabIndex = 891
  496. '
  497. '會科關鍵字_tb
  498. '
  499. Me.會科關鍵字_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  500. Me.會科關鍵字_tb.Location = New System.Drawing.Point(841, 30)
  501. Me.會科關鍵字_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  502. Me.會科關鍵字_tb.Name = "會科關鍵字_tb"
  503. Me.會科關鍵字_tb.Size = New System.Drawing.Size(93, 23)
  504. Me.會科關鍵字_tb.TabIndex = 895
  505. Me.會科關鍵字_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  506. '
  507. '會計科目編號_cb
  508. '
  509. Me.會計科目編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  510. Me.會計科目編號_cb.FormattingEnabled = True
  511. Me.會計科目編號_cb.Location = New System.Drawing.Point(423, 220)
  512. Me.會計科目編號_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  513. Me.會計科目編號_cb.Name = "會計科目編號_cb"
  514. Me.會計科目編號_cb.Size = New System.Drawing.Size(113, 24)
  515. Me.會計科目編號_cb.TabIndex = 896
  516. '
  517. '會科修改_bt
  518. '
  519. Me.會科修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  520. Me.會科修改_bt.Location = New System.Drawing.Point(864, 56)
  521. Me.會科修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  522. Me.會科修改_bt.Name = "會科修改_bt"
  523. Me.會科修改_bt.Size = New System.Drawing.Size(71, 24)
  524. Me.會科修改_bt.TabIndex = 897
  525. Me.會科修改_bt.Text = "會科修改"
  526. Me.會科修改_bt.UseVisualStyleBackColor = True
  527. '
  528. '模式一_bt
  529. '
  530. Me.模式一_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  531. Me.模式一_bt.Location = New System.Drawing.Point(685, 30)
  532. Me.模式一_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  533. Me.模式一_bt.Name = "模式一_bt"
  534. Me.模式一_bt.Size = New System.Drawing.Size(58, 24)
  535. Me.模式一_bt.TabIndex = 898
  536. Me.模式一_bt.Text = "模式一"
  537. Me.模式一_bt.UseVisualStyleBackColor = True
  538. '
  539. '模式二_bt
  540. '
  541. Me.模式二_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  542. Me.模式二_bt.Location = New System.Drawing.Point(685, 56)
  543. Me.模式二_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  544. Me.模式二_bt.Name = "模式二_bt"
  545. Me.模式二_bt.Size = New System.Drawing.Size(58, 24)
  546. Me.模式二_bt.TabIndex = 899
  547. Me.模式二_bt.Text = "模式二"
  548. Me.模式二_bt.UseVisualStyleBackColor = True
  549. '
  550. '修改申請日_bt
  551. '
  552. Me.修改申請日_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  553. Me.修改申請日_bt.Location = New System.Drawing.Point(744, 30)
  554. Me.修改申請日_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  555. Me.修改申請日_bt.Name = "修改申請日_bt"
  556. Me.修改申請日_bt.Size = New System.Drawing.Size(83, 24)
  557. Me.修改申請日_bt.TabIndex = 900
  558. Me.修改申請日_bt.Text = "修改申請日"
  559. Me.修改申請日_bt.UseVisualStyleBackColor = True
  560. '
  561. 'Button1
  562. '
  563. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  564. Me.Button1.Location = New System.Drawing.Point(793, 56)
  565. Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  566. Me.Button1.Name = "Button1"
  567. Me.Button1.Size = New System.Drawing.Size(71, 24)
  568. Me.Button1.TabIndex = 901
  569. Me.Button1.Text = "會科批改"
  570. Me.Button1.UseVisualStyleBackColor = True
  571. '
  572. '現金收支單申請
  573. '
  574. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  575. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  576. Me.ClientSize = New System.Drawing.Size(1249, 611)
  577. Me.ContextMenuStrip = Me.ContextMenuStrip1
  578. Me.Controls.Add(Me.Button1)
  579. Me.Controls.Add(Me.修改申請日_bt)
  580. Me.Controls.Add(Me.模式二_bt)
  581. Me.Controls.Add(Me.模式一_bt)
  582. Me.Controls.Add(Me.會科修改_bt)
  583. Me.Controls.Add(Me.會計科目編號_cb)
  584. Me.Controls.Add(Me.會科關鍵字_tb)
  585. Me.Controls.Add(Me.會科第二層編號_cb)
  586. Me.Controls.Add(Me.會科第二層_cb)
  587. Me.Controls.Add(Me.會科第一層編號_cb)
  588. Me.Controls.Add(Me.會科第一層_cb)
  589. Me.Controls.Add(Me.複製單據_bt)
  590. Me.Controls.Add(Me.DateTimePicker2)
  591. Me.Controls.Add(Me.已核准的現金收支單_rb)
  592. Me.Controls.Add(Me.收票_tb)
  593. Me.Controls.Add(Me.開票_tb)
  594. Me.Controls.Add(Me.合計_tb)
  595. Me.Controls.Add(Me.Label9)
  596. Me.Controls.Add(Me.支出_bt)
  597. Me.Controls.Add(Me.Label5)
  598. Me.Controls.Add(Me.非當天日期_ch)
  599. Me.Controls.Add(Me.單據日期_dtp)
  600. Me.Controls.Add(Me.申請完成_bt)
  601. Me.Controls.Add(Me.會計科目_cb)
  602. Me.Controls.Add(Me.現金_tb)
  603. Me.Controls.Add(Me.Label8)
  604. Me.Controls.Add(Me.項次_tb)
  605. Me.Controls.Add(Me.Label28)
  606. Me.Controls.Add(Me.Label27)
  607. Me.Controls.Add(Me.明細_dgv)
  608. Me.Controls.Add(Me.Label3)
  609. Me.Controls.Add(Me.申請人_tb)
  610. Me.Controls.Add(Me.收支單號_tb)
  611. Me.Controls.Add(Me.Label1)
  612. Me.Controls.Add(Me.作廢的現金收支單_rb)
  613. Me.Controls.Add(Me.未核准的現金收支單_rb)
  614. Me.Controls.Add(Me.Label2)
  615. Me.Controls.Add(Me.彙總_dgv)
  616. Me.Controls.Add(Me.閃燈_lb)
  617. Me.Controls.Add(Me.Label4)
  618. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  619. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  620. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  621. Me.Name = "現金收支單申請"
  622. Me.Text = "現金收支單申請"
  623. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  624. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  625. Me.ContextMenuStrip1.ResumeLayout(False)
  626. Me.ResumeLayout(False)
  627. Me.PerformLayout()
  628. End Sub
  629. Friend WithEvents 會計科目_cb As ComboBox
  630. Friend WithEvents 現金_tb As TextBox
  631. Friend WithEvents Label8 As Label
  632. Friend WithEvents 閃燈_lb As Label
  633. Friend WithEvents 項次_tb As TextBox
  634. Friend WithEvents Label28 As Label
  635. Friend WithEvents Label27 As Label
  636. Friend WithEvents 明細_dgv As DataGridView
  637. Friend WithEvents Label3 As Label
  638. Friend WithEvents 申請人_tb As TextBox
  639. Friend WithEvents 收支單號_tb As TextBox
  640. Friend WithEvents Label1 As Label
  641. Friend WithEvents 作廢的現金收支單_rb As RadioButton
  642. Friend WithEvents 未核准的現金收支單_rb As RadioButton
  643. Friend WithEvents 彙總_dgv As DataGridView
  644. Friend WithEvents 申請完成_bt As Button
  645. Friend WithEvents Label2 As Label
  646. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  647. Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem
  648. Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
  649. Friend WithEvents 開立現金收支單ToolStripMenuItem As ToolStripMenuItem
  650. Friend WithEvents 申請完成ToolStripMenuItem As ToolStripMenuItem
  651. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  652. Friend WithEvents 新增一筆資料ToolStripMenuItem As ToolStripMenuItem
  653. Friend WithEvents 刪除支付單中選中的資料ToolStripMenuItem As ToolStripMenuItem
  654. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  655. Friend WithEvents 刪除選中的現金收支單ToolStripMenuItem As ToolStripMenuItem
  656. Friend WithEvents Timer1 As Timer
  657. Friend WithEvents Label4 As Label
  658. Friend WithEvents 單據日期_dtp As DateTimePicker
  659. Friend WithEvents 非當天日期_ch As CheckBox
  660. Friend WithEvents 支出_bt As TextBox
  661. Friend WithEvents Label5 As Label
  662. Friend WithEvents 合計_tb As TextBox
  663. Friend WithEvents Label9 As Label
  664. Friend WithEvents 開票_tb As TextBox
  665. Friend WithEvents 收票_tb As TextBox
  666. Friend WithEvents 已核准的現金收支單_rb As RadioButton
  667. Friend WithEvents DateTimePicker2 As DateTimePicker
  668. Friend WithEvents 複製單據開單ToolStripMenuItem As ToolStripMenuItem
  669. Friend WithEvents 複製單據_bt As Button
  670. Friend WithEvents 會科第二層編號_cb As ComboBox
  671. Friend WithEvents 會科第二層_cb As ComboBox
  672. Friend WithEvents 會科第一層編號_cb As ComboBox
  673. Friend WithEvents 會科第一層_cb As ComboBox
  674. Friend WithEvents 會科關鍵字_tb As TextBox
  675. Friend WithEvents 會計科目編號_cb As ComboBox
  676. Friend WithEvents 會科修改_bt As Button
  677. Friend WithEvents 模式一_bt As Button
  678. Friend WithEvents 模式二_bt As Button
  679. Friend WithEvents 貼上_tsm As ToolStripMenuItem
  680. Friend WithEvents 修改申請日_bt As Button
  681. Friend WithEvents Button1 As Button
  682. End Class