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-28 09:04:02 +04:00
|
|
|
|
comboBoxDocument = new ComboBox();
|
|
|
|
|
textBoxCount = new TextBox();
|
|
|
|
|
textBoxSum = new TextBox();
|
|
|
|
|
label1 = new Label();
|
|
|
|
|
label2 = new Label();
|
|
|
|
|
label3 = new Label();
|
|
|
|
|
buttonSave = new Button();
|
|
|
|
|
buttonCancel = new Button();
|
2024-04-20 14:07:58 +04:00
|
|
|
|
comboBoxClient = new ComboBox();
|
|
|
|
|
label4 = new Label();
|
2024-02-28 09:04:02 +04:00
|
|
|
|
SuspendLayout();
|
2024-02-11 18:24:54 +04:00
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
// comboBoxDocument
|
2024-02-11 18:24:54 +04:00
|
|
|
|
//
|
2024-02-28 09:04:02 +04:00
|
|
|
|
comboBoxDocument.FormattingEnabled = true;
|
2024-04-20 14:07:58 +04:00
|
|
|
|
comboBoxDocument.Location = new Point(147, 16);
|
2024-02-28 09:04:02 +04:00
|
|
|
|
comboBoxDocument.Margin = new Padding(3, 4, 3, 4);
|
|
|
|
|
comboBoxDocument.Name = "comboBoxDocument";
|
|
|
|
|
comboBoxDocument.Size = new Size(226, 28);
|
|
|
|
|
comboBoxDocument.TabIndex = 0;
|
|
|
|
|
comboBoxDocument.SelectedIndexChanged += 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-04-20 14:07:58 +04:00
|
|
|
|
textBoxCount.Location = new Point(147, 52);
|
2024-02-28 09:04:02 +04:00
|
|
|
|
textBoxCount.Margin = new Padding(3, 4, 3, 4);
|
|
|
|
|
textBoxCount.Name = "textBoxCount";
|
|
|
|
|
textBoxCount.Size = new Size(226, 27);
|
|
|
|
|
textBoxCount.TabIndex = 1;
|
|
|
|
|
textBoxCount.TextChanged += 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-04-20 14:07:58 +04:00
|
|
|
|
textBoxSum.Location = new Point(147, 93);
|
2024-02-28 09:04:02 +04:00
|
|
|
|
textBoxSum.Margin = new Padding(3, 4, 3, 4);
|
|
|
|
|
textBoxSum.Name = "textBoxSum";
|
|
|
|
|
textBoxSum.Size = new Size(226, 27);
|
|
|
|
|
textBoxSum.TabIndex = 2;
|
|
|
|
|
textBoxSum.TextChanged += 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-28 09:04:02 +04:00
|
|
|
|
label1.AutoSize = true;
|
|
|
|
|
label1.Location = new Point(3, 16);
|
|
|
|
|
label1.Name = "label1";
|
|
|
|
|
label1.Size = new Size(138, 20);
|
|
|
|
|
label1.TabIndex = 3;
|
|
|
|
|
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(3, 59);
|
|
|
|
|
label2.Name = "label2";
|
|
|
|
|
label2.Size = new Size(93, 20);
|
|
|
|
|
label2.TabIndex = 4;
|
|
|
|
|
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-28 09:04:02 +04:00
|
|
|
|
label3.AutoSize = true;
|
|
|
|
|
label3.Location = new Point(3, 93);
|
|
|
|
|
label3.Name = "label3";
|
|
|
|
|
label3.Size = new Size(58, 20);
|
|
|
|
|
label3.TabIndex = 5;
|
|
|
|
|
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-28 09:04:02 +04:00
|
|
|
|
buttonSave.Location = new Point(206, 163);
|
|
|
|
|
buttonSave.Margin = new Padding(3, 4, 3, 4);
|
|
|
|
|
buttonSave.Name = "buttonSave";
|
|
|
|
|
buttonSave.Size = new Size(91, 31);
|
|
|
|
|
buttonSave.TabIndex = 6;
|
|
|
|
|
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(322, 163);
|
|
|
|
|
buttonCancel.Margin = new Padding(3, 4, 3, 4);
|
|
|
|
|
buttonCancel.Name = "buttonCancel";
|
|
|
|
|
buttonCancel.Size = new Size(86, 31);
|
|
|
|
|
buttonCancel.TabIndex = 7;
|
|
|
|
|
buttonCancel.Text = "Отмена";
|
|
|
|
|
buttonCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonCancel.Click += buttonCancel_Click;
|
2024-02-11 18:24:54 +04:00
|
|
|
|
//
|
2024-04-20 14:07:58 +04:00
|
|
|
|
// comboBoxClient
|
|
|
|
|
//
|
|
|
|
|
comboBoxClient.FormattingEnabled = true;
|
|
|
|
|
comboBoxClient.Location = new Point(147, 128);
|
|
|
|
|
comboBoxClient.Name = "comboBoxClient";
|
|
|
|
|
comboBoxClient.Size = new Size(226, 28);
|
|
|
|
|
comboBoxClient.TabIndex = 8;
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
label4.AutoSize = true;
|
|
|
|
|
label4.Location = new Point(3, 131);
|
|
|
|
|
label4.Name = "label4";
|
|
|
|
|
label4.Size = new Size(61, 20);
|
|
|
|
|
label4.TabIndex = 9;
|
|
|
|
|
label4.Text = "Клиент:";
|
|
|
|
|
//
|
2024-02-11 18:24:54 +04:00
|
|
|
|
// FormCreateOrder
|
|
|
|
|
//
|
2024-02-28 09:04:02 +04:00
|
|
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new Size(509, 211);
|
2024-04-20 14:07:58 +04:00
|
|
|
|
Controls.Add(label4);
|
|
|
|
|
Controls.Add(comboBoxClient);
|
2024-02-28 09:04:02 +04:00
|
|
|
|
Controls.Add(buttonCancel);
|
|
|
|
|
Controls.Add(buttonSave);
|
|
|
|
|
Controls.Add(label3);
|
|
|
|
|
Controls.Add(label2);
|
|
|
|
|
Controls.Add(label1);
|
|
|
|
|
Controls.Add(textBoxSum);
|
|
|
|
|
Controls.Add(textBoxCount);
|
|
|
|
|
Controls.Add(comboBoxDocument);
|
|
|
|
|
Margin = new Padding(3, 4, 3, 4);
|
|
|
|
|
Name = "FormCreateOrder";
|
|
|
|
|
Text = "Заказ";
|
|
|
|
|
Load += FormCreateOrder_Load;
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
PerformLayout();
|
2024-02-11 18:24:54 +04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#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-04-20 14:07:58 +04:00
|
|
|
|
private ComboBox comboBoxClient;
|
|
|
|
|
private Label label4;
|
2024-02-11 18:24:54 +04:00
|
|
|
|
}
|
|
|
|
|
}
|