288 lines
12 KiB
C#
288 lines
12 KiB
C#
namespace Liner
|
|
{
|
|
partial class FormLinerCollection
|
|
{
|
|
/// <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()
|
|
{
|
|
groupBoxTools = new GroupBox();
|
|
buttonSortByType = new Button();
|
|
buttonSortByColor = new Button();
|
|
Storages = new GroupBox();
|
|
listBoxStorages = new ListBox();
|
|
buttonDeleteSet = new Button();
|
|
textBoxStorageName = new TextBox();
|
|
buttonAddStorage = new Button();
|
|
buttonRefreshCollection = new Button();
|
|
buttonDeleteLiner = new Button();
|
|
textBoxNumber = new TextBox();
|
|
buttonAddLiner = new Button();
|
|
pictureBoxCollection = new PictureBox();
|
|
FileMenuStrip = new MenuStrip();
|
|
FileToolStripMenuItem = new ToolStripMenuItem();
|
|
SaveToolStripMenuItem = new ToolStripMenuItem();
|
|
LoadToolStripMenuItem = new ToolStripMenuItem();
|
|
openFileDialog = new OpenFileDialog();
|
|
saveFileDialog = new SaveFileDialog();
|
|
groupBoxTools.SuspendLayout();
|
|
Storages.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxCollection).BeginInit();
|
|
FileMenuStrip.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// groupBoxTools
|
|
//
|
|
groupBoxTools.Controls.Add(buttonSortByType);
|
|
groupBoxTools.Controls.Add(buttonSortByColor);
|
|
groupBoxTools.Controls.Add(Storages);
|
|
groupBoxTools.Controls.Add(buttonRefreshCollection);
|
|
groupBoxTools.Controls.Add(buttonDeleteLiner);
|
|
groupBoxTools.Controls.Add(textBoxNumber);
|
|
groupBoxTools.Controls.Add(buttonAddLiner);
|
|
groupBoxTools.Location = new Point(845, 0);
|
|
groupBoxTools.Margin = new Padding(3, 4, 3, 4);
|
|
groupBoxTools.Name = "groupBoxTools";
|
|
groupBoxTools.Padding = new Padding(3, 4, 3, 4);
|
|
groupBoxTools.Size = new Size(241, 753);
|
|
groupBoxTools.TabIndex = 0;
|
|
groupBoxTools.TabStop = false;
|
|
groupBoxTools.Text = "Tools";
|
|
//
|
|
// buttonSortByType
|
|
//
|
|
buttonSortByType.Location = new Point(28, 413);
|
|
buttonSortByType.Margin = new Padding(3, 4, 3, 4);
|
|
buttonSortByType.Name = "buttonSortByType";
|
|
buttonSortByType.Size = new Size(190, 41);
|
|
buttonSortByType.TabIndex = 8;
|
|
buttonSortByType.Text = "Sort By Type";
|
|
buttonSortByType.UseVisualStyleBackColor = true;
|
|
buttonSortByType.Click += ButtonSortByType_Click;
|
|
//
|
|
// buttonSortByColor
|
|
//
|
|
buttonSortByColor.Location = new Point(28, 462);
|
|
buttonSortByColor.Margin = new Padding(3, 4, 3, 4);
|
|
buttonSortByColor.Name = "buttonSortByColor";
|
|
buttonSortByColor.Size = new Size(190, 41);
|
|
buttonSortByColor.TabIndex = 7;
|
|
buttonSortByColor.Text = "Sort By Color";
|
|
buttonSortByColor.UseVisualStyleBackColor = true;
|
|
buttonSortByColor.Click += ButtonSortByColor_Click;
|
|
//
|
|
// Storages
|
|
//
|
|
Storages.Controls.Add(listBoxStorages);
|
|
Storages.Controls.Add(buttonDeleteSet);
|
|
Storages.Controls.Add(textBoxStorageName);
|
|
Storages.Controls.Add(buttonAddStorage);
|
|
Storages.Location = new Point(8, 29);
|
|
Storages.Margin = new Padding(3, 4, 3, 4);
|
|
Storages.Name = "Storages";
|
|
Storages.Padding = new Padding(3, 4, 3, 4);
|
|
Storages.Size = new Size(229, 364);
|
|
Storages.TabIndex = 4;
|
|
Storages.TabStop = false;
|
|
Storages.Text = "Sets";
|
|
//
|
|
// listBoxStorages
|
|
//
|
|
listBoxStorages.FormattingEnabled = true;
|
|
listBoxStorages.ItemHeight = 20;
|
|
listBoxStorages.Location = new Point(7, 151);
|
|
listBoxStorages.Margin = new Padding(3, 4, 3, 4);
|
|
listBoxStorages.Name = "listBoxStorages";
|
|
listBoxStorages.Size = new Size(213, 144);
|
|
listBoxStorages.TabIndex = 4;
|
|
listBoxStorages.SelectedIndexChanged += ListBoxObjects_SelectedIndexChanged;
|
|
//
|
|
// buttonDeleteSet
|
|
//
|
|
buttonDeleteSet.Location = new Point(11, 304);
|
|
buttonDeleteSet.Margin = new Padding(3, 4, 3, 4);
|
|
buttonDeleteSet.Name = "buttonDeleteSet";
|
|
buttonDeleteSet.Size = new Size(210, 40);
|
|
buttonDeleteSet.TabIndex = 3;
|
|
buttonDeleteSet.Text = "Delete Set";
|
|
buttonDeleteSet.UseVisualStyleBackColor = true;
|
|
buttonDeleteSet.Click += ButtonRemoveObject_Click;
|
|
//
|
|
// textBoxStorageName
|
|
//
|
|
textBoxStorageName.Location = new Point(39, 52);
|
|
textBoxStorageName.Margin = new Padding(3, 4, 3, 4);
|
|
textBoxStorageName.Name = "textBoxStorageName";
|
|
textBoxStorageName.Size = new Size(158, 27);
|
|
textBoxStorageName.TabIndex = 2;
|
|
//
|
|
// buttonAddStorage
|
|
//
|
|
buttonAddStorage.Location = new Point(11, 91);
|
|
buttonAddStorage.Margin = new Padding(3, 4, 3, 4);
|
|
buttonAddStorage.Name = "buttonAddStorage";
|
|
buttonAddStorage.Size = new Size(210, 40);
|
|
buttonAddStorage.TabIndex = 1;
|
|
buttonAddStorage.Text = "Add Set";
|
|
buttonAddStorage.UseVisualStyleBackColor = true;
|
|
buttonAddStorage.Click += ButtonAddObject_Click;
|
|
//
|
|
// buttonRefreshCollection
|
|
//
|
|
buttonRefreshCollection.Location = new Point(13, 691);
|
|
buttonRefreshCollection.Margin = new Padding(3, 4, 3, 4);
|
|
buttonRefreshCollection.Name = "buttonRefreshCollection";
|
|
buttonRefreshCollection.Size = new Size(222, 53);
|
|
buttonRefreshCollection.TabIndex = 3;
|
|
buttonRefreshCollection.Text = "Refresh Collection";
|
|
buttonRefreshCollection.UseVisualStyleBackColor = true;
|
|
buttonRefreshCollection.Click += ButtonRefreshCollection_Click;
|
|
//
|
|
// buttonDeleteLiner
|
|
//
|
|
buttonDeleteLiner.Location = new Point(13, 607);
|
|
buttonDeleteLiner.Margin = new Padding(3, 4, 3, 4);
|
|
buttonDeleteLiner.Name = "buttonDeleteLiner";
|
|
buttonDeleteLiner.Size = new Size(222, 53);
|
|
buttonDeleteLiner.TabIndex = 2;
|
|
buttonDeleteLiner.Text = "Delete Liner";
|
|
buttonDeleteLiner.UseVisualStyleBackColor = true;
|
|
buttonDeleteLiner.Click += ButtonRemoveLiner_Click;
|
|
//
|
|
// textBoxNumber
|
|
//
|
|
textBoxNumber.Location = new Point(47, 572);
|
|
textBoxNumber.Margin = new Padding(3, 4, 3, 4);
|
|
textBoxNumber.Name = "textBoxNumber";
|
|
textBoxNumber.Size = new Size(158, 27);
|
|
textBoxNumber.TabIndex = 1;
|
|
//
|
|
// buttonAddLiner
|
|
//
|
|
buttonAddLiner.Location = new Point(13, 511);
|
|
buttonAddLiner.Margin = new Padding(3, 4, 3, 4);
|
|
buttonAddLiner.Name = "buttonAddLiner";
|
|
buttonAddLiner.Size = new Size(222, 53);
|
|
buttonAddLiner.TabIndex = 0;
|
|
buttonAddLiner.Text = "Add Liner";
|
|
buttonAddLiner.UseVisualStyleBackColor = true;
|
|
buttonAddLiner.Click += ButtonAddLiner_Click;
|
|
//
|
|
// pictureBoxCollection
|
|
//
|
|
pictureBoxCollection.Location = new Point(2, 36);
|
|
pictureBoxCollection.Margin = new Padding(3, 4, 3, 4);
|
|
pictureBoxCollection.Name = "pictureBoxCollection";
|
|
pictureBoxCollection.Size = new Size(835, 717);
|
|
pictureBoxCollection.TabIndex = 1;
|
|
pictureBoxCollection.TabStop = false;
|
|
//
|
|
// FileMenuStrip
|
|
//
|
|
FileMenuStrip.ImageScalingSize = new Size(20, 20);
|
|
FileMenuStrip.Items.AddRange(new ToolStripItem[] { FileToolStripMenuItem });
|
|
FileMenuStrip.Location = new Point(0, 0);
|
|
FileMenuStrip.Name = "FileMenuStrip";
|
|
FileMenuStrip.Padding = new Padding(7, 3, 0, 3);
|
|
FileMenuStrip.Size = new Size(1087, 30);
|
|
FileMenuStrip.TabIndex = 2;
|
|
FileMenuStrip.Text = "FileMenuStrip";
|
|
//
|
|
// FileToolStripMenuItem
|
|
//
|
|
FileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { SaveToolStripMenuItem, LoadToolStripMenuItem });
|
|
FileToolStripMenuItem.Name = "FileToolStripMenuItem";
|
|
FileToolStripMenuItem.Size = new Size(49, 24);
|
|
FileToolStripMenuItem.Text = "FILE";
|
|
//
|
|
// SaveToolStripMenuItem
|
|
//
|
|
SaveToolStripMenuItem.Name = "SaveToolStripMenuItem";
|
|
SaveToolStripMenuItem.Size = new Size(130, 26);
|
|
SaveToolStripMenuItem.Text = "SAVE";
|
|
SaveToolStripMenuItem.Click += SaveToolStripMenuItem_Click;
|
|
//
|
|
// LoadToolStripMenuItem
|
|
//
|
|
LoadToolStripMenuItem.Name = "LoadToolStripMenuItem";
|
|
LoadToolStripMenuItem.Size = new Size(130, 26);
|
|
LoadToolStripMenuItem.Text = "LOAD";
|
|
LoadToolStripMenuItem.Click += LoadToolStripMenuItem_Click;
|
|
//
|
|
// openFileDialog
|
|
//
|
|
openFileDialog.Filter = "txt file | *.txt";
|
|
//
|
|
// saveFileDialog
|
|
//
|
|
saveFileDialog.FileName = "saveFile";
|
|
saveFileDialog.Filter = "txt file | *.txt";
|
|
//
|
|
// FormLinerCollection
|
|
//
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(1087, 757);
|
|
Controls.Add(FileMenuStrip);
|
|
Controls.Add(pictureBoxCollection);
|
|
Controls.Add(groupBoxTools);
|
|
MainMenuStrip = FileMenuStrip;
|
|
Margin = new Padding(3, 4, 3, 4);
|
|
Name = "FormLinerCollection";
|
|
Text = "Liner Collection";
|
|
groupBoxTools.ResumeLayout(false);
|
|
groupBoxTools.PerformLayout();
|
|
Storages.ResumeLayout(false);
|
|
Storages.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxCollection).EndInit();
|
|
FileMenuStrip.ResumeLayout(false);
|
|
FileMenuStrip.PerformLayout();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private GroupBox groupBoxTools;
|
|
private TextBox textBoxNumber;
|
|
private Button buttonAddLiner;
|
|
private Button buttonRefreshCollection;
|
|
private Button buttonDeleteLiner;
|
|
private PictureBox pictureBoxCollection;
|
|
private GroupBox Storages;
|
|
private ListBox listBoxStorages;
|
|
private Button buttonDeleteSet;
|
|
private TextBox textBoxStorageName;
|
|
private Button buttonAddStorage;
|
|
private MenuStrip FileMenuStrip;
|
|
private ToolStripMenuItem FileToolStripMenuItem;
|
|
private ToolStripMenuItem SaveToolStripMenuItem;
|
|
private ToolStripMenuItem LoadToolStripMenuItem;
|
|
private OpenFileDialog openFileDialog;
|
|
private SaveFileDialog saveFileDialog;
|
|
private Button buttonSortByType;
|
|
private Button buttonSortByColor;
|
|
}
|
|
} |