| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354 | namespace СУБД_Агентство{    partial class FormRielter    {        /// <summary>        /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form Designer generated code        /// <summary>        /// Required method for Designer support - do not modify        /// the contents of this method with the code editor.        /// </summary>        private void InitializeComponent()        {            this.components = new System.ComponentModel.Container();            System.Windows.Forms.Label famLabel;            System.Windows.Forms.Label nameLabel;            this.dbAgentstvoDataSet1 = new СУБД_Агентство.DBAgentstvoDataSet();            this.bsUsers = new System.Windows.Forms.BindingSource(this.components);            this.usersTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.UsersTableAdapter();            this.tableAdapterManager = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.TableAdapterManager();            this.famLabel1 = new System.Windows.Forms.Label();            this.nameLabel1 = new System.Windows.Forms.Label();            this.btnProfile = new System.Windows.Forms.Button();            this.btnDataRielter = new System.Windows.Forms.Button();            this.btnPotrebRielter = new System.Windows.Forms.Button();            this.btnReport = new System.Windows.Forms.Button();            this.label4 = new System.Windows.Forms.Label();            this.pictureBox1 = new System.Windows.Forms.PictureBox();            this.panel1 = new System.Windows.Forms.Panel();            this.bsAllRielter = new System.Windows.Forms.BindingSource(this.components);            this.dataGridView1 = new System.Windows.Forms.DataGridView();            this.btnFindLeven = new System.Windows.Forms.Button();            this.tbxFamFind = new System.Windows.Forms.TextBox();            this.label2 = new System.Windows.Forms.Label();            this.label1 = new System.Windows.Forms.Label();            this.fam = new System.Windows.Forms.DataGridViewTextBoxColumn();            this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();            famLabel = new System.Windows.Forms.Label();            nameLabel = new System.Windows.Forms.Label();            ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();            this.panel1.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.bsAllRielter)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();            this.SuspendLayout();            //             // famLabel            //             famLabel.AutoSize = true;            famLabel.Location = new System.Drawing.Point(36, 136);            famLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            famLabel.Name = "famLabel";            famLabel.Size = new System.Drawing.Size(83, 23);            famLabel.TabIndex = 0;            famLabel.Text = "Фамилия:";            //             // nameLabel            //             nameLabel.AutoSize = true;            nameLabel.Location = new System.Drawing.Point(76, 177);            nameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            nameLabel.Name = "nameLabel";            nameLabel.Size = new System.Drawing.Size(47, 23);            nameLabel.TabIndex = 2;            nameLabel.Text = "Имя:";            //             // 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;            //             // tableAdapterManager            //             this.tableAdapterManager.BackupDataSetBeforeUpdate = false;            this.tableAdapterManager.PotrebnostTableAdapter = null;            this.tableAdapterManager.predlozhenieTableAdapter = null;            this.tableAdapterManager.SdelkaTableAdapter = null;            this.tableAdapterManager.UpdateOrder = СУБД_Агентство.DBAgentstvoDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;            this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;            //             // famLabel1            //             this.famLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "fam", true));            this.famLabel1.Location = new System.Drawing.Point(134, 136);            this.famLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.famLabel1.Name = "famLabel1";            this.famLabel1.Size = new System.Drawing.Size(150, 36);            this.famLabel1.TabIndex = 1;            this.famLabel1.Text = "label1";            //             // nameLabel1            //             this.nameLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "name", true));            this.nameLabel1.Location = new System.Drawing.Point(134, 177);            this.nameLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.nameLabel1.Name = "nameLabel1";            this.nameLabel1.Size = new System.Drawing.Size(150, 36);            this.nameLabel1.TabIndex = 3;            this.nameLabel1.Text = "label1";            //             // btnProfile            //             this.btnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            this.btnProfile.Location = new System.Drawing.Point(225, 128);            this.btnProfile.Margin = new System.Windows.Forms.Padding(4);            this.btnProfile.Name = "btnProfile";            this.btnProfile.Size = new System.Drawing.Size(315, 36);            this.btnProfile.TabIndex = 4;            this.btnProfile.Text = "Редактировать профиль";            this.btnProfile.UseVisualStyleBackColor = false;            this.btnProfile.Click += new System.EventHandler(this.btnProfile_Click);            //             // btnDataRielter            //             this.btnDataRielter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            this.btnDataRielter.Location = new System.Drawing.Point(228, 213);            this.btnDataRielter.Margin = new System.Windows.Forms.Padding(4);            this.btnDataRielter.Name = "btnDataRielter";            this.btnDataRielter.Size = new System.Drawing.Size(313, 36);            this.btnDataRielter.TabIndex = 5;            this.btnDataRielter.Text = "Данные для риелтеров";            this.btnDataRielter.UseVisualStyleBackColor = false;            this.btnDataRielter.Click += new System.EventHandler(this.btnDataRielter_Click);            //             // btnPotrebRielter            //             this.btnPotrebRielter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            this.btnPotrebRielter.Location = new System.Drawing.Point(228, 168);            this.btnPotrebRielter.Margin = new System.Windows.Forms.Padding(4);            this.btnPotrebRielter.Name = "btnPotrebRielter";            this.btnPotrebRielter.Size = new System.Drawing.Size(314, 36);            this.btnPotrebRielter.TabIndex = 6;            this.btnPotrebRielter.Text = "Потребности для текущего риелтера";            this.btnPotrebRielter.UseVisualStyleBackColor = false;            this.btnPotrebRielter.Click += new System.EventHandler(this.btnPotrebRielter_Click);            //             // btnReport            //             this.btnReport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            this.btnReport.Location = new System.Drawing.Point(228, 253);            this.btnReport.Margin = new System.Windows.Forms.Padding(4);            this.btnReport.Name = "btnReport";            this.btnReport.Size = new System.Drawing.Size(313, 36);            this.btnReport.TabIndex = 7;            this.btnReport.Text = "Отчеты о сделках";            this.btnReport.UseVisualStyleBackColor = false;            this.btnReport.Click += new System.EventHandler(this.btnReport_Click);            //             // label4            //             this.label4.AutoSize = true;            this.label4.Font = new System.Drawing.Font("Comic Sans MS", 16.2F);            this.label4.Location = new System.Drawing.Point(14, 37);            this.label4.Name = "label4";            this.label4.Size = new System.Drawing.Size(342, 39);            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(388, 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(560, 119);            this.panel1.TabIndex = 10;            //             // bsAllRielter            //             this.bsAllRielter.DataMember = "Users";            this.bsAllRielter.DataSource = this.dbAgentstvoDataSet1;            this.bsAllRielter.Filter = "type = 0";            //             // dataGridView1            //             this.dataGridView1.AllowUserToAddRows = false;            this.dataGridView1.AllowUserToDeleteRows = false;            this.dataGridView1.AllowUserToResizeRows = false;            this.dataGridView1.AutoGenerateColumns = false;            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {            this.fam,            this.name});            this.dataGridView1.DataSource = this.bsAllRielter;            this.dataGridView1.Location = new System.Drawing.Point(15, 392);            this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);            this.dataGridView1.Name = "dataGridView1";            this.dataGridView1.ReadOnly = true;            this.dataGridView1.RowHeadersWidth = 20;            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;            this.dataGridView1.Size = new System.Drawing.Size(527, 316);            this.dataGridView1.TabIndex = 11;            //             // btnFindLeven            //             this.btnFindLeven.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            this.btnFindLeven.Location = new System.Drawing.Point(382, 311);            this.btnFindLeven.Margin = new System.Windows.Forms.Padding(4);            this.btnFindLeven.Name = "btnFindLeven";            this.btnFindLeven.Size = new System.Drawing.Size(158, 36);            this.btnFindLeven.TabIndex = 16;            this.btnFindLeven.Text = "Нечеткий поиск";            this.btnFindLeven.UseVisualStyleBackColor = false;            this.btnFindLeven.Click += new System.EventHandler(this.btnFindLeven_Click);            //             // tbxFamFind            //             this.tbxFamFind.Location = new System.Drawing.Point(183, 318);            this.tbxFamFind.Margin = new System.Windows.Forms.Padding(4);            this.tbxFamFind.Name = "tbxFamFind";            this.tbxFamFind.Size = new System.Drawing.Size(148, 29);            this.tbxFamFind.TabIndex = 15;            this.tbxFamFind.TextChanged += new System.EventHandler(this.tbxFamFind_TextChanged);            //             // label2            //             this.label2.AutoSize = true;            this.label2.Location = new System.Drawing.Point(15, 322);            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(167, 23);            this.label2.TabIndex = 14;            this.label2.Text = "Поиск по фамилии:";            //             // label1            //             this.label1.AutoSize = true;            this.label1.Location = new System.Drawing.Point(15, 369);            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label1.Name = "label1";            this.label1.Size = new System.Drawing.Size(192, 23);            this.label1.TabIndex = 13;            this.label1.Text = "Список всех риелтеров:";            //             // fam            //             this.fam.DataPropertyName = "fam";            this.fam.HeaderText = "Фамилия";            this.fam.Name = "fam";            this.fam.ReadOnly = true;            //             // name            //             this.name.DataPropertyName = "name";            this.name.HeaderText = "Имя";            this.name.Name = "name";            this.name.ReadOnly = true;            //             // FormRielter            //             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.BackColor = System.Drawing.Color.White;            this.ClientSize = new System.Drawing.Size(560, 721);            this.Controls.Add(this.btnFindLeven);            this.Controls.Add(this.tbxFamFind);            this.Controls.Add(this.label2);            this.Controls.Add(this.label1);            this.Controls.Add(this.dataGridView1);            this.Controls.Add(this.panel1);            this.Controls.Add(this.btnReport);            this.Controls.Add(this.btnPotrebRielter);            this.Controls.Add(this.btnDataRielter);            this.Controls.Add(this.btnProfile);            this.Controls.Add(nameLabel);            this.Controls.Add(this.nameLabel1);            this.Controls.Add(famLabel);            this.Controls.Add(this.famLabel1);            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 = "FormRielter";            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;            this.Text = "СУБД \"Агентство недвижимости\"";            this.Load += new System.EventHandler(this.FormRielter_Load);            ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();            this.panel1.ResumeLayout(false);            this.panel1.PerformLayout();            ((System.ComponentModel.ISupportInitialize)(this.bsAllRielter)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private DBAgentstvoDataSet dbAgentstvoDataSet1;        private DBAgentstvoDataSetTableAdapters.UsersTableAdapter usersTableAdapter;        public System.Windows.Forms.BindingSource bsUsers;        private DBAgentstvoDataSetTableAdapters.TableAdapterManager tableAdapterManager;        private System.Windows.Forms.Label famLabel1;        private System.Windows.Forms.Label nameLabel1;        private System.Windows.Forms.Button btnProfile;        private System.Windows.Forms.Button btnDataRielter;        private System.Windows.Forms.Button btnPotrebRielter;        private System.Windows.Forms.Button btnReport;        private System.Windows.Forms.Label label4;        private System.Windows.Forms.PictureBox pictureBox1;        private System.Windows.Forms.Panel panel1;        private System.Windows.Forms.BindingSource bsAllRielter;        private System.Windows.Forms.DataGridView dataGridView1;        private System.Windows.Forms.Button btnFindLeven;        private System.Windows.Forms.TextBox tbxFamFind;        private System.Windows.Forms.Label label2;        private System.Windows.Forms.Label label1;        private System.Windows.Forms.DataGridViewTextBoxColumn fam;        private System.Windows.Forms.DataGridViewTextBoxColumn name;    }}
 |