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

📄 returnform.designer.vb

📁 这是一个固定资产管理系统的源代码
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ReturnForm
    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(ReturnForm))
        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.dataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.自编号TextBox = New System.Windows.Forms.TextBox
        Me.保存Button = New System.Windows.Forms.Button
        Me.dataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.groupBox2 = New System.Windows.Forms.GroupBox
        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.经办人TextBox = New System.Windows.Forms.TextBox
        Me.说明TextBox = New System.Windows.Forms.TextBox
        Me.groupBox1 = 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.dataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn11 = 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
        CType(Me.MyAssetsDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.租借固定资产BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.groupBox2.SuspendLayout()
        Me.groupBox1.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
        '
        'dataGridViewTextBoxColumn6
        '
        Me.dataGridViewTextBoxColumn6.DataPropertyName = "租借公司"
        Me.dataGridViewTextBoxColumn6.HeaderText = "租借公司"
        Me.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6"
        Me.dataGridViewTextBoxColumn6.ReadOnly = True
        '
        'dataGridViewTextBoxColumn7
        '
        Me.dataGridViewTextBoxColumn7.DataPropertyName = "租借日期"
        Me.dataGridViewTextBoxColumn7.HeaderText = "租借日期"
        Me.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"
        Me.dataGridViewTextBoxColumn7.ReadOnly = True
        '
        'dataGridViewTextBoxColumn8
        '
        Me.dataGridViewTextBoxColumn8.DataPropertyName = "拟还日期"
        Me.dataGridViewTextBoxColumn8.HeaderText = "拟还日期"
        Me.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8"
        Me.dataGridViewTextBoxColumn8.ReadOnly = True
        '
        'dataGridViewTextBoxColumn5
        '
        Me.dataGridViewTextBoxColumn5.DataPropertyName = "单位"
        Me.dataGridViewTextBoxColumn5.HeaderText = "单位"
        Me.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"
        Me.dataGridViewTextBoxColumn5.ReadOnly = True
        '
        'dataGridViewTextBoxColumn4
        '
        Me.dataGridViewTextBoxColumn4.DataPropertyName = "数量"
        Me.dataGridViewTextBoxColumn4.HeaderText = "数量"
        Me.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"
        Me.dataGridViewTextBoxColumn4.ReadOnly = True
        '
        '自编号TextBox
        '
        Me.自编号TextBox.Location = New System.Drawing.Point(75, 19)
        Me.自编号TextBox.Name = "自编号TextBox"
        Me.自编号TextBox.ReadOnly = True
        Me.自编号TextBox.Size = New System.Drawing.Size(150, 21)
        Me.自编号TextBox.TabIndex = 48
        '
        '保存Button
        '
        Me.保存Button.Image = CType(resources.GetObject("保存Button.Image"), System.Drawing.Image)
        Me.保存Button.Location = New System.Drawing.Point(130, 363)
        Me.保存Button.Name = "保存Button"
        Me.保存Button.Size = New System.Drawing.Size(75, 23)
        Me.保存Button.TabIndex = 47
        Me.保存Button.Text = "保存"
        Me.保存Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.保存Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
        Me.保存Button.UseVisualStyleBackColor = True
        '
        'dataGridViewTextBoxColumn9
        '
        Me.dataGridViewTextBoxColumn9.DataPropertyName = "预期收益"
        Me.dataGridViewTextBoxColumn9.HeaderText = "预期收益"
        Me.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9"
        Me.dataGridViewTextBoxColumn9.ReadOnly = True
        '
        'groupBox2
        '
        Me.groupBox2.Controls.Add(Me.自编号TextBox)
        Me.groupBox2.Controls.Add(Me.保存Button)
        Me.groupBox2.Controls.Add(Me.新增Button)
        Me.groupBox2.Controls.Add(自编号Label)
        Me.groupBox2.Controls.Add(资产编号Label)
        Me.groupBox2.Controls.Add(Me.资产编号TextBox)
        Me.groupBox2.Controls.Add(名称Label)
        Me.groupBox2.Controls.Add(Me.名称TextBox)
        Me.groupBox2.Controls.Add(数量Label)
        Me.groupBox2.Controls.Add(Me.数量TextBox)
        Me.groupBox2.Controls.Add(单位Label)
        Me.groupBox2.Controls.Add(Me.单位TextBox)
        Me.groupBox2.Controls.Add(租借公司Label)
        Me.groupBox2.Controls.Add(Me.租借公司TextBox)
        Me.groupBox2.Controls.Add(租借日期Label)
        Me.groupBox2.Controls.Add(Me.租借日期DateTimePicker)
        Me.groupBox2.Controls.Add(归还日期Label)
        Me.groupBox2.Controls.Add(Me.拟还日期DateTimePicker)
        Me.groupBox2.Controls.Add(实际收益Label)
        Me.groupBox2.Controls.Add(Me.预期收益TextBox)
        Me.groupBox2.Controls.Add(经办人Label)
        Me.groupBox2.Controls.Add(Me.经办人TextBox)
        Me.groupBox2.Controls.Add(说明Label)
        Me.groupBox2.Controls.Add(Me.说明TextBox)
        Me.groupBox2.Location = New System.Drawing.Point(13, 12)
        Me.groupBox2.Name = "groupBox2"
        Me.groupBox2.Size = New System.Drawing.Size(239, 392)
        Me.groupBox2.TabIndex = 5
        Me.groupBox2.TabStop = False
        Me.groupBox2.Text = "归还的固定资产"
        '
        '新增Button
        '
        Me.新增Button.Image = CType(resources.GetObject("新增Button.Image"), System.Drawing.Image)
        Me.新增Button.Location = New System.Drawing.Point(28, 363)
        Me.新增Button.Name = "新增Button"
        Me.新增Button.Size = New System.Drawing.Size(75, 23)
        Me.新增Button.TabIndex = 46
        Me.新增Button.Text = "新增"
        Me.新增Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.新增Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
        Me.新增Button.UseVisualStyleBackColor = True
        '
        '自编号Label
        '
        自编号Label.AutoSize = True
        自编号Label.Location = New System.Drawing.Point(10, 22)
        自编号Label.Name = "自编号Label"
        自编号Label.Size = New System.Drawing.Size(47, 12)
        自编号Label.TabIndex = 24
        自编号Label.Text = "自编号:"
        '
        '资产编号Label
        '
        资产编号Label.AutoSize = True
        资产编号Label.Location = New System.Drawing.Point(10, 53)
        资产编号Label.Name = "资产编号Label"
        资产编号Label.Size = New System.Drawing.Size(59, 12)
        资产编号Label.TabIndex = 26
        资产编号Label.Text = "资产编号:"
        '
        '资产编号TextBox
        '
        Me.资产编号TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.租借固定资产BindingSource, "资产编号", True))
        Me.资产编号TextBox.Location = New System.Drawing.Point(75, 50)
        Me.资产编号TextBox.Name = "资产编号TextBox"
        Me.资产编号TextBox.ReadOnly = True
        Me.资产编号TextBox.Size = New System.Drawing.Size(150, 21)
        Me.资产编号TextBox.TabIndex = 27
        '
        '名称Label
        '
        名称Label.AutoSize = True
        名称Label.Location = New System.Drawing.Point(10, 84)
        名称Label.Name = "名称Label"
        名称Label.Size = New System.Drawing.Size(35, 12)
        名称Label.TabIndex = 28
        名称Label.Text = "名称:"
        '
        '名称TextBox
        '
        Me.名称TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.租借固定资产BindingSource, "名称", True))
        Me.名称TextBox.Location = New System.Drawing.Point(75, 81)
        Me.名称TextBox.Name = "名称TextBox"
        Me.名称TextBox.ReadOnly = True
        Me.名称TextBox.Size = New System.Drawing.Size(150, 21)
        Me.名称TextBox.TabIndex = 29
        '
        '数量Label
        '

⌨️ 快捷键说明

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