GtaVUsersInfo/Forms/AddParameter.Designer.cs

132 lines
5.6 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()
{
this.MainPanel = new System.Windows.Forms.Panel();
this.saveItem = new System.Windows.Forms.Button();
this.separatopPanel1 = new System.Windows.Forms.Panel();
this.CarPanel = new System.Windows.Forms.Panel();
this.nameTextBox = new System.Windows.Forms.TextBox();
this.nameLabel = new System.Windows.Forms.Label();
this.MainPanel.SuspendLayout();
this.CarPanel.SuspendLayout();
this.SuspendLayout();
//
// MainPanel
//
this.MainPanel.Controls.Add(this.saveItem);
this.MainPanel.Controls.Add(this.separatopPanel1);
this.MainPanel.Controls.Add(this.CarPanel);
this.MainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.MainPanel.Location = new System.Drawing.Point(0, 0);
this.MainPanel.Name = "MainPanel";
this.MainPanel.Padding = new System.Windows.Forms.Padding(3);
this.MainPanel.Size = new System.Drawing.Size(254, 74);
this.MainPanel.TabIndex = 1;
//
// saveItem
//
this.saveItem.Dock = System.Windows.Forms.DockStyle.Right;
this.saveItem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.saveItem.Location = new System.Drawing.Point(176, 46);
this.saveItem.Name = "saveItem";
this.saveItem.Size = new System.Drawing.Size(75, 25);
this.saveItem.TabIndex = 7;
this.saveItem.Text = "Сохранить";
this.saveItem.UseVisualStyleBackColor = true;
this.saveItem.Click += new System.EventHandler(this.saveItem_Click);
//
// separatopPanel1
//
this.separatopPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.separatopPanel1.Location = new System.Drawing.Point(3, 36);
this.separatopPanel1.Name = "separatopPanel1";
this.separatopPanel1.Size = new System.Drawing.Size(248, 10);
this.separatopPanel1.TabIndex = 4;
//
// CarPanel
//
this.CarPanel.AutoSize = true;
this.CarPanel.Controls.Add(this.nameTextBox);
this.CarPanel.Controls.Add(this.nameLabel);
this.CarPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.CarPanel.Location = new System.Drawing.Point(3, 3);
this.CarPanel.Name = "CarPanel";
this.CarPanel.Size = new System.Drawing.Size(248, 33);
this.CarPanel.TabIndex = 3;
//
// nameTextBox
//
this.nameTextBox.Dock = System.Windows.Forms.DockStyle.Top;
this.nameTextBox.Location = new System.Drawing.Point(0, 13);
this.nameTextBox.Name = "nameTextBox";
this.nameTextBox.Size = new System.Drawing.Size(248, 20);
this.nameTextBox.TabIndex = 4;
//
// nameLabel
//
this.nameLabel.AutoSize = true;
this.nameLabel.Dock = System.Windows.Forms.DockStyle.Top;
this.nameLabel.Location = new System.Drawing.Point(0, 0);
this.nameLabel.Name = "nameLabel";
this.nameLabel.Size = new System.Drawing.Size(60, 13);
this.nameLabel.TabIndex = 2;
this.nameLabel.Text = "Название:";
//
// AddParameter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(254, 74);
this.Controls.Add(this.MainPanel);
this.MaximumSize = new System.Drawing.Size(270, 113);
this.MinimumSize = new System.Drawing.Size(270, 113);
this.Name = "AddParameter";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Параметер";
this.MainPanel.ResumeLayout(false);
this.MainPanel.PerformLayout();
this.CarPanel.ResumeLayout(false);
this.CarPanel.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel MainPanel;
private System.Windows.Forms.Button saveItem;
private System.Windows.Forms.Panel separatopPanel1;
private System.Windows.Forms.Panel CarPanel;
private System.Windows.Forms.Label nameLabel;
private System.Windows.Forms.TextBox nameTextBox;
}
}