📄 printcardform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class PrintCardForm
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()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(PrintCardForm))
Me.printDocument1 = New System.Drawing.Printing.PrintDocument
Me.printPreviewDialog1 = New System.Windows.Forms.PrintPreviewDialog
Me.固定资产附属设备DataGridView = New System.Windows.Forms.DataGridView
Me.固定资产租借DataGridView = New System.Windows.Forms.DataGridView
Me.固定资产修理DataGridView = New System.Windows.Forms.DataGridView
Me.固定资产明细DataGridView = New System.Windows.Forms.DataGridView
Me.toolStripLabel1 = New System.Windows.Forms.ToolStripLabel
Me.bindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator
Me.累计折旧查询视图BindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
Me.资产名称ToolStripTextBox = New System.Windows.Forms.ToolStripTextBox
Me.查询ToolStripButton = New System.Windows.Forms.ToolStripButton
Me.打印ToolStripButton = New System.Windows.Forms.ToolStripButton
CType(Me.固定资产附属设备DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.固定资产租借DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.固定资产修理DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.固定资产明细DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.累计折旧查询视图BindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.累计折旧查询视图BindingNavigator.SuspendLayout()
Me.SuspendLayout()
'
'printDocument1
'
'
'printPreviewDialog1
'
Me.printPreviewDialog1.AutoScrollMargin = New System.Drawing.Size(0, 0)
Me.printPreviewDialog1.AutoScrollMinSize = New System.Drawing.Size(0, 0)
Me.printPreviewDialog1.ClientSize = New System.Drawing.Size(400, 300)
Me.printPreviewDialog1.Enabled = True
Me.printPreviewDialog1.Icon = CType(resources.GetObject("printPreviewDialog1.Icon"), System.Drawing.Icon)
Me.printPreviewDialog1.Name = "printPreviewDialog1"
Me.printPreviewDialog1.Visible = False
'
'固定资产附属设备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.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.固定资产附属设备DataGridView.Location = New System.Drawing.Point(4, 110)
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(532, 95)
Me.固定资产附属设备DataGridView.TabIndex = 10
'
'固定资产租借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(4, 317)
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(532, 97)
Me.固定资产租借DataGridView.TabIndex = 9
'
'固定资产修理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.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.固定资产修理DataGridView.Location = New System.Drawing.Point(4, 211)
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(532, 100)
Me.固定资产修理DataGridView.TabIndex = 8
'
'固定资产明细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.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.固定资产明细DataGridView.Location = New System.Drawing.Point(4, 30)
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(532, 74)
Me.固定资产明细DataGridView.TabIndex = 7
'
'toolStripLabel1
'
Me.toolStripLabel1.Name = "toolStripLabel1"
Me.toolStripLabel1.Size = New System.Drawing.Size(65, 22)
Me.toolStripLabel1.Text = "资产名称:"
'
'bindingNavigatorSeparator2
'
Me.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"
Me.bindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
'
'累计折旧查询视图BindingNavigator
'
Me.累计折旧查询视图BindingNavigator.AddNewItem = Nothing
Me.累计折旧查询视图BindingNavigator.CountItem = Nothing
Me.累计折旧查询视图BindingNavigator.DeleteItem = Nothing
Me.累计折旧查询视图BindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.bindingNavigatorSeparator2, Me.toolStripLabel1, Me.资产名称ToolStripTextBox, Me.查询ToolStripButton, Me.打印ToolStripButton})
Me.累计折旧查询视图BindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.累计折旧查询视图BindingNavigator.MoveFirstItem = Nothing
Me.累计折旧查询视图BindingNavigator.MoveLastItem = Nothing
Me.累计折旧查询视图BindingNavigator.MoveNextItem = Nothing
Me.累计折旧查询视图BindingNavigator.MovePreviousItem = Nothing
Me.累计折旧查询视图BindingNavigator.Name = "累计折旧查询视图BindingNavigator"
Me.累计折旧查询视图BindingNavigator.PositionItem = Nothing
Me.累计折旧查询视图BindingNavigator.Size = New System.Drawing.Size(542, 25)
Me.累计折旧查询视图BindingNavigator.TabIndex = 6
Me.累计折旧查询视图BindingNavigator.Text = "bindingNavigator1"
'
'资产名称ToolStripTextBox
'
Me.资产名称ToolStripTextBox.Name = "资产名称ToolStripTextBox"
Me.资产名称ToolStripTextBox.Size = New System.Drawing.Size(100, 25)
Me.资产名称ToolStripTextBox.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 = "查询"
'
'打印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 = "打印"
'
'PrintCardForm
'
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.固定资产租借DataGridView)
Me.Controls.Add(Me.固定资产修理DataGridView)
Me.Controls.Add(Me.固定资产明细DataGridView)
Me.Controls.Add(Me.累计折旧查询视图BindingNavigator)
Me.Name = "PrintCardForm"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "打印固定资产卡片"
CType(Me.固定资产附属设备DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.固定资产租借DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.固定资产修理DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.固定资产明细DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.累计折旧查询视图BindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
Me.累计折旧查询视图BindingNavigator.ResumeLayout(False)
Me.累计折旧查询视图BindingNavigator.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Private WithEvents printDocument1 As System.Drawing.Printing.PrintDocument
Private WithEvents printPreviewDialog1 As System.Windows.Forms.PrintPreviewDialog
Private WithEvents 固定资产附属设备DataGridView As System.Windows.Forms.DataGridView
Private WithEvents 固定资产租借DataGridView As System.Windows.Forms.DataGridView
Private WithEvents 固定资产修理DataGridView As System.Windows.Forms.DataGridView
Private WithEvents 固定资产明细DataGridView As System.Windows.Forms.DataGridView
Private WithEvents toolStripLabel1 As System.Windows.Forms.ToolStripLabel
Private WithEvents bindingNavigatorSeparator2 As System.Windows.Forms.ToolStripSeparator
Private WithEvents 累计折旧查询视图BindingNavigator As System.Windows.Forms.BindingNavigator
Private WithEvents 资产名称ToolStripTextBox As System.Windows.Forms.ToolStripTextBox
Private WithEvents 查询ToolStripButton As System.Windows.Forms.ToolStripButton
Private WithEvents 打印ToolStripButton As System.Windows.Forms.ToolStripButton
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -