2024-10-06 14:05:10 +03:00
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 ( ) ;
2024-10-08 09:53:24 +03:00
this . debugCheck = new System . Windows . Forms . CheckBox ( ) ;
2024-10-06 14:05:10 +03:00
this . panel2 = new System . Windows . Forms . Panel ( ) ;
this . buttonsPanel = new System . Windows . Forms . Panel ( ) ;
2024-10-08 09:53:24 +03:00
this . readJsonButton = new System . Windows . Forms . Button ( ) ;
this . addParameter = new System . Windows . Forms . Button ( ) ;
this . parserButton = new System . Windows . Forms . Button ( ) ;
2024-10-06 14:05:10 +03:00
this . addCar = new System . Windows . Forms . Button ( ) ;
this . addParametrLabel = new System . Windows . Forms . Label ( ) ;
this . parametersPanel = new System . Windows . Forms . Panel ( ) ;
2024-10-09 21:04:29 +03:00
this . menuStrip = new System . Windows . Forms . MenuStrip ( ) ;
this . fileToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2024-10-08 11:44:50 +03:00
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 ( ) ;
2024-10-06 14:05:10 +03:00
this . toolStripSeparator1 = new System . Windows . Forms . ToolStripSeparator ( ) ;
2024-10-08 11:44:50 +03:00
this . exitToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2024-10-09 21:04:29 +03:00
this . styleToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2024-10-08 11:44:50 +03:00
this . textToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . colorTextToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . styleTextToolStripMenuItem = 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 ( ) ;
2024-10-06 14:05:10 +03:00
this . splitterLeft = new System . Windows . Forms . Splitter ( ) ;
this . splitterRigth = new System . Windows . Forms . Splitter ( ) ;
this . carsPanel = new System . Windows . Forms . Panel ( ) ;
2024-10-08 09:53:24 +03:00
this . carsItems = new System . Windows . Forms . FlowLayoutPanel ( ) ;
2024-10-09 21:04:29 +03:00
this . defaultToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripSeparator3 = new System . Windows . Forms . ToolStripSeparator ( ) ;
2024-10-08 09:53:24 +03:00
this . panel1 . SuspendLayout ( ) ;
2024-10-06 14:05:10 +03:00
this . buttonsPanel . SuspendLayout ( ) ;
2024-10-09 21:04:29 +03:00
this . menuStrip . SuspendLayout ( ) ;
2024-10-08 09:53:24 +03:00
this . carsPanel . SuspendLayout ( ) ;
2024-10-06 14:05:10 +03:00
this . SuspendLayout ( ) ;
//
// panel1
//
this . panel1 . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2024-10-08 09:53:24 +03:00
this . panel1 . Controls . Add ( this . debugCheck ) ;
2024-10-06 14:05:10 +03:00
this . panel1 . Dock = System . Windows . Forms . DockStyle . Top ;
this . panel1 . Location = new System . Drawing . Point ( 0 , 24 ) ;
this . panel1 . Name = "panel1" ;
2024-10-08 09:53:24 +03:00
this . panel1 . Size = new System . Drawing . Size ( 764 , 20 ) ;
2024-10-06 14:05:10 +03:00
this . panel1 . TabIndex = 0 ;
//
2024-10-08 09:53:24 +03:00
// 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 ) ;
//
2024-10-06 14:05:10 +03:00
// 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" ;
2024-10-08 09:53:24 +03:00
this . panel2 . Size = new System . Drawing . Size ( 764 , 20 ) ;
2024-10-06 14:05:10 +03:00
this . panel2 . TabIndex = 1 ;
//
// buttonsPanel
//
this . buttonsPanel . AutoScroll = true ;
this . buttonsPanel . BorderStyle = System . Windows . Forms . BorderStyle . FixedSingle ;
2024-10-08 09:53:24 +03:00
this . buttonsPanel . Controls . Add ( this . readJsonButton ) ;
this . buttonsPanel . Controls . Add ( this . addParameter ) ;
2024-10-06 14:05:10 +03:00
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" ;
2024-10-08 09:53:24 +03:00
this . buttonsPanel . Padding = new System . Windows . Forms . Padding ( 3 ) ;
this . buttonsPanel . Size = new System . Drawing . Size ( 116 , 419 ) ;
2024-10-06 14:05:10 +03:00
this . buttonsPanel . TabIndex = 2 ;
//
2024-10-08 09:53:24 +03:00
// 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 ;
2024-10-08 11:44:50 +03:00
this . addParameter . Click + = new System . EventHandler ( this . addParameter_Click ) ;
2024-10-08 09:53:24 +03:00
//
// 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 ) ;
//
2024-10-06 14:05:10 +03:00
// addCar
//
this . addCar . AutoSize = true ;
this . addCar . AutoSizeMode = System . Windows . Forms . AutoSizeMode . GrowAndShrink ;
this . addCar . Dock = System . Windows . Forms . DockStyle . Top ;
2024-10-08 09:53:24 +03:00
this . addCar . FlatAppearance . BorderSize = 0 ;
this . addCar . FlatStyle = System . Windows . Forms . FlatStyle . Flat ;
2024-10-06 14:05:10 +03:00
this . addCar . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
2024-10-08 09:53:24 +03:00
this . addCar . Location = new System . Drawing . Point ( 3 , 22 ) ;
2024-10-06 14:05:10 +03:00
this . addCar . Name = "addCar" ;
2024-10-08 09:53:24 +03:00
this . addCar . Size = new System . Drawing . Size ( 108 , 26 ) ;
2024-10-06 14:05:10 +03:00
this . addCar . TabIndex = 2 ;
this . addCar . Text = "Автомобиль" ;
this . addCar . UseVisualStyleBackColor = true ;
2024-10-08 09:53:24 +03:00
this . addCar . Click + = new System . EventHandler ( this . addCar_Click ) ;
2024-10-06 14:05:10 +03:00
//
// addParametrLabel
//
this . addParametrLabel . AutoSize = true ;
this . addParametrLabel . Dock = System . Windows . Forms . DockStyle . Top ;
2024-10-09 21:04:29 +03:00
this . addParametrLabel . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 204 ) ) ) ;
2024-10-08 09:53:24 +03:00
this . addParametrLabel . Location = new System . Drawing . Point ( 3 , 3 ) ;
2024-10-06 14:05:10 +03:00
this . addParametrLabel . Name = "addParametrLabel" ;
2024-10-08 09:53:24 +03:00
this . addParametrLabel . Padding = new System . Windows . Forms . Padding ( 3 ) ;
2024-10-09 21:04:29 +03:00
this . addParametrLabel . RightToLeft = System . Windows . Forms . RightToLeft . No ;
2024-10-08 09:53:24 +03:00
this . addParametrLabel . Size = new System . Drawing . Size ( 66 , 19 ) ;
2024-10-06 14:05:10 +03:00
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 ;
2024-10-08 09:53:24 +03:00
this . parametersPanel . Location = new System . Drawing . Point ( 564 , 44 ) ;
2024-10-06 14:05:10 +03:00
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 ;
//
2024-10-09 21:04:29 +03:00
// menuStrip
2024-10-06 14:05:10 +03:00
//
2024-10-09 21:04:29 +03:00
this . menuStrip . BackColor = System . Drawing . Color . White ;
this . menuStrip . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . fileToolStripMenuItem ,
this . styleToolStripMenuItem } ) ;
this . menuStrip . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . menuStrip . Name = "menuStrip" ;
this . menuStrip . Size = new System . Drawing . Size ( 764 , 24 ) ;
this . menuStrip . TabIndex = 5 ;
this . menuStrip . Text = "menuStrip1" ;
2024-10-06 14:05:10 +03:00
//
2024-10-09 21:04:29 +03:00
// fileToolStripMenuItem
2024-10-06 14:05:10 +03:00
//
2024-10-09 21:04:29 +03:00
this . fileToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2024-10-08 11:44:50 +03:00
this . openFileToolStripMenuItem ,
this . saveToolStripMenuItem ,
this . saveAsК а кToolStripMenuItem ,
this . toolStripSeparator2 ,
this . newToolStripMenuItem ,
2024-10-06 14:05:10 +03:00
this . toolStripSeparator1 ,
2024-10-08 11:44:50 +03:00
this . exitToolStripMenuItem } ) ;
2024-10-09 21:04:29 +03:00
this . fileToolStripMenuItem . Name = "fileToolStripMenuItem" ;
this . fileToolStripMenuItem . Size = new System . Drawing . Size ( 48 , 20 ) ;
this . fileToolStripMenuItem . Text = "Файл" ;
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
// openFileToolStripMenuItem
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
this . openFileToolStripMenuItem . Name = "openFileToolStripMenuItem" ;
2024-10-08 18:33:19 +03:00
this . openFileToolStripMenuItem . Size = new System . Drawing . Size ( 180 , 22 ) ;
2024-10-08 11:44:50 +03:00
this . openFileToolStripMenuItem . Text = "Открыть" ;
2024-10-08 18:33:19 +03:00
this . openFileToolStripMenuItem . Click + = new System . EventHandler ( this . openFileToolStripMenuItem_Click ) ;
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
// saveToolStripMenuItem
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
this . saveToolStripMenuItem . Name = "saveToolStripMenuItem" ;
2024-10-08 18:33:19 +03:00
this . saveToolStripMenuItem . Size = new System . Drawing . Size ( 180 , 22 ) ;
2024-10-08 11:44:50 +03:00
this . saveToolStripMenuItem . Text = "Сохранить" ;
2024-10-08 18:33:19 +03:00
this . saveToolStripMenuItem . Click + = new System . EventHandler ( this . saveToolStripMenuItem_Click ) ;
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
// saveAsК а кToolStripMenuItem
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
this . saveAsК а кToolStripMenuItem . Name = "saveAsК а кToolStripMenuItem" ;
2024-10-08 18:33:19 +03:00
this . saveAsК а кToolStripMenuItem . Size = new System . Drawing . Size ( 180 , 22 ) ;
2024-10-08 11:44:50 +03:00
this . saveAsК а кToolStripMenuItem . Text = "Сохранить как" ;
2024-10-09 21:04:29 +03:00
this . saveAsК а кToolStripMenuItem . Click + = new System . EventHandler ( this . saveAsК а кToolStripMenuItem_Click ) ;
2024-10-08 11:44:50 +03:00
//
// toolStripSeparator2
//
this . toolStripSeparator2 . Name = "toolStripSeparator2" ;
2024-10-08 18:33:19 +03:00
this . toolStripSeparator2 . Size = new System . Drawing . Size ( 177 , 6 ) ;
2024-10-08 11:44:50 +03:00
//
// newToolStripMenuItem
//
this . newToolStripMenuItem . Name = "newToolStripMenuItem" ;
2024-10-08 18:33:19 +03:00
this . newToolStripMenuItem . Size = new System . Drawing . Size ( 180 , 22 ) ;
2024-10-08 11:44:50 +03:00
this . newToolStripMenuItem . Text = "Новый персонаж" ;
2024-10-08 18:33:19 +03:00
this . newToolStripMenuItem . Click + = new System . EventHandler ( this . newToolStripMenuItem_Click ) ;
2024-10-06 14:05:10 +03:00
//
// toolStripSeparator1
//
this . toolStripSeparator1 . Name = "toolStripSeparator1" ;
2024-10-08 18:33:19 +03:00
this . toolStripSeparator1 . Size = new System . Drawing . Size ( 177 , 6 ) ;
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
// exitToolStripMenuItem
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
this . exitToolStripMenuItem . Name = "exitToolStripMenuItem" ;
2024-10-08 18:33:19 +03:00
this . exitToolStripMenuItem . Size = new System . Drawing . Size ( 180 , 22 ) ;
2024-10-08 11:44:50 +03:00
this . exitToolStripMenuItem . Text = "Выйти" ;
2024-10-08 18:33:19 +03:00
this . exitToolStripMenuItem . Click + = new System . EventHandler ( this . exitToolStripMenuItem_Click ) ;
2024-10-06 14:05:10 +03:00
//
2024-10-09 21:04:29 +03:00
// styleToolStripMenuItem
2024-10-06 14:05:10 +03:00
//
2024-10-09 21:04:29 +03:00
this . styleToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
2024-10-08 11:44:50 +03:00
this . textToolStripMenuItem ,
this . colorToolStripMenuItem } ) ;
2024-10-09 21:04:29 +03:00
this . styleToolStripMenuItem . Name = "styleToolStripMenuItem" ;
this . styleToolStripMenuItem . Size = new System . Drawing . Size ( 53 , 20 ) ;
this . styleToolStripMenuItem . Text = "Стили" ;
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
// textToolStripMenuItem
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
this . textToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . colorTextToolStripMenuItem ,
this . styleTextToolStripMenuItem ,
2024-10-09 21:04:29 +03:00
this . toolStripSeparator3 ,
this . defaultToolStripMenuItem } ) ;
2024-10-08 11:44:50 +03:00
this . textToolStripMenuItem . Name = "textToolStripMenuItem" ;
2024-10-09 21:04:29 +03:00
this . textToolStripMenuItem . Size = new System . Drawing . Size ( 180 , 22 ) ;
2024-10-08 11:44:50 +03:00
this . textToolStripMenuItem . Text = "Текст" ;
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
// colorTextToolStripMenuItem
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
this . colorTextToolStripMenuItem . Name = "colorTextToolStripMenuItem" ;
2024-10-09 21:04:29 +03:00
this . colorTextToolStripMenuItem . Size = new System . Drawing . Size ( 180 , 22 ) ;
2024-10-08 11:44:50 +03:00
this . colorTextToolStripMenuItem . Text = "Цвет" ;
2024-10-09 21:04:29 +03:00
this . colorTextToolStripMenuItem . Click + = new System . EventHandler ( this . colorTextToolStripMenuItem_Click ) ;
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
// styleTextToolStripMenuItem
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
this . styleTextToolStripMenuItem . Name = "styleTextToolStripMenuItem" ;
2024-10-09 21:04:29 +03:00
this . styleTextToolStripMenuItem . Size = new System . Drawing . Size ( 180 , 22 ) ;
2024-10-08 11:44:50 +03:00
this . styleTextToolStripMenuItem . Text = "Стиль" ;
2024-10-09 21:04:29 +03:00
this . styleTextToolStripMenuItem . Click + = new System . EventHandler ( this . styleTextToolStripMenuItem_Click ) ;
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
// colorToolStripMenuItem
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
this . colorToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . buttonPanelToolStripMenuItem ,
this . parameterPanelToolStripMenuItem ,
this . carPanelToolStripMenuItem ,
this . top_downPanelToolStripMenuItem } ) ;
this . colorToolStripMenuItem . Name = "colorToolStripMenuItem" ;
2024-10-09 21:04:29 +03:00
this . colorToolStripMenuItem . Size = new System . Drawing . Size ( 180 , 22 ) ;
2024-10-08 11:44:50 +03:00
this . colorToolStripMenuItem . Text = "Цвета" ;
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
// buttonPanelToolStripMenuItem
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
this . buttonPanelToolStripMenuItem . Name = "buttonPanelToolStripMenuItem" ;
this . buttonPanelToolStripMenuItem . Size = new System . Drawing . Size ( 188 , 22 ) ;
this . buttonPanelToolStripMenuItem . Text = "Левая панель" ;
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
// parameterPanelToolStripMenuItem
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
this . parameterPanelToolStripMenuItem . Name = "parameterPanelToolStripMenuItem" ;
this . parameterPanelToolStripMenuItem . Size = new System . Drawing . Size ( 188 , 22 ) ;
this . parameterPanelToolStripMenuItem . Text = "Правая панель" ;
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
// carPanelToolStripMenuItem
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
this . carPanelToolStripMenuItem . Name = "carPanelToolStripMenuItem" ;
this . carPanelToolStripMenuItem . Size = new System . Drawing . Size ( 188 , 22 ) ;
this . carPanelToolStripMenuItem . Text = "Центральная панель" ;
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
// top_downPanelToolStripMenuItem
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
this . top_downPanelToolStripMenuItem . Name = "top_downPanelToolStripMenuItem" ;
this . top_downPanelToolStripMenuItem . Size = new System . Drawing . Size ( 188 , 22 ) ;
this . top_downPanelToolStripMenuItem . Text = "В е р х /низ" ;
2024-10-06 14:05:10 +03:00
//
// splitterLeft
//
2024-10-08 09:53:24 +03:00
this . splitterLeft . Location = new System . Drawing . Point ( 116 , 44 ) ;
2024-10-06 14:05:10 +03:00
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 ;
2024-10-08 09:53:24 +03:00
this . splitterRigth . Location = new System . Drawing . Point ( 559 , 44 ) ;
2024-10-06 14:05:10 +03:00
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 ;
2024-10-08 09:53:24 +03:00
this . carsPanel . Controls . Add ( this . carsItems ) ;
2024-10-06 14:05:10 +03:00
this . carsPanel . Dock = System . Windows . Forms . DockStyle . Fill ;
2024-10-08 09:53:24 +03:00
this . carsPanel . Location = new System . Drawing . Point ( 121 , 44 ) ;
2024-10-06 14:05:10 +03:00
this . carsPanel . Name = "carsPanel" ;
2024-10-08 09:53:24 +03:00
this . carsPanel . Size = new System . Drawing . Size ( 438 , 419 ) ;
2024-10-06 14:05:10 +03:00
this . carsPanel . TabIndex = 8 ;
//
2024-10-08 09:53:24 +03:00
// carsItems
2024-10-06 14:05:10 +03:00
//
2024-10-08 11:44:50 +03:00
this . carsItems . AutoScroll = true ;
2024-10-08 09:53:24 +03:00
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 ;
2024-10-06 14:05:10 +03:00
//
2024-10-09 21:04:29 +03:00
// defaultToolStripMenuItem
//
this . defaultToolStripMenuItem . Name = "defaultToolStripMenuItem" ;
this . defaultToolStripMenuItem . Size = new System . Drawing . Size ( 180 , 22 ) ;
this . defaultToolStripMenuItem . Text = "Стандартные" ;
this . defaultToolStripMenuItem . Click + = new System . EventHandler ( this . defaultToolStripMenuItem_Click ) ;
//
// toolStripSeparator3
//
this . toolStripSeparator3 . Name = "toolStripSeparator3" ;
this . toolStripSeparator3 . Size = new System . Drawing . Size ( 177 , 6 ) ;
//
2024-10-06 14:05:10 +03:00
// MainForm
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . BackColor = System . Drawing . Color . White ;
2024-10-08 09:53:24 +03:00
this . ClientSize = new System . Drawing . Size ( 764 , 483 ) ;
2024-10-06 14:05:10 +03:00
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 ) ;
2024-10-09 21:04:29 +03:00
this . Controls . Add ( this . menuStrip ) ;
this . MainMenuStrip = this . menuStrip ;
2024-10-06 14:05:10 +03:00
this . MinimumSize = new System . Drawing . Size ( 526 , 365 ) ;
this . Name = "MainForm" ;
2024-10-08 09:53:24 +03:00
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterScreen ;
2024-10-06 14:05:10 +03:00
this . Text = "null" ;
2024-10-08 18:33:19 +03:00
this . FormClosing + = new System . Windows . Forms . FormClosingEventHandler ( this . MainForm_FormClosing ) ;
2024-10-06 14:05:10 +03:00
this . Load + = new System . EventHandler ( this . MainForm_Load ) ;
2024-10-08 09:53:24 +03:00
this . panel1 . ResumeLayout ( false ) ;
this . panel1 . PerformLayout ( ) ;
2024-10-06 14:05:10 +03:00
this . buttonsPanel . ResumeLayout ( false ) ;
this . buttonsPanel . PerformLayout ( ) ;
2024-10-09 21:04:29 +03:00
this . menuStrip . ResumeLayout ( false ) ;
this . menuStrip . PerformLayout ( ) ;
2024-10-08 09:53:24 +03:00
this . carsPanel . ResumeLayout ( false ) ;
2024-10-06 14:05:10 +03:00
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 ;
2024-10-09 21:04:29 +03:00
private System . Windows . Forms . MenuStrip menuStrip ;
private System . Windows . Forms . ToolStripMenuItem fileToolStripMenuItem ;
2024-10-08 11:44:50 +03:00
private System . Windows . Forms . ToolStripMenuItem openFileToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem saveToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem saveAsК а кToolStripMenuItem ;
2024-10-06 14:05:10 +03:00
private System . Windows . Forms . ToolStripSeparator toolStripSeparator1 ;
2024-10-08 11:44:50 +03:00
private System . Windows . Forms . ToolStripMenuItem exitToolStripMenuItem ;
2024-10-09 21:04:29 +03:00
private System . Windows . Forms . ToolStripMenuItem styleToolStripMenuItem ;
2024-10-08 11:44:50 +03:00
private System . Windows . Forms . ToolStripMenuItem textToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem colorTextToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem styleTextToolStripMenuItem ;
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 ;
2024-10-06 14:05:10 +03:00
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 ;
2024-10-08 09:53:24 +03:00
private System . Windows . Forms . CheckBox debugCheck ;
private System . Windows . Forms . Button addParameter ;
private System . Windows . Forms . FlowLayoutPanel carsItems ;
private System . Windows . Forms . Button readJsonButton ;
2024-10-08 11:44:50 +03:00
private System . Windows . Forms . ToolStripSeparator toolStripSeparator2 ;
private System . Windows . Forms . ToolStripMenuItem newToolStripMenuItem ;
2024-10-09 21:04:29 +03:00
private System . Windows . Forms . ToolStripSeparator toolStripSeparator3 ;
private System . Windows . Forms . ToolStripMenuItem defaultToolStripMenuItem ;
2024-10-06 14:05:10 +03:00
}
}