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

📄 repairedform.designer.vb

📁 这是一个固定资产管理系统的源代码
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class RepairedForm
    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 自编号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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(RepairedForm))
        Me.MyAssetsDataSet = New 固定资产管理系统.MyAssetsDataSet
        Me.维修固定资产BindingSource = New System.Windows.Forms.BindingSource(Me.components)
        Me.维修固定资产TableAdapter = New 固定资产管理系统.MyAssetsDataSetTableAdapters.维修固定资产TableAdapter
        Me.dataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn7 = 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.dataGridViewTextBoxColumn11 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.保存Button = New System.Windows.Forms.Button
        Me.新增Button = New System.Windows.Forms.Button
        Me.groupBox2 = New System.Windows.Forms.GroupBox
        Me.维修固定资产DataGridView = New System.Windows.Forms.DataGridView
        Me.dataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn12 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.自编号TextBox = New System.Windows.Forms.TextBox
        Me.groupBox1 = New System.Windows.Forms.GroupBox
        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.修理公司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
        自编号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()
        Me.groupBox2.SuspendLayout()
        CType(Me.维修固定资产DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.groupBox1.SuspendLayout()
        Me.SuspendLayout()
        '
        '自编号Label
        '
        自编号Label.AutoSize = True
        自编号Label.Location = New System.Drawing.Point(9, 24)
        自编号Label.Name = "自编号Label"
        自编号Label.Size = New System.Drawing.Size(47, 12)
        自编号Label.TabIndex = 0
        自编号Label.Text = "自编号:"
        '
        '资产编号Label
        '
        资产编号Label.AutoSize = True
        资产编号Label.Location = New System.Drawing.Point(9, 51)
        资产编号Label.Name = "资产编号Label"
        资产编号Label.Size = New System.Drawing.Size(59, 12)
        资产编号Label.TabIndex = 2
        资产编号Label.Text = "资产编号:"
        '
        '名称Label
        '
        名称Label.AutoSize = True
        名称Label.Location = New System.Drawing.Point(9, 78)
        名称Label.Name = "名称Label"
        名称Label.Size = New System.Drawing.Size(35, 12)
        名称Label.TabIndex = 4
        名称Label.Text = "名称:"
        '
        '数量Label
        '
        数量Label.AutoSize = True
        数量Label.Location = New System.Drawing.Point(9, 105)
        数量Label.Name = "数量Label"
        数量Label.Size = New System.Drawing.Size(35, 12)
        数量Label.TabIndex = 6
        数量Label.Text = "数量:"
        '
        '单位Label
        '
        单位Label.AutoSize = True
        单位Label.Location = New System.Drawing.Point(9, 132)
        单位Label.Name = "单位Label"
        单位Label.Size = New System.Drawing.Size(35, 12)
        单位Label.TabIndex = 8
        单位Label.Text = "单位:"
        '
        '送修日期Label
        '
        送修日期Label.AutoSize = True
        送修日期Label.Location = New System.Drawing.Point(9, 160)
        送修日期Label.Name = "送修日期Label"
        送修日期Label.Size = New System.Drawing.Size(59, 12)
        送修日期Label.TabIndex = 10
        送修日期Label.Text = "送修日期:"
        '
        '预计完修日期Label
        '
        预计完修日期Label.AutoSize = True
        预计完修日期Label.Location = New System.Drawing.Point(9, 187)
        预计完修日期Label.Name = "预计完修日期Label"
        预计完修日期Label.Size = New System.Drawing.Size(59, 12)
        预计完修日期Label.TabIndex = 12
        预计完修日期Label.Text = "完修日期:"
        '
        '预计修理费用Label
        '
        预计修理费用Label.AutoSize = True
        预计修理费用Label.Location = New System.Drawing.Point(9, 213)
        预计修理费用Label.Name = "预计修理费用Label"
        预计修理费用Label.Size = New System.Drawing.Size(59, 12)
        预计修理费用Label.TabIndex = 14
        预计修理费用Label.Text = "修理费用:"
        '
        '修理公司Label
        '
        修理公司Label.AutoSize = True
        修理公司Label.Location = New System.Drawing.Point(9, 240)
        修理公司Label.Name = "修理公司Label"
        修理公司Label.Size = New System.Drawing.Size(59, 12)
        修理公司Label.TabIndex = 16
        修理公司Label.Text = "修理公司:"
        '
        '故障原因Label
        '
        故障原因Label.AutoSize = True
        故障原因Label.Location = New System.Drawing.Point(9, 267)
        故障原因Label.Name = "故障原因Label"
        故障原因Label.Size = New System.Drawing.Size(59, 12)
        故障原因Label.TabIndex = 18
        故障原因Label.Text = "故障原因:"
        '
        '修理情况Label
        '
        修理情况Label.AutoSize = True
        修理情况Label.Location = New System.Drawing.Point(9, 294)
        修理情况Label.Name = "修理情况Label"
        修理情况Label.Size = New System.Drawing.Size(59, 12)
        修理情况Label.TabIndex = 20
        修理情况Label.Text = "修理情况:"
        '
        '说明Label
        '
        说明Label.AutoSize = True
        说明Label.Location = New System.Drawing.Point(9, 321)
        说明Label.Name = "说明Label"
        说明Label.Size = New System.Drawing.Size(35, 12)
        说明Label.TabIndex = 22
        说明Label.Text = "说明:"
        '
        '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
        '
        'dataGridViewTextBoxColumn8
        '
        Me.dataGridViewTextBoxColumn8.DataPropertyName = "预计修理费用"
        Me.dataGridViewTextBoxColumn8.HeaderText = "预计修理费用"
        Me.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"
        Me.dataGridViewTextBoxColumn8.ReadOnly = True
        '
        'dataGridViewTextBoxColumn9
        '
        Me.dataGridViewTextBoxColumn9.DataPropertyName = "修理公司"
        Me.dataGridViewTextBoxColumn9.HeaderText = "修理公司"
        Me.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"
        Me.dataGridViewTextBoxColumn9.ReadOnly = True
        '
        'dataGridViewTextBoxColumn10
        '
        Me.dataGridViewTextBoxColumn10.DataPropertyName = "故障原因"
        Me.dataGridViewTextBoxColumn10.HeaderText = "故障原因"
        Me.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10"
        Me.dataGridViewTextBoxColumn10.ReadOnly = True
        '
        'dataGridViewTextBoxColumn7
        '
        Me.dataGridViewTextBoxColumn7.DataPropertyName = "预计完修日期"
        Me.dataGridViewTextBoxColumn7.HeaderText = "预计完修日期"
        Me.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"
        Me.dataGridViewTextBoxColumn7.ReadOnly = True
        '
        'dataGridViewTextBoxColumn4
        '
        Me.dataGridViewTextBoxColumn4.DataPropertyName = "数量"
        Me.dataGridViewTextBoxColumn4.HeaderText = "数量"
        Me.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"
        Me.dataGridViewTextBoxColumn4.ReadOnly = True
        '
        'dataGridViewTextBoxColumn5
        '
        Me.dataGridViewTextBoxColumn5.DataPropertyName = "单位"
        Me.dataGridViewTextBoxColumn5.HeaderText = "单位"
        Me.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"
        Me.dataGridViewTextBoxColumn5.ReadOnly = True
        '
        'dataGridViewTextBoxColumn6
        '
        Me.dataGridViewTextBoxColumn6.DataPropertyName = "送修日期"
        Me.dataGridViewTextBoxColumn6.HeaderText = "送修日期"
        Me.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"
        Me.dataGridViewTextBoxColumn6.ReadOnly = True
        '
        'dataGridViewTextBoxColumn11
        '
        Me.dataGridViewTextBoxColumn11.DataPropertyName = "修理情况"
        Me.dataGridViewTextBoxColumn11.HeaderText = "修理情况"
        Me.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"
        Me.dataGridViewTextBoxColumn11.ReadOnly = True
        '
        '保存Button
        '
        Me.保存Button.Image = CType(resources.GetObject("保存Button.Image"), System.Drawing.Image)
        Me.保存Button.Location = New System.Drawing.Point(161, 354)
        Me.保存Button.Name = "保存Button"

⌨️ 快捷键说明

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