namespace Liner { partial class FormLinerCollection { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { groupBoxTools = new GroupBox(); 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(); groupBoxTools.SuspendLayout(); Storages.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pictureBoxCollection).BeginInit(); SuspendLayout(); // // groupBoxTools // groupBoxTools.Controls.Add(Storages); groupBoxTools.Controls.Add(buttonRefreshCollection); groupBoxTools.Controls.Add(buttonDeleteLiner); groupBoxTools.Controls.Add(textBoxNumber); groupBoxTools.Controls.Add(buttonAddLiner); groupBoxTools.Location = new Point(739, 0); groupBoxTools.Name = "groupBoxTools"; groupBoxTools.Size = new Size(211, 565); groupBoxTools.TabIndex = 0; groupBoxTools.TabStop = false; groupBoxTools.Text = "Tools"; // // Storages // Storages.Controls.Add(listBoxStorages); Storages.Controls.Add(buttonDeleteSet); Storages.Controls.Add(textBoxStorageName); Storages.Controls.Add(buttonAddStorage); Storages.Location = new Point(7, 19); Storages.Name = "Storages"; Storages.Size = new Size(200, 276); Storages.TabIndex = 4; Storages.TabStop = false; Storages.Text = "Sets"; // // listBoxStorages // listBoxStorages.FormattingEnabled = true; listBoxStorages.ItemHeight = 15; listBoxStorages.Location = new Point(6, 113); listBoxStorages.Name = "listBoxStorages"; listBoxStorages.Size = new Size(187, 109); listBoxStorages.TabIndex = 4; listBoxStorages.SelectedIndexChanged += ListBoxObjects_SelectedIndexChanged; // // buttonDeleteSet // buttonDeleteSet.Location = new Point(10, 228); buttonDeleteSet.Name = "buttonDeleteSet"; buttonDeleteSet.Size = new Size(184, 30); buttonDeleteSet.TabIndex = 3; buttonDeleteSet.Text = "Delete Set"; buttonDeleteSet.UseVisualStyleBackColor = true; buttonDeleteSet.Click += ButtonRemoveObject_Click; // // textBoxStorageName // textBoxStorageName.Location = new Point(34, 39); textBoxStorageName.Name = "textBoxStorageName"; textBoxStorageName.Size = new Size(139, 23); textBoxStorageName.TabIndex = 2; // // buttonAddStorage // buttonAddStorage.Location = new Point(10, 68); buttonAddStorage.Name = "buttonAddStorage"; buttonAddStorage.Size = new Size(184, 30); buttonAddStorage.TabIndex = 1; buttonAddStorage.Text = "Add Set"; buttonAddStorage.UseVisualStyleBackColor = true; buttonAddStorage.Click += ButtonAddObject_Click; // // buttonRefreshCollection // buttonRefreshCollection.Location = new Point(11, 501); buttonRefreshCollection.Name = "buttonRefreshCollection"; buttonRefreshCollection.Size = new Size(194, 40); buttonRefreshCollection.TabIndex = 3; buttonRefreshCollection.Text = "Refresh Collection"; buttonRefreshCollection.UseVisualStyleBackColor = true; buttonRefreshCollection.Click += ButtonRefreshCollection_Click; // // buttonDeleteLiner // buttonDeleteLiner.Location = new Point(11, 408); buttonDeleteLiner.Name = "buttonDeleteLiner"; buttonDeleteLiner.Size = new Size(194, 40); buttonDeleteLiner.TabIndex = 2; buttonDeleteLiner.Text = "Delete Liner"; buttonDeleteLiner.UseVisualStyleBackColor = true; buttonDeleteLiner.Click += ButtonRemoveLiner_Click; // // textBoxNumber // textBoxNumber.Location = new Point(41, 368); textBoxNumber.Name = "textBoxNumber"; textBoxNumber.Size = new Size(139, 23); textBoxNumber.TabIndex = 1; // // buttonAddLiner // buttonAddLiner.Location = new Point(11, 313); buttonAddLiner.Name = "buttonAddLiner"; buttonAddLiner.Size = new Size(194, 40); buttonAddLiner.TabIndex = 0; buttonAddLiner.Text = "Add Liner"; buttonAddLiner.UseVisualStyleBackColor = true; buttonAddLiner.Click += ButtonAddLiner_Click; // // pictureBoxCollection // pictureBoxCollection.Location = new Point(2, 0); pictureBoxCollection.Name = "pictureBoxCollection"; pictureBoxCollection.Size = new Size(731, 565); pictureBoxCollection.TabIndex = 1; pictureBoxCollection.TabStop = false; // // FormLinerCollection // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(951, 568); Controls.Add(pictureBoxCollection); Controls.Add(groupBoxTools); Name = "FormLinerCollection"; Text = "Liner Collection"; groupBoxTools.ResumeLayout(false); groupBoxTools.PerformLayout(); Storages.ResumeLayout(false); Storages.PerformLayout(); ((System.ComponentModel.ISupportInitialize)pictureBoxCollection).EndInit(); ResumeLayout(false); } #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; } }