📄 ownerform.designer.cs
字号:
namespace MyCommunity
{
partial class OwnerForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OwnerForm));
System.Windows.Forms.Label 业主编号Label;
System.Windows.Forms.Label 业主姓名Label;
System.Windows.Forms.Label 身份证号码Label;
System.Windows.Forms.Label 楼栋名称Label;
System.Windows.Forms.Label 单元名称Label;
System.Windows.Forms.Label 房号名称Label;
System.Windows.Forms.Label 房屋性质Label;
System.Windows.Forms.Label 房屋类型Label;
System.Windows.Forms.Label 建筑面积Label;
System.Windows.Forms.Label 套内面积Label;
System.Windows.Forms.Label 常住人员Label;
System.Windows.Forms.Label 联系电话Label;
System.Windows.Forms.Label 入住日期Label;
System.Windows.Forms.Label 当前状态Label;
System.Windows.Forms.Label 补充说明Label;
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.dBCommunityDataSet = new MyCommunity.Data.DBCommunityDataSet();
this.业主信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.业主信息TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.业主信息TableAdapter();
this.业主信息BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
this.业主编号ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
this.业主编号ToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
this.查询ToolStripButton = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.业主信息BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.业主编号TextBox = new System.Windows.Forms.TextBox();
this.业主姓名TextBox = new System.Windows.Forms.TextBox();
this.身份证号码TextBox = new System.Windows.Forms.TextBox();
this.楼栋名称ComboBox = new System.Windows.Forms.ComboBox();
this.单元名称TextBox = new System.Windows.Forms.TextBox();
this.房号名称TextBox = new System.Windows.Forms.TextBox();
this.房屋性质ComboBox = new System.Windows.Forms.ComboBox();
this.房屋类型TextBox = new System.Windows.Forms.TextBox();
this.建筑面积TextBox = new System.Windows.Forms.TextBox();
this.套内面积TextBox = new System.Windows.Forms.TextBox();
this.常住人员TextBox = new System.Windows.Forms.TextBox();
this.联系电话TextBox = new System.Windows.Forms.TextBox();
this.入住日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
this.当前状态ComboBox = new System.Windows.Forms.ComboBox();
this.补充说明TextBox = new System.Windows.Forms.TextBox();
this.楼栋信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.楼栋信息TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.楼栋信息TableAdapter();
this.公共财产DataGridView = new System.Windows.Forms.DataGridView();
this.业主编号DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.业主姓名DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.身份证号码DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.楼栋名称DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.单元名称DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.房号名称DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.房屋性质DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.房屋类型DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.建筑面积DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.套内面积DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.常住人员DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.联系电话DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.入住日期DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.当前状态DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.补充说明DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
业主编号Label = new System.Windows.Forms.Label();
业主姓名Label = new System.Windows.Forms.Label();
身份证号码Label = new System.Windows.Forms.Label();
楼栋名称Label = new System.Windows.Forms.Label();
单元名称Label = new System.Windows.Forms.Label();
房号名称Label = new System.Windows.Forms.Label();
房屋性质Label = new System.Windows.Forms.Label();
房屋类型Label = new System.Windows.Forms.Label();
建筑面积Label = new System.Windows.Forms.Label();
套内面积Label = new System.Windows.Forms.Label();
常住人员Label = new System.Windows.Forms.Label();
联系电话Label = new System.Windows.Forms.Label();
入住日期Label = new System.Windows.Forms.Label();
当前状态Label = new System.Windows.Forms.Label();
补充说明Label = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dBCommunityDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.业主信息BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.业主信息BindingNavigator)).BeginInit();
this.业主信息BindingNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.楼栋信息BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.公共财产DataGridView)).BeginInit();
this.SuspendLayout();
//
// dBCommunityDataSet
//
this.dBCommunityDataSet.DataSetName = "DBCommunityDataSet";
this.dBCommunityDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 业主信息BindingSource
//
this.业主信息BindingSource.DataMember = "业主信息";
this.业主信息BindingSource.DataSource = this.dBCommunityDataSet;
//
// 业主信息TableAdapter
//
this.业主信息TableAdapter.ClearBeforeFill = true;
//
// 业主信息BindingNavigator
//
this.业主信息BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
this.业主信息BindingNavigator.BindingSource = this.业主信息BindingSource;
this.业主信息BindingNavigator.CountItem = this.bindingNavigatorCountItem;
this.业主信息BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
this.业主信息BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.业主编号ToolStripLabel,
this.业主编号ToolStripTextBox,
this.查询ToolStripButton,
this.bindingNavigatorMoveFirstItem,
this.bindingNavigatorMovePreviousItem,
this.bindingNavigatorSeparator,
this.bindingNavigatorPositionItem,
this.bindingNavigatorCountItem,
this.bindingNavigatorSeparator1,
this.bindingNavigatorMoveNextItem,
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.bindingNavigatorAddNewItem,
this.bindingNavigatorDeleteItem,
this.业主信息BindingNavigatorSaveItem});
this.业主信息BindingNavigator.Location = new System.Drawing.Point(0, 0);
this.业主信息BindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.业主信息BindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.业主信息BindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.业主信息BindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.业主信息BindingNavigator.Name = "业主信息BindingNavigator";
this.业主信息BindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
this.业主信息BindingNavigator.Size = new System.Drawing.Size(542, 25);
this.业主信息BindingNavigator.TabIndex = 0;
this.业主信息BindingNavigator.Text = "bindingNavigator1";
//
// bindingNavigatorAddNewItem
//
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(49, 22);
this.bindingNavigatorAddNewItem.Text = "新增";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
this.bindingNavigatorCountItem.Text = "/ {0}";
this.bindingNavigatorCountItem.ToolTipText = "总项数";
//
// bindingNavigatorDeleteItem
//
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(49, 22);
this.bindingNavigatorDeleteItem.Text = "删除";
//
// 业主编号ToolStripLabel
//
this.业主编号ToolStripLabel.Name = "业主编号ToolStripLabel";
this.业主编号ToolStripLabel.Size = new System.Drawing.Size(59, 22);
this.业主编号ToolStripLabel.Text = "业主编号:";
//
// 业主编号ToolStripTextBox
//
this.业主编号ToolStripTextBox.Name = "业主编号ToolStripTextBox";
this.业主编号ToolStripTextBox.Size = new System.Drawing.Size(60, 25);
this.业主编号ToolStripTextBox.Text = "%%";
//
// 查询ToolStripButton
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -