namespace Servise.Forms.User
{
partial class AddClient
{
///
/// 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(AddClient));
this.maskedPhoneClient = new System.Windows.Forms.MaskedTextBox();
this.textSurnameClient = new System.Windows.Forms.TextBox();
this.textNameClient = new System.Windows.Forms.TextBox();
this.saveClient = new System.Windows.Forms.Button();
this.dataClient = new System.Windows.Forms.DataGridView();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.label13 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dataClient)).BeginInit();
this.SuspendLayout();
//
// maskedPhoneClient
//
this.maskedPhoneClient.Location = new System.Drawing.Point(694, 186);
this.maskedPhoneClient.Margin = new System.Windows.Forms.Padding(2);
this.maskedPhoneClient.Mask = "+7 (000) 000-0000";
this.maskedPhoneClient.Name = "maskedPhoneClient";
this.maskedPhoneClient.Size = new System.Drawing.Size(132, 22);
this.maskedPhoneClient.TabIndex = 37;
//
// textSurnameClient
//
this.textSurnameClient.Location = new System.Drawing.Point(437, 186);
this.textSurnameClient.Margin = new System.Windows.Forms.Padding(2);
this.textSurnameClient.MaxLength = 40;
this.textSurnameClient.Name = "textSurnameClient";
this.textSurnameClient.Size = new System.Drawing.Size(132, 22);
this.textSurnameClient.TabIndex = 36;
this.textSurnameClient.TextChanged += new System.EventHandler(this.textSurnameClient_TextChanged);
//
// textNameClient
//
this.textNameClient.Location = new System.Drawing.Point(181, 186);
this.textNameClient.Margin = new System.Windows.Forms.Padding(2);
this.textNameClient.MaxLength = 20;
this.textNameClient.Name = "textNameClient";
this.textNameClient.Size = new System.Drawing.Size(132, 22);
this.textNameClient.TabIndex = 35;
//
// saveClient
//
this.saveClient.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.saveClient.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.saveClient.Location = new System.Drawing.Point(166, 256);
this.saveClient.Margin = new System.Windows.Forms.Padding(2);
this.saveClient.Name = "saveClient";
this.saveClient.Size = new System.Drawing.Size(160, 20);
this.saveClient.TabIndex = 34;
this.saveClient.Text = "Сохранить строку";
this.saveClient.UseVisualStyleBackColor = false;
this.saveClient.Click += new System.EventHandler(this.saveClient_Click);
//
// dataClient
//
this.dataClient.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.ColumnHeader;
this.dataClient.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllHeaders;
this.dataClient.BackgroundColor = System.Drawing.Color.FloralWhite;
this.dataClient.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataClient.Location = new System.Drawing.Point(129, 293);
this.dataClient.Margin = new System.Windows.Forms.Padding(2);
this.dataClient.Name = "dataClient";
this.dataClient.RowHeadersWidth = 51;
this.dataClient.RowTemplate.Height = 24;
this.dataClient.Size = new System.Drawing.Size(738, 198);
this.dataClient.TabIndex = 32;
//
// 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(424, 256);
this.button1.Margin = new System.Windows.Forms.Padding(2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(160, 20);
this.button1.TabIndex = 38;
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(680, 256);
this.button2.Margin = new System.Windows.Forms.Padding(2);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(160, 20);
this.button2.TabIndex = 39;
this.button2.Text = "Назад";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label13
//
this.label13.AutoSize = true;
this.label13.BackColor = System.Drawing.Color.Transparent;
this.label13.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold);
this.label13.Location = new System.Drawing.Point(231, 169);
this.label13.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(28, 15);
this.label13.TabIndex = 40;
this.label13.Text = "Имя";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold);
this.label1.Location = new System.Drawing.Point(472, 169);
this.label1.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(55, 15);
this.label1.TabIndex = 41;
this.label1.Text = "Фамилия";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("Lucida Sans", 9.75F, System.Drawing.FontStyle.Bold);
this.label2.Location = new System.Drawing.Point(730, 169);
this.label2.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 15);
this.label2.TabIndex = 42;
this.label2.Text = "Телефон";
//
// AddClient
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Gold;
this.BackgroundImage = global::Servise.Properties.Resources.auto_21;
this.ClientSize = new System.Drawing.Size(1008, 680);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.label13);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.maskedPhoneClient);
this.Controls.Add(this.textSurnameClient);
this.Controls.Add(this.textNameClient);
this.Controls.Add(this.saveClient);
this.Controls.Add(this.dataClient);
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 = "AddClient";
this.Text = "Добавление клиента";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.AddClient_FormClosed);
this.Load += new System.EventHandler(this.AddClient_Load);
((System.ComponentModel.ISupportInitialize)(this.dataClient)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MaskedTextBox maskedPhoneClient;
private System.Windows.Forms.TextBox textSurnameClient;
private System.Windows.Forms.TextBox textNameClient;
private System.Windows.Forms.Button saveClient;
private System.Windows.Forms.DataGridView dataClient;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
}
}