_ 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.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.印尼匯率_tb = New System.Windows.Forms.TextBox() Me.美金匯率_tb = New System.Windows.Forms.TextBox() Me.人民幣匯率_tb = New System.Windows.Forms.TextBox() Me.TextBox14 = New System.Windows.Forms.TextBox() Me.TextBox13 = New System.Windows.Forms.TextBox() Me.Label20 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.簽名檔_dgv = New System.Windows.Forms.DataGridView() Me.Label11 = New System.Windows.Forms.Label() Me.零用金_tb = New System.Windows.Forms.TextBox() Me.餘額_tb = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.支出_tb = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.補單_ch = New System.Windows.Forms.CheckBox() Me.Label2 = New System.Windows.Forms.Label() Me.日期_dtp = New System.Windows.Forms.DateTimePicker() Me.收入_tb = New System.Windows.Forms.TextBox() Me.Label8 = 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.單據作廢_bt = New System.Windows.Forms.Button() Me.審核通過_bt = New System.Windows.Forms.Button() Me.作廢的收支單_rb = New System.Windows.Forms.RadioButton() Me.未核准的收支單_rb = New System.Windows.Forms.RadioButton() Me.收支單_dgv = New System.Windows.Forms.DataGridView() Me.支票_tb = New System.Windows.Forms.TextBox() Me.明細_dgv = New System.Windows.Forms.DataGridView() Me.Label10 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.ContextMenuStrip1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.收支單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem, Me.ToolStripSeparator6, Me.審核通過ToolStripMenuItem, Me.單據作廢ToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 76) ' '重新讀取ToolStripMenuItem ' Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem" Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(122, 22) Me.重新讀取ToolStripMenuItem.Text = "重新讀取" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" Me.ToolStripSeparator6.Size = New System.Drawing.Size(119, 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(122, 22) Me.審核通過ToolStripMenuItem.Text = "審核通過" ' '單據作廢ToolStripMenuItem ' Me.單據作廢ToolStripMenuItem.ForeColor = System.Drawing.Color.Red Me.單據作廢ToolStripMenuItem.Name = "單據作廢ToolStripMenuItem" Me.單據作廢ToolStripMenuItem.Size = New System.Drawing.Size(122, 22) Me.單據作廢ToolStripMenuItem.Text = "單據作廢" ' '印尼匯率_tb ' Me.印尼匯率_tb.Location = New System.Drawing.Point(894, 258) 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 = 1032 Me.印尼匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.印尼匯率_tb.Visible = False ' '美金匯率_tb ' Me.美金匯率_tb.Location = New System.Drawing.Point(894, 227) 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 = 1031 Me.美金匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.美金匯率_tb.Visible = False ' '人民幣匯率_tb ' Me.人民幣匯率_tb.Location = New System.Drawing.Point(894, 196) 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 = 1030 Me.人民幣匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.人民幣匯率_tb.Visible = False ' 'TextBox14 ' Me.TextBox14.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.TextBox14.ForeColor = System.Drawing.Color.Blue Me.TextBox14.Location = New System.Drawing.Point(219, 532) Me.TextBox14.Name = "TextBox14" Me.TextBox14.Size = New System.Drawing.Size(99, 23) Me.TextBox14.TabIndex = 1029 Me.TextBox14.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox13 ' Me.TextBox13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.TextBox13.ForeColor = System.Drawing.Color.Blue Me.TextBox13.Location = New System.Drawing.Point(46, 532) Me.TextBox13.Name = "TextBox13" Me.TextBox13.Size = New System.Drawing.Size(120, 23) Me.TextBox13.TabIndex = 1028 Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label20 ' Me.Label20.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label20.AutoSize = True Me.Label20.ForeColor = System.Drawing.Color.Blue Me.Label20.Location = New System.Drawing.Point(165, 535) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(55, 16) Me.Label20.TabIndex = 1027 Me.Label20.Text = "圖片編碼" ' 'Label19 ' Me.Label19.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label19.AutoSize = True Me.Label19.ForeColor = System.Drawing.Color.Blue Me.Label19.Location = New System.Drawing.Point(4, 535) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(43, 16) Me.Label19.TabIndex = 1026 Me.Label19.Text = "驗證碼" ' 'PictureBox1 ' Me.PictureBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Location = New System.Drawing.Point(187, 559) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(129, 47) Me.PictureBox1.TabIndex = 1025 Me.PictureBox1.TabStop = False ' '簽名檔_dgv ' Me.簽名檔_dgv.Anchor = CType((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(5, 559) Me.簽名檔_dgv.Name = "簽名檔_dgv" Me.簽名檔_dgv.RowHeadersWidth = 5 Me.簽名檔_dgv.RowTemplate.Height = 24 Me.簽名檔_dgv.Size = New System.Drawing.Size(180, 47) Me.簽名檔_dgv.TabIndex = 1024 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(490, 34) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(31, 16) Me.Label11.TabIndex = 1022 Me.Label11.Text = "支票" ' '零用金_tb ' Me.零用金_tb.Location = New System.Drawing.Point(375, 31) Me.零用金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.零用金_tb.Name = "零用金_tb" Me.零用金_tb.Size = New System.Drawing.Size(113, 23) Me.零用金_tb.TabIndex = 1021 Me.零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '餘額_tb ' Me.餘額_tb.Location = New System.Drawing.Point(970, 31) Me.餘額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.餘額_tb.Name = "餘額_tb" Me.餘額_tb.Size = New System.Drawing.Size(113, 23) Me.餘額_tb.TabIndex = 1019 Me.餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(937, 34) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(31, 16) Me.Label9.TabIndex = 1018 Me.Label9.Text = "餘額" ' '支出_tb ' Me.支出_tb.Location = New System.Drawing.Point(822, 31) Me.支出_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.支出_tb.Name = "支出_tb" Me.支出_tb.Size = New System.Drawing.Size(113, 23) Me.支出_tb.TabIndex = 1017 Me.支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(788, 34) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(31, 16) Me.Label6.TabIndex = 1016 Me.Label6.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(778, 7) Me.補單_ch.Name = "補單_ch" Me.補單_ch.Size = New System.Drawing.Size(38, 20) Me.補單_ch.TabIndex = 1015 Me.補單_ch.Text = "補" Me.補單_ch.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.Blue Me.Label2.Location = New System.Drawing.Point(636, 8) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(31, 16) Me.Label2.TabIndex = 1014 Me.Label2.Text = "日期" ' '日期_dtp ' Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.日期_dtp.Location = New System.Drawing.Point(675, 5) Me.日期_dtp.Name = "日期_dtp" Me.日期_dtp.Size = New System.Drawing.Size(97, 23) Me.日期_dtp.TabIndex = 1013 ' '收入_tb ' Me.收入_tb.Location = New System.Drawing.Point(673, 31) Me.收入_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.收入_tb.Name = "收入_tb" Me.收入_tb.Size = New System.Drawing.Size(113, 23) Me.收入_tb.TabIndex = 1012 Me.收入_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(639, 34) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(31, 16) Me.Label8.TabIndex = 1011 Me.Label8.Text = "收入" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(497, 8) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(43, 16) Me.Label3.TabIndex = 1010 Me.Label3.Text = "申請人" ' '申請人_tb ' Me.申請人_tb.Location = New System.Drawing.Point(542, 5) 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 = 1009 ' '收支單號_tb ' Me.收支單號_tb.Location = New System.Drawing.Point(374, 5) 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 = 1007 ' '單據作廢_bt ' Me.單據作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.單據作廢_bt.ForeColor = System.Drawing.Color.Red Me.單據作廢_bt.Location = New System.Drawing.Point(1180, 5) Me.單據作廢_bt.Name = "單據作廢_bt" Me.單據作廢_bt.Size = New System.Drawing.Size(65, 49) Me.單據作廢_bt.TabIndex = 1006 Me.單據作廢_bt.Text = "單據作廢" Me.單據作廢_bt.UseVisualStyleBackColor = True ' '審核通過_bt ' Me.審核通過_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, 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(1112, 5) Me.審核通過_bt.Name = "審核通過_bt" Me.審核通過_bt.Size = New System.Drawing.Size(65, 49) Me.審核通過_bt.TabIndex = 1005 Me.審核通過_bt.Text = "審核通過" Me.審核通過_bt.UseVisualStyleBackColor = True ' '作廢的收支單_rb ' Me.作廢的收支單_rb.AutoSize = True Me.作廢的收支單_rb.Location = New System.Drawing.Point(169, 5) Me.作廢的收支單_rb.Name = "作廢的收支單_rb" Me.作廢的收支單_rb.Size = New System.Drawing.Size(97, 20) Me.作廢的收支單_rb.TabIndex = 1003 Me.作廢的收支單_rb.TabStop = True Me.作廢的收支單_rb.Text = "作廢的收支單" Me.作廢的收支單_rb.UseVisualStyleBackColor = True ' '未核准的收支單_rb ' Me.未核准的收支單_rb.AutoSize = True Me.未核准的收支單_rb.Location = New System.Drawing.Point(5, 5) Me.未核准的收支單_rb.Name = "未核准的收支單_rb" Me.未核准的收支單_rb.Size = New System.Drawing.Size(109, 20) Me.未核准的收支單_rb.TabIndex = 1002 Me.未核准的收支單_rb.TabStop = True Me.未核准的收支單_rb.Text = "未核准的收支單" Me.未核准的收支單_rb.UseVisualStyleBackColor = True ' '收支單_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, 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), 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(5, 29) Me.收支單_dgv.Name = "收支單_dgv" Me.收支單_dgv.RowHeadersWidth = 5 Me.收支單_dgv.RowTemplate.Height = 24 Me.收支單_dgv.Size = New System.Drawing.Size(315, 499) Me.收支單_dgv.TabIndex = 1001 ' '支票_tb ' Me.支票_tb.Location = New System.Drawing.Point(524, 31) Me.支票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.支票_tb.Name = "支票_tb" Me.支票_tb.Size = New System.Drawing.Size(113, 23) Me.支票_tb.TabIndex = 1023 Me.支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '明細_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 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(319, 57) Me.明細_dgv.Name = "明細_dgv" Me.明細_dgv.RowHeadersWidth = 5 DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3 Me.明細_dgv.RowTemplate.Height = 24 Me.明細_dgv.Size = New System.Drawing.Size(926, 549) Me.明細_dgv.TabIndex = 1004 ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(323, 34) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(43, 16) Me.Label10.TabIndex = 1020 Me.Label10.Text = "零用金" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(320, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(55, 16) Me.Label1.TabIndex = 1008 Me.Label1.Text = "收支單號" ' '財務_收支單審核_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.印尼匯率_tb) Me.Controls.Add(Me.美金匯率_tb) Me.Controls.Add(Me.人民幣匯率_tb) Me.Controls.Add(Me.TextBox14) Me.Controls.Add(Me.TextBox13) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.簽名檔_dgv) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.零用金_tb) Me.Controls.Add(Me.餘額_tb) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.支出_tb) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.補單_ch) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.日期_dtp) Me.Controls.Add(Me.收入_tb) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.申請人_tb) Me.Controls.Add(Me.收支單號_tb) Me.Controls.Add(Me.單據作廢_bt) Me.Controls.Add(Me.審核通過_bt) Me.Controls.Add(Me.作廢的收支單_rb) Me.Controls.Add(Me.未核准的收支單_rb) Me.Controls.Add(Me.收支單_dgv) Me.Controls.Add(Me.支票_tb) Me.Controls.Add(Me.明細_dgv) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label1) 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, 4, 4, 4) Me.Name = "財務_收支單審核_ICS" Me.Text = "財務_收支單審核_ICS" Me.ContextMenuStrip1.ResumeLayout(False) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.收支單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub 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 印尼匯率_tb As TextBox Friend WithEvents 美金匯率_tb As TextBox Friend WithEvents 人民幣匯率_tb As TextBox Friend WithEvents TextBox14 As TextBox Friend WithEvents TextBox13 As TextBox Friend WithEvents Label20 As Label Friend WithEvents Label19 As Label Friend WithEvents PictureBox1 As PictureBox Friend WithEvents 簽名檔_dgv As DataGridView Friend WithEvents Label11 As Label Friend WithEvents 零用金_tb As TextBox Friend WithEvents 餘額_tb As TextBox Friend WithEvents Label9 As Label Friend WithEvents 支出_tb As TextBox Friend WithEvents Label6 As Label Friend WithEvents 補單_ch As CheckBox Friend WithEvents Label2 As Label Friend WithEvents 日期_dtp As DateTimePicker Friend WithEvents 收入_tb As TextBox Friend WithEvents Label8 As Label Friend WithEvents Label3 As Label Friend WithEvents 申請人_tb As TextBox Friend WithEvents 收支單號_tb As TextBox Friend WithEvents 單據作廢_bt As Button Friend WithEvents 審核通過_bt As Button Friend WithEvents 作廢的收支單_rb As RadioButton Friend WithEvents 未核准的收支單_rb As RadioButton Friend WithEvents 收支單_dgv As DataGridView Friend WithEvents 支票_tb As TextBox Friend WithEvents 明細_dgv As DataGridView Friend WithEvents Label10 As Label Friend WithEvents Label1 As Label End Class