暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

財務_收支單申請.Designer.vb 51KB

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