namespace СУБД_Агентство
{
    partial class FormAddPotrebnost
    {
        /// 
        /// Required designer variable.
        /// 
        private System.ComponentModel.IContainer components = null;
        /// 
        /// Clean up any resources being used.
        /// 
        /// true if managed resources should be disposed; otherwise, false.
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region Windows Form Designer generated code
        /// 
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// 
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.label1 = new System.Windows.Forms.Label();
            this.cbxRielter = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.tbxMinPlosh = new System.Windows.Forms.TextBox();
            this.tbxMinKomnat = new System.Windows.Forms.TextBox();
            this.tbxMinEtag = new System.Windows.Forms.TextBox();
            this.tbxMinCena = new System.Windows.Forms.TextBox();
            this.tbxMaxCena = new System.Windows.Forms.TextBox();
            this.tbxMaxEtag = new System.Windows.Forms.TextBox();
            this.tbxMaxKomnat = new System.Windows.Forms.TextBox();
            this.tbxMaxPlosh = new System.Windows.Forms.TextBox();
            this.btnAdd = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.label8 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.dbAgentstvoDataSet1 = new СУБД_Агентство.DBAgentstvoDataSet();
            this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
            this.usersTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.UsersTableAdapter();
            this.LblIdClient = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(56, 153);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(343, 23);
            this.label1.TabIndex = 0;
            this.label1.Text = "Выберите риелтера для вашей потребности";
            // 
            // cbxRielter
            // 
            this.cbxRielter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxRielter.FormattingEnabled = true;
            this.cbxRielter.Location = new System.Drawing.Point(409, 148);
            this.cbxRielter.Margin = new System.Windows.Forms.Padding(4);
            this.cbxRielter.Name = "cbxRielter";
            this.cbxRielter.Size = new System.Drawing.Size(180, 28);
            this.cbxRielter.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(273, 210);
            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(87, 23);
            this.label2.TabIndex = 2;
            this.label2.Text = "Минимум";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(450, 210);
            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(92, 23);
            this.label3.TabIndex = 3;
            this.label3.Text = "Максимум";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(143, 269);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(87, 23);
            this.label4.TabIndex = 4;
            this.label4.Text = "Площадь:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(65, 310);
            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(163, 23);
            this.label5.TabIndex = 5;
            this.label5.Text = "Количество комнат:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(174, 350);
            this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(52, 23);
            this.label6.TabIndex = 6;
            this.label6.Text = "Этаж:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(174, 389);
            this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(52, 23);
            this.label7.TabIndex = 7;
            this.label7.Text = "Цена:";
            // 
            // tbxMinPlosh
            // 
            this.tbxMinPlosh.Location = new System.Drawing.Point(237, 265);
            this.tbxMinPlosh.Margin = new System.Windows.Forms.Padding(4);
            this.tbxMinPlosh.Name = "tbxMinPlosh";
            this.tbxMinPlosh.Size = new System.Drawing.Size(148, 29);
            this.tbxMinPlosh.TabIndex = 8;
            // 
            // tbxMinKomnat
            // 
            this.tbxMinKomnat.Location = new System.Drawing.Point(237, 305);
            this.tbxMinKomnat.Margin = new System.Windows.Forms.Padding(4);
            this.tbxMinKomnat.Name = "tbxMinKomnat";
            this.tbxMinKomnat.Size = new System.Drawing.Size(148, 29);
            this.tbxMinKomnat.TabIndex = 9;
            // 
            // tbxMinEtag
            // 
            this.tbxMinEtag.Location = new System.Drawing.Point(237, 345);
            this.tbxMinEtag.Margin = new System.Windows.Forms.Padding(4);
            this.tbxMinEtag.Name = "tbxMinEtag";
            this.tbxMinEtag.Size = new System.Drawing.Size(148, 29);
            this.tbxMinEtag.TabIndex = 10;
            // 
            // tbxMinCena
            // 
            this.tbxMinCena.Location = new System.Drawing.Point(237, 385);
            this.tbxMinCena.Margin = new System.Windows.Forms.Padding(4);
            this.tbxMinCena.Name = "tbxMinCena";
            this.tbxMinCena.Size = new System.Drawing.Size(148, 29);
            this.tbxMinCena.TabIndex = 11;
            // 
            // tbxMaxCena
            // 
            this.tbxMaxCena.Location = new System.Drawing.Point(417, 385);
            this.tbxMaxCena.Margin = new System.Windows.Forms.Padding(4);
            this.tbxMaxCena.Name = "tbxMaxCena";
            this.tbxMaxCena.Size = new System.Drawing.Size(148, 29);
            this.tbxMaxCena.TabIndex = 15;
            // 
            // tbxMaxEtag
            // 
            this.tbxMaxEtag.Location = new System.Drawing.Point(417, 345);
            this.tbxMaxEtag.Margin = new System.Windows.Forms.Padding(4);
            this.tbxMaxEtag.Name = "tbxMaxEtag";
            this.tbxMaxEtag.Size = new System.Drawing.Size(148, 29);
            this.tbxMaxEtag.TabIndex = 14;
            // 
            // tbxMaxKomnat
            // 
            this.tbxMaxKomnat.Location = new System.Drawing.Point(417, 305);
            this.tbxMaxKomnat.Margin = new System.Windows.Forms.Padding(4);
            this.tbxMaxKomnat.Name = "tbxMaxKomnat";
            this.tbxMaxKomnat.Size = new System.Drawing.Size(148, 29);
            this.tbxMaxKomnat.TabIndex = 13;
            // 
            // tbxMaxPlosh
            // 
            this.tbxMaxPlosh.Location = new System.Drawing.Point(417, 265);
            this.tbxMaxPlosh.Margin = new System.Windows.Forms.Padding(4);
            this.tbxMaxPlosh.Name = "tbxMaxPlosh";
            this.tbxMaxPlosh.Size = new System.Drawing.Size(148, 29);
            this.tbxMaxPlosh.TabIndex = 12;
            // 
            // btnAdd
            // 
            this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
            this.btnAdd.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnAdd.Location = new System.Drawing.Point(131, 455);
            this.btnAdd.Margin = new System.Windows.Forms.Padding(4);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(112, 36);
            this.btnAdd.TabIndex = 16;
            this.btnAdd.Text = "Добавить";
            this.btnAdd.UseVisualStyleBackColor = false;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Location = new System.Drawing.Point(417, 455);
            this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(112, 36);
            this.btnCancel.TabIndex = 17;
            this.btnCancel.Text = "Отменить";
            this.btnCancel.UseVisualStyleBackColor = false;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Comic Sans MS", 16.2F);
            this.label8.Location = new System.Drawing.Point(53, 40);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(360, 39);
            this.label8.TabIndex = 1;
            this.label8.Text = "Добавление потребности";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
            this.pictureBox1.Image = global::СУБД_Агентство.Properties.Resources.logo;
            this.pictureBox1.Location = new System.Drawing.Point(474, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(172, 119);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(250)))), ((int)(((byte)(191)))));
            this.panel1.Controls.Add(this.label8);
            this.panel1.Controls.Add(this.pictureBox1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(646, 119);
            this.panel1.TabIndex = 18;
            // 
            // dbAgentstvoDataSet1
            // 
            this.dbAgentstvoDataSet1.DataSetName = "DBAgentstvoDataSet";
            this.dbAgentstvoDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // BsUsers
            // 
            this.BsUsers.DataMember = "Users";
            this.BsUsers.DataSource = this.dbAgentstvoDataSet1;
            // 
            // usersTableAdapter
            // 
            this.usersTableAdapter.ClearBeforeFill = true;
            // 
            // LblIdClient
            // 
            this.LblIdClient.AutoSize = true;
            this.LblIdClient.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "idusers", true));
            this.LblIdClient.Location = new System.Drawing.Point(817, 303);
            this.LblIdClient.Name = "LblIdClient";
            this.LblIdClient.Size = new System.Drawing.Size(95, 23);
            this.LblIdClient.TabIndex = 19;
            this.LblIdClient.Text = "LblIdClient";
            // 
            // FormAddPotrebnost
            // 
            this.AcceptButton = this.btnAdd;
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(646, 507);
            this.Controls.Add(this.LblIdClient);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnAdd);
            this.Controls.Add(this.tbxMaxCena);
            this.Controls.Add(this.tbxMaxEtag);
            this.Controls.Add(this.tbxMaxKomnat);
            this.Controls.Add(this.tbxMaxPlosh);
            this.Controls.Add(this.tbxMinCena);
            this.Controls.Add(this.tbxMinEtag);
            this.Controls.Add(this.tbxMinKomnat);
            this.Controls.Add(this.tbxMinPlosh);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.cbxRielter);
            this.Controls.Add(this.label1);
            this.Font = new System.Drawing.Font("Comic Sans MS", 9.2F);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FormAddPotrebnost";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "СУБД \"Агентство недвижимости\"";
            this.Load += new System.EventHandler(this.FormAddPotrebnost_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox cbxRielter;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox tbxMinPlosh;
        private System.Windows.Forms.TextBox tbxMinKomnat;
        private System.Windows.Forms.TextBox tbxMinEtag;
        private System.Windows.Forms.TextBox tbxMinCena;
        private System.Windows.Forms.TextBox tbxMaxCena;
        private System.Windows.Forms.TextBox tbxMaxEtag;
        private System.Windows.Forms.TextBox tbxMaxKomnat;
        private System.Windows.Forms.TextBox tbxMaxPlosh;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Panel panel1;
        private DBAgentstvoDataSet dbAgentstvoDataSet1;
        private DBAgentstvoDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
        public System.Windows.Forms.BindingSource BsUsers;
        private System.Windows.Forms.Label LblIdClient;
    }
}