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.

財務_收支單審核_GCM.Designer.vb 25KB

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