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.

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

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