Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 零用金支付申請
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Me.零用金單號_tb = New System.Windows.Forms.TextBox()
  30. Me.零用金單號_lb = New System.Windows.Forms.Label()
  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.明細_dgv = New System.Windows.Forms.DataGridView()
  36. Me.開立零用金支付單_bt = New System.Windows.Forms.Button()
  37. Me.申請完成_bt = New System.Windows.Forms.Button()
  38. Me.項次_lb = New System.Windows.Forms.Label()
  39. Me.選擇_lb = New System.Windows.Forms.Label()
  40. Me.刪除_bt = New System.Windows.Forms.Button()
  41. Me.新增_bt = New System.Windows.Forms.Button()
  42. Me.選擇_tb = New System.Windows.Forms.TextBox()
  43. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  44. Me.資料尚未存檔_lb = New System.Windows.Forms.Label()
  45. Me.一級未審核_dgv = New System.Windows.Forms.DataGridView()
  46. Me.未審核的零用金支付單_lb = New System.Windows.Forms.Label()
  47. Me.主管作廢的零用金支付單_lb = New System.Windows.Forms.Label()
  48. Me.一級作廢_dgv = New System.Windows.Forms.DataGridView()
  49. Me.總經理未核准的零用金支付單_lb = New System.Windows.Forms.Label()
  50. Me.二級未核准_dgv = New System.Windows.Forms.DataGridView()
  51. Me.總經理作廢的零用金支付單_lb = New System.Windows.Forms.Label()
  52. Me.二級作廢_dgv = New System.Windows.Forms.DataGridView()
  53. Me.修改_bt = New System.Windows.Forms.Button()
  54. Me.修改存檔_bt = New System.Windows.Forms.Button()
  55. Me.刪除1_bt = New System.Windows.Forms.Button()
  56. Me.總金額_tb = New System.Windows.Forms.TextBox()
  57. Me.總金額_lb = 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. '零用金單號_tb
  69. '
  70. Me.零用金單號_tb.Location = New System.Drawing.Point(1028, 9)
  71. Me.零用金單號_tb.Name = "零用金單號_tb"
  72. Me.零用金單號_tb.Size = New System.Drawing.Size(395, 23)
  73. Me.零用金單號_tb.TabIndex = 0
  74. '
  75. '零用金單號_lb
  76. '
  77. Me.零用金單號_lb.AutoSize = True
  78. Me.零用金單號_lb.Location = New System.Drawing.Point(954, 12)
  79. Me.零用金單號_lb.Name = "零用金單號_lb"
  80. Me.零用金單號_lb.Size = New System.Drawing.Size(68, 16)
  81. Me.零用金單號_lb.TabIndex = 1
  82. Me.零用金單號_lb.Text = "零用金單號"
  83. '
  84. '申請部門_lb
  85. '
  86. Me.申請部門_lb.AutoSize = True
  87. Me.申請部門_lb.Location = New System.Drawing.Point(954, 41)
  88. Me.申請部門_lb.Name = "申請部門_lb"
  89. Me.申請部門_lb.Size = New System.Drawing.Size(56, 16)
  90. Me.申請部門_lb.TabIndex = 3
  91. Me.申請部門_lb.Text = "申請部門"
  92. '
  93. '申請部門_tb
  94. '
  95. Me.申請部門_tb.Location = New System.Drawing.Point(1028, 38)
  96. Me.申請部門_tb.Name = "申請部門_tb"
  97. Me.申請部門_tb.Size = New System.Drawing.Size(395, 23)
  98. Me.申請部門_tb.TabIndex = 2
  99. '
  100. '申請人_lb
  101. '
  102. Me.申請人_lb.AutoSize = True
  103. Me.申請人_lb.Location = New System.Drawing.Point(954, 70)
  104. Me.申請人_lb.Name = "申請人_lb"
  105. Me.申請人_lb.Size = New System.Drawing.Size(44, 16)
  106. Me.申請人_lb.TabIndex = 5
  107. Me.申請人_lb.Text = "申請人"
  108. '
  109. '申請人_tb
  110. '
  111. Me.申請人_tb.Location = New System.Drawing.Point(1028, 67)
  112. Me.申請人_tb.Name = "申請人_tb"
  113. Me.申請人_tb.Size = New System.Drawing.Size(395, 23)
  114. Me.申請人_tb.TabIndex = 4
  115. '
  116. '明細_dgv
  117. '
  118. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  119. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  120. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  121. Or System.Windows.Forms.AnchorStyles.Left) _
  122. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  123. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  124. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  125. Me.明細_dgv.Location = New System.Drawing.Point(954, 157)
  126. Me.明細_dgv.Name = "明細_dgv"
  127. Me.明細_dgv.RowHeadersWidth = 5
  128. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  129. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  130. Me.明細_dgv.RowTemplate.Height = 24
  131. Me.明細_dgv.Size = New System.Drawing.Size(955, 807)
  132. Me.明細_dgv.TabIndex = 589
  133. '
  134. '開立零用金支付單_bt
  135. '
  136. Me.開立零用金支付單_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  137. Me.開立零用金支付單_bt.Location = New System.Drawing.Point(1429, 12)
  138. Me.開立零用金支付單_bt.Name = "開立零用金支付單_bt"
  139. Me.開立零用金支付單_bt.Size = New System.Drawing.Size(465, 35)
  140. Me.開立零用金支付單_bt.TabIndex = 590
  141. Me.開立零用金支付單_bt.Text = "開立零用金支付單"
  142. Me.開立零用金支付單_bt.UseVisualStyleBackColor = True
  143. '
  144. '申請完成_bt
  145. '
  146. Me.申請完成_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  147. Me.申請完成_bt.Location = New System.Drawing.Point(1429, 53)
  148. Me.申請完成_bt.Name = "申請完成_bt"
  149. Me.申請完成_bt.Size = New System.Drawing.Size(321, 35)
  150. Me.申請完成_bt.TabIndex = 591
  151. Me.申請完成_bt.Text = "申請完成" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
  152. Me.申請完成_bt.UseVisualStyleBackColor = True
  153. '
  154. '項次_lb
  155. '
  156. Me.項次_lb.AutoSize = True
  157. Me.項次_lb.Location = New System.Drawing.Point(1267, 131)
  158. Me.項次_lb.Name = "項次_lb"
  159. Me.項次_lb.Size = New System.Drawing.Size(32, 16)
  160. Me.項次_lb.TabIndex = 729
  161. Me.項次_lb.Text = "項次"
  162. '
  163. '選擇_lb
  164. '
  165. Me.選擇_lb.AutoSize = True
  166. Me.選擇_lb.Location = New System.Drawing.Point(1119, 131)
  167. Me.選擇_lb.Name = "選擇_lb"
  168. Me.選擇_lb.Size = New System.Drawing.Size(32, 16)
  169. Me.選擇_lb.TabIndex = 728
  170. Me.選擇_lb.Text = "選擇"
  171. '
  172. '刪除_bt
  173. '
  174. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  175. Me.刪除_bt.Location = New System.Drawing.Point(1038, 128)
  176. Me.刪除_bt.Name = "刪除_bt"
  177. Me.刪除_bt.Size = New System.Drawing.Size(75, 23)
  178. Me.刪除_bt.TabIndex = 726
  179. Me.刪除_bt.Text = "刪除"
  180. Me.刪除_bt.UseVisualStyleBackColor = True
  181. '
  182. '新增_bt
  183. '
  184. Me.新增_bt.Location = New System.Drawing.Point(957, 128)
  185. Me.新增_bt.Name = "新增_bt"
  186. Me.新增_bt.Size = New System.Drawing.Size(75, 23)
  187. Me.新增_bt.TabIndex = 725
  188. Me.新增_bt.Text = "新增"
  189. Me.新增_bt.UseVisualStyleBackColor = True
  190. '
  191. '選擇_tb
  192. '
  193. Me.選擇_tb.Location = New System.Drawing.Point(1157, 128)
  194. Me.選擇_tb.Name = "選擇_tb"
  195. Me.選擇_tb.Size = New System.Drawing.Size(104, 23)
  196. Me.選擇_tb.TabIndex = 731
  197. '
  198. 'Timer1
  199. '
  200. Me.Timer1.Interval = 500
  201. '
  202. '資料尚未存檔_lb
  203. '
  204. Me.資料尚未存檔_lb.AutoSize = True
  205. Me.資料尚未存檔_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  206. Me.資料尚未存檔_lb.ForeColor = System.Drawing.Color.Red
  207. Me.資料尚未存檔_lb.Location = New System.Drawing.Point(1756, 55)
  208. Me.資料尚未存檔_lb.Name = "資料尚未存檔_lb"
  209. Me.資料尚未存檔_lb.Size = New System.Drawing.Size(138, 26)
  210. Me.資料尚未存檔_lb.TabIndex = 734
  211. Me.資料尚未存檔_lb.Text = "資料尚未存檔"
  212. Me.資料尚未存檔_lb.Visible = False
  213. '
  214. '一級未審核_dgv
  215. '
  216. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  217. Me.一級未審核_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  218. Me.一級未審核_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  219. Me.一級未審核_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  220. Me.一級未審核_dgv.Location = New System.Drawing.Point(4, 41)
  221. Me.一級未審核_dgv.Name = "一級未審核_dgv"
  222. Me.一級未審核_dgv.RowHeadersWidth = 5
  223. Me.一級未審核_dgv.RowTemplate.Height = 24
  224. Me.一級未審核_dgv.Size = New System.Drawing.Size(947, 204)
  225. Me.一級未審核_dgv.TabIndex = 735
  226. '
  227. '未審核的零用金支付單_lb
  228. '
  229. Me.未審核的零用金支付單_lb.AutoSize = True
  230. Me.未審核的零用金支付單_lb.Location = New System.Drawing.Point(4, 19)
  231. Me.未審核的零用金支付單_lb.Name = "未審核的零用金支付單_lb"
  232. Me.未審核的零用金支付單_lb.Size = New System.Drawing.Size(128, 16)
  233. Me.未審核的零用金支付單_lb.TabIndex = 736
  234. Me.未審核的零用金支付單_lb.Text = "未審核的零用金支付單"
  235. '
  236. '主管作廢的零用金支付單_lb
  237. '
  238. Me.主管作廢的零用金支付單_lb.AutoSize = True
  239. Me.主管作廢的零用金支付單_lb.Location = New System.Drawing.Point(4, 501)
  240. Me.主管作廢的零用金支付單_lb.Name = "主管作廢的零用金支付單_lb"
  241. Me.主管作廢的零用金支付單_lb.Size = New System.Drawing.Size(140, 16)
  242. Me.主管作廢的零用金支付單_lb.TabIndex = 738
  243. Me.主管作廢的零用金支付單_lb.Text = "主管作廢的零用金支付單"
  244. '
  245. '一級作廢_dgv
  246. '
  247. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  248. Me.一級作廢_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  249. Me.一級作廢_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  250. Me.一級作廢_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  251. Me.一級作廢_dgv.Location = New System.Drawing.Point(4, 523)
  252. Me.一級作廢_dgv.Name = "一級作廢_dgv"
  253. Me.一級作廢_dgv.RowHeadersWidth = 5
  254. Me.一級作廢_dgv.RowTemplate.Height = 24
  255. Me.一級作廢_dgv.Size = New System.Drawing.Size(947, 204)
  256. Me.一級作廢_dgv.TabIndex = 737
  257. '
  258. '總經理未核准的零用金支付單_lb
  259. '
  260. Me.總經理未核准的零用金支付單_lb.AutoSize = True
  261. Me.總經理未核准的零用金支付單_lb.Location = New System.Drawing.Point(4, 260)
  262. Me.總經理未核准的零用金支付單_lb.Name = "總經理未核准的零用金支付單_lb"
  263. Me.總經理未核准的零用金支付單_lb.Size = New System.Drawing.Size(164, 16)
  264. Me.總經理未核准的零用金支付單_lb.TabIndex = 740
  265. Me.總經理未核准的零用金支付單_lb.Text = "總經理未核准的零用金支付單"
  266. '
  267. '二級未核准_dgv
  268. '
  269. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  270. Me.二級未核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  271. Me.二級未核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  272. Me.二級未核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  273. Me.二級未核准_dgv.Location = New System.Drawing.Point(4, 282)
  274. Me.二級未核准_dgv.Name = "二級未核准_dgv"
  275. Me.二級未核准_dgv.RowHeadersWidth = 5
  276. Me.二級未核准_dgv.RowTemplate.Height = 24
  277. Me.二級未核准_dgv.Size = New System.Drawing.Size(947, 204)
  278. Me.二級未核准_dgv.TabIndex = 739
  279. '
  280. '總經理作廢的零用金支付單_lb
  281. '
  282. Me.總經理作廢的零用金支付單_lb.AutoSize = True
  283. Me.總經理作廢的零用金支付單_lb.Location = New System.Drawing.Point(4, 738)
  284. Me.總經理作廢的零用金支付單_lb.Name = "總經理作廢的零用金支付單_lb"
  285. Me.總經理作廢的零用金支付單_lb.Size = New System.Drawing.Size(152, 16)
  286. Me.總經理作廢的零用金支付單_lb.TabIndex = 742
  287. Me.總經理作廢的零用金支付單_lb.Text = "總經理作廢的零用金支付單"
  288. '
  289. '二級作廢_dgv
  290. '
  291. DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  292. Me.二級作廢_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
  293. Me.二級作廢_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  294. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  295. Me.二級作廢_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  296. Me.二級作廢_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  297. Me.二級作廢_dgv.Location = New System.Drawing.Point(4, 760)
  298. Me.二級作廢_dgv.Name = "二級作廢_dgv"
  299. Me.二級作廢_dgv.RowHeadersWidth = 5
  300. Me.二級作廢_dgv.RowTemplate.Height = 24
  301. Me.二級作廢_dgv.Size = New System.Drawing.Size(947, 204)
  302. Me.二級作廢_dgv.TabIndex = 741
  303. '
  304. '修改_bt
  305. '
  306. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  307. Me.修改_bt.ForeColor = System.Drawing.Color.Green
  308. Me.修改_bt.Location = New System.Drawing.Point(1429, 94)
  309. Me.修改_bt.Name = "修改_bt"
  310. Me.修改_bt.Size = New System.Drawing.Size(151, 35)
  311. Me.修改_bt.TabIndex = 743
  312. Me.修改_bt.Text = "修改"
  313. Me.修改_bt.UseVisualStyleBackColor = True
  314. '
  315. '修改存檔_bt
  316. '
  317. Me.修改存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  318. Me.修改存檔_bt.ForeColor = System.Drawing.Color.Green
  319. Me.修改存檔_bt.Location = New System.Drawing.Point(1586, 94)
  320. Me.修改存檔_bt.Name = "修改存檔_bt"
  321. Me.修改存檔_bt.Size = New System.Drawing.Size(151, 35)
  322. Me.修改存檔_bt.TabIndex = 744
  323. Me.修改存檔_bt.Text = "修改存檔"
  324. Me.修改存檔_bt.UseVisualStyleBackColor = True
  325. '
  326. '刪除1_bt
  327. '
  328. Me.刪除1_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  329. Me.刪除1_bt.ForeColor = System.Drawing.Color.Red
  330. Me.刪除1_bt.Location = New System.Drawing.Point(1743, 94)
  331. Me.刪除1_bt.Name = "刪除1_bt"
  332. Me.刪除1_bt.Size = New System.Drawing.Size(151, 35)
  333. Me.刪除1_bt.TabIndex = 745
  334. Me.刪除1_bt.Text = "刪除"
  335. Me.刪除1_bt.UseVisualStyleBackColor = True
  336. '
  337. '總金額_tb
  338. '
  339. Me.總金額_tb.Location = New System.Drawing.Point(1028, 96)
  340. Me.總金額_tb.Name = "總金額_tb"
  341. Me.總金額_tb.Size = New System.Drawing.Size(395, 23)
  342. Me.總金額_tb.TabIndex = 777
  343. '
  344. '總金額_lb
  345. '
  346. Me.總金額_lb.AutoSize = True
  347. Me.總金額_lb.Location = New System.Drawing.Point(954, 99)
  348. Me.總金額_lb.Name = "總金額_lb"
  349. Me.總金額_lb.Size = New System.Drawing.Size(44, 16)
  350. Me.總金額_lb.TabIndex = 776
  351. Me.總金額_lb.Text = "總金額"
  352. '
  353. '帳本名稱_cb
  354. '
  355. Me.帳本名稱_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  356. Me.帳本名稱_cb.ForeColor = System.Drawing.Color.Green
  357. Me.帳本名稱_cb.FormattingEnabled = True
  358. Me.帳本名稱_cb.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"})
  359. Me.帳本名稱_cb.Location = New System.Drawing.Point(803, 11)
  360. Me.帳本名稱_cb.Name = "帳本名稱_cb"
  361. Me.帳本名稱_cb.Size = New System.Drawing.Size(145, 24)
  362. Me.帳本名稱_cb.TabIndex = 993
  363. '
  364. 'Label9
  365. '
  366. Me.Label9.AutoSize = True
  367. Me.Label9.ForeColor = System.Drawing.Color.Green
  368. Me.Label9.Location = New System.Drawing.Point(765, 14)
  369. Me.Label9.Name = "Label9"
  370. Me.Label9.Size = New System.Drawing.Size(32, 16)
  371. Me.Label9.TabIndex = 992
  372. Me.Label9.Text = "帳本"
  373. '
  374. '帳本編號_cb
  375. '
  376. Me.帳本編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  377. Me.帳本編號_cb.ForeColor = System.Drawing.Color.Green
  378. Me.帳本編號_cb.FormattingEnabled = True
  379. Me.帳本編號_cb.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"})
  380. Me.帳本編號_cb.Location = New System.Drawing.Point(803, 53)
  381. Me.帳本編號_cb.Name = "帳本編號_cb"
  382. Me.帳本編號_cb.Size = New System.Drawing.Size(145, 24)
  383. Me.帳本編號_cb.TabIndex = 994
  384. '
  385. '零用金支付申請
  386. '
  387. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  388. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  389. Me.ClientSize = New System.Drawing.Size(1914, 971)
  390. Me.Controls.Add(Me.帳本編號_cb)
  391. Me.Controls.Add(Me.帳本名稱_cb)
  392. Me.Controls.Add(Me.Label9)
  393. Me.Controls.Add(Me.總金額_tb)
  394. Me.Controls.Add(Me.總金額_lb)
  395. Me.Controls.Add(Me.刪除1_bt)
  396. Me.Controls.Add(Me.修改存檔_bt)
  397. Me.Controls.Add(Me.修改_bt)
  398. Me.Controls.Add(Me.總經理作廢的零用金支付單_lb)
  399. Me.Controls.Add(Me.二級作廢_dgv)
  400. Me.Controls.Add(Me.總經理未核准的零用金支付單_lb)
  401. Me.Controls.Add(Me.二級未核准_dgv)
  402. Me.Controls.Add(Me.主管作廢的零用金支付單_lb)
  403. Me.Controls.Add(Me.一級作廢_dgv)
  404. Me.Controls.Add(Me.未審核的零用金支付單_lb)
  405. Me.Controls.Add(Me.一級未審核_dgv)
  406. Me.Controls.Add(Me.資料尚未存檔_lb)
  407. Me.Controls.Add(Me.選擇_tb)
  408. Me.Controls.Add(Me.項次_lb)
  409. Me.Controls.Add(Me.選擇_lb)
  410. Me.Controls.Add(Me.刪除_bt)
  411. Me.Controls.Add(Me.新增_bt)
  412. Me.Controls.Add(Me.申請完成_bt)
  413. Me.Controls.Add(Me.開立零用金支付單_bt)
  414. Me.Controls.Add(Me.明細_dgv)
  415. Me.Controls.Add(Me.申請人_lb)
  416. Me.Controls.Add(Me.申請人_tb)
  417. Me.Controls.Add(Me.申請部門_lb)
  418. Me.Controls.Add(Me.申請部門_tb)
  419. Me.Controls.Add(Me.零用金單號_lb)
  420. Me.Controls.Add(Me.零用金單號_tb)
  421. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  422. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  423. Me.Name = "零用金支付申請"
  424. Me.Text = "零用金支付申請"
  425. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  426. CType(Me.一級未審核_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  427. CType(Me.一級作廢_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  428. CType(Me.二級未核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  429. CType(Me.二級作廢_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  430. Me.ResumeLayout(False)
  431. Me.PerformLayout()
  432. End Sub
  433. Friend WithEvents 零用金單號_tb As TextBox
  434. Friend WithEvents 零用金單號_lb As Label
  435. Friend WithEvents 申請部門_lb As Label
  436. Friend WithEvents 申請部門_tb As TextBox
  437. Friend WithEvents 申請人_lb As Label
  438. Friend WithEvents 申請人_tb As TextBox
  439. Friend WithEvents 明細_dgv As DataGridView
  440. Friend WithEvents 開立零用金支付單_bt As Button
  441. Friend WithEvents 申請完成_bt As Button
  442. Friend WithEvents 項次_lb As Label
  443. Friend WithEvents 選擇_lb As Label
  444. Friend WithEvents 刪除_bt As Button
  445. Friend WithEvents 新增_bt As Button
  446. Friend WithEvents 選擇_tb As TextBox
  447. Friend WithEvents Timer1 As Timer
  448. Friend WithEvents 資料尚未存檔_lb As Label
  449. Friend WithEvents 一級未審核_dgv As DataGridView
  450. Friend WithEvents 未審核的零用金支付單_lb As Label
  451. Friend WithEvents 主管作廢的零用金支付單_lb As Label
  452. Friend WithEvents 一級作廢_dgv As DataGridView
  453. Friend WithEvents 總經理未核准的零用金支付單_lb As Label
  454. Friend WithEvents 二級未核准_dgv As DataGridView
  455. Friend WithEvents 總經理作廢的零用金支付單_lb As Label
  456. Friend WithEvents 二級作廢_dgv As DataGridView
  457. Friend WithEvents 修改_bt As Button
  458. Friend WithEvents 修改存檔_bt As Button
  459. Friend WithEvents 刪除1_bt As Button
  460. Friend WithEvents 總金額_tb As TextBox
  461. Friend WithEvents 總金額_lb As Label
  462. Friend WithEvents 帳本名稱_cb As ComboBox
  463. Friend WithEvents Label9 As Label
  464. Friend WithEvents 帳本編號_cb As ComboBox
  465. End Class