Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

零用金支付申請.Designer.vb 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  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 DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Me.TextBox1 = New System.Windows.Forms.TextBox()
  30. Me.Label1 = New System.Windows.Forms.Label()
  31. Me.Label2 = New System.Windows.Forms.Label()
  32. Me.TextBox2 = New System.Windows.Forms.TextBox()
  33. Me.Label3 = New System.Windows.Forms.Label()
  34. Me.TextBox3 = New System.Windows.Forms.TextBox()
  35. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  36. Me.Button1 = New System.Windows.Forms.Button()
  37. Me.Button2 = New System.Windows.Forms.Button()
  38. Me.Label28 = New System.Windows.Forms.Label()
  39. Me.Label27 = New System.Windows.Forms.Label()
  40. Me.Button15 = New System.Windows.Forms.Button()
  41. Me.Button6 = New System.Windows.Forms.Button()
  42. Me.TextBox4 = New System.Windows.Forms.TextBox()
  43. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  44. Me.Label62 = New System.Windows.Forms.Label()
  45. Me.一級未審核_dgv = New System.Windows.Forms.DataGridView()
  46. Me.Label4 = New System.Windows.Forms.Label()
  47. Me.Label5 = New System.Windows.Forms.Label()
  48. Me.一級作廢_dgv = New System.Windows.Forms.DataGridView()
  49. Me.Label6 = New System.Windows.Forms.Label()
  50. Me.二級未核准_dgv = New System.Windows.Forms.DataGridView()
  51. Me.Label7 = New System.Windows.Forms.Label()
  52. Me.二級作廢_dgv = New System.Windows.Forms.DataGridView()
  53. Me.Button3 = New System.Windows.Forms.Button()
  54. Me.Button4 = New System.Windows.Forms.Button()
  55. Me.Button5 = New System.Windows.Forms.Button()
  56. Me.TextBox5 = New System.Windows.Forms.TextBox()
  57. Me.Label8 = New System.Windows.Forms.Label()
  58. Me.帳本名稱_cb = New System.Windows.Forms.ComboBox()
  59. Me.Label9 = New System.Windows.Forms.Label()
  60. Me.帳本編號_cb = New System.Windows.Forms.ComboBox()
  61. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  62. CType(Me.一級未審核_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  63. CType(Me.一級作廢_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  64. CType(Me.二級未核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  65. CType(Me.二級作廢_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  66. Me.SuspendLayout()
  67. '
  68. 'TextBox1
  69. '
  70. Me.TextBox1.Location = New System.Drawing.Point(1036, 9)
  71. Me.TextBox1.Name = "TextBox1"
  72. Me.TextBox1.Size = New System.Drawing.Size(395, 23)
  73. Me.TextBox1.TabIndex = 0
  74. '
  75. 'Label1
  76. '
  77. Me.Label1.AutoSize = True
  78. Me.Label1.Location = New System.Drawing.Point(962, 12)
  79. Me.Label1.Name = "Label1"
  80. Me.Label1.Size = New System.Drawing.Size(68, 16)
  81. Me.Label1.TabIndex = 1
  82. Me.Label1.Text = "零用金單號"
  83. '
  84. 'Label2
  85. '
  86. Me.Label2.AutoSize = True
  87. Me.Label2.Location = New System.Drawing.Point(962, 41)
  88. Me.Label2.Name = "Label2"
  89. Me.Label2.Size = New System.Drawing.Size(56, 16)
  90. Me.Label2.TabIndex = 3
  91. Me.Label2.Text = "申請部門"
  92. '
  93. 'TextBox2
  94. '
  95. Me.TextBox2.Location = New System.Drawing.Point(1036, 38)
  96. Me.TextBox2.Name = "TextBox2"
  97. Me.TextBox2.Size = New System.Drawing.Size(395, 23)
  98. Me.TextBox2.TabIndex = 2
  99. '
  100. 'Label3
  101. '
  102. Me.Label3.AutoSize = True
  103. Me.Label3.Location = New System.Drawing.Point(962, 70)
  104. Me.Label3.Name = "Label3"
  105. Me.Label3.Size = New System.Drawing.Size(44, 16)
  106. Me.Label3.TabIndex = 5
  107. Me.Label3.Text = "申請人"
  108. '
  109. 'TextBox3
  110. '
  111. Me.TextBox3.Location = New System.Drawing.Point(1036, 67)
  112. Me.TextBox3.Name = "TextBox3"
  113. Me.TextBox3.Size = New System.Drawing.Size(395, 23)
  114. Me.TextBox3.TabIndex = 4
  115. '
  116. '明細_dgv
  117. '
  118. DataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  119. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
  120. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  121. Me.明細_dgv.Location = New System.Drawing.Point(965, 157)
  122. Me.明細_dgv.Name = "明細_dgv"
  123. Me.明細_dgv.RowHeadersWidth = 5
  124. DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  125. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle14
  126. Me.明細_dgv.RowTemplate.Height = 24
  127. Me.明細_dgv.Size = New System.Drawing.Size(937, 807)
  128. Me.明細_dgv.TabIndex = 589
  129. '
  130. 'Button1
  131. '
  132. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  133. Me.Button1.Location = New System.Drawing.Point(1437, 12)
  134. Me.Button1.Name = "Button1"
  135. Me.Button1.Size = New System.Drawing.Size(465, 35)
  136. Me.Button1.TabIndex = 590
  137. Me.Button1.Text = "開立零用金支付單"
  138. Me.Button1.UseVisualStyleBackColor = True
  139. '
  140. 'Button2
  141. '
  142. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  143. Me.Button2.Location = New System.Drawing.Point(1437, 53)
  144. Me.Button2.Name = "Button2"
  145. Me.Button2.Size = New System.Drawing.Size(321, 35)
  146. Me.Button2.TabIndex = 591
  147. Me.Button2.Text = "申請完成" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  148. Me.Button2.UseVisualStyleBackColor = True
  149. '
  150. 'Label28
  151. '
  152. Me.Label28.AutoSize = True
  153. Me.Label28.Location = New System.Drawing.Point(1275, 131)
  154. Me.Label28.Name = "Label28"
  155. Me.Label28.Size = New System.Drawing.Size(32, 16)
  156. Me.Label28.TabIndex = 729
  157. Me.Label28.Text = "項次"
  158. '
  159. 'Label27
  160. '
  161. Me.Label27.AutoSize = True
  162. Me.Label27.Location = New System.Drawing.Point(1127, 131)
  163. Me.Label27.Name = "Label27"
  164. Me.Label27.Size = New System.Drawing.Size(32, 16)
  165. Me.Label27.TabIndex = 728
  166. Me.Label27.Text = "選擇"
  167. '
  168. 'Button15
  169. '
  170. Me.Button15.ForeColor = System.Drawing.Color.Red
  171. Me.Button15.Location = New System.Drawing.Point(1046, 128)
  172. Me.Button15.Name = "Button15"
  173. Me.Button15.Size = New System.Drawing.Size(75, 23)
  174. Me.Button15.TabIndex = 726
  175. Me.Button15.Text = "刪除"
  176. Me.Button15.UseVisualStyleBackColor = True
  177. '
  178. 'Button6
  179. '
  180. Me.Button6.Location = New System.Drawing.Point(965, 128)
  181. Me.Button6.Name = "Button6"
  182. Me.Button6.Size = New System.Drawing.Size(75, 23)
  183. Me.Button6.TabIndex = 725
  184. Me.Button6.Text = "新增"
  185. Me.Button6.UseVisualStyleBackColor = True
  186. '
  187. 'TextBox4
  188. '
  189. Me.TextBox4.Location = New System.Drawing.Point(1165, 128)
  190. Me.TextBox4.Name = "TextBox4"
  191. Me.TextBox4.Size = New System.Drawing.Size(104, 23)
  192. Me.TextBox4.TabIndex = 731
  193. '
  194. 'Timer1
  195. '
  196. Me.Timer1.Interval = 500
  197. '
  198. 'Label62
  199. '
  200. Me.Label62.AutoSize = True
  201. Me.Label62.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  202. Me.Label62.ForeColor = System.Drawing.Color.Red
  203. Me.Label62.Location = New System.Drawing.Point(1764, 55)
  204. Me.Label62.Name = "Label62"
  205. Me.Label62.Size = New System.Drawing.Size(138, 26)
  206. Me.Label62.TabIndex = 734
  207. Me.Label62.Text = "資料尚未存檔"
  208. Me.Label62.Visible = False
  209. '
  210. '一級未審核_dgv
  211. '
  212. DataGridViewCellStyle15.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  213. Me.一級未審核_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle15
  214. Me.一級未審核_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  215. Me.一級未審核_dgv.Location = New System.Drawing.Point(12, 41)
  216. Me.一級未審核_dgv.Name = "一級未審核_dgv"
  217. Me.一級未審核_dgv.RowHeadersWidth = 5
  218. Me.一級未審核_dgv.RowTemplate.Height = 24
  219. Me.一級未審核_dgv.Size = New System.Drawing.Size(947, 204)
  220. Me.一級未審核_dgv.TabIndex = 735
  221. '
  222. 'Label4
  223. '
  224. Me.Label4.AutoSize = True
  225. Me.Label4.Location = New System.Drawing.Point(12, 19)
  226. Me.Label4.Name = "Label4"
  227. Me.Label4.Size = New System.Drawing.Size(128, 16)
  228. Me.Label4.TabIndex = 736
  229. Me.Label4.Text = "未審核的零用金支付單"
  230. '
  231. 'Label5
  232. '
  233. Me.Label5.AutoSize = True
  234. Me.Label5.Location = New System.Drawing.Point(12, 501)
  235. Me.Label5.Name = "Label5"
  236. Me.Label5.Size = New System.Drawing.Size(140, 16)
  237. Me.Label5.TabIndex = 738
  238. Me.Label5.Text = "主管作廢的零用金支付單"
  239. '
  240. '一級作廢_dgv
  241. '
  242. DataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  243. Me.一級作廢_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle16
  244. Me.一級作廢_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  245. Me.一級作廢_dgv.Location = New System.Drawing.Point(12, 523)
  246. Me.一級作廢_dgv.Name = "一級作廢_dgv"
  247. Me.一級作廢_dgv.RowHeadersWidth = 5
  248. Me.一級作廢_dgv.RowTemplate.Height = 24
  249. Me.一級作廢_dgv.Size = New System.Drawing.Size(947, 204)
  250. Me.一級作廢_dgv.TabIndex = 737
  251. '
  252. 'Label6
  253. '
  254. Me.Label6.AutoSize = True
  255. Me.Label6.Location = New System.Drawing.Point(12, 260)
  256. Me.Label6.Name = "Label6"
  257. Me.Label6.Size = New System.Drawing.Size(164, 16)
  258. Me.Label6.TabIndex = 740
  259. Me.Label6.Text = "總經理未核准的零用金支付單"
  260. '
  261. '二級未核准_dgv
  262. '
  263. DataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  264. Me.二級未核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle17
  265. Me.二級未核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  266. Me.二級未核准_dgv.Location = New System.Drawing.Point(12, 282)
  267. Me.二級未核准_dgv.Name = "二級未核准_dgv"
  268. Me.二級未核准_dgv.RowHeadersWidth = 5
  269. Me.二級未核准_dgv.RowTemplate.Height = 24
  270. Me.二級未核准_dgv.Size = New System.Drawing.Size(947, 204)
  271. Me.二級未核准_dgv.TabIndex = 739
  272. '
  273. 'Label7
  274. '
  275. Me.Label7.AutoSize = True
  276. Me.Label7.Location = New System.Drawing.Point(12, 738)
  277. Me.Label7.Name = "Label7"
  278. Me.Label7.Size = New System.Drawing.Size(152, 16)
  279. Me.Label7.TabIndex = 742
  280. Me.Label7.Text = "總經理作廢的零用金支付單"
  281. '
  282. '二級作廢_dgv
  283. '
  284. DataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  285. Me.二級作廢_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle18
  286. Me.二級作廢_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  287. Me.二級作廢_dgv.Location = New System.Drawing.Point(12, 760)
  288. Me.二級作廢_dgv.Name = "二級作廢_dgv"
  289. Me.二級作廢_dgv.RowHeadersWidth = 5
  290. Me.二級作廢_dgv.RowTemplate.Height = 24
  291. Me.二級作廢_dgv.Size = New System.Drawing.Size(947, 204)
  292. Me.二級作廢_dgv.TabIndex = 741
  293. '
  294. 'Button3
  295. '
  296. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  297. Me.Button3.ForeColor = System.Drawing.Color.Green
  298. Me.Button3.Location = New System.Drawing.Point(1437, 94)
  299. Me.Button3.Name = "Button3"
  300. Me.Button3.Size = New System.Drawing.Size(151, 35)
  301. Me.Button3.TabIndex = 743
  302. Me.Button3.Text = "修改"
  303. Me.Button3.UseVisualStyleBackColor = True
  304. '
  305. 'Button4
  306. '
  307. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  308. Me.Button4.ForeColor = System.Drawing.Color.Green
  309. Me.Button4.Location = New System.Drawing.Point(1594, 94)
  310. Me.Button4.Name = "Button4"
  311. Me.Button4.Size = New System.Drawing.Size(151, 35)
  312. Me.Button4.TabIndex = 744
  313. Me.Button4.Text = "修改存檔"
  314. Me.Button4.UseVisualStyleBackColor = True
  315. '
  316. 'Button5
  317. '
  318. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  319. Me.Button5.ForeColor = System.Drawing.Color.Red
  320. Me.Button5.Location = New System.Drawing.Point(1751, 94)
  321. Me.Button5.Name = "Button5"
  322. Me.Button5.Size = New System.Drawing.Size(151, 35)
  323. Me.Button5.TabIndex = 745
  324. Me.Button5.Text = "刪除"
  325. Me.Button5.UseVisualStyleBackColor = True
  326. '
  327. 'TextBox5
  328. '
  329. Me.TextBox5.Location = New System.Drawing.Point(1036, 96)
  330. Me.TextBox5.Name = "TextBox5"
  331. Me.TextBox5.Size = New System.Drawing.Size(395, 23)
  332. Me.TextBox5.TabIndex = 777
  333. '
  334. 'Label8
  335. '
  336. Me.Label8.AutoSize = True
  337. Me.Label8.Location = New System.Drawing.Point(962, 99)
  338. Me.Label8.Name = "Label8"
  339. Me.Label8.Size = New System.Drawing.Size(44, 16)
  340. Me.Label8.TabIndex = 776
  341. Me.Label8.Text = "總金額"
  342. '
  343. '帳本名稱_cb
  344. '
  345. Me.帳本名稱_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  346. Me.帳本名稱_cb.ForeColor = System.Drawing.Color.Green
  347. Me.帳本名稱_cb.FormattingEnabled = True
  348. Me.帳本名稱_cb.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"})
  349. Me.帳本名稱_cb.Location = New System.Drawing.Point(811, 11)
  350. Me.帳本名稱_cb.Name = "帳本名稱_cb"
  351. Me.帳本名稱_cb.Size = New System.Drawing.Size(145, 24)
  352. Me.帳本名稱_cb.TabIndex = 993
  353. '
  354. 'Label9
  355. '
  356. Me.Label9.AutoSize = True
  357. Me.Label9.ForeColor = System.Drawing.Color.Green
  358. Me.Label9.Location = New System.Drawing.Point(773, 14)
  359. Me.Label9.Name = "Label9"
  360. Me.Label9.Size = New System.Drawing.Size(32, 16)
  361. Me.Label9.TabIndex = 992
  362. Me.Label9.Text = "帳本"
  363. '
  364. '帳本編號_cb
  365. '
  366. Me.帳本編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  367. Me.帳本編號_cb.ForeColor = System.Drawing.Color.Green
  368. Me.帳本編號_cb.FormattingEnabled = True
  369. Me.帳本編號_cb.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"})
  370. Me.帳本編號_cb.Location = New System.Drawing.Point(811, 53)
  371. Me.帳本編號_cb.Name = "帳本編號_cb"
  372. Me.帳本編號_cb.Size = New System.Drawing.Size(145, 24)
  373. Me.帳本編號_cb.TabIndex = 994
  374. '
  375. '零用金支付申請
  376. '
  377. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  378. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  379. Me.ClientSize = New System.Drawing.Size(1914, 971)
  380. Me.Controls.Add(Me.帳本編號_cb)
  381. Me.Controls.Add(Me.帳本名稱_cb)
  382. Me.Controls.Add(Me.Label9)
  383. Me.Controls.Add(Me.TextBox5)
  384. Me.Controls.Add(Me.Label8)
  385. Me.Controls.Add(Me.Button5)
  386. Me.Controls.Add(Me.Button4)
  387. Me.Controls.Add(Me.Button3)
  388. Me.Controls.Add(Me.Label7)
  389. Me.Controls.Add(Me.二級作廢_dgv)
  390. Me.Controls.Add(Me.Label6)
  391. Me.Controls.Add(Me.二級未核准_dgv)
  392. Me.Controls.Add(Me.Label5)
  393. Me.Controls.Add(Me.一級作廢_dgv)
  394. Me.Controls.Add(Me.Label4)
  395. Me.Controls.Add(Me.一級未審核_dgv)
  396. Me.Controls.Add(Me.Label62)
  397. Me.Controls.Add(Me.TextBox4)
  398. Me.Controls.Add(Me.Label28)
  399. Me.Controls.Add(Me.Label27)
  400. Me.Controls.Add(Me.Button15)
  401. Me.Controls.Add(Me.Button6)
  402. Me.Controls.Add(Me.Button2)
  403. Me.Controls.Add(Me.Button1)
  404. Me.Controls.Add(Me.明細_dgv)
  405. Me.Controls.Add(Me.Label3)
  406. Me.Controls.Add(Me.TextBox3)
  407. Me.Controls.Add(Me.Label2)
  408. Me.Controls.Add(Me.TextBox2)
  409. Me.Controls.Add(Me.Label1)
  410. Me.Controls.Add(Me.TextBox1)
  411. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  412. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  413. Me.Name = "零用金支付申請"
  414. Me.Text = "零用金支付申請"
  415. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  416. CType(Me.一級未審核_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  417. CType(Me.一級作廢_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  418. CType(Me.二級未核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  419. CType(Me.二級作廢_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  420. Me.ResumeLayout(False)
  421. Me.PerformLayout()
  422. End Sub
  423. Friend WithEvents TextBox1 As TextBox
  424. Friend WithEvents Label1 As Label
  425. Friend WithEvents Label2 As Label
  426. Friend WithEvents TextBox2 As TextBox
  427. Friend WithEvents Label3 As Label
  428. Friend WithEvents TextBox3 As TextBox
  429. Friend WithEvents 明細_dgv As DataGridView
  430. Friend WithEvents Button1 As Button
  431. Friend WithEvents Button2 As Button
  432. Friend WithEvents Label28 As Label
  433. Friend WithEvents Label27 As Label
  434. Friend WithEvents Button15 As Button
  435. Friend WithEvents Button6 As Button
  436. Friend WithEvents TextBox4 As TextBox
  437. Friend WithEvents Timer1 As Timer
  438. Friend WithEvents Label62 As Label
  439. Friend WithEvents 一級未審核_dgv As DataGridView
  440. Friend WithEvents Label4 As Label
  441. Friend WithEvents Label5 As Label
  442. Friend WithEvents 一級作廢_dgv As DataGridView
  443. Friend WithEvents Label6 As Label
  444. Friend WithEvents 二級未核准_dgv As DataGridView
  445. Friend WithEvents Label7 As Label
  446. Friend WithEvents 二級作廢_dgv As DataGridView
  447. Friend WithEvents Button3 As Button
  448. Friend WithEvents Button4 As Button
  449. Friend WithEvents Button5 As Button
  450. Friend WithEvents TextBox5 As TextBox
  451. Friend WithEvents Label8 As Label
  452. Friend WithEvents 帳本名稱_cb As ComboBox
  453. Friend WithEvents Label9 As Label
  454. Friend WithEvents 帳本編號_cb As ComboBox
  455. End Class