📄 ownerform.designer.cs
字号:
房屋类型Label.TabIndex = 16;
房屋类型Label.Text = "房屋类型:";
//
// 房屋类型TextBox
//
this.房屋类型TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主信息BindingSource, "房屋类型", true));
this.房屋类型TextBox.Location = new System.Drawing.Point(69, 76);
this.房屋类型TextBox.Name = "房屋类型TextBox";
this.房屋类型TextBox.Size = new System.Drawing.Size(131, 21);
this.房屋类型TextBox.TabIndex = 17;
//
// 建筑面积Label
//
建筑面积Label.AutoSize = true;
建筑面积Label.Location = new System.Drawing.Point(205, 81);
建筑面积Label.Name = "建筑面积Label";
建筑面积Label.Size = new System.Drawing.Size(83, 12);
建筑面积Label.TabIndex = 18;
建筑面积Label.Text = "建筑面积(m2):";
//
// 建筑面积TextBox
//
this.建筑面积TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主信息BindingSource, "建筑面积", true));
this.建筑面积TextBox.Location = new System.Drawing.Point(294, 76);
this.建筑面积TextBox.Name = "建筑面积TextBox";
this.建筑面积TextBox.Size = new System.Drawing.Size(71, 21);
this.建筑面积TextBox.TabIndex = 19;
//
// 套内面积Label
//
套内面积Label.AutoSize = true;
套内面积Label.Location = new System.Drawing.Point(369, 81);
套内面积Label.Name = "套内面积Label";
套内面积Label.Size = new System.Drawing.Size(83, 12);
套内面积Label.TabIndex = 20;
套内面积Label.Text = "套内面积(m2):";
//
// 套内面积TextBox
//
this.套内面积TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主信息BindingSource, "套内面积", true));
this.套内面积TextBox.Location = new System.Drawing.Point(455, 76);
this.套内面积TextBox.Name = "套内面积TextBox";
this.套内面积TextBox.Size = new System.Drawing.Size(78, 21);
this.套内面积TextBox.TabIndex = 21;
//
// 常住人员Label
//
常住人员Label.AutoSize = true;
常住人员Label.Location = new System.Drawing.Point(9, 105);
常住人员Label.Name = "常住人员Label";
常住人员Label.Size = new System.Drawing.Size(59, 12);
常住人员Label.TabIndex = 22;
常住人员Label.Text = "常住人员:";
//
// 常住人员TextBox
//
this.常住人员TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主信息BindingSource, "常住人员", true));
this.常住人员TextBox.Location = new System.Drawing.Point(69, 101);
this.常住人员TextBox.Name = "常住人员TextBox";
this.常住人员TextBox.Size = new System.Drawing.Size(145, 21);
this.常住人员TextBox.TabIndex = 23;
//
// 联系电话Label
//
联系电话Label.AutoSize = true;
联系电话Label.Location = new System.Drawing.Point(220, 106);
联系电话Label.Name = "联系电话Label";
联系电话Label.Size = new System.Drawing.Size(59, 12);
联系电话Label.TabIndex = 24;
联系电话Label.Text = "联系电话:";
//
// 联系电话TextBox
//
this.联系电话TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主信息BindingSource, "联系电话", true));
this.联系电话TextBox.Location = new System.Drawing.Point(285, 101);
this.联系电话TextBox.Name = "联系电话TextBox";
this.联系电话TextBox.Size = new System.Drawing.Size(80, 21);
this.联系电话TextBox.TabIndex = 25;
//
// 入住日期Label
//
入住日期Label.AutoSize = true;
入住日期Label.Location = new System.Drawing.Point(367, 106);
入住日期Label.Name = "入住日期Label";
入住日期Label.Size = new System.Drawing.Size(59, 12);
入住日期Label.TabIndex = 26;
入住日期Label.Text = "入住日期:";
//
// 入住日期DateTimePicker
//
this.入住日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.业主信息BindingSource, "入住日期", true));
this.入住日期DateTimePicker.Location = new System.Drawing.Point(424, 101);
this.入住日期DateTimePicker.Name = "入住日期DateTimePicker";
this.入住日期DateTimePicker.Size = new System.Drawing.Size(110, 21);
this.入住日期DateTimePicker.TabIndex = 27;
//
// 当前状态Label
//
当前状态Label.AutoSize = true;
当前状态Label.Location = new System.Drawing.Point(9, 129);
当前状态Label.Name = "当前状态Label";
当前状态Label.Size = new System.Drawing.Size(59, 12);
当前状态Label.TabIndex = 28;
当前状态Label.Text = "当前状态:";
//
// 当前状态ComboBox
//
this.当前状态ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主信息BindingSource, "当前状态", true));
this.当前状态ComboBox.FormattingEnabled = true;
this.当前状态ComboBox.Items.AddRange(new object[] {
"已入住",
"未入住",
"其他"});
this.当前状态ComboBox.Location = new System.Drawing.Point(69, 125);
this.当前状态ComboBox.Name = "当前状态ComboBox";
this.当前状态ComboBox.Size = new System.Drawing.Size(79, 20);
this.当前状态ComboBox.TabIndex = 29;
//
// 补充说明Label
//
补充说明Label.AutoSize = true;
补充说明Label.Location = new System.Drawing.Point(152, 129);
补充说明Label.Name = "补充说明Label";
补充说明Label.Size = new System.Drawing.Size(59, 12);
补充说明Label.TabIndex = 30;
补充说明Label.Text = "补充说明:";
//
// 补充说明TextBox
//
this.补充说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业主信息BindingSource, "补充说明", true));
this.补充说明TextBox.Location = new System.Drawing.Point(211, 125);
this.补充说明TextBox.Name = "补充说明TextBox";
this.补充说明TextBox.Size = new System.Drawing.Size(322, 21);
this.补充说明TextBox.TabIndex = 31;
this.补充说明TextBox.Text = "暂无";
//
// 楼栋信息BindingSource
//
this.楼栋信息BindingSource.DataMember = "楼栋信息";
this.楼栋信息BindingSource.DataSource = this.dBCommunityDataSet;
//
// 楼栋信息TableAdapter
//
this.楼栋信息TableAdapter.ClearBeforeFill = true;
//
// 公共财产DataGridView
//
this.公共财产DataGridView.AllowUserToAddRows = false;
this.公共财产DataGridView.AllowUserToDeleteRows = false;
this.公共财产DataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.公共财产DataGridView.AutoGenerateColumns = false;
this.公共财产DataGridView.BackgroundColor = System.Drawing.Color.LightGray;
this.公共财产DataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ActiveCaption;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.GradientActiveCaption;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.公共财产DataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.公共财产DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.业主编号DataGridViewTextBoxColumn,
this.业主姓名DataGridViewTextBoxColumn,
this.身份证号码DataGridViewTextBoxColumn,
this.楼栋名称DataGridViewTextBoxColumn,
this.单元名称DataGridViewTextBoxColumn,
this.房号名称DataGridViewTextBoxColumn,
this.房屋性质DataGridViewTextBoxColumn,
this.房屋类型DataGridViewTextBoxColumn,
this.建筑面积DataGridViewTextBoxColumn,
this.套内面积DataGridViewTextBoxColumn,
this.常住人员DataGridViewTextBoxColumn,
this.联系电话DataGridViewTextBoxColumn,
this.入住日期DataGridViewTextBoxColumn,
this.当前状态DataGridViewTextBoxColumn,
this.补充说明DataGridViewTextBoxColumn});
this.公共财产DataGridView.DataSource = this.业主信息BindingSource;
this.公共财产DataGridView.Location = new System.Drawing.Point(9, 153);
this.公共财产DataGridView.MultiSelect = false;
this.公共财产DataGridView.Name = "公共财产DataGridView";
this.公共财产DataGridView.ReadOnly = true;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.公共财产DataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.公共财产DataGridView.RowHeadersVisible = false;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.Green;
this.公共财产DataGridView.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.公共财产DataGridView.RowTemplate.Height = 23;
this.公共财产DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.公共财产DataGridView.Size = new System.Drawing.Size(523, 253);
this.公共财产DataGridView.TabIndex = 32;
//
// 业主编号DataGridViewTextBoxColumn
//
this.业主编号DataGridViewTextBoxColumn.DataPropertyName = "业主编号";
this.业主编号DataGridViewTextBoxColumn.HeaderText = "业主编号";
this.业主编号DataGridViewTextBoxColumn.Name = "业主编号DataGridViewTextBoxColumn";
this.业主编号DataGridViewTextBoxColumn.ReadOnly = true;
//
// 业主姓名DataGridViewTextBoxColumn
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -