⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmlp.cs

📁 实现房产销售的房屋管理 客户管理 并且在客户管理中实现了对预定客户和已购房客户的查询和修改
💻 CS
📖 第 1 页 / 共 5 页
字号:
			// 
			// comboItem31
			// 
			this.comboItem31.Text = "未售";
			// 
			// labelX28
			// 
			this.labelX28.BackColor = System.Drawing.Color.Transparent;
			this.labelX28.Location = new System.Drawing.Point(560, 48);
			this.labelX28.Name = "labelX28";
			this.labelX28.Size = new System.Drawing.Size(56, 23);
			this.labelX28.TabIndex = 76;
			this.labelX28.Text = "<b>房屋状态:</b>";
			// 
			// txtHomeNo
			// 
			this.txtHomeNo.AutoSize = false;
			// 
			// txtHomeNo.Border
			// 
			this.txtHomeNo.Border.Class = "TextBoxBorder";
			this.txtHomeNo.Location = new System.Drawing.Point(616, 8);
			this.txtHomeNo.Name = "txtHomeNo";
			this.txtHomeNo.Size = new System.Drawing.Size(88, 21);
			this.txtHomeNo.TabIndex = 75;
			// 
			// labelX10
			// 
			this.labelX10.BackColor = System.Drawing.Color.Transparent;
			this.labelX10.Location = new System.Drawing.Point(560, 8);
			this.labelX10.Name = "labelX10";
			this.labelX10.Size = new System.Drawing.Size(72, 23);
			this.labelX10.TabIndex = 74;
			this.labelX10.Text = "<b>房屋编号:</b>";
			// 
			// cboformat
			// 
			this.cboformat.DisplayMember = "Text";
			this.cboformat.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.cboformat.Items.AddRange(new object[] {
														   this.comboItem19,
														   this.comboItem20,
														   this.comboItem21,
														   this.comboItem22});
			this.cboformat.Location = new System.Drawing.Point(112, 48);
			this.cboformat.Name = "cboformat";
			this.cboformat.Size = new System.Drawing.Size(121, 22);
			this.cboformat.TabIndex = 73;
			// 
			// comboItem19
			// 
			this.comboItem19.Text = "叠层";
			// 
			// comboItem20
			// 
			this.comboItem20.Text = "错层";
			// 
			// comboItem21
			// 
			this.comboItem21.Text = "平层";
			// 
			// comboItem22
			// 
			this.comboItem22.Text = "跃层";
			// 
			// txtHomeToPrice
			// 
			this.txtHomeToPrice.AutoSize = false;
			// 
			// txtHomeToPrice.Border
			// 
			this.txtHomeToPrice.Border.Class = "TextBoxBorder";
			this.txtHomeToPrice.Location = new System.Drawing.Point(240, 128);
			this.txtHomeToPrice.Name = "txtHomeToPrice";
			this.txtHomeToPrice.Size = new System.Drawing.Size(128, 21);
			this.txtHomeToPrice.TabIndex = 72;
			// 
			// labelX27
			// 
			this.labelX27.BackColor = System.Drawing.Color.Transparent;
			this.labelX27.Location = new System.Drawing.Point(176, 128);
			this.labelX27.Name = "labelX27";
			this.labelX27.Size = new System.Drawing.Size(72, 23);
			this.labelX27.TabIndex = 71;
			this.labelX27.Text = "<b>销售总价:</b>";
			// 
			// cboChao
			// 
			this.cboChao.DisplayMember = "Text";
			this.cboChao.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.cboChao.Items.AddRange(new object[] {
														 this.comboItem13,
														 this.comboItem14,
														 this.comboItem15,
														 this.comboItem16,
														 this.comboItem17,
														 this.comboItem18});
			this.cboChao.Location = new System.Drawing.Point(80, 88);
			this.cboChao.Name = "cboChao";
			this.cboChao.Size = new System.Drawing.Size(80, 22);
			this.cboChao.TabIndex = 70;
			// 
			// comboItem13
			// 
			this.comboItem13.Text = "东";
			// 
			// comboItem14
			// 
			this.comboItem14.Text = "南";
			// 
			// comboItem15
			// 
			this.comboItem15.Text = "东南";
			// 
			// comboItem16
			// 
			this.comboItem16.Text = "西";
			// 
			// comboItem17
			// 
			this.comboItem17.Text = "东北";
			// 
			// comboItem18
			// 
			this.comboItem18.Text = "北";
			// 
			// cboHouseNO
			// 
			this.cboHouseNO.DisplayMember = "Text";
			this.cboHouseNO.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.cboHouseNO.Items.AddRange(new object[] {
															this.comboItem23,
															this.comboItem25,
															this.comboItem26,
															this.comboItem27,
															this.comboItem28});
			this.cboHouseNO.Location = new System.Drawing.Point(336, 8);
			this.cboHouseNO.Name = "cboHouseNO";
			this.cboHouseNO.Size = new System.Drawing.Size(96, 22);
			this.cboHouseNO.TabIndex = 69;
			// 
			// comboItem23
			// 
			this.comboItem23.Text = "AV001";
			// 
			// comboItem25
			// 
			this.comboItem25.Text = "AV005";
			// 
			// comboItem26
			// 
			this.comboItem26.Text = "AV008";
			// 
			// comboItem27
			// 
			this.comboItem27.Text = "AV009";
			// 
			// comboItem28
			// 
			this.comboItem28.Text = "AV010";
			// 
			// cboType
			// 
			this.cboType.DisplayMember = "Text";
			this.cboType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.cboType.Items.AddRange(new object[] {
														 this.comboItem4,
														 this.comboItem5,
														 this.comboItem6,
														 this.comboItem7,
														 this.comboItem8});
			this.cboType.Location = new System.Drawing.Point(336, 45);
			this.cboType.Name = "cboType";
			this.cboType.Size = new System.Drawing.Size(96, 22);
			this.cboType.TabIndex = 68;
			// 
			// comboItem4
			// 
			this.comboItem4.Text = "三室一厅";
			// 
			// comboItem5
			// 
			this.comboItem5.Text = "二室一厅";
			// 
			// comboItem6
			// 
			this.comboItem6.Text = "一室一厅";
			// 
			// comboItem7
			// 
			this.comboItem7.Text = "三室二厅";
			// 
			// comboItem8
			// 
			this.comboItem8.Text = "四室二厅";
			// 
			// txtHomePrice
			// 
			this.txtHomePrice.AutoSize = false;
			// 
			// txtHomePrice.Border
			// 
			this.txtHomePrice.Border.Class = "TextBoxBorder";
			this.txtHomePrice.Location = new System.Drawing.Point(80, 128);
			this.txtHomePrice.Name = "txtHomePrice";
			this.txtHomePrice.Size = new System.Drawing.Size(80, 21);
			this.txtHomePrice.TabIndex = 67;
			// 
			// labelX17
			// 
			this.labelX17.BackColor = System.Drawing.Color.Transparent;
			this.labelX17.Location = new System.Drawing.Point(16, 128);
			this.labelX17.Name = "labelX17";
			this.labelX17.Size = new System.Drawing.Size(72, 23);
			this.labelX17.TabIndex = 66;
			this.labelX17.Text = "<b>销售单价:</b>";
			// 
			// txtHomeArea
			// 
			this.txtHomeArea.AutoSize = false;
			// 
			// txtHomeArea.Border
			// 
			this.txtHomeArea.Border.Class = "TextBoxBorder";
			this.txtHomeArea.Location = new System.Drawing.Point(240, 88);
			this.txtHomeArea.Name = "txtHomeArea";
			this.txtHomeArea.Size = new System.Drawing.Size(128, 21);
			this.txtHomeArea.TabIndex = 65;
			// 
			// labelX18
			// 
			this.labelX18.BackColor = System.Drawing.Color.Transparent;
			this.labelX18.Location = new System.Drawing.Point(176, 88);
			this.labelX18.Name = "labelX18";
			this.labelX18.Size = new System.Drawing.Size(72, 23);
			this.labelX18.TabIndex = 64;
			this.labelX18.Text = "<b>套内面积:</b>";
			// 
			// txtCell
			// 
			this.txtCell.AutoSize = false;
			// 
			// txtCell.Border
			// 
			this.txtCell.Border.Class = "TextBoxBorder";
			this.txtCell.Location = new System.Drawing.Point(488, 48);
			this.txtCell.Name = "txtCell";
			this.txtCell.Size = new System.Drawing.Size(64, 21);
			this.txtCell.TabIndex = 63;
			// 
			// labelX19
			// 
			this.labelX19.BackColor = System.Drawing.Color.Transparent;
			this.labelX19.Location = new System.Drawing.Point(448, 48);
			this.labelX19.Name = "labelX19";
			this.labelX19.Size = new System.Drawing.Size(72, 23);
			this.labelX19.TabIndex = 62;
			this.labelX19.Text = "<b>单元:</b>";
			// 
			// labelX20
			// 
			this.labelX20.BackColor = System.Drawing.Color.Transparent;
			this.labelX20.Location = new System.Drawing.Point(248, 45);
			this.labelX20.Name = "labelX20";
			this.labelX20.Size = new System.Drawing.Size(72, 23);
			this.labelX20.TabIndex = 61;
			this.labelX20.Text = "<b>房型:</b>";
			// 
			// cboLPName
			// 
			this.cboLPName.DisplayMember = "Text";
			this.cboLPName.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.cboLPName.Items.AddRange(new object[] {
														   this.comboItem1,
														   this.comboItem2,
														   this.comboItem3});
			this.cboLPName.Location = new System.Drawing.Point(112, 5);
			this.cboLPName.Name = "cboLPName";
			this.cboLPName.Size = new System.Drawing.Size(120, 22);
			this.cboLPName.TabIndex = 60;
			// 
			// comboItem1
			// 
			this.comboItem1.Text = "共建花园";
			// 
			// comboItem2
			// 
			this.comboItem2.Text = "山水丽庭";
			// 
			// comboItem3
			// 
			this.comboItem3.Text = "思飞佳年华";
			// 
			// labelX21
			// 
			this.labelX21.BackColor = System.Drawing.Color.Transparent;
			this.labelX21.Location = new System.Drawing.Point(16, 88);
			this.labelX21.Name = "labelX21";
			this.labelX21.Size = new System.Drawing.Size(72, 23);
			this.labelX21.TabIndex = 58;
			this.labelX21.Text = "<b>朝向:</b>";
			// 
			// txtHomeRe
			// 
			this.txtHomeRe.AutoSize = false;
			// 
			// txtHomeRe.Border
			// 
			this.txtHomeRe.Border.Class = "TextBoxBorder";
			this.txtHomeRe.Location = new System.Drawing.Point(448, 88);
			this.txtHomeRe.Name = "txtHomeRe";
			this.txtHomeRe.Size = new System.Drawing.Size(232, 21);
			this.txtHomeRe.TabIndex = 57;
			// 
			// labelX22
			// 
			this.labelX22.BackColor = System.Drawing.Color.Transparent;
			this.labelX22.Location = new System.Drawing.Point(392, 88);
			this.labelX22.Name = "labelX22";
			this.labelX22.Size = new System.Drawing.Size(72, 23);
			this.labelX22.TabIndex = 56;
			this.labelX22.Text = "<b>备注:</b>";
			// 
			// buttonX10
			// 
			this.buttonX10.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonX10.Location = new System.Drawing.Point(560, 120);
			this.buttonX10.Name = "buttonX10";
			this.buttonX10.Size = new System.Drawing.Size(104, 32);
			this.buttonX10.TabIndex = 54;
			this.buttonX10.Text = "<b>打印</b>";
			// 
			// buttonX12
			// 
			this.buttonX12.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonX12.Location = new System.Drawing.Point(448, 120);
			this.buttonX12.Name = "buttonX12";
			this.buttonX12.Size = new System.Drawing.Size(96, 32);
			this.buttonX12.TabIndex = 52;
			this.buttonX12.Text = "<b>保存</b>";
			this.buttonX12.Click += new System.EventHandler(this.buttonX12_Click);
			// 
			// listView3

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -