PIbd-22_Rogashova_E.A._SUBD/BookShopView/FormClient.Designer.cs

170 lines
7.0 KiB
C#

namespace BookShopView
{
partial class FormClient
{
/// <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.FTextBox = new System.Windows.Forms.TextBox();
this.ITextBox = new System.Windows.Forms.TextBox();
this.LabelF = new System.Windows.Forms.Label();
this.LabelI = new System.Windows.Forms.Label();
this.LabelP = new System.Windows.Forms.Label();
this.LabelQualification = new System.Windows.Forms.Label();
this.ButtonCancel = new System.Windows.Forms.Button();
this.ButtonSave = new System.Windows.Forms.Button();
this.OTextBox = new System.Windows.Forms.TextBox();
this.EmailTextBox = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// FTextBox
//
this.FTextBox.Location = new System.Drawing.Point(128, 16);
this.FTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.FTextBox.Name = "FTextBox";
this.FTextBox.Size = new System.Drawing.Size(194, 27);
this.FTextBox.TabIndex = 0;
//
// ITextBox
//
this.ITextBox.Location = new System.Drawing.Point(128, 65);
this.ITextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.ITextBox.Name = "ITextBox";
this.ITextBox.Size = new System.Drawing.Size(194, 27);
this.ITextBox.TabIndex = 1;
//
// LabelF
//
this.LabelF.AutoSize = true;
this.LabelF.Location = new System.Drawing.Point(14, 20);
this.LabelF.Name = "LabelF";
this.LabelF.Size = new System.Drawing.Size(80, 20);
this.LabelF.TabIndex = 2;
this.LabelF.Text = "Фамилия: ";
//
// LabelI
//
this.LabelI.AutoSize = true;
this.LabelI.Location = new System.Drawing.Point(14, 69);
this.LabelI.Name = "LabelI";
this.LabelI.Size = new System.Drawing.Size(42, 20);
this.LabelI.TabIndex = 3;
this.LabelI.Text = "Имя:";
//
// LabelP
//
this.LabelP.AutoSize = true;
this.LabelP.Location = new System.Drawing.Point(14, 123);
this.LabelP.Name = "LabelP";
this.LabelP.Size = new System.Drawing.Size(75, 20);
this.LabelP.TabIndex = 6;
this.LabelP.Text = "Отчество:";
//
// LabelQualification
//
this.LabelQualification.AutoSize = true;
this.LabelQualification.Location = new System.Drawing.Point(14, 177);
this.LabelQualification.Name = "LabelQualification";
this.LabelQualification.Size = new System.Drawing.Size(49, 20);
this.LabelQualification.TabIndex = 7;
this.LabelQualification.Text = "Email:";
//
// ButtonCancel
//
this.ButtonCancel.Location = new System.Drawing.Point(211, 225);
this.ButtonCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.ButtonCancel.Name = "ButtonCancel";
this.ButtonCancel.Size = new System.Drawing.Size(111, 39);
this.ButtonCancel.TabIndex = 8;
this.ButtonCancel.Text = "Отмена";
this.ButtonCancel.UseVisualStyleBackColor = true;
this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
//
// ButtonSave
//
this.ButtonSave.Location = new System.Drawing.Point(94, 225);
this.ButtonSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.ButtonSave.Name = "ButtonSave";
this.ButtonSave.Size = new System.Drawing.Size(111, 39);
this.ButtonSave.TabIndex = 9;
this.ButtonSave.Text = "Сохранить";
this.ButtonSave.UseVisualStyleBackColor = true;
this.ButtonSave.Click += new System.EventHandler(this.ButtonSave_Click);
//
// OTextBox
//
this.OTextBox.Location = new System.Drawing.Point(128, 116);
this.OTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.OTextBox.Name = "OTextBox";
this.OTextBox.Size = new System.Drawing.Size(194, 27);
this.OTextBox.TabIndex = 10;
//
// EmailTextBox
//
this.EmailTextBox.Location = new System.Drawing.Point(128, 170);
this.EmailTextBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.EmailTextBox.Name = "EmailTextBox";
this.EmailTextBox.Size = new System.Drawing.Size(194, 27);
this.EmailTextBox.TabIndex = 11;
//
// FormClient
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(350, 285);
this.Controls.Add(this.EmailTextBox);
this.Controls.Add(this.OTextBox);
this.Controls.Add(this.ButtonSave);
this.Controls.Add(this.ButtonCancel);
this.Controls.Add(this.LabelQualification);
this.Controls.Add(this.LabelP);
this.Controls.Add(this.LabelI);
this.Controls.Add(this.LabelF);
this.Controls.Add(this.ITextBox);
this.Controls.Add(this.FTextBox);
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "FormClient";
this.Text = "Клиент";
this.Click += new System.EventHandler(this.FormClient_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private TextBox FTextBox;
private TextBox ITextBox;
private Label LabelF;
private Label LabelI;
private Label LabelP;
private Label LabelQualification;
private Button ButtonCancel;
private Button ButtonSave;
private TextBox OTextBox;
private TextBox EmailTextBox;
}
}