初始化
This commit is contained in:
144
WT-DMS/Form_合并备料查询.Designer.vb
generated
Normal file
144
WT-DMS/Form_合并备料查询.Designer.vb
generated
Normal file
@@ -0,0 +1,144 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class Form_合并备料查询
|
||||
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 窗体设计器所必需的
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'注意: 以下过程是 Windows 窗体设计器所必需的
|
||||
'可以使用 Windows 窗体设计器修改它。
|
||||
'不要使用代码编辑器修改它。
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form_合并备料查询))
|
||||
Me.Grid_Input = New FlexCell.Grid()
|
||||
Me.Grid_QueryInfo = New FlexCell.Grid()
|
||||
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.bt_Go = New System.Windows.Forms.Button()
|
||||
Me.bt_ExportResult = New System.Windows.Forms.Button()
|
||||
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainer1.Panel1.SuspendLayout()
|
||||
Me.SplitContainer1.Panel2.SuspendLayout()
|
||||
Me.SplitContainer1.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'Grid_Input
|
||||
'
|
||||
Me.Grid_Input.AllowUserSort = True
|
||||
Me.Grid_Input.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.Grid_Input.CheckedImage = CType(resources.GetObject("Grid_Input.CheckedImage"), System.Drawing.Bitmap)
|
||||
Me.Grid_Input.Cols = 7
|
||||
Me.Grid_Input.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
|
||||
Me.Grid_Input.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||||
Me.Grid_Input.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.Grid_Input.ImeMode = System.Windows.Forms.ImeMode.[On]
|
||||
Me.Grid_Input.Location = New System.Drawing.Point(4, 56)
|
||||
Me.Grid_Input.Name = "Grid_Input"
|
||||
Me.Grid_Input.Rows = 500
|
||||
Me.Grid_Input.Size = New System.Drawing.Size(365, 585)
|
||||
Me.Grid_Input.TabIndex = 7
|
||||
Me.Grid_Input.UncheckedImage = CType(resources.GetObject("Grid_Input.UncheckedImage"), System.Drawing.Bitmap)
|
||||
'
|
||||
'Grid_QueryInfo
|
||||
'
|
||||
Me.Grid_QueryInfo.AllowUserSort = True
|
||||
Me.Grid_QueryInfo.CheckedImage = CType(resources.GetObject("Grid_QueryInfo.CheckedImage"), System.Drawing.Bitmap)
|
||||
Me.Grid_QueryInfo.Cols = 7
|
||||
Me.Grid_QueryInfo.DefaultFont = New System.Drawing.Font("宋体", 9.0!)
|
||||
Me.Grid_QueryInfo.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.Grid_QueryInfo.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
||||
Me.Grid_QueryInfo.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
|
||||
Me.Grid_QueryInfo.ImeMode = System.Windows.Forms.ImeMode.[On]
|
||||
Me.Grid_QueryInfo.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Grid_QueryInfo.Name = "Grid_QueryInfo"
|
||||
Me.Grid_QueryInfo.Rows = 500
|
||||
Me.Grid_QueryInfo.Size = New System.Drawing.Size(738, 644)
|
||||
Me.Grid_QueryInfo.TabIndex = 7
|
||||
Me.Grid_QueryInfo.UncheckedImage = CType(resources.GetObject("Grid_QueryInfo.UncheckedImage"), System.Drawing.Bitmap)
|
||||
'
|
||||
'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.bt_ExportResult)
|
||||
Me.SplitContainer1.Panel1.Controls.Add(Me.bt_Go)
|
||||
Me.SplitContainer1.Panel1.Controls.Add(Me.Label1)
|
||||
Me.SplitContainer1.Panel1.Controls.Add(Me.Grid_Input)
|
||||
'
|
||||
'SplitContainer1.Panel2
|
||||
'
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.Grid_QueryInfo)
|
||||
Me.SplitContainer1.Size = New System.Drawing.Size(1113, 644)
|
||||
Me.SplitContainer1.SplitterDistance = 371
|
||||
Me.SplitContainer1.TabIndex = 8
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(2, 38)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(95, 12)
|
||||
Me.Label1.TabIndex = 8
|
||||
Me.Label1.Text = "待查询机种列表:"
|
||||
'
|
||||
'bt_Go
|
||||
'
|
||||
Me.bt_Go.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.bt_Go.Location = New System.Drawing.Point(259, 3)
|
||||
Me.bt_Go.Name = "bt_Go"
|
||||
Me.bt_Go.Size = New System.Drawing.Size(109, 47)
|
||||
Me.bt_Go.TabIndex = 9
|
||||
Me.bt_Go.Text = "查询"
|
||||
Me.bt_Go.UseVisualStyleBackColor = True
|
||||
'
|
||||
'bt_ExportResult
|
||||
'
|
||||
Me.bt_ExportResult.Location = New System.Drawing.Point(113, 3)
|
||||
Me.bt_ExportResult.Name = "bt_ExportResult"
|
||||
Me.bt_ExportResult.Size = New System.Drawing.Size(62, 47)
|
||||
Me.bt_ExportResult.TabIndex = 10
|
||||
Me.bt_ExportResult.Text = "导出查询结果"
|
||||
Me.bt_ExportResult.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Form_合并备料查询
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(1113, 644)
|
||||
Me.Controls.Add(Me.SplitContainer1)
|
||||
Me.Name = "Form_合并备料查询"
|
||||
Me.Text = "Form_合并备料查询"
|
||||
Me.SplitContainer1.Panel1.ResumeLayout(False)
|
||||
Me.SplitContainer1.Panel1.PerformLayout()
|
||||
Me.SplitContainer1.Panel2.ResumeLayout(False)
|
||||
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainer1.ResumeLayout(False)
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
Friend WithEvents Grid_Input As FlexCell.Grid
|
||||
Friend WithEvents Grid_QueryInfo As FlexCell.Grid
|
||||
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
|
||||
Friend WithEvents bt_Go As System.Windows.Forms.Button
|
||||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||
Friend WithEvents bt_ExportResult As System.Windows.Forms.Button
|
||||
End Class
|
||||
Reference in New Issue
Block a user