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

📄 repairedform.designer.vb

📁 这是一个固定资产管理系统的源代码
💻 VB
📖 第 1 页 / 共 2 页
字号:
        Me.保存Button.Size = New System.Drawing.Size(75, 23)
        Me.保存Button.TabIndex = 49
        Me.保存Button.Text = "保存"
        Me.保存Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.保存Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
        Me.保存Button.UseVisualStyleBackColor = True
        '
        '新增Button
        '
        Me.新增Button.Image = CType(resources.GetObject("新增Button.Image"), System.Drawing.Image)
        Me.新增Button.Location = New System.Drawing.Point(59, 354)
        Me.新增Button.Name = "新增Button"
        Me.新增Button.Size = New System.Drawing.Size(75, 23)
        Me.新增Button.TabIndex = 48
        Me.新增Button.Text = "新增"
        Me.新增Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.新增Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
        Me.新增Button.UseVisualStyleBackColor = True
        '
        'groupBox2
        '
        Me.groupBox2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
                    Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.groupBox2.Controls.Add(Me.维修固定资产DataGridView)
        Me.groupBox2.Location = New System.Drawing.Point(308, 19)
        Me.groupBox2.Name = "groupBox2"
        Me.groupBox2.Size = New System.Drawing.Size(223, 392)
        Me.groupBox2.TabIndex = 5
        Me.groupBox2.TabStop = False
        Me.groupBox2.Text = "送修的固定资产"
        '
        '维修固定资产DataGridView
        '
        Me.维修固定资产DataGridView.AllowUserToAddRows = False
        Me.维修固定资产DataGridView.AllowUserToDeleteRows = False
        Me.维修固定资产DataGridView.AllowUserToResizeRows = False
        Me.维修固定资产DataGridView.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
                    Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.维修固定资产DataGridView.AutoGenerateColumns = False
        Me.维修固定资产DataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.dataGridViewTextBoxColumn2, Me.dataGridViewTextBoxColumn3, Me.dataGridViewTextBoxColumn4, Me.dataGridViewTextBoxColumn5, Me.dataGridViewTextBoxColumn6, Me.dataGridViewTextBoxColumn7, Me.dataGridViewTextBoxColumn8, Me.dataGridViewTextBoxColumn9, Me.dataGridViewTextBoxColumn10, Me.dataGridViewTextBoxColumn11, Me.dataGridViewTextBoxColumn12, Me.dataGridViewTextBoxColumn1})
        Me.维修固定资产DataGridView.DataSource = Me.维修固定资产BindingSource
        Me.维修固定资产DataGridView.Location = New System.Drawing.Point(6, 18)
        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(204, 368)
        Me.维修固定资产DataGridView.TabIndex = 1
        '
        'dataGridViewTextBoxColumn2
        '
        Me.dataGridViewTextBoxColumn2.DataPropertyName = "资产编号"
        Me.dataGridViewTextBoxColumn2.HeaderText = "资产编号"
        Me.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"
        Me.dataGridViewTextBoxColumn2.ReadOnly = True
        '
        'dataGridViewTextBoxColumn3
        '
        Me.dataGridViewTextBoxColumn3.DataPropertyName = "名称"
        Me.dataGridViewTextBoxColumn3.HeaderText = "名称"
        Me.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"
        Me.dataGridViewTextBoxColumn3.ReadOnly = True
        '
        'dataGridViewTextBoxColumn12
        '
        Me.dataGridViewTextBoxColumn12.DataPropertyName = "说明"
        Me.dataGridViewTextBoxColumn12.HeaderText = "说明"
        Me.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12"
        Me.dataGridViewTextBoxColumn12.ReadOnly = True
        '
        'dataGridViewTextBoxColumn1
        '
        Me.dataGridViewTextBoxColumn1.DataPropertyName = "自编号"
        Me.dataGridViewTextBoxColumn1.HeaderText = "自编号"
        Me.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"
        Me.dataGridViewTextBoxColumn1.ReadOnly = True
        '
        '自编号TextBox
        '
        Me.自编号TextBox.Location = New System.Drawing.Point(98, 20)
        Me.自编号TextBox.Name = "自编号TextBox"
        Me.自编号TextBox.ReadOnly = True
        Me.自编号TextBox.Size = New System.Drawing.Size(180, 21)
        Me.自编号TextBox.TabIndex = 50
        '
        'groupBox1
        '
        Me.groupBox1.Controls.Add(Me.自编号TextBox)
        Me.groupBox1.Controls.Add(Me.保存Button)
        Me.groupBox1.Controls.Add(Me.新增Button)
        Me.groupBox1.Controls.Add(自编号Label)
        Me.groupBox1.Controls.Add(资产编号Label)
        Me.groupBox1.Controls.Add(Me.资产编号TextBox)
        Me.groupBox1.Controls.Add(名称Label)
        Me.groupBox1.Controls.Add(Me.名称TextBox)
        Me.groupBox1.Controls.Add(数量Label)
        Me.groupBox1.Controls.Add(Me.数量TextBox)
        Me.groupBox1.Controls.Add(单位Label)
        Me.groupBox1.Controls.Add(Me.单位TextBox)
        Me.groupBox1.Controls.Add(送修日期Label)
        Me.groupBox1.Controls.Add(Me.送修日期DateTimePicker)
        Me.groupBox1.Controls.Add(预计完修日期Label)
        Me.groupBox1.Controls.Add(Me.预计完修日期DateTimePicker)
        Me.groupBox1.Controls.Add(预计修理费用Label)
        Me.groupBox1.Controls.Add(Me.预计修理费用TextBox)
        Me.groupBox1.Controls.Add(修理公司Label)
        Me.groupBox1.Controls.Add(Me.修理公司TextBox)
        Me.groupBox1.Controls.Add(故障原因Label)
        Me.groupBox1.Controls.Add(Me.故障原因TextBox)
        Me.groupBox1.Controls.Add(修理情况Label)
        Me.groupBox1.Controls.Add(Me.修理情况TextBox)
        Me.groupBox1.Controls.Add(说明Label)
        Me.groupBox1.Controls.Add(Me.说明TextBox)
        Me.groupBox1.Location = New System.Drawing.Point(13, 19)
        Me.groupBox1.Name = "groupBox1"
        Me.groupBox1.Size = New System.Drawing.Size(289, 392)
        Me.groupBox1.TabIndex = 4
        Me.groupBox1.TabStop = False
        Me.groupBox1.Text = "完修的固定资产"
        '
        '资产编号TextBox
        '
        Me.资产编号TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "资产编号", True))
        Me.资产编号TextBox.Location = New System.Drawing.Point(98, 48)
        Me.资产编号TextBox.Name = "资产编号TextBox"
        Me.资产编号TextBox.ReadOnly = True
        Me.资产编号TextBox.Size = New System.Drawing.Size(180, 21)
        Me.资产编号TextBox.TabIndex = 3
        '
        '名称TextBox
        '
        Me.名称TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "名称", True))
        Me.名称TextBox.Location = New System.Drawing.Point(98, 75)
        Me.名称TextBox.Name = "名称TextBox"
        Me.名称TextBox.ReadOnly = True
        Me.名称TextBox.Size = New System.Drawing.Size(180, 21)
        Me.名称TextBox.TabIndex = 5
        '
        '数量TextBox
        '
        Me.数量TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "数量", True))
        Me.数量TextBox.Location = New System.Drawing.Point(98, 102)
        Me.数量TextBox.Name = "数量TextBox"
        Me.数量TextBox.ReadOnly = True
        Me.数量TextBox.Size = New System.Drawing.Size(180, 21)
        Me.数量TextBox.TabIndex = 7
        '
        '单位TextBox
        '
        Me.单位TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "单位", True))
        Me.单位TextBox.Location = New System.Drawing.Point(98, 129)
        Me.单位TextBox.Name = "单位TextBox"
        Me.单位TextBox.ReadOnly = True
        Me.单位TextBox.Size = New System.Drawing.Size(180, 21)
        Me.单位TextBox.TabIndex = 9
        '
        '送修日期DateTimePicker
        '
        Me.送修日期DateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.维修固定资产BindingSource, "送修日期", True))
        Me.送修日期DateTimePicker.Location = New System.Drawing.Point(98, 156)
        Me.送修日期DateTimePicker.Name = "送修日期DateTimePicker"
        Me.送修日期DateTimePicker.Size = New System.Drawing.Size(180, 21)
        Me.送修日期DateTimePicker.TabIndex = 11
        '
        '预计完修日期DateTimePicker
        '
        Me.预计完修日期DateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.维修固定资产BindingSource, "预计完修日期", True))
        Me.预计完修日期DateTimePicker.Location = New System.Drawing.Point(98, 183)
        Me.预计完修日期DateTimePicker.Name = "预计完修日期DateTimePicker"
        Me.预计完修日期DateTimePicker.Size = New System.Drawing.Size(180, 21)
        Me.预计完修日期DateTimePicker.TabIndex = 13
        '
        '预计修理费用TextBox
        '
        Me.预计修理费用TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "预计修理费用", True))
        Me.预计修理费用TextBox.Location = New System.Drawing.Point(98, 210)
        Me.预计修理费用TextBox.Name = "预计修理费用TextBox"
        Me.预计修理费用TextBox.Size = New System.Drawing.Size(180, 21)
        Me.预计修理费用TextBox.TabIndex = 15
        '
        '修理公司TextBox
        '
        Me.修理公司TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "修理公司", True))
        Me.修理公司TextBox.Location = New System.Drawing.Point(98, 237)
        Me.修理公司TextBox.Name = "修理公司TextBox"
        Me.修理公司TextBox.Size = New System.Drawing.Size(180, 21)
        Me.修理公司TextBox.TabIndex = 17
        '
        '故障原因TextBox
        '
        Me.故障原因TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "故障原因", True))
        Me.故障原因TextBox.Location = New System.Drawing.Point(98, 264)
        Me.故障原因TextBox.Name = "故障原因TextBox"
        Me.故障原因TextBox.Size = New System.Drawing.Size(180, 21)
        Me.故障原因TextBox.TabIndex = 19
        '
        '修理情况TextBox
        '
        Me.修理情况TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "修理情况", True))
        Me.修理情况TextBox.Location = New System.Drawing.Point(98, 291)
        Me.修理情况TextBox.Name = "修理情况TextBox"
        Me.修理情况TextBox.Size = New System.Drawing.Size(180, 21)
        Me.修理情况TextBox.TabIndex = 21
        '
        '说明TextBox
        '
        Me.说明TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "说明", True))
        Me.说明TextBox.Location = New System.Drawing.Point(98, 318)
        Me.说明TextBox.Name = "说明TextBox"
        Me.说明TextBox.Size = New System.Drawing.Size(180, 21)
        Me.说明TextBox.TabIndex = 23
        '
        'RepairedForm
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(542, 427)
        Me.Controls.Add(Me.groupBox2)
        Me.Controls.Add(Me.groupBox1)
        Me.Name = "RepairedForm"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
        Me.Text = "登记完修的固定资产"
        CType(Me.MyAssetsDataSet, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.维修固定资产BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
        Me.groupBox2.ResumeLayout(False)
        CType(Me.维修固定资产DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
        Me.groupBox1.ResumeLayout(False)
        Me.groupBox1.PerformLayout()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents MyAssetsDataSet As 固定资产管理系统.MyAssetsDataSet
    Friend WithEvents 维修固定资产BindingSource As System.Windows.Forms.BindingSource
    Friend WithEvents 维修固定资产TableAdapter As 固定资产管理系统.MyAssetsDataSetTableAdapters.维修固定资产TableAdapter
    Private WithEvents dataGridViewTextBoxColumn8 As System.Windows.Forms.DataGridViewTextBoxColumn
    Private WithEvents dataGridViewTextBoxColumn9 As System.Windows.Forms.DataGridViewTextBoxColumn
    Private WithEvents dataGridViewTextBoxColumn10 As System.Windows.Forms.DataGridViewTextBoxColumn
    Private WithEvents dataGridViewTextBoxColumn7 As System.Windows.Forms.DataGridViewTextBoxColumn
    Private WithEvents dataGridViewTextBoxColumn4 As System.Windows.Forms.DataGridViewTextBoxColumn
    Private WithEvents dataGridViewTextBoxColumn5 As System.Windows.Forms.DataGridViewTextBoxColumn
    Private WithEvents dataGridViewTextBoxColumn6 As System.Windows.Forms.DataGridViewTextBoxColumn
    Private WithEvents dataGridViewTextBoxColumn11 As System.Windows.Forms.DataGridViewTextBoxColumn
    Private WithEvents 保存Button As System.Windows.Forms.Button
    Private WithEvents 新增Button As System.Windows.Forms.Button
    Private WithEvents groupBox2 As System.Windows.Forms.GroupBox
    Private WithEvents 维修固定资产DataGridView As System.Windows.Forms.DataGridView
    Private WithEvents dataGridViewTextBoxColumn2 As System.Windows.Forms.DataGridViewTextBoxColumn
    Private WithEvents dataGridViewTextBoxColumn3 As System.Windows.Forms.DataGridViewTextBoxColumn
    Private WithEvents dataGridViewTextBoxColumn12 As System.Windows.Forms.DataGridViewTextBoxColumn
    Private WithEvents dataGridViewTextBoxColumn1 As System.Windows.Forms.DataGridViewTextBoxColumn
    Private WithEvents 自编号TextBox As System.Windows.Forms.TextBox
    Private WithEvents groupBox1 As System.Windows.Forms.GroupBox
    Private WithEvents 资产编号TextBox As System.Windows.Forms.TextBox
    Private WithEvents 名称TextBox As System.Windows.Forms.TextBox
    Private WithEvents 数量TextBox As System.Windows.Forms.TextBox
    Private WithEvents 单位TextBox As System.Windows.Forms.TextBox
    Private WithEvents 送修日期DateTimePicker As System.Windows.Forms.DateTimePicker
    Private WithEvents 预计完修日期DateTimePicker As System.Windows.Forms.DateTimePicker
    Private WithEvents 预计修理费用TextBox As System.Windows.Forms.TextBox
    Private WithEvents 修理公司TextBox As System.Windows.Forms.TextBox
    Private WithEvents 故障原因TextBox As System.Windows.Forms.TextBox
    Private WithEvents 修理情况TextBox As System.Windows.Forms.TextBox
    Private WithEvents 说明TextBox As System.Windows.Forms.TextBox
End Class

⌨️ 快捷键说明

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