Sin descripción
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.

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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684
  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 DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  27. Me.TextBox5 = New System.Windows.Forms.TextBox()
  28. Me.Label8 = New System.Windows.Forms.Label()
  29. Me.Label62 = New System.Windows.Forms.Label()
  30. Me.TextBox4 = New System.Windows.Forms.TextBox()
  31. Me.Label28 = New System.Windows.Forms.Label()
  32. Me.Label27 = New System.Windows.Forms.Label()
  33. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  34. Me.Label3 = New System.Windows.Forms.Label()
  35. Me.TextBox3 = New System.Windows.Forms.TextBox()
  36. Me.TextBox1 = New System.Windows.Forms.TextBox()
  37. Me.Label1 = New System.Windows.Forms.Label()
  38. Me.RadioButton2 = New System.Windows.Forms.RadioButton()
  39. Me.RadioButton1 = New System.Windows.Forms.RadioButton()
  40. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  41. Me.Button2 = 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.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  57. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  58. Me.TextBox2 = New System.Windows.Forms.TextBox()
  59. Me.Label5 = New System.Windows.Forms.Label()
  60. Me.TextBox6 = New System.Windows.Forms.TextBox()
  61. Me.Label9 = New System.Windows.Forms.Label()
  62. Me.TextBox7 = New System.Windows.Forms.TextBox()
  63. Me.Label10 = New System.Windows.Forms.Label()
  64. Me.TextBox8 = New System.Windows.Forms.TextBox()
  65. Me.Label11 = New System.Windows.Forms.Label()
  66. Me.RadioButton3 = New System.Windows.Forms.RadioButton()
  67. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  68. Me.Button1 = New System.Windows.Forms.Button()
  69. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  70. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  71. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  72. Me.ComboBox5 = New System.Windows.Forms.ComboBox()
  73. Me.TextBox9 = New System.Windows.Forms.TextBox()
  74. Me.ComboBox6 = New System.Windows.Forms.ComboBox()
  75. Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
  76. Me.幣別_cb = New System.Windows.Forms.ComboBox()
  77. Me.人民幣匯率_tb = New System.Windows.Forms.TextBox()
  78. Me.美金匯率_tb = New System.Windows.Forms.TextBox()
  79. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  80. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  81. Me.ContextMenuStrip1.SuspendLayout()
  82. Me.SuspendLayout()
  83. '
  84. 'ComboBox1
  85. '
  86. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  87. Me.ComboBox1.FormattingEnabled = True
  88. Me.ComboBox1.Location = New System.Drawing.Point(937, 56)
  89. Me.ComboBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  90. Me.ComboBox1.Name = "ComboBox1"
  91. Me.ComboBox1.Size = New System.Drawing.Size(175, 24)
  92. Me.ComboBox1.TabIndex = 845
  93. '
  94. 'TextBox5
  95. '
  96. Me.TextBox5.Location = New System.Drawing.Point(672, 30)
  97. Me.TextBox5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  98. Me.TextBox5.Name = "TextBox5"
  99. Me.TextBox5.Size = New System.Drawing.Size(113, 23)
  100. Me.TextBox5.TabIndex = 844
  101. Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  102. '
  103. 'Label8
  104. '
  105. Me.Label8.AutoSize = True
  106. Me.Label8.Location = New System.Drawing.Point(638, 33)
  107. Me.Label8.Name = "Label8"
  108. Me.Label8.Size = New System.Drawing.Size(32, 16)
  109. Me.Label8.TabIndex = 843
  110. Me.Label8.Text = "現金"
  111. '
  112. 'Label62
  113. '
  114. Me.Label62.AutoSize = True
  115. Me.Label62.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  116. Me.Label62.ForeColor = System.Drawing.Color.Red
  117. Me.Label62.Location = New System.Drawing.Point(942, 3)
  118. Me.Label62.Name = "Label62"
  119. Me.Label62.Size = New System.Drawing.Size(174, 24)
  120. Me.Label62.TabIndex = 842
  121. Me.Label62.Text = "資 料 尚 未 存 檔"
  122. Me.Label62.Visible = False
  123. '
  124. 'TextBox4
  125. '
  126. Me.TextBox4.Location = New System.Drawing.Point(360, 56)
  127. Me.TextBox4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  128. Me.TextBox4.Name = "TextBox4"
  129. Me.TextBox4.Size = New System.Drawing.Size(61, 23)
  130. Me.TextBox4.TabIndex = 841
  131. Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  132. '
  133. 'Label28
  134. '
  135. Me.Label28.AutoSize = True
  136. Me.Label28.Location = New System.Drawing.Point(420, 61)
  137. Me.Label28.Name = "Label28"
  138. Me.Label28.Size = New System.Drawing.Size(44, 16)
  139. Me.Label28.TabIndex = 840
  140. Me.Label28.Text = "項次。"
  141. '
  142. 'Label27
  143. '
  144. Me.Label27.AutoSize = True
  145. Me.Label27.Location = New System.Drawing.Point(328, 59)
  146. Me.Label27.Name = "Label27"
  147. Me.Label27.Size = New System.Drawing.Size(32, 16)
  148. Me.Label27.TabIndex = 839
  149. Me.Label27.Text = "選擇"
  150. '
  151. 'DataGridView1
  152. '
  153. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  154. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  155. Me.DataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  156. Or System.Windows.Forms.AnchorStyles.Left) _
  157. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  158. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  159. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  160. Me.DataGridView1.Location = New System.Drawing.Point(328, 83)
  161. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  162. Me.DataGridView1.Name = "DataGridView1"
  163. Me.DataGridView1.RowHeadersWidth = 5
  164. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  165. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle5
  166. Me.DataGridView1.RowTemplate.Height = 24
  167. Me.DataGridView1.Size = New System.Drawing.Size(909, 498)
  168. Me.DataGridView1.TabIndex = 838
  169. '
  170. 'Label3
  171. '
  172. Me.Label3.AutoSize = True
  173. Me.Label3.Location = New System.Drawing.Point(554, 8)
  174. Me.Label3.Name = "Label3"
  175. Me.Label3.Size = New System.Drawing.Size(44, 16)
  176. Me.Label3.TabIndex = 837
  177. Me.Label3.Text = "申請人"
  178. '
  179. 'TextBox3
  180. '
  181. Me.TextBox3.Location = New System.Drawing.Point(598, 5)
  182. Me.TextBox3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  183. Me.TextBox3.Name = "TextBox3"
  184. Me.TextBox3.Size = New System.Drawing.Size(92, 23)
  185. Me.TextBox3.TabIndex = 836
  186. Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  187. '
  188. 'TextBox1
  189. '
  190. Me.TextBox1.Location = New System.Drawing.Point(431, 5)
  191. Me.TextBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  192. Me.TextBox1.Name = "TextBox1"
  193. Me.TextBox1.Size = New System.Drawing.Size(122, 23)
  194. Me.TextBox1.TabIndex = 832
  195. Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  196. '
  197. 'Label1
  198. '
  199. Me.Label1.AutoSize = True
  200. Me.Label1.Location = New System.Drawing.Point(327, 8)
  201. Me.Label1.Name = "Label1"
  202. Me.Label1.Size = New System.Drawing.Size(104, 16)
  203. Me.Label1.TabIndex = 833
  204. Me.Label1.Text = "營運成本收支單號"
  205. '
  206. 'RadioButton2
  207. '
  208. Me.RadioButton2.AutoSize = True
  209. Me.RadioButton2.Location = New System.Drawing.Point(176, 5)
  210. Me.RadioButton2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  211. Me.RadioButton2.Name = "RadioButton2"
  212. Me.RadioButton2.Size = New System.Drawing.Size(146, 20)
  213. Me.RadioButton2.TabIndex = 829
  214. Me.RadioButton2.TabStop = True
  215. Me.RadioButton2.Text = "作廢的營運成本收支單"
  216. Me.RadioButton2.UseVisualStyleBackColor = True
  217. '
  218. 'RadioButton1
  219. '
  220. Me.RadioButton1.AutoSize = True
  221. Me.RadioButton1.Location = New System.Drawing.Point(12, 5)
  222. Me.RadioButton1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  223. Me.RadioButton1.Name = "RadioButton1"
  224. Me.RadioButton1.Size = New System.Drawing.Size(158, 20)
  225. Me.RadioButton1.TabIndex = 828
  226. Me.RadioButton1.TabStop = True
  227. Me.RadioButton1.Text = "未核准的營運成本收支單"
  228. Me.RadioButton1.UseVisualStyleBackColor = True
  229. '
  230. 'DataGridView2
  231. '
  232. DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  233. Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
  234. Me.DataGridView2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  235. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  236. Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  237. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  238. Me.DataGridView2.Location = New System.Drawing.Point(7, 50)
  239. Me.DataGridView2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  240. Me.DataGridView2.Name = "DataGridView2"
  241. Me.DataGridView2.RowHeadersWidth = 5
  242. Me.DataGridView2.RowTemplate.Height = 24
  243. Me.DataGridView2.Size = New System.Drawing.Size(315, 555)
  244. Me.DataGridView2.TabIndex = 820
  245. '
  246. 'Button2
  247. '
  248. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  249. Me.Button2.Location = New System.Drawing.Point(1118, 2)
  250. Me.Button2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  251. Me.Button2.Name = "Button2"
  252. Me.Button2.Size = New System.Drawing.Size(119, 25)
  253. Me.Button2.TabIndex = 846
  254. Me.Button2.Text = "申請完成"
  255. Me.Button2.UseVisualStyleBackColor = True
  256. '
  257. 'Label2
  258. '
  259. Me.Label2.AutoSize = True
  260. Me.Label2.Location = New System.Drawing.Point(481, 61)
  261. Me.Label2.Name = "Label2"
  262. Me.Label2.Size = New System.Drawing.Size(56, 16)
  263. Me.Label2.TabIndex = 847
  264. Me.Label2.Text = "會計科目"
  265. '
  266. 'ContextMenuStrip1
  267. '
  268. 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})
  269. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  270. Me.ContextMenuStrip1.Size = New System.Drawing.Size(231, 176)
  271. '
  272. '重新讀取ToolStripMenuItem
  273. '
  274. Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem"
  275. Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(230, 22)
  276. Me.重新讀取ToolStripMenuItem.Text = "重新讀取"
  277. '
  278. 'ToolStripSeparator6
  279. '
  280. Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
  281. Me.ToolStripSeparator6.Size = New System.Drawing.Size(227, 6)
  282. '
  283. '開立零用金支付單ToolStripMenuItem
  284. '
  285. Me.開立零用金支付單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  286. Me.開立零用金支付單ToolStripMenuItem.Name = "開立零用金支付單ToolStripMenuItem"
  287. Me.開立零用金支付單ToolStripMenuItem.Size = New System.Drawing.Size(230, 22)
  288. Me.開立零用金支付單ToolStripMenuItem.Text = "開立營運成本收支單"
  289. '
  290. '複製單據開單ToolStripMenuItem
  291. '
  292. Me.複製單據開單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  293. Me.複製單據開單ToolStripMenuItem.Name = "複製單據開單ToolStripMenuItem"
  294. Me.複製單據開單ToolStripMenuItem.Size = New System.Drawing.Size(230, 22)
  295. Me.複製單據開單ToolStripMenuItem.Text = "複製歷史單據重新開立"
  296. '
  297. '申請完成ToolStripMenuItem
  298. '
  299. Me.申請完成ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  300. Me.申請完成ToolStripMenuItem.Name = "申請完成ToolStripMenuItem"
  301. Me.申請完成ToolStripMenuItem.Size = New System.Drawing.Size(230, 22)
  302. Me.申請完成ToolStripMenuItem.Text = "申請完成"
  303. '
  304. 'ToolStripSeparator1
  305. '
  306. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  307. Me.ToolStripSeparator1.Size = New System.Drawing.Size(227, 6)
  308. '
  309. '新增一筆資料ToolStripMenuItem
  310. '
  311. Me.新增一筆資料ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  312. Me.新增一筆資料ToolStripMenuItem.Name = "新增一筆資料ToolStripMenuItem"
  313. Me.新增一筆資料ToolStripMenuItem.Size = New System.Drawing.Size(230, 22)
  314. Me.新增一筆資料ToolStripMenuItem.Text = "收支單中新增一筆空白資料"
  315. '
  316. '刪除支付單中選中的資料ToolStripMenuItem
  317. '
  318. Me.刪除支付單中選中的資料ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  319. Me.刪除支付單中選中的資料ToolStripMenuItem.Name = "刪除支付單中選中的資料ToolStripMenuItem"
  320. Me.刪除支付單中選中的資料ToolStripMenuItem.Size = New System.Drawing.Size(230, 22)
  321. Me.刪除支付單中選中的資料ToolStripMenuItem.Text = "刪除一筆收支單中選中的資料"
  322. '
  323. 'ToolStripSeparator2
  324. '
  325. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  326. Me.ToolStripSeparator2.Size = New System.Drawing.Size(227, 6)
  327. '
  328. '刪除選中的零用金支付單ToolStripMenuItem
  329. '
  330. Me.刪除選中的零用金支付單ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
  331. Me.刪除選中的零用金支付單ToolStripMenuItem.Name = "刪除選中的零用金支付單ToolStripMenuItem"
  332. Me.刪除選中的零用金支付單ToolStripMenuItem.Size = New System.Drawing.Size(230, 22)
  333. Me.刪除選中的零用金支付單ToolStripMenuItem.Text = "刪除選中的營運成本收支單"
  334. '
  335. 'Timer1
  336. '
  337. Me.Timer1.Interval = 500
  338. '
  339. 'Label4
  340. '
  341. Me.Label4.AutoSize = True
  342. Me.Label4.ForeColor = System.Drawing.Color.Blue
  343. Me.Label4.Location = New System.Drawing.Point(696, 8)
  344. Me.Label4.Name = "Label4"
  345. Me.Label4.Size = New System.Drawing.Size(32, 16)
  346. Me.Label4.TabIndex = 878
  347. Me.Label4.Text = "日期"
  348. '
  349. 'DateTimePicker1
  350. '
  351. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  352. Me.DateTimePicker1.Location = New System.Drawing.Point(728, 5)
  353. Me.DateTimePicker1.Name = "DateTimePicker1"
  354. Me.DateTimePicker1.Size = New System.Drawing.Size(90, 23)
  355. Me.DateTimePicker1.TabIndex = 877
  356. '
  357. 'CheckBox1
  358. '
  359. Me.CheckBox1.AutoSize = True
  360. Me.CheckBox1.Checked = True
  361. Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
  362. Me.CheckBox1.Location = New System.Drawing.Point(827, 6)
  363. Me.CheckBox1.Name = "CheckBox1"
  364. Me.CheckBox1.Size = New System.Drawing.Size(39, 20)
  365. Me.CheckBox1.TabIndex = 879
  366. Me.CheckBox1.Text = "補"
  367. Me.CheckBox1.UseVisualStyleBackColor = True
  368. '
  369. 'TextBox2
  370. '
  371. Me.TextBox2.Location = New System.Drawing.Point(821, 30)
  372. Me.TextBox2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  373. Me.TextBox2.Name = "TextBox2"
  374. Me.TextBox2.Size = New System.Drawing.Size(113, 23)
  375. Me.TextBox2.TabIndex = 881
  376. Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  377. '
  378. 'Label5
  379. '
  380. Me.Label5.AutoSize = True
  381. Me.Label5.Location = New System.Drawing.Point(787, 33)
  382. Me.Label5.Name = "Label5"
  383. Me.Label5.Size = New System.Drawing.Size(32, 16)
  384. Me.Label5.TabIndex = 880
  385. Me.Label5.Text = "支出"
  386. '
  387. 'TextBox6
  388. '
  389. Me.TextBox6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  390. Me.TextBox6.Location = New System.Drawing.Point(999, 30)
  391. Me.TextBox6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  392. Me.TextBox6.Name = "TextBox6"
  393. Me.TextBox6.Size = New System.Drawing.Size(113, 23)
  394. Me.TextBox6.TabIndex = 883
  395. Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  396. '
  397. 'Label9
  398. '
  399. Me.Label9.AutoSize = True
  400. Me.Label9.Location = New System.Drawing.Point(941, 33)
  401. Me.Label9.Name = "Label9"
  402. Me.Label9.Size = New System.Drawing.Size(56, 16)
  403. Me.Label9.TabIndex = 882
  404. Me.Label9.Text = "現金餘額"
  405. '
  406. 'TextBox7
  407. '
  408. Me.TextBox7.Location = New System.Drawing.Point(374, 30)
  409. Me.TextBox7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  410. Me.TextBox7.Name = "TextBox7"
  411. Me.TextBox7.Size = New System.Drawing.Size(113, 23)
  412. Me.TextBox7.TabIndex = 885
  413. Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  414. '
  415. 'Label10
  416. '
  417. Me.Label10.AutoSize = True
  418. Me.Label10.Location = New System.Drawing.Point(328, 33)
  419. Me.Label10.Name = "Label10"
  420. Me.Label10.Size = New System.Drawing.Size(44, 16)
  421. Me.Label10.TabIndex = 884
  422. Me.Label10.Text = "零用金"
  423. '
  424. 'TextBox8
  425. '
  426. Me.TextBox8.Location = New System.Drawing.Point(523, 30)
  427. Me.TextBox8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  428. Me.TextBox8.Name = "TextBox8"
  429. Me.TextBox8.Size = New System.Drawing.Size(113, 23)
  430. Me.TextBox8.TabIndex = 887
  431. Me.TextBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  432. '
  433. 'Label11
  434. '
  435. Me.Label11.AutoSize = True
  436. Me.Label11.Location = New System.Drawing.Point(489, 33)
  437. Me.Label11.Name = "Label11"
  438. Me.Label11.Size = New System.Drawing.Size(32, 16)
  439. Me.Label11.TabIndex = 886
  440. Me.Label11.Text = "支票"
  441. '
  442. 'RadioButton3
  443. '
  444. Me.RadioButton3.AutoSize = True
  445. Me.RadioButton3.Location = New System.Drawing.Point(12, 28)
  446. Me.RadioButton3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  447. Me.RadioButton3.Name = "RadioButton3"
  448. Me.RadioButton3.Size = New System.Drawing.Size(158, 20)
  449. Me.RadioButton3.TabIndex = 888
  450. Me.RadioButton3.TabStop = True
  451. Me.RadioButton3.Text = "已核准的營運成本收支單"
  452. Me.RadioButton3.UseVisualStyleBackColor = True
  453. '
  454. 'DateTimePicker2
  455. '
  456. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  457. Me.DateTimePicker2.Location = New System.Drawing.Point(341, 97)
  458. Me.DateTimePicker2.Name = "DateTimePicker2"
  459. Me.DateTimePicker2.Size = New System.Drawing.Size(90, 23)
  460. Me.DateTimePicker2.TabIndex = 889
  461. '
  462. 'Button1
  463. '
  464. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  465. Me.Button1.Location = New System.Drawing.Point(186, 26)
  466. Me.Button1.Name = "Button1"
  467. Me.Button1.Size = New System.Drawing.Size(136, 23)
  468. Me.Button1.TabIndex = 890
  469. Me.Button1.Text = "複製歷史單據重新開立"
  470. Me.Button1.UseVisualStyleBackColor = True
  471. '
  472. 'ComboBox4
  473. '
  474. Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  475. Me.ComboBox4.FormattingEnabled = True
  476. Me.ComboBox4.Location = New System.Drawing.Point(856, 56)
  477. Me.ComboBox4.Name = "ComboBox4"
  478. Me.ComboBox4.Size = New System.Drawing.Size(75, 24)
  479. Me.ComboBox4.TabIndex = 894
  480. '
  481. 'ComboBox3
  482. '
  483. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  484. Me.ComboBox3.FormattingEnabled = True
  485. Me.ComboBox3.Location = New System.Drawing.Point(731, 56)
  486. Me.ComboBox3.Name = "ComboBox3"
  487. Me.ComboBox3.Size = New System.Drawing.Size(121, 24)
  488. Me.ComboBox3.TabIndex = 893
  489. '
  490. 'ComboBox2
  491. '
  492. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  493. Me.ComboBox2.FormattingEnabled = True
  494. Me.ComboBox2.Location = New System.Drawing.Point(667, 56)
  495. Me.ComboBox2.Name = "ComboBox2"
  496. Me.ComboBox2.Size = New System.Drawing.Size(61, 24)
  497. Me.ComboBox2.TabIndex = 892
  498. '
  499. 'ComboBox5
  500. '
  501. Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  502. Me.ComboBox5.FormattingEnabled = True
  503. Me.ComboBox5.Location = New System.Drawing.Point(543, 56)
  504. Me.ComboBox5.Name = "ComboBox5"
  505. Me.ComboBox5.Size = New System.Drawing.Size(121, 24)
  506. Me.ComboBox5.TabIndex = 891
  507. '
  508. 'TextBox9
  509. '
  510. Me.TextBox9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  511. Me.TextBox9.Location = New System.Drawing.Point(1118, 56)
  512. Me.TextBox9.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  513. Me.TextBox9.Name = "TextBox9"
  514. Me.TextBox9.Size = New System.Drawing.Size(119, 23)
  515. Me.TextBox9.TabIndex = 895
  516. Me.TextBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  517. '
  518. 'ComboBox6
  519. '
  520. Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  521. Me.ComboBox6.FormattingEnabled = True
  522. Me.ComboBox6.Location = New System.Drawing.Point(892, 198)
  523. Me.ComboBox6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  524. Me.ComboBox6.Name = "ComboBox6"
  525. Me.ComboBox6.Size = New System.Drawing.Size(175, 24)
  526. Me.ComboBox6.TabIndex = 896
  527. '
  528. 'ProgressBar1
  529. '
  530. Me.ProgressBar1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  531. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  532. Me.ProgressBar1.Location = New System.Drawing.Point(328, 582)
  533. Me.ProgressBar1.Maximum = 10000
  534. Me.ProgressBar1.Name = "ProgressBar1"
  535. Me.ProgressBar1.Size = New System.Drawing.Size(909, 23)
  536. Me.ProgressBar1.TabIndex = 897
  537. '
  538. '幣別_cb
  539. '
  540. Me.幣別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  541. Me.幣別_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  542. Me.幣別_cb.FormattingEnabled = True
  543. Me.幣別_cb.Items.AddRange(New Object() {"台幣現金", "人民幣現金", "美金"})
  544. Me.幣別_cb.Location = New System.Drawing.Point(1118, 30)
  545. Me.幣別_cb.Name = "幣別_cb"
  546. Me.幣別_cb.Size = New System.Drawing.Size(119, 24)
  547. Me.幣別_cb.TabIndex = 898
  548. '
  549. '人民幣匯率_tb
  550. '
  551. Me.人民幣匯率_tb.Location = New System.Drawing.Point(892, 230)
  552. Me.人民幣匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  553. Me.人民幣匯率_tb.Name = "人民幣匯率_tb"
  554. Me.人民幣匯率_tb.Size = New System.Drawing.Size(175, 23)
  555. Me.人民幣匯率_tb.TabIndex = 899
  556. Me.人民幣匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  557. Me.人民幣匯率_tb.Visible = False
  558. '
  559. '美金匯率_tb
  560. '
  561. Me.美金匯率_tb.Location = New System.Drawing.Point(892, 261)
  562. Me.美金匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  563. Me.美金匯率_tb.Name = "美金匯率_tb"
  564. Me.美金匯率_tb.Size = New System.Drawing.Size(175, 23)
  565. Me.美金匯率_tb.TabIndex = 900
  566. Me.美金匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  567. Me.美金匯率_tb.Visible = False
  568. '
  569. '營運成本收支單申請
  570. '
  571. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  572. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  573. Me.ClientSize = New System.Drawing.Size(1249, 611)
  574. Me.ContextMenuStrip = Me.ContextMenuStrip1
  575. Me.Controls.Add(Me.美金匯率_tb)
  576. Me.Controls.Add(Me.人民幣匯率_tb)
  577. Me.Controls.Add(Me.幣別_cb)
  578. Me.Controls.Add(Me.ProgressBar1)
  579. Me.Controls.Add(Me.ComboBox6)
  580. Me.Controls.Add(Me.TextBox9)
  581. Me.Controls.Add(Me.ComboBox4)
  582. Me.Controls.Add(Me.ComboBox3)
  583. Me.Controls.Add(Me.ComboBox2)
  584. Me.Controls.Add(Me.ComboBox5)
  585. Me.Controls.Add(Me.Button1)
  586. Me.Controls.Add(Me.DateTimePicker2)
  587. Me.Controls.Add(Me.RadioButton3)
  588. Me.Controls.Add(Me.TextBox8)
  589. Me.Controls.Add(Me.Label11)
  590. Me.Controls.Add(Me.TextBox7)
  591. Me.Controls.Add(Me.Label10)
  592. Me.Controls.Add(Me.TextBox6)
  593. Me.Controls.Add(Me.Label9)
  594. Me.Controls.Add(Me.TextBox2)
  595. Me.Controls.Add(Me.Label5)
  596. Me.Controls.Add(Me.CheckBox1)
  597. Me.Controls.Add(Me.Label4)
  598. Me.Controls.Add(Me.DateTimePicker1)
  599. Me.Controls.Add(Me.Button2)
  600. Me.Controls.Add(Me.ComboBox1)
  601. Me.Controls.Add(Me.TextBox5)
  602. Me.Controls.Add(Me.Label8)
  603. Me.Controls.Add(Me.Label62)
  604. Me.Controls.Add(Me.TextBox4)
  605. Me.Controls.Add(Me.Label28)
  606. Me.Controls.Add(Me.Label27)
  607. Me.Controls.Add(Me.Label3)
  608. Me.Controls.Add(Me.TextBox3)
  609. Me.Controls.Add(Me.TextBox1)
  610. Me.Controls.Add(Me.Label1)
  611. Me.Controls.Add(Me.RadioButton2)
  612. Me.Controls.Add(Me.RadioButton1)
  613. Me.Controls.Add(Me.Label2)
  614. Me.Controls.Add(Me.DataGridView1)
  615. Me.Controls.Add(Me.DataGridView2)
  616. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  617. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  618. Me.Name = "營運成本收支單申請"
  619. Me.Text = "營運成本收支單申請"
  620. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  621. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  622. Me.ContextMenuStrip1.ResumeLayout(False)
  623. Me.ResumeLayout(False)
  624. Me.PerformLayout()
  625. End Sub
  626. Friend WithEvents ComboBox1 As ComboBox
  627. Friend WithEvents TextBox5 As TextBox
  628. Friend WithEvents Label8 As Label
  629. Friend WithEvents Label62 As Label
  630. Friend WithEvents TextBox4 As TextBox
  631. Friend WithEvents Label28 As Label
  632. Friend WithEvents Label27 As Label
  633. Friend WithEvents DataGridView1 As DataGridView
  634. Friend WithEvents Label3 As Label
  635. Friend WithEvents TextBox3 As TextBox
  636. Friend WithEvents TextBox1 As TextBox
  637. Friend WithEvents Label1 As Label
  638. Friend WithEvents RadioButton2 As RadioButton
  639. Friend WithEvents RadioButton1 As RadioButton
  640. Friend WithEvents DataGridView2 As DataGridView
  641. Friend WithEvents Button2 As Button
  642. Friend WithEvents Label2 As Label
  643. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  644. Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem
  645. Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
  646. Friend WithEvents 開立零用金支付單ToolStripMenuItem As ToolStripMenuItem
  647. Friend WithEvents 申請完成ToolStripMenuItem As ToolStripMenuItem
  648. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  649. Friend WithEvents 新增一筆資料ToolStripMenuItem As ToolStripMenuItem
  650. Friend WithEvents 刪除支付單中選中的資料ToolStripMenuItem As ToolStripMenuItem
  651. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  652. Friend WithEvents 刪除選中的零用金支付單ToolStripMenuItem As ToolStripMenuItem
  653. Friend WithEvents Timer1 As Timer
  654. Friend WithEvents Label4 As Label
  655. Friend WithEvents DateTimePicker1 As DateTimePicker
  656. Friend WithEvents CheckBox1 As CheckBox
  657. Friend WithEvents TextBox2 As TextBox
  658. Friend WithEvents Label5 As Label
  659. Friend WithEvents TextBox6 As TextBox
  660. Friend WithEvents Label9 As Label
  661. Friend WithEvents TextBox7 As TextBox
  662. Friend WithEvents Label10 As Label
  663. Friend WithEvents TextBox8 As TextBox
  664. Friend WithEvents Label11 As Label
  665. Friend WithEvents RadioButton3 As RadioButton
  666. Friend WithEvents DateTimePicker2 As DateTimePicker
  667. Friend WithEvents 複製單據開單ToolStripMenuItem As ToolStripMenuItem
  668. Friend WithEvents Button1 As Button
  669. Friend WithEvents ComboBox4 As ComboBox
  670. Friend WithEvents ComboBox3 As ComboBox
  671. Friend WithEvents ComboBox2 As ComboBox
  672. Friend WithEvents ComboBox5 As ComboBox
  673. Friend WithEvents TextBox9 As TextBox
  674. Friend WithEvents ComboBox6 As ComboBox
  675. Friend WithEvents ProgressBar1 As ProgressBar
  676. Friend WithEvents 幣別_cb As ComboBox
  677. Friend WithEvents 人民幣匯率_tb As TextBox
  678. Friend WithEvents 美金匯率_tb As TextBox
  679. End Class