📄 saleclientform.designer.cs
字号:
this.求购客户管理BindingSource.DataSource = this.myHouseDataSet;
//
// myHouseDataSet
//
this.myHouseDataSet.DataSetName = "MyHouseDataSet";
this.myHouseDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 自编号TextBox
//
this.自编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.求购客户管理BindingSource, "自编号", true));
this.自编号TextBox.Location = new System.Drawing.Point(53, 26);
this.自编号TextBox.Name = "自编号TextBox";
this.自编号TextBox.Size = new System.Drawing.Size(109, 21);
this.自编号TextBox.TabIndex = 3;
//
// 客户姓名TextBox
//
this.客户姓名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.求购客户管理BindingSource, "客户姓名", true));
this.客户姓名TextBox.Location = new System.Drawing.Point(227, 26);
this.客户姓名TextBox.Name = "客户姓名TextBox";
this.客户姓名TextBox.Size = new System.Drawing.Size(75, 21);
this.客户姓名TextBox.TabIndex = 5;
//
// 客户性别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(367, 27);
this.客户性别ComboBox.Name = "客户性别ComboBox";
this.客户性别ComboBox.Size = new System.Drawing.Size(43, 20);
this.客户性别ComboBox.TabIndex = 7;
//
// 客户电话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(475, 26);
this.客户电话TextBox.Name = "客户电话TextBox";
this.客户电话TextBox.Size = new System.Drawing.Size(77, 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(68, 50);
this.电子邮箱TextBox.Name = "电子邮箱TextBox";
this.电子邮箱TextBox.Size = new System.Drawing.Size(118, 21);
this.电子邮箱TextBox.TabIndex = 11;
//
// 客户地址TextBox
//
this.客户地址TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.求购客户管理BindingSource, "客户地址", true));
this.客户地址TextBox.Location = new System.Drawing.Point(260, 50);
this.客户地址TextBox.Name = "客户地址TextBox";
this.客户地址TextBox.Size = new System.Drawing.Size(150, 21);
this.客户地址TextBox.TabIndex = 13;
//
// 邮政编码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(475, 50);
this.邮政编码TextBox.Name = "邮政编码TextBox";
this.邮政编码TextBox.Size = new System.Drawing.Size(77, 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(80, 75);
this.身份证号码TextBox.Name = "身份证号码TextBox";
this.身份证号码TextBox.Size = new System.Drawing.Size(174, 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(334, 75);
this.联系人姓名TextBox.Name = "联系人姓名TextBox";
this.联系人姓名TextBox.Size = new System.Drawing.Size(76, 21);
this.联系人姓名TextBox.TabIndex = 19;
//
// 联系人性别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(492, 76);
this.联系人性别ComboBox.Name = "联系人性别ComboBox";
this.联系人性别ComboBox.Size = new System.Drawing.Size(60, 20);
this.联系人性别ComboBox.TabIndex = 21;
//
// 联系人电话TextBox
//
this.联系人电话TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.求购客户管理BindingSource, "联系人电话", true));
this.联系人电话TextBox.Location = new System.Drawing.Point(75, 100);
this.联系人电话TextBox.Name = "联系人电话TextBox";
this.联系人电话TextBox.Size = new System.Drawing.Size(82, 21);
this.联系人电话TextBox.TabIndex = 23;
//
// 联系人地址TextBox
//
this.联系人地址TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.求购客户管理BindingSource, "联系人地址", true));
this.联系人地址TextBox.Location = new System.Drawing.Point(230, 100);
this.联系人地址TextBox.Name = "联系人地址TextBox";
this.联系人地址TextBox.Size = new System.Drawing.Size(112, 21);
this.联系人地址TextBox.TabIndex = 25;
//
// 联系人邮箱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(415, 100);
this.联系人邮箱TextBox.Name = "联系人邮箱TextBox";
this.联系人邮箱TextBox.Size = new System.Drawing.Size(137, 21);
this.联系人邮箱TextBox.TabIndex = 27;
//
// 楼层类型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(66, 125);
this.楼层类型ComboBox.Name = "楼层类型ComboBox";
this.楼层类型ComboBox.Size = new System.Drawing.Size(89, 20);
this.楼层类型ComboBox.TabIndex = 29;
//
// 楼层结构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(222, 125);
this.楼层结构ComboBox.Name = "楼层结构ComboBox";
this.楼层结构ComboBox.Size = new System.Drawing.Size(78, 20);
this.楼层结构ComboBox.TabIndex = 31;
//
// 所在城区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(68, 149);
this.所在城区ComboBox.Name = "所在城区ComboBox";
this.所在城区ComboBox.Size = new System.Drawing.Size(67, 20);
this.所在城区ComboBox.TabIndex = 33;
//
// 具体位置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(367, 124);
this.具体位置TextBox.Name = "具体位置TextBox";
this.具体位置TextBox.Size = new System.Drawing.Size(185, 21);
this.具体位置TextBox.TabIndex = 35;
//
// 楼盘名称TextBox
//
this.楼盘名称TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.求购客户管理BindingSource, "楼盘名称", true));
this.楼盘名称TextBox.Location = new System.Drawing.Point(200, 148);
this.楼盘名称TextBox.Name = "楼盘名称TextBox";
this.楼盘名称TextBox.Size = new System.Drawing.Size(89, 21);
this.楼盘名称TextBox.TabIndex = 37;
//
// 朝向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(330, 149);
this.朝向ComboBox.Name = "朝向ComboBox";
this.朝向ComboBox.Size = new System.Drawing.Size(66, 20);
this.朝向ComboBox.TabIndex = 39;
//
// 配套设施TextBox
//
this.配套设施TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.求购客户管理BindingSource, "配套设施", true));
this.配套设施TextBox.Location = new System.Drawing.Point(65, 172);
this.配套设施TextBox.Name = "配套设施TextBox";
this.配套设施TextBox.Size = new System.Drawing.Size(200, 21);
this.配套设施TextBox.TabIndex = 41;
//
// 家具家电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(330, 172);
this.家具家电TextBox.Name = "家具家电TextBox";
this.家具家电TextBox.Size = new System.Drawing.Size(222, 21);
this.家具家电TextBox.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(64, 196);
this.产权性质ComboBox.Name = "产权性质ComboBox";
this.产权性质ComboBox.Size = new System.Drawing.Size(78, 20);
this.产权性质ComboBox.TabIndex = 47;
//
// 最小房间数TextBox
//
this.最小房间数TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.求购客户管理BindingSource, "最小房间数", true));
this.最小房间数TextBox.Location = new System.Drawing.Point(217, 196);
this.最小房间数TextBox.Name = "最小房间数TextBox";
this.最小房间数TextBox.Size = new System.Drawing.Size(45, 21);
this.最小房间数TextBox.TabIndex = 49;
//
// 最大房间数TextBox
//
this.最大房间数TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.求购客户管理BindingSource, "最大房间数", true));
this.最大房间数TextBox.Location = new System.Drawing.Point(337, 196);
this.最大房间数TextBox.Name = "最大房间数TextBox";
this.最大房间数TextBox.Size = new System.Drawing.Size(47, 21);
this.最大房间数TextBox.Ta
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -