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

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

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