300 lines
13 KiB
C#
300 lines
13 KiB
C#
namespace WarmlyLocomotive
|
|
{
|
|
partial class FormWarmlyLocomotiveCollection
|
|
{
|
|
/// <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()
|
|
{
|
|
labelCollection = new Label();
|
|
panelCollectionWarmlyLocomotive = new Panel();
|
|
labelGenericCollection = new Label();
|
|
panel1 = new Panel();
|
|
buttonDelObject = new Button();
|
|
textBoxStorageName = new TextBox();
|
|
listBoxStorages = new ListBox();
|
|
buttonAddObject = new Button();
|
|
buttonreFreshCollection = new Button();
|
|
maskedTextBoxNumber = new TextBox();
|
|
buttonRemove = new Button();
|
|
buttonAdd = new Button();
|
|
pictureBoxCollectionWarmlyLocomotive = new PictureBox();
|
|
openFileDialog = new OpenFileDialog();
|
|
saveFileDialog = new SaveFileDialog();
|
|
menuStrip = new MenuStrip();
|
|
file = new ToolStripMenuItem();
|
|
SaveToolStripMenuItem = new ToolStripMenuItem();
|
|
LoadToolStripMenuItem = new ToolStripMenuItem();
|
|
buttonSortByType = new Button();
|
|
buttonSortByColor = new Button();
|
|
panelCollectionWarmlyLocomotive.SuspendLayout();
|
|
panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxCollectionWarmlyLocomotive).BeginInit();
|
|
menuStrip.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// labelCollection
|
|
//
|
|
labelCollection.AutoSize = true;
|
|
labelCollection.BorderStyle = BorderStyle.Fixed3D;
|
|
labelCollection.Location = new Point(1229, 21);
|
|
labelCollection.Margin = new Padding(6, 0, 6, 0);
|
|
labelCollection.Name = "labelCollection";
|
|
labelCollection.Size = new Size(166, 34);
|
|
labelCollection.TabIndex = 0;
|
|
labelCollection.Text = "Инструменты";
|
|
//
|
|
// panelCollectionWarmlyLocomotive
|
|
//
|
|
panelCollectionWarmlyLocomotive.Controls.Add(labelGenericCollection);
|
|
panelCollectionWarmlyLocomotive.Controls.Add(panel1);
|
|
panelCollectionWarmlyLocomotive.Controls.Add(buttonreFreshCollection);
|
|
panelCollectionWarmlyLocomotive.Controls.Add(maskedTextBoxNumber);
|
|
panelCollectionWarmlyLocomotive.Controls.Add(buttonRemove);
|
|
panelCollectionWarmlyLocomotive.Controls.Add(buttonAdd);
|
|
panelCollectionWarmlyLocomotive.Location = new Point(1229, 60);
|
|
panelCollectionWarmlyLocomotive.Margin = new Padding(6);
|
|
panelCollectionWarmlyLocomotive.Name = "panelCollectionWarmlyLocomotive";
|
|
panelCollectionWarmlyLocomotive.Size = new Size(277, 875);
|
|
panelCollectionWarmlyLocomotive.TabIndex = 1;
|
|
//
|
|
// labelGenericCollection
|
|
//
|
|
labelGenericCollection.AutoSize = true;
|
|
labelGenericCollection.Location = new Point(32, -2);
|
|
labelGenericCollection.Margin = new Padding(6, 0, 6, 0);
|
|
labelGenericCollection.Name = "labelGenericCollection";
|
|
labelGenericCollection.Size = new Size(102, 32);
|
|
labelGenericCollection.TabIndex = 5;
|
|
labelGenericCollection.Text = "Наборы";
|
|
//
|
|
// panel1
|
|
//
|
|
panel1.Controls.Add(buttonSortByColor);
|
|
panel1.Controls.Add(buttonSortByType);
|
|
panel1.Controls.Add(buttonDelObject);
|
|
panel1.Controls.Add(textBoxStorageName);
|
|
panel1.Controls.Add(listBoxStorages);
|
|
panel1.Controls.Add(buttonAddObject);
|
|
panel1.Location = new Point(6, 34);
|
|
panel1.Margin = new Padding(6);
|
|
panel1.Name = "panel1";
|
|
panel1.Size = new Size(293, 526);
|
|
panel1.TabIndex = 4;
|
|
//
|
|
// buttonDelObject
|
|
//
|
|
buttonDelObject.Location = new Point(28, 373);
|
|
buttonDelObject.Margin = new Padding(6);
|
|
buttonDelObject.Name = "buttonDelObject";
|
|
buttonDelObject.Size = new Size(214, 49);
|
|
buttonDelObject.TabIndex = 3;
|
|
buttonDelObject.Text = "Удалить набор";
|
|
buttonDelObject.UseVisualStyleBackColor = true;
|
|
buttonDelObject.Click += buttonDelObject_Click;
|
|
//
|
|
// textBoxStorageName
|
|
//
|
|
textBoxStorageName.Location = new Point(24, 28);
|
|
textBoxStorageName.Margin = new Padding(6);
|
|
textBoxStorageName.Name = "textBoxStorageName";
|
|
textBoxStorageName.Size = new Size(214, 39);
|
|
textBoxStorageName.TabIndex = 2;
|
|
//
|
|
// listBoxStorages
|
|
//
|
|
listBoxStorages.FormattingEnabled = true;
|
|
listBoxStorages.ItemHeight = 32;
|
|
listBoxStorages.Location = new Point(26, 192);
|
|
listBoxStorages.Margin = new Padding(6);
|
|
listBoxStorages.Name = "listBoxStorages";
|
|
listBoxStorages.Size = new Size(218, 164);
|
|
listBoxStorages.TabIndex = 1;
|
|
//
|
|
// buttonAddObject
|
|
//
|
|
buttonAddObject.Location = new Point(28, 109);
|
|
buttonAddObject.Margin = new Padding(6);
|
|
buttonAddObject.Name = "buttonAddObject";
|
|
buttonAddObject.Size = new Size(219, 47);
|
|
buttonAddObject.TabIndex = 0;
|
|
buttonAddObject.Text = "Добавить набор";
|
|
buttonAddObject.UseVisualStyleBackColor = true;
|
|
buttonAddObject.Click += buttonAddObject_Click;
|
|
//
|
|
// buttonreFreshCollection
|
|
//
|
|
buttonreFreshCollection.Location = new Point(6, 693);
|
|
buttonreFreshCollection.Margin = new Padding(6);
|
|
buttonreFreshCollection.Name = "buttonreFreshCollection";
|
|
buttonreFreshCollection.Size = new Size(271, 49);
|
|
buttonreFreshCollection.TabIndex = 3;
|
|
buttonreFreshCollection.Text = "Обновить коллекцию";
|
|
buttonreFreshCollection.UseVisualStyleBackColor = true;
|
|
buttonreFreshCollection.Click += buttonreFreshCollection_Click;
|
|
//
|
|
// maskedTextBoxNumber
|
|
//
|
|
maskedTextBoxNumber.Location = new Point(30, 631);
|
|
maskedTextBoxNumber.Margin = new Padding(6);
|
|
maskedTextBoxNumber.Name = "maskedTextBoxNumber";
|
|
maskedTextBoxNumber.Size = new Size(214, 39);
|
|
maskedTextBoxNumber.TabIndex = 2;
|
|
//
|
|
// buttonRemove
|
|
//
|
|
buttonRemove.Location = new Point(11, 787);
|
|
buttonRemove.Margin = new Padding(6);
|
|
buttonRemove.Name = "buttonRemove";
|
|
buttonRemove.Size = new Size(266, 49);
|
|
buttonRemove.TabIndex = 1;
|
|
buttonRemove.Text = "Удалить тепловоз";
|
|
buttonRemove.UseVisualStyleBackColor = true;
|
|
buttonRemove.Click += buttonRemove_Click;
|
|
//
|
|
// buttonAdd
|
|
//
|
|
buttonAdd.Location = new Point(7, 572);
|
|
buttonAdd.Margin = new Padding(6);
|
|
buttonAdd.Name = "buttonAdd";
|
|
buttonAdd.Size = new Size(266, 47);
|
|
buttonAdd.TabIndex = 0;
|
|
buttonAdd.Text = "Добавить тепловоз";
|
|
buttonAdd.UseVisualStyleBackColor = true;
|
|
buttonAdd.Click += buttonAdd_Click;
|
|
//
|
|
// pictureBoxCollectionWarmlyLocomotive
|
|
//
|
|
pictureBoxCollectionWarmlyLocomotive.Location = new Point(22, 60);
|
|
pictureBoxCollectionWarmlyLocomotive.Margin = new Padding(6);
|
|
pictureBoxCollectionWarmlyLocomotive.Name = "pictureBoxCollectionWarmlyLocomotive";
|
|
pictureBoxCollectionWarmlyLocomotive.Size = new Size(1202, 875);
|
|
pictureBoxCollectionWarmlyLocomotive.TabIndex = 2;
|
|
pictureBoxCollectionWarmlyLocomotive.TabStop = false;
|
|
//
|
|
// openFileDialog
|
|
//
|
|
openFileDialog.FileName = "openFileDialog";
|
|
//
|
|
// menuStrip
|
|
//
|
|
menuStrip.ImageScalingSize = new Size(32, 32);
|
|
menuStrip.Items.AddRange(new ToolStripItem[] { file });
|
|
menuStrip.Location = new Point(0, 0);
|
|
menuStrip.Name = "menuStrip";
|
|
menuStrip.Size = new Size(1528, 40);
|
|
menuStrip.TabIndex = 3;
|
|
menuStrip.Text = "menuStrip1";
|
|
//
|
|
// file
|
|
//
|
|
file.DropDownItems.AddRange(new ToolStripItem[] { SaveToolStripMenuItem, LoadToolStripMenuItem });
|
|
file.Name = "file";
|
|
file.Size = new Size(90, 36);
|
|
file.Text = "Файл";
|
|
//
|
|
// SaveToolStripMenuItem
|
|
//
|
|
SaveToolStripMenuItem.Name = "SaveToolStripMenuItem";
|
|
SaveToolStripMenuItem.Size = new Size(263, 44);
|
|
SaveToolStripMenuItem.Text = "Сохранить";
|
|
SaveToolStripMenuItem.Click += SaveToolStripMenuItem_Click;
|
|
//
|
|
// LoadToolStripMenuItem
|
|
//
|
|
LoadToolStripMenuItem.Name = "LoadToolStripMenuItem";
|
|
LoadToolStripMenuItem.Size = new Size(263, 44);
|
|
LoadToolStripMenuItem.Text = "Загрузить";
|
|
LoadToolStripMenuItem.Click += LoadToolStripMenuItem_Click;
|
|
//
|
|
// buttonSortByType
|
|
//
|
|
buttonSortByType.Location = new Point(5, 434);
|
|
buttonSortByType.Name = "buttonSortByType";
|
|
buttonSortByType.Size = new Size(258, 41);
|
|
buttonSortByType.TabIndex = 4;
|
|
buttonSortByType.Text = "Сортировка по типу";
|
|
buttonSortByType.UseVisualStyleBackColor = true;
|
|
buttonSortByType.Click += buttonSortByType_Click;
|
|
//
|
|
// buttonSortByColor
|
|
//
|
|
buttonSortByColor.Location = new Point(3, 477);
|
|
buttonSortByColor.Name = "buttonSortByColor";
|
|
buttonSortByColor.Size = new Size(265, 46);
|
|
buttonSortByColor.TabIndex = 5;
|
|
buttonSortByColor.Text = "Сортировка по цвету";
|
|
buttonSortByColor.UseVisualStyleBackColor = true;
|
|
buttonSortByColor.Click += buttonSortByColor_Click;
|
|
//
|
|
// FormWarmlyLocomotiveCollection
|
|
//
|
|
AutoScaleDimensions = new SizeF(13F, 32F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(1528, 960);
|
|
Controls.Add(pictureBoxCollectionWarmlyLocomotive);
|
|
Controls.Add(panelCollectionWarmlyLocomotive);
|
|
Controls.Add(labelCollection);
|
|
Controls.Add(menuStrip);
|
|
MainMenuStrip = menuStrip;
|
|
Margin = new Padding(6);
|
|
Name = "FormWarmlyLocomotiveCollection";
|
|
Text = "FormWarmlyLocomotiveCollection";
|
|
panelCollectionWarmlyLocomotive.ResumeLayout(false);
|
|
panelCollectionWarmlyLocomotive.PerformLayout();
|
|
panel1.ResumeLayout(false);
|
|
panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxCollectionWarmlyLocomotive).EndInit();
|
|
menuStrip.ResumeLayout(false);
|
|
menuStrip.PerformLayout();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Label labelCollection;
|
|
private Panel panelCollectionWarmlyLocomotive;
|
|
private PictureBox pictureBoxCollectionWarmlyLocomotive;
|
|
private Button buttonAdd;
|
|
private Button buttonRemove;
|
|
private Button buttonreFreshCollection;
|
|
private TextBox maskedTextBoxNumber;
|
|
private Label labelGenericCollection;
|
|
private Panel panel1;
|
|
private Button buttonAddObject;
|
|
private ListBox listBoxStorages;
|
|
private TextBox textBoxStorageName;
|
|
private Button buttonDelObject;
|
|
private OpenFileDialog openFileDialog;
|
|
private SaveFileDialog saveFileDialog;
|
|
private MenuStrip menuStrip;
|
|
private ToolStripMenuItem file;
|
|
private ToolStripMenuItem SaveToolStripMenuItem;
|
|
private ToolStripMenuItem LoadToolStripMenuItem;
|
|
private Button buttonSortByColor;
|
|
private Button buttonSortByType;
|
|
}
|
|
} |