_ Partial Class eform_measure Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 _ 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 窗体设计器修改它。 '不要使用代码编辑器修改它。 _ Private Sub InitializeComponent() Me.Button1 = New System.Windows.Forms.Button() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Button2 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker() Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(478, 26) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 0 Me.Button1.Text = "刷新" Me.Button1.UseVisualStyleBackColor = True ' 'DataGridView1 ' Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(22, 61) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowTemplate.Height = 23 Me.DataGridView1.Size = New System.Drawing.Size(518, 480) Me.DataGridView1.TabIndex = 1 ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(385, 23) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(77, 28) Me.Button2.TabIndex = 12 Me.Button2.Text = "查询" Me.Button2.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.Red Me.Label1.Location = New System.Drawing.Point(204, 30) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(17, 12) Me.Label1.TabIndex = 11 Me.Label1.Text = "至" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.Red Me.Label2.Location = New System.Drawing.Point(20, 30) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(17, 12) Me.Label2.TabIndex = 10 Me.Label2.Text = "自" ' 'DateTimePicker2 ' Me.DateTimePicker2.Location = New System.Drawing.Point(236, 23) Me.DateTimePicker2.Name = "DateTimePicker2" Me.DateTimePicker2.Size = New System.Drawing.Size(143, 21) Me.DateTimePicker2.TabIndex = 9 ' 'DateTimePicker1 ' Me.DateTimePicker1.Location = New System.Drawing.Point(52, 23) Me.DateTimePicker1.Name = "DateTimePicker1" Me.DateTimePicker1.Size = New System.Drawing.Size(143, 21) Me.DateTimePicker1.TabIndex = 8 ' 'eform_measure ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(868, 644) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.DateTimePicker2) Me.Controls.Add(Me.DateTimePicker1) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.Button1) Me.Name = "eform_measure" Me.Text = "eform_measure" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button1 As Button Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Button2 As Button Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents DateTimePicker2 As DateTimePicker Friend WithEvents DateTimePicker1 As DateTimePicker End Class