212 lines
12 KiB
C#
212 lines
12 KiB
C#
namespace Forms
|
||
{
|
||
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.MenuStrip = 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.компанииToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.маршрутыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.местаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.отчетыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.водителиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.компанииToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.DataGridView = new System.Windows.Forms.DataGridView();
|
||
this.CreateOrderButton = new System.Windows.Forms.Button();
|
||
this.UpdateListButton = new System.Windows.Forms.Button();
|
||
this.статусToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.MenuStrip.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// MenuStrip
|
||
//
|
||
this.MenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
this.MenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.СправочникиToolStripMenuItem,
|
||
this.отчетыToolStripMenuItem});
|
||
this.MenuStrip.Location = new System.Drawing.Point(0, 0);
|
||
this.MenuStrip.Name = "MenuStrip";
|
||
this.MenuStrip.Padding = new System.Windows.Forms.Padding(7, 3, 0, 3);
|
||
this.MenuStrip.Size = new System.Drawing.Size(989, 30);
|
||
this.MenuStrip.TabIndex = 0;
|
||
this.MenuStrip.Text = "menuStrip1";
|
||
//
|
||
// СправочникиToolStripMenuItem
|
||
//
|
||
this.СправочникиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.ИзделияToolStripMenuItem,
|
||
this.КомпонентыToolStripMenuItem,
|
||
this.компанииToolStripMenuItem,
|
||
this.маршрутыToolStripMenuItem,
|
||
this.местаToolStripMenuItem,
|
||
this.статусToolStripMenuItem});
|
||
this.СправочникиToolStripMenuItem.Name = "СправочникиToolStripMenuItem";
|
||
this.СправочникиToolStripMenuItem.Size = new System.Drawing.Size(117, 24);
|
||
this.СправочникиToolStripMenuItem.Text = "Cправочники";
|
||
//
|
||
// ИзделияToolStripMenuItem
|
||
//
|
||
this.ИзделияToolStripMenuItem.Name = "ИзделияToolStripMenuItem";
|
||
this.ИзделияToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
|
||
this.ИзделияToolStripMenuItem.Text = "Машины";
|
||
this.ИзделияToolStripMenuItem.Click += new System.EventHandler(this.МашиныToolStripMenuItem_Click);
|
||
//
|
||
// КомпонентыToolStripMenuItem
|
||
//
|
||
this.КомпонентыToolStripMenuItem.Name = "КомпонентыToolStripMenuItem";
|
||
this.КомпонентыToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
|
||
this.КомпонентыToolStripMenuItem.Text = "Водители";
|
||
this.КомпонентыToolStripMenuItem.Click += new System.EventHandler(this.ВодителиToolStripMenuItem_Click);
|
||
//
|
||
// компанииToolStripMenuItem
|
||
//
|
||
this.компанииToolStripMenuItem.Name = "компанииToolStripMenuItem";
|
||
this.компанииToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
|
||
this.компанииToolStripMenuItem.Text = "Компании";
|
||
this.компанииToolStripMenuItem.Click += new System.EventHandler(this.компанииToolStripMenuItem_Click);
|
||
//
|
||
// маршрутыToolStripMenuItem
|
||
//
|
||
this.маршрутыToolStripMenuItem.Name = "маршрутыToolStripMenuItem";
|
||
this.маршрутыToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
|
||
this.маршрутыToolStripMenuItem.Text = "Маршруты";
|
||
this.маршрутыToolStripMenuItem.Click += new System.EventHandler(this.маршрутыToolStripMenuItem_Click);
|
||
//
|
||
// местаToolStripMenuItem
|
||
//
|
||
this.местаToolStripMenuItem.Name = "местаToolStripMenuItem";
|
||
this.местаToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
|
||
this.местаToolStripMenuItem.Text = "Места";
|
||
this.местаToolStripMenuItem.Click += new System.EventHandler(this.местаToolStripMenuItem_Click);
|
||
//
|
||
// отчетыToolStripMenuItem
|
||
//
|
||
this.отчетыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.водителиToolStripMenuItem,
|
||
this.компанииToolStripMenuItem1});
|
||
this.отчетыToolStripMenuItem.Name = "отчетыToolStripMenuItem";
|
||
this.отчетыToolStripMenuItem.Size = new System.Drawing.Size(73, 24);
|
||
this.отчетыToolStripMenuItem.Text = "Отчеты";
|
||
//
|
||
// водителиToolStripMenuItem
|
||
//
|
||
this.водителиToolStripMenuItem.Name = "водителиToolStripMenuItem";
|
||
this.водителиToolStripMenuItem.Size = new System.Drawing.Size(165, 26);
|
||
this.водителиToolStripMenuItem.Text = "Водители";
|
||
this.водителиToolStripMenuItem.Click += new System.EventHandler(this.водителиToolStripMenuItem_Click_1);
|
||
//
|
||
// компанииToolStripMenuItem1
|
||
//
|
||
this.компанииToolStripMenuItem1.Name = "компанииToolStripMenuItem1";
|
||
this.компанииToolStripMenuItem1.Size = new System.Drawing.Size(165, 26);
|
||
this.компанииToolStripMenuItem1.Text = "Компании";
|
||
this.компанииToolStripMenuItem1.Click += new System.EventHandler(this.компанииToolStripMenuItem1_Click);
|
||
//
|
||
// DataGridView
|
||
//
|
||
this.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.DataGridView.Location = new System.Drawing.Point(0, 36);
|
||
this.DataGridView.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.DataGridView.Name = "DataGridView";
|
||
this.DataGridView.RowHeadersWidth = 51;
|
||
this.DataGridView.RowTemplate.Height = 25;
|
||
this.DataGridView.Size = new System.Drawing.Size(825, 561);
|
||
this.DataGridView.TabIndex = 1;
|
||
//
|
||
// CreateOrderButton
|
||
//
|
||
this.CreateOrderButton.Location = new System.Drawing.Point(831, 199);
|
||
this.CreateOrderButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.CreateOrderButton.Name = "CreateOrderButton";
|
||
this.CreateOrderButton.Size = new System.Drawing.Size(143, 44);
|
||
this.CreateOrderButton.TabIndex = 2;
|
||
this.CreateOrderButton.Text = "Создать заказ";
|
||
this.CreateOrderButton.UseVisualStyleBackColor = true;
|
||
this.CreateOrderButton.Click += new System.EventHandler(this.CreateOrderButton_Click);
|
||
//
|
||
// UpdateListButton
|
||
//
|
||
this.UpdateListButton.Location = new System.Drawing.Point(832, 349);
|
||
this.UpdateListButton.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.UpdateListButton.Name = "UpdateListButton";
|
||
this.UpdateListButton.Size = new System.Drawing.Size(143, 44);
|
||
this.UpdateListButton.TabIndex = 6;
|
||
this.UpdateListButton.Text = "Обновить список";
|
||
this.UpdateListButton.UseVisualStyleBackColor = true;
|
||
this.UpdateListButton.Click += new System.EventHandler(this.UpdateListButton_Click);
|
||
//
|
||
// статусToolStripMenuItem
|
||
//
|
||
this.статусToolStripMenuItem.Name = "статусToolStripMenuItem";
|
||
this.статусToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
|
||
this.статусToolStripMenuItem.Text = "Статус";
|
||
this.статусToolStripMenuItem.Click += new System.EventHandler(this.статусToolStripMenuItem_Click);
|
||
//
|
||
// FormMain
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(989, 600);
|
||
this.Controls.Add(this.UpdateListButton);
|
||
this.Controls.Add(this.CreateOrderButton);
|
||
this.Controls.Add(this.DataGridView);
|
||
this.Controls.Add(this.MenuStrip);
|
||
this.MainMenuStrip = this.MenuStrip;
|
||
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.Name = "FormMain";
|
||
this.Text = "Автозавод";
|
||
this.Load += new System.EventHandler(this.FormMain_Load);
|
||
this.MenuStrip.ResumeLayout(false);
|
||
this.MenuStrip.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private MenuStrip MenuStrip;
|
||
private ToolStripMenuItem СправочникиToolStripMenuItem;
|
||
private ToolStripMenuItem ИзделияToolStripMenuItem;
|
||
private ToolStripMenuItem КомпонентыToolStripMenuItem;
|
||
private DataGridView DataGridView;
|
||
private Button CreateOrderButton;
|
||
private Button UpdateListButton;
|
||
private ToolStripMenuItem компанииToolStripMenuItem;
|
||
private ToolStripMenuItem маршрутыToolStripMenuItem;
|
||
private ToolStripMenuItem местаToolStripMenuItem;
|
||
private ToolStripMenuItem отчетыToolStripMenuItem;
|
||
private ToolStripMenuItem водителиToolStripMenuItem;
|
||
private ToolStripMenuItem компанииToolStripMenuItem1;
|
||
private ToolStripMenuItem статусToolStripMenuItem;
|
||
}
|
||
} |