Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

營運成本收支單申請.designer.vb 36KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707
  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 DataGridViewCellStyle73 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle74 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle75 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(營運成本收支單申請))
  27. Me.關鍵_lb = New System.Windows.Forms.Label()
  28. Me.刪除選中的一筆資料_bt = New System.Windows.Forms.Button()
  29. Me.收支單中新增一筆空白資料_bt = New System.Windows.Forms.Button()
  30. Me.刪除選中的營運成本收支單_bt = New System.Windows.Forms.Button()
  31. Me.開立營運成本收支單_bt = New System.Windows.Forms.Button()
  32. Me.申請完成_bt = New System.Windows.Forms.Button()
  33. Me.美金匯率_tb = New System.Windows.Forms.TextBox()
  34. Me.人民幣匯率_tb = New System.Windows.Forms.TextBox()
  35. Me.幣別_cb = New System.Windows.Forms.ComboBox()
  36. Me.ComboBox6 = New System.Windows.Forms.ComboBox()
  37. Me.關鍵字查詢會計科目_tb = New System.Windows.Forms.TextBox()
  38. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  39. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  40. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  41. Me.ComboBox5 = New System.Windows.Forms.ComboBox()
  42. Me.複製歷史單據重新開立_bt = New System.Windows.Forms.Button()
  43. Me.日期_dtp = New System.Windows.Forms.DateTimePicker()
  44. Me.已核准的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  45. Me.支票_tb = New System.Windows.Forms.TextBox()
  46. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  47. Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
  48. Me.支票_lb = New System.Windows.Forms.Label()
  49. Me.零用金_tb = New System.Windows.Forms.TextBox()
  50. Me.零用金_lb = New System.Windows.Forms.Label()
  51. Me.現金餘額_tb = New System.Windows.Forms.TextBox()
  52. Me.現金餘額_lb = New System.Windows.Forms.Label()
  53. Me.支出_lb = New System.Windows.Forms.Label()
  54. Me.補單_cb = New System.Windows.Forms.CheckBox()
  55. Me.日期_lb = New System.Windows.Forms.Label()
  56. Me.支出_tb = New System.Windows.Forms.TextBox()
  57. Me.BackgroundWorker2 = New System.ComponentModel.BackgroundWorker()
  58. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  59. Me.項次_lb = New System.Windows.Forms.Label()
  60. Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
  61. Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
  62. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  63. Me.現金_tb = New System.Windows.Forms.TextBox()
  64. Me.現金_lb = New System.Windows.Forms.Label()
  65. Me.資料尚未存檔_lb = New System.Windows.Forms.Label()
  66. Me.選擇項次_tb = New System.Windows.Forms.TextBox()
  67. Me.選擇_lb = New System.Windows.Forms.Label()
  68. Me.申請人_lb = New System.Windows.Forms.Label()
  69. Me.申請人_tb = New System.Windows.Forms.TextBox()
  70. Me.營運成本收支單號_tb = New System.Windows.Forms.TextBox()
  71. Me.營運成本收支單號_lb = New System.Windows.Forms.Label()
  72. Me.作廢的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  73. Me.未核准的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  74. Me.會計科目_lb = New System.Windows.Forms.Label()
  75. Me.營運收支單_dgv = New System.Windows.Forms.DataGridView()
  76. Me.單一筆收支單_dgv = New System.Windows.Forms.DataGridView()
  77. Me.印尼匯率_tb = New System.Windows.Forms.TextBox()
  78. Me.Label7 = New System.Windows.Forms.Label()
  79. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  80. Me.ContextMenuStrip1.SuspendLayout()
  81. CType(Me.營運收支單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  82. CType(Me.單一筆收支單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  83. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  84. Me.SuspendLayout()
  85. '
  86. '關鍵_lb
  87. '
  88. Me.關鍵_lb.AutoSize = True
  89. Me.關鍵_lb.Location = New System.Drawing.Point(489, 129)
  90. Me.關鍵_lb.Name = "關鍵_lb"
  91. Me.關鍵_lb.Size = New System.Drawing.Size(121, 16)
  92. Me.關鍵_lb.TabIndex = 992
  93. Me.關鍵_lb.Text = "關鍵字查詢-會計科目"
  94. '
  95. '刪除選中的一筆資料_bt
  96. '
  97. Me.刪除選中的一筆資料_bt.ForeColor = System.Drawing.Color.Red
  98. Me.刪除選中的一筆資料_bt.Location = New System.Drawing.Point(1357, 128)
  99. Me.刪除選中的一筆資料_bt.Name = "刪除選中的一筆資料_bt"
  100. Me.刪除選中的一筆資料_bt.Size = New System.Drawing.Size(149, 24)
  101. Me.刪除選中的一筆資料_bt.TabIndex = 991
  102. Me.刪除選中的一筆資料_bt.Text = "刪除選中的一筆資料"
  103. Me.刪除選中的一筆資料_bt.UseVisualStyleBackColor = True
  104. '
  105. '收支單中新增一筆空白資料_bt
  106. '
  107. Me.收支單中新增一筆空白資料_bt.ForeColor = System.Drawing.Color.Green
  108. Me.收支單中新增一筆空白資料_bt.Location = New System.Drawing.Point(1191, 127)
  109. Me.收支單中新增一筆空白資料_bt.Name = "收支單中新增一筆空白資料_bt"
  110. Me.收支單中新增一筆空白資料_bt.Size = New System.Drawing.Size(160, 24)
  111. Me.收支單中新增一筆空白資料_bt.TabIndex = 990
  112. Me.收支單中新增一筆空白資料_bt.Text = "收支單中新增一筆空白資料"
  113. Me.收支單中新增一筆空白資料_bt.UseVisualStyleBackColor = True
  114. '
  115. '刪除選中的營運成本收支單_bt
  116. '
  117. Me.刪除選中的營運成本收支單_bt.ForeColor = System.Drawing.Color.Red
  118. Me.刪除選中的營運成本收支單_bt.Location = New System.Drawing.Point(1181, 5)
  119. Me.刪除選中的營運成本收支單_bt.Name = "刪除選中的營運成本收支單_bt"
  120. Me.刪除選中的營運成本收支單_bt.Size = New System.Drawing.Size(159, 26)
  121. Me.刪除選中的營運成本收支單_bt.TabIndex = 989
  122. Me.刪除選中的營運成本收支單_bt.Text = "刪除選中的營運成本收支單"
  123. Me.刪除選中的營運成本收支單_bt.UseVisualStyleBackColor = True
  124. '
  125. '開立營運成本收支單_bt
  126. '
  127. Me.開立營運成本收支單_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  128. Me.開立營運成本收支單_bt.Location = New System.Drawing.Point(1017, 4)
  129. Me.開立營運成本收支單_bt.Name = "開立營運成本收支單_bt"
  130. Me.開立營運成本收支單_bt.Size = New System.Drawing.Size(158, 25)
  131. Me.開立營運成本收支單_bt.TabIndex = 988
  132. Me.開立營運成本收支單_bt.Text = "開立營運成本收支單"
  133. Me.開立營運成本收支單_bt.UseVisualStyleBackColor = True
  134. '
  135. '申請完成_bt
  136. '
  137. Me.申請完成_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  138. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  139. Me.申請完成_bt.ForeColor = System.Drawing.Color.Red
  140. Me.申請完成_bt.Location = New System.Drawing.Point(330, 641)
  141. Me.申請完成_bt.Name = "申請完成_bt"
  142. Me.申請完成_bt.Size = New System.Drawing.Size(1176, 23)
  143. Me.申請完成_bt.TabIndex = 987
  144. Me.申請完成_bt.Text = "申請完成"
  145. Me.申請完成_bt.UseVisualStyleBackColor = True
  146. '
  147. '美金匯率_tb
  148. '
  149. Me.美金匯率_tb.Location = New System.Drawing.Point(894, 263)
  150. Me.美金匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  151. Me.美金匯率_tb.Name = "美金匯率_tb"
  152. Me.美金匯率_tb.Size = New System.Drawing.Size(175, 23)
  153. Me.美金匯率_tb.TabIndex = 986
  154. Me.美金匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  155. Me.美金匯率_tb.Visible = False
  156. '
  157. '人民幣匯率_tb
  158. '
  159. Me.人民幣匯率_tb.Location = New System.Drawing.Point(894, 232)
  160. Me.人民幣匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  161. Me.人民幣匯率_tb.Name = "人民幣匯率_tb"
  162. Me.人民幣匯率_tb.Size = New System.Drawing.Size(175, 23)
  163. Me.人民幣匯率_tb.TabIndex = 985
  164. Me.人民幣匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  165. Me.人民幣匯率_tb.Visible = False
  166. '
  167. '幣別_cb
  168. '
  169. Me.幣別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  170. Me.幣別_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  171. Me.幣別_cb.FormattingEnabled = True
  172. Me.幣別_cb.Items.AddRange(New Object() {"台幣現金", "人民幣現金", "美金", "印尼盾"})
  173. Me.幣別_cb.Location = New System.Drawing.Point(1075, 85)
  174. Me.幣別_cb.Name = "幣別_cb"
  175. Me.幣別_cb.Size = New System.Drawing.Size(119, 24)
  176. Me.幣別_cb.TabIndex = 984
  177. '
  178. 'ComboBox6
  179. '
  180. Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  181. Me.ComboBox6.FormattingEnabled = True
  182. Me.ComboBox6.Location = New System.Drawing.Point(894, 200)
  183. Me.ComboBox6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  184. Me.ComboBox6.Name = "ComboBox6"
  185. Me.ComboBox6.Size = New System.Drawing.Size(175, 24)
  186. Me.ComboBox6.TabIndex = 983
  187. '
  188. '關鍵字查詢會計科目_tb
  189. '
  190. Me.關鍵字查詢會計科目_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  191. Me.關鍵字查詢會計科目_tb.Location = New System.Drawing.Point(730, 127)
  192. Me.關鍵字查詢會計科目_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  193. Me.關鍵字查詢會計科目_tb.Name = "關鍵字查詢會計科目_tb"
  194. Me.關鍵字查詢會計科目_tb.Size = New System.Drawing.Size(458, 23)
  195. Me.關鍵字查詢會計科目_tb.TabIndex = 982
  196. Me.關鍵字查詢會計科目_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  197. '
  198. 'ComboBox4
  199. '
  200. Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  201. Me.ComboBox4.FormattingEnabled = True
  202. Me.ComboBox4.Location = New System.Drawing.Point(798, 85)
  203. Me.ComboBox4.Name = "ComboBox4"
  204. Me.ComboBox4.Size = New System.Drawing.Size(78, 24)
  205. Me.ComboBox4.TabIndex = 981
  206. '
  207. 'ComboBox3
  208. '
  209. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  210. Me.ComboBox3.FormattingEnabled = True
  211. Me.ComboBox3.Location = New System.Drawing.Point(671, 85)
  212. Me.ComboBox3.Name = "ComboBox3"
  213. Me.ComboBox3.Size = New System.Drawing.Size(121, 24)
  214. Me.ComboBox3.TabIndex = 980
  215. '
  216. 'ComboBox2
  217. '
  218. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  219. Me.ComboBox2.FormattingEnabled = True
  220. Me.ComboBox2.Location = New System.Drawing.Point(604, 85)
  221. Me.ComboBox2.Name = "ComboBox2"
  222. Me.ComboBox2.Size = New System.Drawing.Size(61, 24)
  223. Me.ComboBox2.TabIndex = 979
  224. '
  225. 'ComboBox5
  226. '
  227. Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  228. Me.ComboBox5.FormattingEnabled = True
  229. Me.ComboBox5.Location = New System.Drawing.Point(477, 85)
  230. Me.ComboBox5.Name = "ComboBox5"
  231. Me.ComboBox5.Size = New System.Drawing.Size(121, 24)
  232. Me.ComboBox5.TabIndex = 978
  233. '
  234. '複製歷史單據重新開立_bt
  235. '
  236. Me.複製歷史單據重新開立_bt.ForeColor = System.Drawing.Color.Green
  237. Me.複製歷史單據重新開立_bt.Location = New System.Drawing.Point(1346, 4)
  238. Me.複製歷史單據重新開立_bt.Name = "複製歷史單據重新開立_bt"
  239. Me.複製歷史單據重新開立_bt.Size = New System.Drawing.Size(163, 26)
  240. Me.複製歷史單據重新開立_bt.TabIndex = 977
  241. Me.複製歷史單據重新開立_bt.Text = "複製歷史單據重新開立"
  242. Me.複製歷史單據重新開立_bt.UseVisualStyleBackColor = True
  243. '
  244. '日期_dtp
  245. '
  246. Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  247. Me.日期_dtp.Location = New System.Drawing.Point(348, 201)
  248. Me.日期_dtp.Name = "日期_dtp"
  249. Me.日期_dtp.Size = New System.Drawing.Size(90, 23)
  250. Me.日期_dtp.TabIndex = 976
  251. '
  252. '已核准的營運成本收支單_rb
  253. '
  254. Me.已核准的營運成本收支單_rb.AutoSize = True
  255. Me.已核准的營運成本收支單_rb.Location = New System.Drawing.Point(9, 31)
  256. Me.已核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  257. Me.已核准的營運成本收支單_rb.Name = "已核准的營運成本收支單_rb"
  258. Me.已核准的營運成本收支單_rb.Size = New System.Drawing.Size(158, 20)
  259. Me.已核准的營運成本收支單_rb.TabIndex = 975
  260. Me.已核准的營運成本收支單_rb.TabStop = True
  261. Me.已核准的營運成本收支單_rb.Text = "已核准的營運成本收支單"
  262. Me.已核准的營運成本收支單_rb.UseVisualStyleBackColor = True
  263. '
  264. '支票_tb
  265. '
  266. Me.支票_tb.Location = New System.Drawing.Point(533, 52)
  267. Me.支票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  268. Me.支票_tb.Name = "支票_tb"
  269. Me.支票_tb.Size = New System.Drawing.Size(188, 23)
  270. Me.支票_tb.TabIndex = 974
  271. Me.支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  272. '
  273. 'ContextMenuStrip1
  274. '
  275. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem})
  276. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  277. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26)
  278. '
  279. '重新讀取ToolStripMenuItem
  280. '
  281. Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem"
  282. Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(122, 22)
  283. Me.重新讀取ToolStripMenuItem.Text = "重新讀取"
  284. '
  285. '支票_lb
  286. '
  287. Me.支票_lb.AutoSize = True
  288. Me.支票_lb.Location = New System.Drawing.Point(533, 32)
  289. Me.支票_lb.Name = "支票_lb"
  290. Me.支票_lb.Size = New System.Drawing.Size(32, 16)
  291. Me.支票_lb.TabIndex = 973
  292. Me.支票_lb.Text = "支票"
  293. '
  294. '零用金_tb
  295. '
  296. Me.零用金_tb.Location = New System.Drawing.Point(334, 52)
  297. Me.零用金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  298. Me.零用金_tb.Name = "零用金_tb"
  299. Me.零用金_tb.Size = New System.Drawing.Size(188, 23)
  300. Me.零用金_tb.TabIndex = 972
  301. Me.零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  302. '
  303. '零用金_lb
  304. '
  305. Me.零用金_lb.AutoSize = True
  306. Me.零用金_lb.Location = New System.Drawing.Point(336, 34)
  307. Me.零用金_lb.Name = "零用金_lb"
  308. Me.零用金_lb.Size = New System.Drawing.Size(44, 16)
  309. Me.零用金_lb.TabIndex = 971
  310. Me.零用金_lb.Text = "零用金"
  311. '
  312. '現金餘額_tb
  313. '
  314. Me.現金餘額_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  315. Me.現金餘額_tb.Location = New System.Drawing.Point(1117, 52)
  316. Me.現金餘額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  317. Me.現金餘額_tb.Name = "現金餘額_tb"
  318. Me.現金餘額_tb.Size = New System.Drawing.Size(188, 23)
  319. Me.現金餘額_tb.TabIndex = 970
  320. Me.現金餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  321. '
  322. '現金餘額_lb
  323. '
  324. Me.現金餘額_lb.AutoSize = True
  325. Me.現金餘額_lb.Location = New System.Drawing.Point(1117, 33)
  326. Me.現金餘額_lb.Name = "現金餘額_lb"
  327. Me.現金餘額_lb.Size = New System.Drawing.Size(56, 16)
  328. Me.現金餘額_lb.TabIndex = 969
  329. Me.現金餘額_lb.Text = "現金餘額"
  330. '
  331. '支出_lb
  332. '
  333. Me.支出_lb.AutoSize = True
  334. Me.支出_lb.Location = New System.Drawing.Point(921, 32)
  335. Me.支出_lb.Name = "支出_lb"
  336. Me.支出_lb.Size = New System.Drawing.Size(32, 16)
  337. Me.支出_lb.TabIndex = 967
  338. Me.支出_lb.Text = "支出"
  339. '
  340. '補單_cb
  341. '
  342. Me.補單_cb.AutoSize = True
  343. Me.補單_cb.Checked = True
  344. Me.補單_cb.CheckState = System.Windows.Forms.CheckState.Checked
  345. Me.補單_cb.Location = New System.Drawing.Point(933, 6)
  346. Me.補單_cb.Name = "補單_cb"
  347. Me.補單_cb.Size = New System.Drawing.Size(39, 20)
  348. Me.補單_cb.TabIndex = 966
  349. Me.補單_cb.Text = "補"
  350. Me.補單_cb.UseVisualStyleBackColor = True
  351. '
  352. '日期_lb
  353. '
  354. Me.日期_lb.AutoSize = True
  355. Me.日期_lb.ForeColor = System.Drawing.Color.Blue
  356. Me.日期_lb.Location = New System.Drawing.Point(784, 7)
  357. Me.日期_lb.Name = "日期_lb"
  358. Me.日期_lb.Size = New System.Drawing.Size(32, 16)
  359. Me.日期_lb.TabIndex = 965
  360. Me.日期_lb.Text = "日期"
  361. '
  362. '支出_tb
  363. '
  364. Me.支出_tb.Location = New System.Drawing.Point(921, 52)
  365. Me.支出_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  366. Me.支出_tb.Name = "支出_tb"
  367. Me.支出_tb.Size = New System.Drawing.Size(188, 23)
  368. Me.支出_tb.TabIndex = 968
  369. Me.支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  370. '
  371. '申請日期_dtp
  372. '
  373. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  374. Me.申請日期_dtp.Location = New System.Drawing.Point(838, 4)
  375. Me.申請日期_dtp.Name = "申請日期_dtp"
  376. Me.申請日期_dtp.Size = New System.Drawing.Size(90, 23)
  377. Me.申請日期_dtp.TabIndex = 964
  378. '
  379. '項次_lb
  380. '
  381. Me.項次_lb.AutoSize = True
  382. Me.項次_lb.Location = New System.Drawing.Point(430, 129)
  383. Me.項次_lb.Name = "項次_lb"
  384. Me.項次_lb.Size = New System.Drawing.Size(32, 16)
  385. Me.項次_lb.TabIndex = 957
  386. Me.項次_lb.Text = "項次"
  387. '
  388. 'Timer1
  389. '
  390. Me.Timer1.Interval = 500
  391. '
  392. 'ComboBox1
  393. '
  394. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  395. Me.ComboBox1.FormattingEnabled = True
  396. Me.ComboBox1.Location = New System.Drawing.Point(881, 85)
  397. Me.ComboBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  398. Me.ComboBox1.Name = "ComboBox1"
  399. Me.ComboBox1.Size = New System.Drawing.Size(188, 24)
  400. Me.ComboBox1.TabIndex = 962
  401. '
  402. '現金_tb
  403. '
  404. Me.現金_tb.Location = New System.Drawing.Point(727, 52)
  405. Me.現金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  406. Me.現金_tb.Name = "現金_tb"
  407. Me.現金_tb.Size = New System.Drawing.Size(188, 23)
  408. Me.現金_tb.TabIndex = 961
  409. Me.現金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  410. '
  411. '現金_lb
  412. '
  413. Me.現金_lb.AutoSize = True
  414. Me.現金_lb.Location = New System.Drawing.Point(728, 33)
  415. Me.現金_lb.Name = "現金_lb"
  416. Me.現金_lb.Size = New System.Drawing.Size(32, 16)
  417. Me.現金_lb.TabIndex = 960
  418. Me.現金_lb.Text = "現金"
  419. '
  420. '資料尚未存檔_lb
  421. '
  422. Me.資料尚未存檔_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  423. Me.資料尚未存檔_lb.ForeColor = System.Drawing.Color.Red
  424. Me.資料尚未存檔_lb.Location = New System.Drawing.Point(1343, 51)
  425. Me.資料尚未存檔_lb.Name = "資料尚未存檔_lb"
  426. Me.資料尚未存檔_lb.Size = New System.Drawing.Size(250, 50)
  427. Me.資料尚未存檔_lb.TabIndex = 959
  428. Me.資料尚未存檔_lb.Text = "資 料 尚 未 存 檔"
  429. Me.資料尚未存檔_lb.Visible = False
  430. '
  431. '選擇項次_tb
  432. '
  433. Me.選擇項次_tb.Location = New System.Drawing.Point(365, 125)
  434. Me.選擇項次_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  435. Me.選擇項次_tb.Name = "選擇項次_tb"
  436. Me.選擇項次_tb.Size = New System.Drawing.Size(61, 23)
  437. Me.選擇項次_tb.TabIndex = 958
  438. Me.選擇項次_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  439. '
  440. '選擇_lb
  441. '
  442. Me.選擇_lb.AutoSize = True
  443. Me.選擇_lb.Location = New System.Drawing.Point(330, 130)
  444. Me.選擇_lb.Name = "選擇_lb"
  445. Me.選擇_lb.Size = New System.Drawing.Size(32, 16)
  446. Me.選擇_lb.TabIndex = 956
  447. Me.選擇_lb.Text = "選擇"
  448. '
  449. '申請人_lb
  450. '
  451. Me.申請人_lb.AutoSize = True
  452. Me.申請人_lb.Location = New System.Drawing.Point(625, 6)
  453. Me.申請人_lb.Name = "申請人_lb"
  454. Me.申請人_lb.Size = New System.Drawing.Size(44, 16)
  455. Me.申請人_lb.TabIndex = 954
  456. Me.申請人_lb.Text = "申請人"
  457. '
  458. '申請人_tb
  459. '
  460. Me.申請人_tb.Location = New System.Drawing.Point(691, 3)
  461. Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  462. Me.申請人_tb.Name = "申請人_tb"
  463. Me.申請人_tb.Size = New System.Drawing.Size(92, 23)
  464. Me.申請人_tb.TabIndex = 953
  465. Me.申請人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  466. '
  467. '營運成本收支單號_tb
  468. '
  469. Me.營運成本收支單號_tb.Location = New System.Drawing.Point(503, 3)
  470. Me.營運成本收支單號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  471. Me.營運成本收支單號_tb.Name = "營運成本收支單號_tb"
  472. Me.營運成本收支單號_tb.Size = New System.Drawing.Size(122, 23)
  473. Me.營運成本收支單號_tb.TabIndex = 951
  474. Me.營運成本收支單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  475. '
  476. '營運成本收支單號_lb
  477. '
  478. Me.營運成本收支單號_lb.AutoSize = True
  479. Me.營運成本收支單號_lb.Location = New System.Drawing.Point(239, 6)
  480. Me.營運成本收支單號_lb.Name = "營運成本收支單號_lb"
  481. Me.營運成本收支單號_lb.Size = New System.Drawing.Size(104, 16)
  482. Me.營運成本收支單號_lb.TabIndex = 952
  483. Me.營運成本收支單號_lb.Text = "營運成本收支單號"
  484. '
  485. '作廢的營運成本收支單_rb
  486. '
  487. Me.作廢的營運成本收支單_rb.AutoSize = True
  488. Me.作廢的營運成本收支單_rb.Location = New System.Drawing.Point(9, 55)
  489. Me.作廢的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  490. Me.作廢的營運成本收支單_rb.Name = "作廢的營運成本收支單_rb"
  491. Me.作廢的營運成本收支單_rb.Size = New System.Drawing.Size(146, 20)
  492. Me.作廢的營運成本收支單_rb.TabIndex = 950
  493. Me.作廢的營運成本收支單_rb.TabStop = True
  494. Me.作廢的營運成本收支單_rb.Text = "作廢的營運成本收支單"
  495. Me.作廢的營運成本收支單_rb.UseVisualStyleBackColor = True
  496. '
  497. '未核准的營運成本收支單_rb
  498. '
  499. Me.未核准的營運成本收支單_rb.AutoSize = True
  500. Me.未核准的營運成本收支單_rb.ImageAlign = System.Drawing.ContentAlignment.BottomRight
  501. Me.未核准的營運成本收支單_rb.Location = New System.Drawing.Point(9, 6)
  502. Me.未核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  503. Me.未核准的營運成本收支單_rb.Name = "未核准的營運成本收支單_rb"
  504. Me.未核准的營運成本收支單_rb.Size = New System.Drawing.Size(158, 20)
  505. Me.未核准的營運成本收支單_rb.TabIndex = 949
  506. Me.未核准的營運成本收支單_rb.TabStop = True
  507. Me.未核准的營運成本收支單_rb.Text = "未核准的營運成本收支單"
  508. Me.未核准的營運成本收支單_rb.UseVisualStyleBackColor = True
  509. '
  510. '會計科目_lb
  511. '
  512. Me.會計科目_lb.AutoSize = True
  513. Me.會計科目_lb.Location = New System.Drawing.Point(330, 88)
  514. Me.會計科目_lb.Name = "會計科目_lb"
  515. Me.會計科目_lb.Size = New System.Drawing.Size(56, 16)
  516. Me.會計科目_lb.TabIndex = 963
  517. Me.會計科目_lb.Text = "會計科目"
  518. '
  519. '營運收支單_dgv
  520. '
  521. DataGridViewCellStyle73.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  522. Me.營運收支單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle73
  523. Me.營運收支單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  524. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  525. Me.營運收支單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  526. Me.營運收支單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  527. Me.營運收支單_dgv.Location = New System.Drawing.Point(9, 79)
  528. Me.營運收支單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  529. Me.營運收支單_dgv.Name = "營運收支單_dgv"
  530. Me.營運收支單_dgv.RowHeadersWidth = 5
  531. Me.營運收支單_dgv.RowTemplate.Height = 24
  532. Me.營運收支單_dgv.Size = New System.Drawing.Size(315, 585)
  533. Me.營運收支單_dgv.TabIndex = 948
  534. '
  535. '單一筆收支單_dgv
  536. '
  537. DataGridViewCellStyle74.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  538. Me.單一筆收支單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle74
  539. Me.單一筆收支單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  540. Or System.Windows.Forms.AnchorStyles.Left) _
  541. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  542. Me.單一筆收支單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  543. Me.單一筆收支單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  544. Me.單一筆收支單_dgv.Location = New System.Drawing.Point(327, 154)
  545. Me.單一筆收支單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  546. Me.單一筆收支單_dgv.Name = "單一筆收支單_dgv"
  547. Me.單一筆收支單_dgv.RowHeadersWidth = 5
  548. DataGridViewCellStyle75.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  549. Me.單一筆收支單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle75
  550. Me.單一筆收支單_dgv.RowTemplate.Height = 24
  551. Me.單一筆收支單_dgv.Size = New System.Drawing.Size(1182, 485)
  552. Me.單一筆收支單_dgv.TabIndex = 955
  553. '
  554. '印尼匯率_tb
  555. '
  556. Me.印尼匯率_tb.Location = New System.Drawing.Point(894, 294)
  557. Me.印尼匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  558. Me.印尼匯率_tb.Name = "印尼匯率_tb"
  559. Me.印尼匯率_tb.Size = New System.Drawing.Size(175, 23)
  560. Me.印尼匯率_tb.TabIndex = 993
  561. Me.印尼匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  562. Me.印尼匯率_tb.Visible = False
  563. '
  564. 'Label7
  565. '
  566. Me.Label7.AutoSize = True
  567. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  568. Me.Label7.Location = New System.Drawing.Point(327, 73)
  569. Me.Label7.Name = "Label7"
  570. Me.Label7.Size = New System.Drawing.Size(1177, 15)
  571. Me.Label7.TabIndex = 994
  572. Me.Label7.Text = resources.GetString("Label7.Text")
  573. '
  574. '語言_dgv
  575. '
  576. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  577. Me.語言_dgv.Location = New System.Drawing.Point(477, 353)
  578. Me.語言_dgv.Name = "語言_dgv"
  579. Me.語言_dgv.RowHeadersWidth = 5
  580. Me.語言_dgv.RowTemplate.Height = 24
  581. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  582. Me.語言_dgv.TabIndex = 995
  583. Me.語言_dgv.Visible = False
  584. '
  585. '營運成本收支單申請
  586. '
  587. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  588. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  589. Me.ClientSize = New System.Drawing.Size(1512, 668)
  590. Me.Controls.Add(Me.語言_dgv)
  591. Me.Controls.Add(Me.印尼匯率_tb)
  592. Me.Controls.Add(Me.關鍵_lb)
  593. Me.Controls.Add(Me.刪除選中的一筆資料_bt)
  594. Me.Controls.Add(Me.收支單中新增一筆空白資料_bt)
  595. Me.Controls.Add(Me.刪除選中的營運成本收支單_bt)
  596. Me.Controls.Add(Me.開立營運成本收支單_bt)
  597. Me.Controls.Add(Me.申請完成_bt)
  598. Me.Controls.Add(Me.美金匯率_tb)
  599. Me.Controls.Add(Me.人民幣匯率_tb)
  600. Me.Controls.Add(Me.幣別_cb)
  601. Me.Controls.Add(Me.ComboBox6)
  602. Me.Controls.Add(Me.關鍵字查詢會計科目_tb)
  603. Me.Controls.Add(Me.ComboBox4)
  604. Me.Controls.Add(Me.ComboBox3)
  605. Me.Controls.Add(Me.ComboBox2)
  606. Me.Controls.Add(Me.ComboBox5)
  607. Me.Controls.Add(Me.複製歷史單據重新開立_bt)
  608. Me.Controls.Add(Me.日期_dtp)
  609. Me.Controls.Add(Me.已核准的營運成本收支單_rb)
  610. Me.Controls.Add(Me.支票_tb)
  611. Me.Controls.Add(Me.支票_lb)
  612. Me.Controls.Add(Me.零用金_tb)
  613. Me.Controls.Add(Me.零用金_lb)
  614. Me.Controls.Add(Me.現金餘額_tb)
  615. Me.Controls.Add(Me.現金餘額_lb)
  616. Me.Controls.Add(Me.支出_lb)
  617. Me.Controls.Add(Me.補單_cb)
  618. Me.Controls.Add(Me.日期_lb)
  619. Me.Controls.Add(Me.支出_tb)
  620. Me.Controls.Add(Me.申請日期_dtp)
  621. Me.Controls.Add(Me.項次_lb)
  622. Me.Controls.Add(Me.ComboBox1)
  623. Me.Controls.Add(Me.現金_tb)
  624. Me.Controls.Add(Me.現金_lb)
  625. Me.Controls.Add(Me.資料尚未存檔_lb)
  626. Me.Controls.Add(Me.選擇項次_tb)
  627. Me.Controls.Add(Me.選擇_lb)
  628. Me.Controls.Add(Me.申請人_lb)
  629. Me.Controls.Add(Me.申請人_tb)
  630. Me.Controls.Add(Me.營運成本收支單號_tb)
  631. Me.Controls.Add(Me.營運成本收支單號_lb)
  632. Me.Controls.Add(Me.作廢的營運成本收支單_rb)
  633. Me.Controls.Add(Me.未核准的營運成本收支單_rb)
  634. Me.Controls.Add(Me.會計科目_lb)
  635. Me.Controls.Add(Me.營運收支單_dgv)
  636. Me.Controls.Add(Me.單一筆收支單_dgv)
  637. Me.Controls.Add(Me.Label7)
  638. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  639. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  640. Me.Name = "營運成本收支單申請"
  641. Me.Text = "營運成本收支單申請"
  642. Me.ContextMenuStrip1.ResumeLayout(False)
  643. CType(Me.營運收支單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  644. CType(Me.單一筆收支單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  645. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  646. Me.ResumeLayout(False)
  647. Me.PerformLayout()
  648. End Sub
  649. Friend WithEvents 關鍵_lb As Label
  650. Friend WithEvents 刪除選中的一筆資料_bt As Button
  651. Friend WithEvents 收支單中新增一筆空白資料_bt As Button
  652. Friend WithEvents 刪除選中的營運成本收支單_bt As Button
  653. Friend WithEvents 開立營運成本收支單_bt As Button
  654. Friend WithEvents 申請完成_bt As Button
  655. Friend WithEvents 美金匯率_tb As TextBox
  656. Friend WithEvents 人民幣匯率_tb As TextBox
  657. Friend WithEvents 幣別_cb As ComboBox
  658. Friend WithEvents ComboBox6 As ComboBox
  659. Friend WithEvents 關鍵字查詢會計科目_tb As TextBox
  660. Friend WithEvents ComboBox4 As ComboBox
  661. Friend WithEvents ComboBox3 As ComboBox
  662. Friend WithEvents ComboBox2 As ComboBox
  663. Friend WithEvents ComboBox5 As ComboBox
  664. Friend WithEvents 複製歷史單據重新開立_bt As Button
  665. Friend WithEvents 日期_dtp As DateTimePicker
  666. Friend WithEvents 已核准的營運成本收支單_rb As RadioButton
  667. Friend WithEvents 支票_tb As TextBox
  668. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  669. Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem
  670. Friend WithEvents 支票_lb As Label
  671. Friend WithEvents 零用金_tb As TextBox
  672. Friend WithEvents 零用金_lb As Label
  673. Friend WithEvents 現金餘額_tb As TextBox
  674. Friend WithEvents 現金餘額_lb As Label
  675. Friend WithEvents 支出_lb As Label
  676. Friend WithEvents 補單_cb As CheckBox
  677. Friend WithEvents 日期_lb As Label
  678. Friend WithEvents 支出_tb As TextBox
  679. Friend WithEvents BackgroundWorker2 As System.ComponentModel.BackgroundWorker
  680. Friend WithEvents 申請日期_dtp As DateTimePicker
  681. Friend WithEvents 項次_lb As Label
  682. Friend WithEvents Timer1 As Timer
  683. Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
  684. Friend WithEvents ComboBox1 As ComboBox
  685. Friend WithEvents 現金_tb As TextBox
  686. Friend WithEvents 現金_lb As Label
  687. Friend WithEvents 資料尚未存檔_lb As Label
  688. Friend WithEvents 選擇項次_tb As TextBox
  689. Friend WithEvents 選擇_lb As Label
  690. Friend WithEvents 申請人_lb As Label
  691. Friend WithEvents 申請人_tb As TextBox
  692. Friend WithEvents 營運成本收支單號_tb As TextBox
  693. Friend WithEvents 營運成本收支單號_lb As Label
  694. Friend WithEvents 作廢的營運成本收支單_rb As RadioButton
  695. Friend WithEvents 未核准的營運成本收支單_rb As RadioButton
  696. Friend WithEvents 會計科目_lb As Label
  697. Friend WithEvents 營運收支單_dgv As DataGridView
  698. Friend WithEvents 單一筆收支單_dgv As DataGridView
  699. Friend WithEvents 印尼匯率_tb As TextBox
  700. Friend WithEvents Label7 As Label
  701. Friend WithEvents 語言_dgv As DataGridView
  702. End Class