199 lines
11 KiB
C#
199 lines
11 KiB
C#
namespace CarRepairShopView
|
||
{
|
||
partial class FormMain
|
||
{
|
||
/// <summary>
|
||
/// Обязательная переменная конструктора.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Освободить все используемые ресурсы.
|
||
/// </summary>
|
||
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Код, автоматически созданный конструктором форм Windows
|
||
|
||
/// <summary>
|
||
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||
/// содержимое этого метода с помощью редактора кода.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||
this.справочникиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.компонентыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.ремонтыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.buttonIssuedOrder = new System.Windows.Forms.Button();
|
||
this.buttonOrderReady = new System.Windows.Forms.Button();
|
||
this.buttonTakeOrderInWork = new System.Windows.Forms.Button();
|
||
this.buttonCreateOrder = new System.Windows.Forms.Button();
|
||
this.dataGridView = new System.Windows.Forms.DataGridView();
|
||
this.buttonRef = new System.Windows.Forms.Button();
|
||
this.menuStrip1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// menuStrip1
|
||
//
|
||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.справочникиToolStripMenuItem});
|
||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||
this.menuStrip1.Name = "menuStrip1";
|
||
this.menuStrip1.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
|
||
this.menuStrip1.Size = new System.Drawing.Size(1031, 24);
|
||
this.menuStrip1.TabIndex = 0;
|
||
this.menuStrip1.Text = "menuStrip1";
|
||
//
|
||
// справочникиToolStripMenuItem
|
||
//
|
||
this.справочникиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.компонентыToolStripMenuItem,
|
||
this.ремонтыToolStripMenuItem});
|
||
this.справочникиToolStripMenuItem.Name = "справочникиToolStripMenuItem";
|
||
this.справочникиToolStripMenuItem.Size = new System.Drawing.Size(94, 20);
|
||
this.справочникиToolStripMenuItem.Text = "Справочники";
|
||
//
|
||
// компонентыToolStripMenuItem
|
||
//
|
||
this.компонентыToolStripMenuItem.Name = "компонентыToolStripMenuItem";
|
||
this.компонентыToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||
this.компонентыToolStripMenuItem.Text = "Компоненты";
|
||
this.компонентыToolStripMenuItem.Click += new System.EventHandler(this.КомпонентыToolStripMenuItem_Click);
|
||
//
|
||
// ремонтыToolStripMenuItem
|
||
//
|
||
this.ремонтыToolStripMenuItem.Name = "ремонтыToolStripMenuItem";
|
||
this.ремонтыToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||
this.ремонтыToolStripMenuItem.Text = "Ремонты";
|
||
this.ремонтыToolStripMenuItem.Click += new System.EventHandler(this.РемонтыToolStripMenuItem_Click);
|
||
//
|
||
// buttonIssuedOrder
|
||
//
|
||
this.buttonIssuedOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonIssuedOrder.Location = new System.Drawing.Point(844, 231);
|
||
this.buttonIssuedOrder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
this.buttonIssuedOrder.Name = "buttonIssuedOrder";
|
||
this.buttonIssuedOrder.Size = new System.Drawing.Size(174, 27);
|
||
this.buttonIssuedOrder.TabIndex = 4;
|
||
this.buttonIssuedOrder.Text = "Заказ выдан";
|
||
this.buttonIssuedOrder.UseVisualStyleBackColor = true;
|
||
this.buttonIssuedOrder.Click += new System.EventHandler(this.ButtonIssuedOrder_Click);
|
||
//
|
||
// buttonOrderReady
|
||
//
|
||
this.buttonOrderReady.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonOrderReady.Location = new System.Drawing.Point(844, 171);
|
||
this.buttonOrderReady.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
this.buttonOrderReady.Name = "buttonOrderReady";
|
||
this.buttonOrderReady.Size = new System.Drawing.Size(174, 27);
|
||
this.buttonOrderReady.TabIndex = 3;
|
||
this.buttonOrderReady.Text = "Заказ готов";
|
||
this.buttonOrderReady.UseVisualStyleBackColor = true;
|
||
this.buttonOrderReady.Click += new System.EventHandler(this.ButtonOrderReady_Click);
|
||
//
|
||
// buttonTakeOrderInWork
|
||
//
|
||
this.buttonTakeOrderInWork.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonTakeOrderInWork.Location = new System.Drawing.Point(844, 117);
|
||
this.buttonTakeOrderInWork.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
this.buttonTakeOrderInWork.Name = "buttonTakeOrderInWork";
|
||
this.buttonTakeOrderInWork.Size = new System.Drawing.Size(174, 27);
|
||
this.buttonTakeOrderInWork.TabIndex = 2;
|
||
this.buttonTakeOrderInWork.Text = "Отдать на выполнение";
|
||
this.buttonTakeOrderInWork.UseVisualStyleBackColor = true;
|
||
this.buttonTakeOrderInWork.Click += new System.EventHandler(this.ButtonTakeOrderInWork_Click);
|
||
//
|
||
// buttonCreateOrder
|
||
//
|
||
this.buttonCreateOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonCreateOrder.Location = new System.Drawing.Point(844, 58);
|
||
this.buttonCreateOrder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
this.buttonCreateOrder.Name = "buttonCreateOrder";
|
||
this.buttonCreateOrder.Size = new System.Drawing.Size(174, 27);
|
||
this.buttonCreateOrder.TabIndex = 1;
|
||
this.buttonCreateOrder.Text = "Создать заказ";
|
||
this.buttonCreateOrder.UseVisualStyleBackColor = true;
|
||
this.buttonCreateOrder.Click += new System.EventHandler(this.ButtonCreateOrder_Click);
|
||
//
|
||
// dataGridView
|
||
//
|
||
this.dataGridView.AllowUserToAddRows = false;
|
||
this.dataGridView.AllowUserToDeleteRows = false;
|
||
this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.dataGridView.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
|
||
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dataGridView.Location = new System.Drawing.Point(0, 28);
|
||
this.dataGridView.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
this.dataGridView.MultiSelect = false;
|
||
this.dataGridView.Name = "dataGridView";
|
||
this.dataGridView.ReadOnly = true;
|
||
this.dataGridView.RowHeadersVisible = false;
|
||
this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
this.dataGridView.Size = new System.Drawing.Size(826, 320);
|
||
this.dataGridView.TabIndex = 0;
|
||
//
|
||
// buttonRef
|
||
//
|
||
this.buttonRef.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonRef.Location = new System.Drawing.Point(844, 290);
|
||
this.buttonRef.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
this.buttonRef.Name = "buttonRef";
|
||
this.buttonRef.Size = new System.Drawing.Size(174, 27);
|
||
this.buttonRef.TabIndex = 5;
|
||
this.buttonRef.Text = "Обновить список";
|
||
this.buttonRef.UseVisualStyleBackColor = true;
|
||
this.buttonRef.Click += new System.EventHandler(this.ButtonRef_Click);
|
||
//
|
||
// FormMain
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1031, 347);
|
||
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.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
this.Name = "FormMain";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
this.Text = "Автомастерская";
|
||
this.Load += new System.EventHandler(this.FormMain_Load);
|
||
this.menuStrip1.ResumeLayout(false);
|
||
this.menuStrip1.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.MenuStrip menuStrip1;
|
||
private System.Windows.Forms.ToolStripMenuItem справочникиToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem компонентыToolStripMenuItem;
|
||
private System.Windows.Forms.ToolStripMenuItem ремонтыToolStripMenuItem;
|
||
private System.Windows.Forms.Button buttonIssuedOrder;
|
||
private System.Windows.Forms.Button buttonOrderReady;
|
||
private System.Windows.Forms.Button buttonTakeOrderInWork;
|
||
private System.Windows.Forms.Button buttonCreateOrder;
|
||
private System.Windows.Forms.DataGridView dataGridView;
|
||
private System.Windows.Forms.Button buttonRef;
|
||
}
|
||
}
|
||
|