using System.Windows.Forms; namespace Airbus_Base { partial class FormAirplaneCollection { /// /// 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() { this.toolsPanel = new System.Windows.Forms.Panel(); this.panelSets = new System.Windows.Forms.Panel(); this.textBoxStorageName = new System.Windows.Forms.TextBox(); this.listBoxObjects = new System.Windows.Forms.ListBox(); this.ButtonAddObject = new System.Windows.Forms.Button(); this.ButtonDelObject = new System.Windows.Forms.Button(); this.SetsLabel = new System.Windows.Forms.Label(); this.ButtonAddAirplane = new System.Windows.Forms.Button(); this.ButtonDeleteAirplane = new System.Windows.Forms.Button(); this.ButtonRefreshCollection = new System.Windows.Forms.Button(); this.maskedTextBoxNumber = new System.Windows.Forms.TextBox(); this.LabelTools = new System.Windows.Forms.Label(); this.pictureBoxCollection = new System.Windows.Forms.PictureBox(); this.menuStrip = new MenuStrip(); this.FileToolStripMenuItem = new ToolStripMenuItem(); this.SaveToolStripMenuItem = new ToolStripMenuItem(); this.LoadToolStripMenuItem = new ToolStripMenuItem(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.toolsPanel.SuspendLayout(); this.panelSets.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).BeginInit(); this.menuStrip.SuspendLayout(); this.SuspendLayout(); // // toolsPanel // this.toolsPanel.Controls.Add(this.panelSets); this.toolsPanel.Controls.Add(this.ButtonAddAirplane); this.toolsPanel.Controls.Add(this.ButtonDeleteAirplane); this.toolsPanel.Controls.Add(this.ButtonRefreshCollection); this.toolsPanel.Controls.Add(this.maskedTextBoxNumber); this.toolsPanel.Controls.Add(this.LabelTools); this.toolsPanel.Location = new System.Drawing.Point(675, -2); this.toolsPanel.Name = "toolsPanel"; this.toolsPanel.Size = new System.Drawing.Size(220, 451); this.toolsPanel.TabIndex = 0; // // panelSets // this.panelSets.Controls.Add(this.textBoxStorageName); this.panelSets.Controls.Add(this.listBoxObjects); this.panelSets.Controls.Add(this.ButtonAddObject); this.panelSets.Controls.Add(this.ButtonDelObject); this.panelSets.Controls.Add(this.SetsLabel); this.panelSets.Location = new System.Drawing.Point(8, 20); this.panelSets.Name = "panelSets"; this.panelSets.Size = new System.Drawing.Size(210, 208); this.panelSets.TabIndex = 6; // // textBoxStorageName // this.textBoxStorageName.Location = new System.Drawing.Point(10, 27); this.textBoxStorageName.Name = "textBoxStorageName"; this.textBoxStorageName.Size = new System.Drawing.Size(190, 27); this.textBoxStorageName.TabIndex = 12; // // listBoxObjects // this.listBoxObjects.FormattingEnabled = true; this.listBoxObjects.ItemHeight = 20; this.listBoxObjects.Location = new System.Drawing.Point(10, 99); this.listBoxObjects.Name = "listBoxObjects"; this.listBoxObjects.Size = new System.Drawing.Size(190, 64); this.listBoxObjects.TabIndex = 11; this.listBoxObjects.SelectedIndexChanged += new System.EventHandler(this.listBoxObjects_SelectedIndexChanged); // // ButtonAddObject // this.ButtonAddObject.Location = new System.Drawing.Point(10, 60); this.ButtonAddObject.Name = "ButtonAddObject"; this.ButtonAddObject.Size = new System.Drawing.Size(191, 33); this.ButtonAddObject.TabIndex = 8; this.ButtonAddObject.Text = "Добавить набор"; this.ButtonAddObject.UseVisualStyleBackColor = true; this.ButtonAddObject.Click += new System.EventHandler(this.ButtonAddObject_Click); // // ButtonDelObject // this.ButtonDelObject.Location = new System.Drawing.Point(10, 169); this.ButtonDelObject.Name = "ButtonDelObject"; this.ButtonDelObject.Size = new System.Drawing.Size(192, 33); this.ButtonDelObject.TabIndex = 7; this.ButtonDelObject.Text = "Удалить набор\r\n"; this.ButtonDelObject.UseVisualStyleBackColor = true; this.ButtonDelObject.Click += new System.EventHandler(this.ButtonDelObject_Click); // // SetsLabel // this.SetsLabel.AutoSize = true; this.SetsLabel.Location = new System.Drawing.Point(13, 4); this.SetsLabel.Name = "SetsLabel"; this.SetsLabel.Size = new System.Drawing.Size(66, 20); this.SetsLabel.TabIndex = 0; this.SetsLabel.Text = "Наборы"; // // ButtonAddAirplane // this.ButtonAddAirplane.Location = new System.Drawing.Point(61, 234); this.ButtonAddAirplane.Name = "ButtonAddAirplane"; this.ButtonAddAirplane.Size = new System.Drawing.Size(103, 49); this.ButtonAddAirplane.TabIndex = 1; this.ButtonAddAirplane.Text = "Добавить объект"; this.ButtonAddAirplane.UseVisualStyleBackColor = true; this.ButtonAddAirplane.Click += new System.EventHandler(this.ButtonAddAirplane_Click); // // ButtonDeleteAirplane // this.ButtonDeleteAirplane.Location = new System.Drawing.Point(61, 301); this.ButtonDeleteAirplane.Name = "ButtonDeleteAirplane"; this.ButtonDeleteAirplane.Size = new System.Drawing.Size(103, 55); this.ButtonDeleteAirplane.TabIndex = 2; this.ButtonDeleteAirplane.Text = "Удалить объект"; this.ButtonDeleteAirplane.UseVisualStyleBackColor = true; this.ButtonDeleteAirplane.Click += new System.EventHandler(this.ButtonDeleteAirplane_Click); // // ButtonRefreshCollection // this.ButtonRefreshCollection.Location = new System.Drawing.Point(61, 395); this.ButtonRefreshCollection.Name = "ButtonRefreshCollection"; this.ButtonRefreshCollection.Size = new System.Drawing.Size(103, 56); this.ButtonRefreshCollection.TabIndex = 4; this.ButtonRefreshCollection.Text = "Обновить коллекцию"; this.ButtonRefreshCollection.UseVisualStyleBackColor = true; this.ButtonRefreshCollection.Click += new System.EventHandler(this.ButtonRefreshCollection_Click); // // maskedTextBoxNumber // this.maskedTextBoxNumber.Location = new System.Drawing.Point(48, 362); this.maskedTextBoxNumber.Name = "maskedTextBoxNumber"; this.maskedTextBoxNumber.Size = new System.Drawing.Size(125, 27); this.maskedTextBoxNumber.TabIndex = 2; // // LabelTools // this.LabelTools.AutoSize = true; this.LabelTools.Location = new System.Drawing.Point(18, 0); this.LabelTools.Name = "LabelTools"; this.LabelTools.Size = new System.Drawing.Size(103, 20); this.LabelTools.TabIndex = 0; this.LabelTools.Text = "Инструменты"; // // pictureBoxCollection // this.pictureBoxCollection.Location = new System.Drawing.Point(1, 31); this.pictureBoxCollection.Name = "pictureBoxCollection"; this.pictureBoxCollection.Size = new System.Drawing.Size(676, 471); this.pictureBoxCollection.TabIndex = 0; this.pictureBoxCollection.TabStop = false; // // menuStrip1 // menuStrip.ImageScalingSize = new Size(20, 20); menuStrip.Items.AddRange(new ToolStripItem[] { FileToolStripMenuItem }); menuStrip.Location = new Point(0, 0); menuStrip.Name = "menuStrip"; menuStrip.Size = new Size(882, 28); menuStrip.TabIndex = 2; menuStrip.Text = "menuStrip"; // // FileToolStripMenuItem // FileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { SaveToolStripMenuItem, LoadToolStripMenuItem }); FileToolStripMenuItem.Name = "FileToolStripMenuItem"; FileToolStripMenuItem.Size = new Size(59, 24); FileToolStripMenuItem.Text = "Файл"; // // SaveToolStripMenuItem // SaveToolStripMenuItem.Name = "SaveToolStripMenuItem"; SaveToolStripMenuItem.Size = new Size(224, 26); SaveToolStripMenuItem.Text = "Сохранение"; SaveToolStripMenuItem.Click += SaveToolStripMenuItem_Click; // // LoadToolStripMenuItem // LoadToolStripMenuItem.Name = "LoadToolStripMenuItem"; LoadToolStripMenuItem.Size = new Size(224, 26); LoadToolStripMenuItem.Text = "Загрузка"; LoadToolStripMenuItem.Click += LoadToolStripMenuItem_Click; // // openFileDialog // openFileDialog.FileName = "openFileDialog"; openFileDialog.Filter = "txt file | *.txt"; // // saveFileDialog // saveFileDialog.Filter = "txt file | *.txt"; // // FormAirplaneCollection // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(900, 450); this.Controls.Add(this.pictureBoxCollection); this.Controls.Add(this.toolsPanel); this.Controls.Add(menuStrip); this.MainMenuStrip = menuStrip; this.Name = "FormAirplaneCollection"; this.Text = "FormAirplaneCollection"; this.toolsPanel.ResumeLayout(false); this.toolsPanel.PerformLayout(); this.panelSets.ResumeLayout(false); this.panelSets.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).EndInit(); this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); this.ResumeLayout(false); PerformLayout(); } private void LoadToolStripMenuItem_Click1(object sender, EventArgs e) { throw new NotImplementedException(); } #endregion private Panel toolsPanel; private Label LabelTools; private PictureBox pictureBoxCollection; private Button ButtonAddAirplane; private Button ButtonDeleteAirplane; public TextBox maskedTextBoxNumber; private Panel panelSets; private Label SetsLabel; private Button ButtonDelObject; private Button ButtonAddObject; private Button ButtonRefreshCollection; private ListBox listBoxObjects; private TextBox textBoxStorageName; private MenuStrip menuStrip; private ToolStripMenuItem FileToolStripMenuItem; private ToolStripMenuItem SaveToolStripMenuItem; private ToolStripMenuItem LoadToolStripMenuItem; private OpenFileDialog openFileDialog; private SaveFileDialog saveFileDialog; } }