Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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

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