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

📄 frmlp.cs

📁 实现房产销售的房屋管理 客户管理 并且在客户管理中实现了对预定客户和已购房客户的查询和修改
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.columnHeader21 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader22 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader23 = new System.Windows.Forms.ColumnHeader();
			((System.ComponentModel.ISupportInitialize)(this.tabControl1)).BeginInit();
			this.tabControl1.SuspendLayout();
			this.tabControlPanel1.SuspendLayout();
			this.tabControlPanel3.SuspendLayout();
			this.tabControlPanel2.SuspendLayout();
			this.SuspendLayout();
			// 
			// tabControl1
			// 
			this.tabControl1.CanReorderTabs = true;
			this.tabControl1.Controls.Add(this.tabControlPanel3);
			this.tabControl1.Controls.Add(this.tabControlPanel2);
			this.tabControl1.Controls.Add(this.tabControlPanel1);
			this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tabControl1.Location = new System.Drawing.Point(0, 0);
			this.tabControl1.Name = "tabControl1";
			this.tabControl1.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
			this.tabControl1.SelectedTabIndex = 2;
			this.tabControl1.Size = new System.Drawing.Size(706, 490);
			this.tabControl1.TabIndex = 0;
			this.tabControl1.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
			this.tabControl1.Tabs.Add(this.tabItem1);
			this.tabControl1.Tabs.Add(this.tabItem2);
			this.tabControl1.Tabs.Add(this.tabItem3);
			this.tabControl1.Text = "楼盘资料录入";
			this.tabControl1.Click += new System.EventHandler(this.tabControl1_Click);
			// 
			// tabControlPanel1
			// 
			this.tabControlPanel1.Controls.Add(this.dateTimePicker1);
			this.tabControlPanel1.Controls.Add(this.labelX6);
			this.tabControlPanel1.Controls.Add(this.txtremark);
			this.tabControlPanel1.Controls.Add(this.labelX5);
			this.tabControlPanel1.Controls.Add(this.btnnext);
			this.tabControlPanel1.Controls.Add(this.btnprint);
			this.tabControlPanel1.Controls.Add(this.btnupdate);
			this.tabControlPanel1.Controls.Add(this.btnadd);
			this.tabControlPanel1.Controls.Add(this.listView1);
			this.tabControlPanel1.Controls.Add(this.txttotal);
			this.tabControlPanel1.Controls.Add(this.labelX4);
			this.tabControlPanel1.Controls.Add(this.txtnum);
			this.tabControlPanel1.Controls.Add(this.labelX3);
			this.tabControlPanel1.Controls.Add(this.txtcount);
			this.tabControlPanel1.Controls.Add(this.labelX2);
			this.tabControlPanel1.Controls.Add(this.txtname);
			this.tabControlPanel1.Controls.Add(this.labelX1);
			this.tabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tabControlPanel1.DockPadding.All = 1;
			this.tabControlPanel1.Location = new System.Drawing.Point(0, 26);
			this.tabControlPanel1.Name = "tabControlPanel1";
			this.tabControlPanel1.Size = new System.Drawing.Size(706, 464);
			this.tabControlPanel1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((System.Byte)(144)), ((System.Byte)(156)), ((System.Byte)(187)));
			this.tabControlPanel1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((System.Byte)(230)), ((System.Byte)(233)), ((System.Byte)(240)));
			this.tabControlPanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
			this.tabControlPanel1.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
			this.tabControlPanel1.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) 
				| DevComponents.DotNetBar.eBorderSide.Bottom)));
			this.tabControlPanel1.Style.GradientAngle = 90;
			this.tabControlPanel1.TabIndex = 1;
			this.tabControlPanel1.TabItem = this.tabItem1;
			// 
			// dateTimePicker1
			// 
			this.dateTimePicker1.Location = new System.Drawing.Point(112, 96);
			this.dateTimePicker1.Name = "dateTimePicker1";
			this.dateTimePicker1.Size = new System.Drawing.Size(120, 21);
			this.dateTimePicker1.TabIndex = 16;
			// 
			// labelX6
			// 
			this.labelX6.BackColor = System.Drawing.Color.Transparent;
			this.labelX6.Location = new System.Drawing.Point(16, 96);
			this.labelX6.Name = "labelX6";
			this.labelX6.Size = new System.Drawing.Size(72, 23);
			this.labelX6.TabIndex = 15;
			this.labelX6.Text = "<b>开发日期:</b>";
			// 
			// txtremark
			// 
			this.txtremark.AutoSize = false;
			// 
			// txtremark.Border
			// 
			this.txtremark.Border.Class = "TextBoxBorder";
			this.txtremark.Location = new System.Drawing.Point(336, 64);
			this.txtremark.Name = "txtremark";
			this.txtremark.Size = new System.Drawing.Size(304, 21);
			this.txtremark.TabIndex = 14;
			// 
			// labelX5
			// 
			this.labelX5.BackColor = System.Drawing.Color.Transparent;
			this.labelX5.Location = new System.Drawing.Point(256, 64);
			this.labelX5.Name = "labelX5";
			this.labelX5.Size = new System.Drawing.Size(72, 23);
			this.labelX5.TabIndex = 13;
			this.labelX5.Text = "<b>备注:</b>";
			// 
			// btnnext
			// 
			this.btnnext.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.btnnext.Location = new System.Drawing.Point(568, 96);
			this.btnnext.Name = "btnnext";
			this.btnnext.Size = new System.Drawing.Size(64, 23);
			this.btnnext.TabIndex = 0;
			this.btnnext.Text = "<b>下一步</b>";
			this.btnnext.Click += new System.EventHandler(this.btnnext_Click);
			// 
			// btnprint
			// 
			this.btnprint.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.btnprint.Location = new System.Drawing.Point(480, 96);
			this.btnprint.Name = "btnprint";
			this.btnprint.Size = new System.Drawing.Size(64, 23);
			this.btnprint.TabIndex = 11;
			this.btnprint.Text = "<b>打印</b>";
			// 
			// btnupdate
			// 
			this.btnupdate.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.btnupdate.Location = new System.Drawing.Point(384, 96);
			this.btnupdate.Name = "btnupdate";
			this.btnupdate.Size = new System.Drawing.Size(64, 23);
			this.btnupdate.TabIndex = 10;
			this.btnupdate.Text = "<b>修改</b>";
			this.btnupdate.Click += new System.EventHandler(this.btnupdate_Click);
			// 
			// btnadd
			// 
			this.btnadd.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.btnadd.Location = new System.Drawing.Point(288, 96);
			this.btnadd.Name = "btnadd";
			this.btnadd.Size = new System.Drawing.Size(64, 23);
			this.btnadd.TabIndex = 9;
			this.btnadd.Text = "<b>保存</b>";
			this.btnadd.Click += new System.EventHandler(this.btnadd_Click);
			// 
			// listView1
			// 
			this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						this.columnHeader1,
																						this.columnHeader2,
																						this.columnHeader3,
																						this.columnHeader4,
																						this.columnHeader6,
																						this.columnHeader5});
			this.listView1.GridLines = true;
			this.listView1.Location = new System.Drawing.Point(8, 128);
			this.listView1.Name = "listView1";
			this.listView1.Size = new System.Drawing.Size(640, 328);
			this.listView1.TabIndex = 8;
			this.listView1.View = System.Windows.Forms.View.Details;
			this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "楼盘名称";
			this.columnHeader1.Width = 100;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "楼房数量";
			this.columnHeader2.Width = 70;
			// 
			// columnHeader3
			// 
			this.columnHeader3.Text = "房屋数量";
			this.columnHeader3.Width = 70;
			// 
			// columnHeader4
			// 
			this.columnHeader4.Text = "房屋总数量";
			this.columnHeader4.Width = 84;
			// 
			// columnHeader6
			// 
			this.columnHeader6.Text = "开发日期";
			this.columnHeader6.Width = 130;
			// 
			// columnHeader5
			// 
			this.columnHeader5.Text = "备注";
			this.columnHeader5.Width = 137;
			// 
			// txttotal
			// 
			this.txttotal.AutoSize = false;
			// 
			// txttotal.Border
			// 
			this.txttotal.Border.Class = "TextBoxBorder";
			this.txttotal.Location = new System.Drawing.Point(112, 64);
			this.txttotal.Name = "txttotal";
			this.txttotal.Size = new System.Drawing.Size(120, 21);
			this.txttotal.TabIndex = 7;
			// 
			// labelX4
			// 
			this.labelX4.BackColor = System.Drawing.Color.Transparent;
			this.labelX4.Location = new System.Drawing.Point(16, 64);
			this.labelX4.Name = "labelX4";
			this.labelX4.Size = new System.Drawing.Size(96, 23);
			this.labelX4.TabIndex = 6;
			this.labelX4.Text = "<b>房屋总数量(套):</b>";
			// 
			// txtnum
			// 
			this.txtnum.AutoSize = false;
			// 
			// txtnum.Border
			// 
			this.txtnum.Border.Class = "TextBoxBorder";
			this.txtnum.Location = new System.Drawing.Point(544, 16);
			this.txtnum.Name = "txtnum";
			this.txtnum.Size = new System.Drawing.Size(96, 21);
			this.txtnum.TabIndex = 5;
			// 
			// labelX3
			// 
			this.labelX3.BackColor = System.Drawing.Color.Transparent;
			this.labelX3.Location = new System.Drawing.Point(448, 16);
			this.labelX3.Name = "labelX3";
			this.labelX3.Size = new System.Drawing.Size(96, 23);
			this.labelX3.TabIndex = 4;
			this.labelX3.Text = "<b>房屋数量(套/座):</b>";
			// 
			// txtcount
			// 
			this.txtcount.AutoSize = false;
			// 
			// txtcount.Border
			// 
			this.txtcount.Border.Class = "TextBoxBorder";
			this.txtcount.Location = new System.Drawing.Point(336, 16);
			this.txtcount.Name = "txtcount";
			this.txtcount.Size = new System.Drawing.Size(96, 21);
			this.txtcount.TabIndex = 3;
			// 
			// labelX2
			// 
			this.labelX2.BackColor = System.Drawing.Color.Transparent;
			this.labelX2.Location = new System.Drawing.Point(248, 16);
			this.labelX2.Name = "labelX2";
			this.labelX2.Size = new System.Drawing.Size(96, 23);
			this.labelX2.TabIndex = 2;
			this.labelX2.Text = "<b>楼房数量(座):</b>";
			// 
			// txtname
			// 
			this.txtname.AutoSize = false;
			// 
			// txtname.Border
			// 
			this.txtname.Border.Class = "TextBoxBorder";
			this.txtname.Location = new System.Drawing.Point(112, 16);
			this.txtname.Name = "txtname";
			this.txtname.Size = new System.Drawing.Size(120, 21);
			this.txtname.TabIndex = 1;
			// 
			// labelX1
			// 
			this.labelX1.BackColor = System.Drawing.Color.Transparent;
			this.labelX1.Location = new System.Drawing.Point(16, 16);
			this.labelX1.Name = "labelX1";
			this.labelX1.Size = new System.Drawing.Size(96, 23);
			this.labelX1.TabIndex = 0;
			this.labelX1.Text = "<b>楼盘名称:</b>";
			// 
			// tabItem1
			// 
			this.tabItem1.AttachedControl = this.tabControlPanel1;
			this.tabItem1.Name = "tabItem1";
			this.tabItem1.Text = "楼盘资料录入";
			// 
			// tabControlPanel3
			// 
			this.tabControlPanel3.Controls.Add(this.cboState);
			this.tabControlPanel3.Controls.Add(this.labelX28);
			this.tabControlPanel3.Controls.Add(this.txtHomeNo);
			this.tabControlPanel3.Controls.Add(this.labelX10);
			this.tabControlPanel3.Controls.Add(this.cboformat);
			this.tabControlPanel3.Controls.Add(this.txtHomeToPrice);
			this.tabControlPanel3.Controls.Add(this.labelX27);
			this.tabControlPanel3.Controls.Add(this.cboChao);
			this.tabControlPanel3.Controls.Add(this.cboHouseNO);
			this.tabControlPanel3.Controls.Add(this.cboType);
			this.tabControlPanel3.Controls.Add(this.txtHomePrice);
			this.tabControlPanel3.Controls.Add(this.labelX17);
			this.tabControlPanel3.Controls.Add(this.txtHomeArea);
			this.tabControlPanel3.Controls.Add(this.labelX18);
			this.tabControlPanel3.Controls.Add(this.txtCell);
			this.tabControlPanel3.Controls.Add(this.labelX19);
			this.tabControlPanel3.Controls.Add(this.labelX20);
			this.tabControlPanel3.Controls.Add(this.cboLPName);
			this.tabControlPanel3.Controls.Add(this.labelX21);
			this.tabControlPanel3.Controls.Add(this.txtHomeRe);
			this.tabControlPanel3.Controls.Add(this.labelX22);
			this.tabControlPanel3.Controls.Add(this.buttonX10);
			this.tabControlPanel3.Controls.Add(this.buttonX12);
			this.tabControlPanel3.Controls.Add(this.listView3);
			this.tabControlPanel3.Controls.Add(this.labelX23);
			this.tabControlPanel3.Controls.Add(this.txtFloor);
			this.tabControlPanel3.Controls.Add(this.labelX24);
			this.tabControlPanel3.Controls.Add(this.labelX25);
			this.tabControlPanel3.Controls.Add(this.labelX26);
			this.tabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tabControlPanel3.DockPadding.All = 1;
			this.tabControlPanel3.Location = new System.Drawing.Point(0, 26);
			this.tabControlPanel3.Name = "tabControlPanel3";
			this.tabControlPanel3.Size = new System.Drawing.Size(706, 464);
			this.tabControlPanel3.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((System.Byte)(144)), ((System.Byte)(156)), ((System.Byte)(187)));
			this.tabControlPanel3.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((System.Byte)(230)), ((System.Byte)(233)), ((System.Byte)(240)));
			this.tabControlPanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
			this.tabControlPanel3.Style.BorderColor.Color = System.Drawing.SystemColors.ControlDark;
			this.tabControlPanel3.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Right) 
				| DevComponents.DotNetBar.eBorderSide.Bottom)));
			this.tabControlPanel3.Style.GradientAngle = 90;
			this.tabControlPanel3.TabIndex = 3;
			this.tabControlPanel3.TabItem = this.tabItem3;
			// 
			// cboState
			// 
			this.cboState.DisplayMember = "Text";
			this.cboState.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.cboState.Items.AddRange(new object[] {
														  this.comboItem29,
														  this.comboItem30,
														  this.comboItem31});
			this.cboState.Location = new System.Drawing.Point(616, 48);
			this.cboState.Name = "cboState";
			this.cboState.Size = new System.Drawing.Size(88, 22);
			this.cboState.TabIndex = 77;
			// 
			// comboItem29
			// 
			this.comboItem29.Text = "售出";
			// 
			// comboItem30
			// 
			this.comboItem30.Text = "预定";

⌨️ 快捷键说明

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