namespace ProjectTank { partial class FormTankCollection { /// /// 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() { pictureBoxCollection = new PictureBox(); label1 = new Label(); button3 = new Button(); button2 = new Button(); button4 = new Button(); maskedTextBoxNumber = new TextBox(); label2 = new Label(); textBoxStorageName = new TextBox(); button1 = new Button(); listBoxStorages = new ListBox(); button5 = new Button(); ((System.ComponentModel.ISupportInitialize)pictureBoxCollection).BeginInit(); SuspendLayout(); // // pictureBoxCollection // pictureBoxCollection.Location = new Point(6, 4); pictureBoxCollection.Name = "pictureBoxCollection"; pictureBoxCollection.Size = new Size(760, 475); pictureBoxCollection.TabIndex = 0; pictureBoxCollection.TabStop = false; // // label1 // label1.AutoSize = true; label1.Location = new Point(775, 9); label1.Name = "label1"; label1.Size = new Size(103, 20); label1.TabIndex = 1; label1.Text = "Инструменты"; // // button3 // button3.Location = new Point(775, 448); button3.Name = "button3"; button3.Size = new Size(139, 29); button3.TabIndex = 4; button3.Text = "Обн. коллекцию"; button3.UseVisualStyleBackColor = true; button3.Click += ButtonRefreshCollection_Click; // // button2 // button2.Location = new Point(775, 393); button2.Name = "button2"; button2.Size = new Size(139, 29); button2.TabIndex = 5; button2.Text = "Удалить танк"; button2.UseVisualStyleBackColor = true; button2.Click += ButtonRemoveTank_Click; // // button4 // button4.Location = new Point(775, 306); button4.Name = "button4"; button4.Size = new Size(139, 29); button4.TabIndex = 6; button4.Text = "Добавить танк"; button4.UseVisualStyleBackColor = true; button4.Click += ButtonAddTank_Click; // // maskedTextBoxNumber // maskedTextBoxNumber.Location = new Point(775, 360); maskedTextBoxNumber.Name = "maskedTextBoxNumber"; maskedTextBoxNumber.Size = new Size(139, 27); maskedTextBoxNumber.TabIndex = 7; // // label2 // label2.AutoSize = true; label2.Location = new Point(775, 51); label2.Name = "label2"; label2.Size = new Size(66, 20); label2.TabIndex = 8; label2.Text = "Наборы"; // // textBoxStorageName // textBoxStorageName.Location = new Point(775, 74); textBoxStorageName.Name = "textBoxStorageName"; textBoxStorageName.Size = new Size(139, 27); textBoxStorageName.TabIndex = 9; // // button1 // button1.Location = new Point(775, 107); button1.Name = "button1"; button1.Size = new Size(139, 29); button1.TabIndex = 10; button1.Text = "Добавить набор"; button1.UseVisualStyleBackColor = true; button1.Click += ButtonAddObject_Click; // // listBoxStorages // listBoxStorages.FormattingEnabled = true; listBoxStorages.ItemHeight = 20; listBoxStorages.Location = new Point(775, 142); listBoxStorages.Name = "listBoxStorages"; listBoxStorages.Size = new Size(139, 84); listBoxStorages.TabIndex = 11; listBoxStorages.SelectedIndexChanged += ListBoxObjects_SelectedIndexChanged; // // button5 // button5.Location = new Point(775, 232); button5.Name = "button5"; button5.Size = new Size(139, 29); button5.TabIndex = 12; button5.Text = "Удалить набор"; button5.UseVisualStyleBackColor = true; button5.Click += ButtonDelObject_Click; // // FormTankCollection // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(926, 486); Controls.Add(button5); Controls.Add(listBoxStorages); Controls.Add(button1); Controls.Add(textBoxStorageName); Controls.Add(label2); Controls.Add(maskedTextBoxNumber); Controls.Add(button4); Controls.Add(button2); Controls.Add(button3); Controls.Add(label1); Controls.Add(pictureBoxCollection); Name = "FormTankCollection"; Text = "Набор танков"; ((System.ComponentModel.ISupportInitialize)pictureBoxCollection).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private PictureBox pictureBoxCollection; private Label label1; private Button button3; private Button button2; private Button button4; private TextBox maskedTextBoxNumber; private Label label2; private TextBox textBoxStorageName; private Button button1; private ListBox listBoxStorages; private Button button5; } }