Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

零用金支付單一覽表.Designer.vb 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  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. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.總經理已核准的零用金支付單_lb = New System.Windows.Forms.Label()
  25. Me.已審核_dgv = New System.Windows.Forms.DataGridView()
  26. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  27. Me.申請人_lb = New System.Windows.Forms.Label()
  28. Me.申請人_tb = New System.Windows.Forms.TextBox()
  29. Me.申請部門_lb = New System.Windows.Forms.Label()
  30. Me.申請部門_tb = New System.Windows.Forms.TextBox()
  31. Me.零用金單號_lb = New System.Windows.Forms.Label()
  32. Me.零用金單號_tb = New System.Windows.Forms.TextBox()
  33. Me.核准_lb = New System.Windows.Forms.Label()
  34. Me.審核_tb = New System.Windows.Forms.TextBox()
  35. Me.驗證碼_lb = New System.Windows.Forms.Label()
  36. Me.驗證碼_tb = New System.Windows.Forms.TextBox()
  37. Me.審核_lb = New System.Windows.Forms.Label()
  38. Me.核准_tb = New System.Windows.Forms.TextBox()
  39. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  40. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  41. Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker()
  42. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  43. Me.日期_lb = New System.Windows.Forms.Label()
  44. Me.日期1_lb = New System.Windows.Forms.Label()
  45. Me.日期2_lb = New System.Windows.Forms.Label()
  46. Me.列印_bt = New System.Windows.Forms.Button()
  47. Me.總經理已核准的零用金支付單_tb = New System.Windows.Forms.TextBox()
  48. Me.總金額_tb = New System.Windows.Forms.TextBox()
  49. Me.總金額_lb = New System.Windows.Forms.Label()
  50. Me.出納確認_bt = New System.Windows.Forms.Button()
  51. Me.打勾_ch = New System.Windows.Forms.CheckBox()
  52. Me.帳本編號_cb = New System.Windows.Forms.ComboBox()
  53. Me.帳本名稱_cb = New System.Windows.Forms.ComboBox()
  54. Me.帳本_lb = New System.Windows.Forms.Label()
  55. CType(Me.已審核_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  56. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  57. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  58. Me.SuspendLayout()
  59. '
  60. '總經理已核准的零用金支付單_lb
  61. '
  62. Me.總經理已核准的零用金支付單_lb.AutoSize = True
  63. Me.總經理已核准的零用金支付單_lb.Location = New System.Drawing.Point(4, 9)
  64. Me.總經理已核准的零用金支付單_lb.Name = "總經理已核准的零用金支付單_lb"
  65. Me.總經理已核准的零用金支付單_lb.Size = New System.Drawing.Size(164, 16)
  66. Me.總經理已核准的零用金支付單_lb.TabIndex = 746
  67. Me.總經理已核准的零用金支付單_lb.Text = "總經理已核准的零用金支付單"
  68. '
  69. '已審核_dgv
  70. '
  71. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  72. Me.已審核_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  73. Me.已審核_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  74. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  75. Me.已審核_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  76. Me.已審核_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  77. Me.已審核_dgv.Location = New System.Drawing.Point(4, 37)
  78. Me.已審核_dgv.Name = "已審核_dgv"
  79. Me.已審核_dgv.RowHeadersWidth = 5
  80. Me.已審核_dgv.RowTemplate.Height = 24
  81. Me.已審核_dgv.Size = New System.Drawing.Size(947, 927)
  82. Me.已審核_dgv.TabIndex = 745
  83. '
  84. '明細_dgv
  85. '
  86. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  87. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  88. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  89. Or System.Windows.Forms.AnchorStyles.Left) _
  90. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  91. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  92. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  93. Me.明細_dgv.Location = New System.Drawing.Point(954, 187)
  94. Me.明細_dgv.Name = "明細_dgv"
  95. Me.明細_dgv.RowHeadersWidth = 5
  96. Me.明細_dgv.RowTemplate.Height = 24
  97. Me.明細_dgv.Size = New System.Drawing.Size(955, 777)
  98. Me.明細_dgv.TabIndex = 763
  99. '
  100. '申請人_lb
  101. '
  102. Me.申請人_lb.AutoSize = True
  103. Me.申請人_lb.ForeColor = System.Drawing.Color.Blue
  104. Me.申請人_lb.Location = New System.Drawing.Point(959, 77)
  105. Me.申請人_lb.Name = "申請人_lb"
  106. Me.申請人_lb.Size = New System.Drawing.Size(44, 16)
  107. Me.申請人_lb.TabIndex = 762
  108. Me.申請人_lb.Text = "申請人"
  109. '
  110. '申請人_tb
  111. '
  112. Me.申請人_tb.ForeColor = System.Drawing.Color.Blue
  113. Me.申請人_tb.Location = New System.Drawing.Point(1033, 74)
  114. Me.申請人_tb.Name = "申請人_tb"
  115. Me.申請人_tb.Size = New System.Drawing.Size(208, 23)
  116. Me.申請人_tb.TabIndex = 761
  117. '
  118. '申請部門_lb
  119. '
  120. Me.申請部門_lb.AutoSize = True
  121. Me.申請部門_lb.ForeColor = System.Drawing.Color.Blue
  122. Me.申請部門_lb.Location = New System.Drawing.Point(959, 48)
  123. Me.申請部門_lb.Name = "申請部門_lb"
  124. Me.申請部門_lb.Size = New System.Drawing.Size(56, 16)
  125. Me.申請部門_lb.TabIndex = 760
  126. Me.申請部門_lb.Text = "申請部門"
  127. '
  128. '申請部門_tb
  129. '
  130. Me.申請部門_tb.ForeColor = System.Drawing.Color.Blue
  131. Me.申請部門_tb.Location = New System.Drawing.Point(1033, 45)
  132. Me.申請部門_tb.Name = "申請部門_tb"
  133. Me.申請部門_tb.Size = New System.Drawing.Size(356, 23)
  134. Me.申請部門_tb.TabIndex = 759
  135. '
  136. '零用金單號_lb
  137. '
  138. Me.零用金單號_lb.AutoSize = True
  139. Me.零用金單號_lb.ForeColor = System.Drawing.Color.Blue
  140. Me.零用金單號_lb.Location = New System.Drawing.Point(959, 19)
  141. Me.零用金單號_lb.Name = "零用金單號_lb"
  142. Me.零用金單號_lb.Size = New System.Drawing.Size(68, 16)
  143. Me.零用金單號_lb.TabIndex = 758
  144. Me.零用金單號_lb.Text = "零用金單號"
  145. '
  146. '零用金單號_tb
  147. '
  148. Me.零用金單號_tb.ForeColor = System.Drawing.Color.Blue
  149. Me.零用金單號_tb.Location = New System.Drawing.Point(1033, 16)
  150. Me.零用金單號_tb.Name = "零用金單號_tb"
  151. Me.零用金單號_tb.Size = New System.Drawing.Size(356, 23)
  152. Me.零用金單號_tb.TabIndex = 757
  153. '
  154. '核准_lb
  155. '
  156. Me.核准_lb.AutoSize = True
  157. Me.核准_lb.ForeColor = System.Drawing.Color.Blue
  158. Me.核准_lb.Location = New System.Drawing.Point(959, 135)
  159. Me.核准_lb.Name = "核准_lb"
  160. Me.核准_lb.Size = New System.Drawing.Size(32, 16)
  161. Me.核准_lb.TabIndex = 765
  162. Me.核准_lb.Text = "核准"
  163. '
  164. '審核_tb
  165. '
  166. Me.審核_tb.ForeColor = System.Drawing.Color.Blue
  167. Me.審核_tb.Location = New System.Drawing.Point(1033, 103)
  168. Me.審核_tb.Name = "審核_tb"
  169. Me.審核_tb.Size = New System.Drawing.Size(208, 23)
  170. Me.審核_tb.TabIndex = 764
  171. '
  172. '驗證碼_lb
  173. '
  174. Me.驗證碼_lb.AutoSize = True
  175. Me.驗證碼_lb.ForeColor = System.Drawing.Color.Blue
  176. Me.驗證碼_lb.Location = New System.Drawing.Point(1392, 135)
  177. Me.驗證碼_lb.Name = "驗證碼_lb"
  178. Me.驗證碼_lb.Size = New System.Drawing.Size(44, 16)
  179. Me.驗證碼_lb.TabIndex = 767
  180. Me.驗證碼_lb.Text = "驗證碼"
  181. '
  182. '驗證碼_tb
  183. '
  184. Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue
  185. Me.驗證碼_tb.Location = New System.Drawing.Point(1442, 132)
  186. Me.驗證碼_tb.Name = "驗證碼_tb"
  187. Me.驗證碼_tb.Size = New System.Drawing.Size(172, 23)
  188. Me.驗證碼_tb.TabIndex = 766
  189. Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  190. '
  191. '審核_lb
  192. '
  193. Me.審核_lb.AutoSize = True
  194. Me.審核_lb.ForeColor = System.Drawing.Color.Blue
  195. Me.審核_lb.Location = New System.Drawing.Point(959, 106)
  196. Me.審核_lb.Name = "審核_lb"
  197. Me.審核_lb.Size = New System.Drawing.Size(32, 16)
  198. Me.審核_lb.TabIndex = 770
  199. Me.審核_lb.Text = "審核"
  200. '
  201. '核准_tb
  202. '
  203. Me.核准_tb.ForeColor = System.Drawing.Color.Blue
  204. Me.核准_tb.Location = New System.Drawing.Point(1033, 132)
  205. Me.核准_tb.Name = "核准_tb"
  206. Me.核准_tb.Size = New System.Drawing.Size(208, 23)
  207. Me.核准_tb.TabIndex = 769
  208. '
  209. 'DateTimePicker1
  210. '
  211. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  212. Me.DateTimePicker1.Location = New System.Drawing.Point(1285, 74)
  213. Me.DateTimePicker1.Name = "DateTimePicker1"
  214. Me.DateTimePicker1.Size = New System.Drawing.Size(104, 23)
  215. Me.DateTimePicker1.TabIndex = 771
  216. '
  217. 'DateTimePicker2
  218. '
  219. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  220. Me.DateTimePicker2.Location = New System.Drawing.Point(1285, 104)
  221. Me.DateTimePicker2.Name = "DateTimePicker2"
  222. Me.DateTimePicker2.Size = New System.Drawing.Size(104, 23)
  223. Me.DateTimePicker2.TabIndex = 772
  224. '
  225. 'DateTimePicker3
  226. '
  227. Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  228. Me.DateTimePicker3.Location = New System.Drawing.Point(1285, 133)
  229. Me.DateTimePicker3.Name = "DateTimePicker3"
  230. Me.DateTimePicker3.Size = New System.Drawing.Size(104, 23)
  231. Me.DateTimePicker3.TabIndex = 773
  232. '
  233. 'PictureBox1
  234. '
  235. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  236. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  237. Me.PictureBox1.Location = New System.Drawing.Point(1395, 16)
  238. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  239. Me.PictureBox1.Name = "PictureBox1"
  240. Me.PictureBox1.Size = New System.Drawing.Size(219, 110)
  241. Me.PictureBox1.TabIndex = 774
  242. Me.PictureBox1.TabStop = False
  243. '
  244. '日期_lb
  245. '
  246. Me.日期_lb.AutoSize = True
  247. Me.日期_lb.ForeColor = System.Drawing.Color.Blue
  248. Me.日期_lb.Location = New System.Drawing.Point(1247, 77)
  249. Me.日期_lb.Name = "日期_lb"
  250. Me.日期_lb.Size = New System.Drawing.Size(32, 16)
  251. Me.日期_lb.TabIndex = 775
  252. Me.日期_lb.Text = "日期"
  253. '
  254. '日期1_lb
  255. '
  256. Me.日期1_lb.AutoSize = True
  257. Me.日期1_lb.ForeColor = System.Drawing.Color.Blue
  258. Me.日期1_lb.Location = New System.Drawing.Point(1247, 106)
  259. Me.日期1_lb.Name = "日期1_lb"
  260. Me.日期1_lb.Size = New System.Drawing.Size(32, 16)
  261. Me.日期1_lb.TabIndex = 776
  262. Me.日期1_lb.Text = "日期"
  263. '
  264. '日期2_lb
  265. '
  266. Me.日期2_lb.AutoSize = True
  267. Me.日期2_lb.ForeColor = System.Drawing.Color.Blue
  268. Me.日期2_lb.Location = New System.Drawing.Point(1247, 135)
  269. Me.日期2_lb.Name = "日期2_lb"
  270. Me.日期2_lb.Size = New System.Drawing.Size(32, 16)
  271. Me.日期2_lb.TabIndex = 777
  272. Me.日期2_lb.Text = "日期"
  273. '
  274. '列印_bt
  275. '
  276. Me.列印_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  277. Me.列印_bt.ForeColor = System.Drawing.Color.Blue
  278. Me.列印_bt.Location = New System.Drawing.Point(1620, 16)
  279. Me.列印_bt.Name = "列印_bt"
  280. Me.列印_bt.Size = New System.Drawing.Size(274, 168)
  281. Me.列印_bt.TabIndex = 778
  282. Me.列印_bt.Text = "零用金支付單" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "列印成EXCEL"
  283. Me.列印_bt.UseVisualStyleBackColor = True
  284. '
  285. '總經理已核准的零用金支付單_tb
  286. '
  287. Me.總經理已核准的零用金支付單_tb.ForeColor = System.Drawing.Color.Blue
  288. Me.總經理已核准的零用金支付單_tb.Location = New System.Drawing.Point(174, 8)
  289. Me.總經理已核准的零用金支付單_tb.Name = "總經理已核准的零用金支付單_tb"
  290. Me.總經理已核准的零用金支付單_tb.Size = New System.Drawing.Size(120, 23)
  291. Me.總經理已核准的零用金支付單_tb.TabIndex = 779
  292. Me.總經理已核准的零用金支付單_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  293. '
  294. '總金額_tb
  295. '
  296. Me.總金額_tb.Location = New System.Drawing.Point(1033, 161)
  297. Me.總金額_tb.Name = "總金額_tb"
  298. Me.總金額_tb.Size = New System.Drawing.Size(208, 23)
  299. Me.總金額_tb.TabIndex = 809
  300. '
  301. '總金額_lb
  302. '
  303. Me.總金額_lb.AutoSize = True
  304. Me.總金額_lb.Location = New System.Drawing.Point(959, 164)
  305. Me.總金額_lb.Name = "總金額_lb"
  306. Me.總金額_lb.Size = New System.Drawing.Size(44, 16)
  307. Me.總金額_lb.TabIndex = 808
  308. Me.總金額_lb.Text = "總金額"
  309. '
  310. '出納確認_bt
  311. '
  312. Me.出納確認_bt.Location = New System.Drawing.Point(835, 9)
  313. Me.出納確認_bt.Name = "出納確認_bt"
  314. Me.出納確認_bt.Size = New System.Drawing.Size(116, 23)
  315. Me.出納確認_bt.TabIndex = 810
  316. Me.出納確認_bt.Text = "出納確認"
  317. Me.出納確認_bt.UseVisualStyleBackColor = True
  318. '
  319. '打勾_ch
  320. '
  321. Me.打勾_ch.AutoSize = True
  322. Me.打勾_ch.Location = New System.Drawing.Point(814, 14)
  323. Me.打勾_ch.Name = "打勾_ch"
  324. Me.打勾_ch.Size = New System.Drawing.Size(15, 14)
  325. Me.打勾_ch.TabIndex = 811
  326. Me.打勾_ch.UseVisualStyleBackColor = True
  327. '
  328. '帳本編號_cb
  329. '
  330. Me.帳本編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  331. Me.帳本編號_cb.ForeColor = System.Drawing.Color.Green
  332. Me.帳本編號_cb.FormattingEnabled = True
  333. Me.帳本編號_cb.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"})
  334. Me.帳本編號_cb.Location = New System.Drawing.Point(411, 48)
  335. Me.帳本編號_cb.Name = "帳本編號_cb"
  336. Me.帳本編號_cb.Size = New System.Drawing.Size(145, 24)
  337. Me.帳本編號_cb.TabIndex = 1000
  338. '
  339. '帳本名稱_cb
  340. '
  341. Me.帳本名稱_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  342. Me.帳本名稱_cb.ForeColor = System.Drawing.Color.Green
  343. Me.帳本名稱_cb.FormattingEnabled = True
  344. Me.帳本名稱_cb.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"})
  345. Me.帳本名稱_cb.Location = New System.Drawing.Point(411, 6)
  346. Me.帳本名稱_cb.Name = "帳本名稱_cb"
  347. Me.帳本名稱_cb.Size = New System.Drawing.Size(145, 24)
  348. Me.帳本名稱_cb.TabIndex = 999
  349. '
  350. '帳本_lb
  351. '
  352. Me.帳本_lb.AutoSize = True
  353. Me.帳本_lb.ForeColor = System.Drawing.Color.Green
  354. Me.帳本_lb.Location = New System.Drawing.Point(373, 9)
  355. Me.帳本_lb.Name = "帳本_lb"
  356. Me.帳本_lb.Size = New System.Drawing.Size(32, 16)
  357. Me.帳本_lb.TabIndex = 998
  358. Me.帳本_lb.Text = "帳本"
  359. '
  360. '零用金支付單一覽表
  361. '
  362. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  363. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  364. Me.ClientSize = New System.Drawing.Size(1914, 971)
  365. Me.Controls.Add(Me.帳本編號_cb)
  366. Me.Controls.Add(Me.帳本名稱_cb)
  367. Me.Controls.Add(Me.帳本_lb)
  368. Me.Controls.Add(Me.打勾_ch)
  369. Me.Controls.Add(Me.出納確認_bt)
  370. Me.Controls.Add(Me.總金額_tb)
  371. Me.Controls.Add(Me.總金額_lb)
  372. Me.Controls.Add(Me.總經理已核准的零用金支付單_tb)
  373. Me.Controls.Add(Me.列印_bt)
  374. Me.Controls.Add(Me.日期2_lb)
  375. Me.Controls.Add(Me.日期1_lb)
  376. Me.Controls.Add(Me.日期_lb)
  377. Me.Controls.Add(Me.PictureBox1)
  378. Me.Controls.Add(Me.DateTimePicker3)
  379. Me.Controls.Add(Me.DateTimePicker2)
  380. Me.Controls.Add(Me.DateTimePicker1)
  381. Me.Controls.Add(Me.審核_lb)
  382. Me.Controls.Add(Me.核准_tb)
  383. Me.Controls.Add(Me.驗證碼_lb)
  384. Me.Controls.Add(Me.驗證碼_tb)
  385. Me.Controls.Add(Me.核准_lb)
  386. Me.Controls.Add(Me.審核_tb)
  387. Me.Controls.Add(Me.明細_dgv)
  388. Me.Controls.Add(Me.申請人_lb)
  389. Me.Controls.Add(Me.申請人_tb)
  390. Me.Controls.Add(Me.申請部門_lb)
  391. Me.Controls.Add(Me.申請部門_tb)
  392. Me.Controls.Add(Me.零用金單號_lb)
  393. Me.Controls.Add(Me.零用金單號_tb)
  394. Me.Controls.Add(Me.總經理已核准的零用金支付單_lb)
  395. Me.Controls.Add(Me.已審核_dgv)
  396. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  397. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  398. Me.Name = "零用金支付單一覽表"
  399. Me.Text = "零用金支付單一覽表"
  400. CType(Me.已審核_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  401. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  402. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  403. Me.ResumeLayout(False)
  404. Me.PerformLayout()
  405. End Sub
  406. Friend WithEvents 總經理已核准的零用金支付單_lb As Label
  407. Friend WithEvents 已審核_dgv As DataGridView
  408. Friend WithEvents 明細_dgv As DataGridView
  409. Friend WithEvents 申請人_lb As Label
  410. Friend WithEvents 申請人_tb As TextBox
  411. Friend WithEvents 申請部門_lb As Label
  412. Friend WithEvents 申請部門_tb As TextBox
  413. Friend WithEvents 零用金單號_lb As Label
  414. Friend WithEvents 零用金單號_tb As TextBox
  415. Friend WithEvents 核准_lb As Label
  416. Friend WithEvents 審核_tb As TextBox
  417. Friend WithEvents 驗證碼_lb As Label
  418. Friend WithEvents 驗證碼_tb As TextBox
  419. Friend WithEvents 審核_lb As Label
  420. Friend WithEvents 核准_tb As TextBox
  421. Friend WithEvents DateTimePicker1 As DateTimePicker
  422. Friend WithEvents DateTimePicker2 As DateTimePicker
  423. Friend WithEvents DateTimePicker3 As DateTimePicker
  424. Friend WithEvents PictureBox1 As PictureBox
  425. Friend WithEvents 日期_lb As Label
  426. Friend WithEvents 日期1_lb As Label
  427. Friend WithEvents 日期2_lb As Label
  428. Friend WithEvents 列印_bt As Button
  429. Friend WithEvents 總經理已核准的零用金支付單_tb As TextBox
  430. Friend WithEvents 總金額_tb As TextBox
  431. Friend WithEvents 總金額_lb As Label
  432. Friend WithEvents 出納確認_bt As Button
  433. Friend WithEvents 打勾_ch As CheckBox
  434. Friend WithEvents 帳本編號_cb As ComboBox
  435. Friend WithEvents 帳本名稱_cb As ComboBox
  436. Friend WithEvents 帳本_lb As Label
  437. End Class