217 lines
9.3 KiB
C#
217 lines
9.3 KiB
C#
namespace NeshinaPolina07_11
|
|
{
|
|
partial class EditOrder
|
|
{
|
|
/// <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.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.dtpOrderDate = new System.Windows.Forms.DateTimePicker();
|
|
this.dtpDeliveryDate = new System.Windows.Forms.DateTimePicker();
|
|
this.txtReceiveCode = new System.Windows.Forms.TextBox();
|
|
this.cmbPickupPoint = new System.Windows.Forms.ComboBox();
|
|
this.cmbUser = new System.Windows.Forms.ComboBox();
|
|
this.cmbStatus = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(28, 88);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(72, 13);
|
|
this.label2.TabIndex = 12;
|
|
this.label2.Text = "Дата заказа";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(28, 131);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(83, 13);
|
|
this.label3.TabIndex = 13;
|
|
this.label3.Text = "Дата доставки";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(28, 177);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(26, 13);
|
|
this.label5.TabIndex = 15;
|
|
this.label5.Text = "Код";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(28, 218);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(83, 13);
|
|
this.label4.TabIndex = 16;
|
|
this.label4.Text = "Пункст выдачи";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(28, 260);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(43, 13);
|
|
this.label8.TabIndex = 19;
|
|
this.label8.Text = "Клиент";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(28, 295);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(80, 13);
|
|
this.label9.TabIndex = 20;
|
|
this.label9.Text = "Статус заказа";
|
|
//
|
|
// dtpOrderDate
|
|
//
|
|
this.dtpOrderDate.Location = new System.Drawing.Point(143, 88);
|
|
this.dtpOrderDate.Name = "dtpOrderDate";
|
|
this.dtpOrderDate.Size = new System.Drawing.Size(200, 20);
|
|
this.dtpOrderDate.TabIndex = 22;
|
|
//
|
|
// dtpDeliveryDate
|
|
//
|
|
this.dtpDeliveryDate.Location = new System.Drawing.Point(143, 131);
|
|
this.dtpDeliveryDate.Name = "dtpDeliveryDate";
|
|
this.dtpDeliveryDate.Size = new System.Drawing.Size(200, 20);
|
|
this.dtpDeliveryDate.TabIndex = 23;
|
|
//
|
|
// txtReceiveCode
|
|
//
|
|
this.txtReceiveCode.Location = new System.Drawing.Point(142, 170);
|
|
this.txtReceiveCode.Name = "txtReceiveCode";
|
|
this.txtReceiveCode.Size = new System.Drawing.Size(201, 20);
|
|
this.txtReceiveCode.TabIndex = 24;
|
|
//
|
|
// cmbPickupPoint
|
|
//
|
|
this.cmbPickupPoint.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbPickupPoint.FormattingEnabled = true;
|
|
this.cmbPickupPoint.Location = new System.Drawing.Point(142, 210);
|
|
this.cmbPickupPoint.Name = "cmbPickupPoint";
|
|
this.cmbPickupPoint.Size = new System.Drawing.Size(200, 21);
|
|
this.cmbPickupPoint.TabIndex = 25;
|
|
//
|
|
// cmbUser
|
|
//
|
|
this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbUser.FormattingEnabled = true;
|
|
this.cmbUser.Location = new System.Drawing.Point(142, 252);
|
|
this.cmbUser.Name = "cmbUser";
|
|
this.cmbUser.Size = new System.Drawing.Size(201, 21);
|
|
this.cmbUser.TabIndex = 26;
|
|
//
|
|
// cmbStatus
|
|
//
|
|
this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbStatus.FormattingEnabled = true;
|
|
this.cmbStatus.Location = new System.Drawing.Point(143, 292);
|
|
this.cmbStatus.Name = "cmbStatus";
|
|
this.cmbStatus.Size = new System.Drawing.Size(200, 21);
|
|
this.cmbStatus.TabIndex = 27;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.label1.Location = new System.Drawing.Point(59, 9);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(296, 42);
|
|
this.label1.TabIndex = 28;
|
|
this.label1.Text = "Редактировать";
|
|
this.label1.Click += new System.EventHandler(this.label1_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(97, 336);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(204, 23);
|
|
this.button1.TabIndex = 29;
|
|
this.button1.Text = "Редактировать";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// EditOrder
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.MediumSpringGreen;
|
|
this.ClientSize = new System.Drawing.Size(403, 384);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.cmbStatus);
|
|
this.Controls.Add(this.cmbUser);
|
|
this.Controls.Add(this.cmbPickupPoint);
|
|
this.Controls.Add(this.txtReceiveCode);
|
|
this.Controls.Add(this.dtpDeliveryDate);
|
|
this.Controls.Add(this.dtpOrderDate);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.Name = "EditOrder";
|
|
this.Text = "EditOrder";
|
|
this.Load += new System.EventHandler(this.EditOrder_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.DateTimePicker dtpOrderDate;
|
|
private System.Windows.Forms.DateTimePicker dtpDeliveryDate;
|
|
private System.Windows.Forms.TextBox txtReceiveCode;
|
|
private System.Windows.Forms.ComboBox cmbPickupPoint;
|
|
private System.Windows.Forms.ComboBox cmbUser;
|
|
private System.Windows.Forms.ComboBox cmbStatus;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |