GtaVUsersInfo/Forms/AddCars.Designer.cs

211 lines
7.9 KiB
C#
Raw Permalink Normal View History

namespace GtaVUsersInfo.Forms
{
partial class AddCars
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddCars));
MainPanel = new Panel();
saveItem = new Button();
separatopPanel2 = new Panel();
panel1 = new Panel();
carPrice = new TextBox();
priceLabel = new Label();
separatopPanel1 = new Panel();
CarPanel = new Panel();
carComboBox = new ComboBox();
carLabel = new Label();
MainPanel.SuspendLayout();
panel1.SuspendLayout();
CarPanel.SuspendLayout();
SuspendLayout();
//
// MainPanel
//
MainPanel.AutoSize = true;
MainPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
MainPanel.Controls.Add(saveItem);
MainPanel.Controls.Add(separatopPanel2);
MainPanel.Controls.Add(panel1);
MainPanel.Controls.Add(separatopPanel1);
MainPanel.Controls.Add(CarPanel);
MainPanel.Dock = DockStyle.Fill;
MainPanel.Location = new Point(0, 0);
MainPanel.Margin = new Padding(4, 3, 4, 3);
MainPanel.Name = "MainPanel";
MainPanel.Padding = new Padding(4, 3, 4, 3);
MainPanel.Size = new Size(296, 136);
MainPanel.TabIndex = 0;
//
// saveItem
//
saveItem.AutoSize = true;
saveItem.AutoSizeMode = AutoSizeMode.GrowAndShrink;
saveItem.Dock = DockStyle.Top;
saveItem.FlatStyle = FlatStyle.Flat;
saveItem.Location = new Point(4, 103);
saveItem.Margin = new Padding(4, 3, 4, 3);
saveItem.MinimumSize = new Size(288, 30);
saveItem.Name = "saveItem";
saveItem.Size = new Size(288, 30);
saveItem.TabIndex = 7;
saveItem.Text = "Сохранить";
saveItem.UseVisualStyleBackColor = true;
saveItem.Click += saveItem_Click;
//
// separatopPanel2
//
separatopPanel2.Dock = DockStyle.Top;
separatopPanel2.Location = new Point(4, 91);
separatopPanel2.Margin = new Padding(4, 3, 4, 3);
separatopPanel2.Name = "separatopPanel2";
separatopPanel2.Size = new Size(288, 12);
separatopPanel2.TabIndex = 6;
//
// panel1
//
panel1.AutoSize = true;
panel1.AutoSizeMode = AutoSizeMode.GrowAndShrink;
panel1.Controls.Add(carPrice);
panel1.Controls.Add(priceLabel);
panel1.Dock = DockStyle.Top;
panel1.Location = new Point(4, 53);
panel1.Margin = new Padding(4, 3, 4, 3);
panel1.Name = "panel1";
panel1.Size = new Size(288, 38);
panel1.TabIndex = 5;
//
// carPrice
//
carPrice.Dock = DockStyle.Top;
carPrice.Location = new Point(0, 15);
carPrice.Margin = new Padding(4, 3, 4, 3);
carPrice.Name = "carPrice";
carPrice.Size = new Size(288, 23);
carPrice.TabIndex = 4;
carPrice.Enter += carPrice_Enter;
carPrice.KeyPress += carPrice_KeyPress;
carPrice.Leave += carPrice_Leave;
//
// priceLabel
//
priceLabel.AutoSize = true;
priceLabel.Dock = DockStyle.Top;
priceLabel.Location = new Point(0, 0);
priceLabel.Margin = new Padding(4, 0, 4, 0);
priceLabel.Name = "priceLabel";
priceLabel.Size = new Size(38, 15);
priceLabel.TabIndex = 2;
priceLabel.Text = "Цена:";
//
// separatopPanel1
//
separatopPanel1.Dock = DockStyle.Top;
separatopPanel1.Location = new Point(4, 41);
separatopPanel1.Margin = new Padding(4, 3, 4, 3);
separatopPanel1.Name = "separatopPanel1";
separatopPanel1.Size = new Size(288, 12);
separatopPanel1.TabIndex = 4;
//
// CarPanel
//
CarPanel.AutoSize = true;
CarPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
CarPanel.Controls.Add(carComboBox);
CarPanel.Controls.Add(carLabel);
CarPanel.Dock = DockStyle.Top;
CarPanel.Location = new Point(4, 3);
CarPanel.Margin = new Padding(4, 3, 4, 3);
CarPanel.Name = "CarPanel";
CarPanel.Size = new Size(288, 38);
CarPanel.TabIndex = 3;
//
// carComboBox
//
carComboBox.Dock = DockStyle.Top;
carComboBox.FormattingEnabled = true;
carComboBox.Location = new Point(0, 15);
carComboBox.Margin = new Padding(4, 3, 4, 3);
carComboBox.MinimumSize = new Size(259, 0);
carComboBox.Name = "carComboBox";
carComboBox.Size = new Size(288, 23);
carComboBox.TabIndex = 3;
carComboBox.SelectedIndexChanged += carComboBox_SelectedIndexChanged;
//
// carLabel
//
carLabel.AutoSize = true;
carLabel.Dock = DockStyle.Top;
carLabel.Location = new Point(0, 0);
carLabel.Margin = new Padding(4, 0, 4, 0);
carLabel.Name = "carLabel";
carLabel.Size = new Size(79, 15);
carLabel.TabIndex = 2;
carLabel.Text = "Автомобиль:";
//
// AddCars
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
AutoSize = true;
BackColor = Color.White;
ClientSize = new Size(296, 136);
Controls.Add(MainPanel);
Icon = (Icon)resources.GetObject("$this.Icon");
Margin = new Padding(4, 3, 4, 3);
MaximizeBox = false;
MinimizeBox = false;
MinimumSize = new Size(312, 175);
Name = "AddCars";
ShowInTaskbar = false;
StartPosition = FormStartPosition.CenterParent;
Text = "Автомобиль";
TopMost = true;
MainPanel.ResumeLayout(false);
MainPanel.PerformLayout();
panel1.ResumeLayout(false);
panel1.PerformLayout();
CarPanel.ResumeLayout(false);
CarPanel.PerformLayout();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Panel MainPanel;
private Panel CarPanel;
private ComboBox carComboBox;
private Label carLabel;
private Panel separatopPanel1;
private Panel panel1;
private TextBox carPrice;
private Label priceLabel;
private Panel separatopPanel2;
private Button saveItem;
}
}