Exemplo n.º 1
0
 private void InitializeComponent()
 {
     this.gpgDataGridRooms = new GPGDataGrid();
     this.gvChannels = new GridView();
     this.gcDescription = new GridColumn();
     this.gcPopulation = new GridColumn();
     this.gcMaxPop = new GridColumn();
     this.gcPassword = new GridColumn();
     this.repositoryItemTextEdit1 = new RepositoryItemTextEdit();
     this.gcOwner = new GridColumn();
     this.gcCreated = new GridColumn();
     this.gcIsPublic = new GridColumn();
     this.repositoryItemComboBox1 = new RepositoryItemComboBox();
     this.skinButtonCancel = new SkinButton();
     this.skinButtonOK = new SkinButton();
     this.skinButtonrefresh = new SkinButton();
     this.gpgLabel1 = new GPGLabel();
     this.gpgLabel2 = new GPGLabel();
     this.gpgTextBoxChannel = new GPGTextBox();
     this.gpgGroupBox1 = new GPGGroupBox();
     this.gpgGroupBox2 = new GPGGroupBox();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgDataGridRooms.BeginInit();
     this.gvChannels.BeginInit();
     this.repositoryItemTextEdit1.BeginInit();
     this.repositoryItemComboBox1.BeginInit();
     this.gpgTextBoxChannel.Properties.BeginInit();
     this.gpgGroupBox1.SuspendLayout();
     this.gpgGroupBox2.SuspendLayout();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x25a, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgDataGridRooms.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgDataGridRooms.CustomizeStyle = false;
     this.gpgDataGridRooms.EmbeddedNavigator.Name = "";
     this.gpgDataGridRooms.Location = new Point(3, 0x31);
     this.gpgDataGridRooms.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgDataGridRooms.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgDataGridRooms.MainView = this.gvChannels;
     this.gpgDataGridRooms.Name = "gpgDataGridRooms";
     this.gpgDataGridRooms.RepositoryItems.AddRange(new RepositoryItem[] { this.repositoryItemComboBox1, this.repositoryItemTextEdit1 });
     this.gpgDataGridRooms.ShowOnlyPredefinedDetails = true;
     this.gpgDataGridRooms.Size = new Size(0x278, 0x83);
     this.gpgDataGridRooms.TabIndex = 9;
     this.gpgDataGridRooms.ViewCollection.AddRange(new BaseView[] { this.gvChannels });
     this.gvChannels.Appearance.Empty.BackColor = Color.Black;
     this.gvChannels.Appearance.Empty.Options.UseBackColor = true;
     this.gvChannels.Appearance.EvenRow.BackColor = Color.Black;
     this.gvChannels.Appearance.EvenRow.Options.UseBackColor = true;
     this.gvChannels.Appearance.FocusedRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvChannels.Appearance.FocusedRow.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gvChannels.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvChannels.Appearance.FocusedRow.Options.UseFont = true;
     this.gvChannels.Appearance.HeaderPanel.BackColor = Color.Black;
     this.gvChannels.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gvChannels.Appearance.HideSelectionRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvChannels.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gvChannels.Appearance.OddRow.BackColor = Color.FromArgb(0x40, 0x40, 0x40);
     this.gvChannels.Appearance.OddRow.Options.UseBackColor = true;
     this.gvChannels.Appearance.Preview.BackColor = Color.Black;
     this.gvChannels.Appearance.Preview.Options.UseBackColor = true;
     this.gvChannels.Appearance.Row.BackColor = Color.Black;
     this.gvChannels.Appearance.Row.ForeColor = Color.White;
     this.gvChannels.Appearance.Row.Options.UseBackColor = true;
     this.gvChannels.Appearance.RowSeparator.BackColor = Color.Black;
     this.gvChannels.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gvChannels.Appearance.SelectedRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvChannels.Appearance.SelectedRow.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gvChannels.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvChannels.Appearance.SelectedRow.Options.UseFont = true;
     this.gvChannels.AppearancePrint.Row.ForeColor = Color.White;
     this.gvChannels.AppearancePrint.Row.Options.UseForeColor = true;
     this.gvChannels.BestFitMaxRowCount = 1;
     this.gvChannels.BorderStyle = BorderStyles.NoBorder;
     this.gvChannels.ColumnPanelRowHeight = 30;
     this.gvChannels.Columns.AddRange(new GridColumn[] { this.gcDescription, this.gcPopulation, this.gcMaxPop, this.gcPassword, this.gcOwner, this.gcCreated, this.gcIsPublic });
     this.gvChannels.FocusRectStyle = DrawFocusRectStyle.None;
     this.gvChannels.GridControl = this.gpgDataGridRooms;
     this.gvChannels.GroupPanelText = "<LOC>Drag a column header here to group by that column.";
     this.gvChannels.Name = "gvChannels";
     this.gvChannels.OptionsBehavior.Editable = false;
     this.gvChannels.OptionsCustomization.AllowFilter = false;
     this.gvChannels.OptionsCustomization.AllowGroup = false;
     this.gvChannels.OptionsFilter.AllowFilterEditor = false;
     this.gvChannels.OptionsMenu.EnableColumnMenu = false;
     this.gvChannels.OptionsMenu.EnableFooterMenu = false;
     this.gvChannels.OptionsMenu.EnableGroupPanelMenu = false;
     this.gvChannels.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvChannels.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gvChannels.OptionsSelection.MultiSelect = true;
     this.gvChannels.OptionsView.EnableAppearanceEvenRow = true;
     this.gvChannels.OptionsView.EnableAppearanceOddRow = true;
     this.gvChannels.OptionsView.ShowFilterPanelMode = ShowFilterPanelMode.Never;
     this.gvChannels.OptionsView.ShowGroupPanel = false;
     this.gvChannels.OptionsView.ShowHorzLines = false;
     this.gvChannels.OptionsView.ShowIndicator = false;
     this.gvChannels.OptionsView.ShowVertLines = false;
     this.gvChannels.CustomColumnDisplayText += new CustomColumnDisplayTextEventHandler(this.gvChannels_CustomColumnDisplayText);
     this.gcDescription.AppearanceCell.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcDescription.AppearanceCell.ForeColor = Color.White;
     this.gcDescription.AppearanceCell.Options.UseFont = true;
     this.gcDescription.AppearanceCell.Options.UseForeColor = true;
     this.gcDescription.AppearanceCell.Options.UseTextOptions = true;
     this.gcDescription.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcDescription.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcDescription.AppearanceHeader.Options.UseFont = true;
     this.gcDescription.Caption = "<LOC>Channel name";
     this.gcDescription.FieldName = "Description";
     this.gcDescription.Name = "gcDescription";
     this.gcDescription.OptionsColumn.AllowEdit = false;
     this.gcDescription.Visible = true;
     this.gcDescription.VisibleIndex = 0;
     this.gcDescription.Width = 0x8e;
     this.gcPopulation.AppearanceCell.ForeColor = Color.White;
     this.gcPopulation.AppearanceCell.Options.UseForeColor = true;
     this.gcPopulation.AppearanceCell.Options.UseTextOptions = true;
     this.gcPopulation.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcPopulation.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcPopulation.AppearanceHeader.Options.UseFont = true;
     this.gcPopulation.Caption = "<LOC>Players";
     this.gcPopulation.FieldName = "Population";
     this.gcPopulation.Name = "gcPopulation";
     this.gcPopulation.OptionsColumn.AllowEdit = false;
     this.gcPopulation.Visible = true;
     this.gcPopulation.VisibleIndex = 1;
     this.gcPopulation.Width = 0x40;
     this.gcMaxPop.AppearanceCell.ForeColor = Color.White;
     this.gcMaxPop.AppearanceCell.Options.UseForeColor = true;
     this.gcMaxPop.AppearanceCell.Options.UseTextOptions = true;
     this.gcMaxPop.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcMaxPop.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcMaxPop.AppearanceHeader.Options.UseFont = true;
     this.gcMaxPop.Caption = "<LOC>Max players";
     this.gcMaxPop.FieldName = "MaxPopulation";
     this.gcMaxPop.Name = "gcMaxPop";
     this.gcMaxPop.OptionsColumn.AllowEdit = false;
     this.gcMaxPop.Visible = true;
     this.gcMaxPop.VisibleIndex = 2;
     this.gcMaxPop.Width = 0x58;
     this.gcPassword.Caption = "<LOC>Password required";
     this.gcPassword.ColumnEdit = this.repositoryItemTextEdit1;
     this.gcPassword.FieldName = "PasswordProtected";
     this.gcPassword.GroupFormat.FormatString = "{0}";
     this.gcPassword.GroupFormat.FormatType = FormatType.Custom;
     this.gcPassword.Name = "gcPassword";
     this.gcPassword.OptionsColumn.AllowEdit = false;
     this.gcPassword.Visible = true;
     this.gcPassword.VisibleIndex = 3;
     this.gcPassword.Width = 0x8a;
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     this.gcOwner.AppearanceCell.ForeColor = Color.White;
     this.gcOwner.AppearanceCell.Options.UseForeColor = true;
     this.gcOwner.AppearanceCell.Options.UseTextOptions = true;
     this.gcOwner.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcOwner.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcOwner.AppearanceHeader.Options.UseFont = true;
     this.gcOwner.Caption = "<LOC>Channel operator";
     this.gcOwner.FieldName = "Owner";
     this.gcOwner.Name = "gcOwner";
     this.gcOwner.OptionsColumn.AllowEdit = false;
     this.gcOwner.Visible = true;
     this.gcOwner.VisibleIndex = 4;
     this.gcOwner.Width = 0x79;
     this.gcCreated.AppearanceCell.ForeColor = Color.White;
     this.gcCreated.AppearanceCell.Options.UseForeColor = true;
     this.gcCreated.AppearanceCell.Options.UseTextOptions = true;
     this.gcCreated.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcCreated.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcCreated.AppearanceHeader.Options.UseFont = true;
     this.gcCreated.Caption = "<LOC>Created";
     this.gcCreated.FieldName = "Created";
     this.gcCreated.Name = "gcCreated";
     this.gcCreated.OptionsColumn.AllowEdit = false;
     this.gcCreated.Visible = true;
     this.gcCreated.VisibleIndex = 5;
     this.gcCreated.Width = 0x4f;
     this.gcIsPublic.Caption = "IsPublic";
     this.gcIsPublic.FieldName = "IsPublic";
     this.gcIsPublic.Name = "gcIsPublic";
     this.gcIsPublic.OptionsColumn.ShowInCustomizationForm = false;
     this.repositoryItemComboBox1.AutoHeight = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     this.skinButtonCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonCancel.AutoStyle = true;
     this.skinButtonCancel.BackColor = Color.Black;
     this.skinButtonCancel.ButtonState = 0;
     this.skinButtonCancel.DialogResult = DialogResult.OK;
     this.skinButtonCancel.DisabledForecolor = Color.Gray;
     this.skinButtonCancel.DrawColor = Color.White;
     this.skinButtonCancel.DrawEdges = true;
     this.skinButtonCancel.FocusColor = Color.Yellow;
     this.skinButtonCancel.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonCancel.ForeColor = Color.White;
     this.skinButtonCancel.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonCancel.IsStyled = true;
     this.skinButtonCancel.Location = new Point(0x22b, 0x162);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x5e, 0x1a);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonCancel, null);
     this.skinButtonCancel.TabIndex = 10;
     this.skinButtonCancel.TabStop = true;
     this.skinButtonCancel.Text = "<LOC>Cancel";
     this.skinButtonCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonCancel.TextPadding = new Padding(0);
     this.skinButtonCancel.Click += new EventHandler(this.skinButtonCancel_Click);
     this.skinButtonOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonOK.AutoStyle = true;
     this.skinButtonOK.BackColor = Color.Black;
     this.skinButtonOK.ButtonState = 0;
     this.skinButtonOK.DialogResult = DialogResult.OK;
     this.skinButtonOK.DisabledForecolor = Color.Gray;
     this.skinButtonOK.DrawColor = Color.White;
     this.skinButtonOK.DrawEdges = true;
     this.skinButtonOK.FocusColor = Color.Yellow;
     this.skinButtonOK.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonOK.ForeColor = Color.White;
     this.skinButtonOK.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonOK.IsStyled = true;
     this.skinButtonOK.Location = new Point(0x1c7, 0x162);
     this.skinButtonOK.Name = "skinButtonOK";
     this.skinButtonOK.Size = new Size(0x5e, 0x1a);
     this.skinButtonOK.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonOK, null);
     this.skinButtonOK.TabIndex = 11;
     this.skinButtonOK.TabStop = true;
     this.skinButtonOK.Text = "<LOC>Join";
     this.skinButtonOK.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonOK.TextPadding = new Padding(0);
     this.skinButtonOK.Click += new EventHandler(this.skinButtonOK_Click);
     this.skinButtonrefresh.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonrefresh.AutoStyle = true;
     this.skinButtonrefresh.BackColor = Color.Black;
     this.skinButtonrefresh.ButtonState = 0;
     this.skinButtonrefresh.DialogResult = DialogResult.OK;
     this.skinButtonrefresh.DisabledForecolor = Color.Gray;
     this.skinButtonrefresh.DrawColor = Color.White;
     this.skinButtonrefresh.DrawEdges = true;
     this.skinButtonrefresh.FocusColor = Color.Yellow;
     this.skinButtonrefresh.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonrefresh.ForeColor = Color.White;
     this.skinButtonrefresh.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonrefresh.IsStyled = true;
     this.skinButtonrefresh.Location = new Point(0x163, 0x162);
     this.skinButtonrefresh.Name = "skinButtonrefresh";
     this.skinButtonrefresh.Size = new Size(0x5e, 0x1a);
     this.skinButtonrefresh.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonrefresh, null);
     this.skinButtonrefresh.TabIndex = 12;
     this.skinButtonrefresh.TabStop = true;
     this.skinButtonrefresh.Text = "<LOC>Refresh";
     this.skinButtonrefresh.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonrefresh.TextPadding = new Padding(0);
     this.skinButtonrefresh.Click += new EventHandler(this.skinButtonrefresh_Click);
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoSize = true;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Arial", 9.75f);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(6, 30);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0xcf, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 13;
     this.gpgLabel1.Text = "<LOC>Select an available channel";
     this.gpgLabel1.TextStyle = TextStyles.Default;
     this.gpgLabel2.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel2.AutoSize = true;
     this.gpgLabel2.AutoStyle = true;
     this.gpgLabel2.Font = new Font("Arial", 9.75f);
     this.gpgLabel2.ForeColor = Color.White;
     this.gpgLabel2.IgnoreMouseWheel = false;
     this.gpgLabel2.IsStyled = false;
     this.gpgLabel2.Location = new Point(3, 30);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x16c, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 14;
     this.gpgLabel2.Text = "<LOC>Enter a private channel name, or create a new channel";
     this.gpgLabel2.TextStyle = TextStyles.Default;
     this.gpgTextBoxChannel.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgTextBoxChannel.Location = new Point(6, 50);
     this.gpgTextBoxChannel.Name = "gpgTextBoxChannel";
     this.gpgTextBoxChannel.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxChannel.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxChannel.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxChannel.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxChannel.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxChannel.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxChannel.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxChannel.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxChannel.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxChannel.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxChannel.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxChannel.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxChannel.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxChannel.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxChannel.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxChannel.Properties.MaxLength = 60;
     this.gpgTextBoxChannel.Size = new Size(0x271, 20);
     this.gpgTextBoxChannel.TabIndex = 15;
     this.gpgGroupBox1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgGroupBox1.Controls.Add(this.gpgLabel2);
     this.gpgGroupBox1.Controls.Add(this.gpgTextBoxChannel);
     this.gpgGroupBox1.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.gpgGroupBox1.Location = new Point(12, 0x109);
     this.gpgGroupBox1.Name = "gpgGroupBox1";
     this.gpgGroupBox1.Size = new Size(0x27d, 0x4c);
     base.ttDefault.SetSuperTip(this.gpgGroupBox1, null);
     this.gpgGroupBox1.TabIndex = 0x10;
     this.gpgGroupBox1.TabStop = false;
     this.gpgGroupBox1.Text = "<LOC>Private Channel";
     this.gpgGroupBox2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgGroupBox2.Controls.Add(this.gpgLabel1);
     this.gpgGroupBox2.Controls.Add(this.gpgDataGridRooms);
     this.gpgGroupBox2.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.gpgGroupBox2.Location = new Point(12, 0x4c);
     this.gpgGroupBox2.Name = "gpgGroupBox2";
     this.gpgGroupBox2.Size = new Size(0x27e, 0xb7);
     base.ttDefault.SetSuperTip(this.gpgGroupBox2, null);
     this.gpgGroupBox2.TabIndex = 0x11;
     this.gpgGroupBox2.TabStop = false;
     this.gpgGroupBox2.Text = "<LOC>Public Channel";
     base.AcceptButton = this.skinButtonOK;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.CancelButton = this.skinButtonCancel;
     base.ClientSize = new Size(0x295, 0x1bb);
     base.Controls.Add(this.gpgGroupBox2);
     base.Controls.Add(this.gpgGroupBox1);
     base.Controls.Add(this.skinButtonrefresh);
     base.Controls.Add(this.skinButtonOK);
     base.Controls.Add(this.skinButtonCancel);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(320, 0x178);
     base.Name = "DlgSelectChannel";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Select Channel";
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     base.Controls.SetChildIndex(this.skinButtonOK, 0);
     base.Controls.SetChildIndex(this.skinButtonrefresh, 0);
     base.Controls.SetChildIndex(this.gpgGroupBox1, 0);
     base.Controls.SetChildIndex(this.gpgGroupBox2, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgDataGridRooms.EndInit();
     this.gvChannels.EndInit();
     this.repositoryItemTextEdit1.EndInit();
     this.repositoryItemComboBox1.EndInit();
     this.gpgTextBoxChannel.Properties.EndInit();
     this.gpgGroupBox1.ResumeLayout(false);
     this.gpgGroupBox1.PerformLayout();
     this.gpgGroupBox2.ResumeLayout(false);
     this.gpgGroupBox2.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 2
0
 private void InitializeComponent()
 {
     this.dgReplays = new GPGDataGrid();
     this.gvReplays = new GridView();
     this.colPlayerName = new GridColumn();
     this.colTitle = new GridColumn();
     this.colMap = new GridColumn();
     this.colGameDate = new GridColumn();
     this.colGameType = new GridColumn();
     this.colPlayers = new GridColumn();
     this.btnCancel = new SkinButton();
     this.btnOK = new SkinButton();
     this.lPercentDownloaded = new GPGLabel();
     this.dgReplays.BeginInit();
     this.gvReplays.BeginInit();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.dgReplays.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.dgReplays.CustomizeStyle = false;
     this.dgReplays.EmbeddedNavigator.Name = "";
     this.dgReplays.Location = new Point(0x1f, 0x5e);
     this.dgReplays.MainView = this.gvReplays;
     this.dgReplays.Name = "dgReplays";
     this.dgReplays.ShowOnlyPredefinedDetails = true;
     this.dgReplays.Size = new Size(0x381, 0x12d);
     this.dgReplays.TabIndex = 7;
     this.dgReplays.ViewCollection.AddRange(new BaseView[] { this.gvReplays });
     this.gvReplays.ActiveFilterString = "";
     this.gvReplays.Appearance.Preview.ForeColor = Color.Silver;
     this.gvReplays.Appearance.Preview.Options.UseForeColor = true;
     this.gvReplays.Columns.AddRange(new GridColumn[] { this.colPlayerName, this.colTitle, this.colMap, this.colGameDate, this.colGameType, this.colPlayers });
     this.gvReplays.GridControl = this.dgReplays;
     this.gvReplays.GroupPanelText = "<LOC>Select a replay to watch.";
     this.gvReplays.Name = "gvReplays";
     this.gvReplays.OptionsBehavior.Editable = false;
     this.gvReplays.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvReplays.OptionsView.AutoCalcPreviewLineCount = true;
     this.gvReplays.OptionsView.RowAutoHeight = true;
     this.gvReplays.OptionsView.ShowPreview = true;
     this.gvReplays.PreviewFieldName = "GameInfo";
     this.colPlayerName.Caption = "<LOC>Player Name";
     this.colPlayerName.FieldName = "PlayerName";
     this.colPlayerName.Name = "colPlayerName";
     this.colPlayerName.Visible = true;
     this.colPlayerName.VisibleIndex = 5;
     this.colTitle.Caption = "<LOC>Title";
     this.colTitle.FieldName = "Title";
     this.colTitle.Name = "colTitle";
     this.colTitle.Visible = true;
     this.colTitle.VisibleIndex = 3;
     this.colMap.Caption = "<LOC>MapName";
     this.colMap.FieldName = "MapName";
     this.colMap.Name = "colMap";
     this.colMap.Visible = true;
     this.colMap.VisibleIndex = 0;
     this.colGameDate.Caption = "<LOC>Game Date";
     this.colGameDate.FieldName = "CreateDate";
     this.colGameDate.Name = "colGameDate";
     this.colGameDate.Visible = true;
     this.colGameDate.VisibleIndex = 1;
     this.colGameType.Caption = "<LOC>Game Type";
     this.colGameType.FieldName = "GameType";
     this.colGameType.Name = "colGameType";
     this.colGameType.Visible = true;
     this.colGameType.VisibleIndex = 2;
     this.colPlayers.Caption = "<LOC>Players Involved";
     this.colPlayers.FieldName = "Players";
     this.colPlayers.Name = "colPlayers";
     this.colPlayers.Visible = true;
     this.colPlayers.VisibleIndex = 4;
     this.btnCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnCancel.AutoStyle = true;
     this.btnCancel.BackColor = Color.Black;
     this.btnCancel.DialogResult = DialogResult.OK;
     this.btnCancel.DisabledForecolor = Color.Gray;
     this.btnCancel.DrawEdges = true;
     this.btnCancel.FocusColor = Color.Yellow;
     this.btnCancel.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnCancel.ForeColor = Color.White;
     this.btnCancel.HorizontalScalingMode = ScalingModes.Tile;
     this.btnCancel.IsStyled = true;
     this.btnCancel.Location = new Point(0x33f, 0x18f);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new Size(0x61, 0x1a);
     this.btnCancel.SkinBasePath = @"Controls\Button\Round Edge";
     this.btnCancel.TabIndex = 0x17;
     this.btnCancel.Text = "<LOC>Cancel";
     this.btnCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.btnCancel.TextPadding = new Padding(0);
     this.btnCancel.Click += new EventHandler(this.btnCancel_Click);
     this.btnOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnOK.AutoStyle = true;
     this.btnOK.BackColor = Color.Black;
     this.btnOK.DialogResult = DialogResult.OK;
     this.btnOK.DisabledForecolor = Color.Gray;
     this.btnOK.DrawEdges = true;
     this.btnOK.FocusColor = Color.Yellow;
     this.btnOK.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnOK.ForeColor = Color.White;
     this.btnOK.HorizontalScalingMode = ScalingModes.Tile;
     this.btnOK.IsStyled = true;
     this.btnOK.Location = new Point(0x2d5, 0x18f);
     this.btnOK.MaximumSize = new Size(100, 0x1a);
     this.btnOK.MinimumSize = new Size(100, 0x1a);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new Size(100, 0x1a);
     this.btnOK.SkinBasePath = @"Controls\Button\Round Edge";
     this.btnOK.TabIndex = 0x18;
     this.btnOK.Text = "<LOC>OK";
     this.btnOK.TextAlign = ContentAlignment.MiddleCenter;
     this.btnOK.TextPadding = new Padding(0);
     this.btnOK.Click += new EventHandler(this.btnOK_Click);
     this.lPercentDownloaded.AutoSize = true;
     this.lPercentDownloaded.AutoStyle = true;
     this.lPercentDownloaded.Font = new Font("Arial", 9.75f);
     this.lPercentDownloaded.ForeColor = Color.White;
     this.lPercentDownloaded.IgnoreMouseWheel = false;
     this.lPercentDownloaded.IsStyled = false;
     this.lPercentDownloaded.Location = new Point(0x1c, 0x4b);
     this.lPercentDownloaded.Name = "lPercentDownloaded";
     this.lPercentDownloaded.Size = new Size(0x7f, 0x10);
     this.lPercentDownloaded.TabIndex = 0x19;
     this.lPercentDownloaded.Text = "<LOC>Downloading:";
     this.lPercentDownloaded.TextStyle = TextStyles.Default;
     this.lPercentDownloaded.Visible = false;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(960, 0x1e8);
     base.Controls.Add(this.lPercentDownloaded);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnOK);
     base.Controls.Add(this.dgReplays);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.Name = "DlgReplayList";
     this.Text = "<LOC>Select a replay to watch.";
     base.Controls.SetChildIndex(this.dgReplays, 0);
     base.Controls.SetChildIndex(this.btnOK, 0);
     base.Controls.SetChildIndex(this.btnCancel, 0);
     base.Controls.SetChildIndex(this.lPercentDownloaded, 0);
     this.dgReplays.EndInit();
     this.gvReplays.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 3
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(DlgVaultQuickSearch));
     this.skinButtonOK = new SkinButton();
     this.skinButtonCancel = new SkinButton();
     this.splitContainerDownload = new SplitContainer();
     this.treeViewDownloadType = new TreeView();
     this.treeViewSavedSearches = new TreeView();
     this.skinLabel1 = new SkinLabel();
     this.skinLabel2 = new SkinLabel();
     this.gpgGroupBoxResults = new SkinGroupPanel();
     this.skinButtonSearchNext = new SkinButton();
     this.skinLabelSearchPage = new SkinLabel();
     this.dataGridSearchResults = new GPGDataGrid();
     this.gvResults = new GridView();
     this.gcDownload = new GridColumn();
     this.gcName = new GridColumn();
     this.gcOwner = new GridColumn();
     this.gcVersion = new GridColumn();
     this.gcDate = new GridColumn();
     this.gcDownloads = new GridColumn();
     this.gcRating = new GridColumn();
     this.repositoryItemPictureEdit1 = new RepositoryItemPictureEdit();
     this.repositoryItemRatingStars = new RepositoryItemPictureEdit();
     this.repositoryItemChatLink = new RepositoryItemHyperLinkEdit();
     this.repositoryItemVersionLink = new RepositoryItemHyperLinkEdit();
     this.skinButtonSearchStart = new SkinButton();
     this.skinButtonSearchPrevious = new SkinButton();
     this.gpgGroupBoxCriteria = new SkinGroupPanel();
     this.skinButtonRunSearch = new SkinButton();
     this.gpgPanelSearchCriteria = new GPGPanel();
     this.skinButtonSearchType = new SkinButton();
     this.gpgLabelSearchType = new GPGLabel();
     this.gpgTextBoxSearchCreator = new GPGTextBox();
     this.gpgLabel16 = new GPGLabel();
     this.gpgTextBoxSearchName = new GPGTextBox();
     this.gpgLabel1 = new GPGLabel();
     this.gpgTextBoxSearchKeywords = new GPGTextBox();
     this.gpgLabel21 = new GPGLabel();
     this.gpgPanel1 = new GPGPanel();
     this.imageListContentTypes = new ImageList(this.components);
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.splitContainerDownload.Panel1.SuspendLayout();
     this.splitContainerDownload.Panel2.SuspendLayout();
     this.splitContainerDownload.SuspendLayout();
     this.gpgGroupBoxResults.SuspendLayout();
     this.dataGridSearchResults.BeginInit();
     this.gvResults.BeginInit();
     this.repositoryItemPictureEdit1.BeginInit();
     this.repositoryItemRatingStars.BeginInit();
     this.repositoryItemChatLink.BeginInit();
     this.repositoryItemVersionLink.BeginInit();
     this.gpgGroupBoxCriteria.SuspendLayout();
     this.gpgPanelSearchCriteria.SuspendLayout();
     this.gpgTextBoxSearchCreator.Properties.BeginInit();
     this.gpgTextBoxSearchName.Properties.BeginInit();
     this.gpgTextBoxSearchKeywords.Properties.BeginInit();
     this.gpgPanel1.SuspendLayout();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x374, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.skinButtonOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonOK.AutoStyle = true;
     this.skinButtonOK.BackColor = Color.Transparent;
     this.skinButtonOK.ButtonState = 0;
     this.skinButtonOK.DialogResult = DialogResult.OK;
     this.skinButtonOK.DisabledForecolor = Color.Gray;
     this.skinButtonOK.DrawColor = Color.White;
     this.skinButtonOK.DrawEdges = true;
     this.skinButtonOK.FocusColor = Color.Yellow;
     this.skinButtonOK.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonOK.ForeColor = Color.White;
     this.skinButtonOK.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonOK.IsStyled = true;
     this.skinButtonOK.Location = new Point(0x2a3, 0x288);
     this.skinButtonOK.Name = "skinButtonOK";
     this.skinButtonOK.Size = new Size(0x7d, 0x1a);
     this.skinButtonOK.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonOK, null);
     this.skinButtonOK.TabIndex = 0x11;
     this.skinButtonOK.TabStop = true;
     this.skinButtonOK.Text = "<LOC>OK";
     this.skinButtonOK.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonOK.TextPadding = new Padding(0);
     this.skinButtonOK.Click += new EventHandler(this.skinButtonOK_Click);
     this.skinButtonCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonCancel.AutoStyle = true;
     this.skinButtonCancel.BackColor = Color.Transparent;
     this.skinButtonCancel.ButtonState = 0;
     this.skinButtonCancel.DialogResult = DialogResult.OK;
     this.skinButtonCancel.DisabledForecolor = Color.Gray;
     this.skinButtonCancel.DrawColor = Color.White;
     this.skinButtonCancel.DrawEdges = true;
     this.skinButtonCancel.FocusColor = Color.Yellow;
     this.skinButtonCancel.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonCancel.ForeColor = Color.White;
     this.skinButtonCancel.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonCancel.IsStyled = true;
     this.skinButtonCancel.Location = new Point(0x326, 0x288);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x7d, 0x1a);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonCancel, null);
     this.skinButtonCancel.TabIndex = 0x12;
     this.skinButtonCancel.TabStop = true;
     this.skinButtonCancel.Text = "<LOC>Cancel";
     this.skinButtonCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonCancel.TextPadding = new Padding(0);
     this.skinButtonCancel.Click += new EventHandler(this.skinButtonCancel_Click);
     this.splitContainerDownload.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.splitContainerDownload.BackColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.splitContainerDownload.Location = new Point(2, 2);
     this.splitContainerDownload.Name = "splitContainerDownload";
     this.splitContainerDownload.Panel1.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.splitContainerDownload.Panel1.Controls.Add(this.treeViewDownloadType);
     this.splitContainerDownload.Panel1.Controls.Add(this.treeViewSavedSearches);
     this.splitContainerDownload.Panel1.Controls.Add(this.skinLabel1);
     this.splitContainerDownload.Panel1.Controls.Add(this.skinLabel2);
     base.ttDefault.SetSuperTip(this.splitContainerDownload.Panel1, null);
     this.splitContainerDownload.Panel2.BackgroundImage = (Image) manager.GetObject("splitContainerDownload.Panel2.BackgroundImage");
     this.splitContainerDownload.Panel2.Controls.Add(this.gpgGroupBoxResults);
     this.splitContainerDownload.Panel2.Controls.Add(this.gpgGroupBoxCriteria);
     base.ttDefault.SetSuperTip(this.splitContainerDownload.Panel2, null);
     this.splitContainerDownload.Size = new Size(920, 0x22f);
     this.splitContainerDownload.SplitterDistance = 0xcf;
     this.splitContainerDownload.SplitterWidth = 2;
     base.ttDefault.SetSuperTip(this.splitContainerDownload, null);
     this.splitContainerDownload.TabIndex = 0x13;
     this.treeViewDownloadType.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.treeViewDownloadType.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.treeViewDownloadType.BorderStyle = BorderStyle.None;
     this.treeViewDownloadType.HideSelection = false;
     this.treeViewDownloadType.Location = new Point(0, 0x1a);
     this.treeViewDownloadType.Name = "treeViewDownloadType";
     this.treeViewDownloadType.Size = new Size(0xcf, 0x80);
     base.ttDefault.SetSuperTip(this.treeViewDownloadType, null);
     this.treeViewDownloadType.TabIndex = 0;
     this.treeViewDownloadType.AfterSelect += new TreeViewEventHandler(this.treeViewDownloadType_AfterSelect);
     this.treeViewSavedSearches.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.treeViewSavedSearches.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.treeViewSavedSearches.BorderStyle = BorderStyle.None;
     this.treeViewSavedSearches.HideSelection = false;
     this.treeViewSavedSearches.Location = new Point(0, 180);
     this.treeViewSavedSearches.Name = "treeViewSavedSearches";
     this.treeViewSavedSearches.Size = new Size(0xcf, 0x17b);
     base.ttDefault.SetSuperTip(this.treeViewSavedSearches, null);
     this.treeViewSavedSearches.TabIndex = 1;
     this.treeViewSavedSearches.AfterSelect += new TreeViewEventHandler(this.treeViewSavedSearches_AfterSelect);
     this.skinLabel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabel1.AutoStyle = false;
     this.skinLabel1.BackColor = Color.Transparent;
     this.skinLabel1.DrawEdges = true;
     this.skinLabel1.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabel1.ForeColor = Color.White;
     this.skinLabel1.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel1.IsStyled = false;
     this.skinLabel1.Location = new Point(0, 0x9a);
     this.skinLabel1.Name = "skinLabel1";
     this.skinLabel1.Size = new Size(0xcf, 20);
     this.skinLabel1.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel1, null);
     this.skinLabel1.TabIndex = 15;
     this.skinLabel1.Text = "<LOC>Saved Searches";
     this.skinLabel1.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel1.TextPadding = new Padding(0);
     this.skinLabel2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabel2.AutoStyle = false;
     this.skinLabel2.BackColor = Color.Transparent;
     this.skinLabel2.DrawEdges = true;
     this.skinLabel2.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabel2.ForeColor = Color.White;
     this.skinLabel2.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel2.IsStyled = false;
     this.skinLabel2.Location = new Point(0, 0);
     this.skinLabel2.Name = "skinLabel2";
     this.skinLabel2.Size = new Size(0xcf, 20);
     this.skinLabel2.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel2, null);
     this.skinLabel2.TabIndex = 0x10;
     this.skinLabel2.Text = "<LOC>Search For";
     this.skinLabel2.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel2.TextPadding = new Padding(0);
     this.gpgGroupBoxResults.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgGroupBoxResults.AutoStyle = false;
     this.gpgGroupBoxResults.BackColor = Color.Black;
     this.gpgGroupBoxResults.Controls.Add(this.skinButtonSearchNext);
     this.gpgGroupBoxResults.Controls.Add(this.skinLabelSearchPage);
     this.gpgGroupBoxResults.Controls.Add(this.dataGridSearchResults);
     this.gpgGroupBoxResults.Controls.Add(this.skinButtonSearchStart);
     this.gpgGroupBoxResults.Controls.Add(this.skinButtonSearchPrevious);
     this.gpgGroupBoxResults.CutCorner = false;
     this.gpgGroupBoxResults.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgGroupBoxResults.HeaderImage = GroupPanelImages.blue_gradient;
     this.gpgGroupBoxResults.IsStyled = true;
     this.gpgGroupBoxResults.Location = new Point(4, 0x7d);
     this.gpgGroupBoxResults.Margin = new Padding(4, 3, 4, 3);
     this.gpgGroupBoxResults.Name = "gpgGroupBoxResults";
     this.gpgGroupBoxResults.Size = new Size(700, 0x1ad);
     base.ttDefault.SetSuperTip(this.gpgGroupBoxResults, null);
     this.gpgGroupBoxResults.TabIndex = 0x10;
     this.gpgGroupBoxResults.Text = "<LOC>Search Results";
     this.gpgGroupBoxResults.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgGroupBoxResults.TextPadding = new Padding(8, 0, 0, 0);
     this.skinButtonSearchNext.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonSearchNext.AutoStyle = true;
     this.skinButtonSearchNext.BackColor = Color.Black;
     this.skinButtonSearchNext.ButtonState = 0;
     this.skinButtonSearchNext.DialogResult = DialogResult.OK;
     this.skinButtonSearchNext.DisabledForecolor = Color.Gray;
     this.skinButtonSearchNext.DrawColor = Color.White;
     this.skinButtonSearchNext.DrawEdges = false;
     this.skinButtonSearchNext.FocusColor = Color.Yellow;
     this.skinButtonSearchNext.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSearchNext.ForeColor = Color.White;
     this.skinButtonSearchNext.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonSearchNext.IsStyled = true;
     this.skinButtonSearchNext.Location = new Point(0x290, 0x193);
     this.skinButtonSearchNext.Name = "skinButtonSearchNext";
     this.skinButtonSearchNext.Size = new Size(40, 0x16);
     this.skinButtonSearchNext.SkinBasePath = @"Controls\Button\Next_End";
     base.ttDefault.SetSuperTip(this.skinButtonSearchNext, null);
     this.skinButtonSearchNext.TabIndex = 7;
     this.skinButtonSearchNext.TabStop = true;
     this.skinButtonSearchNext.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSearchNext.TextPadding = new Padding(0);
     this.skinButtonSearchNext.Click += new EventHandler(this.skinButtonSearchNext_Click);
     this.skinLabelSearchPage.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinLabelSearchPage.AutoStyle = false;
     this.skinLabelSearchPage.BackColor = Color.Transparent;
     this.skinLabelSearchPage.DrawEdges = true;
     this.skinLabelSearchPage.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabelSearchPage.ForeColor = Color.White;
     this.skinLabelSearchPage.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabelSearchPage.IsStyled = false;
     this.skinLabelSearchPage.Location = new Point(0x54, 0x193);
     this.skinLabelSearchPage.Name = "skinLabelSearchPage";
     this.skinLabelSearchPage.Size = new Size(0x23c, 0x16);
     this.skinLabelSearchPage.SkinBasePath = @"Controls\Background Label\BlackBar";
     base.ttDefault.SetSuperTip(this.skinLabelSearchPage, null);
     this.skinLabelSearchPage.TabIndex = 0x19;
     this.skinLabelSearchPage.Text = "<LOC>No Results";
     this.skinLabelSearchPage.TextAlign = ContentAlignment.MiddleCenter;
     this.skinLabelSearchPage.TextPadding = new Padding(0);
     this.dataGridSearchResults.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.dataGridSearchResults.CustomizeStyle = false;
     this.dataGridSearchResults.EmbeddedNavigator.Name = "";
     this.dataGridSearchResults.Location = new Point(4, 0x16);
     this.dataGridSearchResults.MainView = this.gvResults;
     this.dataGridSearchResults.Name = "dataGridSearchResults";
     this.dataGridSearchResults.RepositoryItems.AddRange(new RepositoryItem[] { this.repositoryItemRatingStars, this.repositoryItemChatLink, this.repositoryItemPictureEdit1, this.repositoryItemVersionLink });
     this.dataGridSearchResults.ShowOnlyPredefinedDetails = true;
     this.dataGridSearchResults.Size = new Size(0x2b4, 0x179);
     this.dataGridSearchResults.TabIndex = 0x18;
     this.dataGridSearchResults.ViewCollection.AddRange(new BaseView[] { this.gvResults });
     this.dataGridSearchResults.DoubleClick += new EventHandler(this.dataGridSearchResults_DoubleClick);
     this.gvResults.Appearance.EvenRow.BackColor = Color.Black;
     this.gvResults.Appearance.EvenRow.Options.UseBackColor = true;
     this.gvResults.Appearance.OddRow.BackColor = Color.Black;
     this.gvResults.Appearance.OddRow.Options.UseBackColor = true;
     this.gvResults.Appearance.Preview.ForeColor = Color.Silver;
     this.gvResults.Appearance.Preview.Options.UseForeColor = true;
     this.gvResults.Appearance.SelectedRow.BackColor = Color.FromArgb(0x33, 0x33, 0x65);
     this.gvResults.Appearance.SelectedRow.BackColor2 = Color.Black;
     this.gvResults.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvResults.Columns.AddRange(new GridColumn[] { this.gcDownload, this.gcName, this.gcOwner, this.gcVersion, this.gcDate, this.gcDownloads, this.gcRating });
     this.gvResults.GridControl = this.dataGridSearchResults;
     this.gvResults.GroupPanelText = "<LOC>Drag a column here to group by it.";
     this.gvResults.Name = "gvResults";
     this.gvResults.OptionsBehavior.Editable = false;
     this.gvResults.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvResults.OptionsView.AutoCalcPreviewLineCount = true;
     this.gvResults.OptionsView.RowAutoHeight = true;
     this.gvResults.OptionsView.ShowPreview = true;
     this.gvResults.PreviewFieldName = "Description";
     this.gvResults.CustomDrawCell += new RowCellCustomDrawEventHandler(this.gvResults_CustomDrawCell);
     this.gvResults.MouseDown += new MouseEventHandler(this.gvResults_MouseDown);
     this.gvResults.MouseUp += new MouseEventHandler(this.gvResults_MouseUp);
     this.gvResults.MouseMove += new MouseEventHandler(this.gvResults_MouseMove);
     this.gvResults.CalcRowHeight += new RowHeightEventHandler(this.gvResults_CalcRowHeight);
     this.gcDownload.AppearanceHeader.Options.UseTextOptions = true;
     this.gcDownload.AppearanceHeader.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcDownload.Caption = "<LOC>Download";
     this.gcDownload.FieldName = "Download";
     this.gcDownload.Name = "gcDownload";
     this.gcDownload.ToolTip = "<LOC>Download";
     this.gcDownload.Visible = true;
     this.gcDownload.VisibleIndex = 0;
     this.gcName.AppearanceCell.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcName.AppearanceCell.Options.UseFont = true;
     this.gcName.AppearanceHeader.Options.UseTextOptions = true;
     this.gcName.AppearanceHeader.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcName.Caption = "<LOC>Name";
     this.gcName.FieldName = "Name";
     this.gcName.Name = "gcName";
     this.gcName.Visible = true;
     this.gcName.VisibleIndex = 1;
     this.gcOwner.AppearanceHeader.Options.UseTextOptions = true;
     this.gcOwner.AppearanceHeader.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcOwner.Caption = "<LOC>Creator";
     this.gcOwner.FieldName = "OwnerName";
     this.gcOwner.Name = "gcOwner";
     this.gcOwner.Visible = true;
     this.gcOwner.VisibleIndex = 2;
     this.gcVersion.AppearanceCell.Font = new Font("Tahoma", 8.25f, FontStyle.Underline | FontStyle.Bold);
     this.gcVersion.AppearanceCell.ForeColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gcVersion.AppearanceCell.Options.UseFont = true;
     this.gcVersion.AppearanceCell.Options.UseForeColor = true;
     this.gcVersion.AppearanceCell.Options.UseTextOptions = true;
     this.gcVersion.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcVersion.AppearanceHeader.Options.UseTextOptions = true;
     this.gcVersion.AppearanceHeader.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcVersion.Caption = "<LOC>Version";
     this.gcVersion.FieldName = "Version";
     this.gcVersion.Name = "gcVersion";
     this.gcVersion.Visible = true;
     this.gcVersion.VisibleIndex = 3;
     this.gcDate.AppearanceHeader.Options.UseTextOptions = true;
     this.gcDate.AppearanceHeader.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcDate.Caption = "<LOC>Date";
     this.gcDate.FieldName = "VersionDate";
     this.gcDate.Name = "gcDate";
     this.gcDate.Visible = true;
     this.gcDate.VisibleIndex = 4;
     this.gcDownloads.AppearanceCell.Options.UseTextOptions = true;
     this.gcDownloads.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcDownloads.AppearanceHeader.Options.UseTextOptions = true;
     this.gcDownloads.AppearanceHeader.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcDownloads.Caption = "<LOC>D/L";
     this.gcDownloads.FieldName = "Downloads";
     this.gcDownloads.Name = "gcDownloads";
     this.gcDownloads.Visible = true;
     this.gcDownloads.VisibleIndex = 5;
     this.gcRating.AppearanceHeader.Options.UseTextOptions = true;
     this.gcRating.AppearanceHeader.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcRating.Caption = "<LOC>Rating";
     this.gcRating.ColumnEdit = this.repositoryItemPictureEdit1;
     this.gcRating.FieldName = "RatingImageSmall";
     this.gcRating.Name = "gcRating";
     this.gcRating.Visible = true;
     this.gcRating.VisibleIndex = 6;
     this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
     this.repositoryItemRatingStars.Name = "repositoryItemRatingStars";
     this.repositoryItemChatLink.Appearance.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.repositoryItemChatLink.Appearance.ForeColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.repositoryItemChatLink.Appearance.Options.UseFont = true;
     this.repositoryItemChatLink.Appearance.Options.UseForeColor = true;
     this.repositoryItemChatLink.Appearance.Options.UseTextOptions = true;
     this.repositoryItemChatLink.Appearance.TextOptions.HAlignment = HorzAlignment.Center;
     this.repositoryItemChatLink.Appearance.TextOptions.VAlignment = VertAlignment.Center;
     this.repositoryItemChatLink.AppearanceFocused.Options.UseTextOptions = true;
     this.repositoryItemChatLink.AppearanceFocused.TextOptions.HAlignment = HorzAlignment.Center;
     this.repositoryItemChatLink.AppearanceFocused.TextOptions.VAlignment = VertAlignment.Center;
     this.repositoryItemChatLink.AutoHeight = false;
     this.repositoryItemChatLink.LinkColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.repositoryItemChatLink.Name = "repositoryItemChatLink";
     this.repositoryItemChatLink.SingleClick = true;
     this.repositoryItemVersionLink.AutoHeight = false;
     this.repositoryItemVersionLink.Name = "repositoryItemVersionLink";
     this.skinButtonSearchStart.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinButtonSearchStart.AutoStyle = true;
     this.skinButtonSearchStart.BackColor = Color.Black;
     this.skinButtonSearchStart.ButtonState = 0;
     this.skinButtonSearchStart.DialogResult = DialogResult.OK;
     this.skinButtonSearchStart.DisabledForecolor = Color.Gray;
     this.skinButtonSearchStart.DrawColor = Color.White;
     this.skinButtonSearchStart.DrawEdges = false;
     this.skinButtonSearchStart.FocusColor = Color.Yellow;
     this.skinButtonSearchStart.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSearchStart.ForeColor = Color.White;
     this.skinButtonSearchStart.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonSearchStart.IsStyled = true;
     this.skinButtonSearchStart.Location = new Point(4, 0x193);
     this.skinButtonSearchStart.Name = "skinButtonSearchStart";
     this.skinButtonSearchStart.Size = new Size(40, 0x16);
     this.skinButtonSearchStart.SkinBasePath = @"Controls\Button\First";
     base.ttDefault.SetSuperTip(this.skinButtonSearchStart, null);
     this.skinButtonSearchStart.TabIndex = 5;
     this.skinButtonSearchStart.TabStop = true;
     this.skinButtonSearchStart.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSearchStart.TextPadding = new Padding(0);
     this.skinButtonSearchStart.Click += new EventHandler(this.skinButtonSearchStart_Click);
     this.skinButtonSearchPrevious.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinButtonSearchPrevious.AutoStyle = true;
     this.skinButtonSearchPrevious.BackColor = Color.Black;
     this.skinButtonSearchPrevious.ButtonState = 0;
     this.skinButtonSearchPrevious.DialogResult = DialogResult.OK;
     this.skinButtonSearchPrevious.DisabledForecolor = Color.Gray;
     this.skinButtonSearchPrevious.DrawColor = Color.White;
     this.skinButtonSearchPrevious.DrawEdges = false;
     this.skinButtonSearchPrevious.FocusColor = Color.Yellow;
     this.skinButtonSearchPrevious.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSearchPrevious.ForeColor = Color.White;
     this.skinButtonSearchPrevious.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonSearchPrevious.IsStyled = true;
     this.skinButtonSearchPrevious.Location = new Point(0x2c, 0x193);
     this.skinButtonSearchPrevious.Name = "skinButtonSearchPrevious";
     this.skinButtonSearchPrevious.Size = new Size(40, 0x16);
     this.skinButtonSearchPrevious.SkinBasePath = @"Controls\Button\Previous";
     base.ttDefault.SetSuperTip(this.skinButtonSearchPrevious, null);
     this.skinButtonSearchPrevious.TabIndex = 6;
     this.skinButtonSearchPrevious.TabStop = true;
     this.skinButtonSearchPrevious.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSearchPrevious.TextPadding = new Padding(0);
     this.skinButtonSearchPrevious.Click += new EventHandler(this.skinButtonSearchPrevious_Click);
     this.gpgGroupBoxCriteria.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgGroupBoxCriteria.AutoStyle = false;
     this.gpgGroupBoxCriteria.BackColor = Color.Black;
     this.gpgGroupBoxCriteria.Controls.Add(this.skinButtonRunSearch);
     this.gpgGroupBoxCriteria.Controls.Add(this.gpgPanelSearchCriteria);
     this.gpgGroupBoxCriteria.CutCorner = false;
     this.gpgGroupBoxCriteria.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgGroupBoxCriteria.HeaderImage = GroupPanelImages.blue_gradient;
     this.gpgGroupBoxCriteria.IsStyled = true;
     this.gpgGroupBoxCriteria.Location = new Point(4, 5);
     this.gpgGroupBoxCriteria.Margin = new Padding(4, 3, 4, 3);
     this.gpgGroupBoxCriteria.Name = "gpgGroupBoxCriteria";
     this.gpgGroupBoxCriteria.Size = new Size(700, 0x72);
     base.ttDefault.SetSuperTip(this.gpgGroupBoxCriteria, null);
     this.gpgGroupBoxCriteria.TabIndex = 15;
     this.gpgGroupBoxCriteria.Text = "<LOC>Search Criteria";
     this.gpgGroupBoxCriteria.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgGroupBoxCriteria.TextPadding = new Padding(8, 0, 0, 0);
     this.skinButtonRunSearch.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonRunSearch.AutoStyle = true;
     this.skinButtonRunSearch.BackColor = Color.Black;
     this.skinButtonRunSearch.ButtonState = 0;
     this.skinButtonRunSearch.DialogResult = DialogResult.OK;
     this.skinButtonRunSearch.DisabledForecolor = Color.Gray;
     this.skinButtonRunSearch.DrawColor = Color.White;
     this.skinButtonRunSearch.DrawEdges = true;
     this.skinButtonRunSearch.FocusColor = Color.Yellow;
     this.skinButtonRunSearch.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonRunSearch.ForeColor = Color.White;
     this.skinButtonRunSearch.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonRunSearch.IsStyled = true;
     this.skinButtonRunSearch.Location = new Point(0x238, 0x51);
     this.skinButtonRunSearch.Name = "skinButtonRunSearch";
     this.skinButtonRunSearch.Size = new Size(0x7d, 0x1a);
     this.skinButtonRunSearch.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonRunSearch, null);
     this.skinButtonRunSearch.TabIndex = 30;
     this.skinButtonRunSearch.TabStop = true;
     this.skinButtonRunSearch.Text = "<LOC>Run Search";
     this.skinButtonRunSearch.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonRunSearch.TextPadding = new Padding(0);
     this.skinButtonRunSearch.Click += new EventHandler(this.skinButtonRunSearch_Click);
     this.gpgPanelSearchCriteria.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelSearchCriteria.AutoScroll = true;
     this.gpgPanelSearchCriteria.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelSearchCriteria.BorderThickness = 2;
     this.gpgPanelSearchCriteria.Controls.Add(this.skinButtonSearchType);
     this.gpgPanelSearchCriteria.Controls.Add(this.gpgLabelSearchType);
     this.gpgPanelSearchCriteria.Controls.Add(this.gpgTextBoxSearchCreator);
     this.gpgPanelSearchCriteria.Controls.Add(this.gpgLabel16);
     this.gpgPanelSearchCriteria.Controls.Add(this.gpgTextBoxSearchName);
     this.gpgPanelSearchCriteria.Controls.Add(this.gpgLabel1);
     this.gpgPanelSearchCriteria.Controls.Add(this.gpgTextBoxSearchKeywords);
     this.gpgPanelSearchCriteria.Controls.Add(this.gpgLabel21);
     this.gpgPanelSearchCriteria.DrawBorder = false;
     this.gpgPanelSearchCriteria.Location = new Point(2, 0x17);
     this.gpgPanelSearchCriteria.Name = "gpgPanelSearchCriteria";
     this.gpgPanelSearchCriteria.Size = new Size(0x2b3, 0x34);
     base.ttDefault.SetSuperTip(this.gpgPanelSearchCriteria, null);
     this.gpgPanelSearchCriteria.TabIndex = 0x1d;
     this.skinButtonSearchType.AutoStyle = true;
     this.skinButtonSearchType.BackColor = Color.Transparent;
     this.skinButtonSearchType.ButtonState = 0;
     this.skinButtonSearchType.DialogResult = DialogResult.OK;
     this.skinButtonSearchType.DisabledForecolor = Color.Gray;
     this.skinButtonSearchType.DrawColor = Color.White;
     this.skinButtonSearchType.DrawEdges = false;
     this.skinButtonSearchType.FocusColor = Color.Yellow;
     this.skinButtonSearchType.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSearchType.ForeColor = Color.White;
     this.skinButtonSearchType.HorizontalScalingMode = ScalingModes.Center;
     this.skinButtonSearchType.IsStyled = true;
     this.skinButtonSearchType.Location = new Point(0x295, 0x17);
     this.skinButtonSearchType.Name = "skinButtonSearchType";
     this.skinButtonSearchType.Size = new Size(0x18, 0x12);
     this.skinButtonSearchType.SkinBasePath = @"Dialog\ContentManager\BtnAdvancedSearch";
     base.ttDefault.SetSuperTip(this.skinButtonSearchType, null);
     this.skinButtonSearchType.TabIndex = 0x25;
     this.skinButtonSearchType.TabStop = true;
     this.skinButtonSearchType.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSearchType.TextPadding = new Padding(0);
     this.skinButtonSearchType.Click += new EventHandler(this.skinButtonSearchType_Click);
     this.gpgLabelSearchType.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelSearchType.AutoSize = true;
     this.gpgLabelSearchType.AutoStyle = true;
     this.gpgLabelSearchType.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabelSearchType.ForeColor = Color.DimGray;
     this.gpgLabelSearchType.IgnoreMouseWheel = false;
     this.gpgLabelSearchType.IsStyled = false;
     this.gpgLabelSearchType.Location = new Point(530, 0x1a);
     this.gpgLabelSearchType.Name = "gpgLabelSearchType";
     this.gpgLabelSearchType.Size = new Size(0x7e, 12);
     base.ttDefault.SetSuperTip(this.gpgLabelSearchType, null);
     this.gpgLabelSearchType.TabIndex = 0x23;
     this.gpgLabelSearchType.Text = "<LOC>Advanced Search";
     this.gpgLabelSearchType.TextStyle = TextStyles.Custom;
     this.gpgTextBoxSearchCreator.Location = new Point(0xb9, 0x16);
     this.gpgTextBoxSearchCreator.Name = "gpgTextBoxSearchCreator";
     this.gpgTextBoxSearchCreator.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxSearchCreator.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxSearchCreator.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxSearchCreator.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxSearchCreator.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxSearchCreator.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxSearchCreator.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxSearchCreator.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxSearchCreator.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxSearchCreator.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxSearchCreator.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxSearchCreator.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxSearchCreator.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxSearchCreator.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxSearchCreator.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxSearchCreator.Properties.MaxLength = 0x16;
     this.gpgTextBoxSearchCreator.Size = new Size(160, 20);
     this.gpgTextBoxSearchCreator.TabIndex = 0x22;
     this.gpgTextBoxSearchCreator.EditValueChanged += new EventHandler(this.SearchCriteriaChanged);
     this.gpgLabel16.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel16.AutoSize = true;
     this.gpgLabel16.AutoStyle = true;
     this.gpgLabel16.Font = new Font("Arial", 9.75f);
     this.gpgLabel16.ForeColor = Color.White;
     this.gpgLabel16.IgnoreMouseWheel = false;
     this.gpgLabel16.IsStyled = false;
     this.gpgLabel16.Location = new Point(0xb6, 3);
     this.gpgLabel16.Name = "gpgLabel16";
     this.gpgLabel16.Size = new Size(0x73, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel16, null);
     this.gpgLabel16.TabIndex = 0x21;
     this.gpgLabel16.Text = "<LOC>Created By";
     this.gpgLabel16.TextStyle = TextStyles.Bold;
     this.gpgTextBoxSearchName.EditValue = "";
     this.gpgTextBoxSearchName.Location = new Point(8, 0x16);
     this.gpgTextBoxSearchName.Name = "gpgTextBoxSearchName";
     this.gpgTextBoxSearchName.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxSearchName.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxSearchName.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxSearchName.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxSearchName.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxSearchName.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxSearchName.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxSearchName.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxSearchName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxSearchName.Properties.MaxLength = 0x100;
     this.gpgTextBoxSearchName.Size = new Size(160, 20);
     this.gpgTextBoxSearchName.TabIndex = 0x20;
     this.gpgTextBoxSearchName.EditValueChanged += new EventHandler(this.SearchCriteriaChanged);
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoSize = true;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Arial", 9.75f);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(5, 3);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x54, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 0x1f;
     this.gpgLabel1.Text = "<LOC>Name";
     this.gpgLabel1.TextStyle = TextStyles.Bold;
     this.gpgTextBoxSearchKeywords.Location = new Point(0x16c, 0x16);
     this.gpgTextBoxSearchKeywords.Name = "gpgTextBoxSearchKeywords";
     this.gpgTextBoxSearchKeywords.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxSearchKeywords.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxSearchKeywords.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxSearchKeywords.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxSearchKeywords.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxSearchKeywords.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxSearchKeywords.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxSearchKeywords.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxSearchKeywords.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxSearchKeywords.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxSearchKeywords.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxSearchKeywords.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxSearchKeywords.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxSearchKeywords.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxSearchKeywords.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxSearchKeywords.Properties.MaxLength = 0x100;
     this.gpgTextBoxSearchKeywords.Size = new Size(160, 20);
     this.gpgTextBoxSearchKeywords.TabIndex = 30;
     this.gpgTextBoxSearchKeywords.EditValueChanged += new EventHandler(this.SearchCriteriaChanged);
     this.gpgLabel21.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel21.AutoSize = true;
     this.gpgLabel21.AutoStyle = true;
     this.gpgLabel21.Font = new Font("Arial", 9.75f);
     this.gpgLabel21.ForeColor = Color.White;
     this.gpgLabel21.IgnoreMouseWheel = false;
     this.gpgLabel21.IsStyled = false;
     this.gpgLabel21.Location = new Point(0x169, 3);
     this.gpgLabel21.Name = "gpgLabel21";
     this.gpgLabel21.Size = new Size(0x6b, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel21, null);
     this.gpgLabel21.TabIndex = 0x1d;
     this.gpgLabel21.Text = "<LOC>Keywords";
     this.gpgLabel21.TextStyle = TextStyles.Bold;
     this.gpgPanel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanel1.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanel1.BorderThickness = 2;
     this.gpgPanel1.Controls.Add(this.splitContainerDownload);
     this.gpgPanel1.DrawBorder = true;
     this.gpgPanel1.Location = new Point(10, 0x42);
     this.gpgPanel1.Name = "gpgPanel1";
     this.gpgPanel1.Size = new Size(0x39c, 0x233);
     base.ttDefault.SetSuperTip(this.gpgPanel1, null);
     this.gpgPanel1.TabIndex = 20;
     this.imageListContentTypes.ImageStream = (ImageListStreamer) manager.GetObject("imageListContentTypes.ImageStream");
     this.imageListContentTypes.TransparentColor = Color.Transparent;
     this.imageListContentTypes.Images.SetKeyName(0, "icon_map_sm.png");
     this.imageListContentTypes.Images.SetKeyName(1, "icon_mod_sm.png");
     this.imageListContentTypes.Images.SetKeyName(2, "icon_mag_glass_sm.png");
     this.imageListContentTypes.Images.SetKeyName(3, "icon_saved_sm.png");
     this.imageListContentTypes.Images.SetKeyName(4, "icon_my_upload_sm.png");
     this.imageListContentTypes.Images.SetKeyName(5, "icon_avail_upload_sm.png");
     this.imageListContentTypes.Images.SetKeyName(6, "icon_replay_sm.png");
     this.imageListContentTypes.Images.SetKeyName(7, "icon_missing_sm.png");
     this.imageListContentTypes.Images.SetKeyName(8, "icon_tools_sm.png");
     this.imageListContentTypes.Images.SetKeyName(9, "icon_video_sm.png");
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x3af, 0x2d4);
     base.Controls.Add(this.gpgPanel1);
     base.Controls.Add(this.skinButtonCancel);
     base.Controls.Add(this.skinButtonOK);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.Name = "DlgVaultQuickSearch";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "DlgVaultQuickSearch";
     base.Controls.SetChildIndex(this.skinButtonOK, 0);
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     base.Controls.SetChildIndex(this.gpgPanel1, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.splitContainerDownload.Panel1.ResumeLayout(false);
     this.splitContainerDownload.Panel2.ResumeLayout(false);
     this.splitContainerDownload.ResumeLayout(false);
     this.gpgGroupBoxResults.ResumeLayout(false);
     this.dataGridSearchResults.EndInit();
     this.gvResults.EndInit();
     this.repositoryItemPictureEdit1.EndInit();
     this.repositoryItemRatingStars.EndInit();
     this.repositoryItemChatLink.EndInit();
     this.repositoryItemVersionLink.EndInit();
     this.gpgGroupBoxCriteria.ResumeLayout(false);
     this.gpgPanelSearchCriteria.ResumeLayout(false);
     this.gpgPanelSearchCriteria.PerformLayout();
     this.gpgTextBoxSearchCreator.Properties.EndInit();
     this.gpgTextBoxSearchName.Properties.EndInit();
     this.gpgTextBoxSearchKeywords.Properties.EndInit();
     this.gpgPanel1.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 4
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(FrmLadderView));
     this.gpgLabelType = new GPGLabel();
     this.gpgLabelDates = new GPGLabel();
     this.msQuickButtons = new GPGMenuStrip(this.components);
     this.btnToggleChallengers = new ToolStripMenuItem();
     this.btnToggleMyChallenges = new ToolStripMenuItem();
     this.btnAutomatch = new ToolStripMenuItem();
     this.btnSearchSelf = new ToolStripMenuItem();
     this.btnSearchOther = new ToolStripMenuItem();
     this.btnComments = new ToolStripMenuItem();
     this.btnAuditTrail = new ToolStripMenuItem();
     this.btnChallenge = new ToolStripMenuItem();
     this.btnJoinLeave = new ToolStripMenuItem();
     this.btnHelp = new ToolStripMenuItem();
     this.btnMore = new ToolStripMenuItem();
     this.gpgDataGridLadder = new GPGDataGrid();
     this.gvLadder = new GridView();
     this.gcRank = new GridColumn();
     this.gcPrevRank = new GridColumn();
     this.gcName = new GridColumn();
     this.gcWins = new GridColumn();
     this.gcLosses = new GridColumn();
     this.gcDraws = new GridColumn();
     this.gcWinPercentage = new GridColumn();
     this.gcNonReports = new GridColumn();
     this.gcConflicts = new GridColumn();
     this.gcCurrentStreak = new GridColumn();
     this.gcRecordStreak = new GridColumn();
     this.gcDaysSinceChallenge = new GridColumn();
     this.gcDaysUntilDegrade = new GridColumn();
     this.gcRepRating = new GridColumn();
     this.repositoryItemPictureEdit1 = new RepositoryItemPictureEdit();
     this.gcRepRater = new GridColumn();
     this.repositoryItemPictureEdit2 = new RepositoryItemPictureEdit();
     this.gpgPanelLinkPages = new GPGPanel();
     this.skinButtonEnd = new SkinButton();
     this.skinButtonStart = new SkinButton();
     this.skinButtonNext = new SkinButton();
     this.skinButtonLast = new SkinButton();
     this.backLabelTitle = new SkinLabel();
     this.gpgLabelDescription = new GPGLabel();
     this.skinGroupPanel1 = new SkinGroupPanel();
     this.gpgLabel3 = new GPGLabel();
     this.gpgLabelRules = new GPGLabel();
     this.gpgLabel4 = new GPGLabel();
     this.gpgLabel2 = new GPGLabel();
     this.gpgLabel1 = new GPGLabel();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.msQuickButtons.SuspendLayout();
     this.gpgDataGridLadder.BeginInit();
     this.gvLadder.BeginInit();
     this.repositoryItemPictureEdit1.BeginInit();
     this.repositoryItemPictureEdit2.BeginInit();
     this.skinGroupPanel1.SuspendLayout();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x31f, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgLabelType.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelType.AutoSize = true;
     this.gpgLabelType.AutoStyle = true;
     this.gpgLabelType.BackColor = Color.Transparent;
     this.gpgLabelType.Font = new Font("Arial", 9.75f);
     this.gpgLabelType.ForeColor = Color.White;
     this.gpgLabelType.IgnoreMouseWheel = false;
     this.gpgLabelType.IsStyled = false;
     this.gpgLabelType.Location = new Point(3, 0x2e);
     this.gpgLabelType.Name = "gpgLabelType";
     this.gpgLabelType.Size = new Size(0x21, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelType, null);
     this.gpgLabelType.TabIndex = 9;
     this.gpgLabelType.Text = "type";
     this.gpgLabelType.TextStyle = TextStyles.Default;
     this.gpgLabelDates.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelDates.AutoSize = true;
     this.gpgLabelDates.AutoStyle = true;
     this.gpgLabelDates.BackColor = Color.Transparent;
     this.gpgLabelDates.Font = new Font("Arial", 9.75f);
     this.gpgLabelDates.ForeColor = Color.White;
     this.gpgLabelDates.IgnoreMouseWheel = false;
     this.gpgLabelDates.IsStyled = false;
     this.gpgLabelDates.Location = new Point(0xba, 0x2e);
     this.gpgLabelDates.Name = "gpgLabelDates";
     this.gpgLabelDates.Size = new Size(40, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelDates, null);
     this.gpgLabelDates.TabIndex = 12;
     this.gpgLabelDates.Text = "dates";
     this.gpgLabelDates.TextStyle = TextStyles.Default;
     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.btnToggleChallengers, this.btnToggleMyChallenges, this.btnAutomatch, this.btnSearchSelf, this.btnSearchOther, this.btnComments, this.btnAuditTrail, this.btnChallenge, this.btnJoinLeave, this.btnHelp, this.btnMore });
     this.msQuickButtons.Location = new Point(9, 0x26e);
     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(840, 0x34);
     base.ttDefault.SetSuperTip(this.msQuickButtons, null);
     this.msQuickButtons.TabIndex = 13;
     this.msQuickButtons.Paint += new PaintEventHandler(this.msQuickButtons_Paint);
     this.msQuickButtons.SizeChanged += new EventHandler(this.msQuickButtons_SizeChanged);
     this.btnToggleChallengers.AutoSize = false;
     this.btnToggleChallengers.AutoToolTip = true;
     this.btnToggleChallengers.Enabled = false;
     this.btnToggleChallengers.Image = (Image) manager.GetObject("btnToggleChallengers.Image");
     this.btnToggleChallengers.ImageScaling = ToolStripItemImageScaling.None;
     this.btnToggleChallengers.Name = "btnToggleChallengers";
     this.btnToggleChallengers.ShortcutKeys = Keys.F8;
     this.btnToggleChallengers.Size = new Size(0x25, 0x34);
     this.btnToggleChallengers.ToolTipText = "<LOC>Show only participants who are accepting challenges";
     this.btnToggleChallengers.Click += new EventHandler(this.btnToggleChallengers_Click);
     this.btnToggleMyChallenges.AutoSize = false;
     this.btnToggleMyChallenges.AutoToolTip = true;
     this.btnToggleMyChallenges.Enabled = false;
     this.btnToggleMyChallenges.Image = (Image) manager.GetObject("btnToggleMyChallenges.Image");
     this.btnToggleMyChallenges.ImageScaling = ToolStripItemImageScaling.None;
     this.btnToggleMyChallenges.Name = "btnToggleMyChallenges";
     this.btnToggleMyChallenges.ShortcutKeys = Keys.F8;
     this.btnToggleMyChallenges.Size = new Size(0x25, 0x34);
     this.btnToggleMyChallenges.Click += new EventHandler(this.btnToggleMyChallenges_Click);
     this.btnAutomatch.AutoSize = false;
     this.btnAutomatch.AutoToolTip = true;
     this.btnAutomatch.Enabled = false;
     this.btnAutomatch.Image = (Image) manager.GetObject("btnAutomatch.Image");
     this.btnAutomatch.ImageScaling = ToolStripItemImageScaling.None;
     this.btnAutomatch.Name = "btnAutomatch";
     this.btnAutomatch.ShortcutKeys = Keys.F8;
     this.btnAutomatch.Size = new Size(0x25, 0x34);
     this.btnAutomatch.ToolTipText = "<LOC>Play Automatch";
     this.btnAutomatch.Click += new EventHandler(this.btnAutomatch_Click);
     this.btnSearchSelf.AutoSize = false;
     this.btnSearchSelf.AutoToolTip = true;
     this.btnSearchSelf.Enabled = false;
     this.btnSearchSelf.Image = (Image) manager.GetObject("btnSearchSelf.Image");
     this.btnSearchSelf.ImageScaling = ToolStripItemImageScaling.None;
     this.btnSearchSelf.Name = "btnSearchSelf";
     this.btnSearchSelf.ShortcutKeys = Keys.F8;
     this.btnSearchSelf.Size = new Size(0x25, 0x34);
     this.btnSearchSelf.ToolTipText = "<LOC>Search for yourself";
     this.btnSearchSelf.Click += new EventHandler(this.btnSearchSelf_Click);
     this.btnSearchOther.AutoSize = false;
     this.btnSearchOther.AutoToolTip = true;
     this.btnSearchOther.Enabled = false;
     this.btnSearchOther.Image = (Image) manager.GetObject("btnSearchOther.Image");
     this.btnSearchOther.ImageScaling = ToolStripItemImageScaling.None;
     this.btnSearchOther.Name = "btnSearchOther";
     this.btnSearchOther.ShortcutKeys = Keys.F8;
     this.btnSearchOther.Size = new Size(0x25, 0x34);
     this.btnSearchOther.ToolTipText = "<LOC>Search for a participant";
     this.btnSearchOther.Click += new EventHandler(this.btnSearchOther_Click);
     this.btnComments.AutoSize = false;
     this.btnComments.AutoToolTip = true;
     this.btnComments.Enabled = false;
     this.btnComments.Image = (Image) manager.GetObject("btnComments.Image");
     this.btnComments.ImageScaling = ToolStripItemImageScaling.None;
     this.btnComments.Name = "btnComments";
     this.btnComments.ShortcutKeys = Keys.F7;
     this.btnComments.Size = new Size(0x25, 0x34);
     this.btnComments.ToolTipText = "<LOC>View comments about this player";
     this.btnComments.Click += new EventHandler(this.btnComments_Click);
     this.btnAuditTrail.AutoSize = false;
     this.btnAuditTrail.AutoToolTip = true;
     this.btnAuditTrail.Enabled = false;
     this.btnAuditTrail.Image = (Image) manager.GetObject("btnAuditTrail.Image");
     this.btnAuditTrail.ImageScaling = ToolStripItemImageScaling.None;
     this.btnAuditTrail.Name = "btnAuditTrail";
     this.btnAuditTrail.ShortcutKeys = Keys.F7;
     this.btnAuditTrail.Size = new Size(0x25, 0x34);
     this.btnAuditTrail.ToolTipText = "<LOC>View this players ladder history";
     this.btnAuditTrail.Click += new EventHandler(this.btnAuditTrail_Click);
     this.btnChallenge.AutoSize = false;
     this.btnChallenge.AutoToolTip = true;
     this.btnChallenge.Enabled = false;
     this.btnChallenge.Image = (Image) manager.GetObject("btnChallenge.Image");
     this.btnChallenge.ImageScaling = ToolStripItemImageScaling.None;
     this.btnChallenge.Name = "btnChallenge";
     this.btnChallenge.ShortcutKeys = Keys.F2;
     this.btnChallenge.Size = new Size(0x25, 0x34);
     this.btnChallenge.ToolTipText = "<LOC>Challenge Selected Participant";
     this.btnChallenge.Click += new EventHandler(this.btnChallenge_Click);
     this.btnJoinLeave.AutoSize = false;
     this.btnJoinLeave.AutoToolTip = true;
     this.btnJoinLeave.Enabled = false;
     this.btnJoinLeave.Image = (Image) manager.GetObject("btnJoinLeave.Image");
     this.btnJoinLeave.ImageScaling = ToolStripItemImageScaling.None;
     this.btnJoinLeave.Name = "btnJoinLeave";
     this.btnJoinLeave.ShortcutKeys = Keys.F2;
     this.btnJoinLeave.Size = new Size(0x25, 0x34);
     this.btnJoinLeave.Click += new EventHandler(this.btnJoinLeave_Click);
     this.btnHelp.AutoSize = false;
     this.btnHelp.AutoToolTip = true;
     this.btnHelp.Image = (Image) manager.GetObject("btnHelp.Image");
     this.btnHelp.ImageScaling = ToolStripItemImageScaling.None;
     this.btnHelp.Name = "btnHelp";
     this.btnHelp.ShortcutKeys = Keys.F2;
     this.btnHelp.Size = new Size(0x25, 0x34);
     this.btnHelp.ToolTipText = "<LOC>Help";
     this.btnHelp.Click += new EventHandler(this.btnHelp_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.Visible = false;
     this.gpgDataGridLadder.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgDataGridLadder.CustomizeStyle = false;
     this.gpgDataGridLadder.EmbeddedNavigator.Name = "";
     this.gpgDataGridLadder.Location = new Point(9, 0x106);
     this.gpgDataGridLadder.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgDataGridLadder.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgDataGridLadder.MainView = this.gvLadder;
     this.gpgDataGridLadder.Name = "gpgDataGridLadder";
     this.gpgDataGridLadder.RepositoryItems.AddRange(new RepositoryItem[] { this.repositoryItemPictureEdit1, this.repositoryItemPictureEdit2 });
     this.gpgDataGridLadder.ShowOnlyPredefinedDetails = true;
     this.gpgDataGridLadder.Size = new Size(840, 340);
     this.gpgDataGridLadder.TabIndex = 14;
     this.gpgDataGridLadder.ViewCollection.AddRange(new BaseView[] { this.gvLadder });
     this.gvLadder.Appearance.Empty.BackColor = Color.Black;
     this.gvLadder.Appearance.Empty.Options.UseBackColor = true;
     this.gvLadder.Appearance.EvenRow.BackColor = Color.Black;
     this.gvLadder.Appearance.EvenRow.Options.UseBackColor = true;
     this.gvLadder.Appearance.FocusedRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvLadder.Appearance.FocusedRow.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gvLadder.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvLadder.Appearance.FocusedRow.Options.UseFont = true;
     this.gvLadder.Appearance.HeaderPanel.BackColor = Color.Black;
     this.gvLadder.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gvLadder.Appearance.HideSelectionRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvLadder.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gvLadder.Appearance.OddRow.BackColor = Color.FromArgb(0x40, 0x40, 0x40);
     this.gvLadder.Appearance.OddRow.Options.UseBackColor = true;
     this.gvLadder.Appearance.Preview.BackColor = Color.Black;
     this.gvLadder.Appearance.Preview.Options.UseBackColor = true;
     this.gvLadder.Appearance.Row.BackColor = Color.Black;
     this.gvLadder.Appearance.Row.ForeColor = Color.White;
     this.gvLadder.Appearance.Row.Options.UseBackColor = true;
     this.gvLadder.Appearance.RowSeparator.BackColor = Color.Black;
     this.gvLadder.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gvLadder.Appearance.SelectedRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvLadder.Appearance.SelectedRow.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gvLadder.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvLadder.Appearance.SelectedRow.Options.UseFont = true;
     this.gvLadder.AppearancePrint.Row.ForeColor = Color.White;
     this.gvLadder.AppearancePrint.Row.Options.UseForeColor = true;
     this.gvLadder.BorderStyle = BorderStyles.NoBorder;
     this.gvLadder.ColumnPanelRowHeight = 30;
     this.gvLadder.Columns.AddRange(new GridColumn[] { this.gcRank, this.gcPrevRank, this.gcName, this.gcWins, this.gcLosses, this.gcDraws, this.gcWinPercentage, this.gcNonReports, this.gcConflicts, this.gcCurrentStreak, this.gcRecordStreak, this.gcDaysSinceChallenge, this.gcDaysUntilDegrade, this.gcRepRating, this.gcRepRater });
     this.gvLadder.GridControl = this.gpgDataGridLadder;
     this.gvLadder.GroupPanelText = "<LOC>Drag a column header here to group by that column.";
     this.gvLadder.Name = "gvLadder";
     this.gvLadder.OptionsMenu.EnableColumnMenu = false;
     this.gvLadder.OptionsMenu.EnableFooterMenu = false;
     this.gvLadder.OptionsMenu.EnableGroupPanelMenu = false;
     this.gvLadder.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvLadder.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gvLadder.OptionsView.EnableAppearanceEvenRow = true;
     this.gvLadder.OptionsView.EnableAppearanceOddRow = true;
     this.gvLadder.OptionsView.ShowHorzLines = false;
     this.gvLadder.OptionsView.ShowIndicator = false;
     this.gvLadder.OptionsView.ShowVertLines = false;
     this.gvLadder.CustomDrawCell += new RowCellCustomDrawEventHandler(this.gvLadder_CustomDrawCell);
     this.gvLadder.FocusedRowChanged += new FocusedRowChangedEventHandler(this.gvLadder_FocusedRowChanged);
     this.gcRank.AppearanceCell.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcRank.AppearanceCell.ForeColor = Color.Gold;
     this.gcRank.AppearanceCell.Options.UseFont = true;
     this.gcRank.AppearanceCell.Options.UseForeColor = true;
     this.gcRank.AppearanceCell.Options.UseTextOptions = true;
     this.gcRank.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcRank.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcRank.AppearanceHeader.Options.UseFont = true;
     this.gcRank.Caption = "<LOC>Rank";
     this.gcRank.FieldName = "Rank";
     this.gcRank.Name = "gcRank";
     this.gcRank.OptionsColumn.AllowEdit = false;
     this.gcRank.Visible = true;
     this.gcRank.VisibleIndex = 0;
     this.gcPrevRank.AppearanceCell.ForeColor = Color.White;
     this.gcPrevRank.AppearanceCell.Options.UseForeColor = true;
     this.gcPrevRank.AppearanceCell.Options.UseTextOptions = true;
     this.gcPrevRank.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcPrevRank.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcPrevRank.AppearanceHeader.Options.UseFont = true;
     this.gcPrevRank.Caption = "<LOC>Prev Rank";
     this.gcPrevRank.FieldName = "LastRank";
     this.gcPrevRank.Name = "gcPrevRank";
     this.gcPrevRank.OptionsColumn.AllowEdit = false;
     this.gcPrevRank.Visible = true;
     this.gcPrevRank.VisibleIndex = 1;
     this.gcName.AppearanceCell.ForeColor = Color.White;
     this.gcName.AppearanceCell.Options.UseForeColor = true;
     this.gcName.AppearanceCell.Options.UseTextOptions = true;
     this.gcName.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcName.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcName.AppearanceHeader.Options.UseFont = true;
     this.gcName.Caption = "<LOC>Name";
     this.gcName.FieldName = "EntityName";
     this.gcName.Name = "gcName";
     this.gcName.OptionsColumn.AllowEdit = false;
     this.gcName.Visible = true;
     this.gcName.VisibleIndex = 2;
     this.gcWins.AppearanceCell.ForeColor = Color.SeaGreen;
     this.gcWins.AppearanceCell.Options.UseForeColor = true;
     this.gcWins.AppearanceCell.Options.UseTextOptions = true;
     this.gcWins.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcWins.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcWins.AppearanceHeader.Options.UseFont = true;
     this.gcWins.Caption = "<LOC>Wins";
     this.gcWins.FieldName = "Wins";
     this.gcWins.Name = "gcWins";
     this.gcWins.OptionsColumn.AllowEdit = false;
     this.gcWins.Visible = true;
     this.gcWins.VisibleIndex = 3;
     this.gcLosses.AppearanceCell.ForeColor = Color.Red;
     this.gcLosses.AppearanceCell.Options.UseForeColor = true;
     this.gcLosses.AppearanceCell.Options.UseTextOptions = true;
     this.gcLosses.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcLosses.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcLosses.AppearanceHeader.Options.UseFont = true;
     this.gcLosses.Caption = "<LOC>Losses";
     this.gcLosses.FieldName = "Losses";
     this.gcLosses.Name = "gcLosses";
     this.gcLosses.OptionsColumn.AllowEdit = false;
     this.gcLosses.Visible = true;
     this.gcLosses.VisibleIndex = 4;
     this.gcDraws.AppearanceCell.ForeColor = Color.White;
     this.gcDraws.AppearanceCell.Options.UseForeColor = true;
     this.gcDraws.AppearanceCell.Options.UseTextOptions = true;
     this.gcDraws.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcDraws.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcDraws.AppearanceHeader.Options.UseFont = true;
     this.gcDraws.Caption = "<LOC>Draws";
     this.gcDraws.FieldName = "Draws";
     this.gcDraws.Name = "gcDraws";
     this.gcDraws.OptionsColumn.AllowEdit = false;
     this.gcDraws.Visible = true;
     this.gcDraws.VisibleIndex = 5;
     this.gcWinPercentage.AppearanceCell.ForeColor = Color.White;
     this.gcWinPercentage.AppearanceCell.Options.UseForeColor = true;
     this.gcWinPercentage.AppearanceCell.Options.UseTextOptions = true;
     this.gcWinPercentage.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcWinPercentage.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcWinPercentage.AppearanceHeader.Options.UseFont = true;
     this.gcWinPercentage.Caption = "<LOC>Win %";
     this.gcWinPercentage.DisplayFormat.FormatString = "{0}%";
     this.gcWinPercentage.DisplayFormat.FormatType = FormatType.Custom;
     this.gcWinPercentage.FieldName = "WinPercentage";
     this.gcWinPercentage.Name = "gcWinPercentage";
     this.gcWinPercentage.OptionsColumn.AllowEdit = false;
     this.gcWinPercentage.Visible = true;
     this.gcWinPercentage.VisibleIndex = 6;
     this.gcNonReports.AppearanceCell.ForeColor = Color.White;
     this.gcNonReports.AppearanceCell.Options.UseForeColor = true;
     this.gcNonReports.AppearanceCell.Options.UseTextOptions = true;
     this.gcNonReports.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcNonReports.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcNonReports.AppearanceHeader.Options.UseFont = true;
     this.gcNonReports.Caption = "<LOC>NR";
     this.gcNonReports.FieldName = "NonReportCount";
     this.gcNonReports.Name = "gcNonReports";
     this.gcNonReports.OptionsColumn.AllowEdit = false;
     this.gcNonReports.Visible = true;
     this.gcNonReports.VisibleIndex = 7;
     this.gcConflicts.AppearanceCell.ForeColor = Color.White;
     this.gcConflicts.AppearanceCell.Options.UseForeColor = true;
     this.gcConflicts.AppearanceCell.Options.UseTextOptions = true;
     this.gcConflicts.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcConflicts.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcConflicts.AppearanceHeader.Options.UseFont = true;
     this.gcConflicts.Caption = "<LOC>Conflicts";
     this.gcConflicts.FieldName = "ConflictReportCount";
     this.gcConflicts.Name = "gcConflicts";
     this.gcConflicts.OptionsColumn.AllowEdit = false;
     this.gcConflicts.Visible = true;
     this.gcConflicts.VisibleIndex = 8;
     this.gcCurrentStreak.AppearanceCell.ForeColor = Color.White;
     this.gcCurrentStreak.AppearanceCell.Options.UseForeColor = true;
     this.gcCurrentStreak.AppearanceCell.Options.UseTextOptions = true;
     this.gcCurrentStreak.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcCurrentStreak.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcCurrentStreak.AppearanceHeader.Options.UseFont = true;
     this.gcCurrentStreak.Caption = "<LOC>Current Streak";
     this.gcCurrentStreak.FieldName = "CurrentStreak";
     this.gcCurrentStreak.Name = "gcCurrentStreak";
     this.gcCurrentStreak.OptionsColumn.AllowEdit = false;
     this.gcCurrentStreak.Visible = true;
     this.gcCurrentStreak.VisibleIndex = 9;
     this.gcRecordStreak.AppearanceCell.ForeColor = Color.White;
     this.gcRecordStreak.AppearanceCell.Options.UseForeColor = true;
     this.gcRecordStreak.AppearanceCell.Options.UseTextOptions = true;
     this.gcRecordStreak.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcRecordStreak.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcRecordStreak.AppearanceHeader.Options.UseFont = true;
     this.gcRecordStreak.Caption = "<LOC>Record Streak";
     this.gcRecordStreak.FieldName = "RecordStreak";
     this.gcRecordStreak.Name = "gcRecordStreak";
     this.gcRecordStreak.OptionsColumn.AllowEdit = false;
     this.gcRecordStreak.Visible = true;
     this.gcRecordStreak.VisibleIndex = 10;
     this.gcDaysSinceChallenge.AppearanceCell.ForeColor = Color.White;
     this.gcDaysSinceChallenge.AppearanceCell.Options.UseForeColor = true;
     this.gcDaysSinceChallenge.AppearanceCell.Options.UseTextOptions = true;
     this.gcDaysSinceChallenge.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcDaysSinceChallenge.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcDaysSinceChallenge.AppearanceHeader.Options.UseFont = true;
     this.gcDaysSinceChallenge.Caption = "<LOC>Days Since Challenge";
     this.gcDaysSinceChallenge.FieldName = "DaysSinceChallenge";
     this.gcDaysSinceChallenge.Name = "gcDaysSinceChallenge";
     this.gcDaysSinceChallenge.OptionsColumn.AllowEdit = false;
     this.gcDaysSinceChallenge.Visible = true;
     this.gcDaysSinceChallenge.VisibleIndex = 11;
     this.gcDaysUntilDegrade.AppearanceCell.ForeColor = Color.White;
     this.gcDaysUntilDegrade.AppearanceCell.Options.UseForeColor = true;
     this.gcDaysUntilDegrade.AppearanceCell.Options.UseTextOptions = true;
     this.gcDaysUntilDegrade.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcDaysUntilDegrade.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcDaysUntilDegrade.AppearanceHeader.Options.UseFont = true;
     this.gcDaysUntilDegrade.Caption = "<LOC>Days Until Degrade";
     this.gcDaysUntilDegrade.FieldName = "DaysUntilDegrade";
     this.gcDaysUntilDegrade.Name = "gcDaysUntilDegrade";
     this.gcDaysUntilDegrade.OptionsColumn.AllowEdit = false;
     this.gcDaysUntilDegrade.Visible = true;
     this.gcDaysUntilDegrade.VisibleIndex = 12;
     this.gcRepRating.AppearanceCell.Options.UseTextOptions = true;
     this.gcRepRating.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcRepRating.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcRepRating.AppearanceHeader.Options.UseFont = true;
     this.gcRepRating.Caption = "<LOC>Rating Score";
     this.gcRepRating.ColumnEdit = this.repositoryItemPictureEdit1;
     this.gcRepRating.FieldName = "RatingImageSmall";
     this.gcRepRating.Name = "gcRepRating";
     this.gcRepRating.OptionsColumn.AllowEdit = false;
     this.gcRepRating.Visible = true;
     this.gcRepRating.VisibleIndex = 13;
     this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
     this.gcRepRater.AppearanceCell.Options.UseTextOptions = true;
     this.gcRepRater.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcRepRater.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcRepRater.AppearanceHeader.Options.UseFont = true;
     this.gcRepRater.Caption = "<LOC>Rater Score";
     this.gcRepRater.ColumnEdit = this.repositoryItemPictureEdit2;
     this.gcRepRater.FieldName = "RaterImageSmall";
     this.gcRepRater.Name = "gcRepRater";
     this.gcRepRater.OptionsColumn.AllowEdit = false;
     this.gcRepRater.Visible = true;
     this.gcRepRater.VisibleIndex = 14;
     this.repositoryItemPictureEdit2.Name = "repositoryItemPictureEdit2";
     this.gpgPanelLinkPages.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgPanelLinkPages.BackColor = Color.DarkGray;
     this.gpgPanelLinkPages.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelLinkPages.BorderThickness = 2;
     this.gpgPanelLinkPages.DrawBorder = false;
     this.gpgPanelLinkPages.Location = new Point(0x58, 0x260);
     this.gpgPanelLinkPages.Margin = new Padding(0);
     this.gpgPanelLinkPages.Name = "gpgPanelLinkPages";
     this.gpgPanelLinkPages.Size = new Size(0x2aa, 0x16);
     base.ttDefault.SetSuperTip(this.gpgPanelLinkPages, null);
     this.gpgPanelLinkPages.TabIndex = 0x17;
     this.skinButtonEnd.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonEnd.AutoStyle = true;
     this.skinButtonEnd.BackColor = Color.Black;
     this.skinButtonEnd.ButtonState = 0;
     this.skinButtonEnd.DialogResult = DialogResult.OK;
     this.skinButtonEnd.DisabledForecolor = Color.Gray;
     this.skinButtonEnd.DrawColor = Color.White;
     this.skinButtonEnd.DrawEdges = false;
     this.skinButtonEnd.FocusColor = Color.Yellow;
     this.skinButtonEnd.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonEnd.ForeColor = Color.White;
     this.skinButtonEnd.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonEnd.IsStyled = true;
     this.skinButtonEnd.Location = new Point(0x329, 0x260);
     this.skinButtonEnd.Name = "skinButtonEnd";
     this.skinButtonEnd.Size = new Size(40, 0x16);
     this.skinButtonEnd.SkinBasePath = @"Controls\Button\Last";
     base.ttDefault.SetSuperTip(this.skinButtonEnd, null);
     this.skinButtonEnd.TabIndex = 0x16;
     this.skinButtonEnd.TabStop = true;
     this.skinButtonEnd.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonEnd.TextPadding = new Padding(0);
     this.skinButtonEnd.Click += new EventHandler(this.skinButtonEnd_Click);
     this.skinButtonStart.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinButtonStart.AutoStyle = true;
     this.skinButtonStart.BackColor = Color.Black;
     this.skinButtonStart.ButtonState = 0;
     this.skinButtonStart.DialogResult = DialogResult.OK;
     this.skinButtonStart.DisabledForecolor = Color.Gray;
     this.skinButtonStart.DrawColor = Color.White;
     this.skinButtonStart.DrawEdges = false;
     this.skinButtonStart.FocusColor = Color.Yellow;
     this.skinButtonStart.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonStart.ForeColor = Color.White;
     this.skinButtonStart.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonStart.IsStyled = true;
     this.skinButtonStart.Location = new Point(9, 0x260);
     this.skinButtonStart.Name = "skinButtonStart";
     this.skinButtonStart.Size = new Size(40, 0x16);
     this.skinButtonStart.SkinBasePath = @"Controls\Button\First";
     base.ttDefault.SetSuperTip(this.skinButtonStart, null);
     this.skinButtonStart.TabIndex = 0x15;
     this.skinButtonStart.TabStop = true;
     this.skinButtonStart.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonStart.TextPadding = new Padding(0);
     this.skinButtonStart.Click += new EventHandler(this.skinButtonStart_Click);
     this.skinButtonNext.Anchor = AnchorStyles.Right | 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 = false;
     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(0x301, 0x260);
     this.skinButtonNext.Name = "skinButtonNext";
     this.skinButtonNext.Size = new Size(40, 0x16);
     this.skinButtonNext.SkinBasePath = @"Controls\Button\Next";
     base.ttDefault.SetSuperTip(this.skinButtonNext, null);
     this.skinButtonNext.TabIndex = 20;
     this.skinButtonNext.TabStop = true;
     this.skinButtonNext.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonNext.TextPadding = new Padding(0);
     this.skinButtonNext.Click += new EventHandler(this.skinButtonNext_Click);
     this.skinButtonLast.Anchor = AnchorStyles.Left | 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 = false;
     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(0x31, 0x260);
     this.skinButtonLast.Name = "skinButtonLast";
     this.skinButtonLast.Size = new Size(40, 0x16);
     this.skinButtonLast.SkinBasePath = @"Controls\Button\Previous";
     base.ttDefault.SetSuperTip(this.skinButtonLast, null);
     this.skinButtonLast.TabIndex = 0x13;
     this.skinButtonLast.TabStop = true;
     this.skinButtonLast.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonLast.TextPadding = new Padding(0);
     this.skinButtonLast.Click += new EventHandler(this.skinButtonLast_Click);
     this.backLabelTitle.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.backLabelTitle.AutoStyle = false;
     this.backLabelTitle.BackColor = Color.Transparent;
     this.backLabelTitle.DrawEdges = true;
     this.backLabelTitle.Font = new Font("Arial", 20f, FontStyle.Bold);
     this.backLabelTitle.ForeColor = Color.White;
     this.backLabelTitle.HorizontalScalingMode = ScalingModes.Tile;
     this.backLabelTitle.IsStyled = false;
     this.backLabelTitle.Location = new Point(7, 0x3e);
     this.backLabelTitle.Name = "backLabelTitle";
     this.backLabelTitle.Size = new Size(0x34e, 0x3b);
     this.backLabelTitle.SkinBasePath = @"Controls\Background Label\Ladders";
     base.ttDefault.SetSuperTip(this.backLabelTitle, null);
     this.backLabelTitle.TabIndex = 0x18;
     this.backLabelTitle.Text = "<LOC>Ladder Ratings";
     this.backLabelTitle.TextAlign = ContentAlignment.MiddleLeft;
     this.backLabelTitle.TextPadding = new Padding(10, 0, 0, 0);
     this.gpgLabelDescription.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelDescription.AutoStyle = true;
     this.gpgLabelDescription.BackColor = Color.Transparent;
     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, 0x59);
     this.gpgLabelDescription.Name = "gpgLabelDescription";
     this.gpgLabelDescription.Size = new Size(410, 0x23);
     base.ttDefault.SetSuperTip(this.gpgLabelDescription, null);
     this.gpgLabelDescription.TabIndex = 0x19;
     this.gpgLabelDescription.Text = "description";
     this.gpgLabelDescription.TextStyle = TextStyles.Default;
     this.skinGroupPanel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinGroupPanel1.AutoStyle = false;
     this.skinGroupPanel1.BackColor = Color.Black;
     this.skinGroupPanel1.Controls.Add(this.gpgLabel3);
     this.skinGroupPanel1.Controls.Add(this.gpgLabelRules);
     this.skinGroupPanel1.Controls.Add(this.gpgLabel4);
     this.skinGroupPanel1.Controls.Add(this.gpgLabel2);
     this.skinGroupPanel1.Controls.Add(this.gpgLabel1);
     this.skinGroupPanel1.Controls.Add(this.gpgLabelDescription);
     this.skinGroupPanel1.Controls.Add(this.gpgLabelType);
     this.skinGroupPanel1.Controls.Add(this.gpgLabelDates);
     this.skinGroupPanel1.CutCorner = true;
     this.skinGroupPanel1.Font = new Font("Verdana", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.skinGroupPanel1.HeaderImage = GroupPanelImages.blue_gradient;
     this.skinGroupPanel1.IsStyled = true;
     this.skinGroupPanel1.Location = new Point(13, 0x83);
     this.skinGroupPanel1.Margin = new Padding(4, 3, 4, 3);
     this.skinGroupPanel1.Name = "skinGroupPanel1";
     this.skinGroupPanel1.Size = new Size(0x340, 0x81);
     base.ttDefault.SetSuperTip(this.skinGroupPanel1, null);
     this.skinGroupPanel1.TabIndex = 0x1a;
     this.skinGroupPanel1.Text = "<LOC>Ladder Information";
     this.skinGroupPanel1.TextAlign = ContentAlignment.MiddleLeft;
     this.skinGroupPanel1.TextPadding = new Padding(4, 0, 0, 0);
     this.gpgLabel3.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel3.AutoStyle = true;
     this.gpgLabel3.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel3.Font = new Font("Arial", 9.75f);
     this.gpgLabel3.ForeColor = Color.White;
     this.gpgLabel3.IgnoreMouseWheel = false;
     this.gpgLabel3.IsStyled = false;
     this.gpgLabel3.Location = new Point(3, 0x43);
     this.gpgLabel3.Name = "gpgLabel3";
     this.gpgLabel3.Size = new Size(410, 0x12);
     base.ttDefault.SetSuperTip(this.gpgLabel3, null);
     this.gpgLabel3.TabIndex = 0x29;
     this.gpgLabel3.Text = "<LOC>Description";
     this.gpgLabel3.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel3.TextStyle = TextStyles.Default;
     this.gpgLabelRules.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgLabelRules.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelRules.AutoStyle = true;
     this.gpgLabelRules.BackColor = Color.Transparent;
     this.gpgLabelRules.Font = new Font("Arial", 9.75f);
     this.gpgLabelRules.ForeColor = Color.White;
     this.gpgLabelRules.IgnoreMouseWheel = false;
     this.gpgLabelRules.IsStyled = false;
     this.gpgLabelRules.Location = new Point(0x1ad, 0x2e);
     this.gpgLabelRules.Name = "gpgLabelRules";
     this.gpgLabelRules.Size = new Size(410, 0x43);
     base.ttDefault.SetSuperTip(this.gpgLabelRules, null);
     this.gpgLabelRules.TabIndex = 0x2b;
     this.gpgLabelRules.Text = "description";
     this.gpgLabelRules.TextStyle = TextStyles.Default;
     this.gpgLabel4.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgLabel4.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel4.AutoStyle = true;
     this.gpgLabel4.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel4.Font = new Font("Arial", 9.75f);
     this.gpgLabel4.ForeColor = Color.White;
     this.gpgLabel4.IgnoreMouseWheel = false;
     this.gpgLabel4.IsStyled = false;
     this.gpgLabel4.Location = new Point(0x1ad, 0x18);
     this.gpgLabel4.Name = "gpgLabel4";
     this.gpgLabel4.Size = new Size(400, 0x12);
     base.ttDefault.SetSuperTip(this.gpgLabel4, null);
     this.gpgLabel4.TabIndex = 0x2a;
     this.gpgLabel4.Text = "<LOC>Rules and Criteria";
     this.gpgLabel4.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel4.TextStyle = TextStyles.Default;
     this.gpgLabel2.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel2.AutoStyle = true;
     this.gpgLabel2.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel2.Font = new Font("Arial", 9.75f);
     this.gpgLabel2.ForeColor = Color.White;
     this.gpgLabel2.IgnoreMouseWheel = false;
     this.gpgLabel2.IsStyled = false;
     this.gpgLabel2.Location = new Point(0xba, 0x18);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0xb3, 0x12);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 40;
     this.gpgLabel2.Text = "<LOC>Season Dates";
     this.gpgLabel2.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel2.TextStyle = TextStyles.Default;
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel1.Font = new Font("Arial", 9.75f);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(3, 0x18);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(410, 0x12);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 0x27;
     this.gpgLabel1.Text = "<LOC>Type";
     this.gpgLabel1.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel1.TextStyle = TextStyles.Default;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x35a, 0x2ad);
     base.Controls.Add(this.skinGroupPanel1);
     base.Controls.Add(this.backLabelTitle);
     base.Controls.Add(this.gpgPanelLinkPages);
     base.Controls.Add(this.skinButtonEnd);
     base.Controls.Add(this.skinButtonStart);
     base.Controls.Add(this.skinButtonNext);
     base.Controls.Add(this.skinButtonLast);
     base.Controls.Add(this.gpgDataGridLadder);
     base.Controls.Add(this.msQuickButtons);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x1c8, 0x180);
     base.Name = "FrmLadderView";
     base.Opacity = 1.0;
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Ladder View";
     base.Controls.SetChildIndex(this.msQuickButtons, 0);
     base.Controls.SetChildIndex(this.gpgDataGridLadder, 0);
     base.Controls.SetChildIndex(this.skinButtonLast, 0);
     base.Controls.SetChildIndex(this.skinButtonNext, 0);
     base.Controls.SetChildIndex(this.skinButtonStart, 0);
     base.Controls.SetChildIndex(this.skinButtonEnd, 0);
     base.Controls.SetChildIndex(this.gpgPanelLinkPages, 0);
     base.Controls.SetChildIndex(this.backLabelTitle, 0);
     base.Controls.SetChildIndex(this.skinGroupPanel1, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.msQuickButtons.ResumeLayout(false);
     this.msQuickButtons.PerformLayout();
     this.gpgDataGridLadder.EndInit();
     this.gvLadder.EndInit();
     this.repositoryItemPictureEdit1.EndInit();
     this.repositoryItemPictureEdit2.EndInit();
     this.skinGroupPanel1.ResumeLayout(false);
     this.skinGroupPanel1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 5
0
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(DlgLadderHistory));
     this.gpgDataGridHistory = new GPGDataGrid();
     this.gvLadder = new GridView();
     this.gcReportDate = new GridColumn();
     this.gcRankChange = new GridColumn();
     this.gcDescription = new GridColumn();
     this.gpgLabelDescription = new GPGLabel();
     this.gpgPanelHistory = new GPGPanel();
     this.splitContainer1 = new SplitContainer();
     this.skinLabel1 = new SkinLabel();
     this.gpgPanel2 = new GPGPanel();
     this.pManualTabs = new GPGPanel();
     this.btnHistoryTab = new SkinButton();
     this.btnCommentsTab = new SkinButton();
     this.gpgPanelComments = new GPGPanel();
     this.splitContainer2 = new SplitContainer();
     this.dataGridComments = new GPGDataGrid();
     this.gvComments = new GridView();
     this.gcComment_Date = new GridColumn();
     this.gcComment_Name = new GridColumn();
     this.gcComment_Details = new GridColumn();
     this.skinLabel2 = new SkinLabel();
     this.gpgLabelCommentDetails = new GPGLabel();
     this.gridColumn1 = new GridColumn();
     this.gridColumn2 = new GridColumn();
     this.gridColumn3 = new GridColumn();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgDataGridHistory.BeginInit();
     this.gvLadder.BeginInit();
     this.gpgPanelHistory.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.gpgPanel2.SuspendLayout();
     this.pManualTabs.SuspendLayout();
     this.gpgPanelComments.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.dataGridComments.BeginInit();
     this.gvComments.BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x265, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgDataGridHistory.CustomizeStyle = false;
     this.gpgDataGridHistory.Dock = DockStyle.Fill;
     this.gpgDataGridHistory.EmbeddedNavigator.Name = "";
     this.gpgDataGridHistory.Location = new Point(0, 0);
     this.gpgDataGridHistory.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgDataGridHistory.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgDataGridHistory.MainView = this.gvLadder;
     this.gpgDataGridHistory.Name = "gpgDataGridHistory";
     this.gpgDataGridHistory.ShowOnlyPredefinedDetails = true;
     this.gpgDataGridHistory.Size = new Size(0x284, 0xee);
     this.gpgDataGridHistory.TabIndex = 15;
     this.gpgDataGridHistory.ViewCollection.AddRange(new BaseView[] { this.gvLadder });
     this.gvLadder.Appearance.Empty.BackColor = Color.Black;
     this.gvLadder.Appearance.Empty.Options.UseBackColor = true;
     this.gvLadder.Appearance.EvenRow.BackColor = Color.Black;
     this.gvLadder.Appearance.EvenRow.Options.UseBackColor = true;
     this.gvLadder.Appearance.FocusedRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvLadder.Appearance.FocusedRow.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gvLadder.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvLadder.Appearance.FocusedRow.Options.UseFont = true;
     this.gvLadder.Appearance.HeaderPanel.BackColor = Color.Black;
     this.gvLadder.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gvLadder.Appearance.HideSelectionRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvLadder.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gvLadder.Appearance.OddRow.BackColor = Color.FromArgb(0x40, 0x40, 0x40);
     this.gvLadder.Appearance.OddRow.Options.UseBackColor = true;
     this.gvLadder.Appearance.Preview.BackColor = Color.Black;
     this.gvLadder.Appearance.Preview.Options.UseBackColor = true;
     this.gvLadder.Appearance.Row.BackColor = Color.Black;
     this.gvLadder.Appearance.Row.ForeColor = Color.White;
     this.gvLadder.Appearance.Row.Options.UseBackColor = true;
     this.gvLadder.Appearance.RowSeparator.BackColor = Color.Black;
     this.gvLadder.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gvLadder.Appearance.SelectedRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvLadder.Appearance.SelectedRow.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gvLadder.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvLadder.Appearance.SelectedRow.Options.UseFont = true;
     this.gvLadder.AppearancePrint.Row.ForeColor = Color.White;
     this.gvLadder.AppearancePrint.Row.Options.UseForeColor = true;
     this.gvLadder.BorderStyle = BorderStyles.NoBorder;
     this.gvLadder.ColumnPanelRowHeight = 30;
     this.gvLadder.Columns.AddRange(new GridColumn[] { this.gcReportDate, this.gcRankChange, this.gcDescription });
     this.gvLadder.GridControl = this.gpgDataGridHistory;
     this.gvLadder.GroupPanelText = "<LOC>Drag a column header here to group by that column.";
     this.gvLadder.Name = "gvLadder";
     this.gvLadder.OptionsMenu.EnableColumnMenu = false;
     this.gvLadder.OptionsMenu.EnableFooterMenu = false;
     this.gvLadder.OptionsMenu.EnableGroupPanelMenu = false;
     this.gvLadder.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvLadder.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gvLadder.OptionsView.EnableAppearanceEvenRow = true;
     this.gvLadder.OptionsView.EnableAppearanceOddRow = true;
     this.gvLadder.OptionsView.ShowHorzLines = false;
     this.gvLadder.OptionsView.ShowIndicator = false;
     this.gvLadder.OptionsView.ShowVertLines = false;
     this.gvLadder.FocusedRowChanged += new FocusedRowChangedEventHandler(this.gvLadder_FocusedRowChanged);
     this.gcReportDate.Caption = "<LOC>Report Date";
     this.gcReportDate.FieldName = "PlayerReportDateFull";
     this.gcReportDate.Name = "gcReportDate";
     this.gcReportDate.OptionsColumn.AllowEdit = false;
     this.gcReportDate.Visible = true;
     this.gcReportDate.VisibleIndex = 0;
     this.gcReportDate.Width = 0x84;
     this.gcRankChange.Caption = "<LOC>Rank Change";
     this.gcRankChange.FieldName = "RankChange";
     this.gcRankChange.Name = "gcRankChange";
     this.gcRankChange.OptionsColumn.AllowEdit = false;
     this.gcRankChange.Visible = true;
     this.gcRankChange.VisibleIndex = 1;
     this.gcRankChange.Width = 0x86;
     this.gcDescription.AppearanceCell.ForeColor = Color.White;
     this.gcDescription.AppearanceCell.Options.UseForeColor = true;
     this.gcDescription.AppearanceCell.Options.UseTextOptions = true;
     this.gcDescription.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcDescription.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcDescription.AppearanceHeader.Options.UseFont = true;
     this.gcDescription.Caption = "<LOC>Click to view full description below";
     this.gcDescription.FieldName = "Description";
     this.gcDescription.Name = "gcDescription";
     this.gcDescription.OptionsColumn.AllowEdit = false;
     this.gcDescription.Visible = true;
     this.gcDescription.VisibleIndex = 2;
     this.gcDescription.Width = 0x17a;
     this.gpgLabelDescription.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     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(0, 0x17);
     this.gpgLabelDescription.Name = "gpgLabelDescription";
     this.gpgLabelDescription.Padding = new Padding(6);
     this.gpgLabelDescription.Size = new Size(0x282, 0x6a);
     base.ttDefault.SetSuperTip(this.gpgLabelDescription, null);
     this.gpgLabelDescription.TabIndex = 0x10;
     this.gpgLabelDescription.Text = "<LOC>No history";
     this.gpgLabelDescription.TextStyle = TextStyles.Default;
     this.gpgPanelHistory.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelHistory.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelHistory.BorderThickness = 2;
     this.gpgPanelHistory.Controls.Add(this.splitContainer1);
     this.gpgPanelHistory.DrawBorder = true;
     this.gpgPanelHistory.Location = new Point(12, 0x6a);
     this.gpgPanelHistory.Name = "gpgPanelHistory";
     this.gpgPanelHistory.Size = new Size(0x288, 0x177);
     base.ttDefault.SetSuperTip(this.gpgPanelHistory, null);
     this.gpgPanelHistory.TabIndex = 0x11;
     this.splitContainer1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.splitContainer1.BackColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.splitContainer1.Location = new Point(2, 3);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = Orientation.Horizontal;
     this.splitContainer1.Panel1.BackColor = Color.Black;
     this.splitContainer1.Panel1.Controls.Add(this.gpgDataGridHistory);
     base.ttDefault.SetSuperTip(this.splitContainer1.Panel1, null);
     this.splitContainer1.Panel2.BackColor = Color.Black;
     this.splitContainer1.Panel2.Controls.Add(this.skinLabel1);
     this.splitContainer1.Panel2.Controls.Add(this.gpgLabelDescription);
     base.ttDefault.SetSuperTip(this.splitContainer1.Panel2, null);
     this.splitContainer1.Size = new Size(0x284, 0x171);
     this.splitContainer1.SplitterDistance = 0xee;
     this.splitContainer1.SplitterWidth = 2;
     base.ttDefault.SetSuperTip(this.splitContainer1, null);
     this.splitContainer1.TabIndex = 0x12;
     this.skinLabel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabel1.AutoStyle = false;
     this.skinLabel1.BackColor = Color.Black;
     this.skinLabel1.DrawEdges = true;
     this.skinLabel1.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabel1.ForeColor = Color.White;
     this.skinLabel1.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel1.IsStyled = false;
     this.skinLabel1.Location = new Point(0, 0);
     this.skinLabel1.Name = "skinLabel1";
     this.skinLabel1.Size = new Size(0x285, 20);
     this.skinLabel1.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel1, null);
     this.skinLabel1.TabIndex = 0x11;
     this.skinLabel1.Text = "<LOC>Details";
     this.skinLabel1.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel1.TextPadding = new Padding(4, 0, 0, 0);
     this.gpgPanel2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgPanel2.BackgroundImage = (Image) manager.GetObject("gpgPanel2.BackgroundImage");
     this.gpgPanel2.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanel2.BorderThickness = 2;
     this.gpgPanel2.Controls.Add(this.pManualTabs);
     this.gpgPanel2.DrawBorder = false;
     this.gpgPanel2.Location = new Point(6, 0x3e);
     this.gpgPanel2.Name = "gpgPanel2";
     this.gpgPanel2.Size = new Size(660, 0x2d);
     base.ttDefault.SetSuperTip(this.gpgPanel2, null);
     this.gpgPanel2.TabIndex = 0x19;
     this.pManualTabs.BackColor = Color.Transparent;
     this.pManualTabs.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.pManualTabs.BorderThickness = 2;
     this.pManualTabs.Controls.Add(this.btnHistoryTab);
     this.pManualTabs.Controls.Add(this.btnCommentsTab);
     this.pManualTabs.DrawBorder = false;
     this.pManualTabs.Location = new Point(4, 0x17);
     this.pManualTabs.Name = "pManualTabs";
     this.pManualTabs.Size = new Size(0x102, 0x16);
     base.ttDefault.SetSuperTip(this.pManualTabs, null);
     this.pManualTabs.TabIndex = 0x11;
     this.btnHistoryTab.AutoStyle = true;
     this.btnHistoryTab.BackColor = Color.Black;
     this.btnHistoryTab.ButtonState = 0;
     this.btnHistoryTab.DialogResult = DialogResult.OK;
     this.btnHistoryTab.DisabledForecolor = Color.Gray;
     this.btnHistoryTab.DrawColor = Color.White;
     this.btnHistoryTab.DrawEdges = true;
     this.btnHistoryTab.FocusColor = Color.Yellow;
     this.btnHistoryTab.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnHistoryTab.ForeColor = Color.White;
     this.btnHistoryTab.HorizontalScalingMode = ScalingModes.Tile;
     this.btnHistoryTab.IsStyled = true;
     this.btnHistoryTab.Location = new Point(0, 0);
     this.btnHistoryTab.Name = "btnHistoryTab";
     this.btnHistoryTab.Size = new Size(0x84, 0x16);
     this.btnHistoryTab.SkinBasePath = @"Controls\Button\TabSmallActive";
     base.ttDefault.SetSuperTip(this.btnHistoryTab, null);
     this.btnHistoryTab.TabIndex = 0x16;
     this.btnHistoryTab.TabStop = true;
     this.btnHistoryTab.Text = "<LOC>Ladder History";
     this.btnHistoryTab.TextAlign = ContentAlignment.MiddleCenter;
     this.btnHistoryTab.TextPadding = new Padding(0);
     this.btnHistoryTab.Click += new EventHandler(this.btnHistoryTab_Click);
     this.btnCommentsTab.AutoStyle = true;
     this.btnCommentsTab.BackColor = Color.Black;
     this.btnCommentsTab.ButtonState = 0;
     this.btnCommentsTab.DialogResult = DialogResult.OK;
     this.btnCommentsTab.DisabledForecolor = Color.Gray;
     this.btnCommentsTab.DrawColor = Color.White;
     this.btnCommentsTab.DrawEdges = true;
     this.btnCommentsTab.FocusColor = Color.Yellow;
     this.btnCommentsTab.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnCommentsTab.ForeColor = Color.White;
     this.btnCommentsTab.HorizontalScalingMode = ScalingModes.Tile;
     this.btnCommentsTab.IsStyled = true;
     this.btnCommentsTab.Location = new Point(0x7b, 0);
     this.btnCommentsTab.Name = "btnCommentsTab";
     this.btnCommentsTab.Size = new Size(0x84, 0x16);
     this.btnCommentsTab.SkinBasePath = @"Controls\Button\TabSmall";
     base.ttDefault.SetSuperTip(this.btnCommentsTab, null);
     this.btnCommentsTab.TabIndex = 0x17;
     this.btnCommentsTab.TabStop = true;
     this.btnCommentsTab.Text = "<LOC>User Comments";
     this.btnCommentsTab.TextAlign = ContentAlignment.MiddleCenter;
     this.btnCommentsTab.TextPadding = new Padding(0);
     this.btnCommentsTab.Click += new EventHandler(this.btnCommentsTab_Click);
     this.gpgPanelComments.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelComments.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelComments.BorderThickness = 2;
     this.gpgPanelComments.Controls.Add(this.splitContainer2);
     this.gpgPanelComments.DrawBorder = true;
     this.gpgPanelComments.Location = new Point(12, 0x6a);
     this.gpgPanelComments.Name = "gpgPanelComments";
     this.gpgPanelComments.Size = new Size(0x288, 0x177);
     base.ttDefault.SetSuperTip(this.gpgPanelComments, null);
     this.gpgPanelComments.TabIndex = 0x13;
     this.splitContainer2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.splitContainer2.BackColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.splitContainer2.Location = new Point(2, 3);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = Orientation.Horizontal;
     this.splitContainer2.Panel1.BackColor = Color.Black;
     this.splitContainer2.Panel1.Controls.Add(this.dataGridComments);
     base.ttDefault.SetSuperTip(this.splitContainer2.Panel1, null);
     this.splitContainer2.Panel2.BackColor = Color.Black;
     this.splitContainer2.Panel2.Controls.Add(this.skinLabel2);
     this.splitContainer2.Panel2.Controls.Add(this.gpgLabelCommentDetails);
     base.ttDefault.SetSuperTip(this.splitContainer2.Panel2, null);
     this.splitContainer2.Size = new Size(0x284, 0x171);
     this.splitContainer2.SplitterDistance = 0xee;
     this.splitContainer2.SplitterWidth = 2;
     base.ttDefault.SetSuperTip(this.splitContainer2, null);
     this.splitContainer2.TabIndex = 0x13;
     this.dataGridComments.CustomizeStyle = false;
     this.dataGridComments.Dock = DockStyle.Fill;
     this.dataGridComments.EmbeddedNavigator.Name = "";
     this.dataGridComments.Location = new Point(0, 0);
     this.dataGridComments.LookAndFeel.SkinName = "London Liquid Sky";
     this.dataGridComments.LookAndFeel.UseDefaultLookAndFeel = false;
     this.dataGridComments.MainView = this.gvComments;
     this.dataGridComments.Name = "dataGridComments";
     this.dataGridComments.ShowOnlyPredefinedDetails = true;
     this.dataGridComments.Size = new Size(0x284, 0xee);
     this.dataGridComments.TabIndex = 0x10;
     this.dataGridComments.ViewCollection.AddRange(new BaseView[] { this.gvComments });
     this.gvComments.Appearance.Empty.BackColor = Color.Black;
     this.gvComments.Appearance.Empty.Options.UseBackColor = true;
     this.gvComments.Appearance.EvenRow.BackColor = Color.Black;
     this.gvComments.Appearance.EvenRow.Options.UseBackColor = true;
     this.gvComments.Appearance.FocusedRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvComments.Appearance.FocusedRow.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gvComments.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvComments.Appearance.FocusedRow.Options.UseFont = true;
     this.gvComments.Appearance.HeaderPanel.BackColor = Color.Black;
     this.gvComments.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gvComments.Appearance.HideSelectionRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvComments.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gvComments.Appearance.OddRow.BackColor = Color.FromArgb(0x40, 0x40, 0x40);
     this.gvComments.Appearance.OddRow.Options.UseBackColor = true;
     this.gvComments.Appearance.Preview.BackColor = Color.Black;
     this.gvComments.Appearance.Preview.Options.UseBackColor = true;
     this.gvComments.Appearance.Row.BackColor = Color.Black;
     this.gvComments.Appearance.Row.ForeColor = Color.White;
     this.gvComments.Appearance.Row.Options.UseBackColor = true;
     this.gvComments.Appearance.RowSeparator.BackColor = Color.Black;
     this.gvComments.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gvComments.Appearance.SelectedRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvComments.Appearance.SelectedRow.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gvComments.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvComments.Appearance.SelectedRow.Options.UseFont = true;
     this.gvComments.AppearancePrint.Row.ForeColor = Color.White;
     this.gvComments.AppearancePrint.Row.Options.UseForeColor = true;
     this.gvComments.BorderStyle = BorderStyles.NoBorder;
     this.gvComments.ColumnPanelRowHeight = 30;
     this.gvComments.Columns.AddRange(new GridColumn[] { this.gcComment_Date, this.gcComment_Name, this.gcComment_Details });
     this.gvComments.GridControl = this.dataGridComments;
     this.gvComments.GroupPanelText = "<LOC>Drag a column header here to group by that column.";
     this.gvComments.Name = "gvComments";
     this.gvComments.OptionsMenu.EnableColumnMenu = false;
     this.gvComments.OptionsMenu.EnableFooterMenu = false;
     this.gvComments.OptionsMenu.EnableGroupPanelMenu = false;
     this.gvComments.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvComments.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gvComments.OptionsView.EnableAppearanceEvenRow = true;
     this.gvComments.OptionsView.EnableAppearanceOddRow = true;
     this.gvComments.OptionsView.ShowHorzLines = false;
     this.gvComments.OptionsView.ShowIndicator = false;
     this.gvComments.OptionsView.ShowVertLines = false;
     this.gvComments.FocusedRowChanged += new FocusedRowChangedEventHandler(this.gvComments_FocusedRowChanged);
     this.gcComment_Date.AppearanceCell.ForeColor = Color.White;
     this.gcComment_Date.AppearanceCell.Options.UseForeColor = true;
     this.gcComment_Date.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcComment_Date.AppearanceHeader.Options.UseFont = true;
     this.gcComment_Date.Caption = "<LOC>Comment Date";
     this.gcComment_Date.FieldName = "CommentDate";
     this.gcComment_Date.Name = "gcComment_Date";
     this.gcComment_Date.OptionsColumn.AllowEdit = false;
     this.gcComment_Date.Visible = true;
     this.gcComment_Date.VisibleIndex = 0;
     this.gcComment_Date.Width = 0x98;
     this.gcComment_Name.AppearanceCell.ForeColor = Color.White;
     this.gcComment_Name.AppearanceCell.Options.UseForeColor = true;
     this.gcComment_Name.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcComment_Name.AppearanceHeader.Options.UseFont = true;
     this.gcComment_Name.Caption = "<LOC>Commenter Name";
     this.gcComment_Name.FieldName = "CommenterName";
     this.gcComment_Name.Name = "gcComment_Name";
     this.gcComment_Name.OptionsColumn.AllowEdit = false;
     this.gcComment_Name.Visible = true;
     this.gcComment_Name.VisibleIndex = 1;
     this.gcComment_Name.Width = 160;
     this.gcComment_Details.AppearanceCell.ForeColor = Color.White;
     this.gcComment_Details.AppearanceCell.Options.UseForeColor = true;
     this.gcComment_Details.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcComment_Details.AppearanceHeader.Options.UseFont = true;
     this.gcComment_Details.Caption = "<LOC>Comment - Click to view full description below";
     this.gcComment_Details.FieldName = "Description";
     this.gcComment_Details.Name = "gcComment_Details";
     this.gcComment_Details.OptionsColumn.AllowEdit = false;
     this.gcComment_Details.Visible = true;
     this.gcComment_Details.VisibleIndex = 2;
     this.gcComment_Details.Width = 0x14c;
     this.skinLabel2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabel2.AutoStyle = false;
     this.skinLabel2.BackColor = Color.Black;
     this.skinLabel2.DrawEdges = true;
     this.skinLabel2.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabel2.ForeColor = Color.White;
     this.skinLabel2.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel2.IsStyled = false;
     this.skinLabel2.Location = new Point(0, 0);
     this.skinLabel2.Name = "skinLabel2";
     this.skinLabel2.Size = new Size(0x285, 20);
     this.skinLabel2.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel2, null);
     this.skinLabel2.TabIndex = 0x11;
     this.skinLabel2.Text = "<LOC>Details";
     this.skinLabel2.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel2.TextPadding = new Padding(4, 0, 0, 0);
     this.gpgLabelCommentDetails.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgLabelCommentDetails.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelCommentDetails.AutoStyle = true;
     this.gpgLabelCommentDetails.BackColor = Color.Black;
     this.gpgLabelCommentDetails.Font = new Font("Arial", 9.75f);
     this.gpgLabelCommentDetails.ForeColor = Color.White;
     this.gpgLabelCommentDetails.IgnoreMouseWheel = false;
     this.gpgLabelCommentDetails.IsStyled = false;
     this.gpgLabelCommentDetails.Location = new Point(0, 0x17);
     this.gpgLabelCommentDetails.Name = "gpgLabelCommentDetails";
     this.gpgLabelCommentDetails.Padding = new Padding(6);
     this.gpgLabelCommentDetails.Size = new Size(0x282, 0x6a);
     base.ttDefault.SetSuperTip(this.gpgLabelCommentDetails, null);
     this.gpgLabelCommentDetails.TabIndex = 0x10;
     this.gpgLabelCommentDetails.Text = "<LOC>No Comments";
     this.gpgLabelCommentDetails.TextStyle = TextStyles.Default;
     this.gridColumn1.Caption = "<LOC>Report Date";
     this.gridColumn1.FieldName = "PlayerReportDateFull";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 0x84;
     this.gridColumn2.Caption = "<LOC>Rank Change";
     this.gridColumn2.FieldName = "RankChange";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width = 0x86;
     this.gridColumn3.AppearanceCell.ForeColor = Color.White;
     this.gridColumn3.AppearanceCell.Options.UseForeColor = true;
     this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gridColumn3.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gridColumn3.AppearanceHeader.Options.UseFont = true;
     this.gridColumn3.Caption = "<LOC>Click to view full description below";
     this.gridColumn3.FieldName = "Description";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width = 0x17a;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x2a0, 0x20c);
     base.Controls.Add(this.gpgPanelHistory);
     base.Controls.Add(this.gpgPanel2);
     base.Controls.Add(this.gpgPanelComments);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x1c4, 0x183);
     base.Name = "DlgLadderHistory";
     base.Opacity = 1.0;
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "";
     base.Controls.SetChildIndex(this.gpgPanelComments, 0);
     base.Controls.SetChildIndex(this.gpgPanel2, 0);
     base.Controls.SetChildIndex(this.gpgPanelHistory, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgDataGridHistory.EndInit();
     this.gvLadder.EndInit();
     this.gpgPanelHistory.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.gpgPanel2.ResumeLayout(false);
     this.pManualTabs.ResumeLayout(false);
     this.gpgPanelComments.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.dataGridComments.EndInit();
     this.gvComments.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 6
0
 private void InitializeComponent()
 {
     this.gpgGroupBoxResults = new GPGGroupBox();
     this.skinLabelPage = new SkinLabel();
     this.dgReplays = new GPGDataGrid();
     this.gvReplays = new GridView();
     this.colPlayerName = new GridColumn();
     this.colOpponent = new GridColumn();
     this.colTitle = new GridColumn();
     this.colMap = new GridColumn();
     this.colGameType = new GridColumn();
     this.colGameDate = new GridColumn();
     this.gcGameLength = new GridColumn();
     this.gcDownloads = new GridColumn();
     this.gcRating = new GridColumn();
     this.repositoryItemRatingStars = new RepositoryItemPictureEdit();
     this.gcChatLink = new GridColumn();
     this.repositoryItemChatLink = new RepositoryItemHyperLinkEdit();
     this.skinButtonStart = new SkinButton();
     this.skinButtonNext = new SkinButton();
     this.skinButtonPrevious = new SkinButton();
     this.gpgGroupBoxCriterial = new GPGGroupBox();
     this.gpgTextBoxKeywords = new GPGTextBox();
     this.comboBoxOpponentFaction = new System.Windows.Forms.ComboBox();
     this.gpgLabel7 = new GPGLabel();
     this.comboBoxPlayerFaction = new System.Windows.Forms.ComboBox();
     this.gpgLabel6 = new GPGLabel();
     this.comboBoxGameType = new System.Windows.Forms.ComboBox();
     this.gpgLabel5 = new GPGLabel();
     this.comboBoxMaps = new System.Windows.Forms.ComboBox();
     this.gpgLabelMap = new GPGLabel();
     this.dateEditEarliest = new DateEdit();
     this.dateEditLatest = new DateEdit();
     this.gpgLabel4 = new GPGLabel();
     this.gpgLabel3 = new GPGLabel();
     this.gpgLabel2 = new GPGLabel();
     this.gpgTextBoxPlayer = new GPGTextBox();
     this.gpgLabel1 = new GPGLabel();
     this.skinButtonSearch = new SkinButton();
     this.gpgContextMenuDownload = new GPGContextMenu();
     this.ciDownload_View = new MenuItem();
     this.ciDownload_Download = new MenuItem();
     this.gpgLabelTopRated = new GPGLabel();
     this.gpgLabelTopDownload = new GPGLabel();
     this.gpgLabelMostRecent = new GPGLabel();
     this.gpgGroupBoxReplayLists = new GPGGroupBox();
     this.gpgPanelReplayLists = new GPGPanel();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgGroupBoxResults.SuspendLayout();
     this.dgReplays.BeginInit();
     this.gvReplays.BeginInit();
     this.repositoryItemRatingStars.BeginInit();
     this.repositoryItemChatLink.BeginInit();
     this.gpgGroupBoxCriterial.SuspendLayout();
     this.gpgTextBoxKeywords.Properties.BeginInit();
     this.dateEditEarliest.Properties.BeginInit();
     this.dateEditLatest.Properties.BeginInit();
     this.gpgTextBoxPlayer.Properties.BeginInit();
     this.gpgGroupBoxReplayLists.SuspendLayout();
     this.gpgPanelReplayLists.SuspendLayout();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x284, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgGroupBoxResults.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgGroupBoxResults.Controls.Add(this.skinLabelPage);
     this.gpgGroupBoxResults.Controls.Add(this.dgReplays);
     this.gpgGroupBoxResults.Controls.Add(this.skinButtonStart);
     this.gpgGroupBoxResults.Controls.Add(this.skinButtonNext);
     this.gpgGroupBoxResults.Controls.Add(this.skinButtonPrevious);
     this.gpgGroupBoxResults.Location = new Point(12, 0x8f);
     this.gpgGroupBoxResults.Name = "gpgGroupBoxResults";
     this.gpgGroupBoxResults.Size = new Size(680, 0xd4);
     base.ttDefault.SetSuperTip(this.gpgGroupBoxResults, null);
     this.gpgGroupBoxResults.TabIndex = 7;
     this.gpgGroupBoxResults.TabStop = false;
     this.gpgGroupBoxResults.Text = "<LOC>Search Results";
     this.skinLabelPage.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinLabelPage.AutoStyle = false;
     this.skinLabelPage.BackColor = Color.Transparent;
     this.skinLabelPage.DrawEdges = true;
     this.skinLabelPage.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabelPage.ForeColor = Color.White;
     this.skinLabelPage.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabelPage.IsStyled = false;
     this.skinLabelPage.Location = new Point(0x55, 0xb8);
     this.skinLabelPage.Name = "skinLabelPage";
     this.skinLabelPage.Size = new Size(550, 0x16);
     this.skinLabelPage.SkinBasePath = @"Controls\Background Label\BlackBar";
     base.ttDefault.SetSuperTip(this.skinLabelPage, null);
     this.skinLabelPage.TabIndex = 0x19;
     this.skinLabelPage.Text = "<LOC>No Results";
     this.skinLabelPage.TextAlign = ContentAlignment.MiddleCenter;
     this.skinLabelPage.TextPadding = new Padding(0);
     this.dgReplays.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.dgReplays.CustomizeStyle = false;
     this.dgReplays.EmbeddedNavigator.Name = "";
     this.dgReplays.Location = new Point(6, 0x13);
     this.dgReplays.MainView = this.gvReplays;
     this.dgReplays.Name = "dgReplays";
     this.dgReplays.RepositoryItems.AddRange(new RepositoryItem[] { this.repositoryItemRatingStars, this.repositoryItemChatLink });
     this.dgReplays.ShowOnlyPredefinedDetails = true;
     this.dgReplays.Size = new Size(0x29c, 0x9f);
     this.dgReplays.TabIndex = 0x18;
     this.dgReplays.ViewCollection.AddRange(new BaseView[] { this.gvReplays });
     this.gvReplays.Appearance.EvenRow.BackColor = Color.Black;
     this.gvReplays.Appearance.EvenRow.Options.UseBackColor = true;
     this.gvReplays.Appearance.OddRow.BackColor = Color.Black;
     this.gvReplays.Appearance.OddRow.Options.UseBackColor = true;
     this.gvReplays.Appearance.Preview.ForeColor = Color.Silver;
     this.gvReplays.Appearance.Preview.Options.UseForeColor = true;
     this.gvReplays.Columns.AddRange(new GridColumn[] { this.colPlayerName, this.colOpponent, this.colTitle, this.colMap, this.colGameType, this.colGameDate, this.gcGameLength, this.gcDownloads, this.gcRating, this.gcChatLink });
     this.gvReplays.GridControl = this.dgReplays;
     this.gvReplays.GroupPanelText = "<LOC>Select a replay to watch.";
     this.gvReplays.Name = "gvReplays";
     this.gvReplays.OptionsBehavior.Editable = false;
     this.gvReplays.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvReplays.OptionsView.AutoCalcPreviewLineCount = true;
     this.gvReplays.OptionsView.RowAutoHeight = true;
     this.gvReplays.OptionsView.ShowPreview = true;
     this.gvReplays.PreviewFieldName = "GameInfo";
     this.gvReplays.MouseDown += new MouseEventHandler(this.gvReplays_MouseDown);
     this.gvReplays.DoubleClick += new EventHandler(this.gvReplays_DoubleClick);
     this.gvReplays.CustomColumnSort += new CustomColumnSortEventHandler(this.gvReplays_CustomColumnSort);
     this.gvReplays.MouseUp += new MouseEventHandler(this.gvReplays_MouseUp);
     this.colPlayerName.AppearanceCell.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.colPlayerName.AppearanceCell.ForeColor = Color.Green;
     this.colPlayerName.AppearanceCell.Options.UseFont = true;
     this.colPlayerName.AppearanceCell.Options.UseForeColor = true;
     this.colPlayerName.Caption = "<LOC>Player Name";
     this.colPlayerName.FieldName = "PlayerName";
     this.colPlayerName.Name = "colPlayerName";
     this.colPlayerName.Visible = true;
     this.colPlayerName.VisibleIndex = 0;
     this.colOpponent.AppearanceCell.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.colOpponent.AppearanceCell.ForeColor = Color.FromArgb(0xc0, 0, 0);
     this.colOpponent.AppearanceCell.Options.UseFont = true;
     this.colOpponent.AppearanceCell.Options.UseForeColor = true;
     this.colOpponent.Caption = "<LOC>Other Players";
     this.colOpponent.FieldName = "Opponent";
     this.colOpponent.Name = "colOpponent";
     this.colOpponent.Visible = true;
     this.colOpponent.VisibleIndex = 1;
     this.colTitle.Caption = "<LOC>Title";
     this.colTitle.FieldName = "Title";
     this.colTitle.Name = "colTitle";
     this.colTitle.Visible = true;
     this.colTitle.VisibleIndex = 3;
     this.colMap.Caption = "<LOC>Map";
     this.colMap.FieldName = "MapName";
     this.colMap.Name = "colMap";
     this.colMap.Visible = true;
     this.colMap.VisibleIndex = 2;
     this.colGameType.Caption = "<LOC>Game Type";
     this.colGameType.FieldName = "GameType";
     this.colGameType.Name = "colGameType";
     this.colGameType.Visible = true;
     this.colGameType.VisibleIndex = 4;
     this.colGameDate.Caption = "<LOC>Game Date";
     this.colGameDate.FieldName = "CreateDate";
     this.colGameDate.Name = "colGameDate";
     this.colGameDate.Visible = true;
     this.colGameDate.VisibleIndex = 5;
     this.gcGameLength.Caption = "<LOC>Game Length";
     this.gcGameLength.FieldName = "GameLength";
     this.gcGameLength.Name = "gcGameLength";
     this.gcGameLength.Visible = true;
     this.gcGameLength.VisibleIndex = 6;
     this.gcDownloads.AppearanceCell.Options.UseTextOptions = true;
     this.gcDownloads.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Center;
     this.gcDownloads.Caption = "<LOC>Downloads";
     this.gcDownloads.FieldName = "Downloads";
     this.gcDownloads.Name = "gcDownloads";
     this.gcDownloads.Visible = true;
     this.gcDownloads.VisibleIndex = 7;
     this.gcRating.AppearanceCell.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcRating.AppearanceCell.ForeColor = Color.Gold;
     this.gcRating.AppearanceCell.Options.UseFont = true;
     this.gcRating.AppearanceCell.Options.UseForeColor = true;
     this.gcRating.AppearanceCell.Options.UseTextOptions = true;
     this.gcRating.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Center;
     this.gcRating.Caption = "<LOC>Rating";
     this.gcRating.ColumnEdit = this.repositoryItemRatingStars;
     this.gcRating.FieldName = "RatingImage";
     this.gcRating.Name = "gcRating";
     this.gcRating.OptionsColumn.AllowSort = DefaultBoolean.True;
     this.gcRating.SortMode = ColumnSortMode.Custom;
     this.gcRating.Visible = true;
     this.gcRating.VisibleIndex = 8;
     this.repositoryItemRatingStars.Name = "repositoryItemRatingStars";
     this.gcChatLink.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Center;
     this.gcChatLink.AppearanceCell.TextOptions.VAlignment = VertAlignment.Center;
     this.gcChatLink.Caption = "<LOC>Link to Chat";
     this.gcChatLink.ColumnEdit = this.repositoryItemChatLink;
     this.gcChatLink.FieldName = "ChatLink";
     this.gcChatLink.ImageAlignment = StringAlignment.Center;
     this.gcChatLink.Name = "gcChatLink";
     this.gcChatLink.OptionsColumn.AllowSort = DefaultBoolean.False;
     this.gcChatLink.Visible = true;
     this.gcChatLink.VisibleIndex = 9;
     this.repositoryItemChatLink.Appearance.Options.UseTextOptions = true;
     this.repositoryItemChatLink.Appearance.TextOptions.HAlignment = HorzAlignment.Center;
     this.repositoryItemChatLink.Appearance.TextOptions.VAlignment = VertAlignment.Center;
     this.repositoryItemChatLink.AppearanceFocused.Options.UseTextOptions = true;
     this.repositoryItemChatLink.AppearanceFocused.TextOptions.HAlignment = HorzAlignment.Center;
     this.repositoryItemChatLink.AppearanceFocused.TextOptions.VAlignment = VertAlignment.Center;
     this.repositoryItemChatLink.AutoHeight = false;
     this.repositoryItemChatLink.LinkColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.repositoryItemChatLink.Name = "repositoryItemChatLink";
     this.repositoryItemChatLink.SingleClick = true;
     this.skinButtonStart.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinButtonStart.AutoStyle = true;
     this.skinButtonStart.BackColor = Color.Black;
     this.skinButtonStart.DialogResult = DialogResult.OK;
     this.skinButtonStart.DisabledForecolor = Color.Gray;
     this.skinButtonStart.DrawEdges = false;
     this.skinButtonStart.FocusColor = Color.Yellow;
     this.skinButtonStart.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonStart.ForeColor = Color.White;
     this.skinButtonStart.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonStart.IsStyled = true;
     this.skinButtonStart.Location = new Point(6, 0xb8);
     this.skinButtonStart.Name = "skinButtonStart";
     this.skinButtonStart.Size = new Size(40, 0x16);
     this.skinButtonStart.SkinBasePath = @"Controls\Button\First";
     base.ttDefault.SetSuperTip(this.skinButtonStart, null);
     this.skinButtonStart.TabIndex = 5;
     this.skinButtonStart.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonStart.TextPadding = new Padding(0);
     this.skinButtonStart.Click += new EventHandler(this.skinButtonStart_Click);
     this.skinButtonNext.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonNext.AutoStyle = true;
     this.skinButtonNext.BackColor = Color.Black;
     this.skinButtonNext.DialogResult = DialogResult.OK;
     this.skinButtonNext.DisabledForecolor = Color.Gray;
     this.skinButtonNext.DrawEdges = false;
     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(0x27a, 0xb8);
     this.skinButtonNext.Name = "skinButtonNext";
     this.skinButtonNext.Size = new Size(40, 0x16);
     this.skinButtonNext.SkinBasePath = @"Controls\Button\Next_End";
     base.ttDefault.SetSuperTip(this.skinButtonNext, null);
     this.skinButtonNext.TabIndex = 7;
     this.skinButtonNext.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonNext.TextPadding = new Padding(0);
     this.skinButtonNext.Click += new EventHandler(this.skinButtonNext_Click);
     this.skinButtonPrevious.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinButtonPrevious.AutoStyle = true;
     this.skinButtonPrevious.BackColor = Color.Black;
     this.skinButtonPrevious.DialogResult = DialogResult.OK;
     this.skinButtonPrevious.DisabledForecolor = Color.Gray;
     this.skinButtonPrevious.DrawEdges = false;
     this.skinButtonPrevious.FocusColor = Color.Yellow;
     this.skinButtonPrevious.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonPrevious.ForeColor = Color.White;
     this.skinButtonPrevious.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonPrevious.IsStyled = true;
     this.skinButtonPrevious.Location = new Point(0x2e, 0xb8);
     this.skinButtonPrevious.Name = "skinButtonPrevious";
     this.skinButtonPrevious.Size = new Size(40, 0x16);
     this.skinButtonPrevious.SkinBasePath = @"Controls\Button\Previous";
     base.ttDefault.SetSuperTip(this.skinButtonPrevious, null);
     this.skinButtonPrevious.TabIndex = 6;
     this.skinButtonPrevious.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonPrevious.TextPadding = new Padding(0);
     this.skinButtonPrevious.Click += new EventHandler(this.skinButtonPrevious_Click);
     this.gpgGroupBoxCriterial.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgGroupBoxCriterial.Controls.Add(this.gpgTextBoxKeywords);
     this.gpgGroupBoxCriterial.Controls.Add(this.comboBoxOpponentFaction);
     this.gpgGroupBoxCriterial.Controls.Add(this.gpgLabel7);
     this.gpgGroupBoxCriterial.Controls.Add(this.comboBoxPlayerFaction);
     this.gpgGroupBoxCriterial.Controls.Add(this.gpgLabel6);
     this.gpgGroupBoxCriterial.Controls.Add(this.comboBoxGameType);
     this.gpgGroupBoxCriterial.Controls.Add(this.gpgLabel5);
     this.gpgGroupBoxCriterial.Controls.Add(this.comboBoxMaps);
     this.gpgGroupBoxCriterial.Controls.Add(this.gpgLabelMap);
     this.gpgGroupBoxCriterial.Controls.Add(this.dateEditEarliest);
     this.gpgGroupBoxCriterial.Controls.Add(this.dateEditLatest);
     this.gpgGroupBoxCriterial.Controls.Add(this.gpgLabel4);
     this.gpgGroupBoxCriterial.Controls.Add(this.gpgLabel3);
     this.gpgGroupBoxCriterial.Controls.Add(this.gpgLabel2);
     this.gpgGroupBoxCriterial.Controls.Add(this.gpgTextBoxPlayer);
     this.gpgGroupBoxCriterial.Controls.Add(this.gpgLabel1);
     this.gpgGroupBoxCriterial.Controls.Add(this.skinButtonSearch);
     this.gpgGroupBoxCriterial.Location = new Point(12, 0x169);
     this.gpgGroupBoxCriterial.Name = "gpgGroupBoxCriterial";
     this.gpgGroupBoxCriterial.Size = new Size(680, 0xa7);
     base.ttDefault.SetSuperTip(this.gpgGroupBoxCriterial, null);
     this.gpgGroupBoxCriterial.TabIndex = 8;
     this.gpgGroupBoxCriterial.TabStop = false;
     this.gpgGroupBoxCriterial.Text = "<LOC>Search Criteria";
     this.gpgTextBoxKeywords.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgTextBoxKeywords.Location = new Point(5, 0x8d);
     this.gpgTextBoxKeywords.Name = "gpgTextBoxKeywords";
     this.gpgTextBoxKeywords.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxKeywords.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxKeywords.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxKeywords.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxKeywords.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxKeywords.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxKeywords.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxKeywords.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxKeywords.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxKeywords.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxKeywords.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxKeywords.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxKeywords.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxKeywords.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxKeywords.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxKeywords.Size = new Size(0x1d8, 20);
     this.gpgTextBoxKeywords.TabIndex = 0x18;
     this.comboBoxOpponentFaction.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.comboBoxOpponentFaction.BackColor = Color.Black;
     this.comboBoxOpponentFaction.DropDownStyle = ComboBoxStyle.DropDownList;
     this.comboBoxOpponentFaction.Enabled = false;
     this.comboBoxOpponentFaction.FlatStyle = FlatStyle.Flat;
     this.comboBoxOpponentFaction.FormattingEnabled = true;
     this.comboBoxOpponentFaction.ItemHeight = 13;
     this.comboBoxOpponentFaction.Location = new Point(0x156, 0x5c);
     this.comboBoxOpponentFaction.MaxDropDownItems = 12;
     this.comboBoxOpponentFaction.Name = "comboBoxOpponentFaction";
     this.comboBoxOpponentFaction.Size = new Size(0x87, 0x15);
     base.ttDefault.SetSuperTip(this.comboBoxOpponentFaction, null);
     this.comboBoxOpponentFaction.TabIndex = 0x17;
     this.gpgLabel7.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgLabel7.AutoSize = true;
     this.gpgLabel7.AutoStyle = true;
     this.gpgLabel7.Font = new Font("Arial", 9.75f);
     this.gpgLabel7.ForeColor = Color.White;
     this.gpgLabel7.IgnoreMouseWheel = false;
     this.gpgLabel7.IsStyled = false;
     this.gpgLabel7.Location = new Point(0x153, 0x49);
     this.gpgLabel7.Name = "gpgLabel7";
     this.gpgLabel7.Size = new Size(0x99, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel7, null);
     this.gpgLabel7.TabIndex = 0x16;
     this.gpgLabel7.Text = "<LOC>Opponent Faction";
     this.gpgLabel7.TextStyle = TextStyles.Title;
     this.comboBoxPlayerFaction.Anchor = AnchorStyles.Top;
     this.comboBoxPlayerFaction.BackColor = Color.Black;
     this.comboBoxPlayerFaction.DropDownStyle = ComboBoxStyle.DropDownList;
     this.comboBoxPlayerFaction.Enabled = false;
     this.comboBoxPlayerFaction.FlatStyle = FlatStyle.Flat;
     this.comboBoxPlayerFaction.FormattingEnabled = true;
     this.comboBoxPlayerFaction.ItemHeight = 13;
     this.comboBoxPlayerFaction.Location = new Point(0xae, 0x5c);
     this.comboBoxPlayerFaction.MaxDropDownItems = 12;
     this.comboBoxPlayerFaction.Name = "comboBoxPlayerFaction";
     this.comboBoxPlayerFaction.Size = new Size(0x7a, 0x15);
     base.ttDefault.SetSuperTip(this.comboBoxPlayerFaction, null);
     this.comboBoxPlayerFaction.TabIndex = 0x15;
     this.gpgLabel6.Anchor = AnchorStyles.Top;
     this.gpgLabel6.AutoSize = true;
     this.gpgLabel6.AutoStyle = true;
     this.gpgLabel6.Font = new Font("Arial", 9.75f);
     this.gpgLabel6.ForeColor = Color.White;
     this.gpgLabel6.IgnoreMouseWheel = false;
     this.gpgLabel6.IsStyled = false;
     this.gpgLabel6.Location = new Point(0xab, 0x48);
     this.gpgLabel6.Name = "gpgLabel6";
     this.gpgLabel6.Size = new Size(0x86, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel6, null);
     this.gpgLabel6.TabIndex = 20;
     this.gpgLabel6.Text = "<LOC>Player Faction";
     this.gpgLabel6.TextStyle = TextStyles.Title;
     this.comboBoxGameType.BackColor = Color.Black;
     this.comboBoxGameType.DropDownStyle = ComboBoxStyle.DropDownList;
     this.comboBoxGameType.FlatStyle = FlatStyle.Flat;
     this.comboBoxGameType.FormattingEnabled = true;
     this.comboBoxGameType.ItemHeight = 13;
     this.comboBoxGameType.Location = new Point(5, 0x5c);
     this.comboBoxGameType.MaxDropDownItems = 12;
     this.comboBoxGameType.Name = "comboBoxGameType";
     this.comboBoxGameType.Size = new Size(0x7a, 0x15);
     base.ttDefault.SetSuperTip(this.comboBoxGameType, null);
     this.comboBoxGameType.TabIndex = 0x13;
     this.comboBoxGameType.SelectedIndexChanged += new EventHandler(this.comboBoxGameType_SelectedIndexChanged);
     this.gpgLabel5.AutoSize = true;
     this.gpgLabel5.AutoStyle = true;
     this.gpgLabel5.Font = new Font("Arial", 9.75f);
     this.gpgLabel5.ForeColor = Color.White;
     this.gpgLabel5.IgnoreMouseWheel = false;
     this.gpgLabel5.IsStyled = false;
     this.gpgLabel5.Location = new Point(2, 0x48);
     this.gpgLabel5.Name = "gpgLabel5";
     this.gpgLabel5.Size = new Size(0x75, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel5, null);
     this.gpgLabel5.TabIndex = 0x12;
     this.gpgLabel5.Text = "<LOC>Game Type";
     this.gpgLabel5.TextStyle = TextStyles.Title;
     this.comboBoxMaps.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.comboBoxMaps.BackColor = Color.Black;
     this.comboBoxMaps.DropDownStyle = ComboBoxStyle.DropDownList;
     this.comboBoxMaps.FlatStyle = FlatStyle.Flat;
     this.comboBoxMaps.FormattingEnabled = true;
     this.comboBoxMaps.ItemHeight = 13;
     this.comboBoxMaps.Location = new Point(0x11b, 0x2b);
     this.comboBoxMaps.MaxDropDownItems = 12;
     this.comboBoxMaps.Name = "comboBoxMaps";
     this.comboBoxMaps.Size = new Size(0xc2, 0x15);
     base.ttDefault.SetSuperTip(this.comboBoxMaps, null);
     this.comboBoxMaps.TabIndex = 0x11;
     this.gpgLabelMap.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgLabelMap.AutoSize = true;
     this.gpgLabelMap.AutoStyle = true;
     this.gpgLabelMap.Font = new Font("Arial", 9.75f);
     this.gpgLabelMap.ForeColor = Color.White;
     this.gpgLabelMap.IgnoreMouseWheel = false;
     this.gpgLabelMap.IsStyled = false;
     this.gpgLabelMap.Location = new Point(280, 0x1a);
     this.gpgLabelMap.Name = "gpgLabelMap";
     this.gpgLabelMap.Size = new Size(0x4b, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelMap, null);
     this.gpgLabelMap.TabIndex = 0x10;
     this.gpgLabelMap.Text = "<LOC>Map";
     this.gpgLabelMap.TextStyle = TextStyles.Title;
     this.dateEditEarliest.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.dateEditEarliest.EditValue = "";
     this.dateEditEarliest.Location = new Point(0x1f0, 0x2d);
     this.dateEditEarliest.Name = "dateEditEarliest";
     this.dateEditEarliest.Properties.AllowNullInput = DefaultBoolean.False;
     this.dateEditEarliest.Properties.Appearance.BackColor = Color.Black;
     this.dateEditEarliest.Properties.Appearance.BorderColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.dateEditEarliest.Properties.Appearance.ForeColor = Color.FromArgb(0xe0, 0xe0, 0xe0);
     this.dateEditEarliest.Properties.Appearance.Options.UseBackColor = true;
     this.dateEditEarliest.Properties.Appearance.Options.UseBorderColor = true;
     this.dateEditEarliest.Properties.Appearance.Options.UseForeColor = true;
     this.dateEditEarliest.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
     this.dateEditEarliest.Properties.LookAndFeel.Style = LookAndFeelStyle.UltraFlat;
     this.dateEditEarliest.Properties.LookAndFeel.UseWindowsXPTheme = true;
     this.dateEditEarliest.Size = new Size(0xb1, 20);
     this.dateEditEarliest.TabIndex = 15;
     this.dateEditLatest.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.dateEditLatest.EditValue = "";
     this.dateEditLatest.Location = new Point(0x1f0, 0x5d);
     this.dateEditLatest.Name = "dateEditLatest";
     this.dateEditLatest.Properties.AllowNullInput = DefaultBoolean.False;
     this.dateEditLatest.Properties.Appearance.BackColor = Color.Black;
     this.dateEditLatest.Properties.Appearance.BorderColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.dateEditLatest.Properties.Appearance.ForeColor = Color.FromArgb(0xe0, 0xe0, 0xe0);
     this.dateEditLatest.Properties.Appearance.Options.UseBackColor = true;
     this.dateEditLatest.Properties.Appearance.Options.UseBorderColor = true;
     this.dateEditLatest.Properties.Appearance.Options.UseForeColor = true;
     this.dateEditLatest.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
     this.dateEditLatest.Properties.LookAndFeel.Style = LookAndFeelStyle.UltraFlat;
     this.dateEditLatest.Properties.LookAndFeel.UseWindowsXPTheme = true;
     this.dateEditLatest.Size = new Size(0xb1, 20);
     this.dateEditLatest.TabIndex = 14;
     this.gpgLabel4.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgLabel4.AutoSize = true;
     this.gpgLabel4.AutoStyle = true;
     this.gpgLabel4.Font = new Font("Arial", 9.75f);
     this.gpgLabel4.ForeColor = Color.White;
     this.gpgLabel4.IgnoreMouseWheel = false;
     this.gpgLabel4.IsStyled = false;
     this.gpgLabel4.Location = new Point(0x1ed, 0x49);
     this.gpgLabel4.Name = "gpgLabel4";
     this.gpgLabel4.Size = new Size(0x49, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel4, null);
     this.gpgLabel4.TabIndex = 13;
     this.gpgLabel4.Text = "<LOC>And";
     this.gpgLabel4.TextStyle = TextStyles.Title;
     this.gpgLabel3.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgLabel3.AutoSize = true;
     this.gpgLabel3.AutoStyle = true;
     this.gpgLabel3.Font = new Font("Arial", 9.75f);
     this.gpgLabel3.ForeColor = Color.White;
     this.gpgLabel3.IgnoreMouseWheel = false;
     this.gpgLabel3.IsStyled = false;
     this.gpgLabel3.Location = new Point(0x1ed, 0x1a);
     this.gpgLabel3.Name = "gpgLabel3";
     this.gpgLabel3.Size = new Size(100, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel3, null);
     this.gpgLabel3.TabIndex = 11;
     this.gpgLabel3.Text = "<LOC>Between";
     this.gpgLabel3.TextStyle = TextStyles.Title;
     this.gpgLabel2.AutoSize = true;
     this.gpgLabel2.AutoStyle = true;
     this.gpgLabel2.Font = new Font("Arial", 9.75f);
     this.gpgLabel2.ForeColor = Color.White;
     this.gpgLabel2.IgnoreMouseWheel = false;
     this.gpgLabel2.IsStyled = false;
     this.gpgLabel2.Location = new Point(2, 0x7a);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x6b, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 9;
     this.gpgLabel2.Text = "<LOC>Keywords";
     this.gpgLabel2.TextStyle = TextStyles.Title;
     this.gpgTextBoxPlayer.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgTextBoxPlayer.Location = new Point(5, 0x2c);
     this.gpgTextBoxPlayer.Name = "gpgTextBoxPlayer";
     this.gpgTextBoxPlayer.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxPlayer.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxPlayer.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxPlayer.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxPlayer.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxPlayer.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxPlayer.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxPlayer.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxPlayer.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxPlayer.Size = new Size(0x105, 20);
     this.gpgTextBoxPlayer.TabIndex = 0;
     this.gpgLabel1.AutoSize = true;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Arial", 9.75f);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(2, 0x1a);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x7d, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 7;
     this.gpgLabel1.Text = "<LOC>Player Name";
     this.gpgLabel1.TextStyle = TextStyles.Title;
     this.skinButtonSearch.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.skinButtonSearch.AutoStyle = true;
     this.skinButtonSearch.BackColor = Color.Black;
     this.skinButtonSearch.DialogResult = DialogResult.OK;
     this.skinButtonSearch.DisabledForecolor = Color.Gray;
     this.skinButtonSearch.DrawEdges = true;
     this.skinButtonSearch.FocusColor = Color.Yellow;
     this.skinButtonSearch.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSearch.ForeColor = Color.White;
     this.skinButtonSearch.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonSearch.IsStyled = true;
     this.skinButtonSearch.Location = new Point(0x224, 0x87);
     this.skinButtonSearch.Name = "skinButtonSearch";
     this.skinButtonSearch.Size = new Size(0x7d, 0x1a);
     this.skinButtonSearch.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonSearch, null);
     this.skinButtonSearch.TabIndex = 4;
     this.skinButtonSearch.Text = "<LOC>Search";
     this.skinButtonSearch.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSearch.TextPadding = new Padding(0);
     this.skinButtonSearch.Click += new EventHandler(this.skinButtonSearch_Click);
     this.gpgContextMenuDownload.MenuItems.AddRange(new MenuItem[] { this.ciDownload_View, this.ciDownload_Download });
     this.ciDownload_View.Index = 0;
     this.ciDownload_View.Text = "<LOC>View info";
     this.ciDownload_View.Click += new EventHandler(this.ciDownload_View_Click);
     this.ciDownload_Download.Index = 1;
     this.ciDownload_Download.Text = "<LOC>Download";
     this.ciDownload_Download.Click += new EventHandler(this.ciDownload_Download_Click);
     this.gpgLabelTopRated.AutoSize = true;
     this.gpgLabelTopRated.AutoStyle = true;
     this.gpgLabelTopRated.Font = new Font("Arial", 9.75f);
     this.gpgLabelTopRated.ForeColor = Color.White;
     this.gpgLabelTopRated.IgnoreMouseWheel = false;
     this.gpgLabelTopRated.IsStyled = false;
     this.gpgLabelTopRated.Location = new Point(3, 0);
     this.gpgLabelTopRated.Name = "gpgLabelTopRated";
     this.gpgLabelTopRated.Size = new Size(0x7f, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelTopRated, null);
     this.gpgLabelTopRated.TabIndex = 9;
     this.gpgLabelTopRated.Text = "<LOC>Top 10 Rated";
     this.gpgLabelTopRated.TextStyle = TextStyles.Link;
     this.gpgLabelTopRated.Visible = false;
     this.gpgLabelTopDownload.Anchor = AnchorStyles.Top;
     this.gpgLabelTopDownload.AutoSize = true;
     this.gpgLabelTopDownload.AutoStyle = true;
     this.gpgLabelTopDownload.Font = new Font("Arial", 9.75f);
     this.gpgLabelTopDownload.ForeColor = Color.White;
     this.gpgLabelTopDownload.IgnoreMouseWheel = false;
     this.gpgLabelTopDownload.IsStyled = false;
     this.gpgLabelTopDownload.Location = new Point(0xf3, 0);
     this.gpgLabelTopDownload.Name = "gpgLabelTopDownload";
     this.gpgLabelTopDownload.Size = new Size(0x9c, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelTopDownload, null);
     this.gpgLabelTopDownload.TabIndex = 10;
     this.gpgLabelTopDownload.Text = "<LOC>Top 10 Downloads";
     this.gpgLabelTopDownload.TextStyle = TextStyles.Link;
     this.gpgLabelTopDownload.Visible = false;
     this.gpgLabelMostRecent.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgLabelMostRecent.AutoSize = true;
     this.gpgLabelMostRecent.AutoStyle = true;
     this.gpgLabelMostRecent.Font = new Font("Arial", 9.75f);
     this.gpgLabelMostRecent.ForeColor = Color.White;
     this.gpgLabelMostRecent.IgnoreMouseWheel = false;
     this.gpgLabelMostRecent.IsStyled = false;
     this.gpgLabelMostRecent.Location = new Point(490, 0);
     this.gpgLabelMostRecent.Name = "gpgLabelMostRecent";
     this.gpgLabelMostRecent.Size = new Size(0xaf, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelMostRecent, null);
     this.gpgLabelMostRecent.TabIndex = 11;
     this.gpgLabelMostRecent.Text = "<LOC>Most Recent Replays";
     this.gpgLabelMostRecent.TextStyle = TextStyles.Link;
     this.gpgLabelMostRecent.Visible = false;
     this.gpgGroupBoxReplayLists.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgGroupBoxReplayLists.Controls.Add(this.gpgPanelReplayLists);
     this.gpgGroupBoxReplayLists.Location = new Point(12, 0x4c);
     this.gpgGroupBoxReplayLists.Name = "gpgGroupBoxReplayLists";
     this.gpgGroupBoxReplayLists.Size = new Size(680, 0x3d);
     base.ttDefault.SetSuperTip(this.gpgGroupBoxReplayLists, null);
     this.gpgGroupBoxReplayLists.TabIndex = 12;
     this.gpgGroupBoxReplayLists.TabStop = false;
     this.gpgGroupBoxReplayLists.Text = "<LOC>Replay Lists";
     this.gpgPanelReplayLists.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgPanelReplayLists.AutoScroll = true;
     this.gpgPanelReplayLists.Controls.Add(this.gpgLabelTopRated);
     this.gpgPanelReplayLists.Controls.Add(this.gpgLabelMostRecent);
     this.gpgPanelReplayLists.Controls.Add(this.gpgLabelTopDownload);
     this.gpgPanelReplayLists.Location = new Point(5, 0x10);
     this.gpgPanelReplayLists.Name = "gpgPanelReplayLists";
     this.gpgPanelReplayLists.Size = new Size(0x29c, 0x27);
     base.ttDefault.SetSuperTip(this.gpgPanelReplayLists, null);
     this.gpgPanelReplayLists.TabIndex = 12;
     base.AcceptButton = this.skinButtonSearch;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x2bf, 0x23e);
     base.Controls.Add(this.gpgGroupBoxReplayLists);
     base.Controls.Add(this.gpgGroupBoxCriterial);
     base.Controls.Add(this.gpgGroupBoxResults);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x283, 0x1e1);
     base.Name = "DlgSearchReplays";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Replay Vault";
     base.Controls.SetChildIndex(this.gpgGroupBoxResults, 0);
     base.Controls.SetChildIndex(this.gpgGroupBoxCriterial, 0);
     base.Controls.SetChildIndex(this.gpgGroupBoxReplayLists, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgGroupBoxResults.ResumeLayout(false);
     this.dgReplays.EndInit();
     this.gvReplays.EndInit();
     this.repositoryItemRatingStars.EndInit();
     this.repositoryItemChatLink.EndInit();
     this.gpgGroupBoxCriterial.ResumeLayout(false);
     this.gpgGroupBoxCriterial.PerformLayout();
     this.gpgTextBoxKeywords.Properties.EndInit();
     this.dateEditEarliest.Properties.EndInit();
     this.dateEditLatest.Properties.EndInit();
     this.gpgTextBoxPlayer.Properties.EndInit();
     this.gpgGroupBoxReplayLists.ResumeLayout(false);
     this.gpgPanelReplayLists.ResumeLayout(false);
     this.gpgPanelReplayLists.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 7
0
 private void InitializeComponent()
 {
     this.gpgDataGridVolunteers = new GPGDataGrid();
     this.gvChannels = new GridView();
     this.gcPlayerName = new GridColumn();
     this.gcEmail = new GridColumn();
     this.gcEffortName = new GridColumn();
     this.gcDays = new GridColumn();
     this.gcTimes = new GridColumn();
     this.gcDate = new GridColumn();
     this.repositoryItemComboBox1 = new RepositoryItemComboBox();
     this.repositoryItemTextEdit1 = new RepositoryItemTextEdit();
     this.gpgLabel1 = new GPGLabel();
     this.skinButtonRefresh = new SkinButton();
     this.gpgContextMenuChat = new GPGContextMenu();
     this.ciExport = new MenuItem();
     this.ciExport_PDF = new MenuItem();
     this.ciExport_HTML = new MenuItem();
     this.ciExport_Text = new MenuItem();
     this.ciExport_XLS = new MenuItem();
     this.ciChat_ViewPlayer = new MenuItem();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgDataGridVolunteers.BeginInit();
     this.gvChannels.BeginInit();
     this.repositoryItemComboBox1.BeginInit();
     this.repositoryItemTextEdit1.BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x20d, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgDataGridVolunteers.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgDataGridVolunteers.CustomizeStyle = false;
     this.gpgDataGridVolunteers.EmbeddedNavigator.Name = "";
     this.gpgDataGridVolunteers.Location = new Point(12, 0x68);
     this.gpgDataGridVolunteers.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgDataGridVolunteers.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgDataGridVolunteers.MainView = this.gvChannels;
     this.gpgDataGridVolunteers.Name = "gpgDataGridVolunteers";
     this.gpgDataGridVolunteers.RepositoryItems.AddRange(new RepositoryItem[] { this.repositoryItemComboBox1, this.repositoryItemTextEdit1 });
     this.gpgDataGridVolunteers.ShowOnlyPredefinedDetails = true;
     this.gpgDataGridVolunteers.Size = new Size(560, 0x13d);
     this.gpgDataGridVolunteers.TabIndex = 10;
     this.gpgDataGridVolunteers.ViewCollection.AddRange(new BaseView[] { this.gvChannels });
     this.gvChannels.Appearance.Empty.BackColor = Color.Black;
     this.gvChannels.Appearance.Empty.Options.UseBackColor = true;
     this.gvChannels.Appearance.EvenRow.BackColor = Color.Black;
     this.gvChannels.Appearance.EvenRow.Options.UseBackColor = true;
     this.gvChannels.Appearance.FocusedRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvChannels.Appearance.FocusedRow.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gvChannels.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvChannels.Appearance.FocusedRow.Options.UseFont = true;
     this.gvChannels.Appearance.HeaderPanel.BackColor = Color.Black;
     this.gvChannels.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gvChannels.Appearance.HideSelectionRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvChannels.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gvChannels.Appearance.OddRow.BackColor = Color.FromArgb(0x40, 0x40, 0x40);
     this.gvChannels.Appearance.OddRow.Options.UseBackColor = true;
     this.gvChannels.Appearance.Preview.BackColor = Color.Black;
     this.gvChannels.Appearance.Preview.Options.UseBackColor = true;
     this.gvChannels.Appearance.Row.BackColor = Color.Black;
     this.gvChannels.Appearance.Row.ForeColor = Color.White;
     this.gvChannels.Appearance.Row.Options.UseBackColor = true;
     this.gvChannels.Appearance.RowSeparator.BackColor = Color.Black;
     this.gvChannels.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gvChannels.Appearance.SelectedRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvChannels.Appearance.SelectedRow.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gvChannels.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvChannels.Appearance.SelectedRow.Options.UseFont = true;
     this.gvChannels.AppearancePrint.Row.ForeColor = Color.White;
     this.gvChannels.AppearancePrint.Row.Options.UseForeColor = true;
     this.gvChannels.BestFitMaxRowCount = 1;
     this.gvChannels.BorderStyle = BorderStyles.NoBorder;
     this.gvChannels.ColumnPanelRowHeight = 30;
     this.gvChannels.Columns.AddRange(new GridColumn[] { this.gcPlayerName, this.gcEmail, this.gcEffortName, this.gcDays, this.gcTimes, this.gcDate });
     this.gvChannels.FocusRectStyle = DrawFocusRectStyle.None;
     this.gvChannels.GridControl = this.gpgDataGridVolunteers;
     this.gvChannels.GroupPanelText = "<LOC>Drag a column header here to group by that column.";
     this.gvChannels.Name = "gvChannels";
     this.gvChannels.OptionsBehavior.Editable = false;
     this.gvChannels.OptionsCustomization.AllowFilter = false;
     this.gvChannels.OptionsCustomization.AllowGroup = false;
     this.gvChannels.OptionsFilter.AllowFilterEditor = false;
     this.gvChannels.OptionsMenu.EnableColumnMenu = false;
     this.gvChannels.OptionsMenu.EnableFooterMenu = false;
     this.gvChannels.OptionsMenu.EnableGroupPanelMenu = false;
     this.gvChannels.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvChannels.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gvChannels.OptionsSelection.MultiSelect = true;
     this.gvChannels.OptionsView.EnableAppearanceEvenRow = true;
     this.gvChannels.OptionsView.EnableAppearanceOddRow = true;
     this.gvChannels.OptionsView.ShowFilterPanelMode = ShowFilterPanelMode.Never;
     this.gvChannels.OptionsView.ShowGroupPanel = false;
     this.gvChannels.OptionsView.ShowHorzLines = false;
     this.gvChannels.OptionsView.ShowIndicator = false;
     this.gvChannels.OptionsView.ShowVertLines = false;
     this.gvChannels.MouseDown += new MouseEventHandler(this.gvChannels_MouseDown);
     this.gvChannels.MouseUp += new MouseEventHandler(this.gvChannels_MouseUp);
     this.gcPlayerName.Caption = "Name";
     this.gcPlayerName.FieldName = "PlayerName";
     this.gcPlayerName.Name = "gcPlayerName";
     this.gcPlayerName.Visible = true;
     this.gcPlayerName.VisibleIndex = 0;
     this.gcEmail.Caption = "Email";
     this.gcEmail.FieldName = "Email";
     this.gcEmail.Name = "gcEmail";
     this.gcEmail.Visible = true;
     this.gcEmail.VisibleIndex = 1;
     this.gcEffortName.Caption = "Effort Description";
     this.gcEffortName.FieldName = "EffortDescription";
     this.gcEffortName.Name = "gcEffortName";
     this.gcEffortName.Visible = true;
     this.gcEffortName.VisibleIndex = 2;
     this.gcDays.Caption = "Available Days";
     this.gcDays.FieldName = "AvailableDays";
     this.gcDays.Name = "gcDays";
     this.gcDays.Visible = true;
     this.gcDays.VisibleIndex = 3;
     this.gcTimes.Caption = "Available Times";
     this.gcTimes.FieldName = "AvailableTimes";
     this.gcTimes.Name = "gcTimes";
     this.gcTimes.Visible = true;
     this.gcTimes.VisibleIndex = 4;
     this.gcDate.Caption = "Volunteer Date";
     this.gcDate.FieldName = "VolunteerDate";
     this.gcDate.Name = "gcDate";
     this.gcDate.Visible = true;
     this.gcDate.VisibleIndex = 5;
     this.repositoryItemComboBox1.AutoHeight = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     this.gpgLabel1.AutoSize = true;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Arial", 9.75f);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(13, 0x52);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(70, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 11;
     this.gpgLabel1.Text = "Volunteers";
     this.gpgLabel1.TextStyle = TextStyles.Header1;
     this.skinButtonRefresh.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonRefresh.AutoStyle = true;
     this.skinButtonRefresh.BackColor = Color.Black;
     this.skinButtonRefresh.DialogResult = DialogResult.OK;
     this.skinButtonRefresh.DisabledForecolor = Color.Gray;
     this.skinButtonRefresh.DrawEdges = true;
     this.skinButtonRefresh.FocusColor = Color.Yellow;
     this.skinButtonRefresh.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonRefresh.ForeColor = Color.White;
     this.skinButtonRefresh.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonRefresh.IsStyled = true;
     this.skinButtonRefresh.Location = new Point(0x1bf, 0x1b4);
     this.skinButtonRefresh.Name = "skinButtonRefresh";
     this.skinButtonRefresh.Size = new Size(0x7d, 0x1a);
     this.skinButtonRefresh.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonRefresh, null);
     this.skinButtonRefresh.TabIndex = 12;
     this.skinButtonRefresh.Text = "Refresh";
     this.skinButtonRefresh.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonRefresh.TextPadding = new Padding(0);
     this.skinButtonRefresh.Click += new EventHandler(this.skinButtonRefresh_Click);
     this.gpgContextMenuChat.MenuItems.AddRange(new MenuItem[] { this.ciExport, this.ciChat_ViewPlayer });
     this.ciExport.Index = 0;
     this.ciExport.MenuItems.AddRange(new MenuItem[] { this.ciExport_PDF, this.ciExport_HTML, this.ciExport_Text, this.ciExport_XLS });
     this.ciExport.Text = "<LOC>Export";
     this.ciExport_PDF.Index = 0;
     this.ciExport_PDF.Text = "<LOC>To PDF";
     this.ciExport_PDF.Click += new EventHandler(this.ciExport_PDF_Click);
     this.ciExport_HTML.Index = 1;
     this.ciExport_HTML.Text = "<LOC>To HTML";
     this.ciExport_HTML.Click += new EventHandler(this.ciExport_HTML_Click);
     this.ciExport_Text.Index = 2;
     this.ciExport_Text.Text = "<LOC>To Text";
     this.ciExport_Text.Click += new EventHandler(this.ciExport_Text_Click);
     this.ciExport_XLS.Index = 3;
     this.ciExport_XLS.Text = "<LOC>To XLS";
     this.ciExport_XLS.Click += new EventHandler(this.ciExport_XLS_Click);
     this.ciChat_ViewPlayer.Index = 1;
     this.ciChat_ViewPlayer.Text = "<LOC>View this player's profile";
     this.ciChat_ViewPlayer.Click += new EventHandler(this.ciChat_ViewPlayer_Click);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x248, 0x20d);
     base.Controls.Add(this.skinButtonRefresh);
     base.Controls.Add(this.gpgLabel1);
     base.Controls.Add(this.gpgDataGridVolunteers);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.Name = "DlgViewVolunteers";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "View Volunteers";
     base.Controls.SetChildIndex(this.gpgDataGridVolunteers, 0);
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.skinButtonRefresh, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgDataGridVolunteers.EndInit();
     this.gvChannels.EndInit();
     this.repositoryItemComboBox1.EndInit();
     this.repositoryItemTextEdit1.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 8
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(DlgContentManager));
     this.gpgPanelMyContent = new GPGPanel();
     this.splitContainerMyContent = new SplitContainer();
     this.treeViewMyContent = new TreeView();
     this.imageListContentTypes = new ImageList(this.components);
     this.gpgLabelMyContent = new GPGLabel();
     this.tabMyContent = new SkinButton();
     this.tabDownload = new SkinButton();
     this.tabUpload = new SkinButton();
     this.gpgPanelDownload = new GPGPanel();
     this.splitContainerDownload = new SplitContainer();
     this.treeViewDownloadType = new TreeView();
     this.treeViewSavedSearches = new TreeView();
     this.skinLabel1 = new SkinLabel();
     this.skinLabel2 = new SkinLabel();
     this.gpgGroupBoxResults = new SkinGroupPanel();
     this.skinButtonSearchNext = new SkinButton();
     this.skinLabelSearchPage = new SkinLabel();
     this.dataGridSearchResults = new GPGDataGrid();
     this.gvResults = new GridView();
     this.gcDownload = new GridColumn();
     this.gcName = new GridColumn();
     this.gcOwner = new GridColumn();
     this.gcVersion = new GridColumn();
     this.gcDate = new GridColumn();
     this.gcDownloads = new GridColumn();
     this.gcRating = new GridColumn();
     this.repositoryItemPictureEdit1 = new RepositoryItemPictureEdit();
     this.repositoryItemRatingStars = new RepositoryItemPictureEdit();
     this.repositoryItemChatLink = new RepositoryItemHyperLinkEdit();
     this.repositoryItemVersionLink = new RepositoryItemHyperLinkEdit();
     this.skinButtonSearchStart = new SkinButton();
     this.skinButtonSearchPrevious = new SkinButton();
     this.gpgGroupBoxCriteria = new SkinGroupPanel();
     this.skinButtonSaveSearch = new SkinButton();
     this.skinButtonRunSearch = new SkinButton();
     this.gpgPanelSearchCriteria = new GPGPanel();
     this.skinButtonSearchType = new SkinButton();
     this.gpgLabelSearchType = new GPGLabel();
     this.gpgTextBoxSearchCreator = new GPGTextBox();
     this.gpgLabel16 = new GPGLabel();
     this.gpgTextBoxSearchName = new GPGTextBox();
     this.gpgLabel1 = new GPGLabel();
     this.gpgTextBoxSearchKeywords = new GPGTextBox();
     this.gpgLabel21 = new GPGLabel();
     this.gpgPanelUpload = new GPGPanel();
     this.splitContainerUpload = new SplitContainer();
     this.gpgLabelUploadLocations = new GPGLabel();
     this.skinLabel4 = new SkinLabel();
     this.skinLabel3 = new SkinLabel();
     this.pictureBoxRefreshUploads = new PictureBox();
     this.treeViewUpload = new TreeView();
     this.gpgGroupBoxUploadVersion = new SkinGroupPanel();
     this.gpgPanelUploadVersion = new GPGPanel();
     this.gpgTextAreaVersionNotes = new GPGTextArea();
     this.gpgLabelUploadVersionNotes = new GPGLabel();
     this.gpgLabelUploadCurrentVersion = new GPGLabel();
     this.gpgGroupBoxUploadGeneral = new SkinGroupPanel();
     this.gpgPanelUploadGeneral = new GPGPanel();
     this.skinButtonDeleteUploadDependency = new SkinButton();
     this.skinButtonUploadDependency = new SkinButton();
     this.gpgTextBoxUploadSearchKeywords = new GPGTextBox();
     this.listBoxUploadDependencies = new ListBox();
     this.gpgLabel6 = new GPGLabel();
     this.gpgLabel9 = new GPGLabel();
     this.gpgLabel27 = new GPGLabel();
     this.gpgTextBoxUploadDesc = new GPGTextBox();
     this.gpgLabelUploadLocation = new GPGLabel();
     this.gpgTextBoxUploadName = new GPGTextBox();
     this.gpgLabel25 = new GPGLabel();
     this.gpgLabel29 = new GPGLabel();
     this.skinButtonDeleteUploadVersion = new SkinButton();
     this.skinButtonDeleteUploadAll = new SkinButton();
     this.skinButtonUpload = new SkinButton();
     this.gpgLabelNoUploadSelected = new GPGLabel();
     this.tabActivity = new SkinButton();
     this.msQuickButtons = new GPGMenuStrip(this.components);
     this.btnOptions = new ToolStripMenuItem();
     this.btnHelp = new ToolStripMenuItem();
     this.btnMapDiagnose = new ToolStripMenuItem();
     this.btnMore = new ToolStripMenuItem();
     this.gpgPanel2 = new GPGPanel();
     this.gpgPanelActivity = new GPGPanel();
     this.splitContainerActivity = new SplitContainer();
     this.gpgLabel4 = new GPGLabel();
     this.gpgLabel3 = new GPGLabel();
     this.gpgLabel2 = new GPGLabel();
     this.gpgPanelDownActivity = new GPGPanel();
     this.skinLabel5 = new SkinLabel();
     this.gpgLabel5 = new GPGLabel();
     this.gpgLabel7 = new GPGLabel();
     this.gpgLabel8 = new GPGLabel();
     this.gpgPanelUpActivity = new GPGPanel();
     this.skinLabel6 = new SkinLabel();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgPanelMyContent.SuspendLayout();
     this.splitContainerMyContent.Panel1.SuspendLayout();
     this.splitContainerMyContent.Panel2.SuspendLayout();
     this.splitContainerMyContent.SuspendLayout();
     this.gpgPanelDownload.SuspendLayout();
     this.splitContainerDownload.Panel1.SuspendLayout();
     this.splitContainerDownload.Panel2.SuspendLayout();
     this.splitContainerDownload.SuspendLayout();
     this.gpgGroupBoxResults.SuspendLayout();
     this.dataGridSearchResults.BeginInit();
     this.gvResults.BeginInit();
     this.repositoryItemPictureEdit1.BeginInit();
     this.repositoryItemRatingStars.BeginInit();
     this.repositoryItemChatLink.BeginInit();
     this.repositoryItemVersionLink.BeginInit();
     this.gpgGroupBoxCriteria.SuspendLayout();
     this.gpgPanelSearchCriteria.SuspendLayout();
     this.gpgTextBoxSearchCreator.Properties.BeginInit();
     this.gpgTextBoxSearchName.Properties.BeginInit();
     this.gpgTextBoxSearchKeywords.Properties.BeginInit();
     this.gpgPanelUpload.SuspendLayout();
     this.splitContainerUpload.Panel1.SuspendLayout();
     this.splitContainerUpload.Panel2.SuspendLayout();
     this.splitContainerUpload.SuspendLayout();
     ((ISupportInitialize) this.pictureBoxRefreshUploads).BeginInit();
     this.gpgGroupBoxUploadVersion.SuspendLayout();
     this.gpgPanelUploadVersion.SuspendLayout();
     this.gpgTextAreaVersionNotes.Properties.BeginInit();
     this.gpgGroupBoxUploadGeneral.SuspendLayout();
     this.gpgPanelUploadGeneral.SuspendLayout();
     this.gpgTextBoxUploadSearchKeywords.Properties.BeginInit();
     this.gpgTextBoxUploadDesc.Properties.BeginInit();
     this.gpgTextBoxUploadName.Properties.BeginInit();
     this.msQuickButtons.SuspendLayout();
     this.gpgPanelActivity.SuspendLayout();
     this.splitContainerActivity.Panel1.SuspendLayout();
     this.splitContainerActivity.Panel2.SuspendLayout();
     this.splitContainerActivity.SuspendLayout();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x3c5, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgPanelMyContent.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelMyContent.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelMyContent.BorderThickness = 2;
     this.gpgPanelMyContent.Controls.Add(this.splitContainerMyContent);
     this.gpgPanelMyContent.DrawBorder = false;
     this.gpgPanelMyContent.Location = new Point(12, 110);
     this.gpgPanelMyContent.Name = "gpgPanelMyContent";
     this.gpgPanelMyContent.Size = new Size(0x3e8, 0x25a);
     base.ttDefault.SetSuperTip(this.gpgPanelMyContent, null);
     this.gpgPanelMyContent.TabIndex = 7;
     this.splitContainerMyContent.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.splitContainerMyContent.BackColor = Color.DarkGray;
     this.splitContainerMyContent.Location = new Point(2, 2);
     this.splitContainerMyContent.Name = "splitContainerMyContent";
     this.splitContainerMyContent.Panel1.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.splitContainerMyContent.Panel1.Controls.Add(this.treeViewMyContent);
     base.ttDefault.SetSuperTip(this.splitContainerMyContent.Panel1, null);
     this.splitContainerMyContent.Panel2.AutoScroll = true;
     this.splitContainerMyContent.Panel2.BackColor = Color.Black;
     this.splitContainerMyContent.Panel2.BackgroundImage = (Image) manager.GetObject("splitContainerMyContent.Panel2.BackgroundImage");
     this.splitContainerMyContent.Panel2.Controls.Add(this.gpgLabelMyContent);
     base.ttDefault.SetSuperTip(this.splitContainerMyContent.Panel2, null);
     this.splitContainerMyContent.Size = new Size(0x3e4, 0x256);
     this.splitContainerMyContent.SplitterDistance = 0xd8;
     this.splitContainerMyContent.SplitterWidth = 2;
     base.ttDefault.SetSuperTip(this.splitContainerMyContent, null);
     this.splitContainerMyContent.TabIndex = 2;
     this.treeViewMyContent.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.treeViewMyContent.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.treeViewMyContent.BorderStyle = BorderStyle.None;
     this.treeViewMyContent.ForeColor = Color.White;
     this.treeViewMyContent.HideSelection = false;
     this.treeViewMyContent.ImageIndex = 0;
     this.treeViewMyContent.ImageList = this.imageListContentTypes;
     this.treeViewMyContent.Location = new Point(0, 4);
     this.treeViewMyContent.Name = "treeViewMyContent";
     this.treeViewMyContent.SelectedImageIndex = 0;
     this.treeViewMyContent.Size = new Size(0xd9, 0x252);
     base.ttDefault.SetSuperTip(this.treeViewMyContent, null);
     this.treeViewMyContent.TabIndex = 1;
     this.treeViewMyContent.AfterSelect += new TreeViewEventHandler(this.treeViewMyContent_AfterSelect);
     this.imageListContentTypes.ImageStream = (ImageListStreamer) manager.GetObject("imageListContentTypes.ImageStream");
     this.imageListContentTypes.TransparentColor = Color.Transparent;
     this.imageListContentTypes.Images.SetKeyName(0, "icon_map_sm.png");
     this.imageListContentTypes.Images.SetKeyName(1, "icon_mod_sm.png");
     this.imageListContentTypes.Images.SetKeyName(2, "icon_mag_glass_sm.png");
     this.imageListContentTypes.Images.SetKeyName(3, "icon_saved_sm.png");
     this.imageListContentTypes.Images.SetKeyName(4, "icon_my_upload_sm.png");
     this.imageListContentTypes.Images.SetKeyName(5, "icon_avail_upload_sm.png");
     this.imageListContentTypes.Images.SetKeyName(6, "icon_replay_sm.png");
     this.imageListContentTypes.Images.SetKeyName(7, "icon_missing_sm.png");
     this.imageListContentTypes.Images.SetKeyName(8, "icon_tools_sm.png");
     this.imageListContentTypes.Images.SetKeyName(9, "icon_video_sm.png");
     this.gpgLabelMyContent.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelMyContent.AutoStyle = true;
     this.gpgLabelMyContent.BackColor = Color.Transparent;
     this.gpgLabelMyContent.Dock = DockStyle.Fill;
     this.gpgLabelMyContent.Font = new Font("Arial", 9.75f);
     this.gpgLabelMyContent.ForeColor = Color.White;
     this.gpgLabelMyContent.IgnoreMouseWheel = false;
     this.gpgLabelMyContent.IsStyled = false;
     this.gpgLabelMyContent.Location = new Point(0, 0);
     this.gpgLabelMyContent.Name = "gpgLabelMyContent";
     this.gpgLabelMyContent.Size = new Size(0x30a, 0x256);
     base.ttDefault.SetSuperTip(this.gpgLabelMyContent, null);
     this.gpgLabelMyContent.TabIndex = 0;
     this.gpgLabelMyContent.Text = "gpgLabel2";
     this.gpgLabelMyContent.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelMyContent.TextStyle = TextStyles.Default;
     this.tabMyContent.AutoStyle = true;
     this.tabMyContent.BackColor = Color.Black;
     this.tabMyContent.ButtonState = 0;
     this.tabMyContent.DialogResult = DialogResult.OK;
     this.tabMyContent.DisabledForecolor = Color.Gray;
     this.tabMyContent.DrawColor = Color.White;
     this.tabMyContent.DrawEdges = true;
     this.tabMyContent.FocusColor = Color.Yellow;
     this.tabMyContent.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.tabMyContent.ForeColor = Color.White;
     this.tabMyContent.HorizontalScalingMode = ScalingModes.Tile;
     this.tabMyContent.IsStyled = true;
     this.tabMyContent.Location = new Point(0x84, 0x53);
     this.tabMyContent.Name = "tabMyContent";
     this.tabMyContent.Size = new Size(0x7a, 0x1c);
     this.tabMyContent.SkinBasePath = @"Dialog\ContentManager\TabLarge";
     base.ttDefault.SetSuperTip(this.tabMyContent, null);
     this.tabMyContent.TabIndex = 8;
     this.tabMyContent.TabStop = true;
     this.tabMyContent.Text = "<LOC>My Content";
     this.tabMyContent.TextAlign = ContentAlignment.MiddleLeft;
     this.tabMyContent.TextPadding = new Padding(6, 0, 0, 0);
     this.tabDownload.AutoStyle = true;
     this.tabDownload.BackColor = Color.Black;
     this.tabDownload.ButtonState = 0;
     this.tabDownload.DialogResult = DialogResult.OK;
     this.tabDownload.DisabledForecolor = Color.Gray;
     this.tabDownload.DrawColor = Color.White;
     this.tabDownload.DrawEdges = true;
     this.tabDownload.FocusColor = Color.Yellow;
     this.tabDownload.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.tabDownload.ForeColor = Color.White;
     this.tabDownload.HorizontalScalingMode = ScalingModes.Tile;
     this.tabDownload.IsStyled = true;
     this.tabDownload.Location = new Point(10, 0x53);
     this.tabDownload.Name = "tabDownload";
     this.tabDownload.Size = new Size(0x7a, 0x1c);
     this.tabDownload.SkinBasePath = @"Dialog\ContentManager\TabLarge";
     base.ttDefault.SetSuperTip(this.tabDownload, null);
     this.tabDownload.TabIndex = 9;
     this.tabDownload.TabStop = true;
     this.tabDownload.Text = "<LOC>Download";
     this.tabDownload.TextAlign = ContentAlignment.MiddleLeft;
     this.tabDownload.TextPadding = new Padding(6, 0, 0, 0);
     this.tabUpload.AutoStyle = true;
     this.tabUpload.BackColor = Color.Black;
     this.tabUpload.ButtonState = 0;
     this.tabUpload.DialogResult = DialogResult.OK;
     this.tabUpload.DisabledForecolor = Color.Gray;
     this.tabUpload.DrawColor = Color.White;
     this.tabUpload.DrawEdges = true;
     this.tabUpload.FocusColor = Color.Yellow;
     this.tabUpload.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.tabUpload.ForeColor = Color.White;
     this.tabUpload.HorizontalScalingMode = ScalingModes.Tile;
     this.tabUpload.IsStyled = true;
     this.tabUpload.Location = new Point(0xfe, 0x53);
     this.tabUpload.Name = "tabUpload";
     this.tabUpload.Size = new Size(0x7a, 0x1c);
     this.tabUpload.SkinBasePath = @"Dialog\ContentManager\TabLarge";
     base.ttDefault.SetSuperTip(this.tabUpload, null);
     this.tabUpload.TabIndex = 10;
     this.tabUpload.TabStop = true;
     this.tabUpload.Text = "<LOC>Upload";
     this.tabUpload.TextAlign = ContentAlignment.MiddleLeft;
     this.tabUpload.TextPadding = new Padding(6, 0, 0, 0);
     this.gpgPanelDownload.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelDownload.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelDownload.BorderThickness = 2;
     this.gpgPanelDownload.Controls.Add(this.splitContainerDownload);
     this.gpgPanelDownload.DrawBorder = false;
     this.gpgPanelDownload.Location = new Point(12, 110);
     this.gpgPanelDownload.Name = "gpgPanelDownload";
     this.gpgPanelDownload.Size = new Size(0x3e8, 0x25a);
     base.ttDefault.SetSuperTip(this.gpgPanelDownload, null);
     this.gpgPanelDownload.TabIndex = 8;
     this.splitContainerDownload.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.splitContainerDownload.Location = new Point(2, 2);
     this.splitContainerDownload.Name = "splitContainerDownload";
     this.splitContainerDownload.Panel1.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.splitContainerDownload.Panel1.Controls.Add(this.treeViewDownloadType);
     this.splitContainerDownload.Panel1.Controls.Add(this.treeViewSavedSearches);
     this.splitContainerDownload.Panel1.Controls.Add(this.skinLabel1);
     this.splitContainerDownload.Panel1.Controls.Add(this.skinLabel2);
     base.ttDefault.SetSuperTip(this.splitContainerDownload.Panel1, null);
     this.splitContainerDownload.Panel2.BackgroundImage = (Image) manager.GetObject("splitContainerDownload.Panel2.BackgroundImage");
     this.splitContainerDownload.Panel2.Controls.Add(this.gpgGroupBoxResults);
     this.splitContainerDownload.Panel2.Controls.Add(this.gpgGroupBoxCriteria);
     base.ttDefault.SetSuperTip(this.splitContainerDownload.Panel2, null);
     this.splitContainerDownload.Size = new Size(0x3e4, 0x256);
     this.splitContainerDownload.SplitterDistance = 0xe1;
     this.splitContainerDownload.SplitterWidth = 2;
     base.ttDefault.SetSuperTip(this.splitContainerDownload, null);
     this.splitContainerDownload.TabIndex = 15;
     this.treeViewDownloadType.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.treeViewDownloadType.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.treeViewDownloadType.BorderStyle = BorderStyle.None;
     this.treeViewDownloadType.HideSelection = false;
     this.treeViewDownloadType.ImageIndex = 0;
     this.treeViewDownloadType.ImageList = this.imageListContentTypes;
     this.treeViewDownloadType.Location = new Point(0, 0x1a);
     this.treeViewDownloadType.Name = "treeViewDownloadType";
     this.treeViewDownloadType.SelectedImageIndex = 0;
     this.treeViewDownloadType.Size = new Size(0xe1, 0x80);
     base.ttDefault.SetSuperTip(this.treeViewDownloadType, null);
     this.treeViewDownloadType.TabIndex = 0;
     this.treeViewDownloadType.AfterSelect += new TreeViewEventHandler(this.treeViewDownloadType_AfterSelect);
     this.treeViewSavedSearches.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.treeViewSavedSearches.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.treeViewSavedSearches.BorderStyle = BorderStyle.None;
     this.treeViewSavedSearches.HideSelection = false;
     this.treeViewSavedSearches.ImageIndex = 0;
     this.treeViewSavedSearches.ImageList = this.imageListContentTypes;
     this.treeViewSavedSearches.Location = new Point(0, 180);
     this.treeViewSavedSearches.Name = "treeViewSavedSearches";
     this.treeViewSavedSearches.SelectedImageIndex = 0;
     this.treeViewSavedSearches.Size = new Size(0xe1, 0x1a2);
     base.ttDefault.SetSuperTip(this.treeViewSavedSearches, null);
     this.treeViewSavedSearches.TabIndex = 1;
     this.treeViewSavedSearches.AfterSelect += new TreeViewEventHandler(this.treeViewSavedSearches_AfterSelect);
     this.skinLabel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabel1.AutoStyle = false;
     this.skinLabel1.BackColor = Color.Transparent;
     this.skinLabel1.DrawEdges = true;
     this.skinLabel1.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabel1.ForeColor = Color.White;
     this.skinLabel1.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel1.IsStyled = false;
     this.skinLabel1.Location = new Point(0, 0x9a);
     this.skinLabel1.Name = "skinLabel1";
     this.skinLabel1.Size = new Size(0xe1, 20);
     this.skinLabel1.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel1, null);
     this.skinLabel1.TabIndex = 15;
     this.skinLabel1.Text = "<LOC>Saved Searches";
     this.skinLabel1.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel1.TextPadding = new Padding(0);
     this.skinLabel2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabel2.AutoStyle = false;
     this.skinLabel2.BackColor = Color.Transparent;
     this.skinLabel2.DrawEdges = true;
     this.skinLabel2.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabel2.ForeColor = Color.White;
     this.skinLabel2.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel2.IsStyled = false;
     this.skinLabel2.Location = new Point(0, 0);
     this.skinLabel2.Name = "skinLabel2";
     this.skinLabel2.Size = new Size(0xe1, 20);
     this.skinLabel2.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel2, null);
     this.skinLabel2.TabIndex = 0x10;
     this.skinLabel2.Text = "<LOC>Search For";
     this.skinLabel2.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel2.TextPadding = new Padding(0);
     this.gpgGroupBoxResults.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgGroupBoxResults.AutoStyle = false;
     this.gpgGroupBoxResults.BackColor = Color.Black;
     this.gpgGroupBoxResults.Controls.Add(this.skinButtonSearchNext);
     this.gpgGroupBoxResults.Controls.Add(this.skinLabelSearchPage);
     this.gpgGroupBoxResults.Controls.Add(this.dataGridSearchResults);
     this.gpgGroupBoxResults.Controls.Add(this.skinButtonSearchStart);
     this.gpgGroupBoxResults.Controls.Add(this.skinButtonSearchPrevious);
     this.gpgGroupBoxResults.CutCorner = false;
     this.gpgGroupBoxResults.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgGroupBoxResults.HeaderImage = GroupPanelImages.blue_gradient;
     this.gpgGroupBoxResults.IsStyled = true;
     this.gpgGroupBoxResults.Location = new Point(4, 0x7d);
     this.gpgGroupBoxResults.Margin = new Padding(4, 3, 4, 3);
     this.gpgGroupBoxResults.Name = "gpgGroupBoxResults";
     this.gpgGroupBoxResults.Size = new Size(0x2f6, 0x1d4);
     base.ttDefault.SetSuperTip(this.gpgGroupBoxResults, null);
     this.gpgGroupBoxResults.TabIndex = 0x10;
     this.gpgGroupBoxResults.Text = "<LOC>Search Results";
     this.gpgGroupBoxResults.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgGroupBoxResults.TextPadding = new Padding(8, 0, 0, 0);
     this.skinButtonSearchNext.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonSearchNext.AutoStyle = true;
     this.skinButtonSearchNext.BackColor = Color.Black;
     this.skinButtonSearchNext.ButtonState = 0;
     this.skinButtonSearchNext.DialogResult = DialogResult.OK;
     this.skinButtonSearchNext.DisabledForecolor = Color.Gray;
     this.skinButtonSearchNext.DrawColor = Color.White;
     this.skinButtonSearchNext.DrawEdges = false;
     this.skinButtonSearchNext.FocusColor = Color.Yellow;
     this.skinButtonSearchNext.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSearchNext.ForeColor = Color.White;
     this.skinButtonSearchNext.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonSearchNext.IsStyled = true;
     this.skinButtonSearchNext.Location = new Point(0x2ca, 0x1ba);
     this.skinButtonSearchNext.Name = "skinButtonSearchNext";
     this.skinButtonSearchNext.Size = new Size(40, 0x16);
     this.skinButtonSearchNext.SkinBasePath = @"Controls\Button\Next_End";
     base.ttDefault.SetSuperTip(this.skinButtonSearchNext, null);
     this.skinButtonSearchNext.TabIndex = 7;
     this.skinButtonSearchNext.TabStop = true;
     this.skinButtonSearchNext.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSearchNext.TextPadding = new Padding(0);
     this.skinButtonSearchNext.Click += new EventHandler(this.skinButtonSearchNext_Click);
     this.skinLabelSearchPage.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinLabelSearchPage.AutoStyle = false;
     this.skinLabelSearchPage.BackColor = Color.Transparent;
     this.skinLabelSearchPage.DrawEdges = true;
     this.skinLabelSearchPage.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabelSearchPage.ForeColor = Color.White;
     this.skinLabelSearchPage.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabelSearchPage.IsStyled = false;
     this.skinLabelSearchPage.Location = new Point(0x54, 0x1ba);
     this.skinLabelSearchPage.Name = "skinLabelSearchPage";
     this.skinLabelSearchPage.Size = new Size(630, 0x16);
     this.skinLabelSearchPage.SkinBasePath = @"Controls\Background Label\BlackBar";
     base.ttDefault.SetSuperTip(this.skinLabelSearchPage, null);
     this.skinLabelSearchPage.TabIndex = 0x19;
     this.skinLabelSearchPage.Text = "<LOC>No Results";
     this.skinLabelSearchPage.TextAlign = ContentAlignment.MiddleCenter;
     this.skinLabelSearchPage.TextPadding = new Padding(0);
     this.dataGridSearchResults.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.dataGridSearchResults.CustomizeStyle = false;
     this.dataGridSearchResults.EmbeddedNavigator.Name = "";
     this.dataGridSearchResults.Location = new Point(4, 0x16);
     this.dataGridSearchResults.MainView = this.gvResults;
     this.dataGridSearchResults.Name = "dataGridSearchResults";
     this.dataGridSearchResults.RepositoryItems.AddRange(new RepositoryItem[] { this.repositoryItemRatingStars, this.repositoryItemChatLink, this.repositoryItemPictureEdit1, this.repositoryItemVersionLink });
     this.dataGridSearchResults.ShowOnlyPredefinedDetails = true;
     this.dataGridSearchResults.Size = new Size(750, 0x1a0);
     this.dataGridSearchResults.TabIndex = 0x18;
     this.dataGridSearchResults.ViewCollection.AddRange(new BaseView[] { this.gvResults });
     this.dataGridSearchResults.DoubleClick += new EventHandler(this.dataGridSearchResults_DoubleClick);
     this.gvResults.Appearance.EvenRow.BackColor = Color.Black;
     this.gvResults.Appearance.EvenRow.Options.UseBackColor = true;
     this.gvResults.Appearance.OddRow.BackColor = Color.Black;
     this.gvResults.Appearance.OddRow.Options.UseBackColor = true;
     this.gvResults.Appearance.Preview.ForeColor = Color.Silver;
     this.gvResults.Appearance.Preview.Options.UseForeColor = true;
     this.gvResults.Appearance.SelectedRow.BackColor = Color.FromArgb(0x33, 0x33, 0x65);
     this.gvResults.Appearance.SelectedRow.BackColor2 = Color.Black;
     this.gvResults.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvResults.Columns.AddRange(new GridColumn[] { this.gcDownload, this.gcName, this.gcOwner, this.gcVersion, this.gcDate, this.gcDownloads, this.gcRating });
     this.gvResults.GridControl = this.dataGridSearchResults;
     this.gvResults.GroupPanelText = "<LOC>Drag a column here to group by it.";
     this.gvResults.Name = "gvResults";
     this.gvResults.OptionsBehavior.Editable = false;
     this.gvResults.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvResults.OptionsView.AutoCalcPreviewLineCount = true;
     this.gvResults.OptionsView.RowAutoHeight = true;
     this.gvResults.OptionsView.ShowPreview = true;
     this.gvResults.PreviewFieldName = "Description";
     this.gvResults.CustomDrawCell += new RowCellCustomDrawEventHandler(this.gvResults_CustomDrawCell);
     this.gvResults.MouseDown += new MouseEventHandler(this.gvResults_MouseDown);
     this.gvResults.MouseUp += new MouseEventHandler(this.gvResults_MouseUp);
     this.gvResults.MouseMove += new MouseEventHandler(this.gvResults_MouseMove);
     this.gvResults.CalcRowHeight += new RowHeightEventHandler(this.gvResults_CalcRowHeight);
     this.gcDownload.AppearanceHeader.Options.UseTextOptions = true;
     this.gcDownload.AppearanceHeader.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcDownload.Caption = "<LOC>Download";
     this.gcDownload.FieldName = "Download";
     this.gcDownload.Name = "gcDownload";
     this.gcDownload.ToolTip = "<LOC>Download";
     this.gcDownload.Visible = true;
     this.gcDownload.VisibleIndex = 0;
     this.gcName.AppearanceCell.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcName.AppearanceCell.Options.UseFont = true;
     this.gcName.AppearanceHeader.Options.UseTextOptions = true;
     this.gcName.AppearanceHeader.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcName.Caption = "<LOC>Name";
     this.gcName.FieldName = "Name";
     this.gcName.Name = "gcName";
     this.gcName.Visible = true;
     this.gcName.VisibleIndex = 1;
     this.gcOwner.AppearanceHeader.Options.UseTextOptions = true;
     this.gcOwner.AppearanceHeader.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcOwner.Caption = "<LOC>Creator";
     this.gcOwner.FieldName = "OwnerName";
     this.gcOwner.Name = "gcOwner";
     this.gcOwner.Visible = true;
     this.gcOwner.VisibleIndex = 2;
     this.gcVersion.AppearanceCell.Font = new Font("Tahoma", 8.25f, FontStyle.Underline | FontStyle.Bold);
     this.gcVersion.AppearanceCell.ForeColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gcVersion.AppearanceCell.Options.UseFont = true;
     this.gcVersion.AppearanceCell.Options.UseForeColor = true;
     this.gcVersion.AppearanceCell.Options.UseTextOptions = true;
     this.gcVersion.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcVersion.AppearanceHeader.Options.UseTextOptions = true;
     this.gcVersion.AppearanceHeader.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcVersion.Caption = "<LOC>Version";
     this.gcVersion.FieldName = "Version";
     this.gcVersion.Name = "gcVersion";
     this.gcVersion.Visible = true;
     this.gcVersion.VisibleIndex = 3;
     this.gcDate.AppearanceHeader.Options.UseTextOptions = true;
     this.gcDate.AppearanceHeader.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcDate.Caption = "<LOC>Date";
     this.gcDate.FieldName = "VersionDate";
     this.gcDate.Name = "gcDate";
     this.gcDate.Visible = true;
     this.gcDate.VisibleIndex = 4;
     this.gcDownloads.AppearanceCell.Options.UseTextOptions = true;
     this.gcDownloads.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcDownloads.AppearanceHeader.Options.UseTextOptions = true;
     this.gcDownloads.AppearanceHeader.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcDownloads.Caption = "<LOC>D/L";
     this.gcDownloads.FieldName = "Downloads";
     this.gcDownloads.Name = "gcDownloads";
     this.gcDownloads.Visible = true;
     this.gcDownloads.VisibleIndex = 5;
     this.gcRating.AppearanceHeader.Options.UseTextOptions = true;
     this.gcRating.AppearanceHeader.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcRating.Caption = "<LOC>Rating";
     this.gcRating.ColumnEdit = this.repositoryItemPictureEdit1;
     this.gcRating.FieldName = "RatingImageSmall";
     this.gcRating.Name = "gcRating";
     this.gcRating.Visible = true;
     this.gcRating.VisibleIndex = 6;
     this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
     this.repositoryItemRatingStars.Name = "repositoryItemRatingStars";
     this.repositoryItemChatLink.Appearance.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.repositoryItemChatLink.Appearance.ForeColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.repositoryItemChatLink.Appearance.Options.UseFont = true;
     this.repositoryItemChatLink.Appearance.Options.UseForeColor = true;
     this.repositoryItemChatLink.Appearance.Options.UseTextOptions = true;
     this.repositoryItemChatLink.Appearance.TextOptions.HAlignment = HorzAlignment.Center;
     this.repositoryItemChatLink.Appearance.TextOptions.VAlignment = VertAlignment.Center;
     this.repositoryItemChatLink.AppearanceFocused.Options.UseTextOptions = true;
     this.repositoryItemChatLink.AppearanceFocused.TextOptions.HAlignment = HorzAlignment.Center;
     this.repositoryItemChatLink.AppearanceFocused.TextOptions.VAlignment = VertAlignment.Center;
     this.repositoryItemChatLink.AutoHeight = false;
     this.repositoryItemChatLink.LinkColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.repositoryItemChatLink.Name = "repositoryItemChatLink";
     this.repositoryItemChatLink.SingleClick = true;
     this.repositoryItemVersionLink.AutoHeight = false;
     this.repositoryItemVersionLink.Name = "repositoryItemVersionLink";
     this.skinButtonSearchStart.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinButtonSearchStart.AutoStyle = true;
     this.skinButtonSearchStart.BackColor = Color.Black;
     this.skinButtonSearchStart.ButtonState = 0;
     this.skinButtonSearchStart.DialogResult = DialogResult.OK;
     this.skinButtonSearchStart.DisabledForecolor = Color.Gray;
     this.skinButtonSearchStart.DrawColor = Color.White;
     this.skinButtonSearchStart.DrawEdges = false;
     this.skinButtonSearchStart.FocusColor = Color.Yellow;
     this.skinButtonSearchStart.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSearchStart.ForeColor = Color.White;
     this.skinButtonSearchStart.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonSearchStart.IsStyled = true;
     this.skinButtonSearchStart.Location = new Point(4, 0x1ba);
     this.skinButtonSearchStart.Name = "skinButtonSearchStart";
     this.skinButtonSearchStart.Size = new Size(40, 0x16);
     this.skinButtonSearchStart.SkinBasePath = @"Controls\Button\First";
     base.ttDefault.SetSuperTip(this.skinButtonSearchStart, null);
     this.skinButtonSearchStart.TabIndex = 5;
     this.skinButtonSearchStart.TabStop = true;
     this.skinButtonSearchStart.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSearchStart.TextPadding = new Padding(0);
     this.skinButtonSearchStart.Click += new EventHandler(this.skinButtonSearchStart_Click);
     this.skinButtonSearchPrevious.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinButtonSearchPrevious.AutoStyle = true;
     this.skinButtonSearchPrevious.BackColor = Color.Black;
     this.skinButtonSearchPrevious.ButtonState = 0;
     this.skinButtonSearchPrevious.DialogResult = DialogResult.OK;
     this.skinButtonSearchPrevious.DisabledForecolor = Color.Gray;
     this.skinButtonSearchPrevious.DrawColor = Color.White;
     this.skinButtonSearchPrevious.DrawEdges = false;
     this.skinButtonSearchPrevious.FocusColor = Color.Yellow;
     this.skinButtonSearchPrevious.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSearchPrevious.ForeColor = Color.White;
     this.skinButtonSearchPrevious.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonSearchPrevious.IsStyled = true;
     this.skinButtonSearchPrevious.Location = new Point(0x2c, 0x1ba);
     this.skinButtonSearchPrevious.Name = "skinButtonSearchPrevious";
     this.skinButtonSearchPrevious.Size = new Size(40, 0x16);
     this.skinButtonSearchPrevious.SkinBasePath = @"Controls\Button\Previous";
     base.ttDefault.SetSuperTip(this.skinButtonSearchPrevious, null);
     this.skinButtonSearchPrevious.TabIndex = 6;
     this.skinButtonSearchPrevious.TabStop = true;
     this.skinButtonSearchPrevious.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSearchPrevious.TextPadding = new Padding(0);
     this.skinButtonSearchPrevious.Click += new EventHandler(this.skinButtonSearchPrevious_Click);
     this.gpgGroupBoxCriteria.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgGroupBoxCriteria.AutoStyle = false;
     this.gpgGroupBoxCriteria.BackColor = Color.Black;
     this.gpgGroupBoxCriteria.Controls.Add(this.skinButtonSaveSearch);
     this.gpgGroupBoxCriteria.Controls.Add(this.skinButtonRunSearch);
     this.gpgGroupBoxCriteria.Controls.Add(this.gpgPanelSearchCriteria);
     this.gpgGroupBoxCriteria.CutCorner = false;
     this.gpgGroupBoxCriteria.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgGroupBoxCriteria.HeaderImage = GroupPanelImages.blue_gradient;
     this.gpgGroupBoxCriteria.IsStyled = true;
     this.gpgGroupBoxCriteria.Location = new Point(4, 5);
     this.gpgGroupBoxCriteria.Margin = new Padding(4, 3, 4, 3);
     this.gpgGroupBoxCriteria.Name = "gpgGroupBoxCriteria";
     this.gpgGroupBoxCriteria.Size = new Size(0x2f6, 0x72);
     base.ttDefault.SetSuperTip(this.gpgGroupBoxCriteria, null);
     this.gpgGroupBoxCriteria.TabIndex = 15;
     this.gpgGroupBoxCriteria.Text = "<LOC>Search Criteria";
     this.gpgGroupBoxCriteria.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgGroupBoxCriteria.TextPadding = new Padding(8, 0, 0, 0);
     this.skinButtonSaveSearch.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonSaveSearch.AutoStyle = true;
     this.skinButtonSaveSearch.BackColor = Color.Black;
     this.skinButtonSaveSearch.ButtonState = 0;
     this.skinButtonSaveSearch.DialogResult = DialogResult.OK;
     this.skinButtonSaveSearch.DisabledForecolor = Color.Gray;
     this.skinButtonSaveSearch.DrawColor = Color.White;
     this.skinButtonSaveSearch.DrawEdges = true;
     this.skinButtonSaveSearch.FocusColor = Color.Yellow;
     this.skinButtonSaveSearch.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSaveSearch.ForeColor = Color.White;
     this.skinButtonSaveSearch.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonSaveSearch.IsStyled = true;
     this.skinButtonSaveSearch.Location = new Point(0x1ef, 0x51);
     this.skinButtonSaveSearch.Name = "skinButtonSaveSearch";
     this.skinButtonSaveSearch.Size = new Size(0x7d, 0x1a);
     this.skinButtonSaveSearch.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonSaveSearch, null);
     this.skinButtonSaveSearch.TabIndex = 0x1f;
     this.skinButtonSaveSearch.TabStop = true;
     this.skinButtonSaveSearch.Text = "<LOC>Save Search";
     this.skinButtonSaveSearch.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSaveSearch.TextPadding = new Padding(0);
     this.skinButtonSaveSearch.Visible = false;
     this.skinButtonSaveSearch.Click += new EventHandler(this.skinButtonSaveSearch_Click);
     this.skinButtonRunSearch.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonRunSearch.AutoStyle = true;
     this.skinButtonRunSearch.BackColor = Color.Black;
     this.skinButtonRunSearch.ButtonState = 0;
     this.skinButtonRunSearch.DialogResult = DialogResult.OK;
     this.skinButtonRunSearch.DisabledForecolor = Color.Gray;
     this.skinButtonRunSearch.DrawColor = Color.White;
     this.skinButtonRunSearch.DrawEdges = true;
     this.skinButtonRunSearch.FocusColor = Color.Yellow;
     this.skinButtonRunSearch.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonRunSearch.ForeColor = Color.White;
     this.skinButtonRunSearch.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonRunSearch.IsStyled = true;
     this.skinButtonRunSearch.Location = new Point(0x272, 0x51);
     this.skinButtonRunSearch.Name = "skinButtonRunSearch";
     this.skinButtonRunSearch.Size = new Size(0x7d, 0x1a);
     this.skinButtonRunSearch.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonRunSearch, null);
     this.skinButtonRunSearch.TabIndex = 30;
     this.skinButtonRunSearch.TabStop = true;
     this.skinButtonRunSearch.Text = "<LOC>Run Search";
     this.skinButtonRunSearch.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonRunSearch.TextPadding = new Padding(0);
     this.skinButtonRunSearch.Click += new EventHandler(this.skinButtonRunSearch_Click);
     this.gpgPanelSearchCriteria.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelSearchCriteria.AutoScroll = true;
     this.gpgPanelSearchCriteria.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelSearchCriteria.BorderThickness = 2;
     this.gpgPanelSearchCriteria.Controls.Add(this.skinButtonSearchType);
     this.gpgPanelSearchCriteria.Controls.Add(this.gpgLabelSearchType);
     this.gpgPanelSearchCriteria.Controls.Add(this.gpgTextBoxSearchCreator);
     this.gpgPanelSearchCriteria.Controls.Add(this.gpgLabel16);
     this.gpgPanelSearchCriteria.Controls.Add(this.gpgTextBoxSearchName);
     this.gpgPanelSearchCriteria.Controls.Add(this.gpgLabel1);
     this.gpgPanelSearchCriteria.Controls.Add(this.gpgTextBoxSearchKeywords);
     this.gpgPanelSearchCriteria.Controls.Add(this.gpgLabel21);
     this.gpgPanelSearchCriteria.DrawBorder = false;
     this.gpgPanelSearchCriteria.Location = new Point(2, 0x17);
     this.gpgPanelSearchCriteria.Name = "gpgPanelSearchCriteria";
     this.gpgPanelSearchCriteria.Size = new Size(0x2ed, 0x34);
     base.ttDefault.SetSuperTip(this.gpgPanelSearchCriteria, null);
     this.gpgPanelSearchCriteria.TabIndex = 0x1d;
     this.skinButtonSearchType.AutoStyle = true;
     this.skinButtonSearchType.BackColor = Color.Transparent;
     this.skinButtonSearchType.ButtonState = 0;
     this.skinButtonSearchType.DialogResult = DialogResult.OK;
     this.skinButtonSearchType.DisabledForecolor = Color.Gray;
     this.skinButtonSearchType.DrawColor = Color.White;
     this.skinButtonSearchType.DrawEdges = false;
     this.skinButtonSearchType.FocusColor = Color.Yellow;
     this.skinButtonSearchType.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSearchType.ForeColor = Color.White;
     this.skinButtonSearchType.HorizontalScalingMode = ScalingModes.Center;
     this.skinButtonSearchType.IsStyled = true;
     this.skinButtonSearchType.Location = new Point(0x295, 0x17);
     this.skinButtonSearchType.Name = "skinButtonSearchType";
     this.skinButtonSearchType.Size = new Size(0x18, 0x12);
     this.skinButtonSearchType.SkinBasePath = @"Dialog\ContentManager\BtnAdvancedSearch";
     base.ttDefault.SetSuperTip(this.skinButtonSearchType, null);
     this.skinButtonSearchType.TabIndex = 0x25;
     this.skinButtonSearchType.TabStop = true;
     this.skinButtonSearchType.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSearchType.TextPadding = new Padding(0);
     this.skinButtonSearchType.Click += new EventHandler(this.skinButtonSearchType_Click);
     this.gpgLabelSearchType.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelSearchType.AutoSize = true;
     this.gpgLabelSearchType.AutoStyle = true;
     this.gpgLabelSearchType.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabelSearchType.ForeColor = Color.DimGray;
     this.gpgLabelSearchType.IgnoreMouseWheel = false;
     this.gpgLabelSearchType.IsStyled = false;
     this.gpgLabelSearchType.Location = new Point(530, 0x1a);
     this.gpgLabelSearchType.Name = "gpgLabelSearchType";
     this.gpgLabelSearchType.Size = new Size(0x7e, 12);
     base.ttDefault.SetSuperTip(this.gpgLabelSearchType, null);
     this.gpgLabelSearchType.TabIndex = 0x23;
     this.gpgLabelSearchType.Text = "<LOC>Advanced Search";
     this.gpgLabelSearchType.TextStyle = TextStyles.Custom;
     this.gpgTextBoxSearchCreator.Location = new Point(0xb9, 0x16);
     this.gpgTextBoxSearchCreator.Name = "gpgTextBoxSearchCreator";
     this.gpgTextBoxSearchCreator.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxSearchCreator.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxSearchCreator.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxSearchCreator.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxSearchCreator.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxSearchCreator.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxSearchCreator.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxSearchCreator.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxSearchCreator.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxSearchCreator.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxSearchCreator.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxSearchCreator.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxSearchCreator.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxSearchCreator.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxSearchCreator.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxSearchCreator.Properties.MaxLength = 0x16;
     this.gpgTextBoxSearchCreator.Size = new Size(160, 20);
     this.gpgTextBoxSearchCreator.TabIndex = 0x22;
     this.gpgTextBoxSearchCreator.EditValueChanged += new EventHandler(this.SearchCriteriaChanged);
     this.gpgTextBoxSearchCreator.KeyDown += new KeyEventHandler(this.SearchCriteriaTextBox_KeyDown);
     this.gpgLabel16.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel16.AutoSize = true;
     this.gpgLabel16.AutoStyle = true;
     this.gpgLabel16.Font = new Font("Arial", 9.75f);
     this.gpgLabel16.ForeColor = Color.White;
     this.gpgLabel16.IgnoreMouseWheel = false;
     this.gpgLabel16.IsStyled = false;
     this.gpgLabel16.Location = new Point(0xb6, 3);
     this.gpgLabel16.Name = "gpgLabel16";
     this.gpgLabel16.Size = new Size(0x73, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel16, null);
     this.gpgLabel16.TabIndex = 0x21;
     this.gpgLabel16.Text = "<LOC>Created By";
     this.gpgLabel16.TextStyle = TextStyles.Bold;
     this.gpgTextBoxSearchName.EditValue = "";
     this.gpgTextBoxSearchName.Location = new Point(8, 0x16);
     this.gpgTextBoxSearchName.Name = "gpgTextBoxSearchName";
     this.gpgTextBoxSearchName.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxSearchName.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxSearchName.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxSearchName.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxSearchName.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxSearchName.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxSearchName.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxSearchName.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxSearchName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxSearchName.Properties.MaxLength = 0x100;
     this.gpgTextBoxSearchName.Size = new Size(160, 20);
     this.gpgTextBoxSearchName.TabIndex = 0x20;
     this.gpgTextBoxSearchName.EditValueChanged += new EventHandler(this.SearchCriteriaChanged);
     this.gpgTextBoxSearchName.KeyDown += new KeyEventHandler(this.SearchCriteriaTextBox_KeyDown);
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoSize = true;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Arial", 9.75f);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(5, 3);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x54, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 0x1f;
     this.gpgLabel1.Text = "<LOC>Name";
     this.gpgLabel1.TextStyle = TextStyles.Bold;
     this.gpgTextBoxSearchKeywords.Location = new Point(0x16c, 0x16);
     this.gpgTextBoxSearchKeywords.Name = "gpgTextBoxSearchKeywords";
     this.gpgTextBoxSearchKeywords.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxSearchKeywords.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxSearchKeywords.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxSearchKeywords.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxSearchKeywords.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxSearchKeywords.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxSearchKeywords.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxSearchKeywords.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxSearchKeywords.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxSearchKeywords.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxSearchKeywords.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxSearchKeywords.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxSearchKeywords.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxSearchKeywords.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxSearchKeywords.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxSearchKeywords.Properties.MaxLength = 0x100;
     this.gpgTextBoxSearchKeywords.Size = new Size(160, 20);
     this.gpgTextBoxSearchKeywords.TabIndex = 30;
     this.gpgTextBoxSearchKeywords.EditValueChanged += new EventHandler(this.SearchCriteriaChanged);
     this.gpgTextBoxSearchKeywords.KeyDown += new KeyEventHandler(this.SearchCriteriaTextBox_KeyDown);
     this.gpgLabel21.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel21.AutoSize = true;
     this.gpgLabel21.AutoStyle = true;
     this.gpgLabel21.Font = new Font("Arial", 9.75f);
     this.gpgLabel21.ForeColor = Color.White;
     this.gpgLabel21.IgnoreMouseWheel = false;
     this.gpgLabel21.IsStyled = false;
     this.gpgLabel21.Location = new Point(0x169, 3);
     this.gpgLabel21.Name = "gpgLabel21";
     this.gpgLabel21.Size = new Size(0x6b, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel21, null);
     this.gpgLabel21.TabIndex = 0x1d;
     this.gpgLabel21.Text = "<LOC>Keywords";
     this.gpgLabel21.TextStyle = TextStyles.Bold;
     this.gpgPanelUpload.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelUpload.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelUpload.BorderThickness = 2;
     this.gpgPanelUpload.Controls.Add(this.splitContainerUpload);
     this.gpgPanelUpload.DrawBorder = false;
     this.gpgPanelUpload.Location = new Point(12, 110);
     this.gpgPanelUpload.Name = "gpgPanelUpload";
     this.gpgPanelUpload.Size = new Size(0x3e8, 0x25a);
     base.ttDefault.SetSuperTip(this.gpgPanelUpload, null);
     this.gpgPanelUpload.TabIndex = 8;
     this.splitContainerUpload.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.splitContainerUpload.Location = new Point(2, 2);
     this.splitContainerUpload.Name = "splitContainerUpload";
     this.splitContainerUpload.Panel1.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.splitContainerUpload.Panel1.Controls.Add(this.gpgLabelUploadLocations);
     this.splitContainerUpload.Panel1.Controls.Add(this.skinLabel4);
     this.splitContainerUpload.Panel1.Controls.Add(this.skinLabel3);
     this.splitContainerUpload.Panel1.Controls.Add(this.pictureBoxRefreshUploads);
     this.splitContainerUpload.Panel1.Controls.Add(this.treeViewUpload);
     base.ttDefault.SetSuperTip(this.splitContainerUpload.Panel1, null);
     this.splitContainerUpload.Panel2.AutoScroll = true;
     this.splitContainerUpload.Panel2.BackgroundImage = (Image) manager.GetObject("splitContainerUpload.Panel2.BackgroundImage");
     this.splitContainerUpload.Panel2.Controls.Add(this.gpgGroupBoxUploadVersion);
     this.splitContainerUpload.Panel2.Controls.Add(this.gpgGroupBoxUploadGeneral);
     this.splitContainerUpload.Panel2.Controls.Add(this.skinButtonDeleteUploadVersion);
     this.splitContainerUpload.Panel2.Controls.Add(this.skinButtonDeleteUploadAll);
     this.splitContainerUpload.Panel2.Controls.Add(this.skinButtonUpload);
     this.splitContainerUpload.Panel2.Controls.Add(this.gpgLabelNoUploadSelected);
     base.ttDefault.SetSuperTip(this.splitContainerUpload.Panel2, null);
     this.splitContainerUpload.Size = new Size(0x3e4, 0x256);
     this.splitContainerUpload.SplitterDistance = 0x120;
     this.splitContainerUpload.SplitterWidth = 2;
     base.ttDefault.SetSuperTip(this.splitContainerUpload, null);
     this.splitContainerUpload.TabIndex = 2;
     this.gpgLabelUploadLocations.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelUploadLocations.AutoSize = true;
     this.gpgLabelUploadLocations.AutoStyle = true;
     this.gpgLabelUploadLocations.Cursor = Cursors.Hand;
     this.gpgLabelUploadLocations.Font = new Font("Verdana", 8.25f, FontStyle.Underline | FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabelUploadLocations.ForeColor = Color.White;
     this.gpgLabelUploadLocations.IgnoreMouseWheel = false;
     this.gpgLabelUploadLocations.IsStyled = false;
     this.gpgLabelUploadLocations.Location = new Point(1, 0x1d);
     this.gpgLabelUploadLocations.Name = "gpgLabelUploadLocations";
     this.gpgLabelUploadLocations.Size = new Size(0xd8, 13);
     base.ttDefault.SetSuperTip(this.gpgLabelUploadLocations, null);
     this.gpgLabelUploadLocations.TabIndex = 3;
     this.gpgLabelUploadLocations.Text = "<LOC>Select Upload Locations...";
     this.gpgLabelUploadLocations.TextStyle = TextStyles.Custom;
     this.gpgLabelUploadLocations.Click += new EventHandler(this.SelectUploadPath_Click);
     this.skinLabel4.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabel4.AutoStyle = false;
     this.skinLabel4.BackColor = Color.Transparent;
     this.skinLabel4.DrawEdges = true;
     this.skinLabel4.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabel4.ForeColor = Color.White;
     this.skinLabel4.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel4.IsStyled = false;
     this.skinLabel4.Location = new Point(0, 0x36);
     this.skinLabel4.Name = "skinLabel4";
     this.skinLabel4.Size = new Size(0x120, 20);
     this.skinLabel4.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel4, null);
     this.skinLabel4.TabIndex = 2;
     this.skinLabel4.Text = "<LOC>My Files";
     this.skinLabel4.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel4.TextPadding = new Padding(0);
     this.skinLabel3.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabel3.AutoStyle = false;
     this.skinLabel3.BackColor = Color.Transparent;
     this.skinLabel3.DrawEdges = true;
     this.skinLabel3.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabel3.ForeColor = Color.White;
     this.skinLabel3.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel3.IsStyled = false;
     this.skinLabel3.Location = new Point(0, 0);
     this.skinLabel3.Name = "skinLabel3";
     this.skinLabel3.Size = new Size(0x120, 20);
     this.skinLabel3.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel3, null);
     this.skinLabel3.TabIndex = 1;
     this.skinLabel3.Text = "<LOC>Uploadable Content";
     this.skinLabel3.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel3.TextPadding = new Padding(0);
     this.pictureBoxRefreshUploads.Cursor = Cursors.Hand;
     this.pictureBoxRefreshUploads.Image = (Image) manager.GetObject("pictureBoxRefreshUploads.Image");
     this.pictureBoxRefreshUploads.InitialImage = (Image) manager.GetObject("pictureBoxRefreshUploads.InitialImage");
     this.pictureBoxRefreshUploads.Location = new Point(0xe1, 0x1b);
     this.pictureBoxRefreshUploads.Name = "pictureBoxRefreshUploads";
     this.pictureBoxRefreshUploads.Size = new Size(0x10, 0x10);
     this.pictureBoxRefreshUploads.SizeMode = PictureBoxSizeMode.StretchImage;
     base.ttDefault.SetSuperTip(this.pictureBoxRefreshUploads, null);
     this.pictureBoxRefreshUploads.TabIndex = 0;
     this.pictureBoxRefreshUploads.TabStop = false;
     base.ttDefault.SetToolTip(this.pictureBoxRefreshUploads, "<LOC>Refresh Files");
     this.pictureBoxRefreshUploads.Click += new EventHandler(this.pictureBoxRefreshUploads_Click);
     this.treeViewUpload.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.treeViewUpload.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.treeViewUpload.BorderStyle = BorderStyle.None;
     this.treeViewUpload.HideSelection = false;
     this.treeViewUpload.ImageIndex = 0;
     this.treeViewUpload.ImageList = this.imageListContentTypes;
     this.treeViewUpload.Location = new Point(0, 80);
     this.treeViewUpload.Name = "treeViewUpload";
     this.treeViewUpload.SelectedImageIndex = 0;
     this.treeViewUpload.Size = new Size(0x120, 0x206);
     base.ttDefault.SetSuperTip(this.treeViewUpload, null);
     this.treeViewUpload.TabIndex = 1;
     this.treeViewUpload.AfterSelect += new TreeViewEventHandler(this.treeViewUpload_AfterSelect);
     this.gpgGroupBoxUploadVersion.AutoStyle = false;
     this.gpgGroupBoxUploadVersion.BackColor = Color.Black;
     this.gpgGroupBoxUploadVersion.Controls.Add(this.gpgPanelUploadVersion);
     this.gpgGroupBoxUploadVersion.CutCorner = true;
     this.gpgGroupBoxUploadVersion.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgGroupBoxUploadVersion.HeaderImage = GroupPanelImages.blue_gradient;
     this.gpgGroupBoxUploadVersion.IsStyled = true;
     this.gpgGroupBoxUploadVersion.Location = new Point(8, 0x11f);
     this.gpgGroupBoxUploadVersion.Margin = new Padding(4, 3, 4, 3);
     this.gpgGroupBoxUploadVersion.Name = "gpgGroupBoxUploadVersion";
     this.gpgGroupBoxUploadVersion.Size = new Size(0x2b0, 180);
     base.ttDefault.SetSuperTip(this.gpgGroupBoxUploadVersion, null);
     this.gpgGroupBoxUploadVersion.TabIndex = 0x23;
     this.gpgGroupBoxUploadVersion.Text = "<LOC>Version Info";
     this.gpgGroupBoxUploadVersion.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgGroupBoxUploadVersion.TextPadding = new Padding(8, 0, 0, 0);
     this.gpgGroupBoxUploadVersion.Visible = false;
     this.gpgPanelUploadVersion.AutoScroll = true;
     this.gpgPanelUploadVersion.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelUploadVersion.BorderThickness = 2;
     this.gpgPanelUploadVersion.Controls.Add(this.gpgTextAreaVersionNotes);
     this.gpgPanelUploadVersion.Controls.Add(this.gpgLabelUploadVersionNotes);
     this.gpgPanelUploadVersion.Controls.Add(this.gpgLabelUploadCurrentVersion);
     this.gpgPanelUploadVersion.DrawBorder = false;
     this.gpgPanelUploadVersion.Location = new Point(2, 0x16);
     this.gpgPanelUploadVersion.Name = "gpgPanelUploadVersion";
     this.gpgPanelUploadVersion.Size = new Size(0x2ac, 0x88);
     base.ttDefault.SetSuperTip(this.gpgPanelUploadVersion, null);
     this.gpgPanelUploadVersion.TabIndex = 0;
     this.gpgTextAreaVersionNotes.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgTextAreaVersionNotes.BorderColor = Color.White;
     this.gpgTextAreaVersionNotes.Location = new Point(4, 0x2c);
     this.gpgTextAreaVersionNotes.Name = "gpgTextAreaVersionNotes";
     this.gpgTextAreaVersionNotes.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextAreaVersionNotes.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextAreaVersionNotes.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextAreaVersionNotes.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextAreaVersionNotes.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextAreaVersionNotes.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextAreaVersionNotes.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextAreaVersionNotes.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextAreaVersionNotes.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextAreaVersionNotes.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextAreaVersionNotes.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextAreaVersionNotes.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextAreaVersionNotes.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextAreaVersionNotes.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextAreaVersionNotes.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextAreaVersionNotes.Properties.MaxLength = 0x400;
     this.gpgTextAreaVersionNotes.Size = new Size(0x2a4, 0x59);
     this.gpgTextAreaVersionNotes.TabIndex = 2;
     this.gpgTextAreaVersionNotes.EditValueChanged += new EventHandler(this.UploadGeneralOptionsChanged);
     this.gpgLabelUploadVersionNotes.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelUploadVersionNotes.AutoSize = true;
     this.gpgLabelUploadVersionNotes.AutoStyle = true;
     this.gpgLabelUploadVersionNotes.Font = new Font("Arial", 9.75f);
     this.gpgLabelUploadVersionNotes.ForeColor = Color.White;
     this.gpgLabelUploadVersionNotes.IgnoreMouseWheel = false;
     this.gpgLabelUploadVersionNotes.IsStyled = false;
     this.gpgLabelUploadVersionNotes.Location = new Point(4, 0x19);
     this.gpgLabelUploadVersionNotes.Name = "gpgLabelUploadVersionNotes";
     this.gpgLabelUploadVersionNotes.Size = new Size(0x84, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelUploadVersionNotes, null);
     this.gpgLabelUploadVersionNotes.TabIndex = 1;
     this.gpgLabelUploadVersionNotes.Text = "<LOC>Version Notes";
     this.gpgLabelUploadVersionNotes.TextStyle = TextStyles.Bold;
     this.gpgLabelUploadCurrentVersion.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelUploadCurrentVersion.AutoSize = true;
     this.gpgLabelUploadCurrentVersion.AutoStyle = true;
     this.gpgLabelUploadCurrentVersion.Font = new Font("Arial", 9.75f);
     this.gpgLabelUploadCurrentVersion.ForeColor = Color.White;
     this.gpgLabelUploadCurrentVersion.IgnoreMouseWheel = false;
     this.gpgLabelUploadCurrentVersion.IsStyled = false;
     this.gpgLabelUploadCurrentVersion.Location = new Point(4, 4);
     this.gpgLabelUploadCurrentVersion.Name = "gpgLabelUploadCurrentVersion";
     this.gpgLabelUploadCurrentVersion.Size = new Size(140, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelUploadCurrentVersion, null);
     this.gpgLabelUploadCurrentVersion.TabIndex = 0;
     this.gpgLabelUploadCurrentVersion.Text = "<LOC>Current Version";
     this.gpgLabelUploadCurrentVersion.TextStyle = TextStyles.Bold;
     this.gpgGroupBoxUploadGeneral.AutoStyle = false;
     this.gpgGroupBoxUploadGeneral.BackColor = Color.Black;
     this.gpgGroupBoxUploadGeneral.Controls.Add(this.gpgPanelUploadGeneral);
     this.gpgGroupBoxUploadGeneral.CutCorner = false;
     this.gpgGroupBoxUploadGeneral.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgGroupBoxUploadGeneral.HeaderImage = GroupPanelImages.blue_gradient;
     this.gpgGroupBoxUploadGeneral.IsStyled = true;
     this.gpgGroupBoxUploadGeneral.Location = new Point(8, 8);
     this.gpgGroupBoxUploadGeneral.Margin = new Padding(4, 3, 4, 3);
     this.gpgGroupBoxUploadGeneral.Name = "gpgGroupBoxUploadGeneral";
     this.gpgGroupBoxUploadGeneral.Size = new Size(0x2b0, 0xb7);
     base.ttDefault.SetSuperTip(this.gpgGroupBoxUploadGeneral, null);
     this.gpgGroupBoxUploadGeneral.TabIndex = 0x22;
     this.gpgGroupBoxUploadGeneral.Text = "<LOC>General Info";
     this.gpgGroupBoxUploadGeneral.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgGroupBoxUploadGeneral.TextPadding = new Padding(8, 0, 0, 0);
     this.gpgGroupBoxUploadGeneral.Visible = false;
     this.gpgPanelUploadGeneral.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgPanelUploadGeneral.AutoScroll = true;
     this.gpgPanelUploadGeneral.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelUploadGeneral.BorderThickness = 2;
     this.gpgPanelUploadGeneral.Controls.Add(this.skinButtonDeleteUploadDependency);
     this.gpgPanelUploadGeneral.Controls.Add(this.skinButtonUploadDependency);
     this.gpgPanelUploadGeneral.Controls.Add(this.gpgTextBoxUploadSearchKeywords);
     this.gpgPanelUploadGeneral.Controls.Add(this.listBoxUploadDependencies);
     this.gpgPanelUploadGeneral.Controls.Add(this.gpgLabel6);
     this.gpgPanelUploadGeneral.Controls.Add(this.gpgLabel9);
     this.gpgPanelUploadGeneral.Controls.Add(this.gpgLabel27);
     this.gpgPanelUploadGeneral.Controls.Add(this.gpgTextBoxUploadDesc);
     this.gpgPanelUploadGeneral.Controls.Add(this.gpgLabelUploadLocation);
     this.gpgPanelUploadGeneral.Controls.Add(this.gpgTextBoxUploadName);
     this.gpgPanelUploadGeneral.Controls.Add(this.gpgLabel25);
     this.gpgPanelUploadGeneral.Controls.Add(this.gpgLabel29);
     this.gpgPanelUploadGeneral.DrawBorder = false;
     this.gpgPanelUploadGeneral.Location = new Point(2, 0x15);
     this.gpgPanelUploadGeneral.Name = "gpgPanelUploadGeneral";
     this.gpgPanelUploadGeneral.Size = new Size(0x2ab, 160);
     base.ttDefault.SetSuperTip(this.gpgPanelUploadGeneral, null);
     this.gpgPanelUploadGeneral.TabIndex = 3;
     this.skinButtonDeleteUploadDependency.AutoStyle = true;
     this.skinButtonDeleteUploadDependency.BackColor = Color.Black;
     this.skinButtonDeleteUploadDependency.ButtonState = 0;
     this.skinButtonDeleteUploadDependency.CausesValidation = false;
     this.skinButtonDeleteUploadDependency.DialogResult = DialogResult.OK;
     this.skinButtonDeleteUploadDependency.DisabledForecolor = Color.Gray;
     this.skinButtonDeleteUploadDependency.DrawColor = Color.White;
     this.skinButtonDeleteUploadDependency.DrawEdges = false;
     this.skinButtonDeleteUploadDependency.Enabled = false;
     this.skinButtonDeleteUploadDependency.FocusColor = Color.Yellow;
     this.skinButtonDeleteUploadDependency.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonDeleteUploadDependency.ForeColor = Color.White;
     this.skinButtonDeleteUploadDependency.HorizontalScalingMode = ScalingModes.Center;
     this.skinButtonDeleteUploadDependency.IsStyled = true;
     this.skinButtonDeleteUploadDependency.Location = new Point(0x29, 0x7a);
     this.skinButtonDeleteUploadDependency.Margin = new Padding(0);
     this.skinButtonDeleteUploadDependency.MaximumSize = new Size(0x25, 0x25);
     this.skinButtonDeleteUploadDependency.MinimumSize = new Size(0x25, 0x25);
     this.skinButtonDeleteUploadDependency.Name = "skinButtonDeleteUploadDependency";
     this.skinButtonDeleteUploadDependency.Size = new Size(0x25, 0x25);
     this.skinButtonDeleteUploadDependency.SkinBasePath = @"Dialog\ContentManager\BtnDelete";
     base.ttDefault.SetSuperTip(this.skinButtonDeleteUploadDependency, null);
     this.skinButtonDeleteUploadDependency.TabIndex = 0x17;
     this.skinButtonDeleteUploadDependency.TabStop = true;
     this.skinButtonDeleteUploadDependency.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonDeleteUploadDependency.TextPadding = new Padding(0);
     this.skinButtonDeleteUploadDependency.Click += new EventHandler(this.skinButtonDeleteUploadDependency_Click);
     this.skinButtonUploadDependency.AutoStyle = true;
     this.skinButtonUploadDependency.BackColor = Color.Black;
     this.skinButtonUploadDependency.ButtonState = 0;
     this.skinButtonUploadDependency.CausesValidation = false;
     this.skinButtonUploadDependency.DialogResult = DialogResult.OK;
     this.skinButtonUploadDependency.DisabledForecolor = Color.Gray;
     this.skinButtonUploadDependency.DrawColor = Color.White;
     this.skinButtonUploadDependency.DrawEdges = false;
     this.skinButtonUploadDependency.FocusColor = Color.Yellow;
     this.skinButtonUploadDependency.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonUploadDependency.ForeColor = Color.White;
     this.skinButtonUploadDependency.HorizontalScalingMode = ScalingModes.Center;
     this.skinButtonUploadDependency.IsStyled = true;
     this.skinButtonUploadDependency.Location = new Point(1, 0x7a);
     this.skinButtonUploadDependency.Margin = new Padding(0);
     this.skinButtonUploadDependency.MaximumSize = new Size(0x25, 0x25);
     this.skinButtonUploadDependency.MinimumSize = new Size(0x25, 0x25);
     this.skinButtonUploadDependency.Name = "skinButtonUploadDependency";
     this.skinButtonUploadDependency.Size = new Size(0x25, 0x25);
     this.skinButtonUploadDependency.SkinBasePath = @"Dialog\ContentManager\BtnBrowseTo";
     base.ttDefault.SetSuperTip(this.skinButtonUploadDependency, null);
     this.skinButtonUploadDependency.TabIndex = 7;
     this.skinButtonUploadDependency.TabStop = true;
     this.skinButtonUploadDependency.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonUploadDependency.TextPadding = new Padding(0);
     this.skinButtonUploadDependency.Click += new EventHandler(this.skinButtonUploadDependency_Click);
     this.gpgTextBoxUploadSearchKeywords.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgTextBoxUploadSearchKeywords.Location = new Point(0x15a, 0x4a);
     this.gpgTextBoxUploadSearchKeywords.MinimumSize = new Size(250, 20);
     this.gpgTextBoxUploadSearchKeywords.Name = "gpgTextBoxUploadSearchKeywords";
     this.gpgTextBoxUploadSearchKeywords.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxUploadSearchKeywords.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxUploadSearchKeywords.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxUploadSearchKeywords.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxUploadSearchKeywords.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxUploadSearchKeywords.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxUploadSearchKeywords.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxUploadSearchKeywords.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxUploadSearchKeywords.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxUploadSearchKeywords.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxUploadSearchKeywords.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxUploadSearchKeywords.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxUploadSearchKeywords.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxUploadSearchKeywords.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxUploadSearchKeywords.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxUploadSearchKeywords.Properties.MaxLength = 0x100;
     this.gpgTextBoxUploadSearchKeywords.Size = new Size(0x151, 20);
     this.gpgTextBoxUploadSearchKeywords.TabIndex = 0x16;
     this.gpgTextBoxUploadSearchKeywords.EditValueChanged += new EventHandler(this.UploadGeneralOptionsChanged);
     this.listBoxUploadDependencies.BackColor = Color.Black;
     this.listBoxUploadDependencies.BorderStyle = BorderStyle.None;
     this.listBoxUploadDependencies.FormattingEnabled = true;
     this.listBoxUploadDependencies.Location = new Point(0x52, 0x79);
     this.listBoxUploadDependencies.Name = "listBoxUploadDependencies";
     this.listBoxUploadDependencies.Size = new Size(600, 0x27);
     base.ttDefault.SetSuperTip(this.listBoxUploadDependencies, null);
     this.listBoxUploadDependencies.TabIndex = 6;
     this.listBoxUploadDependencies.SelectedIndexChanged += new EventHandler(this.listBoxUploadDependencies_SelectedIndexChanged);
     this.gpgLabel6.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel6.AutoStyle = true;
     this.gpgLabel6.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel6.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel6.ForeColor = Color.White;
     this.gpgLabel6.IgnoreMouseWheel = false;
     this.gpgLabel6.IsStyled = false;
     this.gpgLabel6.Location = new Point(0x15a, 0x35);
     this.gpgLabel6.Name = "gpgLabel6";
     this.gpgLabel6.Size = new Size(0x98, 0x11);
     base.ttDefault.SetSuperTip(this.gpgLabel6, null);
     this.gpgLabel6.TabIndex = 0x15;
     this.gpgLabel6.Text = "<LOC>Search Keywords";
     this.gpgLabel6.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel6.TextStyle = TextStyles.Custom;
     this.gpgLabel9.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel9.AutoStyle = true;
     this.gpgLabel9.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel9.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel9.ForeColor = Color.White;
     this.gpgLabel9.IgnoreMouseWheel = false;
     this.gpgLabel9.IsStyled = false;
     this.gpgLabel9.Location = new Point(0, 0x62);
     this.gpgLabel9.Name = "gpgLabel9";
     this.gpgLabel9.Padding = new Padding(6, 0, 0, 0);
     this.gpgLabel9.Size = new Size(0x2ab, 0x11);
     base.ttDefault.SetSuperTip(this.gpgLabel9, null);
     this.gpgLabel9.TabIndex = 5;
     this.gpgLabel9.Text = "<LOC>Dependencies";
     this.gpgLabel9.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel9.TextStyle = TextStyles.Custom;
     this.gpgLabel27.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgLabel27.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel27.AutoStyle = true;
     this.gpgLabel27.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel27.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel27.ForeColor = Color.White;
     this.gpgLabel27.IgnoreMouseWheel = false;
     this.gpgLabel27.IsStyled = false;
     this.gpgLabel27.Location = new Point(0xfd, 2);
     this.gpgLabel27.Name = "gpgLabel27";
     this.gpgLabel27.Size = new Size(0x66, 0x11);
     base.ttDefault.SetSuperTip(this.gpgLabel27, null);
     this.gpgLabel27.TabIndex = 2;
     this.gpgLabel27.Text = "<LOC>Location";
     this.gpgLabel27.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel27.TextStyle = TextStyles.Custom;
     this.gpgTextBoxUploadDesc.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgTextBoxUploadDesc.Location = new Point(4, 0x4a);
     this.gpgTextBoxUploadDesc.MinimumSize = new Size(250, 20);
     this.gpgTextBoxUploadDesc.Name = "gpgTextBoxUploadDesc";
     this.gpgTextBoxUploadDesc.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxUploadDesc.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxUploadDesc.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxUploadDesc.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxUploadDesc.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxUploadDesc.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxUploadDesc.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxUploadDesc.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxUploadDesc.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxUploadDesc.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxUploadDesc.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxUploadDesc.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxUploadDesc.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxUploadDesc.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxUploadDesc.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxUploadDesc.Properties.MaxLength = 0x400;
     this.gpgTextBoxUploadDesc.Size = new Size(0x146, 20);
     this.gpgTextBoxUploadDesc.TabIndex = 0x13;
     this.gpgTextBoxUploadDesc.EditValueChanged += new EventHandler(this.UploadGeneralOptionsChanged);
     this.gpgLabelUploadLocation.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgLabelUploadLocation.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelUploadLocation.AutoStyle = true;
     this.gpgLabelUploadLocation.Font = new Font("Arial", 9.75f);
     this.gpgLabelUploadLocation.ForeColor = Color.White;
     this.gpgLabelUploadLocation.IgnoreMouseWheel = false;
     this.gpgLabelUploadLocation.IsStyled = false;
     this.gpgLabelUploadLocation.Location = new Point(0xfd, 0x13);
     this.gpgLabelUploadLocation.Name = "gpgLabelUploadLocation";
     this.gpgLabelUploadLocation.Size = new Size(430, 0x22);
     base.ttDefault.SetSuperTip(this.gpgLabelUploadLocation, null);
     this.gpgLabelUploadLocation.TabIndex = 3;
     this.gpgLabelUploadLocation.Text = "gpgLabel26";
     this.gpgLabelUploadLocation.TextStyle = TextStyles.Default;
     this.gpgLabelUploadLocation.Click += new EventHandler(this.gpgLabelUploadLocation_Click);
     this.gpgTextBoxUploadName.Location = new Point(4, 0x17);
     this.gpgTextBoxUploadName.MinimumSize = new Size(150, 20);
     this.gpgTextBoxUploadName.Name = "gpgTextBoxUploadName";
     this.gpgTextBoxUploadName.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxUploadName.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxUploadName.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxUploadName.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxUploadName.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxUploadName.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxUploadName.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxUploadName.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxUploadName.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxUploadName.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxUploadName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxUploadName.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxUploadName.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxUploadName.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxUploadName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxUploadName.Properties.MaxLength = 0x100;
     this.gpgTextBoxUploadName.Size = new Size(230, 20);
     this.gpgTextBoxUploadName.TabIndex = 0x10;
     this.gpgTextBoxUploadName.EditValueChanged += new EventHandler(this.UploadGeneralOptionsChanged);
     this.gpgLabel25.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel25.AutoStyle = true;
     this.gpgLabel25.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel25.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel25.ForeColor = Color.White;
     this.gpgLabel25.IgnoreMouseWheel = false;
     this.gpgLabel25.IsStyled = false;
     this.gpgLabel25.Location = new Point(0, 0x35);
     this.gpgLabel25.Name = "gpgLabel25";
     this.gpgLabel25.Padding = new Padding(6, 0, 0, 0);
     this.gpgLabel25.Size = new Size(0x2ab, 0x11);
     base.ttDefault.SetSuperTip(this.gpgLabel25, null);
     this.gpgLabel25.TabIndex = 4;
     this.gpgLabel25.Text = "<LOC>Download Description";
     this.gpgLabel25.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel25.TextStyle = TextStyles.Custom;
     this.gpgLabel29.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel29.AutoStyle = true;
     this.gpgLabel29.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel29.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel29.ForeColor = Color.White;
     this.gpgLabel29.IgnoreMouseWheel = false;
     this.gpgLabel29.IsStyled = false;
     this.gpgLabel29.Location = new Point(0, 2);
     this.gpgLabel29.Name = "gpgLabel29";
     this.gpgLabel29.Padding = new Padding(6, 0, 0, 0);
     this.gpgLabel29.Size = new Size(0x2ab, 0x11);
     base.ttDefault.SetSuperTip(this.gpgLabel29, null);
     this.gpgLabel29.TabIndex = 0;
     this.gpgLabel29.Text = "<LOC>Name";
     this.gpgLabel29.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel29.TextStyle = TextStyles.Custom;
     this.skinButtonDeleteUploadVersion.AutoStyle = true;
     this.skinButtonDeleteUploadVersion.BackColor = Color.Black;
     this.skinButtonDeleteUploadVersion.ButtonState = 0;
     this.skinButtonDeleteUploadVersion.DialogResult = DialogResult.OK;
     this.skinButtonDeleteUploadVersion.DisabledForecolor = Color.Gray;
     this.skinButtonDeleteUploadVersion.DrawColor = Color.White;
     this.skinButtonDeleteUploadVersion.DrawEdges = true;
     this.skinButtonDeleteUploadVersion.FocusColor = Color.Yellow;
     this.skinButtonDeleteUploadVersion.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonDeleteUploadVersion.ForeColor = Color.White;
     this.skinButtonDeleteUploadVersion.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonDeleteUploadVersion.IsStyled = true;
     this.skinButtonDeleteUploadVersion.Location = new Point(0x9d, 0x1d9);
     this.skinButtonDeleteUploadVersion.Name = "skinButtonDeleteUploadVersion";
     this.skinButtonDeleteUploadVersion.Size = new Size(0x91, 0x1a);
     this.skinButtonDeleteUploadVersion.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonDeleteUploadVersion, null);
     this.skinButtonDeleteUploadVersion.TabIndex = 0x21;
     this.skinButtonDeleteUploadVersion.TabStop = true;
     this.skinButtonDeleteUploadVersion.Text = "<LOC>Delete Version";
     this.skinButtonDeleteUploadVersion.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonDeleteUploadVersion.TextPadding = new Padding(0);
     this.skinButtonDeleteUploadVersion.Visible = false;
     this.skinButtonDeleteUploadVersion.Click += new EventHandler(this.skinButtonDeleteUploadVersion_Click);
     this.skinButtonDeleteUploadAll.AutoStyle = true;
     this.skinButtonDeleteUploadAll.BackColor = Color.Black;
     this.skinButtonDeleteUploadAll.ButtonState = 0;
     this.skinButtonDeleteUploadAll.DialogResult = DialogResult.OK;
     this.skinButtonDeleteUploadAll.DisabledForecolor = Color.Gray;
     this.skinButtonDeleteUploadAll.DrawColor = Color.White;
     this.skinButtonDeleteUploadAll.DrawEdges = true;
     this.skinButtonDeleteUploadAll.FocusColor = Color.Yellow;
     this.skinButtonDeleteUploadAll.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonDeleteUploadAll.ForeColor = Color.White;
     this.skinButtonDeleteUploadAll.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonDeleteUploadAll.IsStyled = true;
     this.skinButtonDeleteUploadAll.Location = new Point(0x134, 0x1d9);
     this.skinButtonDeleteUploadAll.Name = "skinButtonDeleteUploadAll";
     this.skinButtonDeleteUploadAll.Size = new Size(0x91, 0x1a);
     this.skinButtonDeleteUploadAll.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonDeleteUploadAll, null);
     this.skinButtonDeleteUploadAll.TabIndex = 0x20;
     this.skinButtonDeleteUploadAll.TabStop = true;
     this.skinButtonDeleteUploadAll.Text = "<LOC>Delete All Versions";
     this.skinButtonDeleteUploadAll.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonDeleteUploadAll.TextPadding = new Padding(0);
     this.skinButtonDeleteUploadAll.Visible = false;
     this.skinButtonDeleteUploadAll.Click += new EventHandler(this.skinButtonDeleteUploadAll_Click);
     this.skinButtonUpload.AutoStyle = true;
     this.skinButtonUpload.BackColor = Color.Black;
     this.skinButtonUpload.ButtonState = 0;
     this.skinButtonUpload.DialogResult = DialogResult.OK;
     this.skinButtonUpload.DisabledForecolor = Color.Gray;
     this.skinButtonUpload.DrawColor = Color.White;
     this.skinButtonUpload.DrawEdges = true;
     this.skinButtonUpload.FocusColor = Color.Yellow;
     this.skinButtonUpload.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonUpload.ForeColor = Color.White;
     this.skinButtonUpload.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonUpload.IsStyled = true;
     this.skinButtonUpload.Location = new Point(6, 0x1d9);
     this.skinButtonUpload.Name = "skinButtonUpload";
     this.skinButtonUpload.Size = new Size(0x91, 0x1a);
     this.skinButtonUpload.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonUpload, null);
     this.skinButtonUpload.TabIndex = 0x1f;
     this.skinButtonUpload.TabStop = true;
     this.skinButtonUpload.Text = "<LOC>Upload";
     this.skinButtonUpload.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonUpload.TextPadding = new Padding(0);
     this.skinButtonUpload.Visible = false;
     this.skinButtonUpload.Click += new EventHandler(this.skinButtonUpload_Click);
     this.gpgLabelNoUploadSelected.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelNoUploadSelected.AutoStyle = true;
     this.gpgLabelNoUploadSelected.BackColor = Color.Transparent;
     this.gpgLabelNoUploadSelected.Dock = DockStyle.Fill;
     this.gpgLabelNoUploadSelected.Font = new Font("Arial", 9.75f);
     this.gpgLabelNoUploadSelected.ForeColor = Color.White;
     this.gpgLabelNoUploadSelected.IgnoreMouseWheel = false;
     this.gpgLabelNoUploadSelected.IsStyled = false;
     this.gpgLabelNoUploadSelected.Location = new Point(0, 0);
     this.gpgLabelNoUploadSelected.Name = "gpgLabelNoUploadSelected";
     this.gpgLabelNoUploadSelected.Size = new Size(0x2c2, 0x256);
     base.ttDefault.SetSuperTip(this.gpgLabelNoUploadSelected, null);
     this.gpgLabelNoUploadSelected.TabIndex = 0;
     this.gpgLabelNoUploadSelected.Text = "<LOC>No valid content selected. Please select content from the browser on the left.";
     this.gpgLabelNoUploadSelected.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelNoUploadSelected.TextStyle = TextStyles.Default;
     this.tabActivity.AutoStyle = true;
     this.tabActivity.BackColor = Color.Black;
     this.tabActivity.ButtonState = 0;
     this.tabActivity.DialogResult = DialogResult.OK;
     this.tabActivity.DisabledForecolor = Color.Gray;
     this.tabActivity.DrawColor = Color.White;
     this.tabActivity.DrawEdges = true;
     this.tabActivity.FocusColor = Color.Yellow;
     this.tabActivity.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.tabActivity.ForeColor = Color.White;
     this.tabActivity.HorizontalScalingMode = ScalingModes.Tile;
     this.tabActivity.IsStyled = true;
     this.tabActivity.Location = new Point(0x178, 0x53);
     this.tabActivity.Name = "tabActivity";
     this.tabActivity.Size = new Size(0x7a, 0x1c);
     this.tabActivity.SkinBasePath = @"Dialog\ContentManager\TabLarge";
     base.ttDefault.SetSuperTip(this.tabActivity, null);
     this.tabActivity.TabIndex = 11;
     this.tabActivity.TabStop = true;
     this.tabActivity.Text = "<LOC>Activity";
     this.tabActivity.TextAlign = ContentAlignment.MiddleLeft;
     this.tabActivity.TextPadding = new Padding(6, 0, 0, 0);
     this.tabActivity.Click += new EventHandler(this.ChangePanel);
     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.btnOptions, this.btnHelp, this.btnMapDiagnose, this.btnMore });
     this.msQuickButtons.Location = new Point(60, 0x2ca);
     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(910, 0x34);
     base.ttDefault.SetSuperTip(this.msQuickButtons, null);
     this.msQuickButtons.TabIndex = 12;
     this.msQuickButtons.Paint += new PaintEventHandler(this.msQuickButtons_Paint);
     this.msQuickButtons.SizeChanged += new EventHandler(this.msQuickButtons_SizeChanged);
     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(0x25, 0x34);
     this.btnOptions.ToolTipText = "<LOC>Options";
     this.btnOptions.Click += new EventHandler(this.btnOptions_Click);
     this.btnHelp.AutoSize = false;
     this.btnHelp.AutoToolTip = true;
     this.btnHelp.Image = (Image) manager.GetObject("btnHelp.Image");
     this.btnHelp.ImageScaling = ToolStripItemImageScaling.None;
     this.btnHelp.Name = "btnHelp";
     this.btnHelp.ShortcutKeys = Keys.F8;
     this.btnHelp.Size = new Size(0x25, 0x34);
     this.btnHelp.ToolTipText = "<LOC>Help";
     this.btnHelp.Click += new EventHandler(this.btnHelp_Click);
     this.btnMapDiagnose.AutoSize = false;
     this.btnMapDiagnose.AutoToolTip = true;
     this.btnMapDiagnose.Image = (Image) manager.GetObject("btnMapDiagnose.Image");
     this.btnMapDiagnose.ImageScaling = ToolStripItemImageScaling.None;
     this.btnMapDiagnose.Name = "btnMapDiagnose";
     this.btnMapDiagnose.ShortcutKeys = Keys.F8;
     this.btnMapDiagnose.Size = new Size(0x25, 0x34);
     this.btnMapDiagnose.ToolTipText = "<LOC>Map Upload Diagnostics";
     this.btnMapDiagnose.Click += new EventHandler(this.btnMapDiagnose_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.gpgPanel2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgPanel2.BackgroundImage = (Image) manager.GetObject("gpgPanel2.BackgroundImage");
     this.gpgPanel2.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanel2.BorderThickness = 2;
     this.gpgPanel2.DrawBorder = false;
     this.gpgPanel2.Location = new Point(6, 0x3e);
     this.gpgPanel2.Name = "gpgPanel2";
     this.gpgPanel2.Size = new Size(0x3f4, 0x30);
     base.ttDefault.SetSuperTip(this.gpgPanel2, null);
     this.gpgPanel2.TabIndex = 13;
     this.gpgPanelActivity.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelActivity.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelActivity.BorderThickness = 2;
     this.gpgPanelActivity.Controls.Add(this.splitContainerActivity);
     this.gpgPanelActivity.DrawBorder = false;
     this.gpgPanelActivity.Location = new Point(12, 110);
     this.gpgPanelActivity.Name = "gpgPanelActivity";
     this.gpgPanelActivity.Size = new Size(0x3e8, 0x25a);
     base.ttDefault.SetSuperTip(this.gpgPanelActivity, null);
     this.gpgPanelActivity.TabIndex = 14;
     this.splitContainerActivity.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.splitContainerActivity.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.splitContainerActivity.Location = new Point(2, 2);
     this.splitContainerActivity.Name = "splitContainerActivity";
     this.splitContainerActivity.Orientation = Orientation.Horizontal;
     this.splitContainerActivity.Panel1.BackColor = Color.Black;
     this.splitContainerActivity.Panel1.BackgroundImage = (Image) manager.GetObject("splitContainerActivity.Panel1.BackgroundImage");
     this.splitContainerActivity.Panel1.Controls.Add(this.gpgLabel4);
     this.splitContainerActivity.Panel1.Controls.Add(this.gpgLabel3);
     this.splitContainerActivity.Panel1.Controls.Add(this.gpgLabel2);
     this.splitContainerActivity.Panel1.Controls.Add(this.gpgPanelDownActivity);
     this.splitContainerActivity.Panel1.Controls.Add(this.skinLabel5);
     base.ttDefault.SetSuperTip(this.splitContainerActivity.Panel1, null);
     this.splitContainerActivity.Panel2.BackColor = Color.Black;
     this.splitContainerActivity.Panel2.BackgroundImage = (Image) manager.GetObject("splitContainerActivity.Panel2.BackgroundImage");
     this.splitContainerActivity.Panel2.Controls.Add(this.gpgLabel5);
     this.splitContainerActivity.Panel2.Controls.Add(this.gpgLabel7);
     this.splitContainerActivity.Panel2.Controls.Add(this.gpgLabel8);
     this.splitContainerActivity.Panel2.Controls.Add(this.gpgPanelUpActivity);
     this.splitContainerActivity.Panel2.Controls.Add(this.skinLabel6);
     base.ttDefault.SetSuperTip(this.splitContainerActivity.Panel2, null);
     this.splitContainerActivity.Size = new Size(0x3e4, 0x256);
     this.splitContainerActivity.SplitterDistance = 330;
     this.splitContainerActivity.SplitterWidth = 2;
     base.ttDefault.SetSuperTip(this.splitContainerActivity, null);
     this.splitContainerActivity.TabIndex = 0;
     this.gpgLabel4.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgLabel4.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel4.AutoStyle = true;
     this.gpgLabel4.BackColor = Color.FromArgb(0x66, 0x66, 0x66);
     this.gpgLabel4.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel4.ForeColor = Color.White;
     this.gpgLabel4.IgnoreMouseWheel = false;
     this.gpgLabel4.IsStyled = false;
     this.gpgLabel4.Location = new Point(0x285, 0x16);
     this.gpgLabel4.Name = "gpgLabel4";
     this.gpgLabel4.Size = new Size(0x86, 0x11);
     base.ttDefault.SetSuperTip(this.gpgLabel4, null);
     this.gpgLabel4.TabIndex = 0x15;
     this.gpgLabel4.Text = "<LOC>Status";
     this.gpgLabel4.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel4.TextStyle = TextStyles.Custom;
     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.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel3.ForeColor = Color.White;
     this.gpgLabel3.IgnoreMouseWheel = false;
     this.gpgLabel3.IsStyled = false;
     this.gpgLabel3.Location = new Point(270, 0x16);
     this.gpgLabel3.Name = "gpgLabel3";
     this.gpgLabel3.Size = new Size(0x86, 0x11);
     base.ttDefault.SetSuperTip(this.gpgLabel3, null);
     this.gpgLabel3.TabIndex = 20;
     this.gpgLabel3.Text = "<LOC>Progress";
     this.gpgLabel3.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel3.TextStyle = TextStyles.Custom;
     this.gpgLabel2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     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.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel2.ForeColor = Color.White;
     this.gpgLabel2.IgnoreMouseWheel = false;
     this.gpgLabel2.IsStyled = false;
     this.gpgLabel2.Location = new Point(0, 0x16);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Padding = new Padding(6, 0, 0, 0);
     this.gpgLabel2.Size = new Size(0x3e4, 0x11);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 0x13;
     this.gpgLabel2.Text = "<LOC>Name";
     this.gpgLabel2.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel2.TextStyle = TextStyles.Custom;
     this.gpgPanelDownActivity.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelDownActivity.AutoScroll = true;
     this.gpgPanelDownActivity.BackColor = Color.Transparent;
     this.gpgPanelDownActivity.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelDownActivity.BorderThickness = 2;
     this.gpgPanelDownActivity.DrawBorder = false;
     this.gpgPanelDownActivity.Location = new Point(6, 0x2c);
     this.gpgPanelDownActivity.Name = "gpgPanelDownActivity";
     this.gpgPanelDownActivity.Size = new Size(0x3d7, 0x119);
     base.ttDefault.SetSuperTip(this.gpgPanelDownActivity, null);
     this.gpgPanelDownActivity.TabIndex = 0x12;
     this.skinLabel5.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabel5.AutoStyle = false;
     this.skinLabel5.BackColor = Color.Transparent;
     this.skinLabel5.DrawEdges = true;
     this.skinLabel5.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabel5.ForeColor = Color.White;
     this.skinLabel5.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel5.IsStyled = false;
     this.skinLabel5.Location = new Point(0, 0);
     this.skinLabel5.Name = "skinLabel5";
     this.skinLabel5.Size = new Size(0x3e4, 20);
     this.skinLabel5.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel5, null);
     this.skinLabel5.TabIndex = 0x11;
     this.skinLabel5.Text = "<LOC>Downloads";
     this.skinLabel5.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel5.TextPadding = new Padding(0);
     this.gpgLabel5.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.gpgLabel5.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel5.AutoStyle = true;
     this.gpgLabel5.BackColor = Color.FromArgb(0x66, 0x66, 0x66);
     this.gpgLabel5.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel5.ForeColor = Color.White;
     this.gpgLabel5.IgnoreMouseWheel = false;
     this.gpgLabel5.IsStyled = false;
     this.gpgLabel5.Location = new Point(0x285, 0x16);
     this.gpgLabel5.Name = "gpgLabel5";
     this.gpgLabel5.Size = new Size(0x86, 0x11);
     base.ttDefault.SetSuperTip(this.gpgLabel5, null);
     this.gpgLabel5.TabIndex = 0x18;
     this.gpgLabel5.Text = "<LOC>Status";
     this.gpgLabel5.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel5.TextStyle = TextStyles.Custom;
     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.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel7.ForeColor = Color.White;
     this.gpgLabel7.IgnoreMouseWheel = false;
     this.gpgLabel7.IsStyled = false;
     this.gpgLabel7.Location = new Point(270, 0x16);
     this.gpgLabel7.Name = "gpgLabel7";
     this.gpgLabel7.Size = new Size(0x86, 0x11);
     base.ttDefault.SetSuperTip(this.gpgLabel7, null);
     this.gpgLabel7.TabIndex = 0x17;
     this.gpgLabel7.Text = "<LOC>Progress";
     this.gpgLabel7.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel7.TextStyle = TextStyles.Custom;
     this.gpgLabel8.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     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.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel8.ForeColor = Color.White;
     this.gpgLabel8.IgnoreMouseWheel = false;
     this.gpgLabel8.IsStyled = false;
     this.gpgLabel8.Location = new Point(0, 0x16);
     this.gpgLabel8.Name = "gpgLabel8";
     this.gpgLabel8.Padding = new Padding(6, 0, 0, 0);
     this.gpgLabel8.Size = new Size(0x3e4, 0x11);
     base.ttDefault.SetSuperTip(this.gpgLabel8, null);
     this.gpgLabel8.TabIndex = 0x16;
     this.gpgLabel8.Text = "<LOC>Name";
     this.gpgLabel8.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel8.TextStyle = TextStyles.Custom;
     this.gpgPanelUpActivity.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelUpActivity.AutoScroll = true;
     this.gpgPanelUpActivity.BackColor = Color.Transparent;
     this.gpgPanelUpActivity.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelUpActivity.BorderThickness = 2;
     this.gpgPanelUpActivity.DrawBorder = false;
     this.gpgPanelUpActivity.Location = new Point(6, 0x2c);
     this.gpgPanelUpActivity.Name = "gpgPanelUpActivity";
     this.gpgPanelUpActivity.Size = new Size(0x3d7, 0xd8);
     base.ttDefault.SetSuperTip(this.gpgPanelUpActivity, null);
     this.gpgPanelUpActivity.TabIndex = 0x13;
     this.skinLabel6.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.skinLabel6.AutoStyle = false;
     this.skinLabel6.BackColor = Color.Transparent;
     this.skinLabel6.DrawEdges = true;
     this.skinLabel6.Font = new Font("Verdana", 10f, FontStyle.Bold);
     this.skinLabel6.ForeColor = Color.White;
     this.skinLabel6.HorizontalScalingMode = ScalingModes.Tile;
     this.skinLabel6.IsStyled = false;
     this.skinLabel6.Location = new Point(0, 0);
     this.skinLabel6.Name = "skinLabel6";
     this.skinLabel6.Size = new Size(0x3e4, 20);
     this.skinLabel6.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel6, null);
     this.skinLabel6.TabIndex = 0x12;
     this.skinLabel6.Text = "<LOC>Uploads";
     this.skinLabel6.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel6.TextPadding = new Padding(0);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x400, 0x300);
     base.Controls.Add(this.gpgPanelDownload);
     base.Controls.Add(this.gpgPanelUpload);
     base.Controls.Add(this.gpgPanelMyContent);
     base.Controls.Add(this.gpgPanelActivity);
     base.Controls.Add(this.tabMyContent);
     base.Controls.Add(this.tabDownload);
     base.Controls.Add(this.tabUpload);
     base.Controls.Add(this.tabActivity);
     base.Controls.Add(this.msQuickButtons);
     base.Controls.Add(this.gpgPanel2);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x200, 0x174);
     base.Name = "DlgContentManager";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>The Vault";
     base.Controls.SetChildIndex(this.gpgPanel2, 0);
     base.Controls.SetChildIndex(this.msQuickButtons, 0);
     base.Controls.SetChildIndex(this.tabActivity, 0);
     base.Controls.SetChildIndex(this.tabUpload, 0);
     base.Controls.SetChildIndex(this.tabDownload, 0);
     base.Controls.SetChildIndex(this.tabMyContent, 0);
     base.Controls.SetChildIndex(this.gpgPanelActivity, 0);
     base.Controls.SetChildIndex(this.gpgPanelMyContent, 0);
     base.Controls.SetChildIndex(this.gpgPanelUpload, 0);
     base.Controls.SetChildIndex(this.gpgPanelDownload, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgPanelMyContent.ResumeLayout(false);
     this.splitContainerMyContent.Panel1.ResumeLayout(false);
     this.splitContainerMyContent.Panel2.ResumeLayout(false);
     this.splitContainerMyContent.ResumeLayout(false);
     this.gpgPanelDownload.ResumeLayout(false);
     this.splitContainerDownload.Panel1.ResumeLayout(false);
     this.splitContainerDownload.Panel2.ResumeLayout(false);
     this.splitContainerDownload.ResumeLayout(false);
     this.gpgGroupBoxResults.ResumeLayout(false);
     this.dataGridSearchResults.EndInit();
     this.gvResults.EndInit();
     this.repositoryItemPictureEdit1.EndInit();
     this.repositoryItemRatingStars.EndInit();
     this.repositoryItemChatLink.EndInit();
     this.repositoryItemVersionLink.EndInit();
     this.gpgGroupBoxCriteria.ResumeLayout(false);
     this.gpgPanelSearchCriteria.ResumeLayout(false);
     this.gpgPanelSearchCriteria.PerformLayout();
     this.gpgTextBoxSearchCreator.Properties.EndInit();
     this.gpgTextBoxSearchName.Properties.EndInit();
     this.gpgTextBoxSearchKeywords.Properties.EndInit();
     this.gpgPanelUpload.ResumeLayout(false);
     this.splitContainerUpload.Panel1.ResumeLayout(false);
     this.splitContainerUpload.Panel1.PerformLayout();
     this.splitContainerUpload.Panel2.ResumeLayout(false);
     this.splitContainerUpload.ResumeLayout(false);
     ((ISupportInitialize) this.pictureBoxRefreshUploads).EndInit();
     this.gpgGroupBoxUploadVersion.ResumeLayout(false);
     this.gpgPanelUploadVersion.ResumeLayout(false);
     this.gpgPanelUploadVersion.PerformLayout();
     this.gpgTextAreaVersionNotes.Properties.EndInit();
     this.gpgGroupBoxUploadGeneral.ResumeLayout(false);
     this.gpgPanelUploadGeneral.ResumeLayout(false);
     this.gpgTextBoxUploadSearchKeywords.Properties.EndInit();
     this.gpgTextBoxUploadDesc.Properties.EndInit();
     this.gpgTextBoxUploadName.Properties.EndInit();
     this.msQuickButtons.ResumeLayout(false);
     this.msQuickButtons.PerformLayout();
     this.gpgPanelActivity.ResumeLayout(false);
     this.splitContainerActivity.Panel1.ResumeLayout(false);
     this.splitContainerActivity.Panel2.ResumeLayout(false);
     this.splitContainerActivity.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 9
0
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(DlgCharacterSelect));
     this.skinButtonCancel = new SkinButton();
     this.skinButtonOK = new SkinButton();
     this.skinButtonNewCharacter = new SkinButton();
     this.skinButtonDeleteCharacter = new SkinButton();
     this.rasterAnimationLoading = new RasterAnimation();
     this.repositoryItemComboBox1 = new RepositoryItemComboBox();
     this.repositoryItemTextEdit1 = new RepositoryItemTextEdit();
     this.gpgPanelCharacters = new GPGPanel();
     this.gpgLabelLoading = new GPGLabel();
     this.gpgDataGridCharacters = new GPGDataGrid();
     this.gvCharacters = new GridView();
     this.gcName = new GridColumn();
     this.gcTimePlayed = new GridColumn();
     this.gcUpgrades = new GridColumn();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     ((ISupportInitialize) this.rasterAnimationLoading).BeginInit();
     this.repositoryItemComboBox1.BeginInit();
     this.repositoryItemTextEdit1.BeginInit();
     this.gpgPanelCharacters.SuspendLayout();
     this.gpgDataGridCharacters.BeginInit();
     this.gvCharacters.BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x29c, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.skinButtonCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonCancel.AutoStyle = true;
     this.skinButtonCancel.BackColor = Color.Transparent;
     this.skinButtonCancel.ButtonState = 0;
     this.skinButtonCancel.DialogResult = DialogResult.OK;
     this.skinButtonCancel.DisabledForecolor = Color.Gray;
     this.skinButtonCancel.DrawColor = Color.White;
     this.skinButtonCancel.DrawEdges = true;
     this.skinButtonCancel.FocusColor = Color.Yellow;
     this.skinButtonCancel.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonCancel.ForeColor = Color.White;
     this.skinButtonCancel.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonCancel.IsStyled = true;
     this.skinButtonCancel.Location = new Point(0x25b, 0x1db);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x6f, 0x17);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonCancel, null);
     this.skinButtonCancel.TabIndex = 11;
     this.skinButtonCancel.TabStop = true;
     this.skinButtonCancel.Text = "<LOC>Cancel";
     this.skinButtonCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonCancel.TextPadding = new Padding(0);
     this.skinButtonCancel.Click += new EventHandler(this.skinButtonCancel_Click);
     this.skinButtonOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonOK.AutoStyle = true;
     this.skinButtonOK.BackColor = Color.Transparent;
     this.skinButtonOK.ButtonState = 0;
     this.skinButtonOK.DialogResult = DialogResult.OK;
     this.skinButtonOK.DisabledForecolor = Color.Gray;
     this.skinButtonOK.DrawColor = Color.White;
     this.skinButtonOK.DrawEdges = true;
     this.skinButtonOK.Enabled = false;
     this.skinButtonOK.FocusColor = Color.Yellow;
     this.skinButtonOK.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonOK.ForeColor = Color.White;
     this.skinButtonOK.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonOK.IsStyled = true;
     this.skinButtonOK.Location = new Point(0x1e6, 0x1db);
     this.skinButtonOK.Name = "skinButtonOK";
     this.skinButtonOK.Size = new Size(0x6f, 0x17);
     this.skinButtonOK.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonOK, null);
     this.skinButtonOK.TabIndex = 12;
     this.skinButtonOK.TabStop = true;
     this.skinButtonOK.Text = "<LOC>OK";
     this.skinButtonOK.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonOK.TextPadding = new Padding(0);
     this.skinButtonOK.Paint += new PaintEventHandler(this.skinButtonOK_Paint);
     this.skinButtonOK.Click += new EventHandler(this.skinButtonOK_Click);
     this.skinButtonNewCharacter.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinButtonNewCharacter.AutoStyle = true;
     this.skinButtonNewCharacter.BackColor = Color.Transparent;
     this.skinButtonNewCharacter.ButtonState = 0;
     this.skinButtonNewCharacter.DialogResult = DialogResult.OK;
     this.skinButtonNewCharacter.DisabledForecolor = Color.Gray;
     this.skinButtonNewCharacter.DrawColor = Color.White;
     this.skinButtonNewCharacter.DrawEdges = true;
     this.skinButtonNewCharacter.FocusColor = Color.Yellow;
     this.skinButtonNewCharacter.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonNewCharacter.ForeColor = Color.White;
     this.skinButtonNewCharacter.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonNewCharacter.IsStyled = true;
     this.skinButtonNewCharacter.Location = new Point(14, 0x1db);
     this.skinButtonNewCharacter.Name = "skinButtonNewCharacter";
     this.skinButtonNewCharacter.Size = new Size(0xaf, 0x17);
     this.skinButtonNewCharacter.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonNewCharacter, null);
     this.skinButtonNewCharacter.TabIndex = 14;
     this.skinButtonNewCharacter.TabStop = true;
     this.skinButtonNewCharacter.Text = "<LOC>Create New Character";
     this.skinButtonNewCharacter.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonNewCharacter.TextPadding = new Padding(0);
     this.skinButtonNewCharacter.Click += new EventHandler(this.skinButtonNewCharacter_Click);
     this.skinButtonDeleteCharacter.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinButtonDeleteCharacter.AutoStyle = true;
     this.skinButtonDeleteCharacter.BackColor = Color.Transparent;
     this.skinButtonDeleteCharacter.ButtonState = 0;
     this.skinButtonDeleteCharacter.DialogResult = DialogResult.OK;
     this.skinButtonDeleteCharacter.DisabledForecolor = Color.Gray;
     this.skinButtonDeleteCharacter.DrawColor = Color.White;
     this.skinButtonDeleteCharacter.DrawEdges = true;
     this.skinButtonDeleteCharacter.Enabled = false;
     this.skinButtonDeleteCharacter.FocusColor = Color.Yellow;
     this.skinButtonDeleteCharacter.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonDeleteCharacter.ForeColor = Color.White;
     this.skinButtonDeleteCharacter.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonDeleteCharacter.IsStyled = true;
     this.skinButtonDeleteCharacter.Location = new Point(0xc3, 0x1db);
     this.skinButtonDeleteCharacter.Name = "skinButtonDeleteCharacter";
     this.skinButtonDeleteCharacter.Size = new Size(0xa2, 0x17);
     this.skinButtonDeleteCharacter.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonDeleteCharacter, null);
     this.skinButtonDeleteCharacter.TabIndex = 15;
     this.skinButtonDeleteCharacter.TabStop = true;
     this.skinButtonDeleteCharacter.Text = "<LOC>Delete Character";
     this.skinButtonDeleteCharacter.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonDeleteCharacter.TextPadding = new Padding(0);
     this.skinButtonDeleteCharacter.Click += new EventHandler(this.skinButtonDeleteCharacter_Click);
     this.rasterAnimationLoading.AutoRun = true;
     this.rasterAnimationLoading.Duration = 0f;
     this.rasterAnimationLoading.Image = (Image) manager.GetObject("rasterAnimationLoading.Image");
     this.rasterAnimationLoading.ImagePath = @"D:\art\progress_spinner";
     this.rasterAnimationLoading.Location = new Point(0xa8, 0x9c);
     this.rasterAnimationLoading.Loop = true;
     this.rasterAnimationLoading.Name = "rasterAnimationLoading";
     this.rasterAnimationLoading.Size = new Size(15, 15);
     this.rasterAnimationLoading.SizeMode = PictureBoxSizeMode.AutoSize;
     base.ttDefault.SetSuperTip(this.rasterAnimationLoading, null);
     this.rasterAnimationLoading.TabIndex = 0x11;
     this.rasterAnimationLoading.TabStop = false;
     this.repositoryItemComboBox1.AutoHeight = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo), new EditorButton(ButtonPredefines.Combo) });
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     this.gpgPanelCharacters.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelCharacters.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelCharacters.BorderThickness = 2;
     this.gpgPanelCharacters.Controls.Add(this.gpgLabelLoading);
     this.gpgPanelCharacters.Controls.Add(this.gpgDataGridCharacters);
     this.gpgPanelCharacters.DrawBorder = true;
     this.gpgPanelCharacters.Location = new Point(12, 0x53);
     this.gpgPanelCharacters.Name = "gpgPanelCharacters";
     this.gpgPanelCharacters.Size = new Size(0x2bf, 0x182);
     base.ttDefault.SetSuperTip(this.gpgPanelCharacters, null);
     this.gpgPanelCharacters.TabIndex = 0x13;
     this.gpgLabelLoading.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelLoading.AutoStyle = true;
     this.gpgLabelLoading.BackColor = Color.Transparent;
     this.gpgLabelLoading.Dock = DockStyle.Fill;
     this.gpgLabelLoading.Font = new Font("Arial", 9.75f);
     this.gpgLabelLoading.ForeColor = Color.White;
     this.gpgLabelLoading.IgnoreMouseWheel = false;
     this.gpgLabelLoading.IsStyled = false;
     this.gpgLabelLoading.Location = new Point(0, 0);
     this.gpgLabelLoading.Name = "gpgLabelLoading";
     this.gpgLabelLoading.Size = new Size(0x2bf, 0x182);
     base.ttDefault.SetSuperTip(this.gpgLabelLoading, null);
     this.gpgLabelLoading.TabIndex = 20;
     this.gpgLabelLoading.Text = "<LOC>Loading Characters";
     this.gpgLabelLoading.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelLoading.TextStyle = TextStyles.Default;
     this.gpgDataGridCharacters.CustomizeStyle = false;
     this.gpgDataGridCharacters.Dock = DockStyle.Fill;
     this.gpgDataGridCharacters.EmbeddedNavigator.Name = "";
     this.gpgDataGridCharacters.Location = new Point(0, 0);
     this.gpgDataGridCharacters.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgDataGridCharacters.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgDataGridCharacters.MainView = this.gvCharacters;
     this.gpgDataGridCharacters.Name = "gpgDataGridCharacters";
     this.gpgDataGridCharacters.ShowOnlyPredefinedDetails = true;
     this.gpgDataGridCharacters.Size = new Size(0x2bf, 0x182);
     this.gpgDataGridCharacters.TabIndex = 0x13;
     this.gpgDataGridCharacters.ViewCollection.AddRange(new BaseView[] { this.gvCharacters });
     this.gvCharacters.Appearance.Empty.BackColor = Color.Transparent;
     this.gvCharacters.Appearance.Empty.Options.UseBackColor = true;
     this.gvCharacters.Appearance.EvenRow.BackColor = Color.Black;
     this.gvCharacters.Appearance.EvenRow.Options.UseBackColor = true;
     this.gvCharacters.Appearance.FocusedRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvCharacters.Appearance.FocusedRow.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gvCharacters.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvCharacters.Appearance.FocusedRow.Options.UseFont = true;
     this.gvCharacters.Appearance.HeaderPanel.BackColor = Color.Black;
     this.gvCharacters.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gvCharacters.Appearance.HideSelectionRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvCharacters.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gvCharacters.Appearance.OddRow.BackColor = Color.FromArgb(0x40, 0x40, 0x40);
     this.gvCharacters.Appearance.OddRow.Options.UseBackColor = true;
     this.gvCharacters.Appearance.Preview.BackColor = Color.Black;
     this.gvCharacters.Appearance.Preview.Options.UseBackColor = true;
     this.gvCharacters.Appearance.Row.BackColor = Color.Black;
     this.gvCharacters.Appearance.Row.ForeColor = Color.White;
     this.gvCharacters.Appearance.Row.Options.UseBackColor = true;
     this.gvCharacters.Appearance.RowSeparator.BackColor = Color.Black;
     this.gvCharacters.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gvCharacters.Appearance.SelectedRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvCharacters.Appearance.SelectedRow.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gvCharacters.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvCharacters.Appearance.SelectedRow.Options.UseFont = true;
     this.gvCharacters.AppearancePrint.Row.ForeColor = Color.White;
     this.gvCharacters.AppearancePrint.Row.Options.UseForeColor = true;
     this.gvCharacters.BestFitMaxRowCount = 1;
     this.gvCharacters.BorderStyle = BorderStyles.NoBorder;
     this.gvCharacters.ColumnPanelRowHeight = 30;
     this.gvCharacters.Columns.AddRange(new GridColumn[] { this.gcName, this.gcTimePlayed, this.gcUpgrades });
     this.gvCharacters.FocusRectStyle = DrawFocusRectStyle.None;
     this.gvCharacters.GridControl = this.gpgDataGridCharacters;
     this.gvCharacters.GroupPanelText = "<LOC>Drag a column header here to group by that column.";
     this.gvCharacters.Name = "gvCharacters";
     this.gvCharacters.OptionsBehavior.Editable = false;
     this.gvCharacters.OptionsCustomization.AllowFilter = false;
     this.gvCharacters.OptionsCustomization.AllowGroup = false;
     this.gvCharacters.OptionsFilter.AllowFilterEditor = false;
     this.gvCharacters.OptionsMenu.EnableColumnMenu = false;
     this.gvCharacters.OptionsMenu.EnableFooterMenu = false;
     this.gvCharacters.OptionsMenu.EnableGroupPanelMenu = false;
     this.gvCharacters.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvCharacters.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gvCharacters.OptionsView.EnableAppearanceEvenRow = true;
     this.gvCharacters.OptionsView.EnableAppearanceOddRow = true;
     this.gvCharacters.OptionsView.ShowFilterPanelMode = ShowFilterPanelMode.Never;
     this.gvCharacters.OptionsView.ShowGroupPanel = false;
     this.gvCharacters.OptionsView.ShowHorzLines = false;
     this.gvCharacters.OptionsView.ShowIndicator = false;
     this.gvCharacters.OptionsView.ShowVertLines = false;
     this.gvCharacters.SelectionChanged += new SelectionChangedEventHandler(this.gvCharacters_SelectionChanged);
     this.gcName.Caption = "<LOC>Name";
     this.gcName.FieldName = "CharacterName";
     this.gcName.Name = "gcName";
     this.gcName.Visible = true;
     this.gcName.VisibleIndex = 0;
     this.gcName.Width = 0x9c;
     this.gcTimePlayed.AppearanceCell.Options.UseTextOptions = true;
     this.gcTimePlayed.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Center;
     this.gcTimePlayed.Caption = "<LOC id=_70d529695c253d17e992cb9265abc57f>Missions Completed";
     this.gcTimePlayed.FieldName = "TimePlayed";
     this.gcTimePlayed.Name = "gcTimePlayed";
     this.gcTimePlayed.Visible = true;
     this.gcTimePlayed.VisibleIndex = 2;
     this.gcTimePlayed.Width = 0x6d;
     this.gcUpgrades.AppearanceCell.Options.UseTextOptions = true;
     this.gcUpgrades.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Center;
     this.gcUpgrades.Caption = "<LOC>Upgrades";
     this.gcUpgrades.FieldName = "Upgrades";
     this.gcUpgrades.Name = "gcUpgrades";
     this.gcUpgrades.Visible = true;
     this.gcUpgrades.VisibleIndex = 1;
     this.gcUpgrades.Width = 0x63;
     base.AcceptButton = this.skinButtonOK;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     this.BackColor = Color.Black;
     base.CancelButton = this.skinButtonCancel;
     base.ClientSize = new Size(0x2d7, 0x231);
     base.Controls.Add(this.rasterAnimationLoading);
     base.Controls.Add(this.gpgPanelCharacters);
     base.Controls.Add(this.skinButtonOK);
     base.Controls.Add(this.skinButtonCancel);
     base.Controls.Add(this.skinButtonNewCharacter);
     base.Controls.Add(this.skinButtonDeleteCharacter);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.MaximizeBox = false;
     this.MaximumSize = new Size(0x2d7, 0x231);
     this.MinimumSize = new Size(0x2d7, 0x231);
     base.Name = "DlgCharacterSelect";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Character Select";
     base.Controls.SetChildIndex(this.skinButtonDeleteCharacter, 0);
     base.Controls.SetChildIndex(this.skinButtonNewCharacter, 0);
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     base.Controls.SetChildIndex(this.skinButtonOK, 0);
     base.Controls.SetChildIndex(this.gpgPanelCharacters, 0);
     base.Controls.SetChildIndex(this.rasterAnimationLoading, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     ((ISupportInitialize) this.rasterAnimationLoading).EndInit();
     this.repositoryItemComboBox1.EndInit();
     this.repositoryItemTextEdit1.EndInit();
     this.gpgPanelCharacters.ResumeLayout(false);
     this.gpgDataGridCharacters.EndInit();
     this.gvCharacters.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 10
0
 private void InitializeComponent()
 {
     this.backLabelTitle = new SkinLabel();
     this.gpgDataGridLadder = new GPGDataGrid();
     this.gvLadder = new GridView();
     this.gcRank = new GridColumn();
     this.gcName = new GridColumn();
     this.gcWins = new GridColumn();
     this.gcLosses = new GridColumn();
     this.gcDraws = new GridColumn();
     this.gcWinPercentage = new GridColumn();
     this.gcRating = new GridColumn();
     this.gcAverageRating = new GridColumn();
     this.gcTopTenRating = new GridColumn();
     this.gcPeople = new GridColumn();
     this.skinButtonLast = new SkinButton();
     this.skinButtonNext = new SkinButton();
     this.gpgLabel1 = new GPGLabel();
     this.gpgTextBoxSearchName = new GPGTextBox();
     this.skinButtonSearch = new SkinButton();
     this.skinButtonStart = new SkinButton();
     this.skinButtonEnd = new SkinButton();
     this.gpgPanelLinkPages = new GPGPanel();
     this.gpgContextMenuChat = new GPGContextMenu();
     this.ciExport = new MenuItem();
     this.ciExport_PDF = new MenuItem();
     this.ciExport_HTML = new MenuItem();
     this.ciExport_Text = new MenuItem();
     this.ciExport_XLS = new MenuItem();
     this.ciSplitter1 = new MenuItem();
     this.ciChat_WhisperPlayer = new MenuItem();
     this.ciChat_WebStats = new MenuItem();
     this.ciChat_ViewPlayer = new MenuItem();
     this.ciClanProfile = new MenuItem();
     this.miReplays = new MenuItem();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgDataGridLadder.BeginInit();
     this.gvLadder.BeginInit();
     this.gpgTextBoxSearchName.Properties.BeginInit();
     base.SuspendLayout();
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.backLabelTitle.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.backLabelTitle.AutoStyle = false;
     this.backLabelTitle.BackColor = Color.Transparent;
     this.backLabelTitle.DrawEdges = true;
     this.backLabelTitle.Font = new Font("Arial", 20f, FontStyle.Bold);
     this.backLabelTitle.ForeColor = Color.White;
     this.backLabelTitle.HorizontalScalingMode = ScalingModes.Tile;
     this.backLabelTitle.IsStyled = false;
     this.backLabelTitle.Location = new Point(7, 0x3e);
     this.backLabelTitle.Name = "backLabelTitle";
     this.backLabelTitle.Size = new Size(0x272, 0x3b);
     this.backLabelTitle.SkinBasePath = @"Controls\Background Label\Ladders";
     base.ttDefault.SetSuperTip(this.backLabelTitle, null);
     this.backLabelTitle.TabIndex = 7;
     this.backLabelTitle.Text = "<LOC>Ladder Ratings";
     this.backLabelTitle.TextAlign = ContentAlignment.MiddleLeft;
     this.backLabelTitle.TextPadding = new Padding(10, 0, 0, 0);
     this.gpgDataGridLadder.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgDataGridLadder.CustomizeStyle = false;
     this.gpgDataGridLadder.EmbeddedNavigator.Name = "";
     this.gpgDataGridLadder.Location = new Point(7, 0x7f);
     this.gpgDataGridLadder.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgDataGridLadder.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgDataGridLadder.MainView = this.gvLadder;
     this.gpgDataGridLadder.Name = "gpgDataGridLadder";
     this.gpgDataGridLadder.ShowOnlyPredefinedDetails = true;
     this.gpgDataGridLadder.Size = new Size(0x272, 0xfd);
     this.gpgDataGridLadder.TabIndex = 8;
     this.gpgDataGridLadder.ViewCollection.AddRange(new BaseView[] { this.gvLadder });
     this.gvLadder.Appearance.Empty.BackColor = Color.Black;
     this.gvLadder.Appearance.Empty.Options.UseBackColor = true;
     this.gvLadder.Appearance.EvenRow.BackColor = Color.Black;
     this.gvLadder.Appearance.EvenRow.Options.UseBackColor = true;
     this.gvLadder.Appearance.FocusedRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvLadder.Appearance.FocusedRow.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gvLadder.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvLadder.Appearance.FocusedRow.Options.UseFont = true;
     this.gvLadder.Appearance.HeaderPanel.BackColor = Color.Black;
     this.gvLadder.Appearance.HeaderPanel.Options.UseBackColor = true;
     this.gvLadder.Appearance.HideSelectionRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvLadder.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.gvLadder.Appearance.OddRow.BackColor = Color.FromArgb(0x40, 0x40, 0x40);
     this.gvLadder.Appearance.OddRow.Options.UseBackColor = true;
     this.gvLadder.Appearance.Preview.BackColor = Color.Black;
     this.gvLadder.Appearance.Preview.Options.UseBackColor = true;
     this.gvLadder.Appearance.Row.BackColor = Color.Black;
     this.gvLadder.Appearance.Row.ForeColor = Color.White;
     this.gvLadder.Appearance.Row.Options.UseBackColor = true;
     this.gvLadder.Appearance.RowSeparator.BackColor = Color.Black;
     this.gvLadder.Appearance.RowSeparator.Options.UseBackColor = true;
     this.gvLadder.Appearance.SelectedRow.BackColor = Color.FromArgb(0xc0, 0xc0, 0xff);
     this.gvLadder.Appearance.SelectedRow.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gvLadder.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvLadder.Appearance.SelectedRow.Options.UseFont = true;
     this.gvLadder.AppearancePrint.Row.ForeColor = Color.White;
     this.gvLadder.AppearancePrint.Row.Options.UseForeColor = true;
     this.gvLadder.BorderStyle = BorderStyles.NoBorder;
     this.gvLadder.ColumnPanelRowHeight = 30;
     this.gvLadder.Columns.AddRange(new GridColumn[] { this.gcRank, this.gcName, this.gcWins, this.gcLosses, this.gcDraws, this.gcWinPercentage, this.gcRating, this.gcAverageRating, this.gcTopTenRating, this.gcPeople });
     this.gvLadder.GridControl = this.gpgDataGridLadder;
     this.gvLadder.GroupPanelText = "<LOC>Drag a column header here to group by that column.";
     this.gvLadder.Name = "gvLadder";
     this.gvLadder.OptionsMenu.EnableColumnMenu = false;
     this.gvLadder.OptionsMenu.EnableFooterMenu = false;
     this.gvLadder.OptionsMenu.EnableGroupPanelMenu = false;
     this.gvLadder.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gvLadder.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gvLadder.OptionsSelection.MultiSelect = true;
     this.gvLadder.OptionsView.EnableAppearanceEvenRow = true;
     this.gvLadder.OptionsView.EnableAppearanceOddRow = true;
     this.gvLadder.OptionsView.ShowHorzLines = false;
     this.gvLadder.OptionsView.ShowIndicator = false;
     this.gvLadder.OptionsView.ShowVertLines = false;
     this.gvLadder.CustomColumnDisplayText += new CustomColumnDisplayTextEventHandler(this.gvLadder_CustomColumnDisplayText);
     this.gcRank.AppearanceCell.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcRank.AppearanceCell.ForeColor = Color.Gold;
     this.gcRank.AppearanceCell.Options.UseFont = true;
     this.gcRank.AppearanceCell.Options.UseForeColor = true;
     this.gcRank.AppearanceCell.Options.UseTextOptions = true;
     this.gcRank.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcRank.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcRank.AppearanceHeader.Options.UseFont = true;
     this.gcRank.Caption = "<LOC>Rank";
     this.gcRank.FieldName = "Rank";
     this.gcRank.Name = "gcRank";
     this.gcRank.OptionsColumn.AllowEdit = false;
     this.gcRank.Visible = true;
     this.gcRank.VisibleIndex = 0;
     this.gcName.AppearanceCell.ForeColor = Color.White;
     this.gcName.AppearanceCell.Options.UseForeColor = true;
     this.gcName.AppearanceCell.Options.UseTextOptions = true;
     this.gcName.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcName.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcName.AppearanceHeader.Options.UseFont = true;
     this.gcName.Caption = "<LOC>Name";
     this.gcName.FieldName = "PlayerName";
     this.gcName.Name = "gcName";
     this.gcName.OptionsColumn.AllowEdit = false;
     this.gcName.Visible = true;
     this.gcName.VisibleIndex = 1;
     this.gcWins.AppearanceCell.ForeColor = Color.SeaGreen;
     this.gcWins.AppearanceCell.Options.UseForeColor = true;
     this.gcWins.AppearanceCell.Options.UseTextOptions = true;
     this.gcWins.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcWins.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcWins.AppearanceHeader.Options.UseFont = true;
     this.gcWins.Caption = "<LOC>Wins";
     this.gcWins.FieldName = "Wins";
     this.gcWins.Name = "gcWins";
     this.gcWins.OptionsColumn.AllowEdit = false;
     this.gcWins.Visible = true;
     this.gcWins.VisibleIndex = 2;
     this.gcLosses.AppearanceCell.ForeColor = Color.Red;
     this.gcLosses.AppearanceCell.Options.UseForeColor = true;
     this.gcLosses.AppearanceCell.Options.UseTextOptions = true;
     this.gcLosses.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcLosses.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcLosses.AppearanceHeader.Options.UseFont = true;
     this.gcLosses.Caption = "<LOC>Losses";
     this.gcLosses.FieldName = "Losses";
     this.gcLosses.Name = "gcLosses";
     this.gcLosses.OptionsColumn.AllowEdit = false;
     this.gcLosses.Visible = true;
     this.gcLosses.VisibleIndex = 3;
     this.gcDraws.AppearanceCell.ForeColor = Color.White;
     this.gcDraws.AppearanceCell.Options.UseForeColor = true;
     this.gcDraws.AppearanceCell.Options.UseTextOptions = true;
     this.gcDraws.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcDraws.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcDraws.AppearanceHeader.Options.UseFont = true;
     this.gcDraws.Caption = "<LOC>Draws";
     this.gcDraws.FieldName = "Draws";
     this.gcDraws.Name = "gcDraws";
     this.gcDraws.OptionsColumn.AllowEdit = false;
     this.gcDraws.Visible = true;
     this.gcDraws.VisibleIndex = 4;
     this.gcWinPercentage.AppearanceCell.ForeColor = Color.White;
     this.gcWinPercentage.AppearanceCell.Options.UseForeColor = true;
     this.gcWinPercentage.AppearanceCell.Options.UseTextOptions = true;
     this.gcWinPercentage.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcWinPercentage.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcWinPercentage.AppearanceHeader.Options.UseFont = true;
     this.gcWinPercentage.Caption = "<LOC>Win %";
     this.gcWinPercentage.DisplayFormat.FormatString = "{0}%";
     this.gcWinPercentage.DisplayFormat.FormatType = FormatType.Custom;
     this.gcWinPercentage.FieldName = "WinPercentage";
     this.gcWinPercentage.Name = "gcWinPercentage";
     this.gcWinPercentage.OptionsColumn.AllowEdit = false;
     this.gcWinPercentage.Visible = true;
     this.gcWinPercentage.VisibleIndex = 5;
     this.gcRating.AppearanceCell.ForeColor = Color.White;
     this.gcRating.AppearanceCell.Options.UseForeColor = true;
     this.gcRating.AppearanceCell.Options.UseTextOptions = true;
     this.gcRating.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Near;
     this.gcRating.AppearanceHeader.Font = new Font("Tahoma", 8.25f, FontStyle.Bold);
     this.gcRating.AppearanceHeader.Options.UseFont = true;
     this.gcRating.Caption = "<LOC>Rating";
     this.gcRating.FieldName = "Rating";
     this.gcRating.Name = "gcRating";
     this.gcRating.OptionsColumn.AllowEdit = false;
     this.gcRating.Visible = true;
     this.gcRating.VisibleIndex = 6;
     this.gcAverageRating.Caption = "<LOC>Average Rating";
     this.gcAverageRating.FieldName = "AvgRating";
     this.gcAverageRating.Name = "gcAverageRating";
     this.gcTopTenRating.Caption = "<LOC>Top Ten Rating";
     this.gcTopTenRating.FieldName = "TopTenRating";
     this.gcTopTenRating.Name = "gcTopTenRating";
     this.gcPeople.Caption = "<LOC># of People";
     this.gcPeople.FieldName = "People";
     this.gcPeople.Name = "gcPeople";
     this.skinButtonLast.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinButtonLast.AutoStyle = true;
     this.skinButtonLast.BackColor = Color.Black;
     this.skinButtonLast.DialogResult = DialogResult.OK;
     this.skinButtonLast.DisabledForecolor = Color.Gray;
     this.skinButtonLast.DrawEdges = false;
     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(0x34, 0x181);
     this.skinButtonLast.Name = "skinButtonLast";
     this.skinButtonLast.Size = new Size(40, 0x16);
     this.skinButtonLast.SkinBasePath = @"Controls\Button\Previous";
     base.ttDefault.SetSuperTip(this.skinButtonLast, null);
     this.skinButtonLast.TabIndex = 10;
     this.skinButtonLast.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonLast.TextPadding = new Padding(0);
     this.skinButtonLast.Click += new EventHandler(this.skinButtonLast_Click);
     this.skinButtonNext.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonNext.AutoStyle = true;
     this.skinButtonNext.BackColor = Color.Black;
     this.skinButtonNext.DialogResult = DialogResult.OK;
     this.skinButtonNext.DisabledForecolor = Color.Gray;
     this.skinButtonNext.DrawEdges = false;
     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(0x225, 0x181);
     this.skinButtonNext.Name = "skinButtonNext";
     this.skinButtonNext.Size = new Size(40, 0x16);
     this.skinButtonNext.SkinBasePath = @"Controls\Button\Next";
     base.ttDefault.SetSuperTip(this.skinButtonNext, null);
     this.skinButtonNext.TabIndex = 11;
     this.skinButtonNext.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonNext.TextPadding = new Padding(0);
     this.skinButtonNext.Click += new EventHandler(this.skinButtonNext_Click);
     this.gpgLabel1.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel1.AutoSize = true;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Arial", 9.75f);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(12, 0x1a1);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x72, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 12;
     this.gpgLabel1.Text = "<LOC>Search For";
     this.gpgLabel1.TextStyle = TextStyles.Default;
     this.gpgTextBoxSearchName.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgTextBoxSearchName.Location = new Point(0x55, 0x19e);
     this.gpgTextBoxSearchName.Name = "gpgTextBoxSearchName";
     this.gpgTextBoxSearchName.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxSearchName.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxSearchName.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxSearchName.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxSearchName.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxSearchName.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxSearchName.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxSearchName.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxSearchName.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxSearchName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxSearchName.Size = new Size(0xa8, 20);
     this.gpgTextBoxSearchName.TabIndex = 13;
     this.gpgTextBoxSearchName.KeyDown += new KeyEventHandler(this.gpgTextBoxSearchName_KeyDown);
     this.skinButtonSearch.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinButtonSearch.AutoStyle = true;
     this.skinButtonSearch.BackColor = Color.Black;
     this.skinButtonSearch.DialogResult = DialogResult.OK;
     this.skinButtonSearch.DisabledForecolor = Color.Gray;
     this.skinButtonSearch.DrawEdges = true;
     this.skinButtonSearch.FocusColor = Color.Yellow;
     this.skinButtonSearch.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSearch.ForeColor = Color.White;
     this.skinButtonSearch.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonSearch.IsStyled = true;
     this.skinButtonSearch.Location = new Point(0x100, 0x19e);
     this.skinButtonSearch.Name = "skinButtonSearch";
     this.skinButtonSearch.Size = new Size(0x33, 20);
     this.skinButtonSearch.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonSearch, null);
     this.skinButtonSearch.TabIndex = 14;
     this.skinButtonSearch.Text = "<LOC>Go";
     this.skinButtonSearch.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSearch.TextPadding = new Padding(0);
     this.skinButtonSearch.Click += new EventHandler(this.skinButtonSearch_Click);
     this.skinButtonStart.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinButtonStart.AutoStyle = true;
     this.skinButtonStart.BackColor = Color.Black;
     this.skinButtonStart.DialogResult = DialogResult.OK;
     this.skinButtonStart.DisabledForecolor = Color.Gray;
     this.skinButtonStart.DrawEdges = false;
     this.skinButtonStart.FocusColor = Color.Yellow;
     this.skinButtonStart.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonStart.ForeColor = Color.White;
     this.skinButtonStart.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonStart.IsStyled = true;
     this.skinButtonStart.Location = new Point(12, 0x181);
     this.skinButtonStart.Name = "skinButtonStart";
     this.skinButtonStart.Size = new Size(40, 0x16);
     this.skinButtonStart.SkinBasePath = @"Controls\Button\First";
     base.ttDefault.SetSuperTip(this.skinButtonStart, null);
     this.skinButtonStart.TabIndex = 0x10;
     this.skinButtonStart.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonStart.TextPadding = new Padding(0);
     this.skinButtonStart.Click += new EventHandler(this.skinButtonStart_Click);
     this.skinButtonEnd.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonEnd.AutoStyle = true;
     this.skinButtonEnd.BackColor = Color.Black;
     this.skinButtonEnd.DialogResult = DialogResult.OK;
     this.skinButtonEnd.DisabledForecolor = Color.Gray;
     this.skinButtonEnd.DrawEdges = false;
     this.skinButtonEnd.FocusColor = Color.Yellow;
     this.skinButtonEnd.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonEnd.ForeColor = Color.White;
     this.skinButtonEnd.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonEnd.IsStyled = true;
     this.skinButtonEnd.Location = new Point(0x24d, 0x181);
     this.skinButtonEnd.Name = "skinButtonEnd";
     this.skinButtonEnd.Size = new Size(40, 0x16);
     this.skinButtonEnd.SkinBasePath = @"Controls\Button\Last";
     base.ttDefault.SetSuperTip(this.skinButtonEnd, null);
     this.skinButtonEnd.TabIndex = 0x11;
     this.skinButtonEnd.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonEnd.TextPadding = new Padding(0);
     this.skinButtonEnd.Click += new EventHandler(this.skinButtonEnd_Click);
     this.gpgPanelLinkPages.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgPanelLinkPages.BackColor = Color.DarkGray;
     this.gpgPanelLinkPages.Location = new Point(0x5b, 0x181);
     this.gpgPanelLinkPages.Margin = new Padding(0);
     this.gpgPanelLinkPages.Name = "gpgPanelLinkPages";
     this.gpgPanelLinkPages.Size = new Size(0x1cb, 0x16);
     base.ttDefault.SetSuperTip(this.gpgPanelLinkPages, null);
     this.gpgPanelLinkPages.TabIndex = 0x12;
     this.gpgContextMenuChat.MenuItems.AddRange(new MenuItem[] { this.ciExport, this.ciSplitter1, this.ciChat_WhisperPlayer, this.ciChat_WebStats, this.ciChat_ViewPlayer, this.ciClanProfile, this.miReplays });
     this.ciExport.Index = 0;
     this.ciExport.MenuItems.AddRange(new MenuItem[] { this.ciExport_PDF, this.ciExport_HTML, this.ciExport_Text, this.ciExport_XLS });
     this.ciExport.Text = "<LOC>Export";
     this.ciExport_PDF.Index = 0;
     this.ciExport_PDF.Text = "<LOC>To PDF";
     this.ciExport_PDF.Click += new EventHandler(this.ciExport_PDF_Click);
     this.ciExport_HTML.Index = 1;
     this.ciExport_HTML.Text = "<LOC>To HTML";
     this.ciExport_HTML.Click += new EventHandler(this.ciExport_HTML_Click);
     this.ciExport_Text.Index = 2;
     this.ciExport_Text.Text = "<LOC>To Text";
     this.ciExport_Text.Click += new EventHandler(this.ciExport_Text_Click);
     this.ciExport_XLS.Index = 3;
     this.ciExport_XLS.Text = "<LOC>To XLS";
     this.ciExport_XLS.Click += new EventHandler(this.ciExport_XLS_Click);
     this.ciSplitter1.Index = 1;
     this.ciSplitter1.Text = "-";
     this.ciChat_WhisperPlayer.Index = 2;
     this.ciChat_WhisperPlayer.Text = "<LOC>Send private message";
     this.ciChat_WhisperPlayer.Click += new EventHandler(this.ciChat_WhisperPlayer_Click);
     this.ciChat_WebStats.Index = 3;
     this.ciChat_WebStats.Text = "<LOC>View web statistics";
     this.ciChat_WebStats.Click += new EventHandler(this.ciChat_WebStats_Click);
     this.ciChat_ViewPlayer.Index = 4;
     this.ciChat_ViewPlayer.Text = "<LOC>View this player's profile";
     this.ciChat_ViewPlayer.Click += new EventHandler(this.ciChat_ViewPlayer_Click);
     this.ciClanProfile.Index = 5;
     this.ciClanProfile.Text = "<LOC>View this clan's profile";
     this.ciClanProfile.Visible = false;
     this.ciClanProfile.Click += new EventHandler(this.ciClanProfile_Click);
     this.miReplays.Index = 6;
     this.miReplays.Text = "<LOC>View this player's replays";
     this.miReplays.Click += new EventHandler(this.miReplays_Click);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(640, 480);
     base.Controls.Add(this.gpgPanelLinkPages);
     base.Controls.Add(this.skinButtonEnd);
     base.Controls.Add(this.skinButtonStart);
     base.Controls.Add(this.skinButtonSearch);
     base.Controls.Add(this.gpgTextBoxSearchName);
     base.Controls.Add(this.gpgLabel1);
     base.Controls.Add(this.skinButtonNext);
     base.Controls.Add(this.skinButtonLast);
     base.Controls.Add(this.gpgDataGridLadder);
     base.Controls.Add(this.backLabelTitle);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x1c8, 0x180);
     base.Name = "FrmStatsLadder";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "Ladder";
     base.Controls.SetChildIndex(this.backLabelTitle, 0);
     base.Controls.SetChildIndex(this.gpgDataGridLadder, 0);
     base.Controls.SetChildIndex(this.skinButtonLast, 0);
     base.Controls.SetChildIndex(this.skinButtonNext, 0);
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxSearchName, 0);
     base.Controls.SetChildIndex(this.skinButtonSearch, 0);
     base.Controls.SetChildIndex(this.skinButtonStart, 0);
     base.Controls.SetChildIndex(this.skinButtonEnd, 0);
     base.Controls.SetChildIndex(this.gpgPanelLinkPages, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgDataGridLadder.EndInit();
     this.gvLadder.EndInit();
     this.gpgTextBoxSearchName.Properties.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Exemplo n.º 11
0
 private void InitializeComponent()
 {
     this.gpgTeamGrid = new GPGDataGrid();
     this.gridView1 = new GridView();
     this.PlayerName = new GridColumn();
     this.btnInvite = new SkinButton();
     this.btnOK = new SkinButton();
     this.btnCancel = new SkinButton();
     this.gpgTeamGrid.BeginInit();
     this.gridView1.BeginInit();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     this.gpgTeamGrid.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgTeamGrid.CustomizeStyle = false;
     this.gpgTeamGrid.EmbeddedNavigator.Name = "";
     this.gpgTeamGrid.Location = new Point(0x24, 0x53);
     this.gpgTeamGrid.MainView = this.gridView1;
     this.gpgTeamGrid.Name = "gpgTeamGrid";
     this.gpgTeamGrid.ShowOnlyPredefinedDetails = true;
     this.gpgTeamGrid.Size = new Size(290, 0xd8);
     this.gpgTeamGrid.TabIndex = 7;
     this.gpgTeamGrid.ViewCollection.AddRange(new BaseView[] { this.gridView1 });
     this.gridView1.ActiveFilterString = "";
     this.gridView1.Columns.AddRange(new GridColumn[] { this.PlayerName });
     this.gridView1.GridControl = this.gpgTeamGrid;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsCustomization.AllowFilter = false;
     this.gridView1.OptionsCustomization.AllowGroup = false;
     this.gridView1.OptionsFilter.AllowColumnMRUFilterList = false;
     this.gridView1.OptionsFilter.AllowFilterEditor = false;
     this.gridView1.OptionsFilter.AllowMRUFilterList = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.PlayerName.Caption = "<LOC>Team Players";
     this.PlayerName.FieldName = "Name";
     this.PlayerName.Name = "PlayerName";
     this.PlayerName.OptionsColumn.ReadOnly = true;
     this.PlayerName.Visible = true;
     this.PlayerName.VisibleIndex = 0;
     this.btnInvite.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnInvite.AutoStyle = true;
     this.btnInvite.BackColor = Color.Black;
     this.btnInvite.DialogResult = DialogResult.None;
     this.btnInvite.DisabledForecolor = Color.Gray;
     this.btnInvite.DrawEdges = true;
     this.btnInvite.FocusColor = Color.Yellow;
     this.btnInvite.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnInvite.ForeColor = Color.White;
     this.btnInvite.HorizontalScalingMode = ScalingModes.Tile;
     this.btnInvite.IsStyled = true;
     this.btnInvite.Location = new Point(0x23, 0x131);
     this.btnInvite.Name = "btnInvite";
     this.btnInvite.Size = new Size(0x5d, 0x1c);
     this.btnInvite.SkinBasePath = @"Controls\Button\Round Edge";
     this.btnInvite.TabIndex = 0x17;
     this.btnInvite.Text = "<LOC>Manual Invite";
     this.btnInvite.TextAlign = ContentAlignment.MiddleCenter;
     this.btnInvite.TextPadding = new Padding(0);
     this.btnInvite.Click += new EventHandler(this.btnInvite_Click);
     this.btnOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnOK.AutoStyle = true;
     this.btnOK.BackColor = Color.Black;
     this.btnOK.DialogResult = DialogResult.OK;
     this.btnOK.DisabledForecolor = Color.Gray;
     this.btnOK.DrawEdges = true;
     this.btnOK.FocusColor = Color.Yellow;
     this.btnOK.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnOK.ForeColor = Color.White;
     this.btnOK.HorizontalScalingMode = ScalingModes.Tile;
     this.btnOK.IsStyled = true;
     this.btnOK.Location = new Point(0x86, 0x131);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new Size(0x5d, 0x1c);
     this.btnOK.SkinBasePath = @"Controls\Button\Round Edge";
     this.btnOK.TabIndex = 0x18;
     this.btnOK.Text = "<LOC>Launch";
     this.btnOK.TextAlign = ContentAlignment.MiddleCenter;
     this.btnOK.TextPadding = new Padding(0);
     this.btnOK.Click += new EventHandler(this.btnOK_Click);
     this.btnCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnCancel.AutoStyle = true;
     this.btnCancel.BackColor = Color.Black;
     this.btnCancel.DialogResult = DialogResult.Cancel;
     this.btnCancel.DisabledForecolor = Color.Gray;
     this.btnCancel.DrawEdges = true;
     this.btnCancel.FocusColor = Color.Yellow;
     this.btnCancel.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnCancel.ForeColor = Color.White;
     this.btnCancel.HorizontalScalingMode = ScalingModes.Tile;
     this.btnCancel.IsStyled = true;
     this.btnCancel.Location = new Point(0xe9, 0x131);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new Size(0x5d, 0x1c);
     this.btnCancel.SkinBasePath = @"Controls\Button\Round Edge";
     this.btnCancel.TabIndex = 0x19;
     this.btnCancel.Text = "<LOC>Cancel";
     this.btnCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.btnCancel.TextPadding = new Padding(0);
     this.btnCancel.Click += new EventHandler(this.btnCancel_Click);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x16a, 0x18c);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnOK);
     base.Controls.Add(this.btnInvite);
     base.Controls.Add(this.gpgTeamGrid);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.Name = "DlgSupcomTeamSelection";
     this.Text = "<LOC>Team Selection";
     base.Controls.SetChildIndex(this.gpgTeamGrid, 0);
     base.Controls.SetChildIndex(this.btnInvite, 0);
     base.Controls.SetChildIndex(this.btnOK, 0);
     base.Controls.SetChildIndex(this.btnCancel, 0);
     this.gpgTeamGrid.EndInit();
     this.gridView1.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }