📄 sumdepreciationform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class SumDepreciationForm
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(SumDepreciationForm))
Me.查询ToolStripButton = New System.Windows.Forms.ToolStripButton
Me.折旧月份ToolStripComboBox = New System.Windows.Forms.ToolStripComboBox
Me.汇总累计折旧DataGridView = New System.Windows.Forms.DataGridView
Me.打印ToolStripButton = New System.Windows.Forms.ToolStripButton
Me.折旧年份ToolStripLabel = New System.Windows.Forms.ToolStripLabel
Me.fillToolStrip = New System.Windows.Forms.ToolStrip
Me.折旧年份ToolStripComboBox = New System.Windows.Forms.ToolStripComboBox
Me.折旧月份ToolStripLabel = New System.Windows.Forms.ToolStripLabel
CType(Me.汇总累计折旧DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.fillToolStrip.SuspendLayout()
Me.SuspendLayout()
'
'查询ToolStripButton
'
Me.查询ToolStripButton.Image = CType(resources.GetObject("查询ToolStripButton.Image"), System.Drawing.Image)
Me.查询ToolStripButton.Name = "查询ToolStripButton"
Me.查询ToolStripButton.Size = New System.Drawing.Size(49, 22)
Me.查询ToolStripButton.Text = "查询"
'
'折旧月份ToolStripComboBox
'
Me.折旧月份ToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.折旧月份ToolStripComboBox.Name = "折旧月份ToolStripComboBox"
Me.折旧月份ToolStripComboBox.Size = New System.Drawing.Size(75, 25)
'
'汇总累计折旧DataGridView
'
Me.汇总累计折旧DataGridView.AllowUserToAddRows = False
Me.汇总累计折旧DataGridView.AllowUserToDeleteRows = False
Me.汇总累计折旧DataGridView.AllowUserToResizeRows = False
Me.汇总累计折旧DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
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 = 5
'
'打印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 = "打印"
'
'折旧年份ToolStripLabel
'
Me.折旧年份ToolStripLabel.Name = "折旧年份ToolStripLabel"
Me.折旧年份ToolStripLabel.Size = New System.Drawing.Size(59, 22)
Me.折旧年份ToolStripLabel.Text = "折旧年份:"
'
'fillToolStrip
'
Me.fillToolStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.折旧年份ToolStripLabel, Me.折旧年份ToolStripComboBox, Me.折旧月份ToolStripLabel, Me.折旧月份ToolStripComboBox, Me.查询ToolStripButton, Me.打印ToolStripButton})
Me.fillToolStrip.Location = New System.Drawing.Point(0, 0)
Me.fillToolStrip.Name = "fillToolStrip"
Me.fillToolStrip.Size = New System.Drawing.Size(542, 25)
Me.fillToolStrip.TabIndex = 4
Me.fillToolStrip.Text = "fillToolStrip"
'
'折旧年份ToolStripComboBox
'
Me.折旧年份ToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.折旧年份ToolStripComboBox.Name = "折旧年份ToolStripComboBox"
Me.折旧年份ToolStripComboBox.Size = New System.Drawing.Size(75, 25)
'
'折旧月份ToolStripLabel
'
Me.折旧月份ToolStripLabel.Name = "折旧月份ToolStripLabel"
Me.折旧月份ToolStripLabel.Size = New System.Drawing.Size(59, 22)
Me.折旧月份ToolStripLabel.Text = "折旧月份:"
'
'SumDepreciationForm
'
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.fillToolStrip)
Me.Name = "SumDepreciationForm"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "汇总月度计提的固定资产折旧"
CType(Me.汇总累计折旧DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.fillToolStrip.ResumeLayout(False)
Me.fillToolStrip.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Private WithEvents 查询ToolStripButton As System.Windows.Forms.ToolStripButton
Private WithEvents 折旧月份ToolStripComboBox As System.Windows.Forms.ToolStripComboBox
Private WithEvents 汇总累计折旧DataGridView As System.Windows.Forms.DataGridView
Private WithEvents 打印ToolStripButton As System.Windows.Forms.ToolStripButton
Private WithEvents 折旧年份ToolStripLabel As System.Windows.Forms.ToolStripLabel
Private WithEvents fillToolStrip As System.Windows.Forms.ToolStrip
Private WithEvents 折旧年份ToolStripComboBox As System.Windows.Forms.ToolStripComboBox
Private WithEvents 折旧月份ToolStripLabel As System.Windows.Forms.ToolStripLabel
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -