| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330 | namespace СУБД_Агентство{    partial class FormKlient    {        /// <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 nameLabel;            System.Windows.Forms.Label famLabel;            this.nameLabel1 = new System.Windows.Forms.Label();            this.bsUsers = new System.Windows.Forms.BindingSource(this.components);            this.dbAgentstvoDataSet1 = new СУБД_Агентство.DBAgentstvoDataSet();            this.famLabel1 = new System.Windows.Forms.Label();            this.dataGridView1 = new System.Windows.Forms.DataGridView();            this.famDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();            this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();            this.bsAllKlient = new System.Windows.Forms.BindingSource(this.components);            this.label1 = new System.Windows.Forms.Label();            this.label2 = new System.Windows.Forms.Label();            this.tbxFamFind = new System.Windows.Forms.TextBox();            this.btnFindLeven = new System.Windows.Forms.Button();            this.btnAddPredl = new System.Windows.Forms.Button();            this.btnAddPotreb = new System.Windows.Forms.Button();            this.btnPotrebPredlKlient = new System.Windows.Forms.Button();            this.usersTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.UsersTableAdapter();            this.label4 = new System.Windows.Forms.Label();            this.pictureBox1 = new System.Windows.Forms.PictureBox();            this.panel1 = new System.Windows.Forms.Panel();            nameLabel = new System.Windows.Forms.Label();            famLabel = new System.Windows.Forms.Label();            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.bsAllKlient)).BeginInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();            this.panel1.SuspendLayout();            this.SuspendLayout();            //             // nameLabel            //             nameLabel.AutoSize = true;            nameLabel.Location = new System.Drawing.Point(61, 154);            nameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            nameLabel.Name = "nameLabel";            nameLabel.Size = new System.Drawing.Size(44, 20);            nameLabel.TabIndex = 6;            nameLabel.Text = "Имя:";            //             // famLabel            //             famLabel.AutoSize = true;            famLabel.Location = new System.Drawing.Point(20, 117);            famLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            famLabel.Name = "famLabel";            famLabel.Size = new System.Drawing.Size(85, 20);            famLabel.TabIndex = 4;            famLabel.Text = "Фамилия:";            //             // nameLabel1            //             this.nameLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "name", true));            this.nameLabel1.Location = new System.Drawing.Point(118, 154);            this.nameLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.nameLabel1.Name = "nameLabel1";            this.nameLabel1.Size = new System.Drawing.Size(150, 32);            this.nameLabel1.TabIndex = 7;            this.nameLabel1.Text = "label1";            //             // bsUsers            //             this.bsUsers.DataMember = "Users";            this.bsUsers.DataSource = this.dbAgentstvoDataSet1;            //             // dbAgentstvoDataSet1            //             this.dbAgentstvoDataSet1.DataSetName = "DBAgentstvoDataSet";            this.dbAgentstvoDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;            //             // famLabel1            //             this.famLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "fam", true));            this.famLabel1.Location = new System.Drawing.Point(118, 117);            this.famLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.famLabel1.Name = "famLabel1";            this.famLabel1.Size = new System.Drawing.Size(150, 32);            this.famLabel1.TabIndex = 5;            this.famLabel1.Text = "label1";            //             // 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.famDataGridViewTextBoxColumn,            this.nameDataGridViewTextBoxColumn});            this.dataGridView1.DataSource = this.bsAllKlient;            this.dataGridView1.Location = new System.Drawing.Point(25, 327);            this.dataGridView1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 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(500, 294);            this.dataGridView1.TabIndex = 8;            //             // famDataGridViewTextBoxColumn            //             this.famDataGridViewTextBoxColumn.DataPropertyName = "fam";            this.famDataGridViewTextBoxColumn.HeaderText = "Фамилия";            this.famDataGridViewTextBoxColumn.Name = "famDataGridViewTextBoxColumn";            this.famDataGridViewTextBoxColumn.ReadOnly = true;            this.famDataGridViewTextBoxColumn.Width = 120;            //             // nameDataGridViewTextBoxColumn            //             this.nameDataGridViewTextBoxColumn.DataPropertyName = "name";            this.nameDataGridViewTextBoxColumn.HeaderText = "Имя";            this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";            this.nameDataGridViewTextBoxColumn.ReadOnly = true;            this.nameDataGridViewTextBoxColumn.Width = 120;            //             // bsAllKlient            //             this.bsAllKlient.DataMember = "Users";            this.bsAllKlient.DataSource = this.dbAgentstvoDataSet1;            this.bsAllKlient.Filter = "type = 1";            //             // label1            //             this.label1.AutoSize = true;            this.label1.Location = new System.Drawing.Point(26, 302);            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label1.Name = "label1";            this.label1.Size = new System.Drawing.Size(180, 20);            this.label1.TabIndex = 9;            this.label1.Text = "Список всех клиентов:";            //             // label2            //             this.label2.AutoSize = true;            this.label2.Location = new System.Drawing.Point(26, 260);            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);            this.label2.Name = "label2";            this.label2.Size = new System.Drawing.Size(157, 20);            this.label2.TabIndex = 10;            this.label2.Text = "Поиск по фамилии:";            //             // tbxFamFind            //             this.tbxFamFind.Location = new System.Drawing.Point(195, 255);            this.tbxFamFind.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.tbxFamFind.Name = "tbxFamFind";            this.tbxFamFind.Size = new System.Drawing.Size(148, 25);            this.tbxFamFind.TabIndex = 11;            this.tbxFamFind.TextChanged += new System.EventHandler(this.tbxFamFind_TextChanged);            //             // btnFindLeven            //             this.btnFindLeven.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            this.btnFindLeven.Location = new System.Drawing.Point(367, 255);            this.btnFindLeven.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.btnFindLeven.Name = "btnFindLeven";            this.btnFindLeven.Size = new System.Drawing.Size(158, 32);            this.btnFindLeven.TabIndex = 12;            this.btnFindLeven.Text = "Нечеткий поиск";            this.btnFindLeven.UseVisualStyleBackColor = false;            this.btnFindLeven.Click += new System.EventHandler(this.btnFindLeven_Click);            //             // btnAddPredl            //             this.btnAddPredl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            this.btnAddPredl.Location = new System.Drawing.Point(282, 119);            this.btnAddPredl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.btnAddPredl.Name = "btnAddPredl";            this.btnAddPredl.Size = new System.Drawing.Size(243, 32);            this.btnAddPredl.TabIndex = 13;            this.btnAddPredl.Text = "Добавить предложение";            this.btnAddPredl.UseVisualStyleBackColor = false;            this.btnAddPredl.Click += new System.EventHandler(this.btnAddPredl_Click);            //             // btnAddPotreb            //             this.btnAddPotreb.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            this.btnAddPotreb.Location = new System.Drawing.Point(282, 161);            this.btnAddPotreb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.btnAddPotreb.Name = "btnAddPotreb";            this.btnAddPotreb.Size = new System.Drawing.Size(243, 32);            this.btnAddPotreb.TabIndex = 14;            this.btnAddPotreb.Text = "Добавить потребность";            this.btnAddPotreb.UseVisualStyleBackColor = false;            this.btnAddPotreb.Click += new System.EventHandler(this.btnAddPotreb_Click);            //             // btnPotrebPredlKlient            //             this.btnPotrebPredlKlient.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            this.btnPotrebPredlKlient.Location = new System.Drawing.Point(282, 202);            this.btnPotrebPredlKlient.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.btnPotrebPredlKlient.Name = "btnPotrebPredlKlient";            this.btnPotrebPredlKlient.Size = new System.Drawing.Size(243, 32);            this.btnPotrebPredlKlient.TabIndex = 15;            this.btnPotrebPredlKlient.Text = "Потребности и предложения";            this.btnPotrebPredlKlient.UseVisualStyleBackColor = false;            this.btnPotrebPredlKlient.Click += new System.EventHandler(this.btnPotrebPredlKlient_Click);            //             // usersTableAdapter            //             this.usersTableAdapter.ClearBeforeFill = true;            //             // label4            //             this.label4.AutoSize = true;            this.label4.Font = new System.Drawing.Font("Comic Sans MS", 16.2F);            this.label4.Location = new System.Drawing.Point(23, 36);            this.label4.Name = "label4";            this.label4.Size = new System.Drawing.Size(327, 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(375, 0);            this.pictureBox1.Name = "pictureBox1";            this.pictureBox1.Size = new System.Drawing.Size(172, 107);            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(547, 107);            this.panel1.TabIndex = 16;            //             // FormKlient            //             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.BackColor = System.Drawing.Color.White;            this.ClientSize = new System.Drawing.Size(547, 631);            this.Controls.Add(this.panel1);            this.Controls.Add(this.btnPotrebPredlKlient);            this.Controls.Add(this.btnAddPotreb);            this.Controls.Add(this.btnAddPredl);            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(nameLabel);            this.Controls.Add(this.nameLabel1);            this.Controls.Add(famLabel);            this.Controls.Add(this.famLabel1);            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.2F);            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);            this.MaximizeBox = false;            this.MinimizeBox = false;            this.Name = "FormKlient";            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;            this.Text = "СУБД \"Агентство недвижимости\"";            this.Load += new System.EventHandler(this.FormKlient_Load);            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.bsAllKlient)).EndInit();            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();            this.panel1.ResumeLayout(false);            this.panel1.PerformLayout();            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private DBAgentstvoDataSet dbAgentstvoDataSet1;        private DBAgentstvoDataSetTableAdapters.UsersTableAdapter usersTableAdapter;        public System.Windows.Forms.BindingSource bsUsers;        private System.Windows.Forms.Label nameLabel1;        private System.Windows.Forms.Label famLabel1;        private System.Windows.Forms.BindingSource bsAllKlient;        private System.Windows.Forms.DataGridView dataGridView1;        private System.Windows.Forms.DataGridViewTextBoxColumn famDataGridViewTextBoxColumn;        private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;        private System.Windows.Forms.Label label1;        private System.Windows.Forms.Label label2;        private System.Windows.Forms.TextBox tbxFamFind;        private System.Windows.Forms.Button btnFindLeven;        private System.Windows.Forms.Button btnAddPredl;        private System.Windows.Forms.Button btnAddPotreb;        private System.Windows.Forms.Button btnPotrebPredlKlient;        private System.Windows.Forms.Label label4;        private System.Windows.Forms.PictureBox pictureBox1;        private System.Windows.Forms.Panel panel1;    }}
 |