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.pictureBoxCollection = new System.Windows.Forms.PictureBox(); this.labelInstruments = new System.Windows.Forms.Label(); this.buttonAdd = new System.Windows.Forms.Button(); this.maskedTextBoxNumber = new System.Windows.Forms.TextBox(); this.buttonDelete = new System.Windows.Forms.Button(); this.buttonUpdate = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).BeginInit(); this.SuspendLayout(); // // pictureBoxCollection // this.pictureBoxCollection.Location = new System.Drawing.Point(2, 1); this.pictureBoxCollection.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBoxCollection.Name = "pictureBoxCollection"; this.pictureBoxCollection.Size = new System.Drawing.Size(803, 376); this.pictureBoxCollection.TabIndex = 0; this.pictureBoxCollection.TabStop = false; // // labelInstruments // this.labelInstruments.AutoSize = true; this.labelInstruments.Location = new System.Drawing.Point(852, 22); this.labelInstruments.Name = "labelInstruments"; this.labelInstruments.Size = new System.Drawing.Size(83, 15); this.labelInstruments.TabIndex = 1; this.labelInstruments.Text = "Инструменты"; // // buttonAdd // this.buttonAdd.Location = new System.Drawing.Point(840, 64); this.buttonAdd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Size = new System.Drawing.Size(161, 44); this.buttonAdd.TabIndex = 2; this.buttonAdd.Text = "Добавить грузовик"; this.buttonAdd.UseVisualStyleBackColor = true; this.buttonAdd.Click += new System.EventHandler(this.ButtonAddTruck_Click); // // maskedTextBoxNumber // this.maskedTextBoxNumber.Location = new System.Drawing.Point(874, 140); this.maskedTextBoxNumber.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.maskedTextBoxNumber.Name = "maskedTextBoxNumber"; this.maskedTextBoxNumber.Size = new System.Drawing.Size(110, 23); this.maskedTextBoxNumber.TabIndex = 3; // // buttonDelete // this.buttonDelete.Location = new System.Drawing.Point(840, 167); this.buttonDelete.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonDelete.Name = "buttonDelete"; this.buttonDelete.Size = new System.Drawing.Size(165, 45); this.buttonDelete.TabIndex = 4; this.buttonDelete.Text = "Удалить грузовик"; this.buttonDelete.UseVisualStyleBackColor = true; this.buttonDelete.Click += new System.EventHandler(this.ButtonRemoveTruck_Click); // // buttonUpdate // this.buttonUpdate.Location = new System.Drawing.Point(840, 260); this.buttonUpdate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonUpdate.Name = "buttonUpdate"; this.buttonUpdate.Size = new System.Drawing.Size(165, 45); this.buttonUpdate.TabIndex = 5; this.buttonUpdate.Text = "Обновить"; this.buttonUpdate.UseVisualStyleBackColor = true; this.buttonUpdate.Click += new System.EventHandler(this.ButtonRefreshCollection_Click); // // FormTruckCollection // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1152, 382); this.Controls.Add(this.buttonUpdate); this.Controls.Add(this.buttonDelete); this.Controls.Add(this.maskedTextBoxNumber); this.Controls.Add(this.buttonAdd); this.Controls.Add(this.labelInstruments); this.Controls.Add(this.pictureBoxCollection); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FormTruckCollection"; this.Text = "Грузовик"; ((System.ComponentModel.ISupportInitialize)(this.pictureBoxCollection)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private PictureBox pictureBoxCollection; private Label labelInstruments; private Button buttonAdd; private TextBox maskedTextBoxNumber; private Button buttonDelete; private Button buttonUpdate; } }