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

📄 form1.cs

📁 用c#写的房源管理软件。刚开始学C#
💻 CS
📖 第 1 页 / 共 5 页
字号:

			findzhuangxiu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			findzhuangxiu.Items.AddRange(new object[] {
														  "",
													   "豪华",
													   "中装",
													   "简装",
				                                       "白墙水泥地",
				                                       "毛坯",
			});
			findzhuangxiu.Name = "findzhuangxiu";

			findquyu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			findquyu.Items.AddRange(new object[] {
													 "",
													 "东郊",
													 "南郊",
													 "西郊",
													 "北郊",
													 "城中",
													 "西高新",
													 "南高新",
			});
			findquyu.Name = "findquyu";

			
			findshi.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			findshi.Items.AddRange(new object[] {
													"",
													 "1",
													 "2",
													 "3",
													 "4",
													 "5",
													 "6",
													 "7",
													 "8",
													 "9",
			});
			findshi.Name = "findting";

			findting.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			findting.Items.AddRange(new object[] {
													 "",
													 "1",
													 "2",
													 "3",
													 "4",
													 "5",
													 "6",
													 "7",
													 "8",
													 "9",
			});
			findting.Name = "findting";

			findchu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			findchu.Items.AddRange(new object[] {
													"",
													 "1",
													 "2",
													 "3",
													 "4",
													 "5",
													 "6",
													 "7",
													 "8",
													 "9",
			});
			findchu.Name = "findchu";

			findwei.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			findwei.Items.AddRange(new object[] {
													"",
													 "1",
													 "2",
													 "3",
													 "4",
													 "5",
													 "6",
													 "7",
													 "8",
													 "9",
			});
			findwei.Name = "findwei";


			//--------------------------------------
			shi.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			shi.Items.AddRange(new object[] {
													"",
													"1",
													"2",
													"3",
													"4",
													"5",
													"6",
													"7",
													"8",
													"9",
			});
			shi.Name = "shi";

			ting.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			ting.Items.AddRange(new object[] {
													 "",
													 "1",
													 "2",
													 "3",
													 "4",
													 "5",
													 "6",
													 "7",
													 "8",
													 "9",
			});
			ting.Name = "ting";

			chu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			chu.Items.AddRange(new object[] {
													"",
													"1",
													"2",
													"3",
													"4",
													"5",
													"6",
													"7",
													"8",
													"9",
			});
			chu.Name = "chu";

			wei.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			wei.Items.AddRange(new object[] {
													"",
													"1",
													"2",
													"3",
													"4",
													"5",
													"6",
													"7",
													"8",
													"9",
			});
			wei.Name = "wei";
			//
			// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
			//
		}

		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if (components != null) 
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region Windows 窗体设计器生成的代码
		/// <summary>
		/// 设计器支持所需的方法 - 不要使用代码编辑器修改
		/// 此方法的内容。
		/// </summary>
		private void InitializeComponent()
		{
			this.addinfo = new System.Windows.Forms.Button();
			this.amendinfo = new System.Windows.Forms.Button();
			this.deleteinfo = new System.Windows.Forms.Button();
			this.FindInfo = new System.Windows.Forms.Button();
			this.gr = new System.Windows.Forms.GroupBox();
			this.zhuangtai = new System.Windows.Forms.ComboBox();
			this.label48 = new System.Windows.Forms.Label();
			this.zutime = new System.Windows.Forms.DateTimePicker();
			this.label47 = new System.Windows.Forms.Label();
			this.fangxiang = new System.Windows.Forms.ComboBox();
			this.label3 = new System.Windows.Forms.Label();
			this.zhuzhai = new System.Windows.Forms.ComboBox();
			this.label46 = new System.Windows.Forms.Label();
			this.mianji = new System.Windows.Forms.TextBox();
			this.label45 = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.label44 = new System.Windows.Forms.Label();
			this.checkBox11 = new System.Windows.Forms.CheckBox();
			this.checkBox10 = new System.Windows.Forms.CheckBox();
			this.checkBox9 = new System.Windows.Forms.CheckBox();
			this.checkBox8 = new System.Windows.Forms.CheckBox();
			this.checkBox7 = new System.Windows.Forms.CheckBox();
			this.checkBox6 = new System.Windows.Forms.CheckBox();
			this.checkBox5 = new System.Windows.Forms.CheckBox();
			this.checkBox4 = new System.Windows.Forms.CheckBox();
			this.checkBox3 = new System.Windows.Forms.CheckBox();
			this.checkBox2 = new System.Windows.Forms.CheckBox();
			this.checkBox1 = new System.Windows.Forms.CheckBox();
			this.label43 = new System.Windows.Forms.Label();
			this.label41 = new System.Windows.Forms.Label();
			this.radioButton5 = new System.Windows.Forms.RadioButton();
			this.radioButton4 = new System.Windows.Forms.RadioButton();
			this.radioButton3 = new System.Windows.Forms.RadioButton();
			this.radioButton2 = new System.Windows.Forms.RadioButton();
			this.radioButton1 = new System.Windows.Forms.RadioButton();
			this.label39 = new System.Windows.Forms.Label();
			this.jiaoqu = new System.Windows.Forms.ComboBox();
			this.label37 = new System.Windows.Forms.Label();
			this.zushou = new System.Windows.Forms.ComboBox();
			this.label17 = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.label15 = new System.Windows.Forms.Label();
			this.jutidizhi = new System.Windows.Forms.TextBox();
			this.textID = new System.Windows.Forms.TextBox();
			this.label8 = new System.Windows.Forms.Label();
			this.dianhua = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.name = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label14 = new System.Windows.Forms.Label();
			this.chushoujia = new System.Windows.Forms.TextBox();
			this.label13 = new System.Windows.Forms.Label();
			this.chuzujia = new System.Windows.Forms.TextBox();
			this.label12 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.label31 = new System.Windows.Forms.Label();
			this.HoursHight = new System.Windows.Forms.ComboBox();
			this.inHight = new System.Windows.Forms.ComboBox();
			this.shi = new System.Windows.Forms.ComboBox();
			this.ting = new System.Windows.Forms.ComboBox();
			this.chu = new System.Windows.Forms.ComboBox();
			this.wei = new System.Windows.Forms.ComboBox();
			this.listView1 = new System.Windows.Forms.ListView();
			this.oleDbConnection1 = new System.Data.OleDb.OleDbConnection();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.beginmaijia = new System.Windows.Forms.TextBox();
			this.label36 = new System.Windows.Forms.Label();
			this.label40 = new System.Windows.Forms.Label();
			this.beginzujia = new System.Windows.Forms.TextBox();
			this.endmaijia = new System.Windows.Forms.TextBox();
			this.findzushou = new System.Windows.Forms.ComboBox();
			this.label34 = new System.Windows.Forms.Label();
			this.findting = new System.Windows.Forms.ComboBox();
			this.findchu = new System.Windows.Forms.ComboBox();
			this.findwei = new System.Windows.Forms.ComboBox();
			this.findshi = new System.Windows.Forms.ComboBox();
			this.findname = new System.Windows.Forms.ComboBox();
			this.findlouceng = new System.Windows.Forms.ComboBox();
			this.findmianji = new System.Windows.Forms.ComboBox();
			this.findzhuangxiu = new System.Windows.Forms.ComboBox();
			this.findbianhao = new System.Windows.Forms.ComboBox();
			this.findquyu = new System.Windows.Forms.ComboBox();
			this.label24 = new System.Windows.Forms.Label();
			this.label21 = new System.Windows.Forms.Label();
			this.label22 = new System.Windows.Forms.Label();
			this.label23 = new System.Windows.Forms.Label();
			this.label18 = new System.Windows.Forms.Label();
			this.label19 = new System.Windows.Forms.Label();
			this.label20 = new System.Windows.Forms.Label();
			this.label25 = new System.Windows.Forms.Label();
			this.label26 = new System.Windows.Forms.Label();
			this.label29 = new System.Windows.Forms.Label();
			this.label27 = new System.Windows.Forms.Label();
			this.label30 = new System.Windows.Forms.Label();
			this.label32 = new System.Windows.Forms.Label();
			this.label33 = new System.Windows.Forms.Label();
			this.label38 = new System.Windows.Forms.Label();
			this.endzujia = new System.Windows.Forms.TextBox();
			this.label35 = new System.Windows.Forms.Label();
			this.label28 = new System.Windows.Forms.Label();
			this.findzhuzhai = new System.Windows.Forms.ComboBox();
			this.label42 = new System.Windows.Forms.Label();
			this.checkBox22 = new System.Windows.Forms.CheckBox();
			this.checkBox18 = new System.Windows.Forms.CheckBox();
			this.checkBox17 = new System.Windows.Forms.CheckBox();
			this.checkBox16 = new System.Windows.Forms.CheckBox();
			this.checkBox15 = new System.Windows.Forms.CheckBox();
			this.checkBox14 = new System.Windows.Forms.CheckBox();
			this.checkBox13 = new System.Windows.Forms.CheckBox();
			this.checkBox12 = new System.Windows.Forms.CheckBox();
			this.checkBox19 = new System.Windows.Forms.CheckBox();
			this.checkBox20 = new System.Windows.Forms.CheckBox();
			this.checkBox21 = new System.Windows.Forms.CheckBox();
			this.mainMenu1 = new System.Windows.Forms.MainMenu();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.menuItem2 = new System.Windows.Forms.MenuItem();
			this.menuItem3 = new System.Windows.Forms.MenuItem();
			this.tongxun = new System.Windows.Forms.MenuItem();
			this.ruzhang = new System.Windows.Forms.Button();
			this.gr.SuspendLayout();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// addinfo
			// 
			this.addinfo.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.addinfo.Location = new System.Drawing.Point(904, 40);
			this.addinfo.Name = "addinfo";
			this.addinfo.TabIndex = 8;
			this.addinfo.Text = "增加信息";
			this.addinfo.Click += new System.EventHandler(this.addinfo_Click);
			// 
			// amendinfo
			// 
			this.amendinfo.Location = new System.Drawing.Point(904, 104);
			this.amendinfo.Name = "amendinfo";
			this.amendinfo.TabIndex = 9;
			this.amendinfo.Text = "修改信息";
			this.amendinfo.Click += new System.EventHandler(this.amendinfo_Click);
			// 
			// deleteinfo
			// 
			this.deleteinfo.Location = new System.Drawing.Point(904, 72);
			this.deleteinfo.Name = "deleteinfo";
			this.deleteinfo.TabIndex = 10;
			this.deleteinfo.Text = "删除信息";
			this.deleteinfo.Click += new System.EventHandler(this.deleteinfo_Click);
			// 
			// FindInfo
			// 
			this.FindInfo.Location = new System.Drawing.Point(904, 88);
			this.FindInfo.Name = "FindInfo";
			this.FindInfo.TabIndex = 34;
			this.FindInfo.Text = "查询";
			this.FindInfo.Click += new System.EventHandler(this.FindInfo_Click);
			// 
			// gr
			// 
			this.gr.BackColor = System.Drawing.SystemColors.Control;
			this.gr.Controls.Add(this.ruzhang);
			this.gr.Controls.Add(this.zhuangtai);
			this.gr.Controls.Add(this.label48);
			this.gr.Controls.Add(this.zutime);
			this.gr.Controls.Add(this.label47);
			this.gr.Controls.Add(this.fangxiang);
			this.gr.Controls.Add(this.label3);
			this.gr.Controls.Add(this.zhuzhai);
			this.gr.Controls.Add(this.label46);
			this.gr.Controls.Add(this.mianji);
			this.gr.Controls.Add(this.label45);
			this.gr.Controls.Add(this.label10);
			this.gr.Controls.Add(this.label9);
			this.gr.Controls.Add(this.label44);
			this.gr.Controls.Add(this.checkBox11);
			this.gr.Controls.Add(this.checkBox10);

⌨️ 快捷键说明

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