142 lines
5.1 KiB
C#
142 lines
5.1 KiB
C#
namespace GtaVUsersInfo.Forms
|
|
{
|
|
partial class AddParameter
|
|
{
|
|
/// <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(AddParameter));
|
|
MainPanel = new Panel();
|
|
saveItem = new Button();
|
|
separatopPanel1 = new Panel();
|
|
CarPanel = new Panel();
|
|
nameTextBox = new TextBox();
|
|
nameLabel = new Label();
|
|
MainPanel.SuspendLayout();
|
|
CarPanel.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// MainPanel
|
|
//
|
|
MainPanel.Controls.Add(saveItem);
|
|
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, 85);
|
|
MainPanel.TabIndex = 1;
|
|
//
|
|
// saveItem
|
|
//
|
|
saveItem.AutoSize = true;
|
|
saveItem.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
|
saveItem.Dock = DockStyle.Top;
|
|
saveItem.FlatStyle = FlatStyle.Flat;
|
|
saveItem.Location = new Point(4, 53);
|
|
saveItem.Margin = new Padding(4, 3, 4, 3);
|
|
saveItem.Name = "saveItem";
|
|
saveItem.Size = new Size(288, 27);
|
|
saveItem.TabIndex = 7;
|
|
saveItem.Text = "Сохранить";
|
|
saveItem.UseVisualStyleBackColor = true;
|
|
saveItem.Click += saveItem_Click;
|
|
//
|
|
// 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.Controls.Add(nameTextBox);
|
|
CarPanel.Controls.Add(nameLabel);
|
|
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;
|
|
//
|
|
// nameTextBox
|
|
//
|
|
nameTextBox.Dock = DockStyle.Top;
|
|
nameTextBox.Location = new Point(0, 15);
|
|
nameTextBox.Margin = new Padding(4, 3, 4, 3);
|
|
nameTextBox.Name = "nameTextBox";
|
|
nameTextBox.Size = new Size(288, 23);
|
|
nameTextBox.TabIndex = 4;
|
|
//
|
|
// nameLabel
|
|
//
|
|
nameLabel.AutoSize = true;
|
|
nameLabel.Dock = DockStyle.Top;
|
|
nameLabel.Location = new Point(0, 0);
|
|
nameLabel.Margin = new Padding(4, 0, 4, 0);
|
|
nameLabel.Name = "nameLabel";
|
|
nameLabel.Size = new Size(62, 15);
|
|
nameLabel.TabIndex = 2;
|
|
nameLabel.Text = "Название:";
|
|
//
|
|
// AddParameter
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
AutoSize = true;
|
|
BackColor = Color.White;
|
|
ClientSize = new Size(296, 85);
|
|
Controls.Add(MainPanel);
|
|
Icon = (Icon)resources.GetObject("$this.Icon");
|
|
Margin = new Padding(4, 3, 4, 3);
|
|
MaximumSize = new Size(312, 124);
|
|
MinimumSize = new Size(312, 124);
|
|
Name = "AddParameter";
|
|
StartPosition = FormStartPosition.CenterParent;
|
|
Text = "Параметер";
|
|
MainPanel.ResumeLayout(false);
|
|
MainPanel.PerformLayout();
|
|
CarPanel.ResumeLayout(false);
|
|
CarPanel.PerformLayout();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Panel MainPanel;
|
|
private Button saveItem;
|
|
private Panel separatopPanel1;
|
|
private Panel CarPanel;
|
|
private Label nameLabel;
|
|
private TextBox nameTextBox;
|
|
}
|
|
} |