namespace WinForms
{
partial class FormClient
{
///
/// 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()
{
LabelFIO = new Label();
textBoxName = new TextBox();
label1 = new Label();
label2 = new Label();
textBoxReviews = new TextBox();
label3 = new Label();
buttonSave = new Button();
buttonCancel = new Button();
controlInputNullableInt1 = new ControlsLibraryNet60.Input.ControlInputNullableInt();
myDropDownList1 = new VisualCompLib.MyDropDownList();
SuspendLayout();
//
// LabelFIO
//
LabelFIO.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
LabelFIO.AutoSize = true;
LabelFIO.Location = new Point(15, 13);
LabelFIO.Name = "LabelFIO";
LabelFIO.Size = new Size(42, 20);
LabelFIO.TabIndex = 0;
LabelFIO.Text = "ФИО";
//
// textBoxName
//
textBoxName.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
textBoxName.Location = new Point(15, 41);
textBoxName.Margin = new Padding(3, 4, 3, 4);
textBoxName.Name = "textBoxName";
textBoxName.Size = new Size(244, 27);
textBoxName.TabIndex = 1;
//
// label1
//
label1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
label1.AutoSize = true;
label1.Location = new Point(14, 81);
label1.Name = "label1";
label1.Size = new Size(52, 20);
label1.TabIndex = 3;
label1.Text = "Статус";
//
// label2
//
label2.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
label2.AutoSize = true;
label2.Location = new Point(15, 148);
label2.Name = "label2";
label2.Size = new Size(63, 20);
label2.TabIndex = 4;
label2.Text = "Отзывы";
//
// textBoxReviews
//
textBoxReviews.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
textBoxReviews.Location = new Point(15, 175);
textBoxReviews.Margin = new Padding(3, 4, 3, 4);
textBoxReviews.Name = "textBoxReviews";
textBoxReviews.Size = new Size(244, 27);
textBoxReviews.TabIndex = 5;
//
// label3
//
label3.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
label3.AutoSize = true;
label3.Location = new Point(15, 212);
label3.Name = "label3";
label3.Size = new Size(116, 20);
label3.TabIndex = 7;
label3.Text = "Сумма покупок";
//
// buttonSave
//
buttonSave.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
buttonSave.Location = new Point(14, 311);
buttonSave.Margin = new Padding(3, 4, 3, 4);
buttonSave.Name = "buttonSave";
buttonSave.Size = new Size(243, 31);
buttonSave.TabIndex = 8;
buttonSave.Text = "Сохранить";
buttonSave.UseVisualStyleBackColor = true;
buttonSave.Click += buttonSave_Click;
//
// buttonCancel
//
buttonCancel.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
buttonCancel.Location = new Point(14, 349);
buttonCancel.Margin = new Padding(3, 4, 3, 4);
buttonCancel.Name = "buttonCancel";
buttonCancel.Size = new Size(243, 31);
buttonCancel.TabIndex = 9;
buttonCancel.Text = "Отменить";
buttonCancel.UseVisualStyleBackColor = true;
buttonCancel.Click += buttonCancel_Click;
//
// controlInputNullableInt1
//
controlInputNullableInt1.Location = new Point(14, 240);
controlInputNullableInt1.Margin = new Padding(5, 8, 5, 8);
controlInputNullableInt1.Name = "controlInputNullableInt1";
controlInputNullableInt1.Size = new Size(244, 39);
controlInputNullableInt1.TabIndex = 12;
controlInputNullableInt1.Value = null;
//
// myDropDownList1
//
myDropDownList1.Location = new Point(12, 105);
myDropDownList1.Margin = new Padding(3, 4, 3, 4);
myDropDownList1.Name = "myDropDownList1";
myDropDownList1.SelectedValue = "";
myDropDownList1.Size = new Size(198, 39);
myDropDownList1.TabIndex = 13;
//
// FormClient
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(273, 397);
Controls.Add(myDropDownList1);
Controls.Add(controlInputNullableInt1);
Controls.Add(buttonCancel);
Controls.Add(buttonSave);
Controls.Add(label3);
Controls.Add(textBoxReviews);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(textBoxName);
Controls.Add(LabelFIO);
Margin = new Padding(3, 4, 3, 4);
Name = "FormClient";
Text = "Клиенты";
Load += FormClient_Load;
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label LabelFIO;
private TextBox textBoxName;
private Label label1;
private Label label2;
private TextBox textBoxReviews;
private Label label3;
private Button buttonSave;
private Button buttonCancel;
private ControlsLibraryNet60.Input.ControlInputNullableInt controlInputNullableInt1;
private VisualCompLib.MyDropDownList myDropDownList1;
}
}