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

📄 leaseform.designer.vb

📁 这是一个固定资产管理系统的源代码
💻 VB
📖 第 1 页 / 共 4 页
字号:
        '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 = "删除"
        '
        '租借固定资产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(352, 126)
        单位Label.Name = "单位Label"
        单位Label.Size = New System.Drawing.Size(35, 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(417, 123)
        Me.单位TextBox.Name = "单位TextBox"
        Me.单位TextBox.ReadOnly = True
        Me.单位TextBox.Size = New System.Drawing.Size(117, 21)
        Me.单位TextBox.TabIndex = 49
        '
        '自编号Label
        '
        自编号Label.AutoSize = True
        自编号Label.Location = New System.Drawing.Point(7, 126)
        自编号Label.Name = "自编号Label"
        自编号Label.Size = New System.Drawing.Size(47, 12)
        自编号Label.TabIndex = 27
        自编号Label.Text = "自编号:"
        '
        '自编号TextBox
        '
        Me.自编号TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.租借固定资产BindingSource, "自编号", True))
        Me.自编号TextBox.Location = New System.Drawing.Point(72, 123)
        Me.自编号TextBox.Name = "自编号TextBox"
        Me.自编号TextBox.ReadOnly = True
        Me.自编号TextBox.Size = New System.Drawing.Size(275, 21)
        Me.自编号TextBox.TabIndex = 29
        '
        '资产编号Label
        '
        资产编号Label.AutoSize = True
        资产编号Label.Location = New System.Drawing.Point(7, 153)
        资产编号Label.Name = "资产编号Label"
        资产编号Label.Size = New System.Drawing.Size(59, 12)
        资产编号Label.TabIndex = 30
        资产编号Label.Text = "资产编号:"
        '
        '资产编号TextBox
        '
        Me.资产编号TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.租借固定资产BindingSource, "资产编号", True))
        Me.资产编号TextBox.Location = New System.Drawing.Point(72, 150)
        Me.资产编号TextBox.Name = "资产编号TextBox"
        Me.资产编号TextBox.ReadOnly = True
        Me.资产编号TextBox.Size = New System.Drawing.Size(275, 21)
        Me.资产编号TextBox.TabIndex = 31
        '
        '名称Label
        '
        名称Label.AutoSize = True
        名称Label.Location = New System.Drawing.Point(7, 180)
        名称Label.Name = "名称Label"
        名称Label.Size = New System.Drawing.Size(35, 12)
        名称Label.TabIndex = 32
        名称Label.Text = "名称:"
        '
        '名称TextBox
        '
        Me.名称TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.租借固定资产BindingSource, "名称", True))
        Me.名称TextBox.Location = New System.Drawing.Point(72, 177)
        Me.名称TextBox.Name = "名称TextBox"
        Me.名称TextBox.ReadOnly = True
        Me.名称TextBox.Size = New System.Drawing.Size(275, 21)
        Me.名称TextBox.TabIndex = 33
        '
        '数量Label
        '
        数量Label.AutoSize = True
        数量Label.Location = New System.Drawing.Point(7, 207)
        数量Label.Name = "数量Label"
        数量Label.Size = New System.Drawing.Size(35, 12)
        数量Label.TabIndex = 34
        数量Label.Text = "数量:"
        '
        '数量TextBox
        '
        Me.数量TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.租借固定资产BindingSource, "数量", True))
        Me.数量TextBox.Location = New System.Drawing.Point(72, 204)
        Me.数量TextBox.Name = "数量TextBox"
        Me.数量TextBox.Size = New System.Drawing.Size(275, 21)
        Me.数量TextBox.TabIndex = 35
        '
        '租借公司Label
        '
        租借公司Label.AutoSize = True
        租借公司Label.Location = New System.Drawing.Point(7, 234)
        租借公司Label.Name = "租借公司Label"
        租借公司Label.Size = New System.Drawing.Size(59, 12)
        租借公司Label.TabIndex = 36
        租借公司Label.Text = "租借公司:"
        '
        '租借公司TextBox
        '
        Me.租借公司TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.租借固定资产BindingSource, "租借公司", True))
        Me.租借公司TextBox.Location = New System.Drawing.Point(72, 231)
        Me.租借公司TextBox.Name = "租借公司TextBox"
        Me.租借公司TextBox.Size = New System.Drawing.Size(275, 21)
        Me.租借公司TextBox.TabIndex = 37
        '
        '租借日期Label
        '
        租借日期Label.AutoSize = True
        租借日期Label.Location = New System.Drawing.Point(352, 154)
        租借日期Label.Name = "租借日期Label"
        租借日期Label.Size = New System.Drawing.Size(59, 12)
        租借日期Label.TabIndex = 38
        租借日期Label.Text = "租借日期:"
        '
        '租借日期DateTimePicker
        '
        Me.租借日期DateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.租借固定资产BindingSource, "租借日期", True))
        Me.租借日期DateTimePicker.Location = New System.Drawing.Point(417, 150)
        Me.租借日期DateTimePicker.Name = "租借日期DateTimePicker"
        Me.租借日期DateTimePicker.Size = New System.Drawing.Size(117, 21)
        Me.租借日期DateTimePicker.TabIndex = 39
        '
        '拟还日期Label
        '
        拟还日期Label.AutoSize = True
        拟还日期Label.Location = New System.Drawing.Point(352, 181)
        拟还日期Label.Name = "拟还日期Label"
        拟还日期Label.Size = New System.Drawing.Size(59, 12)
        拟还日期Label.TabIndex = 40
        拟还日期Label.Text = "拟还日期:"
        '
        '拟还日期DateTimePicker
        '
        Me.拟还日期DateTimePicker.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.租借固定资产BindingSource, "拟还日期", True))
        Me.拟还日期DateTimePicker.Location = New System.Drawing.Point(417, 177)
        Me.拟还日期DateTimePicker.Name = "拟还日期DateTimePicker"
        Me.拟还日期DateTimePicker.Size = New System.Drawing.Size(117, 21)
        Me.拟还日期DateTimePicker.TabIndex = 41
        '
        '预期收益Label
        '
        预期收益Label.AutoSize = True
        预期收益Label.Location = New System.Drawing.Point(352, 207)
        预期收益Label.Name = "预期收益Label"
        预期收益Label.Size = New System.Drawing.Size(59, 12)
        预期收益Label.TabIndex = 42
        预期收益Label.Text = "预期收益:"
        '
        '预期收益TextBox
        '
        Me.预期收益TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.租借固定资产BindingSource, "预期收益", True))
        Me.预期收益TextBox.Location = New System.Drawing.Point(417, 204)
        Me.预期收益TextBox.Name = "预期收益TextBox"
        Me.预期收益TextBox.Size = New System.Drawing.Size(117, 21)
        Me.预期收益TextBox.TabIndex = 43
        '
        '经办人Label
        '
        经办人Label.AutoSize = True
        经办人Label.Location = New System.Drawing.Point(352, 234)

⌨️ 快捷键说明

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