📄 computeform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ComputeForm
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(ComputeForm))
Me.MyAssetsDataSet = New 固定资产管理系统.MyAssetsDataSet
Me.折旧核算表BindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.折旧核算表TableAdapter = New 固定资产管理系统.MyAssetsDataSetTableAdapters.折旧核算表TableAdapter
Me.折旧核算表BindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
Me.bindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator
Me.toolStripLabel1 = New System.Windows.Forms.ToolStripLabel
Me.折旧年份ToolStripComboBox = New System.Windows.Forms.ToolStripComboBox
Me.toolStripLabel2 = New System.Windows.Forms.ToolStripLabel
Me.折旧月份ToolStripComboBox = New System.Windows.Forms.ToolStripComboBox
Me.导入数据ToolStripButton = New System.Windows.Forms.ToolStripButton
Me.折旧核算表BindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton
Me.累计折旧ToolStripButton = New System.Windows.Forms.ToolStripButton
Me.折旧核算表DataGridView = New System.Windows.Forms.DataGridView
Me.dataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn11 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn12 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn13 = New System.Windows.Forms.DataGridViewTextBoxColumn
Me.dataGridViewTextBoxColumn14 = New System.Windows.Forms.DataGridViewTextBoxColumn
CType(Me.MyAssetsDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.折旧核算表BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.折旧核算表BindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
Me.折旧核算表BindingNavigator.SuspendLayout()
CType(Me.折旧核算表DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'MyAssetsDataSet
'
Me.MyAssetsDataSet.DataSetName = "MyAssetsDataSet"
Me.MyAssetsDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'折旧核算表BindingSource
'
Me.折旧核算表BindingSource.DataMember = "折旧核算表"
Me.折旧核算表BindingSource.DataSource = Me.MyAssetsDataSet
'
'折旧核算表TableAdapter
'
Me.折旧核算表TableAdapter.ClearBeforeFill = True
'
'折旧核算表BindingNavigator
'
Me.折旧核算表BindingNavigator.AddNewItem = Nothing
Me.折旧核算表BindingNavigator.BindingSource = Me.折旧核算表BindingSource
Me.折旧核算表BindingNavigator.CountItem = Nothing
Me.折旧核算表BindingNavigator.DeleteItem = Nothing
Me.折旧核算表BindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.bindingNavigatorSeparator2, Me.toolStripLabel1, Me.折旧年份ToolStripComboBox, Me.toolStripLabel2, Me.折旧月份ToolStripComboBox, Me.导入数据ToolStripButton, Me.折旧核算表BindingNavigatorSaveItem, 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 = 1
Me.折旧核算表BindingNavigator.Text = "bindingNavigator1"
'
'bindingNavigatorSeparator2
'
Me.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2"
Me.bindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
'
'toolStripLabel1
'
Me.toolStripLabel1.Name = "toolStripLabel1"
Me.toolStripLabel1.Size = New System.Drawing.Size(65, 22)
Me.toolStripLabel1.Text = "折旧年份:"
'
'折旧年份ToolStripComboBox
'
Me.折旧年份ToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.折旧年份ToolStripComboBox.Name = "折旧年份ToolStripComboBox"
Me.折旧年份ToolStripComboBox.Size = New System.Drawing.Size(75, 25)
'
'toolStripLabel2
'
Me.toolStripLabel2.Name = "toolStripLabel2"
Me.toolStripLabel2.Size = New System.Drawing.Size(65, 22)
Me.toolStripLabel2.Text = "折旧月份:"
'
'折旧月份ToolStripComboBox
'
Me.折旧月份ToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.折旧月份ToolStripComboBox.Name = "折旧月份ToolStripComboBox"
Me.折旧月份ToolStripComboBox.Size = New System.Drawing.Size(75, 25)
'
'导入数据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(73, 22)
Me.导入数据ToolStripButton.Text = "导入数据"
'
'折旧核算表BindingNavigatorSaveItem
'
Me.折旧核算表BindingNavigatorSaveItem.Image = CType(resources.GetObject("折旧核算表BindingNavigatorSaveItem.Image"), System.Drawing.Image)
Me.折旧核算表BindingNavigatorSaveItem.Name = "折旧核算表BindingNavigatorSaveItem"
Me.折旧核算表BindingNavigatorSaveItem.Size = New System.Drawing.Size(73, 22)
Me.折旧核算表BindingNavigatorSaveItem.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(73, 22)
Me.累计折旧ToolStripButton.Text = "累计折旧"
'
'折旧核算表DataGridView
'
Me.折旧核算表DataGridView.AllowUserToAddRows = False
Me.折旧核算表DataGridView.AllowUserToDeleteRows = False
Me.折旧核算表DataGridView.AllowUserToResizeRows = False
Me.折旧核算表DataGridView.AutoGenerateColumns = False
Me.折旧核算表DataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dataGridViewTextBoxColumn1, Me.dataGridViewTextBoxColumn2, Me.dataGridViewTextBoxColumn3, Me.dataGridViewTextBoxColumn4, Me.dataGridViewTextBoxColumn5, Me.dataGridViewTextBoxColumn6, Me.dataGridViewTextBoxColumn7, Me.dataGridViewTextBoxColumn8, Me.dataGridViewTextBoxColumn9, Me.dataGridViewTextBoxColumn10, Me.dataGridViewTextBoxColumn11, Me.dataGridViewTextBoxColumn12, Me.dataGridViewTextBoxColumn13, Me.dataGridViewTextBoxColumn14})
Me.折旧核算表DataGridView.DataSource = Me.折旧核算表BindingSource
Me.折旧核算表DataGridView.Dock = System.Windows.Forms.DockStyle.Fill
Me.折旧核算表DataGridView.Location = New System.Drawing.Point(0, 25)
Me.折旧核算表DataGridView.Name = "折旧核算表DataGridView"
Me.折旧核算表DataGridView.RowHeadersVisible = False
Me.折旧核算表DataGridView.RowTemplate.Height = 23
Me.折旧核算表DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect
Me.折旧核算表DataGridView.Size = New System.Drawing.Size(542, 391)
Me.折旧核算表DataGridView.TabIndex = 2
'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -