Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

營運成本收支單申請.Designer.vb 37KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 營運成本收支單申請
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  27. Me.美金匯率_tb = New System.Windows.Forms.TextBox()
  28. Me.人民幣匯率_tb = New System.Windows.Forms.TextBox()
  29. Me.幣別_cb = New System.Windows.Forms.ComboBox()
  30. Me.ComboBox6 = New System.Windows.Forms.ComboBox()
  31. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  32. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  33. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  34. Me.ComboBox5 = New System.Windows.Forms.ComboBox()
  35. Me.複製歷史單據重新開立_bt = New System.Windows.Forms.Button()
  36. Me.日期_dtp = New System.Windows.Forms.DateTimePicker()
  37. Me.已核准的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  38. Me.支票_tb = New System.Windows.Forms.TextBox()
  39. Me.Label11 = New System.Windows.Forms.Label()
  40. Me.零用金_tb = New System.Windows.Forms.TextBox()
  41. Me.Label10 = New System.Windows.Forms.Label()
  42. Me.現金餘額_tb = New System.Windows.Forms.TextBox()
  43. Me.Label9 = New System.Windows.Forms.Label()
  44. Me.支出_tb = New System.Windows.Forms.TextBox()
  45. Me.Label5 = New System.Windows.Forms.Label()
  46. Me.補單_cb = New System.Windows.Forms.CheckBox()
  47. Me.Label4 = New System.Windows.Forms.Label()
  48. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  49. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  50. Me.現金_tb = New System.Windows.Forms.TextBox()
  51. Me.Label8 = New System.Windows.Forms.Label()
  52. Me.資料尚未存檔_lb = New System.Windows.Forms.Label()
  53. Me.選擇項次_tb = New System.Windows.Forms.TextBox()
  54. Me.Label28 = New System.Windows.Forms.Label()
  55. Me.Label27 = New System.Windows.Forms.Label()
  56. Me.Label3 = New System.Windows.Forms.Label()
  57. Me.申請人_tb = New System.Windows.Forms.TextBox()
  58. Me.營運成本收支單號_tb = New System.Windows.Forms.TextBox()
  59. Me.Label1 = New System.Windows.Forms.Label()
  60. Me.作廢的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  61. Me.未核准的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  62. Me.Label2 = New System.Windows.Forms.Label()
  63. Me.營運收支單_dgv = New System.Windows.Forms.DataGridView()
  64. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  65. Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  66. Me.單一筆收支單_dgv = New System.Windows.Forms.DataGridView()
  67. Me.申請_bt = New System.Windows.Forms.Button()
  68. Me.開立營運成本收支單_bt = New System.Windows.Forms.Button()
  69. Me.刪除選中的營運成本收支單_bt = New System.Windows.Forms.Button()
  70. Me.刪除選中的一筆資料_bt = New System.Windows.Forms.Button()
  71. Me.收支單中新增一筆空白資料_bt = New System.Windows.Forms.Button()
  72. Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
  73. Me.BackgroundWorker2 = New System.ComponentModel.BackgroundWorker()
  74. Me.Label7 = New System.Windows.Forms.Label()
  75. Me.Label12 = New System.Windows.Forms.Label()
  76. Me.字體大小調整_lb = New System.Windows.Forms.Label()
  77. Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
  78. Me.關鍵字查詢會計科目_tb = New System.Windows.Forms.TextBox()
  79. Me.Label6 = New System.Windows.Forms.Label()
  80. CType(Me.營運收支單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  81. Me.ContextMenuStrip1.SuspendLayout()
  82. CType(Me.單一筆收支單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  83. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  84. Me.SuspendLayout()
  85. '
  86. 'Timer1
  87. '
  88. Me.Timer1.Interval = 500
  89. '
  90. '美金匯率_tb
  91. '
  92. Me.美金匯率_tb.Location = New System.Drawing.Point(894, 263)
  93. Me.美金匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  94. Me.美金匯率_tb.Name = "美金匯率_tb"
  95. Me.美金匯率_tb.Size = New System.Drawing.Size(175, 23)
  96. Me.美金匯率_tb.TabIndex = 941
  97. Me.美金匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  98. Me.美金匯率_tb.Visible = False
  99. '
  100. '人民幣匯率_tb
  101. '
  102. Me.人民幣匯率_tb.Location = New System.Drawing.Point(894, 232)
  103. Me.人民幣匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  104. Me.人民幣匯率_tb.Name = "人民幣匯率_tb"
  105. Me.人民幣匯率_tb.Size = New System.Drawing.Size(175, 23)
  106. Me.人民幣匯率_tb.TabIndex = 940
  107. Me.人民幣匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  108. Me.人民幣匯率_tb.Visible = False
  109. '
  110. '幣別_cb
  111. '
  112. Me.幣別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  113. Me.幣別_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  114. Me.幣別_cb.FormattingEnabled = True
  115. Me.幣別_cb.Items.AddRange(New Object() {"台幣現金", "人民幣現金", "美金"})
  116. Me.幣別_cb.Location = New System.Drawing.Point(1118, 85)
  117. Me.幣別_cb.Name = "幣別_cb"
  118. Me.幣別_cb.Size = New System.Drawing.Size(119, 24)
  119. Me.幣別_cb.TabIndex = 939
  120. '
  121. 'ComboBox6
  122. '
  123. Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  124. Me.ComboBox6.FormattingEnabled = True
  125. Me.ComboBox6.Location = New System.Drawing.Point(894, 200)
  126. Me.ComboBox6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  127. Me.ComboBox6.Name = "ComboBox6"
  128. Me.ComboBox6.Size = New System.Drawing.Size(175, 24)
  129. Me.ComboBox6.TabIndex = 937
  130. '
  131. 'ComboBox4
  132. '
  133. Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  134. Me.ComboBox4.FormattingEnabled = True
  135. Me.ComboBox4.Location = New System.Drawing.Point(842, 85)
  136. Me.ComboBox4.Name = "ComboBox4"
  137. Me.ComboBox4.Size = New System.Drawing.Size(78, 24)
  138. Me.ComboBox4.TabIndex = 935
  139. '
  140. 'ComboBox3
  141. '
  142. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  143. Me.ComboBox3.FormattingEnabled = True
  144. Me.ComboBox3.Location = New System.Drawing.Point(717, 85)
  145. Me.ComboBox3.Name = "ComboBox3"
  146. Me.ComboBox3.Size = New System.Drawing.Size(121, 24)
  147. Me.ComboBox3.TabIndex = 934
  148. '
  149. 'ComboBox2
  150. '
  151. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  152. Me.ComboBox2.FormattingEnabled = True
  153. Me.ComboBox2.Location = New System.Drawing.Point(653, 85)
  154. Me.ComboBox2.Name = "ComboBox2"
  155. Me.ComboBox2.Size = New System.Drawing.Size(61, 24)
  156. Me.ComboBox2.TabIndex = 933
  157. '
  158. 'ComboBox5
  159. '
  160. Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  161. Me.ComboBox5.FormattingEnabled = True
  162. Me.ComboBox5.Location = New System.Drawing.Point(529, 85)
  163. Me.ComboBox5.Name = "ComboBox5"
  164. Me.ComboBox5.Size = New System.Drawing.Size(121, 24)
  165. Me.ComboBox5.TabIndex = 932
  166. '
  167. '複製歷史單據重新開立_bt
  168. '
  169. Me.複製歷史單據重新開立_bt.ForeColor = System.Drawing.Color.Green
  170. Me.複製歷史單據重新開立_bt.Location = New System.Drawing.Point(1043, 4)
  171. Me.複製歷史單據重新開立_bt.Name = "複製歷史單據重新開立_bt"
  172. Me.複製歷史單據重新開立_bt.Size = New System.Drawing.Size(163, 26)
  173. Me.複製歷史單據重新開立_bt.TabIndex = 931
  174. Me.複製歷史單據重新開立_bt.Text = "複製歷史單據重新開立"
  175. Me.複製歷史單據重新開立_bt.UseVisualStyleBackColor = True
  176. '
  177. '日期_dtp
  178. '
  179. Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  180. Me.日期_dtp.Location = New System.Drawing.Point(348, 201)
  181. Me.日期_dtp.Name = "日期_dtp"
  182. Me.日期_dtp.Size = New System.Drawing.Size(90, 23)
  183. Me.日期_dtp.TabIndex = 930
  184. '
  185. '已核准的營運成本收支單_rb
  186. '
  187. Me.已核准的營運成本收支單_rb.AutoSize = True
  188. Me.已核准的營運成本收支單_rb.Location = New System.Drawing.Point(14, 30)
  189. Me.已核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  190. Me.已核准的營運成本收支單_rb.Name = "已核准的營運成本收支單_rb"
  191. Me.已核准的營運成本收支單_rb.Size = New System.Drawing.Size(158, 20)
  192. Me.已核准的營運成本收支單_rb.TabIndex = 929
  193. Me.已核准的營運成本收支單_rb.TabStop = True
  194. Me.已核准的營運成本收支單_rb.Text = "已核准的營運成本收支單"
  195. Me.已核准的營運成本收支單_rb.UseVisualStyleBackColor = True
  196. '
  197. '支票_tb
  198. '
  199. Me.支票_tb.Location = New System.Drawing.Point(529, 32)
  200. Me.支票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  201. Me.支票_tb.Name = "支票_tb"
  202. Me.支票_tb.Size = New System.Drawing.Size(113, 23)
  203. Me.支票_tb.TabIndex = 928
  204. Me.支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  205. '
  206. 'Label11
  207. '
  208. Me.Label11.AutoSize = True
  209. Me.Label11.Location = New System.Drawing.Point(495, 35)
  210. Me.Label11.Name = "Label11"
  211. Me.Label11.Size = New System.Drawing.Size(32, 16)
  212. Me.Label11.TabIndex = 927
  213. Me.Label11.Text = "支票"
  214. '
  215. '零用金_tb
  216. '
  217. Me.零用金_tb.Location = New System.Drawing.Point(380, 32)
  218. Me.零用金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  219. Me.零用金_tb.Name = "零用金_tb"
  220. Me.零用金_tb.Size = New System.Drawing.Size(113, 23)
  221. Me.零用金_tb.TabIndex = 926
  222. Me.零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  223. '
  224. 'Label10
  225. '
  226. Me.Label10.AutoSize = True
  227. Me.Label10.Location = New System.Drawing.Point(334, 35)
  228. Me.Label10.Name = "Label10"
  229. Me.Label10.Size = New System.Drawing.Size(44, 16)
  230. Me.Label10.TabIndex = 925
  231. Me.Label10.Text = "零用金"
  232. '
  233. '現金餘額_tb
  234. '
  235. Me.現金餘額_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  236. Me.現金餘額_tb.Location = New System.Drawing.Point(1001, 31)
  237. Me.現金餘額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  238. Me.現金餘額_tb.Name = "現金餘額_tb"
  239. Me.現金餘額_tb.Size = New System.Drawing.Size(113, 23)
  240. Me.現金餘額_tb.TabIndex = 924
  241. Me.現金餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  242. '
  243. 'Label9
  244. '
  245. Me.Label9.AutoSize = True
  246. Me.Label9.Location = New System.Drawing.Point(943, 34)
  247. Me.Label9.Name = "Label9"
  248. Me.Label9.Size = New System.Drawing.Size(56, 16)
  249. Me.Label9.TabIndex = 923
  250. Me.Label9.Text = "現金餘額"
  251. '
  252. '支出_tb
  253. '
  254. Me.支出_tb.Location = New System.Drawing.Point(827, 32)
  255. Me.支出_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  256. Me.支出_tb.Name = "支出_tb"
  257. Me.支出_tb.Size = New System.Drawing.Size(113, 23)
  258. Me.支出_tb.TabIndex = 922
  259. Me.支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  260. '
  261. 'Label5
  262. '
  263. Me.Label5.AutoSize = True
  264. Me.Label5.Location = New System.Drawing.Point(793, 35)
  265. Me.Label5.Name = "Label5"
  266. Me.Label5.Size = New System.Drawing.Size(32, 16)
  267. Me.Label5.TabIndex = 921
  268. Me.Label5.Text = "支出"
  269. '
  270. '補單_cb
  271. '
  272. Me.補單_cb.AutoSize = True
  273. Me.補單_cb.Checked = True
  274. Me.補單_cb.CheckState = System.Windows.Forms.CheckState.Checked
  275. Me.補單_cb.Location = New System.Drawing.Point(834, 6)
  276. Me.補單_cb.Name = "補單_cb"
  277. Me.補單_cb.Size = New System.Drawing.Size(39, 20)
  278. Me.補單_cb.TabIndex = 920
  279. Me.補單_cb.Text = "補"
  280. Me.補單_cb.UseVisualStyleBackColor = True
  281. '
  282. 'Label4
  283. '
  284. Me.Label4.AutoSize = True
  285. Me.Label4.ForeColor = System.Drawing.Color.Blue
  286. Me.Label4.Location = New System.Drawing.Point(703, 8)
  287. Me.Label4.Name = "Label4"
  288. Me.Label4.Size = New System.Drawing.Size(32, 16)
  289. Me.Label4.TabIndex = 919
  290. Me.Label4.Text = "日期"
  291. '
  292. '申請日期_dtp
  293. '
  294. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  295. Me.申請日期_dtp.Location = New System.Drawing.Point(735, 5)
  296. Me.申請日期_dtp.Name = "申請日期_dtp"
  297. Me.申請日期_dtp.Size = New System.Drawing.Size(90, 23)
  298. Me.申請日期_dtp.TabIndex = 918
  299. '
  300. 'ComboBox1
  301. '
  302. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  303. Me.ComboBox1.FormattingEnabled = True
  304. Me.ComboBox1.Location = New System.Drawing.Point(926, 85)
  305. Me.ComboBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  306. Me.ComboBox1.Name = "ComboBox1"
  307. Me.ComboBox1.Size = New System.Drawing.Size(188, 24)
  308. Me.ComboBox1.TabIndex = 915
  309. '
  310. '現金_tb
  311. '
  312. Me.現金_tb.Location = New System.Drawing.Point(678, 32)
  313. Me.現金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  314. Me.現金_tb.Name = "現金_tb"
  315. Me.現金_tb.Size = New System.Drawing.Size(113, 23)
  316. Me.現金_tb.TabIndex = 914
  317. Me.現金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  318. '
  319. 'Label8
  320. '
  321. Me.Label8.AutoSize = True
  322. Me.Label8.Location = New System.Drawing.Point(644, 35)
  323. Me.Label8.Name = "Label8"
  324. Me.Label8.Size = New System.Drawing.Size(32, 16)
  325. Me.Label8.TabIndex = 913
  326. Me.Label8.Text = "現金"
  327. '
  328. '資料尚未存檔_lb
  329. '
  330. Me.資料尚未存檔_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  331. Me.資料尚未存檔_lb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  332. Me.資料尚未存檔_lb.ForeColor = System.Drawing.Color.Red
  333. Me.資料尚未存檔_lb.Location = New System.Drawing.Point(1221, 37)
  334. Me.資料尚未存檔_lb.Name = "資料尚未存檔_lb"
  335. Me.資料尚未存檔_lb.Size = New System.Drawing.Size(168, 24)
  336. Me.資料尚未存檔_lb.TabIndex = 912
  337. Me.資料尚未存檔_lb.Text = "資 料 尚 未 存 檔"
  338. Me.資料尚未存檔_lb.Visible = False
  339. '
  340. '選擇項次_tb
  341. '
  342. Me.選擇項次_tb.Location = New System.Drawing.Point(366, 86)
  343. Me.選擇項次_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  344. Me.選擇項次_tb.Name = "選擇項次_tb"
  345. Me.選擇項次_tb.Size = New System.Drawing.Size(61, 23)
  346. Me.選擇項次_tb.TabIndex = 911
  347. Me.選擇項次_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  348. '
  349. 'Label28
  350. '
  351. Me.Label28.AutoSize = True
  352. Me.Label28.Location = New System.Drawing.Point(426, 89)
  353. Me.Label28.Name = "Label28"
  354. Me.Label28.Size = New System.Drawing.Size(44, 16)
  355. Me.Label28.TabIndex = 910
  356. Me.Label28.Text = "項次。"
  357. '
  358. 'Label27
  359. '
  360. Me.Label27.AutoSize = True
  361. Me.Label27.Location = New System.Drawing.Point(334, 89)
  362. Me.Label27.Name = "Label27"
  363. Me.Label27.Size = New System.Drawing.Size(32, 16)
  364. Me.Label27.TabIndex = 909
  365. Me.Label27.Text = "選擇"
  366. '
  367. 'Label3
  368. '
  369. Me.Label3.AutoSize = True
  370. Me.Label3.Location = New System.Drawing.Point(561, 8)
  371. Me.Label3.Name = "Label3"
  372. Me.Label3.Size = New System.Drawing.Size(44, 16)
  373. Me.Label3.TabIndex = 907
  374. Me.Label3.Text = "申請人"
  375. '
  376. '申請人_tb
  377. '
  378. Me.申請人_tb.Location = New System.Drawing.Point(605, 5)
  379. Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  380. Me.申請人_tb.Name = "申請人_tb"
  381. Me.申請人_tb.Size = New System.Drawing.Size(92, 23)
  382. Me.申請人_tb.TabIndex = 906
  383. Me.申請人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  384. '
  385. '營運成本收支單號_tb
  386. '
  387. Me.營運成本收支單號_tb.Location = New System.Drawing.Point(438, 5)
  388. Me.營運成本收支單號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  389. Me.營運成本收支單號_tb.Name = "營運成本收支單號_tb"
  390. Me.營運成本收支單號_tb.Size = New System.Drawing.Size(122, 23)
  391. Me.營運成本收支單號_tb.TabIndex = 904
  392. Me.營運成本收支單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  393. '
  394. 'Label1
  395. '
  396. Me.Label1.AutoSize = True
  397. Me.Label1.Location = New System.Drawing.Point(334, 8)
  398. Me.Label1.Name = "Label1"
  399. Me.Label1.Size = New System.Drawing.Size(104, 16)
  400. Me.Label1.TabIndex = 905
  401. Me.Label1.Text = "營運成本收支單號"
  402. '
  403. '作廢的營運成本收支單_rb
  404. '
  405. Me.作廢的營運成本收支單_rb.AutoSize = True
  406. Me.作廢的營運成本收支單_rb.Location = New System.Drawing.Point(178, 7)
  407. Me.作廢的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  408. Me.作廢的營運成本收支單_rb.Name = "作廢的營運成本收支單_rb"
  409. Me.作廢的營運成本收支單_rb.Size = New System.Drawing.Size(146, 20)
  410. Me.作廢的營運成本收支單_rb.TabIndex = 903
  411. Me.作廢的營運成本收支單_rb.TabStop = True
  412. Me.作廢的營運成本收支單_rb.Text = "作廢的營運成本收支單"
  413. Me.作廢的營運成本收支單_rb.UseVisualStyleBackColor = True
  414. '
  415. '未核准的營運成本收支單_rb
  416. '
  417. Me.未核准的營運成本收支單_rb.AutoSize = True
  418. Me.未核准的營運成本收支單_rb.ImageAlign = System.Drawing.ContentAlignment.BottomRight
  419. Me.未核准的營運成本收支單_rb.Location = New System.Drawing.Point(14, 7)
  420. Me.未核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  421. Me.未核准的營運成本收支單_rb.Name = "未核准的營運成本收支單_rb"
  422. Me.未核准的營運成本收支單_rb.Size = New System.Drawing.Size(158, 20)
  423. Me.未核准的營運成本收支單_rb.TabIndex = 902
  424. Me.未核准的營運成本收支單_rb.TabStop = True
  425. Me.未核准的營運成本收支單_rb.Text = "未核准的營運成本收支單"
  426. Me.未核准的營運成本收支單_rb.UseVisualStyleBackColor = True
  427. '
  428. 'Label2
  429. '
  430. Me.Label2.AutoSize = True
  431. Me.Label2.Location = New System.Drawing.Point(471, 89)
  432. Me.Label2.Name = "Label2"
  433. Me.Label2.Size = New System.Drawing.Size(56, 16)
  434. Me.Label2.TabIndex = 917
  435. Me.Label2.Text = "會計科目"
  436. '
  437. '營運收支單_dgv
  438. '
  439. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  440. Me.營運收支單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  441. Me.營運收支單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  442. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  443. Me.營運收支單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  444. Me.營運收支單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  445. Me.營運收支單_dgv.Location = New System.Drawing.Point(9, 52)
  446. Me.營運收支單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  447. Me.營運收支單_dgv.Name = "營運收支單_dgv"
  448. Me.營運收支單_dgv.RowHeadersWidth = 5
  449. Me.營運收支單_dgv.RowTemplate.Height = 24
  450. Me.營運收支單_dgv.Size = New System.Drawing.Size(315, 555)
  451. Me.營運收支單_dgv.TabIndex = 901
  452. '
  453. 'ContextMenuStrip1
  454. '
  455. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem})
  456. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  457. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
  458. '
  459. '重新讀取ToolStripMenuItem
  460. '
  461. Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem"
  462. Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  463. Me.重新讀取ToolStripMenuItem.Text = "重新讀取"
  464. '
  465. '單一筆收支單_dgv
  466. '
  467. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  468. Me.單一筆收支單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  469. Me.單一筆收支單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  470. Or System.Windows.Forms.AnchorStyles.Left) _
  471. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  472. Me.單一筆收支單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  473. Me.單一筆收支單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  474. Me.單一筆收支單_dgv.Location = New System.Drawing.Point(333, 142)
  475. Me.單一筆收支單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  476. Me.單一筆收支單_dgv.Name = "單一筆收支單_dgv"
  477. Me.單一筆收支單_dgv.RowHeadersWidth = 5
  478. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  479. Me.單一筆收支單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  480. Me.單一筆收支單_dgv.RowTemplate.Height = 24
  481. Me.單一筆收支單_dgv.Size = New System.Drawing.Size(1039, 435)
  482. Me.單一筆收支單_dgv.TabIndex = 908
  483. '
  484. '申請_bt
  485. '
  486. Me.申請_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  487. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  488. Me.申請_bt.ForeColor = System.Drawing.Color.Red
  489. Me.申請_bt.Location = New System.Drawing.Point(333, 584)
  490. Me.申請_bt.Name = "申請_bt"
  491. Me.申請_bt.Size = New System.Drawing.Size(1039, 23)
  492. Me.申請_bt.TabIndex = 942
  493. Me.申請_bt.Text = "申請完成"
  494. Me.申請_bt.UseVisualStyleBackColor = True
  495. '
  496. '開立營運成本收支單_bt
  497. '
  498. Me.開立營運成本收支單_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  499. Me.開立營運成本收支單_bt.Location = New System.Drawing.Point(879, 4)
  500. Me.開立營運成本收支單_bt.Name = "開立營運成本收支單_bt"
  501. Me.開立營運成本收支單_bt.Size = New System.Drawing.Size(158, 25)
  502. Me.開立營運成本收支單_bt.TabIndex = 943
  503. Me.開立營運成本收支單_bt.Text = "開立營運成本收支單"
  504. Me.開立營運成本收支單_bt.UseVisualStyleBackColor = True
  505. '
  506. '刪除選中的營運成本收支單_bt
  507. '
  508. Me.刪除選中的營運成本收支單_bt.ForeColor = System.Drawing.Color.Red
  509. Me.刪除選中的營運成本收支單_bt.Location = New System.Drawing.Point(1212, 4)
  510. Me.刪除選中的營運成本收支單_bt.Name = "刪除選中的營運成本收支單_bt"
  511. Me.刪除選中的營運成本收支單_bt.Size = New System.Drawing.Size(159, 26)
  512. Me.刪除選中的營運成本收支單_bt.TabIndex = 944
  513. Me.刪除選中的營運成本收支單_bt.Text = "刪除選中的營運成本收支單"
  514. Me.刪除選中的營運成本收支單_bt.UseVisualStyleBackColor = True
  515. '
  516. '刪除選中的一筆資料_bt
  517. '
  518. Me.刪除選中的一筆資料_bt.ForeColor = System.Drawing.Color.Red
  519. Me.刪除選中的一筆資料_bt.Location = New System.Drawing.Point(1088, 114)
  520. Me.刪除選中的一筆資料_bt.Name = "刪除選中的一筆資料_bt"
  521. Me.刪除選中的一筆資料_bt.Size = New System.Drawing.Size(149, 24)
  522. Me.刪除選中的一筆資料_bt.TabIndex = 946
  523. Me.刪除選中的一筆資料_bt.Text = "刪除選中的一筆資料"
  524. Me.刪除選中的一筆資料_bt.UseVisualStyleBackColor = True
  525. '
  526. '收支單中新增一筆空白資料_bt
  527. '
  528. Me.收支單中新增一筆空白資料_bt.ForeColor = System.Drawing.Color.Green
  529. Me.收支單中新增一筆空白資料_bt.Location = New System.Drawing.Point(926, 114)
  530. Me.收支單中新增一筆空白資料_bt.Name = "收支單中新增一筆空白資料_bt"
  531. Me.收支單中新增一筆空白資料_bt.Size = New System.Drawing.Size(160, 24)
  532. Me.收支單中新增一筆空白資料_bt.TabIndex = 945
  533. Me.收支單中新增一筆空白資料_bt.Text = "收支單中新增一筆空白資料"
  534. Me.收支單中新增一筆空白資料_bt.UseVisualStyleBackColor = True
  535. '
  536. 'Label7
  537. '
  538. Me.Label7.AutoSize = True
  539. Me.Label7.Location = New System.Drawing.Point(334, 59)
  540. Me.Label7.Name = "Label7"
  541. Me.Label7.Size = New System.Drawing.Size(878, 16)
  542. Me.Label7.TabIndex = 948
  543. Me.Label7.Text = "_________________________________________________________________________________" &
  544. "________________________________________________________________________________" &
  545. "_____________"
  546. '
  547. 'Label12
  548. '
  549. Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  550. Me.Label12.AutoSize = True
  551. Me.Label12.Location = New System.Drawing.Point(495, 59)
  552. Me.Label12.Name = "Label12"
  553. Me.Label12.Size = New System.Drawing.Size(878, 16)
  554. Me.Label12.TabIndex = 949
  555. Me.Label12.Text = "_________________________________________________________________________________" &
  556. "________________________________________________________________________________" &
  557. "_____________"
  558. '
  559. '字體大小調整_lb
  560. '
  561. Me.字體大小調整_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  562. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  563. Me.字體大小調整_lb.AutoSize = True
  564. Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  565. Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Brown
  566. Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  567. Me.字體大小調整_lb.Location = New System.Drawing.Point(1249, 116)
  568. Me.字體大小調整_lb.Name = "字體大小調整_lb"
  569. Me.字體大小調整_lb.Size = New System.Drawing.Size(69, 19)
  570. Me.字體大小調整_lb.TabIndex = 1497
  571. Me.字體大小調整_lb.Text = "字體調整"
  572. '
  573. '字體_NUD
  574. '
  575. Me.字體_NUD.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  576. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  577. Me.字體_NUD.Location = New System.Drawing.Point(1318, 115)
  578. Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
  579. Me.字體_NUD.Minimum = New Decimal(New Integer() {9, 0, 0, 0})
  580. Me.字體_NUD.Name = "字體_NUD"
  581. Me.字體_NUD.Size = New System.Drawing.Size(52, 23)
  582. Me.字體_NUD.TabIndex = 1496
  583. Me.字體_NUD.Value = New Decimal(New Integer() {9, 0, 0, 0})
  584. '
  585. '關鍵字查詢會計科目_tb
  586. '
  587. Me.關鍵字查詢會計科目_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  588. Me.關鍵字查詢會計科目_tb.Location = New System.Drawing.Point(462, 115)
  589. Me.關鍵字查詢會計科目_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  590. Me.關鍵字查詢會計科目_tb.Name = "關鍵字查詢會計科目_tb"
  591. Me.關鍵字查詢會計科目_tb.Size = New System.Drawing.Size(458, 23)
  592. Me.關鍵字查詢會計科目_tb.TabIndex = 936
  593. Me.關鍵字查詢會計科目_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  594. '
  595. 'Label6
  596. '
  597. Me.Label6.AutoSize = True
  598. Me.Label6.Location = New System.Drawing.Point(334, 118)
  599. Me.Label6.Name = "Label6"
  600. Me.Label6.Size = New System.Drawing.Size(121, 16)
  601. Me.Label6.TabIndex = 947
  602. Me.Label6.Text = "關鍵字查詢-會計科目"
  603. '
  604. '營運成本收支單申請
  605. '
  606. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  607. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  608. Me.ClientSize = New System.Drawing.Size(1382, 611)
  609. Me.ContextMenuStrip = Me.ContextMenuStrip1
  610. Me.Controls.Add(Me.字體大小調整_lb)
  611. Me.Controls.Add(Me.字體_NUD)
  612. Me.Controls.Add(Me.Label12)
  613. Me.Controls.Add(Me.Label7)
  614. Me.Controls.Add(Me.Label6)
  615. Me.Controls.Add(Me.刪除選中的一筆資料_bt)
  616. Me.Controls.Add(Me.收支單中新增一筆空白資料_bt)
  617. Me.Controls.Add(Me.刪除選中的營運成本收支單_bt)
  618. Me.Controls.Add(Me.開立營運成本收支單_bt)
  619. Me.Controls.Add(Me.申請_bt)
  620. Me.Controls.Add(Me.美金匯率_tb)
  621. Me.Controls.Add(Me.人民幣匯率_tb)
  622. Me.Controls.Add(Me.幣別_cb)
  623. Me.Controls.Add(Me.ComboBox6)
  624. Me.Controls.Add(Me.關鍵字查詢會計科目_tb)
  625. Me.Controls.Add(Me.ComboBox4)
  626. Me.Controls.Add(Me.ComboBox3)
  627. Me.Controls.Add(Me.ComboBox2)
  628. Me.Controls.Add(Me.ComboBox5)
  629. Me.Controls.Add(Me.複製歷史單據重新開立_bt)
  630. Me.Controls.Add(Me.日期_dtp)
  631. Me.Controls.Add(Me.已核准的營運成本收支單_rb)
  632. Me.Controls.Add(Me.支票_tb)
  633. Me.Controls.Add(Me.Label11)
  634. Me.Controls.Add(Me.零用金_tb)
  635. Me.Controls.Add(Me.Label10)
  636. Me.Controls.Add(Me.現金餘額_tb)
  637. Me.Controls.Add(Me.Label9)
  638. Me.Controls.Add(Me.支出_tb)
  639. Me.Controls.Add(Me.Label5)
  640. Me.Controls.Add(Me.補單_cb)
  641. Me.Controls.Add(Me.Label4)
  642. Me.Controls.Add(Me.申請日期_dtp)
  643. Me.Controls.Add(Me.ComboBox1)
  644. Me.Controls.Add(Me.現金_tb)
  645. Me.Controls.Add(Me.Label8)
  646. Me.Controls.Add(Me.資料尚未存檔_lb)
  647. Me.Controls.Add(Me.選擇項次_tb)
  648. Me.Controls.Add(Me.Label28)
  649. Me.Controls.Add(Me.Label27)
  650. Me.Controls.Add(Me.Label3)
  651. Me.Controls.Add(Me.申請人_tb)
  652. Me.Controls.Add(Me.營運成本收支單號_tb)
  653. Me.Controls.Add(Me.Label1)
  654. Me.Controls.Add(Me.作廢的營運成本收支單_rb)
  655. Me.Controls.Add(Me.未核准的營運成本收支單_rb)
  656. Me.Controls.Add(Me.Label2)
  657. Me.Controls.Add(Me.營運收支單_dgv)
  658. Me.Controls.Add(Me.單一筆收支單_dgv)
  659. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  660. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  661. Me.Name = "營運成本收支單申請"
  662. Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual
  663. Me.Text = "營運成本收支單申請"
  664. CType(Me.營運收支單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  665. Me.ContextMenuStrip1.ResumeLayout(False)
  666. CType(Me.單一筆收支單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  667. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  668. Me.ResumeLayout(False)
  669. Me.PerformLayout()
  670. End Sub
  671. Friend WithEvents Timer1 As Timer
  672. Friend WithEvents 美金匯率_tb As TextBox
  673. Friend WithEvents 人民幣匯率_tb As TextBox
  674. Friend WithEvents 幣別_cb As ComboBox
  675. Friend WithEvents ComboBox6 As ComboBox
  676. Friend WithEvents ComboBox4 As ComboBox
  677. Friend WithEvents ComboBox3 As ComboBox
  678. Friend WithEvents ComboBox2 As ComboBox
  679. Friend WithEvents ComboBox5 As ComboBox
  680. Friend WithEvents 複製歷史單據重新開立_bt As Button
  681. Friend WithEvents 日期_dtp As DateTimePicker
  682. Friend WithEvents 已核准的營運成本收支單_rb As RadioButton
  683. Friend WithEvents 支票_tb As TextBox
  684. Friend WithEvents Label11 As Label
  685. Friend WithEvents 零用金_tb As TextBox
  686. Friend WithEvents Label10 As Label
  687. Friend WithEvents 現金餘額_tb As TextBox
  688. Friend WithEvents Label9 As Label
  689. Friend WithEvents 支出_tb As TextBox
  690. Friend WithEvents Label5 As Label
  691. Friend WithEvents 補單_cb As CheckBox
  692. Friend WithEvents Label4 As Label
  693. Friend WithEvents 申請日期_dtp As DateTimePicker
  694. Friend WithEvents ComboBox1 As ComboBox
  695. Friend WithEvents 現金_tb As TextBox
  696. Friend WithEvents Label8 As Label
  697. Friend WithEvents 資料尚未存檔_lb As Label
  698. Friend WithEvents 選擇項次_tb As TextBox
  699. Friend WithEvents Label28 As Label
  700. Friend WithEvents Label27 As Label
  701. Friend WithEvents Label3 As Label
  702. Friend WithEvents 申請人_tb As TextBox
  703. Friend WithEvents 營運成本收支單號_tb As TextBox
  704. Friend WithEvents Label1 As Label
  705. Friend WithEvents 作廢的營運成本收支單_rb As RadioButton
  706. Friend WithEvents 未核准的營運成本收支單_rb As RadioButton
  707. Friend WithEvents Label2 As Label
  708. Friend WithEvents 營運收支單_dgv As DataGridView
  709. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  710. Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem
  711. Friend WithEvents 單一筆收支單_dgv As DataGridView
  712. Friend WithEvents 申請_bt As Button
  713. Friend WithEvents 開立營運成本收支單_bt As Button
  714. Friend WithEvents 刪除選中的營運成本收支單_bt As Button
  715. Friend WithEvents 刪除選中的一筆資料_bt As Button
  716. Friend WithEvents 收支單中新增一筆空白資料_bt As Button
  717. Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
  718. Friend WithEvents BackgroundWorker2 As System.ComponentModel.BackgroundWorker
  719. Friend WithEvents Label7 As Label
  720. Friend WithEvents Label12 As Label
  721. Friend WithEvents 字體大小調整_lb As Label
  722. Friend WithEvents 字體_NUD As NumericUpDown
  723. Friend WithEvents 關鍵字查詢會計科目_tb As TextBox
  724. Friend WithEvents Label6 As Label
  725. End Class