229 lines
10 KiB
C#
229 lines
10 KiB
C#
namespace SYBDView
|
|
{
|
|
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()
|
|
{
|
|
this.labelSum = new System.Windows.Forms.Label();
|
|
this.labelCount = new System.Windows.Forms.Label();
|
|
this.comboBoxClient = new System.Windows.Forms.ComboBox();
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
this.buttonSave = new System.Windows.Forms.Button();
|
|
this.textBoxDescription = new System.Windows.Forms.TextBox();
|
|
this.labelWork = new System.Windows.Forms.Label();
|
|
this.comboBoxAuto = new System.Windows.Forms.ComboBox();
|
|
this.labelClient = new System.Windows.Forms.Label();
|
|
this.comboBoxWorker = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.comboBoxInsurance = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.textBoxPrice = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelSum
|
|
//
|
|
this.labelSum.AutoSize = true;
|
|
this.labelSum.Location = new System.Drawing.Point(9, 243);
|
|
this.labelSum.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.labelSum.Name = "labelSum";
|
|
this.labelSum.Size = new System.Drawing.Size(103, 25);
|
|
this.labelSum.TabIndex = 12;
|
|
this.labelSum.Text = "Стоимость:";
|
|
//
|
|
// labelCount
|
|
//
|
|
this.labelCount.AutoSize = true;
|
|
this.labelCount.Location = new System.Drawing.Point(9, 194);
|
|
this.labelCount.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.labelCount.Name = "labelCount";
|
|
this.labelCount.Size = new System.Drawing.Size(96, 25);
|
|
this.labelCount.TabIndex = 10;
|
|
this.labelCount.Text = "Описание:";
|
|
//
|
|
// comboBoxClient
|
|
//
|
|
this.comboBoxClient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxClient.FormattingEnabled = true;
|
|
this.comboBoxClient.Location = new System.Drawing.Point(134, 59);
|
|
this.comboBoxClient.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
this.comboBoxClient.Name = "comboBoxClient";
|
|
this.comboBoxClient.Size = new System.Drawing.Size(359, 33);
|
|
this.comboBoxClient.TabIndex = 9;
|
|
//
|
|
// buttonCancel
|
|
//
|
|
this.buttonCancel.Location = new System.Drawing.Point(367, 291);
|
|
this.buttonCancel.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.Size = new System.Drawing.Size(125, 44);
|
|
this.buttonCancel.TabIndex = 15;
|
|
this.buttonCancel.Text = "Отмена";
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
|
|
//
|
|
// buttonSave
|
|
//
|
|
this.buttonSave.Location = new System.Drawing.Point(232, 291);
|
|
this.buttonSave.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
this.buttonSave.Name = "buttonSave";
|
|
this.buttonSave.Size = new System.Drawing.Size(125, 44);
|
|
this.buttonSave.TabIndex = 14;
|
|
this.buttonSave.Text = "Сохранить";
|
|
this.buttonSave.UseVisualStyleBackColor = true;
|
|
this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click);
|
|
//
|
|
// textBoxDescription
|
|
//
|
|
this.textBoxDescription.Location = new System.Drawing.Point(134, 194);
|
|
this.textBoxDescription.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
this.textBoxDescription.Name = "textBoxDescription";
|
|
this.textBoxDescription.Size = new System.Drawing.Size(359, 31);
|
|
this.textBoxDescription.TabIndex = 11;
|
|
//
|
|
// labelWork
|
|
//
|
|
this.labelWork.AutoSize = true;
|
|
this.labelWork.Location = new System.Drawing.Point(9, 64);
|
|
this.labelWork.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.labelWork.Name = "labelWork";
|
|
this.labelWork.Size = new System.Drawing.Size(71, 25);
|
|
this.labelWork.TabIndex = 8;
|
|
this.labelWork.Text = "Клиент:";
|
|
//
|
|
// comboBoxAuto
|
|
//
|
|
this.comboBoxAuto.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxAuto.FormattingEnabled = true;
|
|
this.comboBoxAuto.Location = new System.Drawing.Point(134, 14);
|
|
this.comboBoxAuto.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
this.comboBoxAuto.Name = "comboBoxAuto";
|
|
this.comboBoxAuto.Size = new System.Drawing.Size(359, 33);
|
|
this.comboBoxAuto.TabIndex = 17;
|
|
//
|
|
// labelClient
|
|
//
|
|
this.labelClient.AutoSize = true;
|
|
this.labelClient.Location = new System.Drawing.Point(9, 19);
|
|
this.labelClient.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.labelClient.Name = "labelClient";
|
|
this.labelClient.Size = new System.Drawing.Size(118, 25);
|
|
this.labelClient.TabIndex = 16;
|
|
this.labelClient.Text = "Автомобиль:";
|
|
//
|
|
// comboBoxWorker
|
|
//
|
|
this.comboBoxWorker.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxWorker.FormattingEnabled = true;
|
|
this.comboBoxWorker.Location = new System.Drawing.Point(134, 104);
|
|
this.comboBoxWorker.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
this.comboBoxWorker.Name = "comboBoxWorker";
|
|
this.comboBoxWorker.Size = new System.Drawing.Size(359, 33);
|
|
this.comboBoxWorker.TabIndex = 19;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(9, 109);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(92, 25);
|
|
this.label1.TabIndex = 18;
|
|
this.label1.Text = "Работник:";
|
|
//
|
|
// comboBoxInsurance
|
|
//
|
|
this.comboBoxInsurance.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBoxInsurance.FormattingEnabled = true;
|
|
this.comboBoxInsurance.Location = new System.Drawing.Point(134, 149);
|
|
this.comboBoxInsurance.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
this.comboBoxInsurance.Name = "comboBoxInsurance";
|
|
this.comboBoxInsurance.Size = new System.Drawing.Size(359, 33);
|
|
this.comboBoxInsurance.TabIndex = 21;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(9, 154);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(101, 25);
|
|
this.label2.TabIndex = 20;
|
|
this.label2.Text = "Страховая:";
|
|
//
|
|
// textBoxPrice
|
|
//
|
|
this.textBoxPrice.Location = new System.Drawing.Point(134, 240);
|
|
this.textBoxPrice.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
this.textBoxPrice.Name = "textBoxPrice";
|
|
this.textBoxPrice.Size = new System.Drawing.Size(359, 31);
|
|
this.textBoxPrice.TabIndex = 22;
|
|
//
|
|
// FormCreateOrder
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(534, 352);
|
|
this.Controls.Add(this.textBoxPrice);
|
|
this.Controls.Add(this.comboBoxInsurance);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.comboBoxWorker);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.comboBoxAuto);
|
|
this.Controls.Add(this.labelClient);
|
|
this.Controls.Add(this.labelSum);
|
|
this.Controls.Add(this.labelCount);
|
|
this.Controls.Add(this.comboBoxClient);
|
|
this.Controls.Add(this.buttonCancel);
|
|
this.Controls.Add(this.buttonSave);
|
|
this.Controls.Add(this.textBoxDescription);
|
|
this.Controls.Add(this.labelWork);
|
|
this.Name = "FormCreateOrder";
|
|
this.Text = "Заказ";
|
|
this.Load += new System.EventHandler(this.FormCreateOrder_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Label labelSum;
|
|
private Label labelCount;
|
|
private ComboBox comboBoxClient;
|
|
private Button buttonCancel;
|
|
private Button buttonSave;
|
|
private TextBox textBoxDescription;
|
|
private Label labelWork;
|
|
private ComboBox comboBoxAuto;
|
|
private Label labelClient;
|
|
private ComboBox comboBoxWorker;
|
|
private Label label1;
|
|
private ComboBox comboBoxInsurance;
|
|
private Label label2;
|
|
private TextBox textBoxPrice;
|
|
}
|
|
} |