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

📄 frmhouse.designer.cs

📁 房屋中介管理系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace houseAgency
{
    partial class frmHouse
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.label12 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.txtPrice = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.ttbRemark = new System.Windows.Forms.RichTextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.picHouse = new System.Windows.Forms.PictureBox();
            this.butUser = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.butFloor = new System.Windows.Forms.Button();
            this.butFim = new System.Windows.Forms.Button();
            this.butSeat = new System.Windows.Forms.Button();
            this.buttype = new System.Windows.Forms.Button();
            this.cobUser = new System.Windows.Forms.ComboBox();
            this.cboFavoe = new System.Windows.Forms.ComboBox();
            this.cobFlood = new System.Windows.Forms.ComboBox();
            this.cobZhuang = new System.Windows.Forms.ComboBox();
            this.cobDong = new System.Windows.Forms.ComboBox();
            this.cboXing = new System.Windows.Forms.ComboBox();
            this.txtArea = new System.Windows.Forms.TextBox();
            this.nudYear = new System.Windows.Forms.NumericUpDown();
            this.txtName = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = 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.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.lblHouseID = new System.Windows.Forms.Label();
            this.butOK = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            this.opImage = new System.Windows.Forms.OpenFileDialog();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.groupBox3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picHouse)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudYear)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.groupBox4);
            this.groupBox1.Controls.Add(this.label12);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.txtPrice);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.groupBox3);
            this.groupBox1.Controls.Add(this.groupBox2);
            this.groupBox1.Controls.Add(this.butUser);
            this.groupBox1.Controls.Add(this.button5);
            this.groupBox1.Controls.Add(this.butFloor);
            this.groupBox1.Controls.Add(this.butFim);
            this.groupBox1.Controls.Add(this.butSeat);
            this.groupBox1.Controls.Add(this.buttype);
            this.groupBox1.Controls.Add(this.cobUser);
            this.groupBox1.Controls.Add(this.cboFavoe);
            this.groupBox1.Controls.Add(this.cobFlood);
            this.groupBox1.Controls.Add(this.cobZhuang);
            this.groupBox1.Controls.Add(this.cobDong);
            this.groupBox1.Controls.Add(this.cboXing);
            this.groupBox1.Controls.Add(this.txtArea);
            this.groupBox1.Controls.Add(this.nudYear);
            this.groupBox1.Controls.Add(this.txtName);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Location = new System.Drawing.Point(12, 18);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(540, 287);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "房源信息:";
            // 
            // groupBox4
            // 
            this.groupBox4.BackColor = System.Drawing.Color.Transparent;
            this.groupBox4.Controls.Add(this.dataGridView1);
            this.groupBox4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            this.groupBox4.Location = new System.Drawing.Point(257, 111);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(249, 164);
            this.groupBox4.TabIndex = 54;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "找到与你信息相符的信息";
            this.groupBox4.Visible = false;
            // 
            // dataGridView1
            // 
            this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(7, 20);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(236, 138);
            this.dataGridView1.TabIndex = 0;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.ForeColor = System.Drawing.Color.Red;
            this.label12.Location = new System.Drawing.Point(512, 25);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(11, 12);
            this.label12.TabIndex = 53;
            this.label12.Text = "*";
            this.label12.Visible = false;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.ForeColor = System.Drawing.Color.Red;
            this.label11.Location = new System.Drawing.Point(234, 260);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(11, 12);
            this.label11.TabIndex = 52;
            this.label11.Text = "*";
            this.label11.Visible = false;
            // 
            // txtPrice
            // 
            this.txtPrice.Location = new System.Drawing.Point(67, 254);
            this.txtPrice.MaxLength = 10;
            this.txtPrice.Name = "txtPrice";
            this.txtPrice.Size = new System.Drawing.Size(161, 21);
            this.txtPrice.TabIndex = 49;
            this.txtPrice.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrice_KeyPress);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(7, 257);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 48;
            this.label1.Text = "每月单价";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.ttbRemark);
            this.groupBox3.Location = new System.Drawing.Point(29, 131);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(222, 117);
            this.groupBox3.TabIndex = 51;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "备注";
            // 
            // ttbRemark
            // 
            this.ttbRemark.Location = new System.Drawing.Point(6, 12);
            this.ttbRemark.Name = "ttbRemark";
            this.ttbRemark.Size = new System.Drawing.Size(210, 99);
            this.ttbRemark.TabIndex = 41;
            this.ttbRemark.Text = "";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.picHouse);
            this.groupBox2.Location = new System.Drawing.Point(296, 131);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(235, 150);
            this.groupBox2.TabIndex = 50;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "结构图";
            // 
            // picHouse
            // 
            this.picHouse.Location = new System.Drawing.Point(6, 12);
            this.picHouse.Name = "picHouse";
            this.picHouse.Size = new System.Drawing.Size(223, 132);
            this.picHouse.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picHouse.TabIndex = 0;
            this.picHouse.TabStop = false;
            this.picHouse.DoubleClick += new System.EventHandler(this.picHouse_DoubleClick);
            // 
            // butUser
            // 
            this.butUser.Location = new System.Drawing.Point(496, 79);
            this.butUser.Name = "butUser";
            this.butUser.Size = new System.Drawing.Size(35, 20);
            this.butUser.TabIndex = 47;
            this.butUser.Text = "...";
            this.butUser.UseVisualStyleBackColor = true;
            this.butUser.Click += new System.EventHandler(this.button6_Click);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(216, 107);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(35, 20);
            this.button5.TabIndex = 46;
            this.button5.Text = "...";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // butFloor
            // 
            this.butFloor.Location = new System.Drawing.Point(216, 78);
            this.butFloor.Name = "butFloor";
            this.butFloor.Size = new System.Drawing.Size(35, 20);
            this.butFloor.TabIndex = 45;
            this.butFloor.Text = "...";
            this.butFloor.UseVisualStyleBackColor = true;
            this.butFloor.Click += new System.EventHandler(this.butFloor_Click);
            // 
            // butFim
            // 
            this.butFim.Location = new System.Drawing.Point(496, 105);
            this.butFim.Name = "butFim";
            this.butFim.Size = new System.Drawing.Size(35, 20);
            this.butFim.TabIndex = 44;
            this.butFim.Text = "...";
            this.butFim.UseVisualStyleBackColor = true;
            this.butFim.Click += new System.EventHandler(this.button3_Click);
            // 
            // butSeat
            // 
            this.butSeat.Location = new System.Drawing.Point(496, 52);
            this.butSeat.Name = "butSeat";
            this.butSeat.Size = new System.Drawing.Size(35, 20);
            this.butSeat.TabIndex = 43;
            this.butSeat.Text = "...";
            this.butSeat.UseVisualStyleBackColor = true;
            this.butSeat.Click += new System.EventHandler(this.butSeat_Click);
            // 
            // buttype
            // 
            this.buttype.Location = new System.Drawing.Point(216, 47);
            this.buttype.Name = "buttype";
            this.buttype.Size = new System.Drawing.Size(35, 20);
            this.buttype.TabIndex = 42;
            this.buttype.Text = "...";
            this.buttype.UseVisualStyleBackColor = true;
            this.buttype.Click += new System.EventHandler(this.button1_Click);
            // 
            // cobUser
            // 
            this.cobUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cobUser.FormattingEnabled = true;
            this.cobUser.Location = new System.Drawing.Point(334, 79);
            this.cobUser.Name = "cobUser";

⌨️ 快捷键说明

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