namespace ContainerShip { partial class FormShipCollection { /// /// 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() { buttonAdd = new Button(); buttonDelete = new Button(); buttonUpdate = new Button(); label1 = new Label(); maskedTextBoxNumber = new TextBox(); pictureBoxCollection = new PictureBox(); ((System.ComponentModel.ISupportInitialize)pictureBoxCollection).BeginInit(); SuspendLayout(); // // buttonAdd // buttonAdd.Location = new Point(736, 80); buttonAdd.Margin = new Padding(3, 4, 3, 4); buttonAdd.Name = "buttonAdd"; buttonAdd.Size = new Size(165, 32); buttonAdd.TabIndex = 0; buttonAdd.Text = "Добавить корабль"; buttonAdd.UseVisualStyleBackColor = true; buttonAdd.Click += buttonAdd_Click; // // buttonDelete // buttonDelete.Location = new Point(738, 217); buttonDelete.Margin = new Padding(3, 4, 3, 4); buttonDelete.Name = "buttonDelete"; buttonDelete.Size = new Size(163, 32); buttonDelete.TabIndex = 1; buttonDelete.Text = "Удалить корабль"; buttonDelete.UseVisualStyleBackColor = true; buttonDelete.Click += buttonDelete_Click; // // buttonUpdate // buttonUpdate.Location = new Point(738, 292); buttonUpdate.Margin = new Padding(3, 4, 3, 4); buttonUpdate.Name = "buttonUpdate"; buttonUpdate.Size = new Size(163, 32); buttonUpdate.TabIndex = 2; buttonUpdate.Text = "Обновить коллекцию"; buttonUpdate.UseVisualStyleBackColor = true; buttonUpdate.Click += buttonUpdate_Click; // // label1 // label1.AutoSize = true; label1.Location = new Point(774, 12); label1.Name = "label1"; label1.Size = new Size(103, 20); label1.TabIndex = 3; label1.Text = "Инструменты"; // // maskedTextBoxNumber // maskedTextBoxNumber.Location = new Point(738, 149); maskedTextBoxNumber.Margin = new Padding(3, 4, 3, 4); maskedTextBoxNumber.Name = "maskedTextBoxNumber"; maskedTextBoxNumber.Size = new Size(162, 27); maskedTextBoxNumber.TabIndex = 4; // // pictureBoxCollection // pictureBoxCollection.Location = new Point(0, 0); pictureBoxCollection.Margin = new Padding(3, 4, 3, 4); pictureBoxCollection.Name = "pictureBoxCollection"; pictureBoxCollection.Size = new Size(731, 531); pictureBoxCollection.TabIndex = 5; pictureBoxCollection.TabStop = false; // // FormShipCollection // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(914, 529); Controls.Add(pictureBoxCollection); Controls.Add(maskedTextBoxNumber); Controls.Add(label1); Controls.Add(buttonUpdate); Controls.Add(buttonDelete); Controls.Add(buttonAdd); Margin = new Padding(3, 4, 3, 4); Name = "FormShipCollection"; Text = "Набор кораблей"; ((System.ComponentModel.ISupportInitialize)pictureBoxCollection).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Button buttonAdd; private Button buttonDelete; private Button buttonUpdate; private Label label1; private TextBox maskedTextBoxNumber; private PictureBox pictureBoxCollection; } }