private void InitializeComponent()
 {
     this.lbPlayers = new GPGTextList();
     this.gpgBorderPanel1 = new GPGBorderPanel();
     this.lbParticipants = new ListBox();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgBorderPanel1.SuspendLayout();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x103, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.lbPlayers.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.lbPlayers.AnchorControl = null;
     this.lbPlayers.AutoScroll = true;
     this.lbPlayers.BackColor = Color.Black;
     this.lbPlayers.Location = new Point(0x13, 80);
     this.lbPlayers.Margin = new Padding(0);
     this.lbPlayers.MaxLines = 6;
     this.lbPlayers.Name = "lbPlayers";
     this.lbPlayers.SelectedIndex = -1;
     this.lbPlayers.Size = new Size(0x117, 0x14b);
     base.ttDefault.SetSuperTip(this.lbPlayers, null);
     this.lbPlayers.TabIndex = 7;
     this.lbPlayers.TextLines = null;
     this.gpgBorderPanel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgBorderPanel1.Controls.Add(this.lbParticipants);
     this.gpgBorderPanel1.GPGBorderStyle = GPGBorderStyle.Web;
     this.gpgBorderPanel1.Location = new Point(0x17, 0x5d);
     this.gpgBorderPanel1.Name = "gpgBorderPanel1";
     this.gpgBorderPanel1.Size = new Size(0x110, 0x144);
     base.ttDefault.SetSuperTip(this.gpgBorderPanel1, null);
     this.gpgBorderPanel1.TabIndex = 8;
     this.lbParticipants.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.lbParticipants.BackColor = Color.Black;
     this.lbParticipants.BorderStyle = BorderStyle.None;
     this.lbParticipants.ForeColor = Color.White;
     this.lbParticipants.FormattingEnabled = true;
     this.lbParticipants.Location = new Point(3, 3);
     this.lbParticipants.Name = "lbParticipants";
     this.lbParticipants.Size = new Size(0x10a, 0x12b);
     base.ttDefault.SetSuperTip(this.lbParticipants, null);
     this.lbParticipants.TabIndex = 11;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x13e, 480);
     base.Controls.Add(this.gpgBorderPanel1);
     base.Controls.Add(this.lbPlayers);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.Name = "DlgTournamentParticipants";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Tournament Participants";
     base.Controls.SetChildIndex(this.lbPlayers, 0);
     base.Controls.SetChildIndex(this.gpgBorderPanel1, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgBorderPanel1.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.tbVersionFile = new GPGTextBox();
     this.gpgLabel2 = new GPGLabel();
     this.btnVersionFile = new SkinButton();
     this.lMD5 = new GPGLabel();
     this.btnAppDirectory = new SkinButton();
     this.tbDirectory = new GPGTextBox();
     this.gpgLabel1 = new GPGLabel();
     this.cbEncryptApp = new GPGCheckBox();
     this.gpgLabel3 = new GPGLabel();
     this.tbEncryptionKey = new GPGTextBox();
     this.cbCustomLoc = new GPGCheckBox();
     this.gpgLabel4 = new GPGLabel();
     this.gpgLabel6 = new GPGLabel();
     this.gpgLabel7 = new GPGLabel();
     this.tbFriendlyVersion = new GPGTextBox();
     this.gpgLabel8 = new GPGLabel();
     this.gpgLabel9 = new GPGLabel();
     this.tbUploadSite = new GPGTextBox();
     this.tbUploadDirectory = new GPGTextBox();
     this.tbPassword = new GPGTextBox();
     this.tbUsername = new GPGTextBox();
     this.gpgLabel10 = new GPGLabel();
     this.gpgLabel11 = new GPGLabel();
     this.tbDownloadURL = new GPGTextBox();
     this.gpgLabel12 = new GPGLabel();
     this.cbRememberFTP = new GPGCheckBox();
     this.skinButton2 = new SkinButton();
     this.gpgTextBox2 = new GPGTextBox();
     this.gpgLabel14 = new GPGLabel();
     this.cbCustomPatch = new GPGCheckBox();
     this.gpgCheckBox3 = new GPGCheckBox();
     this.gpgLabel15 = new GPGLabel();
     this.gpgLabel16 = new GPGLabel();
     this.pPatching = new GPGBorderPanel();
     this.gpgLabel5 = new GPGLabel();
     this.ddGame = new GPGDropDownList();
     this.pCustomLoc = new GPGBorderPanel();
     this.cbAlreadyUploaded = new GPGCheckBox();
     this.cbFilePatch = new GPGCheckBox();
     this.btnExeName = new SkinButton();
     this.tbExeName = new GPGTextBox();
     this.gpgLabel13 = new GPGLabel();
     this.tbVersionFile.Properties.BeginInit();
     this.tbDirectory.Properties.BeginInit();
     this.tbEncryptionKey.Properties.BeginInit();
     this.tbFriendlyVersion.Properties.BeginInit();
     this.tbUploadSite.Properties.BeginInit();
     this.tbUploadDirectory.Properties.BeginInit();
     this.tbPassword.Properties.BeginInit();
     this.tbUsername.Properties.BeginInit();
     this.tbDownloadURL.Properties.BeginInit();
     this.gpgTextBox2.Properties.BeginInit();
     this.pPatching.SuspendLayout();
     this.pCustomLoc.SuspendLayout();
     this.tbExeName.Properties.BeginInit();
     base.SuspendLayout();
     this.tbVersionFile.Location = new Point(3, 0x49);
     this.tbVersionFile.Name = "tbVersionFile";
     this.tbVersionFile.Properties.Appearance.BackColor = Color.Black;
     this.tbVersionFile.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbVersionFile.Properties.Appearance.ForeColor = Color.White;
     this.tbVersionFile.Properties.Appearance.Options.UseBackColor = true;
     this.tbVersionFile.Properties.Appearance.Options.UseBorderColor = true;
     this.tbVersionFile.Properties.Appearance.Options.UseForeColor = true;
     this.tbVersionFile.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbVersionFile.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbVersionFile.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbVersionFile.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbVersionFile.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbVersionFile.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbVersionFile.Properties.BorderStyle = BorderStyles.Simple;
     this.tbVersionFile.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbVersionFile.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbVersionFile.Properties.MaxLength = 0xff;
     this.tbVersionFile.Properties.ReadOnly = true;
     this.tbVersionFile.Size = new Size(0x27e, 20);
     this.tbVersionFile.TabIndex = 0x17;
     this.gpgLabel2.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel2.AutoStyle = true;
     this.gpgLabel2.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel2.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel2.ForeColor = Color.White;
     this.gpgLabel2.IgnoreMouseWheel = false;
     this.gpgLabel2.IsStyled = false;
     this.gpgLabel2.Location = new Point(3, 0x35);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x29b, 0x11);
     this.gpgLabel2.TabIndex = 0x16;
     this.gpgLabel2.Text = "<LOC>Application Version File";
     this.gpgLabel2.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel2.TextStyle = TextStyles.Custom;
     this.btnVersionFile.AutoStyle = true;
     this.btnVersionFile.BackColor = Color.Transparent;
     this.btnVersionFile.ButtonState = 0;
     this.btnVersionFile.DialogResult = DialogResult.OK;
     this.btnVersionFile.DisabledForecolor = Color.Gray;
     this.btnVersionFile.DrawColor = Color.White;
     this.btnVersionFile.DrawEdges = true;
     this.btnVersionFile.FocusColor = Color.Yellow;
     this.btnVersionFile.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnVersionFile.ForeColor = Color.White;
     this.btnVersionFile.HorizontalScalingMode = ScalingModes.Tile;
     this.btnVersionFile.IsStyled = true;
     this.btnVersionFile.Location = new Point(0x285, 0x49);
     this.btnVersionFile.Name = "btnVersionFile";
     this.btnVersionFile.Size = new Size(20, 20);
     this.btnVersionFile.SkinBasePath = @"Controls\Button\Round Edge";
     this.btnVersionFile.TabIndex = 0x1c;
     this.btnVersionFile.TabStop = true;
     this.btnVersionFile.Text = "...";
     this.btnVersionFile.TextAlign = ContentAlignment.MiddleCenter;
     this.btnVersionFile.TextPadding = new Padding(0);
     this.btnVersionFile.Click += new EventHandler(this.btnVersionFile_Click);
     this.lMD5.AutoGrowDirection = GrowDirections.None;
     this.lMD5.AutoSize = true;
     this.lMD5.AutoStyle = true;
     this.lMD5.Font = new Font("Arial", 9.75f);
     this.lMD5.ForeColor = Color.White;
     this.lMD5.IgnoreMouseWheel = false;
     this.lMD5.IsStyled = false;
     this.lMD5.Location = new Point(2, 0x7a);
     this.lMD5.Name = "lMD5";
     this.lMD5.Size = new Size(12, 0x10);
     this.lMD5.TabIndex = 0x1d;
     this.lMD5.Text = ".";
     this.lMD5.TextStyle = TextStyles.Default;
     this.btnAppDirectory.AutoStyle = true;
     this.btnAppDirectory.BackColor = Color.Transparent;
     this.btnAppDirectory.ButtonState = 0;
     this.btnAppDirectory.DialogResult = DialogResult.OK;
     this.btnAppDirectory.DisabledForecolor = Color.Gray;
     this.btnAppDirectory.DrawColor = Color.White;
     this.btnAppDirectory.DrawEdges = true;
     this.btnAppDirectory.FocusColor = Color.Yellow;
     this.btnAppDirectory.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnAppDirectory.ForeColor = Color.White;
     this.btnAppDirectory.HorizontalScalingMode = ScalingModes.Tile;
     this.btnAppDirectory.IsStyled = true;
     this.btnAppDirectory.Location = new Point(0x285, 0xaf);
     this.btnAppDirectory.Name = "btnAppDirectory";
     this.btnAppDirectory.Size = new Size(20, 20);
     this.btnAppDirectory.SkinBasePath = @"Controls\Button\Round Edge";
     this.btnAppDirectory.TabIndex = 0x20;
     this.btnAppDirectory.TabStop = true;
     this.btnAppDirectory.Text = "...";
     this.btnAppDirectory.TextAlign = ContentAlignment.MiddleCenter;
     this.btnAppDirectory.TextPadding = new Padding(0);
     this.btnAppDirectory.Click += new EventHandler(this.btnAppDirectory_Click);
     this.tbDirectory.Location = new Point(3, 0xaf);
     this.tbDirectory.Name = "tbDirectory";
     this.tbDirectory.Properties.Appearance.BackColor = Color.Black;
     this.tbDirectory.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbDirectory.Properties.Appearance.ForeColor = Color.White;
     this.tbDirectory.Properties.Appearance.Options.UseBackColor = true;
     this.tbDirectory.Properties.Appearance.Options.UseBorderColor = true;
     this.tbDirectory.Properties.Appearance.Options.UseForeColor = true;
     this.tbDirectory.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbDirectory.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbDirectory.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbDirectory.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbDirectory.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbDirectory.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbDirectory.Properties.BorderStyle = BorderStyles.Simple;
     this.tbDirectory.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbDirectory.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbDirectory.Properties.MaxLength = 0xff;
     this.tbDirectory.Properties.ReadOnly = true;
     this.tbDirectory.Size = new Size(0x27e, 20);
     this.tbDirectory.TabIndex = 0x1f;
     this.tbDirectory.TextChanged += new EventHandler(this.tbDirectory_TextChanged);
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel1.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(3, 0x9b);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x29d, 0x11);
     this.gpgLabel1.TabIndex = 30;
     this.gpgLabel1.Text = "<LOC>Application Directory";
     this.gpgLabel1.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel1.TextStyle = TextStyles.Custom;
     this.cbEncryptApp.AutoSize = true;
     this.cbEncryptApp.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.cbEncryptApp.ForeColor = Color.White;
     this.cbEncryptApp.Location = new Point(5, 0xe5);
     this.cbEncryptApp.Name = "cbEncryptApp";
     this.cbEncryptApp.Size = new Size(0x75, 0x11);
     this.cbEncryptApp.TabIndex = 0x21;
     this.cbEncryptApp.Text = "Encrypt Application";
     this.cbEncryptApp.UsesBG = false;
     this.cbEncryptApp.UseVisualStyleBackColor = false;
     this.cbEncryptApp.CheckStateChanged += new EventHandler(this.cbEncryptApp_CheckStateChanged);
     this.gpgLabel3.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel3.AutoStyle = true;
     this.gpgLabel3.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel3.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel3.ForeColor = Color.White;
     this.gpgLabel3.IgnoreMouseWheel = false;
     this.gpgLabel3.IsStyled = false;
     this.gpgLabel3.Location = new Point(3, 0xcf);
     this.gpgLabel3.Name = "gpgLabel3";
     this.gpgLabel3.Size = new Size(0x10b, 0x11);
     this.gpgLabel3.TabIndex = 0x22;
     this.gpgLabel3.Text = "<LOC>Application Protection";
     this.gpgLabel3.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel3.TextStyle = TextStyles.Custom;
     this.tbEncryptionKey.Location = new Point(270, 0xe3);
     this.tbEncryptionKey.Name = "tbEncryptionKey";
     this.tbEncryptionKey.Properties.Appearance.BackColor = Color.Black;
     this.tbEncryptionKey.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbEncryptionKey.Properties.Appearance.ForeColor = Color.White;
     this.tbEncryptionKey.Properties.Appearance.Options.UseBackColor = true;
     this.tbEncryptionKey.Properties.Appearance.Options.UseBorderColor = true;
     this.tbEncryptionKey.Properties.Appearance.Options.UseForeColor = true;
     this.tbEncryptionKey.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbEncryptionKey.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbEncryptionKey.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbEncryptionKey.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbEncryptionKey.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbEncryptionKey.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbEncryptionKey.Properties.BorderStyle = BorderStyles.Simple;
     this.tbEncryptionKey.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbEncryptionKey.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbEncryptionKey.Properties.MaxLength = 0xff;
     this.tbEncryptionKey.Size = new Size(0x18d, 20);
     this.tbEncryptionKey.TabIndex = 0x23;
     this.tbEncryptionKey.TextChanged += new EventHandler(this.tbEncryptionKey_TextChanged);
     this.cbCustomLoc.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.cbCustomLoc.ForeColor = Color.White;
     this.cbCustomLoc.Location = new Point(5, 0x1b5);
     this.cbCustomLoc.Name = "cbCustomLoc";
     this.cbCustomLoc.Size = new Size(0x299, 0x11);
     this.cbCustomLoc.TabIndex = 0x26;
     this.cbCustomLoc.Text = "<LOC>Use Custom HTTP / FTP Info (For Non Vault Items)";
     this.cbCustomLoc.UsesBG = false;
     this.cbCustomLoc.UseVisualStyleBackColor = false;
     this.cbCustomLoc.CheckStateChanged += new EventHandler(this.cbCustomLoc_CheckStateChanged);
     this.gpgLabel4.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel4.AutoStyle = true;
     this.gpgLabel4.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel4.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel4.ForeColor = Color.White;
     this.gpgLabel4.IgnoreMouseWheel = false;
     this.gpgLabel4.IsStyled = false;
     this.gpgLabel4.Location = new Point(0x110, 0xcf);
     this.gpgLabel4.Name = "gpgLabel4";
     this.gpgLabel4.Size = new Size(400, 0x11);
     this.gpgLabel4.TabIndex = 0x27;
     this.gpgLabel4.Text = "<LOC>Encryption Key / Password";
     this.gpgLabel4.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel4.TextStyle = TextStyles.Custom;
     this.gpgLabel6.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel6.AutoStyle = true;
     this.gpgLabel6.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel6.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel6.ForeColor = Color.White;
     this.gpgLabel6.IgnoreMouseWheel = false;
     this.gpgLabel6.IsStyled = false;
     this.gpgLabel6.Location = new Point(3, 0x69);
     this.gpgLabel6.Name = "gpgLabel6";
     this.gpgLabel6.Size = new Size(0x10b, 0x11);
     this.gpgLabel6.TabIndex = 40;
     this.gpgLabel6.Text = "<LOC>Version MD5";
     this.gpgLabel6.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel6.TextStyle = TextStyles.Custom;
     this.gpgLabel7.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel7.AutoStyle = true;
     this.gpgLabel7.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel7.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel7.ForeColor = Color.White;
     this.gpgLabel7.IgnoreMouseWheel = false;
     this.gpgLabel7.IsStyled = false;
     this.gpgLabel7.Location = new Point(270, 0x69);
     this.gpgLabel7.Name = "gpgLabel7";
     this.gpgLabel7.Size = new Size(400, 0x11);
     this.gpgLabel7.TabIndex = 0x29;
     this.gpgLabel7.Text = "<LOC>Friendly Version";
     this.gpgLabel7.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel7.TextStyle = TextStyles.Custom;
     this.tbFriendlyVersion.Location = new Point(270, 0x7d);
     this.tbFriendlyVersion.Name = "tbFriendlyVersion";
     this.tbFriendlyVersion.Properties.Appearance.BackColor = Color.Black;
     this.tbFriendlyVersion.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbFriendlyVersion.Properties.Appearance.ForeColor = Color.White;
     this.tbFriendlyVersion.Properties.Appearance.Options.UseBackColor = true;
     this.tbFriendlyVersion.Properties.Appearance.Options.UseBorderColor = true;
     this.tbFriendlyVersion.Properties.Appearance.Options.UseForeColor = true;
     this.tbFriendlyVersion.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbFriendlyVersion.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbFriendlyVersion.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbFriendlyVersion.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbFriendlyVersion.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbFriendlyVersion.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbFriendlyVersion.Properties.BorderStyle = BorderStyles.Simple;
     this.tbFriendlyVersion.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbFriendlyVersion.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbFriendlyVersion.Properties.MaxLength = 0xff;
     this.tbFriendlyVersion.Size = new Size(0x18d, 20);
     this.tbFriendlyVersion.TabIndex = 0x2a;
     this.gpgLabel8.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel8.AutoStyle = true;
     this.gpgLabel8.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel8.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel8.ForeColor = Color.White;
     this.gpgLabel8.IgnoreMouseWheel = false;
     this.gpgLabel8.IsStyled = false;
     this.gpgLabel8.Location = new Point(0x114, 10);
     this.gpgLabel8.Name = "gpgLabel8";
     this.gpgLabel8.Size = new Size(0x182, 0x11);
     this.gpgLabel8.TabIndex = 0x2c;
     this.gpgLabel8.Text = "<LOC>FTP Upload Directory";
     this.gpgLabel8.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel8.TextStyle = TextStyles.Custom;
     this.gpgLabel9.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel9.AutoStyle = true;
     this.gpgLabel9.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel9.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel9.ForeColor = Color.White;
     this.gpgLabel9.IgnoreMouseWheel = false;
     this.gpgLabel9.IsStyled = false;
     this.gpgLabel9.Location = new Point(7, 10);
     this.gpgLabel9.Name = "gpgLabel9";
     this.gpgLabel9.Size = new Size(0x10b, 0x11);
     this.gpgLabel9.TabIndex = 0x2b;
     this.gpgLabel9.Text = "<LOC>FTP Upload Site";
     this.gpgLabel9.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel9.TextStyle = TextStyles.Custom;
     this.tbUploadSite.Location = new Point(9, 30);
     this.tbUploadSite.Name = "tbUploadSite";
     this.tbUploadSite.Properties.Appearance.BackColor = Color.Black;
     this.tbUploadSite.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbUploadSite.Properties.Appearance.ForeColor = Color.White;
     this.tbUploadSite.Properties.Appearance.Options.UseBackColor = true;
     this.tbUploadSite.Properties.Appearance.Options.UseBorderColor = true;
     this.tbUploadSite.Properties.Appearance.Options.UseForeColor = true;
     this.tbUploadSite.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbUploadSite.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbUploadSite.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbUploadSite.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbUploadSite.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbUploadSite.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbUploadSite.Properties.BorderStyle = BorderStyles.Simple;
     this.tbUploadSite.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbUploadSite.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbUploadSite.Properties.MaxLength = 0xff;
     this.tbUploadSite.Size = new Size(0x109, 20);
     this.tbUploadSite.TabIndex = 0x2d;
     this.tbUploadSite.TextChanged += new EventHandler(this.tbUploadSite_TextChanged);
     this.tbUploadDirectory.Location = new Point(0x114, 30);
     this.tbUploadDirectory.Name = "tbUploadDirectory";
     this.tbUploadDirectory.Properties.Appearance.BackColor = Color.Black;
     this.tbUploadDirectory.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbUploadDirectory.Properties.Appearance.ForeColor = Color.White;
     this.tbUploadDirectory.Properties.Appearance.Options.UseBackColor = true;
     this.tbUploadDirectory.Properties.Appearance.Options.UseBorderColor = true;
     this.tbUploadDirectory.Properties.Appearance.Options.UseForeColor = true;
     this.tbUploadDirectory.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbUploadDirectory.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbUploadDirectory.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbUploadDirectory.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbUploadDirectory.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbUploadDirectory.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbUploadDirectory.Properties.BorderStyle = BorderStyles.Simple;
     this.tbUploadDirectory.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbUploadDirectory.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbUploadDirectory.Properties.MaxLength = 0xff;
     this.tbUploadDirectory.Size = new Size(0x182, 20);
     this.tbUploadDirectory.TabIndex = 0x2e;
     this.tbUploadDirectory.TextChanged += new EventHandler(this.tbUploadDirectory_TextChanged);
     this.tbPassword.Location = new Point(0x114, 80);
     this.tbPassword.Name = "tbPassword";
     this.tbPassword.Properties.Appearance.BackColor = Color.Black;
     this.tbPassword.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbPassword.Properties.Appearance.ForeColor = Color.White;
     this.tbPassword.Properties.Appearance.Options.UseBackColor = true;
     this.tbPassword.Properties.Appearance.Options.UseBorderColor = true;
     this.tbPassword.Properties.Appearance.Options.UseForeColor = true;
     this.tbPassword.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbPassword.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbPassword.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbPassword.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbPassword.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbPassword.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbPassword.Properties.BorderStyle = BorderStyles.Simple;
     this.tbPassword.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbPassword.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbPassword.Properties.MaxLength = 0xff;
     this.tbPassword.Properties.PasswordChar = '*';
     this.tbPassword.Size = new Size(0x182, 20);
     this.tbPassword.TabIndex = 50;
     this.tbPassword.TextChanged += new EventHandler(this.tbPassword_TextChanged);
     this.tbUsername.Location = new Point(9, 80);
     this.tbUsername.Name = "tbUsername";
     this.tbUsername.Properties.Appearance.BackColor = Color.Black;
     this.tbUsername.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbUsername.Properties.Appearance.ForeColor = Color.White;
     this.tbUsername.Properties.Appearance.Options.UseBackColor = true;
     this.tbUsername.Properties.Appearance.Options.UseBorderColor = true;
     this.tbUsername.Properties.Appearance.Options.UseForeColor = true;
     this.tbUsername.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbUsername.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbUsername.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbUsername.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbUsername.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbUsername.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbUsername.Properties.BorderStyle = BorderStyles.Simple;
     this.tbUsername.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbUsername.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbUsername.Properties.MaxLength = 0xff;
     this.tbUsername.Size = new Size(0x109, 20);
     this.tbUsername.TabIndex = 0x31;
     this.tbUsername.TextChanged += new EventHandler(this.tbUsername_TextChanged);
     this.gpgLabel10.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel10.AutoStyle = true;
     this.gpgLabel10.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel10.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel10.ForeColor = Color.White;
     this.gpgLabel10.IgnoreMouseWheel = false;
     this.gpgLabel10.IsStyled = false;
     this.gpgLabel10.Location = new Point(0x114, 60);
     this.gpgLabel10.Name = "gpgLabel10";
     this.gpgLabel10.Size = new Size(0x182, 0x11);
     this.gpgLabel10.TabIndex = 0x30;
     this.gpgLabel10.Text = "<LOC>FTP Password";
     this.gpgLabel10.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel10.TextStyle = TextStyles.Custom;
     this.gpgLabel11.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel11.AutoStyle = true;
     this.gpgLabel11.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel11.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel11.ForeColor = Color.White;
     this.gpgLabel11.IgnoreMouseWheel = false;
     this.gpgLabel11.IsStyled = false;
     this.gpgLabel11.Location = new Point(7, 60);
     this.gpgLabel11.Name = "gpgLabel11";
     this.gpgLabel11.Size = new Size(0x10b, 0x11);
     this.gpgLabel11.TabIndex = 0x2f;
     this.gpgLabel11.Text = "<LOC>FTP Username";
     this.gpgLabel11.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel11.TextStyle = TextStyles.Custom;
     this.tbDownloadURL.Location = new Point(12, 0xa3);
     this.tbDownloadURL.Name = "tbDownloadURL";
     this.tbDownloadURL.Properties.Appearance.BackColor = Color.Black;
     this.tbDownloadURL.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbDownloadURL.Properties.Appearance.ForeColor = Color.White;
     this.tbDownloadURL.Properties.Appearance.Options.UseBackColor = true;
     this.tbDownloadURL.Properties.Appearance.Options.UseBorderColor = true;
     this.tbDownloadURL.Properties.Appearance.Options.UseForeColor = true;
     this.tbDownloadURL.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbDownloadURL.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbDownloadURL.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbDownloadURL.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbDownloadURL.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbDownloadURL.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbDownloadURL.Properties.BorderStyle = BorderStyles.Simple;
     this.tbDownloadURL.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbDownloadURL.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbDownloadURL.Properties.MaxLength = 0xff;
     this.tbDownloadURL.Size = new Size(650, 20);
     this.tbDownloadURL.TabIndex = 0x34;
     this.tbDownloadURL.TextChanged += new EventHandler(this.tbDownloadURL_TextChanged);
     this.gpgLabel12.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel12.AutoStyle = true;
     this.gpgLabel12.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel12.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel12.ForeColor = Color.White;
     this.gpgLabel12.IgnoreMouseWheel = false;
     this.gpgLabel12.IsStyled = false;
     this.gpgLabel12.Location = new Point(10, 0x8f);
     this.gpgLabel12.Name = "gpgLabel12";
     this.gpgLabel12.Size = new Size(0x28c, 0x11);
     this.gpgLabel12.TabIndex = 0x33;
     this.gpgLabel12.Text = "<LOC>HTTP Download URL";
     this.gpgLabel12.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel12.TextStyle = TextStyles.Custom;
     this.cbRememberFTP.AutoSize = true;
     this.cbRememberFTP.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.cbRememberFTP.ForeColor = Color.White;
     this.cbRememberFTP.Location = new Point(12, 0xbd);
     this.cbRememberFTP.Name = "cbRememberFTP";
     this.cbRememberFTP.Size = new Size(0x115, 0x11);
     this.cbRememberFTP.TabIndex = 0x35;
     this.cbRememberFTP.Text = "<LOC>Remember Info (Saved to usr.gpg in plain text)";
     this.cbRememberFTP.UsesBG = false;
     this.cbRememberFTP.UseVisualStyleBackColor = false;
     this.cbRememberFTP.CheckedChanged += new EventHandler(this.cbRememberFTP_CheckedChanged);
     this.skinButton2.AutoStyle = true;
     this.skinButton2.BackColor = Color.Transparent;
     this.skinButton2.ButtonState = 0;
     this.skinButton2.DialogResult = DialogResult.OK;
     this.skinButton2.DisabledForecolor = Color.Gray;
     this.skinButton2.DrawColor = Color.White;
     this.skinButton2.DrawEdges = true;
     this.skinButton2.FocusColor = Color.Yellow;
     this.skinButton2.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButton2.ForeColor = Color.White;
     this.skinButton2.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButton2.IsStyled = true;
     this.skinButton2.Location = new Point(0x282, 0x21);
     this.skinButton2.Name = "skinButton2";
     this.skinButton2.Size = new Size(20, 20);
     this.skinButton2.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButton2.TabIndex = 0x3b;
     this.skinButton2.TabStop = true;
     this.skinButton2.Text = "...";
     this.skinButton2.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButton2.TextPadding = new Padding(0);
     this.gpgTextBox2.Location = new Point(9, 0x21);
     this.gpgTextBox2.Name = "gpgTextBox2";
     this.gpgTextBox2.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBox2.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBox2.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBox2.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBox2.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBox2.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBox2.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBox2.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBox2.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBox2.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBox2.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBox2.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBox2.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBox2.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBox2.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBox2.Properties.MaxLength = 0xff;
     this.gpgTextBox2.Size = new Size(0x275, 20);
     this.gpgTextBox2.TabIndex = 0x3a;
     this.gpgLabel14.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel14.AutoStyle = true;
     this.gpgLabel14.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel14.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel14.ForeColor = Color.White;
     this.gpgLabel14.IgnoreMouseWheel = false;
     this.gpgLabel14.IsStyled = false;
     this.gpgLabel14.Location = new Point(7, 13);
     this.gpgLabel14.Name = "gpgLabel14";
     this.gpgLabel14.Size = new Size(0x28f, 0x11);
     this.gpgLabel14.TabIndex = 0x39;
     this.gpgLabel14.Text = "<LOC>Custom Patch File";
     this.gpgLabel14.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel14.TextStyle = TextStyles.Custom;
     this.cbCustomPatch.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.cbCustomPatch.ForeColor = Color.White;
     this.cbCustomPatch.Location = new Point(5, 0xfd);
     this.cbCustomPatch.Name = "cbCustomPatch";
     this.cbCustomPatch.Size = new Size(0x109, 0x11);
     this.cbCustomPatch.TabIndex = 60;
     this.cbCustomPatch.Text = "<LOC>This version is a patch";
     this.cbCustomPatch.UsesBG = false;
     this.cbCustomPatch.UseVisualStyleBackColor = false;
     this.cbCustomPatch.CheckStateChanged += new EventHandler(this.cbCustomPatch_CheckStateChanged);
     this.gpgCheckBox3.AutoSize = true;
     this.gpgCheckBox3.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgCheckBox3.ForeColor = Color.White;
     this.gpgCheckBox3.Location = new Point(0x10d, 0x3b);
     this.gpgCheckBox3.Name = "gpgCheckBox3";
     this.gpgCheckBox3.Size = new Size(0x139, 0x11);
     this.gpgCheckBox3.TabIndex = 0x3d;
     this.gpgCheckBox3.Text = "<LOC>Automatically Generate Patch using GPGnet algorithm";
     this.gpgCheckBox3.UsesBG = false;
     this.gpgCheckBox3.UseVisualStyleBackColor = false;
     this.gpgLabel15.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel15.AutoStyle = true;
     this.gpgLabel15.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel15.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel15.ForeColor = Color.White;
     this.gpgLabel15.IgnoreMouseWheel = false;
     this.gpgLabel15.IsStyled = false;
     this.gpgLabel15.Location = new Point(7, 0x3b);
     this.gpgLabel15.Name = "gpgLabel15";
     this.gpgLabel15.Size = new Size(260, 0x11);
     this.gpgLabel15.TabIndex = 0x3f;
     this.gpgLabel15.Text = "<LOC>Patch MD5";
     this.gpgLabel15.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel15.TextStyle = TextStyles.Custom;
     this.gpgLabel16.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel16.AutoSize = true;
     this.gpgLabel16.AutoStyle = true;
     this.gpgLabel16.Font = new Font("Arial", 9.75f);
     this.gpgLabel16.ForeColor = Color.White;
     this.gpgLabel16.IgnoreMouseWheel = false;
     this.gpgLabel16.IsStyled = false;
     this.gpgLabel16.Location = new Point(6, 0x51);
     this.gpgLabel16.Name = "gpgLabel16";
     this.gpgLabel16.Size = new Size(12, 0x10);
     this.gpgLabel16.TabIndex = 0x3e;
     this.gpgLabel16.Text = ".";
     this.gpgLabel16.TextStyle = TextStyles.Default;
     this.pPatching.Controls.Add(this.gpgLabel5);
     this.pPatching.Controls.Add(this.ddGame);
     this.pPatching.Controls.Add(this.gpgLabel14);
     this.pPatching.Controls.Add(this.gpgLabel15);
     this.pPatching.Controls.Add(this.gpgTextBox2);
     this.pPatching.Controls.Add(this.gpgLabel16);
     this.pPatching.Controls.Add(this.skinButton2);
     this.pPatching.Controls.Add(this.gpgCheckBox3);
     this.pPatching.Enabled = false;
     this.pPatching.GPGBorderStyle = GPGBorderStyle.Web;
     this.pPatching.Location = new Point(3, 0x114);
     this.pPatching.Name = "pPatching";
     this.pPatching.Size = new Size(0x29b, 0x9b);
     this.pPatching.TabIndex = 0x40;
     this.gpgLabel5.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel5.AutoStyle = true;
     this.gpgLabel5.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel5.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel5.ForeColor = Color.White;
     this.gpgLabel5.IgnoreMouseWheel = false;
     this.gpgLabel5.IsStyled = false;
     this.gpgLabel5.Location = new Point(7, 0x65);
     this.gpgLabel5.Name = "gpgLabel5";
     this.gpgLabel5.Size = new Size(0x28f, 0x11);
     this.gpgLabel5.TabIndex = 0x41;
     this.gpgLabel5.Text = "<LOC>Source Application";
     this.gpgLabel5.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel5.TextStyle = TextStyles.Custom;
     this.ddGame.BackColor = Color.Black;
     this.ddGame.BorderColor = Color.Black;
     this.ddGame.DoValidate = true;
     this.ddGame.FlatStyle = FlatStyle.Flat;
     this.ddGame.FocusBackColor = Color.White;
     this.ddGame.FocusBorderColor = Color.White;
     this.ddGame.ForeColor = Color.White;
     this.ddGame.FormattingEnabled = true;
     this.ddGame.Items.AddRange(new object[] { "Supreme Commander" });
     this.ddGame.Location = new Point(3, 0x79);
     this.ddGame.Name = "ddGame";
     this.ddGame.Size = new Size(0x144, 0x15);
     this.ddGame.TabIndex = 0x40;
     this.ddGame.SelectedValueChanged += new EventHandler(this.ddGame_SelectedValueChanged);
     this.pCustomLoc.Controls.Add(this.cbAlreadyUploaded);
     this.pCustomLoc.Controls.Add(this.gpgLabel9);
     this.pCustomLoc.Controls.Add(this.gpgLabel8);
     this.pCustomLoc.Controls.Add(this.tbUploadSite);
     this.pCustomLoc.Controls.Add(this.tbUploadDirectory);
     this.pCustomLoc.Controls.Add(this.cbRememberFTP);
     this.pCustomLoc.Controls.Add(this.gpgLabel11);
     this.pCustomLoc.Controls.Add(this.tbDownloadURL);
     this.pCustomLoc.Controls.Add(this.gpgLabel10);
     this.pCustomLoc.Controls.Add(this.gpgLabel12);
     this.pCustomLoc.Controls.Add(this.tbUsername);
     this.pCustomLoc.Controls.Add(this.tbPassword);
     this.pCustomLoc.Enabled = false;
     this.pCustomLoc.GPGBorderStyle = GPGBorderStyle.Web;
     this.pCustomLoc.Location = new Point(3, 460);
     this.pCustomLoc.Name = "pCustomLoc";
     this.pCustomLoc.Size = new Size(0x29b, 0xd9);
     this.pCustomLoc.TabIndex = 0x41;
     this.cbAlreadyUploaded.AutoSize = true;
     this.cbAlreadyUploaded.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.cbAlreadyUploaded.ForeColor = Color.White;
     this.cbAlreadyUploaded.Location = new Point(12, 0x76);
     this.cbAlreadyUploaded.Name = "cbAlreadyUploaded";
     this.cbAlreadyUploaded.Size = new Size(0xcd, 0x11);
     this.cbAlreadyUploaded.TabIndex = 0x36;
     this.cbAlreadyUploaded.Text = "<LOC>Already Uploaded (Ignore FTP)";
     this.cbAlreadyUploaded.UsesBG = false;
     this.cbAlreadyUploaded.UseVisualStyleBackColor = false;
     this.cbAlreadyUploaded.CheckedChanged += new EventHandler(this.gpgCheckBox4_CheckedChanged);
     this.cbFilePatch.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.cbFilePatch.ForeColor = Color.White;
     this.cbFilePatch.Location = new Point(0x110, 0xfd);
     this.cbFilePatch.Name = "cbFilePatch";
     this.cbFilePatch.Size = new Size(0x18e, 0x11);
     this.cbFilePatch.TabIndex = 0x42;
     this.cbFilePatch.Text = "<LOC>This version is a file patch (example: loc patches)";
     this.cbFilePatch.UsesBG = false;
     this.cbFilePatch.UseVisualStyleBackColor = false;
     this.cbFilePatch.CheckStateChanged += new EventHandler(this.cbFilePatch_CheckStateChanged);
     this.btnExeName.AutoStyle = true;
     this.btnExeName.BackColor = Color.Transparent;
     this.btnExeName.ButtonState = 0;
     this.btnExeName.DialogResult = DialogResult.OK;
     this.btnExeName.DisabledForecolor = Color.Gray;
     this.btnExeName.DrawColor = Color.White;
     this.btnExeName.DrawEdges = true;
     this.btnExeName.FocusColor = Color.Yellow;
     this.btnExeName.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnExeName.ForeColor = Color.White;
     this.btnExeName.HorizontalScalingMode = ScalingModes.Tile;
     this.btnExeName.IsStyled = true;
     this.btnExeName.Location = new Point(0x285, 20);
     this.btnExeName.Name = "btnExeName";
     this.btnExeName.Size = new Size(20, 20);
     this.btnExeName.SkinBasePath = @"Controls\Button\Round Edge";
     this.btnExeName.TabIndex = 0x45;
     this.btnExeName.TabStop = true;
     this.btnExeName.Text = "...";
     this.btnExeName.TextAlign = ContentAlignment.MiddleCenter;
     this.btnExeName.TextPadding = new Padding(0);
     this.btnExeName.Click += new EventHandler(this.btnExeName_Click);
     this.tbExeName.Location = new Point(3, 20);
     this.tbExeName.Name = "tbExeName";
     this.tbExeName.Properties.Appearance.BackColor = Color.Black;
     this.tbExeName.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbExeName.Properties.Appearance.ForeColor = Color.White;
     this.tbExeName.Properties.Appearance.Options.UseBackColor = true;
     this.tbExeName.Properties.Appearance.Options.UseBorderColor = true;
     this.tbExeName.Properties.Appearance.Options.UseForeColor = true;
     this.tbExeName.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbExeName.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbExeName.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbExeName.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbExeName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbExeName.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbExeName.Properties.BorderStyle = BorderStyles.Simple;
     this.tbExeName.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbExeName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbExeName.Properties.MaxLength = 0xff;
     this.tbExeName.Properties.ReadOnly = true;
     this.tbExeName.Size = new Size(0x27e, 20);
     this.tbExeName.TabIndex = 0x44;
     this.tbExeName.TextChanged += new EventHandler(this.tbExeName_TextChanged);
     this.gpgLabel13.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel13.AutoStyle = true;
     this.gpgLabel13.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel13.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel13.ForeColor = Color.White;
     this.gpgLabel13.IgnoreMouseWheel = false;
     this.gpgLabel13.IsStyled = false;
     this.gpgLabel13.Location = new Point(3, 0);
     this.gpgLabel13.Name = "gpgLabel13";
     this.gpgLabel13.Size = new Size(0x29b, 0x11);
     this.gpgLabel13.TabIndex = 0x43;
     this.gpgLabel13.Text = "<LOC>Executable File Name";
     this.gpgLabel13.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel13.TextStyle = TextStyles.Custom;
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     this.BackColor = Color.Black;
     base.Controls.Add(this.btnExeName);
     base.Controls.Add(this.tbExeName);
     base.Controls.Add(this.gpgLabel13);
     base.Controls.Add(this.cbFilePatch);
     base.Controls.Add(this.pCustomLoc);
     base.Controls.Add(this.pPatching);
     base.Controls.Add(this.cbCustomPatch);
     base.Controls.Add(this.tbFriendlyVersion);
     base.Controls.Add(this.gpgLabel7);
     base.Controls.Add(this.gpgLabel6);
     base.Controls.Add(this.gpgLabel4);
     base.Controls.Add(this.cbCustomLoc);
     base.Controls.Add(this.tbEncryptionKey);
     base.Controls.Add(this.gpgLabel3);
     base.Controls.Add(this.cbEncryptApp);
     base.Controls.Add(this.btnAppDirectory);
     base.Controls.Add(this.tbDirectory);
     base.Controls.Add(this.gpgLabel1);
     base.Controls.Add(this.lMD5);
     base.Controls.Add(this.btnVersionFile);
     base.Controls.Add(this.tbVersionFile);
     base.Controls.Add(this.gpgLabel2);
     base.Name = "PnlApplicationUploadOptions";
     base.Size = new Size(0x2a1, 0x2ae);
     this.tbVersionFile.Properties.EndInit();
     this.tbDirectory.Properties.EndInit();
     this.tbEncryptionKey.Properties.EndInit();
     this.tbFriendlyVersion.Properties.EndInit();
     this.tbUploadSite.Properties.EndInit();
     this.tbUploadDirectory.Properties.EndInit();
     this.tbPassword.Properties.EndInit();
     this.tbUsername.Properties.EndInit();
     this.tbDownloadURL.Properties.EndInit();
     this.gpgTextBox2.Properties.EndInit();
     this.pPatching.ResumeLayout(false);
     this.pPatching.PerformLayout();
     this.pCustomLoc.ResumeLayout(false);
     this.pCustomLoc.PerformLayout();
     this.tbExeName.Properties.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Example #3
0
 private void InitializeComponent()
 {
     this.gpgLabel2 = new GPGLabel();
     this.tbGameLocation = new GPGTextBox();
     this.gpgLabel3 = new GPGLabel();
     this.tbCommandLineArgs = new GPGTextBox();
     this.sbCancel = new SkinButton();
     this.sbSave = new SkinButton();
     this.skinButton1 = new SkinButton();
     this.gpgBorderPanel2 = new GPGBorderPanel();
     this.skinLabel1 = new SkinLabel();
     this.lbGames = new ListBox();
     this.gpgBorderPanel1 = new GPGBorderPanel();
     this.btnLocateGame = new SkinButton();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.tbGameLocation.Properties.BeginInit();
     this.tbCommandLineArgs.Properties.BeginInit();
     this.gpgBorderPanel2.SuspendLayout();
     this.gpgBorderPanel1.SuspendLayout();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x2c3, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgLabel2.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel2.AutoSize = true;
     this.gpgLabel2.AutoStyle = true;
     this.gpgLabel2.Font = new Font("Arial", 9.75f);
     this.gpgLabel2.ForeColor = Color.White;
     this.gpgLabel2.IgnoreMouseWheel = false;
     this.gpgLabel2.IsStyled = false;
     this.gpgLabel2.Location = new Point(13, 12);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x8a, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 9;
     this.gpgLabel2.Text = "<LOC>Game Location";
     this.gpgLabel2.TextStyle = TextStyles.Default;
     this.tbGameLocation.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.tbGameLocation.Location = new Point(0x10, 0x1f);
     this.tbGameLocation.Name = "tbGameLocation";
     this.tbGameLocation.Properties.Appearance.BackColor = Color.Black;
     this.tbGameLocation.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbGameLocation.Properties.Appearance.ForeColor = Color.White;
     this.tbGameLocation.Properties.Appearance.Options.UseBackColor = true;
     this.tbGameLocation.Properties.Appearance.Options.UseBorderColor = true;
     this.tbGameLocation.Properties.Appearance.Options.UseForeColor = true;
     this.tbGameLocation.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbGameLocation.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbGameLocation.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbGameLocation.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbGameLocation.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbGameLocation.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbGameLocation.Properties.BorderStyle = BorderStyles.Simple;
     this.tbGameLocation.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbGameLocation.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbGameLocation.Size = new Size(0x1a7, 20);
     this.tbGameLocation.TabIndex = 10;
     this.gpgLabel3.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel3.AutoSize = true;
     this.gpgLabel3.AutoStyle = true;
     this.gpgLabel3.Font = new Font("Arial", 9.75f);
     this.gpgLabel3.ForeColor = Color.White;
     this.gpgLabel3.IgnoreMouseWheel = false;
     this.gpgLabel3.IsStyled = false;
     this.gpgLabel3.Location = new Point(13, 0x43);
     this.gpgLabel3.Name = "gpgLabel3";
     this.gpgLabel3.Size = new Size(0xcc, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel3, null);
     this.gpgLabel3.TabIndex = 11;
     this.gpgLabel3.Text = "<LOC>Command Line Arguments";
     this.gpgLabel3.TextStyle = TextStyles.Default;
     this.tbCommandLineArgs.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.tbCommandLineArgs.Location = new Point(0x10, 0x56);
     this.tbCommandLineArgs.Name = "tbCommandLineArgs";
     this.tbCommandLineArgs.Properties.Appearance.BackColor = Color.Black;
     this.tbCommandLineArgs.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbCommandLineArgs.Properties.Appearance.ForeColor = Color.White;
     this.tbCommandLineArgs.Properties.Appearance.Options.UseBackColor = true;
     this.tbCommandLineArgs.Properties.Appearance.Options.UseBorderColor = true;
     this.tbCommandLineArgs.Properties.Appearance.Options.UseForeColor = true;
     this.tbCommandLineArgs.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbCommandLineArgs.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbCommandLineArgs.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbCommandLineArgs.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbCommandLineArgs.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbCommandLineArgs.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbCommandLineArgs.Properties.BorderStyle = BorderStyles.Simple;
     this.tbCommandLineArgs.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbCommandLineArgs.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbCommandLineArgs.Properties.ReadOnly = true;
     this.tbCommandLineArgs.Size = new Size(0x1cd, 20);
     this.tbCommandLineArgs.TabIndex = 12;
     this.sbCancel.AutoStyle = true;
     this.sbCancel.BackColor = Color.Black;
     this.sbCancel.ButtonState = 0;
     this.sbCancel.DialogResult = DialogResult.OK;
     this.sbCancel.DisabledForecolor = Color.Gray;
     this.sbCancel.DrawColor = Color.White;
     this.sbCancel.DrawEdges = true;
     this.sbCancel.FocusColor = Color.Yellow;
     this.sbCancel.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.sbCancel.ForeColor = Color.White;
     this.sbCancel.HorizontalScalingMode = ScalingModes.Tile;
     this.sbCancel.IsStyled = true;
     this.sbCancel.Location = new Point(0x91, 0x7c);
     this.sbCancel.Name = "sbCancel";
     this.sbCancel.Size = new Size(0x7b, 0x1c);
     this.sbCancel.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.sbCancel, null);
     this.sbCancel.TabIndex = 0x19;
     this.sbCancel.TabStop = true;
     this.sbCancel.Text = "<LOC>Cancel";
     this.sbCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.sbCancel.TextPadding = new Padding(0);
     this.sbCancel.Click += new EventHandler(this.sbCancel_Click);
     this.sbSave.AutoStyle = true;
     this.sbSave.BackColor = Color.Black;
     this.sbSave.ButtonState = 0;
     this.sbSave.DialogResult = DialogResult.OK;
     this.sbSave.DisabledForecolor = Color.Gray;
     this.sbSave.DrawColor = Color.White;
     this.sbSave.DrawEdges = true;
     this.sbSave.FocusColor = Color.Yellow;
     this.sbSave.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.sbSave.ForeColor = Color.White;
     this.sbSave.HorizontalScalingMode = ScalingModes.Tile;
     this.sbSave.IsStyled = true;
     this.sbSave.Location = new Point(0x10, 0x7c);
     this.sbSave.Name = "sbSave";
     this.sbSave.Size = new Size(0x7b, 0x1c);
     this.sbSave.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.sbSave, null);
     this.sbSave.TabIndex = 0x18;
     this.sbSave.TabStop = true;
     this.sbSave.Text = "<LOC>Save Changes";
     this.sbSave.TextAlign = ContentAlignment.MiddleCenter;
     this.sbSave.TextPadding = new Padding(0);
     this.sbSave.Click += new EventHandler(this.sbSave_Click);
     this.skinButton1.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinButton1.AutoStyle = true;
     this.skinButton1.BackColor = Color.Black;
     this.skinButton1.ButtonState = 0;
     this.skinButton1.DialogResult = DialogResult.OK;
     this.skinButton1.DisabledForecolor = Color.Gray;
     this.skinButton1.DrawColor = Color.White;
     this.skinButton1.DrawEdges = true;
     this.skinButton1.Enabled = false;
     this.skinButton1.FocusColor = Color.Yellow;
     this.skinButton1.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButton1.ForeColor = Color.White;
     this.skinButton1.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButton1.IsStyled = true;
     this.skinButton1.Location = new Point(0x1a, 0x180);
     this.skinButton1.Name = "skinButton1";
     this.skinButton1.Size = new Size(0xe3, 0x1c);
     this.skinButton1.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButton1, null);
     this.skinButton1.TabIndex = 0x1a;
     this.skinButton1.TabStop = true;
     this.skinButton1.Text = "<LOC>Add New Game";
     this.skinButton1.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButton1.TextPadding = new Padding(0);
     this.skinButton1.Visible = false;
     this.gpgBorderPanel2.Anchor = AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgBorderPanel2.Controls.Add(this.skinLabel1);
     this.gpgBorderPanel2.Controls.Add(this.lbGames);
     this.gpgBorderPanel2.GPGBorderStyle = GPGBorderStyle.Rectangle;
     this.gpgBorderPanel2.Location = new Point(0x1a, 0x53);
     this.gpgBorderPanel2.Name = "gpgBorderPanel2";
     this.gpgBorderPanel2.Size = new Size(0xe2, 0x126);
     base.ttDefault.SetSuperTip(this.gpgBorderPanel2, null);
     this.gpgBorderPanel2.TabIndex = 0x1b;
     this.gpgBorderPanel2.Text = "gpgBorderPanel2";
     this.skinLabel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabel1.AutoStyle = false;
     this.skinLabel1.BackColor = Color.Transparent;
     this.skinLabel1.DrawEdges = true;
     this.skinLabel1.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabel1.ForeColor = Color.White;
     this.skinLabel1.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel1.IsStyled = false;
     this.skinLabel1.Location = new Point(3, 3);
     this.skinLabel1.Name = "skinLabel1";
     this.skinLabel1.Size = new Size(220, 20);
     this.skinLabel1.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel1, null);
     this.skinLabel1.TabIndex = 13;
     this.skinLabel1.Text = "<LOC>Games";
     this.skinLabel1.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel1.TextPadding = new Padding(0);
     this.lbGames.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.lbGames.BackColor = Color.FromArgb(0x40, 0x40, 0x40);
     this.lbGames.BorderStyle = BorderStyle.None;
     this.lbGames.ForeColor = Color.White;
     this.lbGames.FormattingEnabled = true;
     this.lbGames.Location = new Point(3, 0x18);
     this.lbGames.Name = "lbGames";
     this.lbGames.Size = new Size(220, 260);
     base.ttDefault.SetSuperTip(this.lbGames, null);
     this.lbGames.TabIndex = 12;
     this.lbGames.SelectedValueChanged += new EventHandler(this.lbGames_SelectedValueChanged);
     this.gpgBorderPanel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgBorderPanel1.Controls.Add(this.btnLocateGame);
     this.gpgBorderPanel1.Controls.Add(this.gpgLabel2);
     this.gpgBorderPanel1.Controls.Add(this.tbGameLocation);
     this.gpgBorderPanel1.Controls.Add(this.tbCommandLineArgs);
     this.gpgBorderPanel1.Controls.Add(this.sbCancel);
     this.gpgBorderPanel1.Controls.Add(this.gpgLabel3);
     this.gpgBorderPanel1.Controls.Add(this.sbSave);
     this.gpgBorderPanel1.GPGBorderStyle = GPGBorderStyle.Web;
     this.gpgBorderPanel1.Location = new Point(0x102, 0x56);
     this.gpgBorderPanel1.Name = "gpgBorderPanel1";
     this.gpgBorderPanel1.Size = new Size(0x1e8, 0x123);
     base.ttDefault.SetSuperTip(this.gpgBorderPanel1, null);
     this.gpgBorderPanel1.TabIndex = 0x1c;
     this.gpgBorderPanel1.Text = "gpgBorderPanel1";
     this.btnLocateGame.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.btnLocateGame.AutoStyle = true;
     this.btnLocateGame.BackColor = Color.Black;
     this.btnLocateGame.ButtonState = 0;
     this.btnLocateGame.DialogResult = DialogResult.OK;
     this.btnLocateGame.DisabledForecolor = Color.Gray;
     this.btnLocateGame.DrawColor = Color.White;
     this.btnLocateGame.DrawEdges = true;
     this.btnLocateGame.FocusColor = Color.Yellow;
     this.btnLocateGame.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnLocateGame.ForeColor = Color.White;
     this.btnLocateGame.HorizontalScalingMode = ScalingModes.Tile;
     this.btnLocateGame.IsStyled = true;
     this.btnLocateGame.Location = new Point(0x1bc, 0x1f);
     this.btnLocateGame.Name = "btnLocateGame";
     this.btnLocateGame.Size = new Size(0x21, 20);
     this.btnLocateGame.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnLocateGame, null);
     this.btnLocateGame.TabIndex = 0x1a;
     this.btnLocateGame.TabStop = true;
     this.btnLocateGame.Text = "...";
     this.btnLocateGame.TextAlign = ContentAlignment.MiddleCenter;
     this.btnLocateGame.TextPadding = new Padding(0);
     this.btnLocateGame.Click += new EventHandler(this.btnLocateGame_Click);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x2fe, 480);
     base.Controls.Add(this.gpgBorderPanel1);
     base.Controls.Add(this.gpgBorderPanel2);
     base.Controls.Add(this.skinButton1);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.Name = "DlgManageGames";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Manage Games";
     base.Load += new EventHandler(this.DlgManageGames_Load);
     base.Controls.SetChildIndex(this.skinButton1, 0);
     base.Controls.SetChildIndex(this.gpgBorderPanel2, 0);
     base.Controls.SetChildIndex(this.gpgBorderPanel1, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.tbGameLocation.Properties.EndInit();
     this.tbCommandLineArgs.Properties.EndInit();
     this.gpgBorderPanel2.ResumeLayout(false);
     this.gpgBorderPanel1.ResumeLayout(false);
     this.gpgBorderPanel1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.gpgCalendar1 = new GPGCalendar();
     this.gpgBorderPanel1 = new GPGBorderPanel();
     this.gpgBorderPanel2 = new GPGBorderPanel();
     this.lbMaps = new ListBox();
     this.skinLabel1 = new SkinLabel();
     this.lTournamentDetails = new SkinLabel();
     this.lStartTimeCaption = new GPGLabel();
     this.lTypeCaption = new GPGLabel();
     this.lDirectorCaption = new GPGLabel();
     this.lWebsiteCaption = new GPGLabel();
     this.lStartTime = new GPGLabel();
     this.lType = new GPGLabel();
     this.lDirector = new GPGLabel();
     this.lWebsite = new GPGLabel();
     this.lAssistants = new GPGLabel();
     this.lNumberOfRounds = new GPGLabel();
     this.lRoundLength = new GPGLabel();
     this.lAssistantsCaption = new GPGLabel();
     this.lNumberOfRoundsCaption = new GPGLabel();
     this.lRoundLengthCaption = new GPGLabel();
     this.btnRegister = new SkinButton();
     this.pbFaction = new GPGPictureBox();
     this.pbMap = new GPGPictureBox();
     this.lInfo = new TextBox();
     this.lFaction = new GPGLabel();
     this.lMap = new GPGLabel();
     this.lSignups = new GPGLabel();
     this.lSignupsCaption = new GPGLabel();
     this.lStatus = new GPGLabel();
     this.lStatusCaption = new GPGLabel();
     this.btnManage = new SkinButton();
     this.cmDirector = new GPGContextMenu();
     this.menuItem1 = new MenuItem();
     this.menuItem4 = new MenuItem();
     this.menuItem2 = new MenuItem();
     this.menuItem3 = new MenuItem();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     ((ISupportInitialize) this.pbFaction).BeginInit();
     ((ISupportInitialize) this.pbMap).BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x349, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgCalendar1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgCalendar1.BackgroundImage = Resources._06_jun;
     this.gpgCalendar1.LeftMonthButton = 0;
     this.gpgCalendar1.Location = new Point(12, 0x3f);
     this.gpgCalendar1.Month = 5;
     this.gpgCalendar1.Name = "gpgCalendar1";
     this.gpgCalendar1.RefreshButton = 0;
     this.gpgCalendar1.RightMonthButton = 0;
     this.gpgCalendar1.Size = new Size(0x36d, 0x143);
     base.ttDefault.SetSuperTip(this.gpgCalendar1, null);
     this.gpgCalendar1.TabIndex = 7;
     this.gpgCalendar1.Text = "gpgCalendar1";
     this.gpgCalendar1.OnRefreshClick += new EventHandler(this.gpgCalendar1_OnRefreshClick);
     this.gpgCalendar1.Click += new EventHandler(this.gpgCalendar1_Click);
     this.gpgBorderPanel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgBorderPanel1.GPGBorderStyle = GPGBorderStyle.Web;
     this.gpgBorderPanel1.Location = new Point(0x144, 0x188);
     this.gpgBorderPanel1.Name = "gpgBorderPanel1";
     this.gpgBorderPanel1.Size = new Size(0x234, 160);
     base.ttDefault.SetSuperTip(this.gpgBorderPanel1, null);
     this.gpgBorderPanel1.TabIndex = 8;
     this.gpgBorderPanel1.Text = "gpgBorderPanel1";
     this.gpgBorderPanel2.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgBorderPanel2.GPGBorderStyle = GPGBorderStyle.Rectangle;
     this.gpgBorderPanel2.Location = new Point(12, 0x188);
     this.gpgBorderPanel2.Name = "gpgBorderPanel2";
     this.gpgBorderPanel2.Size = new Size(0x132, 160);
     base.ttDefault.SetSuperTip(this.gpgBorderPanel2, null);
     this.gpgBorderPanel2.TabIndex = 9;
     this.gpgBorderPanel2.Text = "gpgBorderPanel2";
     this.lbMaps.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lbMaps.BackColor = Color.FromArgb(0x40, 0x40, 0x40);
     this.lbMaps.BorderStyle = BorderStyle.None;
     this.lbMaps.ForeColor = Color.White;
     this.lbMaps.FormattingEnabled = true;
     this.lbMaps.Location = new Point(14, 0x19f);
     this.lbMaps.Name = "lbMaps";
     this.lbMaps.Size = new Size(0x12e, 130);
     base.ttDefault.SetSuperTip(this.lbMaps, null);
     this.lbMaps.TabIndex = 10;
     this.lbMaps.SelectedValueChanged += new EventHandler(this.lbMaps_SelectedValueChanged);
     this.skinLabel1.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinLabel1.AutoStyle = false;
     this.skinLabel1.BackColor = Color.Transparent;
     this.skinLabel1.DrawEdges = true;
     this.skinLabel1.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabel1.ForeColor = Color.White;
     this.skinLabel1.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel1.IsStyled = false;
     this.skinLabel1.Location = new Point(14, 0x18a);
     this.skinLabel1.Name = "skinLabel1";
     this.skinLabel1.Size = new Size(0x12e, 20);
     this.skinLabel1.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel1, null);
     this.skinLabel1.TabIndex = 11;
     this.skinLabel1.Text = "<LOC>Tournaments";
     this.skinLabel1.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel1.TextPadding = new Padding(0);
     this.lTournamentDetails.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.lTournamentDetails.AutoStyle = false;
     this.lTournamentDetails.BackColor = Color.Transparent;
     this.lTournamentDetails.DrawEdges = true;
     this.lTournamentDetails.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.lTournamentDetails.ForeColor = Color.White;
     this.lTournamentDetails.HorizontalScalingMode = ScalingModes.Tile;
     this.lTournamentDetails.IsStyled = false;
     this.lTournamentDetails.Location = new Point(330, 0x18d);
     this.lTournamentDetails.Name = "lTournamentDetails";
     this.lTournamentDetails.Size = new Size(0x228, 20);
     this.lTournamentDetails.SkinBasePath = @"Controls\Background Label\Round Top";
     base.ttDefault.SetSuperTip(this.lTournamentDetails, null);
     this.lTournamentDetails.TabIndex = 12;
     this.lTournamentDetails.Text = "<LOC>Tournament Details:";
     this.lTournamentDetails.TextAlign = ContentAlignment.MiddleLeft;
     this.lTournamentDetails.TextPadding = new Padding(0);
     this.lStartTimeCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lStartTimeCaption.AutoGrowDirection = GrowDirections.None;
     this.lStartTimeCaption.AutoSize = true;
     this.lStartTimeCaption.AutoStyle = true;
     this.lStartTimeCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lStartTimeCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lStartTimeCaption.IgnoreMouseWheel = false;
     this.lStartTimeCaption.IsStyled = false;
     this.lStartTimeCaption.Location = new Point(0x14b, 0x1e4);
     this.lStartTimeCaption.Name = "lStartTimeCaption";
     this.lStartTimeCaption.Size = new Size(0x75, 13);
     base.ttDefault.SetSuperTip(this.lStartTimeCaption, null);
     this.lStartTimeCaption.TabIndex = 14;
     this.lStartTimeCaption.Text = "<LOC>Start Time";
     this.lStartTimeCaption.TextAlign = ContentAlignment.TopRight;
     this.lStartTimeCaption.TextStyle = TextStyles.ColoredBold;
     this.lTypeCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lTypeCaption.AutoGrowDirection = GrowDirections.None;
     this.lTypeCaption.AutoSize = true;
     this.lTypeCaption.AutoStyle = true;
     this.lTypeCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lTypeCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lTypeCaption.IgnoreMouseWheel = false;
     this.lTypeCaption.IsStyled = false;
     this.lTypeCaption.Location = new Point(0x14b, 0x1f1);
     this.lTypeCaption.Name = "lTypeCaption";
     this.lTypeCaption.Size = new Size(0x51, 13);
     base.ttDefault.SetSuperTip(this.lTypeCaption, null);
     this.lTypeCaption.TabIndex = 15;
     this.lTypeCaption.Text = "<LOC>Type";
     this.lTypeCaption.TextAlign = ContentAlignment.TopRight;
     this.lTypeCaption.TextStyle = TextStyles.ColoredBold;
     this.lDirectorCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lDirectorCaption.AutoGrowDirection = GrowDirections.None;
     this.lDirectorCaption.AutoSize = true;
     this.lDirectorCaption.AutoStyle = true;
     this.lDirectorCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lDirectorCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lDirectorCaption.IgnoreMouseWheel = false;
     this.lDirectorCaption.IsStyled = false;
     this.lDirectorCaption.Location = new Point(0x14b, 510);
     this.lDirectorCaption.Name = "lDirectorCaption";
     this.lDirectorCaption.Size = new Size(0x66, 13);
     base.ttDefault.SetSuperTip(this.lDirectorCaption, null);
     this.lDirectorCaption.TabIndex = 0x10;
     this.lDirectorCaption.Text = "<LOC>Director";
     this.lDirectorCaption.TextAlign = ContentAlignment.TopRight;
     this.lDirectorCaption.TextStyle = TextStyles.ColoredBold;
     this.lWebsiteCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lWebsiteCaption.AutoGrowDirection = GrowDirections.None;
     this.lWebsiteCaption.AutoSize = true;
     this.lWebsiteCaption.AutoStyle = true;
     this.lWebsiteCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lWebsiteCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lWebsiteCaption.IgnoreMouseWheel = false;
     this.lWebsiteCaption.IsStyled = false;
     this.lWebsiteCaption.Location = new Point(0x14b, 0x218);
     this.lWebsiteCaption.Name = "lWebsiteCaption";
     this.lWebsiteCaption.Size = new Size(0x65, 13);
     base.ttDefault.SetSuperTip(this.lWebsiteCaption, null);
     this.lWebsiteCaption.TabIndex = 0x11;
     this.lWebsiteCaption.Text = "<LOC>Website";
     this.lWebsiteCaption.TextAlign = ContentAlignment.TopRight;
     this.lWebsiteCaption.TextStyle = TextStyles.ColoredBold;
     this.lStartTime.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lStartTime.AutoGrowDirection = GrowDirections.None;
     this.lStartTime.AutoSize = true;
     this.lStartTime.AutoStyle = true;
     this.lStartTime.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lStartTime.ForeColor = Color.White;
     this.lStartTime.IgnoreMouseWheel = false;
     this.lStartTime.IsStyled = false;
     this.lStartTime.Location = new Point(0x1bd, 0x1e4);
     this.lStartTime.Name = "lStartTime";
     this.lStartTime.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lStartTime, null);
     this.lStartTime.TabIndex = 0x12;
     this.lStartTime.Text = "-";
     this.lStartTime.TextAlign = ContentAlignment.TopRight;
     this.lStartTime.TextStyle = TextStyles.Default;
     this.lType.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lType.AutoGrowDirection = GrowDirections.None;
     this.lType.AutoSize = true;
     this.lType.AutoStyle = true;
     this.lType.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lType.ForeColor = Color.White;
     this.lType.IgnoreMouseWheel = false;
     this.lType.IsStyled = false;
     this.lType.Location = new Point(0x1a2, 0x1f1);
     this.lType.Name = "lType";
     this.lType.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lType, null);
     this.lType.TabIndex = 0x13;
     this.lType.Text = "-";
     this.lType.TextAlign = ContentAlignment.TopRight;
     this.lType.TextStyle = TextStyles.Default;
     this.lDirector.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lDirector.AutoGrowDirection = GrowDirections.None;
     this.lDirector.AutoSize = true;
     this.lDirector.AutoStyle = true;
     this.lDirector.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lDirector.ForeColor = Color.White;
     this.lDirector.IgnoreMouseWheel = false;
     this.lDirector.IsStyled = false;
     this.lDirector.Location = new Point(0x1b4, 510);
     this.lDirector.Name = "lDirector";
     this.lDirector.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lDirector, null);
     this.lDirector.TabIndex = 20;
     this.lDirector.Text = "-";
     this.lDirector.TextAlign = ContentAlignment.TopRight;
     this.lDirector.TextStyle = TextStyles.Default;
     this.lWebsite.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lWebsite.AutoGrowDirection = GrowDirections.None;
     this.lWebsite.AutoSize = true;
     this.lWebsite.AutoStyle = true;
     this.lWebsite.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lWebsite.ForeColor = Color.White;
     this.lWebsite.IgnoreMouseWheel = false;
     this.lWebsite.IsStyled = false;
     this.lWebsite.Location = new Point(0x1b4, 0x219);
     this.lWebsite.Name = "lWebsite";
     this.lWebsite.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lWebsite, null);
     this.lWebsite.TabIndex = 0x15;
     this.lWebsite.Text = "-";
     this.lWebsite.TextAlign = ContentAlignment.TopRight;
     this.lWebsite.TextStyle = TextStyles.Link;
     this.lWebsite.Click += new EventHandler(this.lWebsite_Click);
     this.lAssistants.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lAssistants.AutoGrowDirection = GrowDirections.None;
     this.lAssistants.AutoSize = true;
     this.lAssistants.AutoStyle = true;
     this.lAssistants.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lAssistants.ForeColor = Color.White;
     this.lAssistants.IgnoreMouseWheel = false;
     this.lAssistants.IsStyled = false;
     this.lAssistants.Location = new Point(0x253, 510);
     this.lAssistants.Name = "lAssistants";
     this.lAssistants.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lAssistants, null);
     this.lAssistants.TabIndex = 0x1b;
     this.lAssistants.Text = "-";
     this.lAssistants.TextAlign = ContentAlignment.TopRight;
     this.lAssistants.TextStyle = TextStyles.Default;
     this.lNumberOfRounds.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lNumberOfRounds.AutoGrowDirection = GrowDirections.None;
     this.lNumberOfRounds.AutoSize = true;
     this.lNumberOfRounds.AutoStyle = true;
     this.lNumberOfRounds.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lNumberOfRounds.ForeColor = Color.White;
     this.lNumberOfRounds.IgnoreMouseWheel = false;
     this.lNumberOfRounds.IsStyled = false;
     this.lNumberOfRounds.Location = new Point(0x28e, 0x1f1);
     this.lNumberOfRounds.Name = "lNumberOfRounds";
     this.lNumberOfRounds.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lNumberOfRounds, null);
     this.lNumberOfRounds.TabIndex = 0x1a;
     this.lNumberOfRounds.Text = "-";
     this.lNumberOfRounds.TextAlign = ContentAlignment.TopRight;
     this.lNumberOfRounds.TextStyle = TextStyles.Default;
     this.lRoundLength.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lRoundLength.AutoGrowDirection = GrowDirections.None;
     this.lRoundLength.AutoSize = true;
     this.lRoundLength.AutoStyle = true;
     this.lRoundLength.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lRoundLength.ForeColor = Color.White;
     this.lRoundLength.IgnoreMouseWheel = false;
     this.lRoundLength.IsStyled = false;
     this.lRoundLength.Location = new Point(0x26f, 0x1e4);
     this.lRoundLength.Name = "lRoundLength";
     this.lRoundLength.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lRoundLength, null);
     this.lRoundLength.TabIndex = 0x19;
     this.lRoundLength.Text = "-";
     this.lRoundLength.TextAlign = ContentAlignment.TopRight;
     this.lRoundLength.TextStyle = TextStyles.Default;
     this.lAssistantsCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lAssistantsCaption.AutoGrowDirection = GrowDirections.None;
     this.lAssistantsCaption.AutoSize = true;
     this.lAssistantsCaption.AutoStyle = true;
     this.lAssistantsCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lAssistantsCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lAssistantsCaption.IgnoreMouseWheel = false;
     this.lAssistantsCaption.IsStyled = false;
     this.lAssistantsCaption.Location = new Point(480, 510);
     this.lAssistantsCaption.Name = "lAssistantsCaption";
     this.lAssistantsCaption.Size = new Size(0x74, 13);
     base.ttDefault.SetSuperTip(this.lAssistantsCaption, null);
     this.lAssistantsCaption.TabIndex = 0x18;
     this.lAssistantsCaption.Text = "<LOC>Assistants";
     this.lAssistantsCaption.TextAlign = ContentAlignment.TopRight;
     this.lAssistantsCaption.TextStyle = TextStyles.ColoredBold;
     this.lNumberOfRoundsCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lNumberOfRoundsCaption.AutoGrowDirection = GrowDirections.None;
     this.lNumberOfRoundsCaption.AutoSize = true;
     this.lNumberOfRoundsCaption.AutoStyle = true;
     this.lNumberOfRoundsCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lNumberOfRoundsCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lNumberOfRoundsCaption.IgnoreMouseWheel = false;
     this.lNumberOfRoundsCaption.IsStyled = false;
     this.lNumberOfRoundsCaption.Location = new Point(480, 0x1f1);
     this.lNumberOfRoundsCaption.Name = "lNumberOfRoundsCaption";
     this.lNumberOfRoundsCaption.Size = new Size(0xa8, 13);
     base.ttDefault.SetSuperTip(this.lNumberOfRoundsCaption, null);
     this.lNumberOfRoundsCaption.TabIndex = 0x17;
     this.lNumberOfRoundsCaption.Text = "<LOC>Number of Rounds";
     this.lNumberOfRoundsCaption.TextAlign = ContentAlignment.TopRight;
     this.lNumberOfRoundsCaption.TextStyle = TextStyles.ColoredBold;
     this.lRoundLengthCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lRoundLengthCaption.AutoGrowDirection = GrowDirections.None;
     this.lRoundLengthCaption.AutoSize = true;
     this.lRoundLengthCaption.AutoStyle = true;
     this.lRoundLengthCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lRoundLengthCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lRoundLengthCaption.IgnoreMouseWheel = false;
     this.lRoundLengthCaption.IsStyled = false;
     this.lRoundLengthCaption.Location = new Point(480, 0x1e4);
     this.lRoundLengthCaption.Name = "lRoundLengthCaption";
     this.lRoundLengthCaption.Size = new Size(0x89, 13);
     base.ttDefault.SetSuperTip(this.lRoundLengthCaption, null);
     this.lRoundLengthCaption.TabIndex = 0x16;
     this.lRoundLengthCaption.Text = "<LOC>Round Length";
     this.lRoundLengthCaption.TextAlign = ContentAlignment.TopRight;
     this.lRoundLengthCaption.TextStyle = TextStyles.ColoredBold;
     this.btnRegister.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnRegister.AutoStyle = true;
     this.btnRegister.BackColor = Color.Black;
     this.btnRegister.ButtonState = 0;
     this.btnRegister.DialogResult = DialogResult.None;
     this.btnRegister.DisabledForecolor = Color.Gray;
     this.btnRegister.DrawColor = Color.White;
     this.btnRegister.DrawEdges = true;
     this.btnRegister.FocusColor = Color.Yellow;
     this.btnRegister.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnRegister.ForeColor = Color.White;
     this.btnRegister.HorizontalScalingMode = ScalingModes.Tile;
     this.btnRegister.IsStyled = true;
     this.btnRegister.Location = new Point(0x2f5, 0x1fd);
     this.btnRegister.Name = "btnRegister";
     this.btnRegister.Size = new Size(0x7d, 0x16);
     this.btnRegister.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnRegister, null);
     this.btnRegister.TabIndex = 0x1c;
     this.btnRegister.TabStop = true;
     this.btnRegister.Text = "<LOC>Register";
     this.btnRegister.TextAlign = ContentAlignment.MiddleCenter;
     this.btnRegister.TextPadding = new Padding(0);
     this.btnRegister.Click += new EventHandler(this.btnRegister_Click);
     this.pbFaction.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.pbFaction.Location = new Point(0x2f5, 420);
     this.pbFaction.Name = "pbFaction";
     this.pbFaction.Size = new Size(50, 50);
     this.pbFaction.SizeMode = PictureBoxSizeMode.StretchImage;
     base.ttDefault.SetSuperTip(this.pbFaction, null);
     this.pbFaction.TabIndex = 0x1d;
     this.pbFaction.TabStop = false;
     this.pbMap.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.pbMap.Location = new Point(0x33d, 0x1a5);
     this.pbMap.Name = "pbMap";
     this.pbMap.Size = new Size(50, 50);
     this.pbMap.SizeMode = PictureBoxSizeMode.StretchImage;
     base.ttDefault.SetSuperTip(this.pbMap, null);
     this.pbMap.TabIndex = 30;
     this.pbMap.TabStop = false;
     this.lInfo.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.lInfo.BackColor = Color.Black;
     this.lInfo.BorderStyle = BorderStyle.None;
     this.lInfo.ForeColor = Color.White;
     this.lInfo.Location = new Point(0x14e, 0x1a7);
     this.lInfo.Multiline = true;
     this.lInfo.Name = "lInfo";
     this.lInfo.Size = new Size(0x19e, 60);
     base.ttDefault.SetSuperTip(this.lInfo, null);
     this.lInfo.TabIndex = 0x1f;
     this.lFaction.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.lFaction.AutoGrowDirection = GrowDirections.None;
     this.lFaction.AutoStyle = true;
     this.lFaction.Font = new Font("Arial", 8f);
     this.lFaction.ForeColor = Color.White;
     this.lFaction.IgnoreMouseWheel = false;
     this.lFaction.IsStyled = false;
     this.lFaction.Location = new Point(0x2f5, 0x1d7);
     this.lFaction.Name = "lFaction";
     this.lFaction.Size = new Size(50, 0x33);
     base.ttDefault.SetSuperTip(this.lFaction, null);
     this.lFaction.TabIndex = 0x20;
     this.lFaction.Text = "Any Faction";
     this.lFaction.TextAlign = ContentAlignment.TopCenter;
     this.lFaction.TextStyle = TextStyles.Small;
     this.lMap.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.lMap.AutoGrowDirection = GrowDirections.None;
     this.lMap.AutoStyle = true;
     this.lMap.Font = new Font("Arial", 8f);
     this.lMap.ForeColor = Color.White;
     this.lMap.IgnoreMouseWheel = false;
     this.lMap.IsStyled = false;
     this.lMap.Location = new Point(0x338, 0x1d5);
     this.lMap.Name = "lMap";
     this.lMap.Size = new Size(60, 0x35);
     base.ttDefault.SetSuperTip(this.lMap, null);
     this.lMap.TabIndex = 0x21;
     this.lMap.Text = "Any Ladder map";
     this.lMap.TextAlign = ContentAlignment.TopCenter;
     this.lMap.TextStyle = TextStyles.Small;
     this.lSignups.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lSignups.AutoGrowDirection = GrowDirections.None;
     this.lSignups.AutoSize = true;
     this.lSignups.AutoStyle = true;
     this.lSignups.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lSignups.ForeColor = Color.White;
     this.lSignups.IgnoreMouseWheel = false;
     this.lSignups.IsStyled = false;
     this.lSignups.Location = new Point(0x253, 0x20b);
     this.lSignups.Name = "lSignups";
     this.lSignups.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lSignups, null);
     this.lSignups.TabIndex = 0x25;
     this.lSignups.Text = "-";
     this.lSignups.TextAlign = ContentAlignment.TopRight;
     this.lSignups.TextStyle = TextStyles.Default;
     this.lSignups.Click += new EventHandler(this.lSignupsCaption_Click);
     this.lSignupsCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lSignupsCaption.AutoGrowDirection = GrowDirections.None;
     this.lSignupsCaption.AutoSize = true;
     this.lSignupsCaption.AutoStyle = true;
     this.lSignupsCaption.Font = new Font("Verdana", 8.25f, FontStyle.Underline | FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lSignupsCaption.ForeColor = Color.Red;
     this.lSignupsCaption.IgnoreMouseWheel = false;
     this.lSignupsCaption.IsStyled = false;
     this.lSignupsCaption.Location = new Point(480, 0x20b);
     this.lSignupsCaption.Name = "lSignupsCaption";
     this.lSignupsCaption.Size = new Size(100, 13);
     base.ttDefault.SetSuperTip(this.lSignupsCaption, null);
     this.lSignupsCaption.TabIndex = 0x24;
     this.lSignupsCaption.Text = "<LOC>Signups";
     this.lSignupsCaption.TextAlign = ContentAlignment.TopRight;
     this.lSignupsCaption.TextStyle = TextStyles.ColoredBold;
     this.lSignupsCaption.Click += new EventHandler(this.lSignupsCaption_Click);
     this.lStatus.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lStatus.AutoGrowDirection = GrowDirections.None;
     this.lStatus.AutoSize = true;
     this.lStatus.AutoStyle = true;
     this.lStatus.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lStatus.ForeColor = Color.White;
     this.lStatus.IgnoreMouseWheel = false;
     this.lStatus.IsStyled = false;
     this.lStatus.Location = new Point(0x1b4, 0x20b);
     this.lStatus.Name = "lStatus";
     this.lStatus.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lStatus, null);
     this.lStatus.TabIndex = 0x23;
     this.lStatus.Text = "-";
     this.lStatus.TextAlign = ContentAlignment.TopRight;
     this.lStatus.TextStyle = TextStyles.Default;
     this.lStatusCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lStatusCaption.AutoGrowDirection = GrowDirections.None;
     this.lStatusCaption.AutoSize = true;
     this.lStatusCaption.AutoStyle = true;
     this.lStatusCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lStatusCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lStatusCaption.IgnoreMouseWheel = false;
     this.lStatusCaption.IsStyled = false;
     this.lStatusCaption.Location = new Point(0x14b, 0x20b);
     this.lStatusCaption.Name = "lStatusCaption";
     this.lStatusCaption.Size = new Size(90, 13);
     base.ttDefault.SetSuperTip(this.lStatusCaption, null);
     this.lStatusCaption.TabIndex = 0x22;
     this.lStatusCaption.Text = "<LOC>Status";
     this.lStatusCaption.TextAlign = ContentAlignment.TopRight;
     this.lStatusCaption.TextStyle = TextStyles.ColoredBold;
     this.btnManage.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnManage.AutoStyle = true;
     this.btnManage.BackColor = Color.Black;
     this.btnManage.ButtonState = 0;
     this.btnManage.DialogResult = DialogResult.None;
     this.btnManage.DisabledForecolor = Color.Gray;
     this.btnManage.DrawColor = Color.White;
     this.btnManage.DrawEdges = true;
     this.btnManage.FocusColor = Color.Yellow;
     this.btnManage.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnManage.ForeColor = Color.White;
     this.btnManage.HorizontalScalingMode = ScalingModes.Tile;
     this.btnManage.IsStyled = true;
     this.btnManage.Location = new Point(0x272, 0x1fd);
     this.btnManage.Name = "btnManage";
     this.btnManage.Size = new Size(0x7d, 0x16);
     this.btnManage.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnManage, null);
     this.btnManage.TabIndex = 0x26;
     this.btnManage.TabStop = true;
     this.btnManage.Text = "<LOC>Director Options";
     this.btnManage.TextAlign = ContentAlignment.MiddleCenter;
     this.btnManage.TextPadding = new Padding(0);
     this.btnManage.Visible = false;
     this.btnManage.Click += new EventHandler(this.btnManage_Click_1);
     this.cmDirector.MenuItems.AddRange(new MenuItem[] { this.menuItem1, this.menuItem4, this.menuItem2, this.menuItem3 });
     this.menuItem1.Index = 0;
     this.menuItem1.Text = "Tournament Manager";
     this.menuItem1.Click += new EventHandler(this.menuItem1_Click);
     this.menuItem4.Index = 1;
     this.menuItem4.Text = "Link to Chat";
     this.menuItem4.Click += new EventHandler(this.menuItem4_Click);
     this.menuItem2.Index = 2;
     this.menuItem2.Text = "Assign New Director";
     this.menuItem2.Click += new EventHandler(this.menuItem2_Click);
     this.menuItem3.Index = 3;
     this.menuItem3.Text = "Delete Tournament";
     this.menuItem3.Click += new EventHandler(this.menuItem3_Click);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(900, 600);
     base.Controls.Add(this.btnManage);
     base.Controls.Add(this.lSignups);
     base.Controls.Add(this.lSignupsCaption);
     base.Controls.Add(this.lStatus);
     base.Controls.Add(this.lStatusCaption);
     base.Controls.Add(this.lInfo);
     base.Controls.Add(this.pbMap);
     base.Controls.Add(this.pbFaction);
     base.Controls.Add(this.btnRegister);
     base.Controls.Add(this.lAssistants);
     base.Controls.Add(this.lNumberOfRounds);
     base.Controls.Add(this.lRoundLength);
     base.Controls.Add(this.lAssistantsCaption);
     base.Controls.Add(this.lNumberOfRoundsCaption);
     base.Controls.Add(this.lRoundLengthCaption);
     base.Controls.Add(this.lWebsite);
     base.Controls.Add(this.lDirector);
     base.Controls.Add(this.lType);
     base.Controls.Add(this.lStartTime);
     base.Controls.Add(this.lWebsiteCaption);
     base.Controls.Add(this.lDirectorCaption);
     base.Controls.Add(this.lTypeCaption);
     base.Controls.Add(this.lStartTimeCaption);
     base.Controls.Add(this.lTournamentDetails);
     base.Controls.Add(this.skinLabel1);
     base.Controls.Add(this.lbMaps);
     base.Controls.Add(this.gpgBorderPanel2);
     base.Controls.Add(this.gpgCalendar1);
     base.Controls.Add(this.lFaction);
     base.Controls.Add(this.lMap);
     base.Controls.Add(this.gpgBorderPanel1);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(900, 600);
     base.Name = "DlgTournamentRegistration";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Tournament Calendar";
     base.Controls.SetChildIndex(this.gpgBorderPanel1, 0);
     base.Controls.SetChildIndex(this.lMap, 0);
     base.Controls.SetChildIndex(this.lFaction, 0);
     base.Controls.SetChildIndex(this.gpgCalendar1, 0);
     base.Controls.SetChildIndex(this.gpgBorderPanel2, 0);
     base.Controls.SetChildIndex(this.lbMaps, 0);
     base.Controls.SetChildIndex(this.skinLabel1, 0);
     base.Controls.SetChildIndex(this.lTournamentDetails, 0);
     base.Controls.SetChildIndex(this.lStartTimeCaption, 0);
     base.Controls.SetChildIndex(this.lTypeCaption, 0);
     base.Controls.SetChildIndex(this.lDirectorCaption, 0);
     base.Controls.SetChildIndex(this.lWebsiteCaption, 0);
     base.Controls.SetChildIndex(this.lStartTime, 0);
     base.Controls.SetChildIndex(this.lType, 0);
     base.Controls.SetChildIndex(this.lDirector, 0);
     base.Controls.SetChildIndex(this.lWebsite, 0);
     base.Controls.SetChildIndex(this.lRoundLengthCaption, 0);
     base.Controls.SetChildIndex(this.lNumberOfRoundsCaption, 0);
     base.Controls.SetChildIndex(this.lAssistantsCaption, 0);
     base.Controls.SetChildIndex(this.lRoundLength, 0);
     base.Controls.SetChildIndex(this.lNumberOfRounds, 0);
     base.Controls.SetChildIndex(this.lAssistants, 0);
     base.Controls.SetChildIndex(this.btnRegister, 0);
     base.Controls.SetChildIndex(this.pbFaction, 0);
     base.Controls.SetChildIndex(this.pbMap, 0);
     base.Controls.SetChildIndex(this.lInfo, 0);
     base.Controls.SetChildIndex(this.lStatusCaption, 0);
     base.Controls.SetChildIndex(this.lStatus, 0);
     base.Controls.SetChildIndex(this.lSignupsCaption, 0);
     base.Controls.SetChildIndex(this.lSignups, 0);
     base.Controls.SetChildIndex(this.btnManage, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     ((ISupportInitialize) this.pbFaction).EndInit();
     ((ISupportInitialize) this.pbMap).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.gpgBorderPanel1 = new GPGBorderPanel();
     this.tbResults = new GPGTextArea();
     this.gpgLabel1 = new GPGLabel();
     this.gpgBorderPanel2 = new GPGBorderPanel();
     this.lbParticipants = new ListBox();
     this.lStartTimeCaption = new GPGLabel();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgBorderPanel1.SuspendLayout();
     this.tbResults.Properties.BeginInit();
     this.gpgBorderPanel2.SuspendLayout();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x222, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgBorderPanel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgBorderPanel1.Controls.Add(this.tbResults);
     this.gpgBorderPanel1.GPGBorderStyle = GPGBorderStyle.Web;
     this.gpgBorderPanel1.Location = new Point(0xf5, 0x60);
     this.gpgBorderPanel1.Name = "gpgBorderPanel1";
     this.gpgBorderPanel1.Size = new Size(0x155, 0x1da);
     base.ttDefault.SetSuperTip(this.gpgBorderPanel1, null);
     this.gpgBorderPanel1.TabIndex = 9;
     this.tbResults.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.tbResults.BorderColor = Color.White;
     this.tbResults.Location = new Point(3, 3);
     this.tbResults.Name = "tbResults";
     this.tbResults.Properties.Appearance.BackColor = Color.Black;
     this.tbResults.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbResults.Properties.Appearance.ForeColor = Color.White;
     this.tbResults.Properties.Appearance.Options.UseBackColor = true;
     this.tbResults.Properties.Appearance.Options.UseBorderColor = true;
     this.tbResults.Properties.Appearance.Options.UseForeColor = true;
     this.tbResults.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbResults.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbResults.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbResults.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbResults.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbResults.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbResults.Properties.BorderStyle = BorderStyles.NoBorder;
     this.tbResults.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbResults.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbResults.Properties.ReadOnly = true;
     this.tbResults.Size = new Size(0x14f, 450);
     this.tbResults.TabIndex = 0;
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoSize = true;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel1.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(0xf2, 80);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x8e, 13);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 0x11;
     this.gpgLabel1.Text = "<LOC>Player Results";
     this.gpgLabel1.TextAlign = ContentAlignment.TopRight;
     this.gpgLabel1.TextStyle = TextStyles.ColoredBold;
     this.gpgBorderPanel2.Anchor = AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgBorderPanel2.Controls.Add(this.lbParticipants);
     this.gpgBorderPanel2.GPGBorderStyle = GPGBorderStyle.Rectangle;
     this.gpgBorderPanel2.Location = new Point(0x16, 0x60);
     this.gpgBorderPanel2.Name = "gpgBorderPanel2";
     this.gpgBorderPanel2.Size = new Size(0xd9, 0x1da);
     base.ttDefault.SetSuperTip(this.gpgBorderPanel2, null);
     this.gpgBorderPanel2.TabIndex = 10;
     this.lbParticipants.Anchor = AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.lbParticipants.BackColor = Color.FromArgb(40, 40, 40);
     this.lbParticipants.BorderStyle = BorderStyle.None;
     this.lbParticipants.ForeColor = Color.White;
     this.lbParticipants.FormattingEnabled = true;
     this.lbParticipants.Location = new Point(4, 3);
     this.lbParticipants.Name = "lbParticipants";
     this.lbParticipants.Size = new Size(210, 0x1d4);
     base.ttDefault.SetSuperTip(this.lbParticipants, null);
     this.lbParticipants.TabIndex = 0x11;
     this.lbParticipants.SelectedValueChanged += new EventHandler(this.lbParticipants_SelectedValueChanged);
     this.lStartTimeCaption.AutoGrowDirection = GrowDirections.None;
     this.lStartTimeCaption.AutoSize = true;
     this.lStartTimeCaption.AutoStyle = true;
     this.lStartTimeCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lStartTimeCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lStartTimeCaption.IgnoreMouseWheel = false;
     this.lStartTimeCaption.IsStyled = false;
     this.lStartTimeCaption.Location = new Point(0x17, 80);
     this.lStartTimeCaption.Name = "lStartTimeCaption";
     this.lStartTimeCaption.Size = new Size(0x71, 13);
     base.ttDefault.SetSuperTip(this.lStartTimeCaption, null);
     this.lStartTimeCaption.TabIndex = 0x13;
     this.lStartTimeCaption.Text = "<LOC>Standings";
     this.lStartTimeCaption.TextAlign = ContentAlignment.TopRight;
     this.lStartTimeCaption.TextStyle = TextStyles.ColoredBold;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x25d, 640);
     base.Controls.Add(this.gpgLabel1);
     base.Controls.Add(this.lStartTimeCaption);
     base.Controls.Add(this.gpgBorderPanel2);
     base.Controls.Add(this.gpgBorderPanel1);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(300, 300);
     base.Name = "DlgTournamentResults";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Tournament Results";
     base.Controls.SetChildIndex(this.gpgBorderPanel1, 0);
     base.Controls.SetChildIndex(this.gpgBorderPanel2, 0);
     base.Controls.SetChildIndex(this.lStartTimeCaption, 0);
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgBorderPanel1.ResumeLayout(false);
     this.tbResults.Properties.EndInit();
     this.gpgBorderPanel2.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.lbGames = new ListBox();
     this.bpModify = new GPGBorderPanel();
     this.tbLongDescription = new GPGTextArea();
     this.gpgLabel11 = new GPGLabel();
     this.tbInstallDirectory = new GPGTextBox();
     this.gpgLabel10 = new GPGLabel();
     this.tbPatchUrl = new GPGTextBox();
     this.gpgLabel9 = new GPGLabel();
     this.tbPatcherAppUrl = new GPGTextBox();
     this.gpgLabel8 = new GPGLabel();
     this.tbIconLabel = new GPGTextBox();
     this.gpgLabel7 = new GPGLabel();
     this.tbForcedCommandLineArgs = new GPGTextBox();
     this.gpgLabel6 = new GPGLabel();
     this.tbRelativeAppDirectory = new GPGTextBox();
     this.gpgLabel5 = new GPGLabel();
     this.tbRelativeVersionFile = new GPGTextBox();
     this.gpgLabel4 = new GPGLabel();
     this.tbCurrentBuild = new GPGTextBox();
     this.gpgLabel1 = new GPGLabel();
     this.gpgLabel2 = new GPGLabel();
     this.tbDescription = new GPGTextBox();
     this.tbExeName = new GPGTextBox();
     this.gpgLabel3 = new GPGLabel();
     this.sbAdd = new SkinButton();
     this.sbModify = new SkinButton();
     this.sbCancel = new SkinButton();
     this.sbSaveChanges = new SkinButton();
     this.bpGames = new GPGBorderPanel();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.bpModify.SuspendLayout();
     this.tbLongDescription.Properties.BeginInit();
     this.tbInstallDirectory.Properties.BeginInit();
     this.tbPatchUrl.Properties.BeginInit();
     this.tbPatcherAppUrl.Properties.BeginInit();
     this.tbIconLabel.Properties.BeginInit();
     this.tbForcedCommandLineArgs.Properties.BeginInit();
     this.tbRelativeAppDirectory.Properties.BeginInit();
     this.tbRelativeVersionFile.Properties.BeginInit();
     this.tbCurrentBuild.Properties.BeginInit();
     this.tbDescription.Properties.BeginInit();
     this.tbExeName.Properties.BeginInit();
     this.bpGames.SuspendLayout();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x346, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.lbGames.Anchor = AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.lbGames.BackColor = Color.Black;
     this.lbGames.BorderStyle = BorderStyle.None;
     this.lbGames.ForeColor = Color.White;
     this.lbGames.FormattingEnabled = true;
     this.lbGames.Location = new Point(11, 14);
     this.lbGames.Name = "lbGames";
     this.lbGames.Size = new Size(0xe3, 520);
     base.ttDefault.SetSuperTip(this.lbGames, null);
     this.lbGames.TabIndex = 0x1d;
     this.bpModify.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.bpModify.Controls.Add(this.tbLongDescription);
     this.bpModify.Controls.Add(this.gpgLabel11);
     this.bpModify.Controls.Add(this.tbInstallDirectory);
     this.bpModify.Controls.Add(this.gpgLabel10);
     this.bpModify.Controls.Add(this.tbPatchUrl);
     this.bpModify.Controls.Add(this.gpgLabel9);
     this.bpModify.Controls.Add(this.tbPatcherAppUrl);
     this.bpModify.Controls.Add(this.gpgLabel8);
     this.bpModify.Controls.Add(this.tbIconLabel);
     this.bpModify.Controls.Add(this.gpgLabel7);
     this.bpModify.Controls.Add(this.tbForcedCommandLineArgs);
     this.bpModify.Controls.Add(this.gpgLabel6);
     this.bpModify.Controls.Add(this.tbRelativeAppDirectory);
     this.bpModify.Controls.Add(this.gpgLabel5);
     this.bpModify.Controls.Add(this.tbRelativeVersionFile);
     this.bpModify.Controls.Add(this.gpgLabel4);
     this.bpModify.Controls.Add(this.tbCurrentBuild);
     this.bpModify.Controls.Add(this.gpgLabel1);
     this.bpModify.Controls.Add(this.gpgLabel2);
     this.bpModify.Controls.Add(this.tbDescription);
     this.bpModify.Controls.Add(this.tbExeName);
     this.bpModify.Controls.Add(this.gpgLabel3);
     this.bpModify.Enabled = false;
     this.bpModify.GPGBorderStyle = GPGBorderStyle.Web;
     this.bpModify.Location = new Point(270, 0x6c);
     this.bpModify.Name = "bpModify";
     this.bpModify.Size = new Size(0x260, 0x239);
     base.ttDefault.SetSuperTip(this.bpModify, null);
     this.bpModify.TabIndex = 0x1f;
     this.bpModify.Text = "gpgBorderPanel1";
     this.tbLongDescription.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.tbLongDescription.BorderColor = Color.White;
     this.tbLongDescription.Location = new Point(0x10, 0x1c3);
     this.tbLongDescription.Name = "tbLongDescription";
     this.tbLongDescription.Properties.Appearance.BackColor = Color.Black;
     this.tbLongDescription.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbLongDescription.Properties.Appearance.ForeColor = Color.White;
     this.tbLongDescription.Properties.Appearance.Options.UseBackColor = true;
     this.tbLongDescription.Properties.Appearance.Options.UseBorderColor = true;
     this.tbLongDescription.Properties.Appearance.Options.UseForeColor = true;
     this.tbLongDescription.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbLongDescription.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbLongDescription.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbLongDescription.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbLongDescription.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbLongDescription.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbLongDescription.Properties.BorderStyle = BorderStyles.Simple;
     this.tbLongDescription.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbLongDescription.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbLongDescription.Size = new Size(0x245, 0x59);
     this.tbLongDescription.TabIndex = 30;
     this.gpgLabel11.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel11.AutoSize = true;
     this.gpgLabel11.AutoStyle = true;
     this.gpgLabel11.Font = new Font("Arial", 9.75f);
     this.gpgLabel11.ForeColor = Color.White;
     this.gpgLabel11.IgnoreMouseWheel = false;
     this.gpgLabel11.IsStyled = false;
     this.gpgLabel11.Location = new Point(13, 0x1b0);
     this.gpgLabel11.Name = "gpgLabel11";
     this.gpgLabel11.Size = new Size(0xb2, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel11, null);
     this.gpgLabel11.TabIndex = 0x1d;
     this.gpgLabel11.Text = "Game Description in the vault";
     this.gpgLabel11.TextStyle = TextStyles.Default;
     this.tbInstallDirectory.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.tbInstallDirectory.Location = new Point(0x10, 0x199);
     this.tbInstallDirectory.Name = "tbInstallDirectory";
     this.tbInstallDirectory.Properties.Appearance.BackColor = Color.Black;
     this.tbInstallDirectory.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbInstallDirectory.Properties.Appearance.ForeColor = Color.White;
     this.tbInstallDirectory.Properties.Appearance.Options.UseBackColor = true;
     this.tbInstallDirectory.Properties.Appearance.Options.UseBorderColor = true;
     this.tbInstallDirectory.Properties.Appearance.Options.UseForeColor = true;
     this.tbInstallDirectory.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbInstallDirectory.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbInstallDirectory.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbInstallDirectory.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbInstallDirectory.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbInstallDirectory.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbInstallDirectory.Properties.BorderStyle = BorderStyles.Simple;
     this.tbInstallDirectory.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbInstallDirectory.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbInstallDirectory.Size = new Size(0x245, 20);
     this.tbInstallDirectory.TabIndex = 0x1c;
     this.gpgLabel10.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel10.AutoSize = true;
     this.gpgLabel10.AutoStyle = true;
     this.gpgLabel10.Font = new Font("Arial", 9.75f);
     this.gpgLabel10.ForeColor = Color.White;
     this.gpgLabel10.IgnoreMouseWheel = false;
     this.gpgLabel10.IsStyled = false;
     this.gpgLabel10.Location = new Point(13, 390);
     this.gpgLabel10.Name = "gpgLabel10";
     this.gpgLabel10.Size = new Size(0x23e, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel10, null);
     this.gpgLabel10.TabIndex = 0x1b;
     this.gpgLabel10.Text = @"Suggested Installation Directory under Program Files (example: Gas Powered Games\Test Game)";
     this.gpgLabel10.TextStyle = TextStyles.Default;
     this.tbPatchUrl.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.tbPatchUrl.Location = new Point(0x10, 0x16f);
     this.tbPatchUrl.Name = "tbPatchUrl";
     this.tbPatchUrl.Properties.Appearance.BackColor = Color.Black;
     this.tbPatchUrl.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbPatchUrl.Properties.Appearance.ForeColor = Color.White;
     this.tbPatchUrl.Properties.Appearance.Options.UseBackColor = true;
     this.tbPatchUrl.Properties.Appearance.Options.UseBorderColor = true;
     this.tbPatchUrl.Properties.Appearance.Options.UseForeColor = true;
     this.tbPatchUrl.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbPatchUrl.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbPatchUrl.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbPatchUrl.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbPatchUrl.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbPatchUrl.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbPatchUrl.Properties.BorderStyle = BorderStyles.Simple;
     this.tbPatchUrl.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbPatchUrl.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbPatchUrl.Size = new Size(0x245, 20);
     this.tbPatchUrl.TabIndex = 0x1a;
     this.gpgLabel9.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel9.AutoSize = true;
     this.gpgLabel9.AutoStyle = true;
     this.gpgLabel9.Font = new Font("Arial", 9.75f);
     this.gpgLabel9.ForeColor = Color.White;
     this.gpgLabel9.IgnoreMouseWheel = false;
     this.gpgLabel9.IsStyled = false;
     this.gpgLabel9.Location = new Point(13, 0x15c);
     this.gpgLabel9.Name = "gpgLabel9";
     this.gpgLabel9.Size = new Size(0x83, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel9, null);
     this.gpgLabel9.TabIndex = 0x19;
     this.gpgLabel9.Text = "Patch Download URL";
     this.gpgLabel9.TextStyle = TextStyles.Default;
     this.tbPatcherAppUrl.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.tbPatcherAppUrl.Location = new Point(0x10, 0x145);
     this.tbPatcherAppUrl.Name = "tbPatcherAppUrl";
     this.tbPatcherAppUrl.Properties.Appearance.BackColor = Color.Black;
     this.tbPatcherAppUrl.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbPatcherAppUrl.Properties.Appearance.ForeColor = Color.White;
     this.tbPatcherAppUrl.Properties.Appearance.Options.UseBackColor = true;
     this.tbPatcherAppUrl.Properties.Appearance.Options.UseBorderColor = true;
     this.tbPatcherAppUrl.Properties.Appearance.Options.UseForeColor = true;
     this.tbPatcherAppUrl.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbPatcherAppUrl.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbPatcherAppUrl.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbPatcherAppUrl.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbPatcherAppUrl.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbPatcherAppUrl.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbPatcherAppUrl.Properties.BorderStyle = BorderStyles.Simple;
     this.tbPatcherAppUrl.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbPatcherAppUrl.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbPatcherAppUrl.Size = new Size(0x245, 20);
     this.tbPatcherAppUrl.TabIndex = 0x18;
     this.gpgLabel8.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel8.AutoSize = true;
     this.gpgLabel8.AutoStyle = true;
     this.gpgLabel8.Font = new Font("Arial", 9.75f);
     this.gpgLabel8.ForeColor = Color.White;
     this.gpgLabel8.IgnoreMouseWheel = false;
     this.gpgLabel8.IsStyled = false;
     this.gpgLabel8.Location = new Point(13, 0x132);
     this.gpgLabel8.Name = "gpgLabel8";
     this.gpgLabel8.Size = new Size(150, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel8, null);
     this.gpgLabel8.TabIndex = 0x17;
     this.gpgLabel8.Text = "Patcher Application URL";
     this.gpgLabel8.TextStyle = TextStyles.Default;
     this.tbIconLabel.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.tbIconLabel.Location = new Point(0x10, 0x11b);
     this.tbIconLabel.Name = "tbIconLabel";
     this.tbIconLabel.Properties.Appearance.BackColor = Color.Black;
     this.tbIconLabel.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbIconLabel.Properties.Appearance.ForeColor = Color.White;
     this.tbIconLabel.Properties.Appearance.Options.UseBackColor = true;
     this.tbIconLabel.Properties.Appearance.Options.UseBorderColor = true;
     this.tbIconLabel.Properties.Appearance.Options.UseForeColor = true;
     this.tbIconLabel.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbIconLabel.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbIconLabel.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbIconLabel.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbIconLabel.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbIconLabel.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbIconLabel.Properties.BorderStyle = BorderStyles.Simple;
     this.tbIconLabel.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbIconLabel.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbIconLabel.Size = new Size(0x245, 20);
     this.tbIconLabel.TabIndex = 0x16;
     this.gpgLabel7.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel7.AutoSize = true;
     this.gpgLabel7.AutoStyle = true;
     this.gpgLabel7.Font = new Font("Arial", 9.75f);
     this.gpgLabel7.ForeColor = Color.White;
     this.gpgLabel7.IgnoreMouseWheel = false;
     this.gpgLabel7.IsStyled = false;
     this.gpgLabel7.Location = new Point(13, 0x108);
     this.gpgLabel7.Name = "gpgLabel7";
     this.gpgLabel7.Size = new Size(0xf5, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel7, null);
     this.gpgLabel7.TabIndex = 0x15;
     this.gpgLabel7.Text = "Icon Label (Appears on top of game icon)";
     this.gpgLabel7.TextStyle = TextStyles.Default;
     this.tbForcedCommandLineArgs.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.tbForcedCommandLineArgs.Location = new Point(0x10, 0xf1);
     this.tbForcedCommandLineArgs.Name = "tbForcedCommandLineArgs";
     this.tbForcedCommandLineArgs.Properties.Appearance.BackColor = Color.Black;
     this.tbForcedCommandLineArgs.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbForcedCommandLineArgs.Properties.Appearance.ForeColor = Color.White;
     this.tbForcedCommandLineArgs.Properties.Appearance.Options.UseBackColor = true;
     this.tbForcedCommandLineArgs.Properties.Appearance.Options.UseBorderColor = true;
     this.tbForcedCommandLineArgs.Properties.Appearance.Options.UseForeColor = true;
     this.tbForcedCommandLineArgs.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbForcedCommandLineArgs.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbForcedCommandLineArgs.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbForcedCommandLineArgs.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbForcedCommandLineArgs.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbForcedCommandLineArgs.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbForcedCommandLineArgs.Properties.BorderStyle = BorderStyles.Simple;
     this.tbForcedCommandLineArgs.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbForcedCommandLineArgs.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbForcedCommandLineArgs.Size = new Size(0x245, 20);
     this.tbForcedCommandLineArgs.TabIndex = 20;
     this.gpgLabel6.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel6.AutoSize = true;
     this.gpgLabel6.AutoStyle = true;
     this.gpgLabel6.Font = new Font("Arial", 9.75f);
     this.gpgLabel6.ForeColor = Color.White;
     this.gpgLabel6.IgnoreMouseWheel = false;
     this.gpgLabel6.IsStyled = false;
     this.gpgLabel6.Location = new Point(13, 0xde);
     this.gpgLabel6.Name = "gpgLabel6";
     this.gpgLabel6.Size = new Size(0x119, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel6, null);
     this.gpgLabel6.TabIndex = 0x13;
     this.gpgLabel6.Text = "Force Command Line Arguments on All Users";
     this.gpgLabel6.TextStyle = TextStyles.Default;
     this.tbRelativeAppDirectory.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.tbRelativeAppDirectory.Location = new Point(0x10, 0xc7);
     this.tbRelativeAppDirectory.Name = "tbRelativeAppDirectory";
     this.tbRelativeAppDirectory.Properties.Appearance.BackColor = Color.Black;
     this.tbRelativeAppDirectory.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbRelativeAppDirectory.Properties.Appearance.ForeColor = Color.White;
     this.tbRelativeAppDirectory.Properties.Appearance.Options.UseBackColor = true;
     this.tbRelativeAppDirectory.Properties.Appearance.Options.UseBorderColor = true;
     this.tbRelativeAppDirectory.Properties.Appearance.Options.UseForeColor = true;
     this.tbRelativeAppDirectory.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbRelativeAppDirectory.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbRelativeAppDirectory.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbRelativeAppDirectory.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbRelativeAppDirectory.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbRelativeAppDirectory.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbRelativeAppDirectory.Properties.BorderStyle = BorderStyles.Simple;
     this.tbRelativeAppDirectory.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbRelativeAppDirectory.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbRelativeAppDirectory.Size = new Size(0x245, 20);
     this.tbRelativeAppDirectory.TabIndex = 0x12;
     this.gpgLabel5.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel5.AutoSize = true;
     this.gpgLabel5.AutoStyle = true;
     this.gpgLabel5.Font = new Font("Arial", 9.75f);
     this.gpgLabel5.ForeColor = Color.White;
     this.gpgLabel5.IgnoreMouseWheel = false;
     this.gpgLabel5.IsStyled = false;
     this.gpgLabel5.Location = new Point(13, 180);
     this.gpgLabel5.Name = "gpgLabel5";
     this.gpgLabel5.Size = new Size(0xb1, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel5, null);
     this.gpgLabel5.TabIndex = 0x11;
     this.gpgLabel5.Text = "Relative Application Directory";
     this.gpgLabel5.TextStyle = TextStyles.Default;
     this.tbRelativeVersionFile.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.tbRelativeVersionFile.Location = new Point(0x10, 0x9d);
     this.tbRelativeVersionFile.Name = "tbRelativeVersionFile";
     this.tbRelativeVersionFile.Properties.Appearance.BackColor = Color.Black;
     this.tbRelativeVersionFile.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbRelativeVersionFile.Properties.Appearance.ForeColor = Color.White;
     this.tbRelativeVersionFile.Properties.Appearance.Options.UseBackColor = true;
     this.tbRelativeVersionFile.Properties.Appearance.Options.UseBorderColor = true;
     this.tbRelativeVersionFile.Properties.Appearance.Options.UseForeColor = true;
     this.tbRelativeVersionFile.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbRelativeVersionFile.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbRelativeVersionFile.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbRelativeVersionFile.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbRelativeVersionFile.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbRelativeVersionFile.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbRelativeVersionFile.Properties.BorderStyle = BorderStyles.Simple;
     this.tbRelativeVersionFile.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbRelativeVersionFile.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbRelativeVersionFile.Size = new Size(0x245, 20);
     this.tbRelativeVersionFile.TabIndex = 0x10;
     this.gpgLabel4.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel4.AutoSize = true;
     this.gpgLabel4.AutoStyle = true;
     this.gpgLabel4.Font = new Font("Arial", 9.75f);
     this.gpgLabel4.ForeColor = Color.White;
     this.gpgLabel4.IgnoreMouseWheel = false;
     this.gpgLabel4.IsStyled = false;
     this.gpgLabel4.Location = new Point(13, 0x8a);
     this.gpgLabel4.Name = "gpgLabel4";
     this.gpgLabel4.Size = new Size(0x7e, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel4, null);
     this.gpgLabel4.TabIndex = 15;
     this.gpgLabel4.Text = "Relative Version File";
     this.gpgLabel4.TextStyle = TextStyles.Default;
     this.tbCurrentBuild.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.tbCurrentBuild.Location = new Point(0x10, 0x73);
     this.tbCurrentBuild.Name = "tbCurrentBuild";
     this.tbCurrentBuild.Properties.Appearance.BackColor = Color.Black;
     this.tbCurrentBuild.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbCurrentBuild.Properties.Appearance.ForeColor = Color.White;
     this.tbCurrentBuild.Properties.Appearance.Options.UseBackColor = true;
     this.tbCurrentBuild.Properties.Appearance.Options.UseBorderColor = true;
     this.tbCurrentBuild.Properties.Appearance.Options.UseForeColor = true;
     this.tbCurrentBuild.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbCurrentBuild.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbCurrentBuild.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbCurrentBuild.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbCurrentBuild.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbCurrentBuild.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbCurrentBuild.Properties.BorderStyle = BorderStyles.Simple;
     this.tbCurrentBuild.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbCurrentBuild.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbCurrentBuild.Size = new Size(0x245, 20);
     this.tbCurrentBuild.TabIndex = 14;
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoSize = true;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Arial", 9.75f);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(13, 0x60);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x62, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 13;
     this.gpgLabel1.Text = "Current Version";
     this.gpgLabel1.TextStyle = TextStyles.Default;
     this.gpgLabel2.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel2.AutoSize = true;
     this.gpgLabel2.AutoStyle = true;
     this.gpgLabel2.Font = new Font("Arial", 9.75f);
     this.gpgLabel2.ForeColor = Color.White;
     this.gpgLabel2.IgnoreMouseWheel = false;
     this.gpgLabel2.IsStyled = false;
     this.gpgLabel2.Location = new Point(13, 12);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x70, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 9;
     this.gpgLabel2.Text = "Game Description";
     this.gpgLabel2.TextStyle = TextStyles.Default;
     this.tbDescription.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.tbDescription.Location = new Point(0x10, 0x1f);
     this.tbDescription.Name = "tbDescription";
     this.tbDescription.Properties.Appearance.BackColor = Color.Black;
     this.tbDescription.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbDescription.Properties.Appearance.ForeColor = Color.White;
     this.tbDescription.Properties.Appearance.Options.UseBackColor = true;
     this.tbDescription.Properties.Appearance.Options.UseBorderColor = true;
     this.tbDescription.Properties.Appearance.Options.UseForeColor = true;
     this.tbDescription.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbDescription.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbDescription.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbDescription.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbDescription.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbDescription.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbDescription.Properties.BorderStyle = BorderStyles.Simple;
     this.tbDescription.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbDescription.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbDescription.Size = new Size(0x245, 20);
     this.tbDescription.TabIndex = 10;
     this.tbExeName.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.tbExeName.Location = new Point(0x10, 0x49);
     this.tbExeName.Name = "tbExeName";
     this.tbExeName.Properties.Appearance.BackColor = Color.Black;
     this.tbExeName.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbExeName.Properties.Appearance.ForeColor = Color.White;
     this.tbExeName.Properties.Appearance.Options.UseBackColor = true;
     this.tbExeName.Properties.Appearance.Options.UseBorderColor = true;
     this.tbExeName.Properties.Appearance.Options.UseForeColor = true;
     this.tbExeName.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbExeName.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbExeName.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbExeName.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbExeName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbExeName.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbExeName.Properties.BorderStyle = BorderStyles.Simple;
     this.tbExeName.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbExeName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbExeName.Size = new Size(0x245, 20);
     this.tbExeName.TabIndex = 12;
     this.gpgLabel3.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel3.AutoSize = true;
     this.gpgLabel3.AutoStyle = true;
     this.gpgLabel3.Font = new Font("Arial", 9.75f);
     this.gpgLabel3.ForeColor = Color.White;
     this.gpgLabel3.IgnoreMouseWheel = false;
     this.gpgLabel3.IsStyled = false;
     this.gpgLabel3.Location = new Point(13, 0x36);
     this.gpgLabel3.Name = "gpgLabel3";
     this.gpgLabel3.Size = new Size(0x45, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel3, null);
     this.gpgLabel3.TabIndex = 11;
     this.gpgLabel3.Text = "Exe Name";
     this.gpgLabel3.TextStyle = TextStyles.Default;
     this.sbAdd.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.sbAdd.AutoStyle = true;
     this.sbAdd.BackColor = Color.Black;
     this.sbAdd.ButtonState = 0;
     this.sbAdd.DialogResult = DialogResult.OK;
     this.sbAdd.DisabledForecolor = Color.Gray;
     this.sbAdd.DrawColor = Color.White;
     this.sbAdd.DrawEdges = true;
     this.sbAdd.FocusColor = Color.Yellow;
     this.sbAdd.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.sbAdd.ForeColor = Color.White;
     this.sbAdd.HorizontalScalingMode = ScalingModes.Tile;
     this.sbAdd.IsStyled = true;
     this.sbAdd.Location = new Point(0x169, 0x2ab);
     this.sbAdd.Name = "sbAdd";
     this.sbAdd.Size = new Size(0x7f, 0x1c);
     this.sbAdd.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.sbAdd, null);
     this.sbAdd.TabIndex = 30;
     this.sbAdd.TabStop = true;
     this.sbAdd.Text = "Add New Game";
     this.sbAdd.TextAlign = ContentAlignment.MiddleCenter;
     this.sbAdd.TextPadding = new Padding(0);
     this.sbModify.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.sbModify.AutoStyle = true;
     this.sbModify.BackColor = Color.Black;
     this.sbModify.ButtonState = 0;
     this.sbModify.DialogResult = DialogResult.OK;
     this.sbModify.DisabledForecolor = Color.Gray;
     this.sbModify.DrawColor = Color.White;
     this.sbModify.DrawEdges = true;
     this.sbModify.FocusColor = Color.Yellow;
     this.sbModify.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.sbModify.ForeColor = Color.White;
     this.sbModify.HorizontalScalingMode = ScalingModes.Tile;
     this.sbModify.IsStyled = true;
     this.sbModify.Location = new Point(0x273, 0x2ab);
     this.sbModify.Name = "sbModify";
     this.sbModify.Size = new Size(0x7f, 0x1c);
     this.sbModify.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.sbModify, null);
     this.sbModify.TabIndex = 0x20;
     this.sbModify.TabStop = true;
     this.sbModify.Text = "Modify";
     this.sbModify.TextAlign = ContentAlignment.MiddleCenter;
     this.sbModify.TextPadding = new Padding(0);
     this.sbCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.sbCancel.AutoStyle = true;
     this.sbCancel.BackColor = Color.Black;
     this.sbCancel.ButtonState = 0;
     this.sbCancel.DialogResult = DialogResult.OK;
     this.sbCancel.DisabledForecolor = Color.Gray;
     this.sbCancel.DrawColor = Color.White;
     this.sbCancel.DrawEdges = true;
     this.sbCancel.Enabled = false;
     this.sbCancel.FocusColor = Color.Yellow;
     this.sbCancel.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.sbCancel.ForeColor = Color.White;
     this.sbCancel.HorizontalScalingMode = ScalingModes.Tile;
     this.sbCancel.IsStyled = true;
     this.sbCancel.Location = new Point(760, 0x2ab);
     this.sbCancel.Name = "sbCancel";
     this.sbCancel.Size = new Size(0x7f, 0x1c);
     this.sbCancel.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.sbCancel, null);
     this.sbCancel.TabIndex = 0x21;
     this.sbCancel.TabStop = true;
     this.sbCancel.Text = "Cancel";
     this.sbCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.sbCancel.TextPadding = new Padding(0);
     this.sbSaveChanges.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.sbSaveChanges.AutoStyle = true;
     this.sbSaveChanges.BackColor = Color.Black;
     this.sbSaveChanges.ButtonState = 0;
     this.sbSaveChanges.DialogResult = DialogResult.OK;
     this.sbSaveChanges.DisabledForecolor = Color.Gray;
     this.sbSaveChanges.DrawColor = Color.White;
     this.sbSaveChanges.DrawEdges = true;
     this.sbSaveChanges.Enabled = false;
     this.sbSaveChanges.FocusColor = Color.Yellow;
     this.sbSaveChanges.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.sbSaveChanges.ForeColor = Color.White;
     this.sbSaveChanges.HorizontalScalingMode = ScalingModes.Tile;
     this.sbSaveChanges.IsStyled = true;
     this.sbSaveChanges.Location = new Point(0x1ee, 0x2ab);
     this.sbSaveChanges.Name = "sbSaveChanges";
     this.sbSaveChanges.Size = new Size(0x7f, 0x1c);
     this.sbSaveChanges.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.sbSaveChanges, null);
     this.sbSaveChanges.TabIndex = 0x22;
     this.sbSaveChanges.TabStop = true;
     this.sbSaveChanges.Text = "Save Changes";
     this.sbSaveChanges.TextAlign = ContentAlignment.MiddleCenter;
     this.sbSaveChanges.TextPadding = new Padding(0);
     this.bpGames.Anchor = AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.bpGames.Controls.Add(this.lbGames);
     this.bpGames.GPGBorderStyle = GPGBorderStyle.Web;
     this.bpGames.Location = new Point(12, 0x6c);
     this.bpGames.Name = "bpGames";
     this.bpGames.Size = new Size(0xfc, 0x239);
     base.ttDefault.SetSuperTip(this.bpGames, null);
     this.bpGames.TabIndex = 0x23;
     this.bpGames.Text = "gpgBorderPanel1";
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x381, 0x31c);
     base.Controls.Add(this.bpGames);
     base.Controls.Add(this.sbSaveChanges);
     base.Controls.Add(this.sbCancel);
     base.Controls.Add(this.sbModify);
     base.Controls.Add(this.bpModify);
     base.Controls.Add(this.sbAdd);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.Name = "DlgGameVersionManager";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "DlgGameVersionManager";
     base.Controls.SetChildIndex(this.sbAdd, 0);
     base.Controls.SetChildIndex(this.bpModify, 0);
     base.Controls.SetChildIndex(this.sbModify, 0);
     base.Controls.SetChildIndex(this.sbCancel, 0);
     base.Controls.SetChildIndex(this.sbSaveChanges, 0);
     base.Controls.SetChildIndex(this.bpGames, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.bpModify.ResumeLayout(false);
     this.bpModify.PerformLayout();
     this.tbLongDescription.Properties.EndInit();
     this.tbInstallDirectory.Properties.EndInit();
     this.tbPatchUrl.Properties.EndInit();
     this.tbPatcherAppUrl.Properties.EndInit();
     this.tbIconLabel.Properties.EndInit();
     this.tbForcedCommandLineArgs.Properties.EndInit();
     this.tbRelativeAppDirectory.Properties.EndInit();
     this.tbRelativeVersionFile.Properties.EndInit();
     this.tbCurrentBuild.Properties.EndInit();
     this.tbDescription.Properties.EndInit();
     this.tbExeName.Properties.EndInit();
     this.bpGames.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new Container();
     this.gpgBorderPanel2 = new GPGBorderPanel();
     this.dragPlayers = new GPGDragList();
     this.cmsGridOptions = new ContextMenuStrip(this.components);
     this.assignWinToolStripMenuItem = new ToolStripMenuItem();
     this.makePlayer2WinnerToolStripMenuItem = new ToolStripMenuItem();
     this.assignDrawToolStripMenuItem = new ToolStripMenuItem();
     this.resetRoundResultsToolStripMenuItem = new ToolStripMenuItem();
     this.launchGameToolStripMenuItem = new ToolStripMenuItem();
     this.manuallSetMatchupRecordsToolStripMenuItem = new ToolStripMenuItem();
     this.forcefullyEndGameToolStripMenuItem = new ToolStripMenuItem();
     this.skinLabel2 = new SkinLabel();
     this.skinLabel1 = new SkinLabel();
     this.btnTournament = new SkinButton();
     this.btnEject = new SkinButton();
     this.btnRound = new SkinButton();
     this.btnAutoPair = new SkinButton();
     this.btnCustomRoom = new SkinButton();
     this.btnBroadcastPairings = new SkinButton();
     this.btnStandings = new SkinButton();
     this.btnEjectOffline = new SkinButton();
     this.btnBeginNoLaunch = new SkinButton();
     this.btnInject = new SkinButton();
     this.btnLocatePlayer = new SkinButton();
     this.btnLaunchChat = new SkinButton();
     this.btnResetScores = new SkinButton();
     this.btnSetNoResult = new SkinButton();
     this.btnRandomRecs = new SkinButton();
     this.btnRandomResults = new SkinButton();
     this.skinButton1 = new SkinButton();
     this.cbMap = new GPGDropDownList();
     this.gpgLabel7 = new GPGLabel();
     this.skinButtonHonorPoints = new SkinButton();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgBorderPanel2.SuspendLayout();
     this.cmsGridOptions.SuspendLayout();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x424, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgBorderPanel2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgBorderPanel2.Controls.Add(this.dragPlayers);
     this.gpgBorderPanel2.Controls.Add(this.skinLabel2);
     this.gpgBorderPanel2.Controls.Add(this.skinLabel1);
     this.gpgBorderPanel2.GPGBorderStyle = GPGBorderStyle.Rectangle;
     this.gpgBorderPanel2.Location = new Point(0x15, 0x53);
     this.gpgBorderPanel2.Name = "gpgBorderPanel2";
     this.gpgBorderPanel2.Padding = new Padding(2);
     this.gpgBorderPanel2.Size = new Size(0x437, 0x1c7);
     base.ttDefault.SetSuperTip(this.gpgBorderPanel2, null);
     this.gpgBorderPanel2.TabIndex = 8;
     this.gpgBorderPanel2.Text = "gpgBorderPanel2";
     this.dragPlayers.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.dragPlayers.ContextMenuStrip = this.cmsGridOptions;
     this.dragPlayers.HighlightPlayer = "";
     this.dragPlayers.ItemHeight = 15;
     this.dragPlayers.ItemWidth = 200;
     this.dragPlayers.Location = new Point(2, 0x15);
     this.dragPlayers.Name = "dragPlayers";
     this.dragPlayers.Size = new Size(0x433, 0x1b0);
     base.ttDefault.SetSuperTip(this.dragPlayers, null);
     this.dragPlayers.TabIndex = 15;
     this.dragPlayers.Text = "gpgDragList1";
     this.cmsGridOptions.Items.AddRange(new ToolStripItem[] { this.assignWinToolStripMenuItem, this.makePlayer2WinnerToolStripMenuItem, this.assignDrawToolStripMenuItem, this.resetRoundResultsToolStripMenuItem, this.launchGameToolStripMenuItem, this.manuallSetMatchupRecordsToolStripMenuItem, this.forcefullyEndGameToolStripMenuItem });
     this.cmsGridOptions.Name = "cmsGridOptions";
     this.cmsGridOptions.Size = new Size(0xde, 0x9e);
     base.ttDefault.SetSuperTip(this.cmsGridOptions, null);
     this.assignWinToolStripMenuItem.Name = "assignWinToolStripMenuItem";
     this.assignWinToolStripMenuItem.Size = new Size(0xdd, 0x16);
     this.assignWinToolStripMenuItem.Text = "Make Player 1 Winner";
     this.assignWinToolStripMenuItem.Visible = false;
     this.assignWinToolStripMenuItem.Click += new EventHandler(this.setPlayer1WinnerToolStripMenuItem_Click);
     this.makePlayer2WinnerToolStripMenuItem.Name = "makePlayer2WinnerToolStripMenuItem";
     this.makePlayer2WinnerToolStripMenuItem.Size = new Size(0xdd, 0x16);
     this.makePlayer2WinnerToolStripMenuItem.Text = "Make Player 2 Winner";
     this.makePlayer2WinnerToolStripMenuItem.Visible = false;
     this.makePlayer2WinnerToolStripMenuItem.Click += new EventHandler(this.setPlayer2WinnerToolStripMenuItem_Click);
     this.assignDrawToolStripMenuItem.Name = "assignDrawToolStripMenuItem";
     this.assignDrawToolStripMenuItem.Size = new Size(0xdd, 0x16);
     this.assignDrawToolStripMenuItem.Text = "Assign Draw";
     this.assignDrawToolStripMenuItem.Visible = false;
     this.assignDrawToolStripMenuItem.Click += new EventHandler(this.setDrawToolStripMenuItem_Click);
     this.resetRoundResultsToolStripMenuItem.Name = "resetRoundResultsToolStripMenuItem";
     this.resetRoundResultsToolStripMenuItem.Size = new Size(0xdd, 0x16);
     this.resetRoundResultsToolStripMenuItem.Text = "Clear Round Results";
     this.resetRoundResultsToolStripMenuItem.Visible = false;
     this.resetRoundResultsToolStripMenuItem.Click += new EventHandler(this.clearResultToolStripMenuItem_Click);
     this.launchGameToolStripMenuItem.Name = "launchGameToolStripMenuItem";
     this.launchGameToolStripMenuItem.Size = new Size(0xdd, 0x16);
     this.launchGameToolStripMenuItem.Text = "Launch Game";
     this.launchGameToolStripMenuItem.Click += new EventHandler(this.launchGameToolStripMenuItem_Click);
     this.manuallSetMatchupRecordsToolStripMenuItem.Name = "manuallSetMatchupRecordsToolStripMenuItem";
     this.manuallSetMatchupRecordsToolStripMenuItem.Size = new Size(0xdd, 0x16);
     this.manuallSetMatchupRecordsToolStripMenuItem.Text = "Manually Set Matchup Records";
     this.manuallSetMatchupRecordsToolStripMenuItem.Click += new EventHandler(this.manuallSetMatchupRecordsToolStripMenuItem_Click);
     this.forcefullyEndGameToolStripMenuItem.Name = "forcefullyEndGameToolStripMenuItem";
     this.forcefullyEndGameToolStripMenuItem.Size = new Size(0xdd, 0x16);
     this.forcefullyEndGameToolStripMenuItem.Text = "Forcefully End Game";
     this.forcefullyEndGameToolStripMenuItem.Click += new EventHandler(this.forcefullyEndGameToolStripMenuItem_Click);
     this.skinLabel2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabel2.AutoStyle = false;
     this.skinLabel2.BackColor = Color.Transparent;
     this.skinLabel2.DrawEdges = true;
     this.skinLabel2.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabel2.ForeColor = Color.White;
     this.skinLabel2.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel2.IsStyled = false;
     this.skinLabel2.Location = new Point(0xd8, 2);
     this.skinLabel2.Name = "skinLabel2";
     this.skinLabel2.Size = new Size(0x35e, 20);
     this.skinLabel2.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel2, null);
     this.skinLabel2.TabIndex = 14;
     this.skinLabel2.Text = "<LOC>Paired Players";
     this.skinLabel2.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel2.TextPadding = new Padding(0);
     this.skinLabel1.AutoStyle = false;
     this.skinLabel1.BackColor = Color.Transparent;
     this.skinLabel1.DrawEdges = true;
     this.skinLabel1.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabel1.ForeColor = Color.White;
     this.skinLabel1.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel1.IsStyled = false;
     this.skinLabel1.Location = new Point(2, 2);
     this.skinLabel1.Name = "skinLabel1";
     this.skinLabel1.Size = new Size(0xc9, 20);
     this.skinLabel1.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel1, null);
     this.skinLabel1.TabIndex = 12;
     this.skinLabel1.Text = "<LOC>Unpaired Players";
     this.skinLabel1.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel1.TextPadding = new Padding(0);
     this.btnTournament.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnTournament.AutoStyle = true;
     this.btnTournament.BackColor = Color.Black;
     this.btnTournament.ButtonState = 0;
     this.btnTournament.DialogResult = DialogResult.None;
     this.btnTournament.DisabledForecolor = Color.Gray;
     this.btnTournament.DrawColor = Color.White;
     this.btnTournament.DrawEdges = true;
     this.btnTournament.FocusColor = Color.Yellow;
     this.btnTournament.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnTournament.ForeColor = Color.White;
     this.btnTournament.HorizontalScalingMode = ScalingModes.Tile;
     this.btnTournament.IsStyled = true;
     this.btnTournament.Location = new Point(0x3cc, 0x21e);
     this.btnTournament.Name = "btnTournament";
     this.btnTournament.Size = new Size(130, 0x16);
     this.btnTournament.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnTournament, null);
     this.btnTournament.TabIndex = 0x1d;
     this.btnTournament.TabStop = true;
     this.btnTournament.Text = "<LOC>Begin Tournament";
     this.btnTournament.TextAlign = ContentAlignment.MiddleCenter;
     this.btnTournament.TextPadding = new Padding(0);
     this.btnTournament.Click += new EventHandler(this.btnTournament_Click);
     this.btnEject.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnEject.AutoStyle = true;
     this.btnEject.BackColor = Color.Black;
     this.btnEject.ButtonState = 0;
     this.btnEject.DialogResult = DialogResult.None;
     this.btnEject.DisabledForecolor = Color.Gray;
     this.btnEject.DrawColor = Color.White;
     this.btnEject.DrawEdges = true;
     this.btnEject.FocusColor = Color.Yellow;
     this.btnEject.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnEject.ForeColor = Color.White;
     this.btnEject.HorizontalScalingMode = ScalingModes.Tile;
     this.btnEject.IsStyled = true;
     this.btnEject.Location = new Point(0x344, 0x21e);
     this.btnEject.Name = "btnEject";
     this.btnEject.Size = new Size(130, 0x16);
     this.btnEject.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnEject, null);
     this.btnEject.TabIndex = 30;
     this.btnEject.TabStop = true;
     this.btnEject.Text = "<LOC>Eject Player";
     this.btnEject.TextAlign = ContentAlignment.MiddleCenter;
     this.btnEject.TextPadding = new Padding(0);
     this.btnEject.Click += new EventHandler(this.btnEject_Click);
     this.btnRound.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnRound.AutoStyle = true;
     this.btnRound.BackColor = Color.Black;
     this.btnRound.ButtonState = 0;
     this.btnRound.DialogResult = DialogResult.None;
     this.btnRound.DisabledForecolor = Color.Gray;
     this.btnRound.DrawColor = Color.White;
     this.btnRound.DrawEdges = true;
     this.btnRound.FocusColor = Color.Yellow;
     this.btnRound.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnRound.ForeColor = Color.White;
     this.btnRound.HorizontalScalingMode = ScalingModes.Tile;
     this.btnRound.IsStyled = true;
     this.btnRound.Location = new Point(0x235, 0x21e);
     this.btnRound.Name = "btnRound";
     this.btnRound.Size = new Size(130, 0x16);
     this.btnRound.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnRound, null);
     this.btnRound.TabIndex = 0x1f;
     this.btnRound.TabStop = true;
     this.btnRound.Text = "<LOC>Begin Round";
     this.btnRound.TextAlign = ContentAlignment.MiddleCenter;
     this.btnRound.TextPadding = new Padding(0);
     this.btnRound.Click += new EventHandler(this.btnRound_Click);
     this.btnAutoPair.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnAutoPair.AutoStyle = true;
     this.btnAutoPair.BackColor = Color.Black;
     this.btnAutoPair.ButtonState = 0;
     this.btnAutoPair.DialogResult = DialogResult.None;
     this.btnAutoPair.DisabledForecolor = Color.Gray;
     this.btnAutoPair.DrawColor = Color.White;
     this.btnAutoPair.DrawEdges = true;
     this.btnAutoPair.FocusColor = Color.Yellow;
     this.btnAutoPair.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnAutoPair.ForeColor = Color.White;
     this.btnAutoPair.HorizontalScalingMode = ScalingModes.Tile;
     this.btnAutoPair.IsStyled = true;
     this.btnAutoPair.Location = new Point(0x1ad, 0x21e);
     this.btnAutoPair.Name = "btnAutoPair";
     this.btnAutoPair.Size = new Size(130, 0x16);
     this.btnAutoPair.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnAutoPair, null);
     this.btnAutoPair.TabIndex = 0x20;
     this.btnAutoPair.TabStop = true;
     this.btnAutoPair.Text = "<LOC>Auto Pair";
     this.btnAutoPair.TextAlign = ContentAlignment.MiddleCenter;
     this.btnAutoPair.TextPadding = new Padding(0);
     this.btnAutoPair.Click += new EventHandler(this.btnAutoPair_Click);
     this.btnCustomRoom.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnCustomRoom.AutoStyle = true;
     this.btnCustomRoom.BackColor = Color.Black;
     this.btnCustomRoom.ButtonState = 0;
     this.btnCustomRoom.DialogResult = DialogResult.None;
     this.btnCustomRoom.DisabledForecolor = Color.Gray;
     this.btnCustomRoom.DrawColor = Color.White;
     this.btnCustomRoom.DrawEdges = true;
     this.btnCustomRoom.FocusColor = Color.Yellow;
     this.btnCustomRoom.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnCustomRoom.ForeColor = Color.White;
     this.btnCustomRoom.HorizontalScalingMode = ScalingModes.Tile;
     this.btnCustomRoom.IsStyled = true;
     this.btnCustomRoom.Location = new Point(0x15, 0x21e);
     this.btnCustomRoom.Name = "btnCustomRoom";
     this.btnCustomRoom.Size = new Size(130, 0x16);
     this.btnCustomRoom.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnCustomRoom, null);
     this.btnCustomRoom.TabIndex = 0x22;
     this.btnCustomRoom.TabStop = true;
     this.btnCustomRoom.Text = "<LOC>Custom Room";
     this.btnCustomRoom.TextAlign = ContentAlignment.MiddleCenter;
     this.btnCustomRoom.TextPadding = new Padding(0);
     this.btnCustomRoom.Click += new EventHandler(this.btnCustomRoom_Click);
     this.btnBroadcastPairings.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnBroadcastPairings.AutoStyle = true;
     this.btnBroadcastPairings.BackColor = Color.Black;
     this.btnBroadcastPairings.ButtonState = 0;
     this.btnBroadcastPairings.DialogResult = DialogResult.None;
     this.btnBroadcastPairings.DisabledForecolor = Color.Gray;
     this.btnBroadcastPairings.DrawColor = Color.White;
     this.btnBroadcastPairings.DrawEdges = true;
     this.btnBroadcastPairings.FocusColor = Color.Yellow;
     this.btnBroadcastPairings.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnBroadcastPairings.ForeColor = Color.White;
     this.btnBroadcastPairings.HorizontalScalingMode = ScalingModes.Tile;
     this.btnBroadcastPairings.IsStyled = true;
     this.btnBroadcastPairings.Location = new Point(0x125, 0x21e);
     this.btnBroadcastPairings.Name = "btnBroadcastPairings";
     this.btnBroadcastPairings.Size = new Size(130, 0x16);
     this.btnBroadcastPairings.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnBroadcastPairings, null);
     this.btnBroadcastPairings.TabIndex = 0x23;
     this.btnBroadcastPairings.TabStop = true;
     this.btnBroadcastPairings.Text = "<LOC>Broadcast Parings";
     this.btnBroadcastPairings.TextAlign = ContentAlignment.MiddleCenter;
     this.btnBroadcastPairings.TextPadding = new Padding(0);
     this.btnBroadcastPairings.Click += new EventHandler(this.btnBroadcastPairings_Click);
     this.btnStandings.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnStandings.AutoStyle = true;
     this.btnStandings.BackColor = Color.Black;
     this.btnStandings.ButtonState = 0;
     this.btnStandings.DialogResult = DialogResult.None;
     this.btnStandings.DisabledForecolor = Color.Gray;
     this.btnStandings.DrawColor = Color.White;
     this.btnStandings.DrawEdges = true;
     this.btnStandings.FocusColor = Color.Yellow;
     this.btnStandings.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnStandings.ForeColor = Color.White;
     this.btnStandings.HorizontalScalingMode = ScalingModes.Tile;
     this.btnStandings.IsStyled = true;
     this.btnStandings.Location = new Point(0x9d, 0x21e);
     this.btnStandings.Name = "btnStandings";
     this.btnStandings.Size = new Size(130, 0x16);
     this.btnStandings.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnStandings, null);
     this.btnStandings.TabIndex = 0x24;
     this.btnStandings.TabStop = true;
     this.btnStandings.Text = "<LOC>Broadcast Standings";
     this.btnStandings.TextAlign = ContentAlignment.MiddleCenter;
     this.btnStandings.TextPadding = new Padding(0);
     this.btnStandings.Click += new EventHandler(this.btnStandings_Click);
     this.btnEjectOffline.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnEjectOffline.AutoStyle = true;
     this.btnEjectOffline.BackColor = Color.Black;
     this.btnEjectOffline.ButtonState = 0;
     this.btnEjectOffline.DialogResult = DialogResult.None;
     this.btnEjectOffline.DisabledForecolor = Color.Gray;
     this.btnEjectOffline.DrawColor = Color.White;
     this.btnEjectOffline.DrawEdges = true;
     this.btnEjectOffline.FocusColor = Color.Yellow;
     this.btnEjectOffline.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnEjectOffline.ForeColor = Color.White;
     this.btnEjectOffline.HorizontalScalingMode = ScalingModes.Tile;
     this.btnEjectOffline.IsStyled = true;
     this.btnEjectOffline.Location = new Point(0x125, 570);
     this.btnEjectOffline.Name = "btnEjectOffline";
     this.btnEjectOffline.Size = new Size(130, 0x16);
     this.btnEjectOffline.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnEjectOffline, null);
     this.btnEjectOffline.TabIndex = 0x29;
     this.btnEjectOffline.TabStop = true;
     this.btnEjectOffline.Text = "<LOC>Eject Offline";
     this.btnEjectOffline.TextAlign = ContentAlignment.MiddleCenter;
     this.btnEjectOffline.TextPadding = new Padding(0);
     this.btnEjectOffline.Click += new EventHandler(this.btnEjectOffline_Click);
     this.btnBeginNoLaunch.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnBeginNoLaunch.AutoStyle = true;
     this.btnBeginNoLaunch.BackColor = Color.Black;
     this.btnBeginNoLaunch.ButtonState = 0;
     this.btnBeginNoLaunch.DialogResult = DialogResult.None;
     this.btnBeginNoLaunch.DisabledForecolor = Color.Gray;
     this.btnBeginNoLaunch.DrawColor = Color.White;
     this.btnBeginNoLaunch.DrawEdges = true;
     this.btnBeginNoLaunch.FocusColor = Color.Yellow;
     this.btnBeginNoLaunch.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnBeginNoLaunch.ForeColor = Color.White;
     this.btnBeginNoLaunch.HorizontalScalingMode = ScalingModes.Tile;
     this.btnBeginNoLaunch.IsStyled = true;
     this.btnBeginNoLaunch.Location = new Point(0x15, 570);
     this.btnBeginNoLaunch.Name = "btnBeginNoLaunch";
     this.btnBeginNoLaunch.Size = new Size(130, 0x16);
     this.btnBeginNoLaunch.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnBeginNoLaunch, null);
     this.btnBeginNoLaunch.TabIndex = 0x2a;
     this.btnBeginNoLaunch.TabStop = true;
     this.btnBeginNoLaunch.Text = "<LOC>Begin (No Launc)";
     this.btnBeginNoLaunch.TextAlign = ContentAlignment.MiddleCenter;
     this.btnBeginNoLaunch.TextPadding = new Padding(0);
     this.btnBeginNoLaunch.Click += new EventHandler(this.btnBeginNoLaunch_Click);
     this.btnInject.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnInject.AutoStyle = true;
     this.btnInject.BackColor = Color.Black;
     this.btnInject.ButtonState = 0;
     this.btnInject.DialogResult = DialogResult.None;
     this.btnInject.DisabledForecolor = Color.Gray;
     this.btnInject.DrawColor = Color.White;
     this.btnInject.DrawEdges = true;
     this.btnInject.FocusColor = Color.Yellow;
     this.btnInject.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnInject.ForeColor = Color.White;
     this.btnInject.HorizontalScalingMode = ScalingModes.Tile;
     this.btnInject.IsStyled = true;
     this.btnInject.Location = new Point(0x2bd, 0x21e);
     this.btnInject.Name = "btnInject";
     this.btnInject.Size = new Size(130, 0x16);
     this.btnInject.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnInject, null);
     this.btnInject.TabIndex = 0x2b;
     this.btnInject.TabStop = true;
     this.btnInject.Text = "<LOC>Inject Player";
     this.btnInject.TextAlign = ContentAlignment.MiddleCenter;
     this.btnInject.TextPadding = new Padding(0);
     this.btnInject.Click += new EventHandler(this.btnInject_Click);
     this.btnLocatePlayer.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnLocatePlayer.AutoStyle = true;
     this.btnLocatePlayer.BackColor = Color.Black;
     this.btnLocatePlayer.ButtonState = 0;
     this.btnLocatePlayer.DialogResult = DialogResult.None;
     this.btnLocatePlayer.DisabledForecolor = Color.Gray;
     this.btnLocatePlayer.DrawColor = Color.White;
     this.btnLocatePlayer.DrawEdges = true;
     this.btnLocatePlayer.FocusColor = Color.Yellow;
     this.btnLocatePlayer.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnLocatePlayer.ForeColor = Color.White;
     this.btnLocatePlayer.HorizontalScalingMode = ScalingModes.Tile;
     this.btnLocatePlayer.IsStyled = true;
     this.btnLocatePlayer.Location = new Point(0x1ad, 570);
     this.btnLocatePlayer.Name = "btnLocatePlayer";
     this.btnLocatePlayer.Size = new Size(130, 0x16);
     this.btnLocatePlayer.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnLocatePlayer, null);
     this.btnLocatePlayer.TabIndex = 0x2a;
     this.btnLocatePlayer.TabStop = true;
     this.btnLocatePlayer.Text = "<LOC>Locate Player";
     this.btnLocatePlayer.TextAlign = ContentAlignment.MiddleCenter;
     this.btnLocatePlayer.TextPadding = new Padding(0);
     this.btnLocatePlayer.Click += new EventHandler(this.btnLocatePlayer_Click);
     this.btnLaunchChat.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnLaunchChat.AutoStyle = true;
     this.btnLaunchChat.BackColor = Color.Black;
     this.btnLaunchChat.ButtonState = 0;
     this.btnLaunchChat.DialogResult = DialogResult.None;
     this.btnLaunchChat.DisabledForecolor = Color.Gray;
     this.btnLaunchChat.DrawColor = Color.White;
     this.btnLaunchChat.DrawEdges = true;
     this.btnLaunchChat.FocusColor = Color.Yellow;
     this.btnLaunchChat.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnLaunchChat.ForeColor = Color.White;
     this.btnLaunchChat.HorizontalScalingMode = ScalingModes.Tile;
     this.btnLaunchChat.IsStyled = true;
     this.btnLaunchChat.Location = new Point(0x9d, 570);
     this.btnLaunchChat.Name = "btnLaunchChat";
     this.btnLaunchChat.Size = new Size(130, 0x16);
     this.btnLaunchChat.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnLaunchChat, null);
     this.btnLaunchChat.TabIndex = 0x2b;
     this.btnLaunchChat.TabStop = true;
     this.btnLaunchChat.Text = "<LOC>Force Launch Chat";
     this.btnLaunchChat.TextAlign = ContentAlignment.MiddleCenter;
     this.btnLaunchChat.TextPadding = new Padding(0);
     this.btnLaunchChat.Click += new EventHandler(this.btnLaunchChat_Click);
     this.btnResetScores.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnResetScores.AutoStyle = true;
     this.btnResetScores.BackColor = Color.Black;
     this.btnResetScores.ButtonState = 0;
     this.btnResetScores.DialogResult = DialogResult.None;
     this.btnResetScores.DisabledForecolor = Color.Gray;
     this.btnResetScores.DrawColor = Color.White;
     this.btnResetScores.DrawEdges = true;
     this.btnResetScores.FocusColor = Color.Yellow;
     this.btnResetScores.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnResetScores.ForeColor = Color.White;
     this.btnResetScores.HorizontalScalingMode = ScalingModes.Tile;
     this.btnResetScores.IsStyled = true;
     this.btnResetScores.Location = new Point(0x123, 0x17);
     this.btnResetScores.Name = "btnResetScores";
     this.btnResetScores.Size = new Size(130, 0x16);
     this.btnResetScores.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnResetScores, null);
     this.btnResetScores.TabIndex = 0x2b;
     this.btnResetScores.TabStop = true;
     this.btnResetScores.Text = "Reset Scores";
     this.btnResetScores.TextAlign = ContentAlignment.MiddleCenter;
     this.btnResetScores.TextPadding = new Padding(0);
     this.btnSetNoResult.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnSetNoResult.AutoStyle = true;
     this.btnSetNoResult.BackColor = Color.Black;
     this.btnSetNoResult.ButtonState = 0;
     this.btnSetNoResult.DialogResult = DialogResult.None;
     this.btnSetNoResult.DisabledForecolor = Color.Gray;
     this.btnSetNoResult.DrawColor = Color.White;
     this.btnSetNoResult.DrawEdges = true;
     this.btnSetNoResult.FocusColor = Color.Yellow;
     this.btnSetNoResult.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnSetNoResult.ForeColor = Color.White;
     this.btnSetNoResult.HorizontalScalingMode = ScalingModes.Tile;
     this.btnSetNoResult.IsStyled = true;
     this.btnSetNoResult.Location = new Point(0x1ab, 0x17);
     this.btnSetNoResult.Name = "btnSetNoResult";
     this.btnSetNoResult.Size = new Size(130, 0x16);
     this.btnSetNoResult.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnSetNoResult, null);
     this.btnSetNoResult.TabIndex = 0x2c;
     this.btnSetNoResult.TabStop = true;
     this.btnSetNoResult.Text = "Set No Result";
     this.btnSetNoResult.TextAlign = ContentAlignment.MiddleCenter;
     this.btnSetNoResult.TextPadding = new Padding(0);
     this.btnRandomRecs.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnRandomRecs.AutoStyle = true;
     this.btnRandomRecs.BackColor = Color.Black;
     this.btnRandomRecs.ButtonState = 0;
     this.btnRandomRecs.DialogResult = DialogResult.None;
     this.btnRandomRecs.DisabledForecolor = Color.Gray;
     this.btnRandomRecs.DrawColor = Color.White;
     this.btnRandomRecs.DrawEdges = true;
     this.btnRandomRecs.FocusColor = Color.Yellow;
     this.btnRandomRecs.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnRandomRecs.ForeColor = Color.White;
     this.btnRandomRecs.HorizontalScalingMode = ScalingModes.Tile;
     this.btnRandomRecs.IsStyled = true;
     this.btnRandomRecs.Location = new Point(0x9b, 0x17);
     this.btnRandomRecs.Name = "btnRandomRecs";
     this.btnRandomRecs.Size = new Size(130, 0x16);
     this.btnRandomRecs.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnRandomRecs, null);
     this.btnRandomRecs.TabIndex = 0x2a;
     this.btnRandomRecs.TabStop = true;
     this.btnRandomRecs.Text = "Random Records";
     this.btnRandomRecs.TextAlign = ContentAlignment.MiddleCenter;
     this.btnRandomRecs.TextPadding = new Padding(0);
     this.btnRandomResults.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnRandomResults.AutoStyle = true;
     this.btnRandomResults.BackColor = Color.Black;
     this.btnRandomResults.ButtonState = 0;
     this.btnRandomResults.DialogResult = DialogResult.None;
     this.btnRandomResults.DisabledForecolor = Color.Gray;
     this.btnRandomResults.DrawColor = Color.White;
     this.btnRandomResults.DrawEdges = true;
     this.btnRandomResults.FocusColor = Color.Yellow;
     this.btnRandomResults.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnRandomResults.ForeColor = Color.White;
     this.btnRandomResults.HorizontalScalingMode = ScalingModes.Tile;
     this.btnRandomResults.IsStyled = true;
     this.btnRandomResults.Location = new Point(0x13, 0x17);
     this.btnRandomResults.Name = "btnRandomResults";
     this.btnRandomResults.Size = new Size(130, 0x16);
     this.btnRandomResults.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnRandomResults, null);
     this.btnRandomResults.TabIndex = 0x29;
     this.btnRandomResults.TabStop = true;
     this.btnRandomResults.Text = "Random Results";
     this.btnRandomResults.TextAlign = ContentAlignment.MiddleCenter;
     this.btnRandomResults.TextPadding = new Padding(0);
     this.skinButton1.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButton1.AutoStyle = true;
     this.skinButton1.BackColor = Color.Black;
     this.skinButton1.ButtonState = 0;
     this.skinButton1.DialogResult = DialogResult.None;
     this.skinButton1.DisabledForecolor = Color.Gray;
     this.skinButton1.DrawColor = Color.White;
     this.skinButton1.DrawEdges = true;
     this.skinButton1.FocusColor = Color.Yellow;
     this.skinButton1.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButton1.ForeColor = Color.White;
     this.skinButton1.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButton1.IsStyled = true;
     this.skinButton1.Location = new Point(0x235, 570);
     this.skinButton1.Name = "skinButton1";
     this.skinButton1.Size = new Size(130, 0x16);
     this.skinButton1.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButton1, null);
     this.skinButton1.TabIndex = 0x2b;
     this.skinButton1.TabStop = true;
     this.skinButton1.Text = "<LOC>Force Round";
     this.skinButton1.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButton1.TextPadding = new Padding(0);
     this.skinButton1.Click += new EventHandler(this.skinButton1_Click);
     this.cbMap.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.cbMap.BackColor = Color.Black;
     this.cbMap.BorderColor = Color.White;
     this.cbMap.DisplayMember = "MapCheckName";
     this.cbMap.DoValidate = true;
     this.cbMap.FlatStyle = FlatStyle.Flat;
     this.cbMap.FocusBackColor = Color.Empty;
     this.cbMap.FocusBorderColor = Color.Empty;
     this.cbMap.FormattingEnabled = true;
     this.cbMap.Location = new Point(880, 0x239);
     this.cbMap.Name = "cbMap";
     this.cbMap.Size = new Size(220, 0x15);
     base.ttDefault.SetSuperTip(this.cbMap, null);
     this.cbMap.TabIndex = 0x2d;
     this.cbMap.Text = "Any Map";
     this.gpgLabel7.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.gpgLabel7.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel7.AutoStyle = true;
     this.gpgLabel7.Font = new Font("Arial", 9.75f);
     this.gpgLabel7.ForeColor = Color.White;
     this.gpgLabel7.IgnoreMouseWheel = false;
     this.gpgLabel7.IsStyled = false;
     this.gpgLabel7.Location = new Point(0x2bd, 570);
     this.gpgLabel7.Name = "gpgLabel7";
     this.gpgLabel7.Size = new Size(0xad, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel7, null);
     this.gpgLabel7.TabIndex = 0x2c;
     this.gpgLabel7.Text = "<LOC>Map Restriction";
     this.gpgLabel7.TextAlign = ContentAlignment.TopRight;
     this.gpgLabel7.TextStyle = TextStyles.Default;
     this.skinButtonHonorPoints.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonHonorPoints.AutoStyle = true;
     this.skinButtonHonorPoints.BackColor = Color.Black;
     this.skinButtonHonorPoints.ButtonState = 0;
     this.skinButtonHonorPoints.DialogResult = DialogResult.None;
     this.skinButtonHonorPoints.DisabledForecolor = Color.Gray;
     this.skinButtonHonorPoints.DrawColor = Color.White;
     this.skinButtonHonorPoints.DrawEdges = true;
     this.skinButtonHonorPoints.FocusColor = Color.Yellow;
     this.skinButtonHonorPoints.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonHonorPoints.ForeColor = Color.White;
     this.skinButtonHonorPoints.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonHonorPoints.IsStyled = true;
     this.skinButtonHonorPoints.Location = new Point(0x15, 0x256);
     this.skinButtonHonorPoints.Name = "skinButtonHonorPoints";
     this.skinButtonHonorPoints.Size = new Size(130, 0x16);
     this.skinButtonHonorPoints.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonHonorPoints, null);
     this.skinButtonHonorPoints.TabIndex = 0x23;
     this.skinButtonHonorPoints.TabStop = true;
     this.skinButtonHonorPoints.Text = "<LOC>Honor Points";
     this.skinButtonHonorPoints.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonHonorPoints.TextPadding = new Padding(0);
     this.skinButtonHonorPoints.Click += new EventHandler(this.skinButtonHonorPoints_Click);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x45f, 0x295);
     base.Controls.Add(this.skinButtonHonorPoints);
     base.Controls.Add(this.cbMap);
     base.Controls.Add(this.gpgLabel7);
     base.Controls.Add(this.skinButton1);
     base.Controls.Add(this.btnLaunchChat);
     base.Controls.Add(this.btnLocatePlayer);
     base.Controls.Add(this.btnInject);
     base.Controls.Add(this.btnBeginNoLaunch);
     base.Controls.Add(this.btnEjectOffline);
     base.Controls.Add(this.btnStandings);
     base.Controls.Add(this.btnBroadcastPairings);
     base.Controls.Add(this.btnCustomRoom);
     base.Controls.Add(this.btnAutoPair);
     base.Controls.Add(this.btnRound);
     base.Controls.Add(this.btnEject);
     base.Controls.Add(this.btnTournament);
     base.Controls.Add(this.gpgBorderPanel2);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x45f, 0x27b);
     base.Name = "DlgManageTournament";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Tournament Manager";
     base.Load += new EventHandler(this.DlgManageTournament_Load);
     base.Controls.SetChildIndex(this.gpgBorderPanel2, 0);
     base.Controls.SetChildIndex(this.btnTournament, 0);
     base.Controls.SetChildIndex(this.btnEject, 0);
     base.Controls.SetChildIndex(this.btnRound, 0);
     base.Controls.SetChildIndex(this.btnAutoPair, 0);
     base.Controls.SetChildIndex(this.btnCustomRoom, 0);
     base.Controls.SetChildIndex(this.btnBroadcastPairings, 0);
     base.Controls.SetChildIndex(this.btnStandings, 0);
     base.Controls.SetChildIndex(this.btnEjectOffline, 0);
     base.Controls.SetChildIndex(this.btnBeginNoLaunch, 0);
     base.Controls.SetChildIndex(this.btnInject, 0);
     base.Controls.SetChildIndex(this.btnLocatePlayer, 0);
     base.Controls.SetChildIndex(this.btnLaunchChat, 0);
     base.Controls.SetChildIndex(this.skinButton1, 0);
     base.Controls.SetChildIndex(this.gpgLabel7, 0);
     base.Controls.SetChildIndex(this.cbMap, 0);
     base.Controls.SetChildIndex(this.skinButtonHonorPoints, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgBorderPanel2.ResumeLayout(false);
     this.cmsGridOptions.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }