198 lines
8.8 KiB
C#
198 lines
8.8 KiB
C#
namespace demMalyhin
|
|
{
|
|
partial class AdmAddOrder
|
|
{
|
|
/// <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.label5 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.comboBoxUser = new System.Windows.Forms.ComboBox();
|
|
this.comboBoxPoint = new System.Windows.Forms.ComboBox();
|
|
this.textBoxCode = new System.Windows.Forms.TextBox();
|
|
this.textBoxDelivery = new System.Windows.Forms.TextBox();
|
|
this.textBoxDate = new System.Windows.Forms.TextBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.btnAdd = new System.Windows.Forms.Button();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("Times New Roman", 9.75F);
|
|
this.label5.Location = new System.Drawing.Point(148, 192);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(84, 15);
|
|
this.label5.TabIndex = 42;
|
|
this.label5.Text = "Пункт выдачи";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("Times New Roman", 9.75F);
|
|
this.label3.Location = new System.Drawing.Point(70, 154);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(27, 15);
|
|
this.label3.TabIndex = 40;
|
|
this.label3.Text = "Код";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F);
|
|
this.label2.Location = new System.Drawing.Point(12, 130);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(85, 15);
|
|
this.label2.TabIndex = 39;
|
|
this.label2.Text = "Дата доставки";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.label1.Location = new System.Drawing.Point(27, 107);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(70, 15);
|
|
this.label1.TabIndex = 38;
|
|
this.label1.Text = "Дата заказа";
|
|
//
|
|
// comboBoxUser
|
|
//
|
|
this.comboBoxUser.Font = new System.Drawing.Font("Times New Roman", 9.75F);
|
|
this.comboBoxUser.FormattingEnabled = true;
|
|
this.comboBoxUser.Location = new System.Drawing.Point(127, 260);
|
|
this.comboBoxUser.Name = "comboBoxUser";
|
|
this.comboBoxUser.Size = new System.Drawing.Size(133, 23);
|
|
this.comboBoxUser.TabIndex = 37;
|
|
//
|
|
// comboBoxPoint
|
|
//
|
|
this.comboBoxPoint.Font = new System.Drawing.Font("Times New Roman", 9.75F);
|
|
this.comboBoxPoint.FormattingEnabled = true;
|
|
this.comboBoxPoint.Location = new System.Drawing.Point(127, 210);
|
|
this.comboBoxPoint.Name = "comboBoxPoint";
|
|
this.comboBoxPoint.Size = new System.Drawing.Size(133, 23);
|
|
this.comboBoxPoint.TabIndex = 36;
|
|
//
|
|
// textBoxCode
|
|
//
|
|
this.textBoxCode.Font = new System.Drawing.Font("Times New Roman", 9.75F);
|
|
this.textBoxCode.Location = new System.Drawing.Point(103, 151);
|
|
this.textBoxCode.Name = "textBoxCode";
|
|
this.textBoxCode.Size = new System.Drawing.Size(194, 22);
|
|
this.textBoxCode.TabIndex = 34;
|
|
//
|
|
// textBoxDelivery
|
|
//
|
|
this.textBoxDelivery.Font = new System.Drawing.Font("Times New Roman", 9.75F);
|
|
this.textBoxDelivery.Location = new System.Drawing.Point(103, 127);
|
|
this.textBoxDelivery.Name = "textBoxDelivery";
|
|
this.textBoxDelivery.Size = new System.Drawing.Size(194, 22);
|
|
this.textBoxDelivery.TabIndex = 33;
|
|
//
|
|
// textBoxDate
|
|
//
|
|
this.textBoxDate.Font = new System.Drawing.Font("Times New Roman", 9.75F);
|
|
this.textBoxDate.Location = new System.Drawing.Point(103, 104);
|
|
this.textBoxDate.Name = "textBoxDate";
|
|
this.textBoxDate.Size = new System.Drawing.Size(194, 22);
|
|
this.textBoxDate.TabIndex = 32;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.BackColor = System.Drawing.Color.Chartreuse;
|
|
this.label11.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.label11.Location = new System.Drawing.Point(121, 23);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(162, 33);
|
|
this.label11.TabIndex = 44;
|
|
this.label11.Text = "Добавление";
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.BackColor = System.Drawing.Color.MediumSpringGreen;
|
|
this.btnAdd.Font = new System.Drawing.Font("Times New Roman", 9.75F);
|
|
this.btnAdd.Location = new System.Drawing.Point(151, 342);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(75, 23);
|
|
this.btnAdd.TabIndex = 45;
|
|
this.btnAdd.Text = "Добавить";
|
|
this.btnAdd.UseVisualStyleBackColor = false;
|
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("Times New Roman", 9.75F);
|
|
this.label6.Location = new System.Drawing.Point(124, 242);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(140, 15);
|
|
this.label6.TabIndex = 47;
|
|
this.label6.Text = "Идентификатор клиента";
|
|
//
|
|
// AdmAddOrder
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(383, 450);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.btnAdd);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.comboBoxUser);
|
|
this.Controls.Add(this.comboBoxPoint);
|
|
this.Controls.Add(this.textBoxCode);
|
|
this.Controls.Add(this.textBoxDelivery);
|
|
this.Controls.Add(this.textBoxDate);
|
|
this.Name = "AdmAddOrder";
|
|
this.Text = "AdmAddOrder";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox comboBoxUser;
|
|
private System.Windows.Forms.ComboBox comboBoxPoint;
|
|
private System.Windows.Forms.TextBox textBoxCode;
|
|
private System.Windows.Forms.TextBox textBoxDelivery;
|
|
private System.Windows.Forms.TextBox textBoxDate;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Button btnAdd;
|
|
private System.Windows.Forms.Label label6;
|
|
}
|
|
} |