Esempio n. 1
0
 public UserListRow(PnlUserList parent, GPG.Multiplayer.Quazal.User user, UserListStyles style, UserListCategories initialCategory)
 {
     this.PlayerAwards = null;
     this.PlayerStatus = null;
     this.mCategory = UserListCategories.Online;
     this.mPreviousRow = null;
     this.mNextRow = null;
     this.mIsSelected = false;
     this.LastCategory = null;
     this.ClanRankImage = null;
     this.Award1Image = null;
     this.Award2Image = null;
     this.Award3Image = null;
     this.AvatarImage = null;
     this.StatusImage = null;
     this.ClanLabelBounds = null;
     this.mParent = parent;
     this.mUser = user;
     this.mStyle = style;
     this.mCategory = initialCategory;
     this.Parent.MouseMove += new MouseEventHandler(this.Parent_MouseMove);
     this.Parent.MouseDown += new MouseEventHandler(this.Parent_MouseDown);
     this.Parent.MouseUp += new MouseEventHandler(this.Parent_MouseUp);
     this.BindToUser(this.User);
 }
Esempio n. 2
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();
 }
Esempio n. 3
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(FrmMain));
     this.repositoryItemPictureEdit1 = new RepositoryItemPictureEdit();
     this.repositoryItemMemoEdit1 = new RepositoryItemMemoEdit();
     this.skinGatheringDisplayChat = new SkinGatheringDisplay();
     this.pnlUserListChat = new PnlUserList();
     this.gridColumnTitle = new GridColumn();
     this.gridColumnMembers = new GridColumn();
     this.btnSend = new Button();
     this.pBottom = new Panel();
     this.skinDropDownStatus = new SkinDropDown();
     this.msQuickButtons = new GPGMenuStrip(this.components);
     this.btnHome = new ToolStripMenuItem();
     this.btnChat = new ToolStripMenuItem();
     this.btnHostGame = new ToolStripMenuItem();
     this.btnJoinGame = new ToolStripMenuItem();
     this.btnRankedGame = new ToolStripMenuItem();
     this.btnArrangedTeam = new ToolStripMenuItem();
     this.btnPlayNow = new ToolStripMenuItem();
     this.btnViewRankings = new ToolStripMenuItem();
     this.btnVault = new ToolStripMenuItem();
     this.btnWorldMap = new ToolStripMenuItem();
     this.btnReplayVault = new ToolStripMenuItem();
     this.btnFeedback = new ToolStripMenuItem();
     this.btnOptions = new ToolStripMenuItem();
     this.btnMore = new ToolStripMenuItem();
     this.pbBottomRight = new PictureBox();
     this.pbBottom = new PictureBox();
     this.pbBottomLeft = new PictureBox();
     this.pTop = new Panel();
     this.msMainMenu = new GPGMenuStrip(this.components);
     this.miMainGroup = new ToolStripMenuItem();
     this.miMain_Logout = new ToolStripMenuItem();
     this.miMain_Exit = new ToolStripMenuItem();
     this.miChangeEmail = new ToolStripMenuItem();
     this.miConsolidateAccounts = new ToolStripMenuItem();
     this.miAdmin = new ToolStripMenuItem();
     this.miCustomAdmin = new ToolStripMenuItem();
     this.miAdhocSQL = new ToolStripMenuItem();
     this.adhocChartsToolStripMenuItem = new ToolStripMenuItem();
     this.miPacketSniffer = new ToolStripMenuItem();
     this.miShowEventLog = new ToolStripMenuItem();
     this.miAdmin_CreateVolunteerEffort = new ToolStripMenuItem();
     this.miAdmin_ViewVolunteers = new ToolStripMenuItem();
     this.forceAllUsersToRestartGPGnetmustBeTHEAdminToolStripMenuItem = new ToolStripMenuItem();
     this.miAdmin_Security = new ToolStripMenuItem();
     this.miAdmin_Avatars = new ToolStripMenuItem();
     this.spaceSiegeLobbyToolStripMenuItem = new ToolStripMenuItem();
     this.manageServerGamesToolStripMenuItem = new ToolStripMenuItem();
     this.miGameGroup = new ToolStripMenuItem();
     this.miCustomGame = new ToolStripMenuItem();
     this.miJoinGame = new ToolStripMenuItem();
     this.miAutomatch = new ToolStripMenuItem();
     this.lOCArrangedTeamGameToolStripMenuItem = new ToolStripMenuItem();
     this.miGame_Vault = new ToolStripMenuItem();
     this.miCreateTournament = new ToolStripMenuItem();
     this.miTournamentSchedule = new ToolStripMenuItem();
     this.miGame_RedeemPrize = new ToolStripMenuItem();
     this.miRankings = new ToolStripMenuItem();
     this.miRankings_1v1 = new ToolStripMenuItem();
     this.lOC2v2RankingsToolStripMenuItem = new ToolStripMenuItem();
     this.lOC3v3RankingsToolStripMenuItem = new ToolStripMenuItem();
     this.lOC4v4RankingsToolStripMenuItem = new ToolStripMenuItem();
     this.lOCClanRankingsToolStripMenuItem = new ToolStripMenuItem();
     this.miLadders = new ToolStripMenuItem();
     this.miLadders_AcceptAll = new ToolStripMenuItem();
     this.miLadders_DeclineAll = new ToolStripMenuItem();
     this.miTools = new ToolStripMenuItem();
     this.miTools_Feedback = new ToolStripMenuItem();
     this.miTools_GameKeys = new ToolStripMenuItem();
     this.miTools_Chat = new ToolStripMenuItem();
     this.miTools_Chat_Emotes = new ToolStripMenuItem();
     this.miTools_ContentManager = new ToolStripMenuItem();
     this.miTools_Options = new ToolStripMenuItem();
     this.miTools_LocPatches = new ToolStripMenuItem();
     this.miManageGames = new ToolStripMenuItem();
     this.miHelp = new ToolStripMenuItem();
     this.miHelp_Solutions = new ToolStripMenuItem();
     this.miHelp_Volunteer = new ToolStripMenuItem();
     this.miHelp_SupComHome = new ToolStripMenuItem();
     this.miHelp_GPGHome = new ToolStripMenuItem();
     this.miForums = new ToolStripMenuItem();
     this.miHelp_ReportIssue = new ToolStripMenuItem();
     this.miHelp_About = new ToolStripMenuItem();
     this.miSpaceSiegeWeb = new ToolStripMenuItem();
     this.pbClose = new PictureBox();
     this.pbRestore = new PictureBox();
     this.pbMinimize = new PictureBox();
     this.pbTopRight = new PictureBox();
     this.pbTop = new PictureBox();
     this.pbTopLeft = new PictureBox();
     this.wbMain = new WebBrowser();
     this.splitContainerFriends = new SplitContainer();
     this.gpgLabelFriendInvites2 = new GPGLabel();
     this.gpgLabelFriendInvitesCount2 = new GPGLabel();
     this.gpgScrollPanelFriends = new GPGScrollPanel();
     this.pnlUserListFriends = new PnlUserList();
     this.gpgLabelNoFriends = new GPGLabel();
     this.splitContainerClan = new SplitContainer();
     this.gpgLabelClanRequests = new GPGLabel();
     this.gpgLabelClanRequestCount = new GPGLabel();
     this.gpgScrollPanelClan = new GPGScrollPanel();
     this.pnlUserListClan = new PnlUserList();
     this.gpgScrollPanelNoClan = new GPGScrollPanel();
     this.gpgLabelClanInvites = new GPGLabel();
     this.gpgLabelCreateClan = new GPGLabel();
     this.gpgLabelClanInviteCount = new GPGLabel();
     this.gpgLabelNoClan = new GPGLabel();
     this.skinLabelClanName = new SkinLabel();
     this.pbLeftBorder = new PictureBox();
     this.pbRightBorder = new PictureBox();
     this.rimPictureEdit = new RepositoryItemPictureEdit();
     this.rimMemoEdit = new RepositoryItemMemoEdit();
     this.rimPictureEdit2 = new RepositoryItemPictureEdit();
     this.rimMemoEdit2 = new RepositoryItemMemoEdit();
     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.colTimeStamp = new GridColumn();
     this.rimTextEdit = new RepositoryItemTextEdit();
     this.ilIcons = new ImageList(this.components);
     this.gridColumn1 = new GridColumn();
     this.gridColumn2 = new GridColumn();
     this.gridColumn3 = new GridColumn();
     this.pcTextEntry = new PanelControl();
     this.gpgContextMenuChat = new GPGContextMenu();
     this.ciChat_WhisperPlayer = new MenuItem();
     this.ciChat_IgnorePlayer = new MenuItem();
     this.ciChat_UnignorePlayer = new MenuItem();
     this.ciChat_ViewRank = new MenuItem();
     this.ciChat_WebStats = new MenuItem();
     this.ciChat_ViewPlayer = new MenuItem();
     this.miViewReplays = new MenuItem();
     this.menuItem10 = new MenuItem();
     this.ciChat_InviteFriend = new MenuItem();
     this.ciChat_RemoveFriend = new MenuItem();
     this.menuItem8 = new MenuItem();
     this.ciChat_InviteToClan = new MenuItem();
     this.ciChat_RequestClanInvite = new MenuItem();
     this.ciChat_ViewClan = new MenuItem();
     this.ciChat_PromoteClan = new MenuItem();
     this.ciChat_DemoteClan = new MenuItem();
     this.ciChat_RemoveClan = new MenuItem();
     this.ciChat_LeaveClan = new MenuItem();
     this.menuItem3 = new MenuItem();
     this.ciChat_Kick = new MenuItem();
     this.ciChat_Ban = new MenuItem();
     this.menuItem7 = new MenuItem();
     this.ciChat_TeamInvite = new MenuItem();
     this.textBoxMsg = new GPGTextArea();
     this.pbMiddle = new SkinStatusStrip();
     this.miStatus_Online = new MenuItem();
     this.miStatus_Away = new MenuItem();
     this.miStatus_DND = new MenuItem();
     this.menuItem1 = new MenuItem();
     this.menuItem2 = new MenuItem();
     this.gpgContextMenuChatText = new GPGContextMenu();
     this.ciChatText_Clear = new MenuItem();
     this.ciChatText_Copy = new MenuItem();
     this.ciChatText_Filter = new MenuItem();
     this.ciChatText_Filter_Self = new MenuItem();
     this.ciChatText_Filter_System = new MenuItem();
     this.ciChatText_Filter_Events = new MenuItem();
     this.ciChatText_Filter_Errors = new MenuItem();
     this.ciChatText_Filter_Game = new MenuItem();
     this.ciChatText_Filter_Friends = new MenuItem();
     this.ciChatText_Filter_Clan = new MenuItem();
     this.ciChatText_Filter_Admin = new MenuItem();
     this.ciChatText_Filter_Other = new MenuItem();
     this.menuItem4 = new MenuItem();
     this.ciChatText_Filters_Reset = new MenuItem();
     this.miShowColumns = new MenuItem();
     this.ciChatText_ShowEmotes = new MenuItem();
     this.menuItm15 = new MenuItem();
     this.ciChatText_PrivateMsg = new MenuItem();
     this.ciChatText_Ignore = new MenuItem();
     this.ciChatText_Unignore = new MenuItem();
     this.ciChatText_ViewRank = new MenuItem();
     this.ciChatText_WebStats = new MenuItem();
     this.ciChatText_ViewPlayer = new MenuItem();
     this.ciChatText_Replays = new MenuItem();
     this.menuItem6 = new MenuItem();
     this.ciChatText_FriendInvite = new MenuItem();
     this.ciChatText_FriendRemove = new MenuItem();
     this.menuItem11 = new MenuItem();
     this.ciChatText_ClanInvite = new MenuItem();
     this.ciChatText_ClanRequest = new MenuItem();
     this.ciChatText_ClanRemove = new MenuItem();
     this.ciChatText_Promote = new MenuItem();
     this.ciChatText_Demote = new MenuItem();
     this.ciChatText_ViewClan = new MenuItem();
     this.ciChatText_LeaveClan = new MenuItem();
     this.menuItem18 = new MenuItem();
     this.ciChatText_Kick = new MenuItem();
     this.ciChatText_Ban = new MenuItem();
     this.menuItem12 = new MenuItem();
     this.ciChatText_Solution = new MenuItem();
     this.miTranslate = new MenuItem();
     this.menuItem23 = new MenuItem();
     this.menuItem24 = new MenuItem();
     this.menuItem25 = new MenuItem();
     this.menuItem26 = new MenuItem();
     this.menuItem27 = new MenuItem();
     this.menuItem28 = new MenuItem();
     this.menuItem29 = new MenuItem();
     this.dockManager = new DockManager();
     this.gpgContextMenuEmote = new GPGContextMenu();
     this.ciEmote_Manager = new MenuItem();
     this.menuItem13 = new MenuItem();
     this.ciEmote_Hide = new MenuItem();
     this.ciEmote_Share = new MenuItem();
     this.ciEmote_Animate = new MenuItem();
     this.menuItem9 = new MenuItem();
     this.ciEmote_Delete = new MenuItem();
     this.pManualTabs = new GPGPanel();
     this.btnChatTab = new SkinButton();
     this.btnFriendsTab = new SkinButton();
     this.btnClanTab = new SkinButton();
     this.ilMenuItems = new ImageList(this.components);
     this.gpgPanelChatAndInput = new GPGPanel();
     this.splitContainerChatAndInput = new SplitContainer();
     this.gpgTextListCommands = new GPGTextList();
     this.gpgPanelGathering = new GPGPanel();
     this.gpgPanelGatheringDropDown = new GPGPanel();
     this.splitContainerBody = new SplitContainer();
     this.gpgPanelClan = new GPGPanel();
     this.gpgPanelFriends = new GPGPanel();
     this.gpgPanel2 = new GPGPanel();
     this.tabChatroom = new SkinButton();
     this.repositoryItemPictureEdit1.BeginInit();
     this.repositoryItemMemoEdit1.BeginInit();
     this.pBottom.SuspendLayout();
     this.msQuickButtons.SuspendLayout();
     ((ISupportInitialize) this.pbBottomRight).BeginInit();
     ((ISupportInitialize) this.pbBottom).BeginInit();
     ((ISupportInitialize) this.pbBottomLeft).BeginInit();
     this.pTop.SuspendLayout();
     this.msMainMenu.SuspendLayout();
     ((ISupportInitialize) this.pbClose).BeginInit();
     ((ISupportInitialize) this.pbRestore).BeginInit();
     ((ISupportInitialize) this.pbMinimize).BeginInit();
     ((ISupportInitialize) this.pbTopRight).BeginInit();
     ((ISupportInitialize) this.pbTop).BeginInit();
     ((ISupportInitialize) this.pbTopLeft).BeginInit();
     this.splitContainerFriends.Panel1.SuspendLayout();
     this.splitContainerFriends.Panel2.SuspendLayout();
     this.splitContainerFriends.SuspendLayout();
     this.gpgScrollPanelFriends.SuspendLayout();
     this.splitContainerClan.Panel1.SuspendLayout();
     this.splitContainerClan.Panel2.SuspendLayout();
     this.splitContainerClan.SuspendLayout();
     this.gpgScrollPanelClan.SuspendLayout();
     this.gpgScrollPanelNoClan.SuspendLayout();
     ((ISupportInitialize) this.pbLeftBorder).BeginInit();
     ((ISupportInitialize) this.pbRightBorder).BeginInit();
     this.rimPictureEdit.BeginInit();
     this.rimMemoEdit.BeginInit();
     this.rimPictureEdit2.BeginInit();
     this.rimMemoEdit2.BeginInit();
     this.gpgChatGrid.BeginInit();
     this.gvChat.BeginInit();
     this.rimPictureEdit3.BeginInit();
     this.rimMemoEdit3.BeginInit();
     this.rimTextEdit.BeginInit();
     this.pcTextEntry.BeginInit();
     this.textBoxMsg.Properties.BeginInit();
     this.dockManager.BeginInit();
     this.pManualTabs.SuspendLayout();
     this.gpgPanelChatAndInput.SuspendLayout();
     this.splitContainerChatAndInput.Panel1.SuspendLayout();
     this.splitContainerChatAndInput.Panel2.SuspendLayout();
     this.splitContainerChatAndInput.SuspendLayout();
     this.gpgPanelGathering.SuspendLayout();
     this.gpgPanelGatheringDropDown.SuspendLayout();
     this.splitContainerBody.Panel1.SuspendLayout();
     this.splitContainerBody.Panel2.SuspendLayout();
     this.splitContainerBody.SuspendLayout();
     this.gpgPanelClan.SuspendLayout();
     this.gpgPanelFriends.SuspendLayout();
     this.gpgPanel2.SuspendLayout();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
     this.repositoryItemPictureEdit1.PictureAlignment = ContentAlignment.TopCenter;
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     this.skinGatheringDisplayChat.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinGatheringDisplayChat.AutoStyle = true;
     this.skinGatheringDisplayChat.BackColor = System.Drawing.Color.Black;
     this.skinGatheringDisplayChat.ButtonState = 0;
     this.skinGatheringDisplayChat.CurrentRoom = null;
     this.skinGatheringDisplayChat.DialogResult = DialogResult.OK;
     this.skinGatheringDisplayChat.DisabledForecolor = System.Drawing.Color.Gray;
     this.skinGatheringDisplayChat.DrawColor = System.Drawing.Color.WhiteSmoke;
     this.skinGatheringDisplayChat.DrawEdges = true;
     this.skinGatheringDisplayChat.FocusColor = System.Drawing.Color.FromArgb(0x40, 0x40, 0x40);
     this.skinGatheringDisplayChat.HorizontalScalingMode = ScalingModes.Stretch;
     this.skinGatheringDisplayChat.Icon = null;
     this.skinGatheringDisplayChat.IsStyled = true;
     this.skinGatheringDisplayChat.Location = new Point(7, 0);
     this.skinGatheringDisplayChat.Name = "skinGatheringDisplayChat";
     this.skinGatheringDisplayChat.Size = new Size(0xf8, 0x19);
     this.skinGatheringDisplayChat.SkinBasePath = @"Controls\Button\ChatroomList";
     base.ttDefault.SetSuperTip(this.skinGatheringDisplayChat, null);
     this.skinGatheringDisplayChat.TabIndex = 12;
     this.skinGatheringDisplayChat.TabStop = true;
     this.skinGatheringDisplayChat.Text = "Loading...";
     this.skinGatheringDisplayChat.TextAlign = ContentAlignment.MiddleLeft;
     this.skinGatheringDisplayChat.TextPadding = new Padding(0x24, 0, 0, 0);
     this.pnlUserListChat.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.pnlUserListChat.AutoRefresh = false;
     this.pnlUserListChat.AutoScroll = true;
     this.pnlUserListChat.BackColor = System.Drawing.Color.FromArgb(0x24, 0x23, 0x23);
     this.pnlUserListChat.Location = new Point(2, 0x25);
     this.pnlUserListChat.Name = "pnlUserListChat";
     this.pnlUserListChat.Size = new Size(0x106, 420);
     this.pnlUserListChat.Style = UserListStyles.Chatroom;
     base.ttDefault.SetSuperTip(this.pnlUserListChat, null);
     this.pnlUserListChat.TabIndex = 3;
     this.gridColumnTitle.Caption = "gridColumnTitle";
     this.gridColumnTitle.FieldName = "Title";
     this.gridColumnTitle.Name = "gridColumnTitle";
     this.gridColumnTitle.Visible = true;
     this.gridColumnTitle.VisibleIndex = 0;
     this.gridColumnMembers.Caption = "gridColumnMembers";
     this.gridColumnMembers.FieldName = "Members";
     this.gridColumnMembers.Name = "gridColumnMembers";
     this.gridColumnMembers.Visible = true;
     this.gridColumnMembers.VisibleIndex = 1;
     this.btnSend.Location = new Point(0x200, 0x22d);
     this.btnSend.Name = "btnSend";
     this.btnSend.Size = new Size(0x3b, 0x17);
     base.ttDefault.SetSuperTip(this.btnSend, null);
     this.btnSend.TabIndex = 5;
     this.btnSend.Text = "Send";
     this.btnSend.UseVisualStyleBackColor = true;
     this.btnSend.Click += new EventHandler(this.buttonSend_Click);
     this.pBottom.Controls.Add(this.skinDropDownStatus);
     this.pBottom.Controls.Add(this.msQuickButtons);
     this.pBottom.Controls.Add(this.pbBottomRight);
     this.pBottom.Controls.Add(this.pbBottom);
     this.pBottom.Controls.Add(this.pbBottomLeft);
     this.pBottom.Dock = DockStyle.Bottom;
     this.pBottom.Location = new Point(0, 0x296);
     this.pBottom.Name = "pBottom";
     this.pBottom.Size = new Size(0x3e8, 0x58);
     base.ttDefault.SetSuperTip(this.pBottom, null);
     this.pBottom.TabIndex = 5;
     this.pBottom.MouseMove += new MouseEventHandler(this.OnMouseMove);
     this.skinDropDownStatus.AutoStyle = true;
     this.skinDropDownStatus.BackColor = System.Drawing.Color.Black;
     this.skinDropDownStatus.ButtonState = 0;
     this.skinDropDownStatus.DialogResult = DialogResult.OK;
     this.skinDropDownStatus.DisabledForecolor = System.Drawing.Color.Gray;
     this.skinDropDownStatus.DrawColor = System.Drawing.Color.Black;
     this.skinDropDownStatus.DrawEdges = true;
     this.skinDropDownStatus.FocusColor = System.Drawing.Color.FromArgb(0x40, 0x40, 0x40);
     this.skinDropDownStatus.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinDropDownStatus.ForeColor = System.Drawing.Color.Black;
     this.skinDropDownStatus.HorizontalScalingMode = ScalingModes.Tile;
     this.skinDropDownStatus.Icon = null;
     this.skinDropDownStatus.IsStyled = true;
     this.skinDropDownStatus.Location = new Point(0x3d, 0x2b);
     this.skinDropDownStatus.Name = "skinDropDownStatus";
     this.skinDropDownStatus.Size = new Size(0x4e, 0x1a);
     this.skinDropDownStatus.SkinBasePath = @"Controls\Button\Dropdown";
     base.ttDefault.SetSuperTip(this.skinDropDownStatus, null);
     this.skinDropDownStatus.TabIndex = 12;
     this.skinDropDownStatus.TabStop = true;
     this.skinDropDownStatus.TextAlign = ContentAlignment.MiddleLeft;
     this.skinDropDownStatus.TextPadding = new Padding(6, 0, 0, 0);
     this.msQuickButtons.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.msQuickButtons.AutoSize = false;
     this.msQuickButtons.BackgroundImage = (Image) manager.GetObject("msQuickButtons.BackgroundImage");
     this.msQuickButtons.Dock = DockStyle.None;
     this.msQuickButtons.GripMargin = new Padding(0);
     this.msQuickButtons.ImageScalingSize = new Size(0x2d, 0x2d);
     this.msQuickButtons.Items.AddRange(new ToolStripItem[] { this.btnHome, this.btnChat, this.btnHostGame, this.btnJoinGame, this.btnRankedGame, this.btnArrangedTeam, this.btnPlayNow, this.btnViewRankings, this.btnVault, this.btnWorldMap, this.btnReplayVault, this.btnFeedback, this.btnOptions, this.btnMore });
     this.msQuickButtons.Location = new Point(0x90, 0x21);
     this.msQuickButtons.Name = "msQuickButtons";
     this.msQuickButtons.Padding = new Padding(0, 0, 10, 0);
     this.msQuickButtons.RenderMode = ToolStripRenderMode.Professional;
     this.msQuickButtons.ShowItemToolTips = true;
     this.msQuickButtons.Size = new Size(0x335, 0x34);
     base.ttDefault.SetSuperTip(this.msQuickButtons, null);
     this.msQuickButtons.TabIndex = 3;
     this.msQuickButtons.Paint += new PaintEventHandler(this.msQuickButtons_Paint);
     this.msQuickButtons.SizeChanged += new EventHandler(this.msQuickButtons_SizeChanged);
     this.msQuickButtons.MouseUp += new MouseEventHandler(this.OnMouseUp);
     this.msQuickButtons.ItemClicked += new ToolStripItemClickedEventHandler(this.msQuickButtons_ItemClicked);
     this.msQuickButtons.MouseMove += new MouseEventHandler(this.OnMouseMove);
     this.msQuickButtons.Click += new EventHandler(this.msQuickButtons_Click);
     this.btnHome.AutoSize = false;
     this.btnHome.AutoToolTip = true;
     this.btnHome.BackColor = System.Drawing.Color.Transparent;
     this.btnHome.Image = (Image) manager.GetObject("btnHome.Image");
     this.btnHome.ImageScaling = ToolStripItemImageScaling.None;
     this.btnHome.Name = "btnHome";
     this.btnHome.ShortcutKeys = Keys.F1;
     this.btnHome.Size = new Size(0x34, 0x34);
     this.btnHome.ToolTipText = "<LOC>Home";
     this.btnHome.Click += new EventHandler(this.btnHome_Click);
     this.btnChat.AutoSize = false;
     this.btnChat.AutoToolTip = true;
     this.btnChat.Image = (Image) manager.GetObject("btnChat.Image");
     this.btnChat.ImageScaling = ToolStripItemImageScaling.None;
     this.btnChat.Name = "btnChat";
     this.btnChat.ShortcutKeys = Keys.F2;
     this.btnChat.Size = new Size(0x34, 0x34);
     this.btnChat.ToolTipText = "<LOC>Chat";
     this.btnChat.Click += new EventHandler(this.btnChat_Click);
     this.btnHostGame.AutoSize = false;
     this.btnHostGame.AutoToolTip = true;
     this.btnHostGame.Enabled = false;
     this.btnHostGame.Image = (Image) manager.GetObject("btnHostGame.Image");
     this.btnHostGame.ImageScaling = ToolStripItemImageScaling.None;
     this.btnHostGame.Name = "btnHostGame";
     this.btnHostGame.ShortcutKeys = Keys.F3;
     this.btnHostGame.Size = new Size(0x34, 0x34);
     this.btnHostGame.ToolTipText = "<LOC>Host Custom Game";
     this.btnHostGame.Click += new EventHandler(this.btnHostGame_Click);
     this.btnJoinGame.AutoSize = false;
     this.btnJoinGame.AutoToolTip = true;
     this.btnJoinGame.Enabled = false;
     this.btnJoinGame.Image = (Image) manager.GetObject("btnJoinGame.Image");
     this.btnJoinGame.ImageScaling = ToolStripItemImageScaling.None;
     this.btnJoinGame.Name = "btnJoinGame";
     this.btnJoinGame.ShortcutKeys = Keys.F4;
     this.btnJoinGame.Size = new Size(0x34, 0x34);
     this.btnJoinGame.ToolTipText = "<LOC>Join Custom Game";
     this.btnJoinGame.Click += new EventHandler(this.btnJoinGame_Click);
     this.btnRankedGame.AutoSize = false;
     this.btnRankedGame.AutoToolTip = true;
     this.btnRankedGame.Enabled = false;
     this.btnRankedGame.Image = (Image) manager.GetObject("btnRankedGame.Image");
     this.btnRankedGame.ImageScaling = ToolStripItemImageScaling.None;
     this.btnRankedGame.Name = "btnRankedGame";
     this.btnRankedGame.ShortcutKeys = Keys.F5;
     this.btnRankedGame.Size = new Size(0x34, 0x34);
     this.btnRankedGame.ToolTipText = "<LOC>Play Ranked Game";
     this.btnRankedGame.Click += new EventHandler(this.btnRankedGame_Click);
     this.btnArrangedTeam.AutoSize = false;
     this.btnArrangedTeam.AutoToolTip = true;
     this.btnArrangedTeam.Enabled = false;
     this.btnArrangedTeam.Image = (Image) manager.GetObject("btnArrangedTeam.Image");
     this.btnArrangedTeam.ImageScaling = ToolStripItemImageScaling.None;
     this.btnArrangedTeam.Name = "btnArrangedTeam";
     this.btnArrangedTeam.ShortcutKeys = Keys.F8;
     this.btnArrangedTeam.Size = new Size(0x34, 0x34);
     this.btnArrangedTeam.ToolTipText = "<LOC>Play Arranged Team Game";
     this.btnArrangedTeam.Click += new EventHandler(this.btnArrangedTeam_Click);
     this.btnPlayNow.AutoSize = false;
     this.btnPlayNow.AutoToolTip = true;
     this.btnPlayNow.Enabled = false;
     this.btnPlayNow.Image = (Image) manager.GetObject("btnPlayNow.Image");
     this.btnPlayNow.ImageScaling = ToolStripItemImageScaling.None;
     this.btnPlayNow.Name = "btnPlayNow";
     this.btnPlayNow.ShortcutKeys = Keys.F8;
     this.btnPlayNow.Size = new Size(0x34, 0x34);
     this.btnPlayNow.ToolTipText = "<LOC>Play ranked game with your last used preferences.";
     this.btnPlayNow.Click += new EventHandler(this.btnPlayNow_Click);
     this.btnViewRankings.AutoSize = false;
     this.btnViewRankings.AutoToolTip = true;
     this.btnViewRankings.Image = (Image) manager.GetObject("btnViewRankings.Image");
     this.btnViewRankings.ImageScaling = ToolStripItemImageScaling.None;
     this.btnViewRankings.Name = "btnViewRankings";
     this.btnViewRankings.ShortcutKeys = Keys.F6;
     this.btnViewRankings.Size = new Size(0x34, 0x34);
     this.btnViewRankings.ToolTipText = "<LOC>View Rankings";
     this.btnViewRankings.Click += new EventHandler(this.btnViewRankings_Click);
     this.btnVault.AutoSize = false;
     this.btnVault.AutoToolTip = true;
     this.btnVault.Image = (Image) manager.GetObject("btnVault.Image");
     this.btnVault.ImageScaling = ToolStripItemImageScaling.None;
     this.btnVault.Name = "btnVault";
     this.btnVault.ShortcutKeys = Keys.F8;
     this.btnVault.Size = new Size(0x34, 0x34);
     this.btnVault.ToolTipText = "<LOC>The Vault";
     this.btnVault.Click += new EventHandler(this.btnVault_Click);
     this.btnWorldMap.AutoSize = false;
     this.btnWorldMap.AutoToolTip = true;
     this.btnWorldMap.Image = (Image) manager.GetObject("btnWorldMap.Image");
     this.btnWorldMap.ImageScaling = ToolStripItemImageScaling.None;
     this.btnWorldMap.Name = "btnWorldMap";
     this.btnWorldMap.ShortcutKeys = Keys.F8;
     this.btnWorldMap.Size = new Size(0x34, 0x34);
     this.btnWorldMap.ToolTipText = "<LOC>World Map";
     this.btnWorldMap.Click += new EventHandler(this.btnWorldMap_Click);
     this.btnReplayVault.AutoSize = false;
     this.btnReplayVault.AutoToolTip = true;
     this.btnReplayVault.Image = (Image) manager.GetObject("btnReplayVault.Image");
     this.btnReplayVault.ImageScaling = ToolStripItemImageScaling.None;
     this.btnReplayVault.Name = "btnReplayVault";
     this.btnReplayVault.ShortcutKeys = Keys.F8;
     this.btnReplayVault.Size = new Size(0x34, 0x34);
     this.btnReplayVault.ToolTipText = "<LOC>Replay Vault";
     this.btnReplayVault.Click += new EventHandler(this.btnReplayVault_Click);
     this.btnFeedback.AutoSize = false;
     this.btnFeedback.AutoToolTip = true;
     this.btnFeedback.Image = (Image) manager.GetObject("btnFeedback.Image");
     this.btnFeedback.ImageScaling = ToolStripItemImageScaling.None;
     this.btnFeedback.Name = "btnFeedback";
     this.btnFeedback.ShortcutKeys = Keys.F7;
     this.btnFeedback.Size = new Size(0x34, 0x34);
     this.btnFeedback.ToolTipText = "<LOC>Submit Feedback";
     this.btnFeedback.Click += new EventHandler(this.btnFeedback_Click);
     this.btnOptions.AutoSize = false;
     this.btnOptions.AutoToolTip = true;
     this.btnOptions.Image = (Image) manager.GetObject("btnOptions.Image");
     this.btnOptions.ImageScaling = ToolStripItemImageScaling.None;
     this.btnOptions.Name = "btnOptions";
     this.btnOptions.ShortcutKeys = Keys.F8;
     this.btnOptions.Size = new Size(0x34, 0x34);
     this.btnOptions.ToolTipText = "<LOC>Options";
     this.btnOptions.Click += new EventHandler(this.btnOptions_Click);
     this.btnMore.AutoSize = false;
     this.btnMore.AutoToolTip = true;
     this.btnMore.Image = (Image) manager.GetObject("btnMore.Image");
     this.btnMore.ImageScaling = ToolStripItemImageScaling.None;
     this.btnMore.Name = "btnMore";
     this.btnMore.ShortcutKeys = Keys.F6;
     this.btnMore.Size = new Size(20, 0x34);
     this.btnMore.ToolTipText = "<LOC>More...";
     this.btnMore.Click += new EventHandler(this.btnMore_Click);
     this.pbBottomRight.Dock = DockStyle.Right;
     this.pbBottomRight.Image = (Image) manager.GetObject("pbBottomRight.Image");
     this.pbBottomRight.Location = new Point(0x3aa, 0);
     this.pbBottomRight.Name = "pbBottomRight";
     this.pbBottomRight.Size = new Size(0x3e, 0x58);
     this.pbBottomRight.SizeMode = PictureBoxSizeMode.AutoSize;
     base.ttDefault.SetSuperTip(this.pbBottomRight, null);
     this.pbBottomRight.TabIndex = 2;
     this.pbBottomRight.TabStop = false;
     this.pbBottomRight.MouseMove += new MouseEventHandler(this.OnMouseMove);
     this.pbBottomRight.MouseUp += new MouseEventHandler(this.OnMouseUp);
     this.pbBottom.Dock = DockStyle.Fill;
     this.pbBottom.Image = (Image) manager.GetObject("pbBottom.Image");
     this.pbBottom.Location = new Point(0x3d, 0);
     this.pbBottom.Name = "pbBottom";
     this.pbBottom.Size = new Size(0x3ab, 0x58);
     this.pbBottom.SizeMode = PictureBoxSizeMode.StretchImage;
     base.ttDefault.SetSuperTip(this.pbBottom, null);
     this.pbBottom.TabIndex = 1;
     this.pbBottom.TabStop = false;
     this.pbBottom.MouseMove += new MouseEventHandler(this.OnMouseMove);
     this.pbBottom.MouseUp += new MouseEventHandler(this.OnMouseUp);
     this.pbBottomLeft.Dock = DockStyle.Left;
     this.pbBottomLeft.Image = (Image) manager.GetObject("pbBottomLeft.Image");
     this.pbBottomLeft.Location = new Point(0, 0);
     this.pbBottomLeft.Name = "pbBottomLeft";
     this.pbBottomLeft.Size = new Size(0x3d, 0x58);
     this.pbBottomLeft.SizeMode = PictureBoxSizeMode.AutoSize;
     base.ttDefault.SetSuperTip(this.pbBottomLeft, null);
     this.pbBottomLeft.TabIndex = 0;
     this.pbBottomLeft.TabStop = false;
     this.pbBottomLeft.MouseMove += new MouseEventHandler(this.OnMouseMove);
     this.pbBottomLeft.MouseUp += new MouseEventHandler(this.OnMouseUp);
     this.pTop.Controls.Add(this.msMainMenu);
     this.pTop.Controls.Add(this.pbClose);
     this.pTop.Controls.Add(this.pbRestore);
     this.pTop.Controls.Add(this.pbMinimize);
     this.pTop.Controls.Add(this.pbTopRight);
     this.pTop.Controls.Add(this.pbTop);
     this.pTop.Controls.Add(this.pbTopLeft);
     this.pTop.Dock = DockStyle.Top;
     this.pTop.Location = new Point(0, 0);
     this.pTop.Name = "pTop";
     this.pTop.Size = new Size(0x3e8, 0xc9);
     base.ttDefault.SetSuperTip(this.pTop, null);
     this.pTop.TabIndex = 4;
     this.pTop.MouseMove += new MouseEventHandler(this.OnMouseMove);
     this.msMainMenu.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.msMainMenu.AutoSize = false;
     this.msMainMenu.BackColor = System.Drawing.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.ImageScalingSize = new Size(0, 0);
     this.msMainMenu.Items.AddRange(new ToolStripItem[] { this.miMainGroup, this.miAdmin, this.miGameGroup, this.miRankings, this.miLadders, this.miTools, this.miHelp });
     this.msMainMenu.Location = new Point(0x3d, 0x2e);
     this.msMainMenu.Name = "msMainMenu";
     this.msMainMenu.Size = new Size(0x35f, 0x18);
     base.ttDefault.SetSuperTip(this.msMainMenu, null);
     this.msMainMenu.TabIndex = 9;
     this.msMainMenu.Text = "menuStrip1";
     this.miMainGroup.DropDownItems.AddRange(new ToolStripItem[] { this.miMain_Logout, this.miMain_Exit, this.miChangeEmail, this.miConsolidateAccounts });
     this.miMainGroup.Name = "miMainGroup";
     this.miMainGroup.Size = new Size(90, 20);
     this.miMainGroup.Text = "<LOC>Main";
     this.miMainGroup.TextAlign = ContentAlignment.BottomCenter;
     this.miMain_Logout.Name = "miMain_Logout";
     this.miMain_Logout.Size = new Size(0xfb, 0x16);
     this.miMain_Logout.Text = "<LOC>Logout";
     this.miMain_Logout.Click += new EventHandler(this.miMain_Logout_Click);
     this.miMain_Exit.Name = "miMain_Exit";
     this.miMain_Exit.Size = new Size(0xfb, 0x16);
     this.miMain_Exit.Text = "<LOC>Exit";
     this.miMain_Exit.Click += new EventHandler(this.miMain_Exit_Click);
     this.miChangeEmail.Name = "miChangeEmail";
     this.miChangeEmail.Size = new Size(0xfb, 0x16);
     this.miChangeEmail.Text = "<LOC>Change Email Address";
     this.miChangeEmail.Click += new EventHandler(this.mChangeEmail_Click);
     this.miConsolidateAccounts.Name = "miConsolidateAccounts";
     this.miConsolidateAccounts.Size = new Size(0xfb, 0x16);
     this.miConsolidateAccounts.Text = "<LOC>Consolidate Accounts";
     this.miConsolidateAccounts.Click += new EventHandler(this.miConsolidateAccounts_Click);
     this.miAdmin.DropDownItems.AddRange(new ToolStripItem[] { this.miCustomAdmin, this.miAdhocSQL, this.adhocChartsToolStripMenuItem, this.miPacketSniffer, this.miShowEventLog, this.miAdmin_CreateVolunteerEffort, this.miAdmin_ViewVolunteers, this.forceAllUsersToRestartGPGnetmustBeTHEAdminToolStripMenuItem, this.miAdmin_Security, this.miAdmin_Avatars, this.spaceSiegeLobbyToolStripMenuItem, this.manageServerGamesToolStripMenuItem });
     this.miAdmin.Name = "miAdmin";
     this.miAdmin.Size = new Size(0x63, 20);
     this.miAdmin.Text = "<LOC>Admin";
     this.miAdmin.TextAlign = ContentAlignment.BottomCenter;
     this.miCustomAdmin.Name = "miCustomAdmin";
     this.miCustomAdmin.Size = new Size(0x18e, 0x16);
     this.miCustomAdmin.Text = "Custom Tools";
     this.miAdhocSQL.Name = "miAdhocSQL";
     this.miAdhocSQL.Size = new Size(0x18e, 0x16);
     this.miAdhocSQL.Text = "Adhoc SQL";
     this.miAdhocSQL.Click += new EventHandler(this.miAdhocSQL_Click);
     this.adhocChartsToolStripMenuItem.Name = "adhocChartsToolStripMenuItem";
     this.adhocChartsToolStripMenuItem.Size = new Size(0x18e, 0x16);
     this.adhocChartsToolStripMenuItem.Text = "Adhoc Charts";
     this.adhocChartsToolStripMenuItem.Click += new EventHandler(this.adhocChartsToolStripMenuItem_Click);
     this.miPacketSniffer.Name = "miPacketSniffer";
     this.miPacketSniffer.Size = new Size(0x18e, 0x16);
     this.miPacketSniffer.Tag = "Dev";
     this.miPacketSniffer.Text = "UDP Packet Sniffer";
     this.miPacketSniffer.Click += new EventHandler(this.miPacketSniffer_Click);
     this.miShowEventLog.Name = "miShowEventLog";
     this.miShowEventLog.Size = new Size(0x18e, 0x16);
     this.miShowEventLog.Tag = "Dev";
     this.miShowEventLog.Text = "Show Event Log";
     this.miShowEventLog.Click += new EventHandler(this.miEventLog_Click);
     this.miAdmin_CreateVolunteerEffort.Name = "miAdmin_CreateVolunteerEffort";
     this.miAdmin_CreateVolunteerEffort.Size = new Size(0x18e, 0x16);
     this.miAdmin_CreateVolunteerEffort.Text = "Create Volunteer Effort";
     this.miAdmin_CreateVolunteerEffort.Click += new EventHandler(this.miAdmin_CreateVolunteerEffort_Click);
     this.miAdmin_ViewVolunteers.Name = "miAdmin_ViewVolunteers";
     this.miAdmin_ViewVolunteers.Size = new Size(0x18e, 0x16);
     this.miAdmin_ViewVolunteers.Text = "View Volunteers";
     this.miAdmin_ViewVolunteers.Click += new EventHandler(this.miAdmin_ViewVolunteers_Click);
     this.forceAllUsersToRestartGPGnetmustBeTHEAdminToolStripMenuItem.Name = "forceAllUsersToRestartGPGnetmustBeTHEAdminToolStripMenuItem";
     this.forceAllUsersToRestartGPGnetmustBeTHEAdminToolStripMenuItem.Size = new Size(0x18e, 0x16);
     this.forceAllUsersToRestartGPGnetmustBeTHEAdminToolStripMenuItem.Tag = "Dev";
     this.forceAllUsersToRestartGPGnetmustBeTHEAdminToolStripMenuItem.Text = "Force all users to restart GPGnet (must be THE Admin)";
     this.forceAllUsersToRestartGPGnetmustBeTHEAdminToolStripMenuItem.Click += new EventHandler(this.forceAllUsersToRestartGPGnetmustBeTHEAdminToolStripMenuItem_Click);
     this.miAdmin_Security.Name = "miAdmin_Security";
     this.miAdmin_Security.Size = new Size(0x18e, 0x16);
     this.miAdmin_Security.Text = "Security";
     this.miAdmin_Security.Click += new EventHandler(this.miAdmin_Security_Click);
     this.miAdmin_Avatars.Name = "miAdmin_Avatars";
     this.miAdmin_Avatars.Size = new Size(0x18e, 0x16);
     this.miAdmin_Avatars.Text = "Assign Player Avatars";
     this.miAdmin_Avatars.Click += new EventHandler(this.miAdmin_Avatars_Click);
     this.spaceSiegeLobbyToolStripMenuItem.Name = "spaceSiegeLobbyToolStripMenuItem";
     this.spaceSiegeLobbyToolStripMenuItem.Size = new Size(0x18e, 0x16);
     this.spaceSiegeLobbyToolStripMenuItem.Text = "Space Siege Lobby";
     this.spaceSiegeLobbyToolStripMenuItem.Click += new EventHandler(this.spaceSiegeLobbyToolStripMenuItem_Click);
     this.manageServerGamesToolStripMenuItem.Name = "manageServerGamesToolStripMenuItem";
     this.manageServerGamesToolStripMenuItem.Size = new Size(0x18e, 0x16);
     this.manageServerGamesToolStripMenuItem.Text = "Manage Server Games";
     this.manageServerGamesToolStripMenuItem.Click += new EventHandler(this.manageServerGamesToolStripMenuItem_Click);
     this.miGameGroup.DropDownItems.AddRange(new ToolStripItem[] { this.miCustomGame, this.miJoinGame, this.miAutomatch, this.lOCArrangedTeamGameToolStripMenuItem, this.miGame_Vault, this.miCreateTournament, this.miTournamentSchedule, this.miGame_RedeemPrize });
     this.miGameGroup.Enabled = false;
     this.miGameGroup.Name = "miGameGroup";
     this.miGameGroup.Size = new Size(0x61, 20);
     this.miGameGroup.Text = "<LOC>Game";
     this.miGameGroup.TextAlign = ContentAlignment.BottomCenter;
     this.miCustomGame.Image = GPG.Multiplayer.Client.Properties.Resources.host;
     this.miCustomGame.Name = "miCustomGame";
     this.miCustomGame.Size = new Size(0x110, 0x16);
     this.miCustomGame.Text = "<LOC>Host Custom Game";
     this.miCustomGame.Click += new EventHandler(this.miCustomGame_Click);
     this.miJoinGame.Image = GPG.Multiplayer.Client.Properties.Resources.jointeam2;
     this.miJoinGame.Name = "miJoinGame";
     this.miJoinGame.Size = new Size(0x110, 0x16);
     this.miJoinGame.Text = "<LOC>Join Custom Game";
     this.miJoinGame.Click += new EventHandler(this.miJoinGame_Click);
     this.miAutomatch.Name = "miAutomatch";
     this.miAutomatch.Size = new Size(0x110, 0x16);
     this.miAutomatch.Text = "<LOC>Play Ranked Game";
     this.miAutomatch.Click += new EventHandler(this.miAutomatch_Click);
     this.lOCArrangedTeamGameToolStripMenuItem.Name = "lOCArrangedTeamGameToolStripMenuItem";
     this.lOCArrangedTeamGameToolStripMenuItem.Size = new Size(0x110, 0x16);
     this.lOCArrangedTeamGameToolStripMenuItem.Text = "<LOC>Arranged Team Game";
     this.lOCArrangedTeamGameToolStripMenuItem.Click += new EventHandler(this.lOCArrangedTeamGameToolStripMenuItem_Click);
     this.miGame_Vault.Name = "miGame_Vault";
     this.miGame_Vault.Size = new Size(0x110, 0x16);
     this.miGame_Vault.Text = "<LOC>Replay Vault";
     this.miGame_Vault.Click += new EventHandler(this.miGame_Vault_Click);
     this.miCreateTournament.Name = "miCreateTournament";
     this.miCreateTournament.Size = new Size(0x110, 0x16);
     this.miCreateTournament.Text = "<LOC>Create Tournament";
     this.miCreateTournament.Visible = false;
     this.miCreateTournament.Click += new EventHandler(this.miCreateTournament_Click);
     this.miTournamentSchedule.Name = "miTournamentSchedule";
     this.miTournamentSchedule.Size = new Size(0x110, 0x16);
     this.miTournamentSchedule.Text = "<LOC>Tournament Schedule";
     this.miTournamentSchedule.Click += new EventHandler(this.miTournamentSchedule_Click);
     this.miGame_RedeemPrize.Enabled = false;
     this.miGame_RedeemPrize.Name = "miGame_RedeemPrize";
     this.miGame_RedeemPrize.Size = new Size(0x110, 0x16);
     this.miGame_RedeemPrize.Text = "<LOC>Redeem Tournament Prize";
     this.miGame_RedeemPrize.Visible = false;
     this.miGame_RedeemPrize.Click += new EventHandler(this.miGame_RedeemPrize_Click);
     this.miRankings.DropDownItems.AddRange(new ToolStripItem[] { this.miRankings_1v1, this.lOC2v2RankingsToolStripMenuItem, this.lOC3v3RankingsToolStripMenuItem, this.lOC4v4RankingsToolStripMenuItem, this.lOCClanRankingsToolStripMenuItem });
     this.miRankings.Name = "miRankings";
     this.miRankings.Size = new Size(0x74, 20);
     this.miRankings.Text = "<LOC>Rankings";
     this.miRankings.TextAlign = ContentAlignment.BottomCenter;
     this.miRankings_1v1.Image = GPG.Multiplayer.Client.Properties.Resources.rankings1;
     this.miRankings_1v1.Name = "miRankings_1v1";
     this.miRankings_1v1.Size = new Size(0xd6, 0x16);
     this.miRankings_1v1.Text = "<LOC>1v1 Rankings...";
     this.miRankings_1v1.Click += new EventHandler(this.miRankings_1v1_Click);
     this.lOC2v2RankingsToolStripMenuItem.Name = "lOC2v2RankingsToolStripMenuItem";
     this.lOC2v2RankingsToolStripMenuItem.Size = new Size(0xd6, 0x16);
     this.lOC2v2RankingsToolStripMenuItem.Text = "<LOC>2v2 Rankings...";
     this.lOC2v2RankingsToolStripMenuItem.Click += new EventHandler(this.lOC2v2RankingsToolStripMenuItem_Click);
     this.lOC3v3RankingsToolStripMenuItem.Name = "lOC3v3RankingsToolStripMenuItem";
     this.lOC3v3RankingsToolStripMenuItem.Size = new Size(0xd6, 0x16);
     this.lOC3v3RankingsToolStripMenuItem.Text = "<LOC>3v3 Rankings...";
     this.lOC3v3RankingsToolStripMenuItem.Click += new EventHandler(this.lOC3v3RankingsToolStripMenuItem_Click);
     this.lOC4v4RankingsToolStripMenuItem.Name = "lOC4v4RankingsToolStripMenuItem";
     this.lOC4v4RankingsToolStripMenuItem.Size = new Size(0xd6, 0x16);
     this.lOC4v4RankingsToolStripMenuItem.Text = "<LOC>4v4 Rankings...";
     this.lOC4v4RankingsToolStripMenuItem.Click += new EventHandler(this.lOC4v4RankingsToolStripMenuItem_Click);
     this.lOCClanRankingsToolStripMenuItem.Name = "lOCClanRankingsToolStripMenuItem";
     this.lOCClanRankingsToolStripMenuItem.Size = new Size(0xd6, 0x16);
     this.lOCClanRankingsToolStripMenuItem.Text = "<LOC>Clan Rankings...";
     this.lOCClanRankingsToolStripMenuItem.Click += new EventHandler(this.lOCClanRankingsToolStripMenuItem_Click);
     this.miLadders.DropDownItems.AddRange(new ToolStripItem[] { this.miLadders_AcceptAll, this.miLadders_DeclineAll });
     this.miLadders.Name = "miLadders";
     this.miLadders.Size = new Size(0x6c, 20);
     this.miLadders.Text = "<LOC>Ladders";
     this.miLadders.TextAlign = ContentAlignment.BottomCenter;
     this.miLadders_AcceptAll.Name = "miLadders_AcceptAll";
     this.miLadders_AcceptAll.Size = new Size(0xf8, 0x16);
     this.miLadders_AcceptAll.Text = "<LOC>Accept All Challenges";
     this.miLadders_AcceptAll.Click += new EventHandler(this.miLadders_AcceptAll_Click);
     this.miLadders_DeclineAll.Name = "miLadders_DeclineAll";
     this.miLadders_DeclineAll.Size = new Size(0xf8, 0x16);
     this.miLadders_DeclineAll.Text = "<LOC>Decline All Challenges";
     this.miLadders_DeclineAll.Click += new EventHandler(this.miLadders_DeclineAll_Click);
     this.miTools.DropDownItems.AddRange(new ToolStripItem[] { this.miTools_Feedback, this.miTools_GameKeys, this.miTools_Chat, this.miTools_ContentManager, this.miTools_Options, this.miTools_LocPatches, this.miManageGames });
     this.miTools.Name = "miTools";
     this.miTools.Size = new Size(0x5d, 20);
     this.miTools.Text = "<LOC>Tools";
     this.miTools.TextAlign = ContentAlignment.BottomCenter;
     this.miTools_Feedback.Name = "miTools_Feedback";
     this.miTools_Feedback.Size = new Size(210, 0x16);
     this.miTools_Feedback.Text = "<LOC>Feedback";
     this.miTools_Feedback.Click += new EventHandler(this.miTools_Feedback_Click);
     this.miTools_GameKeys.Name = "miTools_GameKeys";
     this.miTools_GameKeys.Size = new Size(210, 0x16);
     this.miTools_GameKeys.Text = "<LOC>Game Keys...";
     this.miTools_GameKeys.Visible = false;
     this.miTools_GameKeys.Click += new EventHandler(this.miTools_GameKeys_Click);
     this.miTools_Chat.DropDownItems.AddRange(new ToolStripItem[] { this.miTools_Chat_Emotes });
     this.miTools_Chat.Name = "miTools_Chat";
     this.miTools_Chat.Size = new Size(210, 0x16);
     this.miTools_Chat.Text = "<LOC>Chat";
     this.miTools_Chat_Emotes.Name = "miTools_Chat_Emotes";
     this.miTools_Chat_Emotes.Size = new Size(0xaf, 0x16);
     this.miTools_Chat_Emotes.Text = "<LOC>Emotes...";
     this.miTools_Chat_Emotes.Click += new EventHandler(this.miTools_Chat_Emotes_Click);
     this.miTools_ContentManager.Name = "miTools_ContentManager";
     this.miTools_ContentManager.Size = new Size(210, 0x16);
     this.miTools_ContentManager.Text = "<LOC>The Vault";
     this.miTools_ContentManager.Click += new EventHandler(this.miTools_ContentManager_Click);
     this.miTools_Options.Name = "miTools_Options";
     this.miTools_Options.Size = new Size(210, 0x16);
     this.miTools_Options.Text = "<LOC>Options...";
     this.miTools_Options.Click += new EventHandler(this.miTools_Options_Click);
     this.miTools_LocPatches.Enabled = false;
     this.miTools_LocPatches.Name = "miTools_LocPatches";
     this.miTools_LocPatches.Size = new Size(210, 0x16);
     this.miTools_LocPatches.Text = "Loc Patches";
     this.miTools_LocPatches.Visible = false;
     this.miTools_LocPatches.Click += new EventHandler(this.miTools_LocPatches_Click);
     this.miManageGames.Name = "miManageGames";
     this.miManageGames.Size = new Size(210, 0x16);
     this.miManageGames.Text = "<LOC>Manage Games";
     this.miManageGames.Click += new EventHandler(this.miManageGames_Click);
     this.miHelp.DropDownItems.AddRange(new ToolStripItem[] { this.miHelp_Solutions, this.miHelp_Volunteer, this.miHelp_SupComHome, this.miHelp_GPGHome, this.miForums, this.miHelp_ReportIssue, this.miSpaceSiegeWeb, this.miHelp_About });
     this.miHelp.Name = "miHelp";
     this.miHelp.Size = new Size(0x58, 20);
     this.miHelp.Text = "<LOC>Help";
     this.miHelp.TextAlign = ContentAlignment.BottomCenter;
     this.miHelp_Solutions.Name = "miHelp_Solutions";
     this.miHelp_Solutions.Size = new Size(0x151, 0x16);
     this.miHelp_Solutions.Text = "<LOC>GPGnet Knowledge Base";
     this.miHelp_Solutions.Click += new EventHandler(this.miHelp_Solutions_Click);
     this.miHelp_Volunteer.Name = "miHelp_Volunteer";
     this.miHelp_Volunteer.Size = new Size(0x151, 0x16);
     this.miHelp_Volunteer.Text = "<LOC>Volunteer Opportunities";
     this.miHelp_Volunteer.Click += new EventHandler(this.miHelp_Volunteer_Click);
     this.miHelp_SupComHome.Name = "miHelp_SupComHome";
     this.miHelp_SupComHome.Size = new Size(0x151, 0x16);
     this.miHelp_SupComHome.Text = "<LOC>SupremeCommander.com";
     this.miHelp_SupComHome.Click += new EventHandler(this.miHelp_SupComHome_Click);
     this.miHelp_GPGHome.Name = "miHelp_GPGHome";
     this.miHelp_GPGHome.Size = new Size(0x151, 0x16);
     this.miHelp_GPGHome.Text = "<LOC>GasPowered.com";
     this.miHelp_GPGHome.Click += new EventHandler(this.miHelp_GPGHome_Click);
     this.miForums.Name = "miForums";
     this.miForums.Size = new Size(0x151, 0x16);
     this.miForums.Text = "<LOC>Forums.GasPowered.com";
     this.miForums.Click += new EventHandler(this.miForums_Click);
     this.miHelp_ReportIssue.Name = "miHelp_ReportIssue";
     this.miHelp_ReportIssue.Size = new Size(0x151, 0x16);
     this.miHelp_ReportIssue.Text = "<LOC>Report an Issue";
     this.miHelp_ReportIssue.Click += new EventHandler(this.miHelp_ReportIssue_Click);
     this.miHelp_About.Name = "miHelp_About";
     this.miHelp_About.Size = new Size(0x151, 0x16);
     this.miHelp_About.Text = "<LOC>About GPGnet: Supreme Commander";
     this.miHelp_About.Click += new EventHandler(this.aboutGPGNetToolStripMenuItem_Click);
     this.miSpaceSiegeWeb.Name = "miSpaceSiegeWeb";
     this.miSpaceSiegeWeb.Size = new Size(0x151, 0x16);
     this.miSpaceSiegeWeb.Text = "<LOC>spacesiege.com";
     this.miSpaceSiegeWeb.Visible = false;
     this.miSpaceSiegeWeb.Click += new EventHandler(this.lOCToolStripMenuItem_Click);
     this.pbClose.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.pbClose.Image = (Image) manager.GetObject("pbClose.Image");
     this.pbClose.Location = new Point(0x39a, 10);
     this.pbClose.Name = "pbClose";
     this.pbClose.Size = new Size(0x21, 0x20);
     this.pbClose.SizeMode = PictureBoxSizeMode.AutoSize;
     base.ttDefault.SetSuperTip(this.pbClose, null);
     this.pbClose.TabIndex = 6;
     this.pbClose.TabStop = false;
     this.pbClose.MouseMove += new MouseEventHandler(this.OnMouseMove);
     this.pbClose.Click += new EventHandler(this.pbClose_Click);
     this.pbRestore.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.pbRestore.Image = (Image) manager.GetObject("pbRestore.Image");
     this.pbRestore.Location = new Point(0x37b, 10);
     this.pbRestore.Name = "pbRestore";
     this.pbRestore.Size = new Size(0x21, 0x20);
     this.pbRestore.SizeMode = PictureBoxSizeMode.AutoSize;
     base.ttDefault.SetSuperTip(this.pbRestore, null);
     this.pbRestore.TabIndex = 5;
     this.pbRestore.TabStop = false;
     this.pbRestore.MouseMove += new MouseEventHandler(this.OnMouseMove);
     this.pbRestore.Click += new EventHandler(this.pbRestore_Click);
     this.pbMinimize.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.pbMinimize.Image = (Image) manager.GetObject("pbMinimize.Image");
     this.pbMinimize.Location = new Point(0x35b, 10);
     this.pbMinimize.Name = "pbMinimize";
     this.pbMinimize.Size = new Size(0x21, 0x20);
     this.pbMinimize.SizeMode = PictureBoxSizeMode.AutoSize;
     base.ttDefault.SetSuperTip(this.pbMinimize, null);
     this.pbMinimize.TabIndex = 4;
     this.pbMinimize.TabStop = false;
     this.pbMinimize.MouseMove += new MouseEventHandler(this.OnMouseMove);
     this.pbMinimize.Click += new EventHandler(this.pbMinimize_Click);
     this.pbTopRight.Dock = DockStyle.Right;
     this.pbTopRight.Image = (Image) manager.GetObject("pbTopRight.Image");
     this.pbTopRight.Location = new Point(0x359, 0);
     this.pbTopRight.Name = "pbTopRight";
     this.pbTopRight.Size = new Size(0x8f, 0xc9);
     this.pbTopRight.SizeMode = PictureBoxSizeMode.AutoSize;
     base.ttDefault.SetSuperTip(this.pbTopRight, null);
     this.pbTopRight.TabIndex = 3;
     this.pbTopRight.TabStop = false;
     this.pbTopRight.MouseMove += new MouseEventHandler(this.OnMouseMove);
     this.pbTopRight.MouseUp += new MouseEventHandler(this.OnMouseUp);
     this.pbTop.Dock = DockStyle.Fill;
     this.pbTop.Image = (Image) manager.GetObject("pbTop.Image");
     this.pbTop.Location = new Point(0xa3, 0);
     this.pbTop.Name = "pbTop";
     this.pbTop.Size = new Size(0x345, 0xc9);
     this.pbTop.SizeMode = PictureBoxSizeMode.StretchImage;
     base.ttDefault.SetSuperTip(this.pbTop, null);
     this.pbTop.TabIndex = 2;
     this.pbTop.TabStop = false;
     this.pbTop.DoubleClick += new EventHandler(this.pbRestore_Click);
     this.pbTop.MouseMove += new MouseEventHandler(this.OnMouseMove);
     this.pbTop.MouseUp += new MouseEventHandler(this.OnMouseUp);
     this.pbTopLeft.Dock = DockStyle.Left;
     this.pbTopLeft.Image = (Image) manager.GetObject("pbTopLeft.Image");
     this.pbTopLeft.Location = new Point(0, 0);
     this.pbTopLeft.Name = "pbTopLeft";
     this.pbTopLeft.Size = new Size(0xa3, 0xc9);
     this.pbTopLeft.SizeMode = PictureBoxSizeMode.AutoSize;
     base.ttDefault.SetSuperTip(this.pbTopLeft, null);
     this.pbTopLeft.TabIndex = 0;
     this.pbTopLeft.TabStop = false;
     this.pbTopLeft.DoubleClick += new EventHandler(this.pbRestore_Click);
     this.pbTopLeft.MouseMove += new MouseEventHandler(this.OnMouseMove);
     this.pbTopLeft.MouseUp += new MouseEventHandler(this.OnMouseUp);
     this.wbMain.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.wbMain.Location = new Point(0x31, 0x48);
     this.wbMain.MinimumSize = new Size(20, 20);
     this.wbMain.Name = "wbMain";
     this.wbMain.Size = new Size(0x38b, 90);
     base.ttDefault.SetSuperTip(this.wbMain, null);
     this.wbMain.TabIndex = 8;
     this.wbMain.Url = new Uri("", UriKind.Relative);
     this.splitContainerFriends.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.splitContainerFriends.BackColor = System.Drawing.Color.FromArgb(0x24, 0x23, 0x23);
     this.splitContainerFriends.FixedPanel = FixedPanel.Panel1;
     this.splitContainerFriends.IsSplitterFixed = true;
     this.splitContainerFriends.Location = new Point(2, 2);
     this.splitContainerFriends.Name = "splitContainerFriends";
     this.splitContainerFriends.Orientation = Orientation.Horizontal;
     this.splitContainerFriends.Panel1.BackColor = System.Drawing.Color.FromArgb(0x24, 0x23, 0x23);
     this.splitContainerFriends.Panel1.Controls.Add(this.gpgLabelFriendInvites2);
     this.splitContainerFriends.Panel1.Controls.Add(this.gpgLabelFriendInvitesCount2);
     base.ttDefault.SetSuperTip(this.splitContainerFriends.Panel1, null);
     this.splitContainerFriends.Panel1MinSize = 20;
     this.splitContainerFriends.Panel2.Controls.Add(this.gpgScrollPanelFriends);
     base.ttDefault.SetSuperTip(this.splitContainerFriends.Panel2, null);
     this.splitContainerFriends.Size = new Size(0x106, 0x1c7);
     this.splitContainerFriends.SplitterDistance = 0x17;
     this.splitContainerFriends.SplitterWidth = 1;
     base.ttDefault.SetSuperTip(this.splitContainerFriends, null);
     this.splitContainerFriends.TabIndex = 5;
     this.gpgLabelFriendInvites2.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelFriendInvites2.AutoSize = true;
     this.gpgLabelFriendInvites2.AutoStyle = true;
     this.gpgLabelFriendInvites2.BackColor = System.Drawing.Color.FromArgb(0x24, 0x23, 0x23);
     this.gpgLabelFriendInvites2.Font = new Font("Arial", 9.75f);
     this.gpgLabelFriendInvites2.ForeColor = System.Drawing.Color.White;
     this.gpgLabelFriendInvites2.IgnoreMouseWheel = false;
     this.gpgLabelFriendInvites2.IsStyled = false;
     this.gpgLabelFriendInvites2.Location = new Point(3, 4);
     this.gpgLabelFriendInvites2.Name = "gpgLabelFriendInvites2";
     this.gpgLabelFriendInvites2.Size = new Size(0x8b, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelFriendInvites2, null);
     this.gpgLabelFriendInvites2.TabIndex = 12;
     this.gpgLabelFriendInvites2.Text = "<LOC>View Invitations";
     this.gpgLabelFriendInvites2.TextStyle = TextStyles.Link;
     this.gpgLabelFriendInvites2.Click += new EventHandler(this.gpgLabelFriendInvites2_Click);
     this.gpgLabelFriendInvitesCount2.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelFriendInvitesCount2.AutoSize = true;
     this.gpgLabelFriendInvitesCount2.AutoStyle = true;
     this.gpgLabelFriendInvitesCount2.Font = new Font("Arial", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgLabelFriendInvitesCount2.ForeColor = System.Drawing.Color.White;
     this.gpgLabelFriendInvitesCount2.IgnoreMouseWheel = false;
     this.gpgLabelFriendInvitesCount2.IsStyled = false;
     this.gpgLabelFriendInvitesCount2.Location = new Point(0x7b, 3);
     this.gpgLabelFriendInvitesCount2.Margin = new Padding(0);
     this.gpgLabelFriendInvitesCount2.Name = "gpgLabelFriendInvitesCount2";
     this.gpgLabelFriendInvitesCount2.Size = new Size(0x17, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelFriendInvitesCount2, null);
     this.gpgLabelFriendInvitesCount2.TabIndex = 11;
     this.gpgLabelFriendInvitesCount2.Text = "(0)";
     this.gpgLabelFriendInvitesCount2.TextStyle = TextStyles.Default;
     this.gpgScrollPanelFriends.AutoScroll = true;
     this.gpgScrollPanelFriends.BackColor = System.Drawing.Color.Black;
     this.gpgScrollPanelFriends.BorderColor = System.Drawing.Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgScrollPanelFriends.BorderThickness = 2;
     this.gpgScrollPanelFriends.ChildControl = null;
     this.gpgScrollPanelFriends.Controls.Add(this.pnlUserListFriends);
     this.gpgScrollPanelFriends.Controls.Add(this.gpgLabelNoFriends);
     this.gpgScrollPanelFriends.Dock = DockStyle.Fill;
     this.gpgScrollPanelFriends.DrawBorder = false;
     this.gpgScrollPanelFriends.Location = new Point(0, 0);
     this.gpgScrollPanelFriends.Name = "gpgScrollPanelFriends";
     this.gpgScrollPanelFriends.Size = new Size(0x106, 0x1af);
     base.ttDefault.SetSuperTip(this.gpgScrollPanelFriends, null);
     this.gpgScrollPanelFriends.TabIndex = 0;
     this.pnlUserListFriends.AutoRefresh = true;
     this.pnlUserListFriends.AutoScroll = true;
     this.pnlUserListFriends.BackColor = System.Drawing.Color.FromArgb(0x24, 0x23, 0x23);
     this.pnlUserListFriends.Dock = DockStyle.Fill;
     this.pnlUserListFriends.Location = new Point(0, 0);
     this.pnlUserListFriends.Name = "pnlUserListFriends";
     this.pnlUserListFriends.Size = new Size(0x106, 0x1af);
     this.pnlUserListFriends.Style = UserListStyles.OnlineOffline;
     base.ttDefault.SetSuperTip(this.pnlUserListFriends, null);
     this.pnlUserListFriends.TabIndex = 0;
     this.gpgLabelNoFriends.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelNoFriends.AutoStyle = true;
     this.gpgLabelNoFriends.BackColor = System.Drawing.Color.FromArgb(0x24, 0x23, 0x23);
     this.gpgLabelNoFriends.Dock = DockStyle.Fill;
     this.gpgLabelNoFriends.Font = new Font("Arial", 9.75f);
     this.gpgLabelNoFriends.ForeColor = System.Drawing.Color.White;
     this.gpgLabelNoFriends.IgnoreMouseWheel = false;
     this.gpgLabelNoFriends.IsStyled = false;
     this.gpgLabelNoFriends.Location = new Point(0, 0);
     this.gpgLabelNoFriends.Name = "gpgLabelNoFriends";
     this.gpgLabelNoFriends.Size = new Size(0x106, 0x1af);
     base.ttDefault.SetSuperTip(this.gpgLabelNoFriends, null);
     this.gpgLabelNoFriends.TabIndex = 1;
     this.gpgLabelNoFriends.Text = manager.GetString("gpgLabelNoFriends.Text");
     this.gpgLabelNoFriends.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelNoFriends.TextStyle = TextStyles.Default;
     this.splitContainerClan.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.splitContainerClan.BackColor = System.Drawing.Color.FromArgb(0x24, 0x23, 0x23);
     this.splitContainerClan.FixedPanel = FixedPanel.Panel1;
     this.splitContainerClan.IsSplitterFixed = true;
     this.splitContainerClan.Location = new Point(2, 0x16);
     this.splitContainerClan.Margin = new Padding(0);
     this.splitContainerClan.Name = "splitContainerClan";
     this.splitContainerClan.Orientation = Orientation.Horizontal;
     this.splitContainerClan.Panel1.BackColor = System.Drawing.Color.FromArgb(0x24, 0x23, 0x23);
     this.splitContainerClan.Panel1.Controls.Add(this.gpgLabelClanRequests);
     this.splitContainerClan.Panel1.Controls.Add(this.gpgLabelClanRequestCount);
     base.ttDefault.SetSuperTip(this.splitContainerClan.Panel1, null);
     this.splitContainerClan.Panel1MinSize = 20;
     this.splitContainerClan.Panel2.Controls.Add(this.gpgScrollPanelClan);
     this.splitContainerClan.Panel2.Controls.Add(this.gpgScrollPanelNoClan);
     base.ttDefault.SetSuperTip(this.splitContainerClan.Panel2, null);
     this.splitContainerClan.Size = new Size(0x106, 0x1b3);
     this.splitContainerClan.SplitterDistance = 20;
     this.splitContainerClan.SplitterWidth = 1;
     base.ttDefault.SetSuperTip(this.splitContainerClan, null);
     this.splitContainerClan.TabIndex = 6;
     this.gpgLabelClanRequests.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelClanRequests.AutoSize = true;
     this.gpgLabelClanRequests.AutoStyle = true;
     this.gpgLabelClanRequests.Font = new Font("Arial", 9.75f);
     this.gpgLabelClanRequests.ForeColor = System.Drawing.Color.White;
     this.gpgLabelClanRequests.IgnoreMouseWheel = false;
     this.gpgLabelClanRequests.IsStyled = false;
     this.gpgLabelClanRequests.Location = new Point(-1, 0);
     this.gpgLabelClanRequests.Name = "gpgLabelClanRequests";
     this.gpgLabelClanRequests.Size = new Size(0x89, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelClanRequests, null);
     this.gpgLabelClanRequests.TabIndex = 2;
     this.gpgLabelClanRequests.Text = "<LOC>View Requests";
     this.gpgLabelClanRequests.TextStyle = TextStyles.Link;
     this.gpgLabelClanRequests.Click += new EventHandler(this.gpgLabelClanRequests_Click);
     this.gpgLabelClanRequestCount.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelClanRequestCount.AutoSize = true;
     this.gpgLabelClanRequestCount.AutoStyle = true;
     this.gpgLabelClanRequestCount.Font = new Font("Arial", 9.75f);
     this.gpgLabelClanRequestCount.ForeColor = System.Drawing.Color.White;
     this.gpgLabelClanRequestCount.IgnoreMouseWheel = false;
     this.gpgLabelClanRequestCount.IsStyled = false;
     this.gpgLabelClanRequestCount.Location = new Point(140, 0);
     this.gpgLabelClanRequestCount.Name = "gpgLabelClanRequestCount";
     this.gpgLabelClanRequestCount.Size = new Size(0x17, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelClanRequestCount, null);
     this.gpgLabelClanRequestCount.TabIndex = 1;
     this.gpgLabelClanRequestCount.Text = "(0)";
     this.gpgLabelClanRequestCount.TextStyle = TextStyles.Default;
     this.gpgScrollPanelClan.AutoScroll = true;
     this.gpgScrollPanelClan.BackColor = System.Drawing.Color.FromArgb(0x24, 0x23, 0x23);
     this.gpgScrollPanelClan.BorderColor = System.Drawing.Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgScrollPanelClan.BorderThickness = 2;
     this.gpgScrollPanelClan.ChildControl = null;
     this.gpgScrollPanelClan.Controls.Add(this.pnlUserListClan);
     this.gpgScrollPanelClan.Dock = DockStyle.Fill;
     this.gpgScrollPanelClan.DrawBorder = false;
     this.gpgScrollPanelClan.Location = new Point(0, 0);
     this.gpgScrollPanelClan.Name = "gpgScrollPanelClan";
     this.gpgScrollPanelClan.Size = new Size(0x106, 0x19e);
     base.ttDefault.SetSuperTip(this.gpgScrollPanelClan, null);
     this.gpgScrollPanelClan.TabIndex = 1;
     this.pnlUserListClan.AutoRefresh = true;
     this.pnlUserListClan.AutoScroll = true;
     this.pnlUserListClan.BackColor = System.Drawing.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(0x106, 0x19e);
     this.pnlUserListClan.Style = UserListStyles.Clan;
     base.ttDefault.SetSuperTip(this.pnlUserListClan, null);
     this.pnlUserListClan.TabIndex = 0;
     this.gpgScrollPanelNoClan.AutoScroll = true;
     this.gpgScrollPanelNoClan.BackColor = System.Drawing.Color.FromArgb(0x24, 0x23, 0x23);
     this.gpgScrollPanelNoClan.BorderColor = System.Drawing.Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgScrollPanelNoClan.BorderThickness = 2;
     this.gpgScrollPanelNoClan.ChildControl = null;
     this.gpgScrollPanelNoClan.Controls.Add(this.gpgLabelClanInvites);
     this.gpgScrollPanelNoClan.Controls.Add(this.gpgLabelCreateClan);
     this.gpgScrollPanelNoClan.Controls.Add(this.gpgLabelClanInviteCount);
     this.gpgScrollPanelNoClan.Controls.Add(this.gpgLabelNoClan);
     this.gpgScrollPanelNoClan.Dock = DockStyle.Fill;
     this.gpgScrollPanelNoClan.DrawBorder = false;
     this.gpgScrollPanelNoClan.Location = new Point(0, 0);
     this.gpgScrollPanelNoClan.Name = "gpgScrollPanelNoClan";
     this.gpgScrollPanelNoClan.Size = new Size(0x106, 0x19e);
     base.ttDefault.SetSuperTip(this.gpgScrollPanelNoClan, null);
     this.gpgScrollPanelNoClan.TabIndex = 5;
     this.gpgLabelClanInvites.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelClanInvites.AutoSize = true;
     this.gpgLabelClanInvites.AutoStyle = true;
     this.gpgLabelClanInvites.Font = new Font("Arial", 9.75f);
     this.gpgLabelClanInvites.ForeColor = System.Drawing.Color.White;
     this.gpgLabelClanInvites.IgnoreMouseWheel = false;
     this.gpgLabelClanInvites.IsStyled = false;
     this.gpgLabelClanInvites.Location = new Point(4, 0x5c);
     this.gpgLabelClanInvites.Name = "gpgLabelClanInvites";
     this.gpgLabelClanInvites.Size = new Size(0x8b, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelClanInvites, null);
     this.gpgLabelClanInvites.TabIndex = 9;
     this.gpgLabelClanInvites.Text = "<LOC>View Invitations";
     this.gpgLabelClanInvites.TextStyle = TextStyles.Link;
     this.gpgLabelClanInvites.Click += new EventHandler(this.gpgLabelClanInvites_Click);
     this.gpgLabelCreateClan.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelCreateClan.AutoSize = true;
     this.gpgLabelCreateClan.AutoStyle = true;
     this.gpgLabelCreateClan.Font = new Font("Arial", 9.75f);
     this.gpgLabelCreateClan.ForeColor = System.Drawing.Color.White;
     this.gpgLabelCreateClan.IgnoreMouseWheel = false;
     this.gpgLabelCreateClan.IsStyled = false;
     this.gpgLabelCreateClan.Location = new Point(4, 0x43);
     this.gpgLabelCreateClan.Name = "gpgLabelCreateClan";
     this.gpgLabelCreateClan.Size = new Size(0x76, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelCreateClan, null);
     this.gpgLabelCreateClan.TabIndex = 8;
     this.gpgLabelCreateClan.Text = "<LOC>Create Clan";
     this.gpgLabelCreateClan.TextStyle = TextStyles.Link;
     this.gpgLabelCreateClan.Click += new EventHandler(this.gpgLabelCreateClan_Click);
     this.gpgLabelClanInviteCount.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelClanInviteCount.AutoSize = true;
     this.gpgLabelClanInviteCount.AutoStyle = true;
     this.gpgLabelClanInviteCount.Font = new Font("Arial", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgLabelClanInviteCount.ForeColor = System.Drawing.Color.White;
     this.gpgLabelClanInviteCount.IgnoreMouseWheel = false;
     this.gpgLabelClanInviteCount.IsStyled = false;
     this.gpgLabelClanInviteCount.Location = new Point(0x7b, 0x5c);
     this.gpgLabelClanInviteCount.Margin = new Padding(0);
     this.gpgLabelClanInviteCount.Name = "gpgLabelClanInviteCount";
     this.gpgLabelClanInviteCount.Size = new Size(0x17, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelClanInviteCount, null);
     this.gpgLabelClanInviteCount.TabIndex = 7;
     this.gpgLabelClanInviteCount.Text = "(0)";
     this.gpgLabelClanInviteCount.TextStyle = TextStyles.Default;
     this.gpgLabelNoClan.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelNoClan.AutoStyle = true;
     this.gpgLabelNoClan.BackColor = System.Drawing.Color.FromArgb(0x24, 0x23, 0x23);
     this.gpgLabelNoClan.Dock = DockStyle.Top;
     this.gpgLabelNoClan.Font = new Font("Arial", 9.75f);
     this.gpgLabelNoClan.ForeColor = System.Drawing.Color.White;
     this.gpgLabelNoClan.IgnoreMouseWheel = false;
     this.gpgLabelNoClan.IsStyled = false;
     this.gpgLabelNoClan.Location = new Point(0, 0);
     this.gpgLabelNoClan.Name = "gpgLabelNoClan";
     this.gpgLabelNoClan.Size = new Size(0x106, 0x35);
     base.ttDefault.SetSuperTip(this.gpgLabelNoClan, null);
     this.gpgLabelNoClan.TabIndex = 4;
     this.gpgLabelNoClan.Text = "<LOC id=_310c9adeef7ceaff3fb510305d0d2d37>You are not currently a member of a clan.  To join one, choose from the following options";
     this.gpgLabelNoClan.TextAlign = ContentAlignment.TopCenter;
     this.gpgLabelNoClan.TextStyle = TextStyles.Default;
     this.skinLabelClanName.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabelClanName.AutoStyle = false;
     this.skinLabelClanName.BackColor = System.Drawing.Color.Black;
     this.skinLabelClanName.Cursor = Cursors.Hand;
     this.skinLabelClanName.DrawEdges = true;
     this.skinLabelClanName.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabelClanName.ForeColor = System.Drawing.Color.White;
     this.skinLabelClanName.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabelClanName.IsStyled = false;
     this.skinLabelClanName.Location = new Point(2, 2);
     this.skinLabelClanName.Margin = new Padding(0);
     this.skinLabelClanName.Name = "skinLabelClanName";
     this.skinLabelClanName.Size = new Size(0x106, 20);
     this.skinLabelClanName.SkinBasePath = @"Controls\Background Label\Rectangle";
     base.ttDefault.SetSuperTip(this.skinLabelClanName, null);
     this.skinLabelClanName.TabIndex = 3;
     this.skinLabelClanName.TextAlign = ContentAlignment.MiddleCenter;
     this.skinLabelClanName.TextPadding = new Padding(0);
     this.skinLabelClanName.Click += new EventHandler(this.skinLabelClanName_Click);
     this.pbLeftBorder.Anchor = AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.pbLeftBorder.Image = (Image) manager.GetObject("pbLeftBorder.Image");
     this.pbLeftBorder.Location = new Point(0, 0xc9);
     this.pbLeftBorder.Name = "pbLeftBorder";
     this.pbLeftBorder.Size = new Size(6, 0x200);
     this.pbLeftBorder.SizeMode = PictureBoxSizeMode.StretchImage;
     base.ttDefault.SetSuperTip(this.pbLeftBorder, null);
     this.pbLeftBorder.TabIndex = 6;
     this.pbLeftBorder.TabStop = false;
     this.pbLeftBorder.MouseMove += new MouseEventHandler(this.OnMouseMove);
     this.pbRightBorder.Anchor = AnchorStyles.Right | AnchorStyles.Bottom | AnchorStyles.Top;
     this.pbRightBorder.Image = (Image) manager.GetObject("pbRightBorder.Image");
     this.pbRightBorder.Location = new Point(0x3e3, 0xc9);
     this.pbRightBorder.Name = "pbRightBorder";
     this.pbRightBorder.Size = new Size(5, 0x1f7);
     this.pbRightBorder.SizeMode = PictureBoxSizeMode.StretchImage;
     base.ttDefault.SetSuperTip(this.pbRightBorder, null);
     this.pbRightBorder.TabIndex = 7;
     this.pbRightBorder.TabStop = false;
     this.pbRightBorder.MouseMove += new MouseEventHandler(this.OnMouseMove);
     this.rimPictureEdit.Name = "rimPictureEdit";
     this.rimMemoEdit.Name = "rimMemoEdit";
     this.rimPictureEdit2.Name = "rimPictureEdit2";
     this.rimMemoEdit2.Name = "rimMemoEdit2";
     this.gpgChatGrid.CustomizeStyle = true;
     this.gpgChatGrid.Dock = DockStyle.Fill;
     this.gpgChatGrid.EmbeddedNavigator.Name = "";
     this.gpgChatGrid.Font = new Font("Arial", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgChatGrid.IgnoreMouseWheel = false;
     this.gpgChatGrid.Location = new Point(0, 0);
     this.gpgChatGrid.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgChatGrid.LookAndFeel.Style = LookAndFeelStyle.UltraFlat;
     this.gpgChatGrid.LookAndFeel.UseDefaultLookAndFeel = false;
     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(0x2bd, 0x1a0);
     this.gpgChatGrid.TabIndex = 10;
     this.gpgChatGrid.ViewCollection.AddRange(new BaseView[] { this.gvChat });
     this.gvChat.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.Black;
     this.gvChat.Appearance.ColumnFilterButton.BackColor2 = System.Drawing.Color.FromArgb(20, 20, 20);
     this.gvChat.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.Black;
     this.gvChat.Appearance.ColumnFilterButton.ForeColor = System.Drawing.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 = System.Drawing.Color.FromArgb(20, 20, 20);
     this.gvChat.Appearance.ColumnFilterButtonActive.BackColor2 = System.Drawing.Color.FromArgb(0x4e, 0x4e, 0x4e);
     this.gvChat.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(20, 20, 20);
     this.gvChat.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.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 = System.Drawing.Color.Black;
     this.gvChat.Appearance.Empty.Options.UseBackColor = true;
     this.gvChat.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(0xd4, 0xd0, 200);
     this.gvChat.Appearance.FilterCloseButton.BackColor2 = System.Drawing.Color.FromArgb(90, 90, 90);
     this.gvChat.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(0xd4, 0xd0, 200);
     this.gvChat.Appearance.FilterCloseButton.ForeColor = System.Drawing.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 = System.Drawing.Color.Black;
     this.gvChat.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.FromArgb(0xd4, 0xd0, 200);
     this.gvChat.Appearance.FilterPanel.ForeColor = System.Drawing.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 = System.Drawing.Color.FromArgb(0x3a, 0x3a, 0x3a);
     this.gvChat.Appearance.FixedLine.Options.UseBackColor = true;
     this.gvChat.Appearance.FocusedCell.BackColor = System.Drawing.Color.Black;
     this.gvChat.Appearance.FocusedCell.Font = new Font("Tahoma", 10f);
     this.gvChat.Appearance.FocusedCell.ForeColor = System.Drawing.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 = System.Drawing.Color.FromArgb(0x40, 0x40, 0x40);
     this.gvChat.Appearance.FocusedRow.BackColor2 = System.Drawing.Color.Black;
     this.gvChat.Appearance.FocusedRow.Font = new Font("Arial", 9.75f, FontStyle.Bold);
     this.gvChat.Appearance.FocusedRow.ForeColor = System.Drawing.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 = System.Drawing.Color.Black;
     this.gvChat.Appearance.FooterPanel.BorderColor = System.Drawing.Color.Black;
     this.gvChat.Appearance.FooterPanel.Font = new Font("Tahoma", 10f);
     this.gvChat.Appearance.FooterPanel.ForeColor = System.Drawing.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 = System.Drawing.Color.Black;
     this.gvChat.Appearance.GroupButton.BorderColor = System.Drawing.Color.Black;
     this.gvChat.Appearance.GroupButton.ForeColor = System.Drawing.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 = System.Drawing.Color.FromArgb(10, 10, 10);
     this.gvChat.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(10, 10, 10);
     this.gvChat.Appearance.GroupFooter.ForeColor = System.Drawing.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 = System.Drawing.Color.Black;
     this.gvChat.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White;
     this.gvChat.Appearance.GroupPanel.Font = new Font("Tahoma", 10f, FontStyle.Bold);
     this.gvChat.Appearance.GroupPanel.ForeColor = System.Drawing.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 = System.Drawing.Color.Gray;
     this.gvChat.Appearance.GroupRow.Font = new Font("Tahoma", 10f);
     this.gvChat.Appearance.GroupRow.ForeColor = System.Drawing.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 = System.Drawing.Color.Black;
     this.gvChat.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.Black;
     this.gvChat.Appearance.HeaderPanel.Font = new Font("Tahoma", 10f, FontStyle.Bold);
     this.gvChat.Appearance.HeaderPanel.ForeColor = System.Drawing.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 = System.Drawing.Color.Black;
     this.gvChat.Appearance.HideSelectionRow.Font = new Font("Tahoma", 10f);
     this.gvChat.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.Black;
     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 = System.Drawing.Color.Yellow;
     this.gvChat.Appearance.HorzLine.Options.UseBackColor = true;
     this.gvChat.Appearance.Preview.BackColor = System.Drawing.Color.White;
     this.gvChat.Appearance.Preview.Font = new Font("Tahoma", 10f);
     this.gvChat.Appearance.Preview.ForeColor = System.Drawing.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 = System.Drawing.Color.Black;
     this.gvChat.Appearance.Row.Font = new Font("Arial", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0xb2);
     this.gvChat.Appearance.Row.ForeColor = System.Drawing.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 = System.Drawing.Color.Black;
     this.gvChat.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.Black;
     this.gvChat.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gvChat.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(0x40, 0x40, 0x40);
     this.gvChat.Appearance.SelectedRow.BackColor2 = System.Drawing.Color.Black;
     this.gvChat.Appearance.SelectedRow.Font = new Font("Arial", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gvChat.Appearance.SelectedRow.ForeColor = System.Drawing.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 = System.Drawing.Color.White;
     this.gvChat.Appearance.TopNewRow.Options.UseFont = true;
     this.gvChat.Appearance.TopNewRow.Options.UseForeColor = true;
     this.gvChat.Appearance.VertLine.BackColor = System.Drawing.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.colTimeStamp });
     this.gvChat.FocusRectStyle = DrawFocusRectStyle.None;
     this.gvChat.GridControl = this.gpgChatGrid;
     this.gvChat.GroupPanelText = "<LOC>Drag a column header here to group by that column.";
     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.gvChat.PaintStyleName = "Web";
     this.gvChat.CustomDrawCell += new RowCellCustomDrawEventHandler(this.gvChat_CustomDrawCell);
     this.gvChat.RowCountChanged += new EventHandler(this.gvChat_RowCountChanged);
     this.gvChat.TopRowChanged += new EventHandler(this.gvChat_TopRowChanged);
     this.gvChat.CalcRowHeight += new RowHeightEventHandler(this.gvChat_CalcRowHeight);
     this.colIcon.Caption = "<LOC>Player Icon";
     this.colIcon.ColumnEdit = this.rimPictureEdit3;
     this.colIcon.FieldName = "Icon";
     this.colIcon.MinWidth = 0x2a;
     this.colIcon.Name = "colIcon";
     this.colIcon.OptionsColumn.AllowEdit = false;
     this.colIcon.OptionsColumn.FixedWidth = true;
     this.colIcon.OptionsColumn.ReadOnly = true;
     this.colIcon.Width = 0x2a;
     this.rimPictureEdit3.Name = "rimPictureEdit3";
     this.rimPictureEdit3.PictureAlignment = ContentAlignment.TopCenter;
     this.colPlayer.Caption = "<LOC>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 = "<LOC>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 = 0x188;
     this.gcVisible.Caption = "Visible";
     this.gcVisible.FieldName = "IsVisible";
     this.gcVisible.Name = "gcVisible";
     this.gcVisible.OptionsColumn.ShowInCustomizationForm = false;
     this.colTimeStamp.AppearanceCell.ForeColor = System.Drawing.Color.White;
     this.colTimeStamp.AppearanceCell.Options.UseForeColor = true;
     this.colTimeStamp.Caption = "<LOC>Time";
     this.colTimeStamp.FieldName = "TimeStamp";
     this.colTimeStamp.Name = "colTimeStamp";
     this.colTimeStamp.OptionsColumn.AllowEdit = false;
     this.colTimeStamp.OptionsColumn.ReadOnly = true;
     this.rimTextEdit.AutoHeight = false;
     this.rimTextEdit.Name = "rimTextEdit";
     this.ilIcons.ImageStream = (ImageListStreamer) manager.GetObject("ilIcons.ImageStream");
     this.ilIcons.TransparentColor = System.Drawing.Color.Transparent;
     this.ilIcons.Images.SetKeyName(0, "pdahlke-netlab19.png");
     this.gridColumn1.Caption = "Player Icon";
     this.gridColumn1.ColumnEdit = this.repositoryItemPictureEdit1;
     this.gridColumn1.FieldName = "Icon";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsColumn.FixedWidth = true;
     this.gridColumn1.OptionsColumn.ReadOnly = true;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 40;
     this.gridColumn2.Caption = "Player Name";
     this.gridColumn2.ColumnEdit = this.repositoryItemMemoEdit1;
     this.gridColumn2.FieldName = "PlayerInfo";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.OptionsColumn.FixedWidth = true;
     this.gridColumn2.OptionsColumn.ReadOnly = true;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width = 100;
     this.gridColumn3.Caption = "Chat Content";
     this.gridColumn3.ColumnEdit = this.repositoryItemMemoEdit1;
     this.gridColumn3.FieldName = "Text";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.OptionsColumn.ReadOnly = true;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width = 0x192;
     this.pcTextEntry.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.pcTextEntry.Appearance.BackColor = System.Drawing.Color.Black;
     this.pcTextEntry.Appearance.Options.UseBackColor = true;
     this.pcTextEntry.BorderStyle = BorderStyles.NoBorder;
     this.pcTextEntry.Location = new Point(0x18, 0x28e);
     this.pcTextEntry.LookAndFeel.Style = LookAndFeelStyle.Flat;
     this.pcTextEntry.LookAndFeel.UseDefaultLookAndFeel = false;
     this.pcTextEntry.LookAndFeel.UseWindowsXPTheme = true;
     this.pcTextEntry.Name = "pcTextEntry";
     this.pcTextEntry.Size = new Size(0x2cc, 0x18);
     base.ttDefault.SetSuperTip(this.pcTextEntry, null);
     this.pcTextEntry.TabIndex = 12;
     this.pcTextEntry.Text = "panelControl1";
     this.gpgContextMenuChat.MenuItems.AddRange(new MenuItem[] { 
         this.ciChat_WhisperPlayer, this.ciChat_IgnorePlayer, this.ciChat_UnignorePlayer, this.ciChat_ViewRank, this.ciChat_WebStats, this.ciChat_ViewPlayer, this.miViewReplays, this.menuItem10, this.ciChat_InviteFriend, this.ciChat_RemoveFriend, this.menuItem8, this.ciChat_InviteToClan, this.ciChat_RequestClanInvite, this.ciChat_ViewClan, this.ciChat_PromoteClan, this.ciChat_DemoteClan, 
         this.ciChat_RemoveClan, this.ciChat_LeaveClan, this.menuItem3, this.ciChat_Kick, this.ciChat_Ban, this.menuItem7, this.ciChat_TeamInvite
      });
     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_IgnorePlayer.Index = 1;
     this.ciChat_IgnorePlayer.Text = "<LOC>Ignore this player";
     this.ciChat_IgnorePlayer.Click += new EventHandler(this.ciChat_IgnorePlayer_Click);
     this.ciChat_UnignorePlayer.Index = 2;
     this.ciChat_UnignorePlayer.Text = "<LOC>Unignore this player";
     this.ciChat_UnignorePlayer.Click += new EventHandler(this.ciChat_UnignorePlayer_Click);
     this.ciChat_ViewRank.Index = 3;
     this.ciChat_ViewRank.Text = "<LOC>View in ranking ladder";
     this.ciChat_ViewRank.Visible = false;
     this.ciChat_ViewRank.Click += new EventHandler(this.ciChat_ViewRank_Click);
     this.ciChat_WebStats.Index = 4;
     this.ciChat_WebStats.Text = "<LOC>View web statistics";
     this.ciChat_WebStats.Click += new EventHandler(this.ciChat_WebStats_Click);
     this.ciChat_ViewPlayer.Index = 5;
     this.ciChat_ViewPlayer.Text = "<LOC>View this player's profile";
     this.ciChat_ViewPlayer.Click += new EventHandler(this.ciChat_ViewPlayer_Click);
     this.miViewReplays.Index = 6;
     this.miViewReplays.Text = "<LOC>View this player's Replays";
     this.miViewReplays.Click += new EventHandler(this.miViewReplays_Click);
     this.menuItem10.Index = 7;
     this.menuItem10.Text = "-";
     this.ciChat_InviteFriend.Index = 8;
     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 = 9;
     this.ciChat_RemoveFriend.Text = "<LOC>Remove player from Friends list";
     this.ciChat_RemoveFriend.Click += new EventHandler(this.ciChat_RemoveFriend_Click);
     this.menuItem8.Index = 10;
     this.menuItem8.Text = "-";
     this.ciChat_InviteToClan.Index = 11;
     this.ciChat_InviteToClan.Text = "<LOC>Invite this player to join clan";
     this.ciChat_InviteToClan.Click += new EventHandler(this.ciChat_InviteToClan_Click);
     this.ciChat_RequestClanInvite.Index = 12;
     this.ciChat_RequestClanInvite.Text = "<LOC>Request to join this player's clan";
     this.ciChat_RequestClanInvite.Click += new EventHandler(this.ciChat_RequestClanInvite_Click);
     this.ciChat_ViewClan.Index = 13;
     this.ciChat_ViewClan.Text = "<LOC>View this clan's profile";
     this.ciChat_ViewClan.Click += new EventHandler(this.ciChat_ViewClan_Click);
     this.ciChat_PromoteClan.Index = 14;
     this.ciChat_PromoteClan.Text = "<LOC>Promote";
     this.ciChat_PromoteClan.Click += new EventHandler(this.ciChat_PromoteClan_Click);
     this.ciChat_DemoteClan.Index = 15;
     this.ciChat_DemoteClan.Text = "<LOC>Demote";
     this.ciChat_DemoteClan.Click += new EventHandler(this.ciChat_DemoteClan_Click);
     this.ciChat_RemoveClan.Index = 0x10;
     this.ciChat_RemoveClan.Text = "<LOC>Remove from clan";
     this.ciChat_RemoveClan.Click += new EventHandler(this.ciChat_RemoveClan_Click);
     this.ciChat_LeaveClan.Index = 0x11;
     this.ciChat_LeaveClan.Text = "<LOC>Leave clan";
     this.ciChat_LeaveClan.Click += new EventHandler(this.ciChat_LeaveClan_Click);
     this.menuItem3.Index = 0x12;
     this.menuItem3.Text = "-";
     this.ciChat_Kick.Index = 0x13;
     this.ciChat_Kick.Text = "<LOC>Kick";
     this.ciChat_Kick.Click += new EventHandler(this.ciChat_Kick_Click);
     this.ciChat_Ban.Index = 20;
     this.ciChat_Ban.Text = "<LOC>Ban";
     this.ciChat_Ban.Click += new EventHandler(this.ciChat_Ban_Click);
     this.menuItem7.Index = 0x15;
     this.menuItem7.Text = "-";
     this.ciChat_TeamInvite.Index = 0x16;
     this.ciChat_TeamInvite.Text = "<LOC>Invite to Arranged Team";
     this.ciChat_TeamInvite.Click += new EventHandler(this.ciChat_TeamInvite_Click);
     this.textBoxMsg.BorderColor = System.Drawing.Color.White;
     this.textBoxMsg.Dock = DockStyle.Fill;
     this.textBoxMsg.Location = new Point(0, 0);
     this.textBoxMsg.Name = "textBoxMsg";
     this.textBoxMsg.Properties.AcceptsReturn = false;
     this.textBoxMsg.Properties.Appearance.BackColor = System.Drawing.Color.Black;
     this.textBoxMsg.Properties.Appearance.BorderColor = System.Drawing.Color.FromArgb(0x52, 0x83, 190);
     this.textBoxMsg.Properties.Appearance.ForeColor = System.Drawing.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 = System.Drawing.Color.FromArgb(0x2e, 0x2e, 0x49);
     this.textBoxMsg.Properties.AppearanceFocused.BackColor2 = System.Drawing.Color.FromArgb(0, 0, 0);
     this.textBoxMsg.Properties.AppearanceFocused.BorderColor = System.Drawing.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.NoBorder;
     this.textBoxMsg.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.textBoxMsg.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.textBoxMsg.Properties.MaxLength = 0x400;
     this.textBoxMsg.Size = new Size(0x2bd, 0x25);
     this.textBoxMsg.TabIndex = 0;
     this.textBoxMsg.EditValueChanging += new ChangingEventHandler(this.textBoxMsg_EditValueChanging);
     this.pbMiddle.AutoStyle = false;
     this.pbMiddle.BackColor = System.Drawing.Color.Black;
     this.pbMiddle.DrawEdges = true;
     this.pbMiddle.Font = new Font("Arial", 8f);
     this.pbMiddle.ForeColor = System.Drawing.Color.White;
     this.pbMiddle.HorizontalScalingMode = ScalingModes.Tile;
     this.pbMiddle.IsStyled = false;
     this.pbMiddle.ItemPadding = 6;
     this.pbMiddle.Location = new Point(0x26, 0xf2);
     this.pbMiddle.Name = "pbMiddle";
     this.pbMiddle.Size = new Size(0x7d, 0x19);
     this.pbMiddle.SkinBasePath = @"Controls\Background Label\Rectangle";
     base.ttDefault.SetSuperTip(this.pbMiddle, null);
     this.pbMiddle.TabIndex = 0x10;
     this.pbMiddle.TextAlign = ContentAlignment.MiddleLeft;
     this.pbMiddle.TextPadding = new Padding(20, 0, 0, 0);
     this.miStatus_Online.Index = -1;
     this.miStatus_Online.Text = "<LOC>Online";
     this.miStatus_Away.Index = -1;
     this.miStatus_Away.Text = "Away";
     this.miStatus_DND.Index = -1;
     this.miStatus_DND.Text = "DND";
     this.menuItem1.Index = -1;
     this.menuItem1.Text = "<LOC>Online";
     this.menuItem2.Index = -1;
     this.menuItem2.Text = "<LOC>Online";
     this.gpgContextMenuChatText.MenuItems.AddRange(new MenuItem[] { 
         this.ciChatText_Clear, this.ciChatText_Copy, this.ciChatText_Filter, this.miShowColumns, this.ciChatText_ShowEmotes, this.menuItm15, this.ciChatText_PrivateMsg, this.ciChatText_Ignore, this.ciChatText_Unignore, this.ciChatText_ViewRank, this.ciChatText_WebStats, this.ciChatText_ViewPlayer, this.ciChatText_Replays, this.menuItem6, this.ciChatText_FriendInvite, this.ciChatText_FriendRemove, 
         this.menuItem11, this.ciChatText_ClanInvite, this.ciChatText_ClanRequest, this.ciChatText_ClanRemove, this.ciChatText_Promote, this.ciChatText_Demote, this.ciChatText_ViewClan, this.ciChatText_LeaveClan, this.menuItem18, this.ciChatText_Kick, this.ciChatText_Ban, this.menuItem12, this.ciChatText_Solution, this.miTranslate
      });
     this.ciChatText_Clear.Index = 0;
     this.ciChatText_Clear.Text = "<LOC>Clear Chat";
     this.ciChatText_Clear.Click += new EventHandler(this.ciChatText_Clear_Click);
     this.ciChatText_Copy.Index = 1;
     this.ciChatText_Copy.Text = "<LOC>Copy to Clipboard";
     this.ciChatText_Copy.Click += new EventHandler(this.ciChatText_Copy_Click);
     this.ciChatText_Filter.Index = 2;
     this.ciChatText_Filter.MenuItems.AddRange(new MenuItem[] { this.ciChatText_Filter_Self, this.ciChatText_Filter_System, this.ciChatText_Filter_Events, this.ciChatText_Filter_Errors, this.ciChatText_Filter_Game, this.ciChatText_Filter_Friends, this.ciChatText_Filter_Clan, this.ciChatText_Filter_Admin, this.ciChatText_Filter_Other, this.menuItem4, this.ciChatText_Filters_Reset });
     this.ciChatText_Filter.Text = "<LOC>Filter by";
     this.ciChatText_Filter_Self.Checked = true;
     this.ciChatText_Filter_Self.Index = 0;
     this.ciChatText_Filter_Self.Text = "<LOC>Self";
     this.ciChatText_Filter_Self.Click += new EventHandler(this.ciChatText_Filter_Self_Click);
     this.ciChatText_Filter_System.Checked = true;
     this.ciChatText_Filter_System.Index = 1;
     this.ciChatText_Filter_System.Text = "<LOC>System Messages";
     this.ciChatText_Filter_System.Click += new EventHandler(this.ciChatText_Filter_System_Click);
     this.ciChatText_Filter_Events.Checked = true;
     this.ciChatText_Filter_Events.Index = 2;
     this.ciChatText_Filter_Events.Text = "<LOC>System Events";
     this.ciChatText_Filter_Events.Click += new EventHandler(this.ciChatText_Filter_Events_Click);
     this.ciChatText_Filter_Errors.Checked = true;
     this.ciChatText_Filter_Errors.Index = 3;
     this.ciChatText_Filter_Errors.Text = "<LOC>System Errors";
     this.ciChatText_Filter_Errors.Click += new EventHandler(this.ciChatText_Filter_Errors_Click);
     this.ciChatText_Filter_Game.Checked = true;
     this.ciChatText_Filter_Game.Index = 4;
     this.ciChatText_Filter_Game.Text = "<LOC>Game Events";
     this.ciChatText_Filter_Game.Click += new EventHandler(this.ciChatText_Filter_Game_Click);
     this.ciChatText_Filter_Friends.Checked = true;
     this.ciChatText_Filter_Friends.Index = 5;
     this.ciChatText_Filter_Friends.Text = "<LOC>Friends";
     this.ciChatText_Filter_Friends.Click += new EventHandler(this.ciChatText_Filter_Friends_Click);
     this.ciChatText_Filter_Clan.Checked = true;
     this.ciChatText_Filter_Clan.Index = 6;
     this.ciChatText_Filter_Clan.Text = "<LOC>Clan";
     this.ciChatText_Filter_Clan.Click += new EventHandler(this.ciChatText_Filter_Clan_Click);
     this.ciChatText_Filter_Admin.Checked = true;
     this.ciChatText_Filter_Admin.Index = 7;
     this.ciChatText_Filter_Admin.Text = "<LOC>Admins";
     this.ciChatText_Filter_Admin.Click += new EventHandler(this.ciChatText_Filter_Admin_Click);
     this.ciChatText_Filter_Other.Checked = true;
     this.ciChatText_Filter_Other.Index = 8;
     this.ciChatText_Filter_Other.Text = "<LOC>Other";
     this.ciChatText_Filter_Other.Click += new EventHandler(this.ciChatText_Filter_Other_Click);
     this.menuItem4.Index = 9;
     this.menuItem4.Text = "-";
     this.ciChatText_Filters_Reset.Index = 10;
     this.ciChatText_Filters_Reset.Text = "<LOC>Reset Filters";
     this.ciChatText_Filters_Reset.Click += new EventHandler(this.ciChatText_Filters_Reset_Click);
     this.miShowColumns.Index = 3;
     this.miShowColumns.Text = "<LOC>Show Columns";
     this.miShowColumns.Click += new EventHandler(this.miShowColumns_Click);
     this.ciChatText_ShowEmotes.Index = 4;
     this.ciChatText_ShowEmotes.Text = "<LOC>Show emotes";
     this.ciChatText_ShowEmotes.Click += new EventHandler(this.ciChatText_ShowEmotes_Click);
     this.menuItm15.Index = 5;
     this.menuItm15.Text = "-";
     this.ciChatText_PrivateMsg.Index = 6;
     this.ciChatText_PrivateMsg.Text = "<LOC>Send private message";
     this.ciChatText_PrivateMsg.Click += new EventHandler(this.ciChatText_PrivateMsg_Click);
     this.ciChatText_Ignore.Index = 7;
     this.ciChatText_Ignore.Text = "<LOC>Ignore this player";
     this.ciChatText_Ignore.Click += new EventHandler(this.ciChatText_Ignore_Click);
     this.ciChatText_Unignore.Index = 8;
     this.ciChatText_Unignore.Text = "<LOC>Unignore this player";
     this.ciChatText_Unignore.Click += new EventHandler(this.ciChatText_Unignore_Click);
     this.ciChatText_ViewRank.Index = 9;
     this.ciChatText_ViewRank.Text = "<LOC>View in ranking ladder";
     this.ciChatText_ViewRank.Visible = false;
     this.ciChatText_ViewRank.Click += new EventHandler(this.ciChatText_ViewRank_Click);
     this.ciChatText_WebStats.Index = 10;
     this.ciChatText_WebStats.Text = "<LOC>View web statistics";
     this.ciChatText_WebStats.Click += new EventHandler(this.ciChatText_WebStats_Click);
     this.ciChatText_ViewPlayer.Index = 11;
     this.ciChatText_ViewPlayer.Text = "<LOC>View this player's profile";
     this.ciChatText_ViewPlayer.Click += new EventHandler(this.ciChatText_ViewPlayer_Click);
     this.ciChatText_Replays.Index = 12;
     this.ciChatText_Replays.Text = "<LOC>View this player's Replays";
     this.ciChatText_Replays.Click += new EventHandler(this.ciChatText_Replays_Click);
     this.menuItem6.Index = 13;
     this.menuItem6.Text = "-";
     this.ciChatText_FriendInvite.Index = 14;
     this.ciChatText_FriendInvite.Text = "<LOC>Invite this player to join Friends list";
     this.ciChatText_FriendInvite.Click += new EventHandler(this.ciChatText_FriendInvite_Click);
     this.ciChatText_FriendRemove.Index = 15;
     this.ciChatText_FriendRemove.Text = "<LOC>Remove this player from Friends list";
     this.ciChatText_FriendRemove.Click += new EventHandler(this.ciChatText_FriendRemove_Click);
     this.menuItem11.Index = 0x10;
     this.menuItem11.Text = "-";
     this.ciChatText_ClanInvite.Index = 0x11;
     this.ciChatText_ClanInvite.Text = "<LOC>Invite this player to join clan";
     this.ciChatText_ClanInvite.Click += new EventHandler(this.ciChatText_ClanInvite_Click);
     this.ciChatText_ClanRequest.Index = 0x12;
     this.ciChatText_ClanRequest.Text = "<LOC>Request to join this player's clan";
     this.ciChatText_ClanRequest.Click += new EventHandler(this.ciChatText_ClanRequest_Click);
     this.ciChatText_ClanRemove.Index = 0x13;
     this.ciChatText_ClanRemove.Text = "<LOC>Remove this player from clan";
     this.ciChatText_ClanRemove.Click += new EventHandler(this.ciChatText_ClanRemove_Click);
     this.ciChatText_Promote.Index = 20;
     this.ciChatText_Promote.Text = "<LOC>Promote";
     this.ciChatText_Promote.Click += new EventHandler(this.ciChatText_Promote_Click);
     this.ciChatText_Demote.Index = 0x15;
     this.ciChatText_Demote.Text = "<LOC>Demote";
     this.ciChatText_Demote.Click += new EventHandler(this.ciChatText_Demote_Click);
     this.ciChatText_ViewClan.Index = 0x16;
     this.ciChatText_ViewClan.Text = "<LOC>View this clan's profile";
     this.ciChatText_ViewClan.Click += new EventHandler(this.ciChatText_ViewClan_Click);
     this.ciChatText_LeaveClan.Index = 0x17;
     this.ciChatText_LeaveClan.Text = "<LOC>Leave clan";
     this.ciChatText_LeaveClan.Click += new EventHandler(this.ciChatText_LeaveClan_Click);
     this.menuItem18.Index = 0x18;
     this.menuItem18.Text = "-";
     this.ciChatText_Kick.Index = 0x19;
     this.ciChatText_Kick.Text = "<LOC>Kick";
     this.ciChatText_Kick.Click += new EventHandler(this.ciChatText_Kick_Click);
     this.ciChatText_Ban.Index = 0x1a;
     this.ciChatText_Ban.Text = "<LOC>Ban";
     this.ciChatText_Ban.Click += new EventHandler(this.ciChatText_Ban_Click);
     this.menuItem12.Index = 0x1b;
     this.menuItem12.Text = "-";
     this.ciChatText_Solution.Index = 0x1c;
     this.ciChatText_Solution.Text = "<LOC>Point user to solution";
     this.ciChatText_Solution.Click += new EventHandler(this.ciChatText_Solution_Click);
     this.miTranslate.Index = 0x1d;
     this.miTranslate.MenuItems.AddRange(new MenuItem[] { this.menuItem23, this.menuItem24, this.menuItem25, this.menuItem26, this.menuItem27, this.menuItem28, this.menuItem29 });
     this.miTranslate.Text = "Translate to English";
     this.miTranslate.Visible = false;
     this.menuItem23.Index = 0;
     this.menuItem23.Text = "German ";
     this.menuItem23.Click += new EventHandler(this.menuItem23_Click);
     this.menuItem24.Index = 1;
     this.menuItem24.Text = "French";
     this.menuItem24.Click += new EventHandler(this.menuItem24_Click);
     this.menuItem25.Index = 2;
     this.menuItem25.Text = "Itialian";
     this.menuItem25.Click += new EventHandler(this.menuItem25_Click);
     this.menuItem26.Index = 3;
     this.menuItem26.Text = "Spanish";
     this.menuItem26.Click += new EventHandler(this.menuItem26_Click);
     this.menuItem27.Index = 4;
     this.menuItem27.Text = "Russian";
     this.menuItem27.Click += new EventHandler(this.menuItem27_Click);
     this.menuItem28.Index = 5;
     this.menuItem28.Text = "Korean";
     this.menuItem28.Click += new EventHandler(this.menuItem28_Click);
     this.menuItem29.Index = 6;
     this.menuItem29.Text = "Japanese";
     this.menuItem29.Click += new EventHandler(this.menuItem29_Click);
     this.gpgContextMenuEmote.MenuItems.AddRange(new MenuItem[] { this.ciEmote_Manager, this.menuItem13, this.ciEmote_Hide, this.ciEmote_Share, this.ciEmote_Animate, this.menuItem9, this.ciEmote_Delete });
     this.ciEmote_Manager.Index = 0;
     this.ciEmote_Manager.Text = "<LOC>Emote manager...";
     this.ciEmote_Manager.Click += new EventHandler(this.ciEmote_Manager_Click);
     this.menuItem13.Index = 1;
     this.menuItem13.Text = "-";
     this.ciEmote_Hide.Index = 2;
     this.ciEmote_Hide.Text = "<LOC>Hide emotes";
     this.ciEmote_Hide.Click += new EventHandler(this.ciEmote_Hide_Click);
     this.ciEmote_Share.Index = 3;
     this.ciEmote_Share.Text = "<LOC>Share emotes";
     this.ciEmote_Share.Click += new EventHandler(this.ciEmote_Share_Click);
     this.ciEmote_Animate.Index = 4;
     this.ciEmote_Animate.Text = "<LOC>Animate emotes";
     this.ciEmote_Animate.Click += new EventHandler(this.ciEmote_Animate_Click);
     this.menuItem9.Index = 5;
     this.menuItem9.Text = "-";
     this.ciEmote_Delete.Index = 6;
     this.ciEmote_Delete.Text = "<LOC>Delete emote";
     this.ciEmote_Delete.Click += new EventHandler(this.ciEmote_Delete_Click);
     this.pManualTabs.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.pManualTabs.BackColor = System.Drawing.Color.Transparent;
     this.pManualTabs.BorderColor = System.Drawing.Color.FromArgb(0xcc, 0xcc, 0xff);
     this.pManualTabs.BorderThickness = 2;
     this.pManualTabs.Controls.Add(this.btnChatTab);
     this.pManualTabs.Controls.Add(this.btnFriendsTab);
     this.pManualTabs.Controls.Add(this.btnClanTab);
     this.pManualTabs.DrawBorder = false;
     this.pManualTabs.Location = new Point(0x2cb, 0x1b);
     this.pManualTabs.Name = "pManualTabs";
     this.pManualTabs.Size = new Size(0xeb, 0x16);
     base.ttDefault.SetSuperTip(this.pManualTabs, null);
     this.pManualTabs.TabIndex = 0x11;
     this.btnChatTab.AutoStyle = true;
     this.btnChatTab.BackColor = System.Drawing.Color.Black;
     this.btnChatTab.ButtonState = 0;
     this.btnChatTab.DialogResult = DialogResult.OK;
     this.btnChatTab.DisabledForecolor = System.Drawing.Color.Gray;
     this.btnChatTab.DrawColor = System.Drawing.Color.White;
     this.btnChatTab.DrawEdges = true;
     this.btnChatTab.FocusColor = System.Drawing.Color.Yellow;
     this.btnChatTab.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnChatTab.ForeColor = System.Drawing.Color.White;
     this.btnChatTab.HorizontalScalingMode = ScalingModes.Tile;
     this.btnChatTab.IsStyled = true;
     this.btnChatTab.Location = new Point(0, 0);
     this.btnChatTab.Name = "btnChatTab";
     this.btnChatTab.Size = new Size(0x54, 0x16);
     this.btnChatTab.SkinBasePath = @"Controls\Button\TabSmallActive";
     base.ttDefault.SetSuperTip(this.btnChatTab, null);
     this.btnChatTab.TabIndex = 0;
     this.btnChatTab.TabStop = true;
     this.btnChatTab.Text = "<LOC>Chat";
     this.btnChatTab.TextAlign = ContentAlignment.MiddleCenter;
     this.btnChatTab.TextPadding = new Padding(0);
     this.btnChatTab.Click += new EventHandler(this.btnChatTab_Click);
     this.btnFriendsTab.AutoStyle = true;
     this.btnFriendsTab.BackColor = System.Drawing.Color.Black;
     this.btnFriendsTab.ButtonState = 0;
     this.btnFriendsTab.DialogResult = DialogResult.OK;
     this.btnFriendsTab.DisabledForecolor = System.Drawing.Color.Gray;
     this.btnFriendsTab.DrawColor = System.Drawing.Color.White;
     this.btnFriendsTab.DrawEdges = true;
     this.btnFriendsTab.FocusColor = System.Drawing.Color.Yellow;
     this.btnFriendsTab.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnFriendsTab.ForeColor = System.Drawing.Color.White;
     this.btnFriendsTab.HorizontalScalingMode = ScalingModes.Tile;
     this.btnFriendsTab.IsStyled = true;
     this.btnFriendsTab.Location = new Point(0x4b, 0);
     this.btnFriendsTab.Name = "btnFriendsTab";
     this.btnFriendsTab.Size = new Size(0x54, 0x16);
     this.btnFriendsTab.SkinBasePath = @"Controls\Button\TabSmall";
     base.ttDefault.SetSuperTip(this.btnFriendsTab, null);
     this.btnFriendsTab.TabIndex = 1;
     this.btnFriendsTab.TabStop = true;
     this.btnFriendsTab.Text = "<LOC>Friends";
     this.btnFriendsTab.TextAlign = ContentAlignment.MiddleCenter;
     this.btnFriendsTab.TextPadding = new Padding(0);
     this.btnFriendsTab.Click += new EventHandler(this.btnFriendsTab_Click);
     this.btnClanTab.AutoStyle = true;
     this.btnClanTab.BackColor = System.Drawing.Color.Black;
     this.btnClanTab.ButtonState = 0;
     this.btnClanTab.DialogResult = DialogResult.OK;
     this.btnClanTab.DisabledForecolor = System.Drawing.Color.Gray;
     this.btnClanTab.DrawColor = System.Drawing.Color.White;
     this.btnClanTab.DrawEdges = true;
     this.btnClanTab.FocusColor = System.Drawing.Color.Yellow;
     this.btnClanTab.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnClanTab.ForeColor = System.Drawing.Color.White;
     this.btnClanTab.HorizontalScalingMode = ScalingModes.Tile;
     this.btnClanTab.IsStyled = true;
     this.btnClanTab.Location = new Point(150, 0);
     this.btnClanTab.Name = "btnClanTab";
     this.btnClanTab.Size = new Size(0x54, 0x16);
     this.btnClanTab.SkinBasePath = @"Controls\Button\TabSmall";
     base.ttDefault.SetSuperTip(this.btnClanTab, null);
     this.btnClanTab.TabIndex = 2;
     this.btnClanTab.TabStop = true;
     this.btnClanTab.Text = "<LOC>Clan";
     this.btnClanTab.TextAlign = ContentAlignment.MiddleCenter;
     this.btnClanTab.TextPadding = new Padding(0);
     this.btnClanTab.Click += new EventHandler(this.btnClanTab_Click);
     this.ilMenuItems.ImageStream = (ImageListStreamer) manager.GetObject("ilMenuItems.ImageStream");
     this.ilMenuItems.TransparentColor = System.Drawing.Color.Transparent;
     this.ilMenuItems.Images.SetKeyName(0, "rankings.png");
     this.gpgPanelChatAndInput.BackColor = System.Drawing.Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgPanelChatAndInput.BorderColor = System.Drawing.Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelChatAndInput.BorderThickness = 2;
     this.gpgPanelChatAndInput.Controls.Add(this.splitContainerChatAndInput);
     this.gpgPanelChatAndInput.Dock = DockStyle.Fill;
     this.gpgPanelChatAndInput.DrawBorder = true;
     this.gpgPanelChatAndInput.Location = new Point(0, 0);
     this.gpgPanelChatAndInput.Name = "gpgPanelChatAndInput";
     this.gpgPanelChatAndInput.Size = new Size(0x2c1, 0x1cb);
     base.ttDefault.SetSuperTip(this.gpgPanelChatAndInput, null);
     this.gpgPanelChatAndInput.TabIndex = 0x12;
     this.splitContainerChatAndInput.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.splitContainerChatAndInput.Location = new Point(2, 2);
     this.splitContainerChatAndInput.Name = "splitContainerChatAndInput";
     this.splitContainerChatAndInput.Orientation = Orientation.Horizontal;
     this.splitContainerChatAndInput.Panel1.Controls.Add(this.gpgTextListCommands);
     this.splitContainerChatAndInput.Panel1.Controls.Add(this.gpgChatGrid);
     base.ttDefault.SetSuperTip(this.splitContainerChatAndInput.Panel1, null);
     this.splitContainerChatAndInput.Panel2.Controls.Add(this.textBoxMsg);
     base.ttDefault.SetSuperTip(this.splitContainerChatAndInput.Panel2, null);
     this.splitContainerChatAndInput.Size = new Size(0x2bd, 0x1c7);
     this.splitContainerChatAndInput.SplitterDistance = 0x1a0;
     this.splitContainerChatAndInput.SplitterWidth = 2;
     base.ttDefault.SetSuperTip(this.splitContainerChatAndInput, null);
     this.splitContainerChatAndInput.TabIndex = 0;
     this.splitContainerChatAndInput.Paint += new PaintEventHandler(this.splitContainerChatAndInput_Paint);
     this.gpgTextListCommands.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgTextListCommands.AnchorControl = this.textBoxMsg;
     this.gpgTextListCommands.AutoScroll = true;
     this.gpgTextListCommands.AutoSize = true;
     this.gpgTextListCommands.BackColor = System.Drawing.Color.Black;
     this.gpgTextListCommands.Location = new Point(0, 0x18c);
     this.gpgTextListCommands.Margin = new Padding(0);
     this.gpgTextListCommands.MaxLines = 6;
     this.gpgTextListCommands.Name = "gpgTextListCommands";
     this.gpgTextListCommands.SelectedIndex = -1;
     this.gpgTextListCommands.Size = new Size(0x2bd, 20);
     base.ttDefault.SetSuperTip(this.gpgTextListCommands, null);
     this.gpgTextListCommands.TabIndex = 14;
     this.gpgTextListCommands.TextLines = null;
     this.gpgTextListCommands.Visible = false;
     this.gpgPanelGathering.BackColor = System.Drawing.Color.FromArgb(0x24, 0x23, 0x23);
     this.gpgPanelGathering.BorderColor = System.Drawing.Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelGathering.BorderThickness = 2;
     this.gpgPanelGathering.Controls.Add(this.gpgPanelGatheringDropDown);
     this.gpgPanelGathering.Controls.Add(this.pnlUserListChat);
     this.gpgPanelGathering.Dock = DockStyle.Fill;
     this.gpgPanelGathering.DrawBorder = true;
     this.gpgPanelGathering.Location = new Point(0, 0);
     this.gpgPanelGathering.Name = "gpgPanelGathering";
     this.gpgPanelGathering.Size = new Size(0x10a, 0x1cb);
     base.ttDefault.SetSuperTip(this.gpgPanelGathering, null);
     this.gpgPanelGathering.TabIndex = 0x13;
     this.gpgPanelGathering.Paint += new PaintEventHandler(this.gpgPanel1_Paint);
     this.gpgPanelGatheringDropDown.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgPanelGatheringDropDown.BackColor = System.Drawing.Color.FromArgb(0x24, 0x23, 0x23);
     this.gpgPanelGatheringDropDown.BorderColor = System.Drawing.Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelGatheringDropDown.BorderThickness = 2;
     this.gpgPanelGatheringDropDown.Controls.Add(this.skinGatheringDisplayChat);
     this.gpgPanelGatheringDropDown.DrawBorder = false;
     this.gpgPanelGatheringDropDown.Location = new Point(2, 7);
     this.gpgPanelGatheringDropDown.Name = "gpgPanelGatheringDropDown";
     this.gpgPanelGatheringDropDown.Size = new Size(0x106, 0x19);
     base.ttDefault.SetSuperTip(this.gpgPanelGatheringDropDown, null);
     this.gpgPanelGatheringDropDown.TabIndex = 13;
     this.splitContainerBody.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.splitContainerBody.Location = new Point(11, 0xe9);
     this.splitContainerBody.Name = "splitContainerBody";
     this.splitContainerBody.Panel1.Controls.Add(this.gpgPanelChatAndInput);
     base.ttDefault.SetSuperTip(this.splitContainerBody.Panel1, null);
     this.splitContainerBody.Panel2.Controls.Add(this.gpgPanelGathering);
     this.splitContainerBody.Panel2.Controls.Add(this.gpgPanelClan);
     this.splitContainerBody.Panel2.Controls.Add(this.gpgPanelFriends);
     base.ttDefault.SetSuperTip(this.splitContainerBody.Panel2, null);
     this.splitContainerBody.Size = new Size(0x3d1, 0x1cb);
     this.splitContainerBody.SplitterDistance = 0x2c1;
     this.splitContainerBody.SplitterWidth = 6;
     base.ttDefault.SetSuperTip(this.splitContainerBody, null);
     this.splitContainerBody.TabIndex = 20;
     this.splitContainerBody.SplitterMoved += new SplitterEventHandler(this.splitContainerBody_SplitterMoved);
     this.gpgPanelClan.BackColor = System.Drawing.Color.FromArgb(0x24, 0x23, 0x23);
     this.gpgPanelClan.BorderColor = System.Drawing.Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelClan.BorderThickness = 2;
     this.gpgPanelClan.Controls.Add(this.splitContainerClan);
     this.gpgPanelClan.Controls.Add(this.skinLabelClanName);
     this.gpgPanelClan.Dock = DockStyle.Fill;
     this.gpgPanelClan.DrawBorder = true;
     this.gpgPanelClan.Location = new Point(0, 0);
     this.gpgPanelClan.Name = "gpgPanelClan";
     this.gpgPanelClan.Size = new Size(0x10a, 0x1cb);
     base.ttDefault.SetSuperTip(this.gpgPanelClan, null);
     this.gpgPanelClan.TabIndex = 0x15;
     this.gpgPanelFriends.BackColor = System.Drawing.Color.FromArgb(0x24, 0x23, 0x23);
     this.gpgPanelFriends.BorderColor = System.Drawing.Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelFriends.BorderThickness = 2;
     this.gpgPanelFriends.Controls.Add(this.splitContainerFriends);
     this.gpgPanelFriends.Dock = DockStyle.Fill;
     this.gpgPanelFriends.DrawBorder = true;
     this.gpgPanelFriends.Location = new Point(0, 0);
     this.gpgPanelFriends.Name = "gpgPanelFriends";
     this.gpgPanelFriends.Size = new Size(0x10a, 0x1cb);
     base.ttDefault.SetSuperTip(this.gpgPanelFriends, null);
     this.gpgPanelFriends.TabIndex = 0x15;
     this.gpgPanel2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgPanel2.BackgroundImage = (Image) manager.GetObject("gpgPanel2.BackgroundImage");
     this.gpgPanel2.BorderColor = System.Drawing.Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanel2.BorderThickness = 2;
     this.gpgPanel2.Controls.Add(this.tabChatroom);
     this.gpgPanel2.Controls.Add(this.pManualTabs);
     this.gpgPanel2.DrawBorder = false;
     this.gpgPanel2.Location = new Point(5, 0xb9);
     this.gpgPanel2.Name = "gpgPanel2";
     this.gpgPanel2.Size = new Size(990, 0x30);
     base.ttDefault.SetSuperTip(this.gpgPanel2, null);
     this.gpgPanel2.TabIndex = 0x15;
     this.tabChatroom.AutoStyle = true;
     this.tabChatroom.BackColor = System.Drawing.Color.Black;
     this.tabChatroom.ButtonState = 0;
     this.tabChatroom.DialogResult = DialogResult.OK;
     this.tabChatroom.DisabledForecolor = System.Drawing.Color.Gray;
     this.tabChatroom.DrawColor = System.Drawing.Color.White;
     this.tabChatroom.DrawEdges = true;
     this.tabChatroom.FocusColor = System.Drawing.Color.Yellow;
     this.tabChatroom.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.tabChatroom.ForeColor = System.Drawing.Color.White;
     this.tabChatroom.HorizontalScalingMode = ScalingModes.Tile;
     this.tabChatroom.IsStyled = true;
     this.tabChatroom.Location = new Point(4, 0x15);
     this.tabChatroom.Name = "tabChatroom";
     this.tabChatroom.Size = new Size(0x89, 0x1c);
     this.tabChatroom.SkinBasePath = @"Dialog\ContentManager\TabLargeActive";
     base.ttDefault.SetSuperTip(this.tabChatroom, null);
     this.tabChatroom.TabIndex = 0x16;
     this.tabChatroom.TabStop = true;
     this.tabChatroom.TextAlign = ContentAlignment.MiddleLeft;
     this.tabChatroom.TextPadding = new Padding(6, 0, 0, 0);
     base.AutoScaleMode = AutoScaleMode.None;
     this.BackColor = System.Drawing.Color.Black;
     this.BackgroundImage = (Image) manager.GetObject("$this.BackgroundImage");
     base.ClientSize = new Size(0x3e8, 750);
     base.Controls.Add(this.gpgPanel2);
     base.Controls.Add(this.splitContainerBody);
     base.Controls.Add(this.pbMiddle);
     base.Controls.Add(this.wbMain);
     base.Controls.Add(this.pcTextEntry);
     base.Controls.Add(this.pBottom);
     base.Controls.Add(this.pbLeftBorder);
     base.Controls.Add(this.pbRightBorder);
     base.Controls.Add(this.pTop);
     base.FormBorderStyle = FormBorderStyle.None;
     base.Icon = (Icon) manager.GetObject("$this.Icon");
     base.MainMenuStrip = this.msMainMenu;
     this.MinimumSize = new Size(640, 500);
     base.Name = "FrmMain";
     base.StartPosition = FormStartPosition.CenterScreen;
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>GPGnet: Supreme Commander";
     base.MouseUp += new MouseEventHandler(this.OnMouseUp);
     base.VisibleChanged += new EventHandler(this.FrmMain_VisibleChanged);
     base.MouseMove += new MouseEventHandler(this.OnMouseMove);
     this.repositoryItemPictureEdit1.EndInit();
     this.repositoryItemMemoEdit1.EndInit();
     this.pBottom.ResumeLayout(false);
     this.pBottom.PerformLayout();
     this.msQuickButtons.ResumeLayout(false);
     this.msQuickButtons.PerformLayout();
     ((ISupportInitialize) this.pbBottomRight).EndInit();
     ((ISupportInitialize) this.pbBottom).EndInit();
     ((ISupportInitialize) this.pbBottomLeft).EndInit();
     this.pTop.ResumeLayout(false);
     this.pTop.PerformLayout();
     this.msMainMenu.ResumeLayout(false);
     this.msMainMenu.PerformLayout();
     ((ISupportInitialize) this.pbClose).EndInit();
     ((ISupportInitialize) this.pbRestore).EndInit();
     ((ISupportInitialize) this.pbMinimize).EndInit();
     ((ISupportInitialize) this.pbTopRight).EndInit();
     ((ISupportInitialize) this.pbTop).EndInit();
     ((ISupportInitialize) this.pbTopLeft).EndInit();
     this.splitContainerFriends.Panel1.ResumeLayout(false);
     this.splitContainerFriends.Panel1.PerformLayout();
     this.splitContainerFriends.Panel2.ResumeLayout(false);
     this.splitContainerFriends.ResumeLayout(false);
     this.gpgScrollPanelFriends.ResumeLayout(false);
     this.splitContainerClan.Panel1.ResumeLayout(false);
     this.splitContainerClan.Panel1.PerformLayout();
     this.splitContainerClan.Panel2.ResumeLayout(false);
     this.splitContainerClan.ResumeLayout(false);
     this.gpgScrollPanelClan.ResumeLayout(false);
     this.gpgScrollPanelNoClan.ResumeLayout(false);
     this.gpgScrollPanelNoClan.PerformLayout();
     ((ISupportInitialize) this.pbLeftBorder).EndInit();
     ((ISupportInitialize) this.pbRightBorder).EndInit();
     this.rimPictureEdit.EndInit();
     this.rimMemoEdit.EndInit();
     this.rimPictureEdit2.EndInit();
     this.rimMemoEdit2.EndInit();
     this.gpgChatGrid.EndInit();
     this.gvChat.EndInit();
     this.rimPictureEdit3.EndInit();
     this.rimMemoEdit3.EndInit();
     this.rimTextEdit.EndInit();
     this.pcTextEntry.EndInit();
     this.textBoxMsg.Properties.EndInit();
     this.dockManager.EndInit();
     this.pManualTabs.ResumeLayout(false);
     this.gpgPanelChatAndInput.ResumeLayout(false);
     this.splitContainerChatAndInput.Panel1.ResumeLayout(false);
     this.splitContainerChatAndInput.Panel1.PerformLayout();
     this.splitContainerChatAndInput.Panel2.ResumeLayout(false);
     this.splitContainerChatAndInput.ResumeLayout(false);
     this.gpgPanelGathering.ResumeLayout(false);
     this.gpgPanelGatheringDropDown.ResumeLayout(false);
     this.splitContainerBody.Panel1.ResumeLayout(false);
     this.splitContainerBody.Panel2.ResumeLayout(false);
     this.splitContainerBody.ResumeLayout(false);
     this.gpgPanelClan.ResumeLayout(false);
     this.gpgPanelFriends.ResumeLayout(false);
     this.gpgPanel2.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Esempio n. 4
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();
 }