📄 quitform.designer.vb
字号:
Me.QuitFormNameTextBox.Size = New System.Drawing.Size(156, 21)
Me.QuitFormNameTextBox.TabIndex = 1
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(37, 67)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(29, 12)
Me.Label2.TabIndex = 2
Me.Label2.Text = "名称"
'
'QuitFormHelpListBox
'
Me.QuitFormHelpListBox.FormattingEnabled = True
Me.QuitFormHelpListBox.ItemHeight = 12
Me.QuitFormHelpListBox.Location = New System.Drawing.Point(230, 20)
Me.QuitFormHelpListBox.Name = "QuitFormHelpListBox"
Me.QuitFormHelpListBox.Size = New System.Drawing.Size(153, 100)
Me.QuitFormHelpListBox.TabIndex = 100
Me.QuitFormHelpListBox.TabStop = False
'
'QuitFormGroupTextBox
'
Me.QuitFormGroupTextBox.Location = New System.Drawing.Point(68, 134)
Me.QuitFormGroupTextBox.Name = "QuitFormGroupTextBox"
Me.QuitFormGroupTextBox.ReadOnly = True
Me.QuitFormGroupTextBox.Size = New System.Drawing.Size(156, 21)
Me.QuitFormGroupTextBox.TabIndex = 102
Me.QuitFormGroupTextBox.TabStop = False
'
'SplitContainer1
'
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
Me.SplitContainer1.Name = "SplitContainer1"
'
'SplitContainer1.Panel1
'
Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox3)
'
'SplitContainer1.Panel2
'
Me.SplitContainer1.Panel2.AutoScroll = True
Me.SplitContainer1.Panel2.Controls.Add(Me.Panel1)
Me.SplitContainer1.Panel2.Controls.Add(Me.GroupBox2)
Me.SplitContainer1.Panel2.Controls.Add(Me.GroupBox1)
Me.SplitContainer1.Size = New System.Drawing.Size(608, 513)
Me.SplitContainer1.SplitterDistance = 212
Me.SplitContainer1.TabIndex = 106
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.QuitFormDataGridView)
Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Fill
Me.GroupBox3.Location = New System.Drawing.Point(0, 0)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(212, 513)
Me.GroupBox3.TabIndex = 13
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "货物列表"
'
'QuitFormDataGridView
'
Me.QuitFormDataGridView.AllowUserToAddRows = False
Me.QuitFormDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.QuitFormDataGridView.Dock = System.Windows.Forms.DockStyle.Fill
Me.QuitFormDataGridView.Location = New System.Drawing.Point(3, 17)
Me.QuitFormDataGridView.Name = "QuitFormDataGridView"
Me.QuitFormDataGridView.ReadOnly = True
Me.QuitFormDataGridView.RowTemplate.Height = 23
Me.QuitFormDataGridView.Size = New System.Drawing.Size(206, 493)
Me.QuitFormDataGridView.TabIndex = 100
Me.QuitFormDataGridView.TabStop = False
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.QuitFormRefurbishButton)
Me.GroupBox2.Controls.Add(Me.QuitFormExitButton)
Me.GroupBox2.Controls.Add(Me.QuitFormCancelButton)
Me.GroupBox2.Controls.Add(Me.QuitFormQuitButton)
Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom
Me.GroupBox2.Location = New System.Drawing.Point(0, 456)
Me.GroupBox2.MinimumSize = New System.Drawing.Size(220, 0)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(392, 57)
Me.GroupBox2.TabIndex = 11
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "操作"
'
'QuitFormRefurbishButton
'
Me.QuitFormRefurbishButton.Location = New System.Drawing.Point(80, 17)
Me.QuitFormRefurbishButton.Name = "QuitFormRefurbishButton"
Me.QuitFormRefurbishButton.Size = New System.Drawing.Size(61, 28)
Me.QuitFormRefurbishButton.TabIndex = 10
Me.QuitFormRefurbishButton.Text = "刷新(&R)"
Me.QuitFormRefurbishButton.UseVisualStyleBackColor = True
'
'QuitFormExitButton
'
Me.QuitFormExitButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.QuitFormExitButton.Location = New System.Drawing.Point(319, 17)
Me.QuitFormExitButton.Name = "QuitFormExitButton"
Me.QuitFormExitButton.Size = New System.Drawing.Size(61, 28)
Me.QuitFormExitButton.TabIndex = 7
Me.QuitFormExitButton.Text = "退出(&E)"
Me.QuitFormExitButton.UseVisualStyleBackColor = True
'
'QuitFormCancelButton
'
Me.QuitFormCancelButton.Location = New System.Drawing.Point(147, 17)
Me.QuitFormCancelButton.Name = "QuitFormCancelButton"
Me.QuitFormCancelButton.Size = New System.Drawing.Size(61, 28)
Me.QuitFormCancelButton.TabIndex = 6
Me.QuitFormCancelButton.Text = "取消(&A)"
Me.QuitFormCancelButton.UseVisualStyleBackColor = True
'
'QuitFormQuitButton
'
Me.QuitFormQuitButton.Location = New System.Drawing.Point(13, 17)
Me.QuitFormQuitButton.Name = "QuitFormQuitButton"
Me.QuitFormQuitButton.Size = New System.Drawing.Size(61, 28)
Me.QuitFormQuitButton.TabIndex = 5
Me.QuitFormQuitButton.Text = "退货(&Q)"
Me.QuitFormQuitButton.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.QuitFormExplainTextBox)
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top
Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(392, 90)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "说明"
'
'QuitFormExplainTextBox
'
Me.QuitFormExplainTextBox.BackColor = System.Drawing.Color.White
Me.QuitFormExplainTextBox.Dock = System.Windows.Forms.DockStyle.Fill
Me.QuitFormExplainTextBox.ForeColor = System.Drawing.Color.FromArgb(CType(CType(253, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(6, Byte), Integer))
Me.QuitFormExplainTextBox.Location = New System.Drawing.Point(3, 17)
Me.QuitFormExplainTextBox.Multiline = True
Me.QuitFormExplainTextBox.Name = "QuitFormExplainTextBox"
Me.QuitFormExplainTextBox.ReadOnly = True
Me.QuitFormExplainTextBox.Size = New System.Drawing.Size(386, 70)
Me.QuitFormExplainTextBox.TabIndex = 100
Me.QuitFormExplainTextBox.TabStop = False
'
'QuitForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(183, Byte), Integer), CType(CType(223, Byte), Integer), CType(CType(251, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(608, 513)
Me.Controls.Add(Me.SplitContainer1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "QuitForm"
Me.Text = "退货"
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.SplitContainer1.Panel1.ResumeLayout(False)
Me.SplitContainer1.Panel2.ResumeLayout(False)
Me.SplitContainer1.ResumeLayout(False)
Me.GroupBox3.ResumeLayout(False)
CType(Me.QuitFormDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents QuitFormDanweiTextBox As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents QuitFormNumberTextBox As System.Windows.Forms.TextBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents QuitFormSCountTextBox As System.Windows.Forms.TextBox
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents QuitFormCountTextBox As System.Windows.Forms.TextBox
Friend WithEvents QuitFormGroupNumberTextBox As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents QuitFormNnitTextBox As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents QuitFormNameTextBox As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents QuitFormHelpListBox As System.Windows.Forms.ListBox
Friend WithEvents QuitFormGroupTextBox As System.Windows.Forms.TextBox
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents QuitFormDataGridView As System.Windows.Forms.DataGridView
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents QuitFormExitButton As System.Windows.Forms.Button
Friend WithEvents QuitFormCancelButton As System.Windows.Forms.Button
Friend WithEvents QuitFormQuitButton As System.Windows.Forms.Button
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents QuitFormExplainTextBox As System.Windows.Forms.TextBox
Friend WithEvents QuitFormRefurbishButton As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -