Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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

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