📄 salehouseform.designer.cs
字号:
联系人Label.Location = new System.Drawing.Point(276, 291);
联系人Label.Name = "联系人Label";
联系人Label.Size = new System.Drawing.Size(47, 12);
联系人Label.TabIndex = 92;
联系人Label.Text = "联系人:";
//
// 联系电话Label
//
联系电话Label.AutoSize = true;
联系电话Label.Location = new System.Drawing.Point(397, 291);
联系电话Label.Name = "联系电话Label";
联系电话Label.Size = new System.Drawing.Size(59, 12);
联系电话Label.TabIndex = 94;
联系电话Label.Text = "联系电话:";
//
// 委托方式Label
//
委托方式Label.AutoSize = true;
委托方式Label.Location = new System.Drawing.Point(3, 313);
委托方式Label.Name = "委托方式Label";
委托方式Label.Size = new System.Drawing.Size(59, 12);
委托方式Label.TabIndex = 96;
委托方式Label.Text = "委托方式:";
//
// 委托日期Label
//
委托日期Label.AutoSize = true;
委托日期Label.Location = new System.Drawing.Point(123, 313);
委托日期Label.Name = "委托日期Label";
委托日期Label.Size = new System.Drawing.Size(59, 12);
委托日期Label.TabIndex = 98;
委托日期Label.Text = "委托日期:";
//
// 截止日期Label
//
截止日期Label.AutoSize = true;
截止日期Label.Location = new System.Drawing.Point(277, 313);
截止日期Label.Name = "截止日期Label";
截止日期Label.Size = new System.Drawing.Size(59, 12);
截止日期Label.TabIndex = 100;
截止日期Label.Text = "截止日期:";
//
// 信息来源Label
//
信息来源Label.AutoSize = true;
信息来源Label.Location = new System.Drawing.Point(430, 313);
信息来源Label.Name = "信息来源Label";
信息来源Label.Size = new System.Drawing.Size(59, 12);
信息来源Label.TabIndex = 102;
信息来源Label.Text = "信息来源:";
//
// 录入人员Label
//
录入人员Label.AutoSize = true;
录入人员Label.Location = new System.Drawing.Point(274, 336);
录入人员Label.Name = "录入人员Label";
录入人员Label.Size = new System.Drawing.Size(59, 12);
录入人员Label.TabIndex = 110;
录入人员Label.Text = "录入人员:";
//
// 状态Label
//
状态Label.AutoSize = true;
状态Label.Location = new System.Drawing.Point(3, 357);
状态Label.Name = "状态Label";
状态Label.Size = new System.Drawing.Size(35, 12);
状态Label.TabIndex = 114;
状态Label.Text = "状态:";
//
// 说明Label
//
说明Label.AutoSize = true;
说明Label.Location = new System.Drawing.Point(107, 357);
说明Label.Name = "说明Label";
说明Label.Size = new System.Drawing.Size(35, 12);
说明Label.TabIndex = 116;
说明Label.Text = "说明:";
//
// 经纪人Label
//
经纪人Label.AutoSize = true;
经纪人Label.Location = new System.Drawing.Point(411, 336);
经纪人Label.Name = "经纪人Label";
经纪人Label.Size = new System.Drawing.Size(47, 12);
经纪人Label.TabIndex = 117;
经纪人Label.Text = "经纪人:";
//
// 自编号TextBox
//
this.自编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "自编号", true));
this.自编号TextBox.Location = new System.Drawing.Point(62, 26);
this.自编号TextBox.Name = "自编号TextBox";
this.自编号TextBox.Size = new System.Drawing.Size(67, 21);
this.自编号TextBox.TabIndex = 3;
//
// 所在城区ComboBox
//
this.所在城区ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "所在城区", true));
this.所在城区ComboBox.FormattingEnabled = true;
this.所在城区ComboBox.Location = new System.Drawing.Point(195, 27);
this.所在城区ComboBox.Name = "所在城区ComboBox";
this.所在城区ComboBox.Size = new System.Drawing.Size(80, 20);
this.所在城区ComboBox.TabIndex = 5;
//
// 具体位置TextBox
//
this.具体位置TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.具体位置TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "具体位置", true));
this.具体位置TextBox.Location = new System.Drawing.Point(346, 26);
this.具体位置TextBox.Name = "具体位置TextBox";
this.具体位置TextBox.Size = new System.Drawing.Size(203, 21);
this.具体位置TextBox.TabIndex = 7;
//
// 公交线路TextBox
//
this.公交线路TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "公交线路", true));
this.公交线路TextBox.Location = new System.Drawing.Point(62, 50);
this.公交线路TextBox.Name = "公交线路TextBox";
this.公交线路TextBox.Size = new System.Drawing.Size(130, 21);
this.公交线路TextBox.TabIndex = 9;
//
// 楼盘名称TextBox
//
this.楼盘名称TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "楼盘名称", true));
this.楼盘名称TextBox.Location = new System.Drawing.Point(254, 50);
this.楼盘名称TextBox.Name = "楼盘名称TextBox";
this.楼盘名称TextBox.Size = new System.Drawing.Size(86, 21);
this.楼盘名称TextBox.TabIndex = 11;
//
// 配套环境TextBox
//
this.配套环境TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.配套环境TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "配套环境", true));
this.配套环境TextBox.Location = new System.Drawing.Point(404, 50);
this.配套环境TextBox.Name = "配套环境TextBox";
this.配套环境TextBox.Size = new System.Drawing.Size(145, 21);
this.配套环境TextBox.TabIndex = 13;
//
// 座栋TextBox
//
this.座栋TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "座栋", true));
this.座栋TextBox.Location = new System.Drawing.Point(43, 74);
this.座栋TextBox.Name = "座栋TextBox";
this.座栋TextBox.Size = new System.Drawing.Size(59, 21);
this.座栋TextBox.TabIndex = 15;
//
// 房号TextBox
//
this.房号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "房号", true));
this.房号TextBox.Location = new System.Drawing.Point(146, 74);
this.房号TextBox.Name = "房号TextBox";
this.房号TextBox.Size = new System.Drawing.Size(92, 21);
this.房号TextBox.TabIndex = 17;
//
// 楼层TextBox
//
this.楼层TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "楼层", true));
this.楼层TextBox.Location = new System.Drawing.Point(282, 74);
this.楼层TextBox.Name = "楼层TextBox";
this.楼层TextBox.Size = new System.Drawing.Size(20, 21);
this.楼层TextBox.TabIndex = 19;
//
// 总层TextBox
//
this.总层TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "总层", true));
this.总层TextBox.Location = new System.Drawing.Point(343, 74);
this.总层TextBox.Name = "总层TextBox";
this.总层TextBox.Size = new System.Drawing.Size(20, 21);
this.总层TextBox.TabIndex = 21;
//
// 房TextBox
//
this.房TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "房", true));
this.房TextBox.Location = new System.Drawing.Point(7, 99);
this.房TextBox.Name = "房TextBox";
this.房TextBox.Size = new System.Drawing.Size(20, 21);
this.房TextBox.TabIndex = 25;
//
// 厅TextBox
//
this.厅TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "厅", true));
this.厅TextBox.Location = new System.Drawing.Point(50, 99);
this.厅TextBox.Name = "厅TextBox";
this.厅TextBox.Size = new System.Drawing.Size(20, 21);
this.厅TextBox.TabIndex = 27;
//
// 厨TextBox
//
this.厨TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "厨", true));
this.厨TextBox.Location = new System.Drawing.Point(93, 99);
this.厨TextBox.Name = "厨TextBox";
this.厨TextBox.Size = new System.Drawing.Size(20, 21);
this.厨TextBox.TabIndex = 29;
//
// 卫TextBox
//
this.卫TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "厅", true));
this.卫TextBox.Location = new System.Drawing.Point(136, 99);
this.卫TextBox.Name = "卫TextBox";
this.卫TextBox.Size = new System.Drawing.Size(20, 21);
this.卫TextBox.TabIndex = 31;
//
// 阳TextBox
//
this.阳TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "阳", true));
this.阳TextBox.Location = new System.Drawing.Point(179, 99);
this.阳TextBox.Name = "阳TextBox";
this.阳TextBox.Size = new System.Drawing.Size(20, 21);
this.阳TextBox.TabIndex = 33;
//
// 朝向ComboBox
//
this.朝向ComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.朝向ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "朝向", true));
this.朝向ComboBox.FormattingEnabled = true;
this.朝向ComboBox.Location = new System.Drawing.Point(446, 100);
this.朝向ComboBox.Name = "朝向ComboBox";
this.朝向ComboBox.Size = new System.Drawing.Size(103, 20);
this.朝向ComboBox.TabIndex = 35;
//
// 物管费TextBox
//
this.物管费TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "物管费", true));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -