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

📄 frmlp.cs

📁 实现房产销售的房屋管理 客户管理 并且在客户管理中实现了对预定客户和已购房客户的查询和修改
💻 CS
📖 第 1 页 / 共 5 页
字号:
			// 
			this.listView3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						this.columnHeader13,
																						this.columnHeader24,
																						this.columnHeader25,
																						this.columnHeader9,
																						this.columnHeader28,
																						this.columnHeader29,
																						this.columnHeader30,
																						this.columnHeader31,
																						this.columnHeader32,
																						this.columnHeader33,
																						this.columnHeader34,
																						this.columnHeader35,
																						this.columnHeader36});
			this.listView3.GridLines = true;
			this.listView3.Location = new System.Drawing.Point(8, 160);
			this.listView3.Name = "listView3";
			this.listView3.Size = new System.Drawing.Size(696, 304);
			this.listView3.TabIndex = 51;
			this.listView3.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader13
			// 
			this.columnHeader13.Text = "所属楼盘";
			this.columnHeader13.Width = 85;
			// 
			// columnHeader24
			// 
			this.columnHeader24.Text = "销售总价";
			// 
			// columnHeader25
			// 
			this.columnHeader25.Text = "备注";
			this.columnHeader25.Width = 65;
			// 
			// columnHeader9
			// 
			this.columnHeader9.Text = "楼层";
			// 
			// columnHeader28
			// 
			this.columnHeader28.Text = "形式";
			// 
			// columnHeader29
			// 
			this.columnHeader29.Text = "房型";
			// 
			// columnHeader30
			// 
			this.columnHeader30.Text = "单元";
			// 
			// columnHeader31
			// 
			this.columnHeader31.Text = "朝向";
			this.columnHeader31.Width = 51;
			// 
			// columnHeader32
			// 
			this.columnHeader32.Text = "套内面积";
			// 
			// columnHeader33
			// 
			this.columnHeader33.Text = "销售单价";
			// 
			// columnHeader34
			// 
			this.columnHeader34.Text = "楼房编号";
			// 
			// columnHeader35
			// 
			this.columnHeader35.Text = "房屋编号";
			// 
			// columnHeader36
			// 
			this.columnHeader36.Text = "房屋状态";
			// 
			// labelX23
			// 
			this.labelX23.BackColor = System.Drawing.Color.Transparent;
			this.labelX23.Location = new System.Drawing.Point(16, 45);
			this.labelX23.Name = "labelX23";
			this.labelX23.Size = new System.Drawing.Size(96, 23);
			this.labelX23.TabIndex = 49;
			this.labelX23.Text = "<b>形式:</b>";
			// 
			// txtFloor
			// 
			this.txtFloor.AutoSize = false;
			// 
			// txtFloor.Border
			// 
			this.txtFloor.Border.Class = "TextBoxBorder";
			this.txtFloor.Location = new System.Drawing.Point(488, 8);
			this.txtFloor.Name = "txtFloor";
			this.txtFloor.Size = new System.Drawing.Size(64, 21);
			this.txtFloor.TabIndex = 48;
			// 
			// labelX24
			// 
			this.labelX24.BackColor = System.Drawing.Color.Transparent;
			this.labelX24.Location = new System.Drawing.Point(448, 8);
			this.labelX24.Name = "labelX24";
			this.labelX24.Size = new System.Drawing.Size(96, 23);
			this.labelX24.TabIndex = 47;
			this.labelX24.Text = "<b>楼层:</b>";
			// 
			// labelX25
			// 
			this.labelX25.BackColor = System.Drawing.Color.Transparent;
			this.labelX25.Location = new System.Drawing.Point(248, 6);
			this.labelX25.Name = "labelX25";
			this.labelX25.Size = new System.Drawing.Size(96, 23);
			this.labelX25.TabIndex = 45;
			this.labelX25.Text = "<b>楼房编号:</b>";
			// 
			// labelX26
			// 
			this.labelX26.BackColor = System.Drawing.Color.Transparent;
			this.labelX26.Location = new System.Drawing.Point(16, 6);
			this.labelX26.Name = "labelX26";
			this.labelX26.Size = new System.Drawing.Size(96, 23);
			this.labelX26.TabIndex = 44;
			this.labelX26.Text = "<b>所属楼盘:</b>";
			// 
			// tabItem3
			// 
			this.tabItem3.AttachedControl = this.tabControlPanel3;
			this.tabItem3.Name = "tabItem3";
			this.tabItem3.Text = "房屋资料录入";
			// 
			// tabControlPanel2
			// 
			this.tabControlPanel2.Controls.Add(this.cboSpc);
			this.tabControlPanel2.Controls.Add(this.txtArea);
			this.tabControlPanel2.Controls.Add(this.labelX16);
			this.tabControlPanel2.Controls.Add(this.txtAddress);
			this.tabControlPanel2.Controls.Add(this.labelX15);
			this.tabControlPanel2.Controls.Add(this.txtAge);
			this.tabControlPanel2.Controls.Add(this.labelX14);
			this.tabControlPanel2.Controls.Add(this.labelX13);
			this.tabControlPanel2.Controls.Add(this.cboLP);
			this.tabControlPanel2.Controls.Add(this.dateTimePicker2);
			this.tabControlPanel2.Controls.Add(this.labelX7);
			this.tabControlPanel2.Controls.Add(this.txtRe);
			this.tabControlPanel2.Controls.Add(this.labelX8);
			this.tabControlPanel2.Controls.Add(this.buttonX5);
			this.tabControlPanel2.Controls.Add(this.buttonX6);
			this.tabControlPanel2.Controls.Add(this.btnupdates);
			this.tabControlPanel2.Controls.Add(this.btnadds);
			this.tabControlPanel2.Controls.Add(this.txtPrice);
			this.tabControlPanel2.Controls.Add(this.labelX9);
			this.tabControlPanel2.Controls.Add(this.txtHouseNO);
			this.tabControlPanel2.Controls.Add(this.labelX11);
			this.tabControlPanel2.Controls.Add(this.labelX12);
			this.tabControlPanel2.Controls.Add(this.listView2);
			this.tabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tabControlPanel2.DockPadding.All = 1;
			this.tabControlPanel2.Location = new System.Drawing.Point(0, 26);
			this.tabControlPanel2.Name = "tabControlPanel2";
			this.tabControlPanel2.Size = new System.Drawing.Size(706, 464);
			this.tabControlPanel2.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((System.Byte)(144)), ((System.Byte)(156)), ((System.Byte)(187)));
			this.tabControlPanel2.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((System.Byte)(230)), ((System.Byte)(233)), ((System.Byte)(240)));
			this.tabControlPanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
			this.tabControlPanel2.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
			this.tabControlPanel2.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) 
				| DevComponents.DotNetBar.eBorderSide.Bottom)));
			this.tabControlPanel2.Style.GradientAngle = 90;
			this.tabControlPanel2.TabIndex = 2;
			this.tabControlPanel2.TabItem = this.tabItem2;
			// 
			// cboSpc
			// 
			this.cboSpc.DisplayMember = "Text";
			this.cboSpc.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.cboSpc.Items.AddRange(new object[] {
														this.comboItem9,
														this.comboItem10,
														this.comboItem11,
														this.comboItem12});
			this.cboSpc.Location = new System.Drawing.Point(344, 48);
			this.cboSpc.Name = "cboSpc";
			this.cboSpc.Size = new System.Drawing.Size(96, 22);
			this.cboSpc.TabIndex = 87;
			this.cboSpc.SelectedIndexChanged += new System.EventHandler(this.cboSpc_SelectedIndexChanged);
			// 
			// comboItem9
			// 
			this.comboItem9.Text = "A";
			// 
			// comboItem10
			// 
			this.comboItem10.Text = "B";
			// 
			// comboItem11
			// 
			this.comboItem11.Text = "C";
			// 
			// comboItem12
			// 
			this.comboItem12.Text = "D";
			// 
			// txtArea
			// 
			this.txtArea.AutoSize = false;
			// 
			// txtArea.Border
			// 
			this.txtArea.Border.Class = "TextBoxBorder";
			this.txtArea.Location = new System.Drawing.Point(536, 8);
			this.txtArea.Name = "txtArea";
			this.txtArea.Size = new System.Drawing.Size(112, 21);
			this.txtArea.TabIndex = 86;
			// 
			// labelX16
			// 
			this.labelX16.BackColor = System.Drawing.Color.Transparent;
			this.labelX16.Location = new System.Drawing.Point(472, 8);
			this.labelX16.Name = "labelX16";
			this.labelX16.Size = new System.Drawing.Size(72, 23);
			this.labelX16.TabIndex = 85;
			this.labelX16.Text = "<b>面积:</b>";
			// 
			// txtAddress
			// 
			this.txtAddress.AutoSize = false;
			// 
			// txtAddress.Border
			// 
			this.txtAddress.Border.Class = "TextBoxBorder";
			this.txtAddress.Location = new System.Drawing.Point(120, 120);
			this.txtAddress.Name = "txtAddress";
			this.txtAddress.Size = new System.Drawing.Size(120, 21);
			this.txtAddress.TabIndex = 84;
			// 
			// labelX15
			// 
			this.labelX15.BackColor = System.Drawing.Color.Transparent;
			this.labelX15.Location = new System.Drawing.Point(24, 120);
			this.labelX15.Name = "labelX15";
			this.labelX15.Size = new System.Drawing.Size(72, 23);
			this.labelX15.TabIndex = 83;
			this.labelX15.Text = "<b>地址:</b>";
			// 
			// txtAge
			// 
			this.txtAge.AutoSize = false;
			// 
			// txtAge.Border
			// 
			this.txtAge.Border.Class = "TextBoxBorder";
			this.txtAge.Location = new System.Drawing.Point(536, 48);
			this.txtAge.Name = "txtAge";
			this.txtAge.Size = new System.Drawing.Size(112, 21);
			this.txtAge.TabIndex = 82;
			// 
			// labelX14
			// 
			this.labelX14.BackColor = System.Drawing.Color.Transparent;
			this.labelX14.Location = new System.Drawing.Point(472, 48);
			this.labelX14.Name = "labelX14";
			this.labelX14.Size = new System.Drawing.Size(72, 23);
			this.labelX14.TabIndex = 81;
			this.labelX14.Text = "<b>楼龄:</b>";
			this.labelX14.Click += new System.EventHandler(this.labelX14_Click);
			// 
			// labelX13
			// 
			this.labelX13.BackColor = System.Drawing.Color.Transparent;
			this.labelX13.Location = new System.Drawing.Point(256, 48);
			this.labelX13.Name = "labelX13";
			this.labelX13.Size = new System.Drawing.Size(72, 23);
			this.labelX13.TabIndex = 80;
			this.labelX13.Text = "<b>规格:</b>";
			// 
			// cboLP
			// 
			this.cboLP.DisplayMember = "Text";
			this.cboLP.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.cboLP.Items.AddRange(new object[] {
													   this.comboItem1,
													   this.comboItem2,
													   this.comboItem3});
			this.cboLP.Location = new System.Drawing.Point(120, 8);
			this.cboLP.Name = "cboLP";
			this.cboLP.Size = new System.Drawing.Size(120, 22);
			this.cboLP.TabIndex = 79;
			// 
			// dateTimePicker2
			// 
			this.dateTimePicker2.Location = new System.Drawing.Point(120, 80);
			this.dateTimePicker2.Name = "dateTimePicker2";
			this.dateTimePicker2.Size = new System.Drawing.Size(120, 21);
			this.dateTimePicker2.TabIndex = 78;
			// 
			// labelX7
			// 
			this.labelX7.BackColor = System.Drawing.Color.Transparent;
			this.labelX7.Location = new System.Drawing.Point(24, 80);
			this.labelX7.Name = "labelX7";
			this.labelX7.Size = new System.Drawing.Size(72, 23);
			this.labelX7.TabIndex = 77;
			this.labelX7.Text = "<b>建成日期:</b>";
			// 
			// txtRe
			// 
			this.txtRe.AutoSize = false;
			// 
			// txtRe.Border
			// 
			this.txtRe.Border.Class = "TextBoxBorder";
			this.txtRe.Location = new System.Drawing.Point(344, 80);
			this.txtRe.Name = "txtRe";
			this.txtRe.Size = new System.Drawing.Size(232, 21);
			this.txtRe.TabIndex = 76;
			// 
			// labelX8
			// 
			this.labelX8.BackColor = System.Drawing.Color.Transparent;
			this.labelX8.Location = new System.Drawing.Point(256, 80);
			this.labelX8.Name = "labelX8";
			this.labelX8.Size = new System.Drawing.Size(72, 23);
			this.labelX8.TabIndex = 75;
			this.labelX8.Text = "<b>备注:</b>";
			// 
			// buttonX5
			// 
			this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonX5.Location = new System.Drawing.Point(576, 120);
			this.buttonX5.Name = "buttonX5";
			this.buttonX5.Size = new System.Drawing.Size(64, 32);
			this.buttonX5.TabIndex = 74;
			this.buttonX5.Text = "<b>下一步</b>";
			this.buttonX5.Click += new System.EventHandler(this.buttonX5_Click_1);
			// 
			// buttonX6
			// 
			this.buttonX6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonX6.Location = new System.Drawing.Point(488, 120);
			this.buttonX6.Name = "buttonX6";
			this.buttonX6.Size = new System.Drawing.Size(64, 32);
			this.buttonX6.TabIndex = 73;
			this.buttonX6.Text = "<b>打印</b>";

⌨️ 快捷键说明

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