namespace ProjectGasolineTanker { 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.buttonAddTruck = new System.Windows.Forms.Button(); this.pictureBoxCollection = new System.Windows.Forms.PictureBox(); this.labelInstruments = new System.Windows.Forms.Label(); this.buttonUpdate = new System.Windows.Forms.Button(); this.buttonDeleteTruck = new System.Windows.Forms.Button(); this.colorDialog = new System.Windows.Forms.ColorDialog(); this.maskedTextBoxNumber = new System.Windows.Forms.MaskedTextBox(); this.label1 = new System.Windows.Forms.Label(); this.listBoxStorages = new System.Windows.Forms.ListBox(); this.buttonAddStorage = new System.Windows.Forms.Button(); this.buttonDeleteStorage = new System.Windows.Forms.Button(); this.textBoxStorageName = new System.Windows.Forms.TextBox(); this.menuStrip = new System.Windows.Forms.MenuStrip(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).BeginInit(); this.menuStrip.SuspendLayout(); this.SuspendLayout(); // // buttonAddTruck // this.buttonAddTruck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonAddTruck.Location = new System.Drawing.Point(642, 315); this.buttonAddTruck.Name = "buttonAddTruck"; this.buttonAddTruck.Size = new System.Drawing.Size(137, 28); this.buttonAddTruck.TabIndex = 0; this.buttonAddTruck.Text = "Добавить грузовик"; this.buttonAddTruck.UseVisualStyleBackColor = true; this.buttonAddTruck.Click += new System.EventHandler(this.buttonAddTruck_Click); // // pictureBoxCollection // this.pictureBoxCollection.Location = new System.Drawing.Point(0, 27); this.pictureBoxCollection.Name = "pictureBoxCollection"; this.pictureBoxCollection.Size = new System.Drawing.Size(626, 436); this.pictureBoxCollection.TabIndex = 1; this.pictureBoxCollection.TabStop = false; // // labelInstruments // this.labelInstruments.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.labelInstruments.AutoSize = true; this.labelInstruments.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.labelInstruments.Location = new System.Drawing.Point(659, 9); this.labelInstruments.Name = "labelInstruments"; this.labelInstruments.Size = new System.Drawing.Size(108, 21); this.labelInstruments.TabIndex = 2; this.labelInstruments.Text = "Инструменты"; // // buttonUpdate // this.buttonUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonUpdate.Location = new System.Drawing.Point(648, 129); this.buttonUpdate.Name = "buttonUpdate"; this.buttonUpdate.Size = new System.Drawing.Size(131, 25); this.buttonUpdate.TabIndex = 3; this.buttonUpdate.Text = "Обновить набор"; this.buttonUpdate.UseVisualStyleBackColor = true; this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click); // // buttonDeleteTruck // this.buttonDeleteTruck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonDeleteTruck.Location = new System.Drawing.Point(642, 403); this.buttonDeleteTruck.Name = "buttonDeleteTruck"; this.buttonDeleteTruck.Size = new System.Drawing.Size(137, 28); this.buttonDeleteTruck.TabIndex = 4; this.buttonDeleteTruck.Text = "Удалить грузовик"; this.buttonDeleteTruck.UseVisualStyleBackColor = true; this.buttonDeleteTruck.Click += new System.EventHandler(this.buttonDeleteTruck_Click); // // maskedTextBoxNumber // this.maskedTextBoxNumber.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.maskedTextBoxNumber.Location = new System.Drawing.Point(642, 360); this.maskedTextBoxNumber.Mask = "00"; this.maskedTextBoxNumber.Name = "maskedTextBoxNumber"; this.maskedTextBoxNumber.Size = new System.Drawing.Size(138, 23); this.maskedTextBoxNumber.TabIndex = 5; this.maskedTextBoxNumber.ValidatingType = typeof(int); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(648, 47); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 15); this.label1.TabIndex = 7; this.label1.Text = "Наборы"; // // listBoxStorages // this.listBoxStorages.FormattingEnabled = true; this.listBoxStorages.ItemHeight = 15; this.listBoxStorages.Location = new System.Drawing.Point(648, 157); this.listBoxStorages.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.listBoxStorages.Name = "listBoxStorages"; this.listBoxStorages.Size = new System.Drawing.Size(132, 109); this.listBoxStorages.TabIndex = 8; this.listBoxStorages.SelectedIndexChanged += new System.EventHandler(this.listBoxObjects_SelectedIndexChanged); // // buttonAddStorage // this.buttonAddStorage.Location = new System.Drawing.Point(648, 99); this.buttonAddStorage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonAddStorage.Name = "buttonAddStorage"; this.buttonAddStorage.Size = new System.Drawing.Size(131, 25); this.buttonAddStorage.TabIndex = 9; this.buttonAddStorage.Text = "Добавить набор"; this.buttonAddStorage.UseVisualStyleBackColor = true; this.buttonAddStorage.Click += new System.EventHandler(this.buttonAddStorage_Click); // // buttonDeleteStorage // this.buttonDeleteStorage.Location = new System.Drawing.Point(648, 270); this.buttonDeleteStorage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonDeleteStorage.Name = "buttonDeleteStorage"; this.buttonDeleteStorage.Size = new System.Drawing.Size(131, 25); this.buttonDeleteStorage.TabIndex = 10; this.buttonDeleteStorage.Text = "Удалить набор"; this.buttonDeleteStorage.UseVisualStyleBackColor = true; this.buttonDeleteStorage.Click += new System.EventHandler(this.buttonDeleteStorage_Click); // // textBoxStorageName // this.textBoxStorageName.Location = new System.Drawing.Point(648, 74); this.textBoxStorageName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxStorageName.Name = "textBoxStorageName"; this.textBoxStorageName.Size = new System.Drawing.Size(132, 23); this.textBoxStorageName.TabIndex = 11; // // menuStrip // this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem1}); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.Size = new System.Drawing.Size(797, 24); this.menuStrip.TabIndex = 12; this.menuStrip.Text = "menuStrip1"; // // toolStripMenuItem1 // this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.saveToolStripMenuItem, this.loadToolStripMenuItem}); this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(48, 20); this.toolStripMenuItem1.Text = "Файл"; // // saveToolStripMenuItem // this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.saveToolStripMenuItem.Text = "Сохранить"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItem_Click); // // loadToolStripMenuItem // this.loadToolStripMenuItem.Name = "loadToolStripMenuItem"; this.loadToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.loadToolStripMenuItem.Text = "Загрузить"; this.loadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItem_Click); // // saveFileDialog // this.saveFileDialog.Filter = "txt file | *.txt"; // // openFileDialog // this.openFileDialog.FileName = "openFileDialog1"; this.openFileDialog.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(797, 465); this.Controls.Add(this.textBoxStorageName); this.Controls.Add(this.buttonDeleteStorage); this.Controls.Add(this.buttonAddStorage); this.Controls.Add(this.listBoxStorages); this.Controls.Add(this.label1); this.Controls.Add(this.buttonAddTruck); this.Controls.Add(this.maskedTextBoxNumber); this.Controls.Add(this.buttonDeleteTruck); this.Controls.Add(this.buttonUpdate); this.Controls.Add(this.labelInstruments); this.Controls.Add(this.pictureBoxCollection); this.Controls.Add(this.menuStrip); this.MainMenuStrip = this.menuStrip; this.Name = "FormTruckCollection"; this.Text = "Набор грузовиков"; ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).EndInit(); this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Button buttonAddTruck; private PictureBox pictureBoxCollection; private Label labelInstruments; private Button buttonUpdate; private Button buttonDeleteTruck; private ColorDialog colorDialog; private MaskedTextBox maskedTextBoxNumber; private Label label1; private ListBox listBoxStorages; private Button buttonAddStorage; private Button buttonDeleteStorage; private TextBox textBoxStorageName; private MenuStrip menuStrip; private ToolStripMenuItem toolStripMenuItem1; private ToolStripMenuItem saveToolStripMenuItem; private ToolStripMenuItem loadToolStripMenuItem; private SaveFileDialog saveFileDialog; private OpenFileDialog openFileDialog; } }