暫無描述
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.

財務_流動資產申請.Designer.vb 52KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 財務_流動資產申請
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim 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.Label27 = New System.Windows.Forms.Label()
  27. Me.選擇項次_tb = New System.Windows.Forms.TextBox()
  28. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  29. Me.幣別_cb = New System.Windows.Forms.ComboBox()
  30. Me.Label28 = New System.Windows.Forms.Label()
  31. Me.補單_cb = New System.Windows.Forms.CheckBox()
  32. Me.Label9 = New System.Windows.Forms.Label()
  33. Me.支出_tb = New System.Windows.Forms.TextBox()
  34. Me.Label5 = New System.Windows.Forms.Label()
  35. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  36. Me.營運成本收支單號_tb = New System.Windows.Forms.TextBox()
  37. Me.明細表_dgv = New System.Windows.Forms.DataGridView()
  38. Me.Label10 = New System.Windows.Forms.Label()
  39. Me.資料尚未存檔_lb = New System.Windows.Forms.Label()
  40. Me.Label4 = New System.Windows.Forms.Label()
  41. Me.視窗1_pl = New System.Windows.Forms.Panel()
  42. Me.物料群組_Panel = New System.Windows.Forms.Panel()
  43. Me.支出_cb = New System.Windows.Forms.CheckBox()
  44. Me.收入_cb = New System.Windows.Forms.CheckBox()
  45. Me.指定_ndp = New System.Windows.Forms.NumericUpDown()
  46. Me.窗口說明1_lb = New System.Windows.Forms.Label()
  47. Me.確定_bt = New System.Windows.Forms.Button()
  48. Me.窗口表頭_lb = New System.Windows.Forms.Label()
  49. Me.Cancel_bt = New System.Windows.Forms.Button()
  50. Me.零用金_tb = New System.Windows.Forms.TextBox()
  51. Me.現金餘額_tb = New System.Windows.Forms.TextBox()
  52. Me.支票_tb = New System.Windows.Forms.TextBox()
  53. Me.帳本_cb = New System.Windows.Forms.ComboBox()
  54. Me.存檔_bt = New System.Windows.Forms.Button()
  55. Me.公司編號_cb = New System.Windows.Forms.ComboBox()
  56. Me.公司編號_lb = New System.Windows.Forms.Label()
  57. Me.Panel2 = New System.Windows.Forms.Panel()
  58. Me.Label11 = New System.Windows.Forms.Label()
  59. Me.字體大小調整_lb = New System.Windows.Forms.Label()
  60. Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
  61. Me.全區域_ch = New System.Windows.Forms.CheckBox()
  62. Me.Label17 = New System.Windows.Forms.Label()
  63. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  64. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  65. Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  66. Me.Label15 = New System.Windows.Forms.Label()
  67. Me.Label6 = New System.Windows.Forms.Label()
  68. Me.Label1 = New System.Windows.Forms.Label()
  69. Me.作廢的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  70. Me.未核准的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  71. Me.Label2 = New System.Windows.Forms.Label()
  72. Me.Label14 = New System.Windows.Forms.Label()
  73. Me.Label12 = New System.Windows.Forms.Label()
  74. Me.Label7 = New System.Windows.Forms.Label()
  75. Me.Label13 = New System.Windows.Forms.Label()
  76. Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
  77. Me.營運收支單_dgv = New System.Windows.Forms.DataGridView()
  78. Me.Label16 = New System.Windows.Forms.Label()
  79. Me.收支單中新增一筆空白資料_bt = New System.Windows.Forms.Button()
  80. Me.關鍵字查詢會計科目_tb = New System.Windows.Forms.TextBox()
  81. Me.刪除選中的營運成本收支單_bt = New System.Windows.Forms.Button()
  82. Me.開立營運成本收支單_bt = New System.Windows.Forms.Button()
  83. Me.申請_bt = New System.Windows.Forms.Button()
  84. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  85. Me.現金_tb = New System.Windows.Forms.TextBox()
  86. Me.Label8 = New System.Windows.Forms.Label()
  87. Me.Label3 = New System.Windows.Forms.Label()
  88. Me.申請人_tb = New System.Windows.Forms.TextBox()
  89. Me.BackgroundWorker2 = New System.ComponentModel.BackgroundWorker()
  90. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  91. Me.Panel1 = New System.Windows.Forms.Panel()
  92. Me.ComboBox6 = New System.Windows.Forms.ComboBox()
  93. Me.日期_dtp = New System.Windows.Forms.DateTimePicker()
  94. Me.人民幣匯率_tb = New System.Windows.Forms.TextBox()
  95. Me.美金匯率_tb = New System.Windows.Forms.TextBox()
  96. Me.刪除選中的一筆資料_bt = New System.Windows.Forms.Button()
  97. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  98. Me.ComboBox5 = New System.Windows.Forms.ComboBox()
  99. Me.複製歷史單據重新開立_bt = New System.Windows.Forms.Button()
  100. Me.已核准的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  101. Me.作帳日期_dtp = New System.Windows.Forms.DateTimePicker()
  102. Me.Label18 = New System.Windows.Forms.Label()
  103. Me.作帳補單_ch = New System.Windows.Forms.CheckBox()
  104. CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  105. Me.視窗1_pl.SuspendLayout()
  106. Me.物料群組_Panel.SuspendLayout()
  107. CType(Me.指定_ndp, System.ComponentModel.ISupportInitialize).BeginInit()
  108. Me.Panel2.SuspendLayout()
  109. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  110. Me.ContextMenuStrip1.SuspendLayout()
  111. CType(Me.營運收支單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  112. Me.Panel1.SuspendLayout()
  113. Me.SuspendLayout()
  114. '
  115. 'Label27
  116. '
  117. Me.Label27.AutoSize = True
  118. Me.Label27.Location = New System.Drawing.Point(141, 44)
  119. Me.Label27.Name = "Label27"
  120. Me.Label27.Size = New System.Drawing.Size(31, 16)
  121. Me.Label27.TabIndex = 1512
  122. Me.Label27.Text = "選擇"
  123. '
  124. '選擇項次_tb
  125. '
  126. Me.選擇項次_tb.Location = New System.Drawing.Point(172, 40)
  127. Me.選擇項次_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  128. Me.選擇項次_tb.Name = "選擇項次_tb"
  129. Me.選擇項次_tb.Size = New System.Drawing.Size(34, 23)
  130. Me.選擇項次_tb.TabIndex = 1514
  131. Me.選擇項次_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  132. '
  133. 'Timer1
  134. '
  135. Me.Timer1.Interval = 500
  136. '
  137. '幣別_cb
  138. '
  139. Me.幣別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  140. Me.幣別_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  141. Me.幣別_cb.FormattingEnabled = True
  142. Me.幣別_cb.Items.AddRange(New Object() {"台幣現金", "人民幣現金", "美金"})
  143. Me.幣別_cb.Location = New System.Drawing.Point(46, 67)
  144. Me.幣別_cb.Name = "幣別_cb"
  145. Me.幣別_cb.Size = New System.Drawing.Size(119, 24)
  146. Me.幣別_cb.TabIndex = 1538
  147. '
  148. 'Label28
  149. '
  150. Me.Label28.AutoSize = True
  151. Me.Label28.Location = New System.Drawing.Point(206, 44)
  152. Me.Label28.Name = "Label28"
  153. Me.Label28.Size = New System.Drawing.Size(43, 16)
  154. Me.Label28.TabIndex = 1513
  155. Me.Label28.Text = "項次。"
  156. '
  157. '補單_cb
  158. '
  159. Me.補單_cb.AutoSize = True
  160. Me.補單_cb.Checked = True
  161. Me.補單_cb.CheckState = System.Windows.Forms.CheckState.Checked
  162. Me.補單_cb.Location = New System.Drawing.Point(773, 26)
  163. Me.補單_cb.Name = "補單_cb"
  164. Me.補單_cb.Size = New System.Drawing.Size(38, 20)
  165. Me.補單_cb.TabIndex = 1577
  166. Me.補單_cb.Text = "補"
  167. Me.補單_cb.UseVisualStyleBackColor = True
  168. '
  169. 'Label9
  170. '
  171. Me.Label9.AutoSize = True
  172. Me.Label9.Location = New System.Drawing.Point(838, 113)
  173. Me.Label9.Name = "Label9"
  174. Me.Label9.Size = New System.Drawing.Size(31, 16)
  175. Me.Label9.TabIndex = 1580
  176. Me.Label9.Text = "合計"
  177. '
  178. '支出_tb
  179. '
  180. Me.支出_tb.Location = New System.Drawing.Point(746, 110)
  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(90, 23)
  184. Me.支出_tb.TabIndex = 1579
  185. Me.支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  186. '
  187. 'Label5
  188. '
  189. Me.Label5.AutoSize = True
  190. Me.Label5.Location = New System.Drawing.Point(715, 113)
  191. Me.Label5.Name = "Label5"
  192. Me.Label5.Size = New System.Drawing.Size(31, 16)
  193. Me.Label5.TabIndex = 1578
  194. Me.Label5.Text = "支出"
  195. '
  196. 'ComboBox4
  197. '
  198. Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  199. Me.ComboBox4.FormattingEnabled = True
  200. Me.ComboBox4.Location = New System.Drawing.Point(547, 80)
  201. Me.ComboBox4.Name = "ComboBox4"
  202. Me.ComboBox4.Size = New System.Drawing.Size(76, 24)
  203. Me.ComboBox4.TabIndex = 1536
  204. '
  205. '營運成本收支單號_tb
  206. '
  207. Me.營運成本收支單號_tb.Location = New System.Drawing.Point(377, 24)
  208. Me.營運成本收支單號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  209. Me.營運成本收支單號_tb.Name = "營運成本收支單號_tb"
  210. Me.營運成本收支單號_tb.Size = New System.Drawing.Size(122, 23)
  211. Me.營運成本收支單號_tb.TabIndex = 1565
  212. Me.營運成本收支單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  213. '
  214. '明細表_dgv
  215. '
  216. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  217. Me.明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  218. Me.明細表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  219. Or System.Windows.Forms.AnchorStyles.Left) _
  220. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  221. Me.明細表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  222. Me.明細表_dgv.BackgroundColor = System.Drawing.Color.White
  223. Me.明細表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  224. Me.明細表_dgv.Location = New System.Drawing.Point(321, 137)
  225. Me.明細表_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  226. Me.明細表_dgv.Name = "明細表_dgv"
  227. Me.明細表_dgv.RowHeadersWidth = 5
  228. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  229. Me.明細表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  230. Me.明細表_dgv.RowTemplate.Height = 24
  231. Me.明細表_dgv.Size = New System.Drawing.Size(927, 471)
  232. Me.明細表_dgv.TabIndex = 1569
  233. '
  234. 'Label10
  235. '
  236. Me.Label10.AutoSize = True
  237. Me.Label10.Location = New System.Drawing.Point(3, 13)
  238. Me.Label10.Name = "Label10"
  239. Me.Label10.Size = New System.Drawing.Size(43, 16)
  240. Me.Label10.TabIndex = 1527
  241. Me.Label10.Text = "零用金"
  242. '
  243. '資料尚未存檔_lb
  244. '
  245. Me.資料尚未存檔_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  246. Me.資料尚未存檔_lb.ForeColor = System.Drawing.Color.Red
  247. Me.資料尚未存檔_lb.Location = New System.Drawing.Point(1135, 3)
  248. Me.資料尚未存檔_lb.Name = "資料尚未存檔_lb"
  249. Me.資料尚未存檔_lb.Size = New System.Drawing.Size(113, 20)
  250. Me.資料尚未存檔_lb.TabIndex = 1570
  251. Me.資料尚未存檔_lb.Text = "資 料 尚 未 存 檔"
  252. Me.資料尚未存檔_lb.Visible = False
  253. '
  254. 'Label4
  255. '
  256. Me.Label4.AutoSize = True
  257. Me.Label4.ForeColor = System.Drawing.Color.Blue
  258. Me.Label4.Location = New System.Drawing.Point(615, 27)
  259. Me.Label4.Name = "Label4"
  260. Me.Label4.Size = New System.Drawing.Size(55, 16)
  261. Me.Label4.TabIndex = 1576
  262. Me.Label4.Text = "開單日期"
  263. '
  264. '視窗1_pl
  265. '
  266. Me.視窗1_pl.BackColor = System.Drawing.Color.White
  267. Me.視窗1_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  268. Me.視窗1_pl.Controls.Add(Me.物料群組_Panel)
  269. Me.視窗1_pl.Controls.Add(Me.窗口表頭_lb)
  270. Me.視窗1_pl.Controls.Add(Me.Cancel_bt)
  271. Me.視窗1_pl.Location = New System.Drawing.Point(643, 258)
  272. Me.視窗1_pl.Name = "視窗1_pl"
  273. Me.視窗1_pl.Size = New System.Drawing.Size(199, 124)
  274. Me.視窗1_pl.TabIndex = 1599
  275. '
  276. '物料群組_Panel
  277. '
  278. Me.物料群組_Panel.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  279. Or System.Windows.Forms.AnchorStyles.Left) _
  280. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  281. Me.物料群組_Panel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  282. Me.物料群組_Panel.Controls.Add(Me.支出_cb)
  283. Me.物料群組_Panel.Controls.Add(Me.收入_cb)
  284. Me.物料群組_Panel.Controls.Add(Me.指定_ndp)
  285. Me.物料群組_Panel.Controls.Add(Me.窗口說明1_lb)
  286. Me.物料群組_Panel.Controls.Add(Me.確定_bt)
  287. Me.物料群組_Panel.Location = New System.Drawing.Point(4, 27)
  288. Me.物料群組_Panel.Name = "物料群組_Panel"
  289. Me.物料群組_Panel.Size = New System.Drawing.Size(192, 92)
  290. Me.物料群組_Panel.TabIndex = 1367
  291. '
  292. '支出_cb
  293. '
  294. Me.支出_cb.AutoSize = True
  295. Me.支出_cb.Location = New System.Drawing.Point(104, 31)
  296. Me.支出_cb.Name = "支出_cb"
  297. Me.支出_cb.Size = New System.Drawing.Size(50, 20)
  298. Me.支出_cb.TabIndex = 1376
  299. Me.支出_cb.Text = "支出"
  300. Me.支出_cb.UseVisualStyleBackColor = True
  301. '
  302. '收入_cb
  303. '
  304. Me.收入_cb.AutoSize = True
  305. Me.收入_cb.Location = New System.Drawing.Point(9, 31)
  306. Me.收入_cb.Name = "收入_cb"
  307. Me.收入_cb.Size = New System.Drawing.Size(50, 20)
  308. Me.收入_cb.TabIndex = 1375
  309. Me.收入_cb.Text = "收入"
  310. Me.收入_cb.UseVisualStyleBackColor = True
  311. '
  312. '指定_ndp
  313. '
  314. Me.指定_ndp.Location = New System.Drawing.Point(54, 3)
  315. Me.指定_ndp.Maximum = New Decimal(New Integer() {100000000, 0, 0, 0})
  316. Me.指定_ndp.Minimum = New Decimal(New Integer() {100000000, 0, 0, -2147483648})
  317. Me.指定_ndp.Name = "指定_ndp"
  318. Me.指定_ndp.Size = New System.Drawing.Size(120, 23)
  319. Me.指定_ndp.TabIndex = 1374
  320. Me.指定_ndp.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  321. Me.指定_ndp.ThousandsSeparator = True
  322. '
  323. '窗口說明1_lb
  324. '
  325. Me.窗口說明1_lb.AutoSize = True
  326. Me.窗口說明1_lb.Location = New System.Drawing.Point(4, 5)
  327. Me.窗口說明1_lb.Name = "窗口說明1_lb"
  328. Me.窗口說明1_lb.Size = New System.Drawing.Size(43, 16)
  329. Me.窗口說明1_lb.TabIndex = 1373
  330. Me.窗口說明1_lb.Text = "零用金"
  331. '
  332. '確定_bt
  333. '
  334. Me.確定_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  335. Me.確定_bt.ForeColor = System.Drawing.Color.Blue
  336. Me.確定_bt.Location = New System.Drawing.Point(7, 50)
  337. Me.確定_bt.Name = "確定_bt"
  338. Me.確定_bt.Size = New System.Drawing.Size(175, 33)
  339. Me.確定_bt.TabIndex = 1363
  340. Me.確定_bt.Text = "確定"
  341. Me.確定_bt.UseVisualStyleBackColor = True
  342. '
  343. '窗口表頭_lb
  344. '
  345. Me.窗口表頭_lb.AutoSize = True
  346. Me.窗口表頭_lb.Location = New System.Drawing.Point(6, 6)
  347. Me.窗口表頭_lb.Name = "窗口表頭_lb"
  348. Me.窗口表頭_lb.Size = New System.Drawing.Size(55, 16)
  349. Me.窗口表頭_lb.TabIndex = 1375
  350. Me.窗口表頭_lb.Text = "編輯指定"
  351. '
  352. 'Cancel_bt
  353. '
  354. Me.Cancel_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  355. Me.Cancel_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  356. Me.Cancel_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  357. Me.Cancel_bt.ForeColor = System.Drawing.Color.Black
  358. Me.Cancel_bt.Location = New System.Drawing.Point(168, 1)
  359. Me.Cancel_bt.Name = "Cancel_bt"
  360. Me.Cancel_bt.Size = New System.Drawing.Size(26, 26)
  361. Me.Cancel_bt.TabIndex = 1374
  362. Me.Cancel_bt.Text = "X"
  363. Me.Cancel_bt.UseVisualStyleBackColor = False
  364. '
  365. '零用金_tb
  366. '
  367. Me.零用金_tb.Location = New System.Drawing.Point(46, 10)
  368. Me.零用金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  369. Me.零用金_tb.Name = "零用金_tb"
  370. Me.零用金_tb.Size = New System.Drawing.Size(90, 23)
  371. Me.零用金_tb.TabIndex = 1528
  372. Me.零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  373. '
  374. '現金餘額_tb
  375. '
  376. Me.現金餘額_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  377. Me.現金餘額_tb.Location = New System.Drawing.Point(870, 110)
  378. Me.現金餘額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  379. Me.現金餘額_tb.Name = "現金餘額_tb"
  380. Me.現金餘額_tb.Size = New System.Drawing.Size(90, 23)
  381. Me.現金餘額_tb.TabIndex = 1581
  382. Me.現金餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  383. '
  384. '支票_tb
  385. '
  386. Me.支票_tb.Location = New System.Drawing.Point(46, 41)
  387. Me.支票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  388. Me.支票_tb.Name = "支票_tb"
  389. Me.支票_tb.Size = New System.Drawing.Size(90, 23)
  390. Me.支票_tb.TabIndex = 1530
  391. Me.支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  392. '
  393. '帳本_cb
  394. '
  395. Me.帳本_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  396. Me.帳本_cb.Enabled = False
  397. Me.帳本_cb.FormattingEnabled = True
  398. Me.帳本_cb.Items.AddRange(New Object() {"華燊居善", "華燊國際"})
  399. Me.帳本_cb.Location = New System.Drawing.Point(107, 108)
  400. Me.帳本_cb.Name = "帳本_cb"
  401. Me.帳本_cb.Size = New System.Drawing.Size(82, 24)
  402. Me.帳本_cb.TabIndex = 1607
  403. '
  404. '存檔_bt
  405. '
  406. Me.存檔_bt.ForeColor = System.Drawing.Color.Green
  407. Me.存檔_bt.Location = New System.Drawing.Point(968, 109)
  408. Me.存檔_bt.Name = "存檔_bt"
  409. Me.存檔_bt.Size = New System.Drawing.Size(115, 25)
  410. Me.存檔_bt.TabIndex = 1605
  411. Me.存檔_bt.Text = "存檔"
  412. Me.存檔_bt.UseVisualStyleBackColor = True
  413. '
  414. '公司編號_cb
  415. '
  416. Me.公司編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  417. Me.公司編號_cb.Enabled = False
  418. Me.公司編號_cb.FormattingEnabled = True
  419. Me.公司編號_cb.Items.AddRange(New Object() {"華燊居善", "華燊國際"})
  420. Me.公司編號_cb.Location = New System.Drawing.Point(379, 111)
  421. Me.公司編號_cb.Name = "公司編號_cb"
  422. Me.公司編號_cb.Size = New System.Drawing.Size(85, 24)
  423. Me.公司編號_cb.TabIndex = 1603
  424. '
  425. '公司編號_lb
  426. '
  427. Me.公司編號_lb.AutoSize = True
  428. Me.公司編號_lb.Location = New System.Drawing.Point(321, 114)
  429. Me.公司編號_lb.Name = "公司編號_lb"
  430. Me.公司編號_lb.Size = New System.Drawing.Size(55, 16)
  431. Me.公司編號_lb.TabIndex = 1602
  432. Me.公司編號_lb.Text = "公司編號"
  433. '
  434. 'Panel2
  435. '
  436. Me.Panel2.Controls.Add(Me.Label10)
  437. Me.Panel2.Controls.Add(Me.零用金_tb)
  438. Me.Panel2.Controls.Add(Me.Label11)
  439. Me.Panel2.Controls.Add(Me.支票_tb)
  440. Me.Panel2.Controls.Add(Me.幣別_cb)
  441. Me.Panel2.Controls.Add(Me.字體大小調整_lb)
  442. Me.Panel2.Controls.Add(Me.字體_NUD)
  443. Me.Panel2.Controls.Add(Me.Label27)
  444. Me.Panel2.Controls.Add(Me.Label28)
  445. Me.Panel2.Controls.Add(Me.選擇項次_tb)
  446. Me.Panel2.Controls.Add(Me.全區域_ch)
  447. Me.Panel2.Controls.Add(Me.Label17)
  448. Me.Panel2.Controls.Add(Me.帳本_cb)
  449. Me.Panel2.Location = New System.Drawing.Point(404, 226)
  450. Me.Panel2.Name = "Panel2"
  451. Me.Panel2.Size = New System.Drawing.Size(370, 250)
  452. Me.Panel2.TabIndex = 1601
  453. Me.Panel2.Visible = False
  454. '
  455. 'Label11
  456. '
  457. Me.Label11.AutoSize = True
  458. Me.Label11.Location = New System.Drawing.Point(3, 43)
  459. Me.Label11.Name = "Label11"
  460. Me.Label11.Size = New System.Drawing.Size(31, 16)
  461. Me.Label11.TabIndex = 1529
  462. Me.Label11.Text = "支票"
  463. '
  464. '字體大小調整_lb
  465. '
  466. Me.字體大小調整_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  467. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  468. Me.字體大小調整_lb.AutoSize = True
  469. Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  470. Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Brown
  471. Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  472. Me.字體大小調整_lb.Location = New System.Drawing.Point(142, 13)
  473. Me.字體大小調整_lb.Name = "字體大小調整_lb"
  474. Me.字體大小調整_lb.Size = New System.Drawing.Size(55, 16)
  475. Me.字體大小調整_lb.TabIndex = 1548
  476. Me.字體大小調整_lb.Text = "字體調整"
  477. '
  478. '字體_NUD
  479. '
  480. Me.字體_NUD.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  481. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  482. Me.字體_NUD.DecimalPlaces = 1
  483. Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  484. Me.字體_NUD.Location = New System.Drawing.Point(204, 11)
  485. Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
  486. Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0})
  487. Me.字體_NUD.Name = "字體_NUD"
  488. Me.字體_NUD.Size = New System.Drawing.Size(52, 23)
  489. Me.字體_NUD.TabIndex = 1547
  490. Me.字體_NUD.Value = New Decimal(New Integer() {9, 0, 0, 0})
  491. '
  492. '全區域_ch
  493. '
  494. Me.全區域_ch.AutoSize = True
  495. Me.全區域_ch.Location = New System.Drawing.Point(6, 112)
  496. Me.全區域_ch.Name = "全區域_ch"
  497. Me.全區域_ch.Size = New System.Drawing.Size(62, 20)
  498. Me.全區域_ch.TabIndex = 1604
  499. Me.全區域_ch.Text = "全區域"
  500. Me.全區域_ch.UseVisualStyleBackColor = True
  501. '
  502. 'Label17
  503. '
  504. Me.Label17.AutoSize = True
  505. Me.Label17.Location = New System.Drawing.Point(74, 112)
  506. Me.Label17.Name = "Label17"
  507. Me.Label17.Size = New System.Drawing.Size(31, 16)
  508. Me.Label17.TabIndex = 1606
  509. Me.Label17.Text = "帳本"
  510. '
  511. 'ComboBox2
  512. '
  513. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  514. Me.ComboBox2.FormattingEnabled = True
  515. Me.ComboBox2.Location = New System.Drawing.Point(385, 80)
  516. Me.ComboBox2.Name = "ComboBox2"
  517. Me.ComboBox2.Size = New System.Drawing.Size(61, 24)
  518. Me.ComboBox2.TabIndex = 1534
  519. '
  520. 'ContextMenuStrip1
  521. '
  522. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem})
  523. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  524. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
  525. '
  526. '重新讀取ToolStripMenuItem
  527. '
  528. Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem"
  529. Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  530. Me.重新讀取ToolStripMenuItem.Text = "重新讀取"
  531. '
  532. 'Label15
  533. '
  534. Me.Label15.AutoSize = True
  535. Me.Label15.Location = New System.Drawing.Point(316, 94)
  536. Me.Label15.Name = "Label15"
  537. Me.Label15.Size = New System.Drawing.Size(872, 16)
  538. Me.Label15.TabIndex = 1596
  539. Me.Label15.Text = "_________________________________________________________________________________" &
  540. "________________________________________________________________________________" &
  541. "____________"
  542. '
  543. 'Label6
  544. '
  545. Me.Label6.AutoSize = True
  546. Me.Label6.Location = New System.Drawing.Point(848, 59)
  547. Me.Label6.Name = "Label6"
  548. Me.Label6.Size = New System.Drawing.Size(120, 16)
  549. Me.Label6.TabIndex = 1592
  550. Me.Label6.Text = "關鍵字查詢-會計科目"
  551. '
  552. 'Label1
  553. '
  554. Me.Label1.AutoSize = True
  555. Me.Label1.Location = New System.Drawing.Point(320, 28)
  556. Me.Label1.Name = "Label1"
  557. Me.Label1.Size = New System.Drawing.Size(55, 16)
  558. Me.Label1.TabIndex = 1566
  559. Me.Label1.Text = "收支單號"
  560. '
  561. '作廢的營運成本收支單_rb
  562. '
  563. Me.作廢的營運成本收支單_rb.AutoSize = True
  564. Me.作廢的營運成本收支單_rb.Location = New System.Drawing.Point(172, 4)
  565. Me.作廢的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  566. Me.作廢的營運成本收支單_rb.Name = "作廢的營運成本收支單_rb"
  567. Me.作廢的營運成本收支單_rb.Size = New System.Drawing.Size(145, 20)
  568. Me.作廢的營運成本收支單_rb.TabIndex = 1564
  569. Me.作廢的營運成本收支單_rb.TabStop = True
  570. Me.作廢的營運成本收支單_rb.Text = "作廢的流動資產收支單"
  571. Me.作廢的營運成本收支單_rb.UseVisualStyleBackColor = True
  572. '
  573. '未核准的營運成本收支單_rb
  574. '
  575. Me.未核准的營運成本收支單_rb.AutoSize = True
  576. Me.未核准的營運成本收支單_rb.ImageAlign = System.Drawing.ContentAlignment.BottomRight
  577. Me.未核准的營運成本收支單_rb.Location = New System.Drawing.Point(8, 4)
  578. Me.未核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  579. Me.未核准的營運成本收支單_rb.Name = "未核准的營運成本收支單_rb"
  580. Me.未核准的營運成本收支單_rb.Size = New System.Drawing.Size(157, 20)
  581. Me.未核准的營運成本收支單_rb.TabIndex = 1563
  582. Me.未核准的營運成本收支單_rb.TabStop = True
  583. Me.未核准的營運成本收支單_rb.Text = "未平帳的流動資產收支單"
  584. Me.未核准的營運成本收支單_rb.UseVisualStyleBackColor = True
  585. '
  586. 'Label2
  587. '
  588. Me.Label2.AutoSize = True
  589. Me.Label2.Location = New System.Drawing.Point(321, 84)
  590. Me.Label2.Name = "Label2"
  591. Me.Label2.Size = New System.Drawing.Size(55, 16)
  592. Me.Label2.TabIndex = 1574
  593. Me.Label2.Text = "會計科目"
  594. '
  595. 'Label14
  596. '
  597. Me.Label14.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  598. Me.Label14.AutoSize = True
  599. Me.Label14.Location = New System.Drawing.Point(378, 94)
  600. Me.Label14.Name = "Label14"
  601. Me.Label14.Size = New System.Drawing.Size(872, 16)
  602. Me.Label14.TabIndex = 1597
  603. Me.Label14.Text = "_________________________________________________________________________________" &
  604. "________________________________________________________________________________" &
  605. "____________"
  606. '
  607. 'Label12
  608. '
  609. Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  610. Me.Label12.AutoSize = True
  611. Me.Label12.Location = New System.Drawing.Point(377, 38)
  612. Me.Label12.Name = "Label12"
  613. Me.Label12.Size = New System.Drawing.Size(872, 16)
  614. Me.Label12.TabIndex = 1594
  615. Me.Label12.Text = "_________________________________________________________________________________" &
  616. "________________________________________________________________________________" &
  617. "____________"
  618. '
  619. 'Label7
  620. '
  621. Me.Label7.AutoSize = True
  622. Me.Label7.Location = New System.Drawing.Point(320, 38)
  623. Me.Label7.Name = "Label7"
  624. Me.Label7.Size = New System.Drawing.Size(872, 16)
  625. Me.Label7.TabIndex = 1593
  626. Me.Label7.Text = "_________________________________________________________________________________" &
  627. "________________________________________________________________________________" &
  628. "____________"
  629. '
  630. 'Label13
  631. '
  632. Me.Label13.AutoSize = True
  633. Me.Label13.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  634. Me.Label13.Location = New System.Drawing.Point(324, 57)
  635. Me.Label13.Name = "Label13"
  636. Me.Label13.Size = New System.Drawing.Size(218, 16)
  637. Me.Label13.TabIndex = 1595
  638. Me.Label13.Text = "2、選擇會計科目後再新增一筆空白資料"
  639. '
  640. '營運收支單_dgv
  641. '
  642. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  643. Me.營運收支單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  644. Me.營運收支單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  645. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  646. Me.營運收支單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  647. Me.營運收支單_dgv.BackgroundColor = System.Drawing.Color.White
  648. Me.營運收支單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  649. Me.營運收支單_dgv.Location = New System.Drawing.Point(3, 49)
  650. Me.營運收支單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  651. Me.營運收支單_dgv.Name = "營運收支單_dgv"
  652. Me.營運收支單_dgv.RowHeadersWidth = 5
  653. Me.營運收支單_dgv.RowTemplate.Height = 24
  654. Me.營運收支單_dgv.Size = New System.Drawing.Size(315, 559)
  655. Me.營運收支單_dgv.TabIndex = 1562
  656. '
  657. 'Label16
  658. '
  659. Me.Label16.AutoSize = True
  660. Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  661. Me.Label16.Location = New System.Drawing.Point(324, 7)
  662. Me.Label16.Name = "Label16"
  663. Me.Label16.Size = New System.Drawing.Size(218, 16)
  664. Me.Label16.TabIndex = 1598
  665. Me.Label16.Text = "1、先開立財務收支單,在選會計科目。"
  666. '
  667. '收支單中新增一筆空白資料_bt
  668. '
  669. Me.收支單中新增一筆空白資料_bt.ForeColor = System.Drawing.Color.Green
  670. Me.收支單中新增一筆空白資料_bt.Location = New System.Drawing.Point(1088, 54)
  671. Me.收支單中新增一筆空白資料_bt.Name = "收支單中新增一筆空白資料_bt"
  672. Me.收支單中新增一筆空白資料_bt.Size = New System.Drawing.Size(160, 25)
  673. Me.收支單中新增一筆空白資料_bt.TabIndex = 1590
  674. Me.收支單中新增一筆空白資料_bt.Text = "收支單中新增一筆空白資料"
  675. Me.收支單中新增一筆空白資料_bt.UseVisualStyleBackColor = True
  676. '
  677. '關鍵字查詢會計科目_tb
  678. '
  679. Me.關鍵字查詢會計科目_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  680. Me.關鍵字查詢會計科目_tb.Location = New System.Drawing.Point(968, 56)
  681. Me.關鍵字查詢會計科目_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  682. Me.關鍵字查詢會計科目_tb.Name = "關鍵字查詢會計科目_tb"
  683. Me.關鍵字查詢會計科目_tb.Size = New System.Drawing.Size(115, 23)
  684. Me.關鍵字查詢會計科目_tb.TabIndex = 1586
  685. Me.關鍵字查詢會計科目_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  686. '
  687. '刪除選中的營運成本收支單_bt
  688. '
  689. Me.刪除選中的營運成本收支單_bt.ForeColor = System.Drawing.Color.Red
  690. Me.刪除選中的營運成本收支單_bt.Location = New System.Drawing.Point(1131, 23)
  691. Me.刪除選中的營運成本收支單_bt.Name = "刪除選中的營運成本收支單_bt"
  692. Me.刪除選中的營運成本收支單_bt.Size = New System.Drawing.Size(115, 25)
  693. Me.刪除選中的營運成本收支單_bt.TabIndex = 1589
  694. Me.刪除選中的營運成本收支單_bt.Text = "刪除選中的財務單"
  695. Me.刪除選中的營運成本收支單_bt.UseVisualStyleBackColor = True
  696. '
  697. '開立營運成本收支單_bt
  698. '
  699. Me.開立營運成本收支單_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  700. Me.開立營運成本收支單_bt.Location = New System.Drawing.Point(895, 23)
  701. Me.開立營運成本收支單_bt.Name = "開立營運成本收支單_bt"
  702. Me.開立營運成本收支單_bt.Size = New System.Drawing.Size(115, 25)
  703. Me.開立營運成本收支單_bt.TabIndex = 1588
  704. Me.開立營運成本收支單_bt.Text = "開立財務收支單"
  705. Me.開立營運成本收支單_bt.UseVisualStyleBackColor = True
  706. '
  707. '申請_bt
  708. '
  709. Me.申請_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  710. Me.申請_bt.Location = New System.Drawing.Point(1088, 110)
  711. Me.申請_bt.Name = "申請_bt"
  712. Me.申請_bt.Size = New System.Drawing.Size(160, 25)
  713. Me.申請_bt.TabIndex = 1587
  714. Me.申請_bt.Text = "申請完成"
  715. Me.申請_bt.UseVisualStyleBackColor = True
  716. '
  717. 'ComboBox1
  718. '
  719. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  720. Me.ComboBox1.FormattingEnabled = True
  721. Me.ComboBox1.Location = New System.Drawing.Point(737, 80)
  722. Me.ComboBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  723. Me.ComboBox1.Name = "ComboBox1"
  724. Me.ComboBox1.Size = New System.Drawing.Size(345, 24)
  725. Me.ComboBox1.TabIndex = 1573
  726. '
  727. '現金_tb
  728. '
  729. Me.現金_tb.Location = New System.Drawing.Point(623, 110)
  730. Me.現金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  731. Me.現金_tb.Name = "現金_tb"
  732. Me.現金_tb.Size = New System.Drawing.Size(90, 23)
  733. Me.現金_tb.TabIndex = 1572
  734. Me.現金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  735. '
  736. 'Label8
  737. '
  738. Me.Label8.AutoSize = True
  739. Me.Label8.Location = New System.Drawing.Point(591, 113)
  740. Me.Label8.Name = "Label8"
  741. Me.Label8.Size = New System.Drawing.Size(31, 16)
  742. Me.Label8.TabIndex = 1571
  743. Me.Label8.Text = "收入"
  744. '
  745. 'Label3
  746. '
  747. Me.Label3.AutoSize = True
  748. Me.Label3.Location = New System.Drawing.Point(500, 27)
  749. Me.Label3.Name = "Label3"
  750. Me.Label3.Size = New System.Drawing.Size(43, 16)
  751. Me.Label3.TabIndex = 1568
  752. Me.Label3.Text = "申請人"
  753. '
  754. '申請人_tb
  755. '
  756. Me.申請人_tb.Location = New System.Drawing.Point(544, 24)
  757. Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  758. Me.申請人_tb.Name = "申請人_tb"
  759. Me.申請人_tb.Size = New System.Drawing.Size(65, 23)
  760. Me.申請人_tb.TabIndex = 1567
  761. Me.申請人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  762. '
  763. '申請日期_dtp
  764. '
  765. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  766. Me.申請日期_dtp.Location = New System.Drawing.Point(677, 24)
  767. Me.申請日期_dtp.Name = "申請日期_dtp"
  768. Me.申請日期_dtp.Size = New System.Drawing.Size(90, 23)
  769. Me.申請日期_dtp.TabIndex = 1575
  770. '
  771. 'Panel1
  772. '
  773. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  774. Me.Panel1.Controls.Add(Me.ComboBox6)
  775. Me.Panel1.Controls.Add(Me.日期_dtp)
  776. Me.Panel1.Controls.Add(Me.人民幣匯率_tb)
  777. Me.Panel1.Controls.Add(Me.美金匯率_tb)
  778. Me.Panel1.Location = New System.Drawing.Point(95, 190)
  779. Me.Panel1.Name = "Panel1"
  780. Me.Panel1.Size = New System.Drawing.Size(185, 130)
  781. Me.Panel1.TabIndex = 1600
  782. '
  783. 'ComboBox6
  784. '
  785. Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  786. Me.ComboBox6.FormattingEnabled = True
  787. Me.ComboBox6.Location = New System.Drawing.Point(4, 3)
  788. Me.ComboBox6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  789. Me.ComboBox6.Name = "ComboBox6"
  790. Me.ComboBox6.Size = New System.Drawing.Size(175, 24)
  791. Me.ComboBox6.TabIndex = 937
  792. '
  793. '日期_dtp
  794. '
  795. Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  796. Me.日期_dtp.Location = New System.Drawing.Point(2, 96)
  797. Me.日期_dtp.Name = "日期_dtp"
  798. Me.日期_dtp.Size = New System.Drawing.Size(177, 23)
  799. Me.日期_dtp.TabIndex = 930
  800. '
  801. '人民幣匯率_tb
  802. '
  803. Me.人民幣匯率_tb.Location = New System.Drawing.Point(4, 35)
  804. Me.人民幣匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  805. Me.人民幣匯率_tb.Name = "人民幣匯率_tb"
  806. Me.人民幣匯率_tb.Size = New System.Drawing.Size(175, 23)
  807. Me.人民幣匯率_tb.TabIndex = 940
  808. Me.人民幣匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  809. Me.人民幣匯率_tb.Visible = False
  810. '
  811. '美金匯率_tb
  812. '
  813. Me.美金匯率_tb.Location = New System.Drawing.Point(4, 66)
  814. Me.美金匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  815. Me.美金匯率_tb.Name = "美金匯率_tb"
  816. Me.美金匯率_tb.Size = New System.Drawing.Size(175, 23)
  817. Me.美金匯率_tb.TabIndex = 941
  818. Me.美金匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  819. Me.美金匯率_tb.Visible = False
  820. '
  821. '刪除選中的一筆資料_bt
  822. '
  823. Me.刪除選中的一筆資料_bt.ForeColor = System.Drawing.Color.Red
  824. Me.刪除選中的一筆資料_bt.Location = New System.Drawing.Point(1088, 79)
  825. Me.刪除選中的一筆資料_bt.Name = "刪除選中的一筆資料_bt"
  826. Me.刪除選中的一筆資料_bt.Size = New System.Drawing.Size(160, 25)
  827. Me.刪除選中的一筆資料_bt.TabIndex = 1591
  828. Me.刪除選中的一筆資料_bt.Text = "刪除選中的一筆資料"
  829. Me.刪除選中的一筆資料_bt.UseVisualStyleBackColor = True
  830. '
  831. 'ComboBox3
  832. '
  833. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  834. Me.ComboBox3.FormattingEnabled = True
  835. Me.ComboBox3.Location = New System.Drawing.Point(466, 80)
  836. Me.ComboBox3.Name = "ComboBox3"
  837. Me.ComboBox3.Size = New System.Drawing.Size(270, 24)
  838. Me.ComboBox3.TabIndex = 1585
  839. '
  840. 'ComboBox5
  841. '
  842. Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  843. Me.ComboBox5.FormattingEnabled = True
  844. Me.ComboBox5.Location = New System.Drawing.Point(379, 80)
  845. Me.ComboBox5.Name = "ComboBox5"
  846. Me.ComboBox5.Size = New System.Drawing.Size(85, 24)
  847. Me.ComboBox5.TabIndex = 1584
  848. '
  849. '複製歷史單據重新開立_bt
  850. '
  851. Me.複製歷史單據重新開立_bt.ForeColor = System.Drawing.Color.Green
  852. Me.複製歷史單據重新開立_bt.Location = New System.Drawing.Point(1013, 23)
  853. Me.複製歷史單據重新開立_bt.Name = "複製歷史單據重新開立_bt"
  854. Me.複製歷史單據重新開立_bt.Size = New System.Drawing.Size(115, 25)
  855. Me.複製歷史單據重新開立_bt.TabIndex = 1583
  856. Me.複製歷史單據重新開立_bt.Text = "複製歷史單據"
  857. Me.複製歷史單據重新開立_bt.UseVisualStyleBackColor = True
  858. '
  859. '已核准的營運成本收支單_rb
  860. '
  861. Me.已核准的營運成本收支單_rb.AutoSize = True
  862. Me.已核准的營運成本收支單_rb.Location = New System.Drawing.Point(8, 27)
  863. Me.已核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  864. Me.已核准的營運成本收支單_rb.Name = "已核准的營運成本收支單_rb"
  865. Me.已核准的營運成本收支單_rb.Size = New System.Drawing.Size(157, 20)
  866. Me.已核准的營運成本收支單_rb.TabIndex = 1582
  867. Me.已核准的營運成本收支單_rb.TabStop = True
  868. Me.已核准的營運成本收支單_rb.Text = "已平帳的流動資產收支單"
  869. Me.已核准的營運成本收支單_rb.UseVisualStyleBackColor = True
  870. '
  871. '作帳日期_dtp
  872. '
  873. Me.作帳日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  874. Me.作帳日期_dtp.Location = New System.Drawing.Point(677, 54)
  875. Me.作帳日期_dtp.Name = "作帳日期_dtp"
  876. Me.作帳日期_dtp.Size = New System.Drawing.Size(90, 23)
  877. Me.作帳日期_dtp.TabIndex = 1608
  878. '
  879. 'Label18
  880. '
  881. Me.Label18.AutoSize = True
  882. Me.Label18.ForeColor = System.Drawing.Color.Blue
  883. Me.Label18.Location = New System.Drawing.Point(615, 59)
  884. Me.Label18.Name = "Label18"
  885. Me.Label18.Size = New System.Drawing.Size(55, 16)
  886. Me.Label18.TabIndex = 1609
  887. Me.Label18.Text = "作帳日期"
  888. '
  889. '作帳補單_ch
  890. '
  891. Me.作帳補單_ch.AutoSize = True
  892. Me.作帳補單_ch.Checked = True
  893. Me.作帳補單_ch.CheckState = System.Windows.Forms.CheckState.Checked
  894. Me.作帳補單_ch.Location = New System.Drawing.Point(773, 57)
  895. Me.作帳補單_ch.Name = "作帳補單_ch"
  896. Me.作帳補單_ch.Size = New System.Drawing.Size(38, 20)
  897. Me.作帳補單_ch.TabIndex = 1611
  898. Me.作帳補單_ch.Text = "補"
  899. Me.作帳補單_ch.UseVisualStyleBackColor = True
  900. '
  901. '財務_流動資產申請
  902. '
  903. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  904. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  905. Me.ClientSize = New System.Drawing.Size(1254, 611)
  906. Me.Controls.Add(Me.作帳補單_ch)
  907. Me.Controls.Add(Me.作帳日期_dtp)
  908. Me.Controls.Add(Me.Label18)
  909. Me.Controls.Add(Me.Label3)
  910. Me.Controls.Add(Me.申請人_tb)
  911. Me.Controls.Add(Me.申請日期_dtp)
  912. Me.Controls.Add(Me.刪除選中的營運成本收支單_bt)
  913. Me.Controls.Add(Me.複製歷史單據重新開立_bt)
  914. Me.Controls.Add(Me.開立營運成本收支單_bt)
  915. Me.Controls.Add(Me.補單_cb)
  916. Me.Controls.Add(Me.Label9)
  917. Me.Controls.Add(Me.支出_tb)
  918. Me.Controls.Add(Me.Label5)
  919. Me.Controls.Add(Me.營運成本收支單號_tb)
  920. Me.Controls.Add(Me.資料尚未存檔_lb)
  921. Me.Controls.Add(Me.現金餘額_tb)
  922. Me.Controls.Add(Me.存檔_bt)
  923. Me.Controls.Add(Me.公司編號_cb)
  924. Me.Controls.Add(Me.公司編號_lb)
  925. Me.Controls.Add(Me.Panel2)
  926. Me.Controls.Add(Me.Label6)
  927. Me.Controls.Add(Me.Label1)
  928. Me.Controls.Add(Me.作廢的營運成本收支單_rb)
  929. Me.Controls.Add(Me.未核准的營運成本收支單_rb)
  930. Me.Controls.Add(Me.Label2)
  931. Me.Controls.Add(Me.Label13)
  932. Me.Controls.Add(Me.營運收支單_dgv)
  933. Me.Controls.Add(Me.Label16)
  934. Me.Controls.Add(Me.收支單中新增一筆空白資料_bt)
  935. Me.Controls.Add(Me.關鍵字查詢會計科目_tb)
  936. Me.Controls.Add(Me.申請_bt)
  937. Me.Controls.Add(Me.ComboBox1)
  938. Me.Controls.Add(Me.現金_tb)
  939. Me.Controls.Add(Me.Label8)
  940. Me.Controls.Add(Me.Panel1)
  941. Me.Controls.Add(Me.刪除選中的一筆資料_bt)
  942. Me.Controls.Add(Me.ComboBox3)
  943. Me.Controls.Add(Me.ComboBox5)
  944. Me.Controls.Add(Me.已核准的營運成本收支單_rb)
  945. Me.Controls.Add(Me.Label14)
  946. Me.Controls.Add(Me.Label4)
  947. Me.Controls.Add(Me.Label12)
  948. Me.Controls.Add(Me.Label7)
  949. Me.Controls.Add(Me.Label15)
  950. Me.Controls.Add(Me.明細表_dgv)
  951. Me.Controls.Add(Me.視窗1_pl)
  952. Me.Controls.Add(Me.ComboBox2)
  953. Me.Controls.Add(Me.ComboBox4)
  954. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  955. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  956. Me.Name = "財務_流動資產申請"
  957. Me.Text = "財務_流動資產申請"
  958. CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  959. Me.視窗1_pl.ResumeLayout(False)
  960. Me.視窗1_pl.PerformLayout()
  961. Me.物料群組_Panel.ResumeLayout(False)
  962. Me.物料群組_Panel.PerformLayout()
  963. CType(Me.指定_ndp, System.ComponentModel.ISupportInitialize).EndInit()
  964. Me.Panel2.ResumeLayout(False)
  965. Me.Panel2.PerformLayout()
  966. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  967. Me.ContextMenuStrip1.ResumeLayout(False)
  968. CType(Me.營運收支單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  969. Me.Panel1.ResumeLayout(False)
  970. Me.Panel1.PerformLayout()
  971. Me.ResumeLayout(False)
  972. Me.PerformLayout()
  973. End Sub
  974. Friend WithEvents Label27 As Label
  975. Friend WithEvents 選擇項次_tb As TextBox
  976. Friend WithEvents Timer1 As Timer
  977. Friend WithEvents 幣別_cb As ComboBox
  978. Friend WithEvents Label28 As Label
  979. Friend WithEvents 補單_cb As CheckBox
  980. Friend WithEvents Label9 As Label
  981. Friend WithEvents 支出_tb As TextBox
  982. Friend WithEvents Label5 As Label
  983. Friend WithEvents ComboBox4 As ComboBox
  984. Friend WithEvents 營運成本收支單號_tb As TextBox
  985. Friend WithEvents 明細表_dgv As DataGridView
  986. Friend WithEvents Label10 As Label
  987. Friend WithEvents 資料尚未存檔_lb As Label
  988. Friend WithEvents Label4 As Label
  989. Friend WithEvents 視窗1_pl As Panel
  990. Friend WithEvents 物料群組_Panel As Panel
  991. Friend WithEvents 支出_cb As CheckBox
  992. Friend WithEvents 收入_cb As CheckBox
  993. Friend WithEvents 指定_ndp As NumericUpDown
  994. Friend WithEvents 窗口說明1_lb As Label
  995. Friend WithEvents 確定_bt As Button
  996. Friend WithEvents 窗口表頭_lb As Label
  997. Friend WithEvents Cancel_bt As Button
  998. Friend WithEvents 零用金_tb As TextBox
  999. Friend WithEvents 現金餘額_tb As TextBox
  1000. Friend WithEvents 支票_tb As TextBox
  1001. Friend WithEvents 帳本_cb As ComboBox
  1002. Friend WithEvents 存檔_bt As Button
  1003. Friend WithEvents 公司編號_cb As ComboBox
  1004. Friend WithEvents 公司編號_lb As Label
  1005. Friend WithEvents Panel2 As Panel
  1006. Friend WithEvents Label11 As Label
  1007. Friend WithEvents 字體大小調整_lb As Label
  1008. Friend WithEvents 字體_NUD As NumericUpDown
  1009. Friend WithEvents ComboBox2 As ComboBox
  1010. Friend WithEvents 全區域_ch As CheckBox
  1011. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  1012. Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem
  1013. Friend WithEvents Label15 As Label
  1014. Friend WithEvents Label6 As Label
  1015. Friend WithEvents Label1 As Label
  1016. Friend WithEvents 作廢的營運成本收支單_rb As RadioButton
  1017. Friend WithEvents 未核准的營運成本收支單_rb As RadioButton
  1018. Friend WithEvents Label2 As Label
  1019. Friend WithEvents Label14 As Label
  1020. Friend WithEvents Label12 As Label
  1021. Friend WithEvents Label7 As Label
  1022. Friend WithEvents Label13 As Label
  1023. Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
  1024. Friend WithEvents Label17 As Label
  1025. Friend WithEvents 營運收支單_dgv As DataGridView
  1026. Friend WithEvents Label16 As Label
  1027. Friend WithEvents 收支單中新增一筆空白資料_bt As Button
  1028. Friend WithEvents 關鍵字查詢會計科目_tb As TextBox
  1029. Friend WithEvents 刪除選中的營運成本收支單_bt As Button
  1030. Friend WithEvents 開立營運成本收支單_bt As Button
  1031. Friend WithEvents 申請_bt As Button
  1032. Friend WithEvents ComboBox1 As ComboBox
  1033. Friend WithEvents 現金_tb As TextBox
  1034. Friend WithEvents Label8 As Label
  1035. Friend WithEvents Label3 As Label
  1036. Friend WithEvents 申請人_tb As TextBox
  1037. Friend WithEvents BackgroundWorker2 As System.ComponentModel.BackgroundWorker
  1038. Friend WithEvents 申請日期_dtp As DateTimePicker
  1039. Friend WithEvents Panel1 As Panel
  1040. Friend WithEvents ComboBox6 As ComboBox
  1041. Friend WithEvents 日期_dtp As DateTimePicker
  1042. Friend WithEvents 人民幣匯率_tb As TextBox
  1043. Friend WithEvents 美金匯率_tb As TextBox
  1044. Friend WithEvents 刪除選中的一筆資料_bt As Button
  1045. Friend WithEvents ComboBox3 As ComboBox
  1046. Friend WithEvents ComboBox5 As ComboBox
  1047. Friend WithEvents 複製歷史單據重新開立_bt As Button
  1048. Friend WithEvents 已核准的營運成本收支單_rb As RadioButton
  1049. Friend WithEvents 作帳日期_dtp As DateTimePicker
  1050. Friend WithEvents Label18 As Label
  1051. Friend WithEvents 作帳補單_ch As CheckBox
  1052. End Class