116 lines
5.5 KiB
C#
116 lines
5.5 KiB
C#
namespace demMalyhin
|
|
{
|
|
partial class ManagerOrder
|
|
{
|
|
/// <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.DataGridViewProduct = new System.Windows.Forms.DataGridView();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnBack = new System.Windows.Forms.Button();
|
|
this.btnExit = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataGridViewProduct)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// DataGridViewProduct
|
|
//
|
|
this.DataGridViewProduct.AllowUserToAddRows = false;
|
|
this.DataGridViewProduct.AllowUserToDeleteRows = false;
|
|
this.DataGridViewProduct.AllowUserToOrderColumns = true;
|
|
this.DataGridViewProduct.AllowUserToResizeColumns = false;
|
|
this.DataGridViewProduct.AllowUserToResizeRows = false;
|
|
this.DataGridViewProduct.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.DataGridViewProduct.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
this.DataGridViewProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.DataGridViewProduct.Location = new System.Drawing.Point(91, 58);
|
|
this.DataGridViewProduct.Name = "DataGridViewProduct";
|
|
this.DataGridViewProduct.ReadOnly = true;
|
|
this.DataGridViewProduct.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.DataGridViewProduct.Size = new System.Drawing.Size(691, 402);
|
|
this.DataGridViewProduct.TabIndex = 21;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.Chartreuse;
|
|
this.label2.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.label2.Location = new System.Drawing.Point(319, 9);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(247, 33);
|
|
this.label2.TabIndex = 20;
|
|
this.label2.Text = "Заказы (менеджер)";
|
|
//
|
|
// btnBack
|
|
//
|
|
this.btnBack.BackColor = System.Drawing.Color.MediumSpringGreen;
|
|
this.btnBack.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.btnBack.Location = new System.Drawing.Point(380, 470);
|
|
this.btnBack.Name = "btnBack";
|
|
this.btnBack.Size = new System.Drawing.Size(99, 39);
|
|
this.btnBack.TabIndex = 22;
|
|
this.btnBack.Text = "Каталог";
|
|
this.btnBack.UseVisualStyleBackColor = false;
|
|
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.BackColor = System.Drawing.Color.MediumSpringGreen;
|
|
this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnExit.Location = new System.Drawing.Point(846, 9);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(24, 23);
|
|
this.btnExit.TabIndex = 29;
|
|
this.btnExit.Text = "X";
|
|
this.btnExit.UseVisualStyleBackColor = false;
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// ManagerOrder
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(873, 521);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.btnBack);
|
|
this.Controls.Add(this.DataGridViewProduct);
|
|
this.Controls.Add(this.label2);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "ManagerOrder";
|
|
this.Text = "ManagerOrder";
|
|
((System.ComponentModel.ISupportInitialize)(this.DataGridViewProduct)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataGridView DataGridViewProduct;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btnBack;
|
|
private System.Windows.Forms.Button btnExit;
|
|
}
|
|
} |