LabSubd/Subd/Forms/FormMain.Designer.cs

212 lines
12 KiB
C#
Raw Permalink Normal View History

2023-05-05 20:47:09 +03:00
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();
2023-05-06 01:31:48 +03:00
this.статусToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
2023-05-05 20:47:09 +03:00
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,
2023-05-06 01:31:48 +03:00
this.местаToolStripMenuItem,
this.статусToolStripMenuItem});
2023-05-05 20:47:09 +03:00
this.СправочникиToolStripMenuItem.Name = "СправочникиToolStripMenuItem";
this.СправочникиToolStripMenuItem.Size = new System.Drawing.Size(117, 24);
this.СправочникиToolStripMenuItem.Text = "Cправочники";
//
// ИзделияToolStripMenuItem
//
this.ИзделияToolStripMenuItem.Name = "ИзделияToolStripMenuItem";
2023-05-06 01:31:48 +03:00
this.ИзделияToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
2023-05-05 20:47:09 +03:00
this.ИзделияToolStripMenuItem.Text = "Машины";
this.ИзделияToolStripMenuItem.Click += new System.EventHandler(this.МашиныToolStripMenuItem_Click);
//
// КомпонентыToolStripMenuItem
//
this.КомпонентыToolStripMenuItem.Name = "КомпонентыToolStripMenuItem";
2023-05-06 01:31:48 +03:00
this.КомпонентыToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
2023-05-05 20:47:09 +03:00
this.КомпонентыToolStripMenuItem.Text = "Водители";
this.КомпонентыToolStripMenuItem.Click += new System.EventHandler(this.ВодителиToolStripMenuItem_Click);
//
// компанииToolStripMenuItem
//
this.компанииToolStripMenuItem.Name = омпанииToolStripMenuItem";
2023-05-06 01:31:48 +03:00
this.компанииToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
2023-05-05 20:47:09 +03:00
this.компанииToolStripMenuItem.Text = "Компании";
this.компанииToolStripMenuItem.Click += new System.EventHandler(this.компанииToolStripMenuItem_Click);
//
// маршрутыToolStripMenuItem
//
this.маршрутыToolStripMenuItem.Name = аршрутыToolStripMenuItem";
2023-05-06 01:31:48 +03:00
this.маршрутыToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
2023-05-05 20:47:09 +03:00
this.маршрутыToolStripMenuItem.Text = "Маршруты";
this.маршрутыToolStripMenuItem.Click += new System.EventHandler(this.маршрутыToolStripMenuItem_Click);
//
// местаToolStripMenuItem
//
this.местаToolStripMenuItem.Name = естаToolStripMenuItem";
2023-05-06 01:31:48 +03:00
this.местаToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
2023-05-05 20:47:09 +03:00
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";
2023-05-06 01:31:48 +03:00
this.водителиToolStripMenuItem.Size = new System.Drawing.Size(165, 26);
2023-05-05 20:47:09 +03:00
this.водителиToolStripMenuItem.Text = "Водители";
this.водителиToolStripMenuItem.Click += new System.EventHandler(this.водителиToolStripMenuItem_Click_1);
//
// компанииToolStripMenuItem1
//
this.компанииToolStripMenuItem1.Name = омпанииToolStripMenuItem1";
2023-05-06 01:31:48 +03:00
this.компанииToolStripMenuItem1.Size = new System.Drawing.Size(165, 26);
2023-05-05 20:47:09 +03:00
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);
//
2023-05-06 01:31:48 +03:00
// статус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);
//
2023-05-05 20:47:09 +03:00
// 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;
2023-05-06 01:31:48 +03:00
private ToolStripMenuItem статусToolStripMenuItem;
2023-05-05 20:47:09 +03:00
}
}