Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

營運成本收支單審核.designer.vb 28KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517
  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. Me.審核通過ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  27. Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
  28. Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  29. Me.簽名圖_pb = New System.Windows.Forms.PictureBox()
  30. Me.現金_tb = New System.Windows.Forms.TextBox()
  31. Me.現金_lb = New System.Windows.Forms.Label()
  32. Me.申請人_lb = New System.Windows.Forms.Label()
  33. Me.申請人_tb = New System.Windows.Forms.TextBox()
  34. Me.營運成本收支單號_tb = New System.Windows.Forms.TextBox()
  35. Me.營運成本收支單號_lb = New System.Windows.Forms.Label()
  36. Me.單據作廢_bt = New System.Windows.Forms.Button()
  37. Me.審核通過_bt = New System.Windows.Forms.Button()
  38. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  39. Me.作廢的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  40. Me.未核准的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  41. Me.彙總_dgv = New System.Windows.Forms.DataGridView()
  42. Me.單據作廢ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  43. Me.圖片編碼_tb = New System.Windows.Forms.TextBox()
  44. Me.驗證碼_tb = New System.Windows.Forms.TextBox()
  45. Me.圖片編碼_lb = New System.Windows.Forms.Label()
  46. Me.驗證碼_lb = New System.Windows.Forms.Label()
  47. Me.簽名清單_dgv = New System.Windows.Forms.DataGridView()
  48. Me.支票_lb = New System.Windows.Forms.Label()
  49. Me.零用金_tb = New System.Windows.Forms.TextBox()
  50. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  51. Me.零用金_lb = New System.Windows.Forms.Label()
  52. Me.現金餘額_tb = New System.Windows.Forms.TextBox()
  53. Me.現金餘額_lb = New System.Windows.Forms.Label()
  54. Me.支出_tb = New System.Windows.Forms.TextBox()
  55. Me.支出_lb = New System.Windows.Forms.Label()
  56. Me.非當天日期_ch = New System.Windows.Forms.CheckBox()
  57. Me.日期_lb = New System.Windows.Forms.Label()
  58. Me.審核日期_dtp = New System.Windows.Forms.DateTimePicker()
  59. Me.支票_tb = New System.Windows.Forms.TextBox()
  60. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  61. CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  62. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  63. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  64. CType(Me.簽名清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  65. Me.ContextMenuStrip1.SuspendLayout()
  66. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  67. Me.SuspendLayout()
  68. '
  69. '審核通過ToolStripMenuItem
  70. '
  71. Me.審核通過ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  72. Me.審核通過ToolStripMenuItem.Name = "審核通過ToolStripMenuItem"
  73. Me.審核通過ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  74. Me.審核通過ToolStripMenuItem.Text = "審核通過"
  75. '
  76. 'ToolStripSeparator6
  77. '
  78. Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
  79. Me.ToolStripSeparator6.Size = New System.Drawing.Size(119, 6)
  80. '
  81. '重新讀取ToolStripMenuItem
  82. '
  83. Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem"
  84. Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  85. Me.重新讀取ToolStripMenuItem.Text = "重新讀取"
  86. '
  87. '簽名圖_pb
  88. '
  89. Me.簽名圖_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  90. Me.簽名圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  91. Me.簽名圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  92. Me.簽名圖_pb.Location = New System.Drawing.Point(224, 536)
  93. Me.簽名圖_pb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  94. Me.簽名圖_pb.Name = "簽名圖_pb"
  95. Me.簽名圖_pb.Size = New System.Drawing.Size(150, 61)
  96. Me.簽名圖_pb.TabIndex = 1018
  97. Me.簽名圖_pb.TabStop = False
  98. '
  99. '現金_tb
  100. '
  101. Me.現金_tb.Location = New System.Drawing.Point(721, 34)
  102. Me.現金_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  103. Me.現金_tb.Name = "現金_tb"
  104. Me.現金_tb.Size = New System.Drawing.Size(131, 23)
  105. Me.現金_tb.TabIndex = 1005
  106. Me.現金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  107. '
  108. '現金_lb
  109. '
  110. Me.現金_lb.AutoSize = True
  111. Me.現金_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  112. Me.現金_lb.Location = New System.Drawing.Point(661, 37)
  113. Me.現金_lb.Name = "現金_lb"
  114. Me.現金_lb.Size = New System.Drawing.Size(32, 16)
  115. Me.現金_lb.TabIndex = 1004
  116. Me.現金_lb.Text = "現金"
  117. '
  118. '申請人_lb
  119. '
  120. Me.申請人_lb.AutoSize = True
  121. Me.申請人_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  122. Me.申請人_lb.Location = New System.Drawing.Point(725, 8)
  123. Me.申請人_lb.Name = "申請人_lb"
  124. Me.申請人_lb.Size = New System.Drawing.Size(44, 16)
  125. Me.申請人_lb.TabIndex = 1003
  126. Me.申請人_lb.Text = "申請人"
  127. '
  128. '申請人_tb
  129. '
  130. Me.申請人_tb.Location = New System.Drawing.Point(790, 4)
  131. Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  132. Me.申請人_tb.Name = "申請人_tb"
  133. Me.申請人_tb.Size = New System.Drawing.Size(107, 23)
  134. Me.申請人_tb.TabIndex = 1002
  135. '
  136. '營運成本收支單號_tb
  137. '
  138. Me.營運成本收支單號_tb.Location = New System.Drawing.Point(572, 3)
  139. Me.營運成本收支單號_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  140. Me.營運成本收支單號_tb.Name = "營運成本收支單號_tb"
  141. Me.營運成本收支單號_tb.Size = New System.Drawing.Size(142, 23)
  142. Me.營運成本收支單號_tb.TabIndex = 1000
  143. '
  144. '營運成本收支單號_lb
  145. '
  146. Me.營運成本收支單號_lb.AutoSize = True
  147. Me.營運成本收支單號_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  148. Me.營運成本收支單號_lb.Location = New System.Drawing.Point(387, 6)
  149. Me.營運成本收支單號_lb.Name = "營運成本收支單號_lb"
  150. Me.營運成本收支單號_lb.Size = New System.Drawing.Size(104, 16)
  151. Me.營運成本收支單號_lb.TabIndex = 1001
  152. Me.營運成本收支單號_lb.Text = "營運成本收支單號"
  153. '
  154. '單據作廢_bt
  155. '
  156. Me.單據作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  157. Me.單據作廢_bt.ForeColor = System.Drawing.Color.Red
  158. Me.單據作廢_bt.Location = New System.Drawing.Point(1234, 42)
  159. Me.單據作廢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  160. Me.單據作廢_bt.Name = "單據作廢_bt"
  161. Me.單據作廢_bt.Size = New System.Drawing.Size(226, 30)
  162. Me.單據作廢_bt.TabIndex = 999
  163. Me.單據作廢_bt.Text = "單據作廢"
  164. Me.單據作廢_bt.UseVisualStyleBackColor = True
  165. '
  166. '審核通過_bt
  167. '
  168. Me.審核通過_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  169. Me.審核通過_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  170. Me.審核通過_bt.Location = New System.Drawing.Point(1234, 5)
  171. Me.審核通過_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  172. Me.審核通過_bt.Name = "審核通過_bt"
  173. Me.審核通過_bt.Size = New System.Drawing.Size(226, 30)
  174. Me.審核通過_bt.TabIndex = 998
  175. Me.審核通過_bt.Text = "審核通過"
  176. Me.審核通過_bt.UseVisualStyleBackColor = True
  177. '
  178. '明細_dgv
  179. '
  180. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  181. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  182. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  183. Or System.Windows.Forms.AnchorStyles.Left) _
  184. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  185. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  186. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  187. Me.明細_dgv.Location = New System.Drawing.Point(380, 86)
  188. Me.明細_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  189. Me.明細_dgv.Name = "明細_dgv"
  190. Me.明細_dgv.RowHeadersWidth = 5
  191. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  192. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  193. Me.明細_dgv.RowTemplate.Height = 24
  194. Me.明細_dgv.Size = New System.Drawing.Size(1092, 513)
  195. Me.明細_dgv.TabIndex = 997
  196. '
  197. '作廢的營運成本收支單_rb
  198. '
  199. Me.作廢的營運成本收支單_rb.AutoSize = True
  200. Me.作廢的營運成本收支單_rb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  201. Me.作廢的營運成本收支單_rb.Location = New System.Drawing.Point(7, 30)
  202. Me.作廢的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  203. Me.作廢的營運成本收支單_rb.Name = "作廢的營運成本收支單_rb"
  204. Me.作廢的營運成本收支單_rb.Size = New System.Drawing.Size(146, 20)
  205. Me.作廢的營運成本收支單_rb.TabIndex = 996
  206. Me.作廢的營運成本收支單_rb.TabStop = True
  207. Me.作廢的營運成本收支單_rb.Text = "作廢的營運成本收支單"
  208. Me.作廢的營運成本收支單_rb.UseVisualStyleBackColor = True
  209. '
  210. '未核准的營運成本收支單_rb
  211. '
  212. Me.未核准的營運成本收支單_rb.AutoSize = True
  213. Me.未核准的營運成本收支單_rb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  214. Me.未核准的營運成本收支單_rb.Location = New System.Drawing.Point(7, 5)
  215. Me.未核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  216. Me.未核准的營運成本收支單_rb.Name = "未核准的營運成本收支單_rb"
  217. Me.未核准的營運成本收支單_rb.Size = New System.Drawing.Size(158, 20)
  218. Me.未核准的營運成本收支單_rb.TabIndex = 995
  219. Me.未核准的營運成本收支單_rb.TabStop = True
  220. Me.未核准的營運成本收支單_rb.Text = "未核准的營運成本收支單"
  221. Me.未核准的營運成本收支單_rb.UseVisualStyleBackColor = True
  222. '
  223. '彙總_dgv
  224. '
  225. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  226. Me.彙總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  227. Me.彙總_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  228. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  229. Me.彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  230. Me.彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  231. Me.彙總_dgv.Location = New System.Drawing.Point(9, 57)
  232. Me.彙總_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  233. Me.彙總_dgv.Name = "彙總_dgv"
  234. Me.彙總_dgv.RowHeadersWidth = 5
  235. Me.彙總_dgv.RowTemplate.Height = 24
  236. Me.彙總_dgv.Size = New System.Drawing.Size(367, 424)
  237. Me.彙總_dgv.TabIndex = 994
  238. '
  239. '單據作廢ToolStripMenuItem
  240. '
  241. Me.單據作廢ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  242. Me.單據作廢ToolStripMenuItem.Name = "單據作廢ToolStripMenuItem"
  243. Me.單據作廢ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  244. Me.單據作廢ToolStripMenuItem.Text = "單據作廢"
  245. '
  246. '圖片編碼_tb
  247. '
  248. Me.圖片編碼_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  249. Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue
  250. Me.圖片編碼_tb.Location = New System.Drawing.Point(148, 482)
  251. Me.圖片編碼_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  252. Me.圖片編碼_tb.Name = "圖片編碼_tb"
  253. Me.圖片編碼_tb.Size = New System.Drawing.Size(228, 23)
  254. Me.圖片編碼_tb.TabIndex = 1022
  255. Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  256. '
  257. '驗證碼_tb
  258. '
  259. Me.驗證碼_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  260. Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue
  261. Me.驗證碼_tb.Location = New System.Drawing.Point(148, 508)
  262. Me.驗證碼_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  263. Me.驗證碼_tb.Name = "驗證碼_tb"
  264. Me.驗證碼_tb.Size = New System.Drawing.Size(228, 23)
  265. Me.驗證碼_tb.TabIndex = 1021
  266. Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  267. '
  268. '圖片編碼_lb
  269. '
  270. Me.圖片編碼_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  271. Me.圖片編碼_lb.AutoSize = True
  272. Me.圖片編碼_lb.ForeColor = System.Drawing.Color.Blue
  273. Me.圖片編碼_lb.Location = New System.Drawing.Point(6, 485)
  274. Me.圖片編碼_lb.Name = "圖片編碼_lb"
  275. Me.圖片編碼_lb.Size = New System.Drawing.Size(56, 16)
  276. Me.圖片編碼_lb.TabIndex = 1020
  277. Me.圖片編碼_lb.Text = "圖片編碼"
  278. '
  279. '驗證碼_lb
  280. '
  281. Me.驗證碼_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  282. Me.驗證碼_lb.AutoSize = True
  283. Me.驗證碼_lb.ForeColor = System.Drawing.Color.Blue
  284. Me.驗證碼_lb.Location = New System.Drawing.Point(6, 511)
  285. Me.驗證碼_lb.Name = "驗證碼_lb"
  286. Me.驗證碼_lb.Size = New System.Drawing.Size(44, 16)
  287. Me.驗證碼_lb.TabIndex = 1019
  288. Me.驗證碼_lb.Text = "驗證碼"
  289. '
  290. '簽名清單_dgv
  291. '
  292. Me.簽名清單_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  293. Me.簽名清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  294. Me.簽名清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  295. Me.簽名清單_dgv.Location = New System.Drawing.Point(7, 536)
  296. Me.簽名清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  297. Me.簽名清單_dgv.Name = "簽名清單_dgv"
  298. Me.簽名清單_dgv.RowHeadersWidth = 5
  299. Me.簽名清單_dgv.RowTemplate.Height = 24
  300. Me.簽名清單_dgv.Size = New System.Drawing.Size(210, 63)
  301. Me.簽名清單_dgv.TabIndex = 1017
  302. '
  303. '支票_lb
  304. '
  305. Me.支票_lb.AutoSize = True
  306. Me.支票_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  307. Me.支票_lb.Location = New System.Drawing.Point(416, 34)
  308. Me.支票_lb.Name = "支票_lb"
  309. Me.支票_lb.Size = New System.Drawing.Size(32, 16)
  310. Me.支票_lb.TabIndex = 1015
  311. Me.支票_lb.Text = "支票"
  312. '
  313. '零用金_tb
  314. '
  315. Me.零用金_tb.Location = New System.Drawing.Point(512, 60)
  316. Me.零用金_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  317. Me.零用金_tb.Name = "零用金_tb"
  318. Me.零用金_tb.Size = New System.Drawing.Size(131, 23)
  319. Me.零用金_tb.TabIndex = 1014
  320. Me.零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  321. '
  322. 'ContextMenuStrip1
  323. '
  324. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem, Me.ToolStripSeparator6, Me.審核通過ToolStripMenuItem, Me.單據作廢ToolStripMenuItem})
  325. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  326. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 76)
  327. '
  328. '零用金_lb
  329. '
  330. Me.零用金_lb.AutoSize = True
  331. Me.零用金_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  332. Me.零用金_lb.Location = New System.Drawing.Point(416, 66)
  333. Me.零用金_lb.Name = "零用金_lb"
  334. Me.零用金_lb.Size = New System.Drawing.Size(44, 16)
  335. Me.零用金_lb.TabIndex = 1013
  336. Me.零用金_lb.Text = "零用金"
  337. '
  338. '現金餘額_tb
  339. '
  340. Me.現金餘額_tb.Location = New System.Drawing.Point(969, 49)
  341. Me.現金餘額_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  342. Me.現金餘額_tb.Name = "現金餘額_tb"
  343. Me.現金餘額_tb.Size = New System.Drawing.Size(131, 23)
  344. Me.現金餘額_tb.TabIndex = 1012
  345. Me.現金餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  346. '
  347. '現金餘額_lb
  348. '
  349. Me.現金餘額_lb.AutoSize = True
  350. Me.現金餘額_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  351. Me.現金餘額_lb.Location = New System.Drawing.Point(865, 53)
  352. Me.現金餘額_lb.Name = "現金餘額_lb"
  353. Me.現金餘額_lb.Size = New System.Drawing.Size(56, 16)
  354. Me.現金餘額_lb.TabIndex = 1011
  355. Me.現金餘額_lb.Text = "現金餘額"
  356. '
  357. '支出_tb
  358. '
  359. Me.支出_tb.Location = New System.Drawing.Point(724, 61)
  360. Me.支出_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  361. Me.支出_tb.Name = "支出_tb"
  362. Me.支出_tb.Size = New System.Drawing.Size(131, 23)
  363. Me.支出_tb.TabIndex = 1010
  364. Me.支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  365. '
  366. '支出_lb
  367. '
  368. Me.支出_lb.AutoSize = True
  369. Me.支出_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  370. Me.支出_lb.Location = New System.Drawing.Point(655, 66)
  371. Me.支出_lb.Name = "支出_lb"
  372. Me.支出_lb.Size = New System.Drawing.Size(32, 16)
  373. Me.支出_lb.TabIndex = 1009
  374. Me.支出_lb.Text = "支出"
  375. '
  376. '非當天日期_ch
  377. '
  378. Me.非當天日期_ch.AutoSize = True
  379. Me.非當天日期_ch.Checked = True
  380. Me.非當天日期_ch.CheckState = System.Windows.Forms.CheckState.Checked
  381. Me.非當天日期_ch.Location = New System.Drawing.Point(1097, 6)
  382. Me.非當天日期_ch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  383. Me.非當天日期_ch.Name = "非當天日期_ch"
  384. Me.非當天日期_ch.Size = New System.Drawing.Size(39, 20)
  385. Me.非當天日期_ch.TabIndex = 1008
  386. Me.非當天日期_ch.Text = "補"
  387. Me.非當天日期_ch.UseVisualStyleBackColor = True
  388. '
  389. '日期_lb
  390. '
  391. Me.日期_lb.AutoSize = True
  392. Me.日期_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  393. Me.日期_lb.ForeColor = System.Drawing.Color.Blue
  394. Me.日期_lb.Location = New System.Drawing.Point(905, 9)
  395. Me.日期_lb.Name = "日期_lb"
  396. Me.日期_lb.Size = New System.Drawing.Size(32, 16)
  397. Me.日期_lb.TabIndex = 1007
  398. Me.日期_lb.Text = "日期"
  399. '
  400. '審核日期_dtp
  401. '
  402. Me.審核日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  403. Me.審核日期_dtp.Location = New System.Drawing.Point(974, 4)
  404. Me.審核日期_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  405. Me.審核日期_dtp.Name = "審核日期_dtp"
  406. Me.審核日期_dtp.Size = New System.Drawing.Size(112, 23)
  407. Me.審核日期_dtp.TabIndex = 1006
  408. '
  409. '支票_tb
  410. '
  411. Me.支票_tb.Location = New System.Drawing.Point(512, 33)
  412. Me.支票_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  413. Me.支票_tb.Name = "支票_tb"
  414. Me.支票_tb.Size = New System.Drawing.Size(131, 23)
  415. Me.支票_tb.TabIndex = 1016
  416. Me.支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  417. '
  418. '語言_dgv
  419. '
  420. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  421. Me.語言_dgv.Location = New System.Drawing.Point(695, 277)
  422. Me.語言_dgv.Name = "語言_dgv"
  423. Me.語言_dgv.RowHeadersWidth = 5
  424. Me.語言_dgv.RowTemplate.Height = 24
  425. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  426. Me.語言_dgv.TabIndex = 1023
  427. Me.語言_dgv.Visible = False
  428. '
  429. '營運成本收支單審核
  430. '
  431. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  432. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  433. Me.ClientSize = New System.Drawing.Size(1478, 603)
  434. Me.Controls.Add(Me.語言_dgv)
  435. Me.Controls.Add(Me.簽名圖_pb)
  436. Me.Controls.Add(Me.現金_tb)
  437. Me.Controls.Add(Me.現金_lb)
  438. Me.Controls.Add(Me.申請人_lb)
  439. Me.Controls.Add(Me.申請人_tb)
  440. Me.Controls.Add(Me.營運成本收支單號_tb)
  441. Me.Controls.Add(Me.營運成本收支單號_lb)
  442. Me.Controls.Add(Me.單據作廢_bt)
  443. Me.Controls.Add(Me.審核通過_bt)
  444. Me.Controls.Add(Me.明細_dgv)
  445. Me.Controls.Add(Me.作廢的營運成本收支單_rb)
  446. Me.Controls.Add(Me.未核准的營運成本收支單_rb)
  447. Me.Controls.Add(Me.彙總_dgv)
  448. Me.Controls.Add(Me.圖片編碼_tb)
  449. Me.Controls.Add(Me.驗證碼_tb)
  450. Me.Controls.Add(Me.圖片編碼_lb)
  451. Me.Controls.Add(Me.驗證碼_lb)
  452. Me.Controls.Add(Me.簽名清單_dgv)
  453. Me.Controls.Add(Me.支票_lb)
  454. Me.Controls.Add(Me.零用金_tb)
  455. Me.Controls.Add(Me.零用金_lb)
  456. Me.Controls.Add(Me.現金餘額_tb)
  457. Me.Controls.Add(Me.現金餘額_lb)
  458. Me.Controls.Add(Me.支出_tb)
  459. Me.Controls.Add(Me.支出_lb)
  460. Me.Controls.Add(Me.非當天日期_ch)
  461. Me.Controls.Add(Me.日期_lb)
  462. Me.Controls.Add(Me.審核日期_dtp)
  463. Me.Controls.Add(Me.支票_tb)
  464. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  465. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  466. Me.Name = "營運成本收支單審核"
  467. Me.Text = "營運成本收支單審核"
  468. CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
  469. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  470. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  471. CType(Me.簽名清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  472. Me.ContextMenuStrip1.ResumeLayout(False)
  473. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  474. Me.ResumeLayout(False)
  475. Me.PerformLayout()
  476. End Sub
  477. Friend WithEvents 審核通過ToolStripMenuItem As ToolStripMenuItem
  478. Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
  479. Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem
  480. Friend WithEvents 簽名圖_pb As PictureBox
  481. Friend WithEvents 現金_tb As TextBox
  482. Friend WithEvents 現金_lb As Label
  483. Friend WithEvents 申請人_lb As Label
  484. Friend WithEvents 申請人_tb As TextBox
  485. Friend WithEvents 營運成本收支單號_tb As TextBox
  486. Friend WithEvents 營運成本收支單號_lb As Label
  487. Friend WithEvents 單據作廢_bt As Button
  488. Friend WithEvents 審核通過_bt As Button
  489. Friend WithEvents 明細_dgv As DataGridView
  490. Friend WithEvents 作廢的營運成本收支單_rb As RadioButton
  491. Friend WithEvents 未核准的營運成本收支單_rb As RadioButton
  492. Friend WithEvents 彙總_dgv As DataGridView
  493. Friend WithEvents 單據作廢ToolStripMenuItem As ToolStripMenuItem
  494. Friend WithEvents 圖片編碼_tb As TextBox
  495. Friend WithEvents 驗證碼_tb As TextBox
  496. Friend WithEvents 圖片編碼_lb As Label
  497. Friend WithEvents 驗證碼_lb As Label
  498. Friend WithEvents 簽名清單_dgv As DataGridView
  499. Friend WithEvents 支票_lb As Label
  500. Friend WithEvents 零用金_tb As TextBox
  501. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  502. Friend WithEvents 零用金_lb As Label
  503. Friend WithEvents 現金餘額_tb As TextBox
  504. Friend WithEvents 現金餘額_lb As Label
  505. Friend WithEvents 支出_tb As TextBox
  506. Friend WithEvents 支出_lb As Label
  507. Friend WithEvents 非當天日期_ch As CheckBox
  508. Friend WithEvents 日期_lb As Label
  509. Friend WithEvents 審核日期_dtp As DateTimePicker
  510. Friend WithEvents 支票_tb As TextBox
  511. Friend WithEvents 語言_dgv As DataGridView
  512. End Class