123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class Frm_BG_sum
- 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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.DGV_IN = New System.Windows.Forms.DataGridView()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.TextBox3 = New System.Windows.Forms.TextBox()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.TextBox4 = New System.Windows.Forms.TextBox()
- Me.TextBox5 = New System.Windows.Forms.TextBox()
- Me.TextBox6 = New System.Windows.Forms.TextBox()
- Me.TextBox7 = New System.Windows.Forms.TextBox()
- Me.TextBox8 = New System.Windows.Forms.TextBox()
- Me.TextBox9 = New System.Windows.Forms.TextBox()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Button4 = New System.Windows.Forms.Button()
- Me.Button5 = New System.Windows.Forms.Button()
- Me.TextBox16 = New System.Windows.Forms.TextBox()
- Me.dtp = New System.Windows.Forms.DateTimePicker()
- Me.Button6 = New System.Windows.Forms.Button()
- Me.Button7 = New System.Windows.Forms.Button()
- Me.Button8 = New System.Windows.Forms.Button()
- Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
- Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
- Me.TextBox10 = New System.Windows.Forms.TextBox()
- Me.TextBox11 = New System.Windows.Forms.TextBox()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.TextBox12 = New System.Windows.Forms.TextBox()
- Me.TextBox13 = New System.Windows.Forms.TextBox()
- Me.TextBox14 = New System.Windows.Forms.TextBox()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.Label12 = New System.Windows.Forms.Label()
- CType(Me.DGV_IN, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'DGV_IN
- '
- Me.DGV_IN.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.DGV_IN.DefaultCellStyle = DataGridViewCellStyle1
- Me.DGV_IN.Location = New System.Drawing.Point(23, 158)
- Me.DGV_IN.Margin = New System.Windows.Forms.Padding(4)
- Me.DGV_IN.Name = "DGV_IN"
- Me.DGV_IN.RowHeadersWidth = 82
- Me.DGV_IN.RowTemplate.Height = 23
- Me.DGV_IN.Size = New System.Drawing.Size(64, 49)
- Me.DGV_IN.TabIndex = 0
- Me.DGV_IN.Visible = False
- '
- 'Button1
- '
- Me.Button1.Location = New System.Drawing.Point(180, 14)
- Me.Button1.Margin = New System.Windows.Forms.Padding(4)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(73, 35)
- Me.Button1.TabIndex = 1
- Me.Button1.Text = "输出"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'TextBox1
- '
- Me.TextBox1.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox1.Location = New System.Drawing.Point(498, 17)
- Me.TextBox1.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(182, 29)
- Me.TextBox1.TabIndex = 2
- Me.TextBox1.Text = "10000"
- '
- 'TextBox2
- '
- Me.TextBox2.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox2.Location = New System.Drawing.Point(688, 16)
- Me.TextBox2.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(187, 29)
- Me.TextBox2.TabIndex = 3
- Me.TextBox2.Text = "10000"
- '
- 'TextBox3
- '
- Me.TextBox3.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox3.Location = New System.Drawing.Point(1425, 795)
- Me.TextBox3.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox3.Name = "TextBox3"
- Me.TextBox3.Size = New System.Drawing.Size(420, 29)
- Me.TextBox3.TabIndex = 4
- Me.TextBox3.Text = "10000"
- Me.TextBox3.Visible = False
- '
- 'Button2
- '
- Me.Button2.Location = New System.Drawing.Point(16, 15)
- Me.Button2.Margin = New System.Windows.Forms.Padding(4)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(71, 34)
- Me.Button2.TabIndex = 5
- Me.Button2.Text = "核算"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'Button3
- '
- Me.Button3.Location = New System.Drawing.Point(95, 15)
- Me.Button3.Margin = New System.Windows.Forms.Padding(4)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(77, 34)
- Me.Button3.TabIndex = 6
- Me.Button3.Text = "清空"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label1.ForeColor = System.Drawing.Color.Red
- Me.Label1.Location = New System.Drawing.Point(267, 19)
- Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(146, 27)
- Me.Label1.TabIndex = 7
- Me.Label1.Text = "在产品(心皮重)"
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label2.ForeColor = System.Drawing.Color.Red
- Me.Label2.Location = New System.Drawing.Point(266, 108)
- Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(146, 27)
- Me.Label2.TabIndex = 8
- Me.Label2.Text = "产成品(成品重)"
- '
- 'TextBox4
- '
- Me.TextBox4.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox4.Location = New System.Drawing.Point(498, 106)
- Me.TextBox4.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox4.Name = "TextBox4"
- Me.TextBox4.Size = New System.Drawing.Size(182, 29)
- Me.TextBox4.TabIndex = 11
- Me.TextBox4.Text = "10000"
- '
- 'TextBox5
- '
- Me.TextBox5.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox5.Location = New System.Drawing.Point(688, 106)
- Me.TextBox5.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox5.Name = "TextBox5"
- Me.TextBox5.Size = New System.Drawing.Size(187, 29)
- Me.TextBox5.TabIndex = 10
- Me.TextBox5.Text = "10000"
- '
- 'TextBox6
- '
- Me.TextBox6.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox6.Location = New System.Drawing.Point(1425, 857)
- Me.TextBox6.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox6.Name = "TextBox6"
- Me.TextBox6.Size = New System.Drawing.Size(420, 29)
- Me.TextBox6.TabIndex = 9
- Me.TextBox6.Text = "10000"
- Me.TextBox6.Visible = False
- '
- 'TextBox7
- '
- Me.TextBox7.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox7.Location = New System.Drawing.Point(1194, 20)
- Me.TextBox7.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox7.Name = "TextBox7"
- Me.TextBox7.Size = New System.Drawing.Size(153, 29)
- Me.TextBox7.TabIndex = 15
- Me.TextBox7.Text = "10000"
- '
- 'TextBox8
- '
- Me.TextBox8.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox8.Location = New System.Drawing.Point(1388, 20)
- Me.TextBox8.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox8.Name = "TextBox8"
- Me.TextBox8.Size = New System.Drawing.Size(153, 29)
- Me.TextBox8.TabIndex = 14
- Me.TextBox8.Text = "10000"
- '
- 'TextBox9
- '
- Me.TextBox9.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox9.Location = New System.Drawing.Point(1425, 911)
- Me.TextBox9.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox9.Name = "TextBox9"
- Me.TextBox9.Size = New System.Drawing.Size(209, 29)
- Me.TextBox9.TabIndex = 13
- Me.TextBox9.Text = "10000"
- Me.TextBox9.Visible = False
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label3.ForeColor = System.Drawing.Color.Red
- Me.Label3.Location = New System.Drawing.Point(878, 16)
- Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(206, 27)
- Me.Label3.TabIndex = 12
- Me.Label3.Text = "已送货未报关(成品重)"
- '
- 'Button4
- '
- Me.Button4.Location = New System.Drawing.Point(968, 152)
- Me.Button4.Margin = New System.Windows.Forms.Padding(4)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(39, 28)
- Me.Button4.TabIndex = 16
- Me.Button4.Text = "+"
- Me.Button4.UseVisualStyleBackColor = True
- '
- 'Button5
- '
- Me.Button5.Location = New System.Drawing.Point(883, 152)
- Me.Button5.Margin = New System.Windows.Forms.Padding(4)
- Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(39, 28)
- Me.Button5.TabIndex = 17
- Me.Button5.Text = "+"
- Me.Button5.UseVisualStyleBackColor = True
- '
- 'TextBox16
- '
- Me.TextBox16.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox16.Location = New System.Drawing.Point(1194, 69)
- Me.TextBox16.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox16.Name = "TextBox16"
- Me.TextBox16.Size = New System.Drawing.Size(153, 29)
- Me.TextBox16.TabIndex = 25
- Me.TextBox16.Text = "10000"
- '
- 'dtp
- '
- Me.dtp.CalendarFont = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.dtp.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.dtp.Location = New System.Drawing.Point(1111, 145)
- Me.dtp.Margin = New System.Windows.Forms.Padding(4)
- Me.dtp.Name = "dtp"
- Me.dtp.Size = New System.Drawing.Size(236, 34)
- Me.dtp.TabIndex = 27
- '
- 'Button6
- '
- Me.Button6.Location = New System.Drawing.Point(1045, 152)
- Me.Button6.Margin = New System.Windows.Forms.Padding(4)
- Me.Button6.Name = "Button6"
- Me.Button6.Size = New System.Drawing.Size(39, 28)
- Me.Button6.TabIndex = 28
- Me.Button6.Text = "+"
- Me.Button6.UseVisualStyleBackColor = True
- '
- 'Button7
- '
- Me.Button7.Location = New System.Drawing.Point(1572, 179)
- Me.Button7.Margin = New System.Windows.Forms.Padding(4)
- Me.Button7.Name = "Button7"
- Me.Button7.Size = New System.Drawing.Size(39, 28)
- Me.Button7.TabIndex = 29
- Me.Button7.Text = "+"
- Me.Button7.UseVisualStyleBackColor = True
- Me.Button7.Visible = False
- '
- 'Button8
- '
- Me.Button8.Location = New System.Drawing.Point(916, 59)
- Me.Button8.Margin = New System.Windows.Forms.Padding(4)
- Me.Button8.Name = "Button8"
- Me.Button8.Size = New System.Drawing.Size(106, 34)
- Me.Button8.TabIndex = 30
- Me.Button8.Text = "数据存档"
- Me.Button8.UseVisualStyleBackColor = True
- '
- 'DateTimePicker1
- '
- Me.DateTimePicker1.CalendarFont = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.DateTimePicker1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.DateTimePicker1.Location = New System.Drawing.Point(1375, 144)
- Me.DateTimePicker1.Margin = New System.Windows.Forms.Padding(4)
- Me.DateTimePicker1.Name = "DateTimePicker1"
- Me.DateTimePicker1.Size = New System.Drawing.Size(236, 34)
- Me.DateTimePicker1.TabIndex = 31
- Me.DateTimePicker1.Visible = False
- '
- 'DateTimePicker2
- '
- Me.DateTimePicker2.CalendarFont = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.DateTimePicker2.Enabled = False
- Me.DateTimePicker2.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.DateTimePicker2.Location = New System.Drawing.Point(19, 57)
- Me.DateTimePicker2.Margin = New System.Windows.Forms.Padding(4)
- Me.DateTimePicker2.Name = "DateTimePicker2"
- Me.DateTimePicker2.Size = New System.Drawing.Size(236, 34)
- Me.DateTimePicker2.TabIndex = 32
- Me.DateTimePicker2.Value = New Date(2021, 1, 1, 0, 0, 0, 0)
- '
- 'TextBox10
- '
- Me.TextBox10.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox10.Location = New System.Drawing.Point(688, 58)
- Me.TextBox10.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox10.Name = "TextBox10"
- Me.TextBox10.Size = New System.Drawing.Size(187, 29)
- Me.TextBox10.TabIndex = 34
- Me.TextBox10.Text = "10000"
- '
- 'TextBox11
- '
- Me.TextBox11.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox11.Location = New System.Drawing.Point(498, 59)
- Me.TextBox11.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox11.Name = "TextBox11"
- Me.TextBox11.Size = New System.Drawing.Size(182, 29)
- Me.TextBox11.TabIndex = 33
- Me.TextBox11.Text = "10000"
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label4.ForeColor = System.Drawing.Color.Red
- Me.Label4.Location = New System.Drawing.Point(1031, 121)
- Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(72, 27)
- Me.Label4.TabIndex = 35
- Me.Label4.Text = "在产品"
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label5.ForeColor = System.Drawing.Color.Red
- Me.Label5.Location = New System.Drawing.Point(950, 121)
- Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(72, 27)
- Me.Label5.TabIndex = 36
- Me.Label5.Text = "已出口"
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label6.ForeColor = System.Drawing.Color.Red
- Me.Label6.Location = New System.Drawing.Point(438, 61)
- Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(52, 27)
- Me.Label6.TabIndex = 37
- Me.Label6.Text = "贴膜"
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label7.ForeColor = System.Drawing.Color.Red
- Me.Label7.Location = New System.Drawing.Point(438, 18)
- Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(52, 27)
- Me.Label7.TabIndex = 38
- Me.Label7.Text = "反毛"
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label8.ForeColor = System.Drawing.Color.Red
- Me.Label8.Location = New System.Drawing.Point(438, 108)
- Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(52, 27)
- Me.Label8.TabIndex = 40
- Me.Label8.Text = "反毛"
- '
- 'Label9
- '
- Me.Label9.AutoSize = True
- Me.Label9.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label9.ForeColor = System.Drawing.Color.Red
- Me.Label9.Location = New System.Drawing.Point(438, 154)
- Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(52, 27)
- Me.Label9.TabIndex = 39
- Me.Label9.Text = "贴膜"
- '
- 'TextBox12
- '
- Me.TextBox12.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox12.Location = New System.Drawing.Point(498, 152)
- Me.TextBox12.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox12.Name = "TextBox12"
- Me.TextBox12.Size = New System.Drawing.Size(182, 29)
- Me.TextBox12.TabIndex = 42
- Me.TextBox12.Text = "10000"
- '
- 'TextBox13
- '
- Me.TextBox13.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox13.Location = New System.Drawing.Point(688, 152)
- Me.TextBox13.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox13.Name = "TextBox13"
- Me.TextBox13.Size = New System.Drawing.Size(187, 29)
- Me.TextBox13.TabIndex = 41
- Me.TextBox13.Text = "10000"
- '
- 'TextBox14
- '
- Me.TextBox14.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.TextBox14.Location = New System.Drawing.Point(1388, 69)
- Me.TextBox14.Margin = New System.Windows.Forms.Padding(4)
- Me.TextBox14.Name = "TextBox14"
- Me.TextBox14.Size = New System.Drawing.Size(153, 29)
- Me.TextBox14.TabIndex = 43
- Me.TextBox14.Text = "10000"
- '
- 'Label10
- '
- Me.Label10.AutoSize = True
- Me.Label10.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label10.ForeColor = System.Drawing.Color.Red
- Me.Label10.Location = New System.Drawing.Point(1106, 22)
- Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(52, 27)
- Me.Label10.TabIndex = 45
- Me.Label10.Text = "反毛"
- '
- 'Label11
- '
- Me.Label11.AutoSize = True
- Me.Label11.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label11.ForeColor = System.Drawing.Color.Red
- Me.Label11.Location = New System.Drawing.Point(1106, 65)
- Me.Label11.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(52, 27)
- Me.Label11.TabIndex = 44
- Me.Label11.Text = "贴膜"
- '
- 'Label12
- '
- Me.Label12.AutoSize = True
- Me.Label12.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.Label12.ForeColor = System.Drawing.Color.Red
- Me.Label12.Location = New System.Drawing.Point(878, 121)
- Me.Label12.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(52, 27)
- Me.Label12.TabIndex = 46
- Me.Label12.Text = "单耗"
- '
- 'Frm_BG_sum
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 15.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.AutoScroll = True
- Me.ClientSize = New System.Drawing.Size(2382, 1415)
- Me.Controls.Add(Me.Label12)
- Me.Controls.Add(Me.Label10)
- Me.Controls.Add(Me.Label11)
- Me.Controls.Add(Me.TextBox14)
- Me.Controls.Add(Me.TextBox12)
- Me.Controls.Add(Me.TextBox13)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.Label9)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.TextBox10)
- Me.Controls.Add(Me.TextBox11)
- Me.Controls.Add(Me.DateTimePicker2)
- Me.Controls.Add(Me.DateTimePicker1)
- Me.Controls.Add(Me.Button8)
- Me.Controls.Add(Me.Button7)
- Me.Controls.Add(Me.Button6)
- Me.Controls.Add(Me.dtp)
- Me.Controls.Add(Me.TextBox16)
- Me.Controls.Add(Me.Button5)
- Me.Controls.Add(Me.Button4)
- Me.Controls.Add(Me.TextBox7)
- Me.Controls.Add(Me.TextBox8)
- Me.Controls.Add(Me.TextBox9)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.TextBox4)
- Me.Controls.Add(Me.TextBox5)
- Me.Controls.Add(Me.TextBox6)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.TextBox3)
- Me.Controls.Add(Me.TextBox2)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.DGV_IN)
- Me.Margin = New System.Windows.Forms.Padding(4)
- Me.Name = "Frm_BG_sum"
- Me.Text = "手册汇总"
- CType(Me.DGV_IN, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents DGV_IN As DataGridView
- Friend WithEvents Button1 As Button
- Friend WithEvents TextBox1 As TextBox
- Friend WithEvents TextBox2 As TextBox
- Friend WithEvents TextBox3 As TextBox
- Friend WithEvents Button2 As Button
- Friend WithEvents Button3 As Button
- Friend WithEvents Label1 As Label
- Friend WithEvents Label2 As Label
- Friend WithEvents TextBox4 As TextBox
- Friend WithEvents TextBox5 As TextBox
- Friend WithEvents TextBox6 As TextBox
- Friend WithEvents TextBox7 As TextBox
- Friend WithEvents TextBox8 As TextBox
- Friend WithEvents TextBox9 As TextBox
- Friend WithEvents Label3 As Label
- Friend WithEvents Button4 As Button
- Friend WithEvents Button5 As Button
- Friend WithEvents TextBox16 As TextBox
- Friend WithEvents dtp As DateTimePicker
- Friend WithEvents Button6 As Button
- Friend WithEvents Button7 As Button
- Friend WithEvents Button8 As Button
- Friend WithEvents DateTimePicker1 As DateTimePicker
- Friend WithEvents DateTimePicker2 As DateTimePicker
- Friend WithEvents TextBox10 As TextBox
- Friend WithEvents TextBox11 As TextBox
- Friend WithEvents Label4 As Label
- Friend WithEvents Label5 As Label
- Friend WithEvents Label6 As Label
- Friend WithEvents Label7 As Label
- Friend WithEvents Label8 As Label
- Friend WithEvents Label9 As Label
- Friend WithEvents TextBox12 As TextBox
- Friend WithEvents TextBox13 As TextBox
- Friend WithEvents TextBox14 As TextBox
- Friend WithEvents Label10 As Label
- Friend WithEvents Label11 As Label
- Friend WithEvents Label12 As Label
- End Class
|