📄 ownerform.designer.cs
字号:
//
this.业主姓名DataGridViewTextBoxColumn.DataPropertyName = "业主姓名";
this.业主姓名DataGridViewTextBoxColumn.HeaderText = "业主姓名";
this.业主姓名DataGridViewTextBoxColumn.Name = "业主姓名DataGridViewTextBoxColumn";
this.业主姓名DataGridViewTextBoxColumn.ReadOnly = true;
//
// 身份证号码DataGridViewTextBoxColumn
//
this.身份证号码DataGridViewTextBoxColumn.DataPropertyName = "身份证号码";
this.身份证号码DataGridViewTextBoxColumn.HeaderText = "身份证号码";
this.身份证号码DataGridViewTextBoxColumn.Name = "身份证号码DataGridViewTextBoxColumn";
this.身份证号码DataGridViewTextBoxColumn.ReadOnly = true;
//
// 楼栋名称DataGridViewTextBoxColumn
//
this.楼栋名称DataGridViewTextBoxColumn.DataPropertyName = "楼栋名称";
this.楼栋名称DataGridViewTextBoxColumn.HeaderText = "楼栋名称";
this.楼栋名称DataGridViewTextBoxColumn.Name = "楼栋名称DataGridViewTextBoxColumn";
this.楼栋名称DataGridViewTextBoxColumn.ReadOnly = true;
//
// 单元名称DataGridViewTextBoxColumn
//
this.单元名称DataGridViewTextBoxColumn.DataPropertyName = "单元名称";
this.单元名称DataGridViewTextBoxColumn.HeaderText = "单元名称";
this.单元名称DataGridViewTextBoxColumn.Name = "单元名称DataGridViewTextBoxColumn";
this.单元名称DataGridViewTextBoxColumn.ReadOnly = true;
//
// 房号名称DataGridViewTextBoxColumn
//
this.房号名称DataGridViewTextBoxColumn.DataPropertyName = "房号名称";
this.房号名称DataGridViewTextBoxColumn.HeaderText = "房号名称";
this.房号名称DataGridViewTextBoxColumn.Name = "房号名称DataGridViewTextBoxColumn";
this.房号名称DataGridViewTextBoxColumn.ReadOnly = true;
//
// 房屋性质DataGridViewTextBoxColumn
//
this.房屋性质DataGridViewTextBoxColumn.DataPropertyName = "房屋性质";
this.房屋性质DataGridViewTextBoxColumn.HeaderText = "房屋性质";
this.房屋性质DataGridViewTextBoxColumn.Name = "房屋性质DataGridViewTextBoxColumn";
this.房屋性质DataGridViewTextBoxColumn.ReadOnly = true;
//
// 房屋类型DataGridViewTextBoxColumn
//
this.房屋类型DataGridViewTextBoxColumn.DataPropertyName = "房屋类型";
this.房屋类型DataGridViewTextBoxColumn.HeaderText = "房屋类型";
this.房屋类型DataGridViewTextBoxColumn.Name = "房屋类型DataGridViewTextBoxColumn";
this.房屋类型DataGridViewTextBoxColumn.ReadOnly = true;
//
// 建筑面积DataGridViewTextBoxColumn
//
this.建筑面积DataGridViewTextBoxColumn.DataPropertyName = "建筑面积";
this.建筑面积DataGridViewTextBoxColumn.HeaderText = "建筑面积";
this.建筑面积DataGridViewTextBoxColumn.Name = "建筑面积DataGridViewTextBoxColumn";
this.建筑面积DataGridViewTextBoxColumn.ReadOnly = true;
//
// 套内面积DataGridViewTextBoxColumn
//
this.套内面积DataGridViewTextBoxColumn.DataPropertyName = "套内面积";
this.套内面积DataGridViewTextBoxColumn.HeaderText = "套内面积";
this.套内面积DataGridViewTextBoxColumn.Name = "套内面积DataGridViewTextBoxColumn";
this.套内面积DataGridViewTextBoxColumn.ReadOnly = true;
//
// 常住人员DataGridViewTextBoxColumn
//
this.常住人员DataGridViewTextBoxColumn.DataPropertyName = "常住人员";
this.常住人员DataGridViewTextBoxColumn.HeaderText = "常住人员";
this.常住人员DataGridViewTextBoxColumn.Name = "常住人员DataGridViewTextBoxColumn";
this.常住人员DataGridViewTextBoxColumn.ReadOnly = true;
//
// 联系电话DataGridViewTextBoxColumn
//
this.联系电话DataGridViewTextBoxColumn.DataPropertyName = "联系电话";
this.联系电话DataGridViewTextBoxColumn.HeaderText = "联系电话";
this.联系电话DataGridViewTextBoxColumn.Name = "联系电话DataGridViewTextBoxColumn";
this.联系电话DataGridViewTextBoxColumn.ReadOnly = true;
//
// 入住日期DataGridViewTextBoxColumn
//
this.入住日期DataGridViewTextBoxColumn.DataPropertyName = "入住日期";
this.入住日期DataGridViewTextBoxColumn.HeaderText = "入住日期";
this.入住日期DataGridViewTextBoxColumn.Name = "入住日期DataGridViewTextBoxColumn";
this.入住日期DataGridViewTextBoxColumn.ReadOnly = true;
//
// 当前状态DataGridViewTextBoxColumn
//
this.当前状态DataGridViewTextBoxColumn.DataPropertyName = "当前状态";
this.当前状态DataGridViewTextBoxColumn.HeaderText = "当前状态";
this.当前状态DataGridViewTextBoxColumn.Name = "当前状态DataGridViewTextBoxColumn";
this.当前状态DataGridViewTextBoxColumn.ReadOnly = true;
//
// 补充说明DataGridViewTextBoxColumn
//
this.补充说明DataGridViewTextBoxColumn.DataPropertyName = "补充说明";
this.补充说明DataGridViewTextBoxColumn.HeaderText = "补充说明";
this.补充说明DataGridViewTextBoxColumn.Name = "补充说明DataGridViewTextBoxColumn";
this.补充说明DataGridViewTextBoxColumn.ReadOnly = true;
//
// OwnerForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(542, 416);
this.Controls.Add(this.公共财产DataGridView);
this.Controls.Add(业主编号Label);
this.Controls.Add(this.业主编号TextBox);
this.Controls.Add(业主姓名Label);
this.Controls.Add(this.业主姓名TextBox);
this.Controls.Add(身份证号码Label);
this.Controls.Add(this.身份证号码TextBox);
this.Controls.Add(楼栋名称Label);
this.Controls.Add(this.楼栋名称ComboBox);
this.Controls.Add(单元名称Label);
this.Controls.Add(this.单元名称TextBox);
this.Controls.Add(房号名称Label);
this.Controls.Add(this.房号名称TextBox);
this.Controls.Add(房屋性质Label);
this.Controls.Add(this.房屋性质ComboBox);
this.Controls.Add(房屋类型Label);
this.Controls.Add(this.房屋类型TextBox);
this.Controls.Add(建筑面积Label);
this.Controls.Add(this.建筑面积TextBox);
this.Controls.Add(套内面积Label);
this.Controls.Add(this.套内面积TextBox);
this.Controls.Add(常住人员Label);
this.Controls.Add(this.常住人员TextBox);
this.Controls.Add(联系电话Label);
this.Controls.Add(this.联系电话TextBox);
this.Controls.Add(入住日期Label);
this.Controls.Add(this.入住日期DateTimePicker);
this.Controls.Add(当前状态Label);
this.Controls.Add(this.当前状态ComboBox);
this.Controls.Add(补充说明Label);
this.Controls.Add(this.补充说明TextBox);
this.Controls.Add(this.业主信息BindingNavigator);
this.Name = "OwnerForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "基本管理[业主登记管理]";
this.Load += new System.EventHandler(this.OwnerForm_Load);
((System.ComponentModel.ISupportInitialize)(this.dBCommunityDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.业主信息BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.业主信息BindingNavigator)).EndInit();
this.业主信息BindingNavigator.ResumeLayout(false);
this.业主信息BindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.楼栋信息BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.公共财产DataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MyCommunity.Data.DBCommunityDataSet dBCommunityDataSet;
private System.Windows.Forms.BindingSource 业主信息BindingSource;
private MyCommunity.Data.DBCommunityDataSetTableAdapters.业主信息TableAdapter 业主信息TableAdapter;
private System.Windows.Forms.BindingNavigator 业主信息BindingNavigator;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton 业主信息BindingNavigatorSaveItem;
private System.Windows.Forms.ToolStripLabel 业主编号ToolStripLabel;
private System.Windows.Forms.ToolStripTextBox 业主编号ToolStripTextBox;
private System.Windows.Forms.ToolStripButton 查询ToolStripButton;
private System.Windows.Forms.TextBox 业主编号TextBox;
private System.Windows.Forms.TextBox 业主姓名TextBox;
private System.Windows.Forms.TextBox 身份证号码TextBox;
private System.Windows.Forms.ComboBox 楼栋名称ComboBox;
private System.Windows.Forms.TextBox 单元名称TextBox;
private System.Windows.Forms.TextBox 房号名称TextBox;
private System.Windows.Forms.ComboBox 房屋性质ComboBox;
private System.Windows.Forms.TextBox 房屋类型TextBox;
private System.Windows.Forms.TextBox 建筑面积TextBox;
private System.Windows.Forms.TextBox 套内面积TextBox;
private System.Windows.Forms.TextBox 常住人员TextBox;
private System.Windows.Forms.TextBox 联系电话TextBox;
private System.Windows.Forms.DateTimePicker 入住日期DateTimePicker;
private System.Windows.Forms.ComboBox 当前状态ComboBox;
private System.Windows.Forms.TextBox 补充说明TextBox;
private System.Windows.Forms.BindingSource 楼栋信息BindingSource;
private MyCommunity.Data.DBCommunityDataSetTableAdapters.楼栋信息TableAdapter 楼栋信息TableAdapter;
private System.Windows.Forms.DataGridView 公共财产DataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn 业主编号DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 业主姓名DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 身份证号码DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 楼栋名称DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 单元名称DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 房号名称DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 房屋性质DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 房屋类型DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 建筑面积DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 套内面积DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 常住人员DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 联系电话DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 入住日期DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 当前状态DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 补充说明DataGridViewTextBoxColumn;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -