241 lines
11 KiB
C#
241 lines
11 KiB
C#
namespace GtaVUsersInfo.Controls
|
||
{
|
||
partial class CarItem
|
||
{
|
||
/// <summary>
|
||
/// Обязательная переменная конструктора.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Освободить все используемые ресурсы.
|
||
/// </summary>
|
||
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Код, автоматически созданный конструктором компонентов
|
||
|
||
/// <summary>
|
||
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||
/// содержимое этого метода с помощью редактора кода.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.components = new System.ComponentModel.Container();
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.panel6 = new System.Windows.Forms.Panel();
|
||
this.PhotoBox = new System.Windows.Forms.PictureBox();
|
||
this.panel5 = new System.Windows.Forms.Panel();
|
||
this.MoneyTextBox = new System.Windows.Forms.TextBox();
|
||
this.MoneyLabel = new System.Windows.Forms.Label();
|
||
this.panel4 = new System.Windows.Forms.Panel();
|
||
this.ClassLabel = new System.Windows.Forms.Label();
|
||
this.panel3 = new System.Windows.Forms.Panel();
|
||
this.ManufacturerLabel = new System.Windows.Forms.Label();
|
||
this.NameLabel = new System.Windows.Forms.Label();
|
||
this.panel2 = new System.Windows.Forms.Panel();
|
||
this.ModelLabel = new System.Windows.Forms.Label();
|
||
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||
this.panel1.SuspendLayout();
|
||
this.panel6.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.PhotoBox)).BeginInit();
|
||
this.panel5.SuspendLayout();
|
||
this.panel4.SuspendLayout();
|
||
this.panel3.SuspendLayout();
|
||
this.panel2.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.Controls.Add(this.panel6);
|
||
this.panel1.Controls.Add(this.panel5);
|
||
this.panel1.Controls.Add(this.panel4);
|
||
this.panel1.Controls.Add(this.panel3);
|
||
this.panel1.Controls.Add(this.panel2);
|
||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(212, 206);
|
||
this.panel1.TabIndex = 0;
|
||
//
|
||
// panel6
|
||
//
|
||
this.panel6.Controls.Add(this.PhotoBox);
|
||
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel6.Location = new System.Drawing.Point(0, 13);
|
||
this.panel6.Name = "panel6";
|
||
this.panel6.Size = new System.Drawing.Size(212, 134);
|
||
this.panel6.TabIndex = 4;
|
||
//
|
||
// PhotoBox
|
||
//
|
||
this.PhotoBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.PhotoBox.Location = new System.Drawing.Point(0, 0);
|
||
this.PhotoBox.Name = "PhotoBox";
|
||
this.PhotoBox.Size = new System.Drawing.Size(212, 134);
|
||
this.PhotoBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||
this.PhotoBox.TabIndex = 0;
|
||
this.PhotoBox.TabStop = false;
|
||
//
|
||
// panel5
|
||
//
|
||
this.panel5.AutoSize = true;
|
||
this.panel5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||
this.panel5.Controls.Add(this.MoneyTextBox);
|
||
this.panel5.Controls.Add(this.MoneyLabel);
|
||
this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||
this.panel5.Location = new System.Drawing.Point(0, 147);
|
||
this.panel5.Name = "panel5";
|
||
this.panel5.Size = new System.Drawing.Size(212, 33);
|
||
this.panel5.TabIndex = 3;
|
||
//
|
||
// MoneyTextBox
|
||
//
|
||
this.MoneyTextBox.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.MoneyTextBox.Location = new System.Drawing.Point(0, 13);
|
||
this.MoneyTextBox.Name = "MoneyTextBox";
|
||
this.MoneyTextBox.Size = new System.Drawing.Size(212, 20);
|
||
this.MoneyTextBox.TabIndex = 1;
|
||
this.MoneyTextBox.Enter += new System.EventHandler(this.carPrice_Enter);
|
||
this.MoneyTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.carPrice_KeyPress);
|
||
this.MoneyTextBox.Leave += new System.EventHandler(this.carPrice_Leave);
|
||
//
|
||
// MoneyLabel
|
||
//
|
||
this.MoneyLabel.AutoSize = true;
|
||
this.MoneyLabel.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.MoneyLabel.Location = new System.Drawing.Point(0, 0);
|
||
this.MoneyLabel.Name = "MoneyLabel";
|
||
this.MoneyLabel.Size = new System.Drawing.Size(48, 13);
|
||
this.MoneyLabel.TabIndex = 0;
|
||
this.MoneyLabel.Text = "Деньги:";
|
||
//
|
||
// panel4
|
||
//
|
||
this.panel4.AutoSize = true;
|
||
this.panel4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||
this.panel4.Controls.Add(this.ClassLabel);
|
||
this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||
this.panel4.Location = new System.Drawing.Point(0, 180);
|
||
this.panel4.Name = "panel4";
|
||
this.panel4.Size = new System.Drawing.Size(212, 13);
|
||
this.panel4.TabIndex = 2;
|
||
//
|
||
// ClassLabel
|
||
//
|
||
this.ClassLabel.AutoSize = true;
|
||
this.ClassLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.ClassLabel.Location = new System.Drawing.Point(0, 0);
|
||
this.ClassLabel.Name = "ClassLabel";
|
||
this.ClassLabel.Size = new System.Drawing.Size(35, 13);
|
||
this.ClassLabel.TabIndex = 0;
|
||
this.ClassLabel.Text = "label2";
|
||
//
|
||
// panel3
|
||
//
|
||
this.panel3.AutoSize = true;
|
||
this.panel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||
this.panel3.Controls.Add(this.ManufacturerLabel);
|
||
this.panel3.Controls.Add(this.NameLabel);
|
||
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panel3.Location = new System.Drawing.Point(0, 0);
|
||
this.panel3.Name = "panel3";
|
||
this.panel3.Size = new System.Drawing.Size(212, 13);
|
||
this.panel3.TabIndex = 1;
|
||
//
|
||
// ManufacturerLabel
|
||
//
|
||
this.ManufacturerLabel.AutoSize = true;
|
||
this.ManufacturerLabel.Dock = System.Windows.Forms.DockStyle.Right;
|
||
this.ManufacturerLabel.Location = new System.Drawing.Point(177, 0);
|
||
this.ManufacturerLabel.Name = "ManufacturerLabel";
|
||
this.ManufacturerLabel.Size = new System.Drawing.Size(35, 13);
|
||
this.ManufacturerLabel.TabIndex = 1;
|
||
this.ManufacturerLabel.Text = "label1";
|
||
//
|
||
// NameLabel
|
||
//
|
||
this.NameLabel.AutoSize = true;
|
||
this.NameLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.NameLabel.Location = new System.Drawing.Point(0, 0);
|
||
this.NameLabel.Name = "NameLabel";
|
||
this.NameLabel.Size = new System.Drawing.Size(35, 13);
|
||
this.NameLabel.TabIndex = 0;
|
||
this.NameLabel.Text = "label1";
|
||
//
|
||
// panel2
|
||
//
|
||
this.panel2.AutoSize = true;
|
||
this.panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||
this.panel2.Controls.Add(this.ModelLabel);
|
||
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||
this.panel2.Location = new System.Drawing.Point(0, 193);
|
||
this.panel2.Name = "panel2";
|
||
this.panel2.Size = new System.Drawing.Size(212, 13);
|
||
this.panel2.TabIndex = 0;
|
||
//
|
||
// ModelLabel
|
||
//
|
||
this.ModelLabel.AutoSize = true;
|
||
this.ModelLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.ModelLabel.Location = new System.Drawing.Point(0, 0);
|
||
this.ModelLabel.Name = "ModelLabel";
|
||
this.ModelLabel.Size = new System.Drawing.Size(35, 13);
|
||
this.ModelLabel.TabIndex = 0;
|
||
this.ModelLabel.Text = "label2";
|
||
//
|
||
// contextMenuStrip1
|
||
//
|
||
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
||
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
|
||
//
|
||
// CarItem
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.Color.White;
|
||
this.Controls.Add(this.panel1);
|
||
this.Name = "CarItem";
|
||
this.Size = new System.Drawing.Size(212, 206);
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel1.PerformLayout();
|
||
this.panel6.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.PhotoBox)).EndInit();
|
||
this.panel5.ResumeLayout(false);
|
||
this.panel5.PerformLayout();
|
||
this.panel4.ResumeLayout(false);
|
||
this.panel4.PerformLayout();
|
||
this.panel3.ResumeLayout(false);
|
||
this.panel3.PerformLayout();
|
||
this.panel2.ResumeLayout(false);
|
||
this.panel2.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.Panel panel5;
|
||
private System.Windows.Forms.Label MoneyLabel;
|
||
private System.Windows.Forms.Panel panel4;
|
||
private System.Windows.Forms.Label ClassLabel;
|
||
private System.Windows.Forms.Panel panel3;
|
||
private System.Windows.Forms.Label NameLabel;
|
||
private System.Windows.Forms.Panel panel2;
|
||
private System.Windows.Forms.Label ModelLabel;
|
||
private System.Windows.Forms.Panel panel6;
|
||
private System.Windows.Forms.PictureBox PhotoBox;
|
||
private System.Windows.Forms.Label ManufacturerLabel;
|
||
private System.Windows.Forms.TextBox MoneyTextBox;
|
||
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
||
}
|
||
}
|