_ Partial Class 業務佣金計算 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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(業務佣金計算)) Me.佣金明細_dgv = New System.Windows.Forms.DataGridView() Me.一般月_ch = New System.Windows.Forms.CheckBox() Me.會計月_ch = New System.Windows.Forms.CheckBox() Me.下個月_bt = New System.Windows.Forms.Button() Me.上個月_bt = 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.業務_cb = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.佣金合計_tb = New System.Windows.Forms.TextBox() Me.暫時取消立帳選擇_bt = New System.Windows.Forms.Button() Me.全部取消_bt = New System.Windows.Forms.Button() Me.全部選擇_bt = New System.Windows.Forms.Button() Me.單據編號_tb = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.會科關鍵字_tb = New System.Windows.Forms.TextBox() Me.會科第二層編號_cb = New System.Windows.Forms.ComboBox() Me.會科第二層_cb = New System.Windows.Forms.ComboBox() Me.會科第一層編號_cb = New System.Windows.Forms.ComboBox() Me.會科第一層_cb = New System.Windows.Forms.ComboBox() Me.會計科目編號_cb = New System.Windows.Forms.ComboBox() Me.Label5 = New System.Windows.Forms.Label() Me.會計科目_cb = New System.Windows.Forms.ComboBox() Me.開立收支單_bt = New System.Windows.Forms.Button() Me.列印成EXCEL_bt = New System.Windows.Forms.Button() Me.非當天日期_ch = New System.Windows.Forms.CheckBox() Me.Label6 = New System.Windows.Forms.Label() Me.立帳日期_dtp = New System.Windows.Forms.DateTimePicker() Me.新編號_tb = New System.Windows.Forms.TextBox() Me.暫時勾選立帳選擇_bt = New System.Windows.Forms.Button() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator3 = 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.全部取消ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.列印成EXCELToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.開立收支單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.中間日期_dtp = New System.Windows.Forms.DateTimePicker() CType(Me.佣金明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' '佣金明細_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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.佣金明細_dgv.Location = New System.Drawing.Point(12, 59) 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(1225, 545) Me.佣金明細_dgv.TabIndex = 839 ' '一般月_ch ' Me.一般月_ch.AutoSize = True Me.一般月_ch.Location = New System.Drawing.Point(268, 8) Me.一般月_ch.Name = "一般月_ch" Me.一般月_ch.Size = New System.Drawing.Size(63, 20) Me.一般月_ch.TabIndex = 1107 Me.一般月_ch.Text = "一般月" Me.一般月_ch.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(209, 8) Me.會計月_ch.Name = "會計月_ch" Me.會計月_ch.Size = New System.Drawing.Size(63, 20) Me.會計月_ch.TabIndex = 1106 Me.會計月_ch.Text = "會計月" Me.會計月_ch.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(396, 6) Me.下個月_bt.Name = "下個月_bt" Me.下個月_bt.Size = New System.Drawing.Size(64, 23) Me.下個月_bt.TabIndex = 1105 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(331, 6) Me.上個月_bt.Name = "上個月_bt" Me.上個月_bt.Size = New System.Drawing.Size(64, 23) Me.上個月_bt.TabIndex = 1104 Me.上個月_bt.Text = "上個月" Me.上個月_bt.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(97, 10) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(20, 16) Me.Label4.TabIndex = 1103 Me.Label4.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(119, 6) Me.結束日期_dtp.Name = "結束日期_dtp" Me.結束日期_dtp.Size = New System.Drawing.Size(87, 23) Me.結束日期_dtp.TabIndex = 1102 ' '開始日期_dtp ' Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.開始日期_dtp.Location = New System.Drawing.Point(8, 6) Me.開始日期_dtp.Name = "開始日期_dtp" Me.開始日期_dtp.Size = New System.Drawing.Size(87, 23) Me.開始日期_dtp.TabIndex = 1101 ' '業務_cb ' Me.業務_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.業務_cb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.業務_cb.ForeColor = System.Drawing.Color.Green Me.業務_cb.FormattingEnabled = True Me.業務_cb.Items.AddRange(New Object() {"NA", "女", "男"}) Me.業務_cb.Location = New System.Drawing.Point(493, 6) Me.業務_cb.Name = "業務_cb" Me.業務_cb.Size = New System.Drawing.Size(74, 23) Me.業務_cb.TabIndex = 1108 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(461, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(32, 16) Me.Label1.TabIndex = 1109 Me.Label1.Text = "業務" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(573, 9) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(56, 16) Me.Label2.TabIndex = 1110 Me.Label2.Text = "佣金合計" ' '佣金合計_tb ' Me.佣金合計_tb.Location = New System.Drawing.Point(630, 5) Me.佣金合計_tb.Name = "佣金合計_tb" Me.佣金合計_tb.Size = New System.Drawing.Size(100, 23) Me.佣金合計_tb.TabIndex = 1111 Me.佣金合計_tb.Text = "0" Me.佣金合計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '暫時取消立帳選擇_bt ' Me.暫時取消立帳選擇_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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.Olive Me.暫時取消立帳選擇_bt.Location = New System.Drawing.Point(931, 6) Me.暫時取消立帳選擇_bt.Name = "暫時取消立帳選擇_bt" Me.暫時取消立帳選擇_bt.Size = New System.Drawing.Size(112, 23) Me.暫時取消立帳選擇_bt.TabIndex = 1114 Me.暫時取消立帳選擇_bt.Text = "依據單號全部選擇" Me.暫時取消立帳選擇_bt.UseVisualStyleBackColor = True ' '全部取消_bt ' Me.全部取消_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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.Olive Me.全部取消_bt.Location = New System.Drawing.Point(1141, 6) Me.全部取消_bt.Name = "全部取消_bt" Me.全部取消_bt.Size = New System.Drawing.Size(96, 23) Me.全部取消_bt.TabIndex = 1113 Me.全部取消_bt.Text = "全部取消" Me.全部取消_bt.UseVisualStyleBackColor = True ' '全部選擇_bt ' Me.全部選擇_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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.Olive Me.全部選擇_bt.Location = New System.Drawing.Point(1044, 6) Me.全部選擇_bt.Name = "全部選擇_bt" Me.全部選擇_bt.Size = New System.Drawing.Size(96, 23) Me.全部選擇_bt.TabIndex = 1112 Me.全部選擇_bt.Text = "全部選擇" Me.全部選擇_bt.UseVisualStyleBackColor = True ' '單據編號_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(67, 32) Me.單據編號_tb.Name = "單據編號_tb" Me.單據編號_tb.Size = New System.Drawing.Size(139, 23) Me.單據編號_tb.TabIndex = 1115 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label3.Location = New System.Drawing.Point(5, 35) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(56, 16) Me.Label3.TabIndex = 1116 Me.Label3.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(844, 31) Me.會科關鍵字_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.會科關鍵字_tb.Name = "會科關鍵字_tb" Me.會科關鍵字_tb.Size = New System.Drawing.Size(85, 23) Me.會科關鍵字_tb.TabIndex = 1123 Me.會科關鍵字_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '會科第二層編號_cb ' Me.會科第二層編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.會科第二層編號_cb.FormattingEnabled = True Me.會科第二層編號_cb.Location = New System.Drawing.Point(587, 31) Me.會科第二層編號_cb.Name = "會科第二層編號_cb" Me.會科第二層編號_cb.Size = New System.Drawing.Size(75, 24) Me.會科第二層編號_cb.TabIndex = 1122 ' '會科第二層_cb ' Me.會科第二層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.會科第二層_cb.FormattingEnabled = True Me.會科第二層_cb.Location = New System.Drawing.Point(462, 31) Me.會科第二層_cb.Name = "會科第二層_cb" Me.會科第二層_cb.Size = New System.Drawing.Size(121, 24) Me.會科第二層_cb.TabIndex = 1121 ' '會科第一層編號_cb ' Me.會科第一層編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.會科第一層編號_cb.FormattingEnabled = True Me.會科第一層編號_cb.Location = New System.Drawing.Point(398, 31) Me.會科第一層編號_cb.Name = "會科第一層編號_cb" Me.會科第一層編號_cb.Size = New System.Drawing.Size(61, 24) Me.會科第一層編號_cb.TabIndex = 1120 ' '會科第一層_cb ' Me.會科第一層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.會科第一層_cb.FormattingEnabled = True Me.會科第一層_cb.Location = New System.Drawing.Point(274, 31) Me.會科第一層_cb.Name = "會科第一層_cb" Me.會科第一層_cb.Size = New System.Drawing.Size(121, 24) Me.會科第一層_cb.TabIndex = 1119 ' '會計科目編號_cb ' Me.會計科目編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.會計科目編號_cb.FormattingEnabled = True Me.會計科目編號_cb.Location = New System.Drawing.Point(665, 75) Me.會計科目編號_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.會計科目編號_cb.Name = "會計科目編號_cb" Me.會計科目編號_cb.Size = New System.Drawing.Size(175, 24) Me.會計科目編號_cb.TabIndex = 1117 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(212, 36) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(56, 16) Me.Label5.TabIndex = 1118 Me.Label5.Text = "會計科目" ' '會計科目_cb ' Me.會計科目_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.會計科目_cb.FormattingEnabled = True Me.會計科目_cb.Location = New System.Drawing.Point(665, 31) Me.會計科目_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.會計科目_cb.Name = "會計科目_cb" Me.會計科目_cb.Size = New System.Drawing.Size(175, 24) Me.會計科目_cb.TabIndex = 1124 ' '開立收支單_bt ' Me.開立收支單_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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(1141, 32) Me.開立收支單_bt.Name = "開立收支單_bt" Me.開立收支單_bt.Size = New System.Drawing.Size(96, 23) Me.開立收支單_bt.TabIndex = 1125 Me.開立收支單_bt.Text = "開立收支單" Me.開立收支單_bt.UseVisualStyleBackColor = True ' '列印成EXCEL_bt ' Me.列印成EXCEL_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.列印成EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.列印成EXCEL_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.列印成EXCEL_bt.Location = New System.Drawing.Point(1044, 32) Me.列印成EXCEL_bt.Name = "列印成EXCEL_bt" Me.列印成EXCEL_bt.Size = New System.Drawing.Size(96, 23) Me.列印成EXCEL_bt.TabIndex = 1126 Me.列印成EXCEL_bt.Text = "列印成EXCEL" Me.列印成EXCEL_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(890, 7) Me.非當天日期_ch.Name = "非當天日期_ch" Me.非當天日期_ch.Size = New System.Drawing.Size(39, 20) Me.非當天日期_ch.TabIndex = 1129 Me.非當天日期_ch.Text = "補" Me.非當天日期_ch.UseVisualStyleBackColor = True ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.ForeColor = System.Drawing.Color.Blue Me.Label6.Location = New System.Drawing.Point(733, 9) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(56, 16) Me.Label6.TabIndex = 1128 Me.Label6.Text = "立帳日期" ' '立帳日期_dtp ' Me.立帳日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.立帳日期_dtp.Location = New System.Drawing.Point(791, 6) Me.立帳日期_dtp.Name = "立帳日期_dtp" Me.立帳日期_dtp.Size = New System.Drawing.Size(90, 23) Me.立帳日期_dtp.TabIndex = 1127 ' '新編號_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(665, 106) Me.新編號_tb.Name = "新編號_tb" Me.新編號_tb.Size = New System.Drawing.Size(175, 23) Me.新編號_tb.TabIndex = 1130 ' '暫時勾選立帳選擇_bt ' Me.暫時勾選立帳選擇_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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.Olive Me.暫時勾選立帳選擇_bt.Location = New System.Drawing.Point(931, 32) Me.暫時勾選立帳選擇_bt.Name = "暫時勾選立帳選擇_bt" Me.暫時勾選立帳選擇_bt.Size = New System.Drawing.Size(112, 23) Me.暫時勾選立帳選擇_bt.TabIndex = 1131 Me.暫時勾選立帳選擇_bt.Text = "依據單號取消立帳" Me.暫時勾選立帳選擇_bt.UseVisualStyleBackColor = True ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.依據單號全部選擇ToolStripMenuItem, Me.依據單號取消立帳ToolStripMenuItem, Me.全部選擇ToolStripMenuItem, Me.全部取消ToolStripMenuItem, Me.ToolStripSeparator1, Me.列印成EXCELToolStripMenuItem, Me.開立收支單ToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(171, 170) ' '重新整理ToolStripMenuItem ' Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem" Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(170, 22) Me.重新整理ToolStripMenuItem.Text = "重新整理" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(167, 6) ' '依據單號全部選擇ToolStripMenuItem ' Me.依據單號全部選擇ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive Me.依據單號全部選擇ToolStripMenuItem.Name = "依據單號全部選擇ToolStripMenuItem" Me.依據單號全部選擇ToolStripMenuItem.Size = New System.Drawing.Size(170, 22) Me.依據單號全部選擇ToolStripMenuItem.Text = "依據單號全部選擇" ' '依據單號取消立帳ToolStripMenuItem ' Me.依據單號取消立帳ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive Me.依據單號取消立帳ToolStripMenuItem.Name = "依據單號取消立帳ToolStripMenuItem" Me.依據單號取消立帳ToolStripMenuItem.Size = New System.Drawing.Size(170, 22) Me.依據單號取消立帳ToolStripMenuItem.Text = "依據單號取消立帳" ' '全部選擇ToolStripMenuItem ' Me.全部選擇ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive Me.全部選擇ToolStripMenuItem.Name = "全部選擇ToolStripMenuItem" Me.全部選擇ToolStripMenuItem.Size = New System.Drawing.Size(170, 22) Me.全部選擇ToolStripMenuItem.Text = "全部選擇" ' '全部取消ToolStripMenuItem ' Me.全部取消ToolStripMenuItem.ForeColor = System.Drawing.Color.Olive Me.全部取消ToolStripMenuItem.Name = "全部取消ToolStripMenuItem" Me.全部取消ToolStripMenuItem.Size = New System.Drawing.Size(170, 22) Me.全部取消ToolStripMenuItem.Text = "全部取消" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(167, 6) ' '列印成EXCELToolStripMenuItem ' Me.列印成EXCELToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.列印成EXCELToolStripMenuItem.Name = "列印成EXCELToolStripMenuItem" Me.列印成EXCELToolStripMenuItem.Size = New System.Drawing.Size(170, 22) Me.列印成EXCELToolStripMenuItem.Text = "列印成EXCEL" ' '開立收支單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(170, 22) Me.開立收支單ToolStripMenuItem.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(665, 135) Me.中間日期_dtp.Name = "中間日期_dtp" Me.中間日期_dtp.Size = New System.Drawing.Size(175, 23) Me.中間日期_dtp.TabIndex = 1167 ' '業務佣金計算 ' 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.中間日期_dtp) Me.Controls.Add(Me.暫時勾選立帳選擇_bt) Me.Controls.Add(Me.新編號_tb) Me.Controls.Add(Me.非當天日期_ch) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.立帳日期_dtp) Me.Controls.Add(Me.列印成EXCEL_bt) Me.Controls.Add(Me.開立收支單_bt) Me.Controls.Add(Me.會計科目_cb) Me.Controls.Add(Me.會科關鍵字_tb) Me.Controls.Add(Me.會科第二層編號_cb) Me.Controls.Add(Me.會科第二層_cb) Me.Controls.Add(Me.會科第一層編號_cb) Me.Controls.Add(Me.會科第一層_cb) Me.Controls.Add(Me.會計科目編號_cb) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.單據編號_tb) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.暫時取消立帳選擇_bt) Me.Controls.Add(Me.全部取消_bt) Me.Controls.Add(Me.全部選擇_bt) Me.Controls.Add(Me.佣金合計_tb) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.業務_cb) Me.Controls.Add(Me.上個月_bt) Me.Controls.Add(Me.一般月_ch) Me.Controls.Add(Me.會計月_ch) Me.Controls.Add(Me.下個月_bt) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.結束日期_dtp) Me.Controls.Add(Me.開始日期_dtp) 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.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "業務佣金計算" Me.Text = "業務佣金計算" CType(Me.佣金明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 佣金明細_dgv As DataGridView Friend WithEvents 一般月_ch As CheckBox Friend WithEvents 會計月_ch As CheckBox Friend WithEvents 下個月_bt As Button Friend WithEvents 上個月_bt As Button Friend WithEvents Label4 As Label Friend WithEvents 結束日期_dtp As DateTimePicker Friend WithEvents 開始日期_dtp As DateTimePicker Friend WithEvents 業務_cb As ComboBox Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents 佣金合計_tb As TextBox Friend WithEvents 暫時取消立帳選擇_bt As Button Friend WithEvents 全部取消_bt As Button Friend WithEvents 全部選擇_bt As Button Friend WithEvents 單據編號_tb As TextBox Friend WithEvents Label3 As Label Friend WithEvents 會科關鍵字_tb As TextBox Friend WithEvents 會科第二層編號_cb As ComboBox Friend WithEvents 會科第二層_cb As ComboBox Friend WithEvents 會科第一層編號_cb As ComboBox Friend WithEvents 會科第一層_cb As ComboBox Friend WithEvents 會計科目編號_cb As ComboBox Friend WithEvents Label5 As Label Friend WithEvents 會計科目_cb As ComboBox Friend WithEvents 開立收支單_bt As Button Friend WithEvents 列印成EXCEL_bt As Button Friend WithEvents 非當天日期_ch As CheckBox Friend WithEvents Label6 As Label Friend WithEvents 立帳日期_dtp As DateTimePicker Friend WithEvents 新編號_tb As TextBox Friend WithEvents 暫時勾選立帳選擇_bt As Button Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator3 As ToolStripSeparator Friend WithEvents 依據單號全部選擇ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 依據單號取消立帳ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 全部選擇ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 全部取消ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents 列印成EXCELToolStripMenuItem As ToolStripMenuItem Friend WithEvents 開立收支單ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 中間日期_dtp As DateTimePicker End Class