_ Partial Class 財務_收支單審核_GCM 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.單據作廢_bt = New System.Windows.Forms.Button() Me.審核通過_bt = New System.Windows.Forms.Button() Me.明細_dgv = New System.Windows.Forms.DataGridView() 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.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.Label1 = New System.Windows.Forms.Label() 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.補單_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.Label9 = New System.Windows.Forms.Label() Me.支出_tb = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() 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.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.簽名檔_dgv = New System.Windows.Forms.DataGridView() Me.印尼匯率_tb = New System.Windows.Forms.TextBox() Me.美金匯率_tb = New System.Windows.Forms.TextBox() Me.人民幣匯率_tb = New System.Windows.Forms.TextBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.收支單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '單據作廢_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(1178, 3) Me.單據作廢_bt.Name = "單據作廢_bt" Me.單據作廢_bt.Size = New System.Drawing.Size(65, 49) Me.單據作廢_bt.TabIndex = 825 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(1110, 3) Me.審核通過_bt.Name = "審核通過_bt" Me.審核通過_bt.Size = New System.Drawing.Size(65, 49) Me.審核通過_bt.TabIndex = 824 Me.審核通過_bt.Text = "審核通過" Me.審核通過_bt.UseVisualStyleBackColor = True ' '明細_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, 55) 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(926, 549) Me.明細_dgv.TabIndex = 823 ' '作廢的收支單_rb ' Me.作廢的收支單_rb.AutoSize = True Me.作廢的收支單_rb.Location = New System.Drawing.Point(167, 3) Me.作廢的收支單_rb.Name = "作廢的收支單_rb" Me.作廢的收支單_rb.Size = New System.Drawing.Size(97, 20) Me.作廢的收支單_rb.TabIndex = 816 Me.作廢的收支單_rb.TabStop = True Me.作廢的收支單_rb.Text = "作廢的收支單" Me.作廢的收支單_rb.UseVisualStyleBackColor = True ' '未核准的收支單_rb ' Me.未核准的收支單_rb.AutoSize = True Me.未核准的收支單_rb.Location = New System.Drawing.Point(3, 3) Me.未核准的收支單_rb.Name = "未核准的收支單_rb" Me.未核准的收支單_rb.Size = New System.Drawing.Size(109, 20) Me.未核准的收支單_rb.TabIndex = 815 Me.未核准的收支單_rb.TabStop = True Me.未核准的收支單_rb.Text = "未核准的收支單" Me.未核准的收支單_rb.UseVisualStyleBackColor = True ' '收支單_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, 27) 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 = 811 ' '收入_tb ' Me.收入_tb.Location = New System.Drawing.Point(671, 29) 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 = 850 Me.收入_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(637, 32) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(31, 16) Me.Label8.TabIndex = 849 Me.Label8.Text = "收入" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(495, 6) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(43, 16) Me.Label3.TabIndex = 848 Me.Label3.Text = "申請人" ' '申請人_tb ' Me.申請人_tb.Location = New System.Drawing.Point(540, 3) 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 = 847 ' '收支單號_tb ' Me.收支單號_tb.Location = New System.Drawing.Point(372, 3) 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 = 845 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(318, 7) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(55, 16) Me.Label1.TabIndex = 846 Me.Label1.Text = "收支單號" ' '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 = "單據作廢" ' '補單_ch ' Me.補單_ch.AutoSize = True Me.補單_ch.Checked = True Me.補單_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.補單_ch.Location = New System.Drawing.Point(776, 5) Me.補單_ch.Name = "補單_ch" Me.補單_ch.Size = New System.Drawing.Size(38, 20) Me.補單_ch.TabIndex = 882 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(634, 6) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(31, 16) Me.Label2.TabIndex = 881 Me.Label2.Text = "日期" ' '日期_dtp ' Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.日期_dtp.Location = New System.Drawing.Point(673, 3) Me.日期_dtp.Name = "日期_dtp" Me.日期_dtp.Size = New System.Drawing.Size(97, 23) Me.日期_dtp.TabIndex = 880 ' '餘額_tb ' Me.餘額_tb.Location = New System.Drawing.Point(968, 29) 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 = 887 Me.餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(935, 32) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(31, 16) Me.Label9.TabIndex = 886 Me.Label9.Text = "餘額" ' '支出_tb ' Me.支出_tb.Location = New System.Drawing.Point(820, 29) 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 = 885 Me.支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(786, 32) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(31, 16) Me.Label6.TabIndex = 884 Me.Label6.Text = "支出" ' '支票_tb ' Me.支票_tb.Location = New System.Drawing.Point(522, 29) 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 = 891 Me.支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(488, 32) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(31, 16) Me.Label11.TabIndex = 890 Me.Label11.Text = "支票" ' '零用金_tb ' Me.零用金_tb.Location = New System.Drawing.Point(373, 29) 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 = 889 Me.零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(321, 32) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(43, 16) Me.Label10.TabIndex = 888 Me.Label10.Text = "零用金" ' '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(217, 530) Me.TextBox14.Name = "TextBox14" Me.TextBox14.Size = New System.Drawing.Size(99, 23) Me.TextBox14.TabIndex = 964 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(44, 530) Me.TextBox13.Name = "TextBox13" Me.TextBox13.Size = New System.Drawing.Size(120, 23) Me.TextBox13.TabIndex = 963 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(163, 533) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(55, 16) Me.Label20.TabIndex = 962 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(2, 533) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(43, 16) Me.Label19.TabIndex = 961 Me.Label19.Text = "驗證碼" ' '簽名檔_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(3, 557) 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 = 959 ' '印尼匯率_tb ' Me.印尼匯率_tb.Location = New System.Drawing.Point(892, 256) 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 = 967 Me.印尼匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.印尼匯率_tb.Visible = False ' '美金匯率_tb ' Me.美金匯率_tb.Location = New System.Drawing.Point(892, 225) 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 = 966 Me.美金匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.美金匯率_tb.Visible = False ' '人民幣匯率_tb ' Me.人民幣匯率_tb.Location = New System.Drawing.Point(892, 194) 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 = 965 Me.人民幣匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.人民幣匯率_tb.Visible = False ' '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(185, 557) 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 = 960 Me.PictureBox1.TabStop = False ' '財務_收支單審核_GCM ' 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.ContextMenuStrip = Me.ContextMenuStrip1 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(3, 4, 3, 4) Me.Name = "財務_收支單審核_GCM" Me.Text = "財務_收支單審核_GCM" CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.收支單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 單據作廢_bt As Button Friend WithEvents 審核通過_bt As Button Friend WithEvents 明細_dgv As DataGridView Friend WithEvents 作廢的收支單_rb As RadioButton Friend WithEvents 未核准的收支單_rb As RadioButton Friend WithEvents 收支單_dgv As DataGridView 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 Label1 As Label 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 補單_ch As CheckBox Friend WithEvents Label2 As Label Friend WithEvents 日期_dtp As DateTimePicker Friend WithEvents 餘額_tb As TextBox Friend WithEvents Label9 As Label Friend WithEvents 支出_tb As TextBox Friend WithEvents Label6 As Label Friend WithEvents 支票_tb As TextBox Friend WithEvents Label11 As Label Friend WithEvents 零用金_tb As TextBox Friend WithEvents Label10 As Label 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 印尼匯率_tb As TextBox Friend WithEvents 美金匯率_tb As TextBox Friend WithEvents 人民幣匯率_tb As TextBox End Class