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

145 lines
5.9 KiB
C#
Raw Normal View History

2024-02-14 00:11:21 +04:00
namespace LawFirmView
2024-02-11 18:24:54 +04:00
{
partial class FormCreateOrder
{
/// <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-27 19:44:44 +04:00
this.comboBoxDocument = new System.Windows.Forms.ComboBox();
2024-02-11 18:24:54 +04:00
this.textBoxCount = new System.Windows.Forms.TextBox();
this.textBoxSum = new System.Windows.Forms.TextBox();
2024-02-27 19:44:44 +04:00
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = 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
// comboBoxDocument
2024-02-11 18:24:54 +04:00
//
2024-02-27 19:44:44 +04:00
this.comboBoxDocument.FormattingEnabled = true;
this.comboBoxDocument.Location = new System.Drawing.Point(116, 12);
this.comboBoxDocument.Name = "comboBoxDocument";
this.comboBoxDocument.Size = new System.Drawing.Size(198, 23);
this.comboBoxDocument.TabIndex = 0;
this.comboBoxDocument.SelectedIndexChanged += new System.EventHandler(this.comboBoxDocument_SelectedIndexChanged);
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(116, 41);
this.textBoxCount.Name = "textBoxCount";
this.textBoxCount.Size = new System.Drawing.Size(198, 23);
this.textBoxCount.TabIndex = 1;
this.textBoxCount.TextChanged += new System.EventHandler(this.textBoxCount_TextChanged);
2024-02-11 18:24:54 +04:00
//
2024-02-27 19:44:44 +04:00
// textBoxSum
2024-02-11 18:24:54 +04:00
//
2024-02-27 19:44:44 +04:00
this.textBoxSum.Location = new System.Drawing.Point(116, 70);
this.textBoxSum.Name = "textBoxSum";
this.textBoxSum.Size = new System.Drawing.Size(198, 23);
this.textBoxSum.TabIndex = 2;
this.textBoxSum.TextChanged += new System.EventHandler(this.textBoxSum_TextChanged);
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(3, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(110, 15);
this.label1.TabIndex = 3;
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(3, 44);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(75, 15);
this.label2.TabIndex = 4;
this.label2.Text = "Количество:";
2024-02-11 18:24:54 +04:00
//
2024-02-27 19:44:44 +04:00
// label3
2024-02-11 18:24:54 +04:00
//
2024-02-27 19:44:44 +04:00
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 70);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(48, 15);
this.label3.TabIndex = 5;
this.label3.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(180, 122);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(75, 23);
this.buttonSave.TabIndex = 6;
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(282, 122);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 7;
this.buttonCancel.Text = "Отмена";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
2024-02-11 18:24:54 +04:00
//
// FormCreateOrder
//
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(445, 158);
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.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBoxSum);
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.comboBoxDocument);
2024-02-11 18:24:54 +04:00
this.Name = "FormCreateOrder";
this.Text = "Заказ";
this.Load += new System.EventHandler(this.FormCreateOrder_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
2024-02-27 19:44:44 +04:00
private ComboBox comboBoxDocument;
private TextBox textBoxCount;
private TextBox textBoxSum;
private Label label1;
private Label label2;
private Label label3;
private Button buttonSave;
private Button buttonCancel;
2024-02-11 18:24:54 +04:00
}
}