123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549 |
- <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()
- 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.Button1 = New System.Windows.Forms.Button()
- Me.一般月 = New System.Windows.Forms.CheckBox()
- Me.會計月 = New System.Windows.Forms.CheckBox()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
- Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
- Me.DataGridView1 = New System.Windows.Forms.DataGridView()
- Me.TextBox3 = New System.Windows.Forms.TextBox()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Button6 = New System.Windows.Forms.Button()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.CheckBox1 = New System.Windows.Forms.CheckBox()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker()
- Me.Button5 = New System.Windows.Forms.Button()
- Me.Button4 = New System.Windows.Forms.Button()
- Me.ComboBox7 = New System.Windows.Forms.ComboBox()
- Me.TextBox9 = New System.Windows.Forms.TextBox()
- Me.ComboBox4 = New System.Windows.Forms.ComboBox()
- Me.ComboBox3 = New System.Windows.Forms.ComboBox()
- Me.ComboBox1 = New System.Windows.Forms.ComboBox()
- Me.ComboBox5 = New System.Windows.Forms.ComboBox()
- Me.ComboBox6 = New System.Windows.Forms.ComboBox()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.Button12 = New System.Windows.Forms.Button()
- Me.Button13 = New System.Windows.Forms.Button()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.CheckBox2 = New System.Windows.Forms.CheckBox()
- Me.TextBox4 = New System.Windows.Forms.TextBox()
- Me.CheckBox3 = New System.Windows.Forms.CheckBox()
- Me.TextBox5 = New System.Windows.Forms.TextBox()
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'Button1
- '
- Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Button1.Location = New System.Drawing.Point(7, 55)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(87, 23)
- Me.Button1.TabIndex = 1112
- Me.Button1.Text = "上個月"
- Me.Button1.UseVisualStyleBackColor = True
- '
- '一般月
- '
- Me.一般月.AutoSize = True
- Me.一般月.Location = New System.Drawing.Point(130, 32)
- Me.一般月.Name = "一般月"
- Me.一般月.Size = New System.Drawing.Size(63, 20)
- Me.一般月.TabIndex = 1115
- Me.一般月.Text = "一般月"
- Me.一般月.UseVisualStyleBackColor = True
- '
- '會計月
- '
- Me.會計月.AutoSize = True
- Me.會計月.Checked = True
- Me.會計月.CheckState = System.Windows.Forms.CheckState.Checked
- Me.會計月.Location = New System.Drawing.Point(20, 32)
- Me.會計月.Name = "會計月"
- Me.會計月.Size = New System.Drawing.Size(63, 20)
- Me.會計月.TabIndex = 1114
- Me.會計月.Text = "會計月"
- Me.會計月.UseVisualStyleBackColor = True
- '
- 'Button2
- '
- Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Button2.Location = New System.Drawing.Point(117, 56)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(87, 23)
- Me.Button2.TabIndex = 1113
- Me.Button2.Text = "下個月"
- Me.Button2.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(20, 16)
- Me.Label4.TabIndex = 1111
- Me.Label4.Text = "到"
- '
- 'DateTimePicker2
- '
- Me.DateTimePicker2.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
- Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker2.Location = New System.Drawing.Point(117, 5)
- Me.DateTimePicker2.Name = "DateTimePicker2"
- Me.DateTimePicker2.Size = New System.Drawing.Size(87, 23)
- Me.DateTimePicker2.TabIndex = 1110
- '
- 'DateTimePicker1
- '
- Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker1.Location = New System.Drawing.Point(7, 5)
- Me.DateTimePicker1.Name = "DateTimePicker1"
- Me.DateTimePicker1.Size = New System.Drawing.Size(87, 23)
- Me.DateTimePicker1.TabIndex = 1109
- '
- 'DataGridView1
- '
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
- Me.DataGridView1.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.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView1.Location = New System.Drawing.Point(14, 83)
- Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.DataGridView1.Name = "DataGridView1"
- Me.DataGridView1.RowHeadersWidth = 5
- DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle4
- Me.DataGridView1.RowTemplate.Height = 24
- Me.DataGridView1.Size = New System.Drawing.Size(1225, 518)
- Me.DataGridView1.TabIndex = 1108
- '
- 'TextBox3
- '
- Me.TextBox3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.TextBox3.Location = New System.Drawing.Point(262, 6)
- Me.TextBox3.Name = "TextBox3"
- Me.TextBox3.Size = New System.Drawing.Size(126, 23)
- Me.TextBox3.TabIndex = 1117
- '
- '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(206, 9)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(56, 16)
- Me.Label3.TabIndex = 1118
- Me.Label3.Text = "單據號碼"
- '
- 'Button6
- '
- Me.Button6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button6.ForeColor = System.Drawing.Color.Olive
- Me.Button6.Location = New System.Drawing.Point(1087, 3)
- Me.Button6.Name = "Button6"
- Me.Button6.Size = New System.Drawing.Size(82, 47)
- Me.Button6.TabIndex = 1149
- Me.Button6.Text = "依據單號取消立帳選擇"
- Me.Button6.UseVisualStyleBackColor = True
- '
- 'TextBox2
- '
- Me.TextBox2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.TextBox2.Location = New System.Drawing.Point(446, 5)
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(100, 23)
- Me.TextBox2.TabIndex = 1148
- '
- 'CheckBox1
- '
- Me.CheckBox1.AutoSize = True
- Me.CheckBox1.Checked = True
- Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
- Me.CheckBox1.Location = New System.Drawing.Point(351, 33)
- Me.CheckBox1.Name = "CheckBox1"
- Me.CheckBox1.Size = New System.Drawing.Size(39, 20)
- Me.CheckBox1.TabIndex = 1147
- Me.CheckBox1.Text = "補"
- Me.CheckBox1.UseVisualStyleBackColor = True
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label6.Location = New System.Drawing.Point(207, 35)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(56, 16)
- Me.Label6.TabIndex = 1146
- Me.Label6.Text = "立帳日期"
- '
- 'DateTimePicker3
- '
- Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker3.Location = New System.Drawing.Point(262, 32)
- Me.DateTimePicker3.Name = "DateTimePicker3"
- Me.DateTimePicker3.Size = New System.Drawing.Size(85, 23)
- Me.DateTimePicker3.TabIndex = 1145
- '
- 'Button5
- '
- Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Button5.Location = New System.Drawing.Point(1004, 3)
- Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(82, 47)
- Me.Button5.TabIndex = 1144
- Me.Button5.Text = "列印帳款清單"
- Me.Button5.UseVisualStyleBackColor = True
- '
- 'Button4
- '
- Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Button4.Location = New System.Drawing.Point(209, 57)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(181, 23)
- Me.Button4.TabIndex = 1143
- Me.Button4.Text = "開立收支單(傳票)"
- Me.Button4.UseVisualStyleBackColor = True
- '
- 'ComboBox7
- '
- Me.ComboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox7.FormattingEnabled = True
- Me.ComboBox7.Location = New System.Drawing.Point(657, 56)
- Me.ComboBox7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.ComboBox7.Name = "ComboBox7"
- Me.ComboBox7.Size = New System.Drawing.Size(190, 24)
- Me.ComboBox7.TabIndex = 1142
- '
- 'TextBox9
- '
- Me.TextBox9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.TextBox9.Location = New System.Drawing.Point(549, 56)
- Me.TextBox9.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.TextBox9.Name = "TextBox9"
- Me.TextBox9.Size = New System.Drawing.Size(105, 23)
- Me.TextBox9.TabIndex = 1141
- Me.TextBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'ComboBox4
- '
- Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox4.FormattingEnabled = True
- Me.ComboBox4.Location = New System.Drawing.Point(769, 30)
- Me.ComboBox4.Name = "ComboBox4"
- Me.ComboBox4.Size = New System.Drawing.Size(78, 24)
- Me.ComboBox4.TabIndex = 1140
- '
- 'ComboBox3
- '
- Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox3.FormattingEnabled = True
- Me.ComboBox3.Location = New System.Drawing.Point(657, 30)
- Me.ComboBox3.Name = "ComboBox3"
- Me.ComboBox3.Size = New System.Drawing.Size(109, 24)
- Me.ComboBox3.TabIndex = 1139
- '
- 'ComboBox1
- '
- Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox1.FormattingEnabled = True
- Me.ComboBox1.Location = New System.Drawing.Point(769, 4)
- Me.ComboBox1.Name = "ComboBox1"
- Me.ComboBox1.Size = New System.Drawing.Size(78, 24)
- Me.ComboBox1.TabIndex = 1138
- '
- 'ComboBox5
- '
- Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox5.FormattingEnabled = True
- Me.ComboBox5.Location = New System.Drawing.Point(657, 4)
- Me.ComboBox5.Name = "ComboBox5"
- Me.ComboBox5.Size = New System.Drawing.Size(109, 24)
- Me.ComboBox5.TabIndex = 1137
- '
- 'ComboBox6
- '
- Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox6.FormattingEnabled = True
- Me.ComboBox6.Location = New System.Drawing.Point(657, 88)
- Me.ComboBox6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.ComboBox6.Name = "ComboBox6"
- Me.ComboBox6.Size = New System.Drawing.Size(190, 24)
- Me.ComboBox6.TabIndex = 1135
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Location = New System.Drawing.Point(550, 8)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(104, 48)
- Me.Label5.TabIndex = 1136
- Me.Label5.Text = "未附餘額不為零時" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "需要選擇未付餘額" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "立帳的會計科目"
- '
- 'Button12
- '
- Me.Button12.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Button12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button12.ForeColor = System.Drawing.Color.Olive
- Me.Button12.Location = New System.Drawing.Point(1170, 27)
- Me.Button12.Name = "Button12"
- Me.Button12.Size = New System.Drawing.Size(74, 23)
- Me.Button12.TabIndex = 1133
- Me.Button12.Text = "全部取消"
- Me.Button12.UseVisualStyleBackColor = True
- '
- 'Button13
- '
- Me.Button13.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Button13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button13.ForeColor = System.Drawing.Color.Olive
- Me.Button13.Location = New System.Drawing.Point(1170, 3)
- Me.Button13.Name = "Button13"
- Me.Button13.Size = New System.Drawing.Size(74, 23)
- Me.Button13.TabIndex = 1132
- Me.Button13.Text = "全部選擇"
- Me.Button13.UseVisualStyleBackColor = True
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label1.Location = New System.Drawing.Point(390, 8)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(56, 16)
- Me.Label1.TabIndex = 1150
- Me.Label1.Text = "應付金額"
- '
- 'NumericUpDown1
- '
- Me.NumericUpDown1.Location = New System.Drawing.Point(446, 30)
- Me.NumericUpDown1.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
- Me.NumericUpDown1.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
- Me.NumericUpDown1.Name = "NumericUpDown1"
- Me.NumericUpDown1.Size = New System.Drawing.Size(100, 23)
- Me.NumericUpDown1.TabIndex = 1151
- Me.NumericUpDown1.ThousandsSeparator = True
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label2.Location = New System.Drawing.Point(390, 32)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(56, 16)
- Me.Label2.TabIndex = 1152
- Me.Label2.Text = "實付金額"
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label7.Location = New System.Drawing.Point(390, 58)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(56, 16)
- Me.Label7.TabIndex = 1154
- Me.Label7.Text = "未付餘額"
- '
- 'NumericUpDown2
- '
- Me.NumericUpDown2.Location = New System.Drawing.Point(446, 56)
- Me.NumericUpDown2.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
- Me.NumericUpDown2.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
- Me.NumericUpDown2.Name = "NumericUpDown2"
- Me.NumericUpDown2.Size = New System.Drawing.Size(100, 23)
- Me.NumericUpDown2.TabIndex = 1153
- Me.NumericUpDown2.ThousandsSeparator = True
- '
- 'TextBox1
- '
- Me.TextBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.TextBox1.Location = New System.Drawing.Point(657, 119)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(190, 23)
- Me.TextBox1.TabIndex = 1155
- '
- 'Label8
- '
- Me.Label8.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label8.AutoSize = True
- Me.Label8.ForeColor = System.Drawing.Color.Red
- Me.Label8.Location = New System.Drawing.Point(852, 49)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(385, 32)
- Me.Label8.TabIndex = 1157
- Me.Label8.Text = "選擇採購單號執行開立傳票時實付金額會自動已會計科目-應付帳款立帳" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "未付餘額如果不為零則需要手動選擇會計科目。推薦使用-應付賬款折讓" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
- '
- 'CheckBox2
- '
- Me.CheckBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.CheckBox2.AutoSize = True
- Me.CheckBox2.Location = New System.Drawing.Point(887, 6)
- Me.CheckBox2.Name = "CheckBox2"
- Me.CheckBox2.Size = New System.Drawing.Size(99, 20)
- Me.CheckBox2.TabIndex = 1158
- Me.CheckBox2.Text = "列印多單選擇"
- Me.CheckBox2.UseVisualStyleBackColor = True
- '
- 'TextBox4
- '
- Me.TextBox4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.TextBox4.Location = New System.Drawing.Point(657, 148)
- Me.TextBox4.Name = "TextBox4"
- Me.TextBox4.Size = New System.Drawing.Size(190, 23)
- Me.TextBox4.TabIndex = 1163
- '
- 'CheckBox3
- '
- Me.CheckBox3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.CheckBox3.AutoSize = True
- Me.CheckBox3.Location = New System.Drawing.Point(887, 26)
- Me.CheckBox3.Name = "CheckBox3"
- Me.CheckBox3.Size = New System.Drawing.Size(111, 20)
- Me.CheckBox3.TabIndex = 1164
- Me.CheckBox3.Text = "已立帳資料隱藏"
- Me.CheckBox3.UseVisualStyleBackColor = True
- '
- 'TextBox5
- '
- Me.TextBox5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.TextBox5.Location = New System.Drawing.Point(657, 177)
- Me.TextBox5.Name = "TextBox5"
- Me.TextBox5.Size = New System.Drawing.Size(190, 23)
- Me.TextBox5.TabIndex = 1165
- '
- '應付賬款
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1249, 611)
- Me.Controls.Add(Me.TextBox5)
- Me.Controls.Add(Me.TextBox4)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.NumericUpDown2)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.NumericUpDown1)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.Button6)
- Me.Controls.Add(Me.TextBox2)
- Me.Controls.Add(Me.CheckBox1)
- Me.Controls.Add(Me.DateTimePicker3)
- Me.Controls.Add(Me.Button5)
- Me.Controls.Add(Me.Button4)
- Me.Controls.Add(Me.ComboBox7)
- Me.Controls.Add(Me.TextBox9)
- Me.Controls.Add(Me.ComboBox4)
- Me.Controls.Add(Me.ComboBox3)
- Me.Controls.Add(Me.ComboBox1)
- Me.Controls.Add(Me.ComboBox5)
- Me.Controls.Add(Me.ComboBox6)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.Button12)
- Me.Controls.Add(Me.Button13)
- Me.Controls.Add(Me.TextBox3)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.一般月)
- Me.Controls.Add(Me.會計月)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.DateTimePicker2)
- Me.Controls.Add(Me.DateTimePicker1)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.CheckBox2)
- Me.Controls.Add(Me.CheckBox3)
- Me.Controls.Add(Me.DataGridView1)
- 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 = "應付賬款"
- Me.Text = "應付賬款"
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents Button1 As Button
- Friend WithEvents 一般月 As CheckBox
- Friend WithEvents 會計月 As CheckBox
- Friend WithEvents Button2 As Button
- Friend WithEvents Label4 As Label
- Friend WithEvents DateTimePicker2 As DateTimePicker
- Friend WithEvents DateTimePicker1 As DateTimePicker
- Friend WithEvents DataGridView1 As DataGridView
- Friend WithEvents TextBox3 As TextBox
- Friend WithEvents Label3 As Label
- Friend WithEvents Button6 As Button
- Friend WithEvents TextBox2 As TextBox
- Friend WithEvents CheckBox1 As CheckBox
- Friend WithEvents Label6 As Label
- Friend WithEvents DateTimePicker3 As DateTimePicker
- Friend WithEvents Button5 As Button
- Friend WithEvents Button4 As Button
- Friend WithEvents ComboBox7 As ComboBox
- Friend WithEvents TextBox9 As TextBox
- Friend WithEvents ComboBox4 As ComboBox
- Friend WithEvents ComboBox3 As ComboBox
- Friend WithEvents ComboBox1 As ComboBox
- Friend WithEvents ComboBox5 As ComboBox
- Friend WithEvents ComboBox6 As ComboBox
- Friend WithEvents Label5 As Label
- Friend WithEvents Button12 As Button
- Friend WithEvents Button13 As Button
- Friend WithEvents Label1 As Label
- Friend WithEvents NumericUpDown1 As NumericUpDown
- Friend WithEvents Label2 As Label
- Friend WithEvents Label7 As Label
- Friend WithEvents NumericUpDown2 As NumericUpDown
- Friend WithEvents TextBox1 As TextBox
- Friend WithEvents Label8 As Label
- Friend WithEvents CheckBox2 As CheckBox
- Friend WithEvents TextBox4 As TextBox
- Friend WithEvents CheckBox3 As CheckBox
- Friend WithEvents TextBox5 As TextBox
- End Class
|