PIbd-22_Petrushin_E.A._LawFirm/LawFirm/LawFirmView/FormDocumentComponent.designer.cs

119 lines
4.7 KiB
C#
Raw Normal View History

2024-02-14 00:11:21 +04:00
namespace LawFirmView
2024-02-11 18:24:54 +04:00
{
2024-02-14 00:11:21 +04:00
partial class FormDocumentComponent
2024-02-11 18:24:54 +04:00
{
/// <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.comboBoxComponent = new System.Windows.Forms.ComboBox();
2024-02-27 19:44:44 +04:00
this.textBoxCount = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.buttonSave = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
2024-02-11 18:24:54 +04:00
this.SuspendLayout();
//
2024-02-27 19:44:44 +04:00
// comboBoxComponent
2024-02-11 18:24:54 +04:00
//
2024-02-27 19:44:44 +04:00
this.comboBoxComponent.FormattingEnabled = true;
this.comboBoxComponent.Location = new System.Drawing.Point(93, 12);
this.comboBoxComponent.Name = "comboBoxComponent";
this.comboBoxComponent.Size = new System.Drawing.Size(215, 23);
this.comboBoxComponent.TabIndex = 0;
2024-02-11 18:24:54 +04:00
//
2024-02-27 19:44:44 +04:00
// textBoxCount
2024-02-11 18:24:54 +04:00
//
2024-02-27 19:44:44 +04:00
this.textBoxCount.Location = new System.Drawing.Point(93, 50);
this.textBoxCount.Name = "textBoxCount";
this.textBoxCount.Size = new System.Drawing.Size(146, 23);
this.textBoxCount.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-27 19:44:44 +04:00
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(72, 15);
this.label1.TabIndex = 2;
this.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-27 19:44:44 +04:00
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 50);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(75, 15);
this.label2.TabIndex = 3;
this.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-27 19:44:44 +04:00
this.buttonSave.Location = new System.Drawing.Point(164, 91);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(75, 23);
this.buttonSave.TabIndex = 4;
this.buttonSave.Text = "Сохранить";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.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-27 19:44:44 +04:00
this.buttonCancel.Location = new System.Drawing.Point(259, 91);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "Отмена";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
2024-02-11 18:24:54 +04:00
//
// FormProductComponent
//
2024-02-27 19:44:44 +04:00
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
2024-02-11 18:24:54 +04:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2024-02-27 19:44:44 +04:00
this.ClientSize = new System.Drawing.Size(384, 136);
2024-02-11 18:24:54 +04:00
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonSave);
2024-02-27 19:44:44 +04:00
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
2024-02-11 18:24:54 +04:00
this.Controls.Add(this.textBoxCount);
2024-02-27 19:44:44 +04:00
this.Controls.Add(this.comboBoxComponent);
2024-02-11 18:24:54 +04:00
this.Name = "FormProductComponent";
2024-02-27 19:44:44 +04:00
this.Text = "Компонент пакета документов";
2024-02-11 18:24:54 +04:00
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
2024-02-27 19:44:44 +04:00
private ComboBox comboBoxComponent;
private TextBox textBoxCount;
private Label label1;
private Label label2;
private Button buttonSave;
private Button buttonCancel;
2024-02-11 18:24:54 +04:00
}
}