namespace demMalyhin
{
partial class AdmOrder
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.btnDelete = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
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();
//
// btnDelete
//
this.btnDelete.BackColor = System.Drawing.Color.MediumSpringGreen;
this.btnDelete.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.btnDelete.Location = new System.Drawing.Point(501, 483);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(99, 39);
this.btnDelete.TabIndex = 25;
this.btnDelete.Text = "Удалить";
this.btnDelete.UseVisualStyleBackColor = false;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// button2
//
this.button2.BackColor = System.Drawing.Color.MediumSpringGreen;
this.button2.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button2.Location = new System.Drawing.Point(354, 483);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(141, 39);
this.button2.TabIndex = 24;
this.button2.Text = "Редактировать";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.BackColor = System.Drawing.Color.MediumSpringGreen;
this.button1.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button1.Location = new System.Drawing.Point(248, 483);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(99, 39);
this.button1.TabIndex = 23;
this.button1.Text = "Добавить";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// 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(66, 52);
this.DataGridViewProduct.Name = "DataGridViewProduct";
this.DataGridViewProduct.ReadOnly = true;
this.DataGridViewProduct.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DataGridViewProduct.Size = new System.Drawing.Size(691, 425);
this.DataGridViewProduct.TabIndex = 19;
//
// 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(254, 4);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(301, 33);
this.label2.TabIndex = 17;
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(86, 483);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(99, 39);
this.btnBack.TabIndex = 16;
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(810, 12);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(24, 23);
this.btnExit.TabIndex = 26;
this.btnExit.Text = "X";
this.btnExit.UseVisualStyleBackColor = false;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// AdmOrder
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(846, 532);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.DataGridViewProduct);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnBack);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "AdmOrder";
this.Text = "AdmOrder";
((System.ComponentModel.ISupportInitialize)(this.DataGridViewProduct)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.DataGridView DataGridViewProduct;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnBack;
private System.Windows.Forms.Button btnExit;
}
}