namespace Servise.Forms { partial class Users { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Users)); this.textEmail = new System.Windows.Forms.TextBox(); this.textPatronymic = new System.Windows.Forms.TextBox(); this.textSurname = new System.Windows.Forms.TextBox(); this.textName = new System.Windows.Forms.TextBox(); this.maskedPhone = new System.Windows.Forms.MaskedTextBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.textLogin = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // textEmail // this.textEmail.Location = new System.Drawing.Point(700, 273); this.textEmail.Margin = new System.Windows.Forms.Padding(2); this.textEmail.Name = "textEmail"; this.textEmail.Size = new System.Drawing.Size(122, 22); this.textEmail.TabIndex = 32; // // textPatronymic // this.textPatronymic.Location = new System.Drawing.Point(418, 306); this.textPatronymic.Margin = new System.Windows.Forms.Padding(2); this.textPatronymic.Name = "textPatronymic"; this.textPatronymic.Size = new System.Drawing.Size(122, 22); this.textPatronymic.TabIndex = 31; // // textSurname // this.textSurname.Location = new System.Drawing.Point(418, 270); this.textSurname.Margin = new System.Windows.Forms.Padding(2); this.textSurname.Name = "textSurname"; this.textSurname.Size = new System.Drawing.Size(122, 22); this.textSurname.TabIndex = 30; // // textName // this.textName.Location = new System.Drawing.Point(418, 234); this.textName.Margin = new System.Windows.Forms.Padding(2); this.textName.Name = "textName"; this.textName.Size = new System.Drawing.Size(122, 22); this.textName.TabIndex = 29; // // maskedPhone // this.maskedPhone.Location = new System.Drawing.Point(700, 237); this.maskedPhone.Margin = new System.Windows.Forms.Padding(2); this.maskedPhone.Name = "maskedPhone"; this.maskedPhone.Size = new System.Drawing.Size(122, 22); this.maskedPhone.TabIndex = 28; // // button1 // this.button1.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.button1.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.Location = new System.Drawing.Point(133, 233); this.button1.Margin = new System.Windows.Forms.Padding(2); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(150, 20); this.button1.TabIndex = 36; this.button1.Text = "Добавить клиента"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.button2.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.Location = new System.Drawing.Point(133, 269); this.button2.Margin = new System.Windows.Forms.Padding(2); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(150, 20); this.button2.TabIndex = 37; this.button2.Text = "Добавить заказ детали"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.button3.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button3.Location = new System.Drawing.Point(133, 379); this.button3.Margin = new System.Windows.Forms.Padding(2); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(150, 20); this.button3.TabIndex = 38; this.button3.Text = "Принять изменения"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // button4 // this.button4.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.button4.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button4.Location = new System.Drawing.Point(402, 379); this.button4.Margin = new System.Windows.Forms.Padding(2); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(150, 20); this.button4.TabIndex = 39; this.button4.Text = "Изменить"; this.button4.UseVisualStyleBackColor = false; this.button4.Click += new System.EventHandler(this.button4_Click); // // textLogin // this.textLogin.Location = new System.Drawing.Point(700, 311); this.textLogin.Margin = new System.Windows.Forms.Padding(2); this.textLogin.Name = "textLogin"; this.textLogin.Size = new System.Drawing.Size(122, 22); this.textLogin.TabIndex = 33; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Lucida Sans", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(347, 239); this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(33, 17); this.label2.TabIndex = 43; this.label2.Text = "Имя"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Lucida Sans", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(347, 275); this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(64, 17); this.label1.TabIndex = 44; this.label1.Text = "Фамилия"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("Lucida Sans", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(347, 311); this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(63, 17); this.label3.TabIndex = 45; this.label3.Text = "Отчество"; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("Lucida Sans", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(629, 237); this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(60, 17); this.label4.TabIndex = 46; this.label4.Text = "Телефон"; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("Lucida Sans", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(629, 273); this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(43, 17); this.label5.TabIndex = 47; this.label5.Text = "Почта"; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Font = new System.Drawing.Font("Lucida Sans", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(629, 311); this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(44, 17); this.label6.TabIndex = 48; this.label6.Text = "Логин"; // // button5 // this.button5.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.button5.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button5.Location = new System.Drawing.Point(133, 310); this.button5.Margin = new System.Windows.Forms.Padding(2); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(150, 20); this.button5.TabIndex = 49; this.button5.Text = "Починка"; this.button5.UseVisualStyleBackColor = false; this.button5.Click += new System.EventHandler(this.button5_Click); // // button6 // this.button6.BackColor = System.Drawing.SystemColors.ButtonHighlight; this.button6.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button6.Location = new System.Drawing.Point(672, 379); this.button6.Margin = new System.Windows.Forms.Padding(2); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(150, 20); this.button6.TabIndex = 50; this.button6.Text = "Сменить пароль"; this.button6.UseVisualStyleBackColor = false; this.button6.Click += new System.EventHandler(this.button6_Click); // // Users // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::Servise.Properties.Resources.auto_21; this.ClientSize = new System.Drawing.Size(1008, 680); this.Controls.Add(this.button6); this.Controls.Add(this.button5); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.textLogin); this.Controls.Add(this.textEmail); this.Controls.Add(this.textPatronymic); this.Controls.Add(this.textSurname); this.Controls.Add(this.textName); this.Controls.Add(this.maskedPhone); this.Font = new System.Drawing.Font("Lucida Sans", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2); this.MaximumSize = new System.Drawing.Size(1024, 719); this.MinimumSize = new System.Drawing.Size(1024, 719); this.Name = "Users"; this.Text = "Личный кабинет"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Users_FormClosing); this.Load += new System.EventHandler(this.Users_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textEmail; private System.Windows.Forms.TextBox textPatronymic; private System.Windows.Forms.TextBox textSurname; private System.Windows.Forms.TextBox textName; private System.Windows.Forms.MaskedTextBox maskedPhone; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.TextBox textLogin; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; } }