⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fixedassetsform.designer.vb

📁 这是一个固定资产管理系统的源代码
💻 VB
📖 第 1 页 / 共 4 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FixedAssetsForm
    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(FixedAssetsForm))
        Dim 自编号Label As System.Windows.Forms.Label
        Dim 资产编号Label As System.Windows.Forms.Label
        Dim 名称Label As System.Windows.Forms.Label
        Dim 型号Label As System.Windows.Forms.Label
        Dim 制造厂家Label As System.Windows.Forms.Label
        Dim 出厂日期Label As System.Windows.Forms.Label
        Dim 入帐日期Label As System.Windows.Forms.Label
        Dim 存放地点Label As System.Windows.Forms.Label
        Dim 使用部门Label As System.Windows.Forms.Label
        Dim 使用状态Label As System.Windows.Forms.Label
        Dim 增加方式Label As System.Windows.Forms.Label
        Dim 类别Label As System.Windows.Forms.Label
        Dim 数量Label As System.Windows.Forms.Label
        Dim 单位Label As System.Windows.Forms.Label
        Dim 单价Label As System.Windows.Forms.Label
        Dim 金额Label As System.Windows.Forms.Label
        Dim 资产原值Label As System.Windows.Forms.Label
        Dim 累计折旧Label As System.Windows.Forms.Label
        Dim 折旧方法Label As System.Windows.Forms.Label
        Dim 折旧月数Label As System.Windows.Forms.Label
        Dim 已提月数Label As System.Windows.Forms.Label
        Dim 月度折旧额Label As System.Windows.Forms.Label
        Dim 预计净残值Label As System.Windows.Forms.Label
        Dim 说明Label As System.Windows.Forms.Label
        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.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton
        Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton
        Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator
        Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox
        Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel
        Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator
        Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton
        Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton
        Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator
        Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton
        Me.BindingNavigatorDeleteItem = New System.Windows.Forms.ToolStripButton
        Me.固定资产明细BindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton
        Me.名称ToolStripLabel = New System.Windows.Forms.ToolStripLabel
        Me.名称ToolStripTextBox = New System.Windows.Forms.ToolStripTextBox
        Me.查询ToolStripButton = New System.Windows.Forms.ToolStripButton
        Me.附属设备及配件Button = New System.Windows.Forms.Button
        Me.自编号TextBox = New System.Windows.Forms.TextBox
        Me.资产编号TextBox = New System.Windows.Forms.TextBox
        Me.名称TextBox = New System.Windows.Forms.TextBox
        Me.型号TextBox = New System.Windows.Forms.TextBox
        Me.制造厂家TextBox = New System.Windows.Forms.TextBox
        Me.出厂日期DateTimePicker = New System.Windows.Forms.DateTimePicker
        Me.入帐日期DateTimePicker = New System.Windows.Forms.DateTimePicker
        Me.存放地点TextBox = New System.Windows.Forms.TextBox
        Me.使用部门ComboBox = New System.Windows.Forms.ComboBox
        Me.使用状态ComboBox = New System.Windows.Forms.ComboBox
        Me.增加方式ComboBox = New System.Windows.Forms.ComboBox
        Me.类别ComboBox = New System.Windows.Forms.ComboBox
        Me.数量TextBox = New System.Windows.Forms.TextBox
        Me.单位ComboBox = New System.Windows.Forms.ComboBox
        Me.单价TextBox = New System.Windows.Forms.TextBox
        Me.金额TextBox = New System.Windows.Forms.TextBox
        Me.资产原值TextBox = New System.Windows.Forms.TextBox
        Me.累计折旧TextBox = New System.Windows.Forms.TextBox
        Me.折旧方法ComboBox = New System.Windows.Forms.ComboBox
        Me.折旧月数TextBox = New System.Windows.Forms.TextBox
        Me.已提月数TextBox = New System.Windows.Forms.TextBox
        Me.月度折旧额TextBox = New System.Windows.Forms.TextBox
        Me.预计净残值TextBox = New System.Windows.Forms.TextBox
        Me.说明TextBox = New System.Windows.Forms.TextBox
        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
        Me.dataGridViewTextBoxColumn15 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn16 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn17 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn18 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn19 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn20 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn21 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn22 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn23 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn24 = New System.Windows.Forms.DataGridViewTextBoxColumn
        自编号Label = New System.Windows.Forms.Label
        资产编号Label = New System.Windows.Forms.Label
        名称Label = New System.Windows.Forms.Label
        型号Label = New System.Windows.Forms.Label
        制造厂家Label = New System.Windows.Forms.Label
        出厂日期Label = New System.Windows.Forms.Label
        入帐日期Label = New System.Windows.Forms.Label
        存放地点Label = New System.Windows.Forms.Label
        使用部门Label = New System.Windows.Forms.Label
        使用状态Label = New System.Windows.Forms.Label
        增加方式Label = New System.Windows.Forms.Label
        类别Label = New System.Windows.Forms.Label
        数量Label = New System.Windows.Forms.Label
        单位Label = New System.Windows.Forms.Label
        单价Label = New System.Windows.Forms.Label
        金额Label = New System.Windows.Forms.Label
        资产原值Label = New System.Windows.Forms.Label
        累计折旧Label = New System.Windows.Forms.Label
        折旧方法Label = New System.Windows.Forms.Label
        折旧月数Label = New System.Windows.Forms.Label
        已提月数Label = New System.Windows.Forms.Label
        月度折旧额Label = New System.Windows.Forms.Label
        预计净残值Label = New System.Windows.Forms.Label
        说明Label = New System.Windows.Forms.Label
        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 = Me.BindingNavigatorAddNewItem
        Me.固定资产明细BindingNavigator.BindingSource = Me.固定资产明细BindingSource
        Me.固定资产明细BindingNavigator.CountItem = Me.BindingNavigatorCountItem
        Me.固定资产明细BindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
        Me.固定资产明细BindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.名称ToolStripLabel, Me.名称ToolStripTextBox, Me.查询ToolStripButton, Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.固定资产明细BindingNavigatorSaveItem})
        Me.固定资产明细BindingNavigator.Location = New System.Drawing.Point(0, 0)
        Me.固定资产明细BindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
        Me.固定资产明细BindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
        Me.固定资产明细BindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
        Me.固定资产明细BindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
        Me.固定资产明细BindingNavigator.Name = "固定资产明细BindingNavigator"
        Me.固定资产明细BindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
        Me.固定资产明细BindingNavigator.Size = New System.Drawing.Size(542, 25)
        Me.固定资产明细BindingNavigator.TabIndex = 0
        Me.固定资产明细BindingNavigator.Text = "BindingNavigator1"
        '
        'BindingNavigatorMoveFirstItem
        '
        Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
        Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
        Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
        Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
        Me.BindingNavigatorMoveFirstItem.Text = "移到第一条记录"
        '
        'BindingNavigatorMovePreviousItem
        '
        Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
        Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
        Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
        Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
        Me.BindingNavigatorMovePreviousItem.Text = "移到上一条记录"
        '
        'BindingNavigatorSeparator
        '
        Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
        Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
        '
        'BindingNavigatorPositionItem
        '
        Me.BindingNavigatorPositionItem.AccessibleName = "位置"
        Me.BindingNavigatorPositionItem.AutoSize = False
        Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
        Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 21)
        Me.BindingNavigatorPositionItem.Text = "0"
        Me.BindingNavigatorPositionItem.ToolTipText = "当前位置"
        '
        'BindingNavigatorCountItem
        '
        Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
        Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(35, 22)
        Me.BindingNavigatorCountItem.Text = "/ {0}"
        Me.BindingNavigatorCountItem.ToolTipText = "总项数"
        '
        'BindingNavigatorSeparator1
        '
        Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator"
        Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
        '
        'BindingNavigatorMoveNextItem
        '
        Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
        Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
        Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
        Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
        Me.BindingNavigatorMoveNextItem.Text = "移到下一条记录"
        '
        'BindingNavigatorMoveLastItem
        '
        Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
        Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
        Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
        Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
        Me.BindingNavigatorMoveLastItem.Text = "移到最后一条记录"
        '
        'BindingNavigatorSeparator2
        '
        Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator"
        Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
        '
        'BindingNavigatorAddNewItem
        '
        Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
        Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
        Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
        Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(49, 22)
        Me.BindingNavigatorAddNewItem.Text = "新增"
        '
        'BindingNavigatorDeleteItem
        '
        Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
        Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
        Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
        Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(49, 22)
        Me.BindingNavigatorDeleteItem.Text = "删除"
        '

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -