Ei kuvausta
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 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  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.明細_dgv = New System.Windows.Forms.DataGridView()
  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.作廢_bt = New System.Windows.Forms.Button()
  38. Me.圖片編碼_lb = New System.Windows.Forms.Label()
  39. Me.圖片編碼_tb = New System.Windows.Forms.TextBox()
  40. Me.驗證碼_lb = New System.Windows.Forms.Label()
  41. Me.驗證碼_tb = New System.Windows.Forms.TextBox()
  42. Me.核准_bt = New System.Windows.Forms.Button()
  43. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  44. Me.簽名檔_dgv = New System.Windows.Forms.DataGridView()
  45. Me.總金額_tb = New System.Windows.Forms.TextBox()
  46. Me.總金額_lb = New System.Windows.Forms.Label()
  47. CType(Me.二級作廢_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  48. CType(Me.二級未核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  49. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  50. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  51. CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  52. Me.SuspendLayout()
  53. '
  54. '總經理作廢的零用金支付單_lb
  55. '
  56. Me.總經理作廢的零用金支付單_lb.AutoSize = True
  57. Me.總經理作廢的零用金支付單_lb.Location = New System.Drawing.Point(2, 502)
  58. Me.總經理作廢的零用金支付單_lb.Name = "總經理作廢的零用金支付單_lb"
  59. Me.總經理作廢的零用金支付單_lb.Size = New System.Drawing.Size(152, 16)
  60. Me.總經理作廢的零用金支付單_lb.TabIndex = 746
  61. Me.總經理作廢的零用金支付單_lb.Text = "總經理作廢的零用金支付單"
  62. '
  63. '二級作廢_dgv
  64. '
  65. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  66. Me.二級作廢_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  67. Me.二級作廢_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  68. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  69. Me.二級作廢_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  70. Me.二級作廢_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  71. Me.二級作廢_dgv.Location = New System.Drawing.Point(2, 524)
  72. Me.二級作廢_dgv.Name = "二級作廢_dgv"
  73. Me.二級作廢_dgv.RowHeadersWidth = 5
  74. Me.二級作廢_dgv.RowTemplate.Height = 24
  75. Me.二級作廢_dgv.Size = New System.Drawing.Size(947, 440)
  76. Me.二級作廢_dgv.TabIndex = 745
  77. '
  78. '總經理未核准的零用金支付單_lb
  79. '
  80. Me.總經理未核准的零用金支付單_lb.AutoSize = True
  81. Me.總經理未核准的零用金支付單_lb.Location = New System.Drawing.Point(2, 14)
  82. Me.總經理未核准的零用金支付單_lb.Name = "總經理未核准的零用金支付單_lb"
  83. Me.總經理未核准的零用金支付單_lb.Size = New System.Drawing.Size(164, 16)
  84. Me.總經理未核准的零用金支付單_lb.TabIndex = 744
  85. Me.總經理未核准的零用金支付單_lb.Text = "總經理未核准的零用金支付單"
  86. '
  87. '二級未核准_dgv
  88. '
  89. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  90. Me.二級未核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  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(5, 35)
  94. Me.二級未核准_dgv.Name = "二級未核准_dgv"
  95. Me.二級未核准_dgv.RowHeadersWidth = 5
  96. Me.二級未核准_dgv.RowTemplate.Height = 24
  97. Me.二級未核准_dgv.Size = New System.Drawing.Size(947, 451)
  98. Me.二級未核准_dgv.TabIndex = 743
  99. '
  100. '明細_dgv
  101. '
  102. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  103. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  104. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  105. Or System.Windows.Forms.AnchorStyles.Left) _
  106. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  107. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  108. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  109. Me.明細_dgv.Location = New System.Drawing.Point(953, 170)
  110. Me.明細_dgv.Name = "明細_dgv"
  111. Me.明細_dgv.RowHeadersWidth = 5
  112. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  113. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  114. Me.明細_dgv.RowTemplate.Height = 24
  115. Me.明細_dgv.Size = New System.Drawing.Size(958, 794)
  116. Me.明細_dgv.TabIndex = 756
  117. '
  118. '申請人_lb
  119. '
  120. Me.申請人_lb.AutoSize = True
  121. Me.申請人_lb.Location = New System.Drawing.Point(952, 67)
  122. Me.申請人_lb.Name = "申請人_lb"
  123. Me.申請人_lb.Size = New System.Drawing.Size(44, 16)
  124. Me.申請人_lb.TabIndex = 755
  125. Me.申請人_lb.Text = "申請人"
  126. '
  127. '申請人_tb
  128. '
  129. Me.申請人_tb.Location = New System.Drawing.Point(1026, 64)
  130. Me.申請人_tb.Name = "申請人_tb"
  131. Me.申請人_tb.Size = New System.Drawing.Size(437, 23)
  132. Me.申請人_tb.TabIndex = 754
  133. '
  134. '申請部門_lb
  135. '
  136. Me.申請部門_lb.AutoSize = True
  137. Me.申請部門_lb.Location = New System.Drawing.Point(952, 38)
  138. Me.申請部門_lb.Name = "申請部門_lb"
  139. Me.申請部門_lb.Size = New System.Drawing.Size(56, 16)
  140. Me.申請部門_lb.TabIndex = 753
  141. Me.申請部門_lb.Text = "申請部門"
  142. '
  143. '申請部門_tb
  144. '
  145. Me.申請部門_tb.Location = New System.Drawing.Point(1026, 35)
  146. Me.申請部門_tb.Name = "申請部門_tb"
  147. Me.申請部門_tb.Size = New System.Drawing.Size(437, 23)
  148. Me.申請部門_tb.TabIndex = 752
  149. '
  150. '零用金單號_lb
  151. '
  152. Me.零用金單號_lb.AutoSize = True
  153. Me.零用金單號_lb.Location = New System.Drawing.Point(952, 9)
  154. Me.零用金單號_lb.Name = "零用金單號_lb"
  155. Me.零用金單號_lb.Size = New System.Drawing.Size(68, 16)
  156. Me.零用金單號_lb.TabIndex = 751
  157. Me.零用金單號_lb.Text = "零用金單號"
  158. '
  159. '零用金單號_tb
  160. '
  161. Me.零用金單號_tb.Location = New System.Drawing.Point(1026, 6)
  162. Me.零用金單號_tb.Name = "零用金單號_tb"
  163. Me.零用金單號_tb.Size = New System.Drawing.Size(437, 23)
  164. Me.零用金單號_tb.TabIndex = 750
  165. '
  166. '作廢_bt
  167. '
  168. Me.作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  169. Me.作廢_bt.ForeColor = System.Drawing.Color.Red
  170. Me.作廢_bt.Location = New System.Drawing.Point(1212, 123)
  171. Me.作廢_bt.Name = "作廢_bt"
  172. Me.作廢_bt.Size = New System.Drawing.Size(251, 41)
  173. Me.作廢_bt.TabIndex = 764
  174. Me.作廢_bt.Text = "作廢"
  175. Me.作廢_bt.UseVisualStyleBackColor = True
  176. '
  177. '圖片編碼_lb
  178. '
  179. Me.圖片編碼_lb.AutoSize = True
  180. Me.圖片編碼_lb.ForeColor = System.Drawing.Color.Blue
  181. Me.圖片編碼_lb.Location = New System.Drawing.Point(1675, 115)
  182. Me.圖片編碼_lb.Name = "圖片編碼_lb"
  183. Me.圖片編碼_lb.Size = New System.Drawing.Size(56, 16)
  184. Me.圖片編碼_lb.TabIndex = 763
  185. Me.圖片編碼_lb.Text = "圖片編碼"
  186. '
  187. '圖片編碼_tb
  188. '
  189. Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue
  190. Me.圖片編碼_tb.Location = New System.Drawing.Point(1737, 112)
  191. Me.圖片編碼_tb.Name = "圖片編碼_tb"
  192. Me.圖片編碼_tb.Size = New System.Drawing.Size(155, 23)
  193. Me.圖片編碼_tb.TabIndex = 762
  194. Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  195. '
  196. '驗證碼_lb
  197. '
  198. Me.驗證碼_lb.AutoSize = True
  199. Me.驗證碼_lb.ForeColor = System.Drawing.Color.Blue
  200. Me.驗證碼_lb.Location = New System.Drawing.Point(1673, 144)
  201. Me.驗證碼_lb.Name = "驗證碼_lb"
  202. Me.驗證碼_lb.Size = New System.Drawing.Size(44, 16)
  203. Me.驗證碼_lb.TabIndex = 761
  204. Me.驗證碼_lb.Text = "驗證碼"
  205. '
  206. '驗證碼_tb
  207. '
  208. Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue
  209. Me.驗證碼_tb.Location = New System.Drawing.Point(1723, 141)
  210. Me.驗證碼_tb.Name = "驗證碼_tb"
  211. Me.驗證碼_tb.Size = New System.Drawing.Size(169, 23)
  212. Me.驗證碼_tb.TabIndex = 760
  213. Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  214. '
  215. '核准_bt
  216. '
  217. Me.核准_bt.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  218. Me.核准_bt.ForeColor = System.Drawing.Color.Blue
  219. Me.核准_bt.Location = New System.Drawing.Point(955, 123)
  220. Me.核准_bt.Name = "核准_bt"
  221. Me.核准_bt.Size = New System.Drawing.Size(251, 41)
  222. Me.核准_bt.TabIndex = 759
  223. Me.核准_bt.Text = "核准"
  224. Me.核准_bt.UseVisualStyleBackColor = True
  225. '
  226. 'PictureBox1
  227. '
  228. Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  229. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  230. Me.PictureBox1.Location = New System.Drawing.Point(1673, 6)
  231. Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  232. Me.PictureBox1.Name = "PictureBox1"
  233. Me.PictureBox1.Size = New System.Drawing.Size(219, 99)
  234. Me.PictureBox1.TabIndex = 758
  235. Me.PictureBox1.TabStop = False
  236. '
  237. '簽名檔_dgv
  238. '
  239. Me.簽名檔_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  240. Me.簽名檔_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  241. Me.簽名檔_dgv.Location = New System.Drawing.Point(1469, 6)
  242. Me.簽名檔_dgv.Name = "簽名檔_dgv"
  243. Me.簽名檔_dgv.RowHeadersWidth = 5
  244. Me.簽名檔_dgv.RowTemplate.Height = 24
  245. Me.簽名檔_dgv.Size = New System.Drawing.Size(198, 157)
  246. Me.簽名檔_dgv.TabIndex = 757
  247. '
  248. '總金額_tb
  249. '
  250. Me.總金額_tb.Location = New System.Drawing.Point(1026, 93)
  251. Me.總金額_tb.Name = "總金額_tb"
  252. Me.總金額_tb.Size = New System.Drawing.Size(437, 23)
  253. Me.總金額_tb.TabIndex = 787
  254. '
  255. '總金額_lb
  256. '
  257. Me.總金額_lb.AutoSize = True
  258. Me.總金額_lb.Location = New System.Drawing.Point(952, 96)
  259. Me.總金額_lb.Name = "總金額_lb"
  260. Me.總金額_lb.Size = New System.Drawing.Size(44, 16)
  261. Me.總金額_lb.TabIndex = 786
  262. Me.總金額_lb.Text = "總金額"
  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(1914, 971)
  269. Me.Controls.Add(Me.總金額_tb)
  270. Me.Controls.Add(Me.總金額_lb)
  271. Me.Controls.Add(Me.作廢_bt)
  272. Me.Controls.Add(Me.圖片編碼_lb)
  273. Me.Controls.Add(Me.圖片編碼_tb)
  274. Me.Controls.Add(Me.驗證碼_lb)
  275. Me.Controls.Add(Me.驗證碼_tb)
  276. Me.Controls.Add(Me.核准_bt)
  277. Me.Controls.Add(Me.PictureBox1)
  278. Me.Controls.Add(Me.簽名檔_dgv)
  279. Me.Controls.Add(Me.明細_dgv)
  280. Me.Controls.Add(Me.申請人_lb)
  281. Me.Controls.Add(Me.申請人_tb)
  282. Me.Controls.Add(Me.申請部門_lb)
  283. Me.Controls.Add(Me.申請部門_tb)
  284. Me.Controls.Add(Me.零用金單號_lb)
  285. Me.Controls.Add(Me.零用金單號_tb)
  286. Me.Controls.Add(Me.總經理作廢的零用金支付單_lb)
  287. Me.Controls.Add(Me.二級作廢_dgv)
  288. Me.Controls.Add(Me.總經理未核准的零用金支付單_lb)
  289. Me.Controls.Add(Me.二級未核准_dgv)
  290. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  291. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  292. Me.Name = "零用金支付核准"
  293. Me.Text = "零用金支付核准"
  294. CType(Me.二級作廢_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  295. CType(Me.二級未核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  296. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  297. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  298. CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  299. Me.ResumeLayout(False)
  300. Me.PerformLayout()
  301. End Sub
  302. Friend WithEvents 總經理作廢的零用金支付單_lb As Label
  303. Friend WithEvents 二級作廢_dgv As DataGridView
  304. Friend WithEvents 總經理未核准的零用金支付單_lb As Label
  305. Friend WithEvents 明細_dgv As DataGridView
  306. Friend WithEvents 申請人_lb As Label
  307. Friend WithEvents 申請人_tb As TextBox
  308. Friend WithEvents 申請部門_lb As Label
  309. Friend WithEvents 申請部門_tb As TextBox
  310. Friend WithEvents 零用金單號_lb As Label
  311. Friend WithEvents 零用金單號_tb As TextBox
  312. Friend WithEvents 作廢_bt As Button
  313. Friend WithEvents 圖片編碼_lb As Label
  314. Friend WithEvents 圖片編碼_tb As TextBox
  315. Friend WithEvents 驗證碼_lb As Label
  316. Friend WithEvents 驗證碼_tb As TextBox
  317. Friend WithEvents 核准_bt As Button
  318. Friend WithEvents PictureBox1 As PictureBox
  319. Friend WithEvents 簽名檔_dgv As DataGridView
  320. Friend WithEvents 總金額_tb As TextBox
  321. Friend WithEvents 總金額_lb As Label
  322. Friend WithEvents 二級未核准_dgv As DataGridView
  323. End Class