2024-02-14 00:11:21 +04:00
|
|
|
|
namespace LawFirmView
|
2024-02-11 18:24:54 +04:00
|
|
|
|
{
|
|
|
|
|
partial class FormComponent
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2024-02-28 09:04:02 +04:00
|
|
|
|
textBoxName = new TextBox();
|
|
|
|
|
textBoxCost = new TextBox();
|
|
|
|
|
label1 = new Label();
|
|
|
|
|
label2 = new Label();
|
|
|
|
|
buttonSave = new Button();
|
|
|
|
|
buttonCancel = new Button();
|
|
|
|
|
SuspendLayout();
|
2024-02-11 18:24:54 +04:00
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
// textBoxName
|
2024-02-11 18:24:54 +04:00
|
|
|
|
//
|
2024-02-28 09:04:02 +04:00
|
|
|
|
textBoxName.Location = new Point(82, 16);
|
|
|
|
|
textBoxName.Margin = new Padding(3, 4, 3, 4);
|
|
|
|
|
textBoxName.Name = "textBoxName";
|
|
|
|
|
textBoxName.Size = new Size(305, 27);
|
|
|
|
|
textBoxName.TabIndex = 0;
|
2024-02-11 18:24:54 +04:00
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
// textBoxCost
|
2024-02-11 18:24:54 +04:00
|
|
|
|
//
|
2024-02-28 09:04:02 +04:00
|
|
|
|
textBoxCost.Location = new Point(82, 73);
|
|
|
|
|
textBoxCost.Margin = new Padding(3, 4, 3, 4);
|
|
|
|
|
textBoxCost.Name = "textBoxCost";
|
|
|
|
|
textBoxCost.Size = new Size(163, 27);
|
|
|
|
|
textBoxCost.TabIndex = 1;
|
2024-02-11 18:24:54 +04:00
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
// label1
|
2024-02-11 18:24:54 +04:00
|
|
|
|
//
|
2024-02-28 09:04:02 +04:00
|
|
|
|
label1.AutoSize = true;
|
|
|
|
|
label1.Location = new Point(2, 16);
|
|
|
|
|
label1.Name = "label1";
|
|
|
|
|
label1.Size = new Size(80, 20);
|
|
|
|
|
label1.TabIndex = 2;
|
|
|
|
|
label1.Text = "Название:";
|
2024-02-11 18:24:54 +04:00
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
// label2
|
2024-02-11 18:24:54 +04:00
|
|
|
|
//
|
2024-02-28 09:04:02 +04:00
|
|
|
|
label2.AutoSize = true;
|
|
|
|
|
label2.Location = new Point(14, 73);
|
|
|
|
|
label2.Name = "label2";
|
|
|
|
|
label2.Size = new Size(48, 20);
|
|
|
|
|
label2.TabIndex = 3;
|
|
|
|
|
label2.Text = "Цена:";
|
2024-02-11 18:24:54 +04:00
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
// buttonSave
|
2024-02-11 18:24:54 +04:00
|
|
|
|
//
|
2024-02-28 09:04:02 +04:00
|
|
|
|
buttonSave.Location = new Point(182, 135);
|
|
|
|
|
buttonSave.Margin = new Padding(3, 4, 3, 4);
|
|
|
|
|
buttonSave.Name = "buttonSave";
|
|
|
|
|
buttonSave.Size = new Size(92, 31);
|
|
|
|
|
buttonSave.TabIndex = 4;
|
|
|
|
|
buttonSave.Text = "Сохранить";
|
|
|
|
|
buttonSave.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonSave.Click += buttonSave_Click;
|
2024-02-11 18:24:54 +04:00
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
// buttonCancel
|
2024-02-11 18:24:54 +04:00
|
|
|
|
//
|
2024-02-28 09:04:02 +04:00
|
|
|
|
buttonCancel.Location = new Point(302, 135);
|
|
|
|
|
buttonCancel.Margin = new Padding(3, 4, 3, 4);
|
|
|
|
|
buttonCancel.Name = "buttonCancel";
|
|
|
|
|
buttonCancel.Size = new Size(86, 31);
|
|
|
|
|
buttonCancel.TabIndex = 5;
|
|
|
|
|
buttonCancel.Text = "Отмена";
|
|
|
|
|
buttonCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonCancel.Click += buttonCancel_Click;
|
2024-02-11 18:24:54 +04:00
|
|
|
|
//
|
|
|
|
|
// FormComponent
|
|
|
|
|
//
|
2024-02-28 09:04:02 +04:00
|
|
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new Size(521, 185);
|
|
|
|
|
Controls.Add(buttonCancel);
|
|
|
|
|
Controls.Add(buttonSave);
|
|
|
|
|
Controls.Add(label2);
|
|
|
|
|
Controls.Add(label1);
|
|
|
|
|
Controls.Add(textBoxCost);
|
|
|
|
|
Controls.Add(textBoxName);
|
|
|
|
|
Margin = new Padding(3, 4, 3, 4);
|
|
|
|
|
Name = "FormComponent";
|
|
|
|
|
Text = "Компонент";
|
|
|
|
|
Load += FormComponent_Load;
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
PerformLayout();
|
2024-02-11 18:24:54 +04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2024-02-27 19:44:44 +04:00
|
|
|
|
private TextBox textBoxName;
|
2024-02-11 18:24:54 +04:00
|
|
|
|
private TextBox textBoxCost;
|
2024-02-27 19:44:44 +04:00
|
|
|
|
private Label label1;
|
|
|
|
|
private Label label2;
|
|
|
|
|
private Button buttonSave;
|
|
|
|
|
private Button buttonCancel;
|
2024-02-11 18:24:54 +04:00
|
|
|
|
}
|
|
|
|
|
}
|