123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class FrmInProcess
- 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()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.dgv1 = New System.Windows.Forms.DataGridView()
- Me.Button11 = New System.Windows.Forms.Button()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.txt_begin = New System.Windows.Forms.TextBox()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.TextBox3 = New System.Windows.Forms.TextBox()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.TextBox4 = New System.Windows.Forms.TextBox()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.TextBox5 = New System.Windows.Forms.TextBox()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.TextBox6 = New System.Windows.Forms.TextBox()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.TextBox7 = New System.Windows.Forms.TextBox()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.TextBox8 = New System.Windows.Forms.TextBox()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.TextBox9 = New System.Windows.Forms.TextBox()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.TextBox10 = New System.Windows.Forms.TextBox()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.TextBox11 = New System.Windows.Forms.TextBox()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.dgv2 = New System.Windows.Forms.DataGridView()
- Me.DTP1 = New System.Windows.Forms.DateTimePicker()
- Me.TextBox13 = New System.Windows.Forms.TextBox()
- Me.Label14 = New System.Windows.Forms.Label()
- Me.MaskedTextBox1 = New System.Windows.Forms.MaskedTextBox()
- Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
- Me.Button3 = New System.Windows.Forms.Button()
- CType(Me.dgv1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv2, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'dgv1
- '
- Me.dgv1.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("微軟正黑體", 11.25!, 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.dgv1.DefaultCellStyle = DataGridViewCellStyle1
- Me.dgv1.Location = New System.Drawing.Point(388, 53)
- Me.dgv1.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
- Me.dgv1.Name = "dgv1"
- Me.dgv1.RowHeadersWidth = 20
- Me.dgv1.RowTemplate.Height = 23
- Me.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.dgv1.Size = New System.Drawing.Size(2345, 1472)
- Me.dgv1.TabIndex = 1
- '
- 'Button11
- '
- Me.Button11.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button11.Location = New System.Drawing.Point(26, 24)
- Me.Button11.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
- Me.Button11.Name = "Button11"
- Me.Button11.Size = New System.Drawing.Size(252, 90)
- Me.Button11.TabIndex = 12
- Me.Button11.Text = "导入期初"
- Me.Button11.UseVisualStyleBackColor = True
- '
- 'Button1
- '
- Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button1.Location = New System.Drawing.Point(26, 146)
- Me.Button1.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(252, 90)
- Me.Button1.TabIndex = 13
- Me.Button1.Text = "本期入库"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'Button2
- '
- Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button2.Location = New System.Drawing.Point(26, 272)
- Me.Button2.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(252, 90)
- Me.Button2.TabIndex = 14
- Me.Button2.Text = "本期出库"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'txt_begin
- '
- Me.txt_begin.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.txt_begin.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.txt_begin.ForeColor = System.Drawing.Color.RoyalBlue
- Me.txt_begin.Location = New System.Drawing.Point(5869, 20)
- Me.txt_begin.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
- Me.txt_begin.Name = "txt_begin"
- Me.txt_begin.Size = New System.Drawing.Size(212, 50)
- Me.txt_begin.TabIndex = 35
- Me.txt_begin.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'Label10
- '
- Me.Label10.AutoSize = True
- Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label10.ForeColor = System.Drawing.Color.RoyalBlue
- Me.Label10.Location = New System.Drawing.Point(2746, 58)
- Me.Label10.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(96, 48)
- Me.Label10.TabIndex = 34
- Me.Label10.Text = "期初"
- '
- 'TextBox1
- '
- Me.TextBox1.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox1.ForeColor = System.Drawing.Color.RoyalBlue
- Me.TextBox1.Location = New System.Drawing.Point(5869, 106)
- Me.TextBox1.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(212, 50)
- Me.TextBox1.TabIndex = 37
- Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.ForeColor = System.Drawing.Color.RoyalBlue
- Me.Label1.Location = New System.Drawing.Point(2746, 144)
- Me.Label1.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(96, 48)
- Me.Label1.TabIndex = 36
- Me.Label1.Text = "反毛"
- '
- 'TextBox2
- '
- Me.TextBox2.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox2.ForeColor = System.Drawing.Color.RoyalBlue
- Me.TextBox2.Location = New System.Drawing.Point(5869, 194)
- Me.TextBox2.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(212, 50)
- Me.TextBox2.TabIndex = 39
- Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label2.ForeColor = System.Drawing.Color.RoyalBlue
- Me.Label2.Location = New System.Drawing.Point(2746, 232)
- Me.Label2.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(172, 48)
- Me.Label2.TabIndex = 38
- Me.Label2.Text = "黑色反毛"
- '
- 'TextBox3
- '
- Me.TextBox3.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox3.ForeColor = System.Drawing.Color.RoyalBlue
- Me.TextBox3.Location = New System.Drawing.Point(5869, 287)
- Me.TextBox3.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
- Me.TextBox3.Name = "TextBox3"
- Me.TextBox3.Size = New System.Drawing.Size(212, 50)
- Me.TextBox3.TabIndex = 41
- Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label3.ForeColor = System.Drawing.Color.RoyalBlue
- Me.Label3.Location = New System.Drawing.Point(2746, 325)
- Me.Label3.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(172, 48)
- Me.Label3.TabIndex = 40
- Me.Label3.Text = "其他反毛"
- '
- 'TextBox4
- '
- Me.TextBox4.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox4.ForeColor = System.Drawing.Color.RoyalBlue
- Me.TextBox4.Location = New System.Drawing.Point(5869, 377)
- Me.TextBox4.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
- Me.TextBox4.Name = "TextBox4"
- Me.TextBox4.Size = New System.Drawing.Size(212, 50)
- Me.TextBox4.TabIndex = 43
- Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label4.ForeColor = System.Drawing.Color.RoyalBlue
- Me.Label4.Location = New System.Drawing.Point(2746, 414)
- Me.Label4.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(73, 48)
- Me.Label4.TabIndex = 42
- Me.Label4.Text = "PU"
- '
- 'TextBox5
- '
- Me.TextBox5.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox5.ForeColor = System.Drawing.Color.RoyalBlue
- Me.TextBox5.Location = New System.Drawing.Point(5869, 465)
- Me.TextBox5.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
- Me.TextBox5.Name = "TextBox5"
- Me.TextBox5.Size = New System.Drawing.Size(212, 50)
- Me.TextBox5.TabIndex = 45
- Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label5.ForeColor = System.Drawing.Color.RoyalBlue
- Me.Label5.Location = New System.Drawing.Point(2746, 502)
- Me.Label5.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(149, 48)
- Me.Label5.TabIndex = 44
- Me.Label5.Text = "黑色PU"
- '
- 'TextBox6
- '
- Me.TextBox6.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox6.ForeColor = System.Drawing.Color.RoyalBlue
- Me.TextBox6.Location = New System.Drawing.Point(5869, 545)
- Me.TextBox6.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
- Me.TextBox6.Name = "TextBox6"
- Me.TextBox6.Size = New System.Drawing.Size(212, 50)
- Me.TextBox6.TabIndex = 58
- Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label6.ForeColor = System.Drawing.Color.RoyalBlue
- Me.Label6.Location = New System.Drawing.Point(2746, 582)
- Me.Label6.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(149, 48)
- Me.Label6.TabIndex = 57
- Me.Label6.Text = "其他PU"
- '
- 'TextBox7
- '
- Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox7.ForeColor = System.Drawing.Color.RoyalBlue
- Me.TextBox7.Location = New System.Drawing.Point(4128, 410)
- Me.TextBox7.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
- Me.TextBox7.Name = "TextBox7"
- Me.TextBox7.Size = New System.Drawing.Size(212, 50)
- Me.TextBox7.TabIndex = 56
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label7.ForeColor = System.Drawing.Color.RoyalBlue
- Me.Label7.Location = New System.Drawing.Point(4014, 414)
- Me.Label7.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(96, 48)
- Me.Label7.TabIndex = 55
- Me.Label7.Text = "期初"
- '
- 'TextBox8
- '
- Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox8.ForeColor = System.Drawing.Color.RoyalBlue
- Me.TextBox8.Location = New System.Drawing.Point(4128, 320)
- Me.TextBox8.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
- Me.TextBox8.Name = "TextBox8"
- Me.TextBox8.Size = New System.Drawing.Size(212, 50)
- Me.TextBox8.TabIndex = 54
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label8.ForeColor = System.Drawing.Color.RoyalBlue
- Me.Label8.Location = New System.Drawing.Point(4014, 325)
- Me.Label8.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(96, 48)
- Me.Label8.TabIndex = 53
- Me.Label8.Text = "期初"
- '
- 'TextBox9
- '
- Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox9.ForeColor = System.Drawing.Color.RoyalBlue
- Me.TextBox9.Location = New System.Drawing.Point(4128, 227)
- Me.TextBox9.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
- Me.TextBox9.Name = "TextBox9"
- Me.TextBox9.Size = New System.Drawing.Size(212, 50)
- Me.TextBox9.TabIndex = 52
- '
- 'Label9
- '
- Me.Label9.AutoSize = True
- Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label9.ForeColor = System.Drawing.Color.RoyalBlue
- Me.Label9.Location = New System.Drawing.Point(4014, 232)
- Me.Label9.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(96, 48)
- Me.Label9.TabIndex = 51
- Me.Label9.Text = "期初"
- '
- 'TextBox10
- '
- Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox10.ForeColor = System.Drawing.Color.RoyalBlue
- Me.TextBox10.Location = New System.Drawing.Point(4128, 139)
- Me.TextBox10.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
- Me.TextBox10.Name = "TextBox10"
- Me.TextBox10.Size = New System.Drawing.Size(212, 50)
- Me.TextBox10.TabIndex = 50
- '
- 'Label11
- '
- Me.Label11.AutoSize = True
- Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label11.ForeColor = System.Drawing.Color.RoyalBlue
- Me.Label11.Location = New System.Drawing.Point(4014, 144)
- Me.Label11.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(96, 48)
- Me.Label11.TabIndex = 49
- Me.Label11.Text = "期初"
- '
- 'TextBox11
- '
- Me.TextBox11.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox11.ForeColor = System.Drawing.Color.RoyalBlue
- Me.TextBox11.Location = New System.Drawing.Point(4128, 53)
- Me.TextBox11.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
- Me.TextBox11.Name = "TextBox11"
- Me.TextBox11.Size = New System.Drawing.Size(212, 50)
- Me.TextBox11.TabIndex = 48
- '
- 'Label12
- '
- Me.Label12.AutoSize = True
- Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label12.ForeColor = System.Drawing.Color.RoyalBlue
- Me.Label12.Location = New System.Drawing.Point(4014, 58)
- Me.Label12.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(96, 48)
- Me.Label12.TabIndex = 47
- Me.Label12.Text = "期初"
- '
- 'dgv2
- '
- Me.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.dgv2.DefaultCellStyle = DataGridViewCellStyle2
- Me.dgv2.Location = New System.Drawing.Point(3273, 53)
- Me.dgv2.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
- Me.dgv2.Name = "dgv2"
- Me.dgv2.RowHeadersWidth = 20
- Me.dgv2.RowTemplate.Height = 23
- Me.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.dgv2.Size = New System.Drawing.Size(713, 1472)
- Me.dgv2.TabIndex = 46
- '
- 'DTP1
- '
- Me.DTP1.Font = New System.Drawing.Font("微软雅黑", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- Me.DTP1.Location = New System.Drawing.Point(49, 416)
- Me.DTP1.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
- Me.DTP1.Name = "DTP1"
- Me.DTP1.Size = New System.Drawing.Size(300, 50)
- Me.DTP1.TabIndex = 75
- Me.DTP1.Value = New Date(2023, 2, 28, 0, 0, 0, 0)
- '
- 'TextBox13
- '
- Me.TextBox13.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.TextBox13.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox13.ForeColor = System.Drawing.Color.RoyalBlue
- Me.TextBox13.Location = New System.Drawing.Point(5869, 725)
- Me.TextBox13.Margin = New System.Windows.Forms.Padding(6, 5, 6, 5)
- Me.TextBox13.Name = "TextBox13"
- Me.TextBox13.Size = New System.Drawing.Size(212, 50)
- Me.TextBox13.TabIndex = 77
- Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'Label14
- '
- Me.Label14.AutoSize = True
- Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label14.ForeColor = System.Drawing.Color.RoyalBlue
- Me.Label14.Location = New System.Drawing.Point(2746, 763)
- Me.Label14.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
- Me.Label14.Name = "Label14"
- Me.Label14.Size = New System.Drawing.Size(172, 48)
- Me.Label14.TabIndex = 76
- Me.Label14.Text = "已喷反毛"
- '
- 'MaskedTextBox1
- '
- Me.MaskedTextBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.MaskedTextBox1.Location = New System.Drawing.Point(2936, 960)
- Me.MaskedTextBox1.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
- Me.MaskedTextBox1.Name = "MaskedTextBox1"
- Me.MaskedTextBox1.Size = New System.Drawing.Size(217, 50)
- Me.MaskedTextBox1.TabIndex = 78
- '
- 'OpenFileDialog1
- '
- Me.OpenFileDialog1.FileName = "OpenFileDialog1"
- '
- 'Button3
- '
- Me.Button3.Location = New System.Drawing.Point(49, 514)
- Me.Button3.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(229, 118)
- Me.Button3.TabIndex = 79
- Me.Button3.Text = "Button3"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'FrmInProcess
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(13.0!, 24.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.AutoScroll = True
- Me.ClientSize = New System.Drawing.Size(2628, 1597)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.MaskedTextBox1)
- Me.Controls.Add(Me.TextBox13)
- Me.Controls.Add(Me.Label14)
- Me.Controls.Add(Me.DTP1)
- Me.Controls.Add(Me.TextBox6)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.TextBox7)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.TextBox8)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.TextBox9)
- Me.Controls.Add(Me.Label9)
- Me.Controls.Add(Me.TextBox10)
- Me.Controls.Add(Me.Label11)
- Me.Controls.Add(Me.TextBox11)
- Me.Controls.Add(Me.Label12)
- Me.Controls.Add(Me.dgv2)
- Me.Controls.Add(Me.TextBox5)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.TextBox4)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.TextBox3)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.TextBox2)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.txt_begin)
- Me.Controls.Add(Me.Label10)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.Button11)
- Me.Controls.Add(Me.dgv1)
- Me.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
- Me.Name = "FrmInProcess"
- Me.Text = "FrmInProcess"
- CType(Me.dgv1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv2, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents dgv1 As DataGridView
- Friend WithEvents Button11 As Button
- Friend WithEvents Button1 As Button
- Friend WithEvents Button2 As Button
- Friend WithEvents txt_begin As TextBox
- Friend WithEvents Label10 As Label
- Friend WithEvents TextBox1 As TextBox
- Friend WithEvents Label1 As Label
- Friend WithEvents TextBox2 As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents TextBox3 As TextBox
- Friend WithEvents Label3 As Label
- Friend WithEvents TextBox4 As TextBox
- Friend WithEvents Label4 As Label
- Friend WithEvents TextBox5 As TextBox
- Friend WithEvents Label5 As Label
- Friend WithEvents TextBox6 As TextBox
- Friend WithEvents Label6 As Label
- Friend WithEvents TextBox7 As TextBox
- Friend WithEvents Label7 As Label
- Friend WithEvents TextBox8 As TextBox
- Friend WithEvents Label8 As Label
- Friend WithEvents TextBox9 As TextBox
- Friend WithEvents Label9 As Label
- Friend WithEvents TextBox10 As TextBox
- Friend WithEvents Label11 As Label
- Friend WithEvents TextBox11 As TextBox
- Friend WithEvents Label12 As Label
- Friend WithEvents dgv2 As DataGridView
- Friend WithEvents DTP1 As DateTimePicker
- Friend WithEvents TextBox13 As TextBox
- Friend WithEvents Label14 As Label
- Friend WithEvents MaskedTextBox1 As MaskedTextBox
- Friend WithEvents OpenFileDialog1 As OpenFileDialog
- Friend WithEvents Button3 As Button
- End Class
|