namespace СУБД_Агентство
{
    partial class FormAddPredlozhenie
    {
        /// 
        /// 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.cbxRielter = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnAdd = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.tbxAdres = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.tbxPlosh = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.tbxEtag = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.tbxKomnat = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.tbxCena = new System.Windows.Forms.TextBox();
            this.lblIdKlient = new System.Windows.Forms.Label();
            this.bsUsers = new System.Windows.Forms.BindingSource(this.components);
            this.dbAgentstvoDataSet1 = new СУБД_Агентство.DBAgentstvoDataSet();
            this.usersTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.UsersTableAdapter();
            this.label7 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.panel1 = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // cbxRielter
            // 
            this.cbxRielter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbxRielter.FormattingEnabled = true;
            this.cbxRielter.Location = new System.Drawing.Point(411, 139);
            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 = 3;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(43, 145);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(355, 23);
            this.label1.TabIndex = 2;
            this.label1.Text = "Выберите риелтера для вашего предложения";
            // 
            // 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(430, 388);
            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 = 19;
            this.btnCancel.Text = "Отменить";
            this.btnCancel.UseVisualStyleBackColor = false;
            // 
            // 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(95, 388);
            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 = 18;
            this.btnAdd.Text = "Добавить";
            this.btnAdd.UseVisualStyleBackColor = false;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(48, 210);
            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(61, 23);
            this.label2.TabIndex = 20;
            this.label2.Text = "Адрес:";
            // 
            // tbxAdres
            // 
            this.tbxAdres.Location = new System.Drawing.Point(119, 206);
            this.tbxAdres.Margin = new System.Windows.Forms.Padding(4);
            this.tbxAdres.Name = "tbxAdres";
            this.tbxAdres.Size = new System.Drawing.Size(472, 29);
            this.tbxAdres.TabIndex = 21;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(48, 266);
            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(87, 23);
            this.label3.TabIndex = 22;
            this.label3.Text = "Площадь:";
            // 
            // tbxPlosh
            // 
            this.tbxPlosh.Location = new System.Drawing.Point(142, 260);
            this.tbxPlosh.Margin = new System.Windows.Forms.Padding(4);
            this.tbxPlosh.Name = "tbxPlosh";
            this.tbxPlosh.Size = new System.Drawing.Size(176, 29);
            this.tbxPlosh.TabIndex = 23;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(380, 266);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(52, 23);
            this.label4.TabIndex = 24;
            this.label4.Text = "Этаж:";
            // 
            // tbxEtag
            // 
            this.tbxEtag.Location = new System.Drawing.Point(443, 260);
            this.tbxEtag.Margin = new System.Windows.Forms.Padding(4);
            this.tbxEtag.Name = "tbxEtag";
            this.tbxEtag.Size = new System.Drawing.Size(148, 29);
            this.tbxEtag.TabIndex = 25;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(52, 314);
            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 = 26;
            this.label5.Text = "Количество комнат:";
            // 
            // tbxKomnat
            // 
            this.tbxKomnat.Location = new System.Drawing.Point(225, 308);
            this.tbxKomnat.Margin = new System.Windows.Forms.Padding(4);
            this.tbxKomnat.Name = "tbxKomnat";
            this.tbxKomnat.Size = new System.Drawing.Size(94, 29);
            this.tbxKomnat.TabIndex = 27;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(380, 314);
            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 = 28;
            this.label6.Text = "Цена:";
            // 
            // tbxCena
            // 
            this.tbxCena.Location = new System.Drawing.Point(443, 308);
            this.tbxCena.Margin = new System.Windows.Forms.Padding(4);
            this.tbxCena.Name = "tbxCena";
            this.tbxCena.Size = new System.Drawing.Size(148, 29);
            this.tbxCena.TabIndex = 29;
            // 
            // lblIdKlient
            // 
            this.lblIdKlient.AutoSize = true;
            this.lblIdKlient.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "idusers", true));
            this.lblIdKlient.Location = new System.Drawing.Point(757, 370);
            this.lblIdKlient.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.lblIdKlient.Name = "lblIdKlient";
            this.lblIdKlient.Size = new System.Drawing.Size(56, 23);
            this.lblIdKlient.TabIndex = 30;
            this.lblIdKlient.Text = "label7";
            // 
            // bsUsers
            // 
            this.bsUsers.DataMember = "Users";
            this.bsUsers.DataSource = this.dbAgentstvoDataSet1;
            // 
            // dbAgentstvoDataSet1
            // 
            this.dbAgentstvoDataSet1.DataSetName = "DBAgentstvoDataSet";
            this.dbAgentstvoDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // usersTableAdapter
            // 
            this.usersTableAdapter.ClearBeforeFill = true;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("Comic Sans MS", 16.2F);
            this.label7.Location = new System.Drawing.Point(16, 39);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(371, 39);
            this.label7.TabIndex = 1;
            this.label7.Text = "Добавление предложения";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
            this.pictureBox1.Image = global::СУБД_Агентство.Properties.Resources.logo;
            this.pictureBox1.Location = new System.Drawing.Point(448, 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.label7);
            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(620, 119);
            this.panel1.TabIndex = 31;
            // 
            // FormAddPredlozhenie
            // 
            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(620, 445);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.lblIdKlient);
            this.Controls.Add(this.tbxCena);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.tbxKomnat);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.tbxEtag);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.tbxPlosh);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.tbxAdres);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnAdd);
            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 = "FormAddPredlozhenie";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "СУБД \"Агентство недвижимости\"";
            this.Load += new System.EventHandler(this.FormAddPredlozhenie_Load);
            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.ComboBox cbxRielter;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox tbxAdres;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox tbxPlosh;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox tbxEtag;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox tbxKomnat;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox tbxCena;
        private System.Windows.Forms.Label lblIdKlient;
        private DBAgentstvoDataSet dbAgentstvoDataSet1;
        private DBAgentstvoDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
        public System.Windows.Forms.BindingSource bsUsers;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Panel panel1;
    }
}