📄 fixedassetsform.designer.vb
字号:
Me.数量TextBox.Size = New System.Drawing.Size(100, 21)
Me.数量TextBox.TabIndex = 77
'
'单位Label
'
单位Label.AutoSize = True
单位Label.Location = New System.Drawing.Point(223, 167)
单位Label.Name = "单位Label"
单位Label.Size = New System.Drawing.Size(35, 12)
单位Label.TabIndex = 78
单位Label.Text = "单位:"
'
'单位ComboBox
'
Me.单位ComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.固定资产明细BindingSource, "单位", True))
Me.单位ComboBox.FormattingEnabled = True
Me.单位ComboBox.Items.AddRange(New Object() {"台", "套", "个", "辆", "平方米"})
Me.单位ComboBox.Location = New System.Drawing.Point(285, 164)
Me.单位ComboBox.Name = "单位ComboBox"
Me.单位ComboBox.Size = New System.Drawing.Size(100, 20)
Me.单位ComboBox.TabIndex = 79
'
'单价Label
'
单价Label.AutoSize = True
单价Label.Location = New System.Drawing.Point(223, 194)
单价Label.Name = "单价Label"
单价Label.Size = New System.Drawing.Size(35, 12)
单价Label.TabIndex = 80
单价Label.Text = "单价:"
'
'单价TextBox
'
Me.单价TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.固定资产明细BindingSource, "单价", True))
Me.单价TextBox.Location = New System.Drawing.Point(285, 190)
Me.单价TextBox.Name = "单价TextBox"
Me.单价TextBox.Size = New System.Drawing.Size(100, 21)
Me.单价TextBox.TabIndex = 81
'
'金额Label
'
金额Label.AutoSize = True
金额Label.Location = New System.Drawing.Point(223, 220)
金额Label.Name = "金额Label"
金额Label.Size = New System.Drawing.Size(35, 12)
金额Label.TabIndex = 82
金额Label.Text = "金额:"
'
'金额TextBox
'
Me.金额TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.固定资产明细BindingSource, "金额", True))
Me.金额TextBox.Location = New System.Drawing.Point(285, 217)
Me.金额TextBox.Name = "金额TextBox"
Me.金额TextBox.Size = New System.Drawing.Size(100, 21)
Me.金额TextBox.TabIndex = 83
'
'资产原值Label
'
资产原值Label.AutoSize = True
资产原值Label.Location = New System.Drawing.Point(394, 31)
资产原值Label.Name = "资产原值Label"
资产原值Label.Size = New System.Drawing.Size(59, 12)
资产原值Label.TabIndex = 84
资产原值Label.Text = "资产原值:"
'
'资产原值TextBox
'
Me.资产原值TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.固定资产明细BindingSource, "资产原值", True))
Me.资产原值TextBox.Location = New System.Drawing.Point(459, 28)
Me.资产原值TextBox.Name = "资产原值TextBox"
Me.资产原值TextBox.Size = New System.Drawing.Size(77, 21)
Me.资产原值TextBox.TabIndex = 85
'
'累计折旧Label
'
累计折旧Label.AutoSize = True
累计折旧Label.Location = New System.Drawing.Point(394, 58)
累计折旧Label.Name = "累计折旧Label"
累计折旧Label.Size = New System.Drawing.Size(59, 12)
累计折旧Label.TabIndex = 86
累计折旧Label.Text = "累计折旧:"
'
'累计折旧TextBox
'
Me.累计折旧TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.固定资产明细BindingSource, "累计折旧", True))
Me.累计折旧TextBox.Location = New System.Drawing.Point(459, 55)
Me.累计折旧TextBox.Name = "累计折旧TextBox"
Me.累计折旧TextBox.Size = New System.Drawing.Size(77, 21)
Me.累计折旧TextBox.TabIndex = 87
'
'折旧方法Label
'
折旧方法Label.AutoSize = True
折旧方法Label.Location = New System.Drawing.Point(394, 85)
折旧方法Label.Name = "折旧方法Label"
折旧方法Label.Size = New System.Drawing.Size(59, 12)
折旧方法Label.TabIndex = 88
折旧方法Label.Text = "折旧方法:"
'
'折旧方法ComboBox
'
Me.折旧方法ComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.固定资产明细BindingSource, "折旧方法", True))
Me.折旧方法ComboBox.FormattingEnabled = True
Me.折旧方法ComboBox.Items.AddRange(New Object() {"平均年限法", "工作量法", "双倍余额递减法", "年数总和法", "不计提折旧"})
Me.折旧方法ComboBox.Location = New System.Drawing.Point(459, 83)
Me.折旧方法ComboBox.Name = "折旧方法ComboBox"
Me.折旧方法ComboBox.Size = New System.Drawing.Size(77, 20)
Me.折旧方法ComboBox.TabIndex = 89
'
'折旧月数Label
'
折旧月数Label.AutoSize = True
折旧月数Label.Location = New System.Drawing.Point(394, 112)
折旧月数Label.Name = "折旧月数Label"
折旧月数Label.Size = New System.Drawing.Size(59, 12)
折旧月数Label.TabIndex = 90
折旧月数Label.Text = "折旧月数:"
'
'折旧月数TextBox
'
Me.折旧月数TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.固定资产明细BindingSource, "折旧月数", True))
Me.折旧月数TextBox.Location = New System.Drawing.Point(459, 109)
Me.折旧月数TextBox.Name = "折旧月数TextBox"
Me.折旧月数TextBox.Size = New System.Drawing.Size(77, 21)
Me.折旧月数TextBox.TabIndex = 91
'
'已提月数Label
'
已提月数Label.AutoSize = True
已提月数Label.Location = New System.Drawing.Point(394, 139)
已提月数Label.Name = "已提月数Label"
已提月数Label.Size = New System.Drawing.Size(59, 12)
已提月数Label.TabIndex = 92
已提月数Label.Text = "已提月数:"
'
'已提月数TextBox
'
Me.已提月数TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.固定资产明细BindingSource, "已提月数", True))
Me.已提月数TextBox.Location = New System.Drawing.Point(459, 136)
Me.已提月数TextBox.Name = "已提月数TextBox"
Me.已提月数TextBox.Size = New System.Drawing.Size(77, 21)
Me.已提月数TextBox.TabIndex = 93
'
'月度折旧额Label
'
月度折旧额Label.AutoSize = True
月度折旧额Label.Location = New System.Drawing.Point(394, 167)
月度折旧额Label.Name = "月度折旧额Label"
月度折旧额Label.Size = New System.Drawing.Size(71, 12)
月度折旧额Label.TabIndex = 94
月度折旧额Label.Text = "月度折旧额:"
'
'月度折旧额TextBox
'
Me.月度折旧额TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.固定资产明细BindingSource, "月度折旧额", True))
Me.月度折旧额TextBox.Location = New System.Drawing.Point(471, 163)
Me.月度折旧额TextBox.Name = "月度折旧额TextBox"
Me.月度折旧额TextBox.Size = New System.Drawing.Size(65, 21)
Me.月度折旧额TextBox.TabIndex = 95
'
'预计净残值Label
'
预计净残值Label.AutoSize = True
预计净残值Label.Location = New System.Drawing.Point(394, 194)
预计净残值Label.Name = "预计净残值Label"
预计净残值Label.Size = New System.Drawing.Size(71, 12)
预计净残值Label.TabIndex = 96
预计净残值Label.Text = "预计净残值:"
'
'预计净残值TextBox
'
Me.预计净残值TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.固定资产明细BindingSource, "预计净残值", True))
Me.预计净残值TextBox.Location = New System.Drawing.Point(471, 190)
Me.预计净残值TextBox.Name = "预计净残值TextBox"
Me.预计净残值TextBox.Size = New System.Drawing.Size(65, 21)
Me.预计净残值TextBox.TabIndex = 97
'
'说明Label
'
说明Label.AutoSize = True
说明Label.Location = New System.Drawing.Point(2, 247)
说明Label.Name = "说明Label"
说明Label.Size = New System.Drawing.Size(35, 12)
说明Label.TabIndex = 98
说明Label.Text = "说明:"
'
'说明TextBox
'
Me.说明TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.固定资产明细BindingSource, "说明", True))
Me.说明TextBox.Location = New System.Drawing.Point(67, 244)
Me.说明TextBox.Name = "说明TextBox"
Me.说明TextBox.Size = New System.Drawing.Size(469, 21)
Me.说明TextBox.TabIndex = 99
'
'固定资产明细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.dataGridViewTextBoxColumn1, Me.dataGridViewTextBoxColumn2, Me.dataGridViewTextBoxColumn3, Me.dataGridViewTextBoxColumn4, Me.dataGridViewTextBoxColumn5, Me.dataGridViewTextBoxColumn6, Me.dataGridViewTextBoxColumn7, Me.dataGridViewTextBoxColumn8, Me.dataGridViewTextBoxColumn9, Me.dataGridViewTextBoxColumn10, Me.dataGridViewTextBoxColumn11, Me.dataGridViewTextBoxColumn12, Me.dataGridViewTextBoxColumn13, Me.dataGridViewTextBoxColumn14, Me.dataGridViewTextBoxColumn15, Me.dataGridViewTextBoxColumn16, Me.dataGridViewTextBoxColumn17, Me.dataGridViewTextBoxColumn18, Me.dataGridViewTextBoxColumn19, Me.dataGridViewTextBoxColumn20, Me.dataGridViewTextBoxColumn21, Me.dataGridViewTextBoxColumn22, Me.dataGridViewTextBoxColumn23, Me.dataGridViewTextBoxColumn24})
Me.固定资产明细DataGridView.DataSource = Me.固定资产明细BindingSource
Me.固定资产明细DataGridView.Location = New System.Drawing.Point(5, 271)
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(532, 141)
Me.固定资产明细DataGridView.TabIndex = 51
'
'dataGridViewTextBoxColumn1
'
Me.dataGridViewTextBoxColumn1.DataPropertyName = "自编号"
Me.dataGridViewTextBoxColumn1.HeaderText = "自编号"
Me.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"
Me.dataGridViewTextBoxColumn1.ReadOnly = True
'
'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
'
'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
'
'dataGridViewTextBoxColumn7
'
Me.dataGridViewTextBoxColumn7.DataPropertyName = "入帐日期"
Me.dataGridViewTextBoxColumn7.HeaderText = "入帐日期"
Me.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -