2023-05-06 22:24:09 +04:00
|
|
|
|
namespace BookShopView
|
|
|
|
|
{
|
|
|
|
|
partial class FormСreateOrder
|
|
|
|
|
{
|
|
|
|
|
/// <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.labelBook = new System.Windows.Forms.Label();
|
|
|
|
|
this.labelCount = new System.Windows.Forms.Label();
|
|
|
|
|
this.labelSum = new System.Windows.Forms.Label();
|
2023-05-08 00:06:01 +04:00
|
|
|
|
this.comboBoxBook = new System.Windows.Forms.ComboBox();
|
2023-05-06 22:24:09 +04:00
|
|
|
|
this.textBoxCount = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.textBoxSum = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.buttonSave = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.comboBoxClient = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.labelClient = new System.Windows.Forms.Label();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// labelBook
|
|
|
|
|
//
|
|
|
|
|
this.labelBook.AutoSize = true;
|
|
|
|
|
this.labelBook.Location = new System.Drawing.Point(31, 44);
|
|
|
|
|
this.labelBook.Name = "labelBook";
|
|
|
|
|
this.labelBook.Size = new System.Drawing.Size(50, 20);
|
|
|
|
|
this.labelBook.TabIndex = 0;
|
|
|
|
|
this.labelBook.Text = "Книга";
|
|
|
|
|
//
|
|
|
|
|
// labelCount
|
|
|
|
|
//
|
|
|
|
|
this.labelCount.AutoSize = true;
|
|
|
|
|
this.labelCount.Location = new System.Drawing.Point(31, 128);
|
|
|
|
|
this.labelCount.Name = "labelCount";
|
|
|
|
|
this.labelCount.Size = new System.Drawing.Size(90, 20);
|
|
|
|
|
this.labelCount.TabIndex = 1;
|
|
|
|
|
this.labelCount.Text = "Количество";
|
|
|
|
|
//
|
|
|
|
|
// labelSum
|
|
|
|
|
//
|
|
|
|
|
this.labelSum.AutoSize = true;
|
|
|
|
|
this.labelSum.Location = new System.Drawing.Point(34, 178);
|
|
|
|
|
this.labelSum.Name = "labelSum";
|
|
|
|
|
this.labelSum.Size = new System.Drawing.Size(55, 20);
|
|
|
|
|
this.labelSum.TabIndex = 2;
|
|
|
|
|
this.labelSum.Text = "Сумма";
|
|
|
|
|
//
|
2023-05-08 00:06:01 +04:00
|
|
|
|
// comboBoxBook
|
2023-05-06 22:24:09 +04:00
|
|
|
|
//
|
2023-05-08 00:06:01 +04:00
|
|
|
|
this.comboBoxBook.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.comboBoxBook.FormattingEnabled = true;
|
|
|
|
|
this.comboBoxBook.Location = new System.Drawing.Point(141, 41);
|
|
|
|
|
this.comboBoxBook.Name = "comboBoxBook";
|
|
|
|
|
this.comboBoxBook.Size = new System.Drawing.Size(369, 28);
|
|
|
|
|
this.comboBoxBook.TabIndex = 3;
|
|
|
|
|
this.comboBoxBook.SelectedIndexChanged += new System.EventHandler(this.ComboBoxBook_SelectedIndexChanged);
|
2023-05-06 22:24:09 +04:00
|
|
|
|
//
|
|
|
|
|
// textBoxCount
|
|
|
|
|
//
|
|
|
|
|
this.textBoxCount.Location = new System.Drawing.Point(141, 125);
|
|
|
|
|
this.textBoxCount.Name = "textBoxCount";
|
|
|
|
|
this.textBoxCount.Size = new System.Drawing.Size(369, 27);
|
|
|
|
|
this.textBoxCount.TabIndex = 4;
|
2023-05-08 00:06:01 +04:00
|
|
|
|
this.textBoxCount.TextChanged += new System.EventHandler(this.TextBoxCount_TextChanged);
|
2023-05-06 22:24:09 +04:00
|
|
|
|
//
|
|
|
|
|
// textBoxSum
|
|
|
|
|
//
|
|
|
|
|
this.textBoxSum.Location = new System.Drawing.Point(141, 171);
|
|
|
|
|
this.textBoxSum.Name = "textBoxSum";
|
|
|
|
|
this.textBoxSum.ReadOnly = true;
|
|
|
|
|
this.textBoxSum.Size = new System.Drawing.Size(369, 27);
|
|
|
|
|
this.textBoxSum.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// buttonSave
|
|
|
|
|
//
|
|
|
|
|
this.buttonSave.Location = new System.Drawing.Point(82, 232);
|
|
|
|
|
this.buttonSave.Name = "buttonSave";
|
|
|
|
|
this.buttonSave.Size = new System.Drawing.Size(110, 58);
|
|
|
|
|
this.buttonSave.TabIndex = 6;
|
|
|
|
|
this.buttonSave.Text = "Сохранить";
|
|
|
|
|
this.buttonSave.UseVisualStyleBackColor = true;
|
2023-05-08 00:06:01 +04:00
|
|
|
|
this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click);
|
2023-05-06 22:24:09 +04:00
|
|
|
|
//
|
|
|
|
|
// buttonCancel
|
|
|
|
|
//
|
|
|
|
|
this.buttonCancel.Location = new System.Drawing.Point(366, 232);
|
|
|
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
|
|
|
this.buttonCancel.Size = new System.Drawing.Size(110, 58);
|
|
|
|
|
this.buttonCancel.TabIndex = 7;
|
|
|
|
|
this.buttonCancel.Text = "Отмена";
|
|
|
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
2023-05-08 00:06:01 +04:00
|
|
|
|
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
|
2023-05-06 22:24:09 +04:00
|
|
|
|
//
|
|
|
|
|
// comboBoxClient
|
|
|
|
|
//
|
|
|
|
|
this.comboBoxClient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.comboBoxClient.FormattingEnabled = true;
|
|
|
|
|
this.comboBoxClient.Location = new System.Drawing.Point(141, 85);
|
|
|
|
|
this.comboBoxClient.Name = "comboBoxClient";
|
|
|
|
|
this.comboBoxClient.Size = new System.Drawing.Size(369, 28);
|
|
|
|
|
this.comboBoxClient.TabIndex = 9;
|
|
|
|
|
//
|
|
|
|
|
// labelClient
|
|
|
|
|
//
|
|
|
|
|
this.labelClient.AutoSize = true;
|
|
|
|
|
this.labelClient.Location = new System.Drawing.Point(31, 88);
|
|
|
|
|
this.labelClient.Name = "labelClient";
|
|
|
|
|
this.labelClient.Size = new System.Drawing.Size(58, 20);
|
|
|
|
|
this.labelClient.TabIndex = 8;
|
|
|
|
|
this.labelClient.Text = "Клиент";
|
|
|
|
|
//
|
|
|
|
|
// FormСreateOrder
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(539, 308);
|
|
|
|
|
this.Controls.Add(this.comboBoxClient);
|
|
|
|
|
this.Controls.Add(this.labelClient);
|
|
|
|
|
this.Controls.Add(this.buttonCancel);
|
|
|
|
|
this.Controls.Add(this.buttonSave);
|
|
|
|
|
this.Controls.Add(this.textBoxSum);
|
|
|
|
|
this.Controls.Add(this.textBoxCount);
|
2023-05-08 00:06:01 +04:00
|
|
|
|
this.Controls.Add(this.comboBoxBook);
|
2023-05-06 22:24:09 +04:00
|
|
|
|
this.Controls.Add(this.labelSum);
|
|
|
|
|
this.Controls.Add(this.labelCount);
|
|
|
|
|
this.Controls.Add(this.labelBook);
|
|
|
|
|
this.Name = "FormСreateOrder";
|
|
|
|
|
this.Text = "Заказ";
|
2023-05-08 00:06:01 +04:00
|
|
|
|
this.Load += new System.EventHandler(this.FormCreateOrder_Load);
|
2023-05-06 22:24:09 +04:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private Label labelBook;
|
|
|
|
|
private Label labelCount;
|
|
|
|
|
private Label labelSum;
|
2023-05-08 00:06:01 +04:00
|
|
|
|
private ComboBox comboBoxBook;
|
2023-05-06 22:24:09 +04:00
|
|
|
|
private TextBox textBoxCount;
|
|
|
|
|
private TextBox textBoxSum;
|
|
|
|
|
private Button buttonSave;
|
|
|
|
|
private Button buttonCancel;
|
|
|
|
|
private ComboBox comboBoxClient;
|
|
|
|
|
private Label labelClient;
|
|
|
|
|
}
|
|
|
|
|
}
|