2024-10-08 11:44:50 +03:00
|
|
|
|
namespace GtaVUsersInfo.Forms
|
2024-10-08 09:53:24 +03:00
|
|
|
|
{
|
|
|
|
|
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()
|
|
|
|
|
{
|
2024-10-10 11:47:27 +03:00
|
|
|
|
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();
|
2024-10-08 09:53:24 +03:00
|
|
|
|
//
|
|
|
|
|
// MainPanel
|
|
|
|
|
//
|
2024-10-10 12:30:53 +03:00
|
|
|
|
MainPanel.AutoSize = true;
|
|
|
|
|
MainPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
2024-10-10 11:47:27 +03:00
|
|
|
|
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;
|
2024-10-08 09:53:24 +03:00
|
|
|
|
//
|
|
|
|
|
// saveItem
|
|
|
|
|
//
|
2024-10-10 12:30:53 +03:00
|
|
|
|
saveItem.AutoSize = true;
|
|
|
|
|
saveItem.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
|
|
|
saveItem.Dock = DockStyle.Top;
|
2024-10-10 11:47:27 +03:00
|
|
|
|
saveItem.FlatStyle = FlatStyle.Flat;
|
2024-10-10 12:30:53 +03:00
|
|
|
|
saveItem.Location = new Point(4, 103);
|
2024-10-10 11:47:27 +03:00
|
|
|
|
saveItem.Margin = new Padding(4, 3, 4, 3);
|
2024-10-10 12:30:53 +03:00
|
|
|
|
saveItem.MinimumSize = new Size(288, 30);
|
2024-10-10 11:47:27 +03:00
|
|
|
|
saveItem.Name = "saveItem";
|
2024-10-10 12:30:53 +03:00
|
|
|
|
saveItem.Size = new Size(288, 30);
|
2024-10-10 11:47:27 +03:00
|
|
|
|
saveItem.TabIndex = 7;
|
|
|
|
|
saveItem.Text = "Сохранить";
|
|
|
|
|
saveItem.UseVisualStyleBackColor = true;
|
|
|
|
|
saveItem.Click += saveItem_Click;
|
2024-10-08 09:53:24 +03:00
|
|
|
|
//
|
2024-10-08 11:44:50 +03:00
|
|
|
|
// separatopPanel2
|
2024-10-08 09:53:24 +03:00
|
|
|
|
//
|
2024-10-10 11:47:27 +03:00
|
|
|
|
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;
|
2024-10-08 09:53:24 +03:00
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
2024-10-10 11:47:27 +03:00
|
|
|
|
panel1.AutoSize = true;
|
2024-10-10 12:30:53 +03:00
|
|
|
|
panel1.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
2024-10-10 11:47:27 +03:00
|
|
|
|
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;
|
2024-10-08 09:53:24 +03:00
|
|
|
|
//
|
|
|
|
|
// carPrice
|
|
|
|
|
//
|
2024-10-10 11:47:27 +03:00
|
|
|
|
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;
|
2024-10-08 09:53:24 +03:00
|
|
|
|
//
|
|
|
|
|
// priceLabel
|
|
|
|
|
//
|
2024-10-10 11:47:27 +03:00
|
|
|
|
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 = "Цена:";
|
2024-10-08 09:53:24 +03:00
|
|
|
|
//
|
|
|
|
|
// separatopPanel1
|
|
|
|
|
//
|
2024-10-10 11:47:27 +03:00
|
|
|
|
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;
|
2024-10-08 09:53:24 +03:00
|
|
|
|
//
|
|
|
|
|
// CarPanel
|
|
|
|
|
//
|
2024-10-10 11:47:27 +03:00
|
|
|
|
CarPanel.AutoSize = true;
|
2024-10-10 12:30:53 +03:00
|
|
|
|
CarPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
2024-10-10 11:47:27 +03:00
|
|
|
|
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;
|
2024-10-08 09:53:24 +03:00
|
|
|
|
//
|
|
|
|
|
// carComboBox
|
|
|
|
|
//
|
2024-10-10 11:47:27 +03:00
|
|
|
|
carComboBox.Dock = DockStyle.Top;
|
|
|
|
|
carComboBox.FormattingEnabled = true;
|
|
|
|
|
carComboBox.Location = new Point(0, 15);
|
|
|
|
|
carComboBox.Margin = new Padding(4, 3, 4, 3);
|
2024-10-10 12:30:53 +03:00
|
|
|
|
carComboBox.MinimumSize = new Size(259, 0);
|
2024-10-10 11:47:27 +03:00
|
|
|
|
carComboBox.Name = "carComboBox";
|
|
|
|
|
carComboBox.Size = new Size(288, 23);
|
|
|
|
|
carComboBox.TabIndex = 3;
|
|
|
|
|
carComboBox.SelectedIndexChanged += carComboBox_SelectedIndexChanged;
|
2024-10-08 09:53:24 +03:00
|
|
|
|
//
|
|
|
|
|
// carLabel
|
|
|
|
|
//
|
2024-10-10 11:47:27 +03:00
|
|
|
|
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 = "Автомобиль:";
|
2024-10-08 09:53:24 +03:00
|
|
|
|
//
|
|
|
|
|
// AddCars
|
|
|
|
|
//
|
2024-10-10 11:47:27 +03:00
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
2024-10-10 12:30:53 +03:00
|
|
|
|
AutoSize = true;
|
2024-10-10 11:47:27 +03:00
|
|
|
|
BackColor = Color.White;
|
|
|
|
|
ClientSize = new Size(296, 136);
|
|
|
|
|
Controls.Add(MainPanel);
|
|
|
|
|
Icon = (Icon)resources.GetObject("$this.Icon");
|
|
|
|
|
Margin = new Padding(4, 3, 4, 3);
|
2024-10-10 12:30:53 +03:00
|
|
|
|
MaximizeBox = false;
|
|
|
|
|
MinimizeBox = false;
|
2024-10-10 11:47:27 +03:00
|
|
|
|
MinimumSize = new Size(312, 175);
|
|
|
|
|
Name = "AddCars";
|
2024-10-10 12:30:53 +03:00
|
|
|
|
ShowInTaskbar = false;
|
2024-10-10 11:47:27 +03:00
|
|
|
|
StartPosition = FormStartPosition.CenterParent;
|
|
|
|
|
Text = "Автомобиль";
|
2024-10-10 12:30:53 +03:00
|
|
|
|
TopMost = true;
|
2024-10-10 11:47:27 +03:00
|
|
|
|
MainPanel.ResumeLayout(false);
|
|
|
|
|
MainPanel.PerformLayout();
|
|
|
|
|
panel1.ResumeLayout(false);
|
|
|
|
|
panel1.PerformLayout();
|
|
|
|
|
CarPanel.ResumeLayout(false);
|
|
|
|
|
CarPanel.PerformLayout();
|
|
|
|
|
ResumeLayout(false);
|
2024-10-10 12:30:53 +03:00
|
|
|
|
PerformLayout();
|
2024-10-08 09:53:24 +03:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2024-10-10 11:47:27 +03:00
|
|
|
|
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;
|
2024-10-08 09:53:24 +03:00
|
|
|
|
}
|
|
|
|
|
}
|