namespace СУБД_Агентство
{
    partial class FormPotrebRielter
    {
        /// 
        /// 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();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dbAgentstvoDataSet1 = new СУБД_Агентство.DBAgentstvoDataSet();
            this.bsUsers = new System.Windows.Forms.BindingSource(this.components);
            this.usersTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.UsersTableAdapter();
            this.potrebnostTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.PotrebnostTableAdapter();
            this.dgvPotreb = new System.Windows.Forms.DataGridView();
            this.minploshDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.maxploshDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.minetazhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.maxetazhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.minkomnatDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.maxkomnatDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.mincenaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.maxcenaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.idpotrebnost = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.zaversheno = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.idklient = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.bsPotrebnost = new System.Windows.Forms.BindingSource(this.components);
            this.bsPredlozheniya = new System.Windows.Forms.BindingSource(this.components);
            this.predlozhenieTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.predlozhenieTableAdapter();
            this.dgvPredl = new System.Windows.Forms.DataGridView();
            this.adresDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ploshDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.etazhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.komnatDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cenaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.idpredlozhenie = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.idrielter = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.label1 = new System.Windows.Forms.Label();
            this.btnSdelka = new System.Windows.Forms.Button();
            this.tableAdapterManager = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.TableAdapterManager();
            this.lblFamRielterPok = new System.Windows.Forms.Label();
            this.bsUsersFam = new System.Windows.Forms.BindingSource(this.components);
            this.lblFam = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.panel1 = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPotreb)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsPotrebnost)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsPredlozheniya)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPredl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsUsersFam)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // 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;
            // 
            // potrebnostTableAdapter
            // 
            this.potrebnostTableAdapter.ClearBeforeFill = true;
            // 
            // dgvPotreb
            // 
            this.dgvPotreb.AllowUserToAddRows = false;
            this.dgvPotreb.AllowUserToDeleteRows = false;
            this.dgvPotreb.AutoGenerateColumns = false;
            this.dgvPotreb.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvPotreb.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.minploshDataGridViewTextBoxColumn,
            this.maxploshDataGridViewTextBoxColumn,
            this.minetazhDataGridViewTextBoxColumn,
            this.maxetazhDataGridViewTextBoxColumn,
            this.minkomnatDataGridViewTextBoxColumn,
            this.maxkomnatDataGridViewTextBoxColumn,
            this.mincenaDataGridViewTextBoxColumn,
            this.maxcenaDataGridViewTextBoxColumn,
            this.idpotrebnost,
            this.zaversheno,
            this.idklient});
            this.dgvPotreb.DataSource = this.bsPotrebnost;
            this.dgvPotreb.Location = new System.Drawing.Point(15, 137);
            this.dgvPotreb.Margin = new System.Windows.Forms.Padding(4);
            this.dgvPotreb.MultiSelect = false;
            this.dgvPotreb.Name = "dgvPotreb";
            this.dgvPotreb.ReadOnly = true;
            this.dgvPotreb.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvPotreb.Size = new System.Drawing.Size(971, 263);
            this.dgvPotreb.TabIndex = 0;
            this.dgvPotreb.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
            // 
            // minploshDataGridViewTextBoxColumn
            // 
            this.minploshDataGridViewTextBoxColumn.DataPropertyName = "minplosh";
            this.minploshDataGridViewTextBoxColumn.HeaderText = "Мин. площадь";
            this.minploshDataGridViewTextBoxColumn.Name = "minploshDataGridViewTextBoxColumn";
            this.minploshDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // maxploshDataGridViewTextBoxColumn
            // 
            this.maxploshDataGridViewTextBoxColumn.DataPropertyName = "maxplosh";
            this.maxploshDataGridViewTextBoxColumn.HeaderText = "Макс. площадь";
            this.maxploshDataGridViewTextBoxColumn.Name = "maxploshDataGridViewTextBoxColumn";
            this.maxploshDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // minetazhDataGridViewTextBoxColumn
            // 
            this.minetazhDataGridViewTextBoxColumn.DataPropertyName = "minetazh";
            this.minetazhDataGridViewTextBoxColumn.HeaderText = "Мин. этаж";
            this.minetazhDataGridViewTextBoxColumn.Name = "minetazhDataGridViewTextBoxColumn";
            this.minetazhDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // maxetazhDataGridViewTextBoxColumn
            // 
            this.maxetazhDataGridViewTextBoxColumn.DataPropertyName = "maxetazh";
            this.maxetazhDataGridViewTextBoxColumn.HeaderText = "Макс. этаж";
            this.maxetazhDataGridViewTextBoxColumn.Name = "maxetazhDataGridViewTextBoxColumn";
            this.maxetazhDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // minkomnatDataGridViewTextBoxColumn
            // 
            this.minkomnatDataGridViewTextBoxColumn.DataPropertyName = "minkomnat";
            this.minkomnatDataGridViewTextBoxColumn.HeaderText = "Мин. комнат";
            this.minkomnatDataGridViewTextBoxColumn.Name = "minkomnatDataGridViewTextBoxColumn";
            this.minkomnatDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // maxkomnatDataGridViewTextBoxColumn
            // 
            this.maxkomnatDataGridViewTextBoxColumn.DataPropertyName = "maxkomnat";
            this.maxkomnatDataGridViewTextBoxColumn.HeaderText = "Макс. комнат";
            this.maxkomnatDataGridViewTextBoxColumn.Name = "maxkomnatDataGridViewTextBoxColumn";
            this.maxkomnatDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // mincenaDataGridViewTextBoxColumn
            // 
            this.mincenaDataGridViewTextBoxColumn.DataPropertyName = "mincena";
            dataGridViewCellStyle1.Format = "C2";
            dataGridViewCellStyle1.NullValue = null;
            this.mincenaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1;
            this.mincenaDataGridViewTextBoxColumn.HeaderText = "Мин. цена";
            this.mincenaDataGridViewTextBoxColumn.Name = "mincenaDataGridViewTextBoxColumn";
            this.mincenaDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // maxcenaDataGridViewTextBoxColumn
            // 
            this.maxcenaDataGridViewTextBoxColumn.DataPropertyName = "maxcena";
            dataGridViewCellStyle2.Format = "C2";
            dataGridViewCellStyle2.NullValue = null;
            this.maxcenaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle2;
            this.maxcenaDataGridViewTextBoxColumn.HeaderText = "Макс. цена";
            this.maxcenaDataGridViewTextBoxColumn.Name = "maxcenaDataGridViewTextBoxColumn";
            this.maxcenaDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // idpotrebnost
            // 
            this.idpotrebnost.DataPropertyName = "idpotrebnost";
            this.idpotrebnost.HeaderText = "idpotrebnost";
            this.idpotrebnost.Name = "idpotrebnost";
            this.idpotrebnost.ReadOnly = true;
            this.idpotrebnost.Visible = false;
            // 
            // zaversheno
            // 
            this.zaversheno.DataPropertyName = "zaversheno";
            this.zaversheno.HeaderText = "zaversheno";
            this.zaversheno.Name = "zaversheno";
            this.zaversheno.ReadOnly = true;
            this.zaversheno.Visible = false;
            // 
            // idklient
            // 
            this.idklient.DataPropertyName = "idklient";
            this.idklient.HeaderText = "idklient";
            this.idklient.Name = "idklient";
            this.idklient.ReadOnly = true;
            this.idklient.Visible = false;
            // 
            // bsPotrebnost
            // 
            this.bsPotrebnost.DataMember = "FK_Potrebnost_Users1";
            this.bsPotrebnost.DataSource = this.bsUsers;
            this.bsPotrebnost.Filter = "zaversheno = \'False\'";
            // 
            // bsPredlozheniya
            // 
            this.bsPredlozheniya.DataMember = "predlozhenie";
            this.bsPredlozheniya.DataSource = this.dbAgentstvoDataSet1;
            // 
            // predlozhenieTableAdapter
            // 
            this.predlozhenieTableAdapter.ClearBeforeFill = true;
            // 
            // dgvPredl
            // 
            this.dgvPredl.AllowUserToAddRows = false;
            this.dgvPredl.AllowUserToDeleteRows = false;
            this.dgvPredl.AutoGenerateColumns = false;
            this.dgvPredl.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvPredl.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.adresDataGridViewTextBoxColumn,
            this.ploshDataGridViewTextBoxColumn,
            this.etazhDataGridViewTextBoxColumn,
            this.komnatDataGridViewTextBoxColumn,
            this.cenaDataGridViewTextBoxColumn,
            this.idpredlozhenie,
            this.dataGridViewCheckBoxColumn1,
            this.idrielter});
            this.dgvPredl.DataSource = this.bsPredlozheniya;
            this.dgvPredl.Location = new System.Drawing.Point(13, 445);
            this.dgvPredl.Margin = new System.Windows.Forms.Padding(4);
            this.dgvPredl.MultiSelect = false;
            this.dgvPredl.Name = "dgvPredl";
            this.dgvPredl.ReadOnly = true;
            this.dgvPredl.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvPredl.Size = new System.Drawing.Size(971, 292);
            this.dgvPredl.TabIndex = 1;
            // 
            // adresDataGridViewTextBoxColumn
            // 
            this.adresDataGridViewTextBoxColumn.DataPropertyName = "adres";
            this.adresDataGridViewTextBoxColumn.HeaderText = "Адрес";
            this.adresDataGridViewTextBoxColumn.Name = "adresDataGridViewTextBoxColumn";
            this.adresDataGridViewTextBoxColumn.ReadOnly = true;
            this.adresDataGridViewTextBoxColumn.Width = 200;
            // 
            // ploshDataGridViewTextBoxColumn
            // 
            this.ploshDataGridViewTextBoxColumn.DataPropertyName = "plosh";
            this.ploshDataGridViewTextBoxColumn.HeaderText = "Площадь";
            this.ploshDataGridViewTextBoxColumn.Name = "ploshDataGridViewTextBoxColumn";
            this.ploshDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // etazhDataGridViewTextBoxColumn
            // 
            this.etazhDataGridViewTextBoxColumn.DataPropertyName = "etazh";
            this.etazhDataGridViewTextBoxColumn.HeaderText = "Этаж";
            this.etazhDataGridViewTextBoxColumn.Name = "etazhDataGridViewTextBoxColumn";
            this.etazhDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // komnatDataGridViewTextBoxColumn
            // 
            this.komnatDataGridViewTextBoxColumn.DataPropertyName = "komnat";
            this.komnatDataGridViewTextBoxColumn.HeaderText = "Комнат";
            this.komnatDataGridViewTextBoxColumn.Name = "komnatDataGridViewTextBoxColumn";
            this.komnatDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // cenaDataGridViewTextBoxColumn
            // 
            this.cenaDataGridViewTextBoxColumn.DataPropertyName = "cena";
            dataGridViewCellStyle3.Format = "C2";
            dataGridViewCellStyle3.NullValue = null;
            this.cenaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle3;
            this.cenaDataGridViewTextBoxColumn.HeaderText = "Цена";
            this.cenaDataGridViewTextBoxColumn.Name = "cenaDataGridViewTextBoxColumn";
            this.cenaDataGridViewTextBoxColumn.ReadOnly = true;
            // 
            // idpredlozhenie
            // 
            this.idpredlozhenie.DataPropertyName = "idpredlozhenie";
            this.idpredlozhenie.HeaderText = "idpredlozhenie";
            this.idpredlozhenie.Name = "idpredlozhenie";
            this.idpredlozhenie.ReadOnly = true;
            this.idpredlozhenie.Visible = false;
            // 
            // dataGridViewCheckBoxColumn1
            // 
            this.dataGridViewCheckBoxColumn1.DataPropertyName = "zaversheno";
            this.dataGridViewCheckBoxColumn1.HeaderText = "zaversheno";
            this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
            this.dataGridViewCheckBoxColumn1.ReadOnly = true;
            this.dataGridViewCheckBoxColumn1.Visible = false;
            // 
            // idrielter
            // 
            this.idrielter.DataPropertyName = "idrielter";
            this.idrielter.HeaderText = "idrielter";
            this.idrielter.Name = "idrielter";
            this.idrielter.ReadOnly = true;
            this.idrielter.Visible = false;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 416);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(451, 19);
            this.label1.TabIndex = 2;
            this.label1.Text = "Список предложений, подходящих для реализации потребности:";
            // 
            // btnSdelka
            // 
            this.btnSdelka.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
            this.btnSdelka.Location = new System.Drawing.Point(38, 782);
            this.btnSdelka.Margin = new System.Windows.Forms.Padding(4);
            this.btnSdelka.Name = "btnSdelka";
            this.btnSdelka.Size = new System.Drawing.Size(210, 36);
            this.btnSdelka.TabIndex = 3;
            this.btnSdelka.Text = "Заключить сделку";
            this.btnSdelka.UseVisualStyleBackColor = false;
            this.btnSdelka.Click += new System.EventHandler(this.btnSdelka_Click);
            // 
            // tableAdapterManager
            // 
            this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
            this.tableAdapterManager.PotrebnostTableAdapter = this.potrebnostTableAdapter;
            this.tableAdapterManager.predlozhenieTableAdapter = this.predlozhenieTableAdapter;
            this.tableAdapterManager.SdelkaTableAdapter = null;
            this.tableAdapterManager.UpdateOrder = СУБД_Агентство.DBAgentstvoDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
            this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
            // 
            // lblFamRielterPok
            // 
            this.lblFamRielterPok.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "fam", true));
            this.lblFamRielterPok.Location = new System.Drawing.Point(1692, 378);
            this.lblFamRielterPok.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblFamRielterPok.Name = "lblFamRielterPok";
            this.lblFamRielterPok.Size = new System.Drawing.Size(150, 36);
            this.lblFamRielterPok.TabIndex = 5;
            this.lblFamRielterPok.Text = "lblFamRielterPok";
            // 
            // bsUsersFam
            // 
            this.bsUsersFam.DataMember = "Users";
            this.bsUsersFam.DataSource = this.dbAgentstvoDataSet1;
            // 
            // lblFam
            // 
            this.lblFam.AutoSize = true;
            this.lblFam.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsersFam, "fam", true));
            this.lblFam.Location = new System.Drawing.Point(1692, 412);
            this.lblFam.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblFam.Name = "lblFam";
            this.lblFam.Size = new System.Drawing.Size(52, 19);
            this.lblFam.TabIndex = 6;
            this.lblFam.Text = "lblFam";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Comic Sans MS", 16.2F);
            this.label4.Location = new System.Drawing.Point(92, 30);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(584, 34);
            this.label4.TabIndex = 1;
            this.label4.Text = "Потребности, связанные с текущим риелтером";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
            this.pictureBox1.Image = global::СУБД_Агентство.Properties.Resources.logo;
            this.pictureBox1.Location = new System.Drawing.Point(968, 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.label4);
            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(1140, 119);
            this.panel1.TabIndex = 10;
            // 
            // FormPotrebRielter
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(1140, 869);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.lblFam);
            this.Controls.Add(this.lblFamRielterPok);
            this.Controls.Add(this.btnSdelka);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.dgvPredl);
            this.Controls.Add(this.dgvPotreb);
            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 = "FormPotrebRielter";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "СУБД \"Агентство недвижимости\"";
            this.Load += new System.EventHandler(this.FormPotrebRielter_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPotreb)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsPotrebnost)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsPredlozheniya)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvPredl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsUsersFam)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private DBAgentstvoDataSet dbAgentstvoDataSet1;
        private System.Windows.Forms.BindingSource bsPotrebnost;
        private DBAgentstvoDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
        private DBAgentstvoDataSetTableAdapters.PotrebnostTableAdapter potrebnostTableAdapter;
        public System.Windows.Forms.BindingSource bsUsers;
        private System.Windows.Forms.DataGridView dgvPotreb;
        private System.Windows.Forms.BindingSource bsPredlozheniya;
        private DBAgentstvoDataSetTableAdapters.predlozhenieTableAdapter predlozhenieTableAdapter;
        private System.Windows.Forms.DataGridView dgvPredl;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnSdelka;
        private DBAgentstvoDataSetTableAdapters.TableAdapterManager tableAdapterManager;
        private System.Windows.Forms.Label lblFamRielterPok;
        private System.Windows.Forms.BindingSource bsUsersFam;
        private System.Windows.Forms.Label lblFam;
        private System.Windows.Forms.DataGridViewTextBoxColumn minploshDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn maxploshDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn minetazhDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn maxetazhDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn minkomnatDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn maxkomnatDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn mincenaDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn maxcenaDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn idpotrebnost;
        private System.Windows.Forms.DataGridViewCheckBoxColumn zaversheno;
        private System.Windows.Forms.DataGridViewTextBoxColumn idklient;
        private System.Windows.Forms.DataGridViewTextBoxColumn adresDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn ploshDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn etazhDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn komnatDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn cenaDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn idpredlozhenie;
        private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
        private System.Windows.Forms.DataGridViewTextBoxColumn idrielter;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Panel panel1;
    }
}