2023-10-27 20:29:38 +04:00
|
|
|
|
using ControlsLibraryNet60.Input;
|
|
|
|
|
|
|
|
|
|
namespace WinForms
|
2023-10-25 23:06:54 +04:00
|
|
|
|
{
|
|
|
|
|
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()
|
|
|
|
|
{
|
|
|
|
|
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();
|
2023-10-26 22:26:41 +04:00
|
|
|
|
myDropDownList1 = new VisualCompLib.MyDropDownList();
|
2023-10-25 23:06:54 +04:00
|
|
|
|
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;
|
2023-10-26 22:26:41 +04:00
|
|
|
|
buttonSave.Click += buttonSave_Click;
|
2023-10-25 23:06:54 +04:00
|
|
|
|
//
|
|
|
|
|
// 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;
|
2023-10-26 22:26:41 +04:00
|
|
|
|
buttonCancel.Click += buttonCancel_Click;
|
2023-10-25 23:06:54 +04:00
|
|
|
|
//
|
|
|
|
|
// controlInputNullableInt1
|
|
|
|
|
//
|
2023-10-27 20:29:38 +04:00
|
|
|
|
controlInputNullableInt1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
2023-10-25 23:06:54 +04:00
|
|
|
|
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;
|
|
|
|
|
//
|
2023-10-26 22:26:41 +04:00
|
|
|
|
// myDropDownList1
|
|
|
|
|
//
|
2023-10-27 20:29:38 +04:00
|
|
|
|
myDropDownList1.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
2023-10-26 22:26:41 +04:00
|
|
|
|
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;
|
|
|
|
|
//
|
2023-10-25 23:06:54 +04:00
|
|
|
|
// FormClient
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new Size(273, 397);
|
|
|
|
|
Controls.Add(myDropDownList1);
|
2023-10-26 22:26:41 +04:00
|
|
|
|
Controls.Add(controlInputNullableInt1);
|
2023-10-25 23:06:54 +04:00
|
|
|
|
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;
|
2023-10-26 22:26:41 +04:00
|
|
|
|
private VisualCompLib.MyDropDownList myDropDownList1;
|
2023-10-25 23:06:54 +04:00
|
|
|
|
}
|
|
|
|
|
}
|