namespace ARM_spec_otdelenia { partial class AdminForm { /// /// 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() { 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); this.exitBtn = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.AdminGrid = new System.Windows.Forms.DataGridView(); this.accBtn = new System.Windows.Forms.Button(); this.zdorBtn = new System.Windows.Forms.Button(); this.contactBtn = new System.Windows.Forms.Button(); this.lichnBtn = new System.Windows.Forms.Button(); this.socpolBtn = new System.Windows.Forms.Button(); this.uslugiBtn = new System.Windows.Forms.Button(); this.homeBtn = new System.Windows.Forms.Button(); this.delBtn = new System.Windows.Forms.Button(); this.addBtn = new System.Windows.Forms.Button(); this.changeBtn = new System.Windows.Forms.Button(); this.clientBtn = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.AdminGrid)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110))))); this.panel1.Controls.Add(this.exitBtn); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(684, 95); this.panel1.TabIndex = 1; // // exitBtn // this.exitBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110))))); this.exitBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(110))))); this.exitBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(50)))), ((int)(((byte)(110))))); this.exitBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(65)))), ((int)(((byte)(150))))); this.exitBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.exitBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.exitBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.exitBtn.Location = new System.Drawing.Point(608, 0); this.exitBtn.Name = "exitBtn"; this.exitBtn.Size = new System.Drawing.Size(76, 35); this.exitBtn.TabIndex = 24; this.exitBtn.TabStop = false; this.exitBtn.Text = "Выход"; this.exitBtn.UseVisualStyleBackColor = false; this.exitBtn.Click += new System.EventHandler(this.exitBtn_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(229, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(243, 45); this.label1.TabIndex = 0; this.label1.Text = "Учет клиентов"; // // AdminGrid // this.AdminGrid.AllowUserToAddRows = false; this.AdminGrid.AllowUserToDeleteRows = false; this.AdminGrid.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.White; dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black; this.AdminGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.AdminGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.AdminGrid.BackgroundColor = System.Drawing.Color.White; this.AdminGrid.BorderStyle = System.Windows.Forms.BorderStyle.None; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.Color.White; dataGridViewCellStyle2.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.AdminGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.AdminGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.White; dataGridViewCellStyle3.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.White; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.AdminGrid.DefaultCellStyle = dataGridViewCellStyle3; this.AdminGrid.Location = new System.Drawing.Point(12, 224); this.AdminGrid.MultiSelect = false; this.AdminGrid.Name = "AdminGrid"; this.AdminGrid.ReadOnly = true; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.Color.White; dataGridViewCellStyle4.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.AdminGrid.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.AdminGrid.RowHeadersVisible = false; dataGridViewCellStyle5.BackColor = System.Drawing.Color.White; dataGridViewCellStyle5.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.Black; this.AdminGrid.RowsDefaultCellStyle = dataGridViewCellStyle5; this.AdminGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.AdminGrid.Size = new System.Drawing.Size(660, 175); this.AdminGrid.TabIndex = 2; // // accBtn // this.accBtn.BackColor = System.Drawing.Color.White; this.accBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.accBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White; this.accBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.accBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.accBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.accBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.accBtn.Location = new System.Drawing.Point(12, 101); this.accBtn.Name = "accBtn"; this.accBtn.Size = new System.Drawing.Size(117, 35); this.accBtn.TabIndex = 14; this.accBtn.TabStop = false; this.accBtn.Text = "Учетки"; this.accBtn.UseVisualStyleBackColor = false; this.accBtn.Click += new System.EventHandler(this.accBtn_Click); // // zdorBtn // this.zdorBtn.BackColor = System.Drawing.Color.White; this.zdorBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.zdorBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White; this.zdorBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.zdorBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.zdorBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.zdorBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.zdorBtn.Location = new System.Drawing.Point(135, 101); this.zdorBtn.Name = "zdorBtn"; this.zdorBtn.Size = new System.Drawing.Size(117, 35); this.zdorBtn.TabIndex = 15; this.zdorBtn.TabStop = false; this.zdorBtn.Text = "Здоровье"; this.zdorBtn.UseVisualStyleBackColor = false; this.zdorBtn.Click += new System.EventHandler(this.zdorBtn_Click); // // contactBtn // this.contactBtn.BackColor = System.Drawing.Color.White; this.contactBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.contactBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White; this.contactBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.contactBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.contactBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.contactBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.contactBtn.Location = new System.Drawing.Point(258, 101); this.contactBtn.Name = "contactBtn"; this.contactBtn.Size = new System.Drawing.Size(118, 35); this.contactBtn.TabIndex = 16; this.contactBtn.TabStop = false; this.contactBtn.Text = "Контакты"; this.contactBtn.UseVisualStyleBackColor = false; this.contactBtn.Click += new System.EventHandler(this.contactBtn_Click); // // lichnBtn // this.lichnBtn.BackColor = System.Drawing.Color.White; this.lichnBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.lichnBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White; this.lichnBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.lichnBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.lichnBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.lichnBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.lichnBtn.Location = new System.Drawing.Point(382, 101); this.lichnBtn.Name = "lichnBtn"; this.lichnBtn.Size = new System.Drawing.Size(142, 35); this.lichnBtn.TabIndex = 17; this.lichnBtn.TabStop = false; this.lichnBtn.Text = "Личные данные"; this.lichnBtn.UseVisualStyleBackColor = false; this.lichnBtn.Click += new System.EventHandler(this.lichnBtn_Click); // // socpolBtn // this.socpolBtn.BackColor = System.Drawing.Color.White; this.socpolBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.socpolBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White; this.socpolBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.socpolBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.socpolBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.socpolBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.socpolBtn.Location = new System.Drawing.Point(530, 101); this.socpolBtn.Name = "socpolBtn"; this.socpolBtn.Size = new System.Drawing.Size(142, 35); this.socpolBtn.TabIndex = 18; this.socpolBtn.TabStop = false; this.socpolBtn.Text = "Соц. положение"; this.socpolBtn.UseVisualStyleBackColor = false; this.socpolBtn.Click += new System.EventHandler(this.socpolBtn_Click); // // uslugiBtn // this.uslugiBtn.BackColor = System.Drawing.Color.White; this.uslugiBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.uslugiBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White; this.uslugiBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.uslugiBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.uslugiBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.uslugiBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.uslugiBtn.Location = new System.Drawing.Point(12, 142); this.uslugiBtn.Name = "uslugiBtn"; this.uslugiBtn.Size = new System.Drawing.Size(117, 35); this.uslugiBtn.TabIndex = 19; this.uslugiBtn.TabStop = false; this.uslugiBtn.Text = "Услуги"; this.uslugiBtn.UseVisualStyleBackColor = false; this.uslugiBtn.Click += new System.EventHandler(this.uslugiBtn_Click); // // homeBtn // this.homeBtn.BackColor = System.Drawing.Color.White; this.homeBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.homeBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White; this.homeBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.homeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.homeBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.homeBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.homeBtn.Location = new System.Drawing.Point(135, 142); this.homeBtn.Name = "homeBtn"; this.homeBtn.Size = new System.Drawing.Size(142, 35); this.homeBtn.TabIndex = 20; this.homeBtn.TabStop = false; this.homeBtn.Text = "Записи на дом"; this.homeBtn.UseVisualStyleBackColor = false; this.homeBtn.Click += new System.EventHandler(this.homeBtn_Click); // // delBtn // this.delBtn.BackColor = System.Drawing.Color.White; this.delBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.delBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White; this.delBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.delBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.delBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.delBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.delBtn.Location = new System.Drawing.Point(406, 142); this.delBtn.Name = "delBtn"; this.delBtn.Size = new System.Drawing.Size(118, 35); this.delBtn.TabIndex = 22; this.delBtn.TabStop = false; this.delBtn.Text = "Удалить"; this.delBtn.UseVisualStyleBackColor = false; this.delBtn.Click += new System.EventHandler(this.delBtn_Click); // // addBtn // this.addBtn.BackColor = System.Drawing.Color.White; this.addBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.addBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White; this.addBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.addBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.addBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.addBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.addBtn.Location = new System.Drawing.Point(283, 142); this.addBtn.Name = "addBtn"; this.addBtn.Size = new System.Drawing.Size(117, 35); this.addBtn.TabIndex = 21; this.addBtn.TabStop = false; this.addBtn.Text = "Добавить"; this.addBtn.UseVisualStyleBackColor = false; this.addBtn.Click += new System.EventHandler(this.addBtn_Click); // // changeBtn // this.changeBtn.BackColor = System.Drawing.Color.White; this.changeBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.changeBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White; this.changeBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.changeBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.changeBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.changeBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.changeBtn.Location = new System.Drawing.Point(530, 142); this.changeBtn.Name = "changeBtn"; this.changeBtn.Size = new System.Drawing.Size(142, 35); this.changeBtn.TabIndex = 23; this.changeBtn.TabStop = false; this.changeBtn.Text = "Редактировать"; this.changeBtn.UseVisualStyleBackColor = false; this.changeBtn.Click += new System.EventHandler(this.changeBtn_Click); // // clientBtn // this.clientBtn.BackColor = System.Drawing.Color.White; this.clientBtn.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.clientBtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White; this.clientBtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White; this.clientBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.clientBtn.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.clientBtn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(186)))), ((int)(((byte)(96))))); this.clientBtn.Location = new System.Drawing.Point(12, 183); this.clientBtn.Name = "clientBtn"; this.clientBtn.Size = new System.Drawing.Size(117, 35); this.clientBtn.TabIndex = 24; this.clientBtn.TabStop = false; this.clientBtn.Text = "Клиенты"; this.clientBtn.UseVisualStyleBackColor = false; this.clientBtn.Click += new System.EventHandler(this.clientBtn_Click); // // AdminForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(684, 411); this.Controls.Add(this.clientBtn); this.Controls.Add(this.changeBtn); this.Controls.Add(this.delBtn); this.Controls.Add(this.addBtn); this.Controls.Add(this.homeBtn); this.Controls.Add(this.uslugiBtn); this.Controls.Add(this.socpolBtn); this.Controls.Add(this.lichnBtn); this.Controls.Add(this.contactBtn); this.Controls.Add(this.zdorBtn); this.Controls.Add(this.accBtn); this.Controls.Add(this.AdminGrid); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AdminForm"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Форма клиентов (режим суперпользователя)"; this.Load += new System.EventHandler(this.AdminForm_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.AdminGrid)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; public System.Windows.Forms.DataGridView AdminGrid; private System.Windows.Forms.Button accBtn; private System.Windows.Forms.Button zdorBtn; private System.Windows.Forms.Button contactBtn; private System.Windows.Forms.Button lichnBtn; private System.Windows.Forms.Button socpolBtn; private System.Windows.Forms.Button uslugiBtn; private System.Windows.Forms.Button homeBtn; private System.Windows.Forms.Button delBtn; private System.Windows.Forms.Button exitBtn; public System.Windows.Forms.Button changeBtn; public System.Windows.Forms.Button addBtn; private System.Windows.Forms.Button clientBtn; } }