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(); ((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, 247); 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, 166); 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, 32); 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, 133); maskedTextBoxNumber.Name = "maskedTextBoxNumber"; maskedTextBoxNumber.Size = new Size(139, 27); maskedTextBoxNumber.TabIndex = 7; // // FormTankCollection // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(926, 486); 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; } }