123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308 |
- namespace Servise.Forms
- {
- partial class Users
- {
- /// <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()
- {
- 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;
- }
- }
|