Sin descripción
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 15KB

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