1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class Frm_M_retan
- 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 DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.DGV_MEASURE = New System.Windows.Forms.DataGridView()
- Me.ListBox1 = New System.Windows.Forms.ListBox()
- CType(Me.DGV_MEASURE, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'DGV_MEASURE
- '
- Me.DGV_MEASURE.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(134, 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.DGV_MEASURE.DefaultCellStyle = DataGridViewCellStyle2
- Me.DGV_MEASURE.Location = New System.Drawing.Point(156, 41)
- Me.DGV_MEASURE.Name = "DGV_MEASURE"
- Me.DGV_MEASURE.RowTemplate.Height = 23
- Me.DGV_MEASURE.Size = New System.Drawing.Size(1382, 878)
- Me.DGV_MEASURE.TabIndex = 0
- '
- 'ListBox1
- '
- Me.ListBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ListBox1.FormattingEnabled = True
- Me.ListBox1.ItemHeight = 20
- Me.ListBox1.Location = New System.Drawing.Point(28, 41)
- Me.ListBox1.Name = "ListBox1"
- Me.ListBox1.Size = New System.Drawing.Size(99, 444)
- Me.ListBox1.TabIndex = 8
- '
- 'Frm_M_retan
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1705, 948)
- Me.Controls.Add(Me.ListBox1)
- Me.Controls.Add(Me.DGV_MEASURE)
- Me.Name = "Frm_M_retan"
- Me.Text = "化工领料"
- CType(Me.DGV_MEASURE, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents DGV_MEASURE As DataGridView
- Friend WithEvents ListBox1 As ListBox
- End Class
|