123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 司機佣金計算
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- 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 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- 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.暫時勾選立帳選擇_bt = New System.Windows.Forms.Button()
- Me.新編號_tb = New System.Windows.Forms.TextBox()
- Me.非當天日期_ch = New System.Windows.Forms.CheckBox()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.立帳日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.列印成EXCEL_bt = New System.Windows.Forms.Button()
- Me.開立收支單_bt = New System.Windows.Forms.Button()
- Me.會計科目_cb = New System.Windows.Forms.ComboBox()
- 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.單據編號_tb = New System.Windows.Forms.TextBox()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Bu暫時取消立帳選擇_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.Label2 = New System.Windows.Forms.Label()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.司機_cb = New System.Windows.Forms.ComboBox()
- Me.上個月_bt = New System.Windows.Forms.Button()
- Me.一般月_ch = New System.Windows.Forms.CheckBox()
- Me.會計月_ch = New System.Windows.Forms.CheckBox()
- 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.佣金明細_dgv = New System.Windows.Forms.DataGridView()
- 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()
- '
- '暫時勾選立帳選擇_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(934, 33)
- Me.暫時勾選立帳選擇_bt.Name = "暫時勾選立帳選擇_bt"
- Me.暫時勾選立帳選擇_bt.Size = New System.Drawing.Size(112, 23)
- Me.暫時勾選立帳選擇_bt.TabIndex = 1163
- 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(668, 107)
- Me.新編號_tb.Name = "新編號_tb"
- Me.新編號_tb.Size = New System.Drawing.Size(175, 23)
- Me.新編號_tb.TabIndex = 1162
- '
- '非當天日期_ch
- '
- Me.非當天日期_ch.AutoSize = True
- Me.非當天日期_ch.Checked = True
- Me.非當天日期_ch.CheckState = System.Windows.Forms.CheckState.Checked
- Me.非當天日期_ch.Location = New System.Drawing.Point(893, 8)
- Me.非當天日期_ch.Name = "非當天日期_ch"
- Me.非當天日期_ch.Size = New System.Drawing.Size(39, 20)
- Me.非當天日期_ch.TabIndex = 1161
- 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(736, 10)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(56, 16)
- Me.Label6.TabIndex = 1160
- Me.Label6.Text = "立帳日期"
- '
- '立帳日期_dtp
- '
- Me.立帳日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.立帳日期_dtp.Location = New System.Drawing.Point(794, 7)
- Me.立帳日期_dtp.Name = "立帳日期_dtp"
- Me.立帳日期_dtp.Size = New System.Drawing.Size(90, 23)
- Me.立帳日期_dtp.TabIndex = 1159
- '
- '列印成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(1047, 33)
- Me.列印成EXCEL_bt.Name = "列印成EXCEL_bt"
- Me.列印成EXCEL_bt.Size = New System.Drawing.Size(96, 23)
- Me.列印成EXCEL_bt.TabIndex = 1158
- Me.列印成EXCEL_bt.Text = "列印成EXCEL"
- Me.列印成EXCEL_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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.開立收支單_bt.Location = New System.Drawing.Point(1144, 33)
- Me.開立收支單_bt.Name = "開立收支單_bt"
- Me.開立收支單_bt.Size = New System.Drawing.Size(96, 23)
- Me.開立收支單_bt.TabIndex = 1157
- Me.開立收支單_bt.Text = "開立收支單"
- Me.開立收支單_bt.UseVisualStyleBackColor = True
- '
- '會計科目_cb
- '
- Me.會計科目_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.會計科目_cb.FormattingEnabled = True
- Me.會計科目_cb.Location = New System.Drawing.Point(668, 32)
- 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 = 1156
- '
- '會科關鍵字_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(847, 32)
- 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 = 1155
- 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(590, 32)
- Me.會科第二層編號_cb.Name = "會科第二層編號_cb"
- Me.會科第二層編號_cb.Size = New System.Drawing.Size(75, 24)
- Me.會科第二層編號_cb.TabIndex = 1154
- '
- '會科第二層_cb
- '
- Me.會科第二層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.會科第二層_cb.FormattingEnabled = True
- Me.會科第二層_cb.Location = New System.Drawing.Point(465, 32)
- Me.會科第二層_cb.Name = "會科第二層_cb"
- Me.會科第二層_cb.Size = New System.Drawing.Size(121, 24)
- Me.會科第二層_cb.TabIndex = 1153
- '
- '會科第一層編號_cb
- '
- Me.會科第一層編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.會科第一層編號_cb.FormattingEnabled = True
- Me.會科第一層編號_cb.Location = New System.Drawing.Point(401, 32)
- Me.會科第一層編號_cb.Name = "會科第一層編號_cb"
- Me.會科第一層編號_cb.Size = New System.Drawing.Size(61, 24)
- Me.會科第一層編號_cb.TabIndex = 1152
- '
- '會科第一層_cb
- '
- Me.會科第一層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.會科第一層_cb.FormattingEnabled = True
- Me.會科第一層_cb.Location = New System.Drawing.Point(277, 32)
- Me.會科第一層_cb.Name = "會科第一層_cb"
- Me.會科第一層_cb.Size = New System.Drawing.Size(121, 24)
- Me.會科第一層_cb.TabIndex = 1151
- '
- '會計科目編號_cb
- '
- Me.會計科目編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.會計科目編號_cb.FormattingEnabled = True
- Me.會計科目編號_cb.Location = New System.Drawing.Point(668, 76)
- 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 = 1149
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Location = New System.Drawing.Point(215, 37)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(56, 16)
- Me.Label5.TabIndex = 1150
- Me.Label5.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(70, 33)
- Me.單據編號_tb.Name = "單據編號_tb"
- Me.單據編號_tb.Size = New System.Drawing.Size(139, 23)
- Me.單據編號_tb.TabIndex = 1147
- '
- '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(8, 36)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(56, 16)
- Me.Label3.TabIndex = 1148
- Me.Label3.Text = "單據號碼"
- '
- 'Bu暫時取消立帳選擇_bt
- '
- Me.Bu暫時取消立帳選擇_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Bu暫時取消立帳選擇_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Bu暫時取消立帳選擇_bt.ForeColor = System.Drawing.Color.Olive
- Me.Bu暫時取消立帳選擇_bt.Location = New System.Drawing.Point(934, 7)
- Me.Bu暫時取消立帳選擇_bt.Name = "Bu暫時取消立帳選擇_bt"
- Me.Bu暫時取消立帳選擇_bt.Size = New System.Drawing.Size(112, 23)
- Me.Bu暫時取消立帳選擇_bt.TabIndex = 1146
- Me.Bu暫時取消立帳選擇_bt.Text = "依據單號全部選擇"
- Me.Bu暫時取消立帳選擇_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(1144, 7)
- Me.全部取消_bt.Name = "全部取消_bt"
- Me.全部取消_bt.Size = New System.Drawing.Size(96, 23)
- Me.全部取消_bt.TabIndex = 1145
- 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(1047, 7)
- Me.全部選擇_bt.Name = "全部選擇_bt"
- Me.全部選擇_bt.Size = New System.Drawing.Size(96, 23)
- Me.全部選擇_bt.TabIndex = 1144
- Me.全部選擇_bt.Text = "全部選擇"
- Me.全部選擇_bt.UseVisualStyleBackColor = True
- '
- '佣金合計_tb
- '
- Me.佣金合計_tb.Location = New System.Drawing.Point(633, 6)
- Me.佣金合計_tb.Name = "佣金合計_tb"
- Me.佣金合計_tb.Size = New System.Drawing.Size(100, 23)
- Me.佣金合計_tb.TabIndex = 1143
- Me.佣金合計_tb.Text = "0"
- Me.佣金合計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(576, 10)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(56, 16)
- Me.Label2.TabIndex = 1142
- Me.Label2.Text = "佣金合計"
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(464, 10)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(32, 16)
- Me.Label1.TabIndex = 1141
- Me.Label1.Text = "司機"
- '
- '司機_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(496, 7)
- Me.司機_cb.Name = "司機_cb"
- Me.司機_cb.Size = New System.Drawing.Size(74, 23)
- Me.司機_cb.TabIndex = 1140
- '
- '上個月_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(334, 7)
- Me.上個月_bt.Name = "上個月_bt"
- Me.上個月_bt.Size = New System.Drawing.Size(64, 23)
- Me.上個月_bt.TabIndex = 1136
- Me.上個月_bt.Text = "上個月"
- Me.上個月_bt.UseVisualStyleBackColor = True
- '
- '一般月_ch
- '
- Me.一般月_ch.AutoSize = True
- Me.一般月_ch.Location = New System.Drawing.Point(271, 9)
- Me.一般月_ch.Name = "一般月_ch"
- Me.一般月_ch.Size = New System.Drawing.Size(63, 20)
- Me.一般月_ch.TabIndex = 1139
- 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(212, 9)
- Me.會計月_ch.Name = "會計月_ch"
- Me.會計月_ch.Size = New System.Drawing.Size(63, 20)
- Me.會計月_ch.TabIndex = 1138
- 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(399, 7)
- Me.下個月_bt.Name = "下個月_bt"
- Me.下個月_bt.Size = New System.Drawing.Size(64, 23)
- Me.下個月_bt.TabIndex = 1137
- Me.下個月_bt.Text = "下個月"
- Me.下個月_bt.UseVisualStyleBackColor = True
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Location = New System.Drawing.Point(100, 11)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(20, 16)
- Me.Label4.TabIndex = 1135
- 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(122, 7)
- Me.結束日期_dtp.Name = "結束日期_dtp"
- Me.結束日期_dtp.Size = New System.Drawing.Size(87, 23)
- Me.結束日期_dtp.TabIndex = 1134
- '
- '開始日期_dtp
- '
- Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.開始日期_dtp.Location = New System.Drawing.Point(11, 7)
- Me.開始日期_dtp.Name = "開始日期_dtp"
- Me.開始日期_dtp.Size = New System.Drawing.Size(87, 23)
- Me.開始日期_dtp.TabIndex = 1133
- '
- '佣金明細_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(15, 60)
- 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 = 1132
- '
- '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(668, 136)
- 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.Bu暫時取消立帳選擇_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 暫時勾選立帳選擇_bt As Button
- Friend WithEvents 新編號_tb As TextBox
- Friend WithEvents 非當天日期_ch As CheckBox
- Friend WithEvents Label6 As Label
- Friend WithEvents 立帳日期_dtp As DateTimePicker
- Friend WithEvents 列印成EXCEL_bt As Button
- Friend WithEvents 開立收支單_bt As Button
- Friend WithEvents 會計科目_cb As ComboBox
- 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 單據編號_tb As TextBox
- Friend WithEvents Label3 As Label
- Friend WithEvents Bu暫時取消立帳選擇_bt As Button
- Friend WithEvents 全部取消_bt As Button
- Friend WithEvents 全部選擇_bt As Button
- Friend WithEvents 佣金合計_tb As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents Label1 As Label
- Friend WithEvents 司機_cb As ComboBox
- Friend WithEvents 上個月_bt As Button
- Friend WithEvents 一般月_ch As CheckBox
- Friend WithEvents 會計月_ch As CheckBox
- Friend WithEvents 下個月_bt As Button
- Friend WithEvents Label4 As Label
- Friend WithEvents 結束日期_dtp As DateTimePicker
- Friend WithEvents 開始日期_dtp As DateTimePicker
- Friend WithEvents 佣金明細_dgv As DataGridView
- 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
|