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 13KB

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