Exemple #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     components = new System.ComponentModel.Container();
     timer1     = new System.Windows.Forms.Timer(components);
     SuspendLayout();
     //
     // timer1
     //
     timer1.Enabled  = true;
     timer1.Interval = 15;
     timer1.Tick    += new System.EventHandler(timer1_Tick);
     //
     // FormDisplay
     //
     AutoScaleDimensions = new System.Drawing.SizeF(168F, 168F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     BackColor           = System.Drawing.Color.White;
     ClientSize          = new System.Drawing.Size(1410, 921);
     ForeColor           = System.Drawing.Color.Transparent;
     FormBorderStyle     = System.Windows.Forms.FormBorderStyle.None;
     MaximizeBox         = false;
     MinimizeBox         = false;
     Name          = "FormDisplay";
     ShowInTaskbar = false;
     StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     Text          = "Form1";
     FormClosed   += new System.Windows.Forms.FormClosedEventHandler(FormDisplay_FormClosed);
     ResumeLayout(false);
 }
Exemple #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     button1      = new System.Windows.Forms.Button();
     label1       = new System.Windows.Forms.Label();
     label2       = new System.Windows.Forms.Label();
     button3      = new System.Windows.Forms.Button();
     button2      = new System.Windows.Forms.Button();
     button4      = new System.Windows.Forms.Button();
     notifyIcon1  = new System.Windows.Forms.NotifyIcon(components);
     label3       = new System.Windows.Forms.Label();
     progressBar1 = new System.Windows.Forms.ProgressBar();
     SuspendLayout();
     //
     // button1
     //
     button1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     button1.Location = new System.Drawing.Point(12, 46);
     button1.Name     = "button1";
     button1.Size     = new System.Drawing.Size(200, 54);
     button1.TabIndex = 0;
     button1.Text     = "Backup Settings";
     button1.UseVisualStyleBackColor = true;
     button1.Click += new System.EventHandler(button1_Click);
     //
     // label1
     //
     label1.Location = new System.Drawing.Point(12, 191);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(406, 81);
     label1.TabIndex = 2;
     label1.Text     = "Status: Waiting for queue";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(12, 9);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(162, 17);
     label2.TabIndex = 3;
     label2.Text     = "Last backup finished on ";
     //
     // button3
     //
     button3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     button3.Location = new System.Drawing.Point(218, 46);
     button3.Name     = "button3";
     button3.Size     = new System.Drawing.Size(200, 54);
     button3.TabIndex = 4;
     button3.Text     = "Start Backup";
     button3.UseVisualStyleBackColor = true;
     button3.Click += new System.EventHandler(button3_Click);
     //
     // button2
     //
     button2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     button2.Location = new System.Drawing.Point(218, 105);
     button2.Name     = "button2";
     button2.Size     = new System.Drawing.Size(200, 54);
     button2.TabIndex = 5;
     button2.Text     = "Browse Backups";
     button2.UseVisualStyleBackColor = true;
     button2.Click += new System.EventHandler(button2_Click);
     //
     // button4
     //
     button4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     button4.Location = new System.Drawing.Point(12, 105);
     button4.Name     = "button4";
     button4.Size     = new System.Drawing.Size(200, 54);
     button4.TabIndex = 6;
     button4.Text     = "Schedule Settings";
     button4.UseVisualStyleBackColor = true;
     button4.Click += new System.EventHandler(button4_Click);
     //
     // notifyIcon1
     //
     notifyIcon1.Text              = "notifyIcon1";
     notifyIcon1.Visible           = true;
     notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(notifyIcon1_MouseDoubleClick);
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(12, 26);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(159, 17);
     label3.TabIndex = 7;
     label3.Text     = "Next backup will start in ";
     //
     // progressBar1
     //
     progressBar1.Location = new System.Drawing.Point(12, 165);
     progressBar1.Name     = "progressBar1";
     progressBar1.Size     = new System.Drawing.Size(406, 23);
     progressBar1.TabIndex = 8;
     progressBar1.Visible  = false;
     //
     // Form1
     //
     AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(430, 282);
     Controls.Add(progressBar1);
     Controls.Add(label3);
     Controls.Add(button4);
     Controls.Add(button2);
     Controls.Add(button3);
     Controls.Add(label2);
     Controls.Add(label1);
     Controls.Add(button1);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     MaximizeBox     = false;
     Name            = "Form1";
     StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text            = "RootBackup";
     FormClosing    += new System.Windows.Forms.FormClosingEventHandler(Form1_FormClosing);
     FormClosed     += new System.Windows.Forms.FormClosedEventHandler(Form1_FormClosed);
     Load           += new System.EventHandler(Form1_Load);
     ResumeLayout(false);
     PerformLayout();
 }
 /// <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(Form1));
     menuStrip1                               = new System.Windows.Forms.MenuStrip();
     fileToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     openToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     closeToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1                      = new System.Windows.Forms.ToolStripSeparator();
     exitToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     editToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     memoryToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     mapsAndPackageToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     generatePluginsToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator6                      = new System.Windows.Forms.ToolStripSeparator();
     patchesToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     createPatchToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     applyPatchToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     pokePatchToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     xDKToolStripMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
     screenshotToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator4                      = new System.Windows.Forms.ToolStripSeparator();
     preBetaToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     loadMapToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     swordslayerToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     settlementToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     boneyardToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     ff10prototypeToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator3                      = new System.Windows.Forms.ToolStripSeparator();
     publicBetaToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     loadBetaMapToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     swordslayerToolStripMenuItem1            = new System.Windows.Forms.ToolStripMenuItem();
     settlementToolStripMenuItem1             = new System.Windows.Forms.ToolStripMenuItem();
     boneyardToolStripMenuItem1               = new System.Windows.Forms.ToolStripMenuItem();
     ff10prototypeToolStripMenuItem1          = new System.Windows.Forms.ToolStripMenuItem();
     printCamDebugInfoToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator5                      = new System.Windows.Forms.ToolStripSeparator();
     finalToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     slidersToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     sceneryToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     vehiclesToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     hudToolStripMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator8                      = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator7                      = new System.Windows.Forms.ToolStripSeparator();
     gamertagToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     toolStripTextBoxGamertagPoke             = new System.Windows.Forms.ToolStripTextBox();
     pokeToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     openTrayToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     closeTrayToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     consoleIDToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator2                      = new System.Windows.Forms.ToolStripSeparator();
     settingsToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     viewToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     tagComparerToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     finderToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     tagListMergerToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     advancedXeXPokerToolStripMenuItem1       = new System.Windows.Forms.ToolStripMenuItem();
     playerInformationToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     anniversaryMemoryOffsetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     windowToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     tileVerticallyToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     tileHorizontallyToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     cascadeToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     helpToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     buildLogsToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     aboutToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     menuStrip1.SuspendLayout();
     SuspendLayout();
     //
     // menuStrip1
     //
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         fileToolStripMenuItem,
         editToolStripMenuItem,
         viewToolStripMenuItem,
         windowToolStripMenuItem,
         helpToolStripMenuItem
     });
     menuStrip1.Location          = new System.Drawing.Point(0, 0);
     menuStrip1.MdiWindowListItem = windowToolStripMenuItem;
     menuStrip1.Name     = "menuStrip1";
     menuStrip1.Size     = new System.Drawing.Size(831, 24);
     menuStrip1.TabIndex = 1;
     menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         openToolStripMenuItem,
         closeToolStripMenuItem,
         toolStripSeparator1,
         exitToolStripMenuItem
     });
     fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     fileToolStripMenuItem.Text = "File";
     //
     // openToolStripMenuItem
     //
     openToolStripMenuItem.Name         = "openToolStripMenuItem";
     openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     openToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     openToolStripMenuItem.Text         = "Open";
     openToolStripMenuItem.Click       += new System.EventHandler(openToolStripMenuItem_Click);
     //
     // closeToolStripMenuItem
     //
     closeToolStripMenuItem.Name   = "closeToolStripMenuItem";
     closeToolStripMenuItem.Size   = new System.Drawing.Size(146, 22);
     closeToolStripMenuItem.Text   = "Close";
     closeToolStripMenuItem.Click += new System.EventHandler(closeToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(143, 6);
     //
     // exitToolStripMenuItem
     //
     exitToolStripMenuItem.Name         = "exitToolStripMenuItem";
     exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
     exitToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     exitToolStripMenuItem.Text         = "Exit";
     exitToolStripMenuItem.Click       += new System.EventHandler(exitToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         memoryToolStripMenuItem,
         mapsAndPackageToolStripMenuItem,
         xDKToolStripMenuItem,
         toolStripSeparator2,
         settingsToolStripMenuItem
     });
     editToolStripMenuItem.Name = "editToolStripMenuItem";
     editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     editToolStripMenuItem.Text = "Edit";
     //
     // memoryToolStripMenuItem
     //
     memoryToolStripMenuItem.Name    = "memoryToolStripMenuItem";
     memoryToolStripMenuItem.Size    = new System.Drawing.Size(173, 22);
     memoryToolStripMenuItem.Text    = "Memory Writer";
     memoryToolStripMenuItem.Visible = false;
     memoryToolStripMenuItem.Click  += new System.EventHandler(memoryToolStripMenuItem_Click);
     //
     // mapsAndPackageToolStripMenuItem
     //
     mapsAndPackageToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         generatePluginsToolStripMenuItem,
         toolStripSeparator6,
         patchesToolStripMenuItem
     });
     mapsAndPackageToolStripMenuItem.Name = "mapsAndPackageToolStripMenuItem";
     mapsAndPackageToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
     mapsAndPackageToolStripMenuItem.Text = "Maps and Package";
     //
     // generatePluginsToolStripMenuItem
     //
     generatePluginsToolStripMenuItem.Name   = "generatePluginsToolStripMenuItem";
     generatePluginsToolStripMenuItem.Size   = new System.Drawing.Size(163, 22);
     generatePluginsToolStripMenuItem.Text   = "Generate Plugins";
     generatePluginsToolStripMenuItem.Click += new System.EventHandler(generatePluginsToolStripMenuItem_Click);
     //
     // toolStripSeparator6
     //
     toolStripSeparator6.Name = "toolStripSeparator6";
     toolStripSeparator6.Size = new System.Drawing.Size(160, 6);
     //
     // patchesToolStripMenuItem
     //
     patchesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         createPatchToolStripMenuItem,
         applyPatchToolStripMenuItem,
         pokePatchToolStripMenuItem
     });
     patchesToolStripMenuItem.Name = "patchesToolStripMenuItem";
     patchesToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
     patchesToolStripMenuItem.Text = "Patches";
     //
     // createPatchToolStripMenuItem
     //
     createPatchToolStripMenuItem.Name   = "createPatchToolStripMenuItem";
     createPatchToolStripMenuItem.Size   = new System.Drawing.Size(141, 22);
     createPatchToolStripMenuItem.Text   = "Create Patch";
     createPatchToolStripMenuItem.Click += new System.EventHandler(createPatchToolStripMenuItem_Click);
     //
     // applyPatchToolStripMenuItem
     //
     applyPatchToolStripMenuItem.Name   = "applyPatchToolStripMenuItem";
     applyPatchToolStripMenuItem.Size   = new System.Drawing.Size(141, 22);
     applyPatchToolStripMenuItem.Text   = "Apply Patch";
     applyPatchToolStripMenuItem.Click += new System.EventHandler(applyPatchToolStripMenuItem_Click);
     //
     // pokePatchToolStripMenuItem
     //
     pokePatchToolStripMenuItem.Name   = "pokePatchToolStripMenuItem";
     pokePatchToolStripMenuItem.Size   = new System.Drawing.Size(141, 22);
     pokePatchToolStripMenuItem.Text   = "Poke Patch";
     pokePatchToolStripMenuItem.Click += new System.EventHandler(pokePatchToolStripMenuItem_Click);
     //
     // xDKToolStripMenuItem
     //
     xDKToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         screenshotToolStripMenuItem,
         toolStripSeparator4,
         preBetaToolStripMenuItem,
         toolStripSeparator3,
         publicBetaToolStripMenuItem,
         toolStripSeparator5,
         finalToolStripMenuItem,
         toolStripSeparator7,
         gamertagToolStripMenuItem,
         openTrayToolStripMenuItem,
         closeTrayToolStripMenuItem,
         consoleIDToolStripMenuItem
     });
     xDKToolStripMenuItem.Name = "xDKToolStripMenuItem";
     xDKToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
     xDKToolStripMenuItem.Text = "Xbox Poking";
     //
     // screenshotToolStripMenuItem
     //
     screenshotToolStripMenuItem.Name         = "screenshotToolStripMenuItem";
     screenshotToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
     screenshotToolStripMenuItem.Size         = new System.Drawing.Size(151, 22);
     screenshotToolStripMenuItem.Text         = "Screenshot";
     screenshotToolStripMenuItem.Click       += new System.EventHandler(screenshotToolStripMenuItem_Click);
     //
     // toolStripSeparator4
     //
     toolStripSeparator4.Name = "toolStripSeparator4";
     toolStripSeparator4.Size = new System.Drawing.Size(148, 6);
     //
     // preBetaToolStripMenuItem
     //
     preBetaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         loadMapToolStripMenuItem
     });
     preBetaToolStripMenuItem.Name = "preBetaToolStripMenuItem";
     preBetaToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     preBetaToolStripMenuItem.Text = "Pre-Beta";
     //
     // loadMapToolStripMenuItem
     //
     loadMapToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         swordslayerToolStripMenuItem,
         settlementToolStripMenuItem,
         boneyardToolStripMenuItem,
         ff10prototypeToolStripMenuItem
     });
     loadMapToolStripMenuItem.Name = "loadMapToolStripMenuItem";
     loadMapToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
     loadMapToolStripMenuItem.Text = "Load Map";
     //
     // swordslayerToolStripMenuItem
     //
     swordslayerToolStripMenuItem.Name         = "swordslayerToolStripMenuItem";
     swordslayerToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1)));
     swordslayerToolStripMenuItem.Size         = new System.Drawing.Size(198, 22);
     swordslayerToolStripMenuItem.Text         = "20_sword_slayer";
     swordslayerToolStripMenuItem.Click       += new System.EventHandler(swordslayerToolStripMenuItem_Click);
     //
     // settlementToolStripMenuItem
     //
     settlementToolStripMenuItem.Name         = "settlementToolStripMenuItem";
     settlementToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D2)));
     settlementToolStripMenuItem.Size         = new System.Drawing.Size(198, 22);
     settlementToolStripMenuItem.Text         = "30_settlement";
     settlementToolStripMenuItem.Click       += new System.EventHandler(settlementToolStripMenuItem_Click);
     //
     // boneyardToolStripMenuItem
     //
     boneyardToolStripMenuItem.Name         = "boneyardToolStripMenuItem";
     boneyardToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D3)));
     boneyardToolStripMenuItem.Size         = new System.Drawing.Size(198, 22);
     boneyardToolStripMenuItem.Text         = "70_boneyard";
     boneyardToolStripMenuItem.Click       += new System.EventHandler(boneyardToolStripMenuItem_Click);
     //
     // ff10prototypeToolStripMenuItem
     //
     ff10prototypeToolStripMenuItem.Name         = "ff10prototypeToolStripMenuItem";
     ff10prototypeToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D4)));
     ff10prototypeToolStripMenuItem.Size         = new System.Drawing.Size(198, 22);
     ff10prototypeToolStripMenuItem.Text         = "ff10_prototype";
     ff10prototypeToolStripMenuItem.Click       += new System.EventHandler(ff10prototypeToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     toolStripSeparator3.Name = "toolStripSeparator3";
     toolStripSeparator3.Size = new System.Drawing.Size(148, 6);
     //
     // publicBetaToolStripMenuItem
     //
     publicBetaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         loadBetaMapToolStripMenuItem,
         printCamDebugInfoToolStripMenuItem
     });
     publicBetaToolStripMenuItem.Name = "publicBetaToolStripMenuItem";
     publicBetaToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     publicBetaToolStripMenuItem.Text = "Public Beta";
     //
     // loadBetaMapToolStripMenuItem
     //
     loadBetaMapToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         swordslayerToolStripMenuItem1,
         settlementToolStripMenuItem1,
         boneyardToolStripMenuItem1,
         ff10prototypeToolStripMenuItem1
     });
     loadBetaMapToolStripMenuItem.Name = "loadBetaMapToolStripMenuItem";
     loadBetaMapToolStripMenuItem.Size = new System.Drawing.Size(263, 22);
     loadBetaMapToolStripMenuItem.Text = "Load Map";
     //
     // swordslayerToolStripMenuItem1
     //
     swordslayerToolStripMenuItem1.Name         = "swordslayerToolStripMenuItem1";
     swordslayerToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                                | System.Windows.Forms.Keys.D1)));
     swordslayerToolStripMenuItem1.Size   = new System.Drawing.Size(230, 22);
     swordslayerToolStripMenuItem1.Text   = "20_sword_slayer";
     swordslayerToolStripMenuItem1.Click += new System.EventHandler(swordslayerToolStripMenuItem1_Click);
     //
     // settlementToolStripMenuItem1
     //
     settlementToolStripMenuItem1.Name         = "settlementToolStripMenuItem1";
     settlementToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                               | System.Windows.Forms.Keys.D2)));
     settlementToolStripMenuItem1.Size   = new System.Drawing.Size(230, 22);
     settlementToolStripMenuItem1.Text   = "30_settlement";
     settlementToolStripMenuItem1.Click += new System.EventHandler(settlementToolStripMenuItem1_Click);
     //
     // boneyardToolStripMenuItem1
     //
     boneyardToolStripMenuItem1.Name         = "boneyardToolStripMenuItem1";
     boneyardToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                             | System.Windows.Forms.Keys.D3)));
     boneyardToolStripMenuItem1.Size   = new System.Drawing.Size(230, 22);
     boneyardToolStripMenuItem1.Text   = "70_boneyard";
     boneyardToolStripMenuItem1.Click += new System.EventHandler(boneyardToolStripMenuItem1_Click);
     //
     // ff10prototypeToolStripMenuItem1
     //
     ff10prototypeToolStripMenuItem1.Name         = "ff10prototypeToolStripMenuItem1";
     ff10prototypeToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                                  | System.Windows.Forms.Keys.D4)));
     ff10prototypeToolStripMenuItem1.Size   = new System.Drawing.Size(230, 22);
     ff10prototypeToolStripMenuItem1.Text   = "ff10_prototype";
     ff10prototypeToolStripMenuItem1.Click += new System.EventHandler(ff10prototypeToolStripMenuItem1_Click);
     //
     // printCamDebugInfoToolStripMenuItem
     //
     printCamDebugInfoToolStripMenuItem.Name         = "printCamDebugInfoToolStripMenuItem";
     printCamDebugInfoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                                     | System.Windows.Forms.Keys.C)));
     printCamDebugInfoToolStripMenuItem.Size   = new System.Drawing.Size(263, 22);
     printCamDebugInfoToolStripMenuItem.Text   = "Print Cam Debug Info";
     printCamDebugInfoToolStripMenuItem.Click += new System.EventHandler(printCamDebugInfoToolStripMenuItem_Click);
     //
     // toolStripSeparator5
     //
     toolStripSeparator5.Name = "toolStripSeparator5";
     toolStripSeparator5.Size = new System.Drawing.Size(148, 6);
     //
     // finalToolStripMenuItem
     //
     finalToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         slidersToolStripMenuItem,
         toolStripSeparator8
     });
     finalToolStripMenuItem.Name = "finalToolStripMenuItem";
     finalToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     finalToolStripMenuItem.Text = "Final";
     //
     // slidersToolStripMenuItem
     //
     slidersToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         sceneryToolStripMenuItem,
         vehiclesToolStripMenuItem,
         hudToolStripMenuItem
     });
     slidersToolStripMenuItem.Name = "slidersToolStripMenuItem";
     slidersToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
     slidersToolStripMenuItem.Text = "Sliders";
     //
     // sceneryToolStripMenuItem
     //
     sceneryToolStripMenuItem.Name   = "sceneryToolStripMenuItem";
     sceneryToolStripMenuItem.Size   = new System.Drawing.Size(116, 22);
     sceneryToolStripMenuItem.Text   = "Scenery";
     sceneryToolStripMenuItem.Click += new System.EventHandler(sceneryToolStripMenuItem_Click);
     //
     // vehiclesToolStripMenuItem
     //
     vehiclesToolStripMenuItem.Name   = "vehiclesToolStripMenuItem";
     vehiclesToolStripMenuItem.Size   = new System.Drawing.Size(116, 22);
     vehiclesToolStripMenuItem.Text   = "Vehicles";
     vehiclesToolStripMenuItem.Click += new System.EventHandler(vehiclesToolStripMenuItem_Click);
     //
     // hudToolStripMenuItem
     //
     hudToolStripMenuItem.Name   = "hudToolStripMenuItem";
     hudToolStripMenuItem.Size   = new System.Drawing.Size(116, 22);
     hudToolStripMenuItem.Text   = "Hud";
     hudToolStripMenuItem.Click += new System.EventHandler(hudToolStripMenuItem_Click);
     //
     // toolStripSeparator8
     //
     toolStripSeparator8.Name = "toolStripSeparator8";
     toolStripSeparator8.Size = new System.Drawing.Size(105, 6);
     //
     // toolStripSeparator7
     //
     toolStripSeparator7.Name    = "toolStripSeparator7";
     toolStripSeparator7.Size    = new System.Drawing.Size(148, 6);
     toolStripSeparator7.Visible = false;
     //
     // gamertagToolStripMenuItem
     //
     gamertagToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripTextBoxGamertagPoke,
         pokeToolStripMenuItem
     });
     gamertagToolStripMenuItem.Name    = "gamertagToolStripMenuItem";
     gamertagToolStripMenuItem.Size    = new System.Drawing.Size(151, 22);
     gamertagToolStripMenuItem.Text    = "Gamertag";
     gamertagToolStripMenuItem.Visible = false;
     //
     // toolStripTextBoxGamertagPoke
     //
     toolStripTextBoxGamertagPoke.BackColor   = System.Drawing.SystemColors.ScrollBar;
     toolStripTextBoxGamertagPoke.Name        = "toolStripTextBoxGamertagPoke";
     toolStripTextBoxGamertagPoke.RightToLeft = System.Windows.Forms.RightToLeft.No;
     toolStripTextBoxGamertagPoke.Size        = new System.Drawing.Size(100, 23);
     //
     // pokeToolStripMenuItem
     //
     pokeToolStripMenuItem.Name   = "pokeToolStripMenuItem";
     pokeToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     pokeToolStripMenuItem.Text   = "Poke";
     pokeToolStripMenuItem.Click += new System.EventHandler(pokeToolStripMenuItem_Click);
     //
     // openTrayToolStripMenuItem
     //
     openTrayToolStripMenuItem.Name    = "openTrayToolStripMenuItem";
     openTrayToolStripMenuItem.Size    = new System.Drawing.Size(151, 22);
     openTrayToolStripMenuItem.Text    = "Open Tray";
     openTrayToolStripMenuItem.Visible = false;
     openTrayToolStripMenuItem.Click  += new System.EventHandler(openTrayToolStripMenuItem_Click);
     //
     // closeTrayToolStripMenuItem
     //
     closeTrayToolStripMenuItem.Name    = "closeTrayToolStripMenuItem";
     closeTrayToolStripMenuItem.Size    = new System.Drawing.Size(151, 22);
     closeTrayToolStripMenuItem.Text    = "Close Tray";
     closeTrayToolStripMenuItem.Visible = false;
     closeTrayToolStripMenuItem.Click  += new System.EventHandler(closeTrayToolStripMenuItem_Click);
     //
     // consoleIDToolStripMenuItem
     //
     consoleIDToolStripMenuItem.Name    = "consoleIDToolStripMenuItem";
     consoleIDToolStripMenuItem.Size    = new System.Drawing.Size(151, 22);
     consoleIDToolStripMenuItem.Text    = "Console ID";
     consoleIDToolStripMenuItem.Visible = false;
     consoleIDToolStripMenuItem.Click  += new System.EventHandler(consoleIDToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(170, 6);
     //
     // settingsToolStripMenuItem
     //
     settingsToolStripMenuItem.Name         = "settingsToolStripMenuItem";
     settingsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     settingsToolStripMenuItem.Size         = new System.Drawing.Size(173, 22);
     settingsToolStripMenuItem.Text         = "Settings";
     settingsToolStripMenuItem.Click       += new System.EventHandler(settingsToolStripMenuItem_Click);
     //
     // viewToolStripMenuItem
     //
     viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         tagComparerToolStripMenuItem,
         finderToolStripMenuItem,
         tagListMergerToolStripMenuItem,
         advancedXeXPokerToolStripMenuItem1,
         playerInformationToolStripMenuItem,
         anniversaryMemoryOffsetToolStripMenuItem
     });
     viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     viewToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     viewToolStripMenuItem.Text = "Tools";
     //
     // tagComparerToolStripMenuItem
     //
     tagComparerToolStripMenuItem.Name   = "tagComparerToolStripMenuItem";
     tagComparerToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     tagComparerToolStripMenuItem.Text   = "Tag Comparer";
     tagComparerToolStripMenuItem.Click += new System.EventHandler(tagComparerToolStripMenuItem_Click);
     //
     // finderToolStripMenuItem
     //
     finderToolStripMenuItem.Name    = "finderToolStripMenuItem";
     finderToolStripMenuItem.Size    = new System.Drawing.Size(219, 22);
     finderToolStripMenuItem.Text    = "Finder";
     finderToolStripMenuItem.Visible = false;
     finderToolStripMenuItem.Click  += new System.EventHandler(finderToolStripMenuItem_Click);
     //
     // tagListMergerToolStripMenuItem
     //
     tagListMergerToolStripMenuItem.Name   = "tagListMergerToolStripMenuItem";
     tagListMergerToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     tagListMergerToolStripMenuItem.Text   = "TagList Merger";
     tagListMergerToolStripMenuItem.Click += new System.EventHandler(tagListMergerToolStripMenuItem_Click);
     //
     // advancedXeXPokerToolStripMenuItem1
     //
     advancedXeXPokerToolStripMenuItem1.Name   = "advancedXeXPokerToolStripMenuItem1";
     advancedXeXPokerToolStripMenuItem1.Size   = new System.Drawing.Size(219, 22);
     advancedXeXPokerToolStripMenuItem1.Text   = "Advanced Poker";
     advancedXeXPokerToolStripMenuItem1.Click += new System.EventHandler(advancedXeXPokerToolStripMenuItem1_Click);
     //
     // playerInformationToolStripMenuItem
     //
     playerInformationToolStripMenuItem.Name   = "playerInformationToolStripMenuItem";
     playerInformationToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     playerInformationToolStripMenuItem.Text   = "Player Information";
     playerInformationToolStripMenuItem.Click += new System.EventHandler(playerInformationToolStripMenuItem_Click);
     //
     // anniversaryMemoryOffsetToolStripMenuItem
     //
     anniversaryMemoryOffsetToolStripMenuItem.Name   = "anniversaryMemoryOffsetToolStripMenuItem";
     anniversaryMemoryOffsetToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     anniversaryMemoryOffsetToolStripMenuItem.Text   = "Anniversary Memory Offset";
     anniversaryMemoryOffsetToolStripMenuItem.Click += new System.EventHandler(anniversaryMemoryOffsetToolStripMenuItem_Click);
     //
     // windowToolStripMenuItem
     //
     windowToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         tileVerticallyToolStripMenuItem,
         tileHorizontallyToolStripMenuItem,
         cascadeToolStripMenuItem
     });
     windowToolStripMenuItem.Name = "windowToolStripMenuItem";
     windowToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
     windowToolStripMenuItem.Text = "Window";
     //
     // tileVerticallyToolStripMenuItem
     //
     tileVerticallyToolStripMenuItem.Name   = "tileVerticallyToolStripMenuItem";
     tileVerticallyToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     tileVerticallyToolStripMenuItem.Text   = "Tile Vertically";
     tileVerticallyToolStripMenuItem.Click += new System.EventHandler(tileVerticallyToolStripMenuItem_Click);
     //
     // tileHorizontallyToolStripMenuItem
     //
     tileHorizontallyToolStripMenuItem.Name   = "tileHorizontallyToolStripMenuItem";
     tileHorizontallyToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     tileHorizontallyToolStripMenuItem.Text   = "Tile Horizontally";
     tileHorizontallyToolStripMenuItem.Click += new System.EventHandler(tileHorizontallyToolStripMenuItem_Click);
     //
     // cascadeToolStripMenuItem
     //
     cascadeToolStripMenuItem.Name   = "cascadeToolStripMenuItem";
     cascadeToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     cascadeToolStripMenuItem.Text   = "Cascade";
     cascadeToolStripMenuItem.Click += new System.EventHandler(cascadeToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         buildLogsToolStripMenuItem,
         aboutToolStripMenuItem
     });
     helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     helpToolStripMenuItem.Text = "Help";
     //
     // buildLogsToolStripMenuItem
     //
     buildLogsToolStripMenuItem.Name         = "buildLogsToolStripMenuItem";
     buildLogsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
     buildLogsToolStripMenuItem.Size         = new System.Drawing.Size(181, 22);
     buildLogsToolStripMenuItem.Text         = "Build Logs";
     buildLogsToolStripMenuItem.Click       += new System.EventHandler(buildLogsToolStripMenuItem_Click);
     //
     // aboutToolStripMenuItem
     //
     aboutToolStripMenuItem.Name         = "aboutToolStripMenuItem";
     aboutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                         | System.Windows.Forms.Keys.A)));
     aboutToolStripMenuItem.Size   = new System.Drawing.Size(181, 22);
     aboutToolStripMenuItem.Text   = "About";
     aboutToolStripMenuItem.Click += new System.EventHandler(aboutToolStripMenuItem_Click);
     //
     // Form1
     //
     AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     ClientSize            = new System.Drawing.Size(831, 570);
     Controls.Add(menuStrip1);
     Icon           = ((System.Drawing.Icon)(resources.GetObject("$Icon")));
     IsMdiContainer = true;
     KeyPreview     = true;
     MainMenuStrip  = menuStrip1;
     Name           = "Form1";
     ShowIcon       = false;
     Text           = "Ascension";
     WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     FormClosing   += new System.Windows.Forms.FormClosingEventHandler(Form1_FormClosing);
     FormClosed    += new System.Windows.Forms.FormClosedEventHandler(Form1_FormClosed);
     Load          += new System.EventHandler(Form1_Load);
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     ResumeLayout(false);
     PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            _MenuStripMain = new System.Windows.Forms.MenuStrip();
            _StatusStripMain = new System.Windows.Forms.StatusStrip();
            _SplitContainerMain = new System.Windows.Forms.SplitContainer();
            _DataGridViewDevicesList = new System.Windows.Forms.DataGridView();
            _ContextMenuStripDevicesList = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddDevice = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveDevice = new System.Windows.Forms.ToolStripMenuItem();
            _TabControlDevice = new System.Windows.Forms.TabControl();
            _TabPageHoldingRegisters = new System.Windows.Forms.TabPage();
            _DataGridViewHoldingRegisters = new System.Windows.Forms.DataGridView();
            _ContextMenuStripHoldingRegisters = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddHoldingRegister = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveHoldingRegister = new System.Windows.Forms.ToolStripMenuItem();
            _TabPageInputRegisters = new System.Windows.Forms.TabPage();
            _DataGridViewInputRegisters = new System.Windows.Forms.DataGridView();
            _ContextMenuStripInputRegisters = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddInputRegister = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveInputRegister = new System.Windows.Forms.ToolStripMenuItem();
            _TabPageCoils = new System.Windows.Forms.TabPage();
            _DataGridViewCoils = new System.Windows.Forms.DataGridView();
            _ContextMenuStripCoils = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddCoil = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveCoil = new System.Windows.Forms.ToolStripMenuItem();
            _TabPageDiscretesInputs = new System.Windows.Forms.TabPage();
            _DataGridViewDiscretesInputs = new System.Windows.Forms.DataGridView();
            _ContextMenuStripDiscretesInputs = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddDiscreteInput = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveDiscreteInput = new System.Windows.Forms.ToolStripMenuItem();
            _TabPageFiles = new System.Windows.Forms.TabPage();
            _SplitContainerFiles = new System.Windows.Forms.SplitContainer();
            _DataGridViewFiles = new System.Windows.Forms.DataGridView();
            _ContextMenuStripFiles = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddFile = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveFile = new System.Windows.Forms.ToolStripMenuItem();
            _DataGridViewRecords = new System.Windows.Forms.DataGridView();
            _ContextMenuStripRecords = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddRecord = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveRecord = new System.Windows.Forms.ToolStripMenuItem();
            _SplitContainerMain.Panel1.SuspendLayout();
            _SplitContainerMain.Panel2.SuspendLayout();
            _SplitContainerMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewDevicesList)).BeginInit();
            _ContextMenuStripDevicesList.SuspendLayout();
            _TabControlDevice.SuspendLayout();
            _TabPageHoldingRegisters.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewHoldingRegisters)).BeginInit();
            _ContextMenuStripHoldingRegisters.SuspendLayout();
            _TabPageInputRegisters.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewInputRegisters)).BeginInit();
            _ContextMenuStripInputRegisters.SuspendLayout();
            _TabPageCoils.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewCoils)).BeginInit();
            _ContextMenuStripCoils.SuspendLayout();
            _TabPageDiscretesInputs.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewDiscretesInputs)).BeginInit();
            _ContextMenuStripDiscretesInputs.SuspendLayout();
            _TabPageFiles.SuspendLayout();
            _SplitContainerFiles.Panel1.SuspendLayout();
            _SplitContainerFiles.Panel2.SuspendLayout();
            _SplitContainerFiles.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewFiles)).BeginInit();
            _ContextMenuStripFiles.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewRecords)).BeginInit();
            _ContextMenuStripRecords.SuspendLayout();
            SuspendLayout();
            // 
            // _MenuStripMain
            // 
            _MenuStripMain.Location = new System.Drawing.Point(0, 0);
            _MenuStripMain.Name = "_MenuStripMain";
            _MenuStripMain.Size = new System.Drawing.Size(880, 24);
            _MenuStripMain.TabIndex = 0;
            _MenuStripMain.Text = "menuStrip1";
            // 
            // _StatusStripMain
            // 
            _StatusStripMain.Location = new System.Drawing.Point(0, 434);
            _StatusStripMain.Name = "_StatusStripMain";
            _StatusStripMain.Size = new System.Drawing.Size(880, 22);
            _StatusStripMain.TabIndex = 1;
            _StatusStripMain.Text = "statusStrip1";
            // 
            // _SplitContainerMain
            // 
            _SplitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
            _SplitContainerMain.Location = new System.Drawing.Point(0, 24);
            _SplitContainerMain.Name = "_SplitContainerMain";
            // 
            // _SplitContainerMain.Panel1
            // 
            _SplitContainerMain.Panel1.Controls.Add(_DataGridViewDevicesList);
            // 
            // _SplitContainerMain.Panel2
            // 
            _SplitContainerMain.Panel2.Controls.Add(_TabControlDevice);
            _SplitContainerMain.Size = new System.Drawing.Size(880, 410);
            _SplitContainerMain.SplitterDistance = 292;
            _SplitContainerMain.TabIndex = 3;
            // 
            // _DataGridViewDevicesList
            // 
            _DataGridViewDevicesList.AllowUserToAddRows = false;
            _DataGridViewDevicesList.AllowUserToDeleteRows = false;
            _DataGridViewDevicesList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            _DataGridViewDevicesList.ContextMenuStrip = _ContextMenuStripDevicesList;
            _DataGridViewDevicesList.Dock = System.Windows.Forms.DockStyle.Fill;
            _DataGridViewDevicesList.Location = new System.Drawing.Point(0, 0);
            _DataGridViewDevicesList.Name = "_DataGridViewDevicesList";
            _DataGridViewDevicesList.RowTemplate.Height = 24;
            _DataGridViewDevicesList.Size = new System.Drawing.Size(292, 410);
            _DataGridViewDevicesList.TabIndex = 0;
            // 
            // _ContextMenuStripDevicesList
            // 
            _ContextMenuStripDevicesList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            _ToolStripMenuItemAddDevice,
            _ToolStripMenuItemRemoveDevice});
            _ContextMenuStripDevicesList.Name = "_ContextMenuStripTreeViewNetwork";
            _ContextMenuStripDevicesList.Size = new System.Drawing.Size(146, 52);
            // 
            // _ToolStripMenuItemAddDevice
            // 
            _ToolStripMenuItemAddDevice.Name = "_ToolStripMenuItemAddDevice";
            _ToolStripMenuItemAddDevice.Size = new System.Drawing.Size(145, 24);
            _ToolStripMenuItemAddDevice.Text = "Добавить";
            _ToolStripMenuItemAddDevice.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddDevice_Click);
            // 
            // _ToolStripMenuItemRemoveDevice
            // 
            _ToolStripMenuItemRemoveDevice.Name = "_ToolStripMenuItemRemoveDevice";
            _ToolStripMenuItemRemoveDevice.Size = new System.Drawing.Size(145, 24);
            _ToolStripMenuItemRemoveDevice.Text = "Удалить";
            _ToolStripMenuItemRemoveDevice.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveDevice_Click);
            // 
            // _TabControlDevice
            // 
            _TabControlDevice.Controls.Add(_TabPageHoldingRegisters);
            _TabControlDevice.Controls.Add(_TabPageInputRegisters);
            _TabControlDevice.Controls.Add(_TabPageCoils);
            _TabControlDevice.Controls.Add(_TabPageDiscretesInputs);
            _TabControlDevice.Controls.Add(_TabPageFiles);
            _TabControlDevice.Dock = System.Windows.Forms.DockStyle.Fill;
            _TabControlDevice.Location = new System.Drawing.Point(0, 0);
            _TabControlDevice.Name = "_TabControlDevice";
            _TabControlDevice.SelectedIndex = 0;
            _TabControlDevice.Size = new System.Drawing.Size(584, 410);
            _TabControlDevice.TabIndex = 0;
            // 
            // _TabPageHoldingRegisters
            // 
            _TabPageHoldingRegisters.Controls.Add(_DataGridViewHoldingRegisters);
            _TabPageHoldingRegisters.Location = new System.Drawing.Point(4, 25);
            _TabPageHoldingRegisters.Name = "_TabPageHoldingRegisters";
            _TabPageHoldingRegisters.Padding = new System.Windows.Forms.Padding(3);
            _TabPageHoldingRegisters.Size = new System.Drawing.Size(576, 381);
            _TabPageHoldingRegisters.TabIndex = 0;
            _TabPageHoldingRegisters.Text = "Holding Registers";
            _TabPageHoldingRegisters.UseVisualStyleBackColor = true;
            // 
            // _DataGridViewHoldingRegisters
            // 
            _DataGridViewHoldingRegisters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            _DataGridViewHoldingRegisters.ContextMenuStrip = _ContextMenuStripHoldingRegisters;
            _DataGridViewHoldingRegisters.Dock = System.Windows.Forms.DockStyle.Fill;
            _DataGridViewHoldingRegisters.Location = new System.Drawing.Point(3, 3);
            _DataGridViewHoldingRegisters.MultiSelect = false;
            _DataGridViewHoldingRegisters.Name = "_DataGridViewHoldingRegisters";
            _DataGridViewHoldingRegisters.RowTemplate.Height = 24;
            _DataGridViewHoldingRegisters.Size = new System.Drawing.Size(570, 375);
            _DataGridViewHoldingRegisters.TabIndex = 0;
            // 
            // _ContextMenuStripHoldingRegisters
            // 
            _ContextMenuStripHoldingRegisters.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            _ToolStripMenuItemAddHoldingRegister,
            _ToolStripMenuItemRemoveHoldingRegister});
            _ContextMenuStripHoldingRegisters.Name = "_ContextMenuStripHoldingRegisters";
            _ContextMenuStripHoldingRegisters.Size = new System.Drawing.Size(204, 52);
            // 
            // _ToolStripMenuItemAddHoldingRegister
            // 
            _ToolStripMenuItemAddHoldingRegister.Name = "_ToolStripMenuItemAddHoldingRegister";
            _ToolStripMenuItemAddHoldingRegister.Size = new System.Drawing.Size(203, 24);
            _ToolStripMenuItemAddHoldingRegister.Text = "Добавить регистр";
            _ToolStripMenuItemAddHoldingRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddHoldingRegister_Click);
            // 
            // _ToolStripMenuItemRemoveHoldingRegister
            // 
            _ToolStripMenuItemRemoveHoldingRegister.Name = "_ToolStripMenuItemRemoveHoldingRegister";
            _ToolStripMenuItemRemoveHoldingRegister.Size = new System.Drawing.Size(203, 24);
            _ToolStripMenuItemRemoveHoldingRegister.Text = "Удалить регистр";
            _ToolStripMenuItemRemoveHoldingRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveHoldingRegister_Click);
            // 
            // _TabPageInputRegisters
            // 
            _TabPageInputRegisters.Controls.Add(_DataGridViewInputRegisters);
            _TabPageInputRegisters.Location = new System.Drawing.Point(4, 25);
            _TabPageInputRegisters.Name = "_TabPageInputRegisters";
            _TabPageInputRegisters.Padding = new System.Windows.Forms.Padding(3);
            _TabPageInputRegisters.Size = new System.Drawing.Size(576, 381);
            _TabPageInputRegisters.TabIndex = 1;
            _TabPageInputRegisters.Text = "Input Registers";
            _TabPageInputRegisters.UseVisualStyleBackColor = true;
            // 
            // _DataGridViewInputRegisters
            // 
            _DataGridViewInputRegisters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            _DataGridViewInputRegisters.ContextMenuStrip = _ContextMenuStripInputRegisters;
            _DataGridViewInputRegisters.Dock = System.Windows.Forms.DockStyle.Fill;
            _DataGridViewInputRegisters.Location = new System.Drawing.Point(3, 3);
            _DataGridViewInputRegisters.Name = "_DataGridViewInputRegisters";
            _DataGridViewInputRegisters.RowTemplate.Height = 24;
            _DataGridViewInputRegisters.Size = new System.Drawing.Size(570, 375);
            _DataGridViewInputRegisters.TabIndex = 0;
            // 
            // _ContextMenuStripInputRegisters
            // 
            _ContextMenuStripInputRegisters.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            _ToolStripMenuItemAddInputRegister,
            _ToolStripMenuItemRemoveInputRegister});
            _ContextMenuStripInputRegisters.Name = "_ContextMenuStripInputRegisters";
            _ContextMenuStripInputRegisters.Size = new System.Drawing.Size(204, 52);
            // 
            // _ToolStripMenuItemAddInputRegister
            // 
            _ToolStripMenuItemAddInputRegister.Name = "_ToolStripMenuItemAddInputRegister";
            _ToolStripMenuItemAddInputRegister.Size = new System.Drawing.Size(203, 24);
            _ToolStripMenuItemAddInputRegister.Text = "Добавить регистр";
            _ToolStripMenuItemAddInputRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddInputRegister_Click);
            // 
            // _ToolStripMenuItemRemoveInputRegister
            // 
            _ToolStripMenuItemRemoveInputRegister.Name = "_ToolStripMenuItemRemoveInputRegister";
            _ToolStripMenuItemRemoveInputRegister.Size = new System.Drawing.Size(203, 24);
            _ToolStripMenuItemRemoveInputRegister.Text = "Удалить регистр";
            _ToolStripMenuItemRemoveInputRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveInputRegister_Click);
            // 
            // _TabPageCoils
            // 
            _TabPageCoils.Controls.Add(_DataGridViewCoils);
            _TabPageCoils.Location = new System.Drawing.Point(4, 25);
            _TabPageCoils.Name = "_TabPageCoils";
            _TabPageCoils.Size = new System.Drawing.Size(576, 381);
            _TabPageCoils.TabIndex = 2;
            _TabPageCoils.Text = "Coils";
            _TabPageCoils.UseVisualStyleBackColor = true;
            // 
            // _DataGridViewCoils
            // 
            _DataGridViewCoils.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            _DataGridViewCoils.ContextMenuStrip = _ContextMenuStripCoils;
            _DataGridViewCoils.Dock = System.Windows.Forms.DockStyle.Fill;
            _DataGridViewCoils.Location = new System.Drawing.Point(0, 0);
            _DataGridViewCoils.Name = "_DataGridViewCoils";
            _DataGridViewCoils.RowTemplate.Height = 24;
            _DataGridViewCoils.Size = new System.Drawing.Size(576, 381);
            _DataGridViewCoils.TabIndex = 0;
            // 
            // _ContextMenuStripCoils
            // 
            _ContextMenuStripCoils.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            _ToolStripMenuItemAddCoil,
            _ToolStripMenuItemRemoveCoil});
            _ContextMenuStripCoils.Name = "_ContextMenuStripCoils";
            _ContextMenuStripCoils.Size = new System.Drawing.Size(278, 52);
            // 
            // _ToolStripMenuItemAddCoil
            // 
            _ToolStripMenuItemAddCoil.Name = "_ToolStripMenuItemAddCoil";
            _ToolStripMenuItemAddCoil.Size = new System.Drawing.Size(277, 24);
            _ToolStripMenuItemAddCoil.Text = "Добавить дискр. вход/выход";
            _ToolStripMenuItemAddCoil.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddCoil_Click);
            // 
            // _ToolStripMenuItemRemoveCoil
            // 
            _ToolStripMenuItemRemoveCoil.Name = "_ToolStripMenuItemRemoveCoil";
            _ToolStripMenuItemRemoveCoil.Size = new System.Drawing.Size(277, 24);
            _ToolStripMenuItemRemoveCoil.Text = "Удалить дискр. вход/выход";
            _ToolStripMenuItemRemoveCoil.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveCoil_Click);
            // 
            // _TabPageDiscretesInputs
            // 
            _TabPageDiscretesInputs.Controls.Add(_DataGridViewDiscretesInputs);
            _TabPageDiscretesInputs.Location = new System.Drawing.Point(4, 25);
            _TabPageDiscretesInputs.Name = "_TabPageDiscretesInputs";
            _TabPageDiscretesInputs.Size = new System.Drawing.Size(576, 381);
            _TabPageDiscretesInputs.TabIndex = 3;
            _TabPageDiscretesInputs.Text = "Discretes Inputs";
            _TabPageDiscretesInputs.UseVisualStyleBackColor = true;
            // 
            // _DataGridViewDiscretesInputs
            // 
            _DataGridViewDiscretesInputs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            _DataGridViewDiscretesInputs.ContextMenuStrip = _ContextMenuStripDiscretesInputs;
            _DataGridViewDiscretesInputs.Dock = System.Windows.Forms.DockStyle.Fill;
            _DataGridViewDiscretesInputs.Location = new System.Drawing.Point(0, 0);
            _DataGridViewDiscretesInputs.Name = "_DataGridViewDiscretesInputs";
            _DataGridViewDiscretesInputs.RowTemplate.Height = 24;
            _DataGridViewDiscretesInputs.Size = new System.Drawing.Size(576, 381);
            _DataGridViewDiscretesInputs.TabIndex = 0;
            // 
            // _ContextMenuStripDiscretesInputs
            // 
            _ContextMenuStripDiscretesInputs.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            _ToolStripMenuItemAddDiscreteInput,
            _ToolStripMenuItemRemoveDiscreteInput});
            _ContextMenuStripDiscretesInputs.Name = "_ContextMenuStripDiscretesInputs";
            _ContextMenuStripDiscretesInputs.Size = new System.Drawing.Size(269, 52);
            // 
            // _ToolStripMenuItemAddDiscreteInput
            // 
            _ToolStripMenuItemAddDiscreteInput.Name = "_ToolStripMenuItemAddDiscreteInput";
            _ToolStripMenuItemAddDiscreteInput.Size = new System.Drawing.Size(268, 24);
            _ToolStripMenuItemAddDiscreteInput.Text = "Добавить дискретный вход";
            _ToolStripMenuItemAddDiscreteInput.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddDiscreteInput_Click);
            // 
            // _ToolStripMenuItemRemoveDiscreteInput
            // 
            _ToolStripMenuItemRemoveDiscreteInput.Name = "_ToolStripMenuItemRemoveDiscreteInput";
            _ToolStripMenuItemRemoveDiscreteInput.Size = new System.Drawing.Size(268, 24);
            _ToolStripMenuItemRemoveDiscreteInput.Text = "Удалить дискретный вход";
            _ToolStripMenuItemRemoveDiscreteInput.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveDiscreteInput_Click);
            // 
            // _TabPageFiles
            // 
            _TabPageFiles.Controls.Add(_SplitContainerFiles);
            _TabPageFiles.Location = new System.Drawing.Point(4, 25);
            _TabPageFiles.Name = "_TabPageFiles";
            _TabPageFiles.Size = new System.Drawing.Size(576, 381);
            _TabPageFiles.TabIndex = 4;
            _TabPageFiles.Text = "Files";
            _TabPageFiles.UseVisualStyleBackColor = true;
            // 
            // _SplitContainerFiles
            // 
            _SplitContainerFiles.Dock = System.Windows.Forms.DockStyle.Fill;
            _SplitContainerFiles.Location = new System.Drawing.Point(0, 0);
            _SplitContainerFiles.Name = "_SplitContainerFiles";
            _SplitContainerFiles.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // _SplitContainerFiles.Panel1
            // 
            _SplitContainerFiles.Panel1.Controls.Add(_DataGridViewFiles);
            // 
            // _SplitContainerFiles.Panel2
            // 
            _SplitContainerFiles.Panel2.Controls.Add(_DataGridViewRecords);
            _SplitContainerFiles.Size = new System.Drawing.Size(576, 381);
            _SplitContainerFiles.SplitterDistance = 194;
            _SplitContainerFiles.TabIndex = 0;
            // 
            // _DataGridViewFiles
            // 
            _DataGridViewFiles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            _DataGridViewFiles.ContextMenuStrip = _ContextMenuStripFiles;
            _DataGridViewFiles.Dock = System.Windows.Forms.DockStyle.Fill;
            _DataGridViewFiles.Location = new System.Drawing.Point(0, 0);
            _DataGridViewFiles.Name = "_DataGridViewFiles";
            _DataGridViewFiles.RowTemplate.Height = 24;
            _DataGridViewFiles.Size = new System.Drawing.Size(576, 194);
            _DataGridViewFiles.TabIndex = 0;
            // 
            // _ContextMenuStripFiles
            // 
            _ContextMenuStripFiles.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            _ToolStripMenuItemAddFile,
            _ToolStripMenuItemRemoveFile});
            _ContextMenuStripFiles.Name = "_ContextMenuStripFiles";
            _ContextMenuStripFiles.Size = new System.Drawing.Size(185, 52);
            // 
            // _ToolStripMenuItemAddFile
            // 
            _ToolStripMenuItemAddFile.Name = "_ToolStripMenuItemAddFile";
            _ToolStripMenuItemAddFile.Size = new System.Drawing.Size(184, 24);
            _ToolStripMenuItemAddFile.Text = "Добавить файл";
            _ToolStripMenuItemAddFile.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddFile_Click);
            // 
            // _ToolStripMenuItemRemoveFile
            // 
            _ToolStripMenuItemRemoveFile.Name = "_ToolStripMenuItemRemoveFile";
            _ToolStripMenuItemRemoveFile.Size = new System.Drawing.Size(184, 24);
            _ToolStripMenuItemRemoveFile.Text = "Удалить файл";
            _ToolStripMenuItemRemoveFile.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveFile_Click);
            // 
            // _DataGridViewRecords
            // 
            _DataGridViewRecords.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            _DataGridViewRecords.ContextMenuStrip = _ContextMenuStripRecords;
            _DataGridViewRecords.Dock = System.Windows.Forms.DockStyle.Fill;
            _DataGridViewRecords.Location = new System.Drawing.Point(0, 0);
            _DataGridViewRecords.Name = "_DataGridViewRecords";
            _DataGridViewRecords.RowTemplate.Height = 24;
            _DataGridViewRecords.Size = new System.Drawing.Size(576, 183);
            _DataGridViewRecords.TabIndex = 0;
            // 
            // _ContextMenuStripRecords
            // 
            _ContextMenuStripRecords.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            _ToolStripMenuItemAddRecord,
            _ToolStripMenuItemRemoveRecord});
            _ContextMenuStripRecords.Name = "_ContextMenuStripRecords";
            _ContextMenuStripRecords.Size = new System.Drawing.Size(198, 52);
            // 
            // _ToolStripMenuItemAddRecord
            // 
            _ToolStripMenuItemAddRecord.Name = "_ToolStripMenuItemAddRecord";
            _ToolStripMenuItemAddRecord.Size = new System.Drawing.Size(197, 24);
            _ToolStripMenuItemAddRecord.Text = "Добавить запись";
            _ToolStripMenuItemAddRecord.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddRecord_Click);
            // 
            // _ToolStripMenuItemRemoveRecord
            // 
            _ToolStripMenuItemRemoveRecord.Name = "_ToolStripMenuItemRemoveRecord";
            _ToolStripMenuItemRemoveRecord.Size = new System.Drawing.Size(197, 24);
            _ToolStripMenuItemRemoveRecord.Text = "Удалить запись";
            _ToolStripMenuItemRemoveRecord.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveRecord_Click);
            // 
            // FormEditNetworkController
            // 
            AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            AutoSize = true;
            ClientSize = new System.Drawing.Size(880, 456);
            Controls.Add(_SplitContainerMain);
            Controls.Add(_StatusStripMain);
            Controls.Add(_MenuStripMain);
            MainMenuStrip = _MenuStripMain;
            MaximizeBox = false;
            MinimizeBox = false;
            Name = "FormEditNetworkController";
            ShowIcon = false;
            ShowInTaskbar = false;
            StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            Text = "Редактор сети Modbus";
            Load += new System.EventHandler(EventHandler_FormEditNetworkController_Load);
            FormClosed += new System.Windows.Forms.FormClosedEventHandler(EventHandler_FormEditNetworkController_FormClosed);
            FormClosing += new System.Windows.Forms.FormClosingEventHandler(EventHandler_FormEditNetworkController_FormClosing);
            _SplitContainerMain.Panel1.ResumeLayout(false);
            _SplitContainerMain.Panel2.ResumeLayout(false);
            _SplitContainerMain.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewDevicesList)).EndInit();
            _ContextMenuStripDevicesList.ResumeLayout(false);
            _TabControlDevice.ResumeLayout(false);
            _TabPageHoldingRegisters.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewHoldingRegisters)).EndInit();
            _ContextMenuStripHoldingRegisters.ResumeLayout(false);
            _TabPageInputRegisters.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewInputRegisters)).EndInit();
            _ContextMenuStripInputRegisters.ResumeLayout(false);
            _TabPageCoils.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewCoils)).EndInit();
            _ContextMenuStripCoils.ResumeLayout(false);
            _TabPageDiscretesInputs.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewDiscretesInputs)).EndInit();
            _ContextMenuStripDiscretesInputs.ResumeLayout(false);
            _TabPageFiles.ResumeLayout(false);
            _SplitContainerFiles.Panel1.ResumeLayout(false);
            _SplitContainerFiles.Panel2.ResumeLayout(false);
            _SplitContainerFiles.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewFiles)).EndInit();
            _ContextMenuStripFiles.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewRecords)).EndInit();
            _ContextMenuStripRecords.ResumeLayout(false);
            ResumeLayout(false);
            PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LIGHT));
     TELE              = new ReaLTaiizor.Controls.LabelEdit();
     LOPB              = new System.Windows.Forms.PictureBox();
     PWDTB             = new ReaLTaiizor.Controls.BigTextBox();
     PLPB              = new ReaLTaiizor.Controls.PoisonProgressBar();
     SSBR              = new ReaLTaiizor.Controls.ForeverStatusBar();
     CEB               = new ReaLTaiizor.Controls.MaterialButton();
     CYB               = new ReaLTaiizor.Controls.MaterialButton();
     MTC               = new ReaLTaiizor.Controls.MaterialTabControl();
     Generate          = new System.Windows.Forms.TabPage();
     HYS               = new ReaLTaiizor.Controls.MaterialSwitch();
     WRPB              = new System.Windows.Forms.PictureBox();
     History           = new System.Windows.Forms.TabPage();
     HYP               = new System.Windows.Forms.Panel();
     Setting           = new System.Windows.Forms.TabPage();
     PWLN              = new ReaLTaiizor.Controls.HopeTrackBar();
     DKUC              = new UC.THEME.DK();
     LTUC              = new UC.THEME.LT();
     TMCB              = new ReaLTaiizor.Controls.MaterialCheckBox();
     SMCB              = new ReaLTaiizor.Controls.MaterialComboBox();
     AMCB              = new ReaLTaiizor.Controls.MaterialComboBox();
     RTPB              = new System.Windows.Forms.PictureBox();
     MTS               = new ReaLTaiizor.Controls.MaterialTabSelector();
     STATUST           = new System.Windows.Forms.Timer(components);
     STATUSMT          = new System.Windows.Forms.Timer(components);
     materialCheckBox1 = new ReaLTaiizor.Controls.MaterialCheckBox();
     materialCheckBox2 = new ReaLTaiizor.Controls.MaterialCheckBox();
     materialCheckBox3 = new ReaLTaiizor.Controls.MaterialCheckBox();
     TETT              = new ReaLTaiizor.Controls.MetroToolTip();
     ((System.ComponentModel.ISupportInitialize)(LOPB)).BeginInit();
     MTC.SuspendLayout();
     Generate.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(WRPB)).BeginInit();
     History.SuspendLayout();
     Setting.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(RTPB)).BeginInit();
     SuspendLayout();
     //
     // TELE
     //
     TELE.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                         | System.Windows.Forms.AnchorStyles.Right)));
     TELE.BackColor = System.Drawing.Color.Transparent;
     TELE.Enabled   = false;
     TELE.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     TELE.ForeColor = System.Drawing.Color.White;
     TELE.Location  = new System.Drawing.Point(0, 0);
     TELE.Name      = "TELE";
     TELE.Size      = new System.Drawing.Size(359, 25);
     TELE.TabIndex  = 1;
     TELE.Text      = "Nerator";
     TELE.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // LOPB
     //
     LOPB.BackColor = System.Drawing.Color.Transparent;
     LOPB.Enabled   = false;
     LOPB.Image     = global::Nerator.Properties.Resources.ShowPassword;
     LOPB.Location  = new System.Drawing.Point(0, 0);
     LOPB.Name      = "LOPB";
     LOPB.Size      = new System.Drawing.Size(25, 24);
     LOPB.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     LOPB.TabIndex  = 3;
     LOPB.TabStop   = false;
     //
     // PWDTB
     //
     PWDTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                          | System.Windows.Forms.AnchorStyles.Right)));
     PWDTB.BackColor             = System.Drawing.Color.White;
     PWDTB.Font                  = new System.Drawing.Font("Tahoma", 11F);
     PWDTB.ForeColor             = System.Drawing.Color.DimGray;
     PWDTB.Image                 = global::Nerator.Properties.Resources.PasteSpecial;
     PWDTB.Location              = new System.Drawing.Point(6, 106);
     PWDTB.MaxLength             = 50;
     PWDTB.Multiline             = false;
     PWDTB.Name                  = "PWDTB";
     PWDTB.ReadOnly              = false;
     PWDTB.Size                  = new System.Drawing.Size(315, 41);
     PWDTB.TabIndex              = 6;
     PWDTB.Text                  = "Nerator";
     PWDTB.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Center;
     PWDTB.UseSystemPasswordChar = false;
     //
     // PLPB
     //
     PLPB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                         | System.Windows.Forms.AnchorStyles.Right)));
     PLPB.Location = new System.Drawing.Point(10, 146);
     PLPB.Name     = "PLPB";
     PLPB.Size     = new System.Drawing.Size(307, 5);
     PLPB.Style    = ReaLTaiizor.Enum.Poison.ColorStyle.Green;
     PLPB.TabIndex = 12;
     PLPB.Theme    = ReaLTaiizor.Enum.Poison.ThemeStyle.Light;
     PLPB.Value    = 50;
     //
     // SSBR
     //
     SSBR.BaseColor    = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(222)))), ((int)(((byte)(222)))));
     SSBR.Dock         = System.Windows.Forms.DockStyle.Bottom;
     SSBR.Font         = new System.Drawing.Font("Segoe UI", 8F);
     SSBR.ForeColor    = System.Drawing.Color.White;
     SSBR.Location     = new System.Drawing.Point(0, 336);
     SSBR.Name         = "SSBR";
     SSBR.RectColor    = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(63)))), ((int)(((byte)(159)))));
     SSBR.ShowTimeDate = true;
     SSBR.Size         = new System.Drawing.Size(359, 22);
     SSBR.TabIndex     = 13;
     SSBR.Text         = "The application continues to run smoothly.";
     SSBR.TextColor    = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     SSBR.TimeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(54)))), ((int)(((byte)(54)))));
     SSBR.TimeFormat   = "HH:mm:ss";
     //
     // CEB
     //
     CEB.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     CEB.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     CEB.Cursor                  = System.Windows.Forms.Cursors.Hand;
     CEB.Depth                   = 0;
     CEB.DrawShadows             = true;
     CEB.HighEmphasis            = true;
     CEB.Icon                    = global::Nerator.Properties.Resources.QuillInk;
     CEB.Location                = new System.Drawing.Point(6, 156);
     CEB.Margin                  = new System.Windows.Forms.Padding(4, 6, 4, 6);
     CEB.MouseState              = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
     CEB.Name                    = "CEB";
     CEB.Size                    = new System.Drawing.Size(104, 36);
     CEB.TabIndex                = 14;
     CEB.Text                    = "CREATE";
     CEB.Type                    = ReaLTaiizor.Controls.MaterialButton.MaterialButtonType.Contained;
     CEB.UseAccentColor          = false;
     CEB.UseVisualStyleBackColor = true;
     CEB.Click                  += new System.EventHandler(CEB_Click);
     //
     // CYB
     //
     CYB.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     CYB.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     CYB.Cursor                  = System.Windows.Forms.Cursors.Hand;
     CYB.Depth                   = 0;
     CYB.DrawShadows             = true;
     CYB.HighEmphasis            = true;
     CYB.Icon                    = global::Nerator.Properties.Resources.CopyClipboard;
     CYB.Location                = new System.Drawing.Point(234, 156);
     CYB.Margin                  = new System.Windows.Forms.Padding(4, 6, 4, 6);
     CYB.MouseState              = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
     CYB.Name                    = "CYB";
     CYB.Size                    = new System.Drawing.Size(87, 36);
     CYB.TabIndex                = 15;
     CYB.Text                    = "COPY";
     CYB.Type                    = ReaLTaiizor.Controls.MaterialButton.MaterialButtonType.Contained;
     CYB.UseAccentColor          = false;
     CYB.UseVisualStyleBackColor = true;
     CYB.Click                  += new System.EventHandler(CYB_Click);
     //
     // MTC
     //
     MTC.Alignment = System.Windows.Forms.TabAlignment.Bottom;
     MTC.Controls.Add(Generate);
     MTC.Controls.Add(History);
     MTC.Controls.Add(Setting);
     MTC.Depth         = 0;
     MTC.ItemSize      = new System.Drawing.Size(44, 18);
     MTC.Location      = new System.Drawing.Point(12, 98);
     MTC.Margin        = new System.Windows.Forms.Padding(3, 0, 3, 3);
     MTC.MouseState    = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
     MTC.Multiline     = true;
     MTC.Name          = "MTC";
     MTC.Padding       = new System.Drawing.Point(0, 0);
     MTC.SelectedIndex = 0;
     MTC.Size          = new System.Drawing.Size(335, 227);
     MTC.TabIndex      = 16;
     //
     // Generate
     //
     Generate.BackColor = System.Drawing.SystemColors.Control;
     Generate.Controls.Add(HYS);
     Generate.Controls.Add(CEB);
     Generate.Controls.Add(CYB);
     Generate.Controls.Add(PWDTB);
     Generate.Controls.Add(PLPB);
     Generate.Controls.Add(WRPB);
     Generate.Location = new System.Drawing.Point(4, 4);
     Generate.Name     = "Generate";
     Generate.Padding  = new System.Windows.Forms.Padding(3);
     Generate.Size     = new System.Drawing.Size(327, 201);
     Generate.TabIndex = 1;
     Generate.Text     = "Generate";
     //
     // HYS
     //
     HYS.Anchor                  = System.Windows.Forms.AnchorStyles.Bottom;
     HYS.AutoSize                = true;
     HYS.Checked                 = true;
     HYS.CheckState              = System.Windows.Forms.CheckState.Checked;
     HYS.Depth                   = 0;
     HYS.Location                = new System.Drawing.Point(117, 157);
     HYS.Margin                  = new System.Windows.Forms.Padding(0);
     HYS.MouseLocation           = new System.Drawing.Point(-1, -1);
     HYS.MouseState              = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
     HYS.Name                    = "HYS";
     HYS.Ripple                  = true;
     HYS.Size                    = new System.Drawing.Size(108, 37);
     HYS.TabIndex                = 16;
     HYS.Text                    = "History";
     HYS.UseAccentColor          = true;
     HYS.UseVisualStyleBackColor = true;
     HYS.CheckedChanged         += new System.EventHandler(HYS_CheckedChanged);
     //
     // WRPB
     //
     WRPB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                         | System.Windows.Forms.AnchorStyles.Right)));
     WRPB.BackColor = System.Drawing.Color.Transparent;
     WRPB.Image     = global::Nerator.Properties.Resources.WaitRabbit;
     WRPB.Location  = new System.Drawing.Point(0, 0);
     WRPB.Margin    = new System.Windows.Forms.Padding(0);
     WRPB.Name      = "WRPB";
     WRPB.Size      = new System.Drawing.Size(327, 103);
     WRPB.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     WRPB.TabIndex  = 17;
     WRPB.TabStop   = false;
     //
     // History
     //
     History.BackColor = System.Drawing.SystemColors.Control;
     History.Controls.Add(HYP);
     History.Location = new System.Drawing.Point(4, 4);
     History.Name     = "History";
     History.Padding  = new System.Windows.Forms.Padding(3);
     History.Size     = new System.Drawing.Size(327, 201);
     History.TabIndex = 0;
     History.Text     = "History";
     //
     // HYP
     //
     HYP.AutoScroll = true;
     HYP.BackColor  = System.Drawing.Color.Transparent;
     HYP.Dock       = System.Windows.Forms.DockStyle.Fill;
     HYP.Location   = new System.Drawing.Point(3, 3);
     HYP.Margin     = new System.Windows.Forms.Padding(0);
     HYP.Name       = "HYP";
     HYP.Size       = new System.Drawing.Size(321, 195);
     HYP.TabIndex   = 0;
     //
     // Setting
     //
     Setting.BackColor = System.Drawing.SystemColors.Control;
     Setting.Controls.Add(PWLN);
     Setting.Controls.Add(DKUC);
     Setting.Controls.Add(LTUC);
     Setting.Controls.Add(TMCB);
     Setting.Controls.Add(SMCB);
     Setting.Controls.Add(AMCB);
     Setting.Controls.Add(RTPB);
     Setting.Location = new System.Drawing.Point(4, 4);
     Setting.Name     = "Setting";
     Setting.Padding  = new System.Windows.Forms.Padding(3);
     Setting.Size     = new System.Drawing.Size(327, 201);
     Setting.TabIndex = 2;
     Setting.Text     = "Setting";
     //
     // PWLN
     //
     PWLN.AlwaysValueVisible = true;
     PWLN.Anchor             = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     PWLN.BallonArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(158)))), ((int)(((byte)(255)))));
     PWLN.BallonColor      = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(158)))), ((int)(((byte)(255)))));
     PWLN.BarColor         = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(220)))), ((int)(((byte)(223)))));
     PWLN.BaseColor        = System.Drawing.SystemColors.Control;
     PWLN.Cursor           = System.Windows.Forms.Cursors.Hand;
     PWLN.FillBarColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(158)))), ((int)(((byte)(255)))));
     PWLN.Font             = new System.Drawing.Font("Segoe UI", 8F);
     PWLN.ForeColor        = System.Drawing.Color.White;
     PWLN.HeadBorderColor  = System.Drawing.Color.DodgerBlue;
     PWLN.HeadColor        = System.Drawing.Color.Black;
     PWLN.Location         = new System.Drawing.Point(6, 57);
     PWLN.MaxValue         = 50;
     PWLN.MinValue         = 0;
     PWLN.Name             = "PWLN";
     PWLN.ShowValue        = true;
     PWLN.Size             = new System.Drawing.Size(315, 45);
     PWLN.TabIndex         = 17;
     PWLN.Text             = "PWLN";
     PWLN.ThemeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(158)))), ((int)(((byte)(255)))));
     TETT.SetToolTip(PWLN, "Password Length");
     PWLN.UnknownColor = System.Drawing.Color.White;
     PWLN.Value        = 15;
     //
     // DKUC
     //
     DKUC.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     DKUC.BackColor   = System.Drawing.Color.Transparent;
     DKUC.Location    = new System.Drawing.Point(218, 98);
     DKUC.Margin      = new System.Windows.Forms.Padding(5);
     DKUC.MaximumSize = new System.Drawing.Size(103, 97);
     DKUC.MinimumSize = new System.Drawing.Size(103, 97);
     DKUC.Name        = "DKUC";
     DKUC.Size        = new System.Drawing.Size(103, 97);
     DKUC.TabIndex    = 16;
     //
     // LTUC
     //
     LTUC.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     LTUC.BackColor   = System.Drawing.Color.Transparent;
     LTUC.Location    = new System.Drawing.Point(6, 98);
     LTUC.Margin      = new System.Windows.Forms.Padding(5);
     LTUC.MaximumSize = new System.Drawing.Size(103, 97);
     LTUC.MinimumSize = new System.Drawing.Size(103, 97);
     LTUC.Name        = "LTUC";
     LTUC.Size        = new System.Drawing.Size(103, 97);
     LTUC.TabIndex    = 15;
     //
     // TMCB
     //
     TMCB.Anchor                  = System.Windows.Forms.AnchorStyles.Bottom;
     TMCB.AutoSize                = true;
     TMCB.Checked                 = true;
     TMCB.CheckState              = System.Windows.Forms.CheckState.Checked;
     TMCB.Cursor                  = System.Windows.Forms.Cursors.Hand;
     TMCB.Depth                   = 0;
     TMCB.Location                = new System.Drawing.Point(110, 164);
     TMCB.Margin                  = new System.Windows.Forms.Padding(0);
     TMCB.MouseLocation           = new System.Drawing.Point(-1, -1);
     TMCB.MouseState              = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
     TMCB.Name                    = "TMCB";
     TMCB.Ripple                  = true;
     TMCB.Size                    = new System.Drawing.Size(103, 37);
     TMCB.TabIndex                = 12;
     TMCB.Text                    = "Top Most";
     TMCB.UseVisualStyleBackColor = true;
     TMCB.CheckedChanged         += new System.EventHandler(TMCB_CheckedChanged);
     //
     // SMCB
     //
     SMCB.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     SMCB.AutoResize        = false;
     SMCB.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     SMCB.Cursor            = System.Windows.Forms.Cursors.Hand;
     SMCB.Depth             = 0;
     SMCB.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     SMCB.DropDownHeight    = 174;
     SMCB.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     SMCB.DropDownWidth     = 135;
     SMCB.Font              = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     SMCB.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     SMCB.FormattingEnabled = true;
     SMCB.Hint              = "Special Mode";
     SMCB.IntegralHeight    = false;
     SMCB.ItemHeight        = 43;
     SMCB.Items.AddRange(new object[] {
         "Mixed",
         "Symbol",
         "Number"
     });
     SMCB.Location              = new System.Drawing.Point(186, 6);
     SMCB.MaxDropDownItems      = 4;
     SMCB.MouseState            = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.OUT;
     SMCB.Name                  = "SMCB";
     SMCB.Size                  = new System.Drawing.Size(135, 49);
     SMCB.TabIndex              = 14;
     SMCB.SelectedIndexChanged += new System.EventHandler(SMCB_SelectedIndexChanged);
     //
     // AMCB
     //
     AMCB.AutoResize        = false;
     AMCB.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     AMCB.Cursor            = System.Windows.Forms.Cursors.Hand;
     AMCB.Depth             = 0;
     AMCB.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     AMCB.DropDownHeight    = 174;
     AMCB.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     AMCB.DropDownWidth     = 135;
     AMCB.Font              = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     AMCB.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     AMCB.FormattingEnabled = true;
     AMCB.Hint              = "Alphabetic Mode";
     AMCB.IntegralHeight    = false;
     AMCB.ItemHeight        = 43;
     AMCB.Items.AddRange(new object[] {
         "Mixed",
         "Uppercase",
         "Lowercase"
     });
     AMCB.Location              = new System.Drawing.Point(6, 6);
     AMCB.MaxDropDownItems      = 4;
     AMCB.MouseState            = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.OUT;
     AMCB.Name                  = "AMCB";
     AMCB.Size                  = new System.Drawing.Size(135, 49);
     AMCB.TabIndex              = 13;
     AMCB.SelectedIndexChanged += new System.EventHandler(AMCB_SelectedIndexChanged);
     //
     // RTPB
     //
     RTPB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                         | System.Windows.Forms.AnchorStyles.Right)));
     RTPB.BackColor = System.Drawing.Color.Transparent;
     RTPB.Image     = global::Nerator.Properties.Resources.WhiteCat;
     RTPB.Location  = new System.Drawing.Point(0, 71);
     RTPB.Margin    = new System.Windows.Forms.Padding(0);
     RTPB.Name      = "RTPB";
     RTPB.Size      = new System.Drawing.Size(327, 93);
     RTPB.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     RTPB.TabIndex  = 5;
     RTPB.TabStop   = false;
     //
     // MTS
     //
     MTS.BaseTabControl = MTC;
     MTS.Cursor         = System.Windows.Forms.Cursors.Default;
     MTS.Depth          = 0;
     MTS.Font           = new System.Drawing.Font("Roboto", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     MTS.HeadAlignment  = ReaLTaiizor.Controls.MaterialTabSelector.Alignment.Center;
     MTS.Location       = new System.Drawing.Point(12, 75);
     MTS.Margin         = new System.Windows.Forms.Padding(3, 3, 3, 0);
     MTS.MouseState     = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
     MTS.Name           = "MTS";
     MTS.Size           = new System.Drawing.Size(335, 23);
     MTS.TabIndex       = 17;
     MTS.Text           = "materialTabSelector1";
     MTS.TitleTextState = ReaLTaiizor.Controls.MaterialTabSelector.TextState.Normal;
     //
     // STATUST
     //
     STATUST.Enabled  = true;
     STATUST.Interval = 1000;
     STATUST.Tick    += new System.EventHandler(STATUST_Tick);
     //
     // STATUSMT
     //
     STATUSMT.Enabled  = true;
     STATUSMT.Interval = 50;
     STATUSMT.Tick    += new System.EventHandler(STATUSMT_Tick);
     //
     // materialCheckBox1
     //
     materialCheckBox1.Depth                   = 0;
     materialCheckBox1.Location                = new System.Drawing.Point(0, 0);
     materialCheckBox1.Margin                  = new System.Windows.Forms.Padding(0);
     materialCheckBox1.MouseLocation           = new System.Drawing.Point(-1, -1);
     materialCheckBox1.MouseState              = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
     materialCheckBox1.Name                    = "materialCheckBox1";
     materialCheckBox1.Ripple                  = true;
     materialCheckBox1.Size                    = new System.Drawing.Size(104, 37);
     materialCheckBox1.TabIndex                = 0;
     materialCheckBox1.Text                    = "materialCheckBox1";
     materialCheckBox1.UseVisualStyleBackColor = true;
     //
     // materialCheckBox2
     //
     materialCheckBox2.Depth                   = 0;
     materialCheckBox2.Location                = new System.Drawing.Point(0, 0);
     materialCheckBox2.Margin                  = new System.Windows.Forms.Padding(0);
     materialCheckBox2.MouseLocation           = new System.Drawing.Point(-1, -1);
     materialCheckBox2.MouseState              = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
     materialCheckBox2.Name                    = "materialCheckBox2";
     materialCheckBox2.Ripple                  = true;
     materialCheckBox2.Size                    = new System.Drawing.Size(104, 37);
     materialCheckBox2.TabIndex                = 0;
     materialCheckBox2.Text                    = "materialCheckBox2";
     materialCheckBox2.UseVisualStyleBackColor = true;
     //
     // materialCheckBox3
     //
     materialCheckBox3.Depth                   = 0;
     materialCheckBox3.Location                = new System.Drawing.Point(0, 0);
     materialCheckBox3.Margin                  = new System.Windows.Forms.Padding(0);
     materialCheckBox3.MouseLocation           = new System.Drawing.Point(-1, -1);
     materialCheckBox3.MouseState              = ReaLTaiizor.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
     materialCheckBox3.Name                    = "materialCheckBox3";
     materialCheckBox3.Ripple                  = true;
     materialCheckBox3.Size                    = new System.Drawing.Size(104, 37);
     materialCheckBox3.TabIndex                = 0;
     materialCheckBox3.Text                    = "materialCheckBox3";
     materialCheckBox3.UseVisualStyleBackColor = true;
     //
     // TETT
     //
     TETT.BackColor      = System.Drawing.Color.White;
     TETT.BorderColor    = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
     TETT.ForeColor      = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
     TETT.IsDerivedStyle = true;
     TETT.OwnerDraw      = true;
     TETT.Style          = ReaLTaiizor.Enum.Metro.Style.Light;
     TETT.StyleManager   = null;
     TETT.ThemeAuthor    = "Taiizor";
     TETT.ThemeName      = "MetroLight";
     //
     // LIGHT
     //
     AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     ClientSize          = new System.Drawing.Size(359, 358);
     Controls.Add(SSBR);
     Controls.Add(MTS);
     Controls.Add(MTC);
     Controls.Add(LOPB);
     Controls.Add(TELE);
     Icon          = ((System.Drawing.Icon)(resources.GetObject("$Icon")));
     MaximizeBox   = false;
     MaximumSize   = new System.Drawing.Size(359, 358);
     MinimumSize   = new System.Drawing.Size(359, 358);
     Name          = "LIGHT";
     Sizable       = false;
     StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text          = "New Generation Password Generator";
     FormClosed   += new System.Windows.Forms.FormClosedEventHandler(LIGHT_FormClosed);
     ((System.ComponentModel.ISupportInitialize)(LOPB)).EndInit();
     MTC.ResumeLayout(false);
     Generate.ResumeLayout(false);
     Generate.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(WRPB)).EndInit();
     History.ResumeLayout(false);
     Setting.ResumeLayout(false);
     Setting.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(RTPB)).EndInit();
     ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     listBoxSources              = new System.Windows.Forms.ListBox();
     buttonAddFiles              = new System.Windows.Forms.Button();
     buttonReset                 = new System.Windows.Forms.Button();
     groupBox1                   = new System.Windows.Forms.GroupBox();
     radioButtonEM10MarkII       = new System.Windows.Forms.RadioButton();
     radioButtonEM10             = new System.Windows.Forms.RadioButton();
     groupBox2                   = new System.Windows.Forms.GroupBox();
     buttonAddFolder             = new System.Windows.Forms.Button();
     checkBoxIncludeSubfolders   = new System.Windows.Forms.CheckBox();
     groupBox3                   = new System.Windows.Forms.GroupBox();
     buttonFolder                = new System.Windows.Forms.Button();
     textBoxFolder               = new System.Windows.Forms.TextBox();
     checkBoxOverwrite           = new System.Windows.Forms.CheckBox();
     radioButtonFolder           = new System.Windows.Forms.RadioButton();
     radioButtonOriginalLocation =
         new System.Windows.Forms.RadioButton();
     buttonConvert = new System.Windows.Forms.Button();
     folderBrowserDialogDestination =
         new System.Windows.Forms.FolderBrowserDialog();
     openFileDialogAddFiles       = new System.Windows.Forms.OpenFileDialog();
     folderBrowserDialogAddFolder =
         new System.Windows.Forms.FolderBrowserDialog();
     groupBox1.SuspendLayout();
     groupBox2.SuspendLayout();
     groupBox3.SuspendLayout();
     SuspendLayout();
     //
     // listBoxSources
     //
     listBoxSources.AllowDrop           = true;
     listBoxSources.FormattingEnabled   = true;
     listBoxSources.HorizontalScrollbar = true;
     listBoxSources.IntegralHeight      = false;
     listBoxSources.ItemHeight          = 31;
     listBoxSources.Location            = new System.Drawing.Point(17, 37);
     listBoxSources.Name          = "listBoxSources";
     listBoxSources.SelectionMode =
         System.Windows.Forms.SelectionMode.MultiExtended;
     listBoxSources.Size      = new System.Drawing.Size(931, 697);
     listBoxSources.Sorted    = true;
     listBoxSources.TabIndex  = 0;
     listBoxSources.DragDrop +=
         new System.Windows.Forms.DragEventHandler(
             listBoxSources_DragDrop);
     listBoxSources.DragEnter +=
         new System.Windows.Forms.DragEventHandler(
             listBoxSources_DragEnter);
     //
     // buttonAddFiles
     //
     buttonAddFiles.Location = new System.Drawing.Point(591, 751);
     buttonAddFiles.Name     = "buttonAddFiles";
     buttonAddFiles.Size     = new System.Drawing.Size(200, 59);
     buttonAddFiles.TabIndex = 3;
     buttonAddFiles.Text     = "&Add files...";
     buttonAddFiles.UseVisualStyleBackColor = true;
     buttonAddFiles.Click += new System.EventHandler(
         buttonAddFiles_Click);
     //
     // buttonReset
     //
     buttonReset.Location = new System.Drawing.Point(797, 751);
     buttonReset.Name     = "buttonReset";
     buttonReset.Size     = new System.Drawing.Size(150, 59);
     buttonReset.TabIndex = 4;
     buttonReset.Text     = "&Reset";
     buttonReset.UseVisualStyleBackColor = true;
     buttonReset.Click += new System.EventHandler(
         buttonReset_Click);
     //
     // groupBox1
     //
     groupBox1.Controls.Add(radioButtonEM10MarkII);
     groupBox1.Controls.Add(radioButtonEM10);
     groupBox1.Location = new System.Drawing.Point(998, 16);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(555, 130);
     groupBox1.TabIndex = 1;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Convert &to";
     //
     // radioButtonEM10MarkII
     //
     radioButtonEM10MarkII.AutoSize = true;
     radioButtonEM10MarkII.Location = new System.Drawing.Point(16, 79);
     radioButtonEM10MarkII.Name     = "radioButtonEM10MarkII";
     radioButtonEM10MarkII.Size     = new System.Drawing.Size(306, 36);
     radioButtonEM10MarkII.TabIndex = 1;
     radioButtonEM10MarkII.Text     = "OM-D E-M10 Mark II";
     radioButtonEM10MarkII.UseVisualStyleBackColor = true;
     //
     // radioButtonEM10
     //
     radioButtonEM10.AutoSize = true;
     radioButtonEM10.Location = new System.Drawing.Point(16, 37);
     radioButtonEM10.Name     = "radioButtonEM10";
     radioButtonEM10.Size     = new System.Drawing.Size(216, 36);
     radioButtonEM10.TabIndex = 0;
     radioButtonEM10.TabStop  = true;
     radioButtonEM10.Text     = "OM-D E-M10";
     radioButtonEM10.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     groupBox2.Controls.Add(buttonAddFolder);
     groupBox2.Controls.Add(checkBoxIncludeSubfolders);
     groupBox2.Controls.Add(buttonAddFiles);
     groupBox2.Controls.Add(buttonReset);
     groupBox2.Controls.Add(listBoxSources);
     groupBox2.Location = new System.Drawing.Point(16, 16);
     groupBox2.Name     = "groupBox2";
     groupBox2.Size     = new System.Drawing.Size(966, 826);
     groupBox2.TabIndex = 0;
     groupBox2.TabStop  = false;
     groupBox2.Text     =
         "&Items to convert (add or drop files and folders here)";
     //
     // buttonAddFolder
     //
     buttonAddFolder.Location = new System.Drawing.Point(385, 751);
     buttonAddFolder.Name     = "buttonAddFolder";
     buttonAddFolder.Size     = new System.Drawing.Size(200, 59);
     buttonAddFolder.TabIndex = 2;
     buttonAddFolder.Text     = "A&dd folder...";
     buttonAddFolder.UseVisualStyleBackColor = true;
     buttonAddFolder.Click +=
         new System.EventHandler(buttonAddFolder_Click);
     //
     // checkBoxIncludeSubfolders
     //
     checkBoxIncludeSubfolders.AutoSize = true;
     checkBoxIncludeSubfolders.Checked  =
         global::ORFConverter.Properties.Settings.Default.Recurse;
     checkBoxIncludeSubfolders.CheckState =
         System.Windows.Forms.CheckState.Checked;
     checkBoxIncludeSubfolders.DataBindings.Add(
         new System.Windows.Forms.Binding(
             "Checked",
             global::ORFConverter.Properties.Settings.Default,
             "Recurse",
             true,
             System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     checkBoxIncludeSubfolders.Location =
         new System.Drawing.Point(17, 763);
     checkBoxIncludeSubfolders.Name     = "checkBoxIncludeSubfolders";
     checkBoxIncludeSubfolders.Size     = new System.Drawing.Size(284, 36);
     checkBoxIncludeSubfolders.TabIndex = 1;
     checkBoxIncludeSubfolders.Text     = "Include &subfolders";
     checkBoxIncludeSubfolders.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     groupBox3.Controls.Add(buttonFolder);
     groupBox3.Controls.Add(textBoxFolder);
     groupBox3.Controls.Add(checkBoxOverwrite);
     groupBox3.Controls.Add(radioButtonFolder);
     groupBox3.Controls.Add(radioButtonOriginalLocation);
     groupBox3.Location = new System.Drawing.Point(998, 152);
     groupBox3.Name     = "groupBox3";
     groupBox3.Size     = new System.Drawing.Size(555, 225);
     groupBox3.TabIndex = 2;
     groupBox3.TabStop  = false;
     groupBox3.Text     = "&Destination";
     //
     // buttonFolder
     //
     buttonFolder.Enabled  = false;
     buttonFolder.Location = new System.Drawing.Point(485, 165);
     buttonFolder.Name     = "buttonFolder";
     buttonFolder.Size     = new System.Drawing.Size(49, 38);
     buttonFolder.TabIndex = 4;
     buttonFolder.Text     = "&...";
     buttonFolder.UseVisualStyleBackColor = true;
     buttonFolder.Click +=
         new System.EventHandler(buttonFolder_Click);
     //
     // textBoxFolder
     //
     textBoxFolder.AllowDrop = true;
     textBoxFolder.DataBindings.Add(new System.Windows.Forms.Binding(
                                        "Text",
                                        global::ORFConverter.Properties.Settings.Default,
                                        "DestinationFolderText",
                                        true,
                                        System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     textBoxFolder.Enabled  = false;
     textBoxFolder.Location = new System.Drawing.Point(56, 165);
     textBoxFolder.Name     = "textBoxFolder";
     textBoxFolder.Size     = new System.Drawing.Size(422, 38);
     textBoxFolder.TabIndex = 3;
     textBoxFolder.Text     =
         global::ORFConverter.Properties.Settings.Default.
         DestinationFolderText;
     textBoxFolder.TextChanged +=
         new System.EventHandler(textBoxFolder_TextChanged);
     textBoxFolder.DragDrop +=
         new System.Windows.Forms.DragEventHandler(textBoxFolder_DragDrop);
     textBoxFolder.DragEnter +=
         new System.Windows.Forms.DragEventHandler(textBoxFolder_DragEnter);
     //
     // checkBoxOverwrite
     //
     checkBoxOverwrite.AutoSize = true;
     checkBoxOverwrite.Checked  =
         global::ORFConverter.Properties.Settings.Default.Overwrite;
     checkBoxOverwrite.DataBindings.Add(
         new System.Windows.Forms.Binding(
             "Checked", global::ORFConverter.Properties.Settings.Default,
             "Overwrite",
             true,
             System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     checkBoxOverwrite.Location = new System.Drawing.Point(56, 80);
     checkBoxOverwrite.Name     = "checkBoxOverwrite";
     checkBoxOverwrite.Size     = new System.Drawing.Size(320, 36);
     checkBoxOverwrite.TabIndex = 1;
     checkBoxOverwrite.Text     = "Over&write original file";
     checkBoxOverwrite.UseVisualStyleBackColor = true;
     //
     // radioButtonFolder
     //
     radioButtonFolder.AutoSize = true;
     radioButtonFolder.Location = new System.Drawing.Point(16, 122);
     radioButtonFolder.Name     = "radioButtonFolder";
     radioButtonFolder.Size     = new System.Drawing.Size(141, 36);
     radioButtonFolder.TabIndex = 2;
     radioButtonFolder.Text     = "Folder:";
     radioButtonFolder.UseVisualStyleBackColor = true;
     radioButtonFolder.CheckedChanged         +=
         new System.EventHandler(radioButtonFolder_CheckedChanged);
     //
     // radioButtonOriginalLocation
     //
     radioButtonOriginalLocation.AutoSize = true;
     radioButtonOriginalLocation.Location = new System.Drawing.Point(16, 38);
     radioButtonOriginalLocation.Name     = "radioButtonOriginalLocation";
     radioButtonOriginalLocation.Size     = new System.Drawing.Size(259, 36);
     radioButtonOriginalLocation.TabIndex = 0;
     radioButtonOriginalLocation.TabStop  = true;
     radioButtonOriginalLocation.Text     = "Original location";
     radioButtonOriginalLocation.UseVisualStyleBackColor = true;
     radioButtonOriginalLocation.CheckedChanged         +=
         new System.EventHandler(radioButtonOriginalLocation_CheckedChanged);
     //
     // buttonConvert
     //
     buttonConvert.Enabled = false;
     buttonConvert.Font    = new System.Drawing.Font(
         "Arial", 12F, System.Drawing.FontStyle.Bold,
         System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     buttonConvert.Location = new System.Drawing.Point(1233, 762);
     buttonConvert.Name     = "buttonConvert";
     buttonConvert.Size     = new System.Drawing.Size(320, 80);
     buttonConvert.TabIndex = 3;
     buttonConvert.Text     = "&Convert";
     buttonConvert.UseVisualStyleBackColor = true;
     buttonConvert.Click += new System.EventHandler(buttonConvert_Click);
     //
     // folderBrowserDialogDestination
     //
     folderBrowserDialogDestination.Description =
         "Select destination folder into which converted files will be " +
         "written:";
     //
     // openFileDialogAddFiles
     //
     openFileDialogAddFiles.Filter      = "Olympus raw files (*.ORF)|*.ORF";
     openFileDialogAddFiles.Multiselect = true;
     openFileDialogAddFiles.Title       = "Select files to convert";
     //
     // folderBrowserDialogAddFolder
     //
     folderBrowserDialogAddFolder.Description =
         "Select folder containing files to be converted:";
     folderBrowserDialogAddFolder.ShowNewFolderButton = false;
     //
     // FormMain
     //
     AutoScaleDimensions = new System.Drawing.SizeF(16F, 31F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     AutoSize            = true;
     AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     ClientSize          = new System.Drawing.Size(1568, 892);
     Controls.Add(buttonConvert);
     Controls.Add(groupBox3);
     Controls.Add(groupBox1);
     Controls.Add(groupBox2);
     MaximizeBox   = false;
     Name          = "FormMain";
     Padding       = new System.Windows.Forms.Padding(12);
     SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     Text          = "Olympus RAW File Converter";
     FormClosed   +=
         new System.Windows.Forms.FormClosedEventHandler(FormMain_FormClosed);
     Load += new System.EventHandler(FormMain_Load);
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     groupBox2.ResumeLayout(false);
     groupBox2.PerformLayout();
     groupBox3.ResumeLayout(false);
     groupBox3.PerformLayout();
     ResumeLayout(false);
 }
Exemple #7
0
 /// <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(EX));
     themeForm1    = new ReaLTaiizor.Forms.ThemeForm();
     Expand        = new ReaLTaiizor.Controls.ForeverToggle();
     Copy_B        = new ReaLTaiizor.Controls.ForeverButton();
     Settings      = new ReaLTaiizor.Controls.ThunderGroupBox();
     labelEdit2    = new ReaLTaiizor.Controls.LabelEdit();
     TopMost_T     = new ReaLTaiizor.Controls.ForeverToggle();
     Special_GB    = new System.Windows.Forms.GroupBox();
     Just_Number   = new ReaLTaiizor.Controls.ForeverRadioButton();
     Just_Symbol   = new ReaLTaiizor.Controls.ForeverRadioButton();
     Number_Symbol = new ReaLTaiizor.Controls.ForeverRadioButton();
     Alphabetic_GB = new System.Windows.Forms.GroupBox();
     Just_Big      = new ReaLTaiizor.Controls.ForeverRadioButton();
     Just_Small    = new ReaLTaiizor.Controls.ForeverRadioButton();
     Big_Small     = new ReaLTaiizor.Controls.ForeverRadioButton();
     PLength       = new ReaLTaiizor.Controls.ForeverNumeric();
     Length        = new ReaLTaiizor.Controls.LabelEdit();
     labelEdit1    = new ReaLTaiizor.Controls.LabelEdit();
     Create_B      = new ReaLTaiizor.Controls.ForeverButton();
     Password      = new ReaLTaiizor.Controls.TextBoxEdit();
     Description   = new ReaLTaiizor.Controls.LabelEdit();
     controlBox1   = new ReaLTaiizor.Controls.ControlBox();
     themeForm1.SuspendLayout();
     Settings.SuspendLayout();
     Special_GB.SuspendLayout();
     Alphabetic_GB.SuspendLayout();
     SuspendLayout();
     //
     // themeForm1
     //
     themeForm1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(41)))), ((int)(((byte)(50)))));
     themeForm1.Controls.Add(Expand);
     themeForm1.Controls.Add(Copy_B);
     themeForm1.Controls.Add(Settings);
     themeForm1.Controls.Add(labelEdit1);
     themeForm1.Controls.Add(Create_B);
     themeForm1.Controls.Add(Password);
     themeForm1.Controls.Add(Description);
     themeForm1.Controls.Add(controlBox1);
     themeForm1.Dock          = System.Windows.Forms.DockStyle.Fill;
     themeForm1.Font          = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     themeForm1.Image         = global::Nerator.Properties.Resources.Password1;
     themeForm1.Location      = new System.Drawing.Point(0, 0);
     themeForm1.Name          = "themeForm1";
     themeForm1.Padding       = new System.Windows.Forms.Padding(10, 70, 10, 9);
     themeForm1.RoundCorners  = true;
     themeForm1.Sizable       = false;
     themeForm1.Size          = new System.Drawing.Size(335, 202);
     themeForm1.SmartBounds   = true;
     themeForm1.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     themeForm1.TabIndex      = 0;
     themeForm1.Text          = "Soferity - Nerator";
     //
     // Expand
     //
     Expand.BackColor       = System.Drawing.Color.Transparent;
     Expand.BaseColor       = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(168)))), ((int)(((byte)(109)))));
     Expand.BaseColorRed    = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(85)))), ((int)(((byte)(96)))));
     Expand.BGColor         = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(85)))), ((int)(((byte)(86)))));
     Expand.Checked         = false;
     Expand.Cursor          = System.Windows.Forms.Cursors.Hand;
     Expand.Font            = new System.Drawing.Font("Segoe UI", 10F);
     Expand.Location        = new System.Drawing.Point(131, 155);
     Expand.Name            = "Expand";
     Expand.Options         = ReaLTaiizor.Controls.ForeverToggle._Options.Style2;
     Expand.Size            = new System.Drawing.Size(76, 33);
     Expand.TabIndex        = 5;
     Expand.Text            = "foreverToggle1";
     Expand.TextColor       = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
     Expand.ToggleColor     = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(47)))), ((int)(((byte)(49)))));
     Expand.CheckedChanged += new ReaLTaiizor.Controls.ForeverToggle.CheckedChangedEventHandler(Expand_CheckedChanged);
     //
     // Copy_B
     //
     Copy_B.BackColor = System.Drawing.Color.Transparent;
     Copy_B.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(168)))), ((int)(((byte)(109)))));
     Copy_B.Cursor    = System.Windows.Forms.Cursors.Hand;
     Copy_B.Font      = new System.Drawing.Font("Segoe UI", 12F);
     Copy_B.Location  = new System.Drawing.Point(227, 152);
     Copy_B.Name      = "Copy_B";
     Copy_B.Rounded   = true;
     Copy_B.Size      = new System.Drawing.Size(90, 40);
     Copy_B.TabIndex  = 4;
     Copy_B.Text      = "Copy";
     Copy_B.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
     Copy_B.Click    += new System.EventHandler(Copy_B_Click);
     //
     // Settings
     //
     Settings.BackColor  = System.Drawing.Color.Transparent;
     Settings.BodyColorA = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(26)))), ((int)(((byte)(26)))));
     Settings.BodyColorB = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     Settings.BodyColorC = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
     Settings.BodyColorD = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
     Settings.Controls.Add(labelEdit2);
     Settings.Controls.Add(TopMost_T);
     Settings.Controls.Add(Special_GB);
     Settings.Controls.Add(Alphabetic_GB);
     Settings.Controls.Add(PLength);
     Settings.Controls.Add(Length);
     Settings.ForeColor = System.Drawing.Color.Silver;
     Settings.Location  = new System.Drawing.Point(20, 202);
     Settings.Margin    = new System.Windows.Forms.Padding(10);
     Settings.Name      = "Settings";
     Settings.Padding   = new System.Windows.Forms.Padding(6, 30, 6, 6);
     Settings.Size      = new System.Drawing.Size(296, 374);
     Settings.TabIndex  = 0;
     Settings.Text      = "Advanced Settings";
     //
     // labelEdit2
     //
     labelEdit2.AutoSize  = true;
     labelEdit2.BackColor = System.Drawing.Color.Transparent;
     labelEdit2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     labelEdit2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(116)))), ((int)(((byte)(125)))), ((int)(((byte)(132)))));
     labelEdit2.Location  = new System.Drawing.Point(8, 331);
     labelEdit2.Margin    = new System.Windows.Forms.Padding(6);
     labelEdit2.Name      = "labelEdit2";
     labelEdit2.Size      = new System.Drawing.Size(115, 20);
     labelEdit2.TabIndex  = 10;
     labelEdit2.Text      = "Always on Top:";
     //
     // TopMost_T
     //
     TopMost_T.BackColor       = System.Drawing.Color.Transparent;
     TopMost_T.BaseColor       = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(168)))), ((int)(((byte)(109)))));
     TopMost_T.BaseColorRed    = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(85)))), ((int)(((byte)(96)))));
     TopMost_T.BGColor         = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(85)))), ((int)(((byte)(86)))));
     TopMost_T.Checked         = false;
     TopMost_T.Cursor          = System.Windows.Forms.Cursors.Hand;
     TopMost_T.Font            = new System.Drawing.Font("Segoe UI", 10F);
     TopMost_T.Location        = new System.Drawing.Point(208, 325);
     TopMost_T.Margin          = new System.Windows.Forms.Padding(6);
     TopMost_T.Name            = "TopMost_T";
     TopMost_T.Options         = ReaLTaiizor.Controls.ForeverToggle._Options.Style3;
     TopMost_T.Size            = new System.Drawing.Size(76, 33);
     TopMost_T.TabIndex        = 9;
     TopMost_T.Text            = "TopMost_T";
     TopMost_T.TextColor       = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
     TopMost_T.ToggleColor     = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(47)))), ((int)(((byte)(49)))));
     TopMost_T.CheckedChanged += new ReaLTaiizor.Controls.ForeverToggle.CheckedChangedEventHandler(TopMost_T_CheckedChanged);
     //
     // Special_GB
     //
     Special_GB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
     Special_GB.Controls.Add(Just_Number);
     Special_GB.Controls.Add(Just_Symbol);
     Special_GB.Controls.Add(Number_Symbol);
     Special_GB.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     Special_GB.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(116)))), ((int)(((byte)(125)))), ((int)(((byte)(132)))));
     Special_GB.Location  = new System.Drawing.Point(12, 200);
     Special_GB.Margin    = new System.Windows.Forms.Padding(6);
     Special_GB.Name      = "Special_GB";
     Special_GB.Size      = new System.Drawing.Size(272, 113);
     Special_GB.TabIndex  = 8;
     Special_GB.TabStop   = false;
     Special_GB.Text      = "Special Characters";
     //
     // Just_Number
     //
     Just_Number.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
     Just_Number.BaseColor       = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(47)))), ((int)(((byte)(49)))));
     Just_Number.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(168)))), ((int)(((byte)(109)))));
     Just_Number.Checked         = false;
     Just_Number.Cursor          = System.Windows.Forms.Cursors.Hand;
     Just_Number.Font            = new System.Drawing.Font("Segoe UI", 10F);
     Just_Number.ForeColor       = System.Drawing.Color.DimGray;
     Just_Number.Location        = new System.Drawing.Point(9, 81);
     Just_Number.Margin          = new System.Windows.Forms.Padding(6, 3, 6, 6);
     Just_Number.Name            = "Just_Number";
     Just_Number.Options         = ReaLTaiizor.Controls.ForeverRadioButton._Options.Style1;
     Just_Number.Size            = new System.Drawing.Size(254, 22);
     Just_Number.TabIndex        = 9;
     Just_Number.Text            = "Number Only - 123456";
     Just_Number.CheckedChanged += new ReaLTaiizor.Controls.ForeverRadioButton.CheckedChangedEventHandler(Special_CheckedChanged);
     //
     // Just_Symbol
     //
     Just_Symbol.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
     Just_Symbol.BaseColor       = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(47)))), ((int)(((byte)(49)))));
     Just_Symbol.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(168)))), ((int)(((byte)(109)))));
     Just_Symbol.Checked         = false;
     Just_Symbol.Cursor          = System.Windows.Forms.Cursors.Hand;
     Just_Symbol.Font            = new System.Drawing.Font("Segoe UI", 10F);
     Just_Symbol.ForeColor       = System.Drawing.Color.DimGray;
     Just_Symbol.Location        = new System.Drawing.Point(9, 53);
     Just_Symbol.Margin          = new System.Windows.Forms.Padding(6, 3, 6, 3);
     Just_Symbol.Name            = "Just_Symbol";
     Just_Symbol.Options         = ReaLTaiizor.Controls.ForeverRadioButton._Options.Style1;
     Just_Symbol.Size            = new System.Drawing.Size(254, 22);
     Just_Symbol.TabIndex        = 8;
     Just_Symbol.Text            = "Special Symbol Only - $&£/*+";
     Just_Symbol.CheckedChanged += new ReaLTaiizor.Controls.ForeverRadioButton.CheckedChangedEventHandler(Special_CheckedChanged);
     //
     // Number_Symbol
     //
     Number_Symbol.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
     Number_Symbol.BaseColor       = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(47)))), ((int)(((byte)(49)))));
     Number_Symbol.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(168)))), ((int)(((byte)(109)))));
     Number_Symbol.Checked         = true;
     Number_Symbol.Cursor          = System.Windows.Forms.Cursors.Hand;
     Number_Symbol.Font            = new System.Drawing.Font("Segoe UI", 10F);
     Number_Symbol.ForeColor       = System.Drawing.Color.DimGray;
     Number_Symbol.Location        = new System.Drawing.Point(9, 25);
     Number_Symbol.Margin          = new System.Windows.Forms.Padding(6, 6, 6, 3);
     Number_Symbol.Name            = "Number_Symbol";
     Number_Symbol.Options         = ReaLTaiizor.Controls.ForeverRadioButton._Options.Style1;
     Number_Symbol.Size            = new System.Drawing.Size(254, 22);
     Number_Symbol.TabIndex        = 7;
     Number_Symbol.Text            = "Number and Special Symbol - 1$2&3£";
     Number_Symbol.CheckedChanged += new ReaLTaiizor.Controls.ForeverRadioButton.CheckedChangedEventHandler(Special_CheckedChanged);
     //
     // Alphabetic_GB
     //
     Alphabetic_GB.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
     Alphabetic_GB.Controls.Add(Just_Big);
     Alphabetic_GB.Controls.Add(Just_Small);
     Alphabetic_GB.Controls.Add(Big_Small);
     Alphabetic_GB.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     Alphabetic_GB.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(116)))), ((int)(((byte)(125)))), ((int)(((byte)(132)))));
     Alphabetic_GB.Location  = new System.Drawing.Point(12, 75);
     Alphabetic_GB.Margin    = new System.Windows.Forms.Padding(6);
     Alphabetic_GB.Name      = "Alphabetic_GB";
     Alphabetic_GB.Size      = new System.Drawing.Size(272, 113);
     Alphabetic_GB.TabIndex  = 7;
     Alphabetic_GB.TabStop   = false;
     Alphabetic_GB.Text      = "Alphabetic Characters";
     //
     // Just_Big
     //
     Just_Big.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
     Just_Big.BaseColor       = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(47)))), ((int)(((byte)(49)))));
     Just_Big.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(168)))), ((int)(((byte)(109)))));
     Just_Big.Checked         = false;
     Just_Big.Cursor          = System.Windows.Forms.Cursors.Hand;
     Just_Big.Font            = new System.Drawing.Font("Segoe UI", 10F);
     Just_Big.ForeColor       = System.Drawing.Color.DimGray;
     Just_Big.Location        = new System.Drawing.Point(9, 79);
     Just_Big.Margin          = new System.Windows.Forms.Padding(6, 3, 6, 6);
     Just_Big.Name            = "Just_Big";
     Just_Big.Options         = ReaLTaiizor.Controls.ForeverRadioButton._Options.Style1;
     Just_Big.Size            = new System.Drawing.Size(254, 22);
     Just_Big.TabIndex        = 8;
     Just_Big.Text            = "Capital Letter Only - ABCDEF";
     Just_Big.CheckedChanged += new ReaLTaiizor.Controls.ForeverRadioButton.CheckedChangedEventHandler(Alphabetic_CheckedChanged);
     //
     // Just_Small
     //
     Just_Small.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
     Just_Small.BaseColor       = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(47)))), ((int)(((byte)(49)))));
     Just_Small.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(168)))), ((int)(((byte)(109)))));
     Just_Small.Checked         = false;
     Just_Small.Cursor          = System.Windows.Forms.Cursors.Hand;
     Just_Small.Font            = new System.Drawing.Font("Segoe UI", 10F);
     Just_Small.ForeColor       = System.Drawing.Color.DimGray;
     Just_Small.Location        = new System.Drawing.Point(9, 51);
     Just_Small.Margin          = new System.Windows.Forms.Padding(6, 3, 6, 3);
     Just_Small.Name            = "Just_Small";
     Just_Small.Options         = ReaLTaiizor.Controls.ForeverRadioButton._Options.Style1;
     Just_Small.Size            = new System.Drawing.Size(254, 22);
     Just_Small.TabIndex        = 7;
     Just_Small.Text            = "Small Letter Only - abcdef";
     Just_Small.CheckedChanged += new ReaLTaiizor.Controls.ForeverRadioButton.CheckedChangedEventHandler(Alphabetic_CheckedChanged);
     //
     // Big_Small
     //
     Big_Small.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
     Big_Small.BaseColor       = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(47)))), ((int)(((byte)(49)))));
     Big_Small.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(168)))), ((int)(((byte)(109)))));
     Big_Small.Checked         = true;
     Big_Small.Cursor          = System.Windows.Forms.Cursors.Hand;
     Big_Small.Font            = new System.Drawing.Font("Segoe UI", 10F);
     Big_Small.ForeColor       = System.Drawing.Color.DimGray;
     Big_Small.Location        = new System.Drawing.Point(9, 23);
     Big_Small.Margin          = new System.Windows.Forms.Padding(6, 6, 6, 3);
     Big_Small.Name            = "Big_Small";
     Big_Small.Options         = ReaLTaiizor.Controls.ForeverRadioButton._Options.Style1;
     Big_Small.Size            = new System.Drawing.Size(254, 22);
     Big_Small.TabIndex        = 6;
     Big_Small.Text            = "Uppercase and Lowercase - AaBbCc";
     Big_Small.CheckedChanged += new ReaLTaiizor.Controls.ForeverRadioButton.CheckedChangedEventHandler(Alphabetic_CheckedChanged);
     //
     // PLength
     //
     PLength.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(90)))), ((int)(((byte)(93)))));
     PLength.BaseColor    = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
     PLength.ButtonColorA = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(168)))), ((int)(((byte)(109)))));
     PLength.ButtonColorB = System.Drawing.Color.White;
     PLength.ButtonColorC = System.Drawing.Color.White;
     PLength.Font         = new System.Drawing.Font("Segoe UI", 10F);
     PLength.ForeColor    = System.Drawing.Color.DimGray;
     PLength.Location     = new System.Drawing.Point(209, 36);
     PLength.Margin       = new System.Windows.Forms.Padding(6);
     PLength.Maximum      = ((long)(50));
     PLength.Minimum      = ((long)(6));
     PLength.Name         = "PLength";
     PLength.Size         = new System.Drawing.Size(75, 30);
     PLength.TabIndex     = 2;
     PLength.Text         = "PLength";
     PLength.Value        = ((long)(15));
     //
     // Length
     //
     Length.AutoSize  = true;
     Length.BackColor = System.Drawing.Color.Transparent;
     Length.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     Length.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(116)))), ((int)(((byte)(125)))), ((int)(((byte)(132)))));
     Length.Location  = new System.Drawing.Point(8, 41);
     Length.Margin    = new System.Windows.Forms.Padding(6);
     Length.Name      = "Length";
     Length.Size      = new System.Drawing.Size(136, 20);
     Length.TabIndex  = 0;
     Length.Text      = "Password Length:";
     //
     // labelEdit1
     //
     labelEdit1.AutoSize  = true;
     labelEdit1.BackColor = System.Drawing.Color.Transparent;
     labelEdit1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     labelEdit1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(116)))), ((int)(((byte)(125)))), ((int)(((byte)(132)))));
     labelEdit1.Location  = new System.Drawing.Point(62, 242);
     labelEdit1.Name      = "labelEdit1";
     labelEdit1.Size      = new System.Drawing.Size(62, 15);
     labelEdit1.TabIndex  = 3;
     labelEdit1.Text      = "labelEdit1";
     //
     // Create_B
     //
     Create_B.BackColor = System.Drawing.Color.Transparent;
     Create_B.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(168)))), ((int)(((byte)(109)))));
     Create_B.Cursor    = System.Windows.Forms.Cursors.Hand;
     Create_B.Font      = new System.Drawing.Font("Segoe UI", 12F);
     Create_B.Location  = new System.Drawing.Point(20, 152);
     Create_B.Name      = "Create_B";
     Create_B.Rounded   = true;
     Create_B.Size      = new System.Drawing.Size(90, 40);
     Create_B.TabIndex  = 1;
     Create_B.Text      = "Create";
     Create_B.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
     Create_B.Click    += new System.EventHandler(Create_B_Click);
     //
     // Password
     //
     Password.BackColor             = System.Drawing.Color.Transparent;
     Password.Font                  = new System.Drawing.Font("Tahoma", 11F);
     Password.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(183)))), ((int)(((byte)(191)))));
     Password.Image                 = global::Nerator.Properties.Resources.Key1;
     Password.Location              = new System.Drawing.Point(20, 100);
     Password.Margin                = new System.Windows.Forms.Padding(10);
     Password.MaxLength             = 50;
     Password.Multiline             = false;
     Password.Name                  = "Password";
     Password.ReadOnly              = false;
     Password.Size                  = new System.Drawing.Size(296, 41);
     Password.TabIndex              = 2;
     Password.Text                  = "Nerator";
     Password.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Center;
     Password.UseSystemPasswordChar = false;
     //
     // Description
     //
     Description.BackColor = System.Drawing.Color.Transparent;
     Description.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     Description.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(116)))), ((int)(((byte)(125)))), ((int)(((byte)(132)))));
     Description.Location  = new System.Drawing.Point(0, 70);
     Description.Name      = "Description";
     Description.Size      = new System.Drawing.Size(335, 20);
     Description.TabIndex  = 1;
     Description.Text      = "New Generation Password Generator";
     Description.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // controlBox1
     //
     controlBox1.Anchor               = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     controlBox1.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(34)))), ((int)(((byte)(37)))));
     controlBox1.CloseHoverColor      = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(17)))), ((int)(((byte)(35)))));
     controlBox1.Cursor               = System.Windows.Forms.Cursors.Hand;
     controlBox1.DefaultLocation      = true;
     controlBox1.EnableHoverHighlight = true;
     controlBox1.EnableMaximizeButton = false;
     controlBox1.EnableMinimizeButton = true;
     controlBox1.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(155)))), ((int)(((byte)(155)))));
     controlBox1.Location             = new System.Drawing.Point(235, 18);
     controlBox1.MaximizeHoverColor   = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(74)))), ((int)(((byte)(74)))));
     controlBox1.MinimizeHoverColor   = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(65)))));
     controlBox1.Name     = "controlBox1";
     controlBox1.Size     = new System.Drawing.Size(90, 25);
     controlBox1.TabIndex = 0;
     controlBox1.Text     = "controlBox1";
     //
     // EX
     //
     AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     ClientSize          = new System.Drawing.Size(335, 202);
     Controls.Add(themeForm1);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     Icon            = ((System.Drawing.Icon)(resources.GetObject("$Icon")));
     MaximizeBox     = false;
     MaximumSize     = new System.Drawing.Size(335, 595);
     MinimumSize     = new System.Drawing.Size(335, 202);
     Name            = "EX";
     StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text            = "Soferity - Nerator";
     TransparencyKey = System.Drawing.Color.Fuchsia;
     FormClosed     += new System.Windows.Forms.FormClosedEventHandler(EX_FormClosed);
     themeForm1.ResumeLayout(false);
     themeForm1.PerformLayout();
     Settings.ResumeLayout(false);
     Settings.PerformLayout();
     Special_GB.ResumeLayout(false);
     Alphabetic_GB.ResumeLayout(false);
     ResumeLayout(false);
 }
Exemple #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     components                              = new System.ComponentModel.Container();
     _MenuStripMain                          = new System.Windows.Forms.MenuStrip();
     _StatusStripMain                        = new System.Windows.Forms.StatusStrip();
     _SplitContainerMain                     = new System.Windows.Forms.SplitContainer();
     _DataGridViewDevicesList                = new System.Windows.Forms.DataGridView();
     _ContextMenuStripDevicesList            = new System.Windows.Forms.ContextMenuStrip(components);
     _ToolStripMenuItemAddDevice             = new System.Windows.Forms.ToolStripMenuItem();
     _ToolStripMenuItemRemoveDevice          = new System.Windows.Forms.ToolStripMenuItem();
     _TabControlDevice                       = new System.Windows.Forms.TabControl();
     _TabPageHoldingRegisters                = new System.Windows.Forms.TabPage();
     _DataGridViewHoldingRegisters           = new System.Windows.Forms.DataGridView();
     _ContextMenuStripHoldingRegisters       = new System.Windows.Forms.ContextMenuStrip(components);
     _ToolStripMenuItemAddHoldingRegister    = new System.Windows.Forms.ToolStripMenuItem();
     _ToolStripMenuItemRemoveHoldingRegister = new System.Windows.Forms.ToolStripMenuItem();
     _TabPageInputRegisters                  = new System.Windows.Forms.TabPage();
     _DataGridViewInputRegisters             = new System.Windows.Forms.DataGridView();
     _ContextMenuStripInputRegisters         = new System.Windows.Forms.ContextMenuStrip(components);
     _ToolStripMenuItemAddInputRegister      = new System.Windows.Forms.ToolStripMenuItem();
     _ToolStripMenuItemRemoveInputRegister   = new System.Windows.Forms.ToolStripMenuItem();
     _TabPageCoils                           = new System.Windows.Forms.TabPage();
     _DataGridViewCoils                      = new System.Windows.Forms.DataGridView();
     _ContextMenuStripCoils                  = new System.Windows.Forms.ContextMenuStrip(components);
     _ToolStripMenuItemAddCoil               = new System.Windows.Forms.ToolStripMenuItem();
     _ToolStripMenuItemRemoveCoil            = new System.Windows.Forms.ToolStripMenuItem();
     _TabPageDiscretesInputs                 = new System.Windows.Forms.TabPage();
     _DataGridViewDiscretesInputs            = new System.Windows.Forms.DataGridView();
     _ContextMenuStripDiscretesInputs        = new System.Windows.Forms.ContextMenuStrip(components);
     _ToolStripMenuItemAddDiscreteInput      = new System.Windows.Forms.ToolStripMenuItem();
     _ToolStripMenuItemRemoveDiscreteInput   = new System.Windows.Forms.ToolStripMenuItem();
     _TabPageFiles                           = new System.Windows.Forms.TabPage();
     _SplitContainerFiles                    = new System.Windows.Forms.SplitContainer();
     _DataGridViewFiles                      = new System.Windows.Forms.DataGridView();
     _ContextMenuStripFiles                  = new System.Windows.Forms.ContextMenuStrip(components);
     _ToolStripMenuItemAddFile               = new System.Windows.Forms.ToolStripMenuItem();
     _ToolStripMenuItemRemoveFile            = new System.Windows.Forms.ToolStripMenuItem();
     _DataGridViewRecords                    = new System.Windows.Forms.DataGridView();
     _ContextMenuStripRecords                = new System.Windows.Forms.ContextMenuStrip(components);
     _ToolStripMenuItemAddRecord             = new System.Windows.Forms.ToolStripMenuItem();
     _ToolStripMenuItemRemoveRecord          = new System.Windows.Forms.ToolStripMenuItem();
     _SplitContainerMain.Panel1.SuspendLayout();
     _SplitContainerMain.Panel2.SuspendLayout();
     _SplitContainerMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewDevicesList)).BeginInit();
     _ContextMenuStripDevicesList.SuspendLayout();
     _TabControlDevice.SuspendLayout();
     _TabPageHoldingRegisters.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewHoldingRegisters)).BeginInit();
     _ContextMenuStripHoldingRegisters.SuspendLayout();
     _TabPageInputRegisters.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewInputRegisters)).BeginInit();
     _ContextMenuStripInputRegisters.SuspendLayout();
     _TabPageCoils.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewCoils)).BeginInit();
     _ContextMenuStripCoils.SuspendLayout();
     _TabPageDiscretesInputs.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewDiscretesInputs)).BeginInit();
     _ContextMenuStripDiscretesInputs.SuspendLayout();
     _TabPageFiles.SuspendLayout();
     _SplitContainerFiles.Panel1.SuspendLayout();
     _SplitContainerFiles.Panel2.SuspendLayout();
     _SplitContainerFiles.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewFiles)).BeginInit();
     _ContextMenuStripFiles.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewRecords)).BeginInit();
     _ContextMenuStripRecords.SuspendLayout();
     SuspendLayout();
     //
     // _MenuStripMain
     //
     _MenuStripMain.Location = new System.Drawing.Point(0, 0);
     _MenuStripMain.Name     = "_MenuStripMain";
     _MenuStripMain.Size     = new System.Drawing.Size(880, 24);
     _MenuStripMain.TabIndex = 0;
     _MenuStripMain.Text     = "menuStrip1";
     //
     // _StatusStripMain
     //
     _StatusStripMain.Location = new System.Drawing.Point(0, 434);
     _StatusStripMain.Name     = "_StatusStripMain";
     _StatusStripMain.Size     = new System.Drawing.Size(880, 22);
     _StatusStripMain.TabIndex = 1;
     _StatusStripMain.Text     = "statusStrip1";
     //
     // _SplitContainerMain
     //
     _SplitContainerMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     _SplitContainerMain.Location = new System.Drawing.Point(0, 24);
     _SplitContainerMain.Name     = "_SplitContainerMain";
     //
     // _SplitContainerMain.Panel1
     //
     _SplitContainerMain.Panel1.Controls.Add(_DataGridViewDevicesList);
     //
     // _SplitContainerMain.Panel2
     //
     _SplitContainerMain.Panel2.Controls.Add(_TabControlDevice);
     _SplitContainerMain.Size             = new System.Drawing.Size(880, 410);
     _SplitContainerMain.SplitterDistance = 292;
     _SplitContainerMain.TabIndex         = 3;
     //
     // _DataGridViewDevicesList
     //
     _DataGridViewDevicesList.AllowUserToAddRows          = false;
     _DataGridViewDevicesList.AllowUserToDeleteRows       = false;
     _DataGridViewDevicesList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     _DataGridViewDevicesList.ContextMenuStrip            = _ContextMenuStripDevicesList;
     _DataGridViewDevicesList.Dock               = System.Windows.Forms.DockStyle.Fill;
     _DataGridViewDevicesList.Location           = new System.Drawing.Point(0, 0);
     _DataGridViewDevicesList.Name               = "_DataGridViewDevicesList";
     _DataGridViewDevicesList.RowTemplate.Height = 24;
     _DataGridViewDevicesList.Size               = new System.Drawing.Size(292, 410);
     _DataGridViewDevicesList.TabIndex           = 0;
     //
     // _ContextMenuStripDevicesList
     //
     _ContextMenuStripDevicesList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _ToolStripMenuItemAddDevice,
         _ToolStripMenuItemRemoveDevice
     });
     _ContextMenuStripDevicesList.Name = "_ContextMenuStripTreeViewNetwork";
     _ContextMenuStripDevicesList.Size = new System.Drawing.Size(146, 52);
     //
     // _ToolStripMenuItemAddDevice
     //
     _ToolStripMenuItemAddDevice.Name   = "_ToolStripMenuItemAddDevice";
     _ToolStripMenuItemAddDevice.Size   = new System.Drawing.Size(145, 24);
     _ToolStripMenuItemAddDevice.Text   = "Добавить";
     _ToolStripMenuItemAddDevice.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddDevice_Click);
     //
     // _ToolStripMenuItemRemoveDevice
     //
     _ToolStripMenuItemRemoveDevice.Name   = "_ToolStripMenuItemRemoveDevice";
     _ToolStripMenuItemRemoveDevice.Size   = new System.Drawing.Size(145, 24);
     _ToolStripMenuItemRemoveDevice.Text   = "Удалить";
     _ToolStripMenuItemRemoveDevice.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveDevice_Click);
     //
     // _TabControlDevice
     //
     _TabControlDevice.Controls.Add(_TabPageHoldingRegisters);
     _TabControlDevice.Controls.Add(_TabPageInputRegisters);
     _TabControlDevice.Controls.Add(_TabPageCoils);
     _TabControlDevice.Controls.Add(_TabPageDiscretesInputs);
     _TabControlDevice.Controls.Add(_TabPageFiles);
     _TabControlDevice.Dock          = System.Windows.Forms.DockStyle.Fill;
     _TabControlDevice.Location      = new System.Drawing.Point(0, 0);
     _TabControlDevice.Name          = "_TabControlDevice";
     _TabControlDevice.SelectedIndex = 0;
     _TabControlDevice.Size          = new System.Drawing.Size(584, 410);
     _TabControlDevice.TabIndex      = 0;
     //
     // _TabPageHoldingRegisters
     //
     _TabPageHoldingRegisters.Controls.Add(_DataGridViewHoldingRegisters);
     _TabPageHoldingRegisters.Location = new System.Drawing.Point(4, 25);
     _TabPageHoldingRegisters.Name     = "_TabPageHoldingRegisters";
     _TabPageHoldingRegisters.Padding  = new System.Windows.Forms.Padding(3);
     _TabPageHoldingRegisters.Size     = new System.Drawing.Size(576, 381);
     _TabPageHoldingRegisters.TabIndex = 0;
     _TabPageHoldingRegisters.Text     = "Holding Registers";
     _TabPageHoldingRegisters.UseVisualStyleBackColor = true;
     //
     // _DataGridViewHoldingRegisters
     //
     _DataGridViewHoldingRegisters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     _DataGridViewHoldingRegisters.ContextMenuStrip            = _ContextMenuStripHoldingRegisters;
     _DataGridViewHoldingRegisters.Dock               = System.Windows.Forms.DockStyle.Fill;
     _DataGridViewHoldingRegisters.Location           = new System.Drawing.Point(3, 3);
     _DataGridViewHoldingRegisters.MultiSelect        = false;
     _DataGridViewHoldingRegisters.Name               = "_DataGridViewHoldingRegisters";
     _DataGridViewHoldingRegisters.RowTemplate.Height = 24;
     _DataGridViewHoldingRegisters.Size               = new System.Drawing.Size(570, 375);
     _DataGridViewHoldingRegisters.TabIndex           = 0;
     //
     // _ContextMenuStripHoldingRegisters
     //
     _ContextMenuStripHoldingRegisters.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _ToolStripMenuItemAddHoldingRegister,
         _ToolStripMenuItemRemoveHoldingRegister
     });
     _ContextMenuStripHoldingRegisters.Name = "_ContextMenuStripHoldingRegisters";
     _ContextMenuStripHoldingRegisters.Size = new System.Drawing.Size(204, 52);
     //
     // _ToolStripMenuItemAddHoldingRegister
     //
     _ToolStripMenuItemAddHoldingRegister.Name   = "_ToolStripMenuItemAddHoldingRegister";
     _ToolStripMenuItemAddHoldingRegister.Size   = new System.Drawing.Size(203, 24);
     _ToolStripMenuItemAddHoldingRegister.Text   = "Добавить регистр";
     _ToolStripMenuItemAddHoldingRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddHoldingRegister_Click);
     //
     // _ToolStripMenuItemRemoveHoldingRegister
     //
     _ToolStripMenuItemRemoveHoldingRegister.Name   = "_ToolStripMenuItemRemoveHoldingRegister";
     _ToolStripMenuItemRemoveHoldingRegister.Size   = new System.Drawing.Size(203, 24);
     _ToolStripMenuItemRemoveHoldingRegister.Text   = "Удалить регистр";
     _ToolStripMenuItemRemoveHoldingRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveHoldingRegister_Click);
     //
     // _TabPageInputRegisters
     //
     _TabPageInputRegisters.Controls.Add(_DataGridViewInputRegisters);
     _TabPageInputRegisters.Location = new System.Drawing.Point(4, 25);
     _TabPageInputRegisters.Name     = "_TabPageInputRegisters";
     _TabPageInputRegisters.Padding  = new System.Windows.Forms.Padding(3);
     _TabPageInputRegisters.Size     = new System.Drawing.Size(576, 381);
     _TabPageInputRegisters.TabIndex = 1;
     _TabPageInputRegisters.Text     = "Input Registers";
     _TabPageInputRegisters.UseVisualStyleBackColor = true;
     //
     // _DataGridViewInputRegisters
     //
     _DataGridViewInputRegisters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     _DataGridViewInputRegisters.ContextMenuStrip            = _ContextMenuStripInputRegisters;
     _DataGridViewInputRegisters.Dock               = System.Windows.Forms.DockStyle.Fill;
     _DataGridViewInputRegisters.Location           = new System.Drawing.Point(3, 3);
     _DataGridViewInputRegisters.Name               = "_DataGridViewInputRegisters";
     _DataGridViewInputRegisters.RowTemplate.Height = 24;
     _DataGridViewInputRegisters.Size               = new System.Drawing.Size(570, 375);
     _DataGridViewInputRegisters.TabIndex           = 0;
     //
     // _ContextMenuStripInputRegisters
     //
     _ContextMenuStripInputRegisters.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _ToolStripMenuItemAddInputRegister,
         _ToolStripMenuItemRemoveInputRegister
     });
     _ContextMenuStripInputRegisters.Name = "_ContextMenuStripInputRegisters";
     _ContextMenuStripInputRegisters.Size = new System.Drawing.Size(204, 52);
     //
     // _ToolStripMenuItemAddInputRegister
     //
     _ToolStripMenuItemAddInputRegister.Name   = "_ToolStripMenuItemAddInputRegister";
     _ToolStripMenuItemAddInputRegister.Size   = new System.Drawing.Size(203, 24);
     _ToolStripMenuItemAddInputRegister.Text   = "Добавить регистр";
     _ToolStripMenuItemAddInputRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddInputRegister_Click);
     //
     // _ToolStripMenuItemRemoveInputRegister
     //
     _ToolStripMenuItemRemoveInputRegister.Name   = "_ToolStripMenuItemRemoveInputRegister";
     _ToolStripMenuItemRemoveInputRegister.Size   = new System.Drawing.Size(203, 24);
     _ToolStripMenuItemRemoveInputRegister.Text   = "Удалить регистр";
     _ToolStripMenuItemRemoveInputRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveInputRegister_Click);
     //
     // _TabPageCoils
     //
     _TabPageCoils.Controls.Add(_DataGridViewCoils);
     _TabPageCoils.Location = new System.Drawing.Point(4, 25);
     _TabPageCoils.Name     = "_TabPageCoils";
     _TabPageCoils.Size     = new System.Drawing.Size(576, 381);
     _TabPageCoils.TabIndex = 2;
     _TabPageCoils.Text     = "Coils";
     _TabPageCoils.UseVisualStyleBackColor = true;
     //
     // _DataGridViewCoils
     //
     _DataGridViewCoils.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     _DataGridViewCoils.ContextMenuStrip            = _ContextMenuStripCoils;
     _DataGridViewCoils.Dock               = System.Windows.Forms.DockStyle.Fill;
     _DataGridViewCoils.Location           = new System.Drawing.Point(0, 0);
     _DataGridViewCoils.Name               = "_DataGridViewCoils";
     _DataGridViewCoils.RowTemplate.Height = 24;
     _DataGridViewCoils.Size               = new System.Drawing.Size(576, 381);
     _DataGridViewCoils.TabIndex           = 0;
     //
     // _ContextMenuStripCoils
     //
     _ContextMenuStripCoils.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _ToolStripMenuItemAddCoil,
         _ToolStripMenuItemRemoveCoil
     });
     _ContextMenuStripCoils.Name = "_ContextMenuStripCoils";
     _ContextMenuStripCoils.Size = new System.Drawing.Size(278, 52);
     //
     // _ToolStripMenuItemAddCoil
     //
     _ToolStripMenuItemAddCoil.Name   = "_ToolStripMenuItemAddCoil";
     _ToolStripMenuItemAddCoil.Size   = new System.Drawing.Size(277, 24);
     _ToolStripMenuItemAddCoil.Text   = "Добавить дискр. вход/выход";
     _ToolStripMenuItemAddCoil.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddCoil_Click);
     //
     // _ToolStripMenuItemRemoveCoil
     //
     _ToolStripMenuItemRemoveCoil.Name   = "_ToolStripMenuItemRemoveCoil";
     _ToolStripMenuItemRemoveCoil.Size   = new System.Drawing.Size(277, 24);
     _ToolStripMenuItemRemoveCoil.Text   = "Удалить дискр. вход/выход";
     _ToolStripMenuItemRemoveCoil.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveCoil_Click);
     //
     // _TabPageDiscretesInputs
     //
     _TabPageDiscretesInputs.Controls.Add(_DataGridViewDiscretesInputs);
     _TabPageDiscretesInputs.Location = new System.Drawing.Point(4, 25);
     _TabPageDiscretesInputs.Name     = "_TabPageDiscretesInputs";
     _TabPageDiscretesInputs.Size     = new System.Drawing.Size(576, 381);
     _TabPageDiscretesInputs.TabIndex = 3;
     _TabPageDiscretesInputs.Text     = "Discretes Inputs";
     _TabPageDiscretesInputs.UseVisualStyleBackColor = true;
     //
     // _DataGridViewDiscretesInputs
     //
     _DataGridViewDiscretesInputs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     _DataGridViewDiscretesInputs.ContextMenuStrip            = _ContextMenuStripDiscretesInputs;
     _DataGridViewDiscretesInputs.Dock               = System.Windows.Forms.DockStyle.Fill;
     _DataGridViewDiscretesInputs.Location           = new System.Drawing.Point(0, 0);
     _DataGridViewDiscretesInputs.Name               = "_DataGridViewDiscretesInputs";
     _DataGridViewDiscretesInputs.RowTemplate.Height = 24;
     _DataGridViewDiscretesInputs.Size               = new System.Drawing.Size(576, 381);
     _DataGridViewDiscretesInputs.TabIndex           = 0;
     //
     // _ContextMenuStripDiscretesInputs
     //
     _ContextMenuStripDiscretesInputs.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _ToolStripMenuItemAddDiscreteInput,
         _ToolStripMenuItemRemoveDiscreteInput
     });
     _ContextMenuStripDiscretesInputs.Name = "_ContextMenuStripDiscretesInputs";
     _ContextMenuStripDiscretesInputs.Size = new System.Drawing.Size(269, 52);
     //
     // _ToolStripMenuItemAddDiscreteInput
     //
     _ToolStripMenuItemAddDiscreteInput.Name   = "_ToolStripMenuItemAddDiscreteInput";
     _ToolStripMenuItemAddDiscreteInput.Size   = new System.Drawing.Size(268, 24);
     _ToolStripMenuItemAddDiscreteInput.Text   = "Добавить дискретный вход";
     _ToolStripMenuItemAddDiscreteInput.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddDiscreteInput_Click);
     //
     // _ToolStripMenuItemRemoveDiscreteInput
     //
     _ToolStripMenuItemRemoveDiscreteInput.Name   = "_ToolStripMenuItemRemoveDiscreteInput";
     _ToolStripMenuItemRemoveDiscreteInput.Size   = new System.Drawing.Size(268, 24);
     _ToolStripMenuItemRemoveDiscreteInput.Text   = "Удалить дискретный вход";
     _ToolStripMenuItemRemoveDiscreteInput.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveDiscreteInput_Click);
     //
     // _TabPageFiles
     //
     _TabPageFiles.Controls.Add(_SplitContainerFiles);
     _TabPageFiles.Location = new System.Drawing.Point(4, 25);
     _TabPageFiles.Name     = "_TabPageFiles";
     _TabPageFiles.Size     = new System.Drawing.Size(576, 381);
     _TabPageFiles.TabIndex = 4;
     _TabPageFiles.Text     = "Files";
     _TabPageFiles.UseVisualStyleBackColor = true;
     //
     // _SplitContainerFiles
     //
     _SplitContainerFiles.Dock        = System.Windows.Forms.DockStyle.Fill;
     _SplitContainerFiles.Location    = new System.Drawing.Point(0, 0);
     _SplitContainerFiles.Name        = "_SplitContainerFiles";
     _SplitContainerFiles.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // _SplitContainerFiles.Panel1
     //
     _SplitContainerFiles.Panel1.Controls.Add(_DataGridViewFiles);
     //
     // _SplitContainerFiles.Panel2
     //
     _SplitContainerFiles.Panel2.Controls.Add(_DataGridViewRecords);
     _SplitContainerFiles.Size             = new System.Drawing.Size(576, 381);
     _SplitContainerFiles.SplitterDistance = 194;
     _SplitContainerFiles.TabIndex         = 0;
     //
     // _DataGridViewFiles
     //
     _DataGridViewFiles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     _DataGridViewFiles.ContextMenuStrip            = _ContextMenuStripFiles;
     _DataGridViewFiles.Dock               = System.Windows.Forms.DockStyle.Fill;
     _DataGridViewFiles.Location           = new System.Drawing.Point(0, 0);
     _DataGridViewFiles.Name               = "_DataGridViewFiles";
     _DataGridViewFiles.RowTemplate.Height = 24;
     _DataGridViewFiles.Size               = new System.Drawing.Size(576, 194);
     _DataGridViewFiles.TabIndex           = 0;
     //
     // _ContextMenuStripFiles
     //
     _ContextMenuStripFiles.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _ToolStripMenuItemAddFile,
         _ToolStripMenuItemRemoveFile
     });
     _ContextMenuStripFiles.Name = "_ContextMenuStripFiles";
     _ContextMenuStripFiles.Size = new System.Drawing.Size(185, 52);
     //
     // _ToolStripMenuItemAddFile
     //
     _ToolStripMenuItemAddFile.Name   = "_ToolStripMenuItemAddFile";
     _ToolStripMenuItemAddFile.Size   = new System.Drawing.Size(184, 24);
     _ToolStripMenuItemAddFile.Text   = "Добавить файл";
     _ToolStripMenuItemAddFile.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddFile_Click);
     //
     // _ToolStripMenuItemRemoveFile
     //
     _ToolStripMenuItemRemoveFile.Name   = "_ToolStripMenuItemRemoveFile";
     _ToolStripMenuItemRemoveFile.Size   = new System.Drawing.Size(184, 24);
     _ToolStripMenuItemRemoveFile.Text   = "Удалить файл";
     _ToolStripMenuItemRemoveFile.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveFile_Click);
     //
     // _DataGridViewRecords
     //
     _DataGridViewRecords.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     _DataGridViewRecords.ContextMenuStrip            = _ContextMenuStripRecords;
     _DataGridViewRecords.Dock               = System.Windows.Forms.DockStyle.Fill;
     _DataGridViewRecords.Location           = new System.Drawing.Point(0, 0);
     _DataGridViewRecords.Name               = "_DataGridViewRecords";
     _DataGridViewRecords.RowTemplate.Height = 24;
     _DataGridViewRecords.Size               = new System.Drawing.Size(576, 183);
     _DataGridViewRecords.TabIndex           = 0;
     //
     // _ContextMenuStripRecords
     //
     _ContextMenuStripRecords.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _ToolStripMenuItemAddRecord,
         _ToolStripMenuItemRemoveRecord
     });
     _ContextMenuStripRecords.Name = "_ContextMenuStripRecords";
     _ContextMenuStripRecords.Size = new System.Drawing.Size(198, 52);
     //
     // _ToolStripMenuItemAddRecord
     //
     _ToolStripMenuItemAddRecord.Name   = "_ToolStripMenuItemAddRecord";
     _ToolStripMenuItemAddRecord.Size   = new System.Drawing.Size(197, 24);
     _ToolStripMenuItemAddRecord.Text   = "Добавить запись";
     _ToolStripMenuItemAddRecord.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddRecord_Click);
     //
     // _ToolStripMenuItemRemoveRecord
     //
     _ToolStripMenuItemRemoveRecord.Name   = "_ToolStripMenuItemRemoveRecord";
     _ToolStripMenuItemRemoveRecord.Size   = new System.Drawing.Size(197, 24);
     _ToolStripMenuItemRemoveRecord.Text   = "Удалить запись";
     _ToolStripMenuItemRemoveRecord.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveRecord_Click);
     //
     // FormEditNetworkController
     //
     AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     AutoSize            = true;
     ClientSize          = new System.Drawing.Size(880, 456);
     Controls.Add(_SplitContainerMain);
     Controls.Add(_StatusStripMain);
     Controls.Add(_MenuStripMain);
     MainMenuStrip = _MenuStripMain;
     MaximizeBox   = false;
     MinimizeBox   = false;
     Name          = "FormEditNetworkController";
     ShowIcon      = false;
     ShowInTaskbar = false;
     StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text          = "Редактор сети Modbus";
     Load         += new System.EventHandler(EventHandler_FormEditNetworkController_Load);
     FormClosed   += new System.Windows.Forms.FormClosedEventHandler(EventHandler_FormEditNetworkController_FormClosed);
     FormClosing  += new System.Windows.Forms.FormClosingEventHandler(EventHandler_FormEditNetworkController_FormClosing);
     _SplitContainerMain.Panel1.ResumeLayout(false);
     _SplitContainerMain.Panel2.ResumeLayout(false);
     _SplitContainerMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewDevicesList)).EndInit();
     _ContextMenuStripDevicesList.ResumeLayout(false);
     _TabControlDevice.ResumeLayout(false);
     _TabPageHoldingRegisters.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewHoldingRegisters)).EndInit();
     _ContextMenuStripHoldingRegisters.ResumeLayout(false);
     _TabPageInputRegisters.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewInputRegisters)).EndInit();
     _ContextMenuStripInputRegisters.ResumeLayout(false);
     _TabPageCoils.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewCoils)).EndInit();
     _ContextMenuStripCoils.ResumeLayout(false);
     _TabPageDiscretesInputs.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewDiscretesInputs)).EndInit();
     _ContextMenuStripDiscretesInputs.ResumeLayout(false);
     _TabPageFiles.ResumeLayout(false);
     _SplitContainerFiles.Panel1.ResumeLayout(false);
     _SplitContainerFiles.Panel2.ResumeLayout(false);
     _SplitContainerFiles.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewFiles)).EndInit();
     _ContextMenuStripFiles.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewRecords)).EndInit();
     _ContextMenuStripRecords.ResumeLayout(false);
     ResumeLayout(false);
     PerformLayout();
 }