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

📄 repairform.designer.vb

📁 这是一个固定资产管理系统的源代码
💻 VB
📖 第 1 页 / 共 4 页
字号:
        '
        '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 = "删除"
        '
        '维修固定资产BindingNavigatorSaveItem
        '
        Me.维修固定资产BindingNavigatorSaveItem.Image = CType(resources.GetObject("维修固定资产BindingNavigatorSaveItem.Image"), System.Drawing.Image)
        Me.维修固定资产BindingNavigatorSaveItem.Name = "维修固定资产BindingNavigatorSaveItem"
        Me.维修固定资产BindingNavigatorSaveItem.Size = New System.Drawing.Size(49, 22)
        Me.维修固定资产BindingNavigatorSaveItem.Text = "保存"
        '
        '可用固定资产视图BindingSource
        '
        Me.可用固定资产视图BindingSource.DataMember = "可用固定资产视图"
        Me.可用固定资产视图BindingSource.DataSource = Me.MyAssetsDataSet
        '
        '可用固定资产视图TableAdapter
        '
        Me.可用固定资产视图TableAdapter.ClearBeforeFill = True
        '
        '名称ToolStripLabel
        '
        Me.名称ToolStripLabel.Name = "名称ToolStripLabel"
        Me.名称ToolStripLabel.Size = New System.Drawing.Size(35, 22)
        Me.名称ToolStripLabel.Text = "名称:"
        '
        '名称ToolStripTextBox
        '
        Me.名称ToolStripTextBox.Name = "名称ToolStripTextBox"
        Me.名称ToolStripTextBox.Size = New System.Drawing.Size(60, 25)
        Me.名称ToolStripTextBox.Text = "%%"
        '
        '查询ToolStripButton
        '
        Me.查询ToolStripButton.Image = CType(resources.GetObject("查询ToolStripButton.Image"), System.Drawing.Image)
        Me.查询ToolStripButton.Name = "查询ToolStripButton"
        Me.查询ToolStripButton.Size = New System.Drawing.Size(49, 22)
        Me.查询ToolStripButton.Text = "查询"
        '
        '自编号Label
        '
        自编号Label.AutoSize = True
        自编号Label.Location = New System.Drawing.Point(4, 148)
        自编号Label.Name = "自编号Label"
        自编号Label.Size = New System.Drawing.Size(47, 12)
        自编号Label.TabIndex = 29
        自编号Label.Text = "自编号:"
        '
        '自编号TextBox
        '
        Me.自编号TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "自编号", True))
        Me.自编号TextBox.Location = New System.Drawing.Point(66, 145)
        Me.自编号TextBox.Name = "自编号TextBox"
        Me.自编号TextBox.ReadOnly = True
        Me.自编号TextBox.Size = New System.Drawing.Size(180, 21)
        Me.自编号TextBox.TabIndex = 30
        '
        '资产编号Label
        '
        资产编号Label.AutoSize = True
        资产编号Label.Location = New System.Drawing.Point(4, 175)
        资产编号Label.Name = "资产编号Label"
        资产编号Label.Size = New System.Drawing.Size(59, 12)
        资产编号Label.TabIndex = 31
        资产编号Label.Text = "资产编号:"
        '
        '资产编号TextBox
        '
        Me.资产编号TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "资产编号", True))
        Me.资产编号TextBox.Location = New System.Drawing.Point(66, 172)
        Me.资产编号TextBox.Name = "资产编号TextBox"
        Me.资产编号TextBox.ReadOnly = True
        Me.资产编号TextBox.Size = New System.Drawing.Size(180, 21)
        Me.资产编号TextBox.TabIndex = 32
        '
        '名称Label
        '
        名称Label.AutoSize = True
        名称Label.Location = New System.Drawing.Point(4, 202)
        名称Label.Name = "名称Label"
        名称Label.Size = New System.Drawing.Size(35, 12)
        名称Label.TabIndex = 33
        名称Label.Text = "名称:"
        '
        '名称TextBox
        '
        Me.名称TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "名称", True))
        Me.名称TextBox.Location = New System.Drawing.Point(66, 199)
        Me.名称TextBox.Name = "名称TextBox"
        Me.名称TextBox.ReadOnly = True
        Me.名称TextBox.Size = New System.Drawing.Size(180, 21)
        Me.名称TextBox.TabIndex = 34
        '
        '数量Label
        '
        数量Label.AutoSize = True
        数量Label.Location = New System.Drawing.Point(4, 229)
        数量Label.Name = "数量Label"
        数量Label.Size = New System.Drawing.Size(35, 12)
        数量Label.TabIndex = 35
        数量Label.Text = "数量:"
        '
        '数量TextBox
        '
        Me.数量TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "数量", True))
        Me.数量TextBox.Location = New System.Drawing.Point(66, 226)
        Me.数量TextBox.Name = "数量TextBox"
        Me.数量TextBox.Size = New System.Drawing.Size(180, 21)
        Me.数量TextBox.TabIndex = 36
        '
        '单位Label
        '
        单位Label.AutoSize = True
        单位Label.Location = New System.Drawing.Point(4, 256)
        单位Label.Name = "单位Label"
        单位Label.Size = New System.Drawing.Size(35, 12)
        单位Label.TabIndex = 37
        单位Label.Text = "单位:"
        '
        '单位TextBox
        '
        Me.单位TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "单位", True))
        Me.单位TextBox.Location = New System.Drawing.Point(66, 253)
        Me.单位TextBox.Name = "单位TextBox"
        Me.单位TextBox.ReadOnly = True
        Me.单位TextBox.Size = New System.Drawing.Size(180, 21)
        Me.单位TextBox.TabIndex = 38
        '
        '送修日期Label
        '
        送修日期Label.AutoSize = True
        送修日期Label.Location = New System.Drawing.Point(249, 149)
        送修日期Label.Name = "送修日期Label"
        送修日期Label.Size = New System.Drawing.Size(59, 12)
        送修日期Label.TabIndex = 39
        送修日期Label.Text = "送修日期:"
        '
        '送修日期DateTimePicker
        '
        Me.送修日期DateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.维修固定资产BindingSource, "送修日期", True))
        Me.送修日期DateTimePicker.Location = New System.Drawing.Point(338, 145)
        Me.送修日期DateTimePicker.Name = "送修日期DateTimePicker"
        Me.送修日期DateTimePicker.Size = New System.Drawing.Size(195, 21)
        Me.送修日期DateTimePicker.TabIndex = 40
        '
        '预计完修日期Label
        '
        预计完修日期Label.AutoSize = True
        预计完修日期Label.Location = New System.Drawing.Point(249, 176)
        预计完修日期Label.Name = "预计完修日期Label"
        预计完修日期Label.Size = New System.Drawing.Size(83, 12)
        预计完修日期Label.TabIndex = 41
        预计完修日期Label.Text = "预计完修日期:"
        '
        '预计完修日期DateTimePicker
        '
        Me.预计完修日期DateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.维修固定资产BindingSource, "预计完修日期", True))
        Me.预计完修日期DateTimePicker.Location = New System.Drawing.Point(338, 172)
        Me.预计完修日期DateTimePicker.Name = "预计完修日期DateTimePicker"
        Me.预计完修日期DateTimePicker.Size = New System.Drawing.Size(195, 21)
        Me.预计完修日期DateTimePicker.TabIndex = 42
        '
        '预计修理费用Label
        '
        预计修理费用Label.AutoSize = True
        预计修理费用Label.Location = New System.Drawing.Point(249, 202)
        预计修理费用Label.Name = "预计修理费用Label"
        预计修理费用Label.Size = New System.Drawing.Size(83, 12)
        预计修理费用Label.TabIndex = 43
        预计修理费用Label.Text = "预计修理费用:"
        '
        '预计修理费用TextBox
        '
        Me.预计修理费用TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "预计修理费用", True))
        Me.预计修理费用TextBox.Location = New System.Drawing.Point(338, 199)
        Me.预计修理费用TextBox.Name = "预计修理费用TextBox"
        Me.预计修理费用TextBox.Size = New System.Drawing.Size(195, 21)
        Me.预计修理费用TextBox.TabIndex = 44
        '
        '修理公司Label
        '
        修理公司Label.AutoSize = True
        修理公司Label.Location = New System.Drawing.Point(249, 229)
        修理公司Label.Name = "修理公司Label"
        修理公司Label.Size = New System.Drawing.Size(59, 12)
        修理公司Label.TabIndex = 45
        修理公司Label.Text = "修理公司:"
        '
        '修理公司TextBox
        '
        Me.修理公司TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "修理公司", True))
        Me.修理公司TextBox.Location = New System.Drawing.Point(338, 226)
        Me.修理公司TextBox.Name = "修理公司TextBox"
        Me.修理公司TextBox.Size = New System.Drawing.Size(195, 21)
        Me.修理公司TextBox.TabIndex = 46
        '
        '故障原因Label
        '
        故障原因Label.AutoSize = True
        故障原因Label.Location = New System.Drawing.Point(249, 256)
        故障原因Label.Name = "故障原因Label"
        故障原因Label.Size = New System.Drawing.Size(59, 12)
        故障原因Label.TabIndex = 47
        故障原因Label.Text = "故障原因:"
        '
        '故障原因TextBox
        '
        Me.故障原因TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.维修固定资产BindingSource, "故障原因", True))
        Me.故障原因TextBox.Location = New System.Drawing.Point(338, 253)
        Me.故障原因TextBox.Name = "故障原因TextBox"
        Me.故障原因TextBox.Size = New System.Drawing.Size(195, 21)
        Me.故障原因TextBox.TabIndex = 48

⌨️ 快捷键说明

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