Brak opisu
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.

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

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