Nessuna descrizione
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

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