_ 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() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.Label10 = New System.Windows.Forms.Label() Me.列印_bt = New System.Windows.Forms.Button() Me.Label7 = New System.Windows.Forms.Label() Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker() Me.Label5 = New System.Windows.Forms.Label() Me.審核人_tb = New System.Windows.Forms.TextBox() Me.明細_dgv = New System.Windows.Forms.DataGridView() Me.Label3 = New System.Windows.Forms.Label() Me.申請人_tb = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.收支單號_tb = New System.Windows.Forms.TextBox() Me.收支單_dgv = New System.Windows.Forms.DataGridView() Me.審核日期_dtp = New System.Windows.Forms.DateTimePicker() Me.Label8 = New System.Windows.Forms.Label() Me.彙總_dgv = New System.Windows.Forms.DataGridView() Me.現1_tb = New System.Windows.Forms.TextBox() Me.當月_tb = New System.Windows.Forms.Button() Me.當日_tb = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker() Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker() Me.合1_tb = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.出1_tb = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.零1_tb = New System.Windows.Forms.TextBox() Me.Label15 = New System.Windows.Forms.Label() Me.支1_tb = New System.Windows.Forms.TextBox() Me.明細_rb = New System.Windows.Forms.RadioButton() Me.彙總_rb = New System.Windows.Forms.RadioButton() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() 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.Label2 = New System.Windows.Forms.Label() Me.零2_tb = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.支2_tb = New System.Windows.Forms.TextBox() Me.合2_tb = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.出2_tb = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() Me.現2_tb = New System.Windows.Forms.TextBox() Me.Label17 = New System.Windows.Forms.Label() Me.中間日期_dtp = New System.Windows.Forms.DateTimePicker() Me.下個月_bt = New System.Windows.Forms.Button() Me.上個月_bt = New System.Windows.Forms.Button() Me.一般月_ch = New System.Windows.Forms.CheckBox() Me.會計月_ch = New System.Windows.Forms.CheckBox() Me.Label18 = New System.Windows.Forms.Label() Me.零3_tb = New System.Windows.Forms.TextBox() Me.Label21 = New System.Windows.Forms.Label() Me.支3_tb = New System.Windows.Forms.TextBox() Me.合3_tb = New System.Windows.Forms.TextBox() Me.Label22 = New System.Windows.Forms.Label() Me.出3_tb = New System.Windows.Forms.TextBox() Me.Label23 = New System.Windows.Forms.Label() Me.現3_tb = New System.Windows.Forms.TextBox() Me.Label24 = New System.Windows.Forms.Label() Me.全部_ch = New System.Windows.Forms.CheckBox() Me.含稅_ch = New System.Windows.Forms.CheckBox() Me.非稅_ch = New System.Windows.Forms.CheckBox() Me.印尼匯率_tb = New System.Windows.Forms.TextBox() Me.美金匯率_tb = New System.Windows.Forms.TextBox() Me.人民幣匯率_tb = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.零4_tb = New System.Windows.Forms.TextBox() Me.Label25 = New System.Windows.Forms.Label() Me.支4_tb = New System.Windows.Forms.TextBox() Me.合4_tb = New System.Windows.Forms.TextBox() Me.Label26 = New System.Windows.Forms.Label() Me.出4_tb = New System.Windows.Forms.TextBox() Me.Label27 = New System.Windows.Forms.Label() Me.現4_tb = New System.Windows.Forms.TextBox() Me.Label28 = New System.Windows.Forms.Label() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.收支單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.ForeColor = System.Drawing.Color.Green Me.Label10.Location = New System.Drawing.Point(843, 3) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(31, 16) Me.Label10.TabIndex = 881 Me.Label10.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(492, 3) Me.列印_bt.Name = "列印_bt" Me.列印_bt.Size = New System.Drawing.Size(57, 25) Me.列印_bt.TabIndex = 879 Me.列印_bt.Text = "列印" Me.列印_bt.UseVisualStyleBackColor = True ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.ForeColor = System.Drawing.Color.Blue Me.Label7.Location = New System.Drawing.Point(430, 32) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(31, 16) Me.Label7.TabIndex = 876 Me.Label7.Text = "日期" ' '申請日期_dtp ' Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.申請日期_dtp.Location = New System.Drawing.Point(462, 29) Me.申請日期_dtp.Name = "申請日期_dtp" Me.申請日期_dtp.Size = New System.Drawing.Size(86, 23) Me.申請日期_dtp.TabIndex = 872 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.Blue Me.Label5.Location = New System.Drawing.Point(323, 57) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(43, 16) Me.Label5.TabIndex = 871 Me.Label5.Text = "審核人" ' '審核人_tb ' Me.審核人_tb.ForeColor = System.Drawing.Color.Blue Me.審核人_tb.Location = New System.Drawing.Point(368, 54) Me.審核人_tb.Name = "審核人_tb" Me.審核人_tb.Size = New System.Drawing.Size(61, 23) Me.審核人_tb.TabIndex = 866 ' '明細_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, 82) 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(1010, 524) Me.明細_dgv.TabIndex = 865 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.Blue Me.Label3.Location = New System.Drawing.Point(323, 32) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(43, 16) Me.Label3.TabIndex = 864 Me.Label3.Text = "申請人" ' '申請人_tb ' Me.申請人_tb.ForeColor = System.Drawing.Color.Blue Me.申請人_tb.Location = New System.Drawing.Point(368, 29) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(61, 23) Me.申請人_tb.TabIndex = 863 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.Blue Me.Label1.Location = New System.Drawing.Point(321, 7) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(43, 16) Me.Label1.TabIndex = 860 Me.Label1.Text = "支單號" ' '收支單號_tb ' Me.收支單號_tb.ForeColor = System.Drawing.Color.Blue Me.收支單號_tb.Location = New System.Drawing.Point(368, 4) Me.收支單號_tb.Name = "收支單號_tb" Me.收支單號_tb.Size = New System.Drawing.Size(123, 23) Me.收支單號_tb.TabIndex = 859 ' '收支單_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, 54) Me.收支單_dgv.Name = "收支單_dgv" Me.收支單_dgv.RowHeadersWidth = 5 Me.收支單_dgv.RowTemplate.Height = 24 Me.收支單_dgv.Size = New System.Drawing.Size(315, 502) Me.收支單_dgv.TabIndex = 857 ' '審核日期_dtp ' Me.審核日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.審核日期_dtp.Location = New System.Drawing.Point(462, 54) Me.審核日期_dtp.Name = "審核日期_dtp" Me.審核日期_dtp.Size = New System.Drawing.Size(86, 23) Me.審核日期_dtp.TabIndex = 873 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ForeColor = System.Drawing.Color.Blue Me.Label8.Location = New System.Drawing.Point(430, 57) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(31, 16) Me.Label8.TabIndex = 877 Me.Label8.Text = "日期" ' '彙總_dgv ' 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, 82) Me.彙總_dgv.Name = "彙總_dgv" Me.彙總_dgv.RowHeadersWidth = 5 DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.彙總_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4 Me.彙總_dgv.RowTemplate.Height = 24 Me.彙總_dgv.Size = New System.Drawing.Size(1010, 524) Me.彙總_dgv.TabIndex = 883 ' '現1_tb ' Me.現1_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.現1_tb.ForeColor = System.Drawing.Color.Black Me.現1_tb.Location = New System.Drawing.Point(874, 3) Me.現1_tb.Name = "現1_tb" Me.現1_tb.Size = New System.Drawing.Size(85, 16) Me.現1_tb.TabIndex = 885 Me.現1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '當月_tb ' Me.當月_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) 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(266, 28) Me.當月_tb.Name = "當月_tb" Me.當月_tb.Size = New System.Drawing.Size(52, 25) Me.當月_tb.TabIndex = 890 Me.當月_tb.Text = "當月" Me.當月_tb.UseVisualStyleBackColor = True ' '當日_tb ' Me.當日_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) 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(213, 28) Me.當日_tb.Name = "當日_tb" Me.當日_tb.Size = New System.Drawing.Size(52, 25) Me.當日_tb.TabIndex = 889 Me.當日_tb.Text = "當日" Me.當日_tb.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(96, 9) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(19, 16) Me.Label4.TabIndex = 888 Me.Label4.Text = "到" ' '結束日期_dtp ' Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.結束日期_dtp.Location = New System.Drawing.Point(119, 5) Me.結束日期_dtp.Name = "結束日期_dtp" Me.結束日期_dtp.Size = New System.Drawing.Size(91, 23) Me.結束日期_dtp.TabIndex = 887 ' '開始日期_dtp ' Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.開始日期_dtp.Location = New System.Drawing.Point(0, 5) Me.開始日期_dtp.Name = "開始日期_dtp" Me.開始日期_dtp.Size = New System.Drawing.Size(91, 23) Me.開始日期_dtp.TabIndex = 886 ' '合1_tb ' Me.合1_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.合1_tb.ForeColor = System.Drawing.Color.Black Me.合1_tb.Location = New System.Drawing.Point(1112, 3) Me.合1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.合1_tb.Name = "合1_tb" Me.合1_tb.Size = New System.Drawing.Size(113, 16) Me.合1_tb.TabIndex = 896 Me.合1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.ForeColor = System.Drawing.Color.Green Me.Label9.Location = New System.Drawing.Point(1081, 4) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(31, 16) Me.Label9.TabIndex = 895 Me.Label9.Text = "總和" ' '出1_tb ' Me.出1_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.出1_tb.ForeColor = System.Drawing.Color.Black Me.出1_tb.Location = New System.Drawing.Point(993, 3) Me.出1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.出1_tb.Name = "出1_tb" Me.出1_tb.Size = New System.Drawing.Size(85, 16) Me.出1_tb.TabIndex = 894 Me.出1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.ForeColor = System.Drawing.Color.Green Me.Label11.Location = New System.Drawing.Point(962, 3) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(31, 16) Me.Label11.TabIndex = 893 Me.Label11.Text = "支出" ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.ForeColor = System.Drawing.Color.Green Me.Label14.Location = New System.Drawing.Point(723, 3) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(31, 16) Me.Label14.TabIndex = 903 Me.Label14.Text = "支票" ' '零1_tb ' Me.零1_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.零1_tb.ForeColor = System.Drawing.Color.Black Me.零1_tb.Location = New System.Drawing.Point(635, 3) Me.零1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.零1_tb.Name = "零1_tb" Me.零1_tb.Size = New System.Drawing.Size(85, 16) Me.零1_tb.TabIndex = 902 Me.零1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.ForeColor = System.Drawing.Color.Green Me.Label15.Location = New System.Drawing.Point(557, 4) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(78, 16) Me.Label15.TabIndex = 901 Me.Label15.Text = "台幣 - 零用金" ' '支1_tb ' Me.支1_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.支1_tb.ForeColor = System.Drawing.Color.Black Me.支1_tb.Location = New System.Drawing.Point(755, 3) Me.支1_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.支1_tb.Name = "支1_tb" Me.支1_tb.Size = New System.Drawing.Size(85, 16) Me.支1_tb.TabIndex = 904 Me.支1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '明細_rb ' Me.明細_rb.AutoSize = True Me.明細_rb.Location = New System.Drawing.Point(3, 32) Me.明細_rb.Name = "明細_rb" Me.明細_rb.Size = New System.Drawing.Size(49, 20) Me.明細_rb.TabIndex = 905 Me.明細_rb.TabStop = True Me.明細_rb.Text = "明細" Me.明細_rb.UseVisualStyleBackColor = True ' '彙總_rb ' Me.彙總_rb.AutoSize = True Me.彙總_rb.Location = New System.Drawing.Point(55, 32) Me.彙總_rb.Name = "彙總_rb" Me.彙總_rb.Size = New System.Drawing.Size(49, 20) Me.彙總_rb.TabIndex = 906 Me.彙總_rb.TabStop = True Me.彙總_rb.Text = "彙總" Me.彙總_rb.UseVisualStyleBackColor = True ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26) ' '重新讀取ToolStripMenuItem ' Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem" Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(122, 22) Me.重新讀取ToolStripMenuItem.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(187, 583) Me.TextBox14.Name = "TextBox14" Me.TextBox14.Size = New System.Drawing.Size(128, 23) Me.TextBox14.TabIndex = 969 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(188, 559) Me.TextBox13.Name = "TextBox13" Me.TextBox13.Size = New System.Drawing.Size(127, 23) Me.TextBox13.TabIndex = 968 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(132, 586) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(55, 16) Me.Label20.TabIndex = 967 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(132, 562) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(43, 16) Me.Label19.TabIndex = 966 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(2, 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 = 965 Me.PictureBox1.TabStop = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.Red Me.Label2.Location = New System.Drawing.Point(723, 23) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(31, 16) Me.Label2.TabIndex = 978 Me.Label2.Text = "支票" ' '零2_tb ' Me.零2_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.零2_tb.ForeColor = System.Drawing.Color.Black Me.零2_tb.Location = New System.Drawing.Point(635, 23) Me.零2_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.零2_tb.Name = "零2_tb" Me.零2_tb.Size = New System.Drawing.Size(85, 16) Me.零2_tb.TabIndex = 977 Me.零2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.ForeColor = System.Drawing.Color.Red Me.Label12.Location = New System.Drawing.Point(551, 24) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(84, 16) Me.Label12.TabIndex = 976 Me.Label12.Text = "人民幣-零用金" ' '支2_tb ' Me.支2_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.支2_tb.ForeColor = System.Drawing.Color.Black Me.支2_tb.Location = New System.Drawing.Point(755, 23) Me.支2_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.支2_tb.Name = "支2_tb" Me.支2_tb.Size = New System.Drawing.Size(85, 16) Me.支2_tb.TabIndex = 979 Me.支2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '合2_tb ' Me.合2_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.合2_tb.ForeColor = System.Drawing.Color.Black Me.合2_tb.Location = New System.Drawing.Point(1112, 23) Me.合2_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.合2_tb.Name = "合2_tb" Me.合2_tb.Size = New System.Drawing.Size(113, 16) Me.合2_tb.TabIndex = 975 Me.合2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.ForeColor = System.Drawing.Color.Red Me.Label13.Location = New System.Drawing.Point(1081, 24) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(31, 16) Me.Label13.TabIndex = 974 Me.Label13.Text = "總和" ' '出2_tb ' Me.出2_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.出2_tb.ForeColor = System.Drawing.Color.Black Me.出2_tb.Location = New System.Drawing.Point(993, 23) Me.出2_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.出2_tb.Name = "出2_tb" Me.出2_tb.Size = New System.Drawing.Size(85, 16) Me.出2_tb.TabIndex = 973 Me.出2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.ForeColor = System.Drawing.Color.Red Me.Label16.Location = New System.Drawing.Point(962, 23) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(31, 16) Me.Label16.TabIndex = 972 Me.Label16.Text = "支出" ' '現2_tb ' Me.現2_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.現2_tb.ForeColor = System.Drawing.Color.Black Me.現2_tb.Location = New System.Drawing.Point(874, 23) Me.現2_tb.Name = "現2_tb" Me.現2_tb.Size = New System.Drawing.Size(85, 16) Me.現2_tb.TabIndex = 971 Me.現2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.ForeColor = System.Drawing.Color.Red Me.Label17.Location = New System.Drawing.Point(843, 23) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(31, 16) Me.Label17.TabIndex = 970 Me.Label17.Text = "收入" ' '中間日期_dtp ' Me.中間日期_dtp.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right Me.中間日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.中間日期_dtp.Location = New System.Drawing.Point(26, 100) Me.中間日期_dtp.Name = "中間日期_dtp" Me.中間日期_dtp.Size = New System.Drawing.Size(43, 23) Me.中間日期_dtp.TabIndex = 1168 Me.中間日期_dtp.Visible = False ' '下個月_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(266, 3) Me.下個月_bt.Name = "下個月_bt" Me.下個月_bt.Size = New System.Drawing.Size(52, 25) Me.下個月_bt.TabIndex = 1170 Me.下個月_bt.Text = "下個月" Me.下個月_bt.UseVisualStyleBackColor = True ' '上個月_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(213, 3) Me.上個月_bt.Name = "上個月_bt" Me.上個月_bt.Size = New System.Drawing.Size(52, 25) Me.上個月_bt.TabIndex = 1169 Me.上個月_bt.Text = "上個月" Me.上個月_bt.UseVisualStyleBackColor = True ' '一般月_ch ' Me.一般月_ch.AutoSize = True Me.一般月_ch.Checked = True Me.一般月_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.一般月_ch.Location = New System.Drawing.Point(166, 32) Me.一般月_ch.Name = "一般月_ch" Me.一般月_ch.Size = New System.Drawing.Size(50, 20) Me.一般月_ch.TabIndex = 1172 Me.一般月_ch.Text = "一般" Me.一般月_ch.UseVisualStyleBackColor = True ' '會計月_ch ' Me.會計月_ch.AutoSize = True Me.會計月_ch.Location = New System.Drawing.Point(112, 32) Me.會計月_ch.Name = "會計月_ch" Me.會計月_ch.Size = New System.Drawing.Size(50, 20) Me.會計月_ch.TabIndex = 1171 Me.會計月_ch.Text = "會計" Me.會計月_ch.UseVisualStyleBackColor = True ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label18.Location = New System.Drawing.Point(723, 44) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(31, 16) Me.Label18.TabIndex = 1181 Me.Label18.Text = "支票" ' '零3_tb ' Me.零3_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.零3_tb.ForeColor = System.Drawing.Color.Black Me.零3_tb.Location = New System.Drawing.Point(635, 44) Me.零3_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.零3_tb.Name = "零3_tb" Me.零3_tb.Size = New System.Drawing.Size(85, 16) Me.零3_tb.TabIndex = 1180 Me.零3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label21.Location = New System.Drawing.Point(562, 45) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(72, 16) Me.Label21.TabIndex = 1179 Me.Label21.Text = "美金-零用金" ' '支3_tb ' Me.支3_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.支3_tb.ForeColor = System.Drawing.Color.Black Me.支3_tb.Location = New System.Drawing.Point(755, 44) Me.支3_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.支3_tb.Name = "支3_tb" Me.支3_tb.Size = New System.Drawing.Size(85, 16) Me.支3_tb.TabIndex = 1182 Me.支3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '合3_tb ' Me.合3_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.合3_tb.ForeColor = System.Drawing.Color.Black Me.合3_tb.Location = New System.Drawing.Point(1112, 44) Me.合3_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.合3_tb.Name = "合3_tb" Me.合3_tb.Size = New System.Drawing.Size(113, 16) Me.合3_tb.TabIndex = 1178 Me.合3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label22.Location = New System.Drawing.Point(1081, 45) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(31, 16) Me.Label22.TabIndex = 1177 Me.Label22.Text = "總和" ' '出3_tb ' Me.出3_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.出3_tb.ForeColor = System.Drawing.Color.Black Me.出3_tb.Location = New System.Drawing.Point(993, 44) Me.出3_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.出3_tb.Name = "出3_tb" Me.出3_tb.Size = New System.Drawing.Size(85, 16) Me.出3_tb.TabIndex = 1176 Me.出3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label23.Location = New System.Drawing.Point(962, 44) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(31, 16) Me.Label23.TabIndex = 1175 Me.Label23.Text = "支出" ' '現3_tb ' Me.現3_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.現3_tb.ForeColor = System.Drawing.Color.Black Me.現3_tb.Location = New System.Drawing.Point(874, 44) Me.現3_tb.Name = "現3_tb" Me.現3_tb.Size = New System.Drawing.Size(85, 16) Me.現3_tb.TabIndex = 1174 Me.現3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label24 ' Me.Label24.AutoSize = True Me.Label24.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label24.Location = New System.Drawing.Point(843, 44) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(31, 16) Me.Label24.TabIndex = 1173 Me.Label24.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(1231, 7) Me.全部_ch.Name = "全部_ch" Me.全部_ch.Size = New System.Drawing.Size(50, 20) Me.全部_ch.TabIndex = 1183 Me.全部_ch.Text = "全部" Me.全部_ch.UseVisualStyleBackColor = True ' '含稅_ch ' Me.含稅_ch.AutoSize = True Me.含稅_ch.Location = New System.Drawing.Point(1231, 32) Me.含稅_ch.Name = "含稅_ch" Me.含稅_ch.Size = New System.Drawing.Size(50, 20) Me.含稅_ch.TabIndex = 1184 Me.含稅_ch.Text = "含稅" Me.含稅_ch.UseVisualStyleBackColor = True ' '非稅_ch ' Me.非稅_ch.AutoSize = True Me.非稅_ch.Location = New System.Drawing.Point(1231, 56) Me.非稅_ch.Name = "非稅_ch" Me.非稅_ch.Size = New System.Drawing.Size(50, 20) Me.非稅_ch.TabIndex = 1185 Me.非稅_ch.Text = "非稅" Me.非稅_ch.UseVisualStyleBackColor = True ' '印尼匯率_tb ' Me.印尼匯率_tb.Location = New System.Drawing.Point(572, 325) 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 = 1188 Me.印尼匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.印尼匯率_tb.Visible = False ' '美金匯率_tb ' Me.美金匯率_tb.Location = New System.Drawing.Point(572, 294) 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 = 1187 Me.美金匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.美金匯率_tb.Visible = False ' '人民幣匯率_tb ' Me.人民幣匯率_tb.Location = New System.Drawing.Point(572, 263) 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 = 1186 Me.人民幣匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.人民幣匯率_tb.Visible = False ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.ForeColor = System.Drawing.Color.Purple Me.Label6.Location = New System.Drawing.Point(723, 64) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(31, 16) Me.Label6.TabIndex = 1197 Me.Label6.Text = "支票" ' '零4_tb ' Me.零4_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.零4_tb.ForeColor = System.Drawing.Color.Black Me.零4_tb.Location = New System.Drawing.Point(635, 64) Me.零4_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.零4_tb.Name = "零4_tb" Me.零4_tb.Size = New System.Drawing.Size(85, 16) Me.零4_tb.TabIndex = 1196 Me.零4_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label25 ' Me.Label25.AutoSize = True Me.Label25.ForeColor = System.Drawing.Color.Purple Me.Label25.Location = New System.Drawing.Point(550, 65) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(84, 16) Me.Label25.TabIndex = 1195 Me.Label25.Text = "印尼盾-零用金" ' '支4_tb ' Me.支4_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.支4_tb.ForeColor = System.Drawing.Color.Black Me.支4_tb.Location = New System.Drawing.Point(755, 64) Me.支4_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.支4_tb.Name = "支4_tb" Me.支4_tb.Size = New System.Drawing.Size(85, 16) Me.支4_tb.TabIndex = 1198 Me.支4_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' '合4_tb ' Me.合4_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.合4_tb.ForeColor = System.Drawing.Color.Black Me.合4_tb.Location = New System.Drawing.Point(1112, 64) Me.合4_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.合4_tb.Name = "合4_tb" Me.合4_tb.Size = New System.Drawing.Size(113, 16) Me.合4_tb.TabIndex = 1194 Me.合4_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label26 ' Me.Label26.AutoSize = True Me.Label26.ForeColor = System.Drawing.Color.Purple Me.Label26.Location = New System.Drawing.Point(1081, 65) Me.Label26.Name = "Label26" Me.Label26.Size = New System.Drawing.Size(31, 16) Me.Label26.TabIndex = 1193 Me.Label26.Text = "總和" ' '出4_tb ' Me.出4_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.出4_tb.ForeColor = System.Drawing.Color.Black Me.出4_tb.Location = New System.Drawing.Point(993, 64) Me.出4_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.出4_tb.Name = "出4_tb" Me.出4_tb.Size = New System.Drawing.Size(85, 16) Me.出4_tb.TabIndex = 1192 Me.出4_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label27 ' Me.Label27.AutoSize = True Me.Label27.ForeColor = System.Drawing.Color.Purple Me.Label27.Location = New System.Drawing.Point(962, 64) Me.Label27.Name = "Label27" Me.Label27.Size = New System.Drawing.Size(31, 16) Me.Label27.TabIndex = 1191 Me.Label27.Text = "支出" ' '現4_tb ' Me.現4_tb.BorderStyle = System.Windows.Forms.BorderStyle.None Me.現4_tb.ForeColor = System.Drawing.Color.Black Me.現4_tb.Location = New System.Drawing.Point(874, 64) Me.現4_tb.Name = "現4_tb" Me.現4_tb.Size = New System.Drawing.Size(85, 16) Me.現4_tb.TabIndex = 1190 Me.現4_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label28 ' Me.Label28.AutoSize = True Me.Label28.ForeColor = System.Drawing.Color.Purple Me.Label28.Location = New System.Drawing.Point(843, 64) Me.Label28.Name = "Label28" Me.Label28.Size = New System.Drawing.Size(31, 16) Me.Label28.TabIndex = 1189 Me.Label28.Text = "收入" ' '財務_收支單一覽表_GCM ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1331, 611) Me.ContextMenuStrip = Me.ContextMenuStrip1 Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.零4_tb) Me.Controls.Add(Me.Label25) Me.Controls.Add(Me.支4_tb) Me.Controls.Add(Me.合4_tb) Me.Controls.Add(Me.Label26) Me.Controls.Add(Me.出4_tb) Me.Controls.Add(Me.Label27) Me.Controls.Add(Me.現4_tb) Me.Controls.Add(Me.Label28) Me.Controls.Add(Me.印尼匯率_tb) Me.Controls.Add(Me.美金匯率_tb) Me.Controls.Add(Me.人民幣匯率_tb) Me.Controls.Add(Me.非稅_ch) Me.Controls.Add(Me.含稅_ch) Me.Controls.Add(Me.全部_ch) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.零3_tb) Me.Controls.Add(Me.Label21) Me.Controls.Add(Me.支3_tb) Me.Controls.Add(Me.合3_tb) Me.Controls.Add(Me.Label22) Me.Controls.Add(Me.出3_tb) Me.Controls.Add(Me.Label23) Me.Controls.Add(Me.現3_tb) Me.Controls.Add(Me.Label24) Me.Controls.Add(Me.下個月_bt) Me.Controls.Add(Me.上個月_bt) Me.Controls.Add(Me.中間日期_dtp) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.零2_tb) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.支2_tb) Me.Controls.Add(Me.合2_tb) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.出2_tb) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.現2_tb) Me.Controls.Add(Me.Label17) 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.明細_rb) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.零1_tb) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.支1_tb) Me.Controls.Add(Me.合1_tb) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.出1_tb) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.當月_tb) Me.Controls.Add(Me.當日_tb) Me.Controls.Add(Me.結束日期_dtp) Me.Controls.Add(Me.開始日期_dtp) Me.Controls.Add(Me.現1_tb) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.列印_bt) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.審核日期_dtp) Me.Controls.Add(Me.申請日期_dtp) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.審核人_tb) Me.Controls.Add(Me.申請人_tb) Me.Controls.Add(Me.收支單號_tb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.一般月_ch) Me.Controls.Add(Me.會計月_ch) Me.Controls.Add(Me.彙總_rb) Me.Controls.Add(Me.收支單_dgv) Me.Controls.Add(Me.彙總_dgv) Me.Controls.Add(Me.明細_dgv) 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() CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label10 As Label Friend WithEvents 列印_bt As Button Friend WithEvents Label7 As Label Friend WithEvents 申請日期_dtp As DateTimePicker Friend WithEvents Label5 As Label Friend WithEvents 審核人_tb As TextBox Friend WithEvents 明細_dgv As DataGridView Friend WithEvents Label3 As Label Friend WithEvents 申請人_tb As TextBox Friend WithEvents Label1 As Label Friend WithEvents 收支單號_tb As TextBox Friend WithEvents 收支單_dgv As DataGridView Friend WithEvents 審核日期_dtp As DateTimePicker Friend WithEvents Label8 As Label Friend WithEvents 彙總_dgv As DataGridView Friend WithEvents 現1_tb As TextBox Friend WithEvents 當月_tb As Button Friend WithEvents 當日_tb As Button Friend WithEvents Label4 As Label Friend WithEvents 結束日期_dtp As DateTimePicker Friend WithEvents 開始日期_dtp As DateTimePicker Friend WithEvents 合1_tb As TextBox Friend WithEvents Label9 As Label Friend WithEvents 出1_tb As TextBox Friend WithEvents Label11 As Label Friend WithEvents Label14 As Label Friend WithEvents 零1_tb As TextBox Friend WithEvents Label15 As Label Friend WithEvents 支1_tb As TextBox Friend WithEvents 明細_rb As RadioButton Friend WithEvents 彙總_rb As RadioButton Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem 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 Label2 As Label Friend WithEvents 零2_tb As TextBox Friend WithEvents Label12 As Label Friend WithEvents 支2_tb As TextBox Friend WithEvents 合2_tb As TextBox Friend WithEvents Label13 As Label Friend WithEvents 出2_tb As TextBox Friend WithEvents Label16 As Label Friend WithEvents 現2_tb As TextBox Friend WithEvents Label17 As Label Friend WithEvents 中間日期_dtp As DateTimePicker Friend WithEvents 下個月_bt As Button Friend WithEvents 上個月_bt As Button Friend WithEvents 一般月_ch As CheckBox Friend WithEvents 會計月_ch As CheckBox Friend WithEvents Label18 As Label Friend WithEvents 零3_tb As TextBox Friend WithEvents Label21 As Label Friend WithEvents 支3_tb As TextBox Friend WithEvents 合3_tb As TextBox Friend WithEvents Label22 As Label Friend WithEvents 出3_tb As TextBox Friend WithEvents Label23 As Label Friend WithEvents 現3_tb As TextBox Friend WithEvents Label24 As Label Friend WithEvents 全部_ch As CheckBox Friend WithEvents 含稅_ch As CheckBox Friend WithEvents 非稅_ch As CheckBox Friend WithEvents 印尼匯率_tb As TextBox Friend WithEvents 美金匯率_tb As TextBox Friend WithEvents 人民幣匯率_tb As TextBox Friend WithEvents Label6 As Label Friend WithEvents 零4_tb As TextBox Friend WithEvents Label25 As Label Friend WithEvents 支4_tb As TextBox Friend WithEvents 合4_tb As TextBox Friend WithEvents Label26 As Label Friend WithEvents 出4_tb As TextBox Friend WithEvents Label27 As Label Friend WithEvents 現4_tb As TextBox Friend WithEvents Label28 As Label End Class