Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

營運成本收支單審核.Designer.vb 31KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  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 DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Me.圖片編碼_tb = New System.Windows.Forms.TextBox()
  27. Me.驗證碼_tb = New System.Windows.Forms.TextBox()
  28. Me.Label20 = New System.Windows.Forms.Label()
  29. Me.Label19 = New System.Windows.Forms.Label()
  30. Me.簽名清單_dgv = New System.Windows.Forms.DataGridView()
  31. Me.Label11 = New System.Windows.Forms.Label()
  32. Me.零用金_tb = New System.Windows.Forms.TextBox()
  33. Me.Label10 = New System.Windows.Forms.Label()
  34. Me.現金餘額_tb = New System.Windows.Forms.TextBox()
  35. Me.Label9 = New System.Windows.Forms.Label()
  36. Me.支出_tb = New System.Windows.Forms.TextBox()
  37. Me.Label6 = New System.Windows.Forms.Label()
  38. Me.非當天日期_ch = New System.Windows.Forms.CheckBox()
  39. Me.Label2 = New System.Windows.Forms.Label()
  40. Me.審核日期_dtp = New System.Windows.Forms.DateTimePicker()
  41. Me.支票_tb = New System.Windows.Forms.TextBox()
  42. Me.單據作廢ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  43. Me.現金_tb = New System.Windows.Forms.TextBox()
  44. Me.Label8 = New System.Windows.Forms.Label()
  45. Me.Label3 = New System.Windows.Forms.Label()
  46. Me.申請人_tb = New System.Windows.Forms.TextBox()
  47. Me.營運成本收支單號_tb = New System.Windows.Forms.TextBox()
  48. Me.Label1 = New System.Windows.Forms.Label()
  49. Me.單據作廢_bt = New System.Windows.Forms.Button()
  50. Me.審核通過_bt = New System.Windows.Forms.Button()
  51. Me.作廢的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  52. Me.未核准的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  53. Me.彙總_dgv = New System.Windows.Forms.DataGridView()
  54. Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  55. Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
  56. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  57. Me.審核通過ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  58. Me.字體大小調整_lb = New System.Windows.Forms.Label()
  59. Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
  60. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  61. Me.備註_tb = New System.Windows.Forms.TextBox()
  62. Me.Label4 = New System.Windows.Forms.Label()
  63. Me.批量審核_bt = New System.Windows.Forms.Button()
  64. Me.簽名圖_pb = New System.Windows.Forms.PictureBox()
  65. CType(Me.簽名清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  66. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  67. Me.ContextMenuStrip1.SuspendLayout()
  68. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  69. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  70. CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  71. Me.SuspendLayout()
  72. '
  73. '圖片編碼_tb
  74. '
  75. Me.圖片編碼_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  76. Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue
  77. Me.圖片編碼_tb.Location = New System.Drawing.Point(255, 503)
  78. Me.圖片編碼_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  79. Me.圖片編碼_tb.Name = "圖片編碼_tb"
  80. Me.圖片編碼_tb.Size = New System.Drawing.Size(115, 23)
  81. Me.圖片編碼_tb.TabIndex = 993
  82. Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  83. '
  84. '驗證碼_tb
  85. '
  86. Me.驗證碼_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  87. Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue
  88. Me.驗證碼_tb.Location = New System.Drawing.Point(51, 503)
  89. Me.驗證碼_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  90. Me.驗證碼_tb.Name = "驗證碼_tb"
  91. Me.驗證碼_tb.Size = New System.Drawing.Size(139, 23)
  92. Me.驗證碼_tb.TabIndex = 992
  93. Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  94. '
  95. 'Label20
  96. '
  97. Me.Label20.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  98. Me.Label20.AutoSize = True
  99. Me.Label20.ForeColor = System.Drawing.Color.Blue
  100. Me.Label20.Location = New System.Drawing.Point(192, 507)
  101. Me.Label20.Name = "Label20"
  102. Me.Label20.Size = New System.Drawing.Size(56, 16)
  103. Me.Label20.TabIndex = 991
  104. Me.Label20.Text = "圖片編碼"
  105. '
  106. 'Label19
  107. '
  108. Me.Label19.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  109. Me.Label19.AutoSize = True
  110. Me.Label19.ForeColor = System.Drawing.Color.Blue
  111. Me.Label19.Location = New System.Drawing.Point(2, 507)
  112. Me.Label19.Name = "Label19"
  113. Me.Label19.Size = New System.Drawing.Size(44, 16)
  114. Me.Label19.TabIndex = 990
  115. Me.Label19.Text = "驗證碼"
  116. '
  117. '簽名清單_dgv
  118. '
  119. Me.簽名清單_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  120. Me.簽名清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  121. Me.簽名清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  122. Me.簽名清單_dgv.Location = New System.Drawing.Point(5, 528)
  123. Me.簽名清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  124. Me.簽名清單_dgv.Name = "簽名清單_dgv"
  125. Me.簽名清單_dgv.RowHeadersWidth = 5
  126. Me.簽名清單_dgv.RowTemplate.Height = 24
  127. Me.簽名清單_dgv.Size = New System.Drawing.Size(185, 70)
  128. Me.簽名清單_dgv.TabIndex = 988
  129. '
  130. 'Label11
  131. '
  132. Me.Label11.AutoSize = True
  133. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  134. Me.Label11.Location = New System.Drawing.Point(566, 32)
  135. Me.Label11.Name = "Label11"
  136. Me.Label11.Size = New System.Drawing.Size(44, 16)
  137. Me.Label11.TabIndex = 986
  138. Me.Label11.Text = "支 票"
  139. '
  140. '零用金_tb
  141. '
  142. Me.零用金_tb.Location = New System.Drawing.Point(432, 28)
  143. Me.零用金_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  144. Me.零用金_tb.Name = "零用金_tb"
  145. Me.零用金_tb.Size = New System.Drawing.Size(131, 23)
  146. Me.零用金_tb.TabIndex = 985
  147. Me.零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  148. '
  149. 'Label10
  150. '
  151. Me.Label10.AutoSize = True
  152. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  153. Me.Label10.Location = New System.Drawing.Point(378, 32)
  154. Me.Label10.Name = "Label10"
  155. Me.Label10.Size = New System.Drawing.Size(44, 16)
  156. Me.Label10.TabIndex = 984
  157. Me.Label10.Text = "零用金"
  158. '
  159. '現金餘額_tb
  160. '
  161. Me.現金餘額_tb.Location = New System.Drawing.Point(913, 53)
  162. Me.現金餘額_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  163. Me.現金餘額_tb.Name = "現金餘額_tb"
  164. Me.現金餘額_tb.Size = New System.Drawing.Size(111, 23)
  165. Me.現金餘額_tb.TabIndex = 983
  166. Me.現金餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  167. '
  168. 'Label9
  169. '
  170. Me.Label9.AutoSize = True
  171. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  172. Me.Label9.Location = New System.Drawing.Point(879, 56)
  173. Me.Label9.Name = "Label9"
  174. Me.Label9.Size = New System.Drawing.Size(32, 16)
  175. Me.Label9.TabIndex = 982
  176. Me.Label9.Text = "總和"
  177. '
  178. '支出_tb
  179. '
  180. Me.支出_tb.Location = New System.Drawing.Point(913, 28)
  181. Me.支出_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  182. Me.支出_tb.Name = "支出_tb"
  183. Me.支出_tb.Size = New System.Drawing.Size(111, 23)
  184. Me.支出_tb.TabIndex = 981
  185. Me.支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  186. '
  187. 'Label6
  188. '
  189. Me.Label6.AutoSize = True
  190. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  191. Me.Label6.Location = New System.Drawing.Point(879, 31)
  192. Me.Label6.Name = "Label6"
  193. Me.Label6.Size = New System.Drawing.Size(32, 16)
  194. Me.Label6.TabIndex = 980
  195. Me.Label6.Text = "支出"
  196. '
  197. '非當天日期_ch
  198. '
  199. Me.非當天日期_ch.AutoSize = True
  200. Me.非當天日期_ch.Checked = True
  201. Me.非當天日期_ch.CheckState = System.Windows.Forms.CheckState.Checked
  202. Me.非當天日期_ch.Location = New System.Drawing.Point(838, 5)
  203. Me.非當天日期_ch.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  204. Me.非當天日期_ch.Name = "非當天日期_ch"
  205. Me.非當天日期_ch.Size = New System.Drawing.Size(39, 20)
  206. Me.非當天日期_ch.TabIndex = 979
  207. Me.非當天日期_ch.Text = "補"
  208. Me.非當天日期_ch.UseVisualStyleBackColor = True
  209. '
  210. 'Label2
  211. '
  212. Me.Label2.AutoSize = True
  213. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  214. Me.Label2.ForeColor = System.Drawing.Color.Blue
  215. Me.Label2.Location = New System.Drawing.Point(717, 6)
  216. Me.Label2.Name = "Label2"
  217. Me.Label2.Size = New System.Drawing.Size(32, 16)
  218. Me.Label2.TabIndex = 978
  219. Me.Label2.Text = "日期"
  220. '
  221. '審核日期_dtp
  222. '
  223. Me.審核日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  224. Me.審核日期_dtp.Location = New System.Drawing.Point(748, 3)
  225. Me.審核日期_dtp.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  226. Me.審核日期_dtp.Name = "審核日期_dtp"
  227. Me.審核日期_dtp.Size = New System.Drawing.Size(88, 23)
  228. Me.審核日期_dtp.TabIndex = 977
  229. '
  230. '支票_tb
  231. '
  232. Me.支票_tb.Location = New System.Drawing.Point(609, 28)
  233. Me.支票_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  234. Me.支票_tb.Name = "支票_tb"
  235. Me.支票_tb.Size = New System.Drawing.Size(107, 23)
  236. Me.支票_tb.TabIndex = 987
  237. Me.支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  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.Location = New System.Drawing.Point(748, 28)
  249. Me.現金_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  250. Me.現金_tb.Name = "現金_tb"
  251. Me.現金_tb.Size = New System.Drawing.Size(129, 23)
  252. Me.現金_tb.TabIndex = 976
  253. Me.現金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  254. '
  255. 'Label8
  256. '
  257. Me.Label8.AutoSize = True
  258. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  259. Me.Label8.Location = New System.Drawing.Point(718, 32)
  260. Me.Label8.Name = "Label8"
  261. Me.Label8.Size = New System.Drawing.Size(32, 16)
  262. Me.Label8.TabIndex = 975
  263. Me.Label8.Text = "現金"
  264. '
  265. 'Label3
  266. '
  267. Me.Label3.AutoSize = True
  268. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  269. Me.Label3.Location = New System.Drawing.Point(565, 6)
  270. Me.Label3.Name = "Label3"
  271. Me.Label3.Size = New System.Drawing.Size(44, 16)
  272. Me.Label3.TabIndex = 974
  273. Me.Label3.Text = "申請人"
  274. '
  275. '申請人_tb
  276. '
  277. Me.申請人_tb.Location = New System.Drawing.Point(609, 3)
  278. Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  279. Me.申請人_tb.Name = "申請人_tb"
  280. Me.申請人_tb.Size = New System.Drawing.Size(107, 23)
  281. Me.申請人_tb.TabIndex = 973
  282. '
  283. '營運成本收支單號_tb
  284. '
  285. Me.營運成本收支單號_tb.Location = New System.Drawing.Point(433, 3)
  286. Me.營運成本收支單號_tb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  287. Me.營運成本收支單號_tb.Name = "營運成本收支單號_tb"
  288. Me.營運成本收支單號_tb.Size = New System.Drawing.Size(130, 23)
  289. Me.營運成本收支單號_tb.TabIndex = 971
  290. '
  291. 'Label1
  292. '
  293. Me.Label1.AutoSize = True
  294. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  295. Me.Label1.Location = New System.Drawing.Point(377, 7)
  296. Me.Label1.Name = "Label1"
  297. Me.Label1.Size = New System.Drawing.Size(56, 16)
  298. Me.Label1.TabIndex = 972
  299. Me.Label1.Text = "財務單號"
  300. '
  301. '單據作廢_bt
  302. '
  303. Me.單據作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  304. Me.單據作廢_bt.ForeColor = System.Drawing.Color.Red
  305. Me.單據作廢_bt.Location = New System.Drawing.Point(1191, 3)
  306. Me.單據作廢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  307. Me.單據作廢_bt.Name = "單據作廢_bt"
  308. Me.單據作廢_bt.Size = New System.Drawing.Size(80, 73)
  309. Me.單據作廢_bt.TabIndex = 970
  310. Me.單據作廢_bt.Text = "單據作廢"
  311. Me.單據作廢_bt.UseVisualStyleBackColor = True
  312. '
  313. '審核通過_bt
  314. '
  315. Me.審核通過_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  316. Me.審核通過_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  317. Me.審核通過_bt.Location = New System.Drawing.Point(1110, 3)
  318. Me.審核通過_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  319. Me.審核通過_bt.Name = "審核通過_bt"
  320. Me.審核通過_bt.Size = New System.Drawing.Size(80, 73)
  321. Me.審核通過_bt.TabIndex = 969
  322. Me.審核通過_bt.Text = "審核通過"
  323. Me.審核通過_bt.UseVisualStyleBackColor = True
  324. '
  325. '作廢的營運成本收支單_rb
  326. '
  327. Me.作廢的營運成本收支單_rb.AutoSize = True
  328. Me.作廢的營運成本收支單_rb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  329. Me.作廢的營運成本收支單_rb.Location = New System.Drawing.Point(167, 2)
  330. Me.作廢的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  331. Me.作廢的營運成本收支單_rb.Name = "作廢的營運成本收支單_rb"
  332. Me.作廢的營運成本收支單_rb.Size = New System.Drawing.Size(146, 20)
  333. Me.作廢的營運成本收支單_rb.TabIndex = 967
  334. Me.作廢的營運成本收支單_rb.TabStop = True
  335. Me.作廢的營運成本收支單_rb.Text = "作廢的營運成本收支單"
  336. Me.作廢的營運成本收支單_rb.UseVisualStyleBackColor = True
  337. '
  338. '未核准的營運成本收支單_rb
  339. '
  340. Me.未核准的營運成本收支單_rb.AutoSize = True
  341. Me.未核准的營運成本收支單_rb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  342. Me.未核准的營運成本收支單_rb.Location = New System.Drawing.Point(3, 2)
  343. Me.未核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  344. Me.未核准的營運成本收支單_rb.Name = "未核准的營運成本收支單_rb"
  345. Me.未核准的營運成本收支單_rb.Size = New System.Drawing.Size(158, 20)
  346. Me.未核准的營運成本收支單_rb.TabIndex = 966
  347. Me.未核准的營運成本收支單_rb.TabStop = True
  348. Me.未核准的營運成本收支單_rb.Text = "未核准的營運成本收支單"
  349. Me.未核准的營運成本收支單_rb.UseVisualStyleBackColor = True
  350. '
  351. '彙總_dgv
  352. '
  353. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  354. Me.彙總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  355. Me.彙總_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  356. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  357. Me.彙總_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  358. Me.彙總_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  359. Me.彙總_dgv.Location = New System.Drawing.Point(5, 22)
  360. Me.彙總_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  361. Me.彙總_dgv.Name = "彙總_dgv"
  362. Me.彙總_dgv.RowHeadersWidth = 5
  363. Me.彙總_dgv.RowTemplate.Height = 24
  364. Me.彙總_dgv.Size = New System.Drawing.Size(367, 479)
  365. Me.彙總_dgv.TabIndex = 965
  366. '
  367. '重新讀取ToolStripMenuItem
  368. '
  369. Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem"
  370. Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  371. Me.重新讀取ToolStripMenuItem.Text = "重新讀取"
  372. '
  373. 'ToolStripSeparator6
  374. '
  375. Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
  376. Me.ToolStripSeparator6.Size = New System.Drawing.Size(119, 6)
  377. '
  378. 'ContextMenuStrip1
  379. '
  380. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem, Me.ToolStripSeparator6, Me.審核通過ToolStripMenuItem, Me.單據作廢ToolStripMenuItem})
  381. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  382. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 76)
  383. '
  384. '審核通過ToolStripMenuItem
  385. '
  386. Me.審核通過ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  387. Me.審核通過ToolStripMenuItem.Name = "審核通過ToolStripMenuItem"
  388. Me.審核通過ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  389. Me.審核通過ToolStripMenuItem.Text = "審核通過"
  390. '
  391. '字體大小調整_lb
  392. '
  393. Me.字體大小調整_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  394. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  395. Me.字體大小調整_lb.AutoSize = True
  396. Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  397. Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Brown
  398. Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  399. Me.字體大小調整_lb.Location = New System.Drawing.Point(916, 7)
  400. Me.字體大小調整_lb.Name = "字體大小調整_lb"
  401. Me.字體大小調整_lb.Size = New System.Drawing.Size(56, 16)
  402. Me.字體大小調整_lb.TabIndex = 1499
  403. Me.字體大小調整_lb.Text = "字體調整"
  404. '
  405. '字體_NUD
  406. '
  407. Me.字體_NUD.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  408. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  409. Me.字體_NUD.DecimalPlaces = 1
  410. Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  411. Me.字體_NUD.Location = New System.Drawing.Point(972, 4)
  412. Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
  413. Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0})
  414. Me.字體_NUD.Name = "字體_NUD"
  415. Me.字體_NUD.Size = New System.Drawing.Size(52, 23)
  416. Me.字體_NUD.TabIndex = 1498
  417. Me.字體_NUD.Value = New Decimal(New Integer() {9, 0, 0, 0})
  418. '
  419. '明細_dgv
  420. '
  421. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  422. Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  423. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  424. Or System.Windows.Forms.AnchorStyles.Left) _
  425. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  426. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  427. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  428. Me.明細_dgv.Location = New System.Drawing.Point(381, 76)
  429. Me.明細_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  430. Me.明細_dgv.Name = "明細_dgv"
  431. Me.明細_dgv.RowHeadersWidth = 5
  432. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  433. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  434. Me.明細_dgv.RowTemplate.Height = 24
  435. Me.明細_dgv.Size = New System.Drawing.Size(896, 520)
  436. Me.明細_dgv.TabIndex = 968
  437. '
  438. '備註_tb
  439. '
  440. Me.備註_tb.Location = New System.Drawing.Point(432, 53)
  441. Me.備註_tb.Multiline = True
  442. Me.備註_tb.Name = "備註_tb"
  443. Me.備註_tb.Size = New System.Drawing.Size(445, 22)
  444. Me.備註_tb.TabIndex = 1500
  445. '
  446. 'Label4
  447. '
  448. Me.Label4.AutoSize = True
  449. Me.Label4.Location = New System.Drawing.Point(377, 56)
  450. Me.Label4.Name = "Label4"
  451. Me.Label4.Size = New System.Drawing.Size(56, 16)
  452. Me.Label4.TabIndex = 1501
  453. Me.Label4.Text = "作廢原因"
  454. '
  455. '批量審核_bt
  456. '
  457. Me.批量審核_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  458. Me.批量審核_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  459. Me.批量審核_bt.Location = New System.Drawing.Point(1028, 3)
  460. Me.批量審核_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  461. Me.批量審核_bt.Name = "批量審核_bt"
  462. Me.批量審核_bt.Size = New System.Drawing.Size(80, 73)
  463. Me.批量審核_bt.TabIndex = 1502
  464. Me.批量審核_bt.Text = "批量審核"
  465. Me.批量審核_bt.UseVisualStyleBackColor = True
  466. '
  467. '簽名圖_pb
  468. '
  469. Me.簽名圖_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  470. Me.簽名圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  471. Me.簽名圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  472. Me.簽名圖_pb.Location = New System.Drawing.Point(196, 528)
  473. Me.簽名圖_pb.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
  474. Me.簽名圖_pb.Name = "簽名圖_pb"
  475. Me.簽名圖_pb.Size = New System.Drawing.Size(176, 70)
  476. Me.簽名圖_pb.TabIndex = 989
  477. Me.簽名圖_pb.TabStop = False
  478. '
  479. '營運成本收支單審核
  480. '
  481. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  482. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  483. Me.ClientSize = New System.Drawing.Size(1276, 603)
  484. Me.ContextMenuStrip = Me.ContextMenuStrip1
  485. Me.Controls.Add(Me.批量審核_bt)
  486. Me.Controls.Add(Me.備註_tb)
  487. Me.Controls.Add(Me.字體大小調整_lb)
  488. Me.Controls.Add(Me.字體_NUD)
  489. Me.Controls.Add(Me.圖片編碼_tb)
  490. Me.Controls.Add(Me.驗證碼_tb)
  491. Me.Controls.Add(Me.Label20)
  492. Me.Controls.Add(Me.Label19)
  493. Me.Controls.Add(Me.簽名清單_dgv)
  494. Me.Controls.Add(Me.零用金_tb)
  495. Me.Controls.Add(Me.Label10)
  496. Me.Controls.Add(Me.現金餘額_tb)
  497. Me.Controls.Add(Me.Label9)
  498. Me.Controls.Add(Me.支出_tb)
  499. Me.Controls.Add(Me.Label6)
  500. Me.Controls.Add(Me.非當天日期_ch)
  501. Me.Controls.Add(Me.審核日期_dtp)
  502. Me.Controls.Add(Me.支票_tb)
  503. Me.Controls.Add(Me.簽名圖_pb)
  504. Me.Controls.Add(Me.現金_tb)
  505. Me.Controls.Add(Me.Label8)
  506. Me.Controls.Add(Me.Label3)
  507. Me.Controls.Add(Me.申請人_tb)
  508. Me.Controls.Add(Me.營運成本收支單號_tb)
  509. Me.Controls.Add(Me.Label1)
  510. Me.Controls.Add(Me.單據作廢_bt)
  511. Me.Controls.Add(Me.審核通過_bt)
  512. Me.Controls.Add(Me.作廢的營運成本收支單_rb)
  513. Me.Controls.Add(Me.未核准的營運成本收支單_rb)
  514. Me.Controls.Add(Me.Label4)
  515. Me.Controls.Add(Me.Label2)
  516. Me.Controls.Add(Me.Label11)
  517. Me.Controls.Add(Me.明細_dgv)
  518. Me.Controls.Add(Me.彙總_dgv)
  519. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  520. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  521. Me.Name = "營運成本收支單審核"
  522. Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual
  523. Me.Text = "營運成本收支單審核"
  524. CType(Me.簽名清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  525. CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  526. Me.ContextMenuStrip1.ResumeLayout(False)
  527. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  528. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  529. CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
  530. Me.ResumeLayout(False)
  531. Me.PerformLayout()
  532. End Sub
  533. Friend WithEvents 圖片編碼_tb As TextBox
  534. Friend WithEvents 驗證碼_tb As TextBox
  535. Friend WithEvents Label20 As Label
  536. Friend WithEvents Label19 As Label
  537. Friend WithEvents 簽名清單_dgv As DataGridView
  538. Friend WithEvents Label11 As Label
  539. Friend WithEvents 零用金_tb As TextBox
  540. Friend WithEvents Label10 As Label
  541. Friend WithEvents 現金餘額_tb As TextBox
  542. Friend WithEvents Label9 As Label
  543. Friend WithEvents 支出_tb As TextBox
  544. Friend WithEvents Label6 As Label
  545. Friend WithEvents 非當天日期_ch As CheckBox
  546. Friend WithEvents Label2 As Label
  547. Friend WithEvents 審核日期_dtp As DateTimePicker
  548. Friend WithEvents 支票_tb As TextBox
  549. Friend WithEvents 單據作廢ToolStripMenuItem As ToolStripMenuItem
  550. Friend WithEvents 簽名圖_pb As PictureBox
  551. Friend WithEvents 現金_tb As TextBox
  552. Friend WithEvents Label8 As Label
  553. Friend WithEvents Label3 As Label
  554. Friend WithEvents 申請人_tb As TextBox
  555. Friend WithEvents 營運成本收支單號_tb As TextBox
  556. Friend WithEvents Label1 As Label
  557. Friend WithEvents 單據作廢_bt As Button
  558. Friend WithEvents 審核通過_bt As Button
  559. Friend WithEvents 作廢的營運成本收支單_rb As RadioButton
  560. Friend WithEvents 未核准的營運成本收支單_rb As RadioButton
  561. Friend WithEvents 彙總_dgv As DataGridView
  562. Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem
  563. Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
  564. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  565. Friend WithEvents 審核通過ToolStripMenuItem As ToolStripMenuItem
  566. Friend WithEvents 字體大小調整_lb As Label
  567. Friend WithEvents 字體_NUD As NumericUpDown
  568. Friend WithEvents 明細_dgv As DataGridView
  569. Friend WithEvents 備註_tb As TextBox
  570. Friend WithEvents Label4 As Label
  571. Friend WithEvents 批量審核_bt As Button
  572. End Class