Nessuna descrizione
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 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  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. Me.Label5 = New System.Windows.Forms.Label()
  29. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  30. Me.Label4 = New System.Windows.Forms.Label()
  31. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  32. Me.RadioButton2 = New System.Windows.Forms.RadioButton()
  33. Me.RadioButton1 = New System.Windows.Forms.RadioButton()
  34. Me.TextBox5 = New System.Windows.Forms.TextBox()
  35. Me.Label8 = New System.Windows.Forms.Label()
  36. Me.Button2 = New System.Windows.Forms.Button()
  37. Me.Button1 = New System.Windows.Forms.Button()
  38. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  39. Me.Label3 = New System.Windows.Forms.Label()
  40. Me.TextBox3 = New System.Windows.Forms.TextBox()
  41. Me.Label2 = New System.Windows.Forms.Label()
  42. Me.TextBox2 = New System.Windows.Forms.TextBox()
  43. Me.TextBox1 = New System.Windows.Forms.TextBox()
  44. Me.Label1 = New System.Windows.Forms.Label()
  45. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  46. Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  47. Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
  48. Me.審核通過ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  49. Me.單據作廢ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  50. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  51. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  52. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  53. Me.ContextMenuStrip1.SuspendLayout()
  54. Me.SuspendLayout()
  55. '
  56. 'Label5
  57. '
  58. Me.Label5.AutoSize = True
  59. Me.Label5.Location = New System.Drawing.Point(7, 4)
  60. Me.Label5.Name = "Label5"
  61. Me.Label5.Size = New System.Drawing.Size(411, 16)
  62. Me.Label5.TabIndex = 757
  63. Me.Label5.Text = "主管作廢的零用金支付單/Slip Pembayaran Kas Kecil Yang Tidak Diizinkan"
  64. '
  65. 'DataGridView3
  66. '
  67. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  68. Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  69. Me.DataGridView3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  70. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  71. Me.DataGridView3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  72. Me.DataGridView3.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders
  73. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  74. Me.DataGridView3.Location = New System.Drawing.Point(5, 40)
  75. Me.DataGridView3.Name = "DataGridView3"
  76. Me.DataGridView3.RowHeadersWidth = 5
  77. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  78. Me.DataGridView3.RowsDefaultCellStyle = DataGridViewCellStyle2
  79. Me.DataGridView3.RowTemplate.Height = 24
  80. Me.DataGridView3.Size = New System.Drawing.Size(550, 635)
  81. Me.DataGridView3.TabIndex = 756
  82. '
  83. 'Label4
  84. '
  85. Me.Label4.AutoSize = True
  86. Me.Label4.Location = New System.Drawing.Point(7, 4)
  87. Me.Label4.Name = "Label4"
  88. Me.Label4.Size = New System.Drawing.Size(389, 16)
  89. Me.Label4.TabIndex = 755
  90. Me.Label4.Text = "未審核的零用金支付單/Slip Pembayaran Kas Kecil Yang Tidak Diaudit"
  91. '
  92. 'DataGridView2
  93. '
  94. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  95. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  96. Me.DataGridView2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  97. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  98. Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  99. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  100. Me.DataGridView2.Location = New System.Drawing.Point(5, 40)
  101. Me.DataGridView2.Name = "DataGridView2"
  102. Me.DataGridView2.RowHeadersWidth = 5
  103. Me.DataGridView2.RowTemplate.Height = 24
  104. Me.DataGridView2.Size = New System.Drawing.Size(550, 635)
  105. Me.DataGridView2.TabIndex = 754
  106. '
  107. 'RadioButton2
  108. '
  109. Me.RadioButton2.AutoSize = True
  110. Me.RadioButton2.Location = New System.Drawing.Point(169, 19)
  111. Me.RadioButton2.Name = "RadioButton2"
  112. Me.RadioButton2.Size = New System.Drawing.Size(152, 20)
  113. Me.RadioButton2.TabIndex = 776
  114. Me.RadioButton2.TabStop = True
  115. Me.RadioButton2.Text = "狀態二 / Nyatakan dua"
  116. Me.RadioButton2.UseVisualStyleBackColor = True
  117. '
  118. 'RadioButton1
  119. '
  120. Me.RadioButton1.AutoSize = True
  121. Me.RadioButton1.Location = New System.Drawing.Point(10, 19)
  122. Me.RadioButton1.Name = "RadioButton1"
  123. Me.RadioButton1.Size = New System.Drawing.Size(153, 20)
  124. Me.RadioButton1.TabIndex = 775
  125. Me.RadioButton1.TabStop = True
  126. Me.RadioButton1.Text = "狀態一 / Nyatakan satu"
  127. Me.RadioButton1.UseVisualStyleBackColor = True
  128. '
  129. 'TextBox5
  130. '
  131. Me.TextBox5.Location = New System.Drawing.Point(1101, 27)
  132. Me.TextBox5.Name = "TextBox5"
  133. Me.TextBox5.Size = New System.Drawing.Size(241, 23)
  134. Me.TextBox5.TabIndex = 810
  135. '
  136. 'Label8
  137. '
  138. Me.Label8.AutoSize = True
  139. Me.Label8.Location = New System.Drawing.Point(927, 30)
  140. Me.Label8.Name = "Label8"
  141. Me.Label8.Size = New System.Drawing.Size(118, 16)
  142. Me.Label8.TabIndex = 809
  143. Me.Label8.Text = "總金額/Jumlah total"
  144. '
  145. 'Button2
  146. '
  147. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  148. Me.Button2.ForeColor = System.Drawing.Color.Red
  149. Me.Button2.Location = New System.Drawing.Point(992, 51)
  150. Me.Button2.Name = "Button2"
  151. Me.Button2.Size = New System.Drawing.Size(350, 25)
  152. Me.Button2.TabIndex = 808
  153. Me.Button2.Text = "單據作廢/Tidak Diizinkan"
  154. Me.Button2.UseVisualStyleBackColor = True
  155. '
  156. 'Button1
  157. '
  158. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  159. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  160. Me.Button1.Location = New System.Drawing.Point(557, 51)
  161. Me.Button1.Name = "Button1"
  162. Me.Button1.Size = New System.Drawing.Size(350, 25)
  163. Me.Button1.TabIndex = 807
  164. Me.Button1.Text = "審核通過 Perika/Check"
  165. Me.Button1.UseVisualStyleBackColor = True
  166. '
  167. 'DataGridView1
  168. '
  169. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  170. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  171. Me.DataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  172. Or System.Windows.Forms.AnchorStyles.Left) _
  173. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  174. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  175. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  176. Me.DataGridView1.Location = New System.Drawing.Point(557, 78)
  177. Me.DataGridView1.Name = "DataGridView1"
  178. Me.DataGridView1.RowHeadersWidth = 5
  179. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  180. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle5
  181. Me.DataGridView1.RowTemplate.Height = 24
  182. Me.DataGridView1.Size = New System.Drawing.Size(785, 597)
  183. Me.DataGridView1.TabIndex = 806
  184. '
  185. 'Label3
  186. '
  187. Me.Label3.AutoSize = True
  188. Me.Label3.Location = New System.Drawing.Point(558, 30)
  189. Me.Label3.Name = "Label3"
  190. Me.Label3.Size = New System.Drawing.Size(104, 16)
  191. Me.Label3.TabIndex = 805
  192. Me.Label3.Text = "申請人/Pemohon"
  193. '
  194. 'TextBox3
  195. '
  196. Me.TextBox3.Location = New System.Drawing.Point(720, 27)
  197. Me.TextBox3.Name = "TextBox3"
  198. Me.TextBox3.Size = New System.Drawing.Size(201, 23)
  199. Me.TextBox3.TabIndex = 804
  200. '
  201. 'Label2
  202. '
  203. Me.Label2.AutoSize = True
  204. Me.Label2.Location = New System.Drawing.Point(923, 5)
  205. Me.Label2.Name = "Label2"
  206. Me.Label2.Size = New System.Drawing.Size(177, 16)
  207. Me.Label2.TabIndex = 803
  208. Me.Label2.Text = "申請部門/Departemen aplikasi"
  209. '
  210. 'TextBox2
  211. '
  212. Me.TextBox2.Location = New System.Drawing.Point(1101, 2)
  213. Me.TextBox2.Name = "TextBox2"
  214. Me.TextBox2.Size = New System.Drawing.Size(241, 23)
  215. Me.TextBox2.TabIndex = 802
  216. '
  217. 'TextBox1
  218. '
  219. Me.TextBox1.Location = New System.Drawing.Point(720, 2)
  220. Me.TextBox1.Name = "TextBox1"
  221. Me.TextBox1.Size = New System.Drawing.Size(201, 23)
  222. Me.TextBox1.TabIndex = 800
  223. '
  224. 'Label1
  225. '
  226. Me.Label1.AutoSize = True
  227. Me.Label1.Location = New System.Drawing.Point(558, 5)
  228. Me.Label1.Name = "Label1"
  229. Me.Label1.Size = New System.Drawing.Size(163, 16)
  230. Me.Label1.TabIndex = 801
  231. Me.Label1.Text = "零用金單號/Nomor kas kecil"
  232. '
  233. 'ContextMenuStrip1
  234. '
  235. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem, Me.ToolStripSeparator6, Me.審核通過ToolStripMenuItem, Me.單據作廢ToolStripMenuItem})
  236. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  237. Me.ContextMenuStrip1.Size = New System.Drawing.Size(214, 76)
  238. '
  239. '重新讀取ToolStripMenuItem
  240. '
  241. Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem"
  242. Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(213, 22)
  243. Me.重新讀取ToolStripMenuItem.Text = "重新讀取 / Baca kembali"
  244. '
  245. 'ToolStripSeparator6
  246. '
  247. Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
  248. Me.ToolStripSeparator6.Size = New System.Drawing.Size(210, 6)
  249. '
  250. '審核通過ToolStripMenuItem
  251. '
  252. Me.審核通過ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  253. Me.審核通過ToolStripMenuItem.Name = "審核通過ToolStripMenuItem"
  254. Me.審核通過ToolStripMenuItem.Size = New System.Drawing.Size(213, 22)
  255. Me.審核通過ToolStripMenuItem.Text = "審核通過 Perika/Check"
  256. '
  257. '單據作廢ToolStripMenuItem
  258. '
  259. Me.單據作廢ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  260. Me.單據作廢ToolStripMenuItem.Name = "單據作廢ToolStripMenuItem"
  261. Me.單據作廢ToolStripMenuItem.Size = New System.Drawing.Size(213, 22)
  262. Me.單據作廢ToolStripMenuItem.Text = "單據作廢 Tidak Diizinkan"
  263. '
  264. '零用金支付審核
  265. '
  266. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  267. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  268. Me.ClientSize = New System.Drawing.Size(1349, 681)
  269. Me.ContextMenuStrip = Me.ContextMenuStrip1
  270. Me.Controls.Add(Me.TextBox5)
  271. Me.Controls.Add(Me.Label8)
  272. Me.Controls.Add(Me.Button2)
  273. Me.Controls.Add(Me.Button1)
  274. Me.Controls.Add(Me.DataGridView1)
  275. Me.Controls.Add(Me.Label3)
  276. Me.Controls.Add(Me.TextBox3)
  277. Me.Controls.Add(Me.Label2)
  278. Me.Controls.Add(Me.TextBox2)
  279. Me.Controls.Add(Me.TextBox1)
  280. Me.Controls.Add(Me.Label1)
  281. Me.Controls.Add(Me.RadioButton2)
  282. Me.Controls.Add(Me.RadioButton1)
  283. Me.Controls.Add(Me.Label5)
  284. Me.Controls.Add(Me.DataGridView3)
  285. Me.Controls.Add(Me.Label4)
  286. Me.Controls.Add(Me.DataGridView2)
  287. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  288. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  289. Me.Name = "零用金支付審核"
  290. Me.Text = "零用金支付審核"
  291. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  292. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  293. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  294. Me.ContextMenuStrip1.ResumeLayout(False)
  295. Me.ResumeLayout(False)
  296. Me.PerformLayout()
  297. End Sub
  298. Friend WithEvents Label5 As Label
  299. Friend WithEvents DataGridView3 As DataGridView
  300. Friend WithEvents Label4 As Label
  301. Friend WithEvents DataGridView2 As DataGridView
  302. Friend WithEvents RadioButton2 As RadioButton
  303. Friend WithEvents RadioButton1 As RadioButton
  304. Friend WithEvents TextBox5 As TextBox
  305. Friend WithEvents Label8 As Label
  306. Friend WithEvents Button2 As Button
  307. Friend WithEvents Button1 As Button
  308. Friend WithEvents DataGridView1 As DataGridView
  309. Friend WithEvents Label3 As Label
  310. Friend WithEvents TextBox3 As TextBox
  311. Friend WithEvents Label2 As Label
  312. Friend WithEvents TextBox2 As TextBox
  313. Friend WithEvents TextBox1 As TextBox
  314. Friend WithEvents Label1 As Label
  315. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  316. Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem
  317. Friend WithEvents 審核通過ToolStripMenuItem As ToolStripMenuItem
  318. Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
  319. Friend WithEvents 單據作廢ToolStripMenuItem As ToolStripMenuItem
  320. End Class