174 lines
8.5 KiB
C#
174 lines
8.5 KiB
C#
|
namespace SoftwareInstallationView
|
|||
|
{
|
|||
|
partial class FormMain
|
|||
|
{
|
|||
|
/// <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.dataGridView = new System.Windows.Forms.DataGridView();
|
|||
|
this.buttonCreateOrder = new System.Windows.Forms.Button();
|
|||
|
this.buttonTakeOrderInWork = new System.Windows.Forms.Button();
|
|||
|
this.buttonOrderReady = new System.Windows.Forms.Button();
|
|||
|
this.buttonIssuedOrder = new System.Windows.Forms.Button();
|
|||
|
this.buttonRef = new System.Windows.Forms.Button();
|
|||
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|||
|
this.guideToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.packageToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.storageToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
|||
|
this.menuStrip1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// dataGridView
|
|||
|
//
|
|||
|
this.dataGridView.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
|
|||
|
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
this.dataGridView.Location = new System.Drawing.Point(1, 31);
|
|||
|
this.dataGridView.Name = "dataGridView";
|
|||
|
this.dataGridView.RowTemplate.Height = 25;
|
|||
|
this.dataGridView.Size = new System.Drawing.Size(602, 230);
|
|||
|
this.dataGridView.TabIndex = 0;
|
|||
|
//
|
|||
|
// buttonCreateOrder
|
|||
|
//
|
|||
|
this.buttonCreateOrder.Location = new System.Drawing.Point(628, 31);
|
|||
|
this.buttonCreateOrder.Name = "buttonCreateOrder";
|
|||
|
this.buttonCreateOrder.Size = new System.Drawing.Size(153, 23);
|
|||
|
this.buttonCreateOrder.TabIndex = 2;
|
|||
|
this.buttonCreateOrder.Text = "Создать заказ";
|
|||
|
this.buttonCreateOrder.UseVisualStyleBackColor = true;
|
|||
|
this.buttonCreateOrder.Click += new System.EventHandler(this.buttonCreateOrder_Click);
|
|||
|
//
|
|||
|
// buttonTakeOrderInWork
|
|||
|
//
|
|||
|
this.buttonTakeOrderInWork.Location = new System.Drawing.Point(628, 75);
|
|||
|
this.buttonTakeOrderInWork.Name = "buttonTakeOrderInWork";
|
|||
|
this.buttonTakeOrderInWork.Size = new System.Drawing.Size(153, 23);
|
|||
|
this.buttonTakeOrderInWork.TabIndex = 3;
|
|||
|
this.buttonTakeOrderInWork.Text = "Отдать на выполнение";
|
|||
|
this.buttonTakeOrderInWork.UseVisualStyleBackColor = true;
|
|||
|
this.buttonTakeOrderInWork.Click += new System.EventHandler(this.buttonTakeOrderInWork_Click);
|
|||
|
//
|
|||
|
// buttonOrderReady
|
|||
|
//
|
|||
|
this.buttonOrderReady.Location = new System.Drawing.Point(628, 123);
|
|||
|
this.buttonOrderReady.Name = "buttonOrderReady";
|
|||
|
this.buttonOrderReady.Size = new System.Drawing.Size(153, 23);
|
|||
|
this.buttonOrderReady.TabIndex = 4;
|
|||
|
this.buttonOrderReady.Text = "Заказ готов";
|
|||
|
this.buttonOrderReady.UseVisualStyleBackColor = true;
|
|||
|
this.buttonOrderReady.Click += new System.EventHandler(this.buttonOrderReady_Click);
|
|||
|
//
|
|||
|
// buttonIssuedOrder
|
|||
|
//
|
|||
|
this.buttonIssuedOrder.Location = new System.Drawing.Point(628, 171);
|
|||
|
this.buttonIssuedOrder.Name = "buttonIssuedOrder";
|
|||
|
this.buttonIssuedOrder.Size = new System.Drawing.Size(153, 23);
|
|||
|
this.buttonIssuedOrder.TabIndex = 5;
|
|||
|
this.buttonIssuedOrder.Text = "Заказ принят";
|
|||
|
this.buttonIssuedOrder.UseVisualStyleBackColor = true;
|
|||
|
this.buttonIssuedOrder.Click += new System.EventHandler(this.buttonIssuedOrder_Click);
|
|||
|
//
|
|||
|
// buttonRef
|
|||
|
//
|
|||
|
this.buttonRef.Location = new System.Drawing.Point(628, 219);
|
|||
|
this.buttonRef.Name = "buttonRef";
|
|||
|
this.buttonRef.Size = new System.Drawing.Size(153, 23);
|
|||
|
this.buttonRef.TabIndex = 6;
|
|||
|
this.buttonRef.Text = "Обновить список";
|
|||
|
this.buttonRef.UseVisualStyleBackColor = true;
|
|||
|
this.buttonRef.Click += new System.EventHandler(this.buttonRef_Click);
|
|||
|
//
|
|||
|
// menuStrip1
|
|||
|
//
|
|||
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.guideToolStripMenuItem});
|
|||
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.menuStrip1.Name = "menuStrip1";
|
|||
|
this.menuStrip1.Size = new System.Drawing.Size(803, 24);
|
|||
|
this.menuStrip1.TabIndex = 1;
|
|||
|
this.menuStrip1.Text = "menuStrip1";
|
|||
|
//
|
|||
|
// guideToolStripMenuItem
|
|||
|
//
|
|||
|
this.guideToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.packageToolStripMenuItem2,
|
|||
|
this.storageToolStripMenuItem3});
|
|||
|
this.guideToolStripMenuItem.Name = "guideToolStripMenuItem";
|
|||
|
this.guideToolStripMenuItem.Size = new System.Drawing.Size(94, 20);
|
|||
|
this.guideToolStripMenuItem.Text = "Справочники";
|
|||
|
//
|
|||
|
// packageToolStripMenuItem2
|
|||
|
//
|
|||
|
this.packageToolStripMenuItem2.Name = "packageToolStripMenuItem2";
|
|||
|
this.packageToolStripMenuItem2.Size = new System.Drawing.Size(180, 22);
|
|||
|
this.packageToolStripMenuItem2.Text = "Пакеты";
|
|||
|
this.packageToolStripMenuItem2.Click += new System.EventHandler(this.packageToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// storageToolStripMenuItem3
|
|||
|
//
|
|||
|
this.storageToolStripMenuItem3.Name = "storageToolStripMenuItem3";
|
|||
|
this.storageToolStripMenuItem3.Size = new System.Drawing.Size(180, 22);
|
|||
|
this.storageToolStripMenuItem3.Text = "ПО";
|
|||
|
this.storageToolStripMenuItem3.Click += new System.EventHandler(this.softwareToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// FormMain
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(803, 263);
|
|||
|
this.Controls.Add(this.buttonRef);
|
|||
|
this.Controls.Add(this.buttonIssuedOrder);
|
|||
|
this.Controls.Add(this.buttonOrderReady);
|
|||
|
this.Controls.Add(this.buttonTakeOrderInWork);
|
|||
|
this.Controls.Add(this.buttonCreateOrder);
|
|||
|
this.Controls.Add(this.dataGridView);
|
|||
|
this.Controls.Add(this.menuStrip1);
|
|||
|
this.MainMenuStrip = this.menuStrip1;
|
|||
|
this.Name = "FormMain";
|
|||
|
this.Text = "Магазин программного обеспечения";
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
|||
|
this.menuStrip1.ResumeLayout(false);
|
|||
|
this.menuStrip1.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
this.Load += new System.EventHandler(this.FormMain_Load);
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DataGridView dataGridView;
|
|||
|
private Button buttonCreateOrder;
|
|||
|
private Button buttonTakeOrderInWork;
|
|||
|
private Button buttonOrderReady;
|
|||
|
private Button buttonIssuedOrder;
|
|||
|
private Button buttonRef;
|
|||
|
private MenuStrip menuStrip1;
|
|||
|
private ToolStripMenuItem guideToolStripMenuItem;
|
|||
|
private ToolStripMenuItem packageToolStripMenuItem2;
|
|||
|
private ToolStripMenuItem storageToolStripMenuItem3;
|
|||
|
}
|
|||
|
}
|