📄 salehouseform.designer.cs
字号:
this.物管费TextBox.Location = new System.Drawing.Point(299, 99);
this.物管费TextBox.Name = "物管费TextBox";
this.物管费TextBox.Size = new System.Drawing.Size(100, 21);
this.物管费TextBox.TabIndex = 37;
//
// 楼层类型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(485, 75);
this.楼层类型ComboBox.Name = "楼层类型ComboBox";
this.楼层类型ComboBox.Size = new System.Drawing.Size(64, 20);
this.楼层类型ComboBox.TabIndex = 39;
//
// 建成年份DateTimePicker
//
this.建成年份DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "建成年份", true));
this.建成年份DateTimePicker.Location = new System.Drawing.Point(64, 124);
this.建成年份DateTimePicker.Name = "建成年份DateTimePicker";
this.建成年份DateTimePicker.Size = new System.Drawing.Size(112, 21);
this.建成年份DateTimePicker.TabIndex = 41;
//
// 土地性质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.Items.AddRange(new object[] {
"出让",
"划拨"});
this.土地性质ComboBox.Location = new System.Drawing.Point(489, 125);
this.土地性质ComboBox.Name = "土地性质ComboBox";
this.土地性质ComboBox.Size = new System.Drawing.Size(59, 20);
this.土地性质ComboBox.TabIndex = 43;
//
// 产权性质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(369, 125);
this.产权性质ComboBox.Name = "产权性质ComboBox";
this.产权性质ComboBox.Size = new System.Drawing.Size(57, 20);
this.产权性质ComboBox.TabIndex = 45;
//
// 房屋用途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(235, 125);
this.房屋用途ComboBox.Name = "房屋用途ComboBox";
this.房屋用途ComboBox.Size = new System.Drawing.Size(74, 20);
this.房屋用途ComboBox.TabIndex = 47;
//
// 房屋结构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(64, 148);
this.房屋结构ComboBox.Name = "房屋结构ComboBox";
this.房屋结构ComboBox.Size = new System.Drawing.Size(65, 20);
this.房屋结构ComboBox.TabIndex = 49;
//
// 建筑面积TextBox
//
this.建筑面积TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "建筑面积", true));
this.建筑面积TextBox.Location = new System.Drawing.Point(219, 147);
this.建筑面积TextBox.Name = "建筑面积TextBox";
this.建筑面积TextBox.Size = new System.Drawing.Size(56, 21);
this.建筑面积TextBox.TabIndex = 51;
//
// 套内面积TextBox
//
this.套内面积TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "套内面积", true));
this.套内面积TextBox.Location = new System.Drawing.Point(366, 147);
this.套内面积TextBox.Name = "套内面积TextBox";
this.套内面积TextBox.Size = new System.Drawing.Size(56, 21);
this.套内面积TextBox.TabIndex = 53;
//
// 装修级别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(493, 148);
this.装修级别ComboBox.Name = "装修级别ComboBox";
this.装修级别ComboBox.Size = new System.Drawing.Size(56, 20);
this.装修级别ComboBox.TabIndex = 55;
//
// 装修说明TextBox
//
this.装修说明TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "装修说明", true));
this.装修说明TextBox.Location = new System.Drawing.Point(64, 170);
this.装修说明TextBox.Name = "装修说明TextBox";
this.装修说明TextBox.Size = new System.Drawing.Size(211, 21);
this.装修说明TextBox.TabIndex = 57;
//
// 房屋说明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(343, 170);
this.房屋说明TextBox.Name = "房屋说明TextBox";
this.房屋说明TextBox.Size = new System.Drawing.Size(205, 21);
this.房屋说明TextBox.TabIndex = 59;
//
// 价格TextBox
//
this.价格TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "价格", true));
this.价格TextBox.Location = new System.Drawing.Point(64, 194);
this.价格TextBox.Name = "价格TextBox";
this.价格TextBox.Size = new System.Drawing.Size(78, 21);
this.价格TextBox.TabIndex = 61;
//
// 家私TextBox
//
this.家私TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "家私", true));
this.家私TextBox.Location = new System.Drawing.Point(188, 194);
this.家私TextBox.Name = "家私TextBox";
this.家私TextBox.Size = new System.Drawing.Size(248, 21);
this.家私TextBox.TabIndex = 65;
//
// 家电TextBox
//
this.家电TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "家电", true));
this.家电TextBox.Location = new System.Drawing.Point(44, 217);
this.家电TextBox.Name = "家电TextBox";
this.家电TextBox.Size = new System.Drawing.Size(202, 21);
this.家电TextBox.TabIndex = 67;
//
// 配套设施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(317, 217);
this.配套设施TextBox.Name = "配套设施TextBox";
this.配套设施TextBox.Size = new System.Drawing.Size(232, 21);
this.配套设施TextBox.TabIndex = 69;
//
// 车位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(483, 194);
this.车位TextBox.Name = "车位TextBox";
this.车位TextBox.Size = new System.Drawing.Size(65, 21);
this.车位TextBox.TabIndex = 71;
//
// 权证名称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(64, 241);
this.权证名称ComboBox.Name = "权证名称ComboBox";
this.权证名称ComboBox.Size = new System.Drawing.Size(88, 20);
this.权证名称ComboBox.TabIndex = 73;
//
// 权证编号TextBox
//
this.权证编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "权证编号", true));
this.权证编号TextBox.Location = new System.Drawing.Point(219, 240);
this.权证编号TextBox.Name = "权证编号TextBox";
this.权证编号TextBox.Size = new System.Drawing.Size(121, 21);
this.权证编号TextBox.TabIndex = 75;
//
// 公钥数量TextBox
//
this.公钥数量TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "公钥数量", true));
this.公钥数量TextBox.Location = new System.Drawing.Point(404, 240);
this.公钥数量TextBox.Name = "公钥数量TextBox";
this.公钥数量TextBox.Size = new System.Drawing.Size(37, 21);
this.公钥数量TextBox.TabIndex = 77;
//
// 私钥数量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(512, 240);
this.私钥数量TextBox.Name = "私钥数量TextBox";
this.私钥数量TextBox.Size = new System.Drawing.Size(36, 21);
this.私钥数量TextBox.TabIndex = 79;
//
// 出售底价TextBox
//
this.出售底价TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.出售房源管理BindingSource, "出售底价", true));
this.出售底价TextBox.Location = new System.Drawing.Point(88, 263);
this.出售底价TextBox.Name = "出售底价TextBox";
this.出售底价TextBox.Size = new System.Drawing.Size(64, 21);
this.出售底价TextBox.TabIndex = 81;
//
// 付款方式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(221, 264);
this.付款方式ComboBox.Name = "付款方式ComboBox";
this.付款方式ComboBox.Size = new System.Drawing.Size(74, 20);
this.付款方式ComboBox.TabIndex = 83;
//
// 货币名称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(362, 264);
this.货币名称ComboBox.Name = "货币名称ComboBox";
this.货币名称ComboBox.Size = new System.Drawing.Size(65, 20);
this.货币名称ComboBox.TabIndex = 85;
//
// 付佣类别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;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -