// Token: 0x060020B3 RID: 8371 RVA: 0x0006E6E0 File Offset: 0x0006C8E0
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::ns25.RTFEditor));
     this.btnCancel = new global::System.Windows.Forms.Button();
     this.btnAccept = new global::System.Windows.Forms.Button();
     this.rtfValue  = new global::ns26.RichTextBoxExtended();
     base.SuspendLayout();
     this.btnCancel.Anchor                  = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.btnCancel.DialogResult            = global::System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new global::System.Drawing.Point(440, 241);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new global::System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex                = 2;
     this.btnCancel.Text                    = "&Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click                  += new global::System.EventHandler(this.btnCancel_Click);
     this.btnAccept.Anchor                  = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.btnAccept.Location                = new global::System.Drawing.Point(359, 241);
     this.btnAccept.Name                    = "btnAccept";
     this.btnAccept.Size                    = new global::System.Drawing.Size(75, 23);
     this.btnAccept.TabIndex                = 1;
     this.btnAccept.Text                    = "&Accept";
     this.btnAccept.UseVisualStyleBackColor = true;
     this.btnAccept.Click                  += new global::System.EventHandler(this.btnAccept_Click);
     this.rtfValue.Anchor                   = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.rtfValue.Location                 = new global::System.Drawing.Point(11, 11);
     this.rtfValue.Name       = "rtfValue";
     this.rtfValue.Rtf        = "{\\rtf1\\ansi\\ansicpg1251\\deff0\\deflang1049{\\fonttbl{\\f0\\fnil\\fcharset204 Microsoft Sans Serif;}}\r\n\\viewkind4\\uc1\\pard\\f0\\fs17\\par\r\n}\r\n";
     this.rtfValue.Size       = new global::System.Drawing.Size(504, 224);
     this.rtfValue.TabIndex   = 0;
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize          = new global::System.Drawing.Size(527, 271);
     base.Controls.Add(this.btnAccept);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.rtfValue);
     base.Icon          = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.Name          = "RTFEditor";
     base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Edit Value";
     base.ResumeLayout(false);
 }
Example #2
0
 // Token: 0x060005C8 RID: 1480 RVA: 0x00031694 File Offset: 0x0002F894
 private void InitializeComponent()
 {
     this.icontainer_0 = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Startup));
     this.bunifuElipse_0 = new global::Bunifu.Framework.UI.BunifuElipse(this.icontainer_0);
     base.SuspendLayout();
     this.bunifuElipse_0.ElipseRadius  = 10;
     this.bunifuElipse_0.TargetControl = this;
     base.AutoScaleDimensions          = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode   = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize      = new global::System.Drawing.Size(910, 583);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     this.MinimumSize     = new global::System.Drawing.Size(652, 322);
     base.Name            = "Startup";
     base.Opacity         = 0.0;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Loading";
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::wAirCut.StringListEditor));
     this.TextBox1   = new global::System.Windows.Forms.TextBox();
     this.ToolStrip1 = new global::System.Windows.Forms.ToolStrip();
     this.tsbAcept   = new global::System.Windows.Forms.ToolStripButton();
     this.tsbCancel  = new global::System.Windows.Forms.ToolStripButton();
     this.ToolStrip1.SuspendLayout();
     base.SuspendLayout();
     componentResourceManager.ApplyResources(this.TextBox1, "TextBox1");
     this.TextBox1.Name = "TextBox1";
     componentResourceManager.ApplyResources(this.ToolStrip1, "ToolStrip1");
     this.ToolStrip1.GripStyle        = global::System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolStrip1.ImageScalingSize = new global::System.Drawing.Size(32, 32);
     this.ToolStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.tsbAcept,
         this.tsbCancel
     });
     this.ToolStrip1.Name = "ToolStrip1";
     componentResourceManager.ApplyResources(this.tsbAcept, "tsbAcept");
     this.tsbAcept.Image = global::GClass0.Bitmap_1;
     this.tsbAcept.Name  = "tsbAcept";
     componentResourceManager.ApplyResources(this.tsbCancel, "tsbCancel");
     this.tsbCancel.Alignment = global::System.Windows.Forms.ToolStripItemAlignment.Right;
     this.tsbCancel.Image     = global::GClass0.Bitmap_13;
     this.tsbCancel.Name      = "tsbCancel";
     componentResourceManager.ApplyResources(this, "$this");
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
     base.Controls.Add(this.TextBox1);
     base.Controls.Add(this.ToolStrip1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "StringListEditor";
     base.ShowIcon        = false;
     this.ToolStrip1.ResumeLayout(false);
     this.ToolStrip1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Example #4
0
 void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::ZStatus));
     this.lblStatus2 = new global::System.Windows.Forms.Label();
     this.lblStatus1 = new global::System.Windows.Forms.Label();
     this.lblTitle   = new global::System.Windows.Forms.Label();
     base.SuspendLayout();
     this.lblStatus2.Location  = new global::System.Drawing.Point(8, 50);
     this.lblStatus2.Name      = "lblStatus2";
     this.lblStatus2.Size      = new global::System.Drawing.Size(472, 16);
     this.lblStatus2.TabIndex  = 5;
     this.lblStatus2.TextAlign = global::System.Drawing.ContentAlignment.MiddleCenter;
     this.lblStatus1.Location  = new global::System.Drawing.Point(8, 30);
     this.lblStatus1.Name      = "lblStatus1";
     this.lblStatus1.Size      = new global::System.Drawing.Size(472, 16);
     this.lblStatus1.TabIndex  = 4;
     this.lblStatus1.TextAlign = global::System.Drawing.ContentAlignment.MiddleCenter;
     this.lblTitle.Font        = new global::System.Drawing.Font("Arial", 12f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.lblTitle.Location    = new global::System.Drawing.Point(8, 6);
     this.lblTitle.Name        = "lblTitle";
     this.lblTitle.Size        = new global::System.Drawing.Size(472, 20);
     this.lblTitle.TabIndex    = 3;
     this.lblTitle.Text        = "Please Wait...";
     this.lblTitle.TextAlign   = global::System.Drawing.ContentAlignment.MiddleCenter;
     base.AutoScaleDimensions  = new global::System.Drawing.SizeF(6f, 14f);
     base.AutoScaleMode        = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor            = global::System.Drawing.Color.FromArgb(0, 0, 32);
     base.ClientSize           = new global::System.Drawing.Size(488, 72);
     base.Controls.Add(this.lblStatus2);
     base.Controls.Add(this.lblStatus1);
     base.Controls.Add(this.lblTitle);
     this.Font            = new global::System.Drawing.Font("Arial", 8.25f);
     this.ForeColor       = global::System.Drawing.Color.White;
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.Name            = "ZStatus";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Status";
     base.TopMost         = true;
     base.ResumeLayout(false);
 }
Example #5
0
 // Token: 0x06000138 RID: 312 RVA: 0x0000EAA8 File Offset: 0x0000CCA8
 private void InitializeComponent()
 {
     this.icontainer_0 = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::MainWindow));
     this.resisze_button             = new global::System.Windows.Forms.Label();
     this.browser_panel              = new global::System.Windows.Forms.Panel();
     this.bunifuElipse_0             = new global::Bunifu.Framework.UI.BunifuElipse(this.icontainer_0);
     this.bunifuFormFadeTransition_0 = new global::Bunifu.Framework.UI.BunifuFormFadeTransition(this.icontainer_0);
     base.SuspendLayout();
     this.resisze_button.Location          = new global::System.Drawing.Point(0, 0);
     this.resisze_button.Name              = "resisze_button";
     this.resisze_button.Size              = new global::System.Drawing.Size(100, 23);
     this.resisze_button.TabIndex          = 2;
     this.browser_panel.Anchor             = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.browser_panel.Location           = new global::System.Drawing.Point(1, -1);
     this.browser_panel.Name               = "browser_panel";
     this.browser_panel.Size               = new global::System.Drawing.Size(1296, 734);
     this.browser_panel.TabIndex           = 1;
     this.bunifuElipse_0.ElipseRadius      = 20;
     this.bunifuElipse_0.TargetControl     = this;
     this.bunifuFormFadeTransition_0.Delay = 3;
     base.AutoScaleDimensions              = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor     = global::System.Drawing.Color.FromArgb(22, 21, 26);
     base.ClientSize    = new global::System.Drawing.Size(1214, 612);
     base.Controls.Add(this.browser_panel);
     base.Controls.Add(this.resisze_button);
     this.DoubleBuffered  = true;
     this.ForeColor       = global::System.Drawing.Color.FromArgb(22, 21, 26);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     this.MinimumSize     = new global::System.Drawing.Size(412, 252);
     base.Name            = "MainWindow";
     base.Opacity         = 0.0;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "CyberAIO";
     base.ResumeLayout(false);
 }
Example #6
0
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::ns2.u));
     this.ProgressBar1 = new global::System.Windows.Forms.ProgressBar();
     this.Timer1       = new global::System.Windows.Forms.Timer(this.components);
     base.SuspendLayout();
     this.ProgressBar1.Location = new global::System.Drawing.Point(0, 0);
     this.ProgressBar1.Name     = "ProgressBar1";
     this.ProgressBar1.Size     = new global::System.Drawing.Size(10, 10);
     this.ProgressBar1.TabIndex = 0;
     base.AutoScaleDimensions   = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode         = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = global::System.Drawing.Color.Black;
     base.ClientSize            = new global::System.Drawing.Size(10, 10);
     base.Controls.Add(this.ProgressBar1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     this.MaximumSize     = new global::System.Drawing.Size(10, 10);
     this.MinimumSize     = new global::System.Drawing.Size(10, 10);
     base.Name            = "u";
     base.ResumeLayout(false);
 }
Example #7
0
 // Token: 0x06001B52 RID: 6994 RVA: 0x00053E68 File Offset: 0x00052068
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::ns17.UninstallationCleanUp));
     this.DeletingFileLabel     = new global::System.Windows.Forms.Label();
     this.CleaningUpLabel       = new global::System.Windows.Forms.Label();
     this.folderBrowserDialog_0 = new global::System.Windows.Forms.FolderBrowserDialog();
     base.SuspendLayout();
     this.DeletingFileLabel.AutoEllipsis    = true;
     this.DeletingFileLabel.Font            = new global::System.Drawing.Font("Georgia", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 204);
     this.DeletingFileLabel.Location        = new global::System.Drawing.Point(99, 9);
     this.DeletingFileLabel.Name            = "DeletingFileLabel";
     this.DeletingFileLabel.Size            = new global::System.Drawing.Size(266, 14);
     this.DeletingFileLabel.TabIndex        = 2;
     this.CleaningUpLabel.AutoSize          = true;
     this.CleaningUpLabel.Font              = new global::System.Drawing.Font("Georgia", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 204);
     this.CleaningUpLabel.Location          = new global::System.Drawing.Point(12, 9);
     this.CleaningUpLabel.Name              = "CleaningUpLabel";
     this.CleaningUpLabel.Size              = new global::System.Drawing.Size(81, 14);
     this.CleaningUpLabel.TabIndex          = 1;
     this.CleaningUpLabel.Text              = "Cleaning up:";
     this.folderBrowserDialog_0.Description = "Please choose a new directory for your screenshots.";
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize          = new global::System.Drawing.Size(377, 33);
     base.Controls.Add(this.DeletingFileLabel);
     base.Controls.Add(this.CleaningUpLabel);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "UninstallationCleanUp";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "The ToonTown Spoofer : Clean Up";
     base.Shown          += new global::System.EventHandler(this.UninstallationCleanUp_Shown);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Example #8
0
 // Token: 0x060000C1 RID: 193 RVA: 0x00010928 File Offset: 0x0000EB28
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::SpaceKill_Kill.Update));
     this.progressBar1 = new global::System.Windows.Forms.ProgressBar();
     this.pictureBox1  = new global::System.Windows.Forms.PictureBox();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.progressBar1.Location = new global::System.Drawing.Point(12, 368);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new global::System.Drawing.Size(342, 30);
     this.progressBar1.TabIndex = 0;
     this.progressBar1.Visible  = false;
     this.pictureBox1.Dock      = global::System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Location  = new global::System.Drawing.Point(0, 0);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new global::System.Drawing.Size(600, 450);
     this.pictureBox1.SizeMode  = global::System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex  = 2;
     this.pictureBox1.TabStop   = false;
     base.AutoScaleDimensions   = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode         = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = global::System.Drawing.Color.White;
     base.ClientSize            = new global::System.Drawing.Size(600, 450);
     base.Controls.Add(this.pictureBox1);
     base.Controls.Add(this.progressBar1);
     base.MaximizeBox   = false;
     base.MinimizeBox   = false;
     base.Name          = "Update";
     base.Sizable       = false;
     base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Update";
     base.Load         += new global::System.EventHandler(this.Update_Load);
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 // Token: 0x06000004 RID: 4 RVA: 0x00002080 File Offset: 0x00000280
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::XiaoMiFlash.form.ProcessFrm));
     this.label1      = new global::System.Windows.Forms.Label();
     this.pictureBox1 = new global::System.Windows.Forms.PictureBox();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.label1.AutoSize      = true;
     this.label1.Location      = new global::System.Drawing.Point(91, 29);
     this.label1.Name          = "label1";
     this.label1.Size          = new global::System.Drawing.Size(89, 12);
     this.label1.TabIndex      = 0;
     this.label1.Text          = "MD5 validation";
     this.pictureBox1.Image    = (global::System.Drawing.Image)componentResourceManager.GetObject("pictureBox1.Image");
     this.pictureBox1.Location = new global::System.Drawing.Point(103, 92);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new global::System.Drawing.Size(100, 50);
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop  = false;
     base.AutoScaleDimensions  = new global::System.Drawing.SizeF(6f, 12f);
     base.AutoScaleMode        = global::System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize             = true;
     base.ClientSize           = new global::System.Drawing.Size(284, 262);
     base.Controls.Add(this.pictureBox1);
     base.Controls.Add(this.label1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "processFrm";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "processFrm";
     base.TopMost         = true;
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Example #10
0
 // Token: 0x06000077 RID: 119 RVA: 0x00008748 File Offset: 0x00006948
 private void InitializeComponent()
 {
     this.icontainer_0 = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Licenser));
     this.bunifuDragControl_0 = new global::Bunifu.Framework.UI.BunifuDragControl(this.icontainer_0);
     this.topPanel            = new global::System.Windows.Forms.Panel();
     this.close_btn           = new global::System.Windows.Forms.PictureBox();
     this.label1         = new global::System.Windows.Forms.Label();
     this.cyberaio_logo  = new global::System.Windows.Forms.PictureBox();
     this.bunifuElipse_0 = new global::Bunifu.Framework.UI.BunifuElipse(this.icontainer_0);
     this.status_label   = new global::Bunifu.Framework.UI.BunifuCustomLabel();
     this.key_box        = new global::Bunifu.Framework.UI.BunifuMetroTextbox();
     this.activate_btn   = new global::Bunifu.Framework.UI.BunifuFlatButton();
     this.topPanel.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.close_btn).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.cyberaio_logo).BeginInit();
     base.SuspendLayout();
     this.bunifuDragControl_0.Fixed         = true;
     this.bunifuDragControl_0.Horizontal    = true;
     this.bunifuDragControl_0.TargetControl = this.topPanel;
     this.bunifuDragControl_0.Vertical      = true;
     this.topPanel.Controls.Add(this.close_btn);
     this.topPanel.Controls.Add(this.label1);
     this.topPanel.Controls.Add(this.cyberaio_logo);
     this.topPanel.Dock                         = global::System.Windows.Forms.DockStyle.Top;
     this.topPanel.Location                     = new global::System.Drawing.Point(0, 0);
     this.topPanel.Name                         = "topPanel";
     this.topPanel.Size                         = new global::System.Drawing.Size(493, 85);
     this.topPanel.TabIndex                     = 7;
     this.close_btn.Cursor                      = global::System.Windows.Forms.Cursors.Hand;
     this.close_btn.Image                       = (global::System.Drawing.Image)componentResourceManager.GetObject("close_btn.Image");
     this.close_btn.Location                    = new global::System.Drawing.Point(456, 8);
     this.close_btn.Name                        = "close_btn";
     this.close_btn.Size                        = new global::System.Drawing.Size(27, 28);
     this.close_btn.SizeMode                    = global::System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.close_btn.TabIndex                    = 10;
     this.close_btn.TabStop                     = false;
     this.close_btn.Click                      += new global::System.EventHandler(this.close_btn_Click);
     this.label1.AutoSize                       = true;
     this.label1.BackColor                      = global::System.Drawing.Color.Transparent;
     this.label1.Font                           = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.label1.ForeColor                      = global::System.Drawing.Color.White;
     this.label1.Location                       = new global::System.Drawing.Point(168, 53);
     this.label1.Name                           = "label1";
     this.label1.Size                           = new global::System.Drawing.Size(162, 13);
     this.label1.TabIndex                       = 9;
     this.label1.Text                           = "ACTIVATE YOUR LICENSE";
     this.cyberaio_logo.Cursor                  = global::System.Windows.Forms.Cursors.Default;
     this.cyberaio_logo.Image                   = (global::System.Drawing.Image)componentResourceManager.GetObject("cyberaio_logo.Image");
     this.cyberaio_logo.Location                = new global::System.Drawing.Point(149, 12);
     this.cyberaio_logo.Name                    = "cyberaio_logo";
     this.cyberaio_logo.Size                    = new global::System.Drawing.Size(200, 29);
     this.cyberaio_logo.SizeMode                = global::System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.cyberaio_logo.TabIndex                = 6;
     this.cyberaio_logo.TabStop                 = false;
     this.bunifuElipse_0.ElipseRadius           = 5;
     this.bunifuElipse_0.TargetControl          = this;
     this.status_label.Font                     = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.status_label.ForeColor                = global::System.Drawing.SystemColors.ButtonFace;
     this.status_label.ImageAlign               = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.status_label.Location                 = new global::System.Drawing.Point(2, 190);
     this.status_label.Name                     = "status_label";
     this.status_label.Size                     = new global::System.Drawing.Size(491, 22);
     this.status_label.TabIndex                 = 15;
     this.status_label.TextAlign                = global::System.Drawing.ContentAlignment.TopCenter;
     this.key_box.BorderColorFocused            = global::System.Drawing.Color.White;
     this.key_box.BorderColorIdle               = global::System.Drawing.Color.White;
     this.key_box.BorderColorMouseHover         = global::System.Drawing.Color.White;
     this.key_box.BorderThickness               = 3;
     this.key_box.characterCasing               = global::System.Windows.Forms.CharacterCasing.Normal;
     this.key_box.Cursor                        = global::System.Windows.Forms.Cursors.IBeam;
     this.key_box.Font                          = new global::System.Drawing.Font("Century Gothic", 9.75f);
     this.key_box.ForeColor                     = global::System.Drawing.Color.Gray;
     this.key_box.isPassword                    = false;
     this.key_box.Location                      = new global::System.Drawing.Point(63, 142);
     this.key_box.Margin                        = new global::System.Windows.Forms.Padding(4);
     this.key_box.MaxLength                     = 32767;
     this.key_box.Name                          = "key_box";
     this.key_box.Size                          = new global::System.Drawing.Size(370, 44);
     this.key_box.TabIndex                      = 16;
     this.key_box.Text                          = "Enter your key here";
     this.key_box.TextAlign                     = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.key_box.Click                        += new global::System.EventHandler(this.key_box_Enter);
     this.key_box.Enter                        += new global::System.EventHandler(this.key_box_Enter);
     this.activate_btn.Active                   = false;
     this.activate_btn.Activecolor              = global::System.Drawing.Color.Transparent;
     this.activate_btn.BackColor                = global::System.Drawing.Color.Transparent;
     this.activate_btn.BackgroundImageLayout    = global::System.Windows.Forms.ImageLayout.Stretch;
     this.activate_btn.BorderRadius             = 0;
     this.activate_btn.ButtonText               = "  ACTIVATE";
     this.activate_btn.Cursor                   = global::System.Windows.Forms.Cursors.Hand;
     this.activate_btn.DisabledColor            = global::System.Drawing.Color.Gray;
     this.activate_btn.Font                     = new global::System.Drawing.Font("Verdana", 12f);
     this.activate_btn.Iconcolor                = global::System.Drawing.Color.Transparent;
     this.activate_btn.Iconimage                = (global::System.Drawing.Image)componentResourceManager.GetObject("activate_btn.Iconimage");
     this.activate_btn.Iconimage_right          = null;
     this.activate_btn.Iconimage_right_Selected = null;
     this.activate_btn.Iconimage_Selected       = null;
     this.activate_btn.IconMarginLeft           = 0;
     this.activate_btn.IconMarginRight          = 0;
     this.activate_btn.IconRightVisible         = true;
     this.activate_btn.IconRightZoom            = 0.0;
     this.activate_btn.IconVisible              = true;
     this.activate_btn.IconZoom                 = 35.0;
     this.activate_btn.IsTab                    = false;
     this.activate_btn.Location                 = new global::System.Drawing.Point(149, 216);
     this.activate_btn.Margin                   = new global::System.Windows.Forms.Padding(5, 4, 5, 4);
     this.activate_btn.Name                     = "activate_btn";
     this.activate_btn.Normalcolor              = global::System.Drawing.Color.Transparent;
     this.activate_btn.OnHovercolor             = global::System.Drawing.Color.Transparent;
     this.activate_btn.OnHoverTextColor         = global::System.Drawing.Color.FromArgb(43, 184, 115);
     this.activate_btn.selected                 = false;
     this.activate_btn.Size                     = new global::System.Drawing.Size(255, 75);
     this.activate_btn.TabIndex                 = 17;
     this.activate_btn.Text                     = "  ACTIVATE";
     this.activate_btn.TextAlign                = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.activate_btn.Textcolor                = global::System.Drawing.Color.FromArgb(43, 184, 115);
     this.activate_btn.TextFont                 = new global::System.Drawing.Font("Verdana", 12f);
     this.activate_btn.Click                   += new global::System.EventHandler(this.activate_btn_Click);
     base.AutoScaleDimensions                   = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode                         = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor  = global::System.Drawing.Color.FromArgb(35, 34, 40);
     base.ClientSize = new global::System.Drawing.Size(493, 304);
     base.Controls.Add(this.activate_btn);
     base.Controls.Add(this.key_box);
     base.Controls.Add(this.status_label);
     base.Controls.Add(this.topPanel);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.Name            = "Licenser";
     base.Opacity         = 0.0;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "License";
     this.topPanel.ResumeLayout(false);
     this.topPanel.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.close_btn).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.cyberaio_logo).EndInit();
     base.ResumeLayout(false);
 }
Example #11
0
 // Token: 0x0600003D RID: 61 RVA: 0x00008F80 File Offset: 0x00008F80
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::KrakenX.Settings));
     this.drag             = new global::System.Windows.Forms.Panel();
     this.watermark        = new global::Guna.UI.WinForms.GunaLabel();
     this.exit             = new global::Guna.UI.WinForms.GunaButton();
     this.rpc_switch       = new global::Guna.UI.WinForms.GunaGoogleSwitch();
     this.topmost_label    = new global::Guna.UI.WinForms.GunaLabel();
     this.gunaLabel1       = new global::Guna.UI.WinForms.GunaLabel();
     this.topmost_switch   = new global::Guna.UI.WinForms.GunaGoogleSwitch();
     this.AA_switch        = new global::Guna.UI.WinForms.GunaGoogleSwitch();
     this.gunaLabel2       = new global::Guna.UI.WinForms.GunaLabel();
     this.fade_out         = new global::System.Windows.Forms.Timer(this.components);
     this.fade_in          = new global::System.Windows.Forms.Timer(this.components);
     this.r_trackbar       = new global::Guna.UI.WinForms.GunaMetroTrackBar();
     this.gunaLabel3       = new global::Guna.UI.WinForms.GunaLabel();
     this.gunaLabel4       = new global::Guna.UI.WinForms.GunaLabel();
     this.gunaLabel5       = new global::Guna.UI.WinForms.GunaLabel();
     this.g_trackbar       = new global::Guna.UI.WinForms.GunaMetroTrackBar();
     this.b_trackbar       = new global::Guna.UI.WinForms.GunaMetroTrackBar();
     this.color_picker     = new global::Guna.UI.WinForms.GunaElipsePanel();
     this.realtime_updater = new global::System.Windows.Forms.Timer(this.components);
     this.RGB_Panel        = new global::System.Windows.Forms.Timer(this.components);
     this.killrblx         = new global::Guna.UI.WinForms.GunaButton();
     this.discord          = new global::Guna.UI.WinForms.GunaButton();
     this.realtime         = new global::Guna.UI.WinForms.GunaButton();
     this.title            = new global::Guna.UI.WinForms.GunaButton();
     this.text             = new global::Guna.UI.WinForms.GunaButton();
     this.paint            = new global::Guna.UI.WinForms.GunaButton();
     this.reset_rgb        = new global::Guna.UI.WinForms.GunaButton();
     this.drag.SuspendLayout();
     base.SuspendLayout();
     this.drag.BackColor = global::System.Drawing.Color.FromArgb(0, 243, 153);
     this.drag.Controls.Add(this.watermark);
     this.drag.Controls.Add(this.exit);
     this.drag.Dock                      = global::System.Windows.Forms.DockStyle.Top;
     this.drag.Location                  = new global::System.Drawing.Point(0, 0);
     this.drag.Name                      = "drag";
     this.drag.Size                      = new global::System.Drawing.Size(296, 18);
     this.drag.TabIndex                  = 1;
     this.drag.MouseDown                += new global::System.Windows.Forms.MouseEventHandler(this.drag_down);
     this.drag.MouseMove                += new global::System.Windows.Forms.MouseEventHandler(this.drag_move);
     this.watermark.AutoSize             = true;
     this.watermark.Font                 = new global::System.Drawing.Font("Consolas", 10f);
     this.watermark.ForeColor            = global::System.Drawing.Color.White;
     this.watermark.Location             = new global::System.Drawing.Point(3, 0);
     this.watermark.Name                 = "watermark";
     this.watermark.Size                 = new global::System.Drawing.Size(72, 17);
     this.watermark.TabIndex             = 16;
     this.watermark.Text                 = "Kraken X";
     this.exit.AnimationHoverSpeed       = 1f;
     this.exit.AnimationSpeed            = 0.03f;
     this.exit.BackColor                 = global::System.Drawing.Color.Transparent;
     this.exit.BaseColor                 = global::System.Drawing.Color.Transparent;
     this.exit.BorderColor               = global::System.Drawing.Color.FromArgb(0, 243, 153);
     this.exit.DialogResult              = global::System.Windows.Forms.DialogResult.None;
     this.exit.Dock                      = global::System.Windows.Forms.DockStyle.Right;
     this.exit.FocusedColor              = global::System.Drawing.Color.Empty;
     this.exit.Font                      = new global::System.Drawing.Font("Consolas", 11.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.exit.ForeColor                 = global::System.Drawing.Color.White;
     this.exit.Image                     = null;
     this.exit.ImageSize                 = new global::System.Drawing.Size(20, 20);
     this.exit.Location                  = new global::System.Drawing.Point(267, 0);
     this.exit.Name                      = "exit";
     this.exit.OnHoverBaseColor          = global::System.Drawing.Color.FromArgb(0, 243, 153);
     this.exit.OnHoverBorderColor        = global::System.Drawing.Color.FromArgb(0, 243, 153);
     this.exit.OnHoverForeColor          = global::System.Drawing.Color.White;
     this.exit.OnHoverImage              = null;
     this.exit.OnPressedColor            = global::System.Drawing.Color.FromArgb(0, 243, 153);
     this.exit.Radius                    = 5;
     this.exit.Size                      = new global::System.Drawing.Size(29, 18);
     this.exit.TabIndex                  = 15;
     this.exit.Text                      = "-";
     this.exit.TextAlign                 = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.exit.Click                    += new global::System.EventHandler(this.exit_Click);
     this.rpc_switch.BaseColor           = global::System.Drawing.SystemColors.Control;
     this.rpc_switch.CheckedOffColor     = global::System.Drawing.Color.DarkGray;
     this.rpc_switch.CheckedOnColor      = global::System.Drawing.Color.FromArgb(0, 243, 153);
     this.rpc_switch.FillColor           = global::System.Drawing.SystemColors.Control;
     this.rpc_switch.Location            = new global::System.Drawing.Point(15, 41);
     this.rpc_switch.Name                = "rpc_switch";
     this.rpc_switch.Size                = new global::System.Drawing.Size(38, 21);
     this.rpc_switch.TabIndex            = 4;
     this.rpc_switch.CheckedChanged     += new global::System.EventHandler(this.rpc_switch_CheckedChanged);
     this.topmost_label.AutoSize         = true;
     this.topmost_label.Font             = new global::System.Drawing.Font("Consolas", 10f);
     this.topmost_label.ForeColor        = global::System.Drawing.Color.White;
     this.topmost_label.Location         = new global::System.Drawing.Point(12, 65);
     this.topmost_label.Name             = "topmost_label";
     this.topmost_label.Size             = new global::System.Drawing.Size(64, 17);
     this.topmost_label.TabIndex         = 5;
     this.topmost_label.Text             = "TopMost";
     this.gunaLabel1.AutoSize            = true;
     this.gunaLabel1.Font                = new global::System.Drawing.Font("Consolas", 10f);
     this.gunaLabel1.ForeColor           = global::System.Drawing.Color.White;
     this.gunaLabel1.Location            = new global::System.Drawing.Point(12, 21);
     this.gunaLabel1.Name                = "gunaLabel1";
     this.gunaLabel1.Size                = new global::System.Drawing.Size(96, 17);
     this.gunaLabel1.TabIndex            = 6;
     this.gunaLabel1.Text                = "Discord RPC";
     this.topmost_switch.BaseColor       = global::System.Drawing.SystemColors.Control;
     this.topmost_switch.CheckedOffColor = global::System.Drawing.Color.DarkGray;
     this.topmost_switch.CheckedOnColor  = global::System.Drawing.Color.FromArgb(0, 243, 153);
     this.topmost_switch.FillColor       = global::System.Drawing.SystemColors.Control;
     this.topmost_switch.Location        = new global::System.Drawing.Point(15, 85);
     this.topmost_switch.Name            = "topmost_switch";
     this.topmost_switch.Size            = new global::System.Drawing.Size(38, 21);
     this.topmost_switch.TabIndex        = 7;
     this.topmost_switch.CheckedChanged += new global::System.EventHandler(this.topmost_switch_CheckedChanged);
     this.AA_switch.BaseColor            = global::System.Drawing.SystemColors.Control;
     this.AA_switch.CheckedOffColor      = global::System.Drawing.Color.DarkGray;
     this.AA_switch.CheckedOnColor       = global::System.Drawing.Color.FromArgb(0, 243, 153);
     this.AA_switch.FillColor            = global::System.Drawing.SystemColors.Control;
     this.AA_switch.Location             = new global::System.Drawing.Point(999, 999);
     this.AA_switch.Name                 = "AA_switch";
     this.AA_switch.Size                 = new global::System.Drawing.Size(38, 21);
     this.AA_switch.TabIndex             = 9;
     this.gunaLabel2.AutoSize            = true;
     this.gunaLabel2.Font                = new global::System.Drawing.Font("Consolas", 10f);
     this.gunaLabel2.ForeColor           = global::System.Drawing.Color.White;
     this.gunaLabel2.Location            = new global::System.Drawing.Point(999, 999);
     this.gunaLabel2.Name                = "gunaLabel2";
     this.gunaLabel2.Size                = new global::System.Drawing.Size(96, 17);
     this.gunaLabel2.TabIndex            = 8;
     this.gunaLabel2.Text                = "Auto Attach";
     this.fade_out.Interval              = 20;
     this.fade_out.Tick                 += new global::System.EventHandler(this.fade_out_Tick);
     this.fade_in.Interval               = 10;
     this.fade_in.Tick                  += new global::System.EventHandler(this.fade_in_Tick);
     this.r_trackbar.Location            = new global::System.Drawing.Point(155, 96);
     this.r_trackbar.Maximum             = 255;
     this.r_trackbar.Name                = "r_trackbar";
     this.r_trackbar.Size                = new global::System.Drawing.Size(129, 19);
     this.r_trackbar.TabIndex            = 10;
     this.r_trackbar.TrackColor          = global::System.Drawing.Color.IndianRed;
     this.r_trackbar.TrackHoverColor     = global::System.Drawing.Color.IndianRed;
     this.r_trackbar.TrackIdleColor      = global::System.Drawing.Color.Silver;
     this.r_trackbar.TrackPressedColor   = global::System.Drawing.Color.IndianRed;
     this.r_trackbar.Value               = 0;
     this.gunaLabel3.AutoSize            = true;
     this.gunaLabel3.Font                = new global::System.Drawing.Font("Consolas", 12f);
     this.gunaLabel3.ForeColor           = global::System.Drawing.Color.IndianRed;
     this.gunaLabel3.Location            = new global::System.Drawing.Point(131, 96);
     this.gunaLabel3.Name                = "gunaLabel3";
     this.gunaLabel3.Size                = new global::System.Drawing.Size(18, 19);
     this.gunaLabel3.TabIndex            = 13;
     this.gunaLabel3.Text                = "R";
     this.gunaLabel4.AutoSize            = true;
     this.gunaLabel4.Font                = new global::System.Drawing.Font("Consolas", 12f);
     this.gunaLabel4.ForeColor           = global::System.Drawing.Color.SeaGreen;
     this.gunaLabel4.Location            = new global::System.Drawing.Point(131, 115);
     this.gunaLabel4.Name                = "gunaLabel4";
     this.gunaLabel4.Size                = new global::System.Drawing.Size(18, 19);
     this.gunaLabel4.TabIndex            = 14;
     this.gunaLabel4.Text                = "G";
     this.gunaLabel5.AutoSize            = true;
     this.gunaLabel5.Font                = new global::System.Drawing.Font("Consolas", 12f);
     this.gunaLabel5.ForeColor           = global::System.Drawing.Color.DarkTurquoise;
     this.gunaLabel5.Location            = new global::System.Drawing.Point(131, 134);
     this.gunaLabel5.Name                = "gunaLabel5";
     this.gunaLabel5.Size                = new global::System.Drawing.Size(18, 19);
     this.gunaLabel5.TabIndex            = 15;
     this.gunaLabel5.Text                = "B";
     this.g_trackbar.Location            = new global::System.Drawing.Point(155, 115);
     this.g_trackbar.Maximum             = 255;
     this.g_trackbar.Name                = "g_trackbar";
     this.g_trackbar.Size                = new global::System.Drawing.Size(129, 19);
     this.g_trackbar.TabIndex            = 16;
     this.g_trackbar.TrackColor          = global::System.Drawing.Color.SeaGreen;
     this.g_trackbar.TrackHoverColor     = global::System.Drawing.Color.SeaGreen;
     this.g_trackbar.TrackIdleColor      = global::System.Drawing.Color.Silver;
     this.g_trackbar.TrackPressedColor   = global::System.Drawing.Color.SeaGreen;
     this.g_trackbar.Value               = 243;
     this.b_trackbar.Location            = new global::System.Drawing.Point(155, 134);
     this.b_trackbar.Maximum             = 255;
     this.b_trackbar.Name                = "b_trackbar";
     this.b_trackbar.Size                = new global::System.Drawing.Size(129, 19);
     this.b_trackbar.TabIndex            = 17;
     this.b_trackbar.TrackColor          = global::System.Drawing.Color.DarkTurquoise;
     this.b_trackbar.TrackHoverColor     = global::System.Drawing.Color.DarkTurquoise;
     this.b_trackbar.TrackIdleColor      = global::System.Drawing.Color.Silver;
     this.b_trackbar.TrackPressedColor   = global::System.Drawing.Color.DarkTurquoise;
     this.b_trackbar.Value               = 153;
     this.color_picker.BackColor         = global::System.Drawing.Color.Transparent;
     this.color_picker.BaseColor         = global::System.Drawing.Color.FromArgb(0, 243, 153);
     this.color_picker.Location          = new global::System.Drawing.Point(135, 24);
     this.color_picker.Name              = "color_picker";
     this.color_picker.Size              = new global::System.Drawing.Size(149, 66);
     this.color_picker.TabIndex          = 18;
     this.realtime_updater.Interval      = 10;
     this.realtime_updater.Tick         += new global::System.EventHandler(this.RGB_Tick);
     this.RGB_Panel.Interval             = 10;
     this.RGB_Panel.Tick                += new global::System.EventHandler(this.RGB_Panel_Tick);
     this.killrblx.Anchor                = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.killrblx.Animated              = true;
     this.killrblx.AnimationHoverSpeed   = 0.07f;
     this.killrblx.AnimationSpeed        = 0.03f;
     this.killrblx.BackColor             = global::System.Drawing.Color.Transparent;
     this.killrblx.BaseColor             = global::System.Drawing.Color.Transparent;
     this.killrblx.BorderColor           = global::System.Drawing.Color.Aqua;
     this.killrblx.DialogResult          = global::System.Windows.Forms.DialogResult.None;
     this.killrblx.FocusedColor          = global::System.Drawing.Color.Empty;
     this.killrblx.Font                  = new global::System.Drawing.Font("Consolas", 10f);
     this.killrblx.ForeColor             = global::System.Drawing.Color.White;
     this.killrblx.Image                 = null;
     this.killrblx.ImageSize             = new global::System.Drawing.Size(20, 20);
     this.killrblx.Location              = new global::System.Drawing.Point(15, 115);
     this.killrblx.Name                  = "killrblx";
     this.killrblx.OnHoverBaseColor      = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.killrblx.OnHoverBorderColor    = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.killrblx.OnHoverForeColor      = global::System.Drawing.Color.White;
     this.killrblx.OnHoverImage          = null;
     this.killrblx.OnPressedColor        = global::System.Drawing.Color.Black;
     this.killrblx.Radius                = 5;
     this.killrblx.Size                  = new global::System.Drawing.Size(93, 23);
     this.killrblx.TabIndex              = 31;
     this.killrblx.Text                  = "Kill Roblox";
     this.killrblx.TextAlign             = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.killrblx.Click                += new global::System.EventHandler(this.killrblx_Click);
     this.discord.Anchor                 = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.discord.Animated               = true;
     this.discord.AnimationHoverSpeed    = 0.07f;
     this.discord.AnimationSpeed         = 0.03f;
     this.discord.BackColor              = global::System.Drawing.Color.Transparent;
     this.discord.BaseColor              = global::System.Drawing.Color.Transparent;
     this.discord.BorderColor            = global::System.Drawing.Color.Aqua;
     this.discord.DialogResult           = global::System.Windows.Forms.DialogResult.None;
     this.discord.FocusedColor           = global::System.Drawing.Color.Empty;
     this.discord.Font                   = new global::System.Drawing.Font("Consolas", 10f);
     this.discord.ForeColor              = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.discord.Image                  = global::KrakenX.Properties.Resources.icons8_discord_24px;
     this.discord.ImageAlign             = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.discord.ImageSize              = new global::System.Drawing.Size(20, 20);
     this.discord.Location               = new global::System.Drawing.Point(15, 154);
     this.discord.Name                   = "discord";
     this.discord.OnHoverBaseColor       = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.discord.OnHoverBorderColor     = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.discord.OnHoverForeColor       = global::System.Drawing.Color.White;
     this.discord.OnHoverImage           = null;
     this.discord.OnPressedColor         = global::System.Drawing.Color.Black;
     this.discord.Radius                 = 5;
     this.discord.Size                   = new global::System.Drawing.Size(28, 28);
     this.discord.TabIndex               = 32;
     this.discord.TextAlign              = global::System.Windows.Forms.HorizontalAlignment.Right;
     this.discord.Click                 += new global::System.EventHandler(this.discord_Click);
     this.realtime.Anchor                = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.realtime.Animated              = true;
     this.realtime.AnimationHoverSpeed   = 0.07f;
     this.realtime.AnimationSpeed        = 0.03f;
     this.realtime.BackColor             = global::System.Drawing.Color.Transparent;
     this.realtime.BaseColor             = global::System.Drawing.Color.Transparent;
     this.realtime.BorderColor           = global::System.Drawing.Color.Aqua;
     this.realtime.DialogResult          = global::System.Windows.Forms.DialogResult.None;
     this.realtime.FocusedColor          = global::System.Drawing.Color.Empty;
     this.realtime.Font                  = new global::System.Drawing.Font("Ebrima", 9f);
     this.realtime.ForeColor             = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.realtime.Image                 = global::KrakenX.Properties.Resources.icons8_realtime_64px;
     this.realtime.ImageAlign            = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.realtime.ImageSize             = new global::System.Drawing.Size(20, 20);
     this.realtime.Location              = new global::System.Drawing.Point(197, 159);
     this.realtime.Name                  = "realtime";
     this.realtime.OnHoverBaseColor      = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.realtime.OnHoverBorderColor    = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.realtime.OnHoverForeColor      = global::System.Drawing.Color.White;
     this.realtime.OnHoverImage          = null;
     this.realtime.OnPressedColor        = global::System.Drawing.Color.Black;
     this.realtime.Radius                = 5;
     this.realtime.Size                  = new global::System.Drawing.Size(25, 23);
     this.realtime.TabIndex              = 30;
     this.realtime.TextAlign             = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.realtime.Click                += new global::System.EventHandler(this.realtime_Click_1);
     this.title.Anchor                   = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.title.Animated                 = true;
     this.title.AnimationHoverSpeed      = 0.07f;
     this.title.AnimationSpeed           = 0.03f;
     this.title.BackColor                = global::System.Drawing.Color.Transparent;
     this.title.BaseColor                = global::System.Drawing.Color.Transparent;
     this.title.BorderColor              = global::System.Drawing.Color.Aqua;
     this.title.DialogResult             = global::System.Windows.Forms.DialogResult.None;
     this.title.FocusedColor             = global::System.Drawing.Color.Empty;
     this.title.Font                     = new global::System.Drawing.Font("Ebrima", 9f);
     this.title.ForeColor                = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.title.Image                    = global::KrakenX.Properties.Resources.icons8_tag_window_48px;
     this.title.ImageAlign               = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.title.ImageSize                = new global::System.Drawing.Size(20, 20);
     this.title.Location                 = new global::System.Drawing.Point(228, 159);
     this.title.Name                     = "title";
     this.title.OnHoverBaseColor         = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.title.OnHoverBorderColor       = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.title.OnHoverForeColor         = global::System.Drawing.Color.White;
     this.title.OnHoverImage             = null;
     this.title.OnPressedColor           = global::System.Drawing.Color.Black;
     this.title.Radius                   = 5;
     this.title.Size                     = new global::System.Drawing.Size(25, 23);
     this.title.TabIndex                 = 29;
     this.title.TextAlign                = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.title.Click                   += new global::System.EventHandler(this.title_Click);
     this.text.Anchor                    = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.text.Animated                  = true;
     this.text.AnimationHoverSpeed       = 0.07f;
     this.text.AnimationSpeed            = 0.03f;
     this.text.BackColor                 = global::System.Drawing.Color.Transparent;
     this.text.BaseColor                 = global::System.Drawing.Color.Transparent;
     this.text.BorderColor               = global::System.Drawing.Color.Aqua;
     this.text.DialogResult              = global::System.Windows.Forms.DialogResult.None;
     this.text.FocusedColor              = global::System.Drawing.Color.Empty;
     this.text.Font                      = new global::System.Drawing.Font("Ebrima", 9f);
     this.text.ForeColor                 = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.text.Image                     = global::KrakenX.Properties.Resources.icons8_underline_52px;
     this.text.ImageAlign                = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.text.ImageSize                 = new global::System.Drawing.Size(20, 20);
     this.text.Location                  = new global::System.Drawing.Point(166, 159);
     this.text.Name                      = "text";
     this.text.OnHoverBaseColor          = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.text.OnHoverBorderColor        = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.text.OnHoverForeColor          = global::System.Drawing.Color.White;
     this.text.OnHoverImage              = null;
     this.text.OnPressedColor            = global::System.Drawing.Color.Black;
     this.text.Radius                    = 5;
     this.text.Size                      = new global::System.Drawing.Size(25, 23);
     this.text.TabIndex                  = 28;
     this.text.TextAlign                 = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.text.Click                    += new global::System.EventHandler(this.text_Click);
     this.paint.Anchor                   = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.paint.Animated                 = true;
     this.paint.AnimationHoverSpeed      = 0.07f;
     this.paint.AnimationSpeed           = 0.03f;
     this.paint.BackColor                = global::System.Drawing.Color.Transparent;
     this.paint.BaseColor                = global::System.Drawing.Color.Transparent;
     this.paint.BorderColor              = global::System.Drawing.Color.Aqua;
     this.paint.DialogResult             = global::System.Windows.Forms.DialogResult.None;
     this.paint.FocusedColor             = global::System.Drawing.Color.Empty;
     this.paint.Font                     = new global::System.Drawing.Font("Ebrima", 9f);
     this.paint.ForeColor                = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.paint.Image                    = global::KrakenX.Properties.Resources.icons8_paint_100px;
     this.paint.ImageAlign               = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.paint.ImageSize                = new global::System.Drawing.Size(20, 20);
     this.paint.Location                 = new global::System.Drawing.Point(135, 159);
     this.paint.Name                     = "paint";
     this.paint.OnHoverBaseColor         = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.paint.OnHoverBorderColor       = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.paint.OnHoverForeColor         = global::System.Drawing.Color.White;
     this.paint.OnHoverImage             = null;
     this.paint.OnPressedColor           = global::System.Drawing.Color.Black;
     this.paint.Radius                   = 5;
     this.paint.Size                     = new global::System.Drawing.Size(25, 23);
     this.paint.TabIndex                 = 27;
     this.paint.TextAlign                = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.paint.Click                   += new global::System.EventHandler(this.paint_Click);
     this.reset_rgb.Anchor               = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.reset_rgb.Animated             = true;
     this.reset_rgb.AnimationHoverSpeed  = 0.07f;
     this.reset_rgb.AnimationSpeed       = 0.03f;
     this.reset_rgb.BackColor            = global::System.Drawing.Color.Transparent;
     this.reset_rgb.BaseColor            = global::System.Drawing.Color.Transparent;
     this.reset_rgb.BorderColor          = global::System.Drawing.Color.Aqua;
     this.reset_rgb.DialogResult         = global::System.Windows.Forms.DialogResult.None;
     this.reset_rgb.FocusedColor         = global::System.Drawing.Color.Empty;
     this.reset_rgb.Font                 = new global::System.Drawing.Font("Ebrima", 9f);
     this.reset_rgb.ForeColor            = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.reset_rgb.Image                = global::KrakenX.Properties.Resources.icons8_refresh_24px;
     this.reset_rgb.ImageAlign           = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.reset_rgb.ImageSize            = new global::System.Drawing.Size(20, 20);
     this.reset_rgb.Location             = new global::System.Drawing.Point(259, 159);
     this.reset_rgb.Name                 = "reset_rgb";
     this.reset_rgb.OnHoverBaseColor     = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.reset_rgb.OnHoverBorderColor   = global::System.Drawing.Color.FromArgb(0, 238, 148);
     this.reset_rgb.OnHoverForeColor     = global::System.Drawing.Color.White;
     this.reset_rgb.OnHoverImage         = null;
     this.reset_rgb.OnPressedColor       = global::System.Drawing.Color.Black;
     this.reset_rgb.Radius               = 5;
     this.reset_rgb.Size                 = new global::System.Drawing.Size(25, 23);
     this.reset_rgb.TabIndex             = 26;
     this.reset_rgb.TextAlign            = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.reset_rgb.Click               += new global::System.EventHandler(this.reset_rgb_Click);
     base.AutoScaleDimensions            = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode                  = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor                      = global::System.Drawing.Color.FromArgb(34, 34, 34);
     base.ClientSize                     = new global::System.Drawing.Size(296, 193);
     base.Controls.Add(this.discord);
     base.Controls.Add(this.killrblx);
     base.Controls.Add(this.realtime);
     base.Controls.Add(this.title);
     base.Controls.Add(this.text);
     base.Controls.Add(this.paint);
     base.Controls.Add(this.reset_rgb);
     base.Controls.Add(this.color_picker);
     base.Controls.Add(this.b_trackbar);
     base.Controls.Add(this.g_trackbar);
     base.Controls.Add(this.gunaLabel5);
     base.Controls.Add(this.gunaLabel4);
     base.Controls.Add(this.gunaLabel3);
     base.Controls.Add(this.r_trackbar);
     base.Controls.Add(this.AA_switch);
     base.Controls.Add(this.gunaLabel2);
     base.Controls.Add(this.topmost_switch);
     base.Controls.Add(this.gunaLabel1);
     base.Controls.Add(this.topmost_label);
     base.Controls.Add(this.rpc_switch);
     base.Controls.Add(this.drag);
     this.ForeColor       = global::System.Drawing.SystemColors.ControlText;
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.Name            = "Settings";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Settings";
     base.Load           += new global::System.EventHandler(this.Settings_Load);
     this.drag.ResumeLayout(false);
     this.drag.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Hero_Designer.frmSetListing));
     this.ilSets        = new global::System.Windows.Forms.ImageList(this.components);
     this.lvSets        = new global::System.Windows.Forms.ListView();
     this.ColumnHeader1 = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader2 = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader3 = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader4 = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader5 = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader6 = new global::System.Windows.Forms.ColumnHeader();
     this.btnClone      = new global::System.Windows.Forms.Button();
     this.btnCancel     = new global::System.Windows.Forms.Button();
     this.btnSave       = new global::System.Windows.Forms.Button();
     this.btnEdit       = new global::System.Windows.Forms.Button();
     this.btnDelete     = new global::System.Windows.Forms.Button();
     this.btnAdd        = new global::System.Windows.Forms.Button();
     this.btnDown       = new global::System.Windows.Forms.Button();
     this.btnUp         = new global::System.Windows.Forms.Button();
     this.NoReload      = new global::System.Windows.Forms.CheckBox();
     base.SuspendLayout();
     this.ilSets.ColorDepth = global::System.Windows.Forms.ColorDepth.Depth32Bit;
     global::System.Drawing.Size size = new global::System.Drawing.Size(16, 16);
     this.ilSets.ImageSize        = size;
     this.ilSets.TransparentColor = global::System.Drawing.Color.Transparent;
     this.lvSets.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader1,
         this.ColumnHeader2,
         this.ColumnHeader3,
         this.ColumnHeader4,
         this.ColumnHeader5,
         this.ColumnHeader6
     });
     this.lvSets.FullRowSelect  = true;
     this.lvSets.HeaderStyle    = global::System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvSets.HideSelection  = false;
     this.lvSets.LargeImageList = this.ilSets;
     global::System.Drawing.Point point = new global::System.Drawing.Point(16, 16);
     this.lvSets.Location    = point;
     this.lvSets.MultiSelect = false;
     this.lvSets.Name        = "lvSets";
     size                       = new global::System.Drawing.Size(600, 520);
     this.lvSets.Size           = size;
     this.lvSets.SmallImageList = this.ilSets;
     this.lvSets.TabIndex       = 0;
     this.lvSets.UseCompatibleStateImageBehavior = false;
     this.lvSets.View         = global::System.Windows.Forms.View.Details;
     this.ColumnHeader1.Text  = "Set Name";
     this.ColumnHeader1.Width = 233;
     this.ColumnHeader2.Text  = "Type";
     this.ColumnHeader2.Width = 104;
     this.ColumnHeader3.Text  = "Min Level";
     this.ColumnHeader3.Width = 70;
     this.ColumnHeader4.Text  = "Max Level";
     this.ColumnHeader4.Width = 70;
     this.ColumnHeader5.Text  = "Enh's";
     this.ColumnHeader5.Width = 51;
     this.ColumnHeader6.Text  = "FX";
     this.btnClone.BackColor  = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnClone.Font       = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     point = new global::System.Drawing.Point(624, 132);
     this.btnClone.Location = point;
     this.btnClone.Name     = "btnClone";
     size = new global::System.Drawing.Size(75, 23);
     this.btnClone.Size     = size;
     this.btnClone.TabIndex = 32;
     this.btnClone.Text     = "Clone...";
     this.btnClone.UseVisualStyleBackColor = true;
     this.btnCancel.BackColor    = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnCancel.DialogResult = global::System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font         = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     point = new global::System.Drawing.Point(375, 544);
     this.btnCancel.Location = point;
     this.btnCancel.Name     = "btnCancel";
     size = new global::System.Drawing.Size(193, 32);
     this.btnCancel.Size     = size;
     this.btnCancel.TabIndex = 31;
     this.btnCancel.Text     = "Cancel and Discard Changes";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnSave.BackColor    = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnSave.DialogResult = global::System.Windows.Forms.DialogResult.OK;
     this.btnSave.Font         = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     point = new global::System.Drawing.Point(588, 544);
     this.btnSave.Location = point;
     this.btnSave.Name     = "btnSave";
     size = new global::System.Drawing.Size(112, 32);
     this.btnSave.Size     = size;
     this.btnSave.TabIndex = 30;
     this.btnSave.Text     = "Save and Close";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnEdit.BackColor = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnEdit.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     point = new global::System.Drawing.Point(624, 172);
     this.btnEdit.Location = point;
     this.btnEdit.Name     = "btnEdit";
     size = new global::System.Drawing.Size(75, 23);
     this.btnEdit.Size     = size;
     this.btnEdit.TabIndex = 29;
     this.btnEdit.Text     = "Edit...";
     this.btnEdit.UseVisualStyleBackColor = true;
     this.btnDelete.BackColor             = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnDelete.Font = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     point = new global::System.Drawing.Point(624, 212);
     this.btnDelete.Location = point;
     this.btnDelete.Name     = "btnDelete";
     size = new global::System.Drawing.Size(75, 23);
     this.btnDelete.Size     = size;
     this.btnDelete.TabIndex = 28;
     this.btnDelete.Text     = "Delete";
     this.btnDelete.UseVisualStyleBackColor = true;
     this.btnAdd.BackColor = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnAdd.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     point = new global::System.Drawing.Point(624, 92);
     this.btnAdd.Location = point;
     this.btnAdd.Name     = "btnAdd";
     size                 = new global::System.Drawing.Size(75, 23);
     this.btnAdd.Size     = size;
     this.btnAdd.TabIndex = 27;
     this.btnAdd.Text     = "Add...";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnDown.BackColor = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnDown.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     point = new global::System.Drawing.Point(624, 44);
     this.btnDown.Location = point;
     this.btnDown.Name     = "btnDown";
     size = new global::System.Drawing.Size(75, 23);
     this.btnDown.Size     = size;
     this.btnDown.TabIndex = 26;
     this.btnDown.Text     = "Move Down";
     this.btnDown.UseVisualStyleBackColor = true;
     this.btnUp.BackColor = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnUp.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     point = new global::System.Drawing.Point(624, 16);
     this.btnUp.Location = point;
     this.btnUp.Name     = "btnUp";
     size                = new global::System.Drawing.Size(75, 23);
     this.btnUp.Size     = size;
     this.btnUp.TabIndex = 25;
     this.btnUp.Text     = "Move Up";
     this.btnUp.UseVisualStyleBackColor = true;
     this.NoReload.ForeColor            = global::System.Drawing.Color.White;
     point = new global::System.Drawing.Point(20, 552);
     this.NoReload.Location = point;
     this.NoReload.Name     = "NoReload";
     size = new global::System.Drawing.Size(248, 16);
     this.NoReload.Size     = size;
     this.NoReload.TabIndex = 33;
     this.NoReload.Text     = "Disable Image Reload";
     size = new global::System.Drawing.Size(5, 13);
     this.AutoScaleBaseSize = size;
     this.BackColor         = global::System.Drawing.Color.FromArgb(0, 0, 32);
     size            = new global::System.Drawing.Size(706, 584);
     base.ClientSize = size;
     base.Controls.Add(this.NoReload);
     base.Controls.Add(this.btnClone);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnSave);
     base.Controls.Add(this.btnEdit);
     base.Controls.Add(this.btnDelete);
     base.Controls.Add(this.btnAdd);
     base.Controls.Add(this.btnDown);
     base.Controls.Add(this.btnUp);
     base.Controls.Add(this.lvSets);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmSetListing";
     base.ShowInTaskbar   = false;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Invention Set Editor";
     base.ResumeLayout(false);
 }
Example #13
0
 // Token: 0x0600007B RID: 123 RVA: 0x000070F8 File Offset: 0x000052F8
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::SessionManagement.frmDatabaseProperties));
     this.label1          = new global::System.Windows.Forms.Label();
     this.label2          = new global::System.Windows.Forms.Label();
     this.groupBox1       = new global::System.Windows.Forms.GroupBox();
     this.lbLocation      = new global::System.Windows.Forms.Label();
     this.btRename        = new global::System.Windows.Forms.Button();
     this.txtDatabaseName = new global::System.Windows.Forms.TextBox();
     this.btCancel        = new global::System.Windows.Forms.Button();
     this.btOK            = new global::System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     this.label1.AutoSize = true;
     this.label1.Location = new global::System.Drawing.Point(19, 34);
     this.label1.Name     = "label1";
     this.label1.Size     = new global::System.Drawing.Size(43, 17);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Name";
     this.label2.AutoSize = true;
     this.label2.Location = new global::System.Drawing.Point(19, 73);
     this.label2.Name     = "label2";
     this.label2.Size     = new global::System.Drawing.Size(57, 17);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Location";
     this.groupBox1.Controls.Add(this.lbLocation);
     this.groupBox1.Controls.Add(this.btRename);
     this.groupBox1.Controls.Add(this.txtDatabaseName);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location               = new global::System.Drawing.Point(12, 0);
     this.groupBox1.Name                   = "groupBox1";
     this.groupBox1.Size                   = new global::System.Drawing.Size(490, 135);
     this.groupBox1.TabIndex               = 1;
     this.groupBox1.TabStop                = false;
     this.lbLocation.AutoSize              = true;
     this.lbLocation.Location              = new global::System.Drawing.Point(102, 73);
     this.lbLocation.MaximumSize           = new global::System.Drawing.Size(355, 50);
     this.lbLocation.Name                  = "lbLocation";
     this.lbLocation.Size                  = new global::System.Drawing.Size(68, 17);
     this.lbLocation.TabIndex              = 3;
     this.lbLocation.Text                  = "lbLocation";
     this.btRename.Location                = new global::System.Drawing.Point(386, 30);
     this.btRename.Name                    = "btRename";
     this.btRename.Size                    = new global::System.Drawing.Size(68, 27);
     this.btRename.TabIndex                = 2;
     this.btRename.Text                    = "Rename";
     this.btRename.UseVisualStyleBackColor = true;
     this.btRename.Click                  += new global::System.EventHandler(this.btRename_Click);
     this.txtDatabaseName.Location         = new global::System.Drawing.Point(105, 31);
     this.txtDatabaseName.Name             = "txtDatabaseName";
     this.txtDatabaseName.Size             = new global::System.Drawing.Size(275, 25);
     this.txtDatabaseName.TabIndex         = 1;
     this.txtDatabaseName.TextChanged     += new global::System.EventHandler(this.txtDatabaseName_TextChanged);
     this.txtDatabaseName.KeyPress        += new global::System.Windows.Forms.KeyPressEventHandler(this.txtDatabaseName_KeyPress);
     this.btCancel.Location                = new global::System.Drawing.Point(412, 143);
     this.btCancel.Name                    = "btCancel";
     this.btCancel.Size                    = new global::System.Drawing.Size(89, 27);
     this.btCancel.TabIndex                = 2;
     this.btCancel.Text                    = "Cancel";
     this.btCancel.UseVisualStyleBackColor = true;
     this.btCancel.Click                  += new global::System.EventHandler(this.btCancel_Click);
     this.btOK.Location                    = new global::System.Drawing.Point(316, 143);
     this.btOK.Name     = "btOK";
     this.btOK.Size     = new global::System.Drawing.Size(89, 27);
     this.btOK.TabIndex = 2;
     this.btOK.Text     = "OK";
     this.btOK.UseVisualStyleBackColor = true;
     this.btOK.Click         += new global::System.EventHandler(this.btOK_Click);
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(7f, 17f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize          = new global::System.Drawing.Size(513, 179);
     base.Controls.Add(this.btOK);
     base.Controls.Add(this.btCancel);
     base.Controls.Add(this.groupBox1);
     this.Font            = new global::System.Drawing.Font("Segoe UI", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmDatabaseProperties";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Database Properties";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     base.ResumeLayout(false);
 }
Example #14
0
 // Token: 0x060019AA RID: 6570 RVA: 0x00046C20 File Offset: 0x00044E20
 private void InitializeComponent()
 {
     this.icontainer_0 = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::ns21.Installing));
     this.barProgress = new global::System.Windows.Forms.ProgressBar();
     this.btnAbort    = new global::System.Windows.Forms.Button();
     this.lblStatus   = new global::System.Windows.Forms.Label();
     this.grpUpdating = new global::ns24.Class310();
     this.label3      = new global::System.Windows.Forms.Label();
     this.timer_0     = new global::System.Windows.Forms.Timer(this.icontainer_0);
     this.timer_1     = new global::System.Windows.Forms.Timer(this.icontainer_0);
     this.grpUpdating.SuspendLayout();
     base.SuspendLayout();
     this.barProgress.Location             = new global::System.Drawing.Point(15, 60);
     this.barProgress.Name                 = "barProgress";
     this.barProgress.Size                 = new global::System.Drawing.Size(260, 23);
     this.barProgress.TabIndex             = 0;
     this.btnAbort.Location                = new global::System.Drawing.Point(281, 60);
     this.btnAbort.Name                    = "btnAbort";
     this.btnAbort.Size                    = new global::System.Drawing.Size(75, 23);
     this.btnAbort.TabIndex                = 1;
     this.btnAbort.Text                    = "&Abort";
     this.btnAbort.UseVisualStyleBackColor = true;
     this.btnAbort.Click                  += new global::System.EventHandler(this.btnAbort_Click);
     this.lblStatus.AutoSize               = true;
     this.lblStatus.BackColor              = global::System.Drawing.Color.FromArgb(224, 224, 224);
     this.lblStatus.Font                   = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f);
     this.lblStatus.ForeColor              = global::System.Drawing.Color.DimGray;
     this.lblStatus.Location               = new global::System.Drawing.Point(12, 44);
     this.lblStatus.Name                   = "lblStatus";
     this.lblStatus.Size                   = new global::System.Drawing.Size(114, 13);
     this.lblStatus.TabIndex               = 2;
     this.lblStatus.Text                   = "Updating ToonTown...";
     this.grpUpdating.CenterColor          = global::System.Drawing.Color.FromArgb(224, 224, 224);
     this.grpUpdating.Controls.Add(this.label3);
     this.grpUpdating.Controls.Add(this.barProgress);
     this.grpUpdating.Controls.Add(this.lblStatus);
     this.grpUpdating.Controls.Add(this.btnAbort);
     this.grpUpdating.HeaderHeight  = 30;
     this.grpUpdating.ImageBounds   = new global::System.Drawing.Rectangle(0, 0, 0, 0);
     this.grpUpdating.ImageLocation = new global::System.Drawing.Point(0, 0);
     this.grpUpdating.Location      = new global::System.Drawing.Point(4, 4);
     this.grpUpdating.Name          = "grpUpdating";
     this.grpUpdating.Size          = new global::System.Drawing.Size(364, 92);
     this.grpUpdating.TabIndex      = 3;
     this.label3.AutoSize           = true;
     this.label3.BackColor          = global::System.Drawing.Color.Transparent;
     this.label3.Font         = new global::System.Drawing.Font("Calibri", 12f, global::System.Drawing.FontStyle.Bold);
     this.label3.ForeColor    = global::System.Drawing.Color.DimGray;
     this.label3.Location     = new global::System.Drawing.Point(10, 8);
     this.label3.Name         = "label3";
     this.label3.Size         = new global::System.Drawing.Size(146, 19);
     this.label3.TabIndex     = 3;
     this.label3.Text         = "Installing ToonTown";
     this.timer_0.Interval    = 500;
     this.timer_0.Tick       += new global::System.EventHandler(this.timer_0_Tick);
     this.timer_1.Interval    = 1000;
     this.timer_1.Tick       += new global::System.EventHandler(this.timer_1_Tick);
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.FromArgb(218, 228, 246);
     base.ClientSize          = new global::System.Drawing.Size(372, 100);
     base.Controls.Add(this.grpUpdating);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox     = false;
     base.Name            = "Installing";
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "ToonTown : Installing";
     base.TopMost         = true;
     base.Load           += new global::System.EventHandler(this.Installing_Load);
     this.grpUpdating.ResumeLayout(false);
     this.grpUpdating.PerformLayout();
     base.ResumeLayout(false);
 }
Example #15
0
 // Token: 0x06001ACF RID: 6863 RVA: 0x0004F938 File Offset: 0x0004DB38
 private void InitializeComponent()
 {
     this.icontainer_0 = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::ns17.Connect));
     this.FavoriteAccountsMenu          = new global::System.Windows.Forms.ContextMenuStrip(this.icontainer_0);
     this.ConnectButton                 = new global::System.Windows.Forms.Button();
     this.CloseButton                   = new global::System.Windows.Forms.Button();
     this.smoothGroup1                  = new global::ns24.Class310();
     this.ShowFavoritesButton           = new global::ns22.Control6();
     this.HowToOpenHelpLabel            = new global::System.Windows.Forms.Label();
     this.WelcomeBannerLabel            = new global::System.Windows.Forms.Label();
     this.ToonTownUsernameLabel         = new global::System.Windows.Forms.Label();
     this.NewsTabControl                = new global::System.Windows.Forms.TabControl();
     this.TTNewsTab                     = new global::System.Windows.Forms.TabPage();
     this.ToonTownNewsBrowser           = new global::System.Windows.Forms.WebBrowser();
     this.TTSNewsTab                    = new global::System.Windows.Forms.TabPage();
     this.TheToonTownSpooferNewsBrowser = new global::System.Windows.Forms.WebBrowser();
     this.AccountManagerButton          = new global::ns22.Control6();
     this.TestServerRadioButton         = new global::System.Windows.Forms.RadioButton();
     this.txtUsername                   = new global::System.Windows.Forms.TextBox();
     this.txtPassword                   = new global::System.Windows.Forms.TextBox();
     this.OpenServerRadioButton         = new global::System.Windows.Forms.RadioButton();
     this.ToonTownPasswordLabel         = new global::System.Windows.Forms.Label();
     this.ToonTownServerLabel           = new global::System.Windows.Forms.Label();
     this.DuckBlinker                   = new global::ns14.Blinker();
     this.class343_0                    = new global::ns22.Class343(this.icontainer_0);
     this.smoothGroup1.SuspendLayout();
     this.NewsTabControl.SuspendLayout();
     this.TTNewsTab.SuspendLayout();
     this.TTSNewsTab.SuspendLayout();
     base.SuspendLayout();
     this.FavoriteAccountsMenu.Name             = "FavoriteAccountsMenu";
     this.FavoriteAccountsMenu.ShowItemToolTips = false;
     this.FavoriteAccountsMenu.Size             = new global::System.Drawing.Size(61, 4);
     this.ConnectButton.Anchor   = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right);
     this.ConnectButton.Font     = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 204);
     this.ConnectButton.Location = new global::System.Drawing.Point(301, 99);
     this.ConnectButton.Name     = "ConnectButton";
     this.ConnectButton.Size     = new global::System.Drawing.Size(75, 23);
     this.ConnectButton.TabIndex = 2;
     this.ConnectButton.Text     = "&Connect";
     this.ConnectButton.UseVisualStyleBackColor = true;
     this.ConnectButton.Click                += new global::System.EventHandler(this.ConnectButton_Click);
     this.CloseButton.Anchor                  = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right);
     this.CloseButton.DialogResult            = global::System.Windows.Forms.DialogResult.Cancel;
     this.CloseButton.Location                = new global::System.Drawing.Point(382, 99);
     this.CloseButton.Name                    = "CloseButton";
     this.CloseButton.Size                    = new global::System.Drawing.Size(75, 23);
     this.CloseButton.TabIndex                = 5;
     this.CloseButton.Text                    = "Close";
     this.CloseButton.UseVisualStyleBackColor = true;
     this.CloseButton.Click                  += new global::System.EventHandler(this.CloseButton_Click);
     this.smoothGroup1.CenterColor            = global::System.Drawing.Color.FromArgb(224, 224, 224);
     this.smoothGroup1.Controls.Add(this.ShowFavoritesButton);
     this.smoothGroup1.Controls.Add(this.HowToOpenHelpLabel);
     this.smoothGroup1.Controls.Add(this.WelcomeBannerLabel);
     this.smoothGroup1.Controls.Add(this.ToonTownUsernameLabel);
     this.smoothGroup1.Controls.Add(this.NewsTabControl);
     this.smoothGroup1.Controls.Add(this.CloseButton);
     this.smoothGroup1.Controls.Add(this.AccountManagerButton);
     this.smoothGroup1.Controls.Add(this.TestServerRadioButton);
     this.smoothGroup1.Controls.Add(this.txtUsername);
     this.smoothGroup1.Controls.Add(this.txtPassword);
     this.smoothGroup1.Controls.Add(this.OpenServerRadioButton);
     this.smoothGroup1.Controls.Add(this.ToonTownPasswordLabel);
     this.smoothGroup1.Controls.Add(this.ConnectButton);
     this.smoothGroup1.Controls.Add(this.ToonTownServerLabel);
     this.smoothGroup1.Controls.Add(this.DuckBlinker);
     this.smoothGroup1.Dock               = global::System.Windows.Forms.DockStyle.Fill;
     this.smoothGroup1.HeaderHeight       = 30;
     this.smoothGroup1.ImageBounds        = new global::System.Drawing.Rectangle(0, 0, 0, 0);
     this.smoothGroup1.ImageLocation      = new global::System.Drawing.Point(0, 0);
     this.smoothGroup1.Location           = new global::System.Drawing.Point(3, 3);
     this.smoothGroup1.Name               = "smoothGroup1";
     this.smoothGroup1.Size               = new global::System.Drawing.Size(511, 342);
     this.smoothGroup1.TabIndex           = 8;
     this.ShowFavoritesButton.Anchor      = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right);
     this.ShowFavoritesButton.BackColor   = global::System.Drawing.Color.FromArgb(224, 224, 224);
     this.ShowFavoritesButton.Cursor      = global::System.Windows.Forms.Cursors.Hand;
     this.ShowFavoritesButton.ImageEnter  = (global::System.Drawing.Image)componentResourceManager.GetObject("ShowFavoritesButton.ImageEnter");
     this.ShowFavoritesButton.ImageNormal = (global::System.Drawing.Image)componentResourceManager.GetObject("ShowFavoritesButton.ImageNormal");
     this.ShowFavoritesButton.Location    = new global::System.Drawing.Point(475, 73);
     this.ShowFavoritesButton.Name        = "ShowFavoritesButton";
     this.ShowFavoritesButton.Size        = new global::System.Drawing.Size(22, 20);
     this.ShowFavoritesButton.TabIndex    = 25;
     this.ShowFavoritesButton.TabStop     = false;
     this.ShowFavoritesButton.Click      += new global::System.EventHandler(this.ShowFavoritesButton_Click);
     this.HowToOpenHelpLabel.Anchor       = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right);
     this.HowToOpenHelpLabel.AutoSize     = true;
     this.HowToOpenHelpLabel.BackColor    = global::System.Drawing.Color.Transparent;
     this.HowToOpenHelpLabel.Font         = new global::System.Drawing.Font("Microsoft Sans Serif", 6.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.HowToOpenHelpLabel.ForeColor    = global::System.Drawing.Color.DarkGray;
     this.HowToOpenHelpLabel.Location     = new global::System.Drawing.Point(390, 132);
     this.HowToOpenHelpLabel.Name         = "HowToOpenHelpLabel";
     this.HowToOpenHelpLabel.Size         = new global::System.Drawing.Size(105, 12);
     this.HowToOpenHelpLabel.TabIndex     = 24;
     this.HowToOpenHelpLabel.Text         = "Press F1 to display help.";
     this.WelcomeBannerLabel.AutoSize     = true;
     this.WelcomeBannerLabel.BackColor    = global::System.Drawing.Color.Transparent;
     this.WelcomeBannerLabel.Font         = new global::System.Drawing.Font("Calibri", 12f, global::System.Drawing.FontStyle.Bold);
     this.WelcomeBannerLabel.ForeColor    = global::System.Drawing.Color.FromArgb(95, 95, 95);
     this.WelcomeBannerLabel.Location     = new global::System.Drawing.Point(10, 8);
     this.WelcomeBannerLabel.Name         = "WelcomeBannerLabel";
     this.WelcomeBannerLabel.Size         = new global::System.Drawing.Size(253, 19);
     this.WelcomeBannerLabel.TabIndex     = 2;
     this.WelcomeBannerLabel.Text         = "Welcome to The ToonTown Spoofer";
     this.ToonTownUsernameLabel.AutoSize  = true;
     this.ToonTownUsernameLabel.BackColor = global::System.Drawing.Color.Transparent;
     this.ToonTownUsernameLabel.Font      = new global::System.Drawing.Font("Georgia", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.ToonTownUsernameLabel.ForeColor = global::System.Drawing.Color.DimGray;
     this.ToonTownUsernameLabel.Location  = new global::System.Drawing.Point(27, 44);
     this.ToonTownUsernameLabel.Name      = "ToonTownUsernameLabel";
     this.ToonTownUsernameLabel.Size      = new global::System.Drawing.Size(144, 16);
     this.ToonTownUsernameLabel.TabIndex  = 2;
     this.ToonTownUsernameLabel.Text      = "ToonTown Username:"******"NewsTabControl";
     this.NewsTabControl.SelectedIndex         = 0;
     this.NewsTabControl.Size                  = new global::System.Drawing.Size(490, 206);
     this.NewsTabControl.TabIndex              = 6;
     this.NewsTabControl.SelectedIndexChanged += new global::System.EventHandler(this.NewsTabControl_SelectedIndexChanged);
     this.TTNewsTab.Controls.Add(this.ToonTownNewsBrowser);
     this.TTNewsTab.Location = new global::System.Drawing.Point(4, 22);
     this.TTNewsTab.Name     = "TTNewsTab";
     this.TTNewsTab.Padding  = new global::System.Windows.Forms.Padding(3);
     this.TTNewsTab.Size     = new global::System.Drawing.Size(482, 180);
     this.TTNewsTab.TabIndex = 0;
     this.TTNewsTab.Text     = "ToonTown News";
     this.TTNewsTab.UseVisualStyleBackColor = true;
     this.ToonTownNewsBrowser.Dock          = global::System.Windows.Forms.DockStyle.Fill;
     this.ToonTownNewsBrowser.Location      = new global::System.Drawing.Point(3, 3);
     this.ToonTownNewsBrowser.MinimumSize   = new global::System.Drawing.Size(20, 20);
     this.ToonTownNewsBrowser.Name          = "ToonTownNewsBrowser";
     this.ToonTownNewsBrowser.Size          = new global::System.Drawing.Size(476, 174);
     this.ToonTownNewsBrowser.TabIndex      = 0;
     this.TTSNewsTab.Controls.Add(this.TheToonTownSpooferNewsBrowser);
     this.TTSNewsTab.Location = new global::System.Drawing.Point(4, 22);
     this.TTSNewsTab.Name     = "TTSNewsTab";
     this.TTSNewsTab.Padding  = new global::System.Windows.Forms.Padding(3);
     this.TTSNewsTab.Size     = new global::System.Drawing.Size(482, 180);
     this.TTSNewsTab.TabIndex = 1;
     this.TTSNewsTab.Text     = "The ToonTown Spoofer News";
     this.TTSNewsTab.UseVisualStyleBackColor               = true;
     this.TheToonTownSpooferNewsBrowser.Dock               = global::System.Windows.Forms.DockStyle.Fill;
     this.TheToonTownSpooferNewsBrowser.Location           = new global::System.Drawing.Point(3, 3);
     this.TheToonTownSpooferNewsBrowser.MinimumSize        = new global::System.Drawing.Size(20, 20);
     this.TheToonTownSpooferNewsBrowser.Name               = "TheToonTownSpooferNewsBrowser";
     this.TheToonTownSpooferNewsBrowser.Size               = new global::System.Drawing.Size(476, 174);
     this.TheToonTownSpooferNewsBrowser.TabIndex           = 0;
     this.TheToonTownSpooferNewsBrowser.DocumentCompleted += new global::System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.TheToonTownSpooferNewsBrowser_DocumentCompleted);
     this.AccountManagerButton.Anchor      = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right);
     this.AccountManagerButton.BackColor   = global::System.Drawing.Color.FromArgb(224, 224, 224);
     this.AccountManagerButton.Cursor      = global::System.Windows.Forms.Cursors.Hand;
     this.AccountManagerButton.ImageEnter  = (global::System.Drawing.Image)componentResourceManager.GetObject("AccountManagerButton.ImageEnter");
     this.AccountManagerButton.ImageNormal = (global::System.Drawing.Image)componentResourceManager.GetObject("AccountManagerButton.ImageNormal");
     this.AccountManagerButton.Location    = new global::System.Drawing.Point(461, 44);
     this.AccountManagerButton.Name        = "AccountManagerButton";
     this.AccountManagerButton.Size        = new global::System.Drawing.Size(20, 43);
     this.AccountManagerButton.TabIndex    = 5;
     this.AccountManagerButton.TabStop     = false;
     this.AccountManagerButton.Click      += new global::System.EventHandler(this.AccountManagerButton_Click);
     this.TestServerRadioButton.AutoSize   = true;
     this.TestServerRadioButton.BackColor  = global::System.Drawing.Color.FromArgb(224, 224, 224);
     this.TestServerRadioButton.Font       = new global::System.Drawing.Font("Georgia", 8.25f);
     this.TestServerRadioButton.ForeColor  = global::System.Drawing.Color.DimGray;
     this.TestServerRadioButton.Location   = new global::System.Drawing.Point(188, 102);
     this.TestServerRadioButton.Name       = "TestServerRadioButton";
     this.TestServerRadioButton.Size       = new global::System.Drawing.Size(49, 18);
     this.TestServerRadioButton.TabIndex   = 4;
     this.TestServerRadioButton.Text       = "Test";
     this.TestServerRadioButton.UseVisualStyleBackColor = false;
     this.txtUsername.Anchor              = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.txtUsername.Font                = new global::System.Drawing.Font("Georgia", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 204);
     this.txtUsername.Location            = new global::System.Drawing.Point(177, 41);
     this.txtUsername.Name                = "txtUsername";
     this.txtUsername.Size                = new global::System.Drawing.Size(280, 22);
     this.txtUsername.TabIndex            = 0;
     this.txtPassword.Anchor              = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.txtPassword.Font                = new global::System.Drawing.Font("Georgia", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 204);
     this.txtPassword.Location            = new global::System.Drawing.Point(177, 69);
     this.txtPassword.Name                = "txtPassword";
     this.txtPassword.PasswordChar        = '*';
     this.txtPassword.Size                = new global::System.Drawing.Size(280, 22);
     this.txtPassword.TabIndex            = 1;
     this.OpenServerRadioButton.AutoSize  = true;
     this.OpenServerRadioButton.BackColor = global::System.Drawing.Color.FromArgb(224, 224, 224);
     this.OpenServerRadioButton.Checked   = true;
     this.OpenServerRadioButton.Font      = new global::System.Drawing.Font("Georgia", 8.25f);
     this.OpenServerRadioButton.ForeColor = global::System.Drawing.Color.DimGray;
     this.OpenServerRadioButton.Location  = new global::System.Drawing.Point(129, 102);
     this.OpenServerRadioButton.Name      = "OpenServerRadioButton";
     this.OpenServerRadioButton.Size      = new global::System.Drawing.Size(55, 18);
     this.OpenServerRadioButton.TabIndex  = 3;
     this.OpenServerRadioButton.TabStop   = true;
     this.OpenServerRadioButton.Text      = "Open";
     this.OpenServerRadioButton.UseVisualStyleBackColor = false;
     this.ToonTownPasswordLabel.AutoSize  = true;
     this.ToonTownPasswordLabel.BackColor = global::System.Drawing.Color.Transparent;
     this.ToonTownPasswordLabel.Font      = new global::System.Drawing.Font("Georgia", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.ToonTownPasswordLabel.ForeColor = global::System.Drawing.Color.DimGray;
     this.ToonTownPasswordLabel.Location  = new global::System.Drawing.Point(100, 71);
     this.ToonTownPasswordLabel.Name      = "ToonTownPasswordLabel";
     this.ToonTownPasswordLabel.Size      = new global::System.Drawing.Size(71, 16);
     this.ToonTownPasswordLabel.TabIndex  = 2;
     this.ToonTownPasswordLabel.Text      = "Password:"******"Georgia", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 204);
     this.ToonTownServerLabel.ForeColor   = global::System.Drawing.Color.DimGray;
     this.ToonTownServerLabel.Location    = new global::System.Drawing.Point(73, 104);
     this.ToonTownServerLabel.Name        = "ToonTownServerLabel";
     this.ToonTownServerLabel.Size        = new global::System.Drawing.Size(50, 14);
     this.ToonTownServerLabel.TabIndex    = 2;
     this.ToonTownServerLabel.Text        = "Server:";
     this.DuckBlinker.BackColor           = global::System.Drawing.Color.FromArgb(224, 224, 224);
     this.DuckBlinker.BlinkSpeed          = 200;
     this.DuckBlinker.Location            = new global::System.Drawing.Point(19, 76);
     this.DuckBlinker.MaximumBlinkDelay   = 5000;
     this.DuckBlinker.MinimumBlinkDelay   = 1000;
     this.DuckBlinker.Name            = "DuckBlinker";
     this.DuckBlinker.OffImage        = (global::System.Drawing.Image)componentResourceManager.GetObject("DuckBlinker.OffImage");
     this.DuckBlinker.OnImage         = (global::System.Drawing.Image)componentResourceManager.GetObject("DuckBlinker.OnImage");
     this.DuckBlinker.Size            = new global::System.Drawing.Size(41, 60);
     this.DuckBlinker.TabIndex        = 0;
     this.DuckBlinker.TabStop         = false;
     this.DuckBlinker.Click          += new global::System.EventHandler(this.DuckBlinker_Click);
     this.class343_0.ContractDistance = 2;
     this.class343_0.ContractedDelay  = 500;
     this.class343_0.ContractRate     = 10;
     this.class343_0.ControlToSlide   = this.DuckBlinker;
     this.class343_0.Enabled          = false;
     this.class343_0.EndPosition      = 150;
     this.class343_0.ExpandDistance   = 6;
     this.class343_0.ExpandedDelay    = 5000;
     this.class343_0.ExpandRate       = 30;
     this.class343_0.RunOnce          = true;
     this.class343_0.SlideDirection   = global::ns19.Enum100.const_3;
     base.AcceptButton          = this.ConnectButton;
     base.AutoScaleDimensions   = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode         = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = global::System.Drawing.Color.FromArgb(218, 228, 246);
     this.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.Center;
     base.CancelButton          = this.CloseButton;
     base.ClientSize            = new global::System.Drawing.Size(517, 348);
     base.Controls.Add(this.smoothGroup1);
     this.DoubleBuffered  = true;
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox     = false;
     base.Name            = "Connect";
     base.Padding         = new global::System.Windows.Forms.Padding(3);
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "The ToonTown Spoofer : Connect";
     base.HelpRequested  += new global::System.Windows.Forms.HelpEventHandler(this.Connect_HelpRequested);
     this.smoothGroup1.ResumeLayout(false);
     this.smoothGroup1.PerformLayout();
     this.NewsTabControl.ResumeLayout(false);
     this.TTNewsTab.ResumeLayout(false);
     this.TTSNewsTab.ResumeLayout(false);
     base.ResumeLayout(false);
 }
        void InitializeComponent()
        {
            global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Hero_Designer.frmImport_SetAssignments));
            this.Label8     = new global::System.Windows.Forms.Label();
            this.lblDate    = new global::System.Windows.Forms.Label();
            this.udRevision = new global::System.Windows.Forms.NumericUpDown();
            this.btnClose   = new global::System.Windows.Forms.Button();
            this.btnImport  = new global::System.Windows.Forms.Button();
            this.lblFile    = new global::System.Windows.Forms.Label();
            this.btnFile    = new global::System.Windows.Forms.Button();
            this.dlgBrowse  = new global::System.Windows.Forms.OpenFileDialog();
            this.udRevision.BeginInit();
            base.SuspendLayout();
            global::System.Drawing.Point point = new global::System.Drawing.Point(346, 85);
            this.Label8.Location = point;
            this.Label8.Name     = "Label8";
            global::System.Drawing.Size size = new global::System.Drawing.Size(65, 18);
            this.Label8.Size      = size;
            this.Label8.TabIndex  = 55;
            this.Label8.Text      = "Revision:";
            this.Label8.TextAlign = global::System.Drawing.ContentAlignment.TopRight;
            point = new global::System.Drawing.Point(9, 85);
            this.lblDate.Location = point;
            this.lblDate.Name     = "lblDate";
            size = new global::System.Drawing.Size(175, 18);
            this.lblDate.Size     = size;
            this.lblDate.TabIndex = 54;
            this.lblDate.Text     = "Date:";
            point = new global::System.Drawing.Point(417, 83);
            this.udRevision.Location = point;
            int[] array = new int[4];
            array[0] = 65535;
            decimal maximum = new decimal(array);

            this.udRevision.Maximum = maximum;
            this.udRevision.Name    = "udRevision";
            size = new global::System.Drawing.Size(116, 20);
            this.udRevision.Size     = size;
            this.udRevision.TabIndex = 53;
            point = new global::System.Drawing.Point(539, 81);
            this.btnClose.Location = point;
            this.btnClose.Name     = "btnClose";
            size = new global::System.Drawing.Size(86, 23);
            this.btnClose.Size     = size;
            this.btnClose.TabIndex = 52;
            this.btnClose.Text     = "Close";
            this.btnClose.UseVisualStyleBackColor = true;
            point = new global::System.Drawing.Point(539, 38);
            this.btnImport.Location = point;
            this.btnImport.Name     = "btnImport";
            size = new global::System.Drawing.Size(86, 23);
            this.btnImport.Size     = size;
            this.btnImport.TabIndex = 50;
            this.btnImport.Text     = "Import";
            this.btnImport.UseVisualStyleBackColor = true;
            this.lblFile.BorderStyle = global::System.Windows.Forms.BorderStyle.Fixed3D;
            point = new global::System.Drawing.Point(12, 9);
            this.lblFile.Location = point;
            this.lblFile.Name     = "lblFile";
            size = new global::System.Drawing.Size(521, 46);
            this.lblFile.Size      = size;
            this.lblFile.TabIndex  = 51;
            this.lblFile.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
            point = new global::System.Drawing.Point(539, 9);
            this.btnFile.Location = point;
            this.btnFile.Name     = "btnFile";
            size = new global::System.Drawing.Size(86, 23);
            this.btnFile.Size     = size;
            this.btnFile.TabIndex = 49;
            this.btnFile.Text     = "Browse...";
            this.btnFile.UseVisualStyleBackColor = true;
            this.dlgBrowse.DefaultExt            = "csv";
            this.dlgBrowse.Filter = "CSV Spreadsheets (*.csv)|*.csv";
            global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
            base.AutoScaleDimensions = autoScaleDimensions;
            base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
            size            = new global::System.Drawing.Size(637, 115);
            base.ClientSize = size;
            base.Controls.Add(this.Label8);
            base.Controls.Add(this.lblDate);
            base.Controls.Add(this.udRevision);
            base.Controls.Add(this.btnClose);
            base.Controls.Add(this.btnImport);
            base.Controls.Add(this.lblFile);
            base.Controls.Add(this.btnFile);
            base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
            base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
            base.MaximizeBox     = false;
            base.MinimizeBox     = false;
            base.Name            = "frmImport_SetAssignments";
            base.ShowInTaskbar   = false;
            this.Text            = "Invention Set Assignment Import";
            this.udRevision.EndInit();
            base.ResumeLayout(false);
        }
Example #17
0
 // Token: 0x0600003A RID: 58 RVA: 0x00006AF4 File Offset: 0x00004CF4
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::MuEditor.frmMasterLevel));
     txtPoint     = new global::MuEditor.TextBox();
     label32      = new global::System.Windows.Forms.Label();
     txtNextEXP   = new global::MuEditor.TextBox();
     label31      = new global::System.Windows.Forms.Label();
     txtEXP       = new global::MuEditor.TextBox();
     label30      = new global::System.Windows.Forms.Label();
     txtLevel     = new global::MuEditor.TextBox();
     label29      = new global::System.Windows.Forms.Label();
     btnOK        = new global::System.Windows.Forms.Button();
     label1       = new global::System.Windows.Forms.Label();
     button1      = new global::System.Windows.Forms.Button();
     txtCharacter = new global::MuEditor.TextBox();
     label2       = new global::System.Windows.Forms.Label();
     rbAll        = new global::System.Windows.Forms.RadioButton();
     rbKeep       = new global::System.Windows.Forms.RadioButton();
     rbClear      = new global::System.Windows.Forms.RadioButton();
     groupBox1    = new global::System.Windows.Forms.GroupBox();
     groupBox1.SuspendLayout();
     base.SuspendLayout();
     txtPoint.IsOnlyNumber   = true;
     txtPoint.Location       = new global::System.Drawing.Point(70, 124);
     txtPoint.Name           = "txtPoint";
     txtPoint.Size           = new global::System.Drawing.Size(144, 21);
     txtPoint.TabIndex       = 59;
     label32.AutoSize        = true;
     label32.ImeMode         = global::System.Windows.Forms.ImeMode.NoControl;
     label32.Location        = new global::System.Drawing.Point(6, 128);
     label32.Name            = "label32";
     label32.Size            = new global::System.Drawing.Size(41, 12);
     label32.TabIndex        = 58;
     label32.Text            = "剩点:";
     txtNextEXP.IsOnlyNumber = true;
     txtNextEXP.Location     = new global::System.Drawing.Point(70, 97);
     txtNextEXP.Name         = "txtNextEXP";
     txtNextEXP.Size         = new global::System.Drawing.Size(144, 21);
     txtNextEXP.TabIndex     = 57;
     label31.AutoSize        = true;
     label31.ImeMode         = global::System.Windows.Forms.ImeMode.NoControl;
     label31.Location        = new global::System.Drawing.Point(6, 101);
     label31.Name            = "label31";
     label31.Size            = new global::System.Drawing.Size(65, 12);
     label31.TabIndex        = 56;
     label31.Text            = "下级经验:";
     txtEXP.IsOnlyNumber     = true;
     txtEXP.Location         = new global::System.Drawing.Point(70, 70);
     txtEXP.Name             = "txtEXP";
     txtEXP.Size             = new global::System.Drawing.Size(144, 21);
     txtEXP.TabIndex         = 55;
     label30.AutoSize        = true;
     label30.ImeMode         = global::System.Windows.Forms.ImeMode.NoControl;
     label30.Location        = new global::System.Drawing.Point(6, 74);
     label30.Name            = "label30";
     label30.Size            = new global::System.Drawing.Size(41, 12);
     label30.TabIndex        = 54;
     label30.Text            = "经验:";
     txtLevel.IsOnlyNumber   = true;
     txtLevel.Location       = new global::System.Drawing.Point(71, 43);
     txtLevel.Name           = "txtLevel";
     txtLevel.Size           = new global::System.Drawing.Size(144, 21);
     txtLevel.TabIndex       = 53;
     txtLevel.TextChanged   += new global::System.EventHandler(txtLevel_TextChanged);
     label29.AutoSize        = true;
     label29.ImeMode         = global::System.Windows.Forms.ImeMode.NoControl;
     label29.Location        = new global::System.Drawing.Point(6, 47);
     label29.Name            = "label29";
     label29.Size            = new global::System.Drawing.Size(41, 12);
     label29.TabIndex        = 52;
     label29.Text            = "等级:";
     btnOK.Location          = new global::System.Drawing.Point(41, 186);
     btnOK.Name     = "btnOK";
     btnOK.Size     = new global::System.Drawing.Size(58, 23);
     btnOK.TabIndex = 60;
     btnOK.Text     = "确 定";
     btnOK.UseVisualStyleBackColor = true;
     btnOK.Click     += new global::System.EventHandler(btnOK_Click);
     label1.AutoSize  = true;
     label1.ImeMode   = global::System.Windows.Forms.ImeMode.NoControl;
     label1.Location  = new global::System.Drawing.Point(6, 20);
     label1.Name      = "label1";
     label1.Size      = new global::System.Drawing.Size(41, 12);
     label1.TabIndex  = 61;
     label1.Text      = "角色:";
     button1.Location = new global::System.Drawing.Point(118, 186);
     button1.Name     = "button1";
     button1.Size     = new global::System.Drawing.Size(58, 23);
     button1.TabIndex = 63;
     button1.Text     = "关 闭";
     button1.UseVisualStyleBackColor = true;
     button1.Click            += new global::System.EventHandler(button1_Click);
     txtCharacter.IsOnlyNumber = false;
     txtCharacter.Location     = new global::System.Drawing.Point(71, 16);
     txtCharacter.Name         = "txtCharacter";
     txtCharacter.ReadOnly     = true;
     txtCharacter.Size         = new global::System.Drawing.Size(144, 21);
     txtCharacter.TabIndex     = 64;
     label2.AutoSize           = true;
     label2.ImeMode            = global::System.Windows.Forms.ImeMode.NoControl;
     label2.Location           = new global::System.Drawing.Point(6, 156);
     label2.Name     = "label2";
     label2.Size     = new global::System.Drawing.Size(65, 12);
     label2.TabIndex = 65;
     label2.Text     = "大师技能:";
     rbAll.AutoSize  = true;
     rbAll.Location  = new global::System.Drawing.Point(71, 156);
     rbAll.Name      = "rbAll";
     rbAll.Size      = new global::System.Drawing.Size(47, 16);
     rbAll.TabIndex  = 66;
     rbAll.Text      = "全满";
     rbAll.UseVisualStyleBackColor = true;
     rbKeep.AutoSize = true;
     rbKeep.Checked  = true;
     rbKeep.Location = new global::System.Drawing.Point(119, 156);
     rbKeep.Name     = "rbKeep";
     rbKeep.Size     = new global::System.Drawing.Size(47, 16);
     rbKeep.TabIndex = 67;
     rbKeep.TabStop  = true;
     rbKeep.Text     = "不变";
     rbKeep.UseVisualStyleBackColor = true;
     rbClear.AutoSize = true;
     rbClear.Location = new global::System.Drawing.Point(169, 156);
     rbClear.Name     = "rbClear";
     rbClear.Size     = new global::System.Drawing.Size(47, 16);
     rbClear.TabIndex = 68;
     rbClear.Text     = "清空";
     rbClear.UseVisualStyleBackColor = true;
     groupBox1.Controls.Add(label1);
     groupBox1.Controls.Add(rbClear);
     groupBox1.Controls.Add(label29);
     groupBox1.Controls.Add(rbKeep);
     groupBox1.Controls.Add(txtLevel);
     groupBox1.Controls.Add(rbAll);
     groupBox1.Controls.Add(label30);
     groupBox1.Controls.Add(label2);
     groupBox1.Controls.Add(txtEXP);
     groupBox1.Controls.Add(txtCharacter);
     groupBox1.Controls.Add(label31);
     groupBox1.Controls.Add(button1);
     groupBox1.Controls.Add(txtNextEXP);
     groupBox1.Controls.Add(label32);
     groupBox1.Controls.Add(btnOK);
     groupBox1.Controls.Add(txtPoint);
     groupBox1.Location       = new global::System.Drawing.Point(6, 4);
     groupBox1.Name           = "groupBox1";
     groupBox1.Size           = new global::System.Drawing.Size(221, 218);
     groupBox1.TabIndex       = 69;
     groupBox1.TabStop        = false;
     groupBox1.Text           = "修改大师信息";
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize          = new global::System.Drawing.Size(233, 227);
     base.Controls.Add(groupBox1);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$Icon");
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmMasterLevel";
     base.ShowIcon        = false;
     base.ShowInTaskbar   = false;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterParent;
     Text = "修改大师";
     groupBox1.ResumeLayout(false);
     groupBox1.PerformLayout();
     base.ResumeLayout(false);
 }
Example #18
0
        // Token: 0x06000012 RID: 18 RVA: 0x00002328 File Offset: 0x00000528
        private void InitializeComponent()
        {
            global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::全加密GUI.main));
            this.button1     = new global::System.Windows.Forms.Button();
            this.button2     = new global::System.Windows.Forms.Button();
            this.button3     = new global::System.Windows.Forms.Button();
            this.button7     = new global::System.Windows.Forms.Button();
            this.label2      = new global::System.Windows.Forms.Label();
            this.label4      = new global::System.Windows.Forms.Label();
            this.pictureBox1 = new global::System.Windows.Forms.PictureBox();
            this.button4     = new global::System.Windows.Forms.Button();
            this.label1      = new global::System.Windows.Forms.Label();
            this.textBox2    = new global::System.Windows.Forms.TextBox();
            this.label5      = new global::System.Windows.Forms.Label();
            this.textBox3    = new global::System.Windows.Forms.TextBox();
            this.button5     = new global::System.Windows.Forms.Button();
            //this.pictureBox1.BeginInit();
            base.SuspendLayout();
            this.button1.Location = new global::System.Drawing.Point(85, 12);
            this.button1.Name     = "button1";
            this.button1.Size     = new global::System.Drawing.Size(131, 30);
            this.button1.TabIndex = 0;
            this.button1.Text     = "使用默认密钥读取";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click   += new global::System.EventHandler(this.button1_Click);
            this.button2.Location = new global::System.Drawing.Point(85, 49);
            this.button2.Name     = "button2";
            this.button2.Size     = new global::System.Drawing.Size(131, 30);
            this.button2.TabIndex = 1;
            this.button2.Text     = "全加密卡破解密钥";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click   += new global::System.EventHandler(this.button2_Click);
            this.button3.Location = new global::System.Drawing.Point(222, 13);
            this.button3.Name     = "button3";
            this.button3.Size     = new global::System.Drawing.Size(131, 30);
            this.button3.TabIndex = 2;
            this.button3.Text     = "使用已知密钥读取";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click   += new global::System.EventHandler(this.button3_Click);
            this.button7.Location = new global::System.Drawing.Point(222, 49);
            this.button7.Name     = "button7";
            this.button7.Size     = new global::System.Drawing.Size(131, 30);
            this.button7.TabIndex = 8;
            this.button7.Text     = "写卡";
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click                  += new global::System.EventHandler(this.button7_Click);
            this.label2.AutoSize                 = true;
            this.label2.Location                 = new global::System.Drawing.Point(359, 49);
            this.label2.Name                     = "label2";
            this.label2.Size                     = new global::System.Drawing.Size(269, 24);
            this.label2.TabIndex                 = 9;
            this.label2.Text                     = "如果数据读取成功,数据将被自动保存为 key.dump\r\n写卡时,请先读卡!否则无法写入!";
            this.label4.AutoSize                 = true;
            this.label4.ForeColor                = global::System.Drawing.Color.Gray;
            this.label4.Location                 = new global::System.Drawing.Point(8, 74);
            this.label4.Name                     = "label4";
            this.label4.Size                     = new global::System.Drawing.Size(29, 12);
            this.label4.TabIndex                 = 11;
            this.label4.Text                     = "V1.0";
            this.pictureBox1.Image               = global::全加密GUI.Properties.Resources.MIcon;
            this.pictureBox1.Location            = new global::System.Drawing.Point(19, 13);
            this.pictureBox1.Name                = "pictureBox1";
            this.pictureBox1.Size                = new global::System.Drawing.Size(48, 48);
            this.pictureBox1.SizeMode            = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex            = 12;
            this.pictureBox1.TabStop             = false;
            this.button4.Location                = new global::System.Drawing.Point(526, 13);
            this.button4.Name                    = "button4";
            this.button4.Size                    = new global::System.Drawing.Size(100, 30);
            this.button4.TabIndex                = 13;
            this.button4.Text                    = "全部停止";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click                  += new global::System.EventHandler(this.button4_Click);
            this.label1.AutoSize                 = true;
            this.label1.Location                 = new global::System.Drawing.Point(359, 22);
            this.label1.Name                     = "label1";
            this.label1.Size                     = new global::System.Drawing.Size(59, 12);
            this.label1.TabIndex                 = 14;
            this.label1.Text                     = "已知密钥:";
            this.textBox2.Location               = new global::System.Drawing.Point(424, 19);
            this.textBox2.MaxLength              = 12;
            this.textBox2.Name                   = "textBox2";
            this.textBox2.Size                   = new global::System.Drawing.Size(88, 21);
            this.textBox2.TabIndex               = 15;
            this.label5.AutoSize                 = true;
            this.label5.Location                 = new global::System.Drawing.Point(24, 97);
            this.label5.Name                     = "label5";
            this.label5.Size                     = new global::System.Drawing.Size(59, 12);
            this.label5.TabIndex                 = 16;
            this.label5.Text                     = "写入数据:";
            this.textBox3.Location               = new global::System.Drawing.Point(85, 92);
            this.textBox3.Name                   = "textBox3";
            this.textBox3.Size                   = new global::System.Drawing.Size(472, 21);
            this.textBox3.TabIndex               = 17;
            this.button5.Location                = new global::System.Drawing.Point(563, 93);
            this.button5.Name                    = "button5";
            this.button5.Size                    = new global::System.Drawing.Size(63, 21);
            this.button5.TabIndex                = 18;
            this.button5.Text                    = "浏览...";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click                  += new global::System.EventHandler(this.button5_Click);
            base.AutoScaleDimensions             = new global::System.Drawing.SizeF(6f, 12f);
            base.AutoScaleMode                   = System.Windows.Forms.AutoScaleMode.Font;
            base.ClientSize = new global::System.Drawing.Size(638, 118);
            base.Controls.Add(this.button5);
            base.Controls.Add(this.textBox3);
            base.Controls.Add(this.label5);
            base.Controls.Add(this.textBox2);
            base.Controls.Add(this.label1);
            base.Controls.Add(this.button4);
            base.Controls.Add(this.pictureBox1);
            base.Controls.Add(this.label4);
            base.Controls.Add(this.label2);
            base.Controls.Add(this.button7);
            base.Controls.Add(this.button3);
            base.Controls.Add(this.button2);
            base.Controls.Add(this.button1);
            base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
            base.MaximizeBox     = false;
            base.Name            = "main";
            base.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text            = "PN532 F**k";
            base.TopMost         = true;

            base.FormClosing += new global::System.Windows.Forms.FormClosingEventHandler(this.main_FormClosing);
            base.Load        += new global::System.EventHandler(this.main_Load);
            //this.pictureBox1.EndInit();
            base.ResumeLayout(false);
            base.PerformLayout();
        }
Example #19
0
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::TrOCR.FmMain));
     this.minico = new global::System.Windows.Forms.NotifyIcon(this.components);
     this.toolStripSeparator1 = new global::System.Windows.Forms.ToolStripSeparator();
     this.toolStrip           = new global::System.Windows.Forms.ToolStripMenuItem();
     this.trans_input         = new global::System.Windows.Forms.ToolStripMenuItem();
     this.trans_google        = new global::System.Windows.Forms.ToolStripMenuItem();
     this.trans_baidu         = new global::System.Windows.Forms.ToolStripMenuItem();
     this.trans_tencent       = new global::System.Windows.Forms.ToolStripMenuItem();
     this.baidu_table         = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ali_table           = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ocr_table           = new global::System.Windows.Forms.ToolStripMenuItem();
     this.menu                     = new global::System.Windows.Forms.ContextMenuStrip();
     this.menu.Renderer            = new global::TrOCR.Helper.HelpRepaint.MenuItemRendererT();
     this.ch_en                    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.jap                      = new global::System.Windows.Forms.ToolStripMenuItem();
     this.kor                      = new global::System.Windows.Forms.ToolStripMenuItem();
     this.pinyin                   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.customize_Proxy          = new global::System.Windows.Forms.ToolStripMenuItem();
     this.null_Proxy               = new global::System.Windows.Forms.ToolStripMenuItem();
     this.system_Proxy             = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Proxy                    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.left_right               = new global::System.Windows.Forms.ToolStripMenuItem();
     this.righ_left                = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Main_copy                = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Main_paste               = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Main_selectall           = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Main_jiekou              = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Main_exit                = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Main_change              = new global::System.Windows.Forms.ToolStripMenuItem();
     this.zh_tra                   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tra_zh                   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.str_Upper                = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Upper_str                = new global::System.Windows.Forms.ToolStripMenuItem();
     this.speak                    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Trans_copy               = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Trans_paste              = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Trans_SelectAll          = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Trans_close              = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Trans_Voice              = new global::System.Windows.Forms.ToolStripMenuItem();
     this.sougou                   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Mathfuntion              = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tencent                  = new global::System.Windows.Forms.ToolStripMenuItem();
     this.baidu                    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.shupai                   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.write                    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tencent_v                = new global::System.Windows.Forms.ToolStripMenuItem();
     this.baidu_s                  = new global::System.Windows.Forms.ToolStripMenuItem();
     this.baidu_v                  = new global::System.Windows.Forms.ToolStripMenuItem();
     this.tencent                  = new global::System.Windows.Forms.ToolStripMenuItem();
     this.baidu                    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.youdao                   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Chinese                  = new global::System.Windows.Forms.ToolStripMenuItem();
     this.English                  = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Split                    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Restore                  = new global::System.Windows.Forms.ToolStripMenuItem();
     this.menu_copy                = new global::System.Windows.Forms.ContextMenuStrip();
     this.menu_copy.Renderer       = new global::TrOCR.Helper.HelpRepaint.MenuItemRendererT();
     this.PictureBox1              = new global::System.Windows.Forms.PictureBox();
     this.RichBoxBody              = new global::TrOCR.AdvRichTextBox();
     this.RichBoxBody_T            = new global::TrOCR.AdvRichTextBox();
     this.minico.BalloonTipIcon    = global::System.Windows.Forms.ToolTipIcon.Info;
     this.minico.BalloonTipText    = "最小化到任务栏";
     this.minico.BalloonTipTitle   = "提示";
     this.minico.Icon              = (global::System.Drawing.Icon)componentResourceManager.GetObject("minico.Icon");
     this.minico.Text              = "双击开始截图识别";
     this.minico.Visible           = true;
     this.minico.MouseDoubleClick += new global::System.Windows.Forms.MouseEventHandler(this.tray_double_Click);
     this.font_base.Width          = 18f * this.F_factor;
     this.font_base.Height         = 17f * this.F_factor;
     this.RichBoxBody_T.Visible    = false;
     this.RichBoxBody.Dock         = global::System.Windows.Forms.DockStyle.Fill;
     this.RichBoxBody.BorderStyle  = global::System.Windows.Forms.BorderStyle.Fixed3D;
     this.RichBoxBody.Location     = new global::System.Drawing.Point(0, 0);
     this.RichBoxBody.Name         = "htmlTextBoxBody";
     this.RichBoxBody.ImeMode      = global::System.Windows.Forms.ImeMode.HangulFull;
     this.RichBoxBody.TabIndex     = 200;
     this.RichBoxBody.Text_flag    = "天若幽心";
     this.RichBoxBody_T.ImeMode    = global::System.Windows.Forms.ImeMode.HangulFull;
     this.Trans_copy.Text          = "复制";
     this.Trans_copy.Click        += new global::System.EventHandler(this.Trans_copy_Click);
     this.Trans_paste.Text         = "粘贴";
     this.Trans_paste.Click       += new global::System.EventHandler(this.Trans_paste_Click);
     this.Trans_SelectAll.Text     = "全选";
     this.Trans_SelectAll.Click   += new global::System.EventHandler(this.Trans_SelectAll_Click);
     this.Trans_close.Text         = "关闭";
     this.Trans_close.Click       += new global::System.EventHandler(this.Trans_close_Click);
     this.Trans_Voice.Text         = "朗读";
     this.Trans_Voice.Click       += new global::System.EventHandler(this.Trans_Voice_Click);
     this.trans_input.Text         = "接口";
     this.trans_input.Click       += new global::System.EventHandler(this.Trans_SelectAll_Click);
     this.trans_google.Text        = "谷歌√";
     this.trans_google.Click      += new global::System.EventHandler(this.Trans_google_Click);
     this.trans_baidu.Text         = "百度";
     this.trans_baidu.Click       += new global::System.EventHandler(this.Trans_baidu_Click);
     this.trans_tencent.Text       = "腾讯";
     this.trans_tencent.Click     += new global::System.EventHandler(this.Trans_tencent_Click);
     this.menu_copy.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.Trans_copy,
         this.Trans_paste,
         this.Trans_SelectAll,
         this.Trans_Voice,
         this.trans_input,
         this.Trans_close
     });
     this.trans_input.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.trans_google,
         this.trans_baidu,
         this.trans_tencent
     });
     this.menu_copy.Font        = new global::System.Drawing.Font("微软雅黑", 9f / global::TrOCR.Helper.StaticValue.DpiFactor, global::System.Drawing.FontStyle.Regular);
     this.Main_copy.Text        = "复制";
     this.Main_copy.Click      += new global::System.EventHandler(this.Main_copy_Click);
     this.Main_paste.Text       = "粘贴";
     this.Main_paste.Click     += new global::System.EventHandler(this.Main_paste_Click);
     this.Main_selectall.Text   = "全选";
     this.Main_selectall.Click += new global::System.EventHandler(this.Main_SelectAll_Click);
     this.speak.Text            = "朗读";
     this.speak.Click          += new global::System.EventHandler(this.Main_Voice_Click);
     this.baidu_s.Text          = "搜索";
     this.baidu_s.Click        += new global::System.EventHandler(this.Main_baidu_search);
     this.Main_change.Text      = "转换";
     this.Main_jiekou.Text      = "接口";
     this.Main_exit.Text        = "退出";
     this.Main_exit.Click      += new global::System.EventHandler(this.tray_exit_Click);
     this.menu.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.Main_copy,
         this.Main_paste,
         this.Main_selectall,
         this.speak,
         this.baidu_s,
         this.Main_change,
         this.Main_jiekou,
         this.Main_exit
     });
     this.menu.Font          = new global::System.Drawing.Font("微软雅黑", 9f / global::TrOCR.Helper.StaticValue.DpiFactor, global::System.Drawing.FontStyle.Regular);
     this.sougou.Text        = "搜狗√";
     this.sougou.Click      += new global::System.EventHandler(this.OCR_sougou_Click);
     this.Mathfuntion.Text   = "公式";
     this.Mathfuntion.Click += new global::System.EventHandler(this.OCR_Mathfuntion_Click);
     this.tencent.Text       = "腾讯";
     this.tencent.Click     += new global::System.EventHandler(this.OCR_tencent_Click);
     this.baidu.Text         = "百度";
     this.baidu.Click       += new global::System.EventHandler(this.OCR_baidu_Click);
     this.youdao.Text        = "有道";
     this.youdao.Click      += new global::System.EventHandler(this.OCR_youdao_Click);
     this.ocr_table.Text     = "表格";
     this.baidu_table.Text   = "百度";
     this.baidu_table.Click += new global::System.EventHandler(this.OCR_baidutable_Click);
     this.ali_table.Text     = "阿里";
     this.ali_table.Click   += new global::System.EventHandler(this.OCR_ailitable_Click);
     this.ocr_table.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.baidu_table,
         this.ali_table
     });
     this.shupai.Text      = "竖排";
     this.shupai.Click    += new global::System.EventHandler(this.OCR_shupai_Click);
     this.write.Text       = "手写";
     this.write.Click     += new global::System.EventHandler(this.OCR_write_Click);
     this.Chinese.Text     = "中文标点";
     this.Chinese.Click   += new global::System.EventHandler(this.change_Chinese_Click);
     this.English.Text     = "英文标点";
     this.English.Click   += new global::System.EventHandler(this.change_English_Click);
     this.zh_tra.Text      = "中文繁体";
     this.zh_tra.Click    += new global::System.EventHandler(this.change_zh_tra_Click);
     this.tra_zh.Text      = "中文简体";
     this.tra_zh.Click    += new global::System.EventHandler(this.change_tra_zh_Click);
     this.str_Upper.Text   = "英文大写";
     this.str_Upper.Click += new global::System.EventHandler(this.change_str_Upper_Click);
     this.Upper_str.Text   = "英文小写";
     this.Upper_str.Click += new global::System.EventHandler(this.change_Upper_str_Click);
     this.pinyin.Text      = "汉语拼音";
     this.pinyin.Click    += new global::System.EventHandler(this.change_pinyin_Click);
     this.change_button    = this.Main_change;
     this.change_button.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.Chinese,
         this.English,
         this.zh_tra,
         this.tra_zh,
         this.str_Upper,
         this.Upper_str,
         this.pinyin
     });
     this.interface_button = this.Main_jiekou;
     this.interface_button.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.sougou,
         this.tencent,
         this.youdao,
         this.baidu,
         this.toolStripSeparator1,
         this.Mathfuntion,
         this.ocr_table,
         this.shupai
     });
     if (global::TrOCR.Helper.IniHelper.GetValue("配置", "接口") == "百度")
     {
         this.ch_en.Text = "中英√";
     }
     else
     {
         this.ch_en.Text = "中英";
     }
     this.ch_en.Click += new global::System.EventHandler(this.OCR_baidu_Ch_and_En_Click);
     this.jap.Text     = "日语";
     this.jap.Click   += new global::System.EventHandler(this.OCR_baidu_Jap_Click);
     this.kor.Text     = "韩语";
     this.kor.Click   += new global::System.EventHandler(this.OCR_baidu_Kor_Click);
     ((global::System.Windows.Forms.ToolStripDropDownItem) this.baidu).DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.ch_en,
         this.jap,
         this.kor
     });
     this.left_right.Text   = "从左向右";
     this.left_right.Click += new global::System.EventHandler(this.OCR_lefttoright_Click);
     this.righ_left.Text    = "从右向左";
     this.righ_left.Click  += new global::System.EventHandler(this.OCR_righttoleft_Click);
     ((global::System.Windows.Forms.ToolStripDropDownItem) this.shupai).DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.left_right,
         this.righ_left
     });
     this.RichBoxBody.ContextMenuStrip1   = this.menu;
     this.RichBoxBody_T.ContextMenuStrip1 = this.menu_copy;
     this.PictureBox1.Image     = (global::System.Drawing.Image) new global::System.ComponentModel.ComponentResourceManager(typeof(global::TrOCR.FmMain)).GetObject("loadcat.gif");
     this.PictureBox1.Size      = new global::System.Drawing.Size(85, 85);
     this.PictureBox1.Location  = (global::System.Drawing.Point) new global::System.Drawing.Size((int)this.font_base.Width * 34 - this.PictureBox1.Size.Width / 2, (int)(110f * this.F_factor));
     this.PictureBox1.BackColor = global::System.Drawing.Color.White;
     this.PictureBox1.Visible   = false;
     base.SuspendLayout();
     base.StartPosition = global::System.Windows.Forms.FormStartPosition.Manual;
     base.Location      = (global::System.Drawing.Point) new global::System.Drawing.Size(global::System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width / 2 - global::System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width / 10, global::System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height / 2 - global::System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height / 6);
     base.Size          = new global::System.Drawing.Size((int)this.font_base.Width * 23, (int)this.font_base.Height * 24);
     base.Controls.Add(this.RichBoxBody_T);
     base.Controls.Add(this.PictureBox1);
     base.Controls.Add(this.RichBoxBody);
     base.Load   += new global::System.EventHandler(this.Load_Click);
     base.Resize += new global::System.EventHandler(this.Form_Resize);
     base.Name    = "Form1";
     this.Text    = "耗时:";
     if (global::TrOCR.Helper.IniHelper.GetValue("工具栏", "顶置") == "True")
     {
         base.TopMost = true;
     }
     else
     {
         base.TopMost = false;
     }
     base.Icon = (global::System.Drawing.Icon)componentResourceManager.GetObject("minico.Icon");
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 // Token: 0x060000E7 RID: 231 RVA: 0x0001BB34 File Offset: 0x00019D34
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager resources = new global::System.ComponentModel.ComponentResourceManager(typeof(global::ExportToVR.ExportToVUForm));
     this.cancelButton             = new global::System.Windows.Forms.Button();
     this.okButton                 = new global::System.Windows.Forms.Button();
     this.pBar1                    = new global::System.Windows.Forms.ProgressBar();
     this.checkBoxTrialVersion     = new global::System.Windows.Forms.CheckBox();
     this.radioButtonSingleObject  = new global::System.Windows.Forms.RadioButton();
     this.label1                   = new global::System.Windows.Forms.Label();
     this.radioButtonByTypes       = new global::System.Windows.Forms.RadioButton();
     this.radioButtonMaterialsFast = new global::System.Windows.Forms.RadioButton();
     this.checkBoxStartVU          = new global::System.Windows.Forms.CheckBox();
     this.checkBoxDeleteOBJ        = new global::System.Windows.Forms.CheckBox();
     this.pictureBox1              = new global::System.Windows.Forms.PictureBox();
     this.checkBoxLinkTransp       = new global::System.Windows.Forms.CheckBox();
     this.checkBoxOverride         = new global::System.Windows.Forms.CheckBox();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).BeginInit();
     base.SuspendLayout();
     this.cancelButton.Anchor                  = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.cancelButton.DialogResult            = global::System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location                = new global::System.Drawing.Point(486, 390);
     this.cancelButton.Margin                  = new global::System.Windows.Forms.Padding(6);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new global::System.Drawing.Size(183, 83);
     this.cancelButton.TabIndex                = 22;
     this.cancelButton.Text                    = "&CANCEL";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.okButton.Anchor   = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.okButton.Location = new global::System.Drawing.Point(235, 390);
     this.okButton.Margin   = new global::System.Windows.Forms.Padding(6);
     this.okButton.Name     = "okButton";
     this.okButton.Size     = new global::System.Drawing.Size(238, 83);
     this.okButton.TabIndex = 21;
     this.okButton.Text     = "&OK";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click += new global::System.EventHandler(this.buttonOK_Click);
     this.pBar1.Anchor    = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.pBar1.ForeColor = global::System.Drawing.Color.Blue;
     this.pBar1.Location  = new global::System.Drawing.Point(26, 475);
     this.pBar1.Margin    = new global::System.Windows.Forms.Padding(6);
     this.pBar1.Name      = "pBar1";
     this.pBar1.Size      = new global::System.Drawing.Size(644, 15);
     this.pBar1.TabIndex  = 31;
     this.pBar1.Visible   = false;
     this.checkBoxTrialVersion.AutoSize  = true;
     this.checkBoxTrialVersion.Enabled   = false;
     this.checkBoxTrialVersion.ForeColor = global::System.Drawing.SystemColors.HotTrack;
     this.checkBoxTrialVersion.Location  = new global::System.Drawing.Point(326, 22);
     this.checkBoxTrialVersion.Margin    = new global::System.Windows.Forms.Padding(6);
     this.checkBoxTrialVersion.Name      = "checkBoxTrialVersion";
     this.checkBoxTrialVersion.Size      = new global::System.Drawing.Size(76, 29);
     this.checkBoxTrialVersion.TabIndex  = 117;
     this.checkBoxTrialVersion.Text      = "Trial";
     this.checkBoxTrialVersion.UseVisualStyleBackColor = true;
     this.checkBoxTrialVersion.Visible     = false;
     this.radioButtonSingleObject.AutoSize = true;
     this.radioButtonSingleObject.Enabled  = false;
     this.radioButtonSingleObject.Location = new global::System.Drawing.Point(477, 111);
     this.radioButtonSingleObject.Margin   = new global::System.Windows.Forms.Padding(6);
     this.radioButtonSingleObject.Name     = "radioButtonSingleObject";
     this.radioButtonSingleObject.Size     = new global::System.Drawing.Size(197, 29);
     this.radioButtonSingleObject.TabIndex = 223;
     this.radioButtonSingleObject.Text     = "One Single Object";
     this.radioButtonSingleObject.UseVisualStyleBackColor = true;
     this.radioButtonSingleObject.Visible = false;
     this.label1.AutoSize             = true;
     this.label1.Location             = new global::System.Drawing.Point(69, 124);
     this.label1.Margin               = new global::System.Windows.Forms.Padding(6, 0, 6, 0);
     this.label1.Name                 = "label1";
     this.label1.Size                 = new global::System.Drawing.Size(138, 25);
     this.label1.TabIndex             = 224;
     this.label1.Text                 = "BY OBJECTS";
     this.radioButtonByTypes.AutoSize = true;
     this.radioButtonByTypes.Location = new global::System.Drawing.Point(74, 213);
     this.radioButtonByTypes.Margin   = new global::System.Windows.Forms.Padding(6);
     this.radioButtonByTypes.Name     = "radioButtonByTypes";
     this.radioButtonByTypes.Size     = new global::System.Drawing.Size(77, 29);
     this.radioButtonByTypes.TabIndex = 232;
     this.radioButtonByTypes.Text     = "YES";
     this.radioButtonByTypes.UseVisualStyleBackColor = true;
     this.radioButtonMaterialsFast.AutoSize          = true;
     this.radioButtonMaterialsFast.Checked           = true;
     this.radioButtonMaterialsFast.Location          = new global::System.Drawing.Point(74, 172);
     this.radioButtonMaterialsFast.Margin            = new global::System.Windows.Forms.Padding(6);
     this.radioButtonMaterialsFast.Name     = "radioButtonMaterialsFast";
     this.radioButtonMaterialsFast.Size     = new global::System.Drawing.Size(67, 29);
     this.radioButtonMaterialsFast.TabIndex = 233;
     this.radioButtonMaterialsFast.TabStop  = true;
     this.radioButtonMaterialsFast.Text     = "NO";
     this.radioButtonMaterialsFast.UseVisualStyleBackColor = true;
     this.checkBoxStartVU.AutoSize   = true;
     this.checkBoxStartVU.Checked    = true;
     this.checkBoxStartVU.CheckState = global::System.Windows.Forms.CheckState.Checked;
     this.checkBoxStartVU.Enabled    = false;
     this.checkBoxStartVU.Location   = new global::System.Drawing.Point(411, 295);
     this.checkBoxStartVU.Margin     = new global::System.Windows.Forms.Padding(6);
     this.checkBoxStartVU.Name       = "checkBoxStartVU";
     this.checkBoxStartVU.Size       = new global::System.Drawing.Size(112, 29);
     this.checkBoxStartVU.TabIndex   = 234;
     this.checkBoxStartVU.Text       = "Start VU";
     this.checkBoxStartVU.UseVisualStyleBackColor = true;
     this.checkBoxStartVU.Visible      = false;
     this.checkBoxDeleteOBJ.AutoSize   = true;
     this.checkBoxDeleteOBJ.Checked    = true;
     this.checkBoxDeleteOBJ.CheckState = global::System.Windows.Forms.CheckState.Checked;
     this.checkBoxDeleteOBJ.Enabled    = false;
     this.checkBoxDeleteOBJ.Location   = new global::System.Drawing.Point(411, 336);
     this.checkBoxDeleteOBJ.Margin     = new global::System.Windows.Forms.Padding(6);
     this.checkBoxDeleteOBJ.Name       = "checkBoxDeleteOBJ";
     this.checkBoxDeleteOBJ.Size       = new global::System.Drawing.Size(228, 29);
     this.checkBoxDeleteOBJ.TabIndex   = 235;
     this.checkBoxDeleteOBJ.Text       = "Replace Existing Files";
     this.checkBoxDeleteOBJ.UseVisualStyleBackColor = true;
     this.checkBoxDeleteOBJ.Visible   = false;
     this.pictureBox1.Anchor          = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right);
     this.pictureBox1.Image           = global::ExportToVR.Properties.Resources.ExportToVR_Gris_36X36;
     this.pictureBox1.Location        = new global::System.Drawing.Point(603, 22);
     this.pictureBox1.Margin          = new global::System.Windows.Forms.Padding(6);
     this.pictureBox1.Name            = "pictureBox1";
     this.pictureBox1.Size            = new global::System.Drawing.Size(66, 66);
     this.pictureBox1.TabIndex        = 220;
     this.pictureBox1.TabStop         = false;
     this.checkBoxLinkTransp.AutoSize = true;
     this.checkBoxLinkTransp.Location = new global::System.Drawing.Point(296, 213);
     this.checkBoxLinkTransp.Margin   = new global::System.Windows.Forms.Padding(6);
     this.checkBoxLinkTransp.Name     = "checkBoxLinkTransp";
     this.checkBoxLinkTransp.Size     = new global::System.Drawing.Size(151, 29);
     this.checkBoxLinkTransp.TabIndex = 236;
     this.checkBoxLinkTransp.Text     = "Links Transp";
     this.checkBoxLinkTransp.UseVisualStyleBackColor = true;
     this.checkBoxLinkTransp.CheckedChanged         += new global::System.EventHandler(this.checkBoxLinkTransp_CheckedChanged);
     this.checkBoxOverride.AutoSize = true;
     this.checkBoxOverride.Location = new global::System.Drawing.Point(296, 254);
     this.checkBoxOverride.Margin   = new global::System.Windows.Forms.Padding(6);
     this.checkBoxOverride.Name     = "checkBoxOverride";
     this.checkBoxOverride.Size     = new global::System.Drawing.Size(175, 29);
     this.checkBoxOverride.TabIndex = 237;
     this.checkBoxOverride.Text     = "Override Colors";
     this.checkBoxOverride.UseVisualStyleBackColor = true;
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(11f, 24f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize          = new global::System.Drawing.Size(689, 496);
     base.Controls.Add(this.checkBoxOverride);
     base.Controls.Add(this.checkBoxLinkTransp);
     base.Controls.Add(this.checkBoxDeleteOBJ);
     base.Controls.Add(this.checkBoxStartVU);
     base.Controls.Add(this.radioButtonMaterialsFast);
     base.Controls.Add(this.radioButtonByTypes);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.radioButtonSingleObject);
     base.Controls.Add(this.pictureBox1);
     base.Controls.Add(this.pBar1);
     base.Controls.Add(this.cancelButton);
     base.Controls.Add(this.okButton);
     base.Controls.Add(this.checkBoxTrialVersion);
     base.Icon        = (global::System.Drawing.Icon)resources.GetObject("$this.Icon");
     base.Margin      = new global::System.Windows.Forms.Padding(6);
     this.MaximumSize = new global::System.Drawing.Size(713, 869);
     this.MinimumSize = new global::System.Drawing.Size(713, 560);
     base.Name        = "ExportToVUForm";
     this.Text        = "ef | Export To VU";
     base.Load       += new global::System.EventHandler(this.ViewForm_Load);
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox1).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::NINGALINET.FrmBuy));
     this.PictureBox2    = new global::System.Windows.Forms.PictureBox();
     this.Label5         = new global::System.Windows.Forms.Label();
     this.Label19        = new global::System.Windows.Forms.Label();
     this.Label22        = new global::System.Windows.Forms.Label();
     this.Label23        = new global::System.Windows.Forms.Label();
     this.Panel6         = new global::System.Windows.Forms.Panel();
     this.Label26        = new global::System.Windows.Forms.Label();
     this.Button7        = new global::System.Windows.Forms.Button();
     this.Button9        = new global::System.Windows.Forms.Button();
     this.Button10       = new global::System.Windows.Forms.Button();
     this.Button17       = new global::System.Windows.Forms.Button();
     this.Button18       = new global::System.Windows.Forms.Button();
     this.Label27        = new global::System.Windows.Forms.Label();
     this.Panel7         = new global::System.Windows.Forms.Panel();
     this.Label28        = new global::System.Windows.Forms.Label();
     this.Button25       = new global::System.Windows.Forms.Button();
     this.Button27       = new global::System.Windows.Forms.Button();
     this.Button28       = new global::System.Windows.Forms.Button();
     this.Button29       = new global::System.Windows.Forms.Button();
     this.Button30       = new global::System.Windows.Forms.Button();
     this.Label29        = new global::System.Windows.Forms.Label();
     this.Panel8         = new global::System.Windows.Forms.Panel();
     this.Label30        = new global::System.Windows.Forms.Label();
     this.Button31       = new global::System.Windows.Forms.Button();
     this.Button33       = new global::System.Windows.Forms.Button();
     this.Button34       = new global::System.Windows.Forms.Button();
     this.Button35       = new global::System.Windows.Forms.Button();
     this.Button36       = new global::System.Windows.Forms.Button();
     this.Label31        = new global::System.Windows.Forms.Label();
     this.Label32        = new global::System.Windows.Forms.Label();
     this.Label33        = new global::System.Windows.Forms.Label();
     this.Label34        = new global::System.Windows.Forms.Label();
     this.GroupPanelBox1 = new global::NINGALINET.GroupPanelBox();
     this.RichTextBox1   = new global::System.Windows.Forms.RichTextBox();
     this.RadioButton1   = new global::System.Windows.Forms.RadioButton();
     this.RadioButton2   = new global::System.Windows.Forms.RadioButton();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox2).BeginInit();
     this.Panel6.SuspendLayout();
     this.Panel7.SuspendLayout();
     this.Panel8.SuspendLayout();
     this.GroupPanelBox1.SuspendLayout();
     this.SuspendLayout();
     this.PictureBox2.Anchor = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.PictureBox2.Image  = (global::System.Drawing.Image)componentResourceManager.GetObject("PictureBox2.Image");
     global::System.Windows.Forms.Control arg_218_0 = this.PictureBox2;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(132, 323);
     arg_218_0.Location    = location;
     this.PictureBox2.Name = "PictureBox2";
     global::System.Windows.Forms.Control arg_23F_0 = this.PictureBox2;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(16, 17);
     arg_23F_0.Size            = size;
     this.PictureBox2.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.PictureBox2.TabIndex = 163;
     this.PictureBox2.TabStop  = false;
     this.Label5.Anchor        = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.Label5.AutoSize      = true;
     global::System.Windows.Forms.Control arg_29C_0 = this.Label5;
     location           = new global::System.Drawing.Point(154, 324);
     arg_29C_0.Location = location;
     this.Label5.Name   = "Label5";
     global::System.Windows.Forms.Control arg_2C6_0 = this.Label5;
     size                  = new global::System.Drawing.Size(151, 13);
     arg_2C6_0.Size        = size;
     this.Label5.TabIndex  = 162;
     this.Label5.Text      = "Mail Falan Yok Türkish";
     this.Label19.Anchor   = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.Label19.AutoSize = true;
     this.Label19.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_333_0 = this.Label19;
     location           = new global::System.Drawing.Point(14, 324);
     arg_333_0.Location = location;
     this.Label19.Name  = "Label19";
     global::System.Windows.Forms.Control arg_35A_0 = this.Label19;
     size                  = new global::System.Drawing.Size(52, 14);
     arg_35A_0.Size        = size;
     this.Label19.TabIndex = 161;
     this.Label19.Text     = "Contact:";
     this.Label22.AutoSize = true;
     this.Label22.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_3BB_0 = this.Label22;
     location           = new global::System.Drawing.Point(14, 135);
     arg_3BB_0.Location = location;
     this.Label22.Name  = "Label22";
     global::System.Windows.Forms.Control arg_3E2_0 = this.Label22;
     size                  = new global::System.Drawing.Size(93, 14);
     arg_3E2_0.Size        = size;
     this.Label22.TabIndex = 158;
     this.Label22.Text     = "DDoS  Stresser ";
     this.Label23.AutoSize = true;
     this.Label23.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_443_0 = this.Label23;
     location           = new global::System.Drawing.Point(14, 201);
     arg_443_0.Location = location;
     this.Label23.Name  = "Label23";
     global::System.Windows.Forms.Control arg_46A_0 = this.Label23;
     size                  = new global::System.Drawing.Size(94, 14);
     arg_46A_0.Size        = size;
     this.Label23.TabIndex = 157;
     this.Label23.Text     = "Server Detector";
     this.Panel6.Controls.Add(this.Label26);
     this.Panel6.Controls.Add(this.Button7);
     this.Panel6.Controls.Add(this.Button9);
     this.Panel6.Controls.Add(this.Button10);
     this.Panel6.Controls.Add(this.Button17);
     this.Panel6.Controls.Add(this.Button18);
     this.Panel6.Controls.Add(this.Label27);
     global::System.Windows.Forms.Control arg_53E_0 = this.Panel6;
     location           = new global::System.Drawing.Point(395, 42);
     arg_53E_0.Location = location;
     this.Panel6.Name   = "Panel6";
     global::System.Windows.Forms.Control arg_568_0 = this.Panel6;
     size                  = new global::System.Drawing.Size(115, 200);
     arg_568_0.Size        = size;
     this.Panel6.TabIndex  = 155;
     this.Label26.AutoSize = true;
     this.Label26.Dock     = global::System.Windows.Forms.DockStyle.Bottom;
     this.Label26.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold | global::System.Drawing.FontStyle.Italic);
     global::System.Windows.Forms.Control arg_5C4_0 = this.Label26;
     location           = new global::System.Drawing.Point(0, 187);
     arg_5C4_0.Location = location;
     this.Label26.Name  = "Label26";
     global::System.Windows.Forms.Control arg_5EB_0 = this.Label26;
     size                   = new global::System.Drawing.Size(105, 13);
     arg_5EB_0.Size         = size;
     this.Label26.TabIndex  = 97;
     this.Label26.Text      = "Ülkeyi Sömürdünüz Program Cracked";
     this.Button7.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button7.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button7.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button7.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button7.FlatAppearance.BorderSize         = 0;
     this.Button7.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button7.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button7.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button7.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button7.Image");
     global::System.Windows.Forms.Control arg_6D6_0 = this.Button7;
     location           = new global::System.Drawing.Point(0, 150);
     arg_6D6_0.Location = location;
     this.Button7.Name  = "Button7";
     global::System.Windows.Forms.Control arg_6FD_0 = this.Button7;
     size                   = new global::System.Drawing.Size(115, 34);
     arg_6FD_0.Size         = size;
     this.Button7.TabIndex  = 93;
     this.Button7.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button7.UseVisualStyleBackColor = false;
     this.Button9.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button9.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button9.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button9.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button9.FlatAppearance.BorderSize         = 0;
     this.Button9.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button9.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button9.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button9.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button9.Image");
     global::System.Windows.Forms.Control arg_7EE_0 = this.Button9;
     location           = new global::System.Drawing.Point(0, 116);
     arg_7EE_0.Location = location;
     this.Button9.Name  = "Button9";
     global::System.Windows.Forms.Control arg_815_0 = this.Button9;
     size                   = new global::System.Drawing.Size(115, 34);
     arg_815_0.Size         = size;
     this.Button9.TabIndex  = 91;
     this.Button9.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button9.UseVisualStyleBackColor = false;
     this.Button10.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button10.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button10.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button10.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button10.FlatAppearance.BorderSize         = 0;
     this.Button10.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button10.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button10.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button10.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button10.Image");
     global::System.Windows.Forms.Control arg_906_0 = this.Button10;
     location           = new global::System.Drawing.Point(0, 82);
     arg_906_0.Location = location;
     this.Button10.Name = "Button10";
     global::System.Windows.Forms.Control arg_92D_0 = this.Button10;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_92D_0.Size          = size;
     this.Button10.TabIndex  = 90;
     this.Button10.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button10.UseVisualStyleBackColor = false;
     this.Button17.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button17.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button17.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button17.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button17.FlatAppearance.BorderSize         = 0;
     this.Button17.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button17.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button17.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button17.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button17.Image");
     global::System.Windows.Forms.Control arg_A1E_0 = this.Button17;
     location           = new global::System.Drawing.Point(0, 48);
     arg_A1E_0.Location = location;
     this.Button17.Name = "Button17";
     global::System.Windows.Forms.Control arg_A45_0 = this.Button17;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_A45_0.Size          = size;
     this.Button17.TabIndex  = 89;
     this.Button17.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button17.UseVisualStyleBackColor = false;
     this.Button18.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button18.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button18.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button18.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button18.FlatAppearance.BorderSize         = 0;
     this.Button18.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button18.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button18.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button18.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button18.Image");
     global::System.Windows.Forms.Control arg_B36_0 = this.Button18;
     location           = new global::System.Drawing.Point(0, 14);
     arg_B36_0.Location = location;
     this.Button18.Name = "Button18";
     global::System.Windows.Forms.Control arg_B5D_0 = this.Button18;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_B5D_0.Size          = size;
     this.Button18.TabIndex  = 88;
     this.Button18.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button18.UseVisualStyleBackColor = false;
     this.Label27.AutoSize = true;
     this.Label27.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.Label27.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_BCB_0 = this.Label27;
     location           = new global::System.Drawing.Point(0, 0);
     arg_BCB_0.Location = location;
     this.Label27.Name  = "Label27";
     global::System.Windows.Forms.Control arg_BF2_0 = this.Label27;
     size                  = new global::System.Drawing.Size(92, 14);
     arg_BF2_0.Size        = size;
     this.Label27.TabIndex = 29;
     this.Label27.Text     = "Ultimate Edition";
     this.Panel7.Controls.Add(this.Label28);
     this.Panel7.Controls.Add(this.Button25);
     this.Panel7.Controls.Add(this.Button27);
     this.Panel7.Controls.Add(this.Button28);
     this.Panel7.Controls.Add(this.Button29);
     this.Panel7.Controls.Add(this.Button30);
     this.Panel7.Controls.Add(this.Label29);
     global::System.Windows.Forms.Control arg_CC3_0 = this.Panel7;
     location           = new global::System.Drawing.Point(274, 42);
     arg_CC3_0.Location = location;
     this.Panel7.Name   = "Panel7";
     global::System.Windows.Forms.Control arg_CED_0 = this.Panel7;
     size                  = new global::System.Drawing.Size(115, 200);
     arg_CED_0.Size        = size;
     this.Panel7.TabIndex  = 154;
     this.Label28.AutoSize = true;
     this.Label28.Dock     = global::System.Windows.Forms.DockStyle.Bottom;
     this.Label28.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold | global::System.Drawing.FontStyle.Italic);
     global::System.Windows.Forms.Control arg_D49_0 = this.Label28;
     location           = new global::System.Drawing.Point(0, 187);
     arg_D49_0.Location = location;
     this.Label28.Name  = "Label28";
     global::System.Windows.Forms.Control arg_D70_0 = this.Label28;
     size                    = new global::System.Drawing.Size(99, 13);
     arg_D70_0.Size          = size;
     this.Label28.TabIndex   = 97;
     this.Label28.Text       = "Beleş diyorum Para diyorlar :P";
     this.Button25.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button25.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button25.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button25.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button25.FlatAppearance.BorderSize         = 0;
     this.Button25.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button25.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button25.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button25.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button25.Image");
     global::System.Windows.Forms.Control arg_E5B_0 = this.Button25;
     location           = new global::System.Drawing.Point(0, 150);
     arg_E5B_0.Location = location;
     this.Button25.Name = "Button25";
     global::System.Windows.Forms.Control arg_E82_0 = this.Button25;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_E82_0.Size          = size;
     this.Button25.TabIndex  = 93;
     this.Button25.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button25.UseVisualStyleBackColor = false;
     this.Button27.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button27.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button27.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button27.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button27.FlatAppearance.BorderSize         = 0;
     this.Button27.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button27.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button27.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button27.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button27.Image");
     global::System.Windows.Forms.Control arg_F73_0 = this.Button27;
     location           = new global::System.Drawing.Point(0, 116);
     arg_F73_0.Location = location;
     this.Button27.Name = "Button27";
     global::System.Windows.Forms.Control arg_F9A_0 = this.Button27;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_F9A_0.Size          = size;
     this.Button27.TabIndex  = 91;
     this.Button27.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button27.UseVisualStyleBackColor = false;
     this.Button28.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button28.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button28.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button28.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button28.FlatAppearance.BorderSize         = 0;
     this.Button28.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button28.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button28.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button28.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button28.Image");
     global::System.Windows.Forms.Control arg_108B_0 = this.Button28;
     location            = new global::System.Drawing.Point(0, 82);
     arg_108B_0.Location = location;
     this.Button28.Name  = "Button28";
     global::System.Windows.Forms.Control arg_10B2_0 = this.Button28;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_10B2_0.Size         = size;
     this.Button28.TabIndex  = 90;
     this.Button28.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button28.UseVisualStyleBackColor = false;
     this.Button29.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button29.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button29.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button29.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button29.FlatAppearance.BorderSize         = 0;
     this.Button29.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button29.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button29.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button29.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button29.Image");
     global::System.Windows.Forms.Control arg_11A3_0 = this.Button29;
     location            = new global::System.Drawing.Point(0, 48);
     arg_11A3_0.Location = location;
     this.Button29.Name  = "Button29";
     global::System.Windows.Forms.Control arg_11CA_0 = this.Button29;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_11CA_0.Size         = size;
     this.Button29.TabIndex  = 89;
     this.Button29.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button29.UseVisualStyleBackColor = false;
     this.Button30.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button30.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button30.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button30.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button30.FlatAppearance.BorderSize         = 0;
     this.Button30.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button30.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button30.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button30.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button30.Image");
     global::System.Windows.Forms.Control arg_12BB_0 = this.Button30;
     location            = new global::System.Drawing.Point(0, 14);
     arg_12BB_0.Location = location;
     this.Button30.Name  = "Button30";
     global::System.Windows.Forms.Control arg_12E2_0 = this.Button30;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_12E2_0.Size         = size;
     this.Button30.TabIndex  = 88;
     this.Button30.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button30.UseVisualStyleBackColor = false;
     this.Label29.AutoSize = true;
     this.Label29.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.Label29.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_1350_0 = this.Label29;
     location            = new global::System.Drawing.Point(0, 0);
     arg_1350_0.Location = location;
     this.Label29.Name   = "Label29";
     global::System.Windows.Forms.Control arg_1377_0 = this.Label29;
     size                  = new global::System.Drawing.Size(96, 14);
     arg_1377_0.Size       = size;
     this.Label29.TabIndex = 29;
     this.Label29.Text     = "Program Cracked :p";
     this.Panel8.Controls.Add(this.Label30);
     this.Panel8.Controls.Add(this.Button31);
     this.Panel8.Controls.Add(this.Button33);
     this.Panel8.Controls.Add(this.Button34);
     this.Panel8.Controls.Add(this.Button35);
     this.Panel8.Controls.Add(this.Button36);
     this.Panel8.Controls.Add(this.Label31);
     global::System.Windows.Forms.Control arg_1448_0 = this.Panel8;
     location            = new global::System.Drawing.Point(153, 42);
     arg_1448_0.Location = location;
     this.Panel8.Name    = "Panel8";
     global::System.Windows.Forms.Control arg_1472_0 = this.Panel8;
     size                  = new global::System.Drawing.Size(115, 200);
     arg_1472_0.Size       = size;
     this.Panel8.TabIndex  = 153;
     this.Label30.AutoSize = true;
     this.Label30.Dock     = global::System.Windows.Forms.DockStyle.Bottom;
     this.Label30.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold | global::System.Drawing.FontStyle.Italic);
     global::System.Windows.Forms.Control arg_14CE_0 = this.Label30;
     location            = new global::System.Drawing.Point(0, 187);
     arg_14CE_0.Location = location;
     this.Label30.Name   = "Label30";
     global::System.Windows.Forms.Control arg_14F5_0 = this.Label30;
     size                    = new global::System.Drawing.Size(31, 13);
     arg_14F5_0.Size         = size;
     this.Label30.TabIndex   = 97;
     this.Label30.Text       = "Free";
     this.Button31.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button31.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button31.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button31.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button31.FlatAppearance.BorderSize         = 0;
     this.Button31.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button31.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button31.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button31.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button31.Image");
     global::System.Windows.Forms.Control arg_15E0_0 = this.Button31;
     location            = new global::System.Drawing.Point(0, 150);
     arg_15E0_0.Location = location;
     this.Button31.Name  = "Button31";
     global::System.Windows.Forms.Control arg_1607_0 = this.Button31;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_1607_0.Size         = size;
     this.Button31.TabIndex  = 93;
     this.Button31.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button31.UseVisualStyleBackColor = false;
     this.Button33.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button33.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button33.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button33.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button33.FlatAppearance.BorderSize         = 0;
     this.Button33.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button33.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button33.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button33.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button33.Image");
     global::System.Windows.Forms.Control arg_16F8_0 = this.Button33;
     location            = new global::System.Drawing.Point(0, 116);
     arg_16F8_0.Location = location;
     this.Button33.Name  = "Button33";
     global::System.Windows.Forms.Control arg_171F_0 = this.Button33;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_171F_0.Size         = size;
     this.Button33.TabIndex  = 91;
     this.Button33.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button33.UseVisualStyleBackColor = false;
     this.Button34.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button34.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button34.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button34.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button34.FlatAppearance.BorderSize         = 0;
     this.Button34.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button34.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button34.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button34.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button34.Image");
     global::System.Windows.Forms.Control arg_1810_0 = this.Button34;
     location            = new global::System.Drawing.Point(0, 82);
     arg_1810_0.Location = location;
     this.Button34.Name  = "Button34";
     global::System.Windows.Forms.Control arg_1837_0 = this.Button34;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_1837_0.Size         = size;
     this.Button34.TabIndex  = 90;
     this.Button34.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button34.UseVisualStyleBackColor = false;
     this.Button35.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button35.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button35.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button35.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button35.FlatAppearance.BorderSize         = 0;
     this.Button35.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button35.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button35.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button35.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button35.Image");
     global::System.Windows.Forms.Control arg_1928_0 = this.Button35;
     location            = new global::System.Drawing.Point(0, 48);
     arg_1928_0.Location = location;
     this.Button35.Name  = "Button35";
     global::System.Windows.Forms.Control arg_194F_0 = this.Button35;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_194F_0.Size         = size;
     this.Button35.TabIndex  = 89;
     this.Button35.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button35.UseVisualStyleBackColor = false;
     this.Button36.BackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button36.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.Button36.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.Button36.FlatAppearance.BorderColor        = global::System.Drawing.Color.Black;
     this.Button36.FlatAppearance.BorderSize         = 0;
     this.Button36.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button36.FlatAppearance.MouseOverBackColor = global::System.Drawing.Color.FromArgb(10, 10, 10);
     this.Button36.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Button36.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Button36.Image");
     global::System.Windows.Forms.Control arg_1A40_0 = this.Button36;
     location            = new global::System.Drawing.Point(0, 14);
     arg_1A40_0.Location = location;
     this.Button36.Name  = "Button36";
     global::System.Windows.Forms.Control arg_1A67_0 = this.Button36;
     size                    = new global::System.Drawing.Size(115, 34);
     arg_1A67_0.Size         = size;
     this.Button36.TabIndex  = 88;
     this.Button36.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.Button36.UseVisualStyleBackColor = false;
     this.Label31.AutoSize = true;
     this.Label31.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.Label31.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_1AD5_0 = this.Label31;
     location            = new global::System.Drawing.Point(0, 0);
     arg_1AD5_0.Location = location;
     this.Label31.Name   = "Label31";
     global::System.Windows.Forms.Control arg_1AFC_0 = this.Label31;
     size                  = new global::System.Drawing.Size(72, 14);
     arg_1AFC_0.Size       = size;
     this.Label31.TabIndex = 29;
     this.Label31.Text     = "Free";
     this.Label32.AutoSize = true;
     this.Label32.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_1B57_0 = this.Label32;
     location            = new global::System.Drawing.Point(14, 67);
     arg_1B57_0.Location = location;
     this.Label32.Name   = "Label32";
     global::System.Windows.Forms.Control arg_1B7E_0 = this.Label32;
     size                  = new global::System.Drawing.Size(110, 14);
     arg_1B7E_0.Size       = size;
     this.Label32.TabIndex = 150;
     this.Label32.Text     = "Stored Passwords";
     this.Label33.AutoSize = true;
     this.Label33.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_1BDC_0 = this.Label33;
     location            = new global::System.Drawing.Point(14, 101);
     arg_1BDC_0.Location = location;
     this.Label33.Name   = "Label33";
     global::System.Windows.Forms.Control arg_1C03_0 = this.Label33;
     size                  = new global::System.Drawing.Size(78, 14);
     arg_1C03_0.Size       = size;
     this.Label33.TabIndex = 151;
     this.Label33.Text     = "Fun Manager";
     this.Label34.AutoSize = true;
     this.Label34.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     global::System.Windows.Forms.Control arg_1C64_0 = this.Label34;
     location            = new global::System.Drawing.Point(14, 169);
     arg_1C64_0.Location = location;
     this.Label34.Name   = "Label34";
     global::System.Windows.Forms.Control arg_1C8B_0 = this.Label34;
     size                  = new global::System.Drawing.Size(81, 14);
     arg_1C8B_0.Size       = size;
     this.Label34.TabIndex = 152;
     this.Label34.Text     = "Plugin Server";
     this.GroupPanelBox1.Controls.Add(this.RichTextBox1);
     this.GroupPanelBox1.Controls.Add(this.RadioButton1);
     this.GroupPanelBox1.Controls.Add(this.RadioButton2);
     this.GroupPanelBox1.Dock      = global::System.Windows.Forms.DockStyle.Right;
     this.GroupPanelBox1.Font      = new global::System.Drawing.Font("Arial", 8f);
     this.GroupPanelBox1.ForeColor = global::System.Drawing.Color.FromArgb(245, 245, 245);
     global::System.Windows.Forms.Control arg_1D4B_0 = this.GroupPanelBox1;
     location                       = new global::System.Drawing.Point(529, 0);
     arg_1D4B_0.Location            = location;
     this.GroupPanelBox1.Name       = "GroupPanelBox1";
     this.GroupPanelBox1.NoRounding = false;
     global::System.Windows.Forms.Control arg_1D84_0 = this.GroupPanelBox1;
     size            = new global::System.Drawing.Size(238, 350);
     arg_1D84_0.Size = size;
     this.GroupPanelBox1.TabIndex = 170;
     this.GroupPanelBox1.Text     = "No Buy";
     this.RichTextBox1.Anchor     = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     global::System.Windows.Forms.Control arg_1DC8_0 = this.RichTextBox1;
     location               = new global::System.Drawing.Point(18, 78);
     arg_1DC8_0.Location    = location;
     this.RichTextBox1.Name = "RichTextBox1";
     global::System.Windows.Forms.Control arg_1DF5_0 = this.RichTextBox1;
     size                       = new global::System.Drawing.Size(208, 260);
     arg_1DF5_0.Size            = size;
     this.RichTextBox1.TabIndex = 165;
     this.RichTextBox1.Text     = componentResourceManager.GetString("RichTextBox1.Text");
     this.RadioButton1.AutoSize = true;
     global::System.Windows.Forms.Control arg_1E3E_0 = this.RadioButton1;
     location               = new global::System.Drawing.Point(120, 38);
     arg_1E3E_0.Location    = location;
     this.RadioButton1.Name = "RadioButton1";
     global::System.Windows.Forms.Control arg_1E65_0 = this.RadioButton1;
     size                       = new global::System.Drawing.Size(111, 18);
     arg_1E65_0.Size            = size;
     this.RadioButton1.TabIndex = 166;
     this.RadioButton1.Text     = "Bahasa Indonesia";
     this.RadioButton1.UseVisualStyleBackColor = true;
     this.RadioButton2.AutoSize = true;
     this.RadioButton2.Checked  = true;
     global::System.Windows.Forms.Control arg_1EC0_0 = this.RadioButton2;
     location               = new global::System.Drawing.Point(120, 53);
     arg_1EC0_0.Location    = location;
     this.RadioButton2.Name = "RadioButton2";
     global::System.Windows.Forms.Control arg_1EE7_0 = this.RadioButton2;
     size                       = new global::System.Drawing.Size(59, 18);
     arg_1EE7_0.Size            = size;
     this.RadioButton2.TabIndex = 167;
     this.RadioButton2.TabStop  = true;
     this.RadioButton2.Text     = "English";
     this.RadioButton2.UseVisualStyleBackColor = true;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.Black;
     size            = new global::System.Drawing.Size(767, 350);
     this.ClientSize = size;
     this.Controls.Add(this.GroupPanelBox1);
     this.Controls.Add(this.PictureBox2);
     this.Controls.Add(this.Label5);
     this.Controls.Add(this.Label19);
     this.Controls.Add(this.Label22);
     this.Controls.Add(this.Label23);
     this.Controls.Add(this.Panel6);
     this.Controls.Add(this.Panel7);
     this.Controls.Add(this.Panel8);
     this.Controls.Add(this.Label32);
     this.Controls.Add(this.Label33);
     this.Controls.Add(this.Label34);
     this.ForeColor       = global::System.Drawing.Color.WhiteSmoke;
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FrmBuy";
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Buy";
     this.TopMost         = true;
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox2).EndInit();
     this.Panel6.ResumeLayout(false);
     this.Panel6.PerformLayout();
     this.Panel7.ResumeLayout(false);
     this.Panel7.PerformLayout();
     this.Panel8.ResumeLayout(false);
     this.Panel8.PerformLayout();
     this.GroupPanelBox1.ResumeLayout(false);
     this.GroupPanelBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 // Token: 0x060000E8 RID: 232 RVA: 0x00006FF0 File Offset: 0x000051F0
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Beta_Loader.Main));
     this.label1      = new global::System.Windows.Forms.Label();
     this.label2      = new global::System.Windows.Forms.Label();
     this.button1     = new global::System.Windows.Forms.Button();
     this.label3      = new global::System.Windows.Forms.Label();
     this.label4      = new global::System.Windows.Forms.Label();
     this.label5      = new global::System.Windows.Forms.Label();
     this.label6      = new global::System.Windows.Forms.Label();
     this.label7      = new global::System.Windows.Forms.Label();
     this.pictureBox3 = new global::System.Windows.Forms.PictureBox();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox3).BeginInit();
     base.SuspendLayout();
     this.label1.AutoSize   = true;
     this.label1.ForeColor  = global::System.Drawing.SystemColors.ButtonHighlight;
     this.label1.Location   = new global::System.Drawing.Point(14, 169);
     this.label1.Name       = "label1";
     this.label1.Size       = new global::System.Drawing.Size(29, 13);
     this.label1.TabIndex   = 10;
     this.label1.Text       = "User";
     this.label1.Click     += new global::System.EventHandler(this.label1_Click);
     this.label2.AutoSize   = true;
     this.label2.ForeColor  = global::System.Drawing.SystemColors.ControlLightLight;
     this.label2.Location   = new global::System.Drawing.Point(168, 169);
     this.label2.Name       = "label2";
     this.label2.Size       = new global::System.Drawing.Size(35, 13);
     this.label2.TabIndex   = 11;
     this.label2.Text       = "expire";
     this.label2.Click     += new global::System.EventHandler(this.label2_Click_1);
     this.button1.BackColor = global::System.Drawing.Color.BlueViolet;
     this.button1.Cursor    = global::System.Windows.Forms.Cursors.Default;
     this.button1.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.button1.ForeColor = global::System.Drawing.SystemColors.ButtonHighlight;
     this.button1.Location  = new global::System.Drawing.Point(163, 107);
     this.button1.Name      = "button1";
     this.button1.Size      = new global::System.Drawing.Size(124, 39);
     this.button1.TabIndex  = 13;
     this.button1.Text      = "Inject";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click       += new global::System.EventHandler(this.button1_Click);
     this.label3.AutoSize      = true;
     this.label3.Font          = new global::System.Drawing.Font("Myanmar Text", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.label3.ForeColor     = global::System.Drawing.Color.White;
     this.label3.Location      = new global::System.Drawing.Point(159, 55);
     this.label3.Name          = "label3";
     this.label3.Size          = new global::System.Drawing.Size(44, 20);
     this.label3.TabIndex      = 14;
     this.label3.Text          = "Server:";
     this.label4.AutoSize      = true;
     this.label4.Font          = new global::System.Drawing.Font("Myanmar Text", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.label4.ForeColor     = global::System.Drawing.Color.FromArgb(0, 192, 0);
     this.label4.Location      = new global::System.Drawing.Point(198, 55);
     this.label4.Name          = "label4";
     this.label4.Size          = new global::System.Drawing.Size(42, 20);
     this.label4.TabIndex      = 14;
     this.label4.Text          = "online";
     this.label5.AutoSize      = true;
     this.label5.Font          = new global::System.Drawing.Font("Myanmar Text", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.label5.ForeColor     = global::System.Drawing.Color.White;
     this.label5.Location      = new global::System.Drawing.Point(159, 75);
     this.label5.Name          = "label5";
     this.label5.Size          = new global::System.Drawing.Size(44, 20);
     this.label5.TabIndex      = 14;
     this.label5.Text          = "Status:";
     this.label6.AutoSize      = true;
     this.label6.Font          = new global::System.Drawing.Font("Myanmar Text", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.label6.ForeColor     = global::System.Drawing.Color.FromArgb(0, 192, 0);
     this.label6.Location      = new global::System.Drawing.Point(198, 75);
     this.label6.Name          = "label6";
     this.label6.Size          = new global::System.Drawing.Size(68, 20);
     this.label6.TabIndex      = 14;
     this.label6.Text          = "undetected";
     this.label7.AutoSize      = true;
     this.label7.Font          = new global::System.Drawing.Font("Myanmar Text", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.label7.ForeColor     = global::System.Drawing.Color.White;
     this.label7.Location      = new global::System.Drawing.Point(154, 7);
     this.label7.Name          = "label7";
     this.label7.Size          = new global::System.Drawing.Size(113, 20);
     this.label7.TabIndex      = 14;
     this.label7.Text          = "ZYPER CSGO CHEAT";
     this.pictureBox3.Image    = global::Beta_Loader.Properties.Resources.zyper_logo_para_o_loader1;
     this.pictureBox3.Location = new global::System.Drawing.Point(17, 20);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new global::System.Drawing.Size(131, 126);
     this.pictureBox3.TabIndex = 17;
     this.pictureBox3.TabStop  = false;
     base.AutoScaleDimensions  = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode        = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize           = new global::System.Drawing.Size(300, 189);
     base.Controls.Add(this.pictureBox3);
     base.Controls.Add(this.label6);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.button1);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label1);
     base.Icon        = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name        = "Main";
     base.Resizable   = false;
     base.ShadowType  = global::MetroFramework.Forms.MetroFormShadowType.DropShadow;
     base.Style       = global::MetroFramework.MetroColorStyle.Purple;
     base.Theme       = global::MetroFramework.MetroThemeStyle.Dark;
     base.FormClosed += new global::System.Windows.Forms.FormClosedEventHandler(this.Main_FormClosed);
     base.Load       += new global::System.EventHandler(this.Main_Load);
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox3).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Hero_Designer.frmPowerEffect));
     this.btnPaste             = new global::System.Windows.Forms.Button();
     this.btnCopy              = new global::System.Windows.Forms.Button();
     this.chkStack             = new global::System.Windows.Forms.CheckBox();
     this.GroupBox3            = new global::System.Windows.Forms.GroupBox();
     this.clbSuppression       = new global::System.Windows.Forms.CheckedListBox();
     this.Label27              = new global::System.Windows.Forms.Label();
     this.rbIfPlayer           = new global::System.Windows.Forms.RadioButton();
     this.rbIfCritter          = new global::System.Windows.Forms.RadioButton();
     this.rbIfAny              = new global::System.Windows.Forms.RadioButton();
     this.chkFXResistable      = new global::System.Windows.Forms.CheckBox();
     this.chkFXBuffable        = new global::System.Windows.Forms.CheckBox();
     this.Label26              = new global::System.Windows.Forms.Label();
     this.txtFXProb            = new global::System.Windows.Forms.TextBox();
     this.Label25              = new global::System.Windows.Forms.Label();
     this.txtFXDelay           = new global::System.Windows.Forms.TextBox();
     this.Label24              = new global::System.Windows.Forms.Label();
     this.txtFXTicks           = new global::System.Windows.Forms.TextBox();
     this.Label23              = new global::System.Windows.Forms.Label();
     this.txtFXDuration        = new global::System.Windows.Forms.TextBox();
     this.Label22              = new global::System.Windows.Forms.Label();
     this.txtFXMag             = new global::System.Windows.Forms.TextBox();
     this.Label28              = new global::System.Windows.Forms.Label();
     this.Label30              = new global::System.Windows.Forms.Label();
     this.cbFXClass            = new global::System.Windows.Forms.ComboBox();
     this.cbFXSpecialCase      = new global::System.Windows.Forms.ComboBox();
     this.btnOK                = new global::System.Windows.Forms.Button();
     this.btnCancel            = new global::System.Windows.Forms.Button();
     this.lblEffectDescription = new global::System.Windows.Forms.Label();
     this.chkVariable          = new global::System.Windows.Forms.CheckBox();
     this.cbPercentageOverride = new global::System.Windows.Forms.ComboBox();
     this.Label2               = new global::System.Windows.Forms.Label();
     this.Label1               = new global::System.Windows.Forms.Label();
     this.txtFXScale           = new global::System.Windows.Forms.TextBox();
     this.Label3               = new global::System.Windows.Forms.Label();
     this.cbAffects            = new global::System.Windows.Forms.ComboBox();
     this.Label4               = new global::System.Windows.Forms.Label();
     this.cbAttribute          = new global::System.Windows.Forms.ComboBox();
     this.Label5               = new global::System.Windows.Forms.Label();
     this.cbAspect             = new global::System.Windows.Forms.ComboBox();
     this.Label6               = new global::System.Windows.Forms.Label();
     this.cbModifier           = new global::System.Windows.Forms.ComboBox();
     this.chkNearGround        = new global::System.Windows.Forms.CheckBox();
     this.lblAffectsCaster     = new global::System.Windows.Forms.Label();
     this.lvEffectType         = new global::System.Windows.Forms.ListView();
     this.ColumnHeader1        = new global::System.Windows.Forms.ColumnHeader();
     this.lvSubAttribute       = new global::System.Windows.Forms.ListView();
     this.chSub                = new global::System.Windows.Forms.ColumnHeader();
     this.lblProb              = new global::System.Windows.Forms.Label();
     this.lvSubSub             = new global::System.Windows.Forms.ListView();
     this.chSubSub             = new global::System.Windows.Forms.ColumnHeader();
     this.Label7               = new global::System.Windows.Forms.Label();
     this.Label8               = new global::System.Windows.Forms.Label();
     this.btnCSV               = new global::System.Windows.Forms.Button();
     this.Label9               = new global::System.Windows.Forms.Label();
     this.cmbEffectId          = new global::System.Windows.Forms.ComboBox();
     this.IgnoreED             = new global::System.Windows.Forms.CheckBox();
     this.Label10              = new global::System.Windows.Forms.Label();
     this.txtOverride          = new global::System.Windows.Forms.TextBox();
     this.Label11              = new global::System.Windows.Forms.Label();
     this.txtPPM               = new global::System.Windows.Forms.TextBox();
     this.GroupBox3.SuspendLayout();
     base.SuspendLayout();
     global::System.Drawing.Point point = new global::System.Drawing.Point(804, 497);
     this.btnPaste.Location = point;
     this.btnPaste.Name     = "btnPaste";
     global::System.Drawing.Size size = new global::System.Drawing.Size(150, 26);
     this.btnPaste.Size     = size;
     this.btnPaste.TabIndex = 116;
     this.btnPaste.Text     = "Paste Effect Data";
     point = new global::System.Drawing.Point(804, 465);
     this.btnCopy.Location = point;
     this.btnCopy.Name     = "btnCopy";
     size = new global::System.Drawing.Size(150, 26);
     this.btnCopy.Size        = size;
     this.btnCopy.TabIndex    = 115;
     this.btnCopy.Text        = "Copy Effect Data";
     this.chkStack.CheckAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(20, 510);
     this.chkStack.Location = point;
     this.chkStack.Name     = "chkStack";
     size = new global::System.Drawing.Size(172, 20);
     this.chkStack.Size      = size;
     this.chkStack.TabIndex  = 112;
     this.chkStack.Text      = "Effect Can Stack";
     this.chkStack.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.GroupBox3.Controls.Add(this.clbSuppression);
     point = new global::System.Drawing.Point(794, 124);
     this.GroupBox3.Location = point;
     this.GroupBox3.Name     = "GroupBox3";
     size = new global::System.Drawing.Size(166, 240);
     this.GroupBox3.Size     = size;
     this.GroupBox3.TabIndex = 107;
     this.GroupBox3.TabStop  = false;
     this.GroupBox3.Text     = "Suppression";
     this.clbSuppression.FormattingEnabled = true;
     point = new global::System.Drawing.Point(10, 19);
     this.clbSuppression.Location = point;
     this.clbSuppression.Name     = "clbSuppression";
     size = new global::System.Drawing.Size(150, 214);
     this.clbSuppression.Size     = size;
     this.clbSuppression.TabIndex = 0;
     point = new global::System.Drawing.Point(12, 596);
     this.Label27.Location = point;
     this.Label27.Name     = "Label27";
     size = new global::System.Drawing.Size(76, 20);
     this.Label27.Size      = size;
     this.Label27.TabIndex  = 102;
     this.Label27.Text      = "If Target =";
     this.Label27.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(224, 597);
     this.rbIfPlayer.Location = point;
     this.rbIfPlayer.Name     = "rbIfPlayer";
     size = new global::System.Drawing.Size(76, 20);
     this.rbIfPlayer.Size     = size;
     this.rbIfPlayer.TabIndex = 88;
     this.rbIfPlayer.Text     = "Players";
     point = new global::System.Drawing.Point(147, 597);
     this.rbIfCritter.Location = point;
     this.rbIfCritter.Name     = "rbIfCritter";
     size = new global::System.Drawing.Size(71, 20);
     this.rbIfCritter.Size     = size;
     this.rbIfCritter.TabIndex = 87;
     this.rbIfCritter.Text     = "Critters";
     this.rbIfAny.Checked      = true;
     point = new global::System.Drawing.Point(94, 597);
     this.rbIfAny.Location = point;
     this.rbIfAny.Name     = "rbIfAny";
     size = new global::System.Drawing.Size(57, 20);
     this.rbIfAny.Size               = size;
     this.rbIfAny.TabIndex           = 86;
     this.rbIfAny.TabStop            = true;
     this.rbIfAny.Text               = "Any";
     this.chkFXResistable.CheckAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(20, 561);
     this.chkFXResistable.Location = point;
     this.chkFXResistable.Name     = "chkFXResistable";
     size = new global::System.Drawing.Size(172, 20);
     this.chkFXResistable.Size      = size;
     this.chkFXResistable.TabIndex  = 90;
     this.chkFXResistable.Text      = "Effect is Unresistible";
     this.chkFXResistable.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.chkFXBuffable.CheckAlign  = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(20, 528);
     this.chkFXBuffable.Location = point;
     this.chkFXBuffable.Name     = "chkFXBuffable";
     size = new global::System.Drawing.Size(172, 20);
     this.chkFXBuffable.Size      = size;
     this.chkFXBuffable.TabIndex  = 89;
     this.chkFXBuffable.Text      = "Ignore Buffs / Enhancements";
     this.chkFXBuffable.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(12, 273);
     this.Label26.Location = point;
     this.Label26.Name     = "Label26";
     size = new global::System.Drawing.Size(76, 20);
     this.Label26.Size      = size;
     this.Label26.TabIndex  = 101;
     this.Label26.Text      = "Probability:";
     this.Label26.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(96, 273);
     this.txtFXProb.Location = point;
     this.txtFXProb.Name     = "txtFXProb";
     size = new global::System.Drawing.Size(42, 20);
     this.txtFXProb.Size     = size;
     this.txtFXProb.TabIndex = 85;
     this.txtFXProb.Text     = "1";
     point = new global::System.Drawing.Point(12, 247);
     this.Label25.Location = point;
     this.Label25.Name     = "Label25";
     size = new global::System.Drawing.Size(76, 20);
     this.Label25.Size      = size;
     this.Label25.TabIndex  = 100;
     this.Label25.Text      = "Delay Time:";
     this.Label25.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(96, 247);
     this.txtFXDelay.Location = point;
     this.txtFXDelay.Name     = "txtFXDelay";
     size = new global::System.Drawing.Size(42, 20);
     this.txtFXDelay.Size     = size;
     this.txtFXDelay.TabIndex = 84;
     this.txtFXDelay.Text     = "0";
     point = new global::System.Drawing.Point(14, 221);
     this.Label24.Location = point;
     this.Label24.Name     = "Label24";
     size = new global::System.Drawing.Size(76, 20);
     this.Label24.Size      = size;
     this.Label24.TabIndex  = 99;
     this.Label24.Text      = "Ticks:";
     this.Label24.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(96, 221);
     this.txtFXTicks.Location = point;
     this.txtFXTicks.Name     = "txtFXTicks";
     size = new global::System.Drawing.Size(42, 20);
     this.txtFXTicks.Size     = size;
     this.txtFXTicks.TabIndex = 83;
     this.txtFXTicks.Text     = "0";
     point = new global::System.Drawing.Point(14, 169);
     this.Label23.Location = point;
     this.Label23.Name     = "Label23";
     size = new global::System.Drawing.Size(76, 20);
     this.Label23.Size      = size;
     this.Label23.TabIndex  = 98;
     this.Label23.Text      = "Duration:";
     this.Label23.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(96, 169);
     this.txtFXDuration.Location = point;
     this.txtFXDuration.Name     = "txtFXDuration";
     size = new global::System.Drawing.Size(42, 20);
     this.txtFXDuration.Size     = size;
     this.txtFXDuration.TabIndex = 82;
     this.txtFXDuration.Text     = "0";
     point = new global::System.Drawing.Point(14, 195);
     this.Label22.Location = point;
     this.Label22.Name     = "Label22";
     size = new global::System.Drawing.Size(76, 20);
     this.Label22.Size      = size;
     this.Label22.TabIndex  = 97;
     this.Label22.Text      = "Magnitude:";
     this.Label22.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(96, 195);
     this.txtFXMag.Location = point;
     this.txtFXMag.Name     = "txtFXMag";
     size = new global::System.Drawing.Size(42, 20);
     this.txtFXMag.Size     = size;
     this.txtFXMag.TabIndex = 80;
     this.txtFXMag.Text     = "0";
     point = new global::System.Drawing.Point(202, 118);
     this.Label28.Location = point;
     this.Label28.Name     = "Label28";
     size = new global::System.Drawing.Size(98, 20);
     this.Label28.Size      = size;
     this.Label28.TabIndex  = 104;
     this.Label28.Text      = "DIsplay Priority:";
     this.Label28.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(408, 597);
     this.Label30.Location = point;
     this.Label30.Name     = "Label30";
     size = new global::System.Drawing.Size(76, 20);
     this.Label30.Size            = size;
     this.Label30.TabIndex        = 105;
     this.Label30.Text            = "Special Case:";
     this.Label30.TextAlign       = global::System.Drawing.ContentAlignment.MiddleRight;
     this.cbFXClass.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     point = new global::System.Drawing.Point(306, 116);
     this.cbFXClass.Location = point;
     this.cbFXClass.Name     = "cbFXClass";
     size = new global::System.Drawing.Size(132, 22);
     this.cbFXClass.Size                = size;
     this.cbFXClass.TabIndex            = 93;
     this.cbFXSpecialCase.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     point = new global::System.Drawing.Point(489, 597);
     this.cbFXSpecialCase.Location = point;
     this.cbFXSpecialCase.Name     = "cbFXSpecialCase";
     size = new global::System.Drawing.Size(136, 22);
     this.cbFXSpecialCase.Size     = size;
     this.cbFXSpecialCase.TabIndex = 94;
     this.btnOK.DialogResult       = global::System.Windows.Forms.DialogResult.OK;
     point = new global::System.Drawing.Point(881, 578);
     this.btnOK.Location = point;
     this.btnOK.Name     = "btnOK";
     size                                    = new global::System.Drawing.Size(85, 36);
     this.btnOK.Size                         = size;
     this.btnOK.TabIndex                     = 119;
     this.btnOK.Text                         = "OK";
     this.btnCancel.DialogResult             = global::System.Windows.Forms.DialogResult.Cancel;
     point                                   = new global::System.Drawing.Point(794, 578);
     this.btnCancel.Location                 = point;
     this.btnCancel.Name                     = "btnCancel";
     size                                    = new global::System.Drawing.Size(85, 36);
     this.btnCancel.Size                     = size;
     this.btnCancel.TabIndex                 = 118;
     this.btnCancel.Text                     = "Cancel";
     this.lblEffectDescription.BorderStyle   = global::System.Windows.Forms.BorderStyle.FixedSingle;
     point                                   = new global::System.Drawing.Point(8, 11);
     this.lblEffectDescription.Location      = point;
     this.lblEffectDescription.Name          = "lblEffectDescription";
     size                                    = new global::System.Drawing.Size(950, 102);
     this.lblEffectDescription.Size          = size;
     this.lblEffectDescription.TabIndex      = 120;
     this.lblEffectDescription.TextAlign     = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.lblEffectDescription.UseMnemonic   = false;
     point                                   = new global::System.Drawing.Point(461, 116);
     this.chkVariable.Location               = point;
     this.chkVariable.Name                   = "chkVariable";
     size                                    = new global::System.Drawing.Size(285, 20);
     this.chkVariable.Size                   = size;
     this.chkVariable.TabIndex               = 126;
     this.chkVariable.Text                   = "Enable Power Scaling (Override)";
     this.cbPercentageOverride.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     point                                   = new global::System.Drawing.Point(96, 116);
     this.cbPercentageOverride.Location      = point;
     this.cbPercentageOverride.Name          = "cbPercentageOverride";
     size                                    = new global::System.Drawing.Size(96, 22);
     this.cbPercentageOverride.Size          = size;
     this.cbPercentageOverride.TabIndex      = 127;
     point                                   = new global::System.Drawing.Point(14, 118);
     this.Label2.Location                    = point;
     this.Label2.Name                        = "Label2";
     size                                    = new global::System.Drawing.Size(76, 20);
     this.Label2.Size                        = size;
     this.Label2.TabIndex                    = 128;
     this.Label2.Text                        = "Percentage:";
     this.Label2.TextAlign                   = global::System.Drawing.ContentAlignment.MiddleRight;
     point                                   = new global::System.Drawing.Point(14, 143);
     this.Label1.Location                    = point;
     this.Label1.Name                        = "Label1";
     size                                    = new global::System.Drawing.Size(76, 20);
     this.Label1.Size                        = size;
     this.Label1.TabIndex                    = 130;
     this.Label1.Text                        = "Scale:";
     this.Label1.TextAlign                   = global::System.Drawing.ContentAlignment.MiddleRight;
     point                                   = new global::System.Drawing.Point(96, 143);
     this.txtFXScale.Location                = point;
     this.txtFXScale.Name                    = "txtFXScale";
     size                                    = new global::System.Drawing.Size(42, 20);
     this.txtFXScale.Size                    = size;
     this.txtFXScale.TabIndex                = 129;
     this.txtFXScale.Text                    = "0";
     point                                   = new global::System.Drawing.Point(14, 443);
     this.Label3.Location                    = point;
     this.Label3.Name                        = "Label3";
     size                                    = new global::System.Drawing.Size(76, 20);
     this.Label3.Size                        = size;
     this.Label3.TabIndex                    = 132;
     this.Label3.Text                        = "Affects:";
     this.Label3.TextAlign                   = global::System.Drawing.ContentAlignment.MiddleRight;
     this.cbAffects.DropDownStyle            = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     point                                   = new global::System.Drawing.Point(96, 443);
     this.cbAffects.Location                 = point;
     this.cbAffects.Name                     = "cbAffects";
     size                                    = new global::System.Drawing.Size(122, 22);
     this.cbAffects.Size                     = size;
     this.cbAffects.TabIndex                 = 131;
     point                                   = new global::System.Drawing.Point(14, 328);
     this.Label4.Location                    = point;
     this.Label4.Name                        = "Label4";
     size                                    = new global::System.Drawing.Size(76, 20);
     this.Label4.Size                        = size;
     this.Label4.TabIndex                    = 134;
     this.Label4.Text                        = "AttribType:";
     this.Label4.TextAlign                   = global::System.Drawing.ContentAlignment.MiddleRight;
     this.cbAttribute.DropDownStyle          = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     point                                   = new global::System.Drawing.Point(96, 328);
     this.cbAttribute.Location               = point;
     this.cbAttribute.Name                   = "cbAttribute";
     size                                    = new global::System.Drawing.Size(122, 22);
     this.cbAttribute.Size                   = size;
     this.cbAttribute.TabIndex               = 133;
     point                                   = new global::System.Drawing.Point(14, 356);
     this.Label5.Location                    = point;
     this.Label5.Name                        = "Label5";
     size                                    = new global::System.Drawing.Size(76, 20);
     this.Label5.Size                        = size;
     this.Label5.TabIndex                    = 136;
     this.Label5.Text                        = "Aspect:";
     this.Label5.TextAlign                   = global::System.Drawing.ContentAlignment.MiddleRight;
     this.cbAspect.DropDownStyle             = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     point                                   = new global::System.Drawing.Point(96, 356);
     this.cbAspect.Location                  = point;
     this.cbAspect.Name                      = "cbAspect";
     size                                    = new global::System.Drawing.Size(122, 22);
     this.cbAspect.Size                      = size;
     this.cbAspect.TabIndex                  = 135;
     point                                   = new global::System.Drawing.Point(14, 384);
     this.Label6.Location                    = point;
     this.Label6.Name                        = "Label6";
     size                                    = new global::System.Drawing.Size(178, 20);
     this.Label6.Size                        = size;
     this.Label6.TabIndex                    = 138;
     this.Label6.Text                        = "Modifier Table:";
     this.Label6.TextAlign                   = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.cbModifier.DropDownStyle           = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     point                                   = new global::System.Drawing.Point(20, 405);
     this.cbModifier.Location                = point;
     this.cbModifier.Name                    = "cbModifier";
     size                                    = new global::System.Drawing.Size(198, 22);
     this.cbModifier.Size                    = size;
     this.cbModifier.TabIndex                = 137;
     this.chkNearGround.CheckAlign           = global::System.Drawing.ContentAlignment.MiddleRight;
     point                                   = new global::System.Drawing.Point(20, 577);
     this.chkNearGround.Location             = point;
     this.chkNearGround.Name                 = "chkNearGround";
     size                                    = new global::System.Drawing.Size(172, 20);
     this.chkNearGround.Size                 = size;
     this.chkNearGround.TabIndex             = 139;
     this.chkNearGround.Text                 = "Target must be Near Ground";
     this.chkNearGround.TextAlign            = global::System.Drawing.ContentAlignment.MiddleRight;
     this.lblAffectsCaster.BorderStyle       = global::System.Windows.Forms.BorderStyle.Fixed3D;
     point                                   = new global::System.Drawing.Point(96, 464);
     this.lblAffectsCaster.Location          = point;
     this.lblAffectsCaster.Name              = "lblAffectsCaster";
     size                                    = new global::System.Drawing.Size(122, 32);
     this.lblAffectsCaster.Size              = size;
     this.lblAffectsCaster.TabIndex          = 140;
     this.lblAffectsCaster.Text              = "Power also affects caster";
     this.lblAffectsCaster.TextAlign         = global::System.Drawing.ContentAlignment.MiddleCenter;
     this.lvEffectType.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader1
     });
     this.lvEffectType.FullRowSelect = true;
     this.lvEffectType.HeaderStyle   = global::System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvEffectType.HideSelection = false;
     point = new global::System.Drawing.Point(224, 143);
     this.lvEffectType.Location    = point;
     this.lvEffectType.MultiSelect = false;
     this.lvEffectType.Name        = "lvEffectType";
     size = new global::System.Drawing.Size(197, 447);
     this.lvEffectType.Size     = size;
     this.lvEffectType.TabIndex = 141;
     this.lvEffectType.UseCompatibleStateImageBehavior = false;
     this.lvEffectType.View   = global::System.Windows.Forms.View.Details;
     this.ColumnHeader1.Text  = "Effect Attribute";
     this.ColumnHeader1.Width = 174;
     this.lvSubAttribute.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.chSub
     });
     this.lvSubAttribute.FullRowSelect = true;
     this.lvSubAttribute.HeaderStyle   = global::System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvSubAttribute.HideSelection = false;
     point = new global::System.Drawing.Point(427, 143);
     this.lvSubAttribute.Location    = point;
     this.lvSubAttribute.MultiSelect = false;
     this.lvSubAttribute.Name        = "lvSubAttribute";
     size = new global::System.Drawing.Size(197, 447);
     this.lvSubAttribute.Size     = size;
     this.lvSubAttribute.TabIndex = 142;
     this.lvSubAttribute.UseCompatibleStateImageBehavior = false;
     this.lvSubAttribute.View = global::System.Windows.Forms.View.Details;
     this.chSub.Text          = "Sub-Attribute";
     this.chSub.Width         = 173;
     point = new global::System.Drawing.Point(142, 273);
     this.lblProb.Location = point;
     this.lblProb.Name     = "lblProb";
     size = new global::System.Drawing.Size(76, 20);
     this.lblProb.Size      = size;
     this.lblProb.TabIndex  = 143;
     this.lblProb.Text      = "(100%)";
     this.lblProb.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.lvSubSub.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.chSubSub
     });
     this.lvSubSub.FullRowSelect = true;
     this.lvSubSub.HeaderStyle   = global::System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvSubSub.HideSelection = false;
     point = new global::System.Drawing.Point(630, 143);
     this.lvSubSub.Location    = point;
     this.lvSubSub.MultiSelect = false;
     this.lvSubSub.Name        = "lvSubSub";
     size = new global::System.Drawing.Size(158, 447);
     this.lvSubSub.Size     = size;
     this.lvSubSub.TabIndex = 144;
     this.lvSubSub.UseCompatibleStateImageBehavior = false;
     this.lvSubSub.View  = global::System.Windows.Forms.View.Details;
     this.chSubSub.Text  = "Sub-Sub";
     this.chSubSub.Width = 130;
     point = new global::System.Drawing.Point(144, 247);
     this.Label7.Location = point;
     this.Label7.Name     = "Label7";
     size                  = new global::System.Drawing.Size(76, 20);
     this.Label7.Size      = size;
     this.Label7.TabIndex  = 145;
     this.Label7.Text      = "s";
     this.Label7.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point                 = new global::System.Drawing.Point(142, 169);
     this.Label8.Location  = point;
     this.Label8.Name      = "Label8";
     size                  = new global::System.Drawing.Size(76, 20);
     this.Label8.Size      = size;
     this.Label8.TabIndex  = 146;
     this.Label8.Text      = "s";
     this.Label8.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     point                 = new global::System.Drawing.Point(804, 529);
     this.btnCSV.Location  = point;
     this.btnCSV.Name      = "btnCSV";
     size                  = new global::System.Drawing.Size(150, 26);
     this.btnCSV.Size      = size;
     this.btnCSV.TabIndex  = 147;
     this.btnCSV.Text      = "Import from CSV String";
     point                 = new global::System.Drawing.Point(794, 367);
     this.Label9.Location  = point;
     this.Label9.Name      = "Label9";
     size                  = new global::System.Drawing.Size(160, 20);
     this.Label9.Size      = size;
     this.Label9.TabIndex  = 149;
     this.Label9.Text      = "GlobalChanceMod Flag:";
     this.cmbEffectId.FormattingEnabled = true;
     point = new global::System.Drawing.Point(795, 389);
     this.cmbEffectId.Location = point;
     this.cmbEffectId.Name     = "cmbEffectId";
     size = new global::System.Drawing.Size(159, 22);
     this.cmbEffectId.Size     = size;
     this.cmbEffectId.TabIndex = 150;
     this.IgnoreED.CheckAlign  = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(20, 544);
     this.IgnoreED.Location = point;
     this.IgnoreED.Name     = "IgnoreED";
     size = new global::System.Drawing.Size(172, 20);
     this.IgnoreED.Size      = size;
     this.IgnoreED.TabIndex  = 151;
     this.IgnoreED.Text      = "Ignore ED";
     this.IgnoreED.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(794, 417);
     this.Label10.Location = point;
     this.Label10.Name     = "Label10";
     size = new global::System.Drawing.Size(160, 20);
     this.Label10.Size     = size;
     this.Label10.TabIndex = 152;
     this.Label10.Text     = "Override:";
     point = new global::System.Drawing.Point(797, 435);
     this.txtOverride.Location = point;
     this.txtOverride.Name     = "txtOverride";
     size = new global::System.Drawing.Size(157, 20);
     this.txtOverride.Size     = size;
     this.txtOverride.TabIndex = 153;
     point = new global::System.Drawing.Point(14, 299);
     this.Label11.Location = point;
     this.Label11.Name     = "Label11";
     size = new global::System.Drawing.Size(76, 20);
     this.Label11.Size      = size;
     this.Label11.TabIndex  = 155;
     this.Label11.Text      = "PPM:";
     this.Label11.TextAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     point = new global::System.Drawing.Point(96, 299);
     this.txtPPM.Location = point;
     this.txtPPM.Name     = "txtPPM";
     size                 = new global::System.Drawing.Size(42, 20);
     this.txtPPM.Size     = size;
     this.txtPPM.TabIndex = 154;
     this.txtPPM.Text     = "0";
     base.AutoScaleMode   = global::System.Windows.Forms.AutoScaleMode.None;
     size                 = new global::System.Drawing.Size(971, 626);
     base.ClientSize      = size;
     base.Controls.Add(this.Label11);
     base.Controls.Add(this.txtPPM);
     base.Controls.Add(this.txtOverride);
     base.Controls.Add(this.Label10);
     base.Controls.Add(this.IgnoreED);
     base.Controls.Add(this.cmbEffectId);
     base.Controls.Add(this.Label9);
     base.Controls.Add(this.btnCSV);
     base.Controls.Add(this.Label8);
     base.Controls.Add(this.Label7);
     base.Controls.Add(this.lvSubSub);
     base.Controls.Add(this.lblProb);
     base.Controls.Add(this.lvSubAttribute);
     base.Controls.Add(this.lvEffectType);
     base.Controls.Add(this.chkNearGround);
     base.Controls.Add(this.Label6);
     base.Controls.Add(this.cbModifier);
     base.Controls.Add(this.Label5);
     base.Controls.Add(this.cbAspect);
     base.Controls.Add(this.Label4);
     base.Controls.Add(this.cbAttribute);
     base.Controls.Add(this.Label3);
     base.Controls.Add(this.cbAffects);
     base.Controls.Add(this.Label1);
     base.Controls.Add(this.txtFXScale);
     base.Controls.Add(this.Label2);
     base.Controls.Add(this.cbPercentageOverride);
     base.Controls.Add(this.chkVariable);
     base.Controls.Add(this.lblEffectDescription);
     base.Controls.Add(this.btnOK);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnPaste);
     base.Controls.Add(this.btnCopy);
     base.Controls.Add(this.chkStack);
     base.Controls.Add(this.GroupBox3);
     base.Controls.Add(this.Label27);
     base.Controls.Add(this.rbIfPlayer);
     base.Controls.Add(this.rbIfCritter);
     base.Controls.Add(this.rbIfAny);
     base.Controls.Add(this.chkFXResistable);
     base.Controls.Add(this.chkFXBuffable);
     base.Controls.Add(this.Label26);
     base.Controls.Add(this.txtFXProb);
     base.Controls.Add(this.Label25);
     base.Controls.Add(this.txtFXDelay);
     base.Controls.Add(this.Label24);
     base.Controls.Add(this.txtFXTicks);
     base.Controls.Add(this.Label23);
     base.Controls.Add(this.txtFXDuration);
     base.Controls.Add(this.Label22);
     base.Controls.Add(this.txtFXMag);
     base.Controls.Add(this.Label28);
     base.Controls.Add(this.Label30);
     base.Controls.Add(this.cbFXClass);
     base.Controls.Add(this.cbFXSpecialCase);
     base.Controls.Add(this.lblAffectsCaster);
     this.Font            = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmPowerEffect";
     base.ShowInTaskbar   = false;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Edit Effect";
     this.GroupBox3.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Example #24
0
 void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Hero_Designer.frmEnhEdit));
     this.lvEnh         = new global::System.Windows.Forms.ListView();
     this.ColumnHeader2 = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader3 = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader4 = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader1 = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader5 = new global::System.Windows.Forms.ColumnHeader();
     this.ilEnh         = new global::System.Windows.Forms.ImageList(this.components);
     this.btnUp         = new global::System.Windows.Forms.Button();
     this.btnDown       = new global::System.Windows.Forms.Button();
     this.btnAdd        = new global::System.Windows.Forms.Button();
     this.btnDelete     = new global::System.Windows.Forms.Button();
     this.btnEdit       = new global::System.Windows.Forms.Button();
     this.btnSave       = new global::System.Windows.Forms.Button();
     this.btnCancel     = new global::System.Windows.Forms.Button();
     this.btnClone      = new global::System.Windows.Forms.Button();
     this.NoReload      = new global::System.Windows.Forms.CheckBox();
     this.lblLoading    = new global::System.Windows.Forms.Label();
     base.SuspendLayout();
     this.lvEnh.BackColor = global::System.Drawing.Color.White;
     this.lvEnh.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader2,
         this.ColumnHeader3,
         this.ColumnHeader4,
         this.ColumnHeader1,
         this.ColumnHeader5
     });
     this.lvEnh.ForeColor     = global::System.Drawing.Color.Black;
     this.lvEnh.FullRowSelect = true;
     this.lvEnh.HeaderStyle   = global::System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvEnh.HideSelection = false;
     global::System.Drawing.Point point = new global::System.Drawing.Point(8, 8);
     this.lvEnh.Location    = point;
     this.lvEnh.MultiSelect = false;
     this.lvEnh.Name        = "lvEnh";
     global::System.Drawing.Size size = new global::System.Drawing.Size(740, 556);
     this.lvEnh.Size           = size;
     this.lvEnh.SmallImageList = this.ilEnh;
     this.lvEnh.TabIndex       = 0;
     this.lvEnh.UseCompatibleStateImageBehavior = false;
     this.lvEnh.View          = global::System.Windows.Forms.View.Details;
     this.ColumnHeader2.Text  = "Name";
     this.ColumnHeader2.Width = 312;
     this.ColumnHeader3.Text  = "Type";
     this.ColumnHeader3.Width = 72;
     this.ColumnHeader4.Text  = "Effects";
     this.ColumnHeader4.Width = 48;
     this.ColumnHeader1.Text  = "Classes";
     this.ColumnHeader1.Width = 135;
     this.ColumnHeader5.Text  = "Set";
     this.ColumnHeader5.Width = 147;
     this.ilEnh.ColorDepth    = global::System.Windows.Forms.ColorDepth.Depth32Bit;
     size = new global::System.Drawing.Size(16, 16);
     this.ilEnh.ImageSize        = size;
     this.ilEnh.TransparentColor = global::System.Drawing.Color.Transparent;
     this.btnUp.BackColor        = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnUp.Font             = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     point = new global::System.Drawing.Point(756, 28);
     this.btnUp.Location = point;
     this.btnUp.Name     = "btnUp";
     size                = new global::System.Drawing.Size(75, 23);
     this.btnUp.Size     = size;
     this.btnUp.TabIndex = 1;
     this.btnUp.Text     = "Move Up";
     this.btnUp.UseVisualStyleBackColor = true;
     this.btnDown.BackColor             = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnDown.Font     = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     point                 = new global::System.Drawing.Point(756, 56);
     this.btnDown.Location = point;
     this.btnDown.Name     = "btnDown";
     size = new global::System.Drawing.Size(75, 23);
     this.btnDown.Size     = size;
     this.btnDown.TabIndex = 2;
     this.btnDown.Text     = "Move Down";
     this.btnDown.UseVisualStyleBackColor = true;
     this.btnAdd.BackColor = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnAdd.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     point = new global::System.Drawing.Point(756, 104);
     this.btnAdd.Location = point;
     this.btnAdd.Name     = "btnAdd";
     size                 = new global::System.Drawing.Size(75, 23);
     this.btnAdd.Size     = size;
     this.btnAdd.TabIndex = 3;
     this.btnAdd.Text     = "Add...";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnDelete.BackColor            = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnDelete.Font = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     point = new global::System.Drawing.Point(756, 224);
     this.btnDelete.Location = point;
     this.btnDelete.Name     = "btnDelete";
     size = new global::System.Drawing.Size(75, 23);
     this.btnDelete.Size     = size;
     this.btnDelete.TabIndex = 4;
     this.btnDelete.Text     = "Delete";
     this.btnDelete.UseVisualStyleBackColor = true;
     this.btnEdit.BackColor = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnEdit.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     point = new global::System.Drawing.Point(756, 184);
     this.btnEdit.Location = point;
     this.btnEdit.Name     = "btnEdit";
     size = new global::System.Drawing.Size(75, 23);
     this.btnEdit.Size     = size;
     this.btnEdit.TabIndex = 5;
     this.btnEdit.Text     = "Edit...";
     this.btnEdit.UseVisualStyleBackColor = true;
     this.btnSave.BackColor    = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnSave.DialogResult = global::System.Windows.Forms.DialogResult.OK;
     this.btnSave.Font         = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     point = new global::System.Drawing.Point(720, 580);
     this.btnSave.Location = point;
     this.btnSave.Name     = "btnSave";
     size = new global::System.Drawing.Size(112, 32);
     this.btnSave.Size     = size;
     this.btnSave.TabIndex = 21;
     this.btnSave.Text     = "Save and Close";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnCancel.BackColor             = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnCancel.DialogResult          = global::System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     point = new global::System.Drawing.Point(493, 580);
     this.btnCancel.Location = point;
     this.btnCancel.Name     = "btnCancel";
     size = new global::System.Drawing.Size(207, 32);
     this.btnCancel.Size     = size;
     this.btnCancel.TabIndex = 22;
     this.btnCancel.Text     = "Cancel and Discard Changes";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnClone.BackColor = global::System.Drawing.Color.FromArgb(192, 192, 255);
     this.btnClone.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     point = new global::System.Drawing.Point(756, 144);
     this.btnClone.Location = point;
     this.btnClone.Name     = "btnClone";
     size = new global::System.Drawing.Size(75, 23);
     this.btnClone.Size     = size;
     this.btnClone.TabIndex = 24;
     this.btnClone.Text     = "Clone...";
     this.btnClone.UseVisualStyleBackColor = true;
     this.NoReload.ForeColor = global::System.Drawing.Color.White;
     point = new global::System.Drawing.Point(12, 580);
     this.NoReload.Location = point;
     this.NoReload.Name     = "NoReload";
     size = new global::System.Drawing.Size(248, 16);
     this.NoReload.Size        = size;
     this.NoReload.TabIndex    = 25;
     this.NoReload.Text        = "Disable Image Reload";
     this.lblLoading.BackColor = global::System.Drawing.Color.White;
     this.lblLoading.Font      = new global::System.Drawing.Font("Arial", 14f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.lblLoading.ForeColor = global::System.Drawing.Color.Black;
     point = new global::System.Drawing.Point(256, 264);
     this.lblLoading.Location = point;
     this.lblLoading.Name     = "lblLoading";
     size = new global::System.Drawing.Size(116, 24);
     this.lblLoading.Size      = size;
     this.lblLoading.TabIndex  = 26;
     this.lblLoading.Text      = "Loading...";
     this.lblLoading.TextAlign = global::System.Drawing.ContentAlignment.MiddleCenter;
     base.AcceptButton         = this.btnSave;
     size = new global::System.Drawing.Size(5, 13);
     this.AutoScaleBaseSize = size;
     this.BackColor         = global::System.Drawing.Color.FromArgb(0, 0, 32);
     base.CancelButton      = this.btnCancel;
     size            = new global::System.Drawing.Size(838, 620);
     base.ClientSize = size;
     base.Controls.Add(this.lblLoading);
     base.Controls.Add(this.NoReload);
     base.Controls.Add(this.btnClone);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnSave);
     base.Controls.Add(this.btnEdit);
     base.Controls.Add(this.btnDelete);
     base.Controls.Add(this.btnAdd);
     base.Controls.Add(this.btnDown);
     base.Controls.Add(this.btnUp);
     base.Controls.Add(this.lvEnh);
     this.Font            = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.ForeColor       = global::System.Drawing.SystemColors.ControlText;
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "frmEnhEdit";
     base.ShowInTaskbar   = false;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Enhancement Editor";
     base.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Troianos_RAT.Builder));
            this.host        = new global::System.Windows.Forms.TextBox();
            this.Label1      = new global::System.Windows.Forms.Label();
            this.Label2      = new global::System.Windows.Forms.Label();
            this.port        = new global::System.Windows.Forms.NumericUpDown();
            this.Label3      = new global::System.Windows.Forms.Label();
            this.Idr         = new global::System.Windows.Forms.CheckBox();
            this.dir         = new global::System.Windows.Forms.ComboBox();
            this.Label4      = new global::System.Windows.Forms.Label();
            this.Button1     = new global::System.Windows.Forms.Button();
            this.CheckBox1   = new global::System.Windows.Forms.CheckBox();
            this.Label5      = new global::System.Windows.Forms.Label();
            this.VN          = new global::System.Windows.Forms.TextBox();
            this.bsod        = new global::System.Windows.Forms.CheckBox();
            this.T1          = new global::System.Windows.Forms.TextBox();
            this.Isf         = new global::System.Windows.Forms.CheckBox();
            this.Isu         = new global::System.Windows.Forms.CheckBox();
            this.klen        = new global::System.Windows.Forms.NumericUpDown();
            this.Label6      = new global::System.Windows.Forms.Label();
            this.exe         = new global::System.Windows.Forms.TextBox();
            this.LinkLabel1  = new global::System.Windows.Forms.LinkLabel();
            this.WaterFX1    = new global::Troianos_RAT.WaterFX();
            this.PictureBox1 = new global::System.Windows.Forms.PictureBox();
            this.LinkLabel2  = new global::System.Windows.Forms.LinkLabel();
            ((global::System.ComponentModel.ISupportInitialize) this.port).BeginInit();
            ((global::System.ComponentModel.ISupportInitialize) this.klen).BeginInit();
            ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).BeginInit();
            this.SuspendLayout();
            this.host.BackColor   = global::System.Drawing.Color.Black;
            this.host.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
            this.host.Font        = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.host.ForeColor   = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control host     = this.host;
            global::System.Drawing.Point         location = new global::System.Drawing.Point(11, 28);
            host.Location  = location;
            this.host.Name = "host";
            global::System.Windows.Forms.Control host2 = this.host;
            global::System.Drawing.Size          size  = new global::System.Drawing.Size(203, 20);
            host2.Size            = size;
            this.host.TabIndex    = 0;
            this.host.TextAlign   = global::System.Windows.Forms.HorizontalAlignment.Center;
            this.Label1.AutoSize  = true;
            this.Label1.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Label1.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control label = this.Label1;
            location         = new global::System.Drawing.Point(70, 11);
            label.Location   = location;
            this.Label1.Name = "Label1";
            global::System.Windows.Forms.Control label2 = this.Label1;
            size                  = new global::System.Drawing.Size(92, 14);
            label2.Size           = size;
            this.Label1.TabIndex  = 1;
            this.Label1.Text      = "[ Servidor DNS ]";
            this.Label2.AutoSize  = true;
            this.Label2.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Label2.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control label3 = this.Label2;
            location         = new global::System.Drawing.Point(232, 8);
            label3.Location  = location;
            this.Label2.Name = "Label2";
            global::System.Windows.Forms.Control label4 = this.Label2;
            size                 = new global::System.Drawing.Size(50, 14);
            label4.Size          = size;
            this.Label2.TabIndex = 2;
            this.Label2.Text     = "[ Porta ]";
            this.port.BackColor  = global::System.Drawing.Color.Black;
            this.port.Font       = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.port.ForeColor  = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control port = this.port;
            location      = new global::System.Drawing.Point(221, 28);
            port.Location = location;
            global::System.Windows.Forms.NumericUpDown port2 = this.port;
            decimal num = new decimal(new int[]
            {
                60000,
                0,
                0,
                0
            });

            port2.Maximum = num;
            global::System.Windows.Forms.NumericUpDown port3 = this.port;
            num = new decimal(new int[]
            {
                1,
                0,
                0,
                0
            });
            port3.Minimum  = num;
            this.port.Name = "port";
            global::System.Windows.Forms.Control port4 = this.port;
            size                = new global::System.Drawing.Size(78, 20);
            port4.Size          = size;
            this.port.TabIndex  = 3;
            this.port.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
            global::System.Windows.Forms.NumericUpDown port5 = this.port;
            num = new decimal(new int[]
            {
                1177,
                0,
                0,
                0
            });
            port5.Value           = num;
            this.Label3.AutoSize  = true;
            this.Label3.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Label3.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control label5 = this.Label3;
            location         = new global::System.Drawing.Point(52, 103);
            label5.Location  = location;
            this.Label3.Name = "Label3";
            global::System.Windows.Forms.Control label6 = this.Label3;
            size                 = new global::System.Drawing.Size(126, 14);
            label6.Size          = size;
            this.Label3.TabIndex = 4;
            this.Label3.Text     = "[ Nome do Processo ]";
            this.Idr.AutoSize    = true;
            this.Idr.Cursor      = global::System.Windows.Forms.Cursors.Hand;
            this.Idr.Font        = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
            this.Idr.ForeColor   = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control idr = this.Idr;
            location      = new global::System.Drawing.Point(311, 73);
            idr.Location  = location;
            this.Idr.Name = "Idr";
            global::System.Windows.Forms.Control idr2 = this.Idr;
            size              = new global::System.Drawing.Size(134, 18);
            idr2.Size         = size;
            this.Idr.TabIndex = 14;
            this.Idr.Text     = "Adicionar Processo";
            this.Idr.UseVisualStyleBackColor = true;
            this.dir.BackColor         = global::System.Drawing.Color.Black;
            this.dir.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.dir.Enabled           = false;
            this.dir.FlatStyle         = global::System.Windows.Forms.FlatStyle.Flat;
            this.dir.Font              = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.dir.ForeColor         = global::System.Drawing.Color.White;
            this.dir.FormattingEnabled = true;
            this.dir.Items.AddRange(new object[]
            {
                "%TEMP%",
                "%AppData%",
                "%UserProfile%",
                "%AllUsersProfile%",
                "%WinDir%"
            });
            global::System.Windows.Forms.Control dir = this.dir;
            location      = new global::System.Drawing.Point(11, 171);
            dir.Location  = location;
            this.dir.Name = "dir";
            global::System.Windows.Forms.Control dir2 = this.dir;
            size                  = new global::System.Drawing.Size(205, 22);
            dir2.Size             = size;
            this.dir.TabIndex     = 7;
            this.Label4.AutoSize  = true;
            this.Label4.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Label4.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control label7 = this.Label4;
            location         = new global::System.Drawing.Point(78, 152);
            label7.Location  = location;
            this.Label4.Name = "Label4";
            global::System.Windows.Forms.Control label8 = this.Label4;
            size                   = new global::System.Drawing.Size(69, 14);
            label8.Size            = size;
            this.Label4.TabIndex   = 6;
            this.Label4.Text       = "[ Diretorio ]";
            this.Button1.BackColor = global::System.Drawing.Color.Transparent;
            this.Button1.Cursor    = global::System.Windows.Forms.Cursors.Hand;
            this.Button1.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
            this.Button1.Font      = new global::System.Drawing.Font("Arial Black", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Button1.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control button = this.Button1;
            location          = new global::System.Drawing.Point(312, 143);
            button.Location   = location;
            this.Button1.Name = "Button1";
            global::System.Windows.Forms.Control button2 = this.Button1;
            size                  = new global::System.Drawing.Size(168, 51);
            button2.Size          = size;
            this.Button1.TabIndex = 6;
            this.Button1.Text     = "Criar Servidor";
            this.Button1.UseVisualStyleBackColor = false;
            this.CheckBox1.AutoSize  = true;
            this.CheckBox1.Cursor    = global::System.Windows.Forms.Cursors.Hand;
            this.CheckBox1.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.CheckBox1.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control checkBox = this.CheckBox1;
            location            = new global::System.Drawing.Point(311, 12);
            checkBox.Location   = location;
            this.CheckBox1.Name = "CheckBox1";
            global::System.Windows.Forms.Control checkBox2 = this.CheckBox1;
            size                    = new global::System.Drawing.Size(56, 18);
            checkBox2.Size          = size;
            this.CheckBox1.TabIndex = 7;
            this.CheckBox1.Text     = "Icone";
            this.CheckBox1.UseVisualStyleBackColor = true;
            this.Label5.AutoSize  = true;
            this.Label5.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Label5.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control label9 = this.Label5;
            location         = new global::System.Drawing.Point(62, 54);
            label9.Location  = location;
            this.Label5.Name = "Label5";
            global::System.Windows.Forms.Control label10 = this.Label5;
            size                 = new global::System.Drawing.Size(107, 14);
            label10.Size         = size;
            this.Label5.TabIndex = 9;
            this.Label5.Text     = "[ Nome da Vitima ]";
            this.VN.BackColor    = global::System.Drawing.Color.Black;
            this.VN.BorderStyle  = global::System.Windows.Forms.BorderStyle.FixedSingle;
            this.VN.Font         = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.VN.ForeColor    = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control vn = this.VN;
            location     = new global::System.Drawing.Point(11, 71);
            vn.Location  = location;
            this.VN.Name = "VN";
            global::System.Windows.Forms.Control vn2 = this.VN;
            size                = new global::System.Drawing.Size(205, 20);
            vn2.Size            = size;
            this.VN.TabIndex    = 10;
            this.VN.Text        = "Lammer";
            this.VN.TextAlign   = global::System.Windows.Forms.HorizontalAlignment.Center;
            this.bsod.AutoSize  = true;
            this.bsod.Cursor    = global::System.Windows.Forms.Cursors.Hand;
            this.bsod.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.bsod.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control bsod = this.bsod;
            location       = new global::System.Drawing.Point(311, 35);
            bsod.Location  = location;
            this.bsod.Name = "bsod";
            global::System.Windows.Forms.Control bsod2 = this.bsod;
            size               = new global::System.Drawing.Size(131, 18);
            bsod2.Size         = size;
            this.bsod.TabIndex = 11;
            this.bsod.Text     = "Proteger Processo";
            this.bsod.UseVisualStyleBackColor = true;
            this.T1.BackColor   = global::System.Drawing.Color.Black;
            this.T1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
            this.T1.ForeColor   = global::System.Drawing.Color.LightSteelBlue;
            global::System.Windows.Forms.Control t = this.T1;
            location          = new global::System.Drawing.Point(399, 324);
            t.Location        = location;
            this.T1.Multiline = true;
            this.T1.Name      = "T1";
            global::System.Windows.Forms.Control t2 = this.T1;
            size               = new global::System.Drawing.Size(100, 20);
            t2.Size            = size;
            this.T1.TabIndex   = 12;
            this.T1.Visible    = false;
            this.Isf.AutoSize  = true;
            this.Isf.Cursor    = global::System.Windows.Forms.Cursors.Hand;
            this.Isf.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Isf.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control isf = this.Isf;
            location      = new global::System.Drawing.Point(311, 54);
            isf.Location  = location;
            this.Isf.Name = "Isf";
            global::System.Windows.Forms.Control isf2 = this.Isf;
            size              = new global::System.Drawing.Size(134, 18);
            isf2.Size         = size;
            this.Isf.TabIndex = 13;
            this.Isf.Text     = "Iniciar com Sistema";
            this.Isf.UseVisualStyleBackColor = true;
            this.Isu.AutoSize   = true;
            this.Isu.Checked    = true;
            this.Isu.CheckState = global::System.Windows.Forms.CheckState.Checked;
            this.Isu.Cursor     = global::System.Windows.Forms.Cursors.Hand;
            this.Isu.Font       = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Isu.ForeColor  = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control isu = this.Isu;
            location      = new global::System.Drawing.Point(311, 93);
            isu.Location  = location;
            this.Isu.Name = "Isu";
            global::System.Windows.Forms.Control isu2 = this.Isu;
            size              = new global::System.Drawing.Size(148, 18);
            isu2.Size         = size;
            this.Isu.TabIndex = 14;
            this.Isu.Text     = "Registrar no Msconfig";
            this.Isu.UseVisualStyleBackColor = true;
            this.klen.BackColor = global::System.Drawing.Color.Black;
            this.klen.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
            this.klen.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control klen = this.klen;
            location      = new global::System.Drawing.Point(387, 116);
            klen.Location = location;
            global::System.Windows.Forms.NumericUpDown klen2 = this.klen;
            num = new decimal(new int[]
            {
                512,
                0,
                0,
                0
            });
            klen2.Maximum = num;
            global::System.Windows.Forms.NumericUpDown klen3 = this.klen;
            num = new decimal(new int[]
            {
                5,
                0,
                0,
                0
            });
            klen3.Minimum  = num;
            this.klen.Name = "klen";
            global::System.Windows.Forms.Control klen4 = this.klen;
            size                = new global::System.Drawing.Size(93, 20);
            klen4.Size          = size;
            this.klen.TabIndex  = 15;
            this.klen.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
            global::System.Windows.Forms.NumericUpDown klen5 = this.klen;
            num = new decimal(new int[]
            {
                20,
                0,
                0,
                0
            });
            klen5.Value           = num;
            this.Label6.AutoSize  = true;
            this.Label6.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Label6.ForeColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control label11 = this.Label6;
            location         = new global::System.Drawing.Point(310, 118);
            label11.Location = location;
            this.Label6.Name = "Label6";
            global::System.Windows.Forms.Control label12 = this.Label6;
            size                 = new global::System.Drawing.Size(71, 14);
            label12.Size         = size;
            this.Label6.TabIndex = 16;
            this.Label6.Text     = "[ Tamanho ]";
            this.exe.BackColor   = global::System.Drawing.Color.Black;
            this.exe.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
            this.exe.Font        = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.exe.ForeColor   = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control exe = this.exe;
            location      = new global::System.Drawing.Point(11, 122);
            exe.Location  = location;
            this.exe.Name = "exe";
            global::System.Windows.Forms.Control exe2 = this.exe;
            size                      = new global::System.Drawing.Size(205, 20);
            exe2.Size                 = size;
            this.exe.TabIndex         = 17;
            this.exe.Text             = "Trojan.exe";
            this.exe.TextAlign        = global::System.Windows.Forms.HorizontalAlignment.Center;
            this.LinkLabel1.AutoSize  = true;
            this.LinkLabel1.ForeColor = global::System.Drawing.Color.White;
            this.LinkLabel1.LinkColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control linkLabel = this.LinkLabel1;
            location             = new global::System.Drawing.Point(232, 64);
            linkLabel.Location   = location;
            this.LinkLabel1.Name = "LinkLabel1";
            global::System.Windows.Forms.Control linkLabel2 = this.LinkLabel1;
            size                      = new global::System.Drawing.Size(51, 13);
            linkLabel2.Size           = size;
            this.LinkLabel1.TabIndex  = 19;
            this.LinkLabel1.TabStop   = true;
            this.LinkLabel1.Text      = "Troianos ";
            this.WaterFX1.BackColor   = global::System.Drawing.Color.Transparent;
            this.WaterFX1.ImageBitmap = (global::System.Drawing.Bitmap)componentResourceManager.GetObject("WaterFX1.ImageBitmap");
            global::System.Windows.Forms.Control waterFX = this.WaterFX1;
            location            = new global::System.Drawing.Point(217, 109);
            waterFX.Location    = location;
            this.WaterFX1.Name  = "WaterFX1";
            this.WaterFX1.Scale = 1;
            global::System.Windows.Forms.Control waterFX2 = this.WaterFX1;
            size                         = new global::System.Drawing.Size(93, 82);
            waterFX2.Size                = size;
            this.WaterFX1.TabIndex       = 18;
            this.PictureBox1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
            global::System.Windows.Forms.Control pictureBox = this.PictureBox1;
            location              = new global::System.Drawing.Point(444, 8);
            pictureBox.Location   = location;
            this.PictureBox1.Name = "PictureBox1";
            global::System.Windows.Forms.Control pictureBox2 = this.PictureBox1;
            size                      = new global::System.Drawing.Size(36, 31);
            pictureBox2.Size          = size;
            this.PictureBox1.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.PictureBox1.TabIndex = 8;
            this.PictureBox1.TabStop  = false;
            this.LinkLabel2.AutoSize  = true;
            this.LinkLabel2.ForeColor = global::System.Drawing.Color.White;
            this.LinkLabel2.LinkColor = global::System.Drawing.Color.White;
            global::System.Windows.Forms.Control linkLabel3 = this.LinkLabel2;
            location             = new global::System.Drawing.Point(232, 83);
            linkLabel3.Location  = location;
            this.LinkLabel2.Name = "LinkLabel2";
            global::System.Windows.Forms.Control linkLabel4 = this.LinkLabel2;
            size                     = new global::System.Drawing.Size(50, 13);
            linkLabel4.Size          = size;
            this.LinkLabel2.TabIndex = 20;
            this.LinkLabel2.TabStop  = true;
            this.LinkLabel2.Text     = "FeedHax";
            global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
            this.AutoScaleDimensions = autoScaleDimensions;
            this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor           = global::System.Drawing.Color.Black;
            size            = new global::System.Drawing.Size(492, 207);
            this.ClientSize = size;
            this.Controls.Add(this.LinkLabel2);
            this.Controls.Add(this.LinkLabel1);
            this.Controls.Add(this.WaterFX1);
            this.Controls.Add(this.exe);
            this.Controls.Add(this.Idr);
            this.Controls.Add(this.Label6);
            this.Controls.Add(this.dir);
            this.Controls.Add(this.klen);
            this.Controls.Add(this.Label4);
            this.Controls.Add(this.Isu);
            this.Controls.Add(this.Isf);
            this.Controls.Add(this.Label3);
            this.Controls.Add(this.T1);
            this.Controls.Add(this.bsod);
            this.Controls.Add(this.VN);
            this.Controls.Add(this.Label5);
            this.Controls.Add(this.PictureBox1);
            this.Controls.Add(this.CheckBox1);
            this.Controls.Add(this.Button1);
            this.Controls.Add(this.port);
            this.Controls.Add(this.Label2);
            this.Controls.Add(this.Label1);
            this.Controls.Add(this.host);
            this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
            this.MaximizeBox     = false;
            this.MinimizeBox     = false;
            this.Name            = "Builder";
            this.ShowInTaskbar   = false;
            this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text            = "Criar Servidor";
            ((global::System.ComponentModel.ISupportInitialize) this.port).EndInit();
            ((global::System.ComponentModel.ISupportInitialize) this.klen).EndInit();
            ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Un4seen.Bass.SplashScreen));
     this.pictureBoxLogo     = new global::System.Windows.Forms.PictureBox();
     this.labelCopyrightNote = new global::System.Windows.Forms.Label();
     this.labelCopyright     = new global::System.Windows.Forms.Label();
     this.panelAll           = new global::System.Windows.Forms.Panel();
     this.labelVersion       = new global::System.Windows.Forms.Label();
     this.labelMessage       = new global::System.Windows.Forms.Label();
     this.toolTip            = new global::System.Windows.Forms.ToolTip(this.components);
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBoxLogo).BeginInit();
     this.panelAll.SuspendLayout();
     base.SuspendLayout();
     this.pictureBoxLogo.Cursor         = global::System.Windows.Forms.Cursors.Hand;
     this.pictureBoxLogo.Dock           = global::System.Windows.Forms.DockStyle.Top;
     this.pictureBoxLogo.ErrorImage     = null;
     this.pictureBoxLogo.Image          = (global::System.Drawing.Image)componentResourceManager.GetObject("pictureBoxLogo.Image");
     this.pictureBoxLogo.InitialImage   = null;
     this.pictureBoxLogo.Location       = new global::System.Drawing.Point(0, 0);
     this.pictureBoxLogo.Name           = "pictureBoxLogo";
     this.pictureBoxLogo.Size           = new global::System.Drawing.Size(288, 115);
     this.pictureBoxLogo.SizeMode       = global::System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxLogo.TabIndex       = 0;
     this.pictureBoxLogo.TabStop        = false;
     this.pictureBoxLogo.Click         += new global::System.EventHandler(this.pictureBoxLogo_Click);
     this.pictureBoxLogo.MouseDown     += new global::System.Windows.Forms.MouseEventHandler(this.pictureBoxLogo_MouseDown);
     this.pictureBoxLogo.MouseMove     += new global::System.Windows.Forms.MouseEventHandler(this.pictureBoxLogo_MouseMove);
     this.pictureBoxLogo.MouseUp       += new global::System.Windows.Forms.MouseEventHandler(this.pictureBoxLogo_MouseUp);
     this.labelCopyrightNote.Anchor     = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.labelCopyrightNote.FlatStyle  = global::System.Windows.Forms.FlatStyle.System;
     this.labelCopyrightNote.Font       = new global::System.Drawing.Font("Tahoma", 6.75f);
     this.labelCopyrightNote.ImageAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.labelCopyrightNote.ImeMode    = global::System.Windows.Forms.ImeMode.NoControl;
     this.labelCopyrightNote.Location   = new global::System.Drawing.Point(4, 132);
     this.labelCopyrightNote.Name       = "labelCopyrightNote";
     this.labelCopyrightNote.Size       = new global::System.Drawing.Size(280, 12);
     this.labelCopyrightNote.TabIndex   = 11;
     this.labelCopyrightNote.Text       = "This software is protected by international law. All rights reserved.";
     this.labelCopyrightNote.TextAlign  = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.labelCopyrightNote.MouseDown += new global::System.Windows.Forms.MouseEventHandler(this.pictureBoxLogo_MouseDown);
     this.labelCopyrightNote.MouseMove += new global::System.Windows.Forms.MouseEventHandler(this.pictureBoxLogo_MouseMove);
     this.labelCopyrightNote.MouseUp   += new global::System.Windows.Forms.MouseEventHandler(this.pictureBoxLogo_MouseUp);
     this.labelCopyright.Anchor         = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.labelCopyright.Cursor         = global::System.Windows.Forms.Cursors.Default;
     this.labelCopyright.FlatStyle      = global::System.Windows.Forms.FlatStyle.System;
     this.labelCopyright.Font           = new global::System.Drawing.Font("Tahoma", 6.75f);
     this.labelCopyright.ImageAlign     = global::System.Drawing.ContentAlignment.MiddleRight;
     this.labelCopyright.ImeMode        = global::System.Windows.Forms.ImeMode.NoControl;
     this.labelCopyright.Location       = new global::System.Drawing.Point(4, 118);
     this.labelCopyright.Name           = "labelCopyright";
     this.labelCopyright.Size           = new global::System.Drawing.Size(280, 12);
     this.labelCopyright.TabIndex       = 10;
     this.labelCopyright.Text           = "© 2016 www.bass.radio42.com  :  BASS by www.un4seen.com";
     this.labelCopyright.TextAlign      = global::System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.labelCopyright, "radio42 : www.bass.radio42.com");
     this.labelCopyright.MouseDown += new global::System.Windows.Forms.MouseEventHandler(this.pictureBoxLogo_MouseDown);
     this.labelCopyright.MouseMove += new global::System.Windows.Forms.MouseEventHandler(this.pictureBoxLogo_MouseMove);
     this.labelCopyright.MouseUp   += new global::System.Windows.Forms.MouseEventHandler(this.pictureBoxLogo_MouseUp);
     this.panelAll.BackColor        = global::System.Drawing.Color.Transparent;
     this.panelAll.BorderStyle      = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.panelAll.Controls.Add(this.labelVersion);
     this.panelAll.Controls.Add(this.labelMessage);
     this.panelAll.Controls.Add(this.labelCopyrightNote);
     this.panelAll.Controls.Add(this.labelCopyright);
     this.panelAll.Controls.Add(this.pictureBoxLogo);
     this.panelAll.Dock           = global::System.Windows.Forms.DockStyle.Fill;
     this.panelAll.Location       = new global::System.Drawing.Point(0, 0);
     this.panelAll.Name           = "panelAll";
     this.panelAll.Size           = new global::System.Drawing.Size(290, 190);
     this.panelAll.TabIndex       = 12;
     this.labelVersion.Anchor     = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.labelVersion.Cursor     = global::System.Windows.Forms.Cursors.Hand;
     this.labelVersion.FlatStyle  = global::System.Windows.Forms.FlatStyle.System;
     this.labelVersion.Font       = new global::System.Drawing.Font("Tahoma", 6.75f);
     this.labelVersion.ImageAlign = global::System.Drawing.ContentAlignment.MiddleRight;
     this.labelVersion.ImeMode    = global::System.Windows.Forms.ImeMode.NoControl;
     this.labelVersion.Location   = new global::System.Drawing.Point(4, 172);
     this.labelVersion.Name       = "labelVersion";
     this.labelVersion.Size       = new global::System.Drawing.Size(280, 12);
     this.labelVersion.TabIndex   = 13;
     this.labelVersion.Text       = "BASS.NET API  by Bernd Niedergesaess - Version ";
     this.labelVersion.TextAlign  = global::System.Drawing.ContentAlignment.MiddleCenter;
     this.toolTip.SetToolTip(this.labelVersion, "radio42 : www.bass.radio42.com");
     this.labelVersion.Click     += new global::System.EventHandler(this.labelVersion_Click);
     this.labelMessage.Anchor     = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.labelMessage.FlatStyle  = global::System.Windows.Forms.FlatStyle.System;
     this.labelMessage.Font       = new global::System.Drawing.Font("Tahoma", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.labelMessage.ImeMode    = global::System.Windows.Forms.ImeMode.NoControl;
     this.labelMessage.Location   = new global::System.Drawing.Point(4, 150);
     this.labelMessage.Name       = "labelMessage";
     this.labelMessage.Size       = new global::System.Drawing.Size(280, 16);
     this.labelMessage.TabIndex   = 12;
     this.labelMessage.Text       = "Freeware version - For personal use only!";
     this.labelMessage.TextAlign  = global::System.Drawing.ContentAlignment.MiddleCenter;
     this.labelMessage.MouseDown += new global::System.Windows.Forms.MouseEventHandler(this.pictureBoxLogo_MouseDown);
     this.labelMessage.MouseMove += new global::System.Windows.Forms.MouseEventHandler(this.pictureBoxLogo_MouseMove);
     this.labelMessage.MouseUp   += new global::System.Windows.Forms.MouseEventHandler(this.pictureBoxLogo_MouseUp);
     base.AutoScaleDimensions     = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode           = global::System.Windows.Forms.AutoScaleMode.Font;
     base.ClientSize              = new global::System.Drawing.Size(290, 190);
     base.ControlBox              = false;
     base.Controls.Add(this.panelAll);
     this.Font            = new global::System.Drawing.Font("Tahoma", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox     = false;
     base.MinimizeBox     = false;
     base.Name            = "SplashScreen";
     base.ShowInTaskbar   = false;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "BASS.NET API";
     base.TopMost         = true;
     base.KeyDown        += new global::System.Windows.Forms.KeyEventHandler(this.SplashScreen_KeyDown);
     base.MouseDown      += new global::System.Windows.Forms.MouseEventHandler(this.pictureBoxLogo_MouseDown);
     base.MouseMove      += new global::System.Windows.Forms.MouseEventHandler(this.pictureBoxLogo_MouseMove);
     base.MouseUp        += new global::System.Windows.Forms.MouseEventHandler(this.pictureBoxLogo_MouseUp);
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBoxLogo).EndInit();
     this.panelAll.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Example #27
0
 // Token: 0x06000509 RID: 1289 RVA: 0x0001D81C File Offset: 0x0001BA1C
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle    = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2   = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3   = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle4   = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle5   = new global::System.Windows.Forms.DataGridViewCellStyle();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::PS3SaveEditor.MainForm));
     this.contextMenuStrip1                  = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.simpleToolStripMenuItem            = new global::System.Windows.Forms.ToolStripMenuItem();
     this.advancedToolStripMenuItem          = new global::System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                = new global::System.Windows.Forms.ToolStripSeparator();
     this.resignToolStripMenuItem            = new global::System.Windows.Forms.ToolStripMenuItem();
     this.registerPSNIDToolStripMenuItem     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2                = new global::System.Windows.Forms.ToolStripSeparator();
     this.restoreFromBackupToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.deleteSaveToolStripMenuItem        = new global::System.Windows.Forms.ToolStripMenuItem();
     this.btnHome       = new global::System.Windows.Forms.Button();
     this.btnHelp       = new global::System.Windows.Forms.Button();
     this.btnOptions    = new global::System.Windows.Forms.Button();
     this.pnlHome       = new global::System.Windows.Forms.Panel();
     this.chkShowAll    = new global::System.Windows.Forms.CheckBox();
     this.dgServerGames = new global::CSUST.Data.CustomDataGridView();
     this.Choose        = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn1  = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2  = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3  = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4  = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewCheckBoxColumn1 = new global::System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dataGridViewTextBoxColumn5  = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pnlNoSaves        = new global::System.Windows.Forms.Panel();
     this.lblNoSaves        = new global::System.Windows.Forms.Label();
     this.btnGamesInServer  = new global::System.Windows.Forms.Button();
     this.panel1            = new global::System.Windows.Forms.Panel();
     this.cbDrives          = new global::System.Windows.Forms.ComboBox();
     this.pnlBackup         = new global::System.Windows.Forms.Panel();
     this.gbManageProfile   = new global::PS3SaveEditor.CustomGroupBox();
     this.gbProfiles        = new global::PS3SaveEditor.CustomGroupBox();
     this.lblManageProfiles = new global::System.Windows.Forms.Label();
     this.btnManageProfiles = new global::System.Windows.Forms.Button();
     this.groupBox2         = new global::PS3SaveEditor.CustomGroupBox();
     this.lblDeactivate     = new global::System.Windows.Forms.Label();
     this.btnDeactivate     = new global::System.Windows.Forms.Button();
     this.groupBox1         = new global::PS3SaveEditor.CustomGroupBox();
     this.lblRSSSection     = new global::System.Windows.Forms.Label();
     this.btnRss            = new global::System.Windows.Forms.Button();
     this.gbBackupLocation  = new global::PS3SaveEditor.CustomGroupBox();
     this.btnOpenFolder     = new global::System.Windows.Forms.Button();
     this.lblBackup         = new global::System.Windows.Forms.Label();
     this.btnBrowse         = new global::System.Windows.Forms.Button();
     this.txtBackupLocation = new global::System.Windows.Forms.TextBox();
     this.chkBackup         = new global::System.Windows.Forms.CheckBox();
     this.btnApply          = new global::System.Windows.Forms.Button();
     this.Multi             = new global::System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel2            = new global::System.Windows.Forms.Panel();
     this.panel3            = new global::System.Windows.Forms.Panel();
     this.picVersion        = new global::System.Windows.Forms.PictureBox();
     this.pictureBox2       = new global::System.Windows.Forms.PictureBox();
     this.picTraffic        = new global::System.Windows.Forms.PictureBox();
     this.contextMenuStrip1.SuspendLayout();
     this.pnlHome.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.dgServerGames).BeginInit();
     this.pnlNoSaves.SuspendLayout();
     this.panel1.SuspendLayout();
     this.pnlBackup.SuspendLayout();
     this.gbManageProfile.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.gbBackupLocation.SuspendLayout();
     this.panel3.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.picVersion).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox2).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.picTraffic).BeginInit();
     base.SuspendLayout();
     this.contextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.simpleToolStripMenuItem,
         this.advancedToolStripMenuItem,
         this.toolStripSeparator1,
         this.resignToolStripMenuItem,
         this.registerPSNIDToolStripMenuItem,
         this.toolStripSeparator2,
         this.restoreFromBackupToolStripMenuItem,
         this.deleteSaveToolStripMenuItem
     });
     this.contextMenuStrip1.Name                    = "contextMenuStrip1";
     this.contextMenuStrip1.Size                    = new global::System.Drawing.Size(185, 148);
     this.contextMenuStrip1.Opening                += new global::System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     this.simpleToolStripMenuItem.Name              = "simpleToolStripMenuItem";
     this.simpleToolStripMenuItem.Size              = new global::System.Drawing.Size(184, 22);
     this.simpleToolStripMenuItem.Text              = "Simple";
     this.simpleToolStripMenuItem.Click            += new global::System.EventHandler(this.simpleToolStripMenuItem_Click);
     this.advancedToolStripMenuItem.Name            = "advancedToolStripMenuItem";
     this.advancedToolStripMenuItem.Size            = new global::System.Drawing.Size(184, 22);
     this.advancedToolStripMenuItem.Text            = "Advanced";
     this.advancedToolStripMenuItem.Click          += new global::System.EventHandler(this.advancedToolStripMenuItem_Click);
     this.toolStripSeparator1.Name                  = "toolStripSeparator1";
     this.toolStripSeparator1.Size                  = new global::System.Drawing.Size(181, 6);
     this.resignToolStripMenuItem.Name              = "resignToolStripMenuItem";
     this.resignToolStripMenuItem.Size              = new global::System.Drawing.Size(184, 22);
     this.resignToolStripMenuItem.Text              = "Re-sign...";
     this.resignToolStripMenuItem.Click            += new global::System.EventHandler(this.resignToolStripMenuItem_Click);
     this.registerPSNIDToolStripMenuItem.Name       = "registerPSNIDToolStripMenuItem";
     this.registerPSNIDToolStripMenuItem.Size       = new global::System.Drawing.Size(184, 22);
     this.registerPSNIDToolStripMenuItem.Text       = "Register PSN ID...";
     this.registerPSNIDToolStripMenuItem.Click     += new global::System.EventHandler(this.registerPSNIDToolStripMenuItem_Click);
     this.toolStripSeparator2.Name                  = "toolStripSeparator2";
     this.toolStripSeparator2.Size                  = new global::System.Drawing.Size(181, 6);
     this.restoreFromBackupToolStripMenuItem.Name   = "restoreFromBackupToolStripMenuItem";
     this.restoreFromBackupToolStripMenuItem.Size   = new global::System.Drawing.Size(184, 22);
     this.restoreFromBackupToolStripMenuItem.Text   = "Restore from Backup";
     this.restoreFromBackupToolStripMenuItem.Click += new global::System.EventHandler(this.restoreFromBackupToolStripMenuItem_Click);
     this.deleteSaveToolStripMenuItem.Name          = "deleteSaveToolStripMenuItem";
     this.deleteSaveToolStripMenuItem.Size          = new global::System.Drawing.Size(184, 22);
     this.deleteSaveToolStripMenuItem.Text          = "Delete Save";
     this.deleteSaveToolStripMenuItem.Click        += new global::System.EventHandler(this.deleteSaveToolStripMenuItem_Click);
     this.btnHome.BackColor                         = global::System.Drawing.Color.Transparent;
     this.btnHome.BackgroundImageLayout             = global::System.Windows.Forms.ImageLayout.Stretch;
     this.btnHome.FlatAppearance.BorderColor        = global::System.Drawing.Color.FromArgb(127, 215, 255);
     this.btnHome.FlatAppearance.BorderSize         = 0;
     this.btnHome.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.Transparent;
     this.btnHome.FlatStyle                         = global::System.Windows.Forms.FlatStyle.Flat;
     this.btnHome.Location = new global::System.Drawing.Point(15, 15);
     this.btnHome.Name     = "btnHome";
     this.btnHome.Size     = new global::System.Drawing.Size(237, 61);
     this.btnHome.TabIndex = 3;
     this.btnHome.UseVisualStyleBackColor = false;
     this.btnHome.Click                            += new global::System.EventHandler(this.btnHome_Click);
     this.btnHelp.BackColor                         = global::System.Drawing.Color.Transparent;
     this.btnHelp.BackgroundImageLayout             = global::System.Windows.Forms.ImageLayout.Stretch;
     this.btnHelp.FlatAppearance.BorderColor        = global::System.Drawing.Color.FromArgb(127, 215, 255);
     this.btnHelp.FlatAppearance.BorderSize         = 0;
     this.btnHelp.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.Transparent;
     this.btnHelp.FlatStyle                         = global::System.Windows.Forms.FlatStyle.Flat;
     this.btnHelp.Location                          = new global::System.Drawing.Point(15, 143);
     this.btnHelp.Name     = "btnHelp";
     this.btnHelp.Size     = new global::System.Drawing.Size(237, 61);
     this.btnHelp.TabIndex = 6;
     this.btnHelp.UseVisualStyleBackColor = false;
     this.btnHelp.Click                               += new global::System.EventHandler(this.btnHelp_Click);
     this.btnOptions.BackColor                         = global::System.Drawing.Color.Transparent;
     this.btnOptions.BackgroundImageLayout             = global::System.Windows.Forms.ImageLayout.Stretch;
     this.btnOptions.FlatAppearance.BorderColor        = global::System.Drawing.Color.FromArgb(127, 215, 255);
     this.btnOptions.FlatAppearance.BorderSize         = 0;
     this.btnOptions.FlatAppearance.MouseDownBackColor = global::System.Drawing.Color.Transparent;
     this.btnOptions.FlatStyle                         = global::System.Windows.Forms.FlatStyle.Flat;
     this.btnOptions.Location                          = new global::System.Drawing.Point(15, 79);
     this.btnOptions.Name                              = "btnOptions";
     this.btnOptions.Size                              = new global::System.Drawing.Size(237, 61);
     this.btnOptions.TabIndex                          = 5;
     this.btnOptions.UseVisualStyleBackColor           = false;
     this.btnOptions.Click                            += new global::System.EventHandler(this.btnBackup_Click);
     this.pnlHome.Anchor                               = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.pnlHome.BackColor                            = global::System.Drawing.Color.FromArgb(102, 102, 102);
     this.pnlHome.Controls.Add(this.chkShowAll);
     this.pnlHome.Controls.Add(this.dgServerGames);
     this.pnlHome.Controls.Add(this.pnlNoSaves);
     this.pnlHome.Location    = new global::System.Drawing.Point(257, 15);
     this.pnlHome.Name        = "pnlHome";
     this.pnlHome.Size        = new global::System.Drawing.Size(508, 347);
     this.pnlHome.TabIndex    = 8;
     this.chkShowAll.Anchor   = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.chkShowAll.Location = new global::System.Drawing.Point(11, 324);
     this.chkShowAll.Name     = "chkShowAll";
     this.chkShowAll.Size     = new global::System.Drawing.Size(97, 16);
     this.chkShowAll.TabIndex = 11;
     this.chkShowAll.Text     = "Show All";
     this.chkShowAll.UseVisualStyleBackColor  = true;
     this.dgServerGames.AllowUserToAddRows    = false;
     this.dgServerGames.AllowUserToDeleteRows = false;
     this.dgServerGames.AllowUserToResizeRows = false;
     this.dgServerGames.Anchor                        = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.dgServerGames.ClipboardCopyMode             = global::System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
     dataGridViewCellStyle.Alignment                  = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle.BackColor                  = global::System.Drawing.SystemColors.Control;
     dataGridViewCellStyle.Font                       = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle.ForeColor                  = global::System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle.SelectionBackColor         = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle.SelectionForeColor         = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle.WrapMode                   = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dgServerGames.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle;
     this.dgServerGames.ColumnHeadersHeightSizeMode   = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgServerGames.Columns.AddRange(new global::System.Windows.Forms.DataGridViewColumn[]
     {
         this.Choose,
         this.dataGridViewTextBoxColumn1,
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn4,
         this.dataGridViewCheckBoxColumn1,
         this.dataGridViewTextBoxColumn5
     });
     this.dgServerGames.ContextMenuStrip       = this.contextMenuStrip1;
     dataGridViewCellStyle2.Alignment          = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = global::System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle2.ForeColor          = global::System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = global::System.Windows.Forms.DataGridViewTriState.False;
     this.dgServerGames.DefaultCellStyle       = dataGridViewCellStyle2;
     this.dgServerGames.Location               = new global::System.Drawing.Point(12, 12);
     this.dgServerGames.Name                       = "dgServerGames";
     dataGridViewCellStyle3.Alignment              = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor              = global::System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font                   = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     dataGridViewCellStyle3.ForeColor              = global::System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor     = global::System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor     = global::System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode               = global::System.Windows.Forms.DataGridViewTriState.True;
     this.dgServerGames.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dgServerGames.RowHeadersVisible          = false;
     this.dgServerGames.RowHeadersWidth            = 25;
     this.dgServerGames.RowTemplate.Height         = 24;
     this.dgServerGames.SelectionMode              = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgServerGames.Size                       = new global::System.Drawing.Size(484, 304);
     this.dgServerGames.TabIndex                   = 1;
     this.Choose.Frozen     = true;
     this.Choose.HeaderText = "Choose";
     this.Choose.Name       = "Choose";
     this.Choose.ReadOnly   = true;
     this.Choose.Width      = 20;
     this.dataGridViewTextBoxColumn1.FillWeight       = 20f;
     this.dataGridViewTextBoxColumn1.Frozen           = true;
     this.dataGridViewTextBoxColumn1.HeaderText       = "Game Name";
     this.dataGridViewTextBoxColumn1.Name             = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly         = true;
     this.dataGridViewTextBoxColumn1.Width            = 240;
     dataGridViewCellStyle4.Alignment                 = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle4;
     this.dataGridViewTextBoxColumn2.Frozen           = true;
     this.dataGridViewTextBoxColumn2.HeaderText       = "Cheats";
     this.dataGridViewTextBoxColumn2.Name             = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly         = true;
     this.dataGridViewTextBoxColumn2.Width            = 60;
     dataGridViewCellStyle5.Alignment                 = global::System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle5;
     this.dataGridViewTextBoxColumn3.HeaderText       = "GameCode";
     this.dataGridViewTextBoxColumn3.Name             = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly         = true;
     this.dataGridViewTextBoxColumn3.Width            = 80;
     this.dataGridViewTextBoxColumn4.HeaderText       = "Client";
     this.dataGridViewTextBoxColumn4.Name             = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly         = true;
     this.dataGridViewTextBoxColumn4.Width            = 80;
     this.dataGridViewCheckBoxColumn1.HeaderText      = "Local Save Exist";
     this.dataGridViewCheckBoxColumn1.Name            = "dataGridViewCheckBoxColumn1";
     this.dataGridViewCheckBoxColumn1.ReadOnly        = true;
     this.dataGridViewCheckBoxColumn1.Visible         = false;
     this.dataGridViewTextBoxColumn5.HeaderText       = "Client";
     this.dataGridViewTextBoxColumn5.Name             = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly         = true;
     this.dataGridViewTextBoxColumn5.Visible          = false;
     this.pnlNoSaves.Anchor = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.pnlNoSaves.Controls.Add(this.lblNoSaves);
     this.pnlNoSaves.Location          = new global::System.Drawing.Point(12, 12);
     this.pnlNoSaves.Name              = "pnlNoSaves";
     this.pnlNoSaves.Size              = new global::System.Drawing.Size(485, 311);
     this.pnlNoSaves.TabIndex          = 7;
     this.pnlNoSaves.Visible           = false;
     this.lblNoSaves.Anchor            = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.lblNoSaves.BackColor         = global::System.Drawing.Color.Transparent;
     this.lblNoSaves.ForeColor         = global::System.Drawing.Color.White;
     this.lblNoSaves.Location          = new global::System.Drawing.Point(0, 100);
     this.lblNoSaves.Name              = "lblNoSaves";
     this.lblNoSaves.Size              = new global::System.Drawing.Size(480, 13);
     this.lblNoSaves.TabIndex          = 10;
     this.lblNoSaves.Text              = "No PS4 saves were found on this USB drive.";
     this.lblNoSaves.TextAlign         = global::System.Drawing.ContentAlignment.MiddleCenter;
     this.btnGamesInServer.Location    = new global::System.Drawing.Point(0, 0);
     this.btnGamesInServer.Name        = "btnGamesInServer";
     this.btnGamesInServer.Size        = new global::System.Drawing.Size(75, 23);
     this.btnGamesInServer.TabIndex    = 0;
     this.panel1.Anchor                = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.panel1.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.Stretch;
     this.panel1.Controls.Add(this.cbDrives);
     this.panel1.Location            = new global::System.Drawing.Point(15, 332);
     this.panel1.Name                = "panel1";
     this.panel1.Size                = new global::System.Drawing.Size(237, 30);
     this.panel1.TabIndex            = 11;
     this.cbDrives.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDrives.FormattingEnabled = true;
     this.cbDrives.Location          = new global::System.Drawing.Point(190, 6);
     this.cbDrives.Name              = "cbDrives";
     this.cbDrives.Size              = new global::System.Drawing.Size(40, 21);
     this.cbDrives.TabIndex          = 3;
     this.pnlBackup.Anchor           = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.pnlBackup.BackColor        = global::System.Drawing.Color.FromArgb(102, 102, 102);
     this.pnlBackup.Controls.Add(this.gbManageProfile);
     this.pnlBackup.Controls.Add(this.groupBox2);
     this.pnlBackup.Controls.Add(this.groupBox1);
     this.pnlBackup.Controls.Add(this.gbBackupLocation);
     this.pnlBackup.Location = new global::System.Drawing.Point(257, 15);
     this.pnlBackup.Name     = "pnlBackup";
     this.pnlBackup.Size     = new global::System.Drawing.Size(508, 347);
     this.pnlBackup.TabIndex = 9;
     this.gbManageProfile.Controls.Add(this.gbProfiles);
     this.gbManageProfile.Controls.Add(this.lblManageProfiles);
     this.gbManageProfile.Controls.Add(this.btnManageProfiles);
     this.gbManageProfile.Location    = new global::System.Drawing.Point(12, 270);
     this.gbManageProfile.Name        = "gbManageProfile";
     this.gbManageProfile.Size        = new global::System.Drawing.Size(483, 65);
     this.gbManageProfile.TabIndex    = 10;
     this.gbManageProfile.TabStop     = false;
     this.gbProfiles.Location         = new global::System.Drawing.Point(134, 30);
     this.gbProfiles.Name             = "gbProfiles";
     this.gbProfiles.Size             = new global::System.Drawing.Size(80, 27);
     this.gbProfiles.TabIndex         = 9;
     this.gbProfiles.TabStop          = false;
     this.lblManageProfiles.AutoSize  = true;
     this.lblManageProfiles.ForeColor = global::System.Drawing.Color.White;
     this.lblManageProfiles.Location  = new global::System.Drawing.Point(10, 15);
     this.lblManageProfiles.Name      = "lblManageProfiles";
     this.lblManageProfiles.Size      = new global::System.Drawing.Size(106, 13);
     this.lblManageProfiles.TabIndex  = 8;
     this.lblManageProfiles.Text      = "Manage PS4 Profiles";
     this.btnManageProfiles.AutoSize  = true;
     this.btnManageProfiles.ForeColor = global::System.Drawing.Color.White;
     this.btnManageProfiles.Location  = new global::System.Drawing.Point(10, 33);
     this.btnManageProfiles.Name      = "btnManageProfiles";
     this.btnManageProfiles.Size      = new global::System.Drawing.Size(115, 23);
     this.btnManageProfiles.TabIndex  = 0;
     this.btnManageProfiles.Text      = "Manage Profiles";
     this.btnManageProfiles.UseVisualStyleBackColor = false;
     this.btnManageProfiles.Click += new global::System.EventHandler(this.btnManageProfiles_Click);
     this.groupBox2.Controls.Add(this.lblDeactivate);
     this.groupBox2.Controls.Add(this.btnDeactivate);
     this.groupBox2.Location      = new global::System.Drawing.Point(12, 200);
     this.groupBox2.Name          = "groupBox2";
     this.groupBox2.Size          = new global::System.Drawing.Size(483, 65);
     this.groupBox2.TabIndex      = 9;
     this.groupBox2.TabStop       = false;
     this.lblDeactivate.AutoSize  = true;
     this.lblDeactivate.ForeColor = global::System.Drawing.Color.White;
     this.lblDeactivate.Location  = new global::System.Drawing.Point(10, 15);
     this.lblDeactivate.Name      = "lblDeactivate";
     this.lblDeactivate.Size      = new global::System.Drawing.Size(42, 13);
     this.lblDeactivate.TabIndex  = 8;
     this.lblDeactivate.Text      = "Testing";
     this.btnDeactivate.AutoSize  = true;
     this.btnDeactivate.ForeColor = global::System.Drawing.Color.White;
     this.btnDeactivate.Location  = new global::System.Drawing.Point(10, 35);
     this.btnDeactivate.Name      = "btnDeactivate";
     this.btnDeactivate.Size      = new global::System.Drawing.Size(115, 23);
     this.btnDeactivate.TabIndex  = 0;
     this.btnDeactivate.Text      = "Deactivate";
     this.btnDeactivate.UseVisualStyleBackColor = false;
     this.btnDeactivate.Click += new global::System.EventHandler(this.btnDeactivate_Click);
     this.groupBox1.Controls.Add(this.lblRSSSection);
     this.groupBox1.Controls.Add(this.btnRss);
     this.groupBox1.Location             = new global::System.Drawing.Point(12, 128);
     this.groupBox1.Name                 = "groupBox1";
     this.groupBox1.Size                 = new global::System.Drawing.Size(483, 67);
     this.groupBox1.TabIndex             = 8;
     this.groupBox1.TabStop              = false;
     this.lblRSSSection.AutoSize         = true;
     this.lblRSSSection.ForeColor        = global::System.Drawing.Color.White;
     this.lblRSSSection.Location         = new global::System.Drawing.Point(10, 15);
     this.lblRSSSection.Name             = "lblRSSSection";
     this.lblRSSSection.Size             = new global::System.Drawing.Size(295, 13);
     this.lblRSSSection.TabIndex         = 6;
     this.lblRSSSection.Text             = "Select below button to check the availability of latest version.";
     this.btnRss.ForeColor               = global::System.Drawing.Color.White;
     this.btnRss.Location                = new global::System.Drawing.Point(10, 37);
     this.btnRss.Name                    = "btnRss";
     this.btnRss.Size                    = new global::System.Drawing.Size(115, 23);
     this.btnRss.TabIndex                = 0;
     this.btnRss.Text                    = "Update";
     this.btnRss.UseVisualStyleBackColor = false;
     this.btnRss.Click                  += new global::System.EventHandler(this.btnRss_Click);
     this.gbBackupLocation.Controls.Add(this.btnOpenFolder);
     this.gbBackupLocation.Controls.Add(this.lblBackup);
     this.gbBackupLocation.Controls.Add(this.btnBrowse);
     this.gbBackupLocation.Controls.Add(this.txtBackupLocation);
     this.gbBackupLocation.Controls.Add(this.chkBackup);
     this.gbBackupLocation.Controls.Add(this.btnApply);
     this.gbBackupLocation.ForeColor            = global::System.Drawing.Color.White;
     this.gbBackupLocation.Location             = new global::System.Drawing.Point(12, 8);
     this.gbBackupLocation.Margin               = new global::System.Windows.Forms.Padding(0);
     this.gbBackupLocation.Name                 = "gbBackupLocation";
     this.gbBackupLocation.Padding              = new global::System.Windows.Forms.Padding(0);
     this.gbBackupLocation.Size                 = new global::System.Drawing.Size(483, 115);
     this.gbBackupLocation.TabIndex             = 3;
     this.gbBackupLocation.TabStop              = false;
     this.btnOpenFolder.ForeColor               = global::System.Drawing.Color.White;
     this.btnOpenFolder.Location                = new global::System.Drawing.Point(11, 85);
     this.btnOpenFolder.Name                    = "btnOpenFolder";
     this.btnOpenFolder.Size                    = new global::System.Drawing.Size(123, 23);
     this.btnOpenFolder.TabIndex                = 3;
     this.btnOpenFolder.Text                    = "Open Folder";
     this.btnOpenFolder.UseVisualStyleBackColor = false;
     this.btnOpenFolder.Click                  += new global::System.EventHandler(this.btnOpenFolder_Click);
     this.lblBackup.AutoSize                    = true;
     this.lblBackup.Location                    = new global::System.Drawing.Point(10, 40);
     this.lblBackup.Name      = "lblBackup";
     this.lblBackup.Size      = new global::System.Drawing.Size(0, 13);
     this.lblBackup.TabIndex  = 5;
     this.btnBrowse.ForeColor = global::System.Drawing.Color.White;
     this.btnBrowse.Location  = new global::System.Drawing.Point(281, 60);
     this.btnBrowse.Name      = "btnBrowse";
     this.btnBrowse.Size      = new global::System.Drawing.Size(75, 23);
     this.btnBrowse.TabIndex  = 1;
     this.btnBrowse.Text      = "Browse...";
     this.btnBrowse.UseVisualStyleBackColor = false;
     this.btnBrowse.Click                  += new global::System.EventHandler(this.btnBrowse_Click);
     this.txtBackupLocation.Location        = new global::System.Drawing.Point(11, 61);
     this.txtBackupLocation.Name            = "txtBackupLocation";
     this.txtBackupLocation.Size            = new global::System.Drawing.Size(264, 20);
     this.txtBackupLocation.TabIndex        = 0;
     this.chkBackup.AutoSize                = true;
     this.chkBackup.ForeColor               = global::System.Drawing.Color.White;
     this.chkBackup.Location                = new global::System.Drawing.Point(10, 15);
     this.chkBackup.Name                    = "chkBackup";
     this.chkBackup.Size                    = new global::System.Drawing.Size(96, 17);
     this.chkBackup.TabIndex                = 0;
     this.chkBackup.Text                    = "Backup Saves";
     this.chkBackup.UseVisualStyleBackColor = true;
     this.chkBackup.CheckedChanged         += new global::System.EventHandler(this.chkBackup_CheckedChanged);
     this.chkBackup.Click                  += new global::System.EventHandler(this.chkBackup_Click);
     this.btnApply.BackColor                = global::System.Drawing.Color.FromArgb(102, 102, 102);
     this.btnApply.ForeColor                = global::System.Drawing.Color.White;
     this.btnApply.Location                 = new global::System.Drawing.Point(11, 85);
     this.btnApply.Name     = "btnApply";
     this.btnApply.Size     = new global::System.Drawing.Size(75, 23);
     this.btnApply.TabIndex = 2;
     this.btnApply.Text     = "Apply";
     this.btnApply.UseVisualStyleBackColor = false;
     this.btnApply.Visible             = false;
     this.btnApply.Click              += new global::System.EventHandler(this.btnApply_Click);
     this.Multi.FillWeight             = 20f;
     this.Multi.Frozen                 = true;
     this.Multi.Name                   = "Multi";
     this.Multi.ReadOnly               = true;
     this.Multi.Width                  = 20;
     this.panel2.Anchor                = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.panel2.BackColor             = global::System.Drawing.Color.FromArgb(51, 51, 51);
     this.panel2.Location              = new global::System.Drawing.Point(15, 215);
     this.panel2.Name                  = "panel2";
     this.panel2.Size                  = new global::System.Drawing.Size(237, 3);
     this.panel2.TabIndex              = 12;
     this.panel3.Anchor                = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.panel3.BackgroundImage       = (global::System.Drawing.Image)componentResourceManager.GetObject("panel3.BackgroundImage");
     this.panel3.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.Stretch;
     this.panel3.Controls.Add(this.picVersion);
     this.panel3.Controls.Add(this.pictureBox2);
     this.panel3.Controls.Add(this.picTraffic);
     this.panel3.Location = new global::System.Drawing.Point(16, 207);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new global::System.Drawing.Size(237, 122);
     this.panel3.TabIndex = 13;
     this.picVersion.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.None;
     this.picVersion.Location = new global::System.Drawing.Point(0, 24);
     this.picVersion.Name     = "picVersion";
     this.picVersion.Size     = new global::System.Drawing.Size(237, 26);
     this.picVersion.TabIndex = 13;
     this.picVersion.TabStop  = false;
     this.pictureBox2.Anchor  = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.pictureBox2.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.None;
     this.pictureBox2.Location             = new global::System.Drawing.Point(0, 78);
     this.pictureBox2.Name                 = "pictureBox2";
     this.pictureBox2.Size                 = new global::System.Drawing.Size(237, 45);
     this.pictureBox2.TabIndex             = 12;
     this.pictureBox2.TabStop              = false;
     this.picTraffic.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.None;
     this.picTraffic.Location              = new global::System.Drawing.Point(0, 0);
     this.picTraffic.Name     = "picTraffic";
     this.picTraffic.Size     = new global::System.Drawing.Size(237, 26);
     this.picTraffic.TabIndex = 11;
     this.picTraffic.TabStop  = false;
     base.AutoScaleDimensions = new global::System.Drawing.SizeF(96f, 96f);
     base.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = global::System.Drawing.Color.FromArgb(0, 44, 101);
     base.ClientSize          = new global::System.Drawing.Size(780, 377);
     base.Controls.Add(this.panel3);
     base.Controls.Add(this.pnlBackup);
     base.Controls.Add(this.pnlHome);
     base.Controls.Add(this.panel2);
     base.Controls.Add(this.panel1);
     base.Controls.Add(this.btnOptions);
     base.Controls.Add(this.btnHome);
     base.Controls.Add(this.btnHelp);
     this.DoubleBuffered = true;
     this.MinimumSize    = new global::System.Drawing.Size(780, 377);
     base.Name           = "MainForm";
     this.Text           = "PS4 Save Editor";
     base.FormClosed    += new global::System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.contextMenuStrip1.ResumeLayout(false);
     this.pnlHome.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.dgServerGames).EndInit();
     this.pnlNoSaves.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.pnlBackup.ResumeLayout(false);
     this.gbManageProfile.ResumeLayout(false);
     this.gbManageProfile.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.gbBackupLocation.ResumeLayout(false);
     this.gbBackupLocation.PerformLayout();
     this.panel3.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.picVersion).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.pictureBox2).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.picTraffic).EndInit();
     base.ResumeLayout(false);
 }
Example #28
0
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Troianos_RAT.script));
     this.Button15 = new global::System.Windows.Forms.Button();
     this.Button16 = new global::System.Windows.Forms.Button();
     this.Button17 = new global::System.Windows.Forms.Button();
     this.Button18 = new global::System.Windows.Forms.Button();
     this.Button19 = new global::System.Windows.Forms.Button();
     this.Button20 = new global::System.Windows.Forms.Button();
     this.Button21 = new global::System.Windows.Forms.Button();
     this.Button8  = new global::System.Windows.Forms.Button();
     this.Button9  = new global::System.Windows.Forms.Button();
     this.Button10 = new global::System.Windows.Forms.Button();
     this.Button11 = new global::System.Windows.Forms.Button();
     this.Button12 = new global::System.Windows.Forms.Button();
     this.Button13 = new global::System.Windows.Forms.Button();
     this.Button14 = new global::System.Windows.Forms.Button();
     this.Button7  = new global::System.Windows.Forms.Button();
     this.Button6  = new global::System.Windows.Forms.Button();
     this.Button5  = new global::System.Windows.Forms.Button();
     this.Button4  = new global::System.Windows.Forms.Button();
     this.Button3  = new global::System.Windows.Forms.Button();
     this.Button2  = new global::System.Windows.Forms.Button();
     this.Button1  = new global::System.Windows.Forms.Button();
     this.TextBox1 = new global::System.Windows.Forms.TextBox();
     this.SuspendLayout();
     this.Button15.BackColor = global::System.Drawing.Color.Transparent;
     this.Button15.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button15.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button   = this.Button15;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(270, 200);
     button.Location    = location;
     this.Button15.Name = "Button15";
     global::System.Windows.Forms.Control button2 = this.Button15;
     global::System.Drawing.Size          size    = new global::System.Drawing.Size(123, 26);
     button2.Size           = size;
     this.Button15.TabIndex = 41;
     this.Button15.Text     = "Tela Azul da Morte";
     this.Button15.UseVisualStyleBackColor = false;
     this.Button16.BackColor = global::System.Drawing.Color.Transparent;
     this.Button16.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button16.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button3 = this.Button16;
     location           = new global::System.Drawing.Point(270, 168);
     button3.Location   = location;
     this.Button16.Name = "Button16";
     global::System.Windows.Forms.Control button4 = this.Button16;
     size                   = new global::System.Drawing.Size(123, 26);
     button4.Size           = size;
     this.Button16.TabIndex = 40;
     this.Button16.Text     = "Deletar System32";
     this.Button16.UseVisualStyleBackColor = false;
     this.Button17.BackColor = global::System.Drawing.Color.Transparent;
     this.Button17.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button17.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button5 = this.Button17;
     location           = new global::System.Drawing.Point(270, 136);
     button5.Location   = location;
     this.Button17.Name = "Button17";
     global::System.Windows.Forms.Control button6 = this.Button17;
     size                   = new global::System.Drawing.Size(123, 26);
     button6.Size           = size;
     this.Button17.TabIndex = 39;
     this.Button17.Text     = "Criar Varios VBS";
     this.Button17.UseVisualStyleBackColor = false;
     this.Button18.BackColor = global::System.Drawing.Color.Transparent;
     this.Button18.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button18.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button7 = this.Button18;
     location           = new global::System.Drawing.Point(270, 105);
     button7.Location   = location;
     this.Button18.Name = "Button18";
     global::System.Windows.Forms.Control button8 = this.Button18;
     size                   = new global::System.Drawing.Size(123, 25);
     button8.Size           = size;
     this.Button18.TabIndex = 38;
     this.Button18.Text     = "Bipe Sem Parar";
     this.Button18.UseVisualStyleBackColor = false;
     this.Button19.BackColor = global::System.Drawing.Color.Transparent;
     this.Button19.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button19.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button9 = this.Button19;
     location           = new global::System.Drawing.Point(270, 74);
     button9.Location   = location;
     this.Button19.Name = "Button19";
     global::System.Windows.Forms.Control button10 = this.Button19;
     size                   = new global::System.Drawing.Size(123, 25);
     button10.Size          = size;
     this.Button19.TabIndex = 37;
     this.Button19.Text     = "Desativar Firewall";
     this.Button19.UseVisualStyleBackColor = false;
     this.Button20.BackColor = global::System.Drawing.Color.Transparent;
     this.Button20.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button20.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button11 = this.Button20;
     location           = new global::System.Drawing.Point(270, 43);
     button11.Location  = location;
     this.Button20.Name = "Button20";
     global::System.Windows.Forms.Control button12 = this.Button20;
     size                   = new global::System.Drawing.Size(123, 25);
     button12.Size          = size;
     this.Button20.TabIndex = 36;
     this.Button20.Text     = "Abrir Site Shafou";
     this.Button20.UseVisualStyleBackColor = false;
     this.Button21.BackColor = global::System.Drawing.Color.Transparent;
     this.Button21.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button21.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button13 = this.Button21;
     location           = new global::System.Drawing.Point(270, 12);
     button13.Location  = location;
     this.Button21.Name = "Button21";
     global::System.Windows.Forms.Control button14 = this.Button21;
     size                   = new global::System.Drawing.Size(123, 25);
     button14.Size          = size;
     this.Button21.TabIndex = 35;
     this.Button21.Text     = "Abrir Site Porno";
     this.Button21.UseVisualStyleBackColor = false;
     this.Button8.BackColor = global::System.Drawing.Color.Transparent;
     this.Button8.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button8.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button15 = this.Button8;
     location          = new global::System.Drawing.Point(141, 200);
     button15.Location = location;
     this.Button8.Name = "Button8";
     global::System.Windows.Forms.Control button16 = this.Button8;
     size                  = new global::System.Drawing.Size(123, 26);
     button16.Size         = size;
     this.Button8.TabIndex = 34;
     this.Button8.Text     = "Deletar Regedit";
     this.Button8.UseVisualStyleBackColor = false;
     this.Button9.BackColor = global::System.Drawing.Color.Transparent;
     this.Button9.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button9.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button17 = this.Button9;
     location          = new global::System.Drawing.Point(141, 168);
     button17.Location = location;
     this.Button9.Name = "Button9";
     global::System.Windows.Forms.Control button18 = this.Button9;
     size                  = new global::System.Drawing.Size(123, 26);
     button18.Size         = size;
     this.Button9.TabIndex = 33;
     this.Button9.Text     = "D. Mouse / Teclado";
     this.Button9.UseVisualStyleBackColor = false;
     this.Button10.BackColor = global::System.Drawing.Color.Transparent;
     this.Button10.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button10.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button19 = this.Button10;
     location           = new global::System.Drawing.Point(141, 136);
     button19.Location  = location;
     this.Button10.Name = "Button10";
     global::System.Windows.Forms.Control button20 = this.Button10;
     size                   = new global::System.Drawing.Size(123, 26);
     button20.Size          = size;
     this.Button10.TabIndex = 32;
     this.Button10.Text     = "D. TaskManager";
     this.Button10.UseVisualStyleBackColor = false;
     this.Button11.BackColor = global::System.Drawing.Color.Transparent;
     this.Button11.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button11.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button21 = this.Button11;
     location           = new global::System.Drawing.Point(141, 105);
     button21.Location  = location;
     this.Button11.Name = "Button11";
     global::System.Windows.Forms.Control button22 = this.Button11;
     size                   = new global::System.Drawing.Size(123, 25);
     button22.Size          = size;
     this.Button11.TabIndex = 31;
     this.Button11.Text     = "Drogar Mouse";
     this.Button11.UseVisualStyleBackColor = false;
     this.Button12.BackColor = global::System.Drawing.Color.Transparent;
     this.Button12.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button12.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button23 = this.Button12;
     location           = new global::System.Drawing.Point(141, 74);
     button23.Location  = location;
     this.Button12.Name = "Button12";
     global::System.Windows.Forms.Control button24 = this.Button12;
     size                   = new global::System.Drawing.Size(123, 25);
     button24.Size          = size;
     this.Button12.TabIndex = 30;
     this.Button12.Text     = "Matar Explorer";
     this.Button12.UseVisualStyleBackColor = false;
     this.Button13.BackColor = global::System.Drawing.Color.Transparent;
     this.Button13.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button13.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button25 = this.Button13;
     location           = new global::System.Drawing.Point(141, 43);
     button25.Location  = location;
     this.Button13.Name = "Button13";
     global::System.Windows.Forms.Control button26 = this.Button13;
     size                   = new global::System.Drawing.Size(123, 25);
     button26.Size          = size;
     this.Button13.TabIndex = 29;
     this.Button13.Text     = "Travar Todo PC";
     this.Button13.UseVisualStyleBackColor = false;
     this.Button14.BackColor = global::System.Drawing.Color.Transparent;
     this.Button14.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button14.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button27 = this.Button14;
     location           = new global::System.Drawing.Point(141, 12);
     button27.Location  = location;
     this.Button14.Name = "Button14";
     global::System.Windows.Forms.Control button28 = this.Button14;
     size                   = new global::System.Drawing.Size(123, 25);
     button28.Size          = size;
     this.Button14.TabIndex = 28;
     this.Button14.Text     = "Criar 30k de Pastas";
     this.Button14.UseVisualStyleBackColor = false;
     this.Button7.BackColor = global::System.Drawing.Color.Transparent;
     this.Button7.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button7.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button29 = this.Button7;
     location          = new global::System.Drawing.Point(12, 200);
     button29.Location = location;
     this.Button7.Name = "Button7";
     global::System.Windows.Forms.Control button30 = this.Button7;
     size                  = new global::System.Drawing.Size(123, 26);
     button30.Size         = size;
     this.Button7.TabIndex = 27;
     this.Button7.Text     = "Deletar Win Defender";
     this.Button7.UseVisualStyleBackColor = false;
     this.Button6.BackColor = global::System.Drawing.Color.Transparent;
     this.Button6.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button6.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button31 = this.Button6;
     location          = new global::System.Drawing.Point(12, 168);
     button31.Location = location;
     this.Button6.Name = "Button6";
     global::System.Windows.Forms.Control button32 = this.Button6;
     size                  = new global::System.Drawing.Size(123, 26);
     button32.Size         = size;
     this.Button6.TabIndex = 26;
     this.Button6.Text     = "Deletar Cmd";
     this.Button6.UseVisualStyleBackColor = false;
     this.Button5.BackColor = global::System.Drawing.Color.Transparent;
     this.Button5.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button5.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button33 = this.Button5;
     location          = new global::System.Drawing.Point(12, 136);
     button33.Location = location;
     this.Button5.Name = "Button5";
     global::System.Windows.Forms.Control button34 = this.Button5;
     size                  = new global::System.Drawing.Size(123, 26);
     button34.Size         = size;
     this.Button5.TabIndex = 25;
     this.Button5.Text     = "Deletar Notepad";
     this.Button5.UseVisualStyleBackColor = false;
     this.Button4.BackColor = global::System.Drawing.Color.Transparent;
     this.Button4.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button4.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button35 = this.Button4;
     location          = new global::System.Drawing.Point(12, 105);
     button35.Location = location;
     this.Button4.Name = "Button4";
     global::System.Windows.Forms.Control button36 = this.Button4;
     size                  = new global::System.Drawing.Size(123, 25);
     button36.Size         = size;
     this.Button4.TabIndex = 24;
     this.Button4.Text     = "Deletar Windows";
     this.Button4.UseVisualStyleBackColor = false;
     this.Button3.BackColor = global::System.Drawing.Color.Transparent;
     this.Button3.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button3.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button37 = this.Button3;
     location          = new global::System.Drawing.Point(12, 74);
     button37.Location = location;
     this.Button3.Name = "Button3";
     global::System.Windows.Forms.Control button38 = this.Button3;
     size                  = new global::System.Drawing.Size(123, 25);
     button38.Size         = size;
     this.Button3.TabIndex = 23;
     this.Button3.Text     = "Fazer Logoff";
     this.Button3.UseVisualStyleBackColor = false;
     this.Button2.BackColor = global::System.Drawing.Color.Transparent;
     this.Button2.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button2.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button39 = this.Button2;
     location          = new global::System.Drawing.Point(12, 43);
     button39.Location = location;
     this.Button2.Name = "Button2";
     global::System.Windows.Forms.Control button40 = this.Button2;
     size                  = new global::System.Drawing.Size(123, 25);
     button40.Size         = size;
     this.Button2.TabIndex = 22;
     this.Button2.Text     = "Desligar PC";
     this.Button2.UseVisualStyleBackColor = false;
     this.Button1.BackColor = global::System.Drawing.Color.Transparent;
     this.Button1.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
     this.Button1.ForeColor = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control button41 = this.Button1;
     location          = new global::System.Drawing.Point(12, 12);
     button41.Location = location;
     this.Button1.Name = "Button1";
     global::System.Windows.Forms.Control button42 = this.Button1;
     size                  = new global::System.Drawing.Size(123, 25);
     button42.Size         = size;
     this.Button1.TabIndex = 21;
     this.Button1.Text     = "Reiniciar PC";
     this.Button1.UseVisualStyleBackColor = false;
     global::System.Windows.Forms.Control textBox = this.TextBox1;
     location                = new global::System.Drawing.Point(12, 273);
     textBox.Location        = location;
     this.TextBox1.Multiline = true;
     this.TextBox1.Name      = "TextBox1";
     global::System.Windows.Forms.Control textBox2 = this.TextBox1;
     size                   = new global::System.Drawing.Size(381, 144);
     textBox2.Size          = size;
     this.TextBox1.TabIndex = 42;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.SystemColors.ActiveCaptionText;
     size            = new global::System.Drawing.Size(407, 243);
     this.ClientSize = size;
     this.Controls.Add(this.TextBox1);
     this.Controls.Add(this.Button15);
     this.Controls.Add(this.Button16);
     this.Controls.Add(this.Button17);
     this.Controls.Add(this.Button18);
     this.Controls.Add(this.Button19);
     this.Controls.Add(this.Button20);
     this.Controls.Add(this.Button21);
     this.Controls.Add(this.Button8);
     this.Controls.Add(this.Button9);
     this.Controls.Add(this.Button10);
     this.Controls.Add(this.Button11);
     this.Controls.Add(this.Button12);
     this.Controls.Add(this.Button13);
     this.Controls.Add(this.Button14);
     this.Controls.Add(this.Button7);
     this.Controls.Add(this.Button6);
     this.Controls.Add(this.Button5);
     this.Controls.Add(this.Button4);
     this.Controls.Add(this.Button3);
     this.Controls.Add(this.Button2);
     this.Controls.Add(this.Button1);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "script";
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Sacanear";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #29
0
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Hosts_Pro_V6.B1));
     this.TableLayoutPanel   = new global::System.Windows.Forms.TableLayoutPanel();
     this.LogoPictureBox     = new global::System.Windows.Forms.PictureBox();
     this.LabelProductName   = new global::System.Windows.Forms.Label();
     this.LabelVersion       = new global::System.Windows.Forms.Label();
     this.LabelCopyright     = new global::System.Windows.Forms.Label();
     this.LabelCompanyName   = new global::System.Windows.Forms.Label();
     this.TextBoxDescription = new global::System.Windows.Forms.TextBox();
     this.OKButton           = new global::System.Windows.Forms.Button();
     this.TableLayoutPanel.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.LogoPictureBox).BeginInit();
     base.SuspendLayout();
     this.TableLayoutPanel.ColumnCount = 2;
     this.TableLayoutPanel.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 33f));
     this.TableLayoutPanel.ColumnStyles.Add(new global::System.Windows.Forms.ColumnStyle(global::System.Windows.Forms.SizeType.Percent, 67f));
     this.TableLayoutPanel.Controls.Add(this.LogoPictureBox, 0, 0);
     this.TableLayoutPanel.Controls.Add(this.LabelProductName, 1, 0);
     this.TableLayoutPanel.Controls.Add(this.LabelVersion, 1, 1);
     this.TableLayoutPanel.Controls.Add(this.LabelCopyright, 1, 2);
     this.TableLayoutPanel.Controls.Add(this.LabelCompanyName, 1, 3);
     this.TableLayoutPanel.Controls.Add(this.TextBoxDescription, 1, 4);
     this.TableLayoutPanel.Controls.Add(this.OKButton, 1, 5);
     this.TableLayoutPanel.Dock     = global::System.Windows.Forms.DockStyle.Fill;
     this.TableLayoutPanel.Location = new global::System.Drawing.Point(9, 9);
     this.TableLayoutPanel.Name     = "TableLayoutPanel";
     this.TableLayoutPanel.RowCount = 6;
     this.TableLayoutPanel.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 10f));
     this.TableLayoutPanel.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 10f));
     this.TableLayoutPanel.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 10f));
     this.TableLayoutPanel.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 10f));
     this.TableLayoutPanel.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 50f));
     this.TableLayoutPanel.RowStyles.Add(new global::System.Windows.Forms.RowStyle(global::System.Windows.Forms.SizeType.Percent, 10f));
     this.TableLayoutPanel.Size      = new global::System.Drawing.Size(390, 229);
     this.TableLayoutPanel.TabIndex  = 0;
     this.LogoPictureBox.BackColor   = global::System.Drawing.Color.Black;
     this.LogoPictureBox.Cursor      = global::System.Windows.Forms.Cursors.No;
     this.LogoPictureBox.Dock        = global::System.Windows.Forms.DockStyle.Fill;
     this.LogoPictureBox.Image       = (global::System.Drawing.Image)componentResourceManager.GetObject("LogoPictureBox.Image");
     this.LogoPictureBox.Location    = new global::System.Drawing.Point(3, 3);
     this.LogoPictureBox.MaximumSize = new global::System.Drawing.Size(120, 100);
     this.LogoPictureBox.MinimumSize = new global::System.Drawing.Size(120, 100);
     this.LogoPictureBox.Name        = "LogoPictureBox";
     this.TableLayoutPanel.SetRowSpan(this.LogoPictureBox, 6);
     this.LogoPictureBox.Size           = new global::System.Drawing.Size(120, 100);
     this.LogoPictureBox.SizeMode       = global::System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.LogoPictureBox.TabIndex       = 0;
     this.LogoPictureBox.TabStop        = false;
     this.LabelProductName.Dock         = global::System.Windows.Forms.DockStyle.Fill;
     this.LabelProductName.Location     = new global::System.Drawing.Point(134, 0);
     this.LabelProductName.Margin       = new global::System.Windows.Forms.Padding(6, 0, 3, 0);
     this.LabelProductName.MaximumSize  = new global::System.Drawing.Size(0, 17);
     this.LabelProductName.Name         = "LabelProductName";
     this.LabelProductName.Size         = new global::System.Drawing.Size(253, 17);
     this.LabelProductName.TabIndex     = 0;
     this.LabelProductName.Text         = "Product Name";
     this.LabelProductName.TextAlign    = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.LabelVersion.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     this.LabelVersion.Location         = new global::System.Drawing.Point(134, 22);
     this.LabelVersion.Margin           = new global::System.Windows.Forms.Padding(6, 0, 3, 0);
     this.LabelVersion.MaximumSize      = new global::System.Drawing.Size(0, 17);
     this.LabelVersion.Name             = "LabelVersion";
     this.LabelVersion.Size             = new global::System.Drawing.Size(253, 17);
     this.LabelVersion.TabIndex         = 0;
     this.LabelVersion.Text             = "Version";
     this.LabelVersion.TextAlign        = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.LabelCopyright.Dock           = global::System.Windows.Forms.DockStyle.Fill;
     this.LabelCopyright.Location       = new global::System.Drawing.Point(134, 44);
     this.LabelCopyright.Margin         = new global::System.Windows.Forms.Padding(6, 0, 3, 0);
     this.LabelCopyright.MaximumSize    = new global::System.Drawing.Size(0, 17);
     this.LabelCopyright.Name           = "LabelCopyright";
     this.LabelCopyright.Size           = new global::System.Drawing.Size(253, 17);
     this.LabelCopyright.TabIndex       = 0;
     this.LabelCopyright.Text           = "Copyright";
     this.LabelCopyright.TextAlign      = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.LabelCompanyName.Dock         = global::System.Windows.Forms.DockStyle.Fill;
     this.LabelCompanyName.Location     = new global::System.Drawing.Point(134, 66);
     this.LabelCompanyName.Margin       = new global::System.Windows.Forms.Padding(6, 0, 3, 0);
     this.LabelCompanyName.MaximumSize  = new global::System.Drawing.Size(0, 17);
     this.LabelCompanyName.Name         = "LabelCompanyName";
     this.LabelCompanyName.Size         = new global::System.Drawing.Size(253, 17);
     this.LabelCompanyName.TabIndex     = 0;
     this.LabelCompanyName.Text         = "Company Name";
     this.LabelCompanyName.TextAlign    = global::System.Drawing.ContentAlignment.MiddleLeft;
     this.TextBoxDescription.BackColor  = global::System.Drawing.Color.Black;
     this.TextBoxDescription.Dock       = global::System.Windows.Forms.DockStyle.Fill;
     this.TextBoxDescription.ForeColor  = global::System.Drawing.Color.White;
     this.TextBoxDescription.Location   = new global::System.Drawing.Point(134, 91);
     this.TextBoxDescription.Margin     = new global::System.Windows.Forms.Padding(6, 3, 3, 3);
     this.TextBoxDescription.Multiline  = true;
     this.TextBoxDescription.Name       = "TextBoxDescription";
     this.TextBoxDescription.ReadOnly   = true;
     this.TextBoxDescription.ScrollBars = global::System.Windows.Forms.ScrollBars.Both;
     this.TextBoxDescription.Size       = new global::System.Drawing.Size(253, 108);
     this.TextBoxDescription.TabIndex   = 0;
     this.TextBoxDescription.TabStop    = false;
     this.OKButton.Anchor                  = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.OKButton.BackColor               = global::System.Drawing.Color.FromArgb(64, 64, 64);
     this.OKButton.DialogResult            = global::System.Windows.Forms.DialogResult.Cancel;
     this.OKButton.FlatStyle               = global::System.Windows.Forms.FlatStyle.Popup;
     this.OKButton.ForeColor               = global::System.Drawing.Color.Aqua;
     this.OKButton.Location                = new global::System.Drawing.Point(312, 205);
     this.OKButton.MaximumSize             = new global::System.Drawing.Size(75, 21);
     this.OKButton.MinimumSize             = new global::System.Drawing.Size(75, 21);
     this.OKButton.Name                    = "OKButton";
     this.OKButton.Size                    = new global::System.Drawing.Size(75, 21);
     this.OKButton.TabIndex                = 0;
     this.OKButton.Text                    = "&OK";
     this.OKButton.UseVisualStyleBackColor = false;
     base.AutoScaleDimensions              = new global::System.Drawing.SizeF(6f, 13f);
     base.AutoScaleMode                    = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor    = global::System.Drawing.Color.Black;
     base.CancelButton = this.OKButton;
     base.ClientSize   = new global::System.Drawing.Size(408, 247);
     base.Controls.Add(this.TableLayoutPanel);
     this.ForeColor       = global::System.Drawing.Color.White;
     base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     base.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     base.MaximizeBox     = false;
     this.MaximumSize     = new global::System.Drawing.Size(414, 276);
     base.MinimizeBox     = false;
     this.MinimumSize     = new global::System.Drawing.Size(414, 276);
     base.Name            = "B1";
     base.Padding         = new global::System.Windows.Forms.Padding(9);
     base.ShowInTaskbar   = false;
     base.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterParent;
     this.TableLayoutPanel.ResumeLayout(false);
     this.TableLayoutPanel.PerformLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.LogoPictureBox).EndInit();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::田草CAD工具箱_For2014.TcAboutBox));
     this.LogoPictureBox     = new global::System.Windows.Forms.PictureBox();
     this.LabelProductName   = new global::System.Windows.Forms.Label();
     this.LabelVersion       = new global::System.Windows.Forms.Label();
     this.LabelCopyright     = new global::System.Windows.Forms.Label();
     this.LabelCompanyName   = new global::System.Windows.Forms.Label();
     this.TextBoxDescription = new global::System.Windows.Forms.TextBox();
     this.OKButton           = new global::System.Windows.Forms.Button();
     this.PictureBox1        = new global::System.Windows.Forms.PictureBox();
     this.GroupBox1          = new global::System.Windows.Forms.GroupBox();
     this.Label1             = new global::System.Windows.Forms.Label();
     ((global::System.ComponentModel.ISupportInitialize) this.LogoPictureBox).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).BeginInit();
     this.GroupBox1.SuspendLayout();
     this.SuspendLayout();
     this.LogoPictureBox.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("LogoPictureBox.Image");
     global::System.Windows.Forms.Control logoPictureBox = this.LogoPictureBox;
     global::System.Drawing.Point         location       = new global::System.Drawing.Point(16, 14);
     logoPictureBox.Location = location;
     global::System.Windows.Forms.Control logoPictureBox2 = this.LogoPictureBox;
     global::System.Windows.Forms.Padding padding         = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     logoPictureBox2.Margin   = padding;
     this.LogoPictureBox.Name = "LogoPictureBox";
     global::System.Windows.Forms.Control logoPictureBox3 = this.LogoPictureBox;
     global::System.Drawing.Size          size            = new global::System.Drawing.Size(232, 265);
     logoPictureBox3.Size         = size;
     this.LogoPictureBox.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.LogoPictureBox.TabIndex = 0;
     this.LogoPictureBox.TabStop  = false;
     global::System.Windows.Forms.Control labelProductName = this.LabelProductName;
     location = new global::System.Drawing.Point(1, 21);
     labelProductName.Location = location;
     global::System.Windows.Forms.Control labelProductName2 = this.LabelProductName;
     padding = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     labelProductName2.Margin   = padding;
     this.LabelProductName.Name = "LabelProductName";
     global::System.Windows.Forms.Control labelProductName3 = this.LabelProductName;
     size = new global::System.Drawing.Size(476, 21);
     labelProductName3.Size          = size;
     this.LabelProductName.TabIndex  = 0;
     this.LabelProductName.Text      = "产品名称";
     this.LabelProductName.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     global::System.Windows.Forms.Control labelVersion = this.LabelVersion;
     location = new global::System.Drawing.Point(1, 59);
     labelVersion.Location = location;
     global::System.Windows.Forms.Control labelVersion2 = this.LabelVersion;
     padding = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     labelVersion2.Margin   = padding;
     this.LabelVersion.Name = "LabelVersion";
     global::System.Windows.Forms.Control labelVersion3 = this.LabelVersion;
     size = new global::System.Drawing.Size(476, 21);
     labelVersion3.Size          = size;
     this.LabelVersion.TabIndex  = 0;
     this.LabelVersion.Text      = "版本";
     this.LabelVersion.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     global::System.Windows.Forms.Control labelCopyright = this.LabelCopyright;
     location = new global::System.Drawing.Point(1, 96);
     labelCopyright.Location = location;
     global::System.Windows.Forms.Control labelCopyright2 = this.LabelCopyright;
     padding = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     labelCopyright2.Margin   = padding;
     this.LabelCopyright.Name = "LabelCopyright";
     global::System.Windows.Forms.Control labelCopyright3 = this.LabelCopyright;
     size = new global::System.Drawing.Size(476, 21);
     labelCopyright3.Size          = size;
     this.LabelCopyright.TabIndex  = 0;
     this.LabelCopyright.Text      = "版权";
     this.LabelCopyright.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     global::System.Windows.Forms.Control labelCompanyName = this.LabelCompanyName;
     location = new global::System.Drawing.Point(1, 134);
     labelCompanyName.Location = location;
     global::System.Windows.Forms.Control labelCompanyName2 = this.LabelCompanyName;
     padding = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     labelCompanyName2.Margin   = padding;
     this.LabelCompanyName.Name = "LabelCompanyName";
     global::System.Windows.Forms.Control labelCompanyName3 = this.LabelCompanyName;
     size = new global::System.Drawing.Size(476, 21);
     labelCompanyName3.Size          = size;
     this.LabelCompanyName.TabIndex  = 0;
     this.LabelCompanyName.Text      = "公司名称";
     this.LabelCompanyName.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     global::System.Windows.Forms.Control textBoxDescription = this.TextBoxDescription;
     location = new global::System.Drawing.Point(260, 14);
     textBoxDescription.Location = location;
     global::System.Windows.Forms.Control textBoxDescription2 = this.TextBoxDescription;
     padding = new global::System.Windows.Forms.Padding(8, 4, 4, 4);
     textBoxDescription2.Margin         = padding;
     this.TextBoxDescription.Multiline  = true;
     this.TextBoxDescription.Name       = "TextBoxDescription";
     this.TextBoxDescription.ReadOnly   = true;
     this.TextBoxDescription.ScrollBars = global::System.Windows.Forms.ScrollBars.Both;
     global::System.Windows.Forms.Control textBoxDescription3 = this.TextBoxDescription;
     size = new global::System.Drawing.Size(485, 264);
     textBoxDescription3.Size         = size;
     this.TextBoxDescription.TabIndex = 0;
     this.TextBoxDescription.TabStop  = false;
     this.OKButton.Anchor             = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Right);
     this.OKButton.DialogResult       = global::System.Windows.Forms.DialogResult.Cancel;
     global::System.Windows.Forms.Control okbutton = this.OKButton;
     location          = new global::System.Drawing.Point(377, 168);
     okbutton.Location = location;
     global::System.Windows.Forms.Control okbutton2 = this.OKButton;
     padding            = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     okbutton2.Margin   = padding;
     this.OKButton.Name = "OKButton";
     global::System.Windows.Forms.Control okbutton3 = this.OKButton;
     size                   = new global::System.Drawing.Size(100, 26);
     okbutton3.Size         = size;
     this.OKButton.TabIndex = 0;
     this.OKButton.Text     = "确定(&O)";
     this.PictureBox1.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("PictureBox1.Image");
     global::System.Windows.Forms.Control pictureBox = this.PictureBox1;
     location            = new global::System.Drawing.Point(16, 286);
     pictureBox.Location = location;
     global::System.Windows.Forms.Control pictureBox2 = this.PictureBox1;
     padding               = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     pictureBox2.Margin    = padding;
     this.PictureBox1.Name = "PictureBox1";
     global::System.Windows.Forms.Control pictureBox3 = this.PictureBox1;
     size                      = new global::System.Drawing.Size(232, 202);
     pictureBox3.Size          = size;
     this.PictureBox1.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.PictureBox1.TabIndex = 1;
     this.PictureBox1.TabStop  = false;
     this.GroupBox1.Controls.Add(this.LabelProductName);
     this.GroupBox1.Controls.Add(this.LabelVersion);
     this.GroupBox1.Controls.Add(this.OKButton);
     this.GroupBox1.Controls.Add(this.LabelCompanyName);
     this.GroupBox1.Controls.Add(this.LabelCopyright);
     this.GroupBox1.Controls.Add(this.Label1);
     global::System.Windows.Forms.Control groupBox = this.GroupBox1;
     location          = new global::System.Drawing.Point(260, 286);
     groupBox.Location = location;
     global::System.Windows.Forms.Control groupBox2 = this.GroupBox1;
     padding             = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     groupBox2.Margin    = padding;
     this.GroupBox1.Name = "GroupBox1";
     global::System.Windows.Forms.Control groupBox3 = this.GroupBox1;
     padding           = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     groupBox3.Padding = padding;
     global::System.Windows.Forms.Control groupBox4 = this.GroupBox1;
     size                    = new global::System.Drawing.Size(485, 201);
     groupBox4.Size          = size;
     this.GroupBox1.TabIndex = 2;
     this.GroupBox1.TabStop  = false;
     global::System.Windows.Forms.Control label = this.Label1;
     location       = new global::System.Drawing.Point(1, 168);
     label.Location = location;
     global::System.Windows.Forms.Control label2 = this.Label1;
     padding          = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
     label2.Margin    = padding;
     this.Label1.Name = "Label1";
     global::System.Windows.Forms.Control label3 = this.Label1;
     size                  = new global::System.Drawing.Size(476, 21);
     label3.Size           = size;
     this.Label1.TabIndex  = 1;
     this.Label1.Text      = "发布日期";
     this.Label1.TextAlign = global::System.Drawing.ContentAlignment.MiddleLeft;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(8f, 15f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.OKButton;
     size            = new global::System.Drawing.Size(756, 499);
     this.ClientSize = size;
     this.Controls.Add(this.GroupBox1);
     this.Controls.Add(this.PictureBox1);
     this.Controls.Add(this.LogoPictureBox);
     this.Controls.Add(this.TextBoxDescription);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     padding            = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Margin        = padding;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "TcAboutBox";
     padding            = new global::System.Windows.Forms.Padding(12, 10, 12, 10);
     this.Padding       = padding;
     this.ShowInTaskbar = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "关于";
     ((global::System.ComponentModel.ISupportInitialize) this.LogoPictureBox).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).EndInit();
     this.GroupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }