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

零用金支付審核.Designer.vb 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  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. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Me.主管作廢的零用金支付單_lb = New System.Windows.Forms.Label()
  27. Me.一級作廢_dgv = New System.Windows.Forms.DataGridView()
  28. Me.未審核的零用金支付單_lb = New System.Windows.Forms.Label()
  29. Me.一級未審核_dgv = New System.Windows.Forms.DataGridView()
  30. Me.申請人_lb = New System.Windows.Forms.Label()
  31. Me.申請人_tb = New System.Windows.Forms.TextBox()
  32. Me.申請部門_lb = New System.Windows.Forms.Label()
  33. Me.申請部門_tb = New System.Windows.Forms.TextBox()
  34. Me.零用金單號_lb = New System.Windows.Forms.Label()
  35. Me.零用金單號_tb = New System.Windows.Forms.TextBox()
  36. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  37. Me.單據作廢_bt = New System.Windows.Forms.Button()
  38. Me.單據核准_bt = New System.Windows.Forms.Button()
  39. Me.總金額_tb = New System.Windows.Forms.TextBox()
  40. Me.總金額_lb = New System.Windows.Forms.Label()
  41. Me.帳本編號_cb = New System.Windows.Forms.ComboBox()
  42. Me.帳本名稱_cb = New System.Windows.Forms.ComboBox()
  43. Me.帳本_lb = New System.Windows.Forms.Label()
  44. CType(Me.一級作廢_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  45. CType(Me.一級未審核_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  46. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  47. Me.SuspendLayout()
  48. '
  49. '主管作廢的零用金支付單_lb
  50. '
  51. Me.主管作廢的零用金支付單_lb.AutoSize = True
  52. Me.主管作廢的零用金支付單_lb.Location = New System.Drawing.Point(4, 507)
  53. Me.主管作廢的零用金支付單_lb.Name = "主管作廢的零用金支付單_lb"
  54. Me.主管作廢的零用金支付單_lb.Size = New System.Drawing.Size(140, 16)
  55. Me.主管作廢的零用金支付單_lb.TabIndex = 742
  56. Me.主管作廢的零用金支付單_lb.Text = "主管作廢的零用金支付單"
  57. '
  58. '一級作廢_dgv
  59. '
  60. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  61. Me.一級作廢_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  62. Me.一級作廢_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  63. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  64. Me.一級作廢_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  65. Me.一級作廢_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  66. Me.一級作廢_dgv.Location = New System.Drawing.Point(4, 529)
  67. Me.一級作廢_dgv.Name = "一級作廢_dgv"
  68. Me.一級作廢_dgv.RowHeadersWidth = 5
  69. Me.一級作廢_dgv.RowTemplate.Height = 24
  70. Me.一級作廢_dgv.Size = New System.Drawing.Size(944, 435)
  71. Me.一級作廢_dgv.TabIndex = 741
  72. '
  73. '未審核的零用金支付單_lb
  74. '
  75. Me.未審核的零用金支付單_lb.AutoSize = True
  76. Me.未審核的零用金支付單_lb.Location = New System.Drawing.Point(4, 15)
  77. Me.未審核的零用金支付單_lb.Name = "未審核的零用金支付單_lb"
  78. Me.未審核的零用金支付單_lb.Size = New System.Drawing.Size(128, 16)
  79. Me.未審核的零用金支付單_lb.TabIndex = 740
  80. Me.未審核的零用金支付單_lb.Text = "未審核的零用金支付單"
  81. '
  82. '一級未審核_dgv
  83. '
  84. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  85. Me.一級未審核_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  86. Me.一級未審核_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  87. Me.一級未審核_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  88. Me.一級未審核_dgv.Location = New System.Drawing.Point(4, 37)
  89. Me.一級未審核_dgv.Name = "一級未審核_dgv"
  90. Me.一級未審核_dgv.RowHeadersWidth = 5
  91. Me.一級未審核_dgv.RowTemplate.Height = 24
  92. Me.一級未審核_dgv.Size = New System.Drawing.Size(944, 450)
  93. Me.一級未審核_dgv.TabIndex = 739
  94. '
  95. '申請人_lb
  96. '
  97. Me.申請人_lb.AutoSize = True
  98. Me.申請人_lb.Location = New System.Drawing.Point(954, 69)
  99. Me.申請人_lb.Name = "申請人_lb"
  100. Me.申請人_lb.Size = New System.Drawing.Size(44, 16)
  101. Me.申請人_lb.TabIndex = 748
  102. Me.申請人_lb.Text = "申請人"
  103. '
  104. '申請人_tb
  105. '
  106. Me.申請人_tb.Location = New System.Drawing.Point(1028, 66)
  107. Me.申請人_tb.Name = "申請人_tb"
  108. Me.申請人_tb.Size = New System.Drawing.Size(282, 23)
  109. Me.申請人_tb.TabIndex = 747
  110. '
  111. '申請部門_lb
  112. '
  113. Me.申請部門_lb.AutoSize = True
  114. Me.申請部門_lb.Location = New System.Drawing.Point(954, 40)
  115. Me.申請部門_lb.Name = "申請部門_lb"
  116. Me.申請部門_lb.Size = New System.Drawing.Size(56, 16)
  117. Me.申請部門_lb.TabIndex = 746
  118. Me.申請部門_lb.Text = "申請部門"
  119. '
  120. '申請部門_tb
  121. '
  122. Me.申請部門_tb.Location = New System.Drawing.Point(1028, 37)
  123. Me.申請部門_tb.Name = "申請部門_tb"
  124. Me.申請部門_tb.Size = New System.Drawing.Size(282, 23)
  125. Me.申請部門_tb.TabIndex = 745
  126. '
  127. '零用金單號_lb
  128. '
  129. Me.零用金單號_lb.AutoSize = True
  130. Me.零用金單號_lb.Location = New System.Drawing.Point(954, 9)
  131. Me.零用金單號_lb.Name = "零用金單號_lb"
  132. Me.零用金單號_lb.Size = New System.Drawing.Size(68, 16)
  133. Me.零用金單號_lb.TabIndex = 744
  134. Me.零用金單號_lb.Text = "零用金單號"
  135. '
  136. '零用金單號_tb
  137. '
  138. Me.零用金單號_tb.Location = New System.Drawing.Point(1028, 6)
  139. Me.零用金單號_tb.Name = "零用金單號_tb"
  140. Me.零用金單號_tb.Size = New System.Drawing.Size(282, 23)
  141. Me.零用金單號_tb.TabIndex = 743
  142. '
  143. '明細_dgv
  144. '
  145. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  146. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  147. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  148. Or System.Windows.Forms.AnchorStyles.Left) _
  149. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  150. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  151. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  152. Me.明細_dgv.Location = New System.Drawing.Point(952, 126)
  153. Me.明細_dgv.Name = "明細_dgv"
  154. Me.明細_dgv.RowHeadersWidth = 5
  155. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  156. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  157. Me.明細_dgv.RowTemplate.Height = 24
  158. Me.明細_dgv.Size = New System.Drawing.Size(956, 838)
  159. Me.明細_dgv.TabIndex = 749
  160. '
  161. '單據作廢_bt
  162. '
  163. Me.單據作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  164. Me.單據作廢_bt.ForeColor = System.Drawing.Color.Red
  165. Me.單據作廢_bt.Location = New System.Drawing.Point(1696, 6)
  166. Me.單據作廢_bt.Name = "單據作廢_bt"
  167. Me.單據作廢_bt.Size = New System.Drawing.Size(198, 114)
  168. Me.單據作廢_bt.TabIndex = 751
  169. Me.單據作廢_bt.Text = "單據作廢"
  170. Me.單據作廢_bt.UseVisualStyleBackColor = True
  171. '
  172. '單據核准_bt
  173. '
  174. Me.單據核准_bt.Font = New System.Drawing.Font("微軟正黑體", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  175. Me.單據核准_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  176. Me.單據核准_bt.Location = New System.Drawing.Point(1446, 7)
  177. Me.單據核准_bt.Name = "單據核准_bt"
  178. Me.單據核准_bt.Size = New System.Drawing.Size(198, 112)
  179. Me.單據核准_bt.TabIndex = 750
  180. Me.單據核准_bt.Text = "單據核准"
  181. Me.單據核准_bt.UseVisualStyleBackColor = True
  182. '
  183. '總金額_tb
  184. '
  185. Me.總金額_tb.Location = New System.Drawing.Point(1028, 95)
  186. Me.總金額_tb.Name = "總金額_tb"
  187. Me.總金額_tb.Size = New System.Drawing.Size(282, 23)
  188. Me.總金額_tb.TabIndex = 770
  189. '
  190. '總金額_lb
  191. '
  192. Me.總金額_lb.AutoSize = True
  193. Me.總金額_lb.Location = New System.Drawing.Point(954, 98)
  194. Me.總金額_lb.Name = "總金額_lb"
  195. Me.總金額_lb.Size = New System.Drawing.Size(44, 16)
  196. Me.總金額_lb.TabIndex = 769
  197. Me.總金額_lb.Text = "總金額"
  198. '
  199. '帳本編號_cb
  200. '
  201. Me.帳本編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  202. Me.帳本編號_cb.ForeColor = System.Drawing.Color.Green
  203. Me.帳本編號_cb.FormattingEnabled = True
  204. Me.帳本編號_cb.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"})
  205. Me.帳本編號_cb.Location = New System.Drawing.Point(797, 49)
  206. Me.帳本編號_cb.Name = "帳本編號_cb"
  207. Me.帳本編號_cb.Size = New System.Drawing.Size(145, 24)
  208. Me.帳本編號_cb.TabIndex = 997
  209. '
  210. '帳本名稱_cb
  211. '
  212. Me.帳本名稱_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  213. Me.帳本名稱_cb.ForeColor = System.Drawing.Color.Green
  214. Me.帳本名稱_cb.FormattingEnabled = True
  215. Me.帳本名稱_cb.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"})
  216. Me.帳本名稱_cb.Location = New System.Drawing.Point(797, 7)
  217. Me.帳本名稱_cb.Name = "帳本名稱_cb"
  218. Me.帳本名稱_cb.Size = New System.Drawing.Size(145, 24)
  219. Me.帳本名稱_cb.TabIndex = 996
  220. '
  221. '帳本_lb
  222. '
  223. Me.帳本_lb.AutoSize = True
  224. Me.帳本_lb.ForeColor = System.Drawing.Color.Green
  225. Me.帳本_lb.Location = New System.Drawing.Point(759, 10)
  226. Me.帳本_lb.Name = "帳本_lb"
  227. Me.帳本_lb.Size = New System.Drawing.Size(32, 16)
  228. Me.帳本_lb.TabIndex = 995
  229. Me.帳本_lb.Text = "帳本"
  230. '
  231. '零用金支付審核
  232. '
  233. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  234. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  235. Me.ClientSize = New System.Drawing.Size(1914, 971)
  236. Me.Controls.Add(Me.帳本編號_cb)
  237. Me.Controls.Add(Me.帳本名稱_cb)
  238. Me.Controls.Add(Me.帳本_lb)
  239. Me.Controls.Add(Me.總金額_tb)
  240. Me.Controls.Add(Me.總金額_lb)
  241. Me.Controls.Add(Me.單據作廢_bt)
  242. Me.Controls.Add(Me.單據核准_bt)
  243. Me.Controls.Add(Me.明細_dgv)
  244. Me.Controls.Add(Me.申請人_lb)
  245. Me.Controls.Add(Me.申請人_tb)
  246. Me.Controls.Add(Me.申請部門_lb)
  247. Me.Controls.Add(Me.申請部門_tb)
  248. Me.Controls.Add(Me.零用金單號_lb)
  249. Me.Controls.Add(Me.零用金單號_tb)
  250. Me.Controls.Add(Me.主管作廢的零用金支付單_lb)
  251. Me.Controls.Add(Me.一級作廢_dgv)
  252. Me.Controls.Add(Me.未審核的零用金支付單_lb)
  253. Me.Controls.Add(Me.一級未審核_dgv)
  254. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  255. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  256. Me.Name = "零用金支付審核"
  257. Me.Text = "零用金支付審核"
  258. CType(Me.一級作廢_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  259. CType(Me.一級未審核_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  260. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  261. Me.ResumeLayout(False)
  262. Me.PerformLayout()
  263. End Sub
  264. Friend WithEvents 主管作廢的零用金支付單_lb As Label
  265. Friend WithEvents 一級作廢_dgv As DataGridView
  266. Friend WithEvents 未審核的零用金支付單_lb As Label
  267. Friend WithEvents 一級未審核_dgv As DataGridView
  268. Friend WithEvents 申請人_lb As Label
  269. Friend WithEvents 申請人_tb As TextBox
  270. Friend WithEvents 申請部門_lb As Label
  271. Friend WithEvents 申請部門_tb As TextBox
  272. Friend WithEvents 零用金單號_lb As Label
  273. Friend WithEvents 零用金單號_tb As TextBox
  274. Friend WithEvents 明細_dgv As DataGridView
  275. Friend WithEvents 單據作廢_bt As Button
  276. Friend WithEvents 單據核准_bt As Button
  277. Friend WithEvents 總金額_tb As TextBox
  278. Friend WithEvents 總金額_lb As Label
  279. Friend WithEvents 帳本編號_cb As ComboBox
  280. Friend WithEvents 帳本名稱_cb As ComboBox
  281. Friend WithEvents 帳本_lb As Label
  282. End Class