143 lines
6.5 KiB
C#
143 lines
6.5 KiB
C#
namespace demMalyhin
|
|
{
|
|
partial class AdmEditOrder
|
|
{
|
|
/// <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.textBoxId = new System.Windows.Forms.TextBox();
|
|
this.textBoxDelivery = new System.Windows.Forms.TextBox();
|
|
this.textBoxDate = new System.Windows.Forms.TextBox();
|
|
this.comboBoxStatus = new System.Windows.Forms.ComboBox();
|
|
this.comboBoxPoint = new System.Windows.Forms.ComboBox();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.textBoxCode = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBoxId
|
|
//
|
|
this.textBoxId.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.textBoxId.Location = new System.Drawing.Point(94, 116);
|
|
this.textBoxId.Name = "textBoxId";
|
|
this.textBoxId.ReadOnly = true;
|
|
this.textBoxId.Size = new System.Drawing.Size(194, 20);
|
|
this.textBoxId.TabIndex = 43;
|
|
//
|
|
// textBoxDelivery
|
|
//
|
|
this.textBoxDelivery.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.textBoxDelivery.Location = new System.Drawing.Point(94, 168);
|
|
this.textBoxDelivery.Name = "textBoxDelivery";
|
|
this.textBoxDelivery.Size = new System.Drawing.Size(194, 20);
|
|
this.textBoxDelivery.TabIndex = 42;
|
|
//
|
|
// textBoxDate
|
|
//
|
|
this.textBoxDate.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.textBoxDate.Location = new System.Drawing.Point(94, 142);
|
|
this.textBoxDate.Name = "textBoxDate";
|
|
this.textBoxDate.Size = new System.Drawing.Size(194, 20);
|
|
this.textBoxDate.TabIndex = 41;
|
|
//
|
|
// comboBoxStatus
|
|
//
|
|
this.comboBoxStatus.FormattingEnabled = true;
|
|
this.comboBoxStatus.Location = new System.Drawing.Point(134, 247);
|
|
this.comboBoxStatus.Name = "comboBoxStatus";
|
|
this.comboBoxStatus.Size = new System.Drawing.Size(121, 21);
|
|
this.comboBoxStatus.TabIndex = 39;
|
|
//
|
|
// comboBoxPoint
|
|
//
|
|
this.comboBoxPoint.FormattingEnabled = true;
|
|
this.comboBoxPoint.Location = new System.Drawing.Point(134, 220);
|
|
this.comboBoxPoint.Name = "comboBoxPoint";
|
|
this.comboBoxPoint.Size = new System.Drawing.Size(121, 21);
|
|
this.comboBoxPoint.TabIndex = 38;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.BackColor = System.Drawing.Color.MediumSpringGreen;
|
|
this.button3.Location = new System.Drawing.Point(153, 286);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(75, 23);
|
|
this.button3.TabIndex = 44;
|
|
this.button3.Text = "Сохранить";
|
|
this.button3.UseVisualStyleBackColor = false;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// 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(88, 46);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(213, 33);
|
|
this.label11.TabIndex = 45;
|
|
this.label11.Text = "Редактирование";
|
|
//
|
|
// textBoxCode
|
|
//
|
|
this.textBoxCode.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.textBoxCode.Location = new System.Drawing.Point(94, 194);
|
|
this.textBoxCode.Name = "textBoxCode";
|
|
this.textBoxCode.Size = new System.Drawing.Size(194, 20);
|
|
this.textBoxCode.TabIndex = 46;
|
|
//
|
|
// AdmEditOrder
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(395, 450);
|
|
this.Controls.Add(this.textBoxCode);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.textBoxId);
|
|
this.Controls.Add(this.textBoxDelivery);
|
|
this.Controls.Add(this.textBoxDate);
|
|
this.Controls.Add(this.comboBoxStatus);
|
|
this.Controls.Add(this.comboBoxPoint);
|
|
this.Name = "AdmEditOrder";
|
|
this.Text = "AdmEditOrder";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox textBoxId;
|
|
private System.Windows.Forms.TextBox textBoxDelivery;
|
|
private System.Windows.Forms.TextBox textBoxDate;
|
|
private System.Windows.Forms.ComboBox comboBoxStatus;
|
|
private System.Windows.Forms.ComboBox comboBoxPoint;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TextBox textBoxCode;
|
|
}
|
|
} |