259 lines
13 KiB
C#
259 lines
13 KiB
C#
namespace DoubleDeckerbus
|
||
{
|
||
partial class FormDoubleDeckerbusCollection
|
||
{
|
||
/// <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.buttonAddBus = new System.Windows.Forms.Button();
|
||
this.pictureBoxCollection = new System.Windows.Forms.PictureBox();
|
||
this.labelInstruments = new System.Windows.Forms.Label();
|
||
this.buttonUpdate = new System.Windows.Forms.Button();
|
||
this.buttonDeleteBus = new System.Windows.Forms.Button();
|
||
this.colorDialog = new System.Windows.Forms.ColorDialog();
|
||
this.maskedTextBoxNumber = new System.Windows.Forms.MaskedTextBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.listBoxStorages = new System.Windows.Forms.ListBox();
|
||
this.buttonAddStorage = new System.Windows.Forms.Button();
|
||
this.buttonDeleteStorage = new System.Windows.Forms.Button();
|
||
this.textBoxStorageName = new System.Windows.Forms.TextBox();
|
||
this.menuStrip = new System.Windows.Forms.MenuStrip();
|
||
this.toolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
||
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).BeginInit();
|
||
this.menuStrip.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// buttonAddBus
|
||
//
|
||
this.buttonAddBus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonAddBus.Location = new System.Drawing.Point(859, 331);
|
||
this.buttonAddBus.Name = "buttonAddBus";
|
||
this.buttonAddBus.Size = new System.Drawing.Size(118, 28);
|
||
this.buttonAddBus.TabIndex = 0;
|
||
this.buttonAddBus.Text = "Добавить автобус";
|
||
this.buttonAddBus.UseVisualStyleBackColor = true;
|
||
this.buttonAddBus.Click += new System.EventHandler(this.buttonAddBus_Click);
|
||
//
|
||
// pictureBoxCollection
|
||
//
|
||
this.pictureBoxCollection.Location = new System.Drawing.Point(0, 20);
|
||
this.pictureBoxCollection.Name = "pictureBoxCollection";
|
||
this.pictureBoxCollection.Size = new System.Drawing.Size(830, 475);
|
||
this.pictureBoxCollection.TabIndex = 1;
|
||
this.pictureBoxCollection.TabStop = false;
|
||
//
|
||
// labelInstruments
|
||
//
|
||
this.labelInstruments.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.labelInstruments.AutoSize = true;
|
||
this.labelInstruments.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
||
this.labelInstruments.Location = new System.Drawing.Point(859, 0);
|
||
this.labelInstruments.Name = "labelInstruments";
|
||
this.labelInstruments.Size = new System.Drawing.Size(108, 21);
|
||
this.labelInstruments.TabIndex = 2;
|
||
this.labelInstruments.Text = "Инструменты";
|
||
//
|
||
// buttonUpdate
|
||
//
|
||
this.buttonUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonUpdate.Location = new System.Drawing.Point(851, 130);
|
||
this.buttonUpdate.Name = "buttonUpdate";
|
||
this.buttonUpdate.Size = new System.Drawing.Size(131, 25);
|
||
this.buttonUpdate.TabIndex = 3;
|
||
this.buttonUpdate.Text = "Обновить набор";
|
||
this.buttonUpdate.UseVisualStyleBackColor = true;
|
||
this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
|
||
//
|
||
// buttonDeleteBus
|
||
//
|
||
this.buttonDeleteBus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonDeleteBus.Location = new System.Drawing.Point(859, 394);
|
||
this.buttonDeleteBus.Name = "buttonDeleteBus";
|
||
this.buttonDeleteBus.Size = new System.Drawing.Size(118, 28);
|
||
this.buttonDeleteBus.TabIndex = 4;
|
||
this.buttonDeleteBus.Text = "Удалить автобус";
|
||
this.buttonDeleteBus.UseVisualStyleBackColor = true;
|
||
this.buttonDeleteBus.Click += new System.EventHandler(this.buttonDeleteBus_Click);
|
||
//
|
||
// maskedTextBoxNumber
|
||
//
|
||
this.maskedTextBoxNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.maskedTextBoxNumber.Location = new System.Drawing.Point(851, 365);
|
||
this.maskedTextBoxNumber.Mask = "00";
|
||
this.maskedTextBoxNumber.Name = "maskedTextBoxNumber";
|
||
this.maskedTextBoxNumber.Size = new System.Drawing.Size(138, 23);
|
||
this.maskedTextBoxNumber.TabIndex = 5;
|
||
this.maskedTextBoxNumber.ValidatingType = typeof(int);
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(851, 38);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(52, 15);
|
||
this.label1.TabIndex = 7;
|
||
this.label1.Text = "Наборы";
|
||
//
|
||
// listBoxStorages
|
||
//
|
||
this.listBoxStorages.FormattingEnabled = true;
|
||
this.listBoxStorages.ItemHeight = 15;
|
||
this.listBoxStorages.Location = new System.Drawing.Point(850, 160);
|
||
this.listBoxStorages.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.listBoxStorages.Name = "listBoxStorages";
|
||
this.listBoxStorages.Size = new System.Drawing.Size(132, 109);
|
||
this.listBoxStorages.TabIndex = 8;
|
||
this.listBoxStorages.SelectedIndexChanged += new System.EventHandler(this.listBoxObjects_SelectedIndexChanged);
|
||
//
|
||
// buttonAddStorage
|
||
//
|
||
this.buttonAddStorage.Location = new System.Drawing.Point(850, 102);
|
||
this.buttonAddStorage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonAddStorage.Name = "buttonAddStorage";
|
||
this.buttonAddStorage.Size = new System.Drawing.Size(131, 25);
|
||
this.buttonAddStorage.TabIndex = 9;
|
||
this.buttonAddStorage.Text = "Добавить набор";
|
||
this.buttonAddStorage.UseVisualStyleBackColor = true;
|
||
this.buttonAddStorage.Click += new System.EventHandler(this.buttonAddStorage_Click);
|
||
//
|
||
// buttonDeleteStorage
|
||
//
|
||
this.buttonDeleteStorage.Location = new System.Drawing.Point(850, 273);
|
||
this.buttonDeleteStorage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.buttonDeleteStorage.Name = "buttonDeleteStorage";
|
||
this.buttonDeleteStorage.Size = new System.Drawing.Size(131, 25);
|
||
this.buttonDeleteStorage.TabIndex = 10;
|
||
this.buttonDeleteStorage.Text = "Удалить набор";
|
||
this.buttonDeleteStorage.UseVisualStyleBackColor = true;
|
||
this.buttonDeleteStorage.Click += new System.EventHandler(this.buttonDeleteStorage_Click);
|
||
//
|
||
// textBoxStorageName
|
||
//
|
||
this.textBoxStorageName.Location = new System.Drawing.Point(850, 77);
|
||
this.textBoxStorageName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.textBoxStorageName.Name = "textBoxStorageName";
|
||
this.textBoxStorageName.Size = new System.Drawing.Size(132, 23);
|
||
this.textBoxStorageName.TabIndex = 11;
|
||
//
|
||
// menuStrip
|
||
//
|
||
this.menuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.toolStripMenuItem});
|
||
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
||
this.menuStrip.Name = "menuStrip";
|
||
this.menuStrip.Padding = new System.Windows.Forms.Padding(5, 2, 0, 2);
|
||
this.menuStrip.Size = new System.Drawing.Size(1003, 24);
|
||
this.menuStrip.TabIndex = 12;
|
||
this.menuStrip.Text = "menuStrip1";
|
||
//
|
||
// toolStripMenuItem
|
||
//
|
||
this.toolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.saveToolStripMenuItem,
|
||
this.loadToolStripMenuItem});
|
||
this.toolStripMenuItem.Name = "toolStripMenuItem";
|
||
this.toolStripMenuItem.Size = new System.Drawing.Size(48, 20);
|
||
this.toolStripMenuItem.Text = "Файл";
|
||
//
|
||
// saveToolStripMenuItem
|
||
//
|
||
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
||
this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||
this.saveToolStripMenuItem.Text = "Сохранить";
|
||
this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItem_Click);
|
||
//
|
||
// loadToolStripMenuItem
|
||
//
|
||
this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
|
||
this.loadToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||
this.loadToolStripMenuItem.Text = "Загрузить";
|
||
this.loadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItem_Click);
|
||
//
|
||
// saveFileDialog
|
||
//
|
||
this.saveFileDialog.Filter = "txt file | *.txt";
|
||
//
|
||
// openFileDialog
|
||
//
|
||
this.openFileDialog.FileName = "openFileDialog1";
|
||
this.openFileDialog.Filter = "txt file | *.txt";
|
||
//
|
||
// FormDoubleDeckerbusCollection
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1003, 504);
|
||
this.Controls.Add(this.textBoxStorageName);
|
||
this.Controls.Add(this.buttonDeleteStorage);
|
||
this.Controls.Add(this.buttonAddStorage);
|
||
this.Controls.Add(this.listBoxStorages);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.buttonAddBus);
|
||
this.Controls.Add(this.maskedTextBoxNumber);
|
||
this.Controls.Add(this.buttonDeleteBus);
|
||
this.Controls.Add(this.buttonUpdate);
|
||
this.Controls.Add(this.labelInstruments);
|
||
this.Controls.Add(this.pictureBoxCollection);
|
||
this.Controls.Add(this.menuStrip);
|
||
this.MainMenuStrip = this.menuStrip;
|
||
this.Name = "FormDoubleDeckerbusCollection";
|
||
this.Text = "Набор автобусов";
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).EndInit();
|
||
this.menuStrip.ResumeLayout(false);
|
||
this.menuStrip.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private Button buttonAddBus;
|
||
private PictureBox pictureBoxCollection;
|
||
private Label labelInstruments;
|
||
private Button buttonUpdate;
|
||
private Button buttonDeleteBus;
|
||
private ColorDialog colorDialog;
|
||
private MaskedTextBox maskedTextBoxNumber;
|
||
private Label label1;
|
||
private ListBox listBoxStorages;
|
||
private Button buttonAddStorage;
|
||
private Button buttonDeleteStorage;
|
||
private TextBox textBoxStorageName;
|
||
private MenuStrip menuStrip;
|
||
private ToolStripMenuItem toolStripMenuItem;
|
||
private ToolStripMenuItem saveToolStripMenuItem;
|
||
private ToolStripMenuItem loadToolStripMenuItem;
|
||
private SaveFileDialog saveFileDialog;
|
||
private OpenFileDialog openFileDialog;
|
||
}
|
||
} |