コード例 #1
0
 private void InitializeComponent()
 {
     this.gpgPictureBoxSnapshot = new GPGPictureBox();
     ((ISupportInitialize) this.gpgPictureBoxSnapshot).BeginInit();
     base.SuspendLayout();
     this.gpgPictureBoxSnapshot.Dock = DockStyle.Fill;
     this.gpgPictureBoxSnapshot.Location = new Point(0, 0);
     this.gpgPictureBoxSnapshot.Margin = new Padding(0);
     this.gpgPictureBoxSnapshot.Name = "gpgPictureBoxSnapshot";
     this.gpgPictureBoxSnapshot.Size = new Size(0x40, 0x40);
     this.gpgPictureBoxSnapshot.SizeMode = PictureBoxSizeMode.StretchImage;
     this.gpgPictureBoxSnapshot.TabIndex = 0;
     this.gpgPictureBoxSnapshot.TabStop = false;
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x40, 0x40);
     base.Controls.Add(this.gpgPictureBoxSnapshot);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Name = "DockSnapshotForm";
     base.Opacity = 0.5;
     this.Text = "DockSnapshotForm";
     base.TopMost = true;
     ((ISupportInitialize) this.gpgPictureBoxSnapshot).EndInit();
     base.ResumeLayout(false);
 }
コード例 #2
0
 private void InitializeComponent()
 {
     this.gpgLabelDescription = new GPGLabel();
     this.gpgPictureBoxAward = new GPGPictureBox();
     ((ISupportInitialize) this.gpgPictureBoxAward).BeginInit();
     base.SuspendLayout();
     this.gpgLabelDescription.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgLabelDescription.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelDescription.AutoStyle = true;
     this.gpgLabelDescription.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgLabelDescription.ForeColor = Color.White;
     this.gpgLabelDescription.IgnoreMouseWheel = false;
     this.gpgLabelDescription.IsStyled = false;
     this.gpgLabelDescription.Location = new Point(0x36, 0);
     this.gpgLabelDescription.Name = "gpgLabelDescription";
     this.gpgLabelDescription.Size = new Size(0x123, 0x30);
     this.gpgLabelDescription.TabIndex = 1;
     this.gpgLabelDescription.Text = "gpgLabel1";
     this.gpgLabelDescription.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabelDescription.TextStyle = TextStyles.Custom;
     this.gpgPictureBoxAward.Location = new Point(0, 0);
     this.gpgPictureBoxAward.Name = "gpgPictureBoxAward";
     this.gpgPictureBoxAward.Size = new Size(0x30, 0x30);
     this.gpgPictureBoxAward.TabIndex = 0;
     this.gpgPictureBoxAward.TabStop = false;
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.Controls.Add(this.gpgLabelDescription);
     base.Controls.Add(this.gpgPictureBoxAward);
     this.DoubleBuffered = true;
     base.Name = "PnlAwardDegree";
     base.Size = new Size(0x159, 0x30);
     ((ISupportInitialize) this.gpgPictureBoxAward).EndInit();
     base.ResumeLayout(false);
 }
コード例 #3
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.gpgLabelHeader = new GPGLabel();
     this.gpgLabelComment = new GPGLabel();
     this.gpgPictureBoxDelete = new GPGPictureBox();
     this.toolTip = new ToolTip(this.components);
     ((ISupportInitialize) this.gpgPictureBoxDelete).BeginInit();
     base.SuspendLayout();
     this.gpgLabelHeader.AutoSize = true;
     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(3, 0);
     this.gpgLabelHeader.Name = "gpgLabelHeader";
     this.gpgLabelHeader.Size = new Size(0x43, 0x10);
     this.gpgLabelHeader.TabIndex = 0;
     this.gpgLabelHeader.Text = "gpgLabel1";
     this.gpgLabelHeader.TextStyle = TextStyles.Bold;
     this.gpgLabelComment.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgLabelComment.AutoStyle = true;
     this.gpgLabelComment.BackColor = Color.Black;
     this.gpgLabelComment.Font = new Font("Arial", 9.75f);
     this.gpgLabelComment.ForeColor = Color.DarkGray;
     this.gpgLabelComment.IgnoreMouseWheel = false;
     this.gpgLabelComment.IsStyled = false;
     this.gpgLabelComment.Location = new Point(0x11, 0x10);
     this.gpgLabelComment.Name = "gpgLabelComment";
     this.gpgLabelComment.Size = new Size(0x1f9, 20);
     this.gpgLabelComment.TabIndex = 1;
     this.gpgLabelComment.Text = "gpgLabel1";
     this.gpgLabelComment.TextStyle = TextStyles.Colored;
     this.gpgPictureBoxDelete.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgPictureBoxDelete.Cursor = Cursors.Hand;
     this.gpgPictureBoxDelete.Image = Resources.delete_comment;
     this.gpgPictureBoxDelete.Location = new Point(0x20c, 2);
     this.gpgPictureBoxDelete.Name = "gpgPictureBoxDelete";
     this.gpgPictureBoxDelete.Size = new Size(0x10, 0x10);
     this.gpgPictureBoxDelete.SizeMode = PictureBoxSizeMode.AutoSize;
     this.gpgPictureBoxDelete.TabIndex = 2;
     this.gpgPictureBoxDelete.TabStop = false;
     this.gpgPictureBoxDelete.Visible = false;
     this.gpgPictureBoxDelete.MouseLeave += new EventHandler(this.gpgPictureBoxDelete_MouseLeave);
     this.gpgPictureBoxDelete.Click += new EventHandler(this.gpgPictureBoxDelete_Click);
     this.gpgPictureBoxDelete.MouseEnter += new EventHandler(this.gpgPictureBoxDelete_MouseEnter);
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     this.BackColor = Color.Black;
     base.Controls.Add(this.gpgPictureBoxDelete);
     base.Controls.Add(this.gpgLabelComment);
     base.Controls.Add(this.gpgLabelHeader);
     base.Name = "PnlReplayComment";
     base.Size = new Size(0x21e, 0x26);
     ((ISupportInitialize) this.gpgPictureBoxDelete).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #4
0
 private void InitializeComponent()
 {
     this.gpgPictureBoxImage = new GPGPictureBox();
     this.gpgButtonOK = new GPGButton();
     ((ISupportInitialize) this.gpgPictureBoxImage).BeginInit();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     this.gpgPictureBoxImage.Location = new Point(12, 0x53);
     this.gpgPictureBoxImage.Name = "gpgPictureBoxImage";
     this.gpgPictureBoxImage.Size = new Size(0x11a, 0x73);
     this.gpgPictureBoxImage.SizeMode = PictureBoxSizeMode.CenterImage;
     this.gpgPictureBoxImage.TabIndex = 4;
     this.gpgPictureBoxImage.TabStop = false;
     this.gpgButtonOK.Anchor = AnchorStyles.Bottom;
     this.gpgButtonOK.Appearance.ForeColor = Color.Black;
     this.gpgButtonOK.Appearance.Options.UseForeColor = true;
     this.gpgButtonOK.DialogResult = DialogResult.Cancel;
     this.gpgButtonOK.Location = new Point(0x77, 0xd7);
     this.gpgButtonOK.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgButtonOK.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgButtonOK.Name = "gpgButtonOK";
     this.gpgButtonOK.Size = new Size(0x45, 0x17);
     this.gpgButtonOK.TabIndex = 5;
     this.gpgButtonOK.Text = "<LOC>OK";
     this.gpgButtonOK.UseVisualStyleBackColor = false;
     this.gpgButtonOK.Click += new EventHandler(this.gpgButtonOK_Click);
     base.AcceptButton = this.gpgButtonOK;
     base.AutoScaleMode = AutoScaleMode.None;
     base.CancelButton = this.gpgButtonOK;
     base.ClientSize = new Size(0x132, 0x120);
     base.Controls.Add(this.gpgPictureBoxImage);
     base.Controls.Add(this.gpgButtonOK);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x132, 0x120);
     base.Name = "DlgPictureView";
     this.Text = "<LOC>Picture Viewer";
     base.Controls.SetChildIndex(this.gpgButtonOK, 0);
     base.Controls.SetChildIndex(this.gpgPictureBoxImage, 0);
     ((ISupportInitialize) this.gpgPictureBoxImage).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #5
0
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(PnlTeamGameMember));
     this.gpgLabelName = new GPGLabel();
     this.gpgPictureBoxReady = new GPGPictureBox();
     this.factionPicker = new FactionPicker();
     this.pingIndicator = new PingIndicator();
     this.gpgLabelInvite = new SkinButton();
     this.gpgLabelDisband = new SkinButton();
     this.gpgLabelKick = new SkinButton();
     this.gpgLabelLeave = new SkinButton();
     ((ISupportInitialize) this.gpgPictureBoxReady).BeginInit();
     ((ISupportInitialize) this.pingIndicator).BeginInit();
     base.SuspendLayout();
     this.gpgLabelName.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgLabelName.AutoStyle = true;
     this.gpgLabelName.Font = new Font("Arial", 9.75f);
     this.gpgLabelName.ForeColor = Color.ForestGreen;
     this.gpgLabelName.IgnoreMouseWheel = false;
     this.gpgLabelName.IsStyled = false;
     this.gpgLabelName.Location = new Point(3, 9);
     this.gpgLabelName.Name = "gpgLabelName";
     this.gpgLabelName.Size = new Size(0x7d, 0x10);
     this.gpgLabelName.TabIndex = 0;
     this.gpgLabelName.Text = "<LOC>Open";
     this.gpgLabelName.TextStyle = TextStyles.ColoredBold;
     this.gpgPictureBoxReady.Location = new Point(0x13d, 5);
     this.gpgPictureBoxReady.Name = "gpgPictureBoxReady";
     this.gpgPictureBoxReady.Size = new Size(0x18, 0x18);
     this.gpgPictureBoxReady.SizeMode = PictureBoxSizeMode.CenterImage;
     this.gpgPictureBoxReady.TabIndex = 9;
     this.gpgPictureBoxReady.TabStop = false;
     this.gpgPictureBoxReady.MouseUp += new MouseEventHandler(this.gpgPictureBoxReady_MouseUp);
     this.factionPicker.AutoStyle = false;
     this.factionPicker.BackColor = Color.Black;
     this.factionPicker.DialogResult = DialogResult.OK;
     this.factionPicker.DisabledForecolor = Color.Gray;
     this.factionPicker.DrawEdges = true;
     this.factionPicker.FocusColor = Color.Yellow;
     this.factionPicker.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.factionPicker.HorizontalScalingMode = ScalingModes.Tile;
     this.factionPicker.Icon = (Image) manager.GetObject("factionPicker.Icon");
     this.factionPicker.IsStyled = true;
     this.factionPicker.Location = new Point(0xab, 4);
     this.factionPicker.Name = "factionPicker";
     this.factionPicker.SearchMode = false;
     this.factionPicker.Size = new Size(0x88, 0x1a);
     this.factionPicker.SkinBasePath = @"Controls\Button\ChatroomList";
     this.factionPicker.TabIndex = 7;
     this.factionPicker.Text = "factionPicker1";
     this.factionPicker.TextAlign = ContentAlignment.MiddleLeft;
     this.factionPicker.TextPadding = new Padding(0x20, 0, 0, 0);
     this.pingIndicator.Image = (Image) manager.GetObject("pingIndicator.Image");
     this.pingIndicator.Location = new Point(0x169, 7);
     this.pingIndicator.Name = "pingIndicator";
     this.pingIndicator.PingMonitor = null;
     this.pingIndicator.Size = new Size(40, 20);
     this.pingIndicator.TabIndex = 10;
     this.pingIndicator.TabStop = false;
     this.pingIndicator.Visible = false;
     this.gpgLabelInvite.AutoStyle = true;
     this.gpgLabelInvite.BackColor = Color.Black;
     this.gpgLabelInvite.DialogResult = DialogResult.OK;
     this.gpgLabelInvite.DisabledForecolor = Color.Gray;
     this.gpgLabelInvite.DrawEdges = true;
     this.gpgLabelInvite.FocusColor = Color.Yellow;
     this.gpgLabelInvite.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.gpgLabelInvite.HorizontalScalingMode = ScalingModes.Tile;
     this.gpgLabelInvite.IsStyled = true;
     this.gpgLabelInvite.Location = new Point(0x169, 8);
     this.gpgLabelInvite.Name = "gpgLabelInvite";
     this.gpgLabelInvite.Size = new Size(0x48, 0x12);
     this.gpgLabelInvite.SkinBasePath = @"Controls\Button\Round Edge";
     this.gpgLabelInvite.TabIndex = 11;
     this.gpgLabelInvite.Text = "<LOC>Invite";
     this.gpgLabelInvite.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelInvite.TextPadding = new Padding(0);
     this.gpgLabelInvite.Visible = false;
     this.gpgLabelInvite.Click += new EventHandler(this.gpgLabelInvite_Click);
     this.gpgLabelDisband.AutoStyle = true;
     this.gpgLabelDisband.BackColor = Color.Black;
     this.gpgLabelDisband.DialogResult = DialogResult.OK;
     this.gpgLabelDisband.DisabledForecolor = Color.Gray;
     this.gpgLabelDisband.DrawEdges = true;
     this.gpgLabelDisband.FocusColor = Color.Yellow;
     this.gpgLabelDisband.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.gpgLabelDisband.ForeColor = Color.White;
     this.gpgLabelDisband.HorizontalScalingMode = ScalingModes.Tile;
     this.gpgLabelDisband.IsStyled = true;
     this.gpgLabelDisband.Location = new Point(0x169, 8);
     this.gpgLabelDisband.Name = "gpgLabelDisband";
     this.gpgLabelDisband.Size = new Size(0x48, 0x12);
     this.gpgLabelDisband.SkinBasePath = @"Controls\Button\Round Edge";
     this.gpgLabelDisband.TabIndex = 12;
     this.gpgLabelDisband.Text = "<LOC>Disband";
     this.gpgLabelDisband.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelDisband.TextPadding = new Padding(0);
     this.gpgLabelDisband.Click += new EventHandler(this.gpgLabelDisband_Click);
     this.gpgLabelKick.AutoStyle = true;
     this.gpgLabelKick.BackColor = Color.Black;
     this.gpgLabelKick.DialogResult = DialogResult.OK;
     this.gpgLabelKick.DisabledForecolor = Color.Gray;
     this.gpgLabelKick.DrawEdges = true;
     this.gpgLabelKick.FocusColor = Color.Yellow;
     this.gpgLabelKick.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.gpgLabelKick.HorizontalScalingMode = ScalingModes.Tile;
     this.gpgLabelKick.IsStyled = true;
     this.gpgLabelKick.Location = new Point(0x169, 8);
     this.gpgLabelKick.Name = "gpgLabelKick";
     this.gpgLabelKick.Size = new Size(0x48, 0x12);
     this.gpgLabelKick.SkinBasePath = @"Controls\Button\Round Edge";
     this.gpgLabelKick.TabIndex = 13;
     this.gpgLabelKick.Text = "<LOC>Kick";
     this.gpgLabelKick.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelKick.TextPadding = new Padding(0);
     this.gpgLabelKick.Visible = false;
     this.gpgLabelKick.Click += new EventHandler(this.gpgLabelKick_Click);
     this.gpgLabelLeave.AutoStyle = true;
     this.gpgLabelLeave.BackColor = Color.Black;
     this.gpgLabelLeave.DialogResult = DialogResult.OK;
     this.gpgLabelLeave.DisabledForecolor = Color.Gray;
     this.gpgLabelLeave.DrawEdges = true;
     this.gpgLabelLeave.FocusColor = Color.Yellow;
     this.gpgLabelLeave.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.gpgLabelLeave.HorizontalScalingMode = ScalingModes.Tile;
     this.gpgLabelLeave.IsStyled = true;
     this.gpgLabelLeave.Location = new Point(0x169, 8);
     this.gpgLabelLeave.Name = "gpgLabelLeave";
     this.gpgLabelLeave.Size = new Size(0x48, 0x12);
     this.gpgLabelLeave.SkinBasePath = @"Controls\Button\Round Edge";
     this.gpgLabelLeave.TabIndex = 14;
     this.gpgLabelLeave.Text = "<LOC>Leave";
     this.gpgLabelLeave.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelLeave.TextPadding = new Padding(0);
     this.gpgLabelLeave.Visible = false;
     this.gpgLabelLeave.Click += new EventHandler(this.gpgLabelLeave_Click);
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     this.BackColor = Color.Black;
     base.Controls.Add(this.gpgLabelDisband);
     base.Controls.Add(this.gpgLabelLeave);
     base.Controls.Add(this.gpgLabelKick);
     base.Controls.Add(this.gpgLabelInvite);
     base.Controls.Add(this.pingIndicator);
     base.Controls.Add(this.gpgPictureBoxReady);
     base.Controls.Add(this.factionPicker);
     base.Controls.Add(this.gpgLabelName);
     base.Name = "PnlTeamGameMember";
     base.Size = new Size(0x1db, 0x22);
     ((ISupportInitialize) this.gpgPictureBoxReady).EndInit();
     ((ISupportInitialize) this.pingIndicator).EndInit();
     base.ResumeLayout(false);
 }
コード例 #6
0
ファイル: DlgAbout.cs プロジェクト: micheljung/gpgnetfix
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(DlgAbout));
     this.gpgPanelFeedback = new GPGPanel();
     this.skinButtonOK = new SkinButton();
     this.gpgLabelVersion = new GPGLabel();
     this.gpgLabel1 = new GPGLabel();
     this.gpgPictureBox1 = new GPGPictureBox();
     this.gpgPanelThank = new GPGPanel();
     this.gpgLabel2 = new GPGLabel();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgPanelFeedback.SuspendLayout();
     ((ISupportInitialize) this.gpgPictureBox1).BeginInit();
     this.gpgPanelThank.SuspendLayout();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x1f8, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgPanelFeedback.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelFeedback.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelFeedback.BorderThickness = 2;
     this.gpgPanelFeedback.Controls.Add(this.skinButtonOK);
     this.gpgPanelFeedback.Controls.Add(this.gpgLabelVersion);
     this.gpgPanelFeedback.Controls.Add(this.gpgLabel1);
     this.gpgPanelFeedback.Controls.Add(this.gpgPictureBox1);
     this.gpgPanelFeedback.DrawBorder = false;
     this.gpgPanelFeedback.Location = new Point(12, 0x3e);
     this.gpgPanelFeedback.Name = "gpgPanelFeedback";
     this.gpgPanelFeedback.Size = new Size(540, 0xe4);
     base.ttDefault.SetSuperTip(this.gpgPanelFeedback, null);
     this.gpgPanelFeedback.TabIndex = 8;
     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(0x1b0, 0xc2);
     this.skinButtonOK.Name = "skinButtonOK";
     this.skinButtonOK.Size = new Size(0x5f, 0x1a);
     this.skinButtonOK.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonOK, null);
     this.skinButtonOK.TabIndex = 0x1c;
     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.gpgLabelVersion.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabelVersion.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelVersion.AutoSize = true;
     this.gpgLabelVersion.AutoStyle = true;
     this.gpgLabelVersion.Font = new Font("Arial", 9.75f);
     this.gpgLabelVersion.ForeColor = Color.White;
     this.gpgLabelVersion.IgnoreMouseWheel = false;
     this.gpgLabelVersion.IsStyled = false;
     this.gpgLabelVersion.Location = new Point(12, 0x4f);
     this.gpgLabelVersion.Name = "gpgLabelVersion";
     this.gpgLabelVersion.Size = new Size(0x39, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelVersion, null);
     this.gpgLabelVersion.TabIndex = 15;
     this.gpgLabelVersion.Text = "v 1.0.0.0";
     this.gpgLabelVersion.TextStyle = TextStyles.Info;
     this.gpgLabel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     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(12, 0x74);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x203, 0x4b);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 14;
     this.gpgLabel1.Text = manager.GetString("gpgLabel1.Text");
     this.gpgLabel1.TextStyle = TextStyles.Bold;
     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(540, 0x3a);
     this.gpgPictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
     base.ttDefault.SetSuperTip(this.gpgPictureBox1, null);
     this.gpgPictureBox1.TabIndex = 13;
     this.gpgPictureBox1.TabStop = false;
     this.gpgPanelThank.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelThank.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelThank.BorderThickness = 2;
     this.gpgPanelThank.Controls.Add(this.gpgLabel2);
     this.gpgPanelThank.DrawBorder = false;
     this.gpgPanelThank.Location = new Point(12, 0x53);
     this.gpgPanelThank.Name = "gpgPanelThank";
     this.gpgPanelThank.Size = new Size(540, 0xcf);
     base.ttDefault.SetSuperTip(this.gpgPanelThank, null);
     this.gpgPanelThank.TabIndex = 8;
     this.gpgPanelThank.Visible = false;
     this.gpgLabel2.AutoGrowDirection = GrowDirections.None;
     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(540, 0xcf);
     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.skinButtonOK;
     base.AutoScaleMode = AutoScaleMode.None;
     base.CancelButton = this.skinButtonOK;
     base.ClientSize = new Size(0x233, 0x161);
     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(0x233, 0x161);
     base.MinimizeBox = false;
     this.MinimumSize = new Size(0x233, 0x161);
     base.Name = "DlgAbout";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>About GPGnet: Supreme Commander";
     base.Controls.SetChildIndex(this.gpgPanelThank, 0);
     base.Controls.SetChildIndex(this.gpgPanelFeedback, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgPanelFeedback.ResumeLayout(false);
     this.gpgPanelFeedback.PerformLayout();
     ((ISupportInitialize) this.gpgPictureBox1).EndInit();
     this.gpgPanelThank.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #7
0
 private void InitializeComponent()
 {
     this.gpgLabel1 = new GPGLabel();
     this.gpgTextBoxPlayer = new GPGTextBox();
     this.skinButtonAward = new SkinButton();
     this.gpgPictureBoxAvatar = new GPGPictureBox();
     this.gpgLabel2 = new GPGLabel();
     this.skinButtonSetAvatar = new SkinButton();
     this.skinButtonRemovePlayer = new SkinButton();
     this.skinButtonRemoveAll = new SkinButton();
     this.skinButtonAwardClan = new SkinButton();
     this.skinButtonRemoveClan = new SkinButton();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgTextBoxPlayer.Properties.BeginInit();
     ((ISupportInitialize) this.gpgPictureBoxAvatar).BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x16b, 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, 90);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x66, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 7;
     this.gpgLabel1.Text = "Avatar To Award";
     this.gpgLabel1.TextStyle = TextStyles.Default;
     this.gpgTextBoxPlayer.Location = new Point(12, 0xa8);
     this.gpgTextBoxPlayer.Name = "gpgTextBoxPlayer";
     this.gpgTextBoxPlayer.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxPlayer.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxPlayer.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxPlayer.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxPlayer.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxPlayer.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxPlayer.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxPlayer.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxPlayer.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxPlayer.Size = new Size(0x165, 20);
     this.gpgTextBoxPlayer.TabIndex = 8;
     this.skinButtonAward.AutoStyle = true;
     this.skinButtonAward.BackColor = Color.Transparent;
     this.skinButtonAward.ButtonState = 0;
     this.skinButtonAward.DialogResult = DialogResult.OK;
     this.skinButtonAward.DisabledForecolor = Color.Gray;
     this.skinButtonAward.DrawColor = Color.White;
     this.skinButtonAward.DrawEdges = true;
     this.skinButtonAward.FocusColor = Color.Yellow;
     this.skinButtonAward.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonAward.ForeColor = Color.White;
     this.skinButtonAward.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonAward.IsStyled = true;
     this.skinButtonAward.Location = new Point(12, 0xd1);
     this.skinButtonAward.Name = "skinButtonAward";
     this.skinButtonAward.Size = new Size(0xc5, 0x1a);
     this.skinButtonAward.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonAward, null);
     this.skinButtonAward.TabIndex = 9;
     this.skinButtonAward.TabStop = true;
     this.skinButtonAward.Text = "Award Avatar To Player";
     this.skinButtonAward.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonAward.TextPadding = new Padding(0);
     this.skinButtonAward.Click += new EventHandler(this.skinButtonAward_Click);
     this.gpgPictureBoxAvatar.Cursor = Cursors.Hand;
     this.gpgPictureBoxAvatar.Location = new Point(12, 0x6d);
     this.gpgPictureBoxAvatar.Name = "gpgPictureBoxAvatar";
     this.gpgPictureBoxAvatar.Size = new Size(40, 20);
     base.ttDefault.SetSuperTip(this.gpgPictureBoxAvatar, null);
     this.gpgPictureBoxAvatar.TabIndex = 10;
     this.gpgPictureBoxAvatar.TabStop = false;
     this.gpgPictureBoxAvatar.Click += new EventHandler(this.gpgPictureBoxAvatar_Click);
     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, 0x95);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x2a, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 11;
     this.gpgLabel2.Text = "Name";
     this.gpgLabel2.TextStyle = TextStyles.Default;
     this.skinButtonSetAvatar.AutoStyle = true;
     this.skinButtonSetAvatar.BackColor = Color.Transparent;
     this.skinButtonSetAvatar.ButtonState = 0;
     this.skinButtonSetAvatar.DialogResult = DialogResult.OK;
     this.skinButtonSetAvatar.DisabledForecolor = Color.Gray;
     this.skinButtonSetAvatar.DrawColor = Color.White;
     this.skinButtonSetAvatar.DrawEdges = true;
     this.skinButtonSetAvatar.FocusColor = Color.Yellow;
     this.skinButtonSetAvatar.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSetAvatar.ForeColor = Color.White;
     this.skinButtonSetAvatar.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonSetAvatar.IsStyled = true;
     this.skinButtonSetAvatar.Location = new Point(0xd7, 0xd1);
     this.skinButtonSetAvatar.Name = "skinButtonSetAvatar";
     this.skinButtonSetAvatar.Size = new Size(0xc5, 0x1a);
     this.skinButtonSetAvatar.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonSetAvatar, null);
     this.skinButtonSetAvatar.TabIndex = 12;
     this.skinButtonSetAvatar.TabStop = true;
     this.skinButtonSetAvatar.Text = "Set Players Avatar";
     this.skinButtonSetAvatar.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSetAvatar.TextPadding = new Padding(0);
     this.skinButtonSetAvatar.Click += new EventHandler(this.skinButtonSetAvatar_Click);
     this.skinButtonRemovePlayer.AutoStyle = true;
     this.skinButtonRemovePlayer.BackColor = Color.Transparent;
     this.skinButtonRemovePlayer.ButtonState = 0;
     this.skinButtonRemovePlayer.DialogResult = DialogResult.OK;
     this.skinButtonRemovePlayer.DisabledForecolor = Color.Gray;
     this.skinButtonRemovePlayer.DrawColor = Color.White;
     this.skinButtonRemovePlayer.DrawEdges = true;
     this.skinButtonRemovePlayer.FocusColor = Color.Yellow;
     this.skinButtonRemovePlayer.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonRemovePlayer.ForeColor = Color.White;
     this.skinButtonRemovePlayer.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonRemovePlayer.IsStyled = true;
     this.skinButtonRemovePlayer.Location = new Point(12, 0x112);
     this.skinButtonRemovePlayer.Name = "skinButtonRemovePlayer";
     this.skinButtonRemovePlayer.Size = new Size(0xc5, 0x1a);
     this.skinButtonRemovePlayer.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonRemovePlayer, null);
     this.skinButtonRemovePlayer.TabIndex = 10;
     this.skinButtonRemovePlayer.TabStop = true;
     this.skinButtonRemovePlayer.Text = "Remove Avatar From Player";
     this.skinButtonRemovePlayer.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonRemovePlayer.TextPadding = new Padding(0);
     this.skinButtonRemovePlayer.Click += new EventHandler(this.skinButtonRemovePlayer_Click);
     this.skinButtonRemoveAll.AutoStyle = true;
     this.skinButtonRemoveAll.BackColor = Color.Transparent;
     this.skinButtonRemoveAll.ButtonState = 0;
     this.skinButtonRemoveAll.DialogResult = DialogResult.OK;
     this.skinButtonRemoveAll.DisabledForecolor = Color.Gray;
     this.skinButtonRemoveAll.DrawColor = Color.White;
     this.skinButtonRemoveAll.DrawEdges = true;
     this.skinButtonRemoveAll.FocusColor = Color.Yellow;
     this.skinButtonRemoveAll.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonRemoveAll.ForeColor = Color.White;
     this.skinButtonRemoveAll.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonRemoveAll.IsStyled = true;
     this.skinButtonRemoveAll.Location = new Point(0xd7, 0x112);
     this.skinButtonRemoveAll.Name = "skinButtonRemoveAll";
     this.skinButtonRemoveAll.Size = new Size(0xc5, 0x1a);
     this.skinButtonRemoveAll.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonRemoveAll, null);
     this.skinButtonRemoveAll.TabIndex = 13;
     this.skinButtonRemoveAll.TabStop = true;
     this.skinButtonRemoveAll.Text = "Remove Avatar From All";
     this.skinButtonRemoveAll.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonRemoveAll.TextPadding = new Padding(0);
     this.skinButtonRemoveAll.Click += new EventHandler(this.skinButtonRemoveAll_Click);
     this.skinButtonAwardClan.AutoStyle = true;
     this.skinButtonAwardClan.BackColor = Color.Transparent;
     this.skinButtonAwardClan.ButtonState = 0;
     this.skinButtonAwardClan.DialogResult = DialogResult.OK;
     this.skinButtonAwardClan.DisabledForecolor = Color.Gray;
     this.skinButtonAwardClan.DrawColor = Color.White;
     this.skinButtonAwardClan.DrawEdges = true;
     this.skinButtonAwardClan.FocusColor = Color.Yellow;
     this.skinButtonAwardClan.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonAwardClan.ForeColor = Color.White;
     this.skinButtonAwardClan.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonAwardClan.IsStyled = true;
     this.skinButtonAwardClan.Location = new Point(12, 0xf1);
     this.skinButtonAwardClan.Name = "skinButtonAwardClan";
     this.skinButtonAwardClan.Size = new Size(0xc5, 0x1a);
     this.skinButtonAwardClan.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonAwardClan, null);
     this.skinButtonAwardClan.TabIndex = 14;
     this.skinButtonAwardClan.TabStop = true;
     this.skinButtonAwardClan.Text = "Award Avatar To Clan";
     this.skinButtonAwardClan.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonAwardClan.TextPadding = new Padding(0);
     this.skinButtonAwardClan.Click += new EventHandler(this.skinButtonAwardClan_Click);
     this.skinButtonRemoveClan.AutoStyle = true;
     this.skinButtonRemoveClan.BackColor = Color.Transparent;
     this.skinButtonRemoveClan.ButtonState = 0;
     this.skinButtonRemoveClan.DialogResult = DialogResult.OK;
     this.skinButtonRemoveClan.DisabledForecolor = Color.Gray;
     this.skinButtonRemoveClan.DrawColor = Color.White;
     this.skinButtonRemoveClan.DrawEdges = true;
     this.skinButtonRemoveClan.FocusColor = Color.Yellow;
     this.skinButtonRemoveClan.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonRemoveClan.ForeColor = Color.White;
     this.skinButtonRemoveClan.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonRemoveClan.IsStyled = true;
     this.skinButtonRemoveClan.Location = new Point(0xd7, 0xf1);
     this.skinButtonRemoveClan.Name = "skinButtonRemoveClan";
     this.skinButtonRemoveClan.Size = new Size(0xc5, 0x1a);
     this.skinButtonRemoveClan.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonRemoveClan, null);
     this.skinButtonRemoveClan.TabIndex = 15;
     this.skinButtonRemoveClan.TabStop = true;
     this.skinButtonRemoveClan.Text = "Remove Avatar From Clan";
     this.skinButtonRemoveClan.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonRemoveClan.TextPadding = new Padding(0);
     this.skinButtonRemoveClan.Click += new EventHandler(this.skinButtonRemoveClan_Click);
     base.AcceptButton = this.skinButtonAward;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x1a6, 0x182);
     base.Controls.Add(this.skinButtonRemoveClan);
     base.Controls.Add(this.skinButtonAwardClan);
     base.Controls.Add(this.skinButtonRemoveAll);
     base.Controls.Add(this.skinButtonRemovePlayer);
     base.Controls.Add(this.skinButtonSetAvatar);
     base.Controls.Add(this.gpgLabel2);
     base.Controls.Add(this.gpgPictureBoxAvatar);
     base.Controls.Add(this.skinButtonAward);
     base.Controls.Add(this.gpgTextBoxPlayer);
     base.Controls.Add(this.gpgLabel1);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.MaximizeBox = false;
     this.MinimumSize = new Size(0x1a6, 0x150);
     base.Name = "DlgAssignAvatars";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "Assign Avatars";
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxPlayer, 0);
     base.Controls.SetChildIndex(this.skinButtonAward, 0);
     base.Controls.SetChildIndex(this.gpgPictureBoxAvatar, 0);
     base.Controls.SetChildIndex(this.gpgLabel2, 0);
     base.Controls.SetChildIndex(this.skinButtonSetAvatar, 0);
     base.Controls.SetChildIndex(this.skinButtonRemovePlayer, 0);
     base.Controls.SetChildIndex(this.skinButtonRemoveAll, 0);
     base.Controls.SetChildIndex(this.skinButtonAwardClan, 0);
     base.Controls.SetChildIndex(this.skinButtonRemoveClan, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgTextBoxPlayer.Properties.EndInit();
     ((ISupportInitialize) this.gpgPictureBoxAvatar).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #8
0
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(DlgClanProfileEx));
     this.splitContainerMain = new SplitContainer();
     this.skinButtonNextProfile = new SkinButton();
     this.skinButtonPreviousProfile = new SkinButton();
     this.skinGroupPanelClan = new SkinGroupPanel();
     this.gpgLabelFounded = new GPGLabel();
     this.gpgPanelWebsite = new GPGPanel();
     this.checkBoxEmbedWebsite = new CheckBox();
     this.gpgPictureBoxWebsite = new GPGPictureBox();
     this.gpgLabelWebsite = new GPGLabel();
     this.gpgTextBoxWebsite = new GPGTextBox();
     this.gpgPictureBoxAvatar = new GPGPictureBox();
     this.gpgPictureBoxEdit = new GPGPictureBox();
     this.skinLabel1 = new SkinLabel();
     this.gpgPictureBoxCancel = new GPGPictureBox();
     this.gpgPictureBoxSave = new GPGPictureBox();
     this.gpgPanelDescription = new GPGPanel();
     this.webBrowserProfile = new WebBrowser();
     this.gpgLabelDescription = new GPGLabel();
     this.gpgTextAreaDescription = new GPGTextArea();
     this.statWinPct = new GPGLabel();
     this.statAverageRating = new GPGLabel();
     this.gpgLabel11 = new GPGLabel();
     this.gpgLabel10 = new GPGLabel();
     this.statNumberPlayers = new GPGLabel();
     this.statDraws = new GPGLabel();
     this.gpgLabel8 = new GPGLabel();
     this.gpgLabel9 = new GPGLabel();
     this.statLosses = new GPGLabel();
     this.gpgLabel7 = new GPGLabel();
     this.statWins = new GPGLabel();
     this.gpgLabel6 = new GPGLabel();
     this.statRank = new GPGLabel();
     this.statRating = new GPGLabel();
     this.gpgLabel3 = new GPGLabel();
     this.statTotalGames = new GPGLabel();
     this.gpgLabel2 = new GPGLabel();
     this.gpgLabel1 = new GPGLabel();
     this.skinButtonWebVersion = new SkinButton();
     this.skinLabelHeader = new SkinLabel();
     this.pnlUserListClan = new PnlUserList();
     this.skinLabelRoster = new SkinLabel();
     this.pictureBox3 = new PictureBox();
     this.pictureBox2 = new PictureBox();
     this.pictureBox1 = new PictureBox();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.splitContainerMain.Panel1.SuspendLayout();
     this.splitContainerMain.Panel2.SuspendLayout();
     this.splitContainerMain.SuspendLayout();
     this.skinGroupPanelClan.SuspendLayout();
     this.gpgPanelWebsite.SuspendLayout();
     ((ISupportInitialize) this.gpgPictureBoxWebsite).BeginInit();
     this.gpgTextBoxWebsite.Properties.BeginInit();
     ((ISupportInitialize) this.gpgPictureBoxAvatar).BeginInit();
     ((ISupportInitialize) this.gpgPictureBoxEdit).BeginInit();
     ((ISupportInitialize) this.gpgPictureBoxCancel).BeginInit();
     ((ISupportInitialize) this.gpgPictureBoxSave).BeginInit();
     this.gpgPanelDescription.SuspendLayout();
     this.gpgTextAreaDescription.Properties.BeginInit();
     this.skinLabelRoster.SuspendLayout();
     ((ISupportInitialize) this.pictureBox3).BeginInit();
     ((ISupportInitialize) this.pictureBox2).BeginInit();
     ((ISupportInitialize) this.pictureBox1).BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x315, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.splitContainerMain.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.splitContainerMain.BackColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.splitContainerMain.Location = new Point(7, 0x3d);
     this.splitContainerMain.Name = "splitContainerMain";
     this.splitContainerMain.Panel1.BackgroundImage = (Image) manager.GetObject("splitContainerMain.Panel1.BackgroundImage");
     this.splitContainerMain.Panel1.Controls.Add(this.skinButtonNextProfile);
     this.splitContainerMain.Panel1.Controls.Add(this.skinButtonPreviousProfile);
     this.splitContainerMain.Panel1.Controls.Add(this.skinGroupPanelClan);
     this.splitContainerMain.Panel1.Controls.Add(this.skinButtonWebVersion);
     this.splitContainerMain.Panel1.Controls.Add(this.skinLabelHeader);
     base.ttDefault.SetSuperTip(this.splitContainerMain.Panel1, null);
     this.splitContainerMain.Panel2.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.splitContainerMain.Panel2.Controls.Add(this.pnlUserListClan);
     this.splitContainerMain.Panel2.Controls.Add(this.skinLabelRoster);
     base.ttDefault.SetSuperTip(this.splitContainerMain.Panel2, null);
     this.splitContainerMain.Size = new Size(0x342, 0x22c);
     this.splitContainerMain.SplitterDistance = 0x245;
     this.splitContainerMain.SplitterWidth = 2;
     base.ttDefault.SetSuperTip(this.splitContainerMain, null);
     this.splitContainerMain.TabIndex = 7;
     this.skinButtonNextProfile.Anchor = AnchorStyles.Bottom;
     this.skinButtonNextProfile.AutoStyle = true;
     this.skinButtonNextProfile.BackColor = Color.Transparent;
     this.skinButtonNextProfile.ButtonState = 0;
     this.skinButtonNextProfile.DialogResult = DialogResult.OK;
     this.skinButtonNextProfile.DisabledForecolor = Color.Gray;
     this.skinButtonNextProfile.DrawColor = Color.White;
     this.skinButtonNextProfile.DrawEdges = false;
     this.skinButtonNextProfile.FocusColor = Color.Yellow;
     this.skinButtonNextProfile.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonNextProfile.ForeColor = Color.White;
     this.skinButtonNextProfile.HorizontalScalingMode = ScalingModes.Center;
     this.skinButtonNextProfile.IsStyled = true;
     this.skinButtonNextProfile.Location = new Point(0x183, 0x20a);
     this.skinButtonNextProfile.Name = "skinButtonNextProfile";
     this.skinButtonNextProfile.Size = new Size(30, 30);
     this.skinButtonNextProfile.SkinBasePath = @"Dialog\PlayerProfile\NextProfile";
     base.ttDefault.SetSuperTip(this.skinButtonNextProfile, null);
     this.skinButtonNextProfile.TabIndex = 4;
     this.skinButtonNextProfile.TabStop = true;
     this.skinButtonNextProfile.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonNextProfile.TextPadding = new Padding(0);
     this.skinButtonNextProfile.Click += new EventHandler(this.skinButtonNextProfile_Click);
     this.skinButtonPreviousProfile.Anchor = AnchorStyles.Bottom;
     this.skinButtonPreviousProfile.AutoStyle = true;
     this.skinButtonPreviousProfile.BackColor = Color.Transparent;
     this.skinButtonPreviousProfile.ButtonState = 0;
     this.skinButtonPreviousProfile.DialogResult = DialogResult.OK;
     this.skinButtonPreviousProfile.DisabledForecolor = Color.Gray;
     this.skinButtonPreviousProfile.DrawColor = Color.White;
     this.skinButtonPreviousProfile.DrawEdges = false;
     this.skinButtonPreviousProfile.FocusColor = Color.Yellow;
     this.skinButtonPreviousProfile.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonPreviousProfile.ForeColor = Color.White;
     this.skinButtonPreviousProfile.HorizontalScalingMode = ScalingModes.Center;
     this.skinButtonPreviousProfile.IsStyled = true;
     this.skinButtonPreviousProfile.Location = new Point(0xa6, 0x20a);
     this.skinButtonPreviousProfile.Name = "skinButtonPreviousProfile";
     this.skinButtonPreviousProfile.Size = new Size(30, 30);
     this.skinButtonPreviousProfile.SkinBasePath = @"Dialog\PlayerProfile\PreviousProfile";
     base.ttDefault.SetSuperTip(this.skinButtonPreviousProfile, null);
     this.skinButtonPreviousProfile.TabIndex = 3;
     this.skinButtonPreviousProfile.TabStop = true;
     this.skinButtonPreviousProfile.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonPreviousProfile.TextPadding = new Padding(0);
     this.skinButtonPreviousProfile.Click += new EventHandler(this.skinButtonPreviousProfile_Click);
     this.skinGroupPanelClan.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.skinGroupPanelClan.AutoStyle = false;
     this.skinGroupPanelClan.BackColor = Color.Black;
     this.skinGroupPanelClan.BackgroundImage = (Image) manager.GetObject("skinGroupPanelClan.BackgroundImage");
     this.skinGroupPanelClan.BackgroundImageLayout = ImageLayout.Stretch;
     this.skinGroupPanelClan.Controls.Add(this.gpgLabelFounded);
     this.skinGroupPanelClan.Controls.Add(this.gpgPanelWebsite);
     this.skinGroupPanelClan.Controls.Add(this.gpgPictureBoxAvatar);
     this.skinGroupPanelClan.Controls.Add(this.gpgPictureBoxEdit);
     this.skinGroupPanelClan.Controls.Add(this.skinLabel1);
     this.skinGroupPanelClan.Controls.Add(this.gpgPictureBoxCancel);
     this.skinGroupPanelClan.Controls.Add(this.gpgPictureBoxSave);
     this.skinGroupPanelClan.Controls.Add(this.gpgPanelDescription);
     this.skinGroupPanelClan.Controls.Add(this.statWinPct);
     this.skinGroupPanelClan.Controls.Add(this.statAverageRating);
     this.skinGroupPanelClan.Controls.Add(this.gpgLabel11);
     this.skinGroupPanelClan.Controls.Add(this.gpgLabel10);
     this.skinGroupPanelClan.Controls.Add(this.statNumberPlayers);
     this.skinGroupPanelClan.Controls.Add(this.statDraws);
     this.skinGroupPanelClan.Controls.Add(this.gpgLabel8);
     this.skinGroupPanelClan.Controls.Add(this.gpgLabel9);
     this.skinGroupPanelClan.Controls.Add(this.statLosses);
     this.skinGroupPanelClan.Controls.Add(this.gpgLabel7);
     this.skinGroupPanelClan.Controls.Add(this.statWins);
     this.skinGroupPanelClan.Controls.Add(this.gpgLabel6);
     this.skinGroupPanelClan.Controls.Add(this.statRank);
     this.skinGroupPanelClan.Controls.Add(this.statRating);
     this.skinGroupPanelClan.Controls.Add(this.gpgLabel3);
     this.skinGroupPanelClan.Controls.Add(this.statTotalGames);
     this.skinGroupPanelClan.Controls.Add(this.gpgLabel2);
     this.skinGroupPanelClan.Controls.Add(this.gpgLabel1);
     this.skinGroupPanelClan.CutCorner = false;
     this.skinGroupPanelClan.Font = new Font("Verdana", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.skinGroupPanelClan.ForeColor = Color.White;
     this.skinGroupPanelClan.HeaderImage = (Image) manager.GetObject("skinGroupPanelClan.HeaderImage");
     this.skinGroupPanelClan.IsStyled = true;
     this.skinGroupPanelClan.Location = new Point(6, 0x43);
     this.skinGroupPanelClan.Margin = new Padding(7, 6, 7, 6);
     this.skinGroupPanelClan.Name = "skinGroupPanelClan";
     this.skinGroupPanelClan.Size = new Size(0x238, 0x1bb);
     base.ttDefault.SetSuperTip(this.skinGroupPanelClan, null);
     this.skinGroupPanelClan.TabIndex = 2;
     this.skinGroupPanelClan.Text = "clan";
     this.skinGroupPanelClan.TextAlign = ContentAlignment.MiddleLeft;
     this.skinGroupPanelClan.TextPadding = new Padding(4, 0, 0, 0);
     this.gpgLabelFounded.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelFounded.AutoSize = true;
     this.gpgLabelFounded.AutoStyle = true;
     this.gpgLabelFounded.BackColor = Color.Transparent;
     this.gpgLabelFounded.Font = new Font("Verdana", 8.25f, FontStyle.Italic | FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabelFounded.ForeColor = Color.Yellow;
     this.gpgLabelFounded.IgnoreMouseWheel = false;
     this.gpgLabelFounded.IsStyled = false;
     this.gpgLabelFounded.Location = new Point(6, 0x29);
     this.gpgLabelFounded.Margin = new Padding(0);
     this.gpgLabelFounded.Name = "gpgLabelFounded";
     this.gpgLabelFounded.Size = new Size(0x48, 13);
     base.ttDefault.SetSuperTip(this.gpgLabelFounded, null);
     this.gpgLabelFounded.TabIndex = 0x27;
     this.gpgLabelFounded.Text = "founded...";
     this.gpgLabelFounded.TextStyle = TextStyles.Custom;
     this.gpgPanelWebsite.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgPanelWebsite.BackColor = Color.Transparent;
     this.gpgPanelWebsite.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelWebsite.BorderThickness = 2;
     this.gpgPanelWebsite.Controls.Add(this.checkBoxEmbedWebsite);
     this.gpgPanelWebsite.Controls.Add(this.gpgPictureBoxWebsite);
     this.gpgPanelWebsite.Controls.Add(this.gpgLabelWebsite);
     this.gpgPanelWebsite.Controls.Add(this.gpgTextBoxWebsite);
     this.gpgPanelWebsite.DrawBorder = false;
     this.gpgPanelWebsite.Location = new Point(6, 0x3d);
     this.gpgPanelWebsite.Name = "gpgPanelWebsite";
     this.gpgPanelWebsite.Size = new Size(0x217, 0x15);
     base.ttDefault.SetSuperTip(this.gpgPanelWebsite, null);
     this.gpgPanelWebsite.TabIndex = 40;
     this.checkBoxEmbedWebsite.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.checkBoxEmbedWebsite.AutoSize = true;
     this.checkBoxEmbedWebsite.Font = new Font("Verdana", 8f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.checkBoxEmbedWebsite.Location = new Point(310, 3);
     this.checkBoxEmbedWebsite.Name = "checkBoxEmbedWebsite";
     this.checkBoxEmbedWebsite.Size = new Size(0xd9, 0x11);
     base.ttDefault.SetSuperTip(this.checkBoxEmbedWebsite, null);
     this.checkBoxEmbedWebsite.TabIndex = 3;
     this.checkBoxEmbedWebsite.Text = "<LOC>Allow embedded browsing";
     base.ttDefault.SetToolTip(this.checkBoxEmbedWebsite, "<LOC>If selected this clan profile website will be viewable from within GPGnet");
     this.checkBoxEmbedWebsite.UseVisualStyleBackColor = true;
     this.checkBoxEmbedWebsite.CheckedChanged += new EventHandler(this.checkBoxEmbedWebsite_CheckedChanged);
     this.gpgPictureBoxWebsite.Cursor = Cursors.Hand;
     this.gpgPictureBoxWebsite.Image = Resources.new_window;
     this.gpgPictureBoxWebsite.Location = new Point(3, 5);
     this.gpgPictureBoxWebsite.Name = "gpgPictureBoxWebsite";
     this.gpgPictureBoxWebsite.Size = new Size(8, 8);
     this.gpgPictureBoxWebsite.SizeMode = PictureBoxSizeMode.AutoSize;
     base.ttDefault.SetSuperTip(this.gpgPictureBoxWebsite, null);
     this.gpgPictureBoxWebsite.TabIndex = 2;
     this.gpgPictureBoxWebsite.TabStop = false;
     this.gpgPictureBoxWebsite.Click += new EventHandler(this.gpgPictureBoxWebsite_Click);
     this.gpgLabelWebsite.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelWebsite.AutoSize = true;
     this.gpgLabelWebsite.AutoStyle = true;
     this.gpgLabelWebsite.Font = new Font("Arial", 9.75f);
     this.gpgLabelWebsite.ForeColor = Color.White;
     this.gpgLabelWebsite.IgnoreMouseWheel = false;
     this.gpgLabelWebsite.IsStyled = false;
     this.gpgLabelWebsite.Location = new Point(11, 2);
     this.gpgLabelWebsite.Name = "gpgLabelWebsite";
     this.gpgLabelWebsite.Size = new Size(0x34, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelWebsite, null);
     this.gpgLabelWebsite.TabIndex = 0;
     this.gpgLabelWebsite.Text = "website";
     this.gpgLabelWebsite.TextStyle = TextStyles.Link;
     this.gpgLabelWebsite.Click += new EventHandler(this.gpgLabelWebsite_Click);
     this.gpgTextBoxWebsite.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgTextBoxWebsite.Location = new Point(0, 0);
     this.gpgTextBoxWebsite.Name = "gpgTextBoxWebsite";
     this.gpgTextBoxWebsite.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxWebsite.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxWebsite.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxWebsite.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxWebsite.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxWebsite.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxWebsite.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxWebsite.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxWebsite.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxWebsite.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxWebsite.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxWebsite.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxWebsite.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxWebsite.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxWebsite.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxWebsite.Size = new Size(0x130, 20);
     this.gpgTextBoxWebsite.TabIndex = 1;
     this.gpgTextBoxWebsite.Visible = false;
     this.gpgPictureBoxAvatar.BackColor = Color.Transparent;
     this.gpgPictureBoxAvatar.Location = new Point(0x209, 9);
     this.gpgPictureBoxAvatar.Name = "gpgPictureBoxAvatar";
     this.gpgPictureBoxAvatar.Size = new Size(40, 20);
     base.ttDefault.SetSuperTip(this.gpgPictureBoxAvatar, null);
     this.gpgPictureBoxAvatar.TabIndex = 0x1c;
     this.gpgPictureBoxAvatar.TabStop = false;
     this.gpgPictureBoxAvatar.Visible = false;
     this.gpgPictureBoxEdit.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgPictureBoxEdit.Cursor = Cursors.Hand;
     this.gpgPictureBoxEdit.Image = Resources.edit_small;
     this.gpgPictureBoxEdit.Location = new Point(0x221, 0x2b);
     this.gpgPictureBoxEdit.Name = "gpgPictureBoxEdit";
     this.gpgPictureBoxEdit.Size = new Size(0x10, 0x10);
     base.ttDefault.SetSuperTip(this.gpgPictureBoxEdit, null);
     this.gpgPictureBoxEdit.TabIndex = 0x19;
     this.gpgPictureBoxEdit.TabStop = false;
     base.ttDefault.SetToolTip(this.gpgPictureBoxEdit, "<LOC>Edit");
     this.gpgPictureBoxEdit.Click += new EventHandler(this.gpgPictureBoxEdit_Click);
     this.skinLabel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinLabel1.AutoStyle = false;
     this.skinLabel1.BackColor = Color.Transparent;
     this.skinLabel1.DrawEdges = true;
     this.skinLabel1.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.skinLabel1.ForeColor = Color.White;
     this.skinLabel1.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel1.IsStyled = false;
     this.skinLabel1.Location = new Point(6, 340);
     this.skinLabel1.Name = "skinLabel1";
     this.skinLabel1.Size = new Size(0x22b, 20);
     this.skinLabel1.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel1, null);
     this.skinLabel1.TabIndex = 1;
     this.skinLabel1.Text = "Vital Statistics";
     this.skinLabel1.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel1.TextPadding = new Padding(0);
     this.gpgPictureBoxCancel.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgPictureBoxCancel.Cursor = Cursors.Hand;
     this.gpgPictureBoxCancel.Image = Resources.cancel_small;
     this.gpgPictureBoxCancel.Location = new Point(0x221, 0x42);
     this.gpgPictureBoxCancel.Name = "gpgPictureBoxCancel";
     this.gpgPictureBoxCancel.Size = new Size(0x10, 0x10);
     base.ttDefault.SetSuperTip(this.gpgPictureBoxCancel, null);
     this.gpgPictureBoxCancel.TabIndex = 0x1b;
     this.gpgPictureBoxCancel.TabStop = false;
     base.ttDefault.SetToolTip(this.gpgPictureBoxCancel, "<LOC>Cancel");
     this.gpgPictureBoxCancel.Click += new EventHandler(this.gpgPictureBoxCancel_Click);
     this.gpgPictureBoxSave.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgPictureBoxSave.Cursor = Cursors.Hand;
     this.gpgPictureBoxSave.Image = Resources.save_small;
     this.gpgPictureBoxSave.Location = new Point(0x221, 0x2b);
     this.gpgPictureBoxSave.Name = "gpgPictureBoxSave";
     this.gpgPictureBoxSave.Size = new Size(0x10, 0x10);
     base.ttDefault.SetSuperTip(this.gpgPictureBoxSave, null);
     this.gpgPictureBoxSave.TabIndex = 0x1a;
     this.gpgPictureBoxSave.TabStop = false;
     base.ttDefault.SetToolTip(this.gpgPictureBoxSave, "<LOC>Save");
     this.gpgPictureBoxSave.Click += new EventHandler(this.gpgPictureBoxSave_Click);
     this.gpgPanelDescription.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelDescription.AutoScroll = true;
     this.gpgPanelDescription.BackColor = Color.Transparent;
     this.gpgPanelDescription.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelDescription.BorderThickness = 2;
     this.gpgPanelDescription.Controls.Add(this.webBrowserProfile);
     this.gpgPanelDescription.Controls.Add(this.gpgLabelDescription);
     this.gpgPanelDescription.Controls.Add(this.gpgTextAreaDescription);
     this.gpgPanelDescription.DrawBorder = false;
     this.gpgPanelDescription.Location = new Point(6, 0x58);
     this.gpgPanelDescription.Name = "gpgPanelDescription";
     this.gpgPanelDescription.Size = new Size(0x22b, 0xf6);
     base.ttDefault.SetSuperTip(this.gpgPanelDescription, null);
     this.gpgPanelDescription.TabIndex = 2;
     this.webBrowserProfile.Dock = DockStyle.Fill;
     this.webBrowserProfile.Location = new Point(0, 0);
     this.webBrowserProfile.MinimumSize = new Size(20, 20);
     this.webBrowserProfile.Name = "webBrowserProfile";
     this.webBrowserProfile.ScriptErrorsSuppressed = true;
     this.webBrowserProfile.Size = new Size(0x22b, 0xf6);
     base.ttDefault.SetSuperTip(this.webBrowserProfile, null);
     this.webBrowserProfile.TabIndex = 2;
     this.webBrowserProfile.Visible = false;
     this.gpgLabelDescription.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgLabelDescription.AutoGrowDirection = GrowDirections.Vertical;
     this.gpgLabelDescription.AutoStyle = true;
     this.gpgLabelDescription.Font = new Font("Arial", 9.75f);
     this.gpgLabelDescription.ForeColor = Color.White;
     this.gpgLabelDescription.IgnoreMouseWheel = false;
     this.gpgLabelDescription.IsStyled = false;
     this.gpgLabelDescription.Location = new Point(0, 0);
     this.gpgLabelDescription.Name = "gpgLabelDescription";
     this.gpgLabelDescription.Size = new Size(0x217, 15);
     base.ttDefault.SetSuperTip(this.gpgLabelDescription, null);
     this.gpgLabelDescription.TabIndex = 0;
     this.gpgLabelDescription.Text = "description";
     this.gpgLabelDescription.TextStyle = TextStyles.Default;
     this.gpgTextAreaDescription.BorderColor = Color.White;
     this.gpgTextAreaDescription.Dock = DockStyle.Fill;
     this.gpgTextAreaDescription.Location = new Point(0, 0);
     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.Size = new Size(0x22b, 0xf6);
     this.gpgTextAreaDescription.TabIndex = 1;
     this.gpgTextAreaDescription.Visible = false;
     this.statWinPct.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.statWinPct.AutoGrowDirection = GrowDirections.None;
     this.statWinPct.AutoSize = true;
     this.statWinPct.AutoStyle = true;
     this.statWinPct.BackColor = Color.Transparent;
     this.statWinPct.Font = new Font("Arial", 9.75f);
     this.statWinPct.ForeColor = Color.White;
     this.statWinPct.IgnoreMouseWheel = false;
     this.statWinPct.IsStyled = false;
     this.statWinPct.Location = new Point(0x112, 0x17f);
     this.statWinPct.Name = "statWinPct";
     this.statWinPct.Size = new Size(0x24, 0x10);
     base.ttDefault.SetSuperTip(this.statWinPct, null);
     this.statWinPct.TabIndex = 0x16;
     this.statWinPct.Text = "2258";
     this.statWinPct.TextStyle = TextStyles.Bold;
     this.statAverageRating.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.statAverageRating.AutoGrowDirection = GrowDirections.None;
     this.statAverageRating.AutoSize = true;
     this.statAverageRating.AutoStyle = true;
     this.statAverageRating.BackColor = Color.Transparent;
     this.statAverageRating.Font = new Font("Arial", 9.75f);
     this.statAverageRating.ForeColor = Color.White;
     this.statAverageRating.IgnoreMouseWheel = false;
     this.statAverageRating.IsStyled = false;
     this.statAverageRating.Location = new Point(0x17a, 0x17f);
     this.statAverageRating.Name = "statAverageRating";
     this.statAverageRating.Size = new Size(0x24, 0x10);
     base.ttDefault.SetSuperTip(this.statAverageRating, null);
     this.statAverageRating.TabIndex = 0x15;
     this.statAverageRating.Text = "2258";
     this.statAverageRating.TextStyle = TextStyles.Bold;
     this.gpgLabel11.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel11.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel11.AutoStyle = true;
     this.gpgLabel11.BackColor = Color.FromArgb(0x66, 0x66, 0x66);
     this.gpgLabel11.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgLabel11.ForeColor = Color.White;
     this.gpgLabel11.IgnoreMouseWheel = false;
     this.gpgLabel11.IsStyled = false;
     this.gpgLabel11.Location = new Point(0x17a, 0x16b);
     this.gpgLabel11.Name = "gpgLabel11";
     this.gpgLabel11.Size = new Size(0x6c, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel11, null);
     this.gpgLabel11.TabIndex = 20;
     this.gpgLabel11.Text = "<LOC>Average Rating";
     this.gpgLabel11.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel11.TextStyle = TextStyles.Custom;
     this.gpgLabel10.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel10.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel10.AutoStyle = true;
     this.gpgLabel10.BackColor = Color.FromArgb(0x66, 0x66, 0x66);
     this.gpgLabel10.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgLabel10.ForeColor = Color.White;
     this.gpgLabel10.IgnoreMouseWheel = false;
     this.gpgLabel10.IsStyled = false;
     this.gpgLabel10.Location = new Point(0x112, 0x191);
     this.gpgLabel10.Name = "gpgLabel10";
     this.gpgLabel10.Size = new Size(0x11e, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel10, null);
     this.gpgLabel10.TabIndex = 0x12;
     this.gpgLabel10.Text = "<LOC>Number of Ranked Players";
     this.gpgLabel10.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel10.TextStyle = TextStyles.Custom;
     this.statNumberPlayers.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.statNumberPlayers.AutoGrowDirection = GrowDirections.None;
     this.statNumberPlayers.AutoSize = true;
     this.statNumberPlayers.AutoStyle = true;
     this.statNumberPlayers.BackColor = Color.Transparent;
     this.statNumberPlayers.Font = new Font("Arial", 9.75f);
     this.statNumberPlayers.ForeColor = Color.White;
     this.statNumberPlayers.IgnoreMouseWheel = false;
     this.statNumberPlayers.IsStyled = false;
     this.statNumberPlayers.Location = new Point(0x112, 0x1a5);
     this.statNumberPlayers.Name = "statNumberPlayers";
     this.statNumberPlayers.Size = new Size(0x24, 0x10);
     base.ttDefault.SetSuperTip(this.statNumberPlayers, null);
     this.statNumberPlayers.TabIndex = 0x13;
     this.statNumberPlayers.Text = "2258";
     this.statNumberPlayers.TextStyle = TextStyles.Bold;
     this.statDraws.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.statDraws.AutoGrowDirection = GrowDirections.None;
     this.statDraws.AutoSize = true;
     this.statDraws.AutoStyle = true;
     this.statDraws.BackColor = Color.Transparent;
     this.statDraws.Font = new Font("Arial", 9.75f);
     this.statDraws.ForeColor = Color.White;
     this.statDraws.IgnoreMouseWheel = false;
     this.statDraws.IsStyled = false;
     this.statDraws.Location = new Point(0xb8, 0x1a5);
     this.statDraws.Name = "statDraws";
     this.statDraws.Size = new Size(0x24, 0x10);
     base.ttDefault.SetSuperTip(this.statDraws, null);
     this.statDraws.TabIndex = 0x11;
     this.statDraws.Text = "2258";
     this.statDraws.TextStyle = TextStyles.Bold;
     this.gpgLabel8.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel8.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel8.AutoStyle = true;
     this.gpgLabel8.BackColor = Color.FromArgb(0x66, 0x66, 0x66);
     this.gpgLabel8.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgLabel8.ForeColor = Color.White;
     this.gpgLabel8.IgnoreMouseWheel = false;
     this.gpgLabel8.IsStyled = false;
     this.gpgLabel8.Location = new Point(0xb6, 0x191);
     this.gpgLabel8.Name = "gpgLabel8";
     this.gpgLabel8.Size = new Size(0x5b, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel8, null);
     this.gpgLabel8.TabIndex = 15;
     this.gpgLabel8.Text = "<LOC>Draws";
     this.gpgLabel8.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel8.TextStyle = TextStyles.Custom;
     this.gpgLabel9.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel9.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel9.AutoStyle = true;
     this.gpgLabel9.BackColor = Color.FromArgb(0x66, 0x66, 0x66);
     this.gpgLabel9.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgLabel9.ForeColor = Color.White;
     this.gpgLabel9.IgnoreMouseWheel = false;
     this.gpgLabel9.IsStyled = false;
     this.gpgLabel9.Location = new Point(0x112, 0x16b);
     this.gpgLabel9.Name = "gpgLabel9";
     this.gpgLabel9.Size = new Size(0x5b, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel9, null);
     this.gpgLabel9.TabIndex = 0x10;
     this.gpgLabel9.Text = "<LOC>Win %";
     this.gpgLabel9.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel9.TextStyle = TextStyles.Custom;
     this.statLosses.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.statLosses.AutoGrowDirection = GrowDirections.None;
     this.statLosses.AutoSize = true;
     this.statLosses.AutoStyle = true;
     this.statLosses.BackColor = Color.Transparent;
     this.statLosses.Font = new Font("Arial", 9.75f);
     this.statLosses.ForeColor = Color.White;
     this.statLosses.IgnoreMouseWheel = false;
     this.statLosses.IsStyled = false;
     this.statLosses.Location = new Point(0x58, 0x1a5);
     this.statLosses.Name = "statLosses";
     this.statLosses.Size = new Size(0x24, 0x10);
     base.ttDefault.SetSuperTip(this.statLosses, null);
     this.statLosses.TabIndex = 14;
     this.statLosses.Text = "2258";
     this.statLosses.TextStyle = TextStyles.Bold;
     this.gpgLabel7.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel7.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel7.AutoStyle = true;
     this.gpgLabel7.BackColor = Color.FromArgb(0x66, 0x66, 0x66);
     this.gpgLabel7.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgLabel7.ForeColor = Color.White;
     this.gpgLabel7.IgnoreMouseWheel = false;
     this.gpgLabel7.IsStyled = false;
     this.gpgLabel7.Location = new Point(0x54, 0x191);
     this.gpgLabel7.Name = "gpgLabel7";
     this.gpgLabel7.Size = new Size(0x5b, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel7, null);
     this.gpgLabel7.TabIndex = 13;
     this.gpgLabel7.Text = "<LOC>Losses";
     this.gpgLabel7.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel7.TextStyle = TextStyles.Custom;
     this.statWins.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.statWins.AutoGrowDirection = GrowDirections.None;
     this.statWins.AutoSize = true;
     this.statWins.AutoStyle = true;
     this.statWins.BackColor = Color.Transparent;
     this.statWins.Font = new Font("Arial", 9.75f);
     this.statWins.ForeColor = Color.White;
     this.statWins.IgnoreMouseWheel = false;
     this.statWins.IsStyled = false;
     this.statWins.Location = new Point(6, 0x1a5);
     this.statWins.Name = "statWins";
     this.statWins.Size = new Size(15, 0x10);
     base.ttDefault.SetSuperTip(this.statWins, null);
     this.statWins.TabIndex = 12;
     this.statWins.Text = "1";
     this.statWins.TextStyle = TextStyles.Bold;
     this.gpgLabel6.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel6.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel6.AutoStyle = true;
     this.gpgLabel6.BackColor = Color.FromArgb(0x66, 0x66, 0x66);
     this.gpgLabel6.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgLabel6.ForeColor = Color.White;
     this.gpgLabel6.IgnoreMouseWheel = false;
     this.gpgLabel6.IsStyled = false;
     this.gpgLabel6.Location = new Point(6, 0x191);
     this.gpgLabel6.Name = "gpgLabel6";
     this.gpgLabel6.Size = new Size(0x22b, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel6, null);
     this.gpgLabel6.TabIndex = 11;
     this.gpgLabel6.Text = "<LOC>Wins";
     this.gpgLabel6.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel6.TextStyle = TextStyles.Custom;
     this.statRank.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.statRank.AutoGrowDirection = GrowDirections.None;
     this.statRank.AutoSize = true;
     this.statRank.AutoStyle = true;
     this.statRank.BackColor = Color.Transparent;
     this.statRank.Font = new Font("Arial", 9.75f);
     this.statRank.ForeColor = Color.White;
     this.statRank.IgnoreMouseWheel = false;
     this.statRank.IsStyled = false;
     this.statRank.Location = new Point(6, 0x17f);
     this.statRank.Name = "statRank";
     this.statRank.Size = new Size(15, 0x10);
     base.ttDefault.SetSuperTip(this.statRank, null);
     this.statRank.TabIndex = 4;
     this.statRank.Text = "1";
     this.statRank.TextStyle = TextStyles.Bold;
     this.statRating.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.statRating.AutoGrowDirection = GrowDirections.None;
     this.statRating.AutoSize = true;
     this.statRating.AutoStyle = true;
     this.statRating.BackColor = Color.Transparent;
     this.statRating.Font = new Font("Arial", 9.75f);
     this.statRating.ForeColor = Color.White;
     this.statRating.IgnoreMouseWheel = false;
     this.statRating.IsStyled = false;
     this.statRating.Location = new Point(0x58, 0x17f);
     this.statRating.Name = "statRating";
     this.statRating.Size = new Size(0x24, 0x10);
     base.ttDefault.SetSuperTip(this.statRating, null);
     this.statRating.TabIndex = 7;
     this.statRating.Text = "2258";
     this.statRating.TextStyle = TextStyles.Bold;
     this.gpgLabel3.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel3.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel3.AutoStyle = true;
     this.gpgLabel3.BackColor = Color.FromArgb(0x66, 0x66, 0x66);
     this.gpgLabel3.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgLabel3.ForeColor = Color.White;
     this.gpgLabel3.IgnoreMouseWheel = false;
     this.gpgLabel3.IsStyled = false;
     this.gpgLabel3.Location = new Point(0xb6, 0x16b);
     this.gpgLabel3.Name = "gpgLabel3";
     this.gpgLabel3.Size = new Size(0x75, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel3, null);
     this.gpgLabel3.TabIndex = 6;
     this.gpgLabel3.Text = "<LOC>Total Games";
     this.gpgLabel3.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel3.TextStyle = TextStyles.Custom;
     this.statTotalGames.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.statTotalGames.AutoGrowDirection = GrowDirections.None;
     this.statTotalGames.AutoSize = true;
     this.statTotalGames.AutoStyle = true;
     this.statTotalGames.BackColor = Color.Transparent;
     this.statTotalGames.Font = new Font("Arial", 9.75f);
     this.statTotalGames.ForeColor = Color.White;
     this.statTotalGames.IgnoreMouseWheel = false;
     this.statTotalGames.IsStyled = false;
     this.statTotalGames.Location = new Point(0xb8, 0x17f);
     this.statTotalGames.Name = "statTotalGames";
     this.statTotalGames.Size = new Size(0x1d, 0x10);
     base.ttDefault.SetSuperTip(this.statTotalGames, null);
     this.statTotalGames.TabIndex = 8;
     this.statTotalGames.Text = "152";
     this.statTotalGames.TextStyle = TextStyles.Bold;
     this.gpgLabel2.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel2.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel2.AutoStyle = true;
     this.gpgLabel2.BackColor = Color.FromArgb(0x66, 0x66, 0x66);
     this.gpgLabel2.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgLabel2.ForeColor = Color.White;
     this.gpgLabel2.IgnoreMouseWheel = false;
     this.gpgLabel2.IsStyled = false;
     this.gpgLabel2.Location = new Point(0x54, 0x16b);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x5b, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 5;
     this.gpgLabel2.Text = "<LOC>Rating";
     this.gpgLabel2.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel2.TextStyle = TextStyles.Custom;
     this.gpgLabel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.BackColor = Color.FromArgb(0x66, 0x66, 0x66);
     this.gpgLabel1.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(6, 0x16b);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x22b, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 3;
     this.gpgLabel1.Text = "<LOC>Rank";
     this.gpgLabel1.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel1.TextStyle = TextStyles.Custom;
     this.skinButtonWebVersion.Anchor = AnchorStyles.Bottom;
     this.skinButtonWebVersion.AutoStyle = true;
     this.skinButtonWebVersion.BackColor = Color.Transparent;
     this.skinButtonWebVersion.ButtonState = 0;
     this.skinButtonWebVersion.DialogResult = DialogResult.OK;
     this.skinButtonWebVersion.DisabledForecolor = Color.Gray;
     this.skinButtonWebVersion.DrawColor = Color.White;
     this.skinButtonWebVersion.DrawEdges = true;
     this.skinButtonWebVersion.FocusColor = Color.Yellow;
     this.skinButtonWebVersion.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonWebVersion.ForeColor = Color.White;
     this.skinButtonWebVersion.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonWebVersion.IsStyled = true;
     this.skinButtonWebVersion.Location = new Point(0xca, 0x20a);
     this.skinButtonWebVersion.Name = "skinButtonWebVersion";
     this.skinButtonWebVersion.Size = new Size(0xb3, 0x1a);
     this.skinButtonWebVersion.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonWebVersion, null);
     this.skinButtonWebVersion.TabIndex = 1;
     this.skinButtonWebVersion.TabStop = true;
     this.skinButtonWebVersion.Text = "<LOC>Show Web Versions";
     this.skinButtonWebVersion.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonWebVersion.TextPadding = new Padding(0);
     this.skinButtonWebVersion.Click += new EventHandler(this.skinButtonWebVersions_Click);
     this.skinLabelHeader.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabelHeader.AutoStyle = false;
     this.skinLabelHeader.BackColor = Color.Transparent;
     this.skinLabelHeader.DrawEdges = true;
     this.skinLabelHeader.Font = new Font("Verdana", 18f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.skinLabelHeader.ForeColor = Color.White;
     this.skinLabelHeader.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabelHeader.IsStyled = false;
     this.skinLabelHeader.Location = new Point(6, 8);
     this.skinLabelHeader.Name = "skinLabelHeader";
     this.skinLabelHeader.Size = new Size(0x238, 0x2f);
     this.skinLabelHeader.SkinBasePath = @"Dialog\ClanProfile\Header";
     base.ttDefault.SetSuperTip(this.skinLabelHeader, null);
     this.skinLabelHeader.TabIndex = 0;
     this.skinLabelHeader.Text = "<LOC>Clan Profile";
     this.skinLabelHeader.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabelHeader.TextPadding = new Padding(8, 0, 0, 0);
     this.pnlUserListClan.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.pnlUserListClan.AutoRefresh = true;
     this.pnlUserListClan.AutoScroll = true;
     this.pnlUserListClan.BackColor = Color.FromArgb(0x24, 0x23, 0x23);
     this.pnlUserListClan.Location = new Point(0, 0x15);
     this.pnlUserListClan.Name = "pnlUserListClan";
     this.pnlUserListClan.Size = new Size(0xfb, 0x217);
     this.pnlUserListClan.Style = UserListStyles.Clan;
     base.ttDefault.SetSuperTip(this.pnlUserListClan, null);
     this.pnlUserListClan.TabIndex = 11;
     this.skinLabelRoster.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabelRoster.AutoStyle = false;
     this.skinLabelRoster.BackColor = Color.Transparent;
     this.skinLabelRoster.Controls.Add(this.pictureBox3);
     this.skinLabelRoster.Controls.Add(this.pictureBox2);
     this.skinLabelRoster.Controls.Add(this.pictureBox1);
     this.skinLabelRoster.DrawEdges = true;
     this.skinLabelRoster.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabelRoster.ForeColor = Color.White;
     this.skinLabelRoster.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabelRoster.IsStyled = false;
     this.skinLabelRoster.Location = new Point(0, 0);
     this.skinLabelRoster.Name = "skinLabelRoster";
     this.skinLabelRoster.Size = new Size(250, 20);
     this.skinLabelRoster.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabelRoster, null);
     this.skinLabelRoster.TabIndex = 10;
     this.skinLabelRoster.Text = "<LOC>Clan Roster ({0})";
     this.skinLabelRoster.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabelRoster.TextPadding = new Padding(0x24, 0, 0, 0);
     this.pictureBox3.Image = (Image) manager.GetObject("pictureBox3.Image");
     this.pictureBox3.Location = new Point(0x17, 3);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new Size(10, 15);
     this.pictureBox3.SizeMode = PictureBoxSizeMode.AutoSize;
     base.ttDefault.SetSuperTip(this.pictureBox3, null);
     this.pictureBox3.TabIndex = 13;
     this.pictureBox3.TabStop = false;
     this.pictureBox2.Image = (Image) manager.GetObject("pictureBox2.Image");
     this.pictureBox2.Location = new Point(13, 3);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new Size(10, 15);
     this.pictureBox2.SizeMode = PictureBoxSizeMode.AutoSize;
     base.ttDefault.SetSuperTip(this.pictureBox2, null);
     this.pictureBox2.TabIndex = 12;
     this.pictureBox2.TabStop = false;
     this.pictureBox1.Image = (Image) manager.GetObject("pictureBox1.Image");
     this.pictureBox1.Location = new Point(3, 3);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new Size(10, 15);
     this.pictureBox1.SizeMode = PictureBoxSizeMode.AutoSize;
     base.ttDefault.SetSuperTip(this.pictureBox1, null);
     this.pictureBox1.TabIndex = 11;
     this.pictureBox1.TabStop = false;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x350, 0x288);
     base.Controls.Add(this.splitContainerMain);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(750, 550);
     base.Name = "DlgClanProfileEx";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "Clan Profile";
     base.Controls.SetChildIndex(this.splitContainerMain, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.splitContainerMain.Panel1.ResumeLayout(false);
     this.splitContainerMain.Panel2.ResumeLayout(false);
     this.splitContainerMain.ResumeLayout(false);
     this.skinGroupPanelClan.ResumeLayout(false);
     this.skinGroupPanelClan.PerformLayout();
     this.gpgPanelWebsite.ResumeLayout(false);
     this.gpgPanelWebsite.PerformLayout();
     ((ISupportInitialize) this.gpgPictureBoxWebsite).EndInit();
     this.gpgTextBoxWebsite.Properties.EndInit();
     ((ISupportInitialize) this.gpgPictureBoxAvatar).EndInit();
     ((ISupportInitialize) this.gpgPictureBoxEdit).EndInit();
     ((ISupportInitialize) this.gpgPictureBoxCancel).EndInit();
     ((ISupportInitialize) this.gpgPictureBoxSave).EndInit();
     this.gpgPanelDescription.ResumeLayout(false);
     this.gpgTextAreaDescription.Properties.EndInit();
     this.skinLabelRoster.ResumeLayout(false);
     this.skinLabelRoster.PerformLayout();
     ((ISupportInitialize) this.pictureBox3).EndInit();
     ((ISupportInitialize) this.pictureBox2).EndInit();
     ((ISupportInitialize) this.pictureBox1).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #9
0
 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();
 }
コード例 #10
0
ファイル: DlgTeamGame.cs プロジェクト: micheljung/gpgnetfix
 private void InitializeComponent()
 {
     GridLevelNode node = new GridLevelNode();
     GridLevelNode node2 = new GridLevelNode();
     this.gpgGroupBoxMembers = new GPGGroupBox();
     this.skinLabel2 = new SkinLabel();
     this.skinLabel3 = new SkinLabel();
     this.skinLabel1 = new SkinLabel();
     this.gpgLabel2 = new GPGLabel();
     this.gpgLabel1 = new GPGLabel();
     this.gpgLabelFaction = new GPGLabel();
     this.gpgLabelName = new GPGLabel();
     this.gpgPictureBoxPrefMap = new GPGPictureBox();
     this.skinButtonLaunch = new SkinButton();
     this.skinButtonChangeMap = new SkinButton();
     this.textBoxMsg = new GPGTextBox();
     this.gpgChatGrid = new GPGChatGrid();
     this.gvChat = new GridView();
     this.colIcon = new GridColumn();
     this.rimPictureEdit3 = new RepositoryItemPictureEdit();
     this.colPlayer = new GridColumn();
     this.rimMemoEdit3 = new RepositoryItemMemoEdit();
     this.colText = new GridColumn();
     this.gcVisible = new GridColumn();
     this.rimTextEdit = new RepositoryItemTextEdit();
     this.gpgLabel3 = new GPGLabel();
     this.gpgLabePreflMapName = new GPGLabel();
     this.gpgLabeNonPreflMapName = new GPGLabel();
     this.gpgLabel5 = new GPGLabel();
     this.gpgPictureBoxNonPrefMap = new GPGPictureBox();
     this.gpgGroupBox1 = new GPGGroupBox();
     this.skinButtonLeaveTeam = new SkinButton();
     this.gpgGroupBoxMembers.SuspendLayout();
     ((ISupportInitialize) this.gpgPictureBoxPrefMap).BeginInit();
     this.textBoxMsg.Properties.BeginInit();
     this.gpgChatGrid.BeginInit();
     this.gvChat.BeginInit();
     this.rimPictureEdit3.BeginInit();
     this.rimMemoEdit3.BeginInit();
     this.rimTextEdit.BeginInit();
     ((ISupportInitialize) this.gpgPictureBoxNonPrefMap).BeginInit();
     this.gpgGroupBox1.SuspendLayout();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgGroupBoxMembers.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgGroupBoxMembers.Controls.Add(this.skinLabel2);
     this.gpgGroupBoxMembers.Controls.Add(this.skinLabel3);
     this.gpgGroupBoxMembers.Controls.Add(this.skinLabel1);
     this.gpgGroupBoxMembers.Controls.Add(this.gpgLabel2);
     this.gpgGroupBoxMembers.Controls.Add(this.gpgLabel1);
     this.gpgGroupBoxMembers.Controls.Add(this.gpgLabelFaction);
     this.gpgGroupBoxMembers.Controls.Add(this.gpgLabelName);
     this.gpgGroupBoxMembers.Location = new Point(12, 0x53);
     this.gpgGroupBoxMembers.Name = "gpgGroupBoxMembers";
     this.gpgGroupBoxMembers.Size = new Size(0x239, 0xf2);
     base.ttDefault.SetSuperTip(this.gpgGroupBoxMembers, null);
     this.gpgGroupBoxMembers.TabIndex = 7;
     this.gpgGroupBoxMembers.TabStop = false;
     this.gpgGroupBoxMembers.Text = "<LOC>Team Members";
     this.skinLabel2.AutoStyle = false;
     this.skinLabel2.BackColor = Color.Transparent;
     this.skinLabel2.DrawEdges = false;
     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(0xcb, 0x16);
     this.skinLabel2.Name = "skinLabel2";
     this.skinLabel2.Size = new Size(0xa6, 20);
     this.skinLabel2.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel2, null);
     this.skinLabel2.TabIndex = 5;
     this.skinLabel2.Text = "<LOC>Faction";
     this.skinLabel2.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel2.TextPadding = new Padding(0);
     this.skinLabel3.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabel3.AutoStyle = false;
     this.skinLabel3.BackColor = Color.Transparent;
     this.skinLabel3.DrawEdges = true;
     this.skinLabel3.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabel3.ForeColor = Color.White;
     this.skinLabel3.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel3.IsStyled = false;
     this.skinLabel3.Location = new Point(0x16e, 0x16);
     this.skinLabel3.Name = "skinLabel3";
     this.skinLabel3.Size = new Size(0xc3, 20);
     this.skinLabel3.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel3, null);
     this.skinLabel3.TabIndex = 6;
     this.skinLabel3.Text = "<LOC>Ready";
     this.skinLabel3.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel3.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(9, 0x16);
     this.skinLabel1.Name = "skinLabel1";
     this.skinLabel1.Size = new Size(0xc4, 20);
     this.skinLabel1.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel1, null);
     this.skinLabel1.TabIndex = 4;
     this.skinLabel1.Text = "<LOC>Name";
     this.skinLabel1.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel1.TextPadding = new Padding(0);
     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(0x1a8, 0x1a);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x4c, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 3;
     this.gpgLabel2.Text = "<LOC>Ping";
     this.gpgLabel2.TextStyle = TextStyles.Bold;
     this.gpgLabel2.Visible = false;
     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(0x16b, 0x1a);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x57, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 2;
     this.gpgLabel1.Text = "<LOC>Ready";
     this.gpgLabel1.TextStyle = TextStyles.Bold;
     this.gpgLabelFaction.AutoSize = true;
     this.gpgLabelFaction.AutoStyle = true;
     this.gpgLabelFaction.Font = new Font("Arial", 9.75f);
     this.gpgLabelFaction.ForeColor = Color.White;
     this.gpgLabelFaction.IgnoreMouseWheel = false;
     this.gpgLabelFaction.IsStyled = false;
     this.gpgLabelFaction.Location = new Point(200, 0x1a);
     this.gpgLabelFaction.Name = "gpgLabelFaction";
     this.gpgLabelFaction.Size = new Size(0x5d, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelFaction, null);
     this.gpgLabelFaction.TabIndex = 1;
     this.gpgLabelFaction.Text = "<LOC>Faction";
     this.gpgLabelFaction.TextStyle = TextStyles.Bold;
     this.gpgLabelName.AutoSize = true;
     this.gpgLabelName.AutoStyle = true;
     this.gpgLabelName.Font = new Font("Arial", 9.75f);
     this.gpgLabelName.ForeColor = Color.White;
     this.gpgLabelName.IgnoreMouseWheel = false;
     this.gpgLabelName.IsStyled = false;
     this.gpgLabelName.Location = new Point(6, 0x1a);
     this.gpgLabelName.Name = "gpgLabelName";
     this.gpgLabelName.Size = new Size(0x54, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelName, null);
     this.gpgLabelName.TabIndex = 0;
     this.gpgLabelName.Text = "<LOC>Name";
     this.gpgLabelName.TextStyle = TextStyles.Bold;
     this.gpgPictureBoxPrefMap.Location = new Point(6, 0x23);
     this.gpgPictureBoxPrefMap.Name = "gpgPictureBoxPrefMap";
     this.gpgPictureBoxPrefMap.Size = new Size(0x80, 0x80);
     this.gpgPictureBoxPrefMap.SizeMode = PictureBoxSizeMode.StretchImage;
     base.ttDefault.SetSuperTip(this.gpgPictureBoxPrefMap, null);
     this.gpgPictureBoxPrefMap.TabIndex = 8;
     this.gpgPictureBoxPrefMap.TabStop = false;
     this.skinButtonLaunch.Anchor = AnchorStyles.Bottom;
     this.skinButtonLaunch.AutoStyle = true;
     this.skinButtonLaunch.BackColor = Color.Black;
     this.skinButtonLaunch.DialogResult = DialogResult.OK;
     this.skinButtonLaunch.DisabledForecolor = Color.Gray;
     this.skinButtonLaunch.DrawEdges = true;
     this.skinButtonLaunch.Enabled = false;
     this.skinButtonLaunch.FocusColor = Color.Yellow;
     this.skinButtonLaunch.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonLaunch.ForeColor = Color.White;
     this.skinButtonLaunch.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonLaunch.IsStyled = true;
     this.skinButtonLaunch.Location = new Point(0x1d3, 0x227);
     this.skinButtonLaunch.Name = "skinButtonLaunch";
     this.skinButtonLaunch.Size = new Size(130, 0x1a);
     this.skinButtonLaunch.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonLaunch, null);
     this.skinButtonLaunch.TabIndex = 9;
     this.skinButtonLaunch.Text = "<LOC>Launch";
     this.skinButtonLaunch.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonLaunch.TextPadding = new Padding(0);
     this.skinButtonLaunch.Click += new EventHandler(this.skinButtonLaunch_Click);
     this.skinButtonChangeMap.AutoStyle = true;
     this.skinButtonChangeMap.BackColor = Color.Black;
     this.skinButtonChangeMap.DialogResult = DialogResult.OK;
     this.skinButtonChangeMap.DisabledForecolor = Color.Gray;
     this.skinButtonChangeMap.DrawEdges = true;
     this.skinButtonChangeMap.Enabled = false;
     this.skinButtonChangeMap.FocusColor = Color.Yellow;
     this.skinButtonChangeMap.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonChangeMap.ForeColor = Color.White;
     this.skinButtonChangeMap.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonChangeMap.IsStyled = true;
     this.skinButtonChangeMap.Location = new Point(0x40, 210);
     this.skinButtonChangeMap.Name = "skinButtonChangeMap";
     this.skinButtonChangeMap.Size = new Size(0x9d, 0x1a);
     this.skinButtonChangeMap.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonChangeMap, null);
     this.skinButtonChangeMap.TabIndex = 10;
     this.skinButtonChangeMap.Text = "<LOC>Set Map Preferences";
     this.skinButtonChangeMap.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonChangeMap.TextPadding = new Padding(0);
     this.skinButtonChangeMap.Click += new EventHandler(this.skinButtonChangeMap_Click);
     this.textBoxMsg.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.textBoxMsg.Location = new Point(12, 0x205);
     this.textBoxMsg.Name = "textBoxMsg";
     this.textBoxMsg.Properties.Appearance.BackColor = Color.Black;
     this.textBoxMsg.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.textBoxMsg.Properties.Appearance.ForeColor = Color.White;
     this.textBoxMsg.Properties.Appearance.Options.UseBackColor = true;
     this.textBoxMsg.Properties.Appearance.Options.UseBorderColor = true;
     this.textBoxMsg.Properties.Appearance.Options.UseForeColor = true;
     this.textBoxMsg.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.textBoxMsg.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.textBoxMsg.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.textBoxMsg.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.textBoxMsg.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.textBoxMsg.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.textBoxMsg.Properties.BorderStyle = BorderStyles.Simple;
     this.textBoxMsg.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.textBoxMsg.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.textBoxMsg.Size = new Size(850, 20);
     this.textBoxMsg.TabIndex = 11;
     this.gpgChatGrid.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgChatGrid.CustomizeStyle = true;
     this.gpgChatGrid.EmbeddedNavigator.Name = "";
     this.gpgChatGrid.Font = new Font("Arial", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgChatGrid.IgnoreMouseWheel = false;
     node.RelationName = "Level1";
     node2.RelationName = "Level2";
     this.gpgChatGrid.LevelTree.Nodes.AddRange(new GridLevelNode[] { node, node2 });
     this.gpgChatGrid.Location = new Point(12, 0x151);
     this.gpgChatGrid.MainView = this.gvChat;
     this.gpgChatGrid.Name = "gpgChatGrid";
     this.gpgChatGrid.RepositoryItems.AddRange(new RepositoryItem[] { this.rimPictureEdit3, this.rimTextEdit, this.rimMemoEdit3 });
     this.gpgChatGrid.ShowOnlyPredefinedDetails = true;
     this.gpgChatGrid.Size = new Size(850, 170);
     this.gpgChatGrid.TabIndex = 12;
     this.gpgChatGrid.ViewCollection.AddRange(new BaseView[] { this.gvChat });
     this.gvChat.Appearance.ColumnFilterButton.BackColor = Color.Black;
     this.gvChat.Appearance.ColumnFilterButton.BackColor2 = Color.FromArgb(20, 20, 20);
     this.gvChat.Appearance.ColumnFilterButton.BorderColor = Color.Black;
     this.gvChat.Appearance.ColumnFilterButton.ForeColor = Color.Gray;
     this.gvChat.Appearance.ColumnFilterButton.Options.UseBackColor = true;
     this.gvChat.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
     this.gvChat.Appearance.ColumnFilterButton.Options.UseForeColor = true;
     this.gvChat.Appearance.ColumnFilterButtonActive.BackColor = Color.FromArgb(20, 20, 20);
     this.gvChat.Appearance.ColumnFilterButtonActive.BackColor2 = Color.FromArgb(0x4e, 0x4e, 0x4e);
     this.gvChat.Appearance.ColumnFilterButtonActive.BorderColor = Color.FromArgb(20, 20, 20);
     this.gvChat.Appearance.ColumnFilterButtonActive.ForeColor = Color.Blue;
     this.gvChat.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
     this.gvChat.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
     this.gvChat.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
     this.gvChat.Appearance.Empty.BackColor = Color.Black;
     this.gvChat.Appearance.Empty.Options.UseBackColor = true;
     this.gvChat.Appearance.FilterCloseButton.BackColor = Color.FromArgb(0xd4, 0xd0, 200);
     this.gvChat.Appearance.FilterCloseButton.BackColor2 = Color.FromArgb(90, 90, 90);
     this.gvChat.Appearance.FilterCloseButton.BorderColor = Color.FromArgb(0xd4, 0xd0, 200);
     this.gvChat.Appearance.FilterCloseButton.ForeColor = Color.Black;
     this.gvChat.Appearance.FilterCloseButton.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gvChat.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.gvChat.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.gvChat.Appearance.FilterCloseButton.Options.UseForeColor = true;
     this.gvChat.Appearance.FilterPanel.BackColor = Color.Black;
     this.gvChat.Appearance.FilterPanel.BackColor2 = Color.FromArgb(0xd4, 0xd0, 200);
     this.gvChat.Appearance.FilterPanel.ForeColor = Color.White;
     this.gvChat.Appearance.FilterPanel.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gvChat.Appearance.FilterPanel.Options.UseBackColor = true;
     this.gvChat.Appearance.FilterPanel.Options.UseForeColor = true;
     this.gvChat.Appearance.FixedLine.BackColor = Color.FromArgb(0x3a, 0x3a, 0x3a);
     this.gvChat.Appearance.FixedLine.Options.UseBackColor = true;
     this.gvChat.Appearance.FocusedCell.BackColor = Color.Black;
     this.gvChat.Appearance.FocusedCell.Font = new Font("Tahoma", 10f);
     this.gvChat.Appearance.FocusedCell.ForeColor = Color.White;
     this.gvChat.Appearance.FocusedCell.Options.UseBackColor = true;
     this.gvChat.Appearance.FocusedCell.Options.UseFont = true;
     this.gvChat.Appearance.FocusedCell.Options.UseForeColor = true;
     this.gvChat.Appearance.FocusedRow.BackColor = Color.FromArgb(0x40, 0x40, 0x40);
     this.gvChat.Appearance.FocusedRow.BackColor2 = Color.Black;
     this.gvChat.Appearance.FocusedRow.Font = new Font("Arial", 9.75f, FontStyle.Bold);
     this.gvChat.Appearance.FocusedRow.ForeColor = Color.White;
     this.gvChat.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvChat.Appearance.FocusedRow.Options.UseFont = true;
     this.gvChat.Appearance.FocusedRow.Options.UseForeColor = true;
     this.gvChat.Appearance.FooterPanel.BackColor = Color.Black;
     this.gvChat.Appearance.FooterPanel.BorderColor = Color.Black;
     this.gvChat.Appearance.FooterPanel.Font = new Font("Tahoma", 10f);
     this.gvChat.Appearance.FooterPanel.ForeColor = Color.White;
     this.gvChat.Appearance.FooterPanel.Options.UseBackColor = true;
     this.gvChat.Appearance.FooterPanel.Options.UseBorderColor = true;
     this.gvChat.Appearance.FooterPanel.Options.UseFont = true;
     this.gvChat.Appearance.FooterPanel.Options.UseForeColor = true;
     this.gvChat.Appearance.GroupButton.BackColor = Color.Black;
     this.gvChat.Appearance.GroupButton.BorderColor = Color.Black;
     this.gvChat.Appearance.GroupButton.ForeColor = Color.White;
     this.gvChat.Appearance.GroupButton.Options.UseBackColor = true;
     this.gvChat.Appearance.GroupButton.Options.UseBorderColor = true;
     this.gvChat.Appearance.GroupButton.Options.UseForeColor = true;
     this.gvChat.Appearance.GroupFooter.BackColor = Color.FromArgb(10, 10, 10);
     this.gvChat.Appearance.GroupFooter.BorderColor = Color.FromArgb(10, 10, 10);
     this.gvChat.Appearance.GroupFooter.ForeColor = Color.White;
     this.gvChat.Appearance.GroupFooter.Options.UseBackColor = true;
     this.gvChat.Appearance.GroupFooter.Options.UseBorderColor = true;
     this.gvChat.Appearance.GroupFooter.Options.UseForeColor = true;
     this.gvChat.Appearance.GroupPanel.BackColor = Color.Black;
     this.gvChat.Appearance.GroupPanel.BackColor2 = Color.White;
     this.gvChat.Appearance.GroupPanel.Font = new Font("Tahoma", 10f, FontStyle.Bold);
     this.gvChat.Appearance.GroupPanel.ForeColor = Color.White;
     this.gvChat.Appearance.GroupPanel.Options.UseBackColor = true;
     this.gvChat.Appearance.GroupPanel.Options.UseFont = true;
     this.gvChat.Appearance.GroupPanel.Options.UseForeColor = true;
     this.gvChat.Appearance.GroupRow.BackColor = Color.Gray;
     this.gvChat.Appearance.GroupRow.Font = new Font("Tahoma", 10f);
     this.gvChat.Appearance.GroupRow.ForeColor = Color.White;
     this.gvChat.Appearance.GroupRow.Options.UseBackColor = true;
     this.gvChat.Appearance.GroupRow.Options.UseFont = true;
     this.gvChat.Appearance.GroupRow.Options.UseForeColor = true;
     this.gvChat.Appearance.HeaderPanel.BackColor = Color.Black;
     this.gvChat.Appearance.HeaderPanel.BorderColor = Color.Black;
     this.gvChat.Appearance.HeaderPanel.Font = new Font("Tahoma", 10f, FontStyle.Bold);
     this.gvChat.Appearance.HeaderPanel.ForeColor = Color.White;
     this.gvChat.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gvChat.Appearance.HeaderPanel.Options.UseBorderColor = true;
     this.gvChat.Appearance.HeaderPanel.Options.UseFont = true;
     this.gvChat.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.gvChat.Appearance.HideSelectionRow.BackColor = Color.Black;
     this.gvChat.Appearance.HideSelectionRow.Font = new Font("Tahoma", 10f);
     this.gvChat.Appearance.HideSelectionRow.ForeColor = Color.FromArgb(0xd4, 0xd0, 200);
     this.gvChat.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gvChat.Appearance.HideSelectionRow.Options.UseFont = true;
     this.gvChat.Appearance.HideSelectionRow.Options.UseForeColor = true;
     this.gvChat.Appearance.HorzLine.BackColor = Color.Yellow;
     this.gvChat.Appearance.HorzLine.Options.UseBackColor = true;
     this.gvChat.Appearance.Preview.BackColor = Color.White;
     this.gvChat.Appearance.Preview.Font = new Font("Tahoma", 10f);
     this.gvChat.Appearance.Preview.ForeColor = Color.Purple;
     this.gvChat.Appearance.Preview.Options.UseBackColor = true;
     this.gvChat.Appearance.Preview.Options.UseFont = true;
     this.gvChat.Appearance.Preview.Options.UseForeColor = true;
     this.gvChat.Appearance.Row.BackColor = Color.Black;
     this.gvChat.Appearance.Row.Font = new Font("Arial", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0xb2);
     this.gvChat.Appearance.Row.ForeColor = Color.White;
     this.gvChat.Appearance.Row.Options.UseBackColor = true;
     this.gvChat.Appearance.Row.Options.UseFont = true;
     this.gvChat.Appearance.Row.Options.UseForeColor = true;
     this.gvChat.Appearance.RowSeparator.BackColor = Color.White;
     this.gvChat.Appearance.RowSeparator.BackColor2 = Color.White;
     this.gvChat.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gvChat.Appearance.SelectedRow.BackColor = Color.FromArgb(0x40, 0x40, 0x40);
     this.gvChat.Appearance.SelectedRow.BackColor2 = Color.Black;
     this.gvChat.Appearance.SelectedRow.Font = new Font("Arial", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gvChat.Appearance.SelectedRow.ForeColor = Color.White;
     this.gvChat.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvChat.Appearance.SelectedRow.Options.UseFont = true;
     this.gvChat.Appearance.SelectedRow.Options.UseForeColor = true;
     this.gvChat.Appearance.TopNewRow.Font = new Font("Tahoma", 10f);
     this.gvChat.Appearance.TopNewRow.ForeColor = Color.White;
     this.gvChat.Appearance.TopNewRow.Options.UseFont = true;
     this.gvChat.Appearance.TopNewRow.Options.UseForeColor = true;
     this.gvChat.Appearance.VertLine.BackColor = Color.Yellow;
     this.gvChat.Appearance.VertLine.Options.UseBackColor = true;
     this.gvChat.BorderStyle = BorderStyles.NoBorder;
     this.gvChat.Columns.AddRange(new GridColumn[] { this.colIcon, this.colPlayer, this.colText, this.gcVisible });
     this.gvChat.GridControl = this.gpgChatGrid;
     this.gvChat.Name = "gvChat";
     this.gvChat.OptionsDetail.AllowZoomDetail = false;
     this.gvChat.OptionsDetail.EnableMasterViewMode = false;
     this.gvChat.OptionsDetail.ShowDetailTabs = false;
     this.gvChat.OptionsDetail.SmartDetailExpand = false;
     this.gvChat.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvChat.OptionsSelection.MultiSelect = true;
     this.gvChat.OptionsView.RowAutoHeight = true;
     this.gvChat.OptionsView.ShowColumnHeaders = false;
     this.gvChat.OptionsView.ShowFilterPanelMode = ShowFilterPanelMode.Never;
     this.gvChat.OptionsView.ShowGroupPanel = false;
     this.gvChat.OptionsView.ShowHorzLines = false;
     this.gvChat.OptionsView.ShowIndicator = false;
     this.gvChat.OptionsView.ShowVertLines = false;
     this.colIcon.Caption = "Player Icon";
     this.colIcon.ColumnEdit = this.rimPictureEdit3;
     this.colIcon.FieldName = "Icon";
     this.colIcon.Name = "colIcon";
     this.colIcon.OptionsColumn.AllowEdit = false;
     this.colIcon.OptionsColumn.FixedWidth = true;
     this.colIcon.OptionsColumn.ReadOnly = true;
     this.colIcon.Width = 40;
     this.rimPictureEdit3.Name = "rimPictureEdit3";
     this.rimPictureEdit3.PictureAlignment = ContentAlignment.TopCenter;
     this.colPlayer.Caption = "Player Name";
     this.colPlayer.ColumnEdit = this.rimMemoEdit3;
     this.colPlayer.FieldName = "PlayerInfo";
     this.colPlayer.Name = "colPlayer";
     this.colPlayer.OptionsColumn.AllowEdit = false;
     this.colPlayer.OptionsColumn.FixedWidth = true;
     this.colPlayer.OptionsColumn.ReadOnly = true;
     this.colPlayer.Visible = true;
     this.colPlayer.VisibleIndex = 0;
     this.colPlayer.Width = 150;
     this.rimMemoEdit3.MaxLength = 500;
     this.rimMemoEdit3.Name = "rimMemoEdit3";
     this.colText.Caption = "Chat Content";
     this.colText.ColumnEdit = this.rimMemoEdit3;
     this.colText.FieldName = "Text";
     this.colText.Name = "colText";
     this.colText.OptionsColumn.AllowEdit = false;
     this.colText.OptionsColumn.ReadOnly = true;
     this.colText.Visible = true;
     this.colText.VisibleIndex = 1;
     this.colText.Width = 0x120;
     this.gcVisible.Caption = "gcVisible";
     this.gcVisible.FieldName = "IsVisible";
     this.gcVisible.Name = "gcVisible";
     this.rimTextEdit.AutoHeight = false;
     this.rimTextEdit.Name = "rimTextEdit";
     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(3, 0x10);
     this.gpgLabel3.Name = "gpgLabel3";
     this.gpgLabel3.Size = new Size(0x83, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel3, null);
     this.gpgLabel3.TabIndex = 13;
     this.gpgLabel3.Text = "<LOC>Thumbs Up";
     this.gpgLabel3.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabel3.TextStyle = TextStyles.Bold;
     this.gpgLabePreflMapName.AutoStyle = true;
     this.gpgLabePreflMapName.Font = new Font("Arial", 9.75f);
     this.gpgLabePreflMapName.ForeColor = Color.White;
     this.gpgLabePreflMapName.IgnoreMouseWheel = false;
     this.gpgLabePreflMapName.IsStyled = false;
     this.gpgLabePreflMapName.Location = new Point(3, 0xa6);
     this.gpgLabePreflMapName.Name = "gpgLabePreflMapName";
     this.gpgLabePreflMapName.Size = new Size(0x83, 0x29);
     base.ttDefault.SetSuperTip(this.gpgLabePreflMapName, null);
     this.gpgLabePreflMapName.TabIndex = 14;
     this.gpgLabePreflMapName.Text = "Map Name";
     this.gpgLabePreflMapName.TextAlign = ContentAlignment.TopCenter;
     this.gpgLabePreflMapName.TextStyle = TextStyles.Default;
     this.gpgLabeNonPreflMapName.AutoStyle = true;
     this.gpgLabeNonPreflMapName.Font = new Font("Arial", 9.75f);
     this.gpgLabeNonPreflMapName.ForeColor = Color.White;
     this.gpgLabeNonPreflMapName.IgnoreMouseWheel = false;
     this.gpgLabeNonPreflMapName.IsStyled = false;
     this.gpgLabeNonPreflMapName.Location = new Point(140, 0xa6);
     this.gpgLabeNonPreflMapName.Name = "gpgLabeNonPreflMapName";
     this.gpgLabeNonPreflMapName.Size = new Size(0x80, 0x29);
     base.ttDefault.SetSuperTip(this.gpgLabeNonPreflMapName, null);
     this.gpgLabeNonPreflMapName.TabIndex = 0x11;
     this.gpgLabeNonPreflMapName.Text = "Map Name";
     this.gpgLabeNonPreflMapName.TextAlign = ContentAlignment.TopCenter;
     this.gpgLabeNonPreflMapName.TextStyle = TextStyles.Default;
     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(0x89, 0x10);
     this.gpgLabel5.Name = "gpgLabel5";
     this.gpgLabel5.Size = new Size(0x83, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel5, null);
     this.gpgLabel5.TabIndex = 0x10;
     this.gpgLabel5.Text = "<LOC>Thumbs down";
     this.gpgLabel5.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabel5.TextStyle = TextStyles.Bold;
     this.gpgPictureBoxNonPrefMap.Location = new Point(140, 0x23);
     this.gpgPictureBoxNonPrefMap.Name = "gpgPictureBoxNonPrefMap";
     this.gpgPictureBoxNonPrefMap.Size = new Size(0x80, 0x80);
     this.gpgPictureBoxNonPrefMap.SizeMode = PictureBoxSizeMode.StretchImage;
     base.ttDefault.SetSuperTip(this.gpgPictureBoxNonPrefMap, null);
     this.gpgPictureBoxNonPrefMap.TabIndex = 15;
     this.gpgPictureBoxNonPrefMap.TabStop = false;
     this.gpgGroupBox1.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgGroupBox1.Controls.Add(this.gpgLabel3);
     this.gpgGroupBox1.Controls.Add(this.gpgLabeNonPreflMapName);
     this.gpgGroupBox1.Controls.Add(this.gpgPictureBoxPrefMap);
     this.gpgGroupBox1.Controls.Add(this.gpgLabel5);
     this.gpgGroupBox1.Controls.Add(this.skinButtonChangeMap);
     this.gpgGroupBox1.Controls.Add(this.gpgPictureBoxNonPrefMap);
     this.gpgGroupBox1.Controls.Add(this.gpgLabePreflMapName);
     this.gpgGroupBox1.Location = new Point(0x24b, 0x53);
     this.gpgGroupBox1.Name = "gpgGroupBox1";
     this.gpgGroupBox1.Size = new Size(0x113, 0xf2);
     base.ttDefault.SetSuperTip(this.gpgGroupBox1, null);
     this.gpgGroupBox1.TabIndex = 0x12;
     this.gpgGroupBox1.TabStop = false;
     this.gpgGroupBox1.Text = "<LOC>Current Map Preferences";
     this.skinButtonLeaveTeam.Anchor = AnchorStyles.Bottom;
     this.skinButtonLeaveTeam.AutoStyle = true;
     this.skinButtonLeaveTeam.BackColor = Color.Black;
     this.skinButtonLeaveTeam.DialogResult = DialogResult.OK;
     this.skinButtonLeaveTeam.DisabledForecolor = Color.Gray;
     this.skinButtonLeaveTeam.DrawEdges = true;
     this.skinButtonLeaveTeam.FocusColor = Color.Yellow;
     this.skinButtonLeaveTeam.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonLeaveTeam.ForeColor = Color.White;
     this.skinButtonLeaveTeam.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonLeaveTeam.IsStyled = true;
     this.skinButtonLeaveTeam.Location = new Point(0x14b, 0x227);
     this.skinButtonLeaveTeam.Name = "skinButtonLeaveTeam";
     this.skinButtonLeaveTeam.Size = new Size(130, 0x1a);
     this.skinButtonLeaveTeam.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonLeaveTeam, null);
     this.skinButtonLeaveTeam.TabIndex = 10;
     this.skinButtonLeaveTeam.Text = "<LOC>Disband";
     this.skinButtonLeaveTeam.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonLeaveTeam.TextPadding = new Padding(0);
     this.skinButtonLeaveTeam.Click += new EventHandler(this.skinButtonLeaveTeam_Click);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x369, 640);
     base.Controls.Add(this.skinButtonLeaveTeam);
     base.Controls.Add(this.gpgGroupBox1);
     base.Controls.Add(this.gpgChatGrid);
     base.Controls.Add(this.textBoxMsg);
     base.Controls.Add(this.skinButtonLaunch);
     base.Controls.Add(this.gpgGroupBoxMembers);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x369, 640);
     base.Name = "DlgTeamGame";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Team Selection";
     base.Controls.SetChildIndex(this.gpgGroupBoxMembers, 0);
     base.Controls.SetChildIndex(this.skinButtonLaunch, 0);
     base.Controls.SetChildIndex(this.textBoxMsg, 0);
     base.Controls.SetChildIndex(this.gpgChatGrid, 0);
     base.Controls.SetChildIndex(this.gpgGroupBox1, 0);
     base.Controls.SetChildIndex(this.skinButtonLeaveTeam, 0);
     this.gpgGroupBoxMembers.ResumeLayout(false);
     this.gpgGroupBoxMembers.PerformLayout();
     ((ISupportInitialize) this.gpgPictureBoxPrefMap).EndInit();
     this.textBoxMsg.Properties.EndInit();
     this.gpgChatGrid.EndInit();
     this.gvChat.EndInit();
     this.rimPictureEdit3.EndInit();
     this.rimMemoEdit3.EndInit();
     this.rimTextEdit.EndInit();
     ((ISupportInitialize) this.gpgPictureBoxNonPrefMap).EndInit();
     this.gpgGroupBox1.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #11
0
ファイル: DlgReplayInfo.cs プロジェクト: micheljung/gpgnetfix
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(DlgReplayInfo));
     this.gpgLabel1 = new GPGLabel();
     this.gpgLabelPlayerName = new GPGLabel();
     this.gpgTextBoxLink = new GPGTextBox();
     this.gpgLabel = new GPGLabel();
     this.gpgLabelOpponent = new GPGLabel();
     this.gpgLabel4 = new GPGLabel();
     this.skinLabelTitle = new SkinLabel();
     this.gpgPictureBoxStars = new GPGPictureBox();
     this.gpgLabelMap = new GPGLabel();
     this.gpgLabelDate = new GPGLabel();
     this.gpgLabel6 = new GPGLabel();
     this.skinButtonDownload = new SkinButton();
     this.skinButtonCopyLink = new SkinButton();
     this.gpgGroupBoxRate = new GPGGroupBox();
     this.skinButtonSubmitRating = new SkinButton();
     this.gpgRadioButton10 = new GPGRadioButton();
     this.gpgRadioButton9 = new GPGRadioButton();
     this.gpgRadioButton8 = new GPGRadioButton();
     this.gpgRadioButton7 = new GPGRadioButton();
     this.gpgRadioButton6 = new GPGRadioButton();
     this.gpgRadioButton5 = new GPGRadioButton();
     this.gpgRadioButton4 = new GPGRadioButton();
     this.gpgRadioButton3 = new GPGRadioButton();
     this.gpgRadioButton2 = new GPGRadioButton();
     this.gpgRadioButton1 = new GPGRadioButton();
     this.gpgLabel3 = new GPGLabel();
     this.gpgLabelDescription = new GPGLabel();
     this.gpgPanelActions = new GPGPanel();
     this.gpgLabelRating = new GPGLabel();
     this.gpgLabel5 = new GPGLabel();
     this.gpgLabel2 = new GPGLabel();
     this.gpgLabelDownloads = new GPGLabel();
     this.gpgLabel8 = new GPGLabel();
     this.gpgLabelRatingCount = new GPGLabel();
     this.gpgGroupBoxComments = new GPGGroupBox();
     this.skinButtonPostComment = new SkinButton();
     this.gpgPanelComments = new GPGPanel();
     this.gpgLabelNoComments = new GPGLabel();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgTextBoxLink.Properties.BeginInit();
     ((ISupportInitialize) this.gpgPictureBoxStars).BeginInit();
     this.gpgGroupBoxRate.SuspendLayout();
     this.gpgPanelActions.SuspendLayout();
     this.gpgGroupBoxComments.SuspendLayout();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x21f, 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, 0x9c);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x57, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 7;
     this.gpgLabel1.Text = "<LOC>Player";
     this.gpgLabel1.TextStyle = TextStyles.Bold;
     this.gpgLabelPlayerName.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelPlayerName.AutoSize = true;
     this.gpgLabelPlayerName.AutoStyle = true;
     this.gpgLabelPlayerName.Font = new Font("Arial", 9.75f);
     this.gpgLabelPlayerName.ForeColor = Color.ForestGreen;
     this.gpgLabelPlayerName.IgnoreMouseWheel = false;
     this.gpgLabelPlayerName.IsStyled = false;
     this.gpgLabelPlayerName.Location = new Point(12, 0xac);
     this.gpgLabelPlayerName.Name = "gpgLabelPlayerName";
     this.gpgLabelPlayerName.Size = new Size(0x43, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelPlayerName, null);
     this.gpgLabelPlayerName.TabIndex = 8;
     this.gpgLabelPlayerName.Text = "gpgLabel2";
     this.gpgLabelPlayerName.TextStyle = TextStyles.ColoredBold;
     this.gpgTextBoxLink.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgTextBoxLink.Location = new Point(0, 0x16);
     this.gpgTextBoxLink.Name = "gpgTextBoxLink";
     this.gpgTextBoxLink.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxLink.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxLink.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxLink.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxLink.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxLink.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxLink.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxLink.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxLink.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxLink.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxLink.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxLink.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxLink.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxLink.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxLink.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxLink.Properties.ReadOnly = true;
     this.gpgTextBoxLink.Size = new Size(0x15b, 20);
     this.gpgTextBoxLink.TabIndex = 9;
     this.gpgLabel.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel.AutoSize = true;
     this.gpgLabel.AutoStyle = true;
     this.gpgLabel.Font = new Font("Arial", 9.75f);
     this.gpgLabel.ForeColor = Color.White;
     this.gpgLabel.IgnoreMouseWheel = false;
     this.gpgLabel.IsStyled = false;
     this.gpgLabel.Location = new Point(-3, 3);
     this.gpgLabel.Name = "gpgLabel";
     this.gpgLabel.Size = new Size(0x69, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel, null);
     this.gpgLabel.TabIndex = 10;
     this.gpgLabel.Text = "<LOC>Chat Link";
     this.gpgLabel.TextStyle = TextStyles.Default;
     this.gpgLabelOpponent.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgLabelOpponent.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelOpponent.AutoStyle = true;
     this.gpgLabelOpponent.Font = new Font("Arial", 9.75f);
     this.gpgLabelOpponent.ForeColor = Color.Crimson;
     this.gpgLabelOpponent.IgnoreMouseWheel = false;
     this.gpgLabelOpponent.IsStyled = false;
     this.gpgLabelOpponent.Location = new Point(12, 0xd4);
     this.gpgLabelOpponent.Name = "gpgLabelOpponent";
     this.gpgLabelOpponent.Size = new Size(0x132, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelOpponent, null);
     this.gpgLabelOpponent.TabIndex = 12;
     this.gpgLabelOpponent.Text = "gpgLabel2";
     this.gpgLabelOpponent.TextStyle = TextStyles.ColoredBold;
     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(12, 0xc4);
     this.gpgLabel4.Name = "gpgLabel4";
     this.gpgLabel4.Size = new Size(130, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel4, null);
     this.gpgLabel4.TabIndex = 11;
     this.gpgLabel4.Text = "<LOC>Other Players";
     this.gpgLabel4.TextStyle = TextStyles.Bold;
     this.skinLabelTitle.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabelTitle.AutoStyle = false;
     this.skinLabelTitle.BackColor = Color.Transparent;
     this.skinLabelTitle.DrawEdges = true;
     this.skinLabelTitle.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabelTitle.ForeColor = Color.White;
     this.skinLabelTitle.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabelTitle.IsStyled = false;
     this.skinLabelTitle.Location = new Point(6, 0x53);
     this.skinLabelTitle.Name = "skinLabelTitle";
     this.skinLabelTitle.Size = new Size(590, 20);
     this.skinLabelTitle.SkinBasePath = @"Controls\Background Label\Rectangle";
     base.ttDefault.SetSuperTip(this.skinLabelTitle, null);
     this.skinLabelTitle.TabIndex = 13;
     this.skinLabelTitle.Text = "Title";
     this.skinLabelTitle.TextAlign = ContentAlignment.MiddleCenter;
     this.skinLabelTitle.TextPadding = new Padding(0);
     this.gpgPictureBoxStars.Image = (Image) manager.GetObject("gpgPictureBoxStars.Image");
     this.gpgPictureBoxStars.Location = new Point(15, 0x84);
     this.gpgPictureBoxStars.Name = "gpgPictureBoxStars";
     this.gpgPictureBoxStars.Size = new Size(0x6f, 0x17);
     base.ttDefault.SetSuperTip(this.gpgPictureBoxStars, null);
     this.gpgPictureBoxStars.TabIndex = 0x1b;
     this.gpgPictureBoxStars.TabStop = false;
     this.gpgLabelMap.Anchor = AnchorStyles.Top;
     this.gpgLabelMap.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelMap.AutoSize = true;
     this.gpgLabelMap.AutoStyle = true;
     this.gpgLabelMap.Font = new Font("Arial", 9.75f);
     this.gpgLabelMap.ForeColor = Color.White;
     this.gpgLabelMap.IgnoreMouseWheel = false;
     this.gpgLabelMap.IsStyled = false;
     this.gpgLabelMap.Location = new Point(0x137, 0xac);
     this.gpgLabelMap.Name = "gpgLabelMap";
     this.gpgLabelMap.Size = new Size(0x43, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelMap, null);
     this.gpgLabelMap.TabIndex = 15;
     this.gpgLabelMap.Text = "gpgLabel2";
     this.gpgLabelMap.TextStyle = TextStyles.Default;
     this.gpgLabelDate.Anchor = AnchorStyles.Top;
     this.gpgLabelDate.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelDate.AutoSize = true;
     this.gpgLabelDate.AutoStyle = true;
     this.gpgLabelDate.Font = new Font("Arial", 9.75f);
     this.gpgLabelDate.ForeColor = Color.White;
     this.gpgLabelDate.IgnoreMouseWheel = false;
     this.gpgLabelDate.IsStyled = false;
     this.gpgLabelDate.Location = new Point(0x137, 0x84);
     this.gpgLabelDate.Name = "gpgLabelDate";
     this.gpgLabelDate.Size = new Size(0x43, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelDate, null);
     this.gpgLabelDate.TabIndex = 0x11;
     this.gpgLabelDate.Text = "gpgLabel2";
     this.gpgLabelDate.TextStyle = TextStyles.Default;
     this.gpgLabel6.Anchor = AnchorStyles.Top;
     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(0x137, 0x74);
     this.gpgLabel6.Name = "gpgLabel6";
     this.gpgLabel6.Size = new Size(0x4d, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel6, null);
     this.gpgLabel6.TabIndex = 0x10;
     this.gpgLabel6.Text = "<LOC>Date";
     this.gpgLabel6.TextStyle = TextStyles.Bold;
     this.skinButtonDownload.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonDownload.AutoStyle = true;
     this.skinButtonDownload.BackColor = Color.Black;
     this.skinButtonDownload.ButtonState = 0;
     this.skinButtonDownload.DialogResult = DialogResult.OK;
     this.skinButtonDownload.DisabledForecolor = Color.Gray;
     this.skinButtonDownload.DrawColor = Color.White;
     this.skinButtonDownload.DrawEdges = true;
     this.skinButtonDownload.FocusColor = Color.Yellow;
     this.skinButtonDownload.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonDownload.ForeColor = Color.White;
     this.skinButtonDownload.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonDownload.IsStyled = true;
     this.skinButtonDownload.Location = new Point(0x1b1, 0x15);
     this.skinButtonDownload.Name = "skinButtonDownload";
     this.skinButtonDownload.Size = new Size(0x88, 0x15);
     this.skinButtonDownload.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonDownload, null);
     this.skinButtonDownload.TabIndex = 20;
     this.skinButtonDownload.TabStop = true;
     this.skinButtonDownload.Text = "<LOC>Download";
     this.skinButtonDownload.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonDownload.TextPadding = new Padding(0);
     this.skinButtonDownload.Click += new EventHandler(this.skinButtonDownload_Click);
     this.skinButtonCopyLink.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonCopyLink.AutoStyle = true;
     this.skinButtonCopyLink.BackColor = Color.Black;
     this.skinButtonCopyLink.ButtonState = 0;
     this.skinButtonCopyLink.DialogResult = DialogResult.OK;
     this.skinButtonCopyLink.DisabledForecolor = Color.Gray;
     this.skinButtonCopyLink.DrawColor = Color.White;
     this.skinButtonCopyLink.DrawEdges = true;
     this.skinButtonCopyLink.FocusColor = Color.Yellow;
     this.skinButtonCopyLink.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonCopyLink.ForeColor = Color.White;
     this.skinButtonCopyLink.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonCopyLink.IsStyled = true;
     this.skinButtonCopyLink.Location = new Point(0x161, 0x15);
     this.skinButtonCopyLink.Name = "skinButtonCopyLink";
     this.skinButtonCopyLink.Size = new Size(0x4a, 0x15);
     this.skinButtonCopyLink.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonCopyLink, null);
     this.skinButtonCopyLink.TabIndex = 0x15;
     this.skinButtonCopyLink.TabStop = true;
     this.skinButtonCopyLink.Text = "<LOC>Copy";
     this.skinButtonCopyLink.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonCopyLink.TextPadding = new Padding(0);
     this.skinButtonCopyLink.Click += new EventHandler(this.skinButtonCopyLink_Click);
     this.gpgGroupBoxRate.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgGroupBoxRate.Controls.Add(this.skinButtonSubmitRating);
     this.gpgGroupBoxRate.Controls.Add(this.gpgRadioButton10);
     this.gpgGroupBoxRate.Controls.Add(this.gpgRadioButton9);
     this.gpgGroupBoxRate.Controls.Add(this.gpgRadioButton8);
     this.gpgGroupBoxRate.Controls.Add(this.gpgRadioButton7);
     this.gpgGroupBoxRate.Controls.Add(this.gpgRadioButton6);
     this.gpgGroupBoxRate.Controls.Add(this.gpgRadioButton5);
     this.gpgGroupBoxRate.Controls.Add(this.gpgRadioButton4);
     this.gpgGroupBoxRate.Controls.Add(this.gpgRadioButton3);
     this.gpgGroupBoxRate.Controls.Add(this.gpgRadioButton2);
     this.gpgGroupBoxRate.Controls.Add(this.gpgRadioButton1);
     this.gpgGroupBoxRate.Location = new Point(15, 0x1c8);
     this.gpgGroupBoxRate.Name = "gpgGroupBoxRate";
     this.gpgGroupBoxRate.Size = new Size(0x23f, 50);
     base.ttDefault.SetSuperTip(this.gpgGroupBoxRate, null);
     this.gpgGroupBoxRate.TabIndex = 0x16;
     this.gpgGroupBoxRate.TabStop = false;
     this.gpgGroupBoxRate.Text = "<LOC>Rate this replay";
     this.skinButtonSubmitRating.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.skinButtonSubmitRating.AutoStyle = true;
     this.skinButtonSubmitRating.BackColor = Color.Black;
     this.skinButtonSubmitRating.ButtonState = 0;
     this.skinButtonSubmitRating.DialogResult = DialogResult.OK;
     this.skinButtonSubmitRating.DisabledForecolor = Color.Gray;
     this.skinButtonSubmitRating.DrawColor = Color.White;
     this.skinButtonSubmitRating.DrawEdges = true;
     this.skinButtonSubmitRating.FocusColor = Color.Yellow;
     this.skinButtonSubmitRating.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSubmitRating.ForeColor = Color.White;
     this.skinButtonSubmitRating.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonSubmitRating.IsStyled = true;
     this.skinButtonSubmitRating.Location = new Point(0x1c8, 0x11);
     this.skinButtonSubmitRating.Name = "skinButtonSubmitRating";
     this.skinButtonSubmitRating.Size = new Size(0x71, 0x15);
     this.skinButtonSubmitRating.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonSubmitRating, null);
     this.skinButtonSubmitRating.TabIndex = 10;
     this.skinButtonSubmitRating.TabStop = true;
     this.skinButtonSubmitRating.Text = "<LOC>Submit";
     this.skinButtonSubmitRating.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSubmitRating.TextPadding = new Padding(0);
     this.skinButtonSubmitRating.Click += new EventHandler(this.skinButtonSubmitRating_Click);
     this.gpgRadioButton10.Anchor = AnchorStyles.Top;
     this.gpgRadioButton10.AutoSize = true;
     this.gpgRadioButton10.Location = new Point(0x17d, 20);
     this.gpgRadioButton10.Name = "gpgRadioButton10";
     this.gpgRadioButton10.Size = new Size(0x51, 0x11);
     base.ttDefault.SetSuperTip(this.gpgRadioButton10, null);
     this.gpgRadioButton10.TabIndex = 9;
     this.gpgRadioButton10.Text = "<LOC>10";
     this.gpgRadioButton10.UseVisualStyleBackColor = true;
     this.gpgRadioButton9.Anchor = AnchorStyles.Top;
     this.gpgRadioButton9.AutoSize = true;
     this.gpgRadioButton9.Location = new Point(340, 20);
     this.gpgRadioButton9.Name = "gpgRadioButton9";
     this.gpgRadioButton9.Size = new Size(0x4a, 0x11);
     base.ttDefault.SetSuperTip(this.gpgRadioButton9, null);
     this.gpgRadioButton9.TabIndex = 8;
     this.gpgRadioButton9.Text = "<LOC>9";
     this.gpgRadioButton9.UseVisualStyleBackColor = true;
     this.gpgRadioButton8.Anchor = AnchorStyles.Top;
     this.gpgRadioButton8.AutoSize = true;
     this.gpgRadioButton8.Location = new Point(0x12d, 20);
     this.gpgRadioButton8.Name = "gpgRadioButton8";
     this.gpgRadioButton8.Size = new Size(0x4a, 0x11);
     base.ttDefault.SetSuperTip(this.gpgRadioButton8, null);
     this.gpgRadioButton8.TabIndex = 7;
     this.gpgRadioButton8.Text = "<LOC>8";
     this.gpgRadioButton8.UseVisualStyleBackColor = true;
     this.gpgRadioButton7.Anchor = AnchorStyles.Top;
     this.gpgRadioButton7.AutoSize = true;
     this.gpgRadioButton7.Location = new Point(260, 20);
     this.gpgRadioButton7.Name = "gpgRadioButton7";
     this.gpgRadioButton7.Size = new Size(0x4a, 0x11);
     base.ttDefault.SetSuperTip(this.gpgRadioButton7, null);
     this.gpgRadioButton7.TabIndex = 6;
     this.gpgRadioButton7.Text = "<LOC>7";
     this.gpgRadioButton7.UseVisualStyleBackColor = true;
     this.gpgRadioButton6.Anchor = AnchorStyles.Top;
     this.gpgRadioButton6.AutoSize = true;
     this.gpgRadioButton6.Location = new Point(0xdd, 20);
     this.gpgRadioButton6.Name = "gpgRadioButton6";
     this.gpgRadioButton6.Size = new Size(0x4a, 0x11);
     base.ttDefault.SetSuperTip(this.gpgRadioButton6, null);
     this.gpgRadioButton6.TabIndex = 5;
     this.gpgRadioButton6.Text = "<LOC>6";
     this.gpgRadioButton6.UseVisualStyleBackColor = true;
     this.gpgRadioButton5.Anchor = AnchorStyles.Top;
     this.gpgRadioButton5.AutoSize = true;
     this.gpgRadioButton5.Checked = true;
     this.gpgRadioButton5.Location = new Point(180, 20);
     this.gpgRadioButton5.Name = "gpgRadioButton5";
     this.gpgRadioButton5.Size = new Size(0x4a, 0x11);
     base.ttDefault.SetSuperTip(this.gpgRadioButton5, null);
     this.gpgRadioButton5.TabIndex = 4;
     this.gpgRadioButton5.TabStop = true;
     this.gpgRadioButton5.Text = "<LOC>5";
     this.gpgRadioButton5.UseVisualStyleBackColor = true;
     this.gpgRadioButton4.Anchor = AnchorStyles.Top;
     this.gpgRadioButton4.AutoSize = true;
     this.gpgRadioButton4.Location = new Point(0x8d, 20);
     this.gpgRadioButton4.Name = "gpgRadioButton4";
     this.gpgRadioButton4.Size = new Size(0x4a, 0x11);
     base.ttDefault.SetSuperTip(this.gpgRadioButton4, null);
     this.gpgRadioButton4.TabIndex = 3;
     this.gpgRadioButton4.Text = "<LOC>4";
     this.gpgRadioButton4.UseVisualStyleBackColor = true;
     this.gpgRadioButton3.Anchor = AnchorStyles.Top;
     this.gpgRadioButton3.AutoSize = true;
     this.gpgRadioButton3.Location = new Point(100, 20);
     this.gpgRadioButton3.Name = "gpgRadioButton3";
     this.gpgRadioButton3.Size = new Size(0x4a, 0x11);
     base.ttDefault.SetSuperTip(this.gpgRadioButton3, null);
     this.gpgRadioButton3.TabIndex = 2;
     this.gpgRadioButton3.Text = "<LOC>3";
     this.gpgRadioButton3.UseVisualStyleBackColor = true;
     this.gpgRadioButton2.Anchor = AnchorStyles.Top;
     this.gpgRadioButton2.AutoSize = true;
     this.gpgRadioButton2.Location = new Point(0x3d, 20);
     this.gpgRadioButton2.Name = "gpgRadioButton2";
     this.gpgRadioButton2.Size = new Size(0x4a, 0x11);
     base.ttDefault.SetSuperTip(this.gpgRadioButton2, null);
     this.gpgRadioButton2.TabIndex = 1;
     this.gpgRadioButton2.Text = "<LOC>2";
     this.gpgRadioButton2.UseVisualStyleBackColor = true;
     this.gpgRadioButton1.Anchor = AnchorStyles.Top;
     this.gpgRadioButton1.AutoSize = true;
     this.gpgRadioButton1.Location = new Point(20, 20);
     this.gpgRadioButton1.Name = "gpgRadioButton1";
     this.gpgRadioButton1.Size = new Size(0x4a, 0x11);
     base.ttDefault.SetSuperTip(this.gpgRadioButton1, null);
     this.gpgRadioButton1.TabIndex = 0;
     this.gpgRadioButton1.Text = "<LOC>1";
     this.gpgRadioButton1.UseVisualStyleBackColor = true;
     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(12, 0xed);
     this.gpgLabel3.Name = "gpgLabel3";
     this.gpgLabel3.Size = new Size(0x73, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel3, null);
     this.gpgLabel3.TabIndex = 0x18;
     this.gpgLabel3.Text = "<LOC>Description";
     this.gpgLabel3.TextStyle = TextStyles.Bold;
     this.gpgLabelDescription.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgLabelDescription.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelDescription.AutoStyle = true;
     this.gpgLabelDescription.Font = new Font("Arial", 9.75f);
     this.gpgLabelDescription.ForeColor = Color.White;
     this.gpgLabelDescription.IgnoreMouseWheel = false;
     this.gpgLabelDescription.IsStyled = false;
     this.gpgLabelDescription.Location = new Point(12, 0xfd);
     this.gpgLabelDescription.Name = "gpgLabelDescription";
     this.gpgLabelDescription.Size = new Size(0x242, 0x23);
     base.ttDefault.SetSuperTip(this.gpgLabelDescription, null);
     this.gpgLabelDescription.TabIndex = 0;
     this.gpgLabelDescription.Text = "gpgLabel7";
     this.gpgLabelDescription.TextStyle = TextStyles.Default;
     this.gpgPanelActions.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgPanelActions.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelActions.BorderThickness = 2;
     this.gpgPanelActions.Controls.Add(this.gpgLabel);
     this.gpgPanelActions.Controls.Add(this.gpgTextBoxLink);
     this.gpgPanelActions.Controls.Add(this.skinButtonDownload);
     this.gpgPanelActions.Controls.Add(this.skinButtonCopyLink);
     this.gpgPanelActions.DrawBorder = false;
     this.gpgPanelActions.Location = new Point(15, 0x198);
     this.gpgPanelActions.Name = "gpgPanelActions";
     this.gpgPanelActions.Size = new Size(0x23f, 0x2d);
     base.ttDefault.SetSuperTip(this.gpgPanelActions, null);
     this.gpgPanelActions.TabIndex = 0x19;
     this.gpgLabelRating.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabelRating.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelRating.AutoSize = true;
     this.gpgLabelRating.AutoStyle = true;
     this.gpgLabelRating.Font = new Font("Arial", 9.75f);
     this.gpgLabelRating.ForeColor = Color.Gold;
     this.gpgLabelRating.IgnoreMouseWheel = false;
     this.gpgLabelRating.IsStyled = false;
     this.gpgLabelRating.Location = new Point(12, 0x1c6);
     this.gpgLabelRating.Name = "gpgLabelRating";
     this.gpgLabelRating.Size = new Size(0x61, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelRating, null);
     this.gpgLabelRating.TabIndex = 0x1a;
     this.gpgLabelRating.Text = "gpgLabelRating";
     this.gpgLabelRating.TextStyle = TextStyles.ColoredBold;
     this.gpgLabelRating.Visible = false;
     this.gpgLabel5.Anchor = AnchorStyles.Top;
     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(0x137, 0x9c);
     this.gpgLabel5.Name = "gpgLabel5";
     this.gpgLabel5.Size = new Size(0x4b, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel5, null);
     this.gpgLabel5.TabIndex = 14;
     this.gpgLabel5.Text = "<LOC>Map";
     this.gpgLabel5.TextStyle = TextStyles.Bold;
     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, 0x74);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x57, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 0x1c;
     this.gpgLabel2.Text = "<LOC>Rating";
     this.gpgLabel2.TextStyle = TextStyles.Title;
     this.gpgLabelDownloads.Anchor = AnchorStyles.Top;
     this.gpgLabelDownloads.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelDownloads.AutoSize = true;
     this.gpgLabelDownloads.AutoStyle = true;
     this.gpgLabelDownloads.Font = new Font("Arial", 9.75f);
     this.gpgLabelDownloads.ForeColor = Color.White;
     this.gpgLabelDownloads.IgnoreMouseWheel = false;
     this.gpgLabelDownloads.IsStyled = false;
     this.gpgLabelDownloads.Location = new Point(0x137, 0xd4);
     this.gpgLabelDownloads.Name = "gpgLabelDownloads";
     this.gpgLabelDownloads.Size = new Size(0x43, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelDownloads, null);
     this.gpgLabelDownloads.TabIndex = 30;
     this.gpgLabelDownloads.Text = "gpgLabel2";
     this.gpgLabelDownloads.TextStyle = TextStyles.Default;
     this.gpgLabel8.Anchor = AnchorStyles.Top;
     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(0x137, 0xc4);
     this.gpgLabel8.Name = "gpgLabel8";
     this.gpgLabel8.Size = new Size(0x71, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel8, null);
     this.gpgLabel8.TabIndex = 0x1d;
     this.gpgLabel8.Text = "<LOC>Downloads";
     this.gpgLabel8.TextStyle = TextStyles.Bold;
     this.gpgLabelRatingCount.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelRatingCount.AutoSize = true;
     this.gpgLabelRatingCount.AutoStyle = true;
     this.gpgLabelRatingCount.Font = new Font("Arial", 9.75f);
     this.gpgLabelRatingCount.ForeColor = Color.Gold;
     this.gpgLabelRatingCount.IgnoreMouseWheel = false;
     this.gpgLabelRatingCount.IsStyled = false;
     this.gpgLabelRatingCount.Location = new Point(0x7c, 0x8a);
     this.gpgLabelRatingCount.Name = "gpgLabelRatingCount";
     this.gpgLabelRatingCount.Size = new Size(110, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelRatingCount, null);
     this.gpgLabelRatingCount.TabIndex = 0x1f;
     this.gpgLabelRatingCount.Text = "based on 0 votes.";
     this.gpgLabelRatingCount.TextStyle = TextStyles.Colored;
     this.gpgGroupBoxComments.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgGroupBoxComments.Controls.Add(this.skinButtonPostComment);
     this.gpgGroupBoxComments.Controls.Add(this.gpgPanelComments);
     this.gpgGroupBoxComments.Controls.Add(this.gpgLabelNoComments);
     this.gpgGroupBoxComments.Location = new Point(15, 0x123);
     this.gpgGroupBoxComments.Name = "gpgGroupBoxComments";
     this.gpgGroupBoxComments.Size = new Size(0x23f, 0x71);
     base.ttDefault.SetSuperTip(this.gpgGroupBoxComments, null);
     this.gpgGroupBoxComments.TabIndex = 0x20;
     this.gpgGroupBoxComments.TabStop = false;
     this.gpgGroupBoxComments.Text = "<LOC>Comments";
     this.skinButtonPostComment.Anchor = AnchorStyles.Bottom;
     this.skinButtonPostComment.AutoStyle = true;
     this.skinButtonPostComment.BackColor = Color.Black;
     this.skinButtonPostComment.ButtonState = 0;
     this.skinButtonPostComment.DialogResult = DialogResult.OK;
     this.skinButtonPostComment.DisabledForecolor = Color.Gray;
     this.skinButtonPostComment.DrawColor = Color.White;
     this.skinButtonPostComment.DrawEdges = true;
     this.skinButtonPostComment.FocusColor = Color.Yellow;
     this.skinButtonPostComment.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonPostComment.ForeColor = Color.White;
     this.skinButtonPostComment.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonPostComment.IsStyled = true;
     this.skinButtonPostComment.Location = new Point(0xcf, 0x58);
     this.skinButtonPostComment.Name = "skinButtonPostComment";
     this.skinButtonPostComment.Size = new Size(0x9c, 0x15);
     this.skinButtonPostComment.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonPostComment, null);
     this.skinButtonPostComment.TabIndex = 1;
     this.skinButtonPostComment.TabStop = true;
     this.skinButtonPostComment.Text = "<LOC>Post a Comment";
     this.skinButtonPostComment.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonPostComment.TextPadding = new Padding(0);
     this.skinButtonPostComment.Click += new EventHandler(this.skinButtonPostComment_Click);
     this.gpgPanelComments.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelComments.AutoScroll = true;
     this.gpgPanelComments.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelComments.BorderThickness = 2;
     this.gpgPanelComments.DrawBorder = false;
     this.gpgPanelComments.Location = new Point(7, 12);
     this.gpgPanelComments.Name = "gpgPanelComments";
     this.gpgPanelComments.Size = new Size(0x232, 70);
     base.ttDefault.SetSuperTip(this.gpgPanelComments, null);
     this.gpgPanelComments.TabIndex = 0;
     this.gpgPanelComments.SizeChanged += new EventHandler(this.gpgPanelComments_SizeChanged);
     this.gpgLabelNoComments.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgLabelNoComments.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelNoComments.AutoStyle = true;
     this.gpgLabelNoComments.Font = new Font("Arial", 9.75f);
     this.gpgLabelNoComments.ForeColor = Color.White;
     this.gpgLabelNoComments.IgnoreMouseWheel = false;
     this.gpgLabelNoComments.IsStyled = false;
     this.gpgLabelNoComments.Location = new Point(7, 14);
     this.gpgLabelNoComments.Name = "gpgLabelNoComments";
     this.gpgLabelNoComments.Size = new Size(0x232, 0x38);
     base.ttDefault.SetSuperTip(this.gpgLabelNoComments, null);
     this.gpgLabelNoComments.TabIndex = 2;
     this.gpgLabelNoComments.Text = "<LOC>No comments posted; be the first to post a comment!";
     this.gpgLabelNoComments.TextStyle = TextStyles.Default;
     this.gpgLabelNoComments.Visible = false;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x25a, 0x234);
     base.Controls.Add(this.gpgGroupBoxComments);
     base.Controls.Add(this.gpgLabelRatingCount);
     base.Controls.Add(this.gpgLabelDownloads);
     base.Controls.Add(this.gpgLabel8);
     base.Controls.Add(this.gpgLabel2);
     base.Controls.Add(this.gpgPictureBoxStars);
     base.Controls.Add(this.gpgLabelRating);
     base.Controls.Add(this.gpgPanelActions);
     base.Controls.Add(this.gpgLabelDescription);
     base.Controls.Add(this.gpgLabel3);
     base.Controls.Add(this.gpgGroupBoxRate);
     base.Controls.Add(this.gpgLabelDate);
     base.Controls.Add(this.gpgLabel6);
     base.Controls.Add(this.gpgLabelMap);
     base.Controls.Add(this.gpgLabel5);
     base.Controls.Add(this.skinLabelTitle);
     base.Controls.Add(this.gpgLabelOpponent);
     base.Controls.Add(this.gpgLabel4);
     base.Controls.Add(this.gpgLabelPlayerName);
     base.Controls.Add(this.gpgLabel1);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x25a, 0x234);
     base.Name = "DlgReplayInfo";
     base.Opacity = 0.999;
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Replay Info";
     base.Load += new EventHandler(this.DlgReplayInfo_Load);
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.gpgLabelPlayerName, 0);
     base.Controls.SetChildIndex(this.gpgLabel4, 0);
     base.Controls.SetChildIndex(this.gpgLabelOpponent, 0);
     base.Controls.SetChildIndex(this.skinLabelTitle, 0);
     base.Controls.SetChildIndex(this.gpgLabel5, 0);
     base.Controls.SetChildIndex(this.gpgLabelMap, 0);
     base.Controls.SetChildIndex(this.gpgLabel6, 0);
     base.Controls.SetChildIndex(this.gpgLabelDate, 0);
     base.Controls.SetChildIndex(this.gpgGroupBoxRate, 0);
     base.Controls.SetChildIndex(this.gpgLabel3, 0);
     base.Controls.SetChildIndex(this.gpgLabelDescription, 0);
     base.Controls.SetChildIndex(this.gpgPanelActions, 0);
     base.Controls.SetChildIndex(this.gpgLabelRating, 0);
     base.Controls.SetChildIndex(this.gpgPictureBoxStars, 0);
     base.Controls.SetChildIndex(this.gpgLabel2, 0);
     base.Controls.SetChildIndex(this.gpgLabel8, 0);
     base.Controls.SetChildIndex(this.gpgLabelDownloads, 0);
     base.Controls.SetChildIndex(this.gpgLabelRatingCount, 0);
     base.Controls.SetChildIndex(this.gpgGroupBoxComments, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgTextBoxLink.Properties.EndInit();
     ((ISupportInitialize) this.gpgPictureBoxStars).EndInit();
     this.gpgGroupBoxRate.ResumeLayout(false);
     this.gpgGroupBoxRate.PerformLayout();
     this.gpgPanelActions.ResumeLayout(false);
     this.gpgPanelActions.PerformLayout();
     this.gpgGroupBoxComments.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #12
0
ファイル: DlgWorldMap.cs プロジェクト: micheljung/gpgnetfix
 private void InitializeComponent()
 {
     this.components = new Container();
     this.earthMap1 = new EarthMap();
     this.cmEarthMap = new ContextMenuStrip(this.components);
     this.miRefreshGamesList = new ToolStripMenuItem();
     this.miHideLocation = new ToolStripMenuItem();
     this.miToggleBoundaries = new ToolStripMenuItem();
     this.refreshTimer = new StateTimer();
     this.cbRegistrations = new GPGCheckBox();
     this.btnRefreshGames = new SkinButton();
     this.btnOptOut = new SkinButton();
     this.pBottomBG = new GPGPanel();
     this.lpChecks = new FlowLayoutPanel();
     this.cbReports = new GPGCheckBox();
     this.cbGames = new GPGCheckBox();
     this.cbFriends = new GPGCheckBox();
     this.cbClanmates = new GPGCheckBox();
     this.cbTop10 = new GPGCheckBox();
     this.cbOnline = new GPGCheckBox();
     this.cbAllPlayers = new GPGCheckBox();
     this.pbTicker = new GPGPictureBox();
     this.cmEarthMap.SuspendLayout();
     this.refreshTimer.BeginInit();
     this.pBottomBG.SuspendLayout();
     this.lpChecks.SuspendLayout();
     ((ISupportInitialize) this.pbTicker).BeginInit();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.earthMap1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.earthMap1.BackColor = Color.Silver;
     this.earthMap1.ContextMenuStrip = this.cmEarthMap;
     this.earthMap1.Location = new Point(7, 0x3b);
     this.earthMap1.MapScale = 0.07f;
     this.earthMap1.MapX = 0f;
     this.earthMap1.MapY = 0f;
     this.earthMap1.Name = "earthMap1";
     this.earthMap1.ShowBorders = false;
     this.earthMap1.Size = new Size(0x377, 0x1a6);
     base.ttDefault.SetSuperTip(this.earthMap1, null);
     this.earthMap1.TabIndex = 7;
     this.earthMap1.Text = "earthMap1";
     this.earthMap1.WatermarkLeft = null;
     this.earthMap1.WatermarkRight = null;
     this.earthMap1.MouseClick += new MouseEventHandler(this.earthMap1_MouseClick);
     this.cmEarthMap.Items.AddRange(new ToolStripItem[] { this.miRefreshGamesList, this.miHideLocation, this.miToggleBoundaries });
     this.cmEarthMap.Name = "cmEarthMap";
     this.cmEarthMap.Size = new Size(0xef, 70);
     base.ttDefault.SetSuperTip(this.cmEarthMap, null);
     this.miRefreshGamesList.Name = "miRefreshGamesList";
     this.miRefreshGamesList.Size = new Size(0xee, 0x16);
     this.miRefreshGamesList.Text = "<LOC>Refresh Games List";
     this.miRefreshGamesList.Click += new EventHandler(this.miRefreshGamesList_Click);
     this.miHideLocation.Name = "miHideLocation";
     this.miHideLocation.Size = new Size(0xee, 0x16);
     this.miHideLocation.Text = "<LOC>Hide my location";
     this.miHideLocation.Click += new EventHandler(this.miHideLocation_Click);
     this.miToggleBoundaries.Name = "miToggleBoundaries";
     this.miToggleBoundaries.Size = new Size(0xee, 0x16);
     this.miToggleBoundaries.Text = "<LOC>Toggle country boundaries";
     this.miToggleBoundaries.Click += new EventHandler(this.miToggleBoundaries_Click);
     this.refreshTimer.Enabled = true;
     this.refreshTimer.ParentForm = null;
     this.refreshTimer.State = null;
     this.refreshTimer.SynchronizingObject = this;
     this.refreshTimer.Elapsed += new ElapsedEventHandler(this.refreshTimer_Elapsed);
     this.cbRegistrations.Anchor = AnchorStyles.Bottom;
     this.cbRegistrations.AutoSize = true;
     this.cbRegistrations.Checked = true;
     this.cbRegistrations.CheckState = CheckState.Checked;
     this.cbRegistrations.ForeColor = Color.Red;
     this.cbRegistrations.Location = new Point(15, 0x1a6);
     this.cbRegistrations.Name = "cbRegistrations";
     this.cbRegistrations.Size = new Size(0x8e, 0x11);
     base.ttDefault.SetSuperTip(this.cbRegistrations, null);
     this.cbRegistrations.TabIndex = 0x11;
     this.cbRegistrations.Text = "<LOC>Registrations";
     this.cbRegistrations.UsesBG = true;
     this.cbRegistrations.UseVisualStyleBackColor = true;
     this.cbRegistrations.Visible = false;
     this.cbRegistrations.Click += new EventHandler(this.cbOnline_Click);
     this.cbRegistrations.CheckedChanged += new EventHandler(this.cbOnline_CheckedChanged);
     this.btnRefreshGames.Anchor = AnchorStyles.Bottom;
     this.btnRefreshGames.AutoStyle = true;
     this.btnRefreshGames.BackColor = Color.Black;
     this.btnRefreshGames.DialogResult = DialogResult.OK;
     this.btnRefreshGames.DisabledForecolor = Color.Gray;
     this.btnRefreshGames.DrawEdges = true;
     this.btnRefreshGames.FocusColor = Color.Yellow;
     this.btnRefreshGames.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnRefreshGames.ForeColor = Color.White;
     this.btnRefreshGames.HorizontalScalingMode = ScalingModes.Tile;
     this.btnRefreshGames.IsStyled = true;
     this.btnRefreshGames.Location = new Point(0x3b, 0x14d);
     this.btnRefreshGames.Name = "btnRefreshGames";
     this.btnRefreshGames.Size = new Size(0xb6, 0x1c);
     this.btnRefreshGames.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnRefreshGames, null);
     this.btnRefreshGames.TabIndex = 0x17;
     this.btnRefreshGames.Text = "<LOC>Refresh Games List";
     this.btnRefreshGames.TextAlign = ContentAlignment.MiddleCenter;
     this.btnRefreshGames.TextPadding = new Padding(0);
     this.btnRefreshGames.Visible = false;
     this.btnRefreshGames.Click += new EventHandler(this.btnRefreshGames_Click);
     this.btnOptOut.Anchor = AnchorStyles.Bottom;
     this.btnOptOut.AutoStyle = true;
     this.btnOptOut.BackColor = Color.Black;
     this.btnOptOut.DialogResult = DialogResult.OK;
     this.btnOptOut.DisabledForecolor = Color.Gray;
     this.btnOptOut.DrawEdges = true;
     this.btnOptOut.FocusColor = Color.Yellow;
     this.btnOptOut.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnOptOut.ForeColor = Color.White;
     this.btnOptOut.HorizontalScalingMode = ScalingModes.Tile;
     this.btnOptOut.IsStyled = true;
     this.btnOptOut.Location = new Point(0x3b, 0x16f);
     this.btnOptOut.Name = "btnOptOut";
     this.btnOptOut.Size = new Size(0xb6, 0x1c);
     this.btnOptOut.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnOptOut, null);
     this.btnOptOut.TabIndex = 0x18;
     this.btnOptOut.Text = "<LOC>Hide my location";
     this.btnOptOut.TextAlign = ContentAlignment.MiddleCenter;
     this.btnOptOut.TextPadding = new Padding(0);
     this.btnOptOut.Visible = false;
     this.btnOptOut.Click += new EventHandler(this.btnOptOut_Click);
     this.pBottomBG.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.pBottomBG.Controls.Add(this.lpChecks);
     this.pBottomBG.Controls.Add(this.pbTicker);
     this.pBottomBG.Location = new Point(5, 0x1e1);
     this.pBottomBG.Name = "pBottomBG";
     this.pBottomBG.Size = new Size(890, 0x63);
     base.ttDefault.SetSuperTip(this.pBottomBG, null);
     this.pBottomBG.TabIndex = 0x19;
     this.pBottomBG.Paint += new PaintEventHandler(this.pBottomBG_Paint);
     this.lpChecks.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.lpChecks.BackColor = Color.Transparent;
     this.lpChecks.Controls.Add(this.cbReports);
     this.lpChecks.Controls.Add(this.cbGames);
     this.lpChecks.Controls.Add(this.cbFriends);
     this.lpChecks.Controls.Add(this.cbClanmates);
     this.lpChecks.Controls.Add(this.cbTop10);
     this.lpChecks.Controls.Add(this.cbOnline);
     this.lpChecks.Controls.Add(this.cbAllPlayers);
     this.lpChecks.Location = new Point(8, 0x2f);
     this.lpChecks.Name = "lpChecks";
     this.lpChecks.Size = new Size(0x36d, 0x45);
     base.ttDefault.SetSuperTip(this.lpChecks, null);
     this.lpChecks.TabIndex = 0x1c;
     this.cbReports.Checked = true;
     this.cbReports.CheckState = CheckState.Checked;
     this.cbReports.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.cbReports.Location = new Point(2, 2);
     this.cbReports.Margin = new Padding(2);
     this.cbReports.Name = "cbReports";
     this.cbReports.Padding = new Padding(2);
     this.cbReports.Size = new Size(0xaf, 0x17);
     base.ttDefault.SetSuperTip(this.cbReports, null);
     this.cbReports.TabIndex = 0x1f;
     this.cbReports.Text = "<LOC> Game Reports";
     this.cbReports.UsesBG = true;
     this.cbReports.UseVisualStyleBackColor = true;
     this.cbReports.Click += new EventHandler(this.cbOnline_Click);
     this.cbReports.Paint += new PaintEventHandler(this.cbFriends_Paint);
     this.cbReports.CheckedChanged += new EventHandler(this.cbOnline_CheckedChanged);
     this.cbGames.Checked = true;
     this.cbGames.CheckState = CheckState.Checked;
     this.cbGames.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.cbGames.ForeColor = Color.FromArgb(0xcc, 0xcc, 0x98);
     this.cbGames.Location = new Point(0xb5, 2);
     this.cbGames.Margin = new Padding(2);
     this.cbGames.Name = "cbGames";
     this.cbGames.Padding = new Padding(2);
     this.cbGames.Size = new Size(0xaf, 0x17);
     base.ttDefault.SetSuperTip(this.cbGames, null);
     this.cbGames.TabIndex = 0x22;
     this.cbGames.Text = "<LOC>Custom Games";
     this.cbGames.UsesBG = true;
     this.cbGames.UseVisualStyleBackColor = true;
     this.cbGames.Click += new EventHandler(this.cbOnline_Click);
     this.cbGames.Paint += new PaintEventHandler(this.cbFriends_Paint);
     this.cbGames.CheckedChanged += new EventHandler(this.cbOnline_CheckedChanged);
     this.cbFriends.Checked = true;
     this.cbFriends.CheckState = CheckState.Checked;
     this.cbFriends.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.cbFriends.ForeColor = Color.FromArgb(0xff, 0x9a, 0x66);
     this.cbFriends.Location = new Point(360, 2);
     this.cbFriends.Margin = new Padding(2);
     this.cbFriends.Name = "cbFriends";
     this.cbFriends.Padding = new Padding(2);
     this.cbFriends.Size = new Size(0xaf, 0x17);
     base.ttDefault.SetSuperTip(this.cbFriends, null);
     this.cbFriends.TabIndex = 0x1c;
     this.cbFriends.Text = "<LOC>Friends";
     this.cbFriends.UsesBG = true;
     this.cbFriends.UseVisualStyleBackColor = true;
     this.cbFriends.Click += new EventHandler(this.cbOnline_Click);
     this.cbFriends.Paint += new PaintEventHandler(this.cbFriends_Paint);
     this.cbFriends.CheckedChanged += new EventHandler(this.cbOnline_CheckedChanged);
     this.cbClanmates.Checked = true;
     this.cbClanmates.CheckState = CheckState.Checked;
     this.cbClanmates.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.cbClanmates.ForeColor = Color.FromArgb(0xcc, 0x33, 0x35);
     this.cbClanmates.Location = new Point(0x21b, 2);
     this.cbClanmates.Margin = new Padding(2);
     this.cbClanmates.Name = "cbClanmates";
     this.cbClanmates.Padding = new Padding(2);
     this.cbClanmates.Size = new Size(0xaf, 0x17);
     base.ttDefault.SetSuperTip(this.cbClanmates, null);
     this.cbClanmates.TabIndex = 0x1d;
     this.cbClanmates.Text = "<LOC>Clanmates";
     this.cbClanmates.UsesBG = true;
     this.cbClanmates.UseVisualStyleBackColor = true;
     this.cbClanmates.Click += new EventHandler(this.cbOnline_Click);
     this.cbClanmates.Paint += new PaintEventHandler(this.cbFriends_Paint);
     this.cbClanmates.CheckedChanged += new EventHandler(this.cbOnline_CheckedChanged);
     this.cbTop10.Checked = true;
     this.cbTop10.CheckState = CheckState.Checked;
     this.cbTop10.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.cbTop10.ForeColor = Color.FromArgb(0x98, 0xcc, 0xfc);
     this.cbTop10.Location = new Point(2, 0x1d);
     this.cbTop10.Margin = new Padding(2);
     this.cbTop10.Name = "cbTop10";
     this.cbTop10.Padding = new Padding(2);
     this.cbTop10.Size = new Size(0xaf, 0x17);
     base.ttDefault.SetSuperTip(this.cbTop10, null);
     this.cbTop10.TabIndex = 30;
     this.cbTop10.Text = "<LOC>Top 10";
     this.cbTop10.UsesBG = true;
     this.cbTop10.UseVisualStyleBackColor = true;
     this.cbTop10.Click += new EventHandler(this.cbOnline_Click);
     this.cbTop10.Paint += new PaintEventHandler(this.cbFriends_Paint);
     this.cbTop10.CheckedChanged += new EventHandler(this.cbOnline_CheckedChanged);
     this.cbOnline.Checked = true;
     this.cbOnline.CheckState = CheckState.Checked;
     this.cbOnline.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.cbOnline.ForeColor = Color.FromArgb(3, 0xfe, 0);
     this.cbOnline.Location = new Point(0xb5, 0x1d);
     this.cbOnline.Margin = new Padding(2);
     this.cbOnline.Name = "cbOnline";
     this.cbOnline.Padding = new Padding(2);
     this.cbOnline.Size = new Size(0xaf, 0x17);
     base.ttDefault.SetSuperTip(this.cbOnline, null);
     this.cbOnline.TabIndex = 0x20;
     this.cbOnline.Text = "<LOC>Online";
     this.cbOnline.UsesBG = true;
     this.cbOnline.UseVisualStyleBackColor = true;
     this.cbOnline.Click += new EventHandler(this.cbOnline_Click);
     this.cbOnline.Paint += new PaintEventHandler(this.cbFriends_Paint);
     this.cbOnline.CheckedChanged += new EventHandler(this.cbOnline_CheckedChanged);
     this.cbAllPlayers.Checked = true;
     this.cbAllPlayers.CheckState = CheckState.Checked;
     this.cbAllPlayers.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.cbAllPlayers.ForeColor = Color.FromArgb(0xff, 0xff, 0x35);
     this.cbAllPlayers.Location = new Point(360, 0x1d);
     this.cbAllPlayers.Margin = new Padding(2);
     this.cbAllPlayers.Name = "cbAllPlayers";
     this.cbAllPlayers.Padding = new Padding(2);
     this.cbAllPlayers.Size = new Size(0xaf, 0x17);
     base.ttDefault.SetSuperTip(this.cbAllPlayers, null);
     this.cbAllPlayers.TabIndex = 0x21;
     this.cbAllPlayers.Text = "<LOC>All Players";
     this.cbAllPlayers.UsesBG = true;
     this.cbAllPlayers.UseVisualStyleBackColor = true;
     this.cbAllPlayers.Click += new EventHandler(this.cbOnline_Click);
     this.cbAllPlayers.Paint += new PaintEventHandler(this.cbFriends_Paint);
     this.cbAllPlayers.CheckedChanged += new EventHandler(this.cbOnline_CheckedChanged);
     this.pbTicker.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.pbTicker.Location = new Point(1, 9);
     this.pbTicker.Name = "pbTicker";
     this.pbTicker.Size = new Size(0x378, 0x23);
     base.ttDefault.SetSuperTip(this.pbTicker, null);
     this.pbTicker.TabIndex = 0x1a;
     this.pbTicker.TabStop = false;
     this.pbTicker.Paint += new PaintEventHandler(this.pbTicker_Paint);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(900, 0x261);
     base.Controls.Add(this.btnOptOut);
     base.Controls.Add(this.btnRefreshGames);
     base.Controls.Add(this.cbRegistrations);
     base.Controls.Add(this.earthMap1);
     base.Controls.Add(this.pBottomBG);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x2ed, 600);
     base.Name = "DlgWorldMap";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>World Map";
     base.SizeChanged += new EventHandler(this.DlgWorldMap_SizeChanged);
     base.Load += new EventHandler(this.DlgWorldMap_Load);
     base.Controls.SetChildIndex(this.pBottomBG, 0);
     base.Controls.SetChildIndex(this.earthMap1, 0);
     base.Controls.SetChildIndex(this.cbRegistrations, 0);
     base.Controls.SetChildIndex(this.btnRefreshGames, 0);
     base.Controls.SetChildIndex(this.btnOptOut, 0);
     this.cmEarthMap.ResumeLayout(false);
     this.refreshTimer.EndInit();
     this.pBottomBG.ResumeLayout(false);
     this.lpChecks.ResumeLayout(false);
     ((ISupportInitialize) this.pbTicker).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #13
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(PnlContentComment));
     this.gpgLabelHeader = new GPGLabel();
     this.gpgLabelComment = new GPGLabel();
     this.gpgPictureBoxDelete = new GPGPictureBox();
     this.toolTip = new ToolTip(this.components);
     this.gpgPictureBoxEdit = new GPGPictureBox();
     this.gpgLabelLastUpdate = new GPGLabel();
     this.gpgLabel1 = new GPGLabel();
     ((ISupportInitialize) this.gpgPictureBoxDelete).BeginInit();
     ((ISupportInitialize) this.gpgPictureBoxEdit).BeginInit();
     base.SuspendLayout();
     this.gpgLabelHeader.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelHeader.AutoSize = true;
     this.gpgLabelHeader.AutoStyle = true;
     this.gpgLabelHeader.Font = new Font("Verdana", 6.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgLabelHeader.ForeColor = Color.DarkGray;
     this.gpgLabelHeader.IgnoreMouseWheel = false;
     this.gpgLabelHeader.IsStyled = false;
     this.gpgLabelHeader.Location = new Point(3, 1);
     this.gpgLabelHeader.Name = "gpgLabelHeader";
     this.gpgLabelHeader.Size = new Size(0x39, 12);
     this.gpgLabelHeader.TabIndex = 0;
     this.gpgLabelHeader.Text = "gpgLabel1";
     this.gpgLabelHeader.TextStyle = TextStyles.Custom;
     this.gpgLabelComment.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgLabelComment.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelComment.AutoStyle = true;
     this.gpgLabelComment.BackColor = Color.Transparent;
     this.gpgLabelComment.Font = new Font("Arial", 9.75f);
     this.gpgLabelComment.ForeColor = Color.White;
     this.gpgLabelComment.IgnoreMouseWheel = false;
     this.gpgLabelComment.IsStyled = false;
     this.gpgLabelComment.Location = new Point(12, 0x12);
     this.gpgLabelComment.Name = "gpgLabelComment";
     this.gpgLabelComment.Size = new Size(460, 0x19);
     this.gpgLabelComment.TabIndex = 1;
     this.gpgLabelComment.Text = "gpgLabel1";
     this.gpgLabelComment.TextStyle = TextStyles.Default;
     this.gpgPictureBoxDelete.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgPictureBoxDelete.Cursor = Cursors.Hand;
     this.gpgPictureBoxDelete.Image = (Image) manager.GetObject("gpgPictureBoxDelete.Image");
     this.gpgPictureBoxDelete.Location = new Point(0x1d1, 2);
     this.gpgPictureBoxDelete.Name = "gpgPictureBoxDelete";
     this.gpgPictureBoxDelete.Size = new Size(0x10, 0x10);
     this.gpgPictureBoxDelete.SizeMode = PictureBoxSizeMode.AutoSize;
     this.gpgPictureBoxDelete.TabIndex = 2;
     this.gpgPictureBoxDelete.TabStop = false;
     this.gpgPictureBoxDelete.Visible = false;
     this.gpgPictureBoxDelete.Click += new EventHandler(this.gpgPictureBoxDelete_Click);
     this.gpgPictureBoxEdit.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgPictureBoxEdit.Cursor = Cursors.Hand;
     this.gpgPictureBoxEdit.Image = (Image) manager.GetObject("gpgPictureBoxEdit.Image");
     this.gpgPictureBoxEdit.Location = new Point(0x1bf, 2);
     this.gpgPictureBoxEdit.Name = "gpgPictureBoxEdit";
     this.gpgPictureBoxEdit.Size = new Size(0x10, 0x10);
     this.gpgPictureBoxEdit.SizeMode = PictureBoxSizeMode.AutoSize;
     this.gpgPictureBoxEdit.TabIndex = 3;
     this.gpgPictureBoxEdit.TabStop = false;
     this.gpgPictureBoxEdit.Visible = false;
     this.gpgPictureBoxEdit.Click += new EventHandler(this.gpgPictureBoxEdit_Click);
     this.gpgLabelLastUpdate.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabelLastUpdate.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelLastUpdate.AutoSize = true;
     this.gpgLabelLastUpdate.AutoStyle = true;
     this.gpgLabelLastUpdate.Font = new Font("Verdana", 6.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgLabelLastUpdate.ForeColor = Color.DarkGray;
     this.gpgLabelLastUpdate.IgnoreMouseWheel = false;
     this.gpgLabelLastUpdate.IsStyled = false;
     this.gpgLabelLastUpdate.Location = new Point(3, 0x2a);
     this.gpgLabelLastUpdate.Name = "gpgLabelLastUpdate";
     this.gpgLabelLastUpdate.Size = new Size(0x39, 12);
     this.gpgLabelLastUpdate.TabIndex = 4;
     this.gpgLabelLastUpdate.Text = "gpgLabel1";
     this.gpgLabelLastUpdate.TextStyle = TextStyles.Custom;
     this.gpgLabel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     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(3, 0x3d);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x1dd, 1);
     this.gpgLabel1.TabIndex = 5;
     this.gpgLabel1.TextStyle = TextStyles.Default;
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     this.BackColor = Color.Transparent;
     base.Controls.Add(this.gpgLabel1);
     base.Controls.Add(this.gpgLabelLastUpdate);
     base.Controls.Add(this.gpgPictureBoxEdit);
     base.Controls.Add(this.gpgPictureBoxDelete);
     base.Controls.Add(this.gpgLabelComment);
     base.Controls.Add(this.gpgLabelHeader);
     base.Name = "PnlContentComment";
     base.Size = new Size(0x1e3, 0x43);
     ((ISupportInitialize) this.gpgPictureBoxDelete).EndInit();
     ((ISupportInitialize) this.gpgPictureBoxEdit).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #14
0
 private void InitializeComponent()
 {
     this.gpgCalendar1 = new GPGCalendar();
     this.gpgBorderPanel1 = new GPGBorderPanel();
     this.gpgBorderPanel2 = new GPGBorderPanel();
     this.lbMaps = new ListBox();
     this.skinLabel1 = new SkinLabel();
     this.lTournamentDetails = new SkinLabel();
     this.lStartTimeCaption = new GPGLabel();
     this.lTypeCaption = new GPGLabel();
     this.lDirectorCaption = new GPGLabel();
     this.lWebsiteCaption = new GPGLabel();
     this.lStartTime = new GPGLabel();
     this.lType = new GPGLabel();
     this.lDirector = new GPGLabel();
     this.lWebsite = new GPGLabel();
     this.lAssistants = new GPGLabel();
     this.lNumberOfRounds = new GPGLabel();
     this.lRoundLength = new GPGLabel();
     this.lAssistantsCaption = new GPGLabel();
     this.lNumberOfRoundsCaption = new GPGLabel();
     this.lRoundLengthCaption = new GPGLabel();
     this.btnRegister = new SkinButton();
     this.pbFaction = new GPGPictureBox();
     this.pbMap = new GPGPictureBox();
     this.lInfo = new TextBox();
     this.lFaction = new GPGLabel();
     this.lMap = new GPGLabel();
     this.lSignups = new GPGLabel();
     this.lSignupsCaption = new GPGLabel();
     this.lStatus = new GPGLabel();
     this.lStatusCaption = new GPGLabel();
     this.btnManage = new SkinButton();
     this.cmDirector = new GPGContextMenu();
     this.menuItem1 = new MenuItem();
     this.menuItem4 = new MenuItem();
     this.menuItem2 = new MenuItem();
     this.menuItem3 = new MenuItem();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     ((ISupportInitialize) this.pbFaction).BeginInit();
     ((ISupportInitialize) this.pbMap).BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x349, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgCalendar1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgCalendar1.BackgroundImage = Resources._06_jun;
     this.gpgCalendar1.LeftMonthButton = 0;
     this.gpgCalendar1.Location = new Point(12, 0x3f);
     this.gpgCalendar1.Month = 5;
     this.gpgCalendar1.Name = "gpgCalendar1";
     this.gpgCalendar1.RefreshButton = 0;
     this.gpgCalendar1.RightMonthButton = 0;
     this.gpgCalendar1.Size = new Size(0x36d, 0x143);
     base.ttDefault.SetSuperTip(this.gpgCalendar1, null);
     this.gpgCalendar1.TabIndex = 7;
     this.gpgCalendar1.Text = "gpgCalendar1";
     this.gpgCalendar1.OnRefreshClick += new EventHandler(this.gpgCalendar1_OnRefreshClick);
     this.gpgCalendar1.Click += new EventHandler(this.gpgCalendar1_Click);
     this.gpgBorderPanel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgBorderPanel1.GPGBorderStyle = GPGBorderStyle.Web;
     this.gpgBorderPanel1.Location = new Point(0x144, 0x188);
     this.gpgBorderPanel1.Name = "gpgBorderPanel1";
     this.gpgBorderPanel1.Size = new Size(0x234, 160);
     base.ttDefault.SetSuperTip(this.gpgBorderPanel1, null);
     this.gpgBorderPanel1.TabIndex = 8;
     this.gpgBorderPanel1.Text = "gpgBorderPanel1";
     this.gpgBorderPanel2.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgBorderPanel2.GPGBorderStyle = GPGBorderStyle.Rectangle;
     this.gpgBorderPanel2.Location = new Point(12, 0x188);
     this.gpgBorderPanel2.Name = "gpgBorderPanel2";
     this.gpgBorderPanel2.Size = new Size(0x132, 160);
     base.ttDefault.SetSuperTip(this.gpgBorderPanel2, null);
     this.gpgBorderPanel2.TabIndex = 9;
     this.gpgBorderPanel2.Text = "gpgBorderPanel2";
     this.lbMaps.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lbMaps.BackColor = Color.FromArgb(0x40, 0x40, 0x40);
     this.lbMaps.BorderStyle = BorderStyle.None;
     this.lbMaps.ForeColor = Color.White;
     this.lbMaps.FormattingEnabled = true;
     this.lbMaps.Location = new Point(14, 0x19f);
     this.lbMaps.Name = "lbMaps";
     this.lbMaps.Size = new Size(0x12e, 130);
     base.ttDefault.SetSuperTip(this.lbMaps, null);
     this.lbMaps.TabIndex = 10;
     this.lbMaps.SelectedValueChanged += new EventHandler(this.lbMaps_SelectedValueChanged);
     this.skinLabel1.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinLabel1.AutoStyle = false;
     this.skinLabel1.BackColor = Color.Transparent;
     this.skinLabel1.DrawEdges = true;
     this.skinLabel1.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabel1.ForeColor = Color.White;
     this.skinLabel1.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel1.IsStyled = false;
     this.skinLabel1.Location = new Point(14, 0x18a);
     this.skinLabel1.Name = "skinLabel1";
     this.skinLabel1.Size = new Size(0x12e, 20);
     this.skinLabel1.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel1, null);
     this.skinLabel1.TabIndex = 11;
     this.skinLabel1.Text = "<LOC>Tournaments";
     this.skinLabel1.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel1.TextPadding = new Padding(0);
     this.lTournamentDetails.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.lTournamentDetails.AutoStyle = false;
     this.lTournamentDetails.BackColor = Color.Transparent;
     this.lTournamentDetails.DrawEdges = true;
     this.lTournamentDetails.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.lTournamentDetails.ForeColor = Color.White;
     this.lTournamentDetails.HorizontalScalingMode = ScalingModes.Tile;
     this.lTournamentDetails.IsStyled = false;
     this.lTournamentDetails.Location = new Point(330, 0x18d);
     this.lTournamentDetails.Name = "lTournamentDetails";
     this.lTournamentDetails.Size = new Size(0x228, 20);
     this.lTournamentDetails.SkinBasePath = @"Controls\Background Label\Round Top";
     base.ttDefault.SetSuperTip(this.lTournamentDetails, null);
     this.lTournamentDetails.TabIndex = 12;
     this.lTournamentDetails.Text = "<LOC>Tournament Details:";
     this.lTournamentDetails.TextAlign = ContentAlignment.MiddleLeft;
     this.lTournamentDetails.TextPadding = new Padding(0);
     this.lStartTimeCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lStartTimeCaption.AutoGrowDirection = GrowDirections.None;
     this.lStartTimeCaption.AutoSize = true;
     this.lStartTimeCaption.AutoStyle = true;
     this.lStartTimeCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lStartTimeCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lStartTimeCaption.IgnoreMouseWheel = false;
     this.lStartTimeCaption.IsStyled = false;
     this.lStartTimeCaption.Location = new Point(0x14b, 0x1e4);
     this.lStartTimeCaption.Name = "lStartTimeCaption";
     this.lStartTimeCaption.Size = new Size(0x75, 13);
     base.ttDefault.SetSuperTip(this.lStartTimeCaption, null);
     this.lStartTimeCaption.TabIndex = 14;
     this.lStartTimeCaption.Text = "<LOC>Start Time";
     this.lStartTimeCaption.TextAlign = ContentAlignment.TopRight;
     this.lStartTimeCaption.TextStyle = TextStyles.ColoredBold;
     this.lTypeCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lTypeCaption.AutoGrowDirection = GrowDirections.None;
     this.lTypeCaption.AutoSize = true;
     this.lTypeCaption.AutoStyle = true;
     this.lTypeCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lTypeCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lTypeCaption.IgnoreMouseWheel = false;
     this.lTypeCaption.IsStyled = false;
     this.lTypeCaption.Location = new Point(0x14b, 0x1f1);
     this.lTypeCaption.Name = "lTypeCaption";
     this.lTypeCaption.Size = new Size(0x51, 13);
     base.ttDefault.SetSuperTip(this.lTypeCaption, null);
     this.lTypeCaption.TabIndex = 15;
     this.lTypeCaption.Text = "<LOC>Type";
     this.lTypeCaption.TextAlign = ContentAlignment.TopRight;
     this.lTypeCaption.TextStyle = TextStyles.ColoredBold;
     this.lDirectorCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lDirectorCaption.AutoGrowDirection = GrowDirections.None;
     this.lDirectorCaption.AutoSize = true;
     this.lDirectorCaption.AutoStyle = true;
     this.lDirectorCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lDirectorCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lDirectorCaption.IgnoreMouseWheel = false;
     this.lDirectorCaption.IsStyled = false;
     this.lDirectorCaption.Location = new Point(0x14b, 510);
     this.lDirectorCaption.Name = "lDirectorCaption";
     this.lDirectorCaption.Size = new Size(0x66, 13);
     base.ttDefault.SetSuperTip(this.lDirectorCaption, null);
     this.lDirectorCaption.TabIndex = 0x10;
     this.lDirectorCaption.Text = "<LOC>Director";
     this.lDirectorCaption.TextAlign = ContentAlignment.TopRight;
     this.lDirectorCaption.TextStyle = TextStyles.ColoredBold;
     this.lWebsiteCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lWebsiteCaption.AutoGrowDirection = GrowDirections.None;
     this.lWebsiteCaption.AutoSize = true;
     this.lWebsiteCaption.AutoStyle = true;
     this.lWebsiteCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lWebsiteCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lWebsiteCaption.IgnoreMouseWheel = false;
     this.lWebsiteCaption.IsStyled = false;
     this.lWebsiteCaption.Location = new Point(0x14b, 0x218);
     this.lWebsiteCaption.Name = "lWebsiteCaption";
     this.lWebsiteCaption.Size = new Size(0x65, 13);
     base.ttDefault.SetSuperTip(this.lWebsiteCaption, null);
     this.lWebsiteCaption.TabIndex = 0x11;
     this.lWebsiteCaption.Text = "<LOC>Website";
     this.lWebsiteCaption.TextAlign = ContentAlignment.TopRight;
     this.lWebsiteCaption.TextStyle = TextStyles.ColoredBold;
     this.lStartTime.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lStartTime.AutoGrowDirection = GrowDirections.None;
     this.lStartTime.AutoSize = true;
     this.lStartTime.AutoStyle = true;
     this.lStartTime.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lStartTime.ForeColor = Color.White;
     this.lStartTime.IgnoreMouseWheel = false;
     this.lStartTime.IsStyled = false;
     this.lStartTime.Location = new Point(0x1bd, 0x1e4);
     this.lStartTime.Name = "lStartTime";
     this.lStartTime.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lStartTime, null);
     this.lStartTime.TabIndex = 0x12;
     this.lStartTime.Text = "-";
     this.lStartTime.TextAlign = ContentAlignment.TopRight;
     this.lStartTime.TextStyle = TextStyles.Default;
     this.lType.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lType.AutoGrowDirection = GrowDirections.None;
     this.lType.AutoSize = true;
     this.lType.AutoStyle = true;
     this.lType.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lType.ForeColor = Color.White;
     this.lType.IgnoreMouseWheel = false;
     this.lType.IsStyled = false;
     this.lType.Location = new Point(0x1a2, 0x1f1);
     this.lType.Name = "lType";
     this.lType.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lType, null);
     this.lType.TabIndex = 0x13;
     this.lType.Text = "-";
     this.lType.TextAlign = ContentAlignment.TopRight;
     this.lType.TextStyle = TextStyles.Default;
     this.lDirector.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lDirector.AutoGrowDirection = GrowDirections.None;
     this.lDirector.AutoSize = true;
     this.lDirector.AutoStyle = true;
     this.lDirector.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lDirector.ForeColor = Color.White;
     this.lDirector.IgnoreMouseWheel = false;
     this.lDirector.IsStyled = false;
     this.lDirector.Location = new Point(0x1b4, 510);
     this.lDirector.Name = "lDirector";
     this.lDirector.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lDirector, null);
     this.lDirector.TabIndex = 20;
     this.lDirector.Text = "-";
     this.lDirector.TextAlign = ContentAlignment.TopRight;
     this.lDirector.TextStyle = TextStyles.Default;
     this.lWebsite.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lWebsite.AutoGrowDirection = GrowDirections.None;
     this.lWebsite.AutoSize = true;
     this.lWebsite.AutoStyle = true;
     this.lWebsite.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lWebsite.ForeColor = Color.White;
     this.lWebsite.IgnoreMouseWheel = false;
     this.lWebsite.IsStyled = false;
     this.lWebsite.Location = new Point(0x1b4, 0x219);
     this.lWebsite.Name = "lWebsite";
     this.lWebsite.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lWebsite, null);
     this.lWebsite.TabIndex = 0x15;
     this.lWebsite.Text = "-";
     this.lWebsite.TextAlign = ContentAlignment.TopRight;
     this.lWebsite.TextStyle = TextStyles.Link;
     this.lWebsite.Click += new EventHandler(this.lWebsite_Click);
     this.lAssistants.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lAssistants.AutoGrowDirection = GrowDirections.None;
     this.lAssistants.AutoSize = true;
     this.lAssistants.AutoStyle = true;
     this.lAssistants.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lAssistants.ForeColor = Color.White;
     this.lAssistants.IgnoreMouseWheel = false;
     this.lAssistants.IsStyled = false;
     this.lAssistants.Location = new Point(0x253, 510);
     this.lAssistants.Name = "lAssistants";
     this.lAssistants.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lAssistants, null);
     this.lAssistants.TabIndex = 0x1b;
     this.lAssistants.Text = "-";
     this.lAssistants.TextAlign = ContentAlignment.TopRight;
     this.lAssistants.TextStyle = TextStyles.Default;
     this.lNumberOfRounds.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lNumberOfRounds.AutoGrowDirection = GrowDirections.None;
     this.lNumberOfRounds.AutoSize = true;
     this.lNumberOfRounds.AutoStyle = true;
     this.lNumberOfRounds.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lNumberOfRounds.ForeColor = Color.White;
     this.lNumberOfRounds.IgnoreMouseWheel = false;
     this.lNumberOfRounds.IsStyled = false;
     this.lNumberOfRounds.Location = new Point(0x28e, 0x1f1);
     this.lNumberOfRounds.Name = "lNumberOfRounds";
     this.lNumberOfRounds.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lNumberOfRounds, null);
     this.lNumberOfRounds.TabIndex = 0x1a;
     this.lNumberOfRounds.Text = "-";
     this.lNumberOfRounds.TextAlign = ContentAlignment.TopRight;
     this.lNumberOfRounds.TextStyle = TextStyles.Default;
     this.lRoundLength.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lRoundLength.AutoGrowDirection = GrowDirections.None;
     this.lRoundLength.AutoSize = true;
     this.lRoundLength.AutoStyle = true;
     this.lRoundLength.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lRoundLength.ForeColor = Color.White;
     this.lRoundLength.IgnoreMouseWheel = false;
     this.lRoundLength.IsStyled = false;
     this.lRoundLength.Location = new Point(0x26f, 0x1e4);
     this.lRoundLength.Name = "lRoundLength";
     this.lRoundLength.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lRoundLength, null);
     this.lRoundLength.TabIndex = 0x19;
     this.lRoundLength.Text = "-";
     this.lRoundLength.TextAlign = ContentAlignment.TopRight;
     this.lRoundLength.TextStyle = TextStyles.Default;
     this.lAssistantsCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lAssistantsCaption.AutoGrowDirection = GrowDirections.None;
     this.lAssistantsCaption.AutoSize = true;
     this.lAssistantsCaption.AutoStyle = true;
     this.lAssistantsCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lAssistantsCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lAssistantsCaption.IgnoreMouseWheel = false;
     this.lAssistantsCaption.IsStyled = false;
     this.lAssistantsCaption.Location = new Point(480, 510);
     this.lAssistantsCaption.Name = "lAssistantsCaption";
     this.lAssistantsCaption.Size = new Size(0x74, 13);
     base.ttDefault.SetSuperTip(this.lAssistantsCaption, null);
     this.lAssistantsCaption.TabIndex = 0x18;
     this.lAssistantsCaption.Text = "<LOC>Assistants";
     this.lAssistantsCaption.TextAlign = ContentAlignment.TopRight;
     this.lAssistantsCaption.TextStyle = TextStyles.ColoredBold;
     this.lNumberOfRoundsCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lNumberOfRoundsCaption.AutoGrowDirection = GrowDirections.None;
     this.lNumberOfRoundsCaption.AutoSize = true;
     this.lNumberOfRoundsCaption.AutoStyle = true;
     this.lNumberOfRoundsCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lNumberOfRoundsCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lNumberOfRoundsCaption.IgnoreMouseWheel = false;
     this.lNumberOfRoundsCaption.IsStyled = false;
     this.lNumberOfRoundsCaption.Location = new Point(480, 0x1f1);
     this.lNumberOfRoundsCaption.Name = "lNumberOfRoundsCaption";
     this.lNumberOfRoundsCaption.Size = new Size(0xa8, 13);
     base.ttDefault.SetSuperTip(this.lNumberOfRoundsCaption, null);
     this.lNumberOfRoundsCaption.TabIndex = 0x17;
     this.lNumberOfRoundsCaption.Text = "<LOC>Number of Rounds";
     this.lNumberOfRoundsCaption.TextAlign = ContentAlignment.TopRight;
     this.lNumberOfRoundsCaption.TextStyle = TextStyles.ColoredBold;
     this.lRoundLengthCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lRoundLengthCaption.AutoGrowDirection = GrowDirections.None;
     this.lRoundLengthCaption.AutoSize = true;
     this.lRoundLengthCaption.AutoStyle = true;
     this.lRoundLengthCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lRoundLengthCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lRoundLengthCaption.IgnoreMouseWheel = false;
     this.lRoundLengthCaption.IsStyled = false;
     this.lRoundLengthCaption.Location = new Point(480, 0x1e4);
     this.lRoundLengthCaption.Name = "lRoundLengthCaption";
     this.lRoundLengthCaption.Size = new Size(0x89, 13);
     base.ttDefault.SetSuperTip(this.lRoundLengthCaption, null);
     this.lRoundLengthCaption.TabIndex = 0x16;
     this.lRoundLengthCaption.Text = "<LOC>Round Length";
     this.lRoundLengthCaption.TextAlign = ContentAlignment.TopRight;
     this.lRoundLengthCaption.TextStyle = TextStyles.ColoredBold;
     this.btnRegister.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnRegister.AutoStyle = true;
     this.btnRegister.BackColor = Color.Black;
     this.btnRegister.ButtonState = 0;
     this.btnRegister.DialogResult = DialogResult.None;
     this.btnRegister.DisabledForecolor = Color.Gray;
     this.btnRegister.DrawColor = Color.White;
     this.btnRegister.DrawEdges = true;
     this.btnRegister.FocusColor = Color.Yellow;
     this.btnRegister.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnRegister.ForeColor = Color.White;
     this.btnRegister.HorizontalScalingMode = ScalingModes.Tile;
     this.btnRegister.IsStyled = true;
     this.btnRegister.Location = new Point(0x2f5, 0x1fd);
     this.btnRegister.Name = "btnRegister";
     this.btnRegister.Size = new Size(0x7d, 0x16);
     this.btnRegister.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnRegister, null);
     this.btnRegister.TabIndex = 0x1c;
     this.btnRegister.TabStop = true;
     this.btnRegister.Text = "<LOC>Register";
     this.btnRegister.TextAlign = ContentAlignment.MiddleCenter;
     this.btnRegister.TextPadding = new Padding(0);
     this.btnRegister.Click += new EventHandler(this.btnRegister_Click);
     this.pbFaction.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.pbFaction.Location = new Point(0x2f5, 420);
     this.pbFaction.Name = "pbFaction";
     this.pbFaction.Size = new Size(50, 50);
     this.pbFaction.SizeMode = PictureBoxSizeMode.StretchImage;
     base.ttDefault.SetSuperTip(this.pbFaction, null);
     this.pbFaction.TabIndex = 0x1d;
     this.pbFaction.TabStop = false;
     this.pbMap.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.pbMap.Location = new Point(0x33d, 0x1a5);
     this.pbMap.Name = "pbMap";
     this.pbMap.Size = new Size(50, 50);
     this.pbMap.SizeMode = PictureBoxSizeMode.StretchImage;
     base.ttDefault.SetSuperTip(this.pbMap, null);
     this.pbMap.TabIndex = 30;
     this.pbMap.TabStop = false;
     this.lInfo.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.lInfo.BackColor = Color.Black;
     this.lInfo.BorderStyle = BorderStyle.None;
     this.lInfo.ForeColor = Color.White;
     this.lInfo.Location = new Point(0x14e, 0x1a7);
     this.lInfo.Multiline = true;
     this.lInfo.Name = "lInfo";
     this.lInfo.Size = new Size(0x19e, 60);
     base.ttDefault.SetSuperTip(this.lInfo, null);
     this.lInfo.TabIndex = 0x1f;
     this.lFaction.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.lFaction.AutoGrowDirection = GrowDirections.None;
     this.lFaction.AutoStyle = true;
     this.lFaction.Font = new Font("Arial", 8f);
     this.lFaction.ForeColor = Color.White;
     this.lFaction.IgnoreMouseWheel = false;
     this.lFaction.IsStyled = false;
     this.lFaction.Location = new Point(0x2f5, 0x1d7);
     this.lFaction.Name = "lFaction";
     this.lFaction.Size = new Size(50, 0x33);
     base.ttDefault.SetSuperTip(this.lFaction, null);
     this.lFaction.TabIndex = 0x20;
     this.lFaction.Text = "Any Faction";
     this.lFaction.TextAlign = ContentAlignment.TopCenter;
     this.lFaction.TextStyle = TextStyles.Small;
     this.lMap.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.lMap.AutoGrowDirection = GrowDirections.None;
     this.lMap.AutoStyle = true;
     this.lMap.Font = new Font("Arial", 8f);
     this.lMap.ForeColor = Color.White;
     this.lMap.IgnoreMouseWheel = false;
     this.lMap.IsStyled = false;
     this.lMap.Location = new Point(0x338, 0x1d5);
     this.lMap.Name = "lMap";
     this.lMap.Size = new Size(60, 0x35);
     base.ttDefault.SetSuperTip(this.lMap, null);
     this.lMap.TabIndex = 0x21;
     this.lMap.Text = "Any Ladder map";
     this.lMap.TextAlign = ContentAlignment.TopCenter;
     this.lMap.TextStyle = TextStyles.Small;
     this.lSignups.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lSignups.AutoGrowDirection = GrowDirections.None;
     this.lSignups.AutoSize = true;
     this.lSignups.AutoStyle = true;
     this.lSignups.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lSignups.ForeColor = Color.White;
     this.lSignups.IgnoreMouseWheel = false;
     this.lSignups.IsStyled = false;
     this.lSignups.Location = new Point(0x253, 0x20b);
     this.lSignups.Name = "lSignups";
     this.lSignups.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lSignups, null);
     this.lSignups.TabIndex = 0x25;
     this.lSignups.Text = "-";
     this.lSignups.TextAlign = ContentAlignment.TopRight;
     this.lSignups.TextStyle = TextStyles.Default;
     this.lSignups.Click += new EventHandler(this.lSignupsCaption_Click);
     this.lSignupsCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lSignupsCaption.AutoGrowDirection = GrowDirections.None;
     this.lSignupsCaption.AutoSize = true;
     this.lSignupsCaption.AutoStyle = true;
     this.lSignupsCaption.Font = new Font("Verdana", 8.25f, FontStyle.Underline | FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lSignupsCaption.ForeColor = Color.Red;
     this.lSignupsCaption.IgnoreMouseWheel = false;
     this.lSignupsCaption.IsStyled = false;
     this.lSignupsCaption.Location = new Point(480, 0x20b);
     this.lSignupsCaption.Name = "lSignupsCaption";
     this.lSignupsCaption.Size = new Size(100, 13);
     base.ttDefault.SetSuperTip(this.lSignupsCaption, null);
     this.lSignupsCaption.TabIndex = 0x24;
     this.lSignupsCaption.Text = "<LOC>Signups";
     this.lSignupsCaption.TextAlign = ContentAlignment.TopRight;
     this.lSignupsCaption.TextStyle = TextStyles.ColoredBold;
     this.lSignupsCaption.Click += new EventHandler(this.lSignupsCaption_Click);
     this.lStatus.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lStatus.AutoGrowDirection = GrowDirections.None;
     this.lStatus.AutoSize = true;
     this.lStatus.AutoStyle = true;
     this.lStatus.Font = new Font("Verdana", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lStatus.ForeColor = Color.White;
     this.lStatus.IgnoreMouseWheel = false;
     this.lStatus.IsStyled = false;
     this.lStatus.Location = new Point(0x1b4, 0x20b);
     this.lStatus.Name = "lStatus";
     this.lStatus.Size = new Size(12, 13);
     base.ttDefault.SetSuperTip(this.lStatus, null);
     this.lStatus.TabIndex = 0x23;
     this.lStatus.Text = "-";
     this.lStatus.TextAlign = ContentAlignment.TopRight;
     this.lStatus.TextStyle = TextStyles.Default;
     this.lStatusCaption.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.lStatusCaption.AutoGrowDirection = GrowDirections.None;
     this.lStatusCaption.AutoSize = true;
     this.lStatusCaption.AutoStyle = true;
     this.lStatusCaption.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.lStatusCaption.ForeColor = Color.FromArgb(0xff, 0xcb, 0);
     this.lStatusCaption.IgnoreMouseWheel = false;
     this.lStatusCaption.IsStyled = false;
     this.lStatusCaption.Location = new Point(0x14b, 0x20b);
     this.lStatusCaption.Name = "lStatusCaption";
     this.lStatusCaption.Size = new Size(90, 13);
     base.ttDefault.SetSuperTip(this.lStatusCaption, null);
     this.lStatusCaption.TabIndex = 0x22;
     this.lStatusCaption.Text = "<LOC>Status";
     this.lStatusCaption.TextAlign = ContentAlignment.TopRight;
     this.lStatusCaption.TextStyle = TextStyles.ColoredBold;
     this.btnManage.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnManage.AutoStyle = true;
     this.btnManage.BackColor = Color.Black;
     this.btnManage.ButtonState = 0;
     this.btnManage.DialogResult = DialogResult.None;
     this.btnManage.DisabledForecolor = Color.Gray;
     this.btnManage.DrawColor = Color.White;
     this.btnManage.DrawEdges = true;
     this.btnManage.FocusColor = Color.Yellow;
     this.btnManage.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnManage.ForeColor = Color.White;
     this.btnManage.HorizontalScalingMode = ScalingModes.Tile;
     this.btnManage.IsStyled = true;
     this.btnManage.Location = new Point(0x272, 0x1fd);
     this.btnManage.Name = "btnManage";
     this.btnManage.Size = new Size(0x7d, 0x16);
     this.btnManage.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnManage, null);
     this.btnManage.TabIndex = 0x26;
     this.btnManage.TabStop = true;
     this.btnManage.Text = "<LOC>Director Options";
     this.btnManage.TextAlign = ContentAlignment.MiddleCenter;
     this.btnManage.TextPadding = new Padding(0);
     this.btnManage.Visible = false;
     this.btnManage.Click += new EventHandler(this.btnManage_Click_1);
     this.cmDirector.MenuItems.AddRange(new MenuItem[] { this.menuItem1, this.menuItem4, this.menuItem2, this.menuItem3 });
     this.menuItem1.Index = 0;
     this.menuItem1.Text = "Tournament Manager";
     this.menuItem1.Click += new EventHandler(this.menuItem1_Click);
     this.menuItem4.Index = 1;
     this.menuItem4.Text = "Link to Chat";
     this.menuItem4.Click += new EventHandler(this.menuItem4_Click);
     this.menuItem2.Index = 2;
     this.menuItem2.Text = "Assign New Director";
     this.menuItem2.Click += new EventHandler(this.menuItem2_Click);
     this.menuItem3.Index = 3;
     this.menuItem3.Text = "Delete Tournament";
     this.menuItem3.Click += new EventHandler(this.menuItem3_Click);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(900, 600);
     base.Controls.Add(this.btnManage);
     base.Controls.Add(this.lSignups);
     base.Controls.Add(this.lSignupsCaption);
     base.Controls.Add(this.lStatus);
     base.Controls.Add(this.lStatusCaption);
     base.Controls.Add(this.lInfo);
     base.Controls.Add(this.pbMap);
     base.Controls.Add(this.pbFaction);
     base.Controls.Add(this.btnRegister);
     base.Controls.Add(this.lAssistants);
     base.Controls.Add(this.lNumberOfRounds);
     base.Controls.Add(this.lRoundLength);
     base.Controls.Add(this.lAssistantsCaption);
     base.Controls.Add(this.lNumberOfRoundsCaption);
     base.Controls.Add(this.lRoundLengthCaption);
     base.Controls.Add(this.lWebsite);
     base.Controls.Add(this.lDirector);
     base.Controls.Add(this.lType);
     base.Controls.Add(this.lStartTime);
     base.Controls.Add(this.lWebsiteCaption);
     base.Controls.Add(this.lDirectorCaption);
     base.Controls.Add(this.lTypeCaption);
     base.Controls.Add(this.lStartTimeCaption);
     base.Controls.Add(this.lTournamentDetails);
     base.Controls.Add(this.skinLabel1);
     base.Controls.Add(this.lbMaps);
     base.Controls.Add(this.gpgBorderPanel2);
     base.Controls.Add(this.gpgCalendar1);
     base.Controls.Add(this.lFaction);
     base.Controls.Add(this.lMap);
     base.Controls.Add(this.gpgBorderPanel1);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(900, 600);
     base.Name = "DlgTournamentRegistration";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Tournament Calendar";
     base.Controls.SetChildIndex(this.gpgBorderPanel1, 0);
     base.Controls.SetChildIndex(this.lMap, 0);
     base.Controls.SetChildIndex(this.lFaction, 0);
     base.Controls.SetChildIndex(this.gpgCalendar1, 0);
     base.Controls.SetChildIndex(this.gpgBorderPanel2, 0);
     base.Controls.SetChildIndex(this.lbMaps, 0);
     base.Controls.SetChildIndex(this.skinLabel1, 0);
     base.Controls.SetChildIndex(this.lTournamentDetails, 0);
     base.Controls.SetChildIndex(this.lStartTimeCaption, 0);
     base.Controls.SetChildIndex(this.lTypeCaption, 0);
     base.Controls.SetChildIndex(this.lDirectorCaption, 0);
     base.Controls.SetChildIndex(this.lWebsiteCaption, 0);
     base.Controls.SetChildIndex(this.lStartTime, 0);
     base.Controls.SetChildIndex(this.lType, 0);
     base.Controls.SetChildIndex(this.lDirector, 0);
     base.Controls.SetChildIndex(this.lWebsite, 0);
     base.Controls.SetChildIndex(this.lRoundLengthCaption, 0);
     base.Controls.SetChildIndex(this.lNumberOfRoundsCaption, 0);
     base.Controls.SetChildIndex(this.lAssistantsCaption, 0);
     base.Controls.SetChildIndex(this.lRoundLength, 0);
     base.Controls.SetChildIndex(this.lNumberOfRounds, 0);
     base.Controls.SetChildIndex(this.lAssistants, 0);
     base.Controls.SetChildIndex(this.btnRegister, 0);
     base.Controls.SetChildIndex(this.pbFaction, 0);
     base.Controls.SetChildIndex(this.pbMap, 0);
     base.Controls.SetChildIndex(this.lInfo, 0);
     base.Controls.SetChildIndex(this.lStatusCaption, 0);
     base.Controls.SetChildIndex(this.lStatus, 0);
     base.Controls.SetChildIndex(this.lSignupsCaption, 0);
     base.Controls.SetChildIndex(this.lSignups, 0);
     base.Controls.SetChildIndex(this.btnManage, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     ((ISupportInitialize) this.pbFaction).EndInit();
     ((ISupportInitialize) this.pbMap).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #15
0
 private void InitializeComponent()
 {
     this.lCDKey = new GPGLabel();
     this.tbEmailAddress = new GPGTextBox();
     this.btnContinue = new SkinButton();
     this.lKeyInfo = new GPGLabel();
     this.lEmail = new GPGLabel();
     this.gpgCheckBoxMailer = new GPGCheckBox();
     this.btnCreateAccount = new SkinButton();
     this.btnCancel = new SkinButton();
     this.labelError = new GPGLabel();
     this.gpgLabel1 = new GPGLabel();
     this.gpgPictureBox1 = new GPGPictureBox();
     this.tbEmailAddress.Properties.BeginInit();
     ((ISupportInitialize) this.gpgPictureBox1).BeginInit();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     this.lCDKey.AutoSize = true;
     this.lCDKey.AutoStyle = true;
     this.lCDKey.Font = new Font("Arial", 9.75f);
     this.lCDKey.ForeColor = System.Drawing.Color.White;
     this.lCDKey.IgnoreMouseWheel = false;
     this.lCDKey.IsStyled = false;
     this.lCDKey.Location = new Point(0x2a, 0xd3);
     this.lCDKey.Name = "lCDKey";
     this.lCDKey.Size = new Size(0x5f, 0x10);
     this.lCDKey.TabIndex = 7;
     this.lCDKey.Text = "<LOC>CD Key";
     this.lCDKey.TextStyle = TextStyles.Default;
     this.tbEmailAddress.Location = new Point(0x2d, 0x117);
     this.tbEmailAddress.Name = "tbEmailAddress";
     this.tbEmailAddress.Properties.Appearance.BackColor = System.Drawing.Color.Black;
     this.tbEmailAddress.Properties.Appearance.BorderColor = System.Drawing.Color.FromArgb(0x52, 0x83, 190);
     this.tbEmailAddress.Properties.Appearance.ForeColor = System.Drawing.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 = System.Drawing.Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbEmailAddress.Properties.AppearanceFocused.BackColor2 = System.Drawing.Color.FromArgb(0, 0, 0);
     this.tbEmailAddress.Properties.AppearanceFocused.BorderColor = System.Drawing.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(0x132, 20);
     this.tbEmailAddress.TabIndex = 8;
     this.btnContinue.AutoStyle = true;
     this.btnContinue.BackColor = System.Drawing.Color.Black;
     this.btnContinue.DialogResult = DialogResult.OK;
     this.btnContinue.DisabledForecolor = System.Drawing.Color.Gray;
     this.btnContinue.DrawEdges = true;
     this.btnContinue.FocusColor = System.Drawing.Color.Yellow;
     this.btnContinue.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnContinue.ForeColor = System.Drawing.Color.White;
     this.btnContinue.HorizontalScalingMode = ScalingModes.Tile;
     this.btnContinue.IsStyled = true;
     this.btnContinue.Location = new Point(0x2d, 0x176);
     this.btnContinue.Name = "btnContinue";
     this.btnContinue.Size = new Size(150, 0x1c);
     this.btnContinue.SkinBasePath = @"Controls\Button\Round Edge";
     this.btnContinue.TabIndex = 0x17;
     this.btnContinue.Text = "<LOC>Finish";
     this.btnContinue.TextAlign = ContentAlignment.MiddleCenter;
     this.btnContinue.TextPadding = new Padding(0);
     this.btnContinue.Click += new EventHandler(this.btnContinue_Click);
     this.lKeyInfo.AutoSize = true;
     this.lKeyInfo.AutoStyle = true;
     this.lKeyInfo.Font = new Font("Arial", 9.75f, FontStyle.Italic);
     this.lKeyInfo.ForeColor = System.Drawing.Color.White;
     this.lKeyInfo.IgnoreMouseWheel = false;
     this.lKeyInfo.IsStyled = false;
     this.lKeyInfo.Location = new Point(0x2b, 0xe3);
     this.lKeyInfo.Name = "lKeyInfo";
     this.lKeyInfo.Size = new Size(0xcc, 0x10);
     this.lKeyInfo.TabIndex = 0x18;
     this.lKeyInfo.Text = "XXXX-XXXX-XXXX-XXXX-XXXX";
     this.lKeyInfo.TextStyle = TextStyles.Title;
     this.lEmail.AutoSize = true;
     this.lEmail.AutoStyle = true;
     this.lEmail.Font = new Font("Arial", 9.75f);
     this.lEmail.ForeColor = System.Drawing.Color.White;
     this.lEmail.IgnoreMouseWheel = false;
     this.lEmail.IsStyled = false;
     this.lEmail.Location = new Point(0x2a, 260);
     this.lEmail.Name = "lEmail";
     this.lEmail.Size = new Size(0x87, 0x10);
     this.lEmail.TabIndex = 0x19;
     this.lEmail.Text = "<LOC>Email Address";
     this.lEmail.TextStyle = TextStyles.Default;
     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(0x2e, 0x131);
     this.gpgCheckBoxMailer.Name = "gpgCheckBoxMailer";
     this.gpgCheckBoxMailer.Size = new Size(0x131, 0x24);
     this.gpgCheckBoxMailer.TabIndex = 0x1a;
     this.gpgCheckBoxMailer.Text = "<LOC>Send me exclusive Supreme Commander and Gas Powered Games updates via email";
     this.gpgCheckBoxMailer.TextAlign = ContentAlignment.TopLeft;
     this.gpgCheckBoxMailer.UseVisualStyleBackColor = true;
     this.btnCreateAccount.AutoStyle = true;
     this.btnCreateAccount.BackColor = System.Drawing.Color.Black;
     this.btnCreateAccount.DialogResult = DialogResult.OK;
     this.btnCreateAccount.DisabledForecolor = System.Drawing.Color.Gray;
     this.btnCreateAccount.DrawEdges = true;
     this.btnCreateAccount.FocusColor = System.Drawing.Color.Yellow;
     this.btnCreateAccount.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnCreateAccount.ForeColor = System.Drawing.Color.White;
     this.btnCreateAccount.HorizontalScalingMode = ScalingModes.Tile;
     this.btnCreateAccount.IsStyled = true;
     this.btnCreateAccount.Location = new Point(0x2d, 0x198);
     this.btnCreateAccount.Name = "btnCreateAccount";
     this.btnCreateAccount.Size = new Size(0x132, 0x1c);
     this.btnCreateAccount.SkinBasePath = @"Controls\Button\Round Edge";
     this.btnCreateAccount.TabIndex = 0x1b;
     this.btnCreateAccount.Text = "<LOC>Create my GPGnet account now";
     this.btnCreateAccount.TextAlign = ContentAlignment.MiddleCenter;
     this.btnCreateAccount.TextPadding = new Padding(0);
     this.btnCreateAccount.Click += new EventHandler(this.btnCreateAccount_Click);
     this.btnCancel.AutoStyle = true;
     this.btnCancel.BackColor = System.Drawing.Color.Black;
     this.btnCancel.DialogResult = DialogResult.OK;
     this.btnCancel.DisabledForecolor = System.Drawing.Color.Gray;
     this.btnCancel.DrawEdges = true;
     this.btnCancel.FocusColor = System.Drawing.Color.Yellow;
     this.btnCancel.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnCancel.ForeColor = System.Drawing.Color.White;
     this.btnCancel.HorizontalScalingMode = ScalingModes.Tile;
     this.btnCancel.IsStyled = true;
     this.btnCancel.Location = new Point(0xc9, 0x176);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new Size(150, 0x1c);
     this.btnCancel.SkinBasePath = @"Controls\Button\Round Edge";
     this.btnCancel.TabIndex = 0x18;
     this.btnCancel.Text = "<LOC>Cancel";
     this.btnCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.btnCancel.TextPadding = new Padding(0);
     this.btnCancel.Click += new EventHandler(this.btnCancel_Click);
     this.labelError.AutoStyle = true;
     this.labelError.Font = new Font("Arial", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.labelError.ForeColor = System.Drawing.Color.Red;
     this.labelError.IgnoreMouseWheel = false;
     this.labelError.IsStyled = false;
     this.labelError.Location = new Point(0x2b, 0x157);
     this.labelError.Name = "labelError";
     this.labelError.Size = new Size(0x134, 0x3b);
     this.labelError.TabIndex = 0x1c;
     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.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Arial", 9.75f);
     this.gpgLabel1.ForeColor = System.Drawing.Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(0x2b, 0x91);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x134, 0x42);
     this.gpgLabel1.TabIndex = 0x1d;
     this.gpgLabel1.Text = "<LOC id=_9e9ed56d2db37471cd3003807992eb67>Please register your copy of Supreme Commander!  Keep in contact with us by optionally providing your email address.";
     this.gpgLabel1.TextStyle = TextStyles.Default;
     this.gpgPictureBox1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgPictureBox1.Image = Resources.fakebanner;
     this.gpgPictureBox1.Location = new Point(6, 0x3d);
     this.gpgPictureBox1.Name = "gpgPictureBox1";
     this.gpgPictureBox1.Size = new Size(0x180, 0x42);
     this.gpgPictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
     this.gpgPictureBox1.TabIndex = 30;
     this.gpgPictureBox1.TabStop = false;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x18c, 0x1f5);
     base.Controls.Add(this.gpgPictureBox1);
     base.Controls.Add(this.gpgLabel1);
     base.Controls.Add(this.tbEmailAddress);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnCreateAccount);
     base.Controls.Add(this.gpgCheckBoxMailer);
     base.Controls.Add(this.lKeyInfo);
     base.Controls.Add(this.btnContinue);
     base.Controls.Add(this.lCDKey);
     base.Controls.Add(this.labelError);
     base.Controls.Add(this.lEmail);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.Name = "DlgRegisterSupcom";
     this.Text = "<LOC>Supreme Commander Registration";
     base.Controls.SetChildIndex(this.lEmail, 0);
     base.Controls.SetChildIndex(this.labelError, 0);
     base.Controls.SetChildIndex(this.lCDKey, 0);
     base.Controls.SetChildIndex(this.btnContinue, 0);
     base.Controls.SetChildIndex(this.lKeyInfo, 0);
     base.Controls.SetChildIndex(this.gpgCheckBoxMailer, 0);
     base.Controls.SetChildIndex(this.btnCreateAccount, 0);
     base.Controls.SetChildIndex(this.btnCancel, 0);
     base.Controls.SetChildIndex(this.tbEmailAddress, 0);
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.gpgPictureBox1, 0);
     this.tbEmailAddress.Properties.EndInit();
     ((ISupportInitialize) this.gpgPictureBox1).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #16
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(ActivityMonitor));
     this.gpgPanel1 = new GPGPanel();
     this.gpgLabelName = new GPGLabel();
     this.progressMeter = new ProgressMeter();
     this.gpgPanel2 = new GPGPanel();
     this.gpgLabelStatus = new GPGLabel();
     this.skinButtonRemove = new SkinButton();
     this.gpgPictureBoxContentType = new GPGPictureBox();
     this.imageListContentTypes = new ImageList(this.components);
     this.gpgPanel1.SuspendLayout();
     this.gpgPanel2.SuspendLayout();
     ((ISupportInitialize) this.gpgPictureBoxContentType).BeginInit();
     base.SuspendLayout();
     this.gpgPanel1.AutoScroll = true;
     this.gpgPanel1.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanel1.BorderThickness = 2;
     this.gpgPanel1.Controls.Add(this.gpgLabelName);
     this.gpgPanel1.DrawBorder = false;
     this.gpgPanel1.Location = new Point(0x1c, 5);
     this.gpgPanel1.Name = "gpgPanel1";
     this.gpgPanel1.Size = new Size(0xc4, 0x19);
     this.gpgPanel1.TabIndex = 0;
     this.gpgLabelName.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgLabelName.AutoGrowDirection = GrowDirections.Vertical;
     this.gpgLabelName.AutoStyle = true;
     this.gpgLabelName.Font = new Font("Arial", 9.75f);
     this.gpgLabelName.ForeColor = Color.White;
     this.gpgLabelName.IgnoreMouseWheel = false;
     this.gpgLabelName.IsStyled = false;
     this.gpgLabelName.Location = new Point(0, 4);
     this.gpgLabelName.Name = "gpgLabelName";
     this.gpgLabelName.Size = new Size(0xb0, 15);
     this.gpgLabelName.TabIndex = 0;
     this.gpgLabelName.Text = "gpgLabelName";
     this.gpgLabelName.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabelName.TextStyle = TextStyles.Bold;
     this.progressMeter.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.progressMeter.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.progressMeter.BorderWidth = 2f;
     this.progressMeter.EmptyColor = Color.Gray;
     this.progressMeter.FillColor = Color.ForestGreen;
     this.progressMeter.Location = new Point(230, 9);
     this.progressMeter.Monitor = null;
     this.progressMeter.Name = "progressMeter";
     this.progressMeter.Progress = 0;
     this.progressMeter.RefreshInterval = 500;
     this.progressMeter.Size = new Size(0x110, 0x11);
     this.progressMeter.TabIndex = 1;
     this.progressMeter.Text = "progressMeter1";
     this.gpgPanel2.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgPanel2.AutoScroll = true;
     this.gpgPanel2.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanel2.BorderThickness = 2;
     this.gpgPanel2.Controls.Add(this.gpgLabelStatus);
     this.gpgPanel2.DrawBorder = false;
     this.gpgPanel2.Location = new Point(0x1fc, 5);
     this.gpgPanel2.Name = "gpgPanel2";
     this.gpgPanel2.Size = new Size(0x103, 0x19);
     this.gpgPanel2.TabIndex = 2;
     this.gpgLabelStatus.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgLabelStatus.AutoGrowDirection = GrowDirections.Vertical;
     this.gpgLabelStatus.AutoStyle = true;
     this.gpgLabelStatus.Font = new Font("Arial", 9.75f);
     this.gpgLabelStatus.ForeColor = Color.White;
     this.gpgLabelStatus.IgnoreMouseWheel = false;
     this.gpgLabelStatus.IsStyled = false;
     this.gpgLabelStatus.Location = new Point(0, 4);
     this.gpgLabelStatus.Name = "gpgLabelStatus";
     this.gpgLabelStatus.Size = new Size(0xef, 15);
     this.gpgLabelStatus.TabIndex = 1;
     this.gpgLabelStatus.Text = "Idle";
     this.gpgLabelStatus.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabelStatus.TextStyle = TextStyles.Default;
     this.skinButtonRemove.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.skinButtonRemove.AutoStyle = true;
     this.skinButtonRemove.BackColor = Color.Transparent;
     this.skinButtonRemove.ButtonState = 0;
     this.skinButtonRemove.DialogResult = DialogResult.OK;
     this.skinButtonRemove.DisabledForecolor = Color.Gray;
     this.skinButtonRemove.DrawColor = Color.White;
     this.skinButtonRemove.DrawEdges = false;
     this.skinButtonRemove.FocusColor = Color.Yellow;
     this.skinButtonRemove.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonRemove.ForeColor = Color.White;
     this.skinButtonRemove.HorizontalScalingMode = ScalingModes.Center;
     this.skinButtonRemove.IsStyled = true;
     this.skinButtonRemove.Location = new Point(0x305, 8);
     this.skinButtonRemove.Name = "skinButtonRemove";
     this.skinButtonRemove.Size = new Size(0x18, 0x12);
     this.skinButtonRemove.SkinBasePath = @"Dialog\ContentManager\BtnDeleteRating";
     this.skinButtonRemove.TabIndex = 14;
     this.skinButtonRemove.TabStop = true;
     this.skinButtonRemove.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonRemove.TextPadding = new Padding(0);
     base.ttDefault.SetToolTip(this.skinButtonRemove, "<LOC>Remove");
     this.skinButtonRemove.Visible = false;
     this.skinButtonRemove.Click += new EventHandler(this.skinButtonRemove_Click);
     this.gpgPictureBoxContentType.Location = new Point(6, 10);
     this.gpgPictureBoxContentType.Name = "gpgPictureBoxContentType";
     this.gpgPictureBoxContentType.Size = new Size(0x10, 0x10);
     this.gpgPictureBoxContentType.TabIndex = 15;
     this.gpgPictureBoxContentType.TabStop = false;
     this.imageListContentTypes.ImageStream = (ImageListStreamer) manager.GetObject("imageListContentTypes.ImageStream");
     this.imageListContentTypes.TransparentColor = Color.Transparent;
     this.imageListContentTypes.Images.SetKeyName(0, "icon_map_sm_trans.png");
     this.imageListContentTypes.Images.SetKeyName(1, "icon_mod_sm_trans.png");
     this.imageListContentTypes.Images.SetKeyName(2, "icon_mag_glass_sm.png");
     this.imageListContentTypes.Images.SetKeyName(3, "icon_saved_sm.png");
     this.imageListContentTypes.Images.SetKeyName(4, "icon_my_upload_sm.png");
     this.imageListContentTypes.Images.SetKeyName(5, "icon_avail_upload_sm.png");
     this.imageListContentTypes.Images.SetKeyName(6, "icon_replay_sm.png");
     this.imageListContentTypes.Images.SetKeyName(7, "icon_missing_sm.png");
     this.imageListContentTypes.Images.SetKeyName(8, "icon_tools_sm_trans.png");
     this.imageListContentTypes.Images.SetKeyName(9, "icon_video_sm_trans.png");
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     this.BackColor = Color.Black;
     base.Controls.Add(this.gpgPictureBoxContentType);
     base.Controls.Add(this.skinButtonRemove);
     base.Controls.Add(this.gpgPanel2);
     base.Controls.Add(this.progressMeter);
     base.Controls.Add(this.gpgPanel1);
     this.DoubleBuffered = true;
     base.Name = "ActivityMonitor";
     base.Size = new Size(0x323, 0x23);
     this.gpgPanel1.ResumeLayout(false);
     this.gpgPanel2.ResumeLayout(false);
     ((ISupportInitialize) this.gpgPictureBoxContentType).EndInit();
     base.ResumeLayout(false);
 }
コード例 #17
0
 private void InitializeComponent()
 {
     this.skinDropDownPlayer = new SkinDropDown();
     this.gpgPictureBoxReady = new GPGPictureBox();
     this.skinButtonSelectCharacter = new SkinButton();
     this.gpgLabelCharacterName = new GPGLabel();
     this.skinButtonLaunch = new SkinButton();
     ((ISupportInitialize) this.gpgPictureBoxReady).BeginInit();
     base.SuspendLayout();
     this.skinDropDownPlayer.AutoStyle = true;
     this.skinDropDownPlayer.BackColor = Color.Black;
     this.skinDropDownPlayer.ButtonState = 0;
     this.skinDropDownPlayer.DialogResult = DialogResult.OK;
     this.skinDropDownPlayer.DisabledForecolor = Color.Gray;
     this.skinDropDownPlayer.DrawColor = Color.Black;
     this.skinDropDownPlayer.DrawEdges = true;
     this.skinDropDownPlayer.FocusColor = Color.Yellow;
     this.skinDropDownPlayer.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinDropDownPlayer.ForeColor = Color.Black;
     this.skinDropDownPlayer.HorizontalScalingMode = ScalingModes.Stretch;
     this.skinDropDownPlayer.Icon = null;
     this.skinDropDownPlayer.IsStyled = true;
     this.skinDropDownPlayer.Location = new Point(6, 6);
     this.skinDropDownPlayer.Name = "skinDropDownPlayer";
     this.skinDropDownPlayer.Size = new Size(250, 0x1a);
     this.skinDropDownPlayer.SkinBasePath = @"Controls\Button\ChatroomList";
     this.skinDropDownPlayer.TabIndex = 9;
     this.skinDropDownPlayer.TabStop = true;
     this.skinDropDownPlayer.Text = "<LOC>Open";
     this.skinDropDownPlayer.TextAlign = ContentAlignment.MiddleLeft;
     this.skinDropDownPlayer.TextPadding = new Padding(6, 0, 0, 0);
     this.gpgPictureBoxReady.Location = new Point(0x1bf, 8);
     this.gpgPictureBoxReady.Name = "gpgPictureBoxReady";
     this.gpgPictureBoxReady.Size = new Size(0x18, 0x18);
     this.gpgPictureBoxReady.SizeMode = PictureBoxSizeMode.CenterImage;
     this.gpgPictureBoxReady.TabIndex = 10;
     this.gpgPictureBoxReady.TabStop = false;
     this.gpgPictureBoxReady.Click += new EventHandler(this.gpgPictureBoxReady_Click);
     this.skinButtonSelectCharacter.AutoStyle = true;
     this.skinButtonSelectCharacter.BackColor = Color.Transparent;
     this.skinButtonSelectCharacter.ButtonState = 0;
     this.skinButtonSelectCharacter.DialogResult = DialogResult.OK;
     this.skinButtonSelectCharacter.DisabledForecolor = Color.Gray;
     this.skinButtonSelectCharacter.DrawColor = Color.White;
     this.skinButtonSelectCharacter.DrawEdges = true;
     this.skinButtonSelectCharacter.FocusColor = Color.Yellow;
     this.skinButtonSelectCharacter.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSelectCharacter.ForeColor = Color.White;
     this.skinButtonSelectCharacter.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonSelectCharacter.IsStyled = true;
     this.skinButtonSelectCharacter.Location = new Point(0x1ed, 10);
     this.skinButtonSelectCharacter.Name = "skinButtonSelectCharacter";
     this.skinButtonSelectCharacter.Size = new Size(0x99, 0x12);
     this.skinButtonSelectCharacter.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonSelectCharacter.TabIndex = 11;
     this.skinButtonSelectCharacter.TabStop = true;
     this.skinButtonSelectCharacter.Text = "<LOC>Select Character";
     this.skinButtonSelectCharacter.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSelectCharacter.TextPadding = new Padding(0);
     this.skinButtonSelectCharacter.Visible = false;
     this.skinButtonSelectCharacter.Click += new EventHandler(this.skinButtonSelectCharacter_Click);
     this.gpgLabelCharacterName.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelCharacterName.AutoSize = true;
     this.gpgLabelCharacterName.AutoStyle = true;
     this.gpgLabelCharacterName.Font = new Font("Arial", 9.75f);
     this.gpgLabelCharacterName.ForeColor = Color.White;
     this.gpgLabelCharacterName.IgnoreMouseWheel = false;
     this.gpgLabelCharacterName.IsStyled = false;
     this.gpgLabelCharacterName.Location = new Point(0x106, 12);
     this.gpgLabelCharacterName.Name = "gpgLabelCharacterName";
     this.gpgLabelCharacterName.Size = new Size(0xb1, 0x10);
     this.gpgLabelCharacterName.TabIndex = 12;
     this.gpgLabelCharacterName.Text = "<LOC>No character selected";
     this.gpgLabelCharacterName.TextStyle = TextStyles.ColoredBold;
     this.skinButtonLaunch.AutoStyle = true;
     this.skinButtonLaunch.BackColor = Color.Transparent;
     this.skinButtonLaunch.ButtonState = 0;
     this.skinButtonLaunch.DialogResult = DialogResult.OK;
     this.skinButtonLaunch.DisabledForecolor = Color.Gray;
     this.skinButtonLaunch.DrawColor = Color.White;
     this.skinButtonLaunch.DrawEdges = true;
     this.skinButtonLaunch.FocusColor = Color.Yellow;
     this.skinButtonLaunch.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonLaunch.ForeColor = Color.White;
     this.skinButtonLaunch.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonLaunch.IsStyled = true;
     this.skinButtonLaunch.Location = new Point(0x28c, 10);
     this.skinButtonLaunch.Name = "skinButtonLaunch";
     this.skinButtonLaunch.Size = new Size(0x6a, 0x12);
     this.skinButtonLaunch.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonLaunch.TabIndex = 12;
     this.skinButtonLaunch.TabStop = true;
     this.skinButtonLaunch.Text = "<LOC>Launch";
     this.skinButtonLaunch.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonLaunch.TextPadding = new Padding(0);
     this.skinButtonLaunch.Visible = false;
     this.skinButtonLaunch.Click += new EventHandler(this.skinButtonLaunch_Click);
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     this.BackColor = Color.Transparent;
     base.Controls.Add(this.skinButtonLaunch);
     base.Controls.Add(this.gpgPictureBoxReady);
     base.Controls.Add(this.gpgLabelCharacterName);
     base.Controls.Add(this.skinButtonSelectCharacter);
     base.Controls.Add(this.skinDropDownPlayer);
     base.Name = "PnlLobbyParticipant";
     base.Size = new Size(0x2fc, 0x26);
     ((ISupportInitialize) this.gpgPictureBoxReady).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
コード例 #18
0
 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();
 }
コード例 #19
0
ファイル: DlgLogin.cs プロジェクト: micheljung/gpgnetfix
 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();
 }
コード例 #20
0
 private void InitializeComponent()
 {
     this.splitContainer1 = new SplitContainer();
     this.splitContainer2 = new SplitContainer();
     this.gpgPictureBoxClanIcon = new GPGPictureBox();
     this.backLabelTitle = new SkinLabel();
     this.gpgLabelFounded = new GPGLabel();
     this.flowLayoutPanel1 = new FlowLayoutPanel();
     this.gpgPanelEdit = new GPGPanel();
     this.skinButtonSaveEdit = new SkinButton();
     this.gpgLabelError = new GPGLabel();
     this.skinButtonEdit = new SkinButton();
     this.skinButtonCancelEdit = new SkinButton();
     this.gpgTextAreaDescription = new GPGTextArea();
     this.gpgLabelDescription = new GPGLabel();
     this.gpgScrollPanelGrid = new GPGScrollPanel();
     this.splitContainerRoster = new SplitContainer();
     this.backLabelRoster = new SkinLabel();
     this.gpgScrollPanelRoster = new GPGScrollPanel();
     this.pnlUserListClan = new PnlUserList();
     this.gpgContextMenuChat = new GPGContextMenu();
     this.ciChat_WhisperPlayer = new MenuItem();
     this.ciChat_WebStats = new MenuItem();
     this.ciChat_ViewPlayer = new MenuItem();
     this.ciChat_IgnorePlayer = new MenuItem();
     this.ciChat_UnignorePlayer = new MenuItem();
     this.menuItem10 = new MenuItem();
     this.ciChat_InviteFriend = new MenuItem();
     this.ciChat_RemoveFriend = new MenuItem();
     this.menuItem8 = new MenuItem();
     this.ciChat_RequestClanInvite = new MenuItem();
     this.ciChat_PromoteClan = new MenuItem();
     this.ciChat_DemoteClan = new MenuItem();
     this.ciChat_RemoveClan = new MenuItem();
     this.skinButtonLast = new SkinButton();
     this.skinButtonNext = new SkinButton();
     this.skinButtonClose = new SkinButton();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((ISupportInitialize) this.gpgPictureBoxClanIcon).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     this.gpgPanelEdit.SuspendLayout();
     this.gpgTextAreaDescription.Properties.BeginInit();
     this.gpgScrollPanelGrid.SuspendLayout();
     this.splitContainerRoster.Panel1.SuspendLayout();
     this.splitContainerRoster.Panel2.SuspendLayout();
     this.splitContainerRoster.SuspendLayout();
     this.gpgScrollPanelRoster.SuspendLayout();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x27b, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.splitContainer1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.splitContainer1.FixedPanel = FixedPanel.Panel2;
     this.splitContainer1.Location = new Point(12, 0x4b);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     base.ttDefault.SetSuperTip(this.splitContainer1.Panel1, null);
     this.splitContainer1.Panel2.Controls.Add(this.gpgScrollPanelGrid);
     base.ttDefault.SetSuperTip(this.splitContainer1.Panel2, null);
     this.splitContainer1.Size = new Size(0x29f, 0x18c);
     this.splitContainer1.SplitterDistance = 460;
     base.ttDefault.SetSuperTip(this.splitContainer1, null);
     this.splitContainer1.TabIndex = 4;
     this.splitContainer2.Dock = DockStyle.Fill;
     this.splitContainer2.FixedPanel = FixedPanel.Panel1;
     this.splitContainer2.Location = new Point(0, 0);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = Orientation.Horizontal;
     this.splitContainer2.Panel1.Controls.Add(this.gpgPictureBoxClanIcon);
     this.splitContainer2.Panel1.Controls.Add(this.backLabelTitle);
     this.splitContainer2.Panel1.Controls.Add(this.gpgLabelFounded);
     base.ttDefault.SetSuperTip(this.splitContainer2.Panel1, null);
     this.splitContainer2.Panel2.AutoScroll = true;
     this.splitContainer2.Panel2.Controls.Add(this.flowLayoutPanel1);
     base.ttDefault.SetSuperTip(this.splitContainer2.Panel2, null);
     this.splitContainer2.Size = new Size(460, 0x18c);
     this.splitContainer2.SplitterDistance = 0x39;
     this.splitContainer2.SplitterWidth = 1;
     base.ttDefault.SetSuperTip(this.splitContainer2, null);
     this.splitContainer2.TabIndex = 0;
     this.gpgPictureBoxClanIcon.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgPictureBoxClanIcon.Location = new Point(0x193, 3);
     this.gpgPictureBoxClanIcon.Name = "gpgPictureBoxClanIcon";
     this.gpgPictureBoxClanIcon.Size = new Size(40, 20);
     base.ttDefault.SetSuperTip(this.gpgPictureBoxClanIcon, null);
     this.gpgPictureBoxClanIcon.TabIndex = 6;
     this.gpgPictureBoxClanIcon.TabStop = false;
     this.gpgPictureBoxClanIcon.Visible = false;
     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", 14f, FontStyle.Bold);
     this.backLabelTitle.ForeColor = Color.White;
     this.backLabelTitle.HorizontalScalingMode = ScalingModes.Tile;
     this.backLabelTitle.IsStyled = false;
     this.backLabelTitle.Location = new Point(0, 1);
     this.backLabelTitle.Margin = new Padding(0);
     this.backLabelTitle.Name = "backLabelTitle";
     this.backLabelTitle.Size = new Size(460, 0x18);
     this.backLabelTitle.SkinBasePath = @"Controls\Background Label\Rectangle";
     base.ttDefault.SetSuperTip(this.backLabelTitle, null);
     this.backLabelTitle.TabIndex = 5;
     this.backLabelTitle.Text = "clan name";
     this.backLabelTitle.TextAlign = ContentAlignment.MiddleLeft;
     this.backLabelTitle.TextPadding = new Padding(0);
     this.gpgLabelFounded.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelFounded.AutoSize = true;
     this.gpgLabelFounded.AutoStyle = true;
     this.gpgLabelFounded.Font = new Font("Arial", 9.75f);
     this.gpgLabelFounded.ForeColor = Color.Yellow;
     this.gpgLabelFounded.IgnoreMouseWheel = false;
     this.gpgLabelFounded.IsStyled = false;
     this.gpgLabelFounded.Location = new Point(0, 0x1a);
     this.gpgLabelFounded.Margin = new Padding(0);
     this.gpgLabelFounded.Name = "gpgLabelFounded";
     this.gpgLabelFounded.Size = new Size(0x43, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelFounded, null);
     this.gpgLabelFounded.TabIndex = 1;
     this.gpgLabelFounded.Text = "gpgLabel1";
     this.gpgLabelFounded.TextStyle = TextStyles.Status;
     this.flowLayoutPanel1.AutoScroll = true;
     this.flowLayoutPanel1.AutoSize = true;
     this.flowLayoutPanel1.AutoSizeMode = AutoSizeMode.GrowAndShrink;
     this.flowLayoutPanel1.Controls.Add(this.gpgPanelEdit);
     this.flowLayoutPanel1.Controls.Add(this.gpgTextAreaDescription);
     this.flowLayoutPanel1.Controls.Add(this.gpgLabelDescription);
     this.flowLayoutPanel1.Dock = DockStyle.Fill;
     this.flowLayoutPanel1.Location = new Point(0, 0);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new Size(460, 0x152);
     base.ttDefault.SetSuperTip(this.flowLayoutPanel1, null);
     this.flowLayoutPanel1.TabIndex = 1;
     this.flowLayoutPanel1.Resize += new EventHandler(this.flowLayoutPanel1_Resize);
     this.gpgPanelEdit.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelEdit.BorderThickness = 2;
     this.gpgPanelEdit.Controls.Add(this.skinButtonSaveEdit);
     this.gpgPanelEdit.Controls.Add(this.gpgLabelError);
     this.gpgPanelEdit.Controls.Add(this.skinButtonEdit);
     this.gpgPanelEdit.Controls.Add(this.skinButtonCancelEdit);
     this.gpgPanelEdit.DrawBorder = false;
     this.gpgPanelEdit.Location = new Point(3, 3);
     this.gpgPanelEdit.Name = "gpgPanelEdit";
     this.gpgPanelEdit.Size = new Size(0x166, 0x38);
     base.ttDefault.SetSuperTip(this.gpgPanelEdit, null);
     this.gpgPanelEdit.TabIndex = 2;
     this.skinButtonSaveEdit.AutoStyle = true;
     this.skinButtonSaveEdit.BackColor = Color.Black;
     this.skinButtonSaveEdit.ButtonState = 0;
     this.skinButtonSaveEdit.DialogResult = DialogResult.OK;
     this.skinButtonSaveEdit.DisabledForecolor = Color.Gray;
     this.skinButtonSaveEdit.DrawColor = Color.White;
     this.skinButtonSaveEdit.DrawEdges = true;
     this.skinButtonSaveEdit.FocusColor = Color.Yellow;
     this.skinButtonSaveEdit.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSaveEdit.ForeColor = Color.White;
     this.skinButtonSaveEdit.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonSaveEdit.IsStyled = true;
     this.skinButtonSaveEdit.Location = new Point(0x57, 10);
     this.skinButtonSaveEdit.Name = "skinButtonSaveEdit";
     this.skinButtonSaveEdit.Size = new Size(0x51, 20);
     this.skinButtonSaveEdit.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonSaveEdit, null);
     this.skinButtonSaveEdit.TabIndex = 1;
     this.skinButtonSaveEdit.TabStop = true;
     this.skinButtonSaveEdit.Text = "<LOC>Save";
     this.skinButtonSaveEdit.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSaveEdit.TextPadding = new Padding(0);
     this.skinButtonSaveEdit.Visible = false;
     this.skinButtonSaveEdit.Click += new EventHandler(this.skinButtonSaveEdit_Click);
     this.gpgLabelError.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelError.AutoSize = true;
     this.gpgLabelError.AutoStyle = true;
     this.gpgLabelError.Font = new Font("Arial", 9.75f);
     this.gpgLabelError.ForeColor = Color.Red;
     this.gpgLabelError.IgnoreMouseWheel = false;
     this.gpgLabelError.IsStyled = false;
     this.gpgLabelError.Location = new Point(0, 0x21);
     this.gpgLabelError.Name = "gpgLabelError";
     this.gpgLabelError.Size = new Size(0x58, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelError, null);
     this.gpgLabelError.TabIndex = 3;
     this.gpgLabelError.Text = "gpgLabelError";
     this.gpgLabelError.TextStyle = TextStyles.Error;
     this.gpgLabelError.Visible = false;
     this.skinButtonEdit.AutoStyle = true;
     this.skinButtonEdit.BackColor = Color.Black;
     this.skinButtonEdit.ButtonState = 0;
     this.skinButtonEdit.DialogResult = DialogResult.OK;
     this.skinButtonEdit.DisabledForecolor = Color.Gray;
     this.skinButtonEdit.DrawColor = Color.White;
     this.skinButtonEdit.DrawEdges = true;
     this.skinButtonEdit.FocusColor = Color.Yellow;
     this.skinButtonEdit.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonEdit.ForeColor = Color.White;
     this.skinButtonEdit.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonEdit.IsStyled = true;
     this.skinButtonEdit.Location = new Point(0, 10);
     this.skinButtonEdit.Name = "skinButtonEdit";
     this.skinButtonEdit.Size = new Size(0x51, 20);
     this.skinButtonEdit.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonEdit, null);
     this.skinButtonEdit.TabIndex = 0;
     this.skinButtonEdit.TabStop = true;
     this.skinButtonEdit.Text = "<LOC>Edit";
     this.skinButtonEdit.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonEdit.TextPadding = new Padding(0);
     this.skinButtonEdit.Click += new EventHandler(this.skinButtonEdit_Click);
     this.skinButtonCancelEdit.AutoStyle = true;
     this.skinButtonCancelEdit.BackColor = Color.Transparent;
     this.skinButtonCancelEdit.ButtonState = 0;
     this.skinButtonCancelEdit.DialogResult = DialogResult.OK;
     this.skinButtonCancelEdit.DisabledForecolor = Color.Gray;
     this.skinButtonCancelEdit.DrawColor = Color.Empty;
     this.skinButtonCancelEdit.DrawEdges = true;
     this.skinButtonCancelEdit.FocusColor = Color.Yellow;
     this.skinButtonCancelEdit.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonCancelEdit.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonCancelEdit.IsStyled = false;
     this.skinButtonCancelEdit.Location = new Point(0, 10);
     this.skinButtonCancelEdit.Name = "skinButtonCancelEdit";
     this.skinButtonCancelEdit.Size = new Size(0x51, 20);
     this.skinButtonCancelEdit.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonCancelEdit, null);
     this.skinButtonCancelEdit.TabIndex = 2;
     this.skinButtonCancelEdit.TabStop = true;
     this.skinButtonCancelEdit.Text = "<LOC>Cancel";
     this.skinButtonCancelEdit.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonCancelEdit.TextPadding = new Padding(0);
     this.skinButtonCancelEdit.Visible = false;
     this.skinButtonCancelEdit.Click += new EventHandler(this.skinButtonCancelEdit_Click);
     this.gpgTextAreaDescription.BorderColor = Color.White;
     this.gpgTextAreaDescription.Location = new Point(3, 0x41);
     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.Size = new Size(0x166, 0x9c);
     this.gpgTextAreaDescription.TabIndex = 0;
     this.gpgTextAreaDescription.KeyDown += new KeyEventHandler(this.gpgTextAreaDescription_KeyDown);
     this.gpgLabelDescription.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelDescription.AutoStyle = true;
     this.gpgLabelDescription.BackColor = Color.Black;
     this.gpgLabelDescription.Font = new Font("Arial", 9.75f);
     this.gpgLabelDescription.ForeColor = Color.White;
     this.gpgLabelDescription.IgnoreMouseWheel = false;
     this.gpgLabelDescription.IsStyled = false;
     this.gpgLabelDescription.Location = new Point(3, 0xe0);
     this.gpgLabelDescription.Name = "gpgLabelDescription";
     this.gpgLabelDescription.Size = new Size(0x166, 0x9c);
     base.ttDefault.SetSuperTip(this.gpgLabelDescription, null);
     this.gpgLabelDescription.TabIndex = 3;
     this.gpgLabelDescription.TextStyle = TextStyles.Default;
     this.gpgScrollPanelGrid.AutoScroll = true;
     this.gpgScrollPanelGrid.BackColor = Color.Black;
     this.gpgScrollPanelGrid.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgScrollPanelGrid.BorderThickness = 2;
     this.gpgScrollPanelGrid.ChildControl = null;
     this.gpgScrollPanelGrid.Controls.Add(this.splitContainerRoster);
     this.gpgScrollPanelGrid.Dock = DockStyle.Fill;
     this.gpgScrollPanelGrid.DrawBorder = false;
     this.gpgScrollPanelGrid.Location = new Point(0, 0);
     this.gpgScrollPanelGrid.Name = "gpgScrollPanelGrid";
     this.gpgScrollPanelGrid.Padding = new Padding(4, 0, 0, 0);
     this.gpgScrollPanelGrid.Size = new Size(0xcf, 0x18c);
     base.ttDefault.SetSuperTip(this.gpgScrollPanelGrid, null);
     this.gpgScrollPanelGrid.TabIndex = 0;
     this.splitContainerRoster.BackColor = Color.FromArgb(0x24, 0x23, 0x23);
     this.splitContainerRoster.Dock = DockStyle.Fill;
     this.splitContainerRoster.Location = new Point(4, 0);
     this.splitContainerRoster.Margin = new Padding(0);
     this.splitContainerRoster.Name = "splitContainerRoster";
     this.splitContainerRoster.Orientation = Orientation.Horizontal;
     this.splitContainerRoster.Panel1.Controls.Add(this.backLabelRoster);
     base.ttDefault.SetSuperTip(this.splitContainerRoster.Panel1, null);
     this.splitContainerRoster.Panel2.Controls.Add(this.gpgScrollPanelRoster);
     base.ttDefault.SetSuperTip(this.splitContainerRoster.Panel2, null);
     this.splitContainerRoster.Size = new Size(0xcb, 0x18c);
     this.splitContainerRoster.SplitterDistance = 0x22;
     this.splitContainerRoster.SplitterWidth = 1;
     base.ttDefault.SetSuperTip(this.splitContainerRoster, null);
     this.splitContainerRoster.TabIndex = 5;
     this.backLabelRoster.AutoStyle = false;
     this.backLabelRoster.BackColor = Color.Transparent;
     this.backLabelRoster.Dock = DockStyle.Top;
     this.backLabelRoster.DrawEdges = true;
     this.backLabelRoster.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.backLabelRoster.ForeColor = Color.White;
     this.backLabelRoster.HorizontalScalingMode = ScalingModes.Tile;
     this.backLabelRoster.IsStyled = false;
     this.backLabelRoster.Location = new Point(0, 0);
     this.backLabelRoster.Margin = new Padding(0);
     this.backLabelRoster.Name = "backLabelRoster";
     this.backLabelRoster.Size = new Size(0xcb, 20);
     this.backLabelRoster.SkinBasePath = @"Controls\Background Label\Round Top";
     base.ttDefault.SetSuperTip(this.backLabelRoster, null);
     this.backLabelRoster.TabIndex = 0;
     this.backLabelRoster.Text = "<LOC>Roster";
     this.backLabelRoster.TextAlign = ContentAlignment.BottomCenter;
     this.backLabelRoster.TextPadding = new Padding(0);
     this.gpgScrollPanelRoster.AutoScroll = true;
     this.gpgScrollPanelRoster.BackColor = Color.Black;
     this.gpgScrollPanelRoster.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgScrollPanelRoster.BorderThickness = 2;
     this.gpgScrollPanelRoster.ChildControl = null;
     this.gpgScrollPanelRoster.Controls.Add(this.pnlUserListClan);
     this.gpgScrollPanelRoster.Dock = DockStyle.Fill;
     this.gpgScrollPanelRoster.DrawBorder = false;
     this.gpgScrollPanelRoster.Location = new Point(0, 0);
     this.gpgScrollPanelRoster.Name = "gpgScrollPanelRoster";
     this.gpgScrollPanelRoster.Size = new Size(0xcb, 0x169);
     base.ttDefault.SetSuperTip(this.gpgScrollPanelRoster, null);
     this.gpgScrollPanelRoster.TabIndex = 6;
     this.pnlUserListClan.AutoRefresh = true;
     this.pnlUserListClan.AutoScroll = true;
     this.pnlUserListClan.BackColor = Color.FromArgb(0x24, 0x23, 0x23);
     this.pnlUserListClan.Dock = DockStyle.Fill;
     this.pnlUserListClan.Location = new Point(0, 0);
     this.pnlUserListClan.Name = "pnlUserListClan";
     this.pnlUserListClan.Size = new Size(0xcb, 0x169);
     this.pnlUserListClan.Style = UserListStyles.Clan;
     base.ttDefault.SetSuperTip(this.pnlUserListClan, null);
     this.pnlUserListClan.TabIndex = 0;
     this.gpgContextMenuChat.MenuItems.AddRange(new MenuItem[] { this.ciChat_WhisperPlayer, this.ciChat_WebStats, this.ciChat_ViewPlayer, this.ciChat_IgnorePlayer, this.ciChat_UnignorePlayer, this.menuItem10, this.ciChat_InviteFriend, this.ciChat_RemoveFriend, this.menuItem8, this.ciChat_RequestClanInvite, this.ciChat_PromoteClan, this.ciChat_DemoteClan, this.ciChat_RemoveClan });
     this.ciChat_WhisperPlayer.Index = 0;
     this.ciChat_WhisperPlayer.Text = "<LOC>Send private message";
     this.ciChat_WhisperPlayer.Click += new EventHandler(this.ciChat_WhisperPlayer_Click);
     this.ciChat_WebStats.Index = 1;
     this.ciChat_WebStats.Text = "<LOC>View web statistics";
     this.ciChat_WebStats.Click += new EventHandler(this.ciChat_WebStats_Click);
     this.ciChat_ViewPlayer.Index = 2;
     this.ciChat_ViewPlayer.Text = "<LOC>View this player's profile";
     this.ciChat_ViewPlayer.Click += new EventHandler(this.ciChat_ViewPlayer_Click);
     this.ciChat_IgnorePlayer.Index = 3;
     this.ciChat_IgnorePlayer.Text = "<LOC>Ignore player";
     this.ciChat_IgnorePlayer.Click += new EventHandler(this.ciChat_IgnorePlayer_Click);
     this.ciChat_UnignorePlayer.Index = 4;
     this.ciChat_UnignorePlayer.Text = "<LOC>Unignore player";
     this.ciChat_UnignorePlayer.Click += new EventHandler(this.ciChat_UnignorePlayer_Click);
     this.menuItem10.Index = 5;
     this.menuItem10.Text = "-";
     this.ciChat_InviteFriend.Index = 6;
     this.ciChat_InviteFriend.Text = "<LOC>Invite player to join Friends list";
     this.ciChat_InviteFriend.Click += new EventHandler(this.ciChat_InviteFriend_Click);
     this.ciChat_RemoveFriend.Index = 7;
     this.ciChat_RemoveFriend.Text = "<LOC>Remove player from Friends list";
     this.ciChat_RemoveFriend.Click += new EventHandler(this.ciChat_RemoveFriend_Click);
     this.menuItem8.Index = 8;
     this.menuItem8.Text = "-";
     this.ciChat_RequestClanInvite.Index = 9;
     this.ciChat_RequestClanInvite.Text = "<LOC>Request to join this player's clan";
     this.ciChat_RequestClanInvite.Click += new EventHandler(this.ciChat_RequestClanInvite_Click);
     this.ciChat_PromoteClan.Index = 10;
     this.ciChat_PromoteClan.Text = "<LOC>Promote";
     this.ciChat_PromoteClan.Click += new EventHandler(this.ciChat_PromoteClan_Click);
     this.ciChat_DemoteClan.Index = 11;
     this.ciChat_DemoteClan.Text = "<LOC>Demote";
     this.ciChat_DemoteClan.Click += new EventHandler(this.ciChat_DemoteClan_Click);
     this.ciChat_RemoveClan.Index = 12;
     this.ciChat_RemoveClan.Text = "<LOC>Remove from clan";
     this.ciChat_RemoveClan.Click += new EventHandler(this.ciChat_RemoveClan_Click);
     this.skinButtonLast.Anchor = AnchorStyles.Bottom;
     this.skinButtonLast.AutoStyle = true;
     this.skinButtonLast.BackColor = Color.Black;
     this.skinButtonLast.ButtonState = 0;
     this.skinButtonLast.DialogResult = DialogResult.OK;
     this.skinButtonLast.DisabledForecolor = Color.Gray;
     this.skinButtonLast.DrawColor = Color.White;
     this.skinButtonLast.DrawEdges = true;
     this.skinButtonLast.FocusColor = Color.Yellow;
     this.skinButtonLast.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonLast.ForeColor = Color.White;
     this.skinButtonLast.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonLast.IsStyled = true;
     this.skinButtonLast.Location = new Point(0xac, 0x1e5);
     this.skinButtonLast.Name = "skinButtonLast";
     this.skinButtonLast.Size = new Size(0x68, 0x1a);
     this.skinButtonLast.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonLast, null);
     this.skinButtonLast.TabIndex = 14;
     this.skinButtonLast.TabStop = true;
     this.skinButtonLast.Text = "<LOC>Last";
     this.skinButtonLast.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonLast.TextPadding = new Padding(0);
     this.skinButtonLast.Click += new EventHandler(this.skinButtonLast_Click);
     this.skinButtonNext.Anchor = AnchorStyles.Bottom;
     this.skinButtonNext.AutoStyle = true;
     this.skinButtonNext.BackColor = Color.Black;
     this.skinButtonNext.ButtonState = 0;
     this.skinButtonNext.DialogResult = DialogResult.OK;
     this.skinButtonNext.DisabledForecolor = Color.Gray;
     this.skinButtonNext.DrawColor = Color.White;
     this.skinButtonNext.DrawEdges = true;
     this.skinButtonNext.FocusColor = Color.Yellow;
     this.skinButtonNext.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonNext.ForeColor = Color.White;
     this.skinButtonNext.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonNext.IsStyled = true;
     this.skinButtonNext.Location = new Point(0x1a2, 0x1e5);
     this.skinButtonNext.Name = "skinButtonNext";
     this.skinButtonNext.Size = new Size(0x68, 0x1a);
     this.skinButtonNext.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonNext, null);
     this.skinButtonNext.TabIndex = 13;
     this.skinButtonNext.TabStop = true;
     this.skinButtonNext.Text = "<LOC>Next";
     this.skinButtonNext.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonNext.TextPadding = new Padding(0);
     this.skinButtonNext.Click += new EventHandler(this.skinButtonNext_Click);
     this.skinButtonClose.Anchor = AnchorStyles.Bottom;
     this.skinButtonClose.AutoStyle = true;
     this.skinButtonClose.BackColor = Color.Black;
     this.skinButtonClose.ButtonState = 0;
     this.skinButtonClose.DialogResult = DialogResult.OK;
     this.skinButtonClose.DisabledForecolor = Color.Gray;
     this.skinButtonClose.DrawColor = Color.White;
     this.skinButtonClose.DrawEdges = true;
     this.skinButtonClose.FocusColor = Color.Yellow;
     this.skinButtonClose.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonClose.ForeColor = Color.White;
     this.skinButtonClose.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonClose.IsStyled = true;
     this.skinButtonClose.Location = new Point(0x128, 0x1e5);
     this.skinButtonClose.Name = "skinButtonClose";
     this.skinButtonClose.Size = new Size(0x68, 0x1a);
     this.skinButtonClose.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonClose, null);
     this.skinButtonClose.TabIndex = 12;
     this.skinButtonClose.TabStop = true;
     this.skinButtonClose.Text = "<LOC>Close";
     this.skinButtonClose.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonClose.TextPadding = new Padding(0);
     this.skinButtonClose.Click += new EventHandler(this.skinButtonClose_Click);
     base.AcceptButton = this.skinButtonClose;
     base.AutoScaleMode = AutoScaleMode.None;
     base.CancelButton = this.skinButtonClose;
     base.ClientSize = new Size(0x2b6, 0x22d);
     base.Controls.Add(this.skinButtonLast);
     base.Controls.Add(this.skinButtonNext);
     base.Controls.Add(this.skinButtonClose);
     base.Controls.Add(this.splitContainer1);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x178, 0x178);
     base.Name = "DlgClanProfile";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "DlgClanProfile";
     base.Controls.SetChildIndex(this.splitContainer1, 0);
     base.Controls.SetChildIndex(this.skinButtonClose, 0);
     base.Controls.SetChildIndex(this.skinButtonNext, 0);
     base.Controls.SetChildIndex(this.skinButtonLast, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel1.PerformLayout();
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.Panel2.PerformLayout();
     this.splitContainer2.ResumeLayout(false);
     ((ISupportInitialize) this.gpgPictureBoxClanIcon).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.gpgPanelEdit.ResumeLayout(false);
     this.gpgPanelEdit.PerformLayout();
     this.gpgTextAreaDescription.Properties.EndInit();
     this.gpgScrollPanelGrid.ResumeLayout(false);
     this.splitContainerRoster.Panel1.ResumeLayout(false);
     this.splitContainerRoster.Panel2.ResumeLayout(false);
     this.splitContainerRoster.ResumeLayout(false);
     this.gpgScrollPanelRoster.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }