GtaVUsersInfo/MainForm.Designer.cs

449 lines
24 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace GtaVUsersInfo
{
partial class MainForm
{
/// <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 Код, автоматически созданный конструктором форм Windows
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.debugCheck = new System.Windows.Forms.CheckBox();
this.panel2 = new System.Windows.Forms.Panel();
this.buttonsPanel = new System.Windows.Forms.Panel();
this.readJsonButton = new System.Windows.Forms.Button();
this.addParameter = new System.Windows.Forms.Button();
this.parserButton = new System.Windows.Forms.Button();
this.addCar = new System.Windows.Forms.Button();
this.addParametrLabel = new System.Windows.Forms.Label();
this.parametersPanel = new System.Windows.Forms.Panel();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.файлToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveAsКакToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.стилиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.textToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.colorTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.styleTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sizeTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.colorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.buttonPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.parameterPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.carPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.top_downPanelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.splitterLeft = new System.Windows.Forms.Splitter();
this.splitterRigth = new System.Windows.Forms.Splitter();
this.carsPanel = new System.Windows.Forms.Panel();
this.carsItems = new System.Windows.Forms.FlowLayoutPanel();
this.panel1.SuspendLayout();
this.buttonsPanel.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.carsPanel.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.debugCheck);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 24);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(764, 20);
this.panel1.TabIndex = 0;
//
// debugCheck
//
this.debugCheck.AutoSize = true;
this.debugCheck.Dock = System.Windows.Forms.DockStyle.Right;
this.debugCheck.Location = new System.Drawing.Point(747, 0);
this.debugCheck.Name = "debugCheck";
this.debugCheck.Size = new System.Drawing.Size(15, 18);
this.debugCheck.TabIndex = 0;
this.debugCheck.UseVisualStyleBackColor = true;
this.debugCheck.CheckedChanged += new System.EventHandler(this.debugCheck_CheckedChanged);
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 463);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(764, 20);
this.panel2.TabIndex = 1;
//
// buttonsPanel
//
this.buttonsPanel.AutoScroll = true;
this.buttonsPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.buttonsPanel.Controls.Add(this.readJsonButton);
this.buttonsPanel.Controls.Add(this.addParameter);
this.buttonsPanel.Controls.Add(this.parserButton);
this.buttonsPanel.Controls.Add(this.addCar);
this.buttonsPanel.Controls.Add(this.addParametrLabel);
this.buttonsPanel.Dock = System.Windows.Forms.DockStyle.Left;
this.buttonsPanel.Location = new System.Drawing.Point(0, 44);
this.buttonsPanel.MinimumSize = new System.Drawing.Size(100, 100);
this.buttonsPanel.Name = "buttonsPanel";
this.buttonsPanel.Padding = new System.Windows.Forms.Padding(3);
this.buttonsPanel.Size = new System.Drawing.Size(116, 419);
this.buttonsPanel.TabIndex = 2;
//
// readJsonButton
//
this.readJsonButton.AutoSize = true;
this.readJsonButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.readJsonButton.Dock = System.Windows.Forms.DockStyle.Bottom;
this.readJsonButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.readJsonButton.Location = new System.Drawing.Point(3, 370);
this.readJsonButton.Name = "readJsonButton";
this.readJsonButton.Size = new System.Drawing.Size(108, 22);
this.readJsonButton.TabIndex = 5;
this.readJsonButton.Text = "Считать json";
this.readJsonButton.UseVisualStyleBackColor = true;
this.readJsonButton.Click += new System.EventHandler(this.readJsonButton_Click);
//
// addParameter
//
this.addParameter.AutoSize = true;
this.addParameter.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.addParameter.Dock = System.Windows.Forms.DockStyle.Top;
this.addParameter.FlatAppearance.BorderSize = 0;
this.addParameter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.addParameter.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.addParameter.Location = new System.Drawing.Point(3, 48);
this.addParameter.Name = "addParameter";
this.addParameter.Size = new System.Drawing.Size(108, 26);
this.addParameter.TabIndex = 4;
this.addParameter.Text = "Параметр";
this.addParameter.UseVisualStyleBackColor = true;
this.addParameter.Click += new System.EventHandler(this.addParameter_Click);
//
// parserButton
//
this.parserButton.AutoSize = true;
this.parserButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.parserButton.Dock = System.Windows.Forms.DockStyle.Bottom;
this.parserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.parserButton.Location = new System.Drawing.Point(3, 392);
this.parserButton.Name = "parserButton";
this.parserButton.Size = new System.Drawing.Size(108, 22);
this.parserButton.TabIndex = 3;
this.parserButton.Text = "Парсинг";
this.parserButton.UseVisualStyleBackColor = true;
this.parserButton.Click += new System.EventHandler(this.parserButton_Click);
//
// addCar
//
this.addCar.AutoSize = true;
this.addCar.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.addCar.Dock = System.Windows.Forms.DockStyle.Top;
this.addCar.FlatAppearance.BorderSize = 0;
this.addCar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.addCar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.addCar.Location = new System.Drawing.Point(3, 22);
this.addCar.Name = "addCar";
this.addCar.Size = new System.Drawing.Size(108, 26);
this.addCar.TabIndex = 2;
this.addCar.Text = "Автомобиль";
this.addCar.UseVisualStyleBackColor = true;
this.addCar.Click += new System.EventHandler(this.addCar_Click);
//
// addParametrLabel
//
this.addParametrLabel.AutoSize = true;
this.addParametrLabel.Dock = System.Windows.Forms.DockStyle.Top;
this.addParametrLabel.Location = new System.Drawing.Point(3, 3);
this.addParametrLabel.Name = "addParametrLabel";
this.addParametrLabel.Padding = new System.Windows.Forms.Padding(3);
this.addParametrLabel.Size = new System.Drawing.Size(66, 19);
this.addParametrLabel.TabIndex = 1;
this.addParametrLabel.Text = "Добавить:";
//
// parametersPanel
//
this.parametersPanel.AutoScroll = true;
this.parametersPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.parametersPanel.Dock = System.Windows.Forms.DockStyle.Right;
this.parametersPanel.Location = new System.Drawing.Point(564, 44);
this.parametersPanel.MinimumSize = new System.Drawing.Size(100, 100);
this.parametersPanel.Name = "parametersPanel";
this.parametersPanel.Size = new System.Drawing.Size(200, 419);
this.parametersPanel.TabIndex = 3;
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.Color.White;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.файлToolStripMenuItem,
this.стилиToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(764, 24);
this.menuStrip1.TabIndex = 5;
this.menuStrip1.Text = "menuStrip1";
//
// файлToolStripMenuItem
//
this.файлToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.openFileToolStripMenuItem,
this.saveToolStripMenuItem,
this.saveAsКакToolStripMenuItem,
this.toolStripSeparator2,
this.newToolStripMenuItem,
this.toolStripSeparator1,
this.exitToolStripMenuItem});
this.файлToolStripMenuItem.Name = айлToolStripMenuItem";
this.файлToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
this.файлToolStripMenuItem.Text = "Файл";
//
// openFileToolStripMenuItem
//
this.openFileToolStripMenuItem.Name = "openFileToolStripMenuItem";
this.openFileToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.openFileToolStripMenuItem.Text = "Открыть";
this.openFileToolStripMenuItem.Click += new System.EventHandler(this.openFileToolStripMenuItem_Click);
//
// saveToolStripMenuItem
//
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.saveToolStripMenuItem.Text = "Сохранить";
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
//
// saveAsКакToolStripMenuItem
//
this.saveAsКакToolStripMenuItem.Name = "saveAsКакToolStripMenuItem";
this.saveAsКакToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.saveAsКакToolStripMenuItem.Text = "Сохранить как";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
//
// newToolStripMenuItem
//
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.newToolStripMenuItem.Text = "Новый персонаж";
this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.exitToolStripMenuItem.Text = "Выйти";
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// стилиToolStripMenuItem
//
this.стилиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.textToolStripMenuItem,
this.colorToolStripMenuItem});
this.стилиToolStripMenuItem.Name = "стилиToolStripMenuItem";
this.стилиToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
this.стилиToolStripMenuItem.Text = "Стили";
//
// textToolStripMenuItem
//
this.textToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.colorTextToolStripMenuItem,
this.styleTextToolStripMenuItem,
this.sizeTextToolStripMenuItem});
this.textToolStripMenuItem.Name = "textToolStripMenuItem";
this.textToolStripMenuItem.Size = new System.Drawing.Size(106, 22);
this.textToolStripMenuItem.Text = "Текст";
//
// colorTextToolStripMenuItem
//
this.colorTextToolStripMenuItem.Name = "colorTextToolStripMenuItem";
this.colorTextToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
this.colorTextToolStripMenuItem.Text = "Цвет";
//
// styleTextToolStripMenuItem
//
this.styleTextToolStripMenuItem.Name = "styleTextToolStripMenuItem";
this.styleTextToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
this.styleTextToolStripMenuItem.Text = "Стиль";
//
// sizeTextToolStripMenuItem
//
this.sizeTextToolStripMenuItem.Name = "sizeTextToolStripMenuItem";
this.sizeTextToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
this.sizeTextToolStripMenuItem.Text = "Размер";
//
// colorToolStripMenuItem
//
this.colorToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.buttonPanelToolStripMenuItem,
this.parameterPanelToolStripMenuItem,
this.carPanelToolStripMenuItem,
this.top_downPanelToolStripMenuItem});
this.colorToolStripMenuItem.Name = "colorToolStripMenuItem";
this.colorToolStripMenuItem.Size = new System.Drawing.Size(106, 22);
this.colorToolStripMenuItem.Text = "Цвета";
//
// buttonPanelToolStripMenuItem
//
this.buttonPanelToolStripMenuItem.Name = "buttonPanelToolStripMenuItem";
this.buttonPanelToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
this.buttonPanelToolStripMenuItem.Text = "Левая панель";
//
// parameterPanelToolStripMenuItem
//
this.parameterPanelToolStripMenuItem.Name = "parameterPanelToolStripMenuItem";
this.parameterPanelToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
this.parameterPanelToolStripMenuItem.Text = "Правая панель";
//
// carPanelToolStripMenuItem
//
this.carPanelToolStripMenuItem.Name = "carPanelToolStripMenuItem";
this.carPanelToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
this.carPanelToolStripMenuItem.Text = "Центральная панель";
//
// top_downPanelToolStripMenuItem
//
this.top_downPanelToolStripMenuItem.Name = "top_downPanelToolStripMenuItem";
this.top_downPanelToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
this.top_downPanelToolStripMenuItem.Text = "Верх/низ";
//
// splitterLeft
//
this.splitterLeft.Location = new System.Drawing.Point(116, 44);
this.splitterLeft.Name = "splitterLeft";
this.splitterLeft.Size = new System.Drawing.Size(5, 419);
this.splitterLeft.TabIndex = 6;
this.splitterLeft.TabStop = false;
//
// splitterRigth
//
this.splitterRigth.Dock = System.Windows.Forms.DockStyle.Right;
this.splitterRigth.Location = new System.Drawing.Point(559, 44);
this.splitterRigth.Name = "splitterRigth";
this.splitterRigth.Size = new System.Drawing.Size(5, 419);
this.splitterRigth.TabIndex = 7;
this.splitterRigth.TabStop = false;
//
// carsPanel
//
this.carsPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.carsPanel.Controls.Add(this.carsItems);
this.carsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.carsPanel.Location = new System.Drawing.Point(121, 44);
this.carsPanel.MinimumSize = new System.Drawing.Size(300, 100);
this.carsPanel.Name = "carsPanel";
this.carsPanel.Size = new System.Drawing.Size(438, 419);
this.carsPanel.TabIndex = 8;
//
// carsItems
//
this.carsItems.AutoScroll = true;
this.carsItems.Dock = System.Windows.Forms.DockStyle.Fill;
this.carsItems.Location = new System.Drawing.Point(0, 0);
this.carsItems.Name = "carsItems";
this.carsItems.Size = new System.Drawing.Size(436, 417);
this.carsItems.TabIndex = 0;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(764, 483);
this.Controls.Add(this.carsPanel);
this.Controls.Add(this.splitterRigth);
this.Controls.Add(this.splitterLeft);
this.Controls.Add(this.parametersPanel);
this.Controls.Add(this.buttonsPanel);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.MinimumSize = new System.Drawing.Size(526, 365);
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "null";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Load += new System.EventHandler(this.MainForm_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.buttonsPanel.ResumeLayout(false);
this.buttonsPanel.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.carsPanel.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel buttonsPanel;
private System.Windows.Forms.Panel parametersPanel;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem файлToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openFileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveAsКакToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem стилиToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem textToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem colorTextToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem styleTextToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem sizeTextToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem colorToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem buttonPanelToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem parameterPanelToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem carPanelToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem top_downPanelToolStripMenuItem;
private System.Windows.Forms.Button addCar;
private System.Windows.Forms.Label addParametrLabel;
private System.Windows.Forms.Splitter splitterLeft;
private System.Windows.Forms.Splitter splitterRigth;
private System.Windows.Forms.Panel carsPanel;
private System.Windows.Forms.Button parserButton;
private System.Windows.Forms.CheckBox debugCheck;
private System.Windows.Forms.Button addParameter;
private System.Windows.Forms.FlowLayoutPanel carsItems;
private System.Windows.Forms.Button readJsonButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
}
}