private void InitializeComponent()
 {
     this.components = new Container();
     XYDiagram diagram = new XYDiagram();
     RectangleGradientFillOptions options = new RectangleGradientFillOptions();
     Series series = new Series();
     LineSeriesView view = new LineSeriesView();
     this.btnExecute = new SkinButton();
     this.gpgChart = new GPGChartControl(this.components);
     this.tbQuery = new GPGTextArea();
     this.btnSave = new SkinButton();
     this.cbViewType = new GPGDropDownList();
     this.cbLabels = new GPGCheckBox();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     ((ISupportInitialize) this.gpgChart).BeginInit();
     ((ISupportInitialize) diagram).BeginInit();
     ((ISupportInitialize) series).BeginInit();
     ((ISupportInitialize) view).BeginInit();
     this.tbQuery.Properties.BeginInit();
     base.SuspendLayout();
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.btnExecute.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnExecute.AutoStyle = true;
     this.btnExecute.BackColor = Color.Black;
     this.btnExecute.ButtonState = 0;
     this.btnExecute.DialogResult = DialogResult.OK;
     this.btnExecute.DisabledForecolor = Color.Gray;
     this.btnExecute.DrawColor = Color.White;
     this.btnExecute.DrawEdges = true;
     this.btnExecute.FocusColor = Color.Yellow;
     this.btnExecute.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnExecute.ForeColor = Color.White;
     this.btnExecute.HorizontalScalingMode = ScalingModes.Tile;
     this.btnExecute.IsStyled = true;
     this.btnExecute.Location = new Point(0x217, 0x185);
     this.btnExecute.Name = "btnExecute";
     this.btnExecute.Size = new Size(0x5d, 0x1c);
     this.btnExecute.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnExecute, null);
     this.btnExecute.TabIndex = 0x17;
     this.btnExecute.TabStop = true;
     this.btnExecute.Text = "<LOC>Execute";
     this.btnExecute.TextAlign = ContentAlignment.MiddleCenter;
     this.btnExecute.TextPadding = new System.Windows.Forms.Padding(0);
     this.btnExecute.Click += new EventHandler(this.btnExecute_Click);
     this.gpgChart.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgChart.AppearanceName = "Pastel Kit";
     this.gpgChart.BackColor = Color.Black;
     this.gpgChart.Border.Color = Color.White;
     diagram.BackColor = Color.Black;
     diagram.AxisY.Color = Color.White;
     diagram.AxisY.InterlacedColor = Color.White;
     diagram.AxisY.Label.TextColor = Color.White;
     diagram.AxisY.Title.TextColor = Color.White;
     diagram.AxisX.Color = Color.White;
     diagram.AxisX.GridLines.Color = Color.White;
     diagram.AxisX.InterlacedColor = Color.White;
     diagram.AxisX.Label.TextColor = Color.White;
     diagram.AxisX.Title.TextColor = Color.White;
     diagram.BorderColor = Color.White;
     diagram.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient;
     options.Color2 = Color.FromArgb(0x40, 0x40, 0x40);
     options.GradientMode = RectangleGradientMode.BottomRightToTopLeft;
     diagram.FillStyle.Options = options;
     diagram.Shadow.Color = Color.White;
     this.gpgChart.Diagram = diagram;
     this.gpgChart.Legend.BackColor = Color.Black;
     this.gpgChart.Legend.Border.Color = Color.Black;
     this.gpgChart.Legend.TextColor = Color.White;
     this.gpgChart.Location = new Point(12, 0x53);
     this.gpgChart.Name = "gpgChart";
     this.gpgChart.RuntimeRotation = true;
     this.gpgChart.RuntimeSelection = true;
     series.PointOptionsTypeName = "PointOptions";
     view.LineMarkerOptions.Size = 5;
     series.View = view;
     series.Name = "Series 1";
     this.gpgChart.Series.AddRange(new Series[] { series });
     this.gpgChart.SeriesTemplate.PointOptionsTypeName = "PointOptions";
     this.gpgChart.Size = new Size(0x269, 0xca);
     base.ttDefault.SetSuperTip(this.gpgChart, null);
     this.gpgChart.TabIndex = 0x18;
     this.tbQuery.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.tbQuery.BorderColor = Color.White;
     this.tbQuery.Location = new Point(12, 0x123);
     this.tbQuery.Name = "tbQuery";
     this.tbQuery.Properties.Appearance.BackColor = Color.Black;
     this.tbQuery.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbQuery.Properties.Appearance.ForeColor = Color.White;
     this.tbQuery.Properties.Appearance.Options.UseBackColor = true;
     this.tbQuery.Properties.Appearance.Options.UseBorderColor = true;
     this.tbQuery.Properties.Appearance.Options.UseForeColor = true;
     this.tbQuery.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbQuery.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbQuery.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbQuery.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbQuery.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbQuery.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbQuery.Properties.BorderStyle = BorderStyles.Simple;
     this.tbQuery.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbQuery.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbQuery.Size = new Size(0x269, 0x60);
     this.tbQuery.TabIndex = 0x19;
     this.btnSave.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnSave.AutoStyle = true;
     this.btnSave.BackColor = Color.Black;
     this.btnSave.ButtonState = 0;
     this.btnSave.DialogResult = DialogResult.OK;
     this.btnSave.DisabledForecolor = Color.Gray;
     this.btnSave.DrawColor = Color.White;
     this.btnSave.DrawEdges = true;
     this.btnSave.FocusColor = Color.Yellow;
     this.btnSave.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnSave.ForeColor = Color.White;
     this.btnSave.HorizontalScalingMode = ScalingModes.Tile;
     this.btnSave.IsStyled = true;
     this.btnSave.Location = new Point(0x1b4, 0x185);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new Size(0x5d, 0x1c);
     this.btnSave.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnSave, null);
     this.btnSave.TabIndex = 0x1a;
     this.btnSave.TabStop = true;
     this.btnSave.Text = "<LOC>Save";
     this.btnSave.TextAlign = ContentAlignment.MiddleCenter;
     this.btnSave.TextPadding = new System.Windows.Forms.Padding(0);
     this.btnSave.Click += new EventHandler(this.btnSave_Click);
     this.cbViewType.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.cbViewType.BackColor = Color.Black;
     this.cbViewType.BorderColor = Color.Black;
     this.cbViewType.DoValidate = true;
     this.cbViewType.FlatStyle = FlatStyle.Flat;
     this.cbViewType.FocusBackColor = Color.White;
     this.cbViewType.FocusBorderColor = Color.White;
     this.cbViewType.ForeColor = Color.White;
     this.cbViewType.FormattingEnabled = true;
     this.cbViewType.Items.AddRange(new object[] { "Beta Server", "GPG Test Server 1", "GPG Test Server 2", "Test Staging Server" });
     this.cbViewType.Location = new Point(12, 0x185);
     this.cbViewType.Name = "cbViewType";
     this.cbViewType.Size = new Size(0xe3, 0x15);
     base.ttDefault.SetSuperTip(this.cbViewType, null);
     this.cbViewType.TabIndex = 0x1b;
     this.cbViewType.SelectedValueChanged += new EventHandler(this.cbViewType_SelectedValueChanged);
     this.cbLabels.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.cbLabels.AutoSize = true;
     this.cbLabels.Location = new Point(0xf5, 0x189);
     this.cbLabels.Name = "cbLabels";
     this.cbLabels.Size = new Size(0x89, 0x11);
     base.ttDefault.SetSuperTip(this.cbLabels, null);
     this.cbLabels.TabIndex = 0x1c;
     this.cbLabels.Text = "Show Series Labels";
     this.cbLabels.UsesBG = false;
     this.cbLabels.UseVisualStyleBackColor = true;
     this.cbLabels.CheckStateChanged += new EventHandler(this.cbLabels_CheckStateChanged);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(640, 480);
     base.Controls.Add(this.cbLabels);
     base.Controls.Add(this.cbViewType);
     base.Controls.Add(this.btnSave);
     base.Controls.Add(this.tbQuery);
     base.Controls.Add(this.gpgChart);
     base.Controls.Add(this.btnExecute);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.Name = "DlgAdhocGraph";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "DlgAdhocGraph";
     base.Controls.SetChildIndex(this.btnExecute, 0);
     base.Controls.SetChildIndex(this.gpgChart, 0);
     base.Controls.SetChildIndex(this.tbQuery, 0);
     base.Controls.SetChildIndex(this.btnSave, 0);
     base.Controls.SetChildIndex(this.cbViewType, 0);
     base.Controls.SetChildIndex(this.cbLabels, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     ((ISupportInitialize) diagram).EndInit();
     ((ISupportInitialize) view).EndInit();
     ((ISupportInitialize) series).EndInit();
     ((ISupportInitialize) this.gpgChart).EndInit();
     this.tbQuery.Properties.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.tbUsername = new GPGTextBox();
     this.lUsername = new GPGLabel();
     this.lPassword = new GPGLabel();
     this.tbPassword = new GPGTextBox();
     this.lConfirm = new GPGLabel();
     this.tbConfirmPassword = new GPGTextBox();
     this.lEmail = new GPGLabel();
     this.tbEmailAddress = new GPGTextBox();
     this.labelError = new GPGLabel();
     this.gpgLabel1 = new GPGLabel();
     this.gpgLabel2 = new GPGLabel();
     this.gpgLabel3 = new GPGLabel();
     this.gpgLabel4 = new GPGLabel();
     this.gpgTextBoxLName = new GPGTextBox();
     this.gpgLabel8 = new GPGLabel();
     this.gpgTextBoxPostal = new GPGTextBox();
     this.gpgLabel9 = new GPGLabel();
     this.gpgTextBoxAddr1 = new GPGTextBox();
     this.gpgTextBoxFName = new GPGTextBox();
     this.gpgLabel10 = new GPGLabel();
     this.gpgLabel11 = new GPGLabel();
     this.gpgTextBoxAddr2 = new GPGTextBox();
     this.gpgLabel5 = new GPGLabel();
     this.gpgLabel6 = new GPGLabel();
     this.gpgCheckBoxMailer = new GPGCheckBox();
     this.skinButtonOK = new SkinButton();
     this.skinButtonCancel = new SkinButton();
     this.gpgDropDownListCountries = new GPGDropDownList();
     this.gpgDropDownListState = new GPGDropDownList();
     this.tbUsername.Properties.BeginInit();
     this.tbPassword.Properties.BeginInit();
     this.tbConfirmPassword.Properties.BeginInit();
     this.tbEmailAddress.Properties.BeginInit();
     this.gpgTextBoxLName.Properties.BeginInit();
     this.gpgTextBoxPostal.Properties.BeginInit();
     this.gpgTextBoxAddr1.Properties.BeginInit();
     this.gpgTextBoxFName.Properties.BeginInit();
     this.gpgTextBoxAddr2.Properties.BeginInit();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     this.tbUsername.Location = new Point(0x1d, 0x89);
     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 = 0x16;
     this.tbUsername.Size = new Size(0xe7, 20);
     this.tbUsername.TabIndex = 0;
     this.lUsername.AutoSize = true;
     this.lUsername.AutoStyle = true;
     this.lUsername.Font = new Font("Arial", 9.75f);
     this.lUsername.ForeColor = Color.White;
     this.lUsername.IgnoreMouseWheel = false;
     this.lUsername.IsStyled = false;
     this.lUsername.Location = new Point(0x1a, 0x68);
     this.lUsername.Name = "lUsername";
     this.lUsername.Size = new Size(0x72, 0x10);
     this.lUsername.TabIndex = 5;
     this.lUsername.Text = "<LOC>*Username";
     this.lUsername.TextStyle = TextStyles.Title;
     this.lPassword.AutoSize = true;
     this.lPassword.AutoStyle = true;
     this.lPassword.Font = new Font("Arial", 9.75f);
     this.lPassword.ForeColor = Color.White;
     this.lPassword.IgnoreMouseWheel = false;
     this.lPassword.IsStyled = false;
     this.lPassword.Location = new Point(0x1a, 0xd8);
     this.lPassword.Name = "lPassword";
     this.lPassword.Size = new Size(0x70, 0x10);
     this.lPassword.TabIndex = 6;
     this.lPassword.Text = "<LOC>*Password";
     this.lPassword.TextStyle = TextStyles.Title;
     this.tbPassword.Location = new Point(0x1d, 0xf9);
     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.PasswordChar = '*';
     this.tbPassword.Size = new Size(0xe7, 20);
     this.tbPassword.TabIndex = 2;
     this.lConfirm.AutoSize = true;
     this.lConfirm.AutoStyle = true;
     this.lConfirm.Font = new Font("Arial", 9.75f);
     this.lConfirm.ForeColor = Color.White;
     this.lConfirm.IgnoreMouseWheel = false;
     this.lConfirm.IsStyled = false;
     this.lConfirm.Location = new Point(0x1a, 0x110);
     this.lConfirm.Name = "lConfirm";
     this.lConfirm.Size = new Size(160, 0x10);
     this.lConfirm.TabIndex = 8;
     this.lConfirm.Text = "<LOC>*Confirm Password";
     this.lConfirm.TextStyle = TextStyles.Title;
     this.tbConfirmPassword.Location = new Point(0x1d, 0x123);
     this.tbConfirmPassword.Name = "tbConfirmPassword";
     this.tbConfirmPassword.Properties.Appearance.BackColor = Color.Black;
     this.tbConfirmPassword.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbConfirmPassword.Properties.Appearance.ForeColor = Color.White;
     this.tbConfirmPassword.Properties.Appearance.Options.UseBackColor = true;
     this.tbConfirmPassword.Properties.Appearance.Options.UseBorderColor = true;
     this.tbConfirmPassword.Properties.Appearance.Options.UseForeColor = true;
     this.tbConfirmPassword.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbConfirmPassword.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbConfirmPassword.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbConfirmPassword.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbConfirmPassword.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbConfirmPassword.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbConfirmPassword.Properties.BorderStyle = BorderStyles.Simple;
     this.tbConfirmPassword.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbConfirmPassword.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbConfirmPassword.Properties.PasswordChar = '*';
     this.tbConfirmPassword.Size = new Size(0xe7, 20);
     this.tbConfirmPassword.TabIndex = 3;
     this.lEmail.AutoSize = true;
     this.lEmail.AutoStyle = true;
     this.lEmail.Font = new Font("Arial", 9.75f);
     this.lEmail.ForeColor = Color.White;
     this.lEmail.IgnoreMouseWheel = false;
     this.lEmail.IsStyled = false;
     this.lEmail.Location = new Point(0x1a, 160);
     this.lEmail.Name = "lEmail";
     this.lEmail.Size = new Size(140, 0x10);
     this.lEmail.TabIndex = 10;
     this.lEmail.Text = "<LOC>*Email Address";
     this.lEmail.TextStyle = TextStyles.Title;
     this.tbEmailAddress.Location = new Point(0x1d, 0xc1);
     this.tbEmailAddress.Name = "tbEmailAddress";
     this.tbEmailAddress.Properties.Appearance.BackColor = Color.Black;
     this.tbEmailAddress.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbEmailAddress.Properties.Appearance.ForeColor = Color.White;
     this.tbEmailAddress.Properties.Appearance.Options.UseBackColor = true;
     this.tbEmailAddress.Properties.Appearance.Options.UseBorderColor = true;
     this.tbEmailAddress.Properties.Appearance.Options.UseForeColor = true;
     this.tbEmailAddress.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbEmailAddress.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbEmailAddress.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbEmailAddress.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbEmailAddress.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbEmailAddress.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbEmailAddress.Properties.BorderStyle = BorderStyles.Simple;
     this.tbEmailAddress.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbEmailAddress.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbEmailAddress.Size = new Size(0xe7, 20);
     this.tbEmailAddress.TabIndex = 1;
     this.labelError.AutoStyle = true;
     this.labelError.Font = new Font("Arial", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.labelError.ForeColor = Color.Red;
     this.labelError.IgnoreMouseWheel = false;
     this.labelError.IsStyled = false;
     this.labelError.Location = new Point(0x1a, 0x179);
     this.labelError.Name = "labelError";
     this.labelError.Size = new Size(0x183, 0x3b);
     this.labelError.TabIndex = 14;
     this.labelError.Text = "<LOC>This is a test error.  This is not usually visible.  It only happens when a login error occurs.";
     this.labelError.TextStyle = TextStyles.Status;
     this.labelError.Visible = false;
     this.gpgLabel1.AutoSize = true;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Arial", 8f, FontStyle.Italic);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(0x1a, 120);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0xd0, 14);
     this.gpgLabel1.TabIndex = 15;
     this.gpgLabel1.Text = "<LOC>Must be 3-22 characters in length";
     this.gpgLabel1.TextStyle = TextStyles.Descriptor;
     this.gpgLabel2.AutoSize = true;
     this.gpgLabel2.AutoStyle = true;
     this.gpgLabel2.Font = new Font("Arial", 8f, FontStyle.Italic);
     this.gpgLabel2.ForeColor = Color.White;
     this.gpgLabel2.IgnoreMouseWheel = false;
     this.gpgLabel2.IsStyled = false;
     this.gpgLabel2.Location = new Point(0x1a, 0xe8);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0xbc, 14);
     this.gpgLabel2.TabIndex = 0x10;
     this.gpgLabel2.Text = "<LOC>Must be 6 or more characters";
     this.gpgLabel2.TextStyle = TextStyles.Descriptor;
     this.gpgLabel3.AutoSize = true;
     this.gpgLabel3.AutoStyle = true;
     this.gpgLabel3.Font = new Font("Arial", 8f, FontStyle.Italic);
     this.gpgLabel3.ForeColor = Color.White;
     this.gpgLabel3.IgnoreMouseWheel = false;
     this.gpgLabel3.IsStyled = false;
     this.gpgLabel3.Location = new Point(0x1a, 0xb0);
     this.gpgLabel3.Name = "gpgLabel3";
     this.gpgLabel3.Size = new Size(0xf1, 14);
     this.gpgLabel3.TabIndex = 0x11;
     this.gpgLabel3.Text = "<LOC>Valid email required for password resets";
     this.gpgLabel3.TextStyle = TextStyles.Descriptor;
     this.gpgLabel4.AutoSize = true;
     this.gpgLabel4.AutoStyle = true;
     this.gpgLabel4.Font = new Font("Arial", 8f, FontStyle.Italic);
     this.gpgLabel4.ForeColor = Color.White;
     this.gpgLabel4.IgnoreMouseWheel = false;
     this.gpgLabel4.IsStyled = false;
     this.gpgLabel4.Location = new Point(12, 80);
     this.gpgLabel4.Name = "gpgLabel4";
     this.gpgLabel4.Size = new Size(0xab, 14);
     this.gpgLabel4.TabIndex = 0x12;
     this.gpgLabel4.Text = "<LOC>* Indicates a required field";
     this.gpgLabel4.TextStyle = TextStyles.Descriptor;
     this.gpgTextBoxLName.Location = new Point(0x141, 0xa5);
     this.gpgTextBoxLName.Name = "gpgTextBoxLName";
     this.gpgTextBoxLName.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxLName.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxLName.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxLName.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxLName.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxLName.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxLName.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxLName.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxLName.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxLName.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxLName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxLName.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxLName.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxLName.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxLName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxLName.Size = new Size(0xe7, 20);
     this.gpgTextBoxLName.TabIndex = 6;
     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(0x13e, 0x92);
     this.gpgLabel8.Name = "gpgLabel8";
     this.gpgLabel8.Size = new Size(0x71, 0x10);
     this.gpgLabel8.TabIndex = 0x19;
     this.gpgLabel8.Text = "<LOC>Last Name";
     this.gpgLabel8.TextStyle = TextStyles.Title;
     this.gpgTextBoxPostal.Location = new Point(0x141, 0x113);
     this.gpgTextBoxPostal.Name = "gpgTextBoxPostal";
     this.gpgTextBoxPostal.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxPostal.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxPostal.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxPostal.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxPostal.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxPostal.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxPostal.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxPostal.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxPostal.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxPostal.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxPostal.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxPostal.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxPostal.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxPostal.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxPostal.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxPostal.Size = new Size(0x70, 20);
     this.gpgTextBoxPostal.TabIndex = 9;
     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(0x13e, 0x100);
     this.gpgLabel9.Name = "gpgLabel9";
     this.gpgLabel9.Size = new Size(0x79, 0x10);
     this.gpgLabel9.TabIndex = 0x17;
     this.gpgLabel9.Text = "<LOC>Postal Code";
     this.gpgLabel9.TextStyle = TextStyles.Title;
     this.gpgTextBoxAddr1.Location = new Point(0x141, 0xcf);
     this.gpgTextBoxAddr1.Name = "gpgTextBoxAddr1";
     this.gpgTextBoxAddr1.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxAddr1.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxAddr1.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxAddr1.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxAddr1.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxAddr1.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxAddr1.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxAddr1.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxAddr1.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxAddr1.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxAddr1.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxAddr1.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxAddr1.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxAddr1.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxAddr1.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxAddr1.Size = new Size(0xe7, 20);
     this.gpgTextBoxAddr1.TabIndex = 7;
     this.gpgTextBoxFName.Location = new Point(0x141, 0x7b);
     this.gpgTextBoxFName.Name = "gpgTextBoxFName";
     this.gpgTextBoxFName.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxFName.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxFName.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxFName.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxFName.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxFName.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxFName.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxFName.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxFName.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxFName.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxFName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxFName.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxFName.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxFName.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxFName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxFName.Size = new Size(0xe7, 20);
     this.gpgTextBoxFName.TabIndex = 5;
     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(0x13e, 0x68);
     this.gpgLabel10.Name = "gpgLabel10";
     this.gpgLabel10.Size = new Size(0x72, 0x10);
     this.gpgLabel10.TabIndex = 20;
     this.gpgLabel10.Text = "<LOC>First Name";
     this.gpgLabel10.TextStyle = TextStyles.Title;
     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(0x13e, 0xbc);
     this.gpgLabel11.Name = "gpgLabel11";
     this.gpgLabel11.Size = new Size(0x62, 0x10);
     this.gpgLabel11.TabIndex = 0x15;
     this.gpgLabel11.Text = "<LOC>Address";
     this.gpgLabel11.TextStyle = TextStyles.Title;
     this.gpgTextBoxAddr2.Location = new Point(0x141, 0xe9);
     this.gpgTextBoxAddr2.Name = "gpgTextBoxAddr2";
     this.gpgTextBoxAddr2.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxAddr2.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxAddr2.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxAddr2.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxAddr2.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxAddr2.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxAddr2.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxAddr2.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxAddr2.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxAddr2.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxAddr2.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxAddr2.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxAddr2.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxAddr2.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxAddr2.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxAddr2.Size = new Size(0xe7, 20);
     this.gpgTextBoxAddr2.TabIndex = 8;
     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(0x1b6, 0x100);
     this.gpgLabel5.Name = "gpgLabel5";
     this.gpgLabel5.Size = new Size(0x8e, 0x10);
     this.gpgLabel5.TabIndex = 0x1d;
     this.gpgLabel5.Text = "<LOC>State / Province";
     this.gpgLabel5.TextStyle = TextStyles.Title;
     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(0x13f, 0x12a);
     this.gpgLabel6.Name = "gpgLabel6";
     this.gpgLabel6.Size = new Size(0x5f, 0x10);
     this.gpgLabel6.TabIndex = 0x20;
     this.gpgLabel6.Text = "<LOC>Country";
     this.gpgLabel6.TextStyle = TextStyles.Title;
     this.gpgCheckBoxMailer.CheckAlign = ContentAlignment.TopLeft;
     this.gpgCheckBoxMailer.Checked = true;
     this.gpgCheckBoxMailer.CheckState = CheckState.Checked;
     this.gpgCheckBoxMailer.Font = new Font("Arial", 8f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgCheckBoxMailer.Location = new Point(0x1d, 0x13f);
     this.gpgCheckBoxMailer.Name = "gpgCheckBoxMailer";
     this.gpgCheckBoxMailer.Size = new Size(0xe7, 0x37);
     this.gpgCheckBoxMailer.TabIndex = 4;
     this.gpgCheckBoxMailer.Text = "<LOC>Send me exclusive Gas Powered Games updates via email";
     this.gpgCheckBoxMailer.TextAlign = ContentAlignment.TopLeft;
     this.gpgCheckBoxMailer.UseVisualStyleBackColor = true;
     this.skinButtonOK.AutoStyle = true;
     this.skinButtonOK.BackColor = Color.Black;
     this.skinButtonOK.DialogResult = DialogResult.OK;
     this.skinButtonOK.DisabledForecolor = Color.Gray;
     this.skinButtonOK.DrawEdges = true;
     this.skinButtonOK.FocusColor = Color.Yellow;
     this.skinButtonOK.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonOK.ForeColor = Color.White;
     this.skinButtonOK.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonOK.IsStyled = true;
     this.skinButtonOK.Location = new Point(0x19d, 0x179);
     this.skinButtonOK.Name = "skinButtonOK";
     this.skinButtonOK.Size = new Size(0x4b, 0x17);
     this.skinButtonOK.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonOK.TabIndex = 12;
     this.skinButtonOK.Text = "<LOC>OK";
     this.skinButtonOK.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonOK.TextPadding = new Padding(0);
     this.skinButtonOK.Click += new EventHandler(this.skinButtonOK_Click);
     this.skinButtonCancel.AutoStyle = true;
     this.skinButtonCancel.BackColor = Color.Black;
     this.skinButtonCancel.DialogResult = DialogResult.OK;
     this.skinButtonCancel.DisabledForecolor = Color.Gray;
     this.skinButtonCancel.DrawEdges = true;
     this.skinButtonCancel.FocusColor = Color.Yellow;
     this.skinButtonCancel.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonCancel.ForeColor = Color.White;
     this.skinButtonCancel.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonCancel.IsStyled = true;
     this.skinButtonCancel.Location = new Point(0x1f2, 0x179);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x4b, 0x17);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonCancel.TabIndex = 13;
     this.skinButtonCancel.Text = "<LOC>Cancel";
     this.skinButtonCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonCancel.TextPadding = new Padding(0);
     this.skinButtonCancel.Click += new EventHandler(this.skinButtonCancel_Click);
     this.gpgDropDownListCountries.BackColor = Color.Black;
     this.gpgDropDownListCountries.DropDownStyle = ComboBoxStyle.DropDownList;
     this.gpgDropDownListCountries.DropDownWidth = 0x10f;
     this.gpgDropDownListCountries.FlatStyle = FlatStyle.Flat;
     this.gpgDropDownListCountries.Font = new Font("Verdana", 7f);
     this.gpgDropDownListCountries.FormattingEnabled = true;
     this.gpgDropDownListCountries.Location = new Point(0x141, 0x13d);
     this.gpgDropDownListCountries.MaxDropDownItems = 15;
     this.gpgDropDownListCountries.Name = "gpgDropDownListCountries";
     this.gpgDropDownListCountries.Size = new Size(0xe7, 20);
     this.gpgDropDownListCountries.TabIndex = 11;
     this.gpgDropDownListCountries.SelectedIndexChanged += new EventHandler(this.gpgDropDownListCountries_SelectedIndexChanged);
     this.gpgDropDownListState.BackColor = Color.Black;
     this.gpgDropDownListState.DropDownStyle = ComboBoxStyle.DropDownList;
     this.gpgDropDownListState.DropDownWidth = 0xd3;
     this.gpgDropDownListState.FlatStyle = FlatStyle.Flat;
     this.gpgDropDownListState.Font = new Font("Verdana", 7f);
     this.gpgDropDownListState.FormattingEnabled = true;
     this.gpgDropDownListState.IntegralHeight = false;
     this.gpgDropDownListState.ItemHeight = 12;
     this.gpgDropDownListState.Location = new Point(0x1b9, 0x113);
     this.gpgDropDownListState.MaxDropDownItems = 15;
     this.gpgDropDownListState.Name = "gpgDropDownListState";
     this.gpgDropDownListState.Size = new Size(0x6f, 20);
     this.gpgDropDownListState.TabIndex = 10;
     base.AcceptButton = this.skinButtonOK;
     base.AutoScaleMode = AutoScaleMode.None;
     base.CancelButton = this.skinButtonCancel;
     base.ClientSize = new Size(0x24b, 470);
     base.Controls.Add(this.gpgDropDownListState);
     base.Controls.Add(this.gpgDropDownListCountries);
     base.Controls.Add(this.skinButtonCancel);
     base.Controls.Add(this.skinButtonOK);
     base.Controls.Add(this.gpgCheckBoxMailer);
     base.Controls.Add(this.gpgLabel6);
     base.Controls.Add(this.gpgLabel5);
     base.Controls.Add(this.gpgTextBoxAddr2);
     base.Controls.Add(this.gpgTextBoxLName);
     base.Controls.Add(this.gpgLabel8);
     base.Controls.Add(this.gpgTextBoxPostal);
     base.Controls.Add(this.gpgLabel9);
     base.Controls.Add(this.gpgTextBoxAddr1);
     base.Controls.Add(this.gpgTextBoxFName);
     base.Controls.Add(this.gpgLabel10);
     base.Controls.Add(this.gpgLabel11);
     base.Controls.Add(this.gpgLabel4);
     base.Controls.Add(this.gpgLabel3);
     base.Controls.Add(this.gpgLabel2);
     base.Controls.Add(this.gpgLabel1);
     base.Controls.Add(this.labelError);
     base.Controls.Add(this.tbEmailAddress);
     base.Controls.Add(this.lEmail);
     base.Controls.Add(this.tbConfirmPassword);
     base.Controls.Add(this.lConfirm);
     base.Controls.Add(this.tbPassword);
     base.Controls.Add(this.tbUsername);
     base.Controls.Add(this.lUsername);
     base.Controls.Add(this.lPassword);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MaximumSize = new Size(0x24b, 470);
     this.MinimumSize = new Size(0x24b, 470);
     base.Name = "DlgCreateUser";
     this.Text = "<LOC>Create a new account";
     base.Controls.SetChildIndex(this.lPassword, 0);
     base.Controls.SetChildIndex(this.lUsername, 0);
     base.Controls.SetChildIndex(this.tbUsername, 0);
     base.Controls.SetChildIndex(this.tbPassword, 0);
     base.Controls.SetChildIndex(this.lConfirm, 0);
     base.Controls.SetChildIndex(this.tbConfirmPassword, 0);
     base.Controls.SetChildIndex(this.lEmail, 0);
     base.Controls.SetChildIndex(this.tbEmailAddress, 0);
     base.Controls.SetChildIndex(this.labelError, 0);
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.gpgLabel2, 0);
     base.Controls.SetChildIndex(this.gpgLabel3, 0);
     base.Controls.SetChildIndex(this.gpgLabel4, 0);
     base.Controls.SetChildIndex(this.gpgLabel11, 0);
     base.Controls.SetChildIndex(this.gpgLabel10, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxFName, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxAddr1, 0);
     base.Controls.SetChildIndex(this.gpgLabel9, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxPostal, 0);
     base.Controls.SetChildIndex(this.gpgLabel8, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxLName, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxAddr2, 0);
     base.Controls.SetChildIndex(this.gpgLabel5, 0);
     base.Controls.SetChildIndex(this.gpgLabel6, 0);
     base.Controls.SetChildIndex(this.gpgCheckBoxMailer, 0);
     base.Controls.SetChildIndex(this.skinButtonOK, 0);
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     base.Controls.SetChildIndex(this.gpgDropDownListCountries, 0);
     base.Controls.SetChildIndex(this.gpgDropDownListState, 0);
     this.tbUsername.Properties.EndInit();
     this.tbPassword.Properties.EndInit();
     this.tbConfirmPassword.Properties.EndInit();
     this.tbEmailAddress.Properties.EndInit();
     this.gpgTextBoxLName.Properties.EndInit();
     this.gpgTextBoxPostal.Properties.EndInit();
     this.gpgTextBoxAddr1.Properties.EndInit();
     this.gpgTextBoxFName.Properties.EndInit();
     this.gpgTextBoxAddr2.Properties.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.gpgLabelHeader = new GPGLabel();
     this.gpgTextAreaDescription = new GPGTextArea();
     this.gpgPanelFeedback = new GPGPanel();
     this.gpgPictureBox1 = new GPGPictureBox();
     this.skinButtonCancel = new SkinButton();
     this.skinButtonAccept = new SkinButton();
     this.gpgLabel1 = new GPGLabel();
     this.gpgDropDownListCategory = new GPGDropDownList();
     this.gpgLabelMax = new GPGLabel();
     this.gpgPanelThank = new GPGPanel();
     this.gpgLabel2 = new GPGLabel();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgTextAreaDescription.Properties.BeginInit();
     this.gpgPanelFeedback.SuspendLayout();
     ((ISupportInitialize) this.gpgPictureBox1).BeginInit();
     this.gpgPanelThank.SuspendLayout();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(480, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgLabelHeader.AutoStyle = true;
     this.gpgLabelHeader.Font = new Font("Arial", 9.75f);
     this.gpgLabelHeader.ForeColor = Color.White;
     this.gpgLabelHeader.IgnoreMouseWheel = false;
     this.gpgLabelHeader.IsStyled = false;
     this.gpgLabelHeader.Location = new Point(0, 0x47);
     this.gpgLabelHeader.Name = "gpgLabelHeader";
     this.gpgLabelHeader.Size = new Size(0x182, 0x22);
     base.ttDefault.SetSuperTip(this.gpgLabelHeader, null);
     this.gpgLabelHeader.TabIndex = 4;
     this.gpgLabelHeader.Text = "<LOC id=_d181c106980cad8270e13183a13da680>Make a suggestion or report a problem. Please provide as much detail as possible. English only, please.";
     this.gpgLabelHeader.TextStyle = TextStyles.Default;
     this.gpgTextAreaDescription.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgTextAreaDescription.BorderColor = Color.White;
     this.gpgTextAreaDescription.Location = new Point(3, 0x6c);
     this.gpgTextAreaDescription.Name = "gpgTextAreaDescription";
     this.gpgTextAreaDescription.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextAreaDescription.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextAreaDescription.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextAreaDescription.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextAreaDescription.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextAreaDescription.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextAreaDescription.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextAreaDescription.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextAreaDescription.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextAreaDescription.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextAreaDescription.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextAreaDescription.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextAreaDescription.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextAreaDescription.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextAreaDescription.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextAreaDescription.Properties.MaxLength = 0x800;
     this.gpgTextAreaDescription.Size = new Size(0x1ef, 0x9d);
     this.gpgTextAreaDescription.TabIndex = 5;
     this.gpgPanelFeedback.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelFeedback.Controls.Add(this.gpgPictureBox1);
     this.gpgPanelFeedback.Controls.Add(this.skinButtonCancel);
     this.gpgPanelFeedback.Controls.Add(this.skinButtonAccept);
     this.gpgPanelFeedback.Controls.Add(this.gpgLabel1);
     this.gpgPanelFeedback.Controls.Add(this.gpgDropDownListCategory);
     this.gpgPanelFeedback.Controls.Add(this.gpgLabelMax);
     this.gpgPanelFeedback.Controls.Add(this.gpgLabelHeader);
     this.gpgPanelFeedback.Controls.Add(this.gpgTextAreaDescription);
     this.gpgPanelFeedback.Location = new Point(12, 0x3e);
     this.gpgPanelFeedback.Name = "gpgPanelFeedback";
     this.gpgPanelFeedback.Size = new Size(0x204, 0x13a);
     base.ttDefault.SetSuperTip(this.gpgPanelFeedback, null);
     this.gpgPanelFeedback.TabIndex = 8;
     this.gpgPictureBox1.Dock = DockStyle.Top;
     this.gpgPictureBox1.Image = Resources.gpg_banner_white;
     this.gpgPictureBox1.Location = new Point(0, 0);
     this.gpgPictureBox1.Name = "gpgPictureBox1";
     this.gpgPictureBox1.Size = new Size(0x204, 0x3a);
     this.gpgPictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
     base.ttDefault.SetSuperTip(this.gpgPictureBox1, null);
     this.gpgPictureBox1.TabIndex = 13;
     this.gpgPictureBox1.TabStop = false;
     this.skinButtonCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonCancel.AutoStyle = true;
     this.skinButtonCancel.BackColor = Color.Black;
     this.skinButtonCancel.DialogResult = DialogResult.OK;
     this.skinButtonCancel.DisabledForecolor = Color.Gray;
     this.skinButtonCancel.DrawColor = Color.White;
     this.skinButtonCancel.DrawEdges = true;
     this.skinButtonCancel.FocusColor = Color.Yellow;
     this.skinButtonCancel.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonCancel.ForeColor = Color.White;
     this.skinButtonCancel.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonCancel.IsStyled = true;
     this.skinButtonCancel.Location = new Point(0x1ad, 0x11f);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x54, 0x18);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonCancel, null);
     this.skinButtonCancel.TabIndex = 12;
     this.skinButtonCancel.Text = "<LOC>Cancel";
     this.skinButtonCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonCancel.TextPadding = new Padding(0);
     this.skinButtonCancel.Click += new EventHandler(this.skinButtonCancel_Click);
     this.skinButtonAccept.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonAccept.AutoStyle = true;
     this.skinButtonAccept.BackColor = Color.Black;
     this.skinButtonAccept.DialogResult = DialogResult.OK;
     this.skinButtonAccept.DisabledForecolor = Color.Gray;
     this.skinButtonAccept.DrawColor = Color.White;
     this.skinButtonAccept.DrawEdges = true;
     this.skinButtonAccept.FocusColor = Color.Yellow;
     this.skinButtonAccept.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonAccept.ForeColor = Color.White;
     this.skinButtonAccept.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonAccept.IsStyled = true;
     this.skinButtonAccept.Location = new Point(0x153, 0x11f);
     this.skinButtonAccept.Name = "skinButtonAccept";
     this.skinButtonAccept.Size = new Size(0x54, 0x18);
     this.skinButtonAccept.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonAccept, null);
     this.skinButtonAccept.TabIndex = 11;
     this.skinButtonAccept.Text = "<LOC>Submit";
     this.skinButtonAccept.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonAccept.TextPadding = new Padding(0);
     this.skinButtonAccept.Click += new EventHandler(this.skinButtonAccept_Click);
     this.gpgLabel1.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     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(4, 0x10c);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0xa1, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 10;
     this.gpgLabel1.Text = "<LOC>Feedback category";
     this.gpgLabel1.TextStyle = TextStyles.Default;
     this.gpgDropDownListCategory.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgDropDownListCategory.BackColor = Color.Black;
     this.gpgDropDownListCategory.BorderColor = Color.Black;
     this.gpgDropDownListCategory.DoValidate = true;
     this.gpgDropDownListCategory.DropDownStyle = ComboBoxStyle.DropDownList;
     this.gpgDropDownListCategory.FlatStyle = FlatStyle.Flat;
     this.gpgDropDownListCategory.FocusBackColor = Color.White;
     this.gpgDropDownListCategory.FocusBorderColor = Color.White;
     this.gpgDropDownListCategory.ForeColor = Color.White;
     this.gpgDropDownListCategory.FormattingEnabled = true;
     this.gpgDropDownListCategory.Location = new Point(3, 0x11f);
     this.gpgDropDownListCategory.Name = "gpgDropDownListCategory";
     this.gpgDropDownListCategory.Size = new Size(0x101, 0x15);
     base.ttDefault.SetSuperTip(this.gpgDropDownListCategory, null);
     this.gpgDropDownListCategory.TabIndex = 9;
     this.gpgLabelMax.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgLabelMax.AutoStyle = true;
     this.gpgLabelMax.Enabled = false;
     this.gpgLabelMax.Font = new Font("Arial", 8f, FontStyle.Italic);
     this.gpgLabelMax.ForeColor = Color.White;
     this.gpgLabelMax.IgnoreMouseWheel = false;
     this.gpgLabelMax.IsStyled = false;
     this.gpgLabelMax.Location = new Point(430, 0x49);
     this.gpgLabelMax.Name = "gpgLabelMax";
     this.gpgLabelMax.Size = new Size(0x53, 14);
     base.ttDefault.SetSuperTip(this.gpgLabelMax, null);
     this.gpgLabelMax.TabIndex = 8;
     this.gpgLabelMax.Text = "max 2048 char.";
     this.gpgLabelMax.TextStyle = TextStyles.Default;
     this.gpgPanelThank.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelThank.Controls.Add(this.gpgLabel2);
     this.gpgPanelThank.Location = new Point(12, 0x53);
     this.gpgPanelThank.Name = "gpgPanelThank";
     this.gpgPanelThank.Size = new Size(0x204, 0x125);
     base.ttDefault.SetSuperTip(this.gpgPanelThank, null);
     this.gpgPanelThank.TabIndex = 8;
     this.gpgPanelThank.Visible = false;
     this.gpgLabel2.AutoStyle = true;
     this.gpgLabel2.Dock = DockStyle.Fill;
     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(0, 0);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x204, 0x125);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 0;
     this.gpgLabel2.Text = "<LOC>Thank you for your feedback!";
     this.gpgLabel2.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabel2.TextStyle = TextStyles.Default;
     base.AcceptButton = this.skinButtonAccept;
     base.AutoScaleMode = AutoScaleMode.None;
     base.CancelButton = this.skinButtonCancel;
     base.ClientSize = new Size(0x21b, 0x1b7);
     base.Controls.Add(this.gpgPanelFeedback);
     base.Controls.Add(this.gpgPanelThank);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.MaximizeBox = false;
     this.MaximumSize = new Size(0x21b, 0x1b7);
     base.MinimizeBox = false;
     this.MinimumSize = new Size(0x21b, 0x1b7);
     base.Name = "DlgUserFeedback";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Feedback";
     base.Controls.SetChildIndex(this.gpgPanelThank, 0);
     base.Controls.SetChildIndex(this.gpgPanelFeedback, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgTextAreaDescription.Properties.EndInit();
     this.gpgPanelFeedback.ResumeLayout(false);
     this.gpgPanelFeedback.PerformLayout();
     ((ISupportInitialize) this.gpgPictureBox1).EndInit();
     this.gpgPanelThank.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemple #4
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(DlgLogin));
     this.barAndDockingController1 = new BarAndDockingController(this.components);
     this.toolTipController1 = new ToolTipController(this.components);
     this.checkBoxRemember = new CheckBox();
     this.cbAutlogin = new CheckBox();
     this.skinButtonOK = new SkinButton();
     this.skinButtonCancel = new SkinButton();
     this.gpgLabelLostPwd = new GPGLabel();
     this.gpgLabelChangePwd = new GPGLabel();
     this.gpgLabelCreateAcct = new GPGLabel();
     this.ddServer = new GPGDropDownList();
     this.lServer = new GPGLabel();
     this.labelError = new GPGLabel();
     this.gpgLabel1 = new GPGLabel();
     this.labelLogin = new GPGLabel();
     this.gpgLabel2 = new GPGLabel();
     this.msMainMenu = new GPGMenuStrip(this.components);
     this.gpgLabelChangeAccount = new GPGLabel();
     this.lLostUsername = new GPGLabel();
     this.gpgPictureBox1 = new GPGPictureBox();
     this.ddGame = new GPGDropDownList();
     this.lGame = new GPGLabel();
     this.lManageGames = new GPGLabel();
     this.pbCurrentGame = new GPGPictureBox();
     this.miMainGroup = new ToolStripMenuItem();
     this.lOCRegisterNewUserToolStripMenuItem = new ToolStripMenuItem();
     this.lOCChangePasswordToolStripMenuItem = new ToolStripMenuItem();
     this.lOCResetPasswordToolStripMenuItem = new ToolStripMenuItem();
     this.textBoxPassword = new GPGTextBox();
     this.textBoxUsername = new GPGTextBox();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.barAndDockingController1.BeginInit();
     ((ISupportInitialize) this.gpgPictureBox1).BeginInit();
     ((ISupportInitialize) this.pbCurrentGame).BeginInit();
     this.textBoxPassword.Properties.BeginInit();
     this.textBoxUsername.Properties.BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x12f, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     this.toolTipController1.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.barAndDockingController1.PropertiesBar.AllowLinkLighting = false;
     this.checkBoxRemember.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.checkBoxRemember.AutoSize = true;
     this.checkBoxRemember.Checked = true;
     this.checkBoxRemember.CheckState = CheckState.Checked;
     this.checkBoxRemember.Location = new Point(0x18, 0x13b);
     this.checkBoxRemember.Margin = new Padding(3, 4, 3, 4);
     this.checkBoxRemember.Name = "checkBoxRemember";
     this.checkBoxRemember.Size = new Size(0xe2, 0x11);
     this.toolTipController1.SetSuperTip(this.checkBoxRemember, null);
     base.ttDefault.SetSuperTip(this.checkBoxRemember, null);
     this.checkBoxRemember.TabIndex = 2;
     this.checkBoxRemember.Text = "<LOC>Remember my account info";
     this.checkBoxRemember.UseVisualStyleBackColor = true;
     this.cbAutlogin.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.cbAutlogin.AutoSize = true;
     this.cbAutlogin.Location = new Point(0x18, 0x14c);
     this.cbAutlogin.Margin = new Padding(3, 4, 3, 4);
     this.cbAutlogin.Name = "cbAutlogin";
     this.cbAutlogin.Size = new Size(0x115, 0x11);
     this.toolTipController1.SetSuperTip(this.cbAutlogin, null);
     base.ttDefault.SetSuperTip(this.cbAutlogin, null);
     this.cbAutlogin.TabIndex = 13;
     this.cbAutlogin.Text = "<LOC>Login automatically with this account";
     this.cbAutlogin.UseVisualStyleBackColor = true;
     this.cbAutlogin.CheckedChanged += new EventHandler(this.cbAutlogin_CheckedChanged);
     this.skinButtonOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonOK.AutoStyle = true;
     this.skinButtonOK.BackColor = Color.Black;
     this.skinButtonOK.ButtonState = 0;
     this.skinButtonOK.DialogResult = DialogResult.OK;
     this.skinButtonOK.DisabledForecolor = Color.Gray;
     this.skinButtonOK.DrawColor = Color.White;
     this.skinButtonOK.DrawEdges = true;
     this.skinButtonOK.FocusColor = Color.Yellow;
     this.skinButtonOK.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonOK.ForeColor = Color.White;
     this.skinButtonOK.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonOK.IsStyled = true;
     this.skinButtonOK.Location = new Point(0x9f, 0x1c9);
     this.skinButtonOK.Name = "skinButtonOK";
     this.skinButtonOK.Size = new Size(0x5d, 0x1c);
     this.skinButtonOK.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonOK, null);
     this.toolTipController1.SetSuperTip(this.skinButtonOK, null);
     this.skinButtonOK.TabIndex = 0x16;
     this.skinButtonOK.TabStop = true;
     this.skinButtonOK.Text = "<LOC>Login";
     this.skinButtonOK.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonOK.TextPadding = new Padding(0);
     this.skinButtonOK.Click += new EventHandler(this.skinButtonOK_Click);
     this.skinButtonCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonCancel.AutoStyle = true;
     this.skinButtonCancel.BackColor = Color.Black;
     this.skinButtonCancel.ButtonState = 0;
     this.skinButtonCancel.DialogResult = DialogResult.OK;
     this.skinButtonCancel.DisabledForecolor = Color.Gray;
     this.skinButtonCancel.DrawColor = Color.White;
     this.skinButtonCancel.DrawEdges = true;
     this.skinButtonCancel.FocusColor = Color.Yellow;
     this.skinButtonCancel.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonCancel.ForeColor = Color.White;
     this.skinButtonCancel.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonCancel.IsStyled = true;
     this.skinButtonCancel.Location = new Point(0x101, 0x1c9);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x5d, 0x1c);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonCancel, null);
     this.toolTipController1.SetSuperTip(this.skinButtonCancel, null);
     this.skinButtonCancel.TabIndex = 0x17;
     this.skinButtonCancel.TabStop = true;
     this.skinButtonCancel.Text = "<LOC>Cancel";
     this.skinButtonCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonCancel.TextPadding = new Padding(0);
     this.skinButtonCancel.Click += new EventHandler(this.skinButtonCancel_Click);
     this.gpgLabelLostPwd.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabelLostPwd.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelLostPwd.AutoSize = true;
     this.gpgLabelLostPwd.AutoStyle = true;
     this.gpgLabelLostPwd.Font = new Font("Arial", 9.75f);
     this.gpgLabelLostPwd.ForeColor = Color.White;
     this.gpgLabelLostPwd.IgnoreMouseWheel = false;
     this.gpgLabelLostPwd.IsStyled = false;
     this.gpgLabelLostPwd.Location = new Point(13, 0x18c);
     this.gpgLabelLostPwd.Name = "gpgLabelLostPwd";
     this.gpgLabelLostPwd.Size = new Size(170, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelLostPwd, null);
     this.toolTipController1.SetSuperTip(this.gpgLabelLostPwd, null);
     this.gpgLabelLostPwd.TabIndex = 0x15;
     this.gpgLabelLostPwd.Text = "<LOC>Lost your password?";
     this.gpgLabelLostPwd.TextStyle = TextStyles.Link;
     this.gpgLabelLostPwd.Click += new EventHandler(this.gpgLabelLostPwd_Click);
     this.gpgLabelChangePwd.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabelChangePwd.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelChangePwd.AutoSize = true;
     this.gpgLabelChangePwd.AutoStyle = true;
     this.gpgLabelChangePwd.Font = new Font("Arial", 9.75f);
     this.gpgLabelChangePwd.ForeColor = Color.White;
     this.gpgLabelChangePwd.IgnoreMouseWheel = false;
     this.gpgLabelChangePwd.IsStyled = false;
     this.gpgLabelChangePwd.Location = new Point(13, 380);
     this.gpgLabelChangePwd.Name = "gpgLabelChangePwd";
     this.gpgLabelChangePwd.Size = new Size(0xb6, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelChangePwd, null);
     this.toolTipController1.SetSuperTip(this.gpgLabelChangePwd, null);
     this.gpgLabelChangePwd.TabIndex = 20;
     this.gpgLabelChangePwd.Text = "<LOC>Change your password";
     this.gpgLabelChangePwd.TextStyle = TextStyles.Link;
     this.gpgLabelChangePwd.Click += new EventHandler(this.gpgLabelChangePwd_Click);
     this.gpgLabelCreateAcct.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabelCreateAcct.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelCreateAcct.AutoSize = true;
     this.gpgLabelCreateAcct.AutoStyle = true;
     this.gpgLabelCreateAcct.Font = new Font("Arial", 9.75f);
     this.gpgLabelCreateAcct.ForeColor = Color.White;
     this.gpgLabelCreateAcct.IgnoreMouseWheel = false;
     this.gpgLabelCreateAcct.IsStyled = false;
     this.gpgLabelCreateAcct.Location = new Point(13, 0x16c);
     this.gpgLabelCreateAcct.Name = "gpgLabelCreateAcct";
     this.gpgLabelCreateAcct.Size = new Size(0xb0, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelCreateAcct, null);
     this.toolTipController1.SetSuperTip(this.gpgLabelCreateAcct, null);
     this.gpgLabelCreateAcct.TabIndex = 0x13;
     this.gpgLabelCreateAcct.Text = "<LOC>Create a new account";
     this.gpgLabelCreateAcct.TextStyle = TextStyles.Link;
     this.gpgLabelCreateAcct.Click += new EventHandler(this.gpgLabelCreateAcct_Click);
     this.ddServer.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.ddServer.BackColor = Color.Black;
     this.ddServer.BorderColor = Color.Black;
     this.ddServer.DoValidate = true;
     this.ddServer.FlatStyle = FlatStyle.Flat;
     this.ddServer.FocusBackColor = Color.White;
     this.ddServer.FocusBorderColor = Color.White;
     this.ddServer.ForeColor = Color.White;
     this.ddServer.FormattingEnabled = true;
     this.ddServer.Items.AddRange(new object[] { "Beta Server", "GPG Test Server 1", "GPG Test Server 2", "Test Staging Server" });
     this.ddServer.Location = new Point(0x10, 0x8a);
     this.ddServer.Name = "ddServer";
     this.ddServer.Size = new Size(0x144, 0x15);
     base.ttDefault.SetSuperTip(this.ddServer, null);
     this.toolTipController1.SetSuperTip(this.ddServer, null);
     this.ddServer.TabIndex = 0x11;
     this.ddServer.SelectedValueChanged += new EventHandler(this.gpgDropDownList1_SelectedValueChanged);
     this.lServer.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lServer.AutoGrowDirection = GrowDirections.None;
     this.lServer.AutoSize = true;
     this.lServer.AutoStyle = true;
     this.lServer.Font = new Font("Arial", 9.75f, FontStyle.Bold);
     this.lServer.ForeColor = Color.White;
     this.lServer.IgnoreMouseWheel = false;
     this.lServer.IsStyled = false;
     this.lServer.Location = new Point(13, 0x77);
     this.lServer.Name = "lServer";
     this.lServer.Size = new Size(0x5d, 0x10);
     base.ttDefault.SetSuperTip(this.lServer, null);
     this.toolTipController1.SetSuperTip(this.lServer, null);
     this.lServer.TabIndex = 0x10;
     this.lServer.Text = "<LOC>Server";
     this.lServer.TextStyle = TextStyles.Title;
     this.labelError.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.labelError.AutoGrowDirection = GrowDirections.None;
     this.labelError.AutoStyle = true;
     this.labelError.Font = new Font("Arial", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.labelError.ForeColor = Color.Red;
     this.labelError.IgnoreMouseWheel = false;
     this.labelError.IsStyled = false;
     this.labelError.Location = new Point(0x12, 0x1d7);
     this.labelError.Name = "labelError";
     this.labelError.Size = new Size(0x142, 0x40);
     base.ttDefault.SetSuperTip(this.labelError, null);
     this.toolTipController1.SetSuperTip(this.labelError, null);
     this.labelError.TabIndex = 8;
     this.labelError.Text = "<LOC>This is a test error.  This is not usually visible.  It only happens when a login error occurs.";
     this.labelError.TextAlign = ContentAlignment.MiddleCenter;
     this.labelError.TextStyle = TextStyles.Error;
     this.labelError.Visible = false;
     this.gpgLabel1.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoSize = true;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Arial", 9.75f, FontStyle.Bold);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(13, 0xd8);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x73, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.toolTipController1.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 1;
     this.gpgLabel1.Text = "<LOC>Username";
     this.gpgLabel1.TextStyle = TextStyles.Title;
     this.labelLogin.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.labelLogin.AutoGrowDirection = GrowDirections.None;
     this.labelLogin.AutoStyle = true;
     this.labelLogin.Font = new Font("Arial", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.labelLogin.ForeColor = Color.White;
     this.labelLogin.IgnoreMouseWheel = false;
     this.labelLogin.IsStyled = false;
     this.labelLogin.Location = new Point(0x11, 0x1ec);
     this.labelLogin.Name = "labelLogin";
     this.labelLogin.Size = new Size(0x149, 0x15);
     base.ttDefault.SetSuperTip(this.labelLogin, null);
     this.toolTipController1.SetSuperTip(this.labelLogin, null);
     this.labelLogin.TabIndex = 7;
     this.labelLogin.Text = "<LOC>Logging In";
     this.labelLogin.TextAlign = ContentAlignment.TopCenter;
     this.labelLogin.TextStyle = TextStyles.Status;
     this.labelLogin.Visible = false;
     this.gpgLabel2.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel2.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel2.AutoSize = true;
     this.gpgLabel2.AutoStyle = true;
     this.gpgLabel2.Font = new Font("Arial", 9.75f, FontStyle.Bold);
     this.gpgLabel2.ForeColor = Color.White;
     this.gpgLabel2.IgnoreMouseWheel = false;
     this.gpgLabel2.IsStyled = false;
     this.gpgLabel2.Location = new Point(13, 0x10a);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x70, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.toolTipController1.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 3;
     this.gpgLabel2.Text = "<LOC>Password";
     this.gpgLabel2.TextStyle = TextStyles.Title;
     this.msMainMenu.BackColor = Color.Transparent;
     this.msMainMenu.BackgroundImage = (Image) manager.GetObject("msMainMenu.BackgroundImage");
     this.msMainMenu.Dock = DockStyle.None;
     this.msMainMenu.Font = new Font("Arial", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.msMainMenu.Location = new Point(0x31, 0x1b);
     this.msMainMenu.Name = "msMainMenu";
     this.msMainMenu.Padding = new Padding(0, 2, 0, 2);
     this.msMainMenu.Size = new Size(0xca, 0x18);
     this.toolTipController1.SetSuperTip(this.msMainMenu, null);
     base.ttDefault.SetSuperTip(this.msMainMenu, null);
     this.msMainMenu.TabIndex = 12;
     this.msMainMenu.Text = "menuStrip1";
     this.msMainMenu.Visible = false;
     this.gpgLabelChangeAccount.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabelChangeAccount.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelChangeAccount.AutoSize = true;
     this.gpgLabelChangeAccount.AutoStyle = true;
     this.gpgLabelChangeAccount.Font = new Font("Arial", 9.75f);
     this.gpgLabelChangeAccount.ForeColor = Color.White;
     this.gpgLabelChangeAccount.IgnoreMouseWheel = false;
     this.gpgLabelChangeAccount.IsStyled = false;
     this.gpgLabelChangeAccount.Location = new Point(13, 0x19c);
     this.gpgLabelChangeAccount.Name = "gpgLabelChangeAccount";
     this.gpgLabelChangeAccount.Size = new Size(180, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelChangeAccount, null);
     this.toolTipController1.SetSuperTip(this.gpgLabelChangeAccount, null);
     this.gpgLabelChangeAccount.TabIndex = 0x18;
     this.gpgLabelChangeAccount.Text = "<LOC>Change account name";
     this.gpgLabelChangeAccount.TextStyle = TextStyles.Link;
     this.gpgLabelChangeAccount.Click += new EventHandler(this.gpgLabelChangeAccount_Click);
     this.lLostUsername.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lLostUsername.AutoGrowDirection = GrowDirections.None;
     this.lLostUsername.AutoSize = true;
     this.lLostUsername.AutoStyle = true;
     this.lLostUsername.Font = new Font("Arial", 9.75f);
     this.lLostUsername.ForeColor = Color.White;
     this.lLostUsername.IgnoreMouseWheel = false;
     this.lLostUsername.IsStyled = false;
     this.lLostUsername.Location = new Point(13, 0x1ac);
     this.lLostUsername.Name = "lLostUsername";
     this.lLostUsername.Size = new Size(0xac, 0x10);
     base.ttDefault.SetSuperTip(this.lLostUsername, null);
     this.toolTipController1.SetSuperTip(this.lLostUsername, null);
     this.lLostUsername.TabIndex = 0x19;
     this.lLostUsername.Text = "<LOC>Lost your username?";
     this.lLostUsername.TextStyle = TextStyles.Link;
     this.lLostUsername.Click += new EventHandler(this.lLostUsername_Click);
     this.gpgPictureBox1.Image = Resources.gpgnetlogo;
     this.gpgPictureBox1.Location = new Point(0x41, 0x45);
     this.gpgPictureBox1.Name = "gpgPictureBox1";
     this.gpgPictureBox1.Size = new Size(0xeb, 0x2d);
     this.gpgPictureBox1.SizeMode = PictureBoxSizeMode.AutoSize;
     base.ttDefault.SetSuperTip(this.gpgPictureBox1, null);
     this.toolTipController1.SetSuperTip(this.gpgPictureBox1, null);
     this.gpgPictureBox1.TabIndex = 0x1a;
     this.gpgPictureBox1.TabStop = false;
     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(0x10, 0xba);
     this.ddGame.Name = "ddGame";
     this.ddGame.Size = new Size(0x123, 0x15);
     base.ttDefault.SetSuperTip(this.ddGame, null);
     this.toolTipController1.SetSuperTip(this.ddGame, null);
     this.ddGame.TabIndex = 0x1c;
     this.ddGame.SelectedValueChanged += new EventHandler(this.ddGame_SelectedValueChanged);
     this.lGame.AutoGrowDirection = GrowDirections.None;
     this.lGame.AutoSize = true;
     this.lGame.AutoStyle = true;
     this.lGame.Font = new Font("Arial", 9.75f, FontStyle.Bold);
     this.lGame.ForeColor = Color.White;
     this.lGame.IgnoreMouseWheel = false;
     this.lGame.IsStyled = false;
     this.lGame.Location = new Point(13, 0xa7);
     this.lGame.Name = "lGame";
     this.lGame.Size = new Size(0x59, 0x10);
     base.ttDefault.SetSuperTip(this.lGame, null);
     this.toolTipController1.SetSuperTip(this.lGame, null);
     this.lGame.TabIndex = 0x1b;
     this.lGame.Text = "<LOC>Game";
     this.lGame.TextStyle = TextStyles.Title;
     this.lManageGames.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.lManageGames.AutoGrowDirection = GrowDirections.None;
     this.lManageGames.AutoStyle = true;
     this.lManageGames.Font = new Font("Arial", 9.75f);
     this.lManageGames.ForeColor = Color.White;
     this.lManageGames.IgnoreMouseWheel = false;
     this.lManageGames.IsStyled = false;
     this.lManageGames.Location = new Point(110, 0xa7);
     this.lManageGames.Name = "lManageGames";
     this.lManageGames.Size = new Size(0xc5, 0x10);
     this.toolTipController1.SetSuperTip(this.lManageGames, null);
     base.ttDefault.SetSuperTip(this.lManageGames, null);
     this.lManageGames.TabIndex = 0x1d;
     this.lManageGames.Text = "<LOC>Manage Games";
     this.lManageGames.TextAlign = ContentAlignment.TopRight;
     this.lManageGames.TextStyle = TextStyles.Link;
     this.lManageGames.Click += new EventHandler(this.lManageGames_Click);
     this.pbCurrentGame.Location = new Point(0x139, 0xae);
     this.pbCurrentGame.Name = "pbCurrentGame";
     this.pbCurrentGame.Size = new Size(0x20, 0x20);
     base.ttDefault.SetSuperTip(this.pbCurrentGame, null);
     this.toolTipController1.SetSuperTip(this.pbCurrentGame, null);
     this.pbCurrentGame.TabIndex = 30;
     this.pbCurrentGame.TabStop = false;
     this.miMainGroup.DropDownItems.AddRange(new ToolStripItem[] { this.lOCRegisterNewUserToolStripMenuItem, this.lOCChangePasswordToolStripMenuItem, this.lOCResetPasswordToolStripMenuItem });
     this.miMainGroup.Name = "miMainGroup";
     this.miMainGroup.Padding = new Padding(0, 0, 4, 0);
     this.miMainGroup.Size = new Size(0x6a, 20);
     this.miMainGroup.Text = "<LOC>Account";
     this.lOCRegisterNewUserToolStripMenuItem.Name = "lOCRegisterNewUserToolStripMenuItem";
     this.lOCRegisterNewUserToolStripMenuItem.Size = new Size(210, 0x16);
     this.lOCRegisterNewUserToolStripMenuItem.Text = "<LOC>Register New User";
     this.lOCRegisterNewUserToolStripMenuItem.Click += new EventHandler(this.lOCRegisterNewUserToolStripMenuItem_Click);
     this.lOCChangePasswordToolStripMenuItem.Name = "lOCChangePasswordToolStripMenuItem";
     this.lOCChangePasswordToolStripMenuItem.Size = new Size(210, 0x16);
     this.lOCChangePasswordToolStripMenuItem.Text = "<LOC>Change Password";
     this.lOCChangePasswordToolStripMenuItem.Click += new EventHandler(this.lOCChangePasswordToolStripMenuItem_Click);
     this.lOCResetPasswordToolStripMenuItem.Name = "lOCResetPasswordToolStripMenuItem";
     this.lOCResetPasswordToolStripMenuItem.Size = new Size(210, 0x16);
     this.lOCResetPasswordToolStripMenuItem.Text = "<LOC>Email Password";
     this.textBoxPassword.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.textBoxPassword.Location = new Point(0x10, 0x11c);
     this.textBoxPassword.Margin = new Padding(3, 4, 3, 4);
     this.textBoxPassword.Name = "textBoxPassword";
     this.textBoxPassword.Properties.Appearance.BackColor = Color.Black;
     this.textBoxPassword.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.textBoxPassword.Properties.Appearance.ForeColor = Color.White;
     this.textBoxPassword.Properties.Appearance.Options.UseBackColor = true;
     this.textBoxPassword.Properties.Appearance.Options.UseBorderColor = true;
     this.textBoxPassword.Properties.Appearance.Options.UseForeColor = true;
     this.textBoxPassword.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.textBoxPassword.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(4, 6, 9);
     this.textBoxPassword.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.textBoxPassword.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.textBoxPassword.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.textBoxPassword.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.textBoxPassword.Properties.BorderStyle = BorderStyles.Simple;
     this.textBoxPassword.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.textBoxPassword.Properties.LookAndFeel.Style = LookAndFeelStyle.Office2003;
     this.textBoxPassword.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.textBoxPassword.Properties.LookAndFeel.UseWindowsXPTheme = true;
     this.textBoxPassword.Properties.PasswordChar = '*';
     this.textBoxPassword.Size = new Size(0x144, 20);
     this.textBoxPassword.TabIndex = 1;
     this.textBoxUsername.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.textBoxUsername.Location = new Point(0x10, 0xec);
     this.textBoxUsername.Margin = new Padding(3, 4, 3, 4);
     this.textBoxUsername.Name = "textBoxUsername";
     this.textBoxUsername.Properties.Appearance.BackColor = Color.Black;
     this.textBoxUsername.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.textBoxUsername.Properties.Appearance.ForeColor = Color.White;
     this.textBoxUsername.Properties.Appearance.Options.UseBackColor = true;
     this.textBoxUsername.Properties.Appearance.Options.UseBorderColor = true;
     this.textBoxUsername.Properties.Appearance.Options.UseForeColor = true;
     this.textBoxUsername.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.textBoxUsername.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(4, 6, 9);
     this.textBoxUsername.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.textBoxUsername.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.textBoxUsername.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.textBoxUsername.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.textBoxUsername.Properties.BorderStyle = BorderStyles.Simple;
     this.textBoxUsername.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.textBoxUsername.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.textBoxUsername.Size = new Size(0x144, 20);
     this.textBoxUsername.TabIndex = 0;
     base.AcceptButton = this.skinButtonOK;
     base.AutoScaleMode = AutoScaleMode.None;
     this.BackColor = Color.Black;
     base.CancelButton = this.skinButtonCancel;
     base.ClientSize = new Size(0x16a, 0x23f);
     base.Controls.Add(this.pbCurrentGame);
     base.Controls.Add(this.lManageGames);
     base.Controls.Add(this.ddGame);
     base.Controls.Add(this.lGame);
     base.Controls.Add(this.gpgPictureBox1);
     base.Controls.Add(this.lLostUsername);
     base.Controls.Add(this.gpgLabelChangeAccount);
     base.Controls.Add(this.skinButtonCancel);
     base.Controls.Add(this.skinButtonOK);
     base.Controls.Add(this.gpgLabelLostPwd);
     base.Controls.Add(this.gpgLabelChangePwd);
     base.Controls.Add(this.gpgLabelCreateAcct);
     base.Controls.Add(this.ddServer);
     base.Controls.Add(this.lServer);
     base.Controls.Add(this.cbAutlogin);
     base.Controls.Add(this.labelError);
     base.Controls.Add(this.textBoxPassword);
     base.Controls.Add(this.gpgLabel1);
     base.Controls.Add(this.labelLogin);
     base.Controls.Add(this.gpgLabel2);
     base.Controls.Add(this.textBoxUsername);
     base.Controls.Add(this.checkBoxRemember);
     base.Controls.Add(this.msMainMenu);
     this.DoubleBuffered = true;
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.Margin = new Padding(3, 5, 3, 5);
     base.MaximizeBox = false;
     this.MaximumSize = new Size(0x16a, 0x23f);
     this.MinimumSize = new Size(0x16a, 0x23f);
     base.Name = "DlgLogin";
     this.toolTipController1.SetSuperTip(this, null);
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Sign in to GPGnet: Supreme Commander";
     base.Load += new EventHandler(this.DlgLogin_Load);
     base.Controls.SetChildIndex(this.msMainMenu, 0);
     base.Controls.SetChildIndex(this.checkBoxRemember, 0);
     base.Controls.SetChildIndex(this.textBoxUsername, 0);
     base.Controls.SetChildIndex(this.gpgLabel2, 0);
     base.Controls.SetChildIndex(this.labelLogin, 0);
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.textBoxPassword, 0);
     base.Controls.SetChildIndex(this.labelError, 0);
     base.Controls.SetChildIndex(this.cbAutlogin, 0);
     base.Controls.SetChildIndex(this.lServer, 0);
     base.Controls.SetChildIndex(this.ddServer, 0);
     base.Controls.SetChildIndex(this.gpgLabelCreateAcct, 0);
     base.Controls.SetChildIndex(this.gpgLabelChangePwd, 0);
     base.Controls.SetChildIndex(this.gpgLabelLostPwd, 0);
     base.Controls.SetChildIndex(this.skinButtonOK, 0);
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     base.Controls.SetChildIndex(this.gpgLabelChangeAccount, 0);
     base.Controls.SetChildIndex(this.lLostUsername, 0);
     base.Controls.SetChildIndex(this.gpgPictureBox1, 0);
     base.Controls.SetChildIndex(this.lGame, 0);
     base.Controls.SetChildIndex(this.ddGame, 0);
     base.Controls.SetChildIndex(this.lManageGames, 0);
     base.Controls.SetChildIndex(this.pbCurrentGame, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.barAndDockingController1.EndInit();
     ((ISupportInitialize) this.gpgPictureBox1).EndInit();
     ((ISupportInitialize) this.pbCurrentGame).EndInit();
     this.textBoxPassword.Properties.EndInit();
     this.textBoxUsername.Properties.EndInit();
     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();
 }
 private void InitializeComponent()
 {
     this.gpgLabel1 = new GPGLabel();
     this.gpgTextBoxFirstName = new GPGTextBox();
     this.gpgTextBoxLastName = new GPGTextBox();
     this.gpgLabel2 = new GPGLabel();
     this.gpgTextBoxEmail1 = new GPGTextBox();
     this.gpgLabelEmail1 = new GPGLabel();
     this.gpgTextBoxEmail2 = new GPGTextBox();
     this.gpgLabel4 = new GPGLabel();
     this.gpgTextBoxPhone = new GPGTextBox();
     this.gpgLabel5 = new GPGLabel();
     this.gpgTextBoxPayPal = new GPGTextBox();
     this.gpgLabel6 = new GPGLabel();
     this.gpgTextBoxAddress1 = new GPGTextBox();
     this.gpgLabel7 = new GPGLabel();
     this.gpgTextBoxAddress2 = new GPGTextBox();
     this.gpgLabel8 = new GPGLabel();
     this.gpgTextBoxCity = new GPGTextBox();
     this.gpgLabel9 = new GPGLabel();
     this.gpgLabel10 = new GPGLabel();
     this.gpgLabel11 = new GPGLabel();
     this.skinButtonCancel = new SkinButton();
     this.skinButtonOK = new SkinButton();
     this.gpgDropDownListState = new GPGDropDownList();
     this.gpgDropDownListCountries = new GPGDropDownList();
     this.gpgLabel3 = new GPGLabel();
     this.gpgTextBoxPostalCode = new GPGTextBox();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgTextBoxFirstName.Properties.BeginInit();
     this.gpgTextBoxLastName.Properties.BeginInit();
     this.gpgTextBoxEmail1.Properties.BeginInit();
     this.gpgTextBoxEmail2.Properties.BeginInit();
     this.gpgTextBoxPhone.Properties.BeginInit();
     this.gpgTextBoxPayPal.Properties.BeginInit();
     this.gpgTextBoxAddress1.Properties.BeginInit();
     this.gpgTextBoxAddress2.Properties.BeginInit();
     this.gpgTextBoxCity.Properties.BeginInit();
     this.gpgTextBoxPostalCode.Properties.BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x24b, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     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(12, 80);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x72, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 7;
     this.gpgLabel1.Text = "<LOC>First Name";
     this.gpgLabel1.TextStyle = TextStyles.Default;
     this.gpgTextBoxFirstName.Location = new Point(13, 100);
     this.gpgTextBoxFirstName.Name = "gpgTextBoxFirstName";
     this.gpgTextBoxFirstName.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxFirstName.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxFirstName.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxFirstName.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxFirstName.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxFirstName.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxFirstName.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxFirstName.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxFirstName.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxFirstName.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxFirstName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxFirstName.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxFirstName.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxFirstName.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxFirstName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxFirstName.Size = new Size(0x116, 20);
     this.gpgTextBoxFirstName.TabIndex = 8;
     this.gpgTextBoxLastName.Location = new Point(13, 0x99);
     this.gpgTextBoxLastName.Name = "gpgTextBoxLastName";
     this.gpgTextBoxLastName.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxLastName.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxLastName.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxLastName.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxLastName.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxLastName.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxLastName.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxLastName.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxLastName.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxLastName.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxLastName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxLastName.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxLastName.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxLastName.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxLastName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxLastName.Size = new Size(0x116, 20);
     this.gpgTextBoxLastName.TabIndex = 10;
     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(12, 0x85);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x71, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 9;
     this.gpgLabel2.Text = "<LOC>Last Name";
     this.gpgLabel2.TextStyle = TextStyles.Default;
     this.gpgTextBoxEmail1.Location = new Point(13, 210);
     this.gpgTextBoxEmail1.Name = "gpgTextBoxEmail1";
     this.gpgTextBoxEmail1.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxEmail1.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxEmail1.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxEmail1.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxEmail1.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxEmail1.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxEmail1.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxEmail1.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxEmail1.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxEmail1.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxEmail1.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxEmail1.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxEmail1.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxEmail1.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxEmail1.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxEmail1.Size = new Size(0x116, 20);
     this.gpgTextBoxEmail1.TabIndex = 12;
     this.gpgLabelEmail1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelEmail1.AutoSize = true;
     this.gpgLabelEmail1.AutoStyle = true;
     this.gpgLabelEmail1.Font = new Font("Arial", 9.75f);
     this.gpgLabelEmail1.ForeColor = Color.White;
     this.gpgLabelEmail1.IgnoreMouseWheel = false;
     this.gpgLabelEmail1.IsStyled = false;
     this.gpgLabelEmail1.Location = new Point(12, 190);
     this.gpgLabelEmail1.Name = "gpgLabelEmail1";
     this.gpgLabelEmail1.Size = new Size(0x87, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelEmail1, null);
     this.gpgLabelEmail1.TabIndex = 11;
     this.gpgLabelEmail1.Text = "<LOC>Email Address";
     this.gpgLabelEmail1.TextStyle = TextStyles.Default;
     this.gpgTextBoxEmail2.Location = new Point(11, 270);
     this.gpgTextBoxEmail2.Name = "gpgTextBoxEmail2";
     this.gpgTextBoxEmail2.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxEmail2.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxEmail2.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxEmail2.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxEmail2.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxEmail2.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxEmail2.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxEmail2.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxEmail2.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxEmail2.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxEmail2.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxEmail2.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxEmail2.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxEmail2.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxEmail2.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxEmail2.Size = new Size(0x116, 20);
     this.gpgTextBoxEmail2.TabIndex = 14;
     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(10, 250);
     this.gpgLabel4.Name = "gpgLabel4";
     this.gpgLabel4.Size = new Size(0xb7, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel4, null);
     this.gpgLabel4.TabIndex = 13;
     this.gpgLabel4.Text = "<LOC>Confirm Email Address";
     this.gpgLabel4.TextStyle = TextStyles.Default;
     this.gpgTextBoxPhone.Location = new Point(11, 0x148);
     this.gpgTextBoxPhone.Name = "gpgTextBoxPhone";
     this.gpgTextBoxPhone.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxPhone.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxPhone.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxPhone.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxPhone.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxPhone.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxPhone.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxPhone.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxPhone.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxPhone.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxPhone.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxPhone.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxPhone.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxPhone.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxPhone.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxPhone.Size = new Size(0x116, 20);
     this.gpgTextBoxPhone.TabIndex = 0x10;
     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(10, 0x134);
     this.gpgLabel5.Name = "gpgLabel5";
     this.gpgLabel5.Size = new Size(0x9e, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel5, null);
     this.gpgLabel5.TabIndex = 15;
     this.gpgLabel5.Text = "<LOC>Telephone Number";
     this.gpgLabel5.TextStyle = TextStyles.Default;
     this.gpgTextBoxPayPal.Location = new Point(11, 0x183);
     this.gpgTextBoxPayPal.Name = "gpgTextBoxPayPal";
     this.gpgTextBoxPayPal.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxPayPal.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxPayPal.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxPayPal.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxPayPal.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxPayPal.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxPayPal.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxPayPal.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxPayPal.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxPayPal.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxPayPal.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxPayPal.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxPayPal.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxPayPal.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxPayPal.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxPayPal.Size = new Size(0x116, 20);
     this.gpgTextBoxPayPal.TabIndex = 0x12;
     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(10, 0x16f);
     this.gpgLabel6.Name = "gpgLabel6";
     this.gpgLabel6.Size = new Size(0x8e, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel6, null);
     this.gpgLabel6.TabIndex = 0x11;
     this.gpgLabel6.Text = "<LOC>Paypal Account";
     this.gpgLabel6.TextStyle = TextStyles.Default;
     this.gpgTextBoxAddress1.Location = new Point(0x146, 100);
     this.gpgTextBoxAddress1.Name = "gpgTextBoxAddress1";
     this.gpgTextBoxAddress1.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxAddress1.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxAddress1.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxAddress1.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxAddress1.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxAddress1.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxAddress1.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxAddress1.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxAddress1.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxAddress1.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxAddress1.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxAddress1.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxAddress1.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxAddress1.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxAddress1.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxAddress1.Size = new Size(0x116, 20);
     this.gpgTextBoxAddress1.TabIndex = 20;
     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(0x145, 80);
     this.gpgLabel7.Name = "gpgLabel7";
     this.gpgLabel7.Size = new Size(0x89, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel7, null);
     this.gpgLabel7.TabIndex = 0x13;
     this.gpgLabel7.Text = "<LOC>Address Line 1";
     this.gpgLabel7.TextStyle = TextStyles.Default;
     this.gpgTextBoxAddress2.Location = new Point(0x146, 0x99);
     this.gpgTextBoxAddress2.Name = "gpgTextBoxAddress2";
     this.gpgTextBoxAddress2.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxAddress2.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxAddress2.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxAddress2.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxAddress2.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxAddress2.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxAddress2.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxAddress2.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxAddress2.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxAddress2.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxAddress2.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxAddress2.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxAddress2.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxAddress2.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxAddress2.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxAddress2.Size = new Size(0x116, 20);
     this.gpgTextBoxAddress2.TabIndex = 0x16;
     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(0x145, 0x85);
     this.gpgLabel8.Name = "gpgLabel8";
     this.gpgLabel8.Size = new Size(0xd9, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel8, null);
     this.gpgLabel8.TabIndex = 0x15;
     this.gpgLabel8.Text = "<LOC>Address Line 2 (if applicable)";
     this.gpgLabel8.TextStyle = TextStyles.Default;
     this.gpgTextBoxCity.Location = new Point(0x146, 210);
     this.gpgTextBoxCity.Name = "gpgTextBoxCity";
     this.gpgTextBoxCity.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxCity.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxCity.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxCity.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxCity.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxCity.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxCity.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxCity.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxCity.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxCity.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxCity.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxCity.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxCity.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxCity.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxCity.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxCity.Size = new Size(0x116, 20);
     this.gpgTextBoxCity.TabIndex = 0x18;
     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(0x145, 190);
     this.gpgLabel9.Name = "gpgLabel9";
     this.gpgLabel9.Size = new Size(0x49, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel9, null);
     this.gpgLabel9.TabIndex = 0x17;
     this.gpgLabel9.Text = "<LOC>City";
     this.gpgLabel9.TextStyle = TextStyles.Default;
     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(0x145, 250);
     this.gpgLabel10.Name = "gpgLabel10";
     this.gpgLabel10.Size = new Size(0x86, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel10, null);
     this.gpgLabel10.TabIndex = 0x19;
     this.gpgLabel10.Text = "<LOC>State/Province";
     this.gpgLabel10.TextStyle = TextStyles.Default;
     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(0x145, 0x135);
     this.gpgLabel11.Name = "gpgLabel11";
     this.gpgLabel11.Size = new Size(0x5f, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel11, null);
     this.gpgLabel11.TabIndex = 0x1b;
     this.gpgLabel11.Text = "<LOC>Country";
     this.gpgLabel11.TextStyle = TextStyles.Default;
     this.skinButtonCancel.AutoStyle = true;
     this.skinButtonCancel.BackColor = Color.Transparent;
     this.skinButtonCancel.ButtonState = 0;
     this.skinButtonCancel.DialogResult = DialogResult.OK;
     this.skinButtonCancel.DisabledForecolor = Color.Gray;
     this.skinButtonCancel.DrawColor = Color.White;
     this.skinButtonCancel.DrawEdges = true;
     this.skinButtonCancel.FocusColor = Color.Yellow;
     this.skinButtonCancel.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonCancel.ForeColor = Color.White;
     this.skinButtonCancel.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonCancel.IsStyled = true;
     this.skinButtonCancel.Location = new Point(0x217, 420);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(100, 0x1a);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonCancel, null);
     this.skinButtonCancel.TabIndex = 0x1f;
     this.skinButtonCancel.TabStop = true;
     this.skinButtonCancel.Text = "<LOC>Cancel";
     this.skinButtonCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonCancel.TextPadding = new Padding(0);
     this.skinButtonCancel.Click += new EventHandler(this.skinButtonCancel_Click);
     this.skinButtonOK.AutoStyle = true;
     this.skinButtonOK.BackColor = Color.Transparent;
     this.skinButtonOK.ButtonState = 0;
     this.skinButtonOK.DialogResult = DialogResult.OK;
     this.skinButtonOK.DisabledForecolor = Color.Gray;
     this.skinButtonOK.DrawColor = Color.White;
     this.skinButtonOK.DrawEdges = true;
     this.skinButtonOK.FocusColor = Color.Yellow;
     this.skinButtonOK.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonOK.ForeColor = Color.White;
     this.skinButtonOK.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonOK.IsStyled = true;
     this.skinButtonOK.Location = new Point(0x1ad, 420);
     this.skinButtonOK.Name = "skinButtonOK";
     this.skinButtonOK.Size = new Size(100, 0x1a);
     this.skinButtonOK.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonOK, null);
     this.skinButtonOK.TabIndex = 30;
     this.skinButtonOK.TabStop = true;
     this.skinButtonOK.Text = "<LOC>OK";
     this.skinButtonOK.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonOK.TextPadding = new Padding(0);
     this.skinButtonOK.Click += new EventHandler(this.skinButtonOK_Click);
     this.gpgDropDownListState.BackColor = Color.Black;
     this.gpgDropDownListState.BorderColor = Color.DimGray;
     this.gpgDropDownListState.DoValidate = true;
     this.gpgDropDownListState.DropDownStyle = ComboBoxStyle.DropDownList;
     this.gpgDropDownListState.DropDownWidth = 0xd3;
     this.gpgDropDownListState.FlatStyle = FlatStyle.Flat;
     this.gpgDropDownListState.FocusBackColor = Color.White;
     this.gpgDropDownListState.FocusBorderColor = Color.White;
     this.gpgDropDownListState.Font = new Font("Verdana", 7f);
     this.gpgDropDownListState.FormattingEnabled = true;
     this.gpgDropDownListState.IntegralHeight = false;
     this.gpgDropDownListState.ItemHeight = 12;
     this.gpgDropDownListState.Location = new Point(0x146, 270);
     this.gpgDropDownListState.MaxDropDownItems = 15;
     this.gpgDropDownListState.Name = "gpgDropDownListState";
     this.gpgDropDownListState.Size = new Size(0x8d, 20);
     base.ttDefault.SetSuperTip(this.gpgDropDownListState, null);
     this.gpgDropDownListState.TabIndex = 0x19;
     this.gpgDropDownListCountries.BackColor = Color.Black;
     this.gpgDropDownListCountries.BorderColor = Color.DimGray;
     this.gpgDropDownListCountries.DoValidate = true;
     this.gpgDropDownListCountries.DropDownStyle = ComboBoxStyle.DropDownList;
     this.gpgDropDownListCountries.DropDownWidth = 0x10f;
     this.gpgDropDownListCountries.FlatStyle = FlatStyle.Flat;
     this.gpgDropDownListCountries.FocusBackColor = Color.White;
     this.gpgDropDownListCountries.FocusBorderColor = Color.White;
     this.gpgDropDownListCountries.Font = new Font("Verdana", 7f);
     this.gpgDropDownListCountries.FormattingEnabled = true;
     this.gpgDropDownListCountries.Location = new Point(0x148, 0x148);
     this.gpgDropDownListCountries.MaxDropDownItems = 15;
     this.gpgDropDownListCountries.Name = "gpgDropDownListCountries";
     this.gpgDropDownListCountries.Size = new Size(0x113, 20);
     base.ttDefault.SetSuperTip(this.gpgDropDownListCountries, null);
     this.gpgDropDownListCountries.TabIndex = 0x1b;
     this.gpgDropDownListCountries.SelectedIndexChanged += new EventHandler(this.gpgDropDownListCountries_SelectedIndexChanged);
     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(470, 250);
     this.gpgLabel3.Name = "gpgLabel3";
     this.gpgLabel3.Size = new Size(0x79, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel3, null);
     this.gpgLabel3.TabIndex = 0x21;
     this.gpgLabel3.Text = "<LOC>Postal Code";
     this.gpgLabel3.TextStyle = TextStyles.Default;
     this.gpgTextBoxPostalCode.Location = new Point(0x1d9, 270);
     this.gpgTextBoxPostalCode.Name = "gpgTextBoxPostalCode";
     this.gpgTextBoxPostalCode.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxPostalCode.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxPostalCode.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxPostalCode.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxPostalCode.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxPostalCode.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxPostalCode.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxPostalCode.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxPostalCode.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxPostalCode.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxPostalCode.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxPostalCode.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxPostalCode.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxPostalCode.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxPostalCode.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxPostalCode.Size = new Size(130, 20);
     this.gpgTextBoxPostalCode.TabIndex = 0x1a;
     base.AcceptButton = this.skinButtonOK;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.CancelButton = this.skinButtonCancel;
     base.ClientSize = new Size(0x286, 0x1fd);
     base.Controls.Add(this.gpgTextBoxPostalCode);
     base.Controls.Add(this.gpgLabel3);
     base.Controls.Add(this.gpgDropDownListState);
     base.Controls.Add(this.gpgDropDownListCountries);
     base.Controls.Add(this.skinButtonOK);
     base.Controls.Add(this.skinButtonCancel);
     base.Controls.Add(this.gpgLabel11);
     base.Controls.Add(this.gpgLabel10);
     base.Controls.Add(this.gpgTextBoxCity);
     base.Controls.Add(this.gpgLabel9);
     base.Controls.Add(this.gpgTextBoxAddress2);
     base.Controls.Add(this.gpgLabel8);
     base.Controls.Add(this.gpgTextBoxAddress1);
     base.Controls.Add(this.gpgLabel7);
     base.Controls.Add(this.gpgTextBoxPayPal);
     base.Controls.Add(this.gpgLabel6);
     base.Controls.Add(this.gpgTextBoxPhone);
     base.Controls.Add(this.gpgLabel5);
     base.Controls.Add(this.gpgTextBoxEmail2);
     base.Controls.Add(this.gpgLabel4);
     base.Controls.Add(this.gpgTextBoxEmail1);
     base.Controls.Add(this.gpgLabelEmail1);
     base.Controls.Add(this.gpgTextBoxLastName);
     base.Controls.Add(this.gpgLabel2);
     base.Controls.Add(this.gpgTextBoxFirstName);
     base.Controls.Add(this.gpgLabel1);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.Name = "DlgPrizeWinner";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Prize Winner Information";
     base.Load += new EventHandler(this.DlgPrizeWinner_Load);
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxFirstName, 0);
     base.Controls.SetChildIndex(this.gpgLabel2, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxLastName, 0);
     base.Controls.SetChildIndex(this.gpgLabelEmail1, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxEmail1, 0);
     base.Controls.SetChildIndex(this.gpgLabel4, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxEmail2, 0);
     base.Controls.SetChildIndex(this.gpgLabel5, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxPhone, 0);
     base.Controls.SetChildIndex(this.gpgLabel6, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxPayPal, 0);
     base.Controls.SetChildIndex(this.gpgLabel7, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxAddress1, 0);
     base.Controls.SetChildIndex(this.gpgLabel8, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxAddress2, 0);
     base.Controls.SetChildIndex(this.gpgLabel9, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxCity, 0);
     base.Controls.SetChildIndex(this.gpgLabel10, 0);
     base.Controls.SetChildIndex(this.gpgLabel11, 0);
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     base.Controls.SetChildIndex(this.skinButtonOK, 0);
     base.Controls.SetChildIndex(this.gpgDropDownListCountries, 0);
     base.Controls.SetChildIndex(this.gpgDropDownListState, 0);
     base.Controls.SetChildIndex(this.gpgLabel3, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxPostalCode, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgTextBoxFirstName.Properties.EndInit();
     this.gpgTextBoxLastName.Properties.EndInit();
     this.gpgTextBoxEmail1.Properties.EndInit();
     this.gpgTextBoxEmail2.Properties.EndInit();
     this.gpgTextBoxPhone.Properties.EndInit();
     this.gpgTextBoxPayPal.Properties.EndInit();
     this.gpgTextBoxAddress1.Properties.EndInit();
     this.gpgTextBoxAddress2.Properties.EndInit();
     this.gpgTextBoxCity.Properties.EndInit();
     this.gpgTextBoxPostalCode.Properties.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.backLabelTitle = new SkinLabel();
     this.gpgLabel1 = new GPGLabel();
     this.gpgLabel2 = new GPGLabel();
     this.tbName = new GPGTextBox();
     this.tbDescription = new GPGTextArea();
     this.gpgLabel3 = new GPGLabel();
     this.gpgLabel4 = new GPGLabel();
     this.tbLegal = new GPGTextArea();
     this.gpgLabel5 = new GPGLabel();
     this.tbWebURL = new GPGTextBox();
     this.gpgLabel6 = new GPGLabel();
     this.gpgLabel7 = new GPGLabel();
     this.gpgLabel8 = new GPGLabel();
     this.gpgLabel9 = new GPGLabel();
     this.gpgLabel10 = new GPGLabel();
     this.gpgLabel11 = new GPGLabel();
     this.tbAssistantTDs = new GPGTextBox();
     this.skinButtonCancel = new SkinButton();
     this.skinButtonOK = new SkinButton();
     this.cbType = new GPGDropDownList();
     this.cbFaction = new GPGDropDownList();
     this.cbNumberOfRounds = new GPGDropDownList();
     this.cbRoundLength = new GPGDropDownList();
     this.cbMap = new GPGDropDownList();
     this.pbFaction = new GPGPictureBox();
     this.pbMap = new GPGPictureBox();
     this.lSize = new GPGLabel();
     this.lMaxPlayers = new GPGLabel();
     this.cbDate = new GPGComboBox();
     this.cbpCalander = new GPGComboBoxPanel();
     this.dTournamentDate = new DateNavigator();
     this.tTournamentTime = new TimeEdit();
     this.cbRestriction = new GPGDropDownList();
     this.gpgLabel12 = new GPGLabel();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.tbName.Properties.BeginInit();
     this.tbDescription.Properties.BeginInit();
     this.tbLegal.Properties.BeginInit();
     this.tbWebURL.Properties.BeginInit();
     this.tbAssistantTDs.Properties.BeginInit();
     ((ISupportInitialize) this.pbFaction).BeginInit();
     ((ISupportInitialize) this.pbMap).BeginInit();
     this.cbDate.Properties.BeginInit();
     this.cbpCalander.BeginInit();
     this.cbpCalander.SuspendLayout();
     this.dTournamentDate.BeginInit();
     this.tTournamentTime.Properties.BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x2ef, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.backLabelTitle.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.backLabelTitle.AutoStyle = false;
     this.backLabelTitle.BackColor = Color.Transparent;
     this.backLabelTitle.DrawEdges = true;
     this.backLabelTitle.Font = new Font("Arial", 20f, FontStyle.Bold);
     this.backLabelTitle.ForeColor = Color.White;
     this.backLabelTitle.HorizontalScalingMode = ScalingModes.Tile;
     this.backLabelTitle.IsStyled = false;
     this.backLabelTitle.Location = new Point(7, 0x3e);
     this.backLabelTitle.Name = "backLabelTitle";
     this.backLabelTitle.Size = new Size(0x31c, 0x3b);
     this.backLabelTitle.SkinBasePath = @"Controls\Background Label\Tournaments";
     base.ttDefault.SetSuperTip(this.backLabelTitle, null);
     this.backLabelTitle.TabIndex = 8;
     this.backLabelTitle.Text = "<LOC>Create New Tournament";
     this.backLabelTitle.TextAlign = ContentAlignment.MiddleLeft;
     this.backLabelTitle.TextPadding = new Padding(10, 0, 0, 0);
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     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(7, 0x98);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0xa6, 0x17);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 9;
     this.gpgLabel1.Text = "<LOC>Tournament Name";
     this.gpgLabel1.TextAlign = ContentAlignment.TopRight;
     this.gpgLabel1.TextStyle = TextStyles.Default;
     this.gpgLabel2.AutoGrowDirection = GrowDirections.None;
     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(7, 0xb3);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0xa6, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 10;
     this.gpgLabel2.Text = "<LOC>Description";
     this.gpgLabel2.TextAlign = ContentAlignment.TopRight;
     this.gpgLabel2.TextStyle = TextStyles.Default;
     this.tbName.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.tbName.Location = new Point(0xb3, 0x98);
     this.tbName.Name = "tbName";
     this.tbName.Properties.Appearance.BackColor = Color.Black;
     this.tbName.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbName.Properties.Appearance.ForeColor = Color.White;
     this.tbName.Properties.Appearance.Options.UseBackColor = true;
     this.tbName.Properties.Appearance.Options.UseBorderColor = true;
     this.tbName.Properties.Appearance.Options.UseForeColor = true;
     this.tbName.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbName.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbName.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbName.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbName.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbName.Properties.BorderStyle = BorderStyles.Simple;
     this.tbName.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbName.Size = new Size(0x11d, 20);
     this.tbName.TabIndex = 11;
     this.tbDescription.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.tbDescription.BorderColor = Color.White;
     this.tbDescription.Location = new Point(0xb3, 0xb2);
     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(0x25f, 0x3b);
     this.tbDescription.TabIndex = 12;
     this.gpgLabel3.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgLabel3.AutoGrowDirection = GrowDirections.None;
     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(470, 0x98);
     this.gpgLabel3.Name = "gpgLabel3";
     this.gpgLabel3.Size = new Size(0xb2, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel3, null);
     this.gpgLabel3.TabIndex = 13;
     this.gpgLabel3.Text = "<LOC>Tournament Type";
     this.gpgLabel3.TextAlign = ContentAlignment.TopRight;
     this.gpgLabel3.TextStyle = TextStyles.Default;
     this.gpgLabel4.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel4.AutoGrowDirection = GrowDirections.None;
     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(7, 0xf4);
     this.gpgLabel4.Name = "gpgLabel4";
     this.gpgLabel4.Size = new Size(0xa6, 0x2e);
     base.ttDefault.SetSuperTip(this.gpgLabel4, null);
     this.gpgLabel4.TabIndex = 15;
     this.gpgLabel4.Text = "<LOC>Legal (use with prizes)";
     this.gpgLabel4.TextAlign = ContentAlignment.TopRight;
     this.gpgLabel4.TextStyle = TextStyles.Default;
     this.tbLegal.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.tbLegal.BorderColor = Color.White;
     this.tbLegal.Location = new Point(0xb3, 0xf4);
     this.tbLegal.Name = "tbLegal";
     this.tbLegal.Properties.Appearance.BackColor = Color.Black;
     this.tbLegal.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbLegal.Properties.Appearance.ForeColor = Color.White;
     this.tbLegal.Properties.Appearance.Options.UseBackColor = true;
     this.tbLegal.Properties.Appearance.Options.UseBorderColor = true;
     this.tbLegal.Properties.Appearance.Options.UseForeColor = true;
     this.tbLegal.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbLegal.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbLegal.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbLegal.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbLegal.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbLegal.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbLegal.Properties.BorderStyle = BorderStyles.Simple;
     this.tbLegal.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbLegal.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbLegal.Size = new Size(0x25f, 0x3b);
     this.tbLegal.TabIndex = 0x10;
     this.gpgLabel5.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel5.AutoGrowDirection = GrowDirections.None;
     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(7, 310);
     this.gpgLabel5.Name = "gpgLabel5";
     this.gpgLabel5.Size = new Size(0xa6, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel5, null);
     this.gpgLabel5.TabIndex = 0x11;
     this.gpgLabel5.Text = "<LOC>Website URL";
     this.gpgLabel5.TextAlign = ContentAlignment.TopRight;
     this.gpgLabel5.TextStyle = TextStyles.Default;
     this.tbWebURL.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.tbWebURL.Location = new Point(0xb3, 310);
     this.tbWebURL.Name = "tbWebURL";
     this.tbWebURL.Properties.Appearance.BackColor = Color.Black;
     this.tbWebURL.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbWebURL.Properties.Appearance.ForeColor = Color.White;
     this.tbWebURL.Properties.Appearance.Options.UseBackColor = true;
     this.tbWebURL.Properties.Appearance.Options.UseBorderColor = true;
     this.tbWebURL.Properties.Appearance.Options.UseForeColor = true;
     this.tbWebURL.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbWebURL.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbWebURL.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbWebURL.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbWebURL.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbWebURL.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbWebURL.Properties.BorderStyle = BorderStyles.Simple;
     this.tbWebURL.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbWebURL.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbWebURL.Size = new Size(0x25f, 20);
     this.tbWebURL.TabIndex = 0x12;
     this.gpgLabel6.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel6.AutoGrowDirection = GrowDirections.None;
     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(7, 0x150);
     this.gpgLabel6.Name = "gpgLabel6";
     this.gpgLabel6.Size = new Size(0xa6, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel6, null);
     this.gpgLabel6.TabIndex = 0x1b;
     this.gpgLabel6.Text = "<LOC>Faction Restriction";
     this.gpgLabel6.TextAlign = ContentAlignment.TopRight;
     this.gpgLabel6.TextStyle = TextStyles.Default;
     this.gpgLabel7.Anchor = AnchorStyles.Left | 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(0x144, 0x150);
     this.gpgLabel7.Name = "gpgLabel7";
     this.gpgLabel7.Size = new Size(0xad, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel7, null);
     this.gpgLabel7.TabIndex = 0x1c;
     this.gpgLabel7.Text = "<LOC>Map Restriction";
     this.gpgLabel7.TextAlign = ContentAlignment.TopRight;
     this.gpgLabel7.TextStyle = TextStyles.Default;
     this.gpgLabel8.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel8.AutoGrowDirection = GrowDirections.None;
     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(7, 0x184);
     this.gpgLabel8.Name = "gpgLabel8";
     this.gpgLabel8.Size = new Size(0xa6, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel8, null);
     this.gpgLabel8.TabIndex = 0x1d;
     this.gpgLabel8.Text = "<LOC>Tournament Date";
     this.gpgLabel8.TextAlign = ContentAlignment.TopRight;
     this.gpgLabel8.TextStyle = TextStyles.Default;
     this.gpgLabel9.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel9.AutoGrowDirection = GrowDirections.None;
     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(15, 440);
     this.gpgLabel9.Name = "gpgLabel9";
     this.gpgLabel9.Size = new Size(0x9b, 0x13);
     base.ttDefault.SetSuperTip(this.gpgLabel9, null);
     this.gpgLabel9.TabIndex = 30;
     this.gpgLabel9.Text = "<LOC>Round Length";
     this.gpgLabel9.TextAlign = ContentAlignment.TopRight;
     this.gpgLabel9.TextStyle = TextStyles.Default;
     this.gpgLabel10.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel10.AutoGrowDirection = GrowDirections.None;
     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(7, 0x19f);
     this.gpgLabel10.Name = "gpgLabel10";
     this.gpgLabel10.Size = new Size(0xa6, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel10, null);
     this.gpgLabel10.TabIndex = 0x1f;
     this.gpgLabel10.Text = "<LOC>Number of Rounds";
     this.gpgLabel10.TextAlign = ContentAlignment.TopRight;
     this.gpgLabel10.TextStyle = TextStyles.Default;
     this.gpgLabel11.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel11.AutoGrowDirection = GrowDirections.None;
     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(12, 0x1d2);
     this.gpgLabel11.Name = "gpgLabel11";
     this.gpgLabel11.Size = new Size(0xa1, 0x13);
     base.ttDefault.SetSuperTip(this.gpgLabel11, null);
     this.gpgLabel11.TabIndex = 0x20;
     this.gpgLabel11.Text = "<LOC>Assistant TDs";
     this.gpgLabel11.TextAlign = ContentAlignment.TopRight;
     this.gpgLabel11.TextStyle = TextStyles.Default;
     this.tbAssistantTDs.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.tbAssistantTDs.Location = new Point(0xb3, 0x1d1);
     this.tbAssistantTDs.Name = "tbAssistantTDs";
     this.tbAssistantTDs.Properties.Appearance.BackColor = Color.Black;
     this.tbAssistantTDs.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbAssistantTDs.Properties.Appearance.ForeColor = Color.White;
     this.tbAssistantTDs.Properties.Appearance.Options.UseBackColor = true;
     this.tbAssistantTDs.Properties.Appearance.Options.UseBorderColor = true;
     this.tbAssistantTDs.Properties.Appearance.Options.UseForeColor = true;
     this.tbAssistantTDs.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbAssistantTDs.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbAssistantTDs.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbAssistantTDs.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbAssistantTDs.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbAssistantTDs.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbAssistantTDs.Properties.BorderStyle = BorderStyles.Simple;
     this.tbAssistantTDs.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbAssistantTDs.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbAssistantTDs.Size = new Size(0x194, 20);
     this.tbAssistantTDs.TabIndex = 0x21;
     this.tbAssistantTDs.EditValueChanged += new EventHandler(this.gpgTextBox3_EditValueChanged);
     this.skinButtonCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonCancel.AutoStyle = true;
     this.skinButtonCancel.BackColor = Color.Black;
     this.skinButtonCancel.ButtonState = 0;
     this.skinButtonCancel.DialogResult = DialogResult.OK;
     this.skinButtonCancel.DisabledForecolor = Color.Gray;
     this.skinButtonCancel.DrawColor = Color.White;
     this.skinButtonCancel.DrawEdges = true;
     this.skinButtonCancel.FocusColor = Color.Yellow;
     this.skinButtonCancel.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonCancel.ForeColor = Color.White;
     this.skinButtonCancel.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonCancel.IsStyled = true;
     this.skinButtonCancel.Location = new Point(0x2b5, 0x1d3);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x5d, 0x1c);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonCancel, null);
     this.skinButtonCancel.TabIndex = 0x23;
     this.skinButtonCancel.TabStop = true;
     this.skinButtonCancel.Text = "<LOC>Cancel";
     this.skinButtonCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonCancel.TextPadding = new Padding(0);
     this.skinButtonCancel.Click += new EventHandler(this.skinButtonCancel_Click);
     this.skinButtonOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonOK.AutoStyle = true;
     this.skinButtonOK.BackColor = Color.Black;
     this.skinButtonOK.ButtonState = 0;
     this.skinButtonOK.DialogResult = DialogResult.OK;
     this.skinButtonOK.DisabledForecolor = Color.Gray;
     this.skinButtonOK.DrawColor = Color.White;
     this.skinButtonOK.DrawEdges = true;
     this.skinButtonOK.FocusColor = Color.Yellow;
     this.skinButtonOK.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonOK.ForeColor = Color.White;
     this.skinButtonOK.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonOK.IsStyled = true;
     this.skinButtonOK.Location = new Point(0x253, 0x1d3);
     this.skinButtonOK.Name = "skinButtonOK";
     this.skinButtonOK.Size = new Size(0x5d, 0x1c);
     this.skinButtonOK.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonOK, null);
     this.skinButtonOK.TabIndex = 0x22;
     this.skinButtonOK.TabStop = true;
     this.skinButtonOK.Text = "<LOC>Create";
     this.skinButtonOK.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonOK.TextPadding = new Padding(0);
     this.skinButtonOK.Click += new EventHandler(this.skinButtonOK_Click);
     this.cbType.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.cbType.BackColor = Color.Black;
     this.cbType.BorderColor = Color.White;
     this.cbType.DoValidate = true;
     this.cbType.FlatStyle = FlatStyle.Flat;
     this.cbType.FocusBackColor = Color.Empty;
     this.cbType.FocusBorderColor = Color.Empty;
     this.cbType.FormattingEnabled = true;
     this.cbType.Items.AddRange(new object[] { "Swiss Style", "Manual Brackets" });
     this.cbType.Location = new Point(0x28e, 0x98);
     this.cbType.Name = "cbType";
     this.cbType.Size = new Size(0x84, 0x15);
     base.ttDefault.SetSuperTip(this.cbType, null);
     this.cbType.TabIndex = 0x25;
     this.cbFaction.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.cbFaction.BackColor = Color.Black;
     this.cbFaction.BorderColor = Color.White;
     this.cbFaction.DoValidate = true;
     this.cbFaction.FlatStyle = FlatStyle.Flat;
     this.cbFaction.FocusBackColor = Color.Empty;
     this.cbFaction.FocusBorderColor = Color.Empty;
     this.cbFaction.FormattingEnabled = true;
     this.cbFaction.Items.AddRange(new object[] { "Any Faction", "Random Faction", "Aeon", "Cybran", "UEF" });
     this.cbFaction.Location = new Point(0xb3, 0x150);
     this.cbFaction.Name = "cbFaction";
     this.cbFaction.Size = new Size(0x84, 0x15);
     base.ttDefault.SetSuperTip(this.cbFaction, null);
     this.cbFaction.TabIndex = 0x26;
     this.cbFaction.SelectedValueChanged += new EventHandler(this.cbFaction_SelectedValueChanged);
     this.cbNumberOfRounds.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.cbNumberOfRounds.BackColor = Color.Black;
     this.cbNumberOfRounds.BorderColor = Color.White;
     this.cbNumberOfRounds.DoValidate = true;
     this.cbNumberOfRounds.FlatStyle = FlatStyle.Flat;
     this.cbNumberOfRounds.FocusBackColor = Color.Empty;
     this.cbNumberOfRounds.FocusBorderColor = Color.Empty;
     this.cbNumberOfRounds.FormattingEnabled = true;
     this.cbNumberOfRounds.Items.AddRange(new object[] { "Automatic", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" });
     this.cbNumberOfRounds.Location = new Point(0xb3, 0x19c);
     this.cbNumberOfRounds.Name = "cbNumberOfRounds";
     this.cbNumberOfRounds.Size = new Size(0xb8, 0x15);
     base.ttDefault.SetSuperTip(this.cbNumberOfRounds, null);
     this.cbNumberOfRounds.TabIndex = 40;
     this.cbRoundLength.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.cbRoundLength.BackColor = Color.Black;
     this.cbRoundLength.BorderColor = Color.White;
     this.cbRoundLength.DoValidate = true;
     this.cbRoundLength.FlatStyle = FlatStyle.Flat;
     this.cbRoundLength.FocusBackColor = Color.Empty;
     this.cbRoundLength.FocusBorderColor = Color.Empty;
     this.cbRoundLength.FormattingEnabled = true;
     this.cbRoundLength.Items.AddRange(new object[] { "Until all games are finished", "60 minutes", "50 minutes", "40 minutes", "30 minutes", "20 minutes", "10 minutes" });
     this.cbRoundLength.Location = new Point(0xb3, 0x1b6);
     this.cbRoundLength.Name = "cbRoundLength";
     this.cbRoundLength.Size = new Size(0xb8, 0x15);
     base.ttDefault.SetSuperTip(this.cbRoundLength, null);
     this.cbRoundLength.TabIndex = 0x29;
     this.cbMap.Anchor = AnchorStyles.Right | AnchorStyles.Left | 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(0x1f7, 0x14f);
     this.cbMap.Name = "cbMap";
     this.cbMap.Size = new Size(0xa3, 0x15);
     base.ttDefault.SetSuperTip(this.cbMap, null);
     this.cbMap.TabIndex = 0x2a;
     this.cbMap.Text = "Any Map";
     this.cbMap.SelectedValueChanged += new EventHandler(this.cbMap_SelectedValueChanged);
     this.pbFaction.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.pbFaction.Location = new Point(0x13e, 0x14b);
     this.pbFaction.Name = "pbFaction";
     this.pbFaction.Size = new Size(50, 50);
     base.ttDefault.SetSuperTip(this.pbFaction, null);
     this.pbFaction.TabIndex = 0x2b;
     this.pbFaction.TabStop = false;
     this.pbMap.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.pbMap.Location = new Point(0x2a0, 0x14f);
     this.pbMap.MaximumSize = new Size(200, 200);
     this.pbMap.Name = "pbMap";
     this.pbMap.Size = new Size(0x7d, 0x7d);
     this.pbMap.SizeMode = PictureBoxSizeMode.StretchImage;
     base.ttDefault.SetSuperTip(this.pbMap, null);
     this.pbMap.TabIndex = 0x2c;
     this.pbMap.TabStop = false;
     this.lSize.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.lSize.AutoGrowDirection = GrowDirections.None;
     this.lSize.AutoStyle = true;
     this.lSize.Font = new Font("Arial", 9.75f);
     this.lSize.ForeColor = Color.White;
     this.lSize.IgnoreMouseWheel = false;
     this.lSize.IsStyled = false;
     this.lSize.Location = new Point(0x1ed, 0x16d);
     this.lSize.Name = "lSize";
     this.lSize.Size = new Size(0xad, 0x10);
     base.ttDefault.SetSuperTip(this.lSize, null);
     this.lSize.TabIndex = 0x2d;
     this.lSize.Text = "Size: 64, 64";
     this.lSize.TextAlign = ContentAlignment.TopRight;
     this.lSize.TextStyle = TextStyles.Default;
     this.lMaxPlayers.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.lMaxPlayers.AutoGrowDirection = GrowDirections.None;
     this.lMaxPlayers.AutoStyle = true;
     this.lMaxPlayers.Font = new Font("Arial", 9.75f);
     this.lMaxPlayers.ForeColor = Color.White;
     this.lMaxPlayers.IgnoreMouseWheel = false;
     this.lMaxPlayers.IsStyled = false;
     this.lMaxPlayers.Location = new Point(0x1ed, 0x17d);
     this.lMaxPlayers.Name = "lMaxPlayers";
     this.lMaxPlayers.Size = new Size(0xad, 0x10);
     base.ttDefault.SetSuperTip(this.lMaxPlayers, null);
     this.lMaxPlayers.TabIndex = 0x2e;
     this.lMaxPlayers.Text = "Max Players: 8";
     this.lMaxPlayers.TextAlign = ContentAlignment.TopRight;
     this.lMaxPlayers.TextStyle = TextStyles.Default;
     this.cbDate.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.cbDate.BorderColor = Color.White;
     this.cbDate.Location = new Point(0xb3, 0x182);
     this.cbDate.Name = "cbDate";
     this.cbDate.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton() });
     this.cbDate.Properties.NullText = "None";
     this.cbDate.Properties.PopupControl = this.cbpCalander;
     this.cbDate.Size = new Size(0xb8, 20);
     this.cbDate.TabIndex = 0x2f;
     this.cbDate.QueryPopUp += new CancelEventHandler(this.cbDate_QueryPopUp);
     this.cbpCalander.Appearance.BackColor = Color.Black;
     this.cbpCalander.Appearance.ForeColor = Color.White;
     this.cbpCalander.Appearance.Options.UseBackColor = true;
     this.cbpCalander.Appearance.Options.UseForeColor = true;
     this.cbpCalander.Controls.Add(this.dTournamentDate);
     this.cbpCalander.Controls.Add(this.tTournamentTime);
     this.cbpCalander.Location = new Point(0xb3, 0x19c);
     this.cbpCalander.LookAndFeel.SkinName = "London Liquid Sky";
     this.cbpCalander.LookAndFeel.Style = LookAndFeelStyle.Flat;
     this.cbpCalander.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cbpCalander.Name = "cbpCalander";
     this.cbpCalander.Size = new Size(0xb8, 0xcc);
     base.ttDefault.SetSuperTip(this.cbpCalander, null);
     this.cbpCalander.TabIndex = 0x30;
     this.cbpCalander.Text = "gpgComboBoxPanel1";
     this.dTournamentDate.DateTime = new DateTime(0x7d7, 4, 0x10, 0, 0, 0, 0);
     this.dTournamentDate.Dock = DockStyle.Fill;
     this.dTournamentDate.Location = new Point(0, 20);
     this.dTournamentDate.Name = "dTournamentDate";
     this.dTournamentDate.Size = new Size(0xb8, 0xb8);
     base.ttDefault.SetSuperTip(this.dTournamentDate, null);
     this.dTournamentDate.TabIndex = 1;
     this.dTournamentDate.Click += new EventHandler(this.dTournamentDate_Click);
     this.dTournamentDate.EditDateModified += new EventHandler(this.dTournamentDate_EditDateModified);
     this.tTournamentTime.Dock = DockStyle.Top;
     this.tTournamentTime.EditValue = new DateTime(0x7d7, 4, 0x10, 0, 0, 0, 0);
     this.tTournamentTime.Location = new Point(0, 0);
     this.tTournamentTime.Name = "tTournamentTime";
     this.tTournamentTime.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton() });
     this.tTournamentTime.Size = new Size(0xb8, 20);
     this.tTournamentTime.TabIndex = 0;
     this.tTournamentTime.EditValueChanged += new EventHandler(this.tTournamentTime_EditValueChanged);
     this.tTournamentTime.Click += new EventHandler(this.tTournamentTime_Click);
     this.cbRestriction.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.cbRestriction.BackColor = Color.Black;
     this.cbRestriction.BorderColor = Color.White;
     this.cbRestriction.DoValidate = true;
     this.cbRestriction.FlatStyle = FlatStyle.Flat;
     this.cbRestriction.FocusBackColor = Color.Empty;
     this.cbRestriction.FocusBorderColor = Color.Empty;
     this.cbRestriction.FormattingEnabled = true;
     this.cbRestriction.Location = new Point(0x1f7, 0x1af);
     this.cbRestriction.Name = "cbRestriction";
     this.cbRestriction.Size = new Size(0xa3, 0x15);
     base.ttDefault.SetSuperTip(this.cbRestriction, null);
     this.cbRestriction.TabIndex = 50;
     this.cbRestriction.Text = "Any Map";
     this.gpgLabel12.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel12.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel12.AutoStyle = true;
     this.gpgLabel12.Font = new Font("Arial", 9.75f);
     this.gpgLabel12.ForeColor = Color.White;
     this.gpgLabel12.IgnoreMouseWheel = false;
     this.gpgLabel12.IsStyled = false;
     this.gpgLabel12.Location = new Point(0x171, 0x1b0);
     this.gpgLabel12.Name = "gpgLabel12";
     this.gpgLabel12.Size = new Size(0x80, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel12, null);
     this.gpgLabel12.TabIndex = 0x31;
     this.gpgLabel12.Text = "<LOC>Custom Restriction";
     this.gpgLabel12.TextAlign = ContentAlignment.TopRight;
     this.gpgLabel12.TextStyle = TextStyles.Default;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(810, 540);
     base.Controls.Add(this.cbRestriction);
     base.Controls.Add(this.gpgLabel12);
     base.Controls.Add(this.cbpCalander);
     base.Controls.Add(this.cbDate);
     base.Controls.Add(this.lMaxPlayers);
     base.Controls.Add(this.lSize);
     base.Controls.Add(this.pbMap);
     base.Controls.Add(this.cbMap);
     base.Controls.Add(this.cbRoundLength);
     base.Controls.Add(this.cbNumberOfRounds);
     base.Controls.Add(this.cbFaction);
     base.Controls.Add(this.cbType);
     base.Controls.Add(this.skinButtonCancel);
     base.Controls.Add(this.skinButtonOK);
     base.Controls.Add(this.tbAssistantTDs);
     base.Controls.Add(this.gpgLabel10);
     base.Controls.Add(this.gpgLabel8);
     base.Controls.Add(this.gpgLabel6);
     base.Controls.Add(this.tbWebURL);
     base.Controls.Add(this.gpgLabel5);
     base.Controls.Add(this.tbLegal);
     base.Controls.Add(this.gpgLabel4);
     base.Controls.Add(this.gpgLabel3);
     base.Controls.Add(this.tbDescription);
     base.Controls.Add(this.tbName);
     base.Controls.Add(this.gpgLabel2);
     base.Controls.Add(this.gpgLabel1);
     base.Controls.Add(this.backLabelTitle);
     base.Controls.Add(this.gpgLabel9);
     base.Controls.Add(this.gpgLabel11);
     base.Controls.Add(this.pbFaction);
     base.Controls.Add(this.gpgLabel7);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(810, 540);
     base.Name = "DlgTournamentCreation";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Create New Tournament";
     base.Controls.SetChildIndex(this.gpgLabel7, 0);
     base.Controls.SetChildIndex(this.pbFaction, 0);
     base.Controls.SetChildIndex(this.gpgLabel11, 0);
     base.Controls.SetChildIndex(this.gpgLabel9, 0);
     base.Controls.SetChildIndex(this.backLabelTitle, 0);
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.gpgLabel2, 0);
     base.Controls.SetChildIndex(this.tbName, 0);
     base.Controls.SetChildIndex(this.tbDescription, 0);
     base.Controls.SetChildIndex(this.gpgLabel3, 0);
     base.Controls.SetChildIndex(this.gpgLabel4, 0);
     base.Controls.SetChildIndex(this.tbLegal, 0);
     base.Controls.SetChildIndex(this.gpgLabel5, 0);
     base.Controls.SetChildIndex(this.tbWebURL, 0);
     base.Controls.SetChildIndex(this.gpgLabel6, 0);
     base.Controls.SetChildIndex(this.gpgLabel8, 0);
     base.Controls.SetChildIndex(this.gpgLabel10, 0);
     base.Controls.SetChildIndex(this.tbAssistantTDs, 0);
     base.Controls.SetChildIndex(this.skinButtonOK, 0);
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     base.Controls.SetChildIndex(this.cbType, 0);
     base.Controls.SetChildIndex(this.cbFaction, 0);
     base.Controls.SetChildIndex(this.cbNumberOfRounds, 0);
     base.Controls.SetChildIndex(this.cbRoundLength, 0);
     base.Controls.SetChildIndex(this.cbMap, 0);
     base.Controls.SetChildIndex(this.pbMap, 0);
     base.Controls.SetChildIndex(this.lSize, 0);
     base.Controls.SetChildIndex(this.lMaxPlayers, 0);
     base.Controls.SetChildIndex(this.cbDate, 0);
     base.Controls.SetChildIndex(this.cbpCalander, 0);
     base.Controls.SetChildIndex(this.gpgLabel12, 0);
     base.Controls.SetChildIndex(this.cbRestriction, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.tbName.Properties.EndInit();
     this.tbDescription.Properties.EndInit();
     this.tbLegal.Properties.EndInit();
     this.tbWebURL.Properties.EndInit();
     this.tbAssistantTDs.Properties.EndInit();
     ((ISupportInitialize) this.pbFaction).EndInit();
     ((ISupportInitialize) this.pbMap).EndInit();
     this.cbDate.Properties.EndInit();
     this.cbpCalander.EndInit();
     this.cbpCalander.ResumeLayout(false);
     this.dTournamentDate.EndInit();
     this.tTournamentTime.Properties.EndInit();
     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();
 }