_ Partial Class 財務_收支單申請_ICS Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub '為 Windows Form 設計工具的必要項 Private components As System.ComponentModel.IContainer '注意: 以下為 Windows Form 設計工具所需的程序 '可以使用 Windows Form 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.視窗1_pl = New System.Windows.Forms.Panel() Me.物料群組_Panel = New System.Windows.Forms.Panel() Me.支出_cb = New System.Windows.Forms.CheckBox() Me.收入_cb = New System.Windows.Forms.CheckBox() Me.指定_ndp = New System.Windows.Forms.NumericUpDown() Me.窗口說明1_lb = New System.Windows.Forms.Label() Me.確定_bt = New System.Windows.Forms.Button() Me.窗口表頭_lb = New System.Windows.Forms.Label() Me.Cancel_bt = New System.Windows.Forms.Button() Me.刪除選中的一筆資料_bt = New System.Windows.Forms.Button() Me.收支單中新增一筆空白資料_bt = New System.Windows.Forms.Button() Me.Label15 = New System.Windows.Forms.Label() Me.刪除選中的營運成本收支單_bt = New System.Windows.Forms.Button() Me.開立營運成本收支單_bt = New System.Windows.Forms.Button() Me.Label16 = New System.Windows.Forms.Label() Me.幣別_cb = New System.Windows.Forms.ComboBox() Me.關鍵字查詢會計科目_tb = New System.Windows.Forms.TextBox() Me.科目2_號_cb = New System.Windows.Forms.ComboBox() Me.科目2_名_cb = New System.Windows.Forms.ComboBox() Me.科目1_號_cb = New System.Windows.Forms.ComboBox() Me.科目1_名_cb = New System.Windows.Forms.ComboBox() Me.複製歷史單據重新開立_bt = New System.Windows.Forms.Button() Me.已核准的收支單_rb = New System.Windows.Forms.RadioButton() Me.支票_tb = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.零用金_tb = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.合計_tb = New System.Windows.Forms.TextBox() Me.支出_tb = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.補單_ch = New System.Windows.Forms.CheckBox() Me.Label4 = New System.Windows.Forms.Label() Me.日期_dtp = New System.Windows.Forms.DateTimePicker() Me.申請_bt = New System.Windows.Forms.Button() Me.科目3_名_cb = New System.Windows.Forms.ComboBox() Me.收入_tb = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.Label62 = New System.Windows.Forms.Label() Me.項次_tb = New System.Windows.Forms.TextBox() Me.Label28 = New System.Windows.Forms.Label() Me.Label27 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.申請人_tb = New System.Windows.Forms.TextBox() Me.收支單號_tb = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.作廢的收支單_rb = New System.Windows.Forms.RadioButton() Me.未核准的收支單_rb = New System.Windows.Forms.RadioButton() Me.Label2 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.明細表_dgv = New System.Windows.Forms.DataGridView() Me.營運收支單_dgv = New System.Windows.Forms.DataGridView() Me.Panel1 = New System.Windows.Forms.Panel() Me.科目3_號_cb = New System.Windows.Forms.ComboBox() Me.人民幣匯率_tb = New System.Windows.Forms.TextBox() Me.美金匯率_tb = New System.Windows.Forms.TextBox() Me.印尼匯率_tb = New System.Windows.Forms.TextBox() Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker() Me.Label14 = New System.Windows.Forms.Label() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator() Me.開立零用金支付單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.複製單據開單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.申請完成ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.新增一筆資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.刪除支付單中選中的資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.刪除選中的零用金支付單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.Panel2 = New System.Windows.Forms.Panel() Me.視窗1_pl.SuspendLayout() Me.物料群組_Panel.SuspendLayout() CType(Me.指定_ndp, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.營運收支單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.ContextMenuStrip1.SuspendLayout() Me.Panel2.SuspendLayout() Me.SuspendLayout() ' '視窗1_pl ' Me.視窗1_pl.BackColor = System.Drawing.Color.White Me.視窗1_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.視窗1_pl.Controls.Add(Me.物料群組_Panel) Me.視窗1_pl.Controls.Add(Me.窗口表頭_lb) Me.視窗1_pl.Controls.Add(Me.Cancel_bt) Me.視窗1_pl.Location = New System.Drawing.Point(646, 279) Me.視窗1_pl.Name = "視窗1_pl" Me.視窗1_pl.Size = New System.Drawing.Size(199, 124) Me.視窗1_pl.TabIndex = 1564 ' '物料群組_Panel ' Me.物料群組_Panel.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.物料群組_Panel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.物料群組_Panel.Controls.Add(Me.支出_cb) Me.物料群組_Panel.Controls.Add(Me.收入_cb) Me.物料群組_Panel.Controls.Add(Me.指定_ndp) Me.物料群組_Panel.Controls.Add(Me.窗口說明1_lb) Me.物料群組_Panel.Controls.Add(Me.確定_bt) Me.物料群組_Panel.Location = New System.Drawing.Point(3, 28) Me.物料群組_Panel.Name = "物料群組_Panel" Me.物料群組_Panel.Size = New System.Drawing.Size(192, 92) Me.物料群組_Panel.TabIndex = 1367 ' '支出_cb ' Me.支出_cb.AutoSize = True Me.支出_cb.Location = New System.Drawing.Point(103, 32) Me.支出_cb.Name = "支出_cb" Me.支出_cb.Size = New System.Drawing.Size(50, 20) Me.支出_cb.TabIndex = 1376 Me.支出_cb.Text = "支出" Me.支出_cb.UseVisualStyleBackColor = True ' '收入_cb ' Me.收入_cb.AutoSize = True Me.收入_cb.Location = New System.Drawing.Point(8, 32) Me.收入_cb.Name = "收入_cb" Me.收入_cb.Size = New System.Drawing.Size(50, 20) Me.收入_cb.TabIndex = 1375 Me.收入_cb.Text = "收入" Me.收入_cb.UseVisualStyleBackColor = True ' '指定_ndp ' Me.指定_ndp.Location = New System.Drawing.Point(53, 4) Me.指定_ndp.Maximum = New Decimal(New Integer() {100000000, 0, 0, 0}) Me.指定_ndp.Minimum = New Decimal(New Integer() {100000000, 0, 0, -2147483648}) Me.指定_ndp.Name = "指定_ndp" Me.指定_ndp.Size = New System.Drawing.Size(120, 23) Me.指定_ndp.TabIndex = 1374 Me.指定_ndp.TextAlign = System.Windows.Forms.HorizontalAlignment.Right Me.指定_ndp.ThousandsSeparator = True ' '窗口說明1_lb ' Me.窗口說明1_lb.AutoSize = True Me.窗口說明1_lb.Location = New System.Drawing.Point(3, 6) Me.窗口說明1_lb.Name = "窗口說明1_lb" Me.窗口說明1_lb.Size = New System.Drawing.Size(43, 16) Me.窗口說明1_lb.TabIndex = 1373 Me.窗口說明1_lb.Text = "零用金" ' '確定_bt ' Me.確定_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.確定_bt.ForeColor = System.Drawing.Color.Blue Me.確定_bt.Location = New System.Drawing.Point(6, 51) Me.確定_bt.Name = "確定_bt" Me.確定_bt.Size = New System.Drawing.Size(175, 33) Me.確定_bt.TabIndex = 1363 Me.確定_bt.Text = "確定" Me.確定_bt.UseVisualStyleBackColor = True ' '窗口表頭_lb ' Me.窗口表頭_lb.AutoSize = True Me.窗口表頭_lb.Location = New System.Drawing.Point(5, 7) Me.窗口表頭_lb.Name = "窗口表頭_lb" Me.窗口表頭_lb.Size = New System.Drawing.Size(55, 16) Me.窗口表頭_lb.TabIndex = 1375 Me.窗口表頭_lb.Text = "編輯指定" ' 'Cancel_bt ' Me.Cancel_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Cancel_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Cancel_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Cancel_bt.ForeColor = System.Drawing.Color.Black Me.Cancel_bt.Location = New System.Drawing.Point(167, 2) Me.Cancel_bt.Name = "Cancel_bt" Me.Cancel_bt.Size = New System.Drawing.Size(26, 26) Me.Cancel_bt.TabIndex = 1374 Me.Cancel_bt.Text = "X" Me.Cancel_bt.UseVisualStyleBackColor = False ' '刪除選中的一筆資料_bt ' Me.刪除選中的一筆資料_bt.ForeColor = System.Drawing.Color.Red Me.刪除選中的一筆資料_bt.Location = New System.Drawing.Point(1082, 71) Me.刪除選中的一筆資料_bt.Name = "刪除選中的一筆資料_bt" Me.刪除選中的一筆資料_bt.Size = New System.Drawing.Size(160, 25) Me.刪除選中的一筆資料_bt.TabIndex = 1562 Me.刪除選中的一筆資料_bt.Text = "刪除選中的一筆資料" Me.刪除選中的一筆資料_bt.UseVisualStyleBackColor = True ' '收支單中新增一筆空白資料_bt ' Me.收支單中新增一筆空白資料_bt.ForeColor = System.Drawing.Color.Green Me.收支單中新增一筆空白資料_bt.Location = New System.Drawing.Point(1082, 46) Me.收支單中新增一筆空白資料_bt.Name = "收支單中新增一筆空白資料_bt" Me.收支單中新增一筆空白資料_bt.Size = New System.Drawing.Size(160, 25) Me.收支單中新增一筆空白資料_bt.TabIndex = 1561 Me.收支單中新增一筆空白資料_bt.Text = "收支單中新增一筆空白資料" Me.收支單中新增一筆空白資料_bt.UseVisualStyleBackColor = True ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Location = New System.Drawing.Point(836, 51) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(120, 16) Me.Label15.TabIndex = 1560 Me.Label15.Text = "關鍵字查詢-會計科目" ' '刪除選中的營運成本收支單_bt ' Me.刪除選中的營運成本收支單_bt.ForeColor = System.Drawing.Color.Red Me.刪除選中的營運成本收支單_bt.Location = New System.Drawing.Point(1127, 17) Me.刪除選中的營運成本收支單_bt.Name = "刪除選中的營運成本收支單_bt" Me.刪除選中的營運成本收支單_bt.Size = New System.Drawing.Size(115, 25) Me.刪除選中的營運成本收支單_bt.TabIndex = 1554 Me.刪除選中的營運成本收支單_bt.Text = "刪除選中的財務單" Me.刪除選中的營運成本收支單_bt.UseVisualStyleBackColor = True ' '開立營運成本收支單_bt ' Me.開立營運成本收支單_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.開立營運成本收支單_bt.Location = New System.Drawing.Point(898, 17) Me.開立營運成本收支單_bt.Name = "開立營運成本收支單_bt" Me.開立營運成本收支單_bt.Size = New System.Drawing.Size(115, 25) Me.開立營運成本收支單_bt.TabIndex = 1553 Me.開立營運成本收支單_bt.Text = "開立財務收支單" Me.開立營運成本收支單_bt.UseVisualStyleBackColor = True ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label16.Location = New System.Drawing.Point(322, 1) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(218, 16) Me.Label16.TabIndex = 1552 Me.Label16.Text = "1、先開立財務收支單,在選會計科目。" ' '幣別_cb ' Me.幣別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.幣別_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.幣別_cb.FormattingEnabled = True Me.幣別_cb.Items.AddRange(New Object() {"台幣現金", "人民幣現金", "美金", "印尼盾"}) Me.幣別_cb.Location = New System.Drawing.Point(959, 71) Me.幣別_cb.Name = "幣別_cb" Me.幣別_cb.Size = New System.Drawing.Size(119, 24) Me.幣別_cb.TabIndex = 1551 ' '關鍵字查詢會計科目_tb ' Me.關鍵字查詢會計科目_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.關鍵字查詢會計科目_tb.Location = New System.Drawing.Point(959, 47) Me.關鍵字查詢會計科目_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.關鍵字查詢會計科目_tb.Name = "關鍵字查詢會計科目_tb" Me.關鍵字查詢會計科目_tb.Size = New System.Drawing.Size(119, 23) Me.關鍵字查詢會計科目_tb.TabIndex = 1550 Me.關鍵字查詢會計科目_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '科目2_號_cb ' Me.科目2_號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.科目2_號_cb.FormattingEnabled = True Me.科目2_號_cb.Location = New System.Drawing.Point(695, 71) Me.科目2_號_cb.Name = "科目2_號_cb" Me.科目2_號_cb.Size = New System.Drawing.Size(75, 24) Me.科目2_號_cb.TabIndex = 1549 ' '科目2_名_cb ' Me.科目2_名_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.科目2_名_cb.FormattingEnabled = True Me.科目2_名_cb.Location = New System.Drawing.Point(570, 71) Me.科目2_名_cb.Name = "科目2_名_cb" Me.科目2_名_cb.Size = New System.Drawing.Size(123, 24) Me.科目2_名_cb.TabIndex = 1548 ' '科目1_號_cb ' Me.科目1_號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.科目1_號_cb.FormattingEnabled = True Me.科目1_號_cb.Location = New System.Drawing.Point(508, 71) Me.科目1_號_cb.Name = "科目1_號_cb" Me.科目1_號_cb.Size = New System.Drawing.Size(61, 24) Me.科目1_號_cb.TabIndex = 1547 ' '科目1_名_cb ' Me.科目1_名_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.科目1_名_cb.FormattingEnabled = True Me.科目1_名_cb.Location = New System.Drawing.Point(384, 71) Me.科目1_名_cb.Name = "科目1_名_cb" Me.科目1_名_cb.Size = New System.Drawing.Size(123, 24) Me.科目1_名_cb.TabIndex = 1546 ' '複製歷史單據重新開立_bt ' Me.複製歷史單據重新開立_bt.ForeColor = System.Drawing.Color.Green Me.複製歷史單據重新開立_bt.Location = New System.Drawing.Point(1013, 17) Me.複製歷史單據重新開立_bt.Name = "複製歷史單據重新開立_bt" Me.複製歷史單據重新開立_bt.Size = New System.Drawing.Size(114, 25) Me.複製歷史單據重新開立_bt.TabIndex = 1545 Me.複製歷史單據重新開立_bt.Text = "複製歷史單據" Me.複製歷史單據重新開立_bt.UseVisualStyleBackColor = True ' '已核准的收支單_rb ' Me.已核准的收支單_rb.AutoSize = True Me.已核准的收支單_rb.Location = New System.Drawing.Point(112, 2) Me.已核准的收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.已核准的收支單_rb.Name = "已核准的收支單_rb" Me.已核准的收支單_rb.Size = New System.Drawing.Size(109, 20) Me.已核准的收支單_rb.TabIndex = 1544 Me.已核准的收支單_rb.TabStop = True Me.已核准的收支單_rb.Text = "已核准的收支單" Me.已核准的收支單_rb.UseVisualStyleBackColor = True ' '支票_tb ' Me.支票_tb.Location = New System.Drawing.Point(56, 36) Me.支票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.支票_tb.Name = "支票_tb" Me.支票_tb.Size = New System.Drawing.Size(65, 23) Me.支票_tb.TabIndex = 1543 Me.支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(23, 39) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(31, 16) Me.Label11.TabIndex = 1542 Me.Label11.Text = "支票" ' '零用金_tb ' Me.零用金_tb.Location = New System.Drawing.Point(56, 4) Me.零用金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.零用金_tb.Name = "零用金_tb" Me.零用金_tb.Size = New System.Drawing.Size(65, 23) Me.零用金_tb.TabIndex = 1541 Me.零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(10, 7) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(43, 16) Me.Label10.TabIndex = 1540 Me.Label10.Text = "零用金" ' '合計_tb ' Me.合計_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.合計_tb.Location = New System.Drawing.Point(835, 102) Me.合計_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.合計_tb.Name = "合計_tb" Me.合計_tb.Size = New System.Drawing.Size(121, 23) Me.合計_tb.TabIndex = 1539 Me.合計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '支出_tb ' Me.支出_tb.Location = New System.Drawing.Point(705, 102) Me.支出_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.支出_tb.Name = "支出_tb" Me.支出_tb.Size = New System.Drawing.Size(100, 23) Me.支出_tb.TabIndex = 1537 Me.支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(672, 106) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(31, 16) Me.Label5.TabIndex = 1536 Me.Label5.Text = "支出" ' '補單_ch ' Me.補單_ch.AutoSize = True Me.補單_ch.Checked = True Me.補單_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.補單_ch.Location = New System.Drawing.Point(774, 20) Me.補單_ch.Name = "補單_ch" Me.補單_ch.Size = New System.Drawing.Size(38, 20) Me.補單_ch.TabIndex = 1535 Me.補單_ch.Text = "補" Me.補單_ch.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.Blue Me.Label4.Location = New System.Drawing.Point(643, 21) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(31, 16) Me.Label4.TabIndex = 1534 Me.Label4.Text = "日期" ' '日期_dtp ' Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.日期_dtp.Location = New System.Drawing.Point(675, 18) Me.日期_dtp.Name = "日期_dtp" Me.日期_dtp.Size = New System.Drawing.Size(90, 23) Me.日期_dtp.TabIndex = 1533 ' '申請_bt ' Me.申請_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.申請_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.申請_bt.Location = New System.Drawing.Point(1082, 101) Me.申請_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.申請_bt.Name = "申請_bt" Me.申請_bt.Size = New System.Drawing.Size(160, 25) Me.申請_bt.TabIndex = 1531 Me.申請_bt.Text = "申請完成" Me.申請_bt.UseVisualStyleBackColor = True ' '科目3_名_cb ' Me.科目3_名_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.科目3_名_cb.FormattingEnabled = True Me.科目3_名_cb.Location = New System.Drawing.Point(772, 71) Me.科目3_名_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.科目3_名_cb.Name = "科目3_名_cb" Me.科目3_名_cb.Size = New System.Drawing.Size(184, 24) Me.科目3_名_cb.TabIndex = 1530 ' '收入_tb ' Me.收入_tb.Location = New System.Drawing.Point(570, 102) Me.收入_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.收入_tb.Name = "收入_tb" Me.收入_tb.Size = New System.Drawing.Size(100, 23) Me.收入_tb.TabIndex = 1529 Me.收入_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(537, 106) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(31, 16) Me.Label8.TabIndex = 1528 Me.Label8.Text = "收入" ' 'Label62 ' Me.Label62.AutoSize = True Me.Label62.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label62.ForeColor = System.Drawing.Color.Red Me.Label62.Location = New System.Drawing.Point(1133, 1) Me.Label62.Name = "Label62" Me.Label62.Size = New System.Drawing.Size(109, 16) Me.Label62.TabIndex = 1527 Me.Label62.Text = "資 料 尚 未 存 檔" Me.Label62.Visible = False ' '項次_tb ' Me.項次_tb.Location = New System.Drawing.Point(352, 102) Me.項次_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.項次_tb.Name = "項次_tb" Me.項次_tb.Size = New System.Drawing.Size(61, 23) Me.項次_tb.TabIndex = 1526 Me.項次_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label28 ' Me.Label28.AutoSize = True Me.Label28.Location = New System.Drawing.Point(412, 106) Me.Label28.Name = "Label28" Me.Label28.Size = New System.Drawing.Size(43, 16) Me.Label28.TabIndex = 1525 Me.Label28.Text = "項次。" ' 'Label27 ' Me.Label27.AutoSize = True Me.Label27.Location = New System.Drawing.Point(320, 105) Me.Label27.Name = "Label27" Me.Label27.Size = New System.Drawing.Size(31, 16) Me.Label27.TabIndex = 1524 Me.Label27.Text = "選擇" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(501, 21) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(43, 16) Me.Label3.TabIndex = 1522 Me.Label3.Text = "申請人" ' '申請人_tb ' Me.申請人_tb.Location = New System.Drawing.Point(545, 18) Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(92, 23) Me.申請人_tb.TabIndex = 1521 Me.申請人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '收支單號_tb ' Me.收支單號_tb.Location = New System.Drawing.Point(378, 18) Me.收支單號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.收支單號_tb.Name = "收支單號_tb" Me.收支單號_tb.Size = New System.Drawing.Size(122, 23) Me.收支單號_tb.TabIndex = 1519 Me.收支單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(321, 22) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(55, 16) Me.Label1.TabIndex = 1520 Me.Label1.Text = "收支單號" ' '作廢的收支單_rb ' Me.作廢的收支單_rb.AutoSize = True Me.作廢的收支單_rb.Location = New System.Drawing.Point(224, 2) Me.作廢的收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.作廢的收支單_rb.Name = "作廢的收支單_rb" Me.作廢的收支單_rb.Size = New System.Drawing.Size(97, 20) Me.作廢的收支單_rb.TabIndex = 1518 Me.作廢的收支單_rb.TabStop = True Me.作廢的收支單_rb.Text = "作廢的收支單" Me.作廢的收支單_rb.UseVisualStyleBackColor = True ' '未核准的收支單_rb ' Me.未核准的收支單_rb.AutoSize = True Me.未核准的收支單_rb.Location = New System.Drawing.Point(4, 2) Me.未核准的收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.未核准的收支單_rb.Name = "未核准的收支單_rb" Me.未核准的收支單_rb.Size = New System.Drawing.Size(109, 20) Me.未核准的收支單_rb.TabIndex = 1517 Me.未核准的收支單_rb.TabStop = True Me.未核准的收支單_rb.Text = "未核准的收支單" Me.未核准的收支單_rb.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(326, 75) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(55, 16) Me.Label2.TabIndex = 1532 Me.Label2.Text = "會計科目" ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label13.Location = New System.Drawing.Point(322, 55) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(218, 16) Me.Label13.TabIndex = 1555 Me.Label13.Text = "2、選擇會計科目後再新增一筆空白資料" ' 'Label12 ' Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(374, 30) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(872, 16) Me.Label12.TabIndex = 1557 Me.Label12.Text = "_________________________________________________________________________________" & "________________________________________________________________________________" & "____________" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(317, 30) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(872, 16) Me.Label7.TabIndex = 1556 Me.Label7.Text = "_________________________________________________________________________________" & "________________________________________________________________________________" & "____________" ' 'Label6 ' Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(374, 85) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(872, 16) Me.Label6.TabIndex = 1559 Me.Label6.Text = "_________________________________________________________________________________" & "________________________________________________________________________________" & "____________" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(804, 106) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(31, 16) Me.Label9.TabIndex = 1538 Me.Label9.Text = "合計" ' '明細表_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.明細表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.明細表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.明細表_dgv.BackgroundColor = System.Drawing.Color.White Me.明細表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.明細表_dgv.Location = New System.Drawing.Point(317, 127) Me.明細表_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.明細表_dgv.Name = "明細表_dgv" Me.明細表_dgv.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.明細表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.明細表_dgv.RowTemplate.Height = 24 Me.明細表_dgv.Size = New System.Drawing.Size(925, 482) Me.明細表_dgv.TabIndex = 1523 ' '營運收支單_dgv ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.營運收支單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 Me.營運收支單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.營運收支單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.營運收支單_dgv.BackgroundColor = System.Drawing.Color.White Me.營運收支單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.營運收支單_dgv.Location = New System.Drawing.Point(3, 22) Me.營運收支單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.營運收支單_dgv.Name = "營運收支單_dgv" Me.營運收支單_dgv.RowHeadersWidth = 5 Me.營運收支單_dgv.RowTemplate.Height = 24 Me.營運收支單_dgv.Size = New System.Drawing.Size(315, 587) Me.營運收支單_dgv.TabIndex = 1516 ' 'Panel1 ' Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.科目3_號_cb) Me.Panel1.Controls.Add(Me.人民幣匯率_tb) Me.Panel1.Controls.Add(Me.美金匯率_tb) Me.Panel1.Controls.Add(Me.印尼匯率_tb) Me.Panel1.Controls.Add(Me.DateTimePicker2) Me.Panel1.Location = New System.Drawing.Point(80, 211) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(188, 159) Me.Panel1.TabIndex = 1563 ' '科目3_號_cb ' Me.科目3_號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.科目3_號_cb.FormattingEnabled = True Me.科目3_號_cb.Location = New System.Drawing.Point(3, 4) Me.科目3_號_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.科目3_號_cb.Name = "科目3_號_cb" Me.科目3_號_cb.Size = New System.Drawing.Size(175, 24) Me.科目3_號_cb.TabIndex = 896 ' '人民幣匯率_tb ' Me.人民幣匯率_tb.Location = New System.Drawing.Point(3, 36) Me.人民幣匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.人民幣匯率_tb.Name = "人民幣匯率_tb" Me.人民幣匯率_tb.Size = New System.Drawing.Size(175, 23) Me.人民幣匯率_tb.TabIndex = 899 Me.人民幣匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '美金匯率_tb ' Me.美金匯率_tb.Location = New System.Drawing.Point(3, 67) Me.美金匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.美金匯率_tb.Name = "美金匯率_tb" Me.美金匯率_tb.Size = New System.Drawing.Size(175, 23) Me.美金匯率_tb.TabIndex = 900 Me.美金匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '印尼匯率_tb ' Me.印尼匯率_tb.Location = New System.Drawing.Point(3, 98) Me.印尼匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.印尼匯率_tb.Name = "印尼匯率_tb" Me.印尼匯率_tb.Size = New System.Drawing.Size(175, 23) Me.印尼匯率_tb.TabIndex = 901 Me.印尼匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'DateTimePicker2 ' Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker2.Location = New System.Drawing.Point(3, 128) Me.DateTimePicker2.Name = "DateTimePicker2" Me.DateTimePicker2.Size = New System.Drawing.Size(175, 23) Me.DateTimePicker2.TabIndex = 889 ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(317, 85) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(872, 16) Me.Label14.TabIndex = 1558 Me.Label14.Text = "_________________________________________________________________________________" & "________________________________________________________________________________" & "____________" ' 'Timer1 ' Me.Timer1.Interval = 500 ' 'ContextMenuStrip1 ' 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}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(231, 176) ' '重新讀取ToolStripMenuItem ' Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem" Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(230, 22) Me.重新讀取ToolStripMenuItem.Text = "重新讀取" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" Me.ToolStripSeparator6.Size = New System.Drawing.Size(227, 6) ' '開立零用金支付單ToolStripMenuItem ' Me.開立零用金支付單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.開立零用金支付單ToolStripMenuItem.Name = "開立零用金支付單ToolStripMenuItem" Me.開立零用金支付單ToolStripMenuItem.Size = New System.Drawing.Size(230, 22) Me.開立零用金支付單ToolStripMenuItem.Text = "開立營運成本收支單" ' '複製單據開單ToolStripMenuItem ' Me.複製單據開單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.複製單據開單ToolStripMenuItem.Name = "複製單據開單ToolStripMenuItem" Me.複製單據開單ToolStripMenuItem.Size = New System.Drawing.Size(230, 22) Me.複製單據開單ToolStripMenuItem.Text = "複製歷史單據重新開立" ' '申請完成ToolStripMenuItem ' Me.申請完成ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.申請完成ToolStripMenuItem.Name = "申請完成ToolStripMenuItem" Me.申請完成ToolStripMenuItem.Size = New System.Drawing.Size(230, 22) Me.申請完成ToolStripMenuItem.Text = "申請完成" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(227, 6) ' '新增一筆資料ToolStripMenuItem ' Me.新增一筆資料ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.新增一筆資料ToolStripMenuItem.Name = "新增一筆資料ToolStripMenuItem" Me.新增一筆資料ToolStripMenuItem.Size = New System.Drawing.Size(230, 22) Me.新增一筆資料ToolStripMenuItem.Text = "收支單中新增一筆空白資料" ' '刪除支付單中選中的資料ToolStripMenuItem ' Me.刪除支付單中選中的資料ToolStripMenuItem.ForeColor = System.Drawing.Color.Red Me.刪除支付單中選中的資料ToolStripMenuItem.Name = "刪除支付單中選中的資料ToolStripMenuItem" Me.刪除支付單中選中的資料ToolStripMenuItem.Size = New System.Drawing.Size(230, 22) Me.刪除支付單中選中的資料ToolStripMenuItem.Text = "刪除一筆收支單中選中的資料" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(227, 6) ' '刪除選中的零用金支付單ToolStripMenuItem ' Me.刪除選中的零用金支付單ToolStripMenuItem.ForeColor = System.Drawing.Color.Red Me.刪除選中的零用金支付單ToolStripMenuItem.Name = "刪除選中的零用金支付單ToolStripMenuItem" Me.刪除選中的零用金支付單ToolStripMenuItem.Size = New System.Drawing.Size(230, 22) Me.刪除選中的零用金支付單ToolStripMenuItem.Text = "刪除選中的營運成本收支單" ' 'Panel2 ' Me.Panel2.Controls.Add(Me.零用金_tb) Me.Panel2.Controls.Add(Me.Label10) Me.Panel2.Controls.Add(Me.支票_tb) Me.Panel2.Controls.Add(Me.Label11) Me.Panel2.Location = New System.Drawing.Point(379, 175) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(200, 100) Me.Panel2.TabIndex = 1565 ' '財務_收支單申請_ICS ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1249, 611) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.營運收支單_dgv) Me.Controls.Add(Me.視窗1_pl) Me.Controls.Add(Me.刪除選中的一筆資料_bt) Me.Controls.Add(Me.收支單中新增一筆空白資料_bt) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.刪除選中的營運成本收支單_bt) Me.Controls.Add(Me.開立營運成本收支單_bt) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.幣別_cb) Me.Controls.Add(Me.關鍵字查詢會計科目_tb) Me.Controls.Add(Me.科目2_號_cb) Me.Controls.Add(Me.科目2_名_cb) Me.Controls.Add(Me.科目1_號_cb) Me.Controls.Add(Me.科目1_名_cb) Me.Controls.Add(Me.複製歷史單據重新開立_bt) Me.Controls.Add(Me.合計_tb) Me.Controls.Add(Me.支出_tb) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.補單_ch) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.日期_dtp) Me.Controls.Add(Me.申請_bt) Me.Controls.Add(Me.科目3_名_cb) Me.Controls.Add(Me.收入_tb) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label62) Me.Controls.Add(Me.項次_tb) Me.Controls.Add(Me.Label28) Me.Controls.Add(Me.Label27) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.申請人_tb) Me.Controls.Add(Me.收支單號_tb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.作廢的收支單_rb) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.明細表_dgv) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.已核准的收支單_rb) Me.Controls.Add(Me.未核准的收支單_rb) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(4) Me.Name = "財務_收支單申請_ICS" Me.Text = "財務_收支單申請_ICS" Me.視窗1_pl.ResumeLayout(False) Me.視窗1_pl.PerformLayout() Me.物料群組_Panel.ResumeLayout(False) Me.物料群組_Panel.PerformLayout() CType(Me.指定_ndp, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.營運收支單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ContextMenuStrip1.ResumeLayout(False) Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 視窗1_pl As Panel Friend WithEvents 物料群組_Panel As Panel Friend WithEvents 支出_cb As CheckBox Friend WithEvents 收入_cb As CheckBox Friend WithEvents 指定_ndp As NumericUpDown Friend WithEvents 窗口說明1_lb As Label Friend WithEvents 確定_bt As Button Friend WithEvents 窗口表頭_lb As Label Friend WithEvents Cancel_bt As Button Friend WithEvents 刪除選中的一筆資料_bt As Button Friend WithEvents 收支單中新增一筆空白資料_bt As Button Friend WithEvents Label15 As Label Friend WithEvents 刪除選中的營運成本收支單_bt As Button Friend WithEvents 開立營運成本收支單_bt As Button Friend WithEvents Label16 As Label Friend WithEvents 幣別_cb As ComboBox Friend WithEvents 關鍵字查詢會計科目_tb As TextBox Friend WithEvents 科目2_號_cb As ComboBox Friend WithEvents 科目2_名_cb As ComboBox Friend WithEvents 科目1_號_cb As ComboBox Friend WithEvents 科目1_名_cb As ComboBox Friend WithEvents 複製歷史單據重新開立_bt As Button Friend WithEvents 已核准的收支單_rb As RadioButton Friend WithEvents 支票_tb As TextBox Friend WithEvents Label11 As Label Friend WithEvents 零用金_tb As TextBox Friend WithEvents Label10 As Label Friend WithEvents 合計_tb As TextBox Friend WithEvents 支出_tb As TextBox Friend WithEvents Label5 As Label Friend WithEvents 補單_ch As CheckBox Friend WithEvents Label4 As Label Friend WithEvents 日期_dtp As DateTimePicker Friend WithEvents 申請_bt As Button Friend WithEvents 科目3_名_cb As ComboBox Friend WithEvents 收入_tb As TextBox Friend WithEvents Label8 As Label Friend WithEvents Label62 As Label Friend WithEvents 項次_tb As TextBox Friend WithEvents Label28 As Label Friend WithEvents Label27 As Label Friend WithEvents Label3 As Label Friend WithEvents 申請人_tb As TextBox Friend WithEvents 收支單號_tb As TextBox Friend WithEvents Label1 As Label Friend WithEvents 作廢的收支單_rb As RadioButton Friend WithEvents 未核准的收支單_rb As RadioButton Friend WithEvents Label2 As Label Friend WithEvents Label13 As Label Friend WithEvents Label12 As Label Friend WithEvents Label7 As Label Friend WithEvents Label6 As Label Friend WithEvents Label9 As Label Friend WithEvents 明細表_dgv As DataGridView Friend WithEvents 營運收支單_dgv As DataGridView Friend WithEvents Panel1 As Panel Friend WithEvents 科目3_號_cb As ComboBox Friend WithEvents 人民幣匯率_tb As TextBox Friend WithEvents 美金匯率_tb As TextBox Friend WithEvents 印尼匯率_tb As TextBox Friend WithEvents DateTimePicker2 As DateTimePicker Friend WithEvents Label14 As Label Friend WithEvents Timer1 As Timer Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator6 As ToolStripSeparator Friend WithEvents 開立零用金支付單ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 複製單據開單ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 申請完成ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents 新增一筆資料ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 刪除支付單中選中的資料ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents 刪除選中的零用金支付單ToolStripMenuItem As ToolStripMenuItem Friend WithEvents Panel2 As Panel End Class