📄 printrepairedform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class PrintRepairedForm
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
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(PrintRepairedForm))
Me.完修固定资产DataGridView = New System.Windows.Forms.DataGridView
Me.打印Button = New System.Windows.Forms.Button
Me.查询Button = New System.Windows.Forms.Button
Me.结束日期DateTimePicker = New System.Windows.Forms.DateTimePicker
Me.label2 = New System.Windows.Forms.Label
Me.开始日期DateTimePicker = New System.Windows.Forms.DateTimePicker
Me.label1 = New System.Windows.Forms.Label
CType(Me.完修固定资产DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'完修固定资产DataGridView
'
Me.完修固定资产DataGridView.AllowUserToAddRows = False
Me.完修固定资产DataGridView.AllowUserToDeleteRows = False
Me.完修固定资产DataGridView.AllowUserToResizeRows = False
Me.完修固定资产DataGridView.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.完修固定资产DataGridView.Location = New System.Drawing.Point(7, 37)
Me.完修固定资产DataGridView.MultiSelect = False
Me.完修固定资产DataGridView.Name = "完修固定资产DataGridView"
Me.完修固定资产DataGridView.ReadOnly = True
Me.完修固定资产DataGridView.RowHeadersVisible = False
Me.完修固定资产DataGridView.RowTemplate.Height = 23
Me.完修固定资产DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.完修固定资产DataGridView.Size = New System.Drawing.Size(530, 372)
Me.完修固定资产DataGridView.TabIndex = 27
'
'打印Button
'
Me.打印Button.Image = CType(resources.GetObject("打印Button.Image"), System.Drawing.Image)
Me.打印Button.Location = New System.Drawing.Point(464, 8)
Me.打印Button.Name = "打印Button"
Me.打印Button.Size = New System.Drawing.Size(67, 23)
Me.打印Button.TabIndex = 26
Me.打印Button.Text = "打印"
Me.打印Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.打印Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.打印Button.UseVisualStyleBackColor = True
'
'查询Button
'
Me.查询Button.Image = CType(resources.GetObject("查询Button.Image"), System.Drawing.Image)
Me.查询Button.Location = New System.Drawing.Point(390, 8)
Me.查询Button.Name = "查询Button"
Me.查询Button.Size = New System.Drawing.Size(67, 23)
Me.查询Button.TabIndex = 25
Me.查询Button.Text = "查询"
Me.查询Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.查询Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.查询Button.UseVisualStyleBackColor = True
'
'结束日期DateTimePicker
'
Me.结束日期DateTimePicker.Location = New System.Drawing.Point(258, 10)
Me.结束日期DateTimePicker.Name = "结束日期DateTimePicker"
Me.结束日期DateTimePicker.Size = New System.Drawing.Size(126, 21)
Me.结束日期DateTimePicker.TabIndex = 24
'
'label2
'
Me.label2.AutoSize = True
Me.label2.Location = New System.Drawing.Point(198, 14)
Me.label2.Name = "label2"
Me.label2.Size = New System.Drawing.Size(65, 12)
Me.label2.TabIndex = 23
Me.label2.Text = "结束日期:"
'
'开始日期DateTimePicker
'
Me.开始日期DateTimePicker.Location = New System.Drawing.Point(67, 10)
Me.开始日期DateTimePicker.Name = "开始日期DateTimePicker"
Me.开始日期DateTimePicker.Size = New System.Drawing.Size(126, 21)
Me.开始日期DateTimePicker.TabIndex = 22
Me.开始日期DateTimePicker.Value = New Date(2005, 3, 16, 11, 0, 0, 0)
'
'label1
'
Me.label1.AutoSize = True
Me.label1.Location = New System.Drawing.Point(6, 14)
Me.label1.Name = "label1"
Me.label1.Size = New System.Drawing.Size(65, 12)
Me.label1.TabIndex = 21
Me.label1.Text = "开始日期:"
'
'PrintRepairedForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(542, 416)
Me.Controls.Add(Me.完修固定资产DataGridView)
Me.Controls.Add(Me.打印Button)
Me.Controls.Add(Me.查询Button)
Me.Controls.Add(Me.结束日期DateTimePicker)
Me.Controls.Add(Me.label2)
Me.Controls.Add(Me.开始日期DateTimePicker)
Me.Controls.Add(Me.label1)
Me.Name = "PrintRepairedForm"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "打印完修的固定资产"
CType(Me.完修固定资产DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Private WithEvents 完修固定资产DataGridView As System.Windows.Forms.DataGridView
Private WithEvents 打印Button As System.Windows.Forms.Button
Private WithEvents 查询Button As System.Windows.Forms.Button
Private WithEvents 结束日期DateTimePicker As System.Windows.Forms.DateTimePicker
Private WithEvents label2 As System.Windows.Forms.Label
Private WithEvents 开始日期DateTimePicker As System.Windows.Forms.DateTimePicker
Private WithEvents label1 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -