📄 printtypeform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class PrintTypeForm
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(PrintTypeForm))
Me.查询ToolStripButton = New System.Windows.Forms.ToolStripButton
Me.打印ToolStripButton = New System.Windows.Forms.ToolStripButton
Me.固定资产明细DataGridView = New System.Windows.Forms.DataGridView
Me.toolStrip1 = New System.Windows.Forms.ToolStrip
Me.toolStripLabel1 = New System.Windows.Forms.ToolStripLabel
Me.类别ToolStripComboBox = New System.Windows.Forms.ToolStripComboBox
CType(Me.固定资产明细DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.toolStrip1.SuspendLayout()
Me.SuspendLayout()
'
'查询ToolStripButton
'
Me.查询ToolStripButton.Image = CType(resources.GetObject("查询ToolStripButton.Image"), System.Drawing.Image)
Me.查询ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta
Me.查询ToolStripButton.Name = "查询ToolStripButton"
Me.查询ToolStripButton.Size = New System.Drawing.Size(49, 22)
Me.查询ToolStripButton.Text = "查询"
'
'打印ToolStripButton
'
Me.打印ToolStripButton.Image = CType(resources.GetObject("打印ToolStripButton.Image"), System.Drawing.Image)
Me.打印ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta
Me.打印ToolStripButton.Name = "打印ToolStripButton"
Me.打印ToolStripButton.Size = New System.Drawing.Size(49, 22)
Me.打印ToolStripButton.Text = "打印"
'
'固定资产明细DataGridView
'
Me.固定资产明细DataGridView.AllowUserToAddRows = False
Me.固定资产明细DataGridView.AllowUserToDeleteRows = False
Me.固定资产明细DataGridView.AllowUserToResizeRows = False
Me.固定资产明细DataGridView.Dock = System.Windows.Forms.DockStyle.Fill
Me.固定资产明细DataGridView.Location = New System.Drawing.Point(0, 25)
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(542, 391)
Me.固定资产明细DataGridView.TabIndex = 4
'
'toolStrip1
'
Me.toolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.toolStripLabel1, Me.类别ToolStripComboBox, Me.查询ToolStripButton, Me.打印ToolStripButton})
Me.toolStrip1.Location = New System.Drawing.Point(0, 0)
Me.toolStrip1.Name = "toolStrip1"
Me.toolStrip1.Size = New System.Drawing.Size(542, 25)
Me.toolStrip1.TabIndex = 3
Me.toolStrip1.Text = "toolStrip1"
'
'toolStripLabel1
'
Me.toolStripLabel1.Name = "toolStripLabel1"
Me.toolStripLabel1.Size = New System.Drawing.Size(89, 22)
Me.toolStripLabel1.Text = "固定资产类别:"
'
'类别ToolStripComboBox
'
Me.类别ToolStripComboBox.Items.AddRange(New Object() {"生产设备", "运输设备", "管理用具", "房屋及建筑物"})
Me.类别ToolStripComboBox.Name = "类别ToolStripComboBox"
Me.类别ToolStripComboBox.Size = New System.Drawing.Size(121, 25)
'
'PrintTypeForm
'
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.toolStrip1)
Me.Name = "PrintTypeForm"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "打印分类固定资产"
CType(Me.固定资产明细DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.toolStrip1.ResumeLayout(False)
Me.toolStrip1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Private WithEvents 查询ToolStripButton As System.Windows.Forms.ToolStripButton
Private WithEvents 打印ToolStripButton As System.Windows.Forms.ToolStripButton
Private WithEvents 固定资产明细DataGridView As System.Windows.Forms.DataGridView
Private WithEvents toolStrip1 As System.Windows.Forms.ToolStrip
Private WithEvents toolStripLabel1 As System.Windows.Forms.ToolStripLabel
Private WithEvents 类别ToolStripComboBox As System.Windows.Forms.ToolStripComboBox
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -