namespace DumpTruck { partial class FormTruckCollection { /// /// 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.panelTools = new System.Windows.Forms.Panel(); this.panelStorages = new System.Windows.Forms.Panel(); this.labelStorages = new System.Windows.Forms.Label(); this.textBoxStorageName = new System.Windows.Forms.TextBox(); this.menuStripFile = new System.Windows.Forms.MenuStrip(); this.toolStripMenuItemFile = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemSave = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItemLoad = new System.Windows.Forms.ToolStripMenuItem(); this.buttonDelObject = new System.Windows.Forms.Button(); this.buttonAddObject = new System.Windows.Forms.Button(); this.listBoxStorages = new System.Windows.Forms.ListBox(); this.maskedTextBoxNumber = new System.Windows.Forms.MaskedTextBox(); this.buttonRefreshCollection = new System.Windows.Forms.Button(); this.labelTools = new System.Windows.Forms.Label(); this.buttonRemoveTruck = new System.Windows.Forms.Button(); this.buttonAddTruck = new System.Windows.Forms.Button(); this.pictureBoxCollection = new System.Windows.Forms.PictureBox(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.panelTools.SuspendLayout(); this.panelStorages.SuspendLayout(); this.menuStripFile.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).BeginInit(); this.SuspendLayout(); // // panelTools // this.panelTools.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.panelTools.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelTools.Controls.Add(this.panelStorages); this.panelTools.Controls.Add(this.maskedTextBoxNumber); this.panelTools.Controls.Add(this.buttonRefreshCollection); this.panelTools.Controls.Add(this.labelTools); this.panelTools.Controls.Add(this.buttonRemoveTruck); this.panelTools.Controls.Add(this.buttonAddTruck); this.panelTools.Location = new System.Drawing.Point(596, 3); this.panelTools.Name = "panelTools"; this.panelTools.Size = new System.Drawing.Size(203, 445); this.panelTools.TabIndex = 0; // // panelStorages // this.panelStorages.Controls.Add(this.labelStorages); this.panelStorages.Controls.Add(this.textBoxStorageName); this.panelStorages.Controls.Add(this.menuStripFile); this.panelStorages.Controls.Add(this.buttonDelObject); this.panelStorages.Controls.Add(this.buttonAddObject); this.panelStorages.Controls.Add(this.listBoxStorages); this.panelStorages.Location = new System.Drawing.Point(3, 18); this.panelStorages.Name = "panelStorages"; this.panelStorages.Size = new System.Drawing.Size(200, 246); this.panelStorages.TabIndex = 5; // // labelStorages // this.labelStorages.AutoSize = true; this.labelStorages.Location = new System.Drawing.Point(25, 0); this.labelStorages.Name = "labelStorages"; this.labelStorages.Size = new System.Drawing.Size(52, 15); this.labelStorages.TabIndex = 4; this.labelStorages.Text = "Наборы"; // // textBoxStorageName // this.textBoxStorageName.Location = new System.Drawing.Point(25, 26); this.textBoxStorageName.Name = "textBoxStorageName"; this.textBoxStorageName.Size = new System.Drawing.Size(150, 23); this.textBoxStorageName.TabIndex = 3; // // menuStripFile // this.menuStripFile.Dock = System.Windows.Forms.DockStyle.None; this.menuStripFile.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItemFile}); this.menuStripFile.Location = new System.Drawing.Point(25, 222); this.menuStripFile.Name = "menuStripFile"; this.menuStripFile.Size = new System.Drawing.Size(176, 24); this.menuStripFile.TabIndex = 2; this.menuStripFile.Text = "menuStripFile"; // // toolStripMenuItemFile // this.toolStripMenuItemFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItemSave, this.toolStripMenuItemLoad}); this.toolStripMenuItemFile.Name = "toolStripMenuItemFile"; this.toolStripMenuItemFile.Size = new System.Drawing.Size(48, 20); this.toolStripMenuItemFile.Text = "Файл"; // // toolStripMenuItemSave // this.toolStripMenuItemSave.Name = "toolStripMenuItemSave"; this.toolStripMenuItemSave.Size = new System.Drawing.Size(180, 22); this.toolStripMenuItemSave.Text = "Сохранить"; this.toolStripMenuItemSave.Click += new System.EventHandler(this.SaveToolStripMenuItem_Click); // // toolStripMenuItemLoad // this.toolStripMenuItemLoad.Name = "toolStripMenuItemLoad"; this.toolStripMenuItemLoad.Size = new System.Drawing.Size(180, 22); this.toolStripMenuItemLoad.Text = "Загрузить"; this.toolStripMenuItemLoad.Click += new System.EventHandler(this.LoadToolStripMenuItem_Click); // // buttonDelObject // this.buttonDelObject.Location = new System.Drawing.Point(25, 185); this.buttonDelObject.Name = "buttonDelObject"; this.buttonDelObject.Size = new System.Drawing.Size(150, 23); this.buttonDelObject.TabIndex = 2; this.buttonDelObject.Text = "Удалить набор"; this.buttonDelObject.UseVisualStyleBackColor = true; this.buttonDelObject.Click += new System.EventHandler(this.buttonDelObject_Click); // // buttonAddObject // this.buttonAddObject.Location = new System.Drawing.Point(25, 56); this.buttonAddObject.Name = "buttonAddObject"; this.buttonAddObject.Size = new System.Drawing.Size(150, 23); this.buttonAddObject.TabIndex = 1; this.buttonAddObject.Text = "Добавить набор"; this.buttonAddObject.UseVisualStyleBackColor = true; this.buttonAddObject.Click += new System.EventHandler(this.buttonAddObject_Click); // // listBoxStorages // this.listBoxStorages.FormattingEnabled = true; this.listBoxStorages.ItemHeight = 15; this.listBoxStorages.Location = new System.Drawing.Point(25, 85); this.listBoxStorages.Name = "listBoxStorages"; this.listBoxStorages.Size = new System.Drawing.Size(150, 94); this.listBoxStorages.TabIndex = 0; this.listBoxStorages.SelectedIndexChanged += new System.EventHandler(this.ListBoxObjects_SelectedIndexChanged); // // maskedTextBoxNumber // this.maskedTextBoxNumber.Location = new System.Drawing.Point(28, 306); this.maskedTextBoxNumber.Name = "maskedTextBoxNumber"; this.maskedTextBoxNumber.Size = new System.Drawing.Size(150, 23); this.maskedTextBoxNumber.TabIndex = 4; // // buttonRefreshCollection // this.buttonRefreshCollection.Location = new System.Drawing.Point(28, 395); this.buttonRefreshCollection.Name = "buttonRefreshCollection"; this.buttonRefreshCollection.Size = new System.Drawing.Size(150, 30); this.buttonRefreshCollection.TabIndex = 3; this.buttonRefreshCollection.Text = "Обновить коллекцию"; this.buttonRefreshCollection.UseVisualStyleBackColor = true; this.buttonRefreshCollection.Click += new System.EventHandler(this.buttonRefreshCollection_Click); // // labelTools // this.labelTools.Anchor = System.Windows.Forms.AnchorStyles.Top; this.labelTools.AutoSize = true; this.labelTools.Location = new System.Drawing.Point(62, 0); this.labelTools.Name = "labelTools"; this.labelTools.Size = new System.Drawing.Size(83, 15); this.labelTools.TabIndex = 0; this.labelTools.Text = "Инструменты"; // // buttonRemoveTruck // this.buttonRemoveTruck.Location = new System.Drawing.Point(28, 335); this.buttonRemoveTruck.Name = "buttonRemoveTruck"; this.buttonRemoveTruck.Size = new System.Drawing.Size(150, 30); this.buttonRemoveTruck.TabIndex = 2; this.buttonRemoveTruck.Text = "Удалить грузовик"; this.buttonRemoveTruck.UseVisualStyleBackColor = true; this.buttonRemoveTruck.Click += new System.EventHandler(this.buttonRemoveTruck_Click); // // buttonAddTruck // this.buttonAddTruck.Location = new System.Drawing.Point(28, 270); this.buttonAddTruck.Name = "buttonAddTruck"; this.buttonAddTruck.Size = new System.Drawing.Size(150, 30); this.buttonAddTruck.TabIndex = 1; this.buttonAddTruck.Text = "Добавить грузовик"; this.buttonAddTruck.UseVisualStyleBackColor = true; this.buttonAddTruck.Click += new System.EventHandler(this.buttonAddTruck_Click); // // pictureBoxCollection // this.pictureBoxCollection.Location = new System.Drawing.Point(2, 3); this.pictureBoxCollection.Name = "pictureBoxCollection"; this.pictureBoxCollection.Size = new System.Drawing.Size(588, 445); this.pictureBoxCollection.TabIndex = 1; this.pictureBoxCollection.TabStop = false; // // openFileDialog // this.openFileDialog.FileName = "openFileDialog1"; this.openFileDialog.Filter = "txt file | *.txt"; // // saveFileDialog // this.saveFileDialog.Filter = "txt file | *.txt"; // // FormTruckCollection // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.pictureBoxCollection); this.Controls.Add(this.panelTools); this.MainMenuStrip = this.menuStripFile; this.Name = "FormTruckCollection"; this.Text = "FormTruckCollection"; this.panelTools.ResumeLayout(false); this.panelTools.PerformLayout(); this.panelStorages.ResumeLayout(false); this.panelStorages.PerformLayout(); this.menuStripFile.ResumeLayout(false); this.menuStripFile.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).EndInit(); this.ResumeLayout(false); } #endregion private Panel panelTools; private Button buttonAddTruck; private Label labelTools; private Button buttonRefreshCollection; private Button buttonRemoveTruck; private PictureBox pictureBoxCollection; private MaskedTextBox maskedTextBoxNumber; private Panel panelStorages; private Button buttonDelObject; private Button buttonAddObject; private ListBox listBoxStorages; private Label labelStorages; private TextBox textBoxStorageName; private MenuStrip menuStripFile; private ToolStripMenuItem toolStripMenuItemFile; private ToolStripMenuItem toolStripMenuItemSave; private ToolStripMenuItem toolStripMenuItemLoad; private OpenFileDialog openFileDialog; private SaveFileDialog saveFileDialog; } }