Esempio n. 1
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.gpgChart = new GPGChartControl(this.components);
     this.btnExecute = new SkinButton();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     ((ISupportInitialize) this.gpgChart).BeginInit();
     base.SuspendLayout();
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgChart.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgChart.AppearanceName = "Northern Lights";
     this.gpgChart.Location = new Point(12, 0x4b);
     this.gpgChart.Name = "gpgChart";
     this.gpgChart.SeriesTemplate.PointOptionsTypeName = "PointOptions";
     this.gpgChart.Size = new Size(0x269, 0x134);
     base.ttDefault.SetSuperTip(this.gpgChart, null);
     this.gpgChart.TabIndex = 0x19;
     this.btnExecute.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnExecute.AutoStyle = true;
     this.btnExecute.BackColor = Color.Black;
     this.btnExecute.ButtonState = 0;
     this.btnExecute.DialogResult = DialogResult.OK;
     this.btnExecute.DisabledForecolor = Color.Gray;
     this.btnExecute.DrawColor = Color.White;
     this.btnExecute.DrawEdges = true;
     this.btnExecute.FocusColor = Color.Yellow;
     this.btnExecute.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnExecute.ForeColor = Color.White;
     this.btnExecute.HorizontalScalingMode = ScalingModes.Tile;
     this.btnExecute.IsStyled = true;
     this.btnExecute.Location = new Point(0x218, 0x185);
     this.btnExecute.Name = "btnExecute";
     this.btnExecute.Size = new Size(0x5d, 0x1c);
     this.btnExecute.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnExecute, null);
     this.btnExecute.TabIndex = 0x1a;
     this.btnExecute.TabStop = true;
     this.btnExecute.Text = "<LOC>Execute";
     this.btnExecute.TextAlign = ContentAlignment.MiddleCenter;
     this.btnExecute.TextPadding = new Padding(0);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(640, 480);
     base.Controls.Add(this.btnExecute);
     base.Controls.Add(this.gpgChart);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.Name = "DlgViewGraph";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "DlgViewGraph";
     base.Controls.SetChildIndex(this.gpgChart, 0);
     base.Controls.SetChildIndex(this.btnExecute, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     ((ISupportInitialize) this.gpgChart).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 2
0
 private void InitializeComponent()
 {
     this.gpgLabelMsg = new GPGLabel();
     this.skinButtonOk = new SkinButton();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     this.gpgLabelMsg.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgLabelMsg.AutoStyle = true;
     this.gpgLabelMsg.Font = new Font("Arial", 9.75f);
     this.gpgLabelMsg.ForeColor = Color.White;
     this.gpgLabelMsg.IgnoreMouseWheel = false;
     this.gpgLabelMsg.IsStyled = false;
     this.gpgLabelMsg.Location = new Point(12, 80);
     this.gpgLabelMsg.Name = "gpgLabelMsg";
     this.gpgLabelMsg.Size = new Size(0x15f, 0x6c);
     this.gpgLabelMsg.TabIndex = 7;
     this.gpgLabelMsg.Text = "gpgLabel1";
     this.gpgLabelMsg.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelMsg.TextStyle = TextStyles.Default;
     this.skinButtonOk.Anchor = AnchorStyles.Bottom;
     this.skinButtonOk.AutoStyle = true;
     this.skinButtonOk.BackColor = Color.Black;
     this.skinButtonOk.DialogResult = DialogResult.None;
     this.skinButtonOk.DisabledForecolor = Color.Gray;
     this.skinButtonOk.DrawEdges = true;
     this.skinButtonOk.FocusColor = Color.Yellow;
     this.skinButtonOk.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonOk.ForeColor = Color.White;
     this.skinButtonOk.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonOk.IsStyled = true;
     this.skinButtonOk.Location = new Point(0x86, 0xd0);
     this.skinButtonOk.Name = "skinButtonOk";
     this.skinButtonOk.Size = new Size(0x68, 0x1a);
     this.skinButtonOk.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonOk.TabIndex = 8;
     this.skinButtonOk.Text = "<LOC>OK";
     this.skinButtonOk.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonOk.TextPadding = new Padding(0);
     this.skinButtonOk.Click += new EventHandler(this.skinButtonOk_Click);
     base.AcceptButton = this.skinButtonOk;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.CancelButton = this.skinButtonOk;
     base.ClientSize = new Size(0x177, 0x129);
     base.Controls.Add(this.skinButtonOk);
     base.Controls.Add(this.gpgLabelMsg);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.MaximizeBox = false;
     this.MaximumSize = new Size(0x177, 0x129);
     base.MinimizeBox = false;
     this.MinimumSize = new Size(0x177, 0x129);
     base.Name = "DlgMessage";
     this.Text = "";
     base.Controls.SetChildIndex(this.gpgLabelMsg, 0);
     base.Controls.SetChildIndex(this.skinButtonOk, 0);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 3
0
 private void btnHistoryTab_Click(object sender, EventArgs e)
 {
     this.SelectedTab.DrawColor = Color.White;
     this.mSelectedTab = this.btnHistoryTab;
     this.SelectedTab.DrawColor = Color.Black;
     this.btnHistoryTab.SkinBasePath = @"Controls\Button\TabSmallActive";
     this.btnCommentsTab.SkinBasePath = @"Controls\Button\TabSmall";
     this.LayoutTabs();
     this.gpgPanelHistory.BringToFront();
 }
Esempio n. 4
0
 private void InitializeComponent()
 {
     this.gpgLabelHeader = new GPGLabel();
     this.skinButtonExpandCollapse = new SkinButton();
     base.SuspendLayout();
     this.gpgLabelHeader.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelHeader.AutoStyle = true;
     this.gpgLabelHeader.BackColor = Color.Transparent;
     this.gpgLabelHeader.Dock = DockStyle.Top;
     this.gpgLabelHeader.Font = new System.Drawing.Font("Verdana", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabelHeader.ForeColor = Color.White;
     this.gpgLabelHeader.IgnoreMouseWheel = false;
     this.gpgLabelHeader.IsStyled = false;
     this.gpgLabelHeader.Location = new Point(0, 0);
     this.gpgLabelHeader.Name = "gpgLabelHeader";
     this.gpgLabelHeader.Padding = new Padding(8, 0, 0, 0);
     this.gpgLabelHeader.Size = new Size(0xef, 0x25);
     this.gpgLabelHeader.TabIndex = 0;
     this.gpgLabelHeader.Text = "header";
     this.gpgLabelHeader.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabelHeader.TextStyle = TextStyles.Custom;
     this.skinButtonExpandCollapse.Anchor = AnchorStyles.Right | AnchorStyles.Top;
     this.skinButtonExpandCollapse.AutoStyle = true;
     this.skinButtonExpandCollapse.BackColor = Color.Transparent;
     this.skinButtonExpandCollapse.ButtonState = 0;
     this.skinButtonExpandCollapse.DialogResult = DialogResult.OK;
     this.skinButtonExpandCollapse.DisabledForecolor = Color.Gray;
     this.skinButtonExpandCollapse.DrawColor = Color.White;
     this.skinButtonExpandCollapse.DrawEdges = false;
     this.skinButtonExpandCollapse.Enabled = false;
     this.skinButtonExpandCollapse.FocusColor = Color.Yellow;
     this.skinButtonExpandCollapse.Font = new System.Drawing.Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonExpandCollapse.ForeColor = Color.White;
     this.skinButtonExpandCollapse.HorizontalScalingMode = ScalingModes.Center;
     this.skinButtonExpandCollapse.IsStyled = true;
     this.skinButtonExpandCollapse.Location = new Point(0xd4, 4);
     this.skinButtonExpandCollapse.Name = "skinButtonExpandCollapse";
     this.skinButtonExpandCollapse.Size = new Size(0x18, 0x12);
     this.skinButtonExpandCollapse.SkinBasePath = @"Controls\GroupPanel\BtnCollapse";
     this.skinButtonExpandCollapse.TabIndex = 0x26;
     this.skinButtonExpandCollapse.TabStop = true;
     this.skinButtonExpandCollapse.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonExpandCollapse.TextPadding = new Padding(0);
     this.skinButtonExpandCollapse.Visible = false;
     this.skinButtonExpandCollapse.Click += new EventHandler(this.skinButtonExpandCollapse_Click);
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     this.BackColor = Color.Black;
     base.Controls.Add(this.skinButtonExpandCollapse);
     base.Controls.Add(this.gpgLabelHeader);
     this.DoubleBuffered = true;
     base.Name = "SkinGroupPanel";
     base.Size = new Size(0xef, 0xca);
     base.ResumeLayout(false);
 }
Esempio n. 5
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();
 }
Esempio n. 6
0
 private void InitializeComponent()
 {
     this.gpgLabel1 = new GPGLabel();
     this.gpgTextBoxPlayer = new GPGTextBox();
     this.skinButtonAward = new SkinButton();
     this.gpgPictureBoxAvatar = new GPGPictureBox();
     this.gpgLabel2 = new GPGLabel();
     this.skinButtonSetAvatar = new SkinButton();
     this.skinButtonRemovePlayer = new SkinButton();
     this.skinButtonRemoveAll = new SkinButton();
     this.skinButtonAwardClan = new SkinButton();
     this.skinButtonRemoveClan = new SkinButton();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgTextBoxPlayer.Properties.BeginInit();
     ((ISupportInitialize) this.gpgPictureBoxAvatar).BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x16b, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoSize = true;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Arial", 9.75f);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(12, 90);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x66, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 7;
     this.gpgLabel1.Text = "Avatar To Award";
     this.gpgLabel1.TextStyle = TextStyles.Default;
     this.gpgTextBoxPlayer.Location = new Point(12, 0xa8);
     this.gpgTextBoxPlayer.Name = "gpgTextBoxPlayer";
     this.gpgTextBoxPlayer.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxPlayer.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxPlayer.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxPlayer.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxPlayer.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxPlayer.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxPlayer.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxPlayer.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxPlayer.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxPlayer.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxPlayer.Size = new Size(0x165, 20);
     this.gpgTextBoxPlayer.TabIndex = 8;
     this.skinButtonAward.AutoStyle = true;
     this.skinButtonAward.BackColor = Color.Transparent;
     this.skinButtonAward.ButtonState = 0;
     this.skinButtonAward.DialogResult = DialogResult.OK;
     this.skinButtonAward.DisabledForecolor = Color.Gray;
     this.skinButtonAward.DrawColor = Color.White;
     this.skinButtonAward.DrawEdges = true;
     this.skinButtonAward.FocusColor = Color.Yellow;
     this.skinButtonAward.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonAward.ForeColor = Color.White;
     this.skinButtonAward.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonAward.IsStyled = true;
     this.skinButtonAward.Location = new Point(12, 0xd1);
     this.skinButtonAward.Name = "skinButtonAward";
     this.skinButtonAward.Size = new Size(0xc5, 0x1a);
     this.skinButtonAward.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonAward, null);
     this.skinButtonAward.TabIndex = 9;
     this.skinButtonAward.TabStop = true;
     this.skinButtonAward.Text = "Award Avatar To Player";
     this.skinButtonAward.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonAward.TextPadding = new Padding(0);
     this.skinButtonAward.Click += new EventHandler(this.skinButtonAward_Click);
     this.gpgPictureBoxAvatar.Cursor = Cursors.Hand;
     this.gpgPictureBoxAvatar.Location = new Point(12, 0x6d);
     this.gpgPictureBoxAvatar.Name = "gpgPictureBoxAvatar";
     this.gpgPictureBoxAvatar.Size = new Size(40, 20);
     base.ttDefault.SetSuperTip(this.gpgPictureBoxAvatar, null);
     this.gpgPictureBoxAvatar.TabIndex = 10;
     this.gpgPictureBoxAvatar.TabStop = false;
     this.gpgPictureBoxAvatar.Click += new EventHandler(this.gpgPictureBoxAvatar_Click);
     this.gpgLabel2.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel2.AutoSize = true;
     this.gpgLabel2.AutoStyle = true;
     this.gpgLabel2.Font = new Font("Arial", 9.75f);
     this.gpgLabel2.ForeColor = Color.White;
     this.gpgLabel2.IgnoreMouseWheel = false;
     this.gpgLabel2.IsStyled = false;
     this.gpgLabel2.Location = new Point(12, 0x95);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x2a, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 11;
     this.gpgLabel2.Text = "Name";
     this.gpgLabel2.TextStyle = TextStyles.Default;
     this.skinButtonSetAvatar.AutoStyle = true;
     this.skinButtonSetAvatar.BackColor = Color.Transparent;
     this.skinButtonSetAvatar.ButtonState = 0;
     this.skinButtonSetAvatar.DialogResult = DialogResult.OK;
     this.skinButtonSetAvatar.DisabledForecolor = Color.Gray;
     this.skinButtonSetAvatar.DrawColor = Color.White;
     this.skinButtonSetAvatar.DrawEdges = true;
     this.skinButtonSetAvatar.FocusColor = Color.Yellow;
     this.skinButtonSetAvatar.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSetAvatar.ForeColor = Color.White;
     this.skinButtonSetAvatar.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonSetAvatar.IsStyled = true;
     this.skinButtonSetAvatar.Location = new Point(0xd7, 0xd1);
     this.skinButtonSetAvatar.Name = "skinButtonSetAvatar";
     this.skinButtonSetAvatar.Size = new Size(0xc5, 0x1a);
     this.skinButtonSetAvatar.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonSetAvatar, null);
     this.skinButtonSetAvatar.TabIndex = 12;
     this.skinButtonSetAvatar.TabStop = true;
     this.skinButtonSetAvatar.Text = "Set Players Avatar";
     this.skinButtonSetAvatar.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSetAvatar.TextPadding = new Padding(0);
     this.skinButtonSetAvatar.Click += new EventHandler(this.skinButtonSetAvatar_Click);
     this.skinButtonRemovePlayer.AutoStyle = true;
     this.skinButtonRemovePlayer.BackColor = Color.Transparent;
     this.skinButtonRemovePlayer.ButtonState = 0;
     this.skinButtonRemovePlayer.DialogResult = DialogResult.OK;
     this.skinButtonRemovePlayer.DisabledForecolor = Color.Gray;
     this.skinButtonRemovePlayer.DrawColor = Color.White;
     this.skinButtonRemovePlayer.DrawEdges = true;
     this.skinButtonRemovePlayer.FocusColor = Color.Yellow;
     this.skinButtonRemovePlayer.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonRemovePlayer.ForeColor = Color.White;
     this.skinButtonRemovePlayer.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonRemovePlayer.IsStyled = true;
     this.skinButtonRemovePlayer.Location = new Point(12, 0x112);
     this.skinButtonRemovePlayer.Name = "skinButtonRemovePlayer";
     this.skinButtonRemovePlayer.Size = new Size(0xc5, 0x1a);
     this.skinButtonRemovePlayer.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonRemovePlayer, null);
     this.skinButtonRemovePlayer.TabIndex = 10;
     this.skinButtonRemovePlayer.TabStop = true;
     this.skinButtonRemovePlayer.Text = "Remove Avatar From Player";
     this.skinButtonRemovePlayer.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonRemovePlayer.TextPadding = new Padding(0);
     this.skinButtonRemovePlayer.Click += new EventHandler(this.skinButtonRemovePlayer_Click);
     this.skinButtonRemoveAll.AutoStyle = true;
     this.skinButtonRemoveAll.BackColor = Color.Transparent;
     this.skinButtonRemoveAll.ButtonState = 0;
     this.skinButtonRemoveAll.DialogResult = DialogResult.OK;
     this.skinButtonRemoveAll.DisabledForecolor = Color.Gray;
     this.skinButtonRemoveAll.DrawColor = Color.White;
     this.skinButtonRemoveAll.DrawEdges = true;
     this.skinButtonRemoveAll.FocusColor = Color.Yellow;
     this.skinButtonRemoveAll.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonRemoveAll.ForeColor = Color.White;
     this.skinButtonRemoveAll.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonRemoveAll.IsStyled = true;
     this.skinButtonRemoveAll.Location = new Point(0xd7, 0x112);
     this.skinButtonRemoveAll.Name = "skinButtonRemoveAll";
     this.skinButtonRemoveAll.Size = new Size(0xc5, 0x1a);
     this.skinButtonRemoveAll.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonRemoveAll, null);
     this.skinButtonRemoveAll.TabIndex = 13;
     this.skinButtonRemoveAll.TabStop = true;
     this.skinButtonRemoveAll.Text = "Remove Avatar From All";
     this.skinButtonRemoveAll.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonRemoveAll.TextPadding = new Padding(0);
     this.skinButtonRemoveAll.Click += new EventHandler(this.skinButtonRemoveAll_Click);
     this.skinButtonAwardClan.AutoStyle = true;
     this.skinButtonAwardClan.BackColor = Color.Transparent;
     this.skinButtonAwardClan.ButtonState = 0;
     this.skinButtonAwardClan.DialogResult = DialogResult.OK;
     this.skinButtonAwardClan.DisabledForecolor = Color.Gray;
     this.skinButtonAwardClan.DrawColor = Color.White;
     this.skinButtonAwardClan.DrawEdges = true;
     this.skinButtonAwardClan.FocusColor = Color.Yellow;
     this.skinButtonAwardClan.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonAwardClan.ForeColor = Color.White;
     this.skinButtonAwardClan.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonAwardClan.IsStyled = true;
     this.skinButtonAwardClan.Location = new Point(12, 0xf1);
     this.skinButtonAwardClan.Name = "skinButtonAwardClan";
     this.skinButtonAwardClan.Size = new Size(0xc5, 0x1a);
     this.skinButtonAwardClan.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonAwardClan, null);
     this.skinButtonAwardClan.TabIndex = 14;
     this.skinButtonAwardClan.TabStop = true;
     this.skinButtonAwardClan.Text = "Award Avatar To Clan";
     this.skinButtonAwardClan.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonAwardClan.TextPadding = new Padding(0);
     this.skinButtonAwardClan.Click += new EventHandler(this.skinButtonAwardClan_Click);
     this.skinButtonRemoveClan.AutoStyle = true;
     this.skinButtonRemoveClan.BackColor = Color.Transparent;
     this.skinButtonRemoveClan.ButtonState = 0;
     this.skinButtonRemoveClan.DialogResult = DialogResult.OK;
     this.skinButtonRemoveClan.DisabledForecolor = Color.Gray;
     this.skinButtonRemoveClan.DrawColor = Color.White;
     this.skinButtonRemoveClan.DrawEdges = true;
     this.skinButtonRemoveClan.FocusColor = Color.Yellow;
     this.skinButtonRemoveClan.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonRemoveClan.ForeColor = Color.White;
     this.skinButtonRemoveClan.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonRemoveClan.IsStyled = true;
     this.skinButtonRemoveClan.Location = new Point(0xd7, 0xf1);
     this.skinButtonRemoveClan.Name = "skinButtonRemoveClan";
     this.skinButtonRemoveClan.Size = new Size(0xc5, 0x1a);
     this.skinButtonRemoveClan.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonRemoveClan, null);
     this.skinButtonRemoveClan.TabIndex = 15;
     this.skinButtonRemoveClan.TabStop = true;
     this.skinButtonRemoveClan.Text = "Remove Avatar From Clan";
     this.skinButtonRemoveClan.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonRemoveClan.TextPadding = new Padding(0);
     this.skinButtonRemoveClan.Click += new EventHandler(this.skinButtonRemoveClan_Click);
     base.AcceptButton = this.skinButtonAward;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x1a6, 0x182);
     base.Controls.Add(this.skinButtonRemoveClan);
     base.Controls.Add(this.skinButtonAwardClan);
     base.Controls.Add(this.skinButtonRemoveAll);
     base.Controls.Add(this.skinButtonRemovePlayer);
     base.Controls.Add(this.skinButtonSetAvatar);
     base.Controls.Add(this.gpgLabel2);
     base.Controls.Add(this.gpgPictureBoxAvatar);
     base.Controls.Add(this.skinButtonAward);
     base.Controls.Add(this.gpgTextBoxPlayer);
     base.Controls.Add(this.gpgLabel1);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.MaximizeBox = false;
     this.MinimumSize = new Size(0x1a6, 0x150);
     base.Name = "DlgAssignAvatars";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "Assign Avatars";
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxPlayer, 0);
     base.Controls.SetChildIndex(this.skinButtonAward, 0);
     base.Controls.SetChildIndex(this.gpgPictureBoxAvatar, 0);
     base.Controls.SetChildIndex(this.gpgLabel2, 0);
     base.Controls.SetChildIndex(this.skinButtonSetAvatar, 0);
     base.Controls.SetChildIndex(this.skinButtonRemovePlayer, 0);
     base.Controls.SetChildIndex(this.skinButtonRemoveAll, 0);
     base.Controls.SetChildIndex(this.skinButtonAwardClan, 0);
     base.Controls.SetChildIndex(this.skinButtonRemoveClan, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgTextBoxPlayer.Properties.EndInit();
     ((ISupportInitialize) this.gpgPictureBoxAvatar).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 7
0
 private void InitializeComponent()
 {
     this.tbTitle = new GPGTextBox();
     this.gpgLabel2 = new GPGLabel();
     this.gpgLabel3 = new GPGLabel();
     this.gpgLabel4 = new GPGLabel();
     this.gpgLabel5 = new GPGLabel();
     this.gpgLabel6 = new GPGLabel();
     this.lMapName = new GPGLabel();
     this.lOpponent = new GPGLabel();
     this.lGameType = new GPGLabel();
     this.gpgLabel7 = new GPGLabel();
     this.gpgLabel8 = new GPGLabel();
     this.tbKeywords = new GPGTextBox();
     this.gpgLabel9 = new GPGLabel();
     this.tbGameInformation = new GPGTextArea();
     this.btnOK = new SkinButton();
     this.btnCancel = new SkinButton();
     this.gpgLabel1 = new GPGLabel();
     this.gpgCheckBoxShowAgain = new GPGCheckBox();
     this.gpgLabel10 = new GPGLabel();
     this.tbTitle.Properties.BeginInit();
     this.tbKeywords.Properties.BeginInit();
     this.tbGameInformation.Properties.BeginInit();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.tbTitle.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.tbTitle.EditValue = "Unknown vs Unknown";
     this.tbTitle.Location = new Point(0xc4, 0xed);
     this.tbTitle.Name = "tbTitle";
     this.tbTitle.Properties.Appearance.BackColor = Color.Black;
     this.tbTitle.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbTitle.Properties.Appearance.ForeColor = Color.White;
     this.tbTitle.Properties.Appearance.Options.UseBackColor = true;
     this.tbTitle.Properties.Appearance.Options.UseBorderColor = true;
     this.tbTitle.Properties.Appearance.Options.UseForeColor = true;
     this.tbTitle.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbTitle.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbTitle.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbTitle.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbTitle.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbTitle.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbTitle.Properties.BorderStyle = BorderStyles.Simple;
     this.tbTitle.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbTitle.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbTitle.Size = new Size(0x13b, 20);
     this.tbTitle.TabIndex = 8;
     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(0x24, 80);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x87, 0x10);
     this.gpgLabel2.TabIndex = 9;
     this.gpgLabel2.Text = "<LOC>Submit Replay";
     this.gpgLabel2.TextStyle = TextStyles.Header1;
     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(0x24, 0x95);
     this.gpgLabel3.Name = "gpgLabel3";
     this.gpgLabel3.Size = new Size(0x75, 0x10);
     this.gpgLabel3.TabIndex = 10;
     this.gpgLabel3.Text = "<LOC>Map Name:";
     this.gpgLabel3.TextStyle = TextStyles.Title;
     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(0x24, 0xb1);
     this.gpgLabel4.Name = "gpgLabel4";
     this.gpgLabel4.Size = new Size(0x86, 0x10);
     this.gpgLabel4.TabIndex = 11;
     this.gpgLabel4.Text = "<LOC>Other Players:";
     this.gpgLabel4.TextStyle = TextStyles.Title;
     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(0x24, 0xd3);
     this.gpgLabel5.Name = "gpgLabel5";
     this.gpgLabel5.Size = new Size(0x79, 0x10);
     this.gpgLabel5.TabIndex = 12;
     this.gpgLabel5.Text = "<LOC>Game Type:";
     this.gpgLabel5.TextStyle = TextStyles.Title;
     this.gpgLabel6.AutoSize = true;
     this.gpgLabel6.AutoStyle = true;
     this.gpgLabel6.Font = new Font("Arial", 9.75f);
     this.gpgLabel6.ForeColor = Color.White;
     this.gpgLabel6.IgnoreMouseWheel = false;
     this.gpgLabel6.IsStyled = false;
     this.gpgLabel6.Location = new Point(0xee, 0x106);
     this.gpgLabel6.Name = "gpgLabel6";
     this.gpgLabel6.Size = new Size(0, 0x10);
     this.gpgLabel6.TabIndex = 13;
     this.gpgLabel6.TextStyle = TextStyles.Default;
     this.lMapName.AutoSize = true;
     this.lMapName.AutoStyle = true;
     this.lMapName.Font = new Font("Arial", 9.75f);
     this.lMapName.ForeColor = Color.White;
     this.lMapName.IgnoreMouseWheel = false;
     this.lMapName.IsStyled = false;
     this.lMapName.Location = new Point(0xc1, 0x95);
     this.lMapName.Name = "lMapName";
     this.lMapName.Size = new Size(90, 0x10);
     this.lMapName.TabIndex = 14;
     this.lMapName.Text = "Unknown Map";
     this.lMapName.TextStyle = TextStyles.Default;
     this.lOpponent.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.lOpponent.AutoStyle = true;
     this.lOpponent.Font = new Font("Arial", 9.75f);
     this.lOpponent.ForeColor = Color.White;
     this.lOpponent.IgnoreMouseWheel = false;
     this.lOpponent.IsStyled = false;
     this.lOpponent.Location = new Point(0xc1, 0xb1);
     this.lOpponent.Name = "lOpponent";
     this.lOpponent.Size = new Size(0x13e, 0x2c);
     this.lOpponent.TabIndex = 15;
     this.lOpponent.Text = "Unknown";
     this.lOpponent.TextStyle = TextStyles.Default;
     this.lGameType.AutoSize = true;
     this.lGameType.AutoStyle = true;
     this.lGameType.Font = new Font("Arial", 9.75f);
     this.lGameType.ForeColor = Color.White;
     this.lGameType.IgnoreMouseWheel = false;
     this.lGameType.IsStyled = false;
     this.lGameType.Location = new Point(0xc1, 0xd3);
     this.lGameType.Name = "lGameType";
     this.lGameType.Size = new Size(0x85, 0x10);
     this.lGameType.TabIndex = 0x10;
     this.lGameType.Text = "<LOC>Ranked Game";
     this.lGameType.TextStyle = TextStyles.Default;
     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(0x24, 0xf1);
     this.gpgLabel7.Name = "gpgLabel7";
     this.gpgLabel7.Size = new Size(0x75, 0x10);
     this.gpgLabel7.TabIndex = 0x11;
     this.gpgLabel7.Text = "<LOC>Game Title:";
     this.gpgLabel7.TextStyle = TextStyles.Title;
     this.gpgLabel8.AutoSize = true;
     this.gpgLabel8.AutoStyle = true;
     this.gpgLabel8.Font = new Font("Arial", 9.75f);
     this.gpgLabel8.ForeColor = Color.White;
     this.gpgLabel8.IgnoreMouseWheel = false;
     this.gpgLabel8.IsStyled = false;
     this.gpgLabel8.Location = new Point(0x24, 0x10c);
     this.gpgLabel8.Name = "gpgLabel8";
     this.gpgLabel8.Size = new Size(0x95, 0x10);
     this.gpgLabel8.TabIndex = 0x12;
     this.gpgLabel8.Text = "<LOC>Keyword Search:";
     this.gpgLabel8.TextStyle = TextStyles.Title;
     this.tbKeywords.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.tbKeywords.EditValue = "";
     this.tbKeywords.Location = new Point(0xc4, 0x108);
     this.tbKeywords.Name = "tbKeywords";
     this.tbKeywords.Properties.Appearance.BackColor = Color.Black;
     this.tbKeywords.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbKeywords.Properties.Appearance.ForeColor = Color.White;
     this.tbKeywords.Properties.Appearance.Options.UseBackColor = true;
     this.tbKeywords.Properties.Appearance.Options.UseBorderColor = true;
     this.tbKeywords.Properties.Appearance.Options.UseForeColor = true;
     this.tbKeywords.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbKeywords.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbKeywords.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbKeywords.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbKeywords.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbKeywords.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbKeywords.Properties.BorderStyle = BorderStyles.Simple;
     this.tbKeywords.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbKeywords.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbKeywords.Size = new Size(0x13b, 20);
     this.tbKeywords.TabIndex = 0x13;
     this.gpgLabel9.AutoSize = true;
     this.gpgLabel9.AutoStyle = true;
     this.gpgLabel9.Font = new Font("Arial", 9.75f);
     this.gpgLabel9.ForeColor = Color.White;
     this.gpgLabel9.IgnoreMouseWheel = false;
     this.gpgLabel9.IsStyled = false;
     this.gpgLabel9.Location = new Point(0x24, 0x126);
     this.gpgLabel9.Name = "gpgLabel9";
     this.gpgLabel9.Size = new Size(0x9c, 0x10);
     this.gpgLabel9.TabIndex = 20;
     this.gpgLabel9.Text = "<LOC>Game Information:";
     this.gpgLabel9.TextStyle = TextStyles.Title;
     this.tbGameInformation.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.tbGameInformation.Location = new Point(0xc4, 0x126);
     this.tbGameInformation.Name = "tbGameInformation";
     this.tbGameInformation.Properties.Appearance.BackColor = Color.Black;
     this.tbGameInformation.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbGameInformation.Properties.Appearance.ForeColor = Color.White;
     this.tbGameInformation.Properties.Appearance.Options.UseBackColor = true;
     this.tbGameInformation.Properties.Appearance.Options.UseBorderColor = true;
     this.tbGameInformation.Properties.Appearance.Options.UseForeColor = true;
     this.tbGameInformation.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbGameInformation.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbGameInformation.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbGameInformation.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbGameInformation.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbGameInformation.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbGameInformation.Properties.BorderStyle = BorderStyles.Simple;
     this.tbGameInformation.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbGameInformation.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbGameInformation.Properties.MaxLength = 0xa00;
     this.tbGameInformation.Size = new Size(0x13b, 0x60);
     this.tbGameInformation.TabIndex = 0x15;
     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(0x134, 0x1b6);
     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 = 0x16;
     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.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(0x19e, 0x1b6);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new Size(0x61, 0x1a);
     this.btnCancel.SkinBasePath = @"Controls\Button\Round Edge";
     this.btnCancel.TabIndex = 14;
     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.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(0x24, 0x6c);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x1db, 0x39);
     this.gpgLabel1.TabIndex = 0x17;
     this.gpgLabel1.Text = "<LOC>You can optionally save a replay of your game into the GPGnet archives.  To submit your replay, please fill out some additional information about your game.";
     this.gpgLabel1.TextStyle = TextStyles.Descriptor;
     this.gpgCheckBoxShowAgain.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgCheckBoxShowAgain.Location = new Point(0x27, 0x18c);
     this.gpgCheckBoxShowAgain.Name = "gpgCheckBoxShowAgain";
     this.gpgCheckBoxShowAgain.Size = new Size(0xf4, 0x19);
     this.gpgCheckBoxShowAgain.TabIndex = 0x18;
     this.gpgCheckBoxShowAgain.Text = "<LOC>Do not show this again.";
     this.gpgCheckBoxShowAgain.UseVisualStyleBackColor = true;
     this.gpgCheckBoxShowAgain.CheckedChanged += new EventHandler(this.gpgCheckBoxShowAgain_CheckedChanged);
     this.gpgLabel10.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel10.AutoStyle = true;
     this.gpgLabel10.Font = new Font("Arial", 9.75f);
     this.gpgLabel10.ForeColor = Color.White;
     this.gpgLabel10.IgnoreMouseWheel = false;
     this.gpgLabel10.IsStyled = false;
     this.gpgLabel10.Location = new Point(0x27, 0x1a1);
     this.gpgLabel10.Name = "gpgLabel10";
     this.gpgLabel10.Size = new Size(0xf4, 50);
     this.gpgLabel10.TabIndex = 0x19;
     this.gpgLabel10.Text = "<LOC id=_b8bd5693e2dd4404941e76ed2a0d684d> (This dialog can be re-enabled via menu item Tools-> Options-> Supreme Commander)";
     this.gpgLabel10.TextStyle = TextStyles.Descriptor;
     base.AcceptButton = this.btnOK;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.CancelButton = this.btnCancel;
     base.ClientSize = new Size(0x228, 0x20f);
     base.Controls.Add(this.gpgLabel10);
     base.Controls.Add(this.gpgCheckBoxShowAgain);
     base.Controls.Add(this.btnCancel);
     base.Controls.Add(this.btnOK);
     base.Controls.Add(this.tbGameInformation);
     base.Controls.Add(this.gpgLabel9);
     base.Controls.Add(this.tbKeywords);
     base.Controls.Add(this.gpgLabel8);
     base.Controls.Add(this.gpgLabel7);
     base.Controls.Add(this.lGameType);
     base.Controls.Add(this.lOpponent);
     base.Controls.Add(this.lMapName);
     base.Controls.Add(this.gpgLabel6);
     base.Controls.Add(this.gpgLabel5);
     base.Controls.Add(this.gpgLabel4);
     base.Controls.Add(this.gpgLabel3);
     base.Controls.Add(this.gpgLabel2);
     base.Controls.Add(this.tbTitle);
     base.Controls.Add(this.gpgLabel1);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.MaximizeBox = false;
     this.MaximumSize = new Size(0x228, 0x20f);
     this.MinimumSize = new Size(0x228, 0x20f);
     base.Name = "DlgSubmitReplay";
     this.Text = "<LOC>Submit Replay";
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.tbTitle, 0);
     base.Controls.SetChildIndex(this.gpgLabel2, 0);
     base.Controls.SetChildIndex(this.gpgLabel3, 0);
     base.Controls.SetChildIndex(this.gpgLabel4, 0);
     base.Controls.SetChildIndex(this.gpgLabel5, 0);
     base.Controls.SetChildIndex(this.gpgLabel6, 0);
     base.Controls.SetChildIndex(this.lMapName, 0);
     base.Controls.SetChildIndex(this.lOpponent, 0);
     base.Controls.SetChildIndex(this.lGameType, 0);
     base.Controls.SetChildIndex(this.gpgLabel7, 0);
     base.Controls.SetChildIndex(this.gpgLabel8, 0);
     base.Controls.SetChildIndex(this.tbKeywords, 0);
     base.Controls.SetChildIndex(this.gpgLabel9, 0);
     base.Controls.SetChildIndex(this.tbGameInformation, 0);
     base.Controls.SetChildIndex(this.btnOK, 0);
     base.Controls.SetChildIndex(this.btnCancel, 0);
     base.Controls.SetChildIndex(this.gpgCheckBoxShowAgain, 0);
     base.Controls.SetChildIndex(this.gpgLabel10, 0);
     this.tbTitle.Properties.EndInit();
     this.tbKeywords.Properties.EndInit();
     this.tbGameInformation.Properties.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 8
0
 private void InitializeComponent()
 {
     this.components = new Container();
     XYDiagram diagram = new XYDiagram();
     RectangleGradientFillOptions options = new RectangleGradientFillOptions();
     Series series = new Series();
     LineSeriesView view = new LineSeriesView();
     this.btnExecute = new SkinButton();
     this.gpgChart = new GPGChartControl(this.components);
     this.tbQuery = new GPGTextArea();
     this.btnSave = new SkinButton();
     this.cbViewType = new GPGDropDownList();
     this.cbLabels = new GPGCheckBox();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     ((ISupportInitialize) this.gpgChart).BeginInit();
     ((ISupportInitialize) diagram).BeginInit();
     ((ISupportInitialize) series).BeginInit();
     ((ISupportInitialize) view).BeginInit();
     this.tbQuery.Properties.BeginInit();
     base.SuspendLayout();
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.btnExecute.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnExecute.AutoStyle = true;
     this.btnExecute.BackColor = Color.Black;
     this.btnExecute.ButtonState = 0;
     this.btnExecute.DialogResult = DialogResult.OK;
     this.btnExecute.DisabledForecolor = Color.Gray;
     this.btnExecute.DrawColor = Color.White;
     this.btnExecute.DrawEdges = true;
     this.btnExecute.FocusColor = Color.Yellow;
     this.btnExecute.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnExecute.ForeColor = Color.White;
     this.btnExecute.HorizontalScalingMode = ScalingModes.Tile;
     this.btnExecute.IsStyled = true;
     this.btnExecute.Location = new Point(0x217, 0x185);
     this.btnExecute.Name = "btnExecute";
     this.btnExecute.Size = new Size(0x5d, 0x1c);
     this.btnExecute.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnExecute, null);
     this.btnExecute.TabIndex = 0x17;
     this.btnExecute.TabStop = true;
     this.btnExecute.Text = "<LOC>Execute";
     this.btnExecute.TextAlign = ContentAlignment.MiddleCenter;
     this.btnExecute.TextPadding = new System.Windows.Forms.Padding(0);
     this.btnExecute.Click += new EventHandler(this.btnExecute_Click);
     this.gpgChart.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgChart.AppearanceName = "Pastel Kit";
     this.gpgChart.BackColor = Color.Black;
     this.gpgChart.Border.Color = Color.White;
     diagram.BackColor = Color.Black;
     diagram.AxisY.Color = Color.White;
     diagram.AxisY.InterlacedColor = Color.White;
     diagram.AxisY.Label.TextColor = Color.White;
     diagram.AxisY.Title.TextColor = Color.White;
     diagram.AxisX.Color = Color.White;
     diagram.AxisX.GridLines.Color = Color.White;
     diagram.AxisX.InterlacedColor = Color.White;
     diagram.AxisX.Label.TextColor = Color.White;
     diagram.AxisX.Title.TextColor = Color.White;
     diagram.BorderColor = Color.White;
     diagram.FillStyle.FillMode = DevExpress.XtraCharts.FillMode.Gradient;
     options.Color2 = Color.FromArgb(0x40, 0x40, 0x40);
     options.GradientMode = RectangleGradientMode.BottomRightToTopLeft;
     diagram.FillStyle.Options = options;
     diagram.Shadow.Color = Color.White;
     this.gpgChart.Diagram = diagram;
     this.gpgChart.Legend.BackColor = Color.Black;
     this.gpgChart.Legend.Border.Color = Color.Black;
     this.gpgChart.Legend.TextColor = Color.White;
     this.gpgChart.Location = new Point(12, 0x53);
     this.gpgChart.Name = "gpgChart";
     this.gpgChart.RuntimeRotation = true;
     this.gpgChart.RuntimeSelection = true;
     series.PointOptionsTypeName = "PointOptions";
     view.LineMarkerOptions.Size = 5;
     series.View = view;
     series.Name = "Series 1";
     this.gpgChart.Series.AddRange(new Series[] { series });
     this.gpgChart.SeriesTemplate.PointOptionsTypeName = "PointOptions";
     this.gpgChart.Size = new Size(0x269, 0xca);
     base.ttDefault.SetSuperTip(this.gpgChart, null);
     this.gpgChart.TabIndex = 0x18;
     this.tbQuery.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.tbQuery.BorderColor = Color.White;
     this.tbQuery.Location = new Point(12, 0x123);
     this.tbQuery.Name = "tbQuery";
     this.tbQuery.Properties.Appearance.BackColor = Color.Black;
     this.tbQuery.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbQuery.Properties.Appearance.ForeColor = Color.White;
     this.tbQuery.Properties.Appearance.Options.UseBackColor = true;
     this.tbQuery.Properties.Appearance.Options.UseBorderColor = true;
     this.tbQuery.Properties.Appearance.Options.UseForeColor = true;
     this.tbQuery.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbQuery.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbQuery.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbQuery.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbQuery.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbQuery.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbQuery.Properties.BorderStyle = BorderStyles.Simple;
     this.tbQuery.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbQuery.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbQuery.Size = new Size(0x269, 0x60);
     this.tbQuery.TabIndex = 0x19;
     this.btnSave.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.btnSave.AutoStyle = true;
     this.btnSave.BackColor = Color.Black;
     this.btnSave.ButtonState = 0;
     this.btnSave.DialogResult = DialogResult.OK;
     this.btnSave.DisabledForecolor = Color.Gray;
     this.btnSave.DrawColor = Color.White;
     this.btnSave.DrawEdges = true;
     this.btnSave.FocusColor = Color.Yellow;
     this.btnSave.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnSave.ForeColor = Color.White;
     this.btnSave.HorizontalScalingMode = ScalingModes.Tile;
     this.btnSave.IsStyled = true;
     this.btnSave.Location = new Point(0x1b4, 0x185);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new Size(0x5d, 0x1c);
     this.btnSave.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnSave, null);
     this.btnSave.TabIndex = 0x1a;
     this.btnSave.TabStop = true;
     this.btnSave.Text = "<LOC>Save";
     this.btnSave.TextAlign = ContentAlignment.MiddleCenter;
     this.btnSave.TextPadding = new System.Windows.Forms.Padding(0);
     this.btnSave.Click += new EventHandler(this.btnSave_Click);
     this.cbViewType.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.cbViewType.BackColor = Color.Black;
     this.cbViewType.BorderColor = Color.Black;
     this.cbViewType.DoValidate = true;
     this.cbViewType.FlatStyle = FlatStyle.Flat;
     this.cbViewType.FocusBackColor = Color.White;
     this.cbViewType.FocusBorderColor = Color.White;
     this.cbViewType.ForeColor = Color.White;
     this.cbViewType.FormattingEnabled = true;
     this.cbViewType.Items.AddRange(new object[] { "Beta Server", "GPG Test Server 1", "GPG Test Server 2", "Test Staging Server" });
     this.cbViewType.Location = new Point(12, 0x185);
     this.cbViewType.Name = "cbViewType";
     this.cbViewType.Size = new Size(0xe3, 0x15);
     base.ttDefault.SetSuperTip(this.cbViewType, null);
     this.cbViewType.TabIndex = 0x1b;
     this.cbViewType.SelectedValueChanged += new EventHandler(this.cbViewType_SelectedValueChanged);
     this.cbLabels.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.cbLabels.AutoSize = true;
     this.cbLabels.Location = new Point(0xf5, 0x189);
     this.cbLabels.Name = "cbLabels";
     this.cbLabels.Size = new Size(0x89, 0x11);
     base.ttDefault.SetSuperTip(this.cbLabels, null);
     this.cbLabels.TabIndex = 0x1c;
     this.cbLabels.Text = "Show Series Labels";
     this.cbLabels.UsesBG = false;
     this.cbLabels.UseVisualStyleBackColor = true;
     this.cbLabels.CheckStateChanged += new EventHandler(this.cbLabels_CheckStateChanged);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(640, 480);
     base.Controls.Add(this.cbLabels);
     base.Controls.Add(this.cbViewType);
     base.Controls.Add(this.btnSave);
     base.Controls.Add(this.tbQuery);
     base.Controls.Add(this.gpgChart);
     base.Controls.Add(this.btnExecute);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.Name = "DlgAdhocGraph";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "DlgAdhocGraph";
     base.Controls.SetChildIndex(this.btnExecute, 0);
     base.Controls.SetChildIndex(this.gpgChart, 0);
     base.Controls.SetChildIndex(this.tbQuery, 0);
     base.Controls.SetChildIndex(this.btnSave, 0);
     base.Controls.SetChildIndex(this.cbViewType, 0);
     base.Controls.SetChildIndex(this.cbLabels, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     ((ISupportInitialize) diagram).EndInit();
     ((ISupportInitialize) view).EndInit();
     ((ISupportInitialize) series).EndInit();
     ((ISupportInitialize) this.gpgChart).EndInit();
     this.tbQuery.Properties.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 9
0
 private void InitializeComponent()
 {
     this.gpgTextAreaComment = new GPGTextArea();
     this.gpgLabel1 = new GPGLabel();
     this.skinButtonCancel = new SkinButton();
     this.skinButtonOK = new SkinButton();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgTextAreaComment.Properties.BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x182, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgTextAreaComment.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgTextAreaComment.BorderColor = Color.White;
     this.gpgTextAreaComment.EditValue = "";
     this.gpgTextAreaComment.Location = new Point(12, 0x67);
     this.gpgTextAreaComment.Name = "gpgTextAreaComment";
     this.gpgTextAreaComment.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextAreaComment.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextAreaComment.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextAreaComment.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextAreaComment.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextAreaComment.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextAreaComment.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextAreaComment.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextAreaComment.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextAreaComment.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextAreaComment.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextAreaComment.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextAreaComment.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextAreaComment.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextAreaComment.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextAreaComment.Properties.MaxLength = 0xa00;
     this.gpgTextAreaComment.Size = new Size(0x198, 0x98);
     this.gpgTextAreaComment.TabIndex = 7;
     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(9, 0x54);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x94, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 8;
     this.gpgLabel1.Text = "<LOC>Post a Comment";
     this.gpgLabel1.TextStyle = TextStyles.Title;
     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(0x134, 0x113);
     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 = 9;
     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(0xb1, 0x113);
     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 = 10;
     this.skinButtonOK.TabStop = true;
     this.skinButtonOK.Text = "<LOC>Submit";
     this.skinButtonOK.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonOK.TextPadding = new Padding(0);
     this.skinButtonOK.Click += new EventHandler(this.skinButtonOK_Click);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.CancelButton = this.skinButtonCancel;
     base.ClientSize = new Size(0x1bd, 0x16c);
     base.Controls.Add(this.skinButtonOK);
     base.Controls.Add(this.skinButtonCancel);
     base.Controls.Add(this.gpgLabel1);
     base.Controls.Add(this.gpgTextAreaComment);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x119, 0x124);
     base.Name = "DlgPostComment";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Post a Comment";
     base.Controls.SetChildIndex(this.gpgTextAreaComment, 0);
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     base.Controls.SetChildIndex(this.skinButtonOK, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgTextAreaComment.Properties.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 10
0
 private void InitializeComponent()
 {
     this.gpgLabel1 = new GPGLabel();
     this.gpgTextBoxName = new GPGTextBox();
     this.gpgTextBoxPwd = new GPGTextBox();
     this.skinButtonOK = new SkinButton();
     this.skinButtonCancel = new SkinButton();
     this.gpgCheckBoxPwd = new GPGCheckBox();
     this.gpgCheckBoxVisible = new GPGCheckBox();
     this.gpgLabel2 = new GPGLabel();
     this.gpgTextBoxMaxPop = new GPGTextBox();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgTextBoxName.Properties.BeginInit();
     this.gpgTextBoxPwd.Properties.BeginInit();
     this.gpgTextBoxMaxPop.Properties.BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x153, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoSize = true;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Arial", 9.75f);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(9, 80);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(220, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 7;
     this.gpgLabel1.Text = "<LOC>Enter a name for this channel";
     this.gpgLabel1.TextStyle = TextStyles.Default;
     this.gpgTextBoxName.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgTextBoxName.Location = new Point(12, 0x63);
     this.gpgTextBoxName.Name = "gpgTextBoxName";
     this.gpgTextBoxName.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxName.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxName.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxName.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxName.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxName.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxName.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxName.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxName.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxName.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxName.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxName.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxName.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxName.Properties.MaxLength = 60;
     this.gpgTextBoxName.Size = new Size(0x15f, 20);
     this.gpgTextBoxName.TabIndex = 0;
     this.gpgTextBoxPwd.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgTextBoxPwd.Location = new Point(12, 0xf5);
     this.gpgTextBoxPwd.Name = "gpgTextBoxPwd";
     this.gpgTextBoxPwd.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxPwd.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxPwd.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxPwd.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxPwd.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxPwd.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxPwd.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxPwd.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxPwd.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxPwd.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxPwd.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxPwd.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxPwd.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxPwd.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxPwd.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxPwd.Properties.MaxLength = 0x10;
     this.gpgTextBoxPwd.Properties.PasswordChar = '*';
     this.gpgTextBoxPwd.Size = new Size(0x15f, 20);
     this.gpgTextBoxPwd.TabIndex = 4;
     this.gpgTextBoxPwd.Visible = false;
     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(0xa2, 0x10f);
     this.skinButtonOK.Name = "skinButtonOK";
     this.skinButtonOK.Size = new Size(0x63, 0x1a);
     this.skinButtonOK.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonOK, null);
     this.skinButtonOK.TabIndex = 5;
     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.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(0x10b, 0x10f);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x63, 0x1a);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonCancel, null);
     this.skinButtonCancel.TabIndex = 6;
     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.gpgCheckBoxPwd.AutoSize = true;
     this.gpgCheckBoxPwd.Location = new Point(12, 0xde);
     this.gpgCheckBoxPwd.Name = "gpgCheckBoxPwd";
     this.gpgCheckBoxPwd.Size = new Size(0x13d, 0x11);
     base.ttDefault.SetSuperTip(this.gpgCheckBoxPwd, null);
     this.gpgCheckBoxPwd.TabIndex = 3;
     this.gpgCheckBoxPwd.Text = "<LOC>Enable password protection for this channel";
     this.gpgCheckBoxPwd.UsesBG = false;
     this.gpgCheckBoxPwd.UseVisualStyleBackColor = true;
     this.gpgCheckBoxPwd.CheckedChanged += new EventHandler(this.gpgCheckBoxPwd_CheckedChanged);
     this.gpgCheckBoxVisible.AutoSize = true;
     this.gpgCheckBoxVisible.Checked = true;
     this.gpgCheckBoxVisible.CheckState = CheckState.Checked;
     this.gpgCheckBoxVisible.Location = new Point(12, 0xc7);
     this.gpgCheckBoxVisible.Name = "gpgCheckBoxVisible";
     this.gpgCheckBoxVisible.Size = new Size(0x11c, 0x11);
     base.ttDefault.SetSuperTip(this.gpgCheckBoxVisible, null);
     this.gpgCheckBoxVisible.TabIndex = 2;
     this.gpgCheckBoxVisible.Text = "<LOC>Make this channel visible to the public";
     this.gpgCheckBoxVisible.UsesBG = false;
     this.gpgCheckBoxVisible.UseVisualStyleBackColor = true;
     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(9, 0x8b);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x13d, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 15;
     this.gpgLabel2.Text = "<LOC>Max number of players allowed in this channel";
     this.gpgLabel2.TextStyle = TextStyles.Default;
     this.gpgTextBoxMaxPop.EditValue = "100";
     this.gpgTextBoxMaxPop.Location = new Point(12, 0x9e);
     this.gpgTextBoxMaxPop.Name = "gpgTextBoxMaxPop";
     this.gpgTextBoxMaxPop.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxMaxPop.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxMaxPop.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxMaxPop.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxMaxPop.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxMaxPop.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxMaxPop.Properties.Appearance.Options.UseTextOptions = true;
     this.gpgTextBoxMaxPop.Properties.Appearance.TextOptions.HAlignment = HorzAlignment.Far;
     this.gpgTextBoxMaxPop.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxMaxPop.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxMaxPop.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxMaxPop.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxMaxPop.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxMaxPop.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxMaxPop.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxMaxPop.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxMaxPop.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxMaxPop.Properties.MaxLength = 3;
     this.gpgTextBoxMaxPop.Size = new Size(0x2d, 20);
     this.gpgTextBoxMaxPop.TabIndex = 1;
     base.AcceptButton = this.skinButtonOK;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.CancelButton = this.skinButtonCancel;
     base.ClientSize = new Size(0x18e, 360);
     base.Controls.Add(this.gpgTextBoxMaxPop);
     base.Controls.Add(this.gpgLabel2);
     base.Controls.Add(this.gpgCheckBoxVisible);
     base.Controls.Add(this.gpgCheckBoxPwd);
     base.Controls.Add(this.skinButtonCancel);
     base.Controls.Add(this.skinButtonOK);
     base.Controls.Add(this.gpgTextBoxPwd);
     base.Controls.Add(this.gpgTextBoxName);
     base.Controls.Add(this.gpgLabel1);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.MaximizeBox = false;
     this.MaximumSize = new Size(0x18e, 360);
     base.MinimizeBox = false;
     this.MinimumSize = new Size(0x18e, 360);
     base.Name = "DlgCreateChannel";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Create Channel";
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxName, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxPwd, 0);
     base.Controls.SetChildIndex(this.skinButtonOK, 0);
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     base.Controls.SetChildIndex(this.gpgCheckBoxPwd, 0);
     base.Controls.SetChildIndex(this.gpgCheckBoxVisible, 0);
     base.Controls.SetChildIndex(this.gpgLabel2, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxMaxPop, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgTextBoxName.Properties.EndInit();
     this.gpgTextBoxPwd.Properties.EndInit();
     this.gpgTextBoxMaxPop.Properties.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 11
0
 private void InitializeComponent()
 {
     this.components = new Container();
     this.earthMap1 = new EarthMap();
     this.cmEarthMap = new ContextMenuStrip(this.components);
     this.miRefreshGamesList = new ToolStripMenuItem();
     this.miHideLocation = new ToolStripMenuItem();
     this.miToggleBoundaries = new ToolStripMenuItem();
     this.refreshTimer = new StateTimer();
     this.cbRegistrations = new GPGCheckBox();
     this.btnRefreshGames = new SkinButton();
     this.btnOptOut = new SkinButton();
     this.pBottomBG = new GPGPanel();
     this.lpChecks = new FlowLayoutPanel();
     this.cbReports = new GPGCheckBox();
     this.cbGames = new GPGCheckBox();
     this.cbFriends = new GPGCheckBox();
     this.cbClanmates = new GPGCheckBox();
     this.cbTop10 = new GPGCheckBox();
     this.cbOnline = new GPGCheckBox();
     this.cbAllPlayers = new GPGCheckBox();
     this.pbTicker = new GPGPictureBox();
     this.cmEarthMap.SuspendLayout();
     this.refreshTimer.BeginInit();
     this.pBottomBG.SuspendLayout();
     this.lpChecks.SuspendLayout();
     ((ISupportInitialize) this.pbTicker).BeginInit();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.earthMap1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.earthMap1.BackColor = Color.Silver;
     this.earthMap1.ContextMenuStrip = this.cmEarthMap;
     this.earthMap1.Location = new Point(7, 0x3b);
     this.earthMap1.MapScale = 0.07f;
     this.earthMap1.MapX = 0f;
     this.earthMap1.MapY = 0f;
     this.earthMap1.Name = "earthMap1";
     this.earthMap1.ShowBorders = false;
     this.earthMap1.Size = new Size(0x377, 0x1a6);
     base.ttDefault.SetSuperTip(this.earthMap1, null);
     this.earthMap1.TabIndex = 7;
     this.earthMap1.Text = "earthMap1";
     this.earthMap1.WatermarkLeft = null;
     this.earthMap1.WatermarkRight = null;
     this.earthMap1.MouseClick += new MouseEventHandler(this.earthMap1_MouseClick);
     this.cmEarthMap.Items.AddRange(new ToolStripItem[] { this.miRefreshGamesList, this.miHideLocation, this.miToggleBoundaries });
     this.cmEarthMap.Name = "cmEarthMap";
     this.cmEarthMap.Size = new Size(0xef, 70);
     base.ttDefault.SetSuperTip(this.cmEarthMap, null);
     this.miRefreshGamesList.Name = "miRefreshGamesList";
     this.miRefreshGamesList.Size = new Size(0xee, 0x16);
     this.miRefreshGamesList.Text = "<LOC>Refresh Games List";
     this.miRefreshGamesList.Click += new EventHandler(this.miRefreshGamesList_Click);
     this.miHideLocation.Name = "miHideLocation";
     this.miHideLocation.Size = new Size(0xee, 0x16);
     this.miHideLocation.Text = "<LOC>Hide my location";
     this.miHideLocation.Click += new EventHandler(this.miHideLocation_Click);
     this.miToggleBoundaries.Name = "miToggleBoundaries";
     this.miToggleBoundaries.Size = new Size(0xee, 0x16);
     this.miToggleBoundaries.Text = "<LOC>Toggle country boundaries";
     this.miToggleBoundaries.Click += new EventHandler(this.miToggleBoundaries_Click);
     this.refreshTimer.Enabled = true;
     this.refreshTimer.ParentForm = null;
     this.refreshTimer.State = null;
     this.refreshTimer.SynchronizingObject = this;
     this.refreshTimer.Elapsed += new ElapsedEventHandler(this.refreshTimer_Elapsed);
     this.cbRegistrations.Anchor = AnchorStyles.Bottom;
     this.cbRegistrations.AutoSize = true;
     this.cbRegistrations.Checked = true;
     this.cbRegistrations.CheckState = CheckState.Checked;
     this.cbRegistrations.ForeColor = Color.Red;
     this.cbRegistrations.Location = new Point(15, 0x1a6);
     this.cbRegistrations.Name = "cbRegistrations";
     this.cbRegistrations.Size = new Size(0x8e, 0x11);
     base.ttDefault.SetSuperTip(this.cbRegistrations, null);
     this.cbRegistrations.TabIndex = 0x11;
     this.cbRegistrations.Text = "<LOC>Registrations";
     this.cbRegistrations.UsesBG = true;
     this.cbRegistrations.UseVisualStyleBackColor = true;
     this.cbRegistrations.Visible = false;
     this.cbRegistrations.Click += new EventHandler(this.cbOnline_Click);
     this.cbRegistrations.CheckedChanged += new EventHandler(this.cbOnline_CheckedChanged);
     this.btnRefreshGames.Anchor = AnchorStyles.Bottom;
     this.btnRefreshGames.AutoStyle = true;
     this.btnRefreshGames.BackColor = Color.Black;
     this.btnRefreshGames.DialogResult = DialogResult.OK;
     this.btnRefreshGames.DisabledForecolor = Color.Gray;
     this.btnRefreshGames.DrawEdges = true;
     this.btnRefreshGames.FocusColor = Color.Yellow;
     this.btnRefreshGames.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnRefreshGames.ForeColor = Color.White;
     this.btnRefreshGames.HorizontalScalingMode = ScalingModes.Tile;
     this.btnRefreshGames.IsStyled = true;
     this.btnRefreshGames.Location = new Point(0x3b, 0x14d);
     this.btnRefreshGames.Name = "btnRefreshGames";
     this.btnRefreshGames.Size = new Size(0xb6, 0x1c);
     this.btnRefreshGames.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnRefreshGames, null);
     this.btnRefreshGames.TabIndex = 0x17;
     this.btnRefreshGames.Text = "<LOC>Refresh Games List";
     this.btnRefreshGames.TextAlign = ContentAlignment.MiddleCenter;
     this.btnRefreshGames.TextPadding = new Padding(0);
     this.btnRefreshGames.Visible = false;
     this.btnRefreshGames.Click += new EventHandler(this.btnRefreshGames_Click);
     this.btnOptOut.Anchor = AnchorStyles.Bottom;
     this.btnOptOut.AutoStyle = true;
     this.btnOptOut.BackColor = Color.Black;
     this.btnOptOut.DialogResult = DialogResult.OK;
     this.btnOptOut.DisabledForecolor = Color.Gray;
     this.btnOptOut.DrawEdges = true;
     this.btnOptOut.FocusColor = Color.Yellow;
     this.btnOptOut.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.btnOptOut.ForeColor = Color.White;
     this.btnOptOut.HorizontalScalingMode = ScalingModes.Tile;
     this.btnOptOut.IsStyled = true;
     this.btnOptOut.Location = new Point(0x3b, 0x16f);
     this.btnOptOut.Name = "btnOptOut";
     this.btnOptOut.Size = new Size(0xb6, 0x1c);
     this.btnOptOut.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.btnOptOut, null);
     this.btnOptOut.TabIndex = 0x18;
     this.btnOptOut.Text = "<LOC>Hide my location";
     this.btnOptOut.TextAlign = ContentAlignment.MiddleCenter;
     this.btnOptOut.TextPadding = new Padding(0);
     this.btnOptOut.Visible = false;
     this.btnOptOut.Click += new EventHandler(this.btnOptOut_Click);
     this.pBottomBG.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.pBottomBG.Controls.Add(this.lpChecks);
     this.pBottomBG.Controls.Add(this.pbTicker);
     this.pBottomBG.Location = new Point(5, 0x1e1);
     this.pBottomBG.Name = "pBottomBG";
     this.pBottomBG.Size = new Size(890, 0x63);
     base.ttDefault.SetSuperTip(this.pBottomBG, null);
     this.pBottomBG.TabIndex = 0x19;
     this.pBottomBG.Paint += new PaintEventHandler(this.pBottomBG_Paint);
     this.lpChecks.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.lpChecks.BackColor = Color.Transparent;
     this.lpChecks.Controls.Add(this.cbReports);
     this.lpChecks.Controls.Add(this.cbGames);
     this.lpChecks.Controls.Add(this.cbFriends);
     this.lpChecks.Controls.Add(this.cbClanmates);
     this.lpChecks.Controls.Add(this.cbTop10);
     this.lpChecks.Controls.Add(this.cbOnline);
     this.lpChecks.Controls.Add(this.cbAllPlayers);
     this.lpChecks.Location = new Point(8, 0x2f);
     this.lpChecks.Name = "lpChecks";
     this.lpChecks.Size = new Size(0x36d, 0x45);
     base.ttDefault.SetSuperTip(this.lpChecks, null);
     this.lpChecks.TabIndex = 0x1c;
     this.cbReports.Checked = true;
     this.cbReports.CheckState = CheckState.Checked;
     this.cbReports.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.cbReports.Location = new Point(2, 2);
     this.cbReports.Margin = new Padding(2);
     this.cbReports.Name = "cbReports";
     this.cbReports.Padding = new Padding(2);
     this.cbReports.Size = new Size(0xaf, 0x17);
     base.ttDefault.SetSuperTip(this.cbReports, null);
     this.cbReports.TabIndex = 0x1f;
     this.cbReports.Text = "<LOC> Game Reports";
     this.cbReports.UsesBG = true;
     this.cbReports.UseVisualStyleBackColor = true;
     this.cbReports.Click += new EventHandler(this.cbOnline_Click);
     this.cbReports.Paint += new PaintEventHandler(this.cbFriends_Paint);
     this.cbReports.CheckedChanged += new EventHandler(this.cbOnline_CheckedChanged);
     this.cbGames.Checked = true;
     this.cbGames.CheckState = CheckState.Checked;
     this.cbGames.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.cbGames.ForeColor = Color.FromArgb(0xcc, 0xcc, 0x98);
     this.cbGames.Location = new Point(0xb5, 2);
     this.cbGames.Margin = new Padding(2);
     this.cbGames.Name = "cbGames";
     this.cbGames.Padding = new Padding(2);
     this.cbGames.Size = new Size(0xaf, 0x17);
     base.ttDefault.SetSuperTip(this.cbGames, null);
     this.cbGames.TabIndex = 0x22;
     this.cbGames.Text = "<LOC>Custom Games";
     this.cbGames.UsesBG = true;
     this.cbGames.UseVisualStyleBackColor = true;
     this.cbGames.Click += new EventHandler(this.cbOnline_Click);
     this.cbGames.Paint += new PaintEventHandler(this.cbFriends_Paint);
     this.cbGames.CheckedChanged += new EventHandler(this.cbOnline_CheckedChanged);
     this.cbFriends.Checked = true;
     this.cbFriends.CheckState = CheckState.Checked;
     this.cbFriends.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.cbFriends.ForeColor = Color.FromArgb(0xff, 0x9a, 0x66);
     this.cbFriends.Location = new Point(360, 2);
     this.cbFriends.Margin = new Padding(2);
     this.cbFriends.Name = "cbFriends";
     this.cbFriends.Padding = new Padding(2);
     this.cbFriends.Size = new Size(0xaf, 0x17);
     base.ttDefault.SetSuperTip(this.cbFriends, null);
     this.cbFriends.TabIndex = 0x1c;
     this.cbFriends.Text = "<LOC>Friends";
     this.cbFriends.UsesBG = true;
     this.cbFriends.UseVisualStyleBackColor = true;
     this.cbFriends.Click += new EventHandler(this.cbOnline_Click);
     this.cbFriends.Paint += new PaintEventHandler(this.cbFriends_Paint);
     this.cbFriends.CheckedChanged += new EventHandler(this.cbOnline_CheckedChanged);
     this.cbClanmates.Checked = true;
     this.cbClanmates.CheckState = CheckState.Checked;
     this.cbClanmates.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.cbClanmates.ForeColor = Color.FromArgb(0xcc, 0x33, 0x35);
     this.cbClanmates.Location = new Point(0x21b, 2);
     this.cbClanmates.Margin = new Padding(2);
     this.cbClanmates.Name = "cbClanmates";
     this.cbClanmates.Padding = new Padding(2);
     this.cbClanmates.Size = new Size(0xaf, 0x17);
     base.ttDefault.SetSuperTip(this.cbClanmates, null);
     this.cbClanmates.TabIndex = 0x1d;
     this.cbClanmates.Text = "<LOC>Clanmates";
     this.cbClanmates.UsesBG = true;
     this.cbClanmates.UseVisualStyleBackColor = true;
     this.cbClanmates.Click += new EventHandler(this.cbOnline_Click);
     this.cbClanmates.Paint += new PaintEventHandler(this.cbFriends_Paint);
     this.cbClanmates.CheckedChanged += new EventHandler(this.cbOnline_CheckedChanged);
     this.cbTop10.Checked = true;
     this.cbTop10.CheckState = CheckState.Checked;
     this.cbTop10.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.cbTop10.ForeColor = Color.FromArgb(0x98, 0xcc, 0xfc);
     this.cbTop10.Location = new Point(2, 0x1d);
     this.cbTop10.Margin = new Padding(2);
     this.cbTop10.Name = "cbTop10";
     this.cbTop10.Padding = new Padding(2);
     this.cbTop10.Size = new Size(0xaf, 0x17);
     base.ttDefault.SetSuperTip(this.cbTop10, null);
     this.cbTop10.TabIndex = 30;
     this.cbTop10.Text = "<LOC>Top 10";
     this.cbTop10.UsesBG = true;
     this.cbTop10.UseVisualStyleBackColor = true;
     this.cbTop10.Click += new EventHandler(this.cbOnline_Click);
     this.cbTop10.Paint += new PaintEventHandler(this.cbFriends_Paint);
     this.cbTop10.CheckedChanged += new EventHandler(this.cbOnline_CheckedChanged);
     this.cbOnline.Checked = true;
     this.cbOnline.CheckState = CheckState.Checked;
     this.cbOnline.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.cbOnline.ForeColor = Color.FromArgb(3, 0xfe, 0);
     this.cbOnline.Location = new Point(0xb5, 0x1d);
     this.cbOnline.Margin = new Padding(2);
     this.cbOnline.Name = "cbOnline";
     this.cbOnline.Padding = new Padding(2);
     this.cbOnline.Size = new Size(0xaf, 0x17);
     base.ttDefault.SetSuperTip(this.cbOnline, null);
     this.cbOnline.TabIndex = 0x20;
     this.cbOnline.Text = "<LOC>Online";
     this.cbOnline.UsesBG = true;
     this.cbOnline.UseVisualStyleBackColor = true;
     this.cbOnline.Click += new EventHandler(this.cbOnline_Click);
     this.cbOnline.Paint += new PaintEventHandler(this.cbFriends_Paint);
     this.cbOnline.CheckedChanged += new EventHandler(this.cbOnline_CheckedChanged);
     this.cbAllPlayers.Checked = true;
     this.cbAllPlayers.CheckState = CheckState.Checked;
     this.cbAllPlayers.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.cbAllPlayers.ForeColor = Color.FromArgb(0xff, 0xff, 0x35);
     this.cbAllPlayers.Location = new Point(360, 0x1d);
     this.cbAllPlayers.Margin = new Padding(2);
     this.cbAllPlayers.Name = "cbAllPlayers";
     this.cbAllPlayers.Padding = new Padding(2);
     this.cbAllPlayers.Size = new Size(0xaf, 0x17);
     base.ttDefault.SetSuperTip(this.cbAllPlayers, null);
     this.cbAllPlayers.TabIndex = 0x21;
     this.cbAllPlayers.Text = "<LOC>All Players";
     this.cbAllPlayers.UsesBG = true;
     this.cbAllPlayers.UseVisualStyleBackColor = true;
     this.cbAllPlayers.Click += new EventHandler(this.cbOnline_Click);
     this.cbAllPlayers.Paint += new PaintEventHandler(this.cbFriends_Paint);
     this.cbAllPlayers.CheckedChanged += new EventHandler(this.cbOnline_CheckedChanged);
     this.pbTicker.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.pbTicker.Location = new Point(1, 9);
     this.pbTicker.Name = "pbTicker";
     this.pbTicker.Size = new Size(0x378, 0x23);
     base.ttDefault.SetSuperTip(this.pbTicker, null);
     this.pbTicker.TabIndex = 0x1a;
     this.pbTicker.TabStop = false;
     this.pbTicker.Paint += new PaintEventHandler(this.pbTicker_Paint);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(900, 0x261);
     base.Controls.Add(this.btnOptOut);
     base.Controls.Add(this.btnRefreshGames);
     base.Controls.Add(this.cbRegistrations);
     base.Controls.Add(this.earthMap1);
     base.Controls.Add(this.pBottomBG);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x2ed, 600);
     base.Name = "DlgWorldMap";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>World Map";
     base.SizeChanged += new EventHandler(this.DlgWorldMap_SizeChanged);
     base.Load += new EventHandler(this.DlgWorldMap_Load);
     base.Controls.SetChildIndex(this.pBottomBG, 0);
     base.Controls.SetChildIndex(this.earthMap1, 0);
     base.Controls.SetChildIndex(this.cbRegistrations, 0);
     base.Controls.SetChildIndex(this.btnRefreshGames, 0);
     base.Controls.SetChildIndex(this.btnOptOut, 0);
     this.cmEarthMap.ResumeLayout(false);
     this.refreshTimer.EndInit();
     this.pBottomBG.ResumeLayout(false);
     this.lpChecks.ResumeLayout(false);
     ((ISupportInitialize) this.pbTicker).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 12
0
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(DlgAbout));
     this.gpgPanelFeedback = new GPGPanel();
     this.skinButtonOK = new SkinButton();
     this.gpgLabelVersion = new GPGLabel();
     this.gpgLabel1 = new GPGLabel();
     this.gpgPictureBox1 = new GPGPictureBox();
     this.gpgPanelThank = new GPGPanel();
     this.gpgLabel2 = new GPGLabel();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgPanelFeedback.SuspendLayout();
     ((ISupportInitialize) this.gpgPictureBox1).BeginInit();
     this.gpgPanelThank.SuspendLayout();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x1f8, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgPanelFeedback.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelFeedback.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelFeedback.BorderThickness = 2;
     this.gpgPanelFeedback.Controls.Add(this.skinButtonOK);
     this.gpgPanelFeedback.Controls.Add(this.gpgLabelVersion);
     this.gpgPanelFeedback.Controls.Add(this.gpgLabel1);
     this.gpgPanelFeedback.Controls.Add(this.gpgPictureBox1);
     this.gpgPanelFeedback.DrawBorder = false;
     this.gpgPanelFeedback.Location = new Point(12, 0x3e);
     this.gpgPanelFeedback.Name = "gpgPanelFeedback";
     this.gpgPanelFeedback.Size = new Size(540, 0xe4);
     base.ttDefault.SetSuperTip(this.gpgPanelFeedback, null);
     this.gpgPanelFeedback.TabIndex = 8;
     this.skinButtonOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonOK.AutoStyle = true;
     this.skinButtonOK.BackColor = Color.Black;
     this.skinButtonOK.ButtonState = 0;
     this.skinButtonOK.DialogResult = DialogResult.OK;
     this.skinButtonOK.DisabledForecolor = Color.Gray;
     this.skinButtonOK.DrawColor = Color.White;
     this.skinButtonOK.DrawEdges = true;
     this.skinButtonOK.FocusColor = Color.Yellow;
     this.skinButtonOK.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonOK.ForeColor = Color.White;
     this.skinButtonOK.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonOK.IsStyled = true;
     this.skinButtonOK.Location = new Point(0x1b0, 0xc2);
     this.skinButtonOK.Name = "skinButtonOK";
     this.skinButtonOK.Size = new Size(0x5f, 0x1a);
     this.skinButtonOK.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonOK, null);
     this.skinButtonOK.TabIndex = 0x1c;
     this.skinButtonOK.TabStop = true;
     this.skinButtonOK.Text = "<LOC>OK";
     this.skinButtonOK.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonOK.TextPadding = new Padding(0);
     this.skinButtonOK.Click += new EventHandler(this.skinButtonOK_Click);
     this.gpgLabelVersion.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabelVersion.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelVersion.AutoSize = true;
     this.gpgLabelVersion.AutoStyle = true;
     this.gpgLabelVersion.Font = new Font("Arial", 9.75f);
     this.gpgLabelVersion.ForeColor = Color.White;
     this.gpgLabelVersion.IgnoreMouseWheel = false;
     this.gpgLabelVersion.IsStyled = false;
     this.gpgLabelVersion.Location = new Point(12, 0x4f);
     this.gpgLabelVersion.Name = "gpgLabelVersion";
     this.gpgLabelVersion.Size = new Size(0x39, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelVersion, null);
     this.gpgLabelVersion.TabIndex = 15;
     this.gpgLabelVersion.Text = "v 1.0.0.0";
     this.gpgLabelVersion.TextStyle = TextStyles.Info;
     this.gpgLabel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Arial", 9.75f);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(12, 0x74);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x203, 0x4b);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 14;
     this.gpgLabel1.Text = manager.GetString("gpgLabel1.Text");
     this.gpgLabel1.TextStyle = TextStyles.Bold;
     this.gpgPictureBox1.Dock = DockStyle.Top;
     this.gpgPictureBox1.Image = Resources.gpg_banner_white;
     this.gpgPictureBox1.Location = new Point(0, 0);
     this.gpgPictureBox1.Name = "gpgPictureBox1";
     this.gpgPictureBox1.Size = new Size(540, 0x3a);
     this.gpgPictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
     base.ttDefault.SetSuperTip(this.gpgPictureBox1, null);
     this.gpgPictureBox1.TabIndex = 13;
     this.gpgPictureBox1.TabStop = false;
     this.gpgPanelThank.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelThank.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelThank.BorderThickness = 2;
     this.gpgPanelThank.Controls.Add(this.gpgLabel2);
     this.gpgPanelThank.DrawBorder = false;
     this.gpgPanelThank.Location = new Point(12, 0x53);
     this.gpgPanelThank.Name = "gpgPanelThank";
     this.gpgPanelThank.Size = new Size(540, 0xcf);
     base.ttDefault.SetSuperTip(this.gpgPanelThank, null);
     this.gpgPanelThank.TabIndex = 8;
     this.gpgPanelThank.Visible = false;
     this.gpgLabel2.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel2.AutoStyle = true;
     this.gpgLabel2.Dock = DockStyle.Fill;
     this.gpgLabel2.Font = new Font("Arial", 9.75f);
     this.gpgLabel2.ForeColor = Color.White;
     this.gpgLabel2.IgnoreMouseWheel = false;
     this.gpgLabel2.IsStyled = false;
     this.gpgLabel2.Location = new Point(0, 0);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(540, 0xcf);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 0;
     this.gpgLabel2.Text = "<LOC>Thank you for your feedback!";
     this.gpgLabel2.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabel2.TextStyle = TextStyles.Default;
     base.AcceptButton = this.skinButtonOK;
     base.AutoScaleMode = AutoScaleMode.None;
     base.CancelButton = this.skinButtonOK;
     base.ClientSize = new Size(0x233, 0x161);
     base.Controls.Add(this.gpgPanelFeedback);
     base.Controls.Add(this.gpgPanelThank);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.MaximizeBox = false;
     this.MaximumSize = new Size(0x233, 0x161);
     base.MinimizeBox = false;
     this.MinimumSize = new Size(0x233, 0x161);
     base.Name = "DlgAbout";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>About GPGnet: Supreme Commander";
     base.Controls.SetChildIndex(this.gpgPanelThank, 0);
     base.Controls.SetChildIndex(this.gpgPanelFeedback, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgPanelFeedback.ResumeLayout(false);
     this.gpgPanelFeedback.PerformLayout();
     ((ISupportInitialize) this.gpgPictureBox1).EndInit();
     this.gpgPanelThank.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 13
0
 private void InitializeComponent()
 {
     this.btnOK = new SkinButton();
     this.lQuestion = new GPGLabel();
     this.tbAnswer = new GPGTextBox();
     this.btnCancel = new SkinButton();
     this.tbAnswer.Properties.BeginInit();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     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(0xb1, 0xa9);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new Size(0x68, 0x1b);
     this.btnOK.SkinBasePath = @"Controls\Button\Round Edge";
     this.btnOK.TabIndex = 0x21;
     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.btnOK.Paint += new PaintEventHandler(this.btnOK_Paint);
     this.lQuestion.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.lQuestion.AutoStyle = true;
     this.lQuestion.Font = new Font("Arial", 9.75f);
     this.lQuestion.ForeColor = Color.White;
     this.lQuestion.IgnoreMouseWheel = false;
     this.lQuestion.IsStyled = false;
     this.lQuestion.Location = new Point(12, 0x4c);
     this.lQuestion.Name = "lQuestion";
     this.lQuestion.Size = new Size(0x195, 0x3a);
     this.lQuestion.TabIndex = 0x20;
     this.lQuestion.Text = "Question";
     this.lQuestion.TextAlign = ContentAlignment.MiddleCenter;
     this.lQuestion.TextStyle = TextStyles.Default;
     this.tbAnswer.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom;
     this.tbAnswer.Location = new Point(0x2c, 0x89);
     this.tbAnswer.Name = "tbAnswer";
     this.tbAnswer.Properties.Appearance.BackColor = Color.Black;
     this.tbAnswer.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbAnswer.Properties.Appearance.ForeColor = Color.White;
     this.tbAnswer.Properties.Appearance.Options.UseBackColor = true;
     this.tbAnswer.Properties.Appearance.Options.UseBorderColor = true;
     this.tbAnswer.Properties.Appearance.Options.UseForeColor = true;
     this.tbAnswer.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbAnswer.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbAnswer.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbAnswer.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbAnswer.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbAnswer.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbAnswer.Properties.BorderStyle = BorderStyles.Simple;
     this.tbAnswer.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbAnswer.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbAnswer.Properties.MaxLength = 50;
     this.tbAnswer.Size = new Size(0x15b, 20);
     this.tbAnswer.TabIndex = 0x22;
     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(0x11f, 0xa9);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new Size(0x68, 0x1b);
     this.btnCancel.SkinBasePath = @"Controls\Button\Round Edge";
     this.btnCancel.TabIndex = 0x1f;
     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.AcceptButton = this.btnOK;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.CancelButton = this.btnCancel;
     base.ClientSize = new Size(0x1ad, 0x103);
     base.Controls.Add(this.btnOK);
     base.Controls.Add(this.lQuestion);
     base.Controls.Add(this.tbAnswer);
     base.Controls.Add(this.btnCancel);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x1ad, 0x103);
     base.Name = "DlgAskQuestion";
     this.Text = "DlgAskQuestion";
     base.Controls.SetChildIndex(this.btnCancel, 0);
     base.Controls.SetChildIndex(this.tbAnswer, 0);
     base.Controls.SetChildIndex(this.lQuestion, 0);
     base.Controls.SetChildIndex(this.btnOK, 0);
     this.tbAnswer.Properties.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 14
0
 private void InitializeComponent()
 {
     this.gpgLabelQuestion = new GPGLabel();
     this.skinButtonNo = new SkinButton();
     this.skinButtonYes = new SkinButton();
     this.gpgCheckBoxShowAgain = new GPGCheckBox();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgLabelQuestion.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgLabelQuestion.AutoStyle = true;
     this.gpgLabelQuestion.Font = new Font("Arial", 9.75f);
     this.gpgLabelQuestion.ForeColor = Color.White;
     this.gpgLabelQuestion.IgnoreMouseWheel = false;
     this.gpgLabelQuestion.IsStyled = false;
     this.gpgLabelQuestion.Location = new Point(12, 80);
     this.gpgLabelQuestion.Name = "gpgLabelQuestion";
     this.gpgLabelQuestion.Size = new Size(370, 0x42);
     this.gpgLabelQuestion.TabIndex = 4;
     this.gpgLabelQuestion.Text = "gpgLabel1";
     this.gpgLabelQuestion.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelQuestion.TextStyle = TextStyles.Default;
     this.skinButtonNo.Anchor = AnchorStyles.Bottom;
     this.skinButtonNo.AutoStyle = true;
     this.skinButtonNo.BackColor = Color.Black;
     this.skinButtonNo.DialogResult = DialogResult.OK;
     this.skinButtonNo.DisabledForecolor = Color.Gray;
     this.skinButtonNo.DrawEdges = true;
     this.skinButtonNo.FocusColor = Color.Yellow;
     this.skinButtonNo.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonNo.ForeColor = Color.White;
     this.skinButtonNo.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonNo.IsStyled = true;
     this.skinButtonNo.Location = new Point(0xc6, 0xb3);
     this.skinButtonNo.Name = "skinButtonNo";
     this.skinButtonNo.Size = new Size(0x4b, 0x17);
     this.skinButtonNo.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonNo.TabIndex = 7;
     this.skinButtonNo.Text = "<LOC>No";
     this.skinButtonNo.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonNo.TextPadding = new Padding(0);
     this.skinButtonNo.Click += new EventHandler(this.skinButtonNo_Click);
     this.skinButtonYes.Anchor = AnchorStyles.Bottom;
     this.skinButtonYes.AutoStyle = true;
     this.skinButtonYes.BackColor = Color.Black;
     this.skinButtonYes.DialogResult = DialogResult.OK;
     this.skinButtonYes.DisabledForecolor = Color.Gray;
     this.skinButtonYes.DrawEdges = true;
     this.skinButtonYes.FocusColor = Color.Yellow;
     this.skinButtonYes.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonYes.ForeColor = Color.White;
     this.skinButtonYes.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonYes.IsStyled = true;
     this.skinButtonYes.Location = new Point(0x75, 0xb3);
     this.skinButtonYes.Name = "skinButtonYes";
     this.skinButtonYes.Size = new Size(0x4b, 0x17);
     this.skinButtonYes.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonYes.TabIndex = 8;
     this.skinButtonYes.Text = "<LOC>Yes";
     this.skinButtonYes.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonYes.TextPadding = new Padding(0);
     this.skinButtonYes.Click += new EventHandler(this.skinButtonYes_Click);
     this.gpgCheckBoxShowAgain.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgCheckBoxShowAgain.AutoSize = true;
     this.gpgCheckBoxShowAgain.Location = new Point(12, 0x95);
     this.gpgCheckBoxShowAgain.Name = "gpgCheckBoxShowAgain";
     this.gpgCheckBoxShowAgain.Size = new Size(0xc6, 0x11);
     this.gpgCheckBoxShowAgain.TabIndex = 9;
     this.gpgCheckBoxShowAgain.Text = "<LOC>Do not show this again";
     this.gpgCheckBoxShowAgain.UseVisualStyleBackColor = true;
     this.gpgCheckBoxShowAgain.Visible = false;
     base.AcceptButton = this.skinButtonYes;
     base.AutoScaleMode = AutoScaleMode.None;
     base.CancelButton = this.skinButtonNo;
     base.ClientSize = new Size(0x18a, 0x107);
     base.Controls.Add(this.gpgCheckBoxShowAgain);
     base.Controls.Add(this.skinButtonYes);
     base.Controls.Add(this.skinButtonNo);
     base.Controls.Add(this.gpgLabelQuestion);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.MaximizeBox = false;
     this.MaximumSize = new Size(0x18a, 0x107);
     base.MinimizeBox = false;
     this.MinimumSize = new Size(0x18a, 0x107);
     base.Name = "DlgYesNo";
     this.Text = "DlgYesNo";
     base.Controls.SetChildIndex(this.gpgLabelQuestion, 0);
     base.Controls.SetChildIndex(this.skinButtonNo, 0);
     base.Controls.SetChildIndex(this.skinButtonYes, 0);
     base.Controls.SetChildIndex(this.gpgCheckBoxShowAgain, 0);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 15
0
 private void InitializeComponent()
 {
     this.gpgLabel1 = new GPGLabel();
     this.gpgTextBoxUser = new GPGTextBox();
     this.gpgLabel2 = new GPGLabel();
     this.gpgTextBoxEmail = new GPGTextBox();
     this.skinButtonReset = new SkinButton();
     this.gpgLabelConfirm = new GPGLabel();
     this.skinButtonCancel = new SkinButton();
     this.skinButtonOK = new SkinButton();
     this.gpgTextBoxUser.Properties.BeginInit();
     this.gpgTextBoxEmail.Properties.BeginInit();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     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(0x18, 0x65);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x6d, 0x10);
     this.gpgLabel1.TabIndex = 7;
     this.gpgLabel1.Text = "<LOC>Username";
     this.gpgLabel1.TextStyle = TextStyles.Title;
     this.gpgTextBoxUser.Location = new Point(0x1b, 120);
     this.gpgTextBoxUser.Name = "gpgTextBoxUser";
     this.gpgTextBoxUser.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxUser.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxUser.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxUser.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxUser.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxUser.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxUser.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxUser.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxUser.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxUser.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxUser.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxUser.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxUser.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxUser.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxUser.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxUser.Size = new Size(0x150, 20);
     this.gpgTextBoxUser.TabIndex = 8;
     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(0x18, 0x9d);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x87, 0x10);
     this.gpgLabel2.TabIndex = 9;
     this.gpgLabel2.Text = "<LOC>Email Address";
     this.gpgLabel2.TextStyle = TextStyles.Title;
     this.gpgTextBoxEmail.Location = new Point(0x1b, 0xb0);
     this.gpgTextBoxEmail.Name = "gpgTextBoxEmail";
     this.gpgTextBoxEmail.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxEmail.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxEmail.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxEmail.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxEmail.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxEmail.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxEmail.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxEmail.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxEmail.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxEmail.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxEmail.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxEmail.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxEmail.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxEmail.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxEmail.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxEmail.Size = new Size(0x150, 20);
     this.gpgTextBoxEmail.TabIndex = 10;
     this.skinButtonReset.AutoStyle = true;
     this.skinButtonReset.BackColor = Color.Black;
     this.skinButtonReset.DialogResult = DialogResult.OK;
     this.skinButtonReset.DisabledForecolor = Color.Gray;
     this.skinButtonReset.DrawEdges = true;
     this.skinButtonReset.FocusColor = Color.Yellow;
     this.skinButtonReset.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonReset.ForeColor = Color.White;
     this.skinButtonReset.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonReset.IsStyled = true;
     this.skinButtonReset.Location = new Point(0x87, 0xd3);
     this.skinButtonReset.Name = "skinButtonReset";
     this.skinButtonReset.Size = new Size(0x7d, 0x1a);
     this.skinButtonReset.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonReset.TabIndex = 11;
     this.skinButtonReset.Text = "<LOC>Reset Password";
     this.skinButtonReset.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonReset.TextPadding = new Padding(0);
     this.skinButtonReset.Click += new EventHandler(this.skinButtonReset_Click);
     this.gpgLabelConfirm.AutoStyle = true;
     this.gpgLabelConfirm.Font = new Font("Arial", 9.75f);
     this.gpgLabelConfirm.ForeColor = Color.White;
     this.gpgLabelConfirm.IgnoreMouseWheel = false;
     this.gpgLabelConfirm.IsStyled = false;
     this.gpgLabelConfirm.Location = new Point(0x18, 0xd3);
     this.gpgLabelConfirm.Name = "gpgLabelConfirm";
     this.gpgLabelConfirm.Size = new Size(0x153, 0x35);
     this.gpgLabelConfirm.TabIndex = 12;
     this.gpgLabelConfirm.Text = "<LOC>Your password was reset and sent to the email address used at registration. Please check your email account.";
     this.gpgLabelConfirm.TextAlign = ContentAlignment.TopCenter;
     this.gpgLabelConfirm.TextStyle = TextStyles.Status;
     this.gpgLabelConfirm.Visible = false;
     this.skinButtonCancel.AutoStyle = true;
     this.skinButtonCancel.BackColor = Color.Black;
     this.skinButtonCancel.DialogResult = DialogResult.OK;
     this.skinButtonCancel.DisabledForecolor = Color.Gray;
     this.skinButtonCancel.DrawEdges = true;
     this.skinButtonCancel.FocusColor = Color.Yellow;
     this.skinButtonCancel.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonCancel.ForeColor = Color.White;
     this.skinButtonCancel.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonCancel.IsStyled = true;
     this.skinButtonCancel.Location = new Point(0x10a, 0xd3);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x61, 0x1a);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonCancel.TabIndex = 13;
     this.skinButtonCancel.Text = "<LOC>Cancel";
     this.skinButtonCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonCancel.TextPadding = new Padding(0);
     this.skinButtonCancel.Click += new EventHandler(this.skinButtonCancel_Click);
     this.skinButtonOK.AutoStyle = true;
     this.skinButtonOK.BackColor = Color.Black;
     this.skinButtonOK.DialogResult = DialogResult.OK;
     this.skinButtonOK.DisabledForecolor = Color.Gray;
     this.skinButtonOK.DrawEdges = true;
     this.skinButtonOK.FocusColor = Color.Yellow;
     this.skinButtonOK.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonOK.ForeColor = Color.White;
     this.skinButtonOK.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonOK.IsStyled = true;
     this.skinButtonOK.Location = new Point(0x93, 0x110);
     this.skinButtonOK.MaximumSize = new Size(100, 0x1a);
     this.skinButtonOK.MinimumSize = new Size(100, 0x1a);
     this.skinButtonOK.Name = "skinButtonOK";
     this.skinButtonOK.Size = new Size(100, 0x1a);
     this.skinButtonOK.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonOK.TabIndex = 14;
     this.skinButtonOK.Text = "<LOC>OK";
     this.skinButtonOK.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonOK.TextPadding = new Padding(0);
     this.skinButtonOK.Visible = false;
     this.skinButtonOK.Click += new EventHandler(this.skinButtonOK_Click);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x187, 0x162);
     base.Controls.Add(this.skinButtonOK);
     base.Controls.Add(this.skinButtonCancel);
     base.Controls.Add(this.skinButtonReset);
     base.Controls.Add(this.gpgLabel2);
     base.Controls.Add(this.gpgTextBoxEmail);
     base.Controls.Add(this.gpgLabel1);
     base.Controls.Add(this.gpgTextBoxUser);
     base.Controls.Add(this.gpgLabelConfirm);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x187, 0x162);
     base.Name = "DlgResetPwd";
     this.Text = "<LOC>Reset Password";
     base.Controls.SetChildIndex(this.gpgLabelConfirm, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxUser, 0);
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxEmail, 0);
     base.Controls.SetChildIndex(this.gpgLabel2, 0);
     base.Controls.SetChildIndex(this.skinButtonReset, 0);
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     base.Controls.SetChildIndex(this.skinButtonOK, 0);
     this.gpgTextBoxUser.Properties.EndInit();
     this.gpgTextBoxEmail.Properties.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 16
0
 private void InitializeComponent()
 {
     this.gpgTextBoxPatchUrl = new GPGTextBox();
     this.comboBoxLocale = new ComboBox();
     this.gpgLabel1 = new GPGLabel();
     this.gpgLabel2 = new GPGLabel();
     this.gpgTextBoxLangFile = new GPGTextBox();
     this.gpgLabel3 = new GPGLabel();
     this.skinButtonChooseFile = new SkinButton();
     this.skinButtonCancel = new SkinButton();
     this.skinButtonOK = new SkinButton();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgTextBoxPatchUrl.Properties.BeginInit();
     this.gpgTextBoxLangFile.Properties.BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x1a8, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgTextBoxPatchUrl.Location = new Point(12, 0xd5);
     this.gpgTextBoxPatchUrl.Name = "gpgTextBoxPatchUrl";
     this.gpgTextBoxPatchUrl.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxPatchUrl.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxPatchUrl.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxPatchUrl.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxPatchUrl.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxPatchUrl.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxPatchUrl.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxPatchUrl.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxPatchUrl.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxPatchUrl.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxPatchUrl.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxPatchUrl.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxPatchUrl.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxPatchUrl.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxPatchUrl.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxPatchUrl.Size = new Size(0x180, 20);
     this.gpgTextBoxPatchUrl.TabIndex = 7;
     this.comboBoxLocale.DropDownHeight = 120;
     this.comboBoxLocale.DropDownStyle = ComboBoxStyle.DropDownList;
     this.comboBoxLocale.FormattingEnabled = true;
     this.comboBoxLocale.IntegralHeight = false;
     this.comboBoxLocale.Items.AddRange(new object[] { "CN", "CZ", "DE", "ES", "FR", "IT", "KR", "PL", "RU" });
     this.comboBoxLocale.Location = new Point(12, 0x63);
     this.comboBoxLocale.Name = "comboBoxLocale";
     this.comboBoxLocale.Size = new Size(100, 0x15);
     base.ttDefault.SetSuperTip(this.comboBoxLocale, null);
     this.comboBoxLocale.TabIndex = 8;
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoSize = true;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Arial", 9.75f);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(12, 80);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x57, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 9;
     this.gpgLabel1.Text = "Select Locale";
     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(12, 0xc2);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x6a, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 10;
     this.gpgLabel2.Text = "Enter Patch URL";
     this.gpgLabel2.TextStyle = TextStyles.Default;
     this.gpgTextBoxLangFile.Location = new Point(12, 0x9f);
     this.gpgTextBoxLangFile.Name = "gpgTextBoxLangFile";
     this.gpgTextBoxLangFile.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxLangFile.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxLangFile.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxLangFile.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxLangFile.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxLangFile.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxLangFile.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxLangFile.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxLangFile.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxLangFile.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxLangFile.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxLangFile.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxLangFile.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxLangFile.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxLangFile.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxLangFile.Properties.ReadOnly = true;
     this.gpgTextBoxLangFile.Size = new Size(0x180, 20);
     this.gpgTextBoxLangFile.TabIndex = 11;
     this.gpgLabel3.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel3.AutoSize = true;
     this.gpgLabel3.AutoStyle = true;
     this.gpgLabel3.Font = new Font("Arial", 9.75f);
     this.gpgLabel3.ForeColor = Color.White;
     this.gpgLabel3.IgnoreMouseWheel = false;
     this.gpgLabel3.IsStyled = false;
     this.gpgLabel3.Location = new Point(12, 140);
     this.gpgLabel3.Name = "gpgLabel3";
     this.gpgLabel3.Size = new Size(0xac, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel3, null);
     this.gpgLabel3.TabIndex = 12;
     this.gpgLabel3.Text = "Locate Latest Language File";
     this.gpgLabel3.TextStyle = TextStyles.Default;
     this.skinButtonChooseFile.AutoStyle = true;
     this.skinButtonChooseFile.BackColor = Color.Transparent;
     this.skinButtonChooseFile.ButtonState = 0;
     this.skinButtonChooseFile.DialogResult = DialogResult.OK;
     this.skinButtonChooseFile.DisabledForecolor = Color.Gray;
     this.skinButtonChooseFile.DrawColor = Color.White;
     this.skinButtonChooseFile.DrawEdges = true;
     this.skinButtonChooseFile.FocusColor = Color.Yellow;
     this.skinButtonChooseFile.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonChooseFile.ForeColor = Color.White;
     this.skinButtonChooseFile.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonChooseFile.IsStyled = true;
     this.skinButtonChooseFile.Location = new Point(0x195, 0x9f);
     this.skinButtonChooseFile.Name = "skinButtonChooseFile";
     this.skinButtonChooseFile.Size = new Size(0x15, 20);
     this.skinButtonChooseFile.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonChooseFile, null);
     this.skinButtonChooseFile.TabIndex = 13;
     this.skinButtonChooseFile.TabStop = true;
     this.skinButtonChooseFile.Text = "...";
     this.skinButtonChooseFile.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonChooseFile.TextPadding = new Padding(0);
     this.skinButtonChooseFile.Click += new EventHandler(this.skinButtonChooseFile_Click);
     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(0x178, 0x11f);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x5f, 0x1a);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonCancel, null);
     this.skinButtonCancel.TabIndex = 14;
     this.skinButtonCancel.TabStop = true;
     this.skinButtonCancel.Text = "Cancel";
     this.skinButtonCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonCancel.TextPadding = new Padding(0);
     this.skinButtonCancel.Click += new EventHandler(this.skinButtonCancel_Click);
     this.skinButtonOK.AutoStyle = true;
     this.skinButtonOK.BackColor = Color.Transparent;
     this.skinButtonOK.ButtonState = 0;
     this.skinButtonOK.DialogResult = DialogResult.OK;
     this.skinButtonOK.DisabledForecolor = Color.Gray;
     this.skinButtonOK.DrawColor = Color.White;
     this.skinButtonOK.DrawEdges = true;
     this.skinButtonOK.FocusColor = Color.Yellow;
     this.skinButtonOK.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonOK.ForeColor = Color.White;
     this.skinButtonOK.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonOK.IsStyled = true;
     this.skinButtonOK.Location = new Point(0x113, 0x11f);
     this.skinButtonOK.Name = "skinButtonOK";
     this.skinButtonOK.Size = new Size(0x5f, 0x1a);
     this.skinButtonOK.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonOK, null);
     this.skinButtonOK.TabIndex = 15;
     this.skinButtonOK.TabStop = true;
     this.skinButtonOK.Text = "OK";
     this.skinButtonOK.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonOK.TextPadding = new Padding(0);
     this.skinButtonOK.Click += new EventHandler(this.skinButtonOK_Click);
     base.AcceptButton = this.skinButtonOK;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.CancelButton = this.skinButtonCancel;
     base.ClientSize = new Size(0x1e3, 0x178);
     base.Controls.Add(this.skinButtonOK);
     base.Controls.Add(this.skinButtonCancel);
     base.Controls.Add(this.skinButtonChooseFile);
     base.Controls.Add(this.gpgLabel3);
     base.Controls.Add(this.gpgTextBoxLangFile);
     base.Controls.Add(this.gpgLabel2);
     base.Controls.Add(this.gpgLabel1);
     base.Controls.Add(this.gpgTextBoxPatchUrl);
     base.Controls.Add(this.comboBoxLocale);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.Name = "DlgLocPatches";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "Update Loc Patches";
     base.Controls.SetChildIndex(this.comboBoxLocale, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxPatchUrl, 0);
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.gpgLabel2, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxLangFile, 0);
     base.Controls.SetChildIndex(this.gpgLabel3, 0);
     base.Controls.SetChildIndex(this.skinButtonChooseFile, 0);
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     base.Controls.SetChildIndex(this.skinButtonOK, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgTextBoxPatchUrl.Properties.EndInit();
     this.gpgTextBoxLangFile.Properties.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 17
0
 private void InitializeComponent()
 {
     this.gpgLabelNoVolunteer = new GPGLabel();
     this.gpgPanelEfforts = new GPGPanel();
     this.skinButtonRefresh = new SkinButton();
     this.skinButtonClearStatus = new SkinButton();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x10c, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgLabelNoVolunteer.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgLabelNoVolunteer.AutoStyle = true;
     this.gpgLabelNoVolunteer.Font = new Font("Arial", 9.75f);
     this.gpgLabelNoVolunteer.ForeColor = Color.White;
     this.gpgLabelNoVolunteer.IgnoreMouseWheel = false;
     this.gpgLabelNoVolunteer.IsStyled = false;
     this.gpgLabelNoVolunteer.Location = new Point(30, 0x54);
     this.gpgLabelNoVolunteer.Name = "gpgLabelNoVolunteer";
     this.gpgLabelNoVolunteer.Size = new Size(260, 0x138);
     base.ttDefault.SetSuperTip(this.gpgLabelNoVolunteer, null);
     this.gpgLabelNoVolunteer.TabIndex = 7;
     this.gpgLabelNoVolunteer.Text = "<LOC>There are no volunteer opportunities available at this time.";
     this.gpgLabelNoVolunteer.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelNoVolunteer.TextStyle = TextStyles.Default;
     this.gpgPanelEfforts.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanelEfforts.AutoScroll = true;
     this.gpgPanelEfforts.Location = new Point(12, 0x53);
     this.gpgPanelEfforts.Name = "gpgPanelEfforts";
     this.gpgPanelEfforts.Size = new Size(0x12f, 0x116);
     base.ttDefault.SetSuperTip(this.gpgPanelEfforts, null);
     this.gpgPanelEfforts.TabIndex = 8;
     this.gpgPanelEfforts.Visible = false;
     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(190, 0x16f);
     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 = 9;
     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.skinButtonClearStatus.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinButtonClearStatus.AutoStyle = true;
     this.skinButtonClearStatus.BackColor = Color.Black;
     this.skinButtonClearStatus.DialogResult = DialogResult.OK;
     this.skinButtonClearStatus.DisabledForecolor = Color.Gray;
     this.skinButtonClearStatus.DrawEdges = true;
     this.skinButtonClearStatus.FocusColor = Color.Yellow;
     this.skinButtonClearStatus.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonClearStatus.ForeColor = Color.White;
     this.skinButtonClearStatus.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonClearStatus.IsStyled = true;
     this.skinButtonClearStatus.Location = new Point(12, 0x16f);
     this.skinButtonClearStatus.Name = "skinButtonClearStatus";
     this.skinButtonClearStatus.Size = new Size(0xa5, 0x1a);
     this.skinButtonClearStatus.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonClearStatus, null);
     this.skinButtonClearStatus.TabIndex = 10;
     this.skinButtonClearStatus.Text = "<LOC>Reset Volunteer Status";
     this.skinButtonClearStatus.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonClearStatus.TextPadding = new Padding(0);
     this.skinButtonClearStatus.Click += new EventHandler(this.skinButtonClearStatus_Click);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x147, 0x1c8);
     base.Controls.Add(this.skinButtonClearStatus);
     base.Controls.Add(this.skinButtonRefresh);
     base.Controls.Add(this.gpgPanelEfforts);
     base.Controls.Add(this.gpgLabelNoVolunteer);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x147, 0x1c8);
     base.Name = "DlgActiveEfforts";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Current Volunteer Efforts";
     base.Controls.SetChildIndex(this.gpgLabelNoVolunteer, 0);
     base.Controls.SetChildIndex(this.gpgPanelEfforts, 0);
     base.Controls.SetChildIndex(this.skinButtonRefresh, 0);
     base.Controls.SetChildIndex(this.skinButtonClearStatus, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 18
0
 private void InitializeComponent()
 {
     this.treeViewACL = new TreeView();
     this.skinButtonCancel = new SkinButton();
     this.skinButtonOK = new SkinButton();
     this.skinButtonClear = new SkinButton();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x11d, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.treeViewACL.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.treeViewACL.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.treeViewACL.BorderStyle = BorderStyle.None;
     this.treeViewACL.Location = new Point(6, 60);
     this.treeViewACL.Name = "treeViewACL";
     this.treeViewACL.Size = new Size(0x14d, 0x148);
     base.ttDefault.SetSuperTip(this.treeViewACL, null);
     this.treeViewACL.TabIndex = 8;
     this.treeViewACL.AfterSelect += new TreeViewEventHandler(this.treeViewACL_AfterSelect);
     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(230, 0x18a);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x67, 0x1a);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonCancel, null);
     this.skinButtonCancel.TabIndex = 9;
     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.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(12, 0x18a);
     this.skinButtonOK.Name = "skinButtonOK";
     this.skinButtonOK.Size = new Size(0x67, 0x1a);
     this.skinButtonOK.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonOK, null);
     this.skinButtonOK.TabIndex = 10;
     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.skinButtonClear.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonClear.AutoStyle = true;
     this.skinButtonClear.BackColor = Color.Transparent;
     this.skinButtonClear.ButtonState = 0;
     this.skinButtonClear.DialogResult = DialogResult.OK;
     this.skinButtonClear.DisabledForecolor = Color.Gray;
     this.skinButtonClear.DrawColor = Color.White;
     this.skinButtonClear.DrawEdges = true;
     this.skinButtonClear.FocusColor = Color.Yellow;
     this.skinButtonClear.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonClear.ForeColor = Color.White;
     this.skinButtonClear.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonClear.IsStyled = true;
     this.skinButtonClear.Location = new Point(0x79, 0x18a);
     this.skinButtonClear.Name = "skinButtonClear";
     this.skinButtonClear.Size = new Size(0x67, 0x1a);
     this.skinButtonClear.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonClear, null);
     this.skinButtonClear.TabIndex = 11;
     this.skinButtonClear.TabStop = true;
     this.skinButtonClear.Text = "<LOC>Clear ACL";
     this.skinButtonClear.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonClear.TextPadding = new Padding(0);
     this.skinButtonClear.Click += new EventHandler(this.skinButtonClear_Click);
     base.AcceptButton = this.skinButtonOK;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.CancelButton = this.skinButtonCancel;
     base.ClientSize = new Size(0x158, 0x1e3);
     base.Controls.Add(this.skinButtonClear);
     base.Controls.Add(this.skinButtonOK);
     base.Controls.Add(this.skinButtonCancel);
     base.Controls.Add(this.treeViewACL);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x158, 0x1e3);
     base.Name = "DlgACLPicker";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "Access Control Browser";
     base.Controls.SetChildIndex(this.treeViewACL, 0);
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     base.Controls.SetChildIndex(this.skinButtonOK, 0);
     base.Controls.SetChildIndex(this.skinButtonClear, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 19
0
 private void InitializeComponent()
 {
     ComponentResourceManager manager = new ComponentResourceManager(typeof(PnlTeamGameMember));
     this.gpgLabelName = new GPGLabel();
     this.gpgPictureBoxReady = new GPGPictureBox();
     this.factionPicker = new FactionPicker();
     this.pingIndicator = new PingIndicator();
     this.gpgLabelInvite = new SkinButton();
     this.gpgLabelDisband = new SkinButton();
     this.gpgLabelKick = new SkinButton();
     this.gpgLabelLeave = new SkinButton();
     ((ISupportInitialize) this.gpgPictureBoxReady).BeginInit();
     ((ISupportInitialize) this.pingIndicator).BeginInit();
     base.SuspendLayout();
     this.gpgLabelName.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgLabelName.AutoStyle = true;
     this.gpgLabelName.Font = new Font("Arial", 9.75f);
     this.gpgLabelName.ForeColor = Color.ForestGreen;
     this.gpgLabelName.IgnoreMouseWheel = false;
     this.gpgLabelName.IsStyled = false;
     this.gpgLabelName.Location = new Point(3, 9);
     this.gpgLabelName.Name = "gpgLabelName";
     this.gpgLabelName.Size = new Size(0x7d, 0x10);
     this.gpgLabelName.TabIndex = 0;
     this.gpgLabelName.Text = "<LOC>Open";
     this.gpgLabelName.TextStyle = TextStyles.ColoredBold;
     this.gpgPictureBoxReady.Location = new Point(0x13d, 5);
     this.gpgPictureBoxReady.Name = "gpgPictureBoxReady";
     this.gpgPictureBoxReady.Size = new Size(0x18, 0x18);
     this.gpgPictureBoxReady.SizeMode = PictureBoxSizeMode.CenterImage;
     this.gpgPictureBoxReady.TabIndex = 9;
     this.gpgPictureBoxReady.TabStop = false;
     this.gpgPictureBoxReady.MouseUp += new MouseEventHandler(this.gpgPictureBoxReady_MouseUp);
     this.factionPicker.AutoStyle = false;
     this.factionPicker.BackColor = Color.Black;
     this.factionPicker.DialogResult = DialogResult.OK;
     this.factionPicker.DisabledForecolor = Color.Gray;
     this.factionPicker.DrawEdges = true;
     this.factionPicker.FocusColor = Color.Yellow;
     this.factionPicker.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.factionPicker.HorizontalScalingMode = ScalingModes.Tile;
     this.factionPicker.Icon = (Image) manager.GetObject("factionPicker.Icon");
     this.factionPicker.IsStyled = true;
     this.factionPicker.Location = new Point(0xab, 4);
     this.factionPicker.Name = "factionPicker";
     this.factionPicker.SearchMode = false;
     this.factionPicker.Size = new Size(0x88, 0x1a);
     this.factionPicker.SkinBasePath = @"Controls\Button\ChatroomList";
     this.factionPicker.TabIndex = 7;
     this.factionPicker.Text = "factionPicker1";
     this.factionPicker.TextAlign = ContentAlignment.MiddleLeft;
     this.factionPicker.TextPadding = new Padding(0x20, 0, 0, 0);
     this.pingIndicator.Image = (Image) manager.GetObject("pingIndicator.Image");
     this.pingIndicator.Location = new Point(0x169, 7);
     this.pingIndicator.Name = "pingIndicator";
     this.pingIndicator.PingMonitor = null;
     this.pingIndicator.Size = new Size(40, 20);
     this.pingIndicator.TabIndex = 10;
     this.pingIndicator.TabStop = false;
     this.pingIndicator.Visible = false;
     this.gpgLabelInvite.AutoStyle = true;
     this.gpgLabelInvite.BackColor = Color.Black;
     this.gpgLabelInvite.DialogResult = DialogResult.OK;
     this.gpgLabelInvite.DisabledForecolor = Color.Gray;
     this.gpgLabelInvite.DrawEdges = true;
     this.gpgLabelInvite.FocusColor = Color.Yellow;
     this.gpgLabelInvite.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.gpgLabelInvite.HorizontalScalingMode = ScalingModes.Tile;
     this.gpgLabelInvite.IsStyled = true;
     this.gpgLabelInvite.Location = new Point(0x169, 8);
     this.gpgLabelInvite.Name = "gpgLabelInvite";
     this.gpgLabelInvite.Size = new Size(0x48, 0x12);
     this.gpgLabelInvite.SkinBasePath = @"Controls\Button\Round Edge";
     this.gpgLabelInvite.TabIndex = 11;
     this.gpgLabelInvite.Text = "<LOC>Invite";
     this.gpgLabelInvite.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelInvite.TextPadding = new Padding(0);
     this.gpgLabelInvite.Visible = false;
     this.gpgLabelInvite.Click += new EventHandler(this.gpgLabelInvite_Click);
     this.gpgLabelDisband.AutoStyle = true;
     this.gpgLabelDisband.BackColor = Color.Black;
     this.gpgLabelDisband.DialogResult = DialogResult.OK;
     this.gpgLabelDisband.DisabledForecolor = Color.Gray;
     this.gpgLabelDisband.DrawEdges = true;
     this.gpgLabelDisband.FocusColor = Color.Yellow;
     this.gpgLabelDisband.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.gpgLabelDisband.ForeColor = Color.White;
     this.gpgLabelDisband.HorizontalScalingMode = ScalingModes.Tile;
     this.gpgLabelDisband.IsStyled = true;
     this.gpgLabelDisband.Location = new Point(0x169, 8);
     this.gpgLabelDisband.Name = "gpgLabelDisband";
     this.gpgLabelDisband.Size = new Size(0x48, 0x12);
     this.gpgLabelDisband.SkinBasePath = @"Controls\Button\Round Edge";
     this.gpgLabelDisband.TabIndex = 12;
     this.gpgLabelDisband.Text = "<LOC>Disband";
     this.gpgLabelDisband.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelDisband.TextPadding = new Padding(0);
     this.gpgLabelDisband.Click += new EventHandler(this.gpgLabelDisband_Click);
     this.gpgLabelKick.AutoStyle = true;
     this.gpgLabelKick.BackColor = Color.Black;
     this.gpgLabelKick.DialogResult = DialogResult.OK;
     this.gpgLabelKick.DisabledForecolor = Color.Gray;
     this.gpgLabelKick.DrawEdges = true;
     this.gpgLabelKick.FocusColor = Color.Yellow;
     this.gpgLabelKick.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.gpgLabelKick.HorizontalScalingMode = ScalingModes.Tile;
     this.gpgLabelKick.IsStyled = true;
     this.gpgLabelKick.Location = new Point(0x169, 8);
     this.gpgLabelKick.Name = "gpgLabelKick";
     this.gpgLabelKick.Size = new Size(0x48, 0x12);
     this.gpgLabelKick.SkinBasePath = @"Controls\Button\Round Edge";
     this.gpgLabelKick.TabIndex = 13;
     this.gpgLabelKick.Text = "<LOC>Kick";
     this.gpgLabelKick.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelKick.TextPadding = new Padding(0);
     this.gpgLabelKick.Visible = false;
     this.gpgLabelKick.Click += new EventHandler(this.gpgLabelKick_Click);
     this.gpgLabelLeave.AutoStyle = true;
     this.gpgLabelLeave.BackColor = Color.Black;
     this.gpgLabelLeave.DialogResult = DialogResult.OK;
     this.gpgLabelLeave.DisabledForecolor = Color.Gray;
     this.gpgLabelLeave.DrawEdges = true;
     this.gpgLabelLeave.FocusColor = Color.Yellow;
     this.gpgLabelLeave.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.gpgLabelLeave.HorizontalScalingMode = ScalingModes.Tile;
     this.gpgLabelLeave.IsStyled = true;
     this.gpgLabelLeave.Location = new Point(0x169, 8);
     this.gpgLabelLeave.Name = "gpgLabelLeave";
     this.gpgLabelLeave.Size = new Size(0x48, 0x12);
     this.gpgLabelLeave.SkinBasePath = @"Controls\Button\Round Edge";
     this.gpgLabelLeave.TabIndex = 14;
     this.gpgLabelLeave.Text = "<LOC>Leave";
     this.gpgLabelLeave.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelLeave.TextPadding = new Padding(0);
     this.gpgLabelLeave.Visible = false;
     this.gpgLabelLeave.Click += new EventHandler(this.gpgLabelLeave_Click);
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     this.BackColor = Color.Black;
     base.Controls.Add(this.gpgLabelDisband);
     base.Controls.Add(this.gpgLabelLeave);
     base.Controls.Add(this.gpgLabelKick);
     base.Controls.Add(this.gpgLabelInvite);
     base.Controls.Add(this.pingIndicator);
     base.Controls.Add(this.gpgPictureBoxReady);
     base.Controls.Add(this.factionPicker);
     base.Controls.Add(this.gpgLabelName);
     base.Name = "PnlTeamGameMember";
     base.Size = new Size(0x1db, 0x22);
     ((ISupportInitialize) this.gpgPictureBoxReady).EndInit();
     ((ISupportInitialize) this.pingIndicator).EndInit();
     base.ResumeLayout(false);
 }
Esempio n. 20
0
 private void InitializeComponent()
 {
     this.OptionsEditor = new GPGOptionsEditor();
     this.skinButtonOK = new SkinButton();
     this.skinButtonApply = new SkinButton();
     this.skinButtonCancel = new SkinButton();
     this.skinButtonDefaults = new SkinButton();
     this.gpgPanel1 = new GPGPanel();
     this.gpgPanel1.SuspendLayout();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     this.OptionsEditor.BackColor = Color.Black;
     this.OptionsEditor.BorderColor = Color.White;
     this.OptionsEditor.Dock = DockStyle.Fill;
     this.OptionsEditor.Location = new Point(0, 0);
     this.OptionsEditor.Margin = new Padding(3, 4, 3, 4);
     this.OptionsEditor.Name = "OptionsEditor";
     this.OptionsEditor.Padding = new Padding(2);
     this.OptionsEditor.Settings = null;
     this.OptionsEditor.Size = new Size(620, 0x167);
     this.OptionsEditor.TabIndex = 4;
     this.skinButtonOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonOK.AutoStyle = true;
     this.skinButtonOK.BackColor = Color.Black;
     this.skinButtonOK.DialogResult = DialogResult.OK;
     this.skinButtonOK.DisabledForecolor = Color.Gray;
     this.skinButtonOK.DrawEdges = true;
     this.skinButtonOK.FocusColor = Color.Yellow;
     this.skinButtonOK.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonOK.ForeColor = Color.White;
     this.skinButtonOK.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonOK.IsStyled = true;
     this.skinButtonOK.Location = new Point(0x146, 0x1ce);
     this.skinButtonOK.Name = "skinButtonOK";
     this.skinButtonOK.Size = new Size(0x5f, 0x1a);
     this.skinButtonOK.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonOK.TabIndex = 7;
     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.skinButtonApply.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonApply.AutoStyle = true;
     this.skinButtonApply.BackColor = Color.Black;
     this.skinButtonApply.DialogResult = DialogResult.OK;
     this.skinButtonApply.DisabledForecolor = Color.Gray;
     this.skinButtonApply.DrawEdges = true;
     this.skinButtonApply.Enabled = false;
     this.skinButtonApply.FocusColor = Color.Yellow;
     this.skinButtonApply.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonApply.ForeColor = Color.White;
     this.skinButtonApply.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonApply.IsStyled = true;
     this.skinButtonApply.Location = new Point(0x1ab, 0x1ce);
     this.skinButtonApply.Name = "skinButtonApply";
     this.skinButtonApply.Size = new Size(0x5f, 0x1a);
     this.skinButtonApply.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonApply.TabIndex = 8;
     this.skinButtonApply.Text = "<LOC>Apply";
     this.skinButtonApply.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonApply.TextPadding = new Padding(0);
     this.skinButtonApply.Click += new EventHandler(this.skinButtonApply_Click);
     this.skinButtonCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonCancel.AutoStyle = true;
     this.skinButtonCancel.BackColor = Color.Black;
     this.skinButtonCancel.DialogResult = DialogResult.OK;
     this.skinButtonCancel.DisabledForecolor = Color.Gray;
     this.skinButtonCancel.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(0x210, 0x1ce);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x5f, 0x1a);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonCancel.TabIndex = 9;
     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.skinButtonDefaults.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinButtonDefaults.AutoStyle = true;
     this.skinButtonDefaults.BackColor = Color.Black;
     this.skinButtonDefaults.DialogResult = DialogResult.OK;
     this.skinButtonDefaults.DisabledForecolor = Color.Gray;
     this.skinButtonDefaults.DrawEdges = true;
     this.skinButtonDefaults.FocusColor = Color.Yellow;
     this.skinButtonDefaults.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonDefaults.ForeColor = Color.White;
     this.skinButtonDefaults.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonDefaults.IsStyled = true;
     this.skinButtonDefaults.Location = new Point(0x18, 0x1ce);
     this.skinButtonDefaults.Name = "skinButtonDefaults";
     this.skinButtonDefaults.Size = new Size(0x77, 0x1a);
     this.skinButtonDefaults.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonDefaults.TabIndex = 10;
     this.skinButtonDefaults.Text = "<LOC>Restore Defaults";
     this.skinButtonDefaults.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonDefaults.TextPadding = new Padding(0);
     this.skinButtonDefaults.Click += new EventHandler(this.skinButtonDefaults_Click);
     this.gpgPanel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgPanel1.Controls.Add(this.OptionsEditor);
     this.gpgPanel1.Location = new Point(12, 0x53);
     this.gpgPanel1.Name = "gpgPanel1";
     this.gpgPanel1.Size = new Size(620, 0x167);
     this.gpgPanel1.TabIndex = 11;
     base.AcceptButton = this.skinButtonOK;
     base.AutoScaleMode = AutoScaleMode.None;
     this.BackColor = Color.Black;
     base.CancelButton = this.skinButtonCancel;
     base.ClientSize = new Size(0x284, 0x227);
     base.Controls.Add(this.gpgPanel1);
     base.Controls.Add(this.skinButtonDefaults);
     base.Controls.Add(this.skinButtonCancel);
     base.Controls.Add(this.skinButtonApply);
     base.Controls.Add(this.skinButtonOK);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x1d4, 0x177);
     base.Name = "DlgOptions";
     this.Text = "<LOC>Options";
     base.Controls.SetChildIndex(this.skinButtonOK, 0);
     base.Controls.SetChildIndex(this.skinButtonApply, 0);
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     base.Controls.SetChildIndex(this.skinButtonDefaults, 0);
     base.Controls.SetChildIndex(this.gpgPanel1, 0);
     this.gpgPanel1.ResumeLayout(false);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.skinButtonDeleteRating = new SkinButton();
     this.skinButtonRun = new SkinButton();
     this.skinButtonExplore = new SkinButton();
     this.pictureBoxRate5 = new PictureBox();
     this.pictureBoxRate4 = new PictureBox();
     this.pictureBoxRate3 = new PictureBox();
     this.pictureBoxRate2 = new PictureBox();
     this.gpgLabel3 = new GPGLabel();
     this.gpgLabelRateThis = new GPGLabel();
     this.gpgLabelRatingSaved = new GPGLabel();
     this.skinButtonDownload = new SkinButton();
     this.skinButtonDelete = new SkinButton();
     this.skinButtonUpdate = new SkinButton();
     this.skinButtonChatLink = new SkinButton();
     this.pictureBoxRate1 = new PictureBox();
     this.gpgPanelComments = new GPGPanel();
     this.skinButtonPostCommentBottom = new SkinButton();
     this.gpgLabelNoComments = new GPGLabel();
     this.skinButtonPostCommentTop = new SkinButton();
     this.gpgLabelHeader = new GPGLabel();
     this.gpgGroupBoxMyContentGeneral = new SkinGroupPanel();
     this.gpgPanelMyContentGeneral = new GPGPanel();
     this.gpgPanelDependencies = new GPGPanel();
     this.gpgLabel1 = new GPGLabel();
     this.gpgPanel3 = new GPGPanel();
     this.gpgLabelContentName = new GPGLabel();
     this.gpgPanel2 = new GPGPanel();
     this.gpgLabelContentDesc = new GPGLabel();
     this.gpgPanel1 = new GPGPanel();
     this.gpgLabelContentVNotes = new GPGLabel();
     this.gpgLabelVoteCount = new GPGLabel();
     this.gpgLabel15 = new GPGLabel();
     this.gpgLabel13 = new GPGLabel();
     this.gpgLabel11 = new GPGLabel();
     this.gpgLabel5 = new GPGLabel();
     this.pictureBoxContentRating = new PictureBox();
     this.gpgLabelContentOwnerName = new GPGLabel();
     this.gpgLabel17 = new GPGLabel();
     this.gpgLabel7 = new GPGLabel();
     this.gpgLabel9 = new GPGLabel();
     this.gpgLabelContentDownloads = new GPGLabel();
     this.gpgLabelContentVersion = new GPGLabel();
     this.gpgLabelContentVDate = new GPGLabel();
     this.gpgLabel2 = new GPGLabel();
     this.pictureBoxHeader = new PictureBox();
     this.skinGroupPanel1 = new SkinGroupPanel();
     this.skinButtonFlag = new SkinButton();
     ((ISupportInitialize) this.pictureBoxRate5).BeginInit();
     ((ISupportInitialize) this.pictureBoxRate4).BeginInit();
     ((ISupportInitialize) this.pictureBoxRate3).BeginInit();
     ((ISupportInitialize) this.pictureBoxRate2).BeginInit();
     ((ISupportInitialize) this.pictureBoxRate1).BeginInit();
     this.gpgGroupBoxMyContentGeneral.SuspendLayout();
     this.gpgPanelMyContentGeneral.SuspendLayout();
     this.gpgPanel3.SuspendLayout();
     this.gpgPanel2.SuspendLayout();
     this.gpgPanel1.SuspendLayout();
     ((ISupportInitialize) this.pictureBoxContentRating).BeginInit();
     ((ISupportInitialize) this.pictureBoxHeader).BeginInit();
     this.skinGroupPanel1.SuspendLayout();
     base.SuspendLayout();
     this.skinButtonDeleteRating.AutoStyle = true;
     this.skinButtonDeleteRating.BackColor = Color.Transparent;
     this.skinButtonDeleteRating.ButtonState = 0;
     this.skinButtonDeleteRating.DialogResult = DialogResult.OK;
     this.skinButtonDeleteRating.DisabledForecolor = Color.Gray;
     this.skinButtonDeleteRating.DrawColor = Color.White;
     this.skinButtonDeleteRating.DrawEdges = false;
     this.skinButtonDeleteRating.FocusColor = Color.Yellow;
     this.skinButtonDeleteRating.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonDeleteRating.ForeColor = Color.White;
     this.skinButtonDeleteRating.HorizontalScalingMode = ScalingModes.Center;
     this.skinButtonDeleteRating.IsStyled = true;
     this.skinButtonDeleteRating.Location = new Point(0x2b3, 0x2b);
     this.skinButtonDeleteRating.Name = "skinButtonDeleteRating";
     this.skinButtonDeleteRating.Size = new Size(0x18, 0x12);
     this.skinButtonDeleteRating.SkinBasePath = @"Dialog\ContentManager\BtnDeleteRating";
     this.skinButtonDeleteRating.TabIndex = 13;
     this.skinButtonDeleteRating.TabStop = true;
     this.skinButtonDeleteRating.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonDeleteRating.TextPadding = new Padding(0);
     base.ttDefault.SetToolTip(this.skinButtonDeleteRating, "<LOC>Delete Rating");
     this.skinButtonDeleteRating.Click += new EventHandler(this.skinButtonDeleteRating_Click);
     this.skinButtonRun.AutoStyle = true;
     this.skinButtonRun.BackColor = Color.Black;
     this.skinButtonRun.ButtonState = 0;
     this.skinButtonRun.CausesValidation = false;
     this.skinButtonRun.DialogResult = DialogResult.OK;
     this.skinButtonRun.DisabledForecolor = Color.Gray;
     this.skinButtonRun.DrawColor = Color.White;
     this.skinButtonRun.DrawEdges = false;
     this.skinButtonRun.FocusColor = Color.Yellow;
     this.skinButtonRun.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonRun.ForeColor = Color.White;
     this.skinButtonRun.HorizontalScalingMode = ScalingModes.Center;
     this.skinButtonRun.IsStyled = true;
     this.skinButtonRun.Location = new Point(0xfe, 0x1d);
     this.skinButtonRun.Margin = new Padding(0);
     this.skinButtonRun.MaximumSize = new Size(0x25, 0x25);
     this.skinButtonRun.MinimumSize = new Size(0x25, 0x25);
     this.skinButtonRun.Name = "skinButtonRun";
     this.skinButtonRun.Size = new Size(0x25, 0x25);
     this.skinButtonRun.SkinBasePath = @"Dialog\ContentManager\BtnPlay";
     this.skinButtonRun.TabIndex = 12;
     this.skinButtonRun.TabStop = true;
     this.skinButtonRun.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonRun.TextPadding = new Padding(0);
     base.ttDefault.SetToolTip(this.skinButtonRun, "<LOC>Launch Content");
     this.skinButtonRun.Click += new EventHandler(this.skinButtonRun_Click);
     this.skinButtonExplore.AutoStyle = true;
     this.skinButtonExplore.BackColor = Color.Black;
     this.skinButtonExplore.ButtonState = 0;
     this.skinButtonExplore.CausesValidation = false;
     this.skinButtonExplore.DialogResult = DialogResult.OK;
     this.skinButtonExplore.DisabledForecolor = Color.Gray;
     this.skinButtonExplore.DrawColor = Color.White;
     this.skinButtonExplore.DrawEdges = false;
     this.skinButtonExplore.FocusColor = Color.Yellow;
     this.skinButtonExplore.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonExplore.ForeColor = Color.White;
     this.skinButtonExplore.HorizontalScalingMode = ScalingModes.Center;
     this.skinButtonExplore.IsStyled = true;
     this.skinButtonExplore.Location = new Point(0xd6, 0x1d);
     this.skinButtonExplore.Margin = new Padding(0);
     this.skinButtonExplore.MaximumSize = new Size(0x25, 0x25);
     this.skinButtonExplore.MinimumSize = new Size(0x25, 0x25);
     this.skinButtonExplore.Name = "skinButtonExplore";
     this.skinButtonExplore.Size = new Size(0x25, 0x25);
     this.skinButtonExplore.SkinBasePath = @"Dialog\ContentManager\BtnBrowseTo";
     this.skinButtonExplore.TabIndex = 11;
     this.skinButtonExplore.TabStop = true;
     this.skinButtonExplore.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonExplore.TextPadding = new Padding(0);
     base.ttDefault.SetToolTip(this.skinButtonExplore, "<LOC>View in Windows Explorer");
     this.skinButtonExplore.Click += new EventHandler(this.skinButtonExplore_Click);
     this.pictureBoxRate5.Location = new Point(800, 0x2a);
     this.pictureBoxRate5.Margin = new Padding(0);
     this.pictureBoxRate5.Name = "pictureBoxRate5";
     this.pictureBoxRate5.Size = new Size(20, 20);
     this.pictureBoxRate5.TabIndex = 10;
     this.pictureBoxRate5.TabStop = false;
     this.pictureBoxRate5.Tag = "5";
     this.pictureBoxRate5.MouseLeave += new EventHandler(this.StarMouseLeave);
     this.pictureBoxRate5.Click += new EventHandler(this.StarMouseClick);
     this.pictureBoxRate5.MouseEnter += new EventHandler(this.StarMouseEnter);
     this.pictureBoxRate4.Location = new Point(0x30d, 0x2a);
     this.pictureBoxRate4.Margin = new Padding(0);
     this.pictureBoxRate4.Name = "pictureBoxRate4";
     this.pictureBoxRate4.Size = new Size(20, 20);
     this.pictureBoxRate4.TabIndex = 9;
     this.pictureBoxRate4.TabStop = false;
     this.pictureBoxRate4.Tag = "4";
     this.pictureBoxRate4.MouseLeave += new EventHandler(this.StarMouseLeave);
     this.pictureBoxRate4.Click += new EventHandler(this.StarMouseClick);
     this.pictureBoxRate4.MouseEnter += new EventHandler(this.StarMouseEnter);
     this.pictureBoxRate3.Location = new Point(0x2fa, 0x2a);
     this.pictureBoxRate3.Margin = new Padding(0);
     this.pictureBoxRate3.Name = "pictureBoxRate3";
     this.pictureBoxRate3.Size = new Size(20, 20);
     this.pictureBoxRate3.TabIndex = 8;
     this.pictureBoxRate3.TabStop = false;
     this.pictureBoxRate3.Tag = "3";
     this.pictureBoxRate3.MouseLeave += new EventHandler(this.StarMouseLeave);
     this.pictureBoxRate3.Click += new EventHandler(this.StarMouseClick);
     this.pictureBoxRate3.MouseEnter += new EventHandler(this.StarMouseEnter);
     this.pictureBoxRate2.Location = new Point(0x2e7, 0x2a);
     this.pictureBoxRate2.Margin = new Padding(0);
     this.pictureBoxRate2.Name = "pictureBoxRate2";
     this.pictureBoxRate2.Size = new Size(20, 20);
     this.pictureBoxRate2.TabIndex = 7;
     this.pictureBoxRate2.TabStop = false;
     this.pictureBoxRate2.Tag = "2";
     this.pictureBoxRate2.MouseLeave += new EventHandler(this.StarMouseLeave);
     this.pictureBoxRate2.Click += new EventHandler(this.StarMouseClick);
     this.pictureBoxRate2.MouseEnter += new EventHandler(this.StarMouseEnter);
     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(0x1b6, 0x18);
     this.gpgLabel3.Name = "gpgLabel3";
     this.gpgLabel3.Size = new Size(2, 0x2d);
     this.gpgLabel3.TabIndex = 5;
     this.gpgLabel3.TextStyle = TextStyles.Custom;
     this.gpgLabelRateThis.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelRateThis.AutoSize = true;
     this.gpgLabelRateThis.AutoStyle = true;
     this.gpgLabelRateThis.Font = new Font("Arial", 9.75f);
     this.gpgLabelRateThis.ForeColor = Color.White;
     this.gpgLabelRateThis.IgnoreMouseWheel = false;
     this.gpgLabelRateThis.IsStyled = false;
     this.gpgLabelRateThis.Location = new Point(0x1d2, 0x2b);
     this.gpgLabelRateThis.Name = "gpgLabelRateThis";
     this.gpgLabelRateThis.Size = new Size(0x6b, 0x10);
     this.gpgLabelRateThis.TabIndex = 4;
     this.gpgLabelRateThis.Text = "Rate this content";
     this.gpgLabelRateThis.TextStyle = TextStyles.Bold;
     this.gpgLabelRatingSaved.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelRatingSaved.AutoStyle = true;
     this.gpgLabelRatingSaved.Font = new Font("Arial", 9.75f);
     this.gpgLabelRatingSaved.ForeColor = Color.White;
     this.gpgLabelRatingSaved.IgnoreMouseWheel = false;
     this.gpgLabelRatingSaved.IsStyled = false;
     this.gpgLabelRatingSaved.Location = new Point(0x263, 0x18);
     this.gpgLabelRatingSaved.Name = "gpgLabelRatingSaved";
     this.gpgLabelRatingSaved.Size = new Size(0xd3, 0x10);
     this.gpgLabelRatingSaved.TabIndex = 3;
     this.gpgLabelRatingSaved.Text = "<LOC>Your rating has been saved.";
     this.gpgLabelRatingSaved.TextAlign = ContentAlignment.MiddleRight;
     this.gpgLabelRatingSaved.TextStyle = TextStyles.Small;
     this.gpgLabelRatingSaved.Visible = false;
     this.skinButtonDownload.AutoStyle = true;
     this.skinButtonDownload.BackColor = Color.Black;
     this.skinButtonDownload.ButtonState = 0;
     this.skinButtonDownload.CausesValidation = false;
     this.skinButtonDownload.DialogResult = DialogResult.OK;
     this.skinButtonDownload.DisabledForecolor = Color.Gray;
     this.skinButtonDownload.DrawColor = Color.White;
     this.skinButtonDownload.DrawEdges = false;
     this.skinButtonDownload.FocusColor = Color.Yellow;
     this.skinButtonDownload.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonDownload.ForeColor = Color.White;
     this.skinButtonDownload.HorizontalScalingMode = ScalingModes.Center;
     this.skinButtonDownload.IsStyled = true;
     this.skinButtonDownload.Location = new Point(0xae, 0x1d);
     this.skinButtonDownload.Margin = new Padding(0);
     this.skinButtonDownload.MaximumSize = new Size(0x25, 0x25);
     this.skinButtonDownload.MinimumSize = new Size(0x25, 0x25);
     this.skinButtonDownload.Name = "skinButtonDownload";
     this.skinButtonDownload.Size = new Size(0x25, 0x25);
     this.skinButtonDownload.SkinBasePath = @"Dialog\ContentManager\BtnDownload";
     this.skinButtonDownload.TabIndex = 2;
     this.skinButtonDownload.TabStop = true;
     this.skinButtonDownload.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonDownload.TextPadding = new Padding(0);
     base.ttDefault.SetToolTip(this.skinButtonDownload, "<LOC>Download");
     this.skinButtonDownload.Click += new EventHandler(this.skinButtonDownload_Click);
     this.skinButtonDownload.SizeChanged += new EventHandler(this.ResizeActionButton);
     this.skinButtonDelete.AutoStyle = true;
     this.skinButtonDelete.BackColor = Color.Black;
     this.skinButtonDelete.ButtonState = 0;
     this.skinButtonDelete.CausesValidation = false;
     this.skinButtonDelete.DialogResult = DialogResult.OK;
     this.skinButtonDelete.DisabledForecolor = Color.Gray;
     this.skinButtonDelete.DrawColor = Color.White;
     this.skinButtonDelete.DrawEdges = false;
     this.skinButtonDelete.FocusColor = Color.Yellow;
     this.skinButtonDelete.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonDelete.ForeColor = Color.White;
     this.skinButtonDelete.HorizontalScalingMode = ScalingModes.Center;
     this.skinButtonDelete.IsStyled = true;
     this.skinButtonDelete.Location = new Point(0x86, 0x1d);
     this.skinButtonDelete.Margin = new Padding(0);
     this.skinButtonDelete.MaximumSize = new Size(0x25, 0x25);
     this.skinButtonDelete.MinimumSize = new Size(0x25, 0x25);
     this.skinButtonDelete.Name = "skinButtonDelete";
     this.skinButtonDelete.Size = new Size(0x25, 0x25);
     this.skinButtonDelete.SkinBasePath = @"Dialog\ContentManager\BtnDelete";
     this.skinButtonDelete.TabIndex = 2;
     this.skinButtonDelete.TabStop = true;
     this.skinButtonDelete.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonDelete.TextPadding = new Padding(0);
     base.ttDefault.SetToolTip(this.skinButtonDelete, "<LOC>Delete");
     this.skinButtonDelete.Click += new EventHandler(this.skinButtonDelete_Click);
     this.skinButtonDelete.SizeChanged += new EventHandler(this.ResizeActionButton);
     this.skinButtonUpdate.AutoStyle = true;
     this.skinButtonUpdate.BackColor = Color.Black;
     this.skinButtonUpdate.ButtonState = 0;
     this.skinButtonUpdate.CausesValidation = false;
     this.skinButtonUpdate.DialogResult = DialogResult.OK;
     this.skinButtonUpdate.DisabledForecolor = Color.Gray;
     this.skinButtonUpdate.DrawColor = Color.White;
     this.skinButtonUpdate.DrawEdges = false;
     this.skinButtonUpdate.FocusColor = Color.Yellow;
     this.skinButtonUpdate.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonUpdate.ForeColor = Color.White;
     this.skinButtonUpdate.HorizontalScalingMode = ScalingModes.Center;
     this.skinButtonUpdate.IsStyled = true;
     this.skinButtonUpdate.Location = new Point(0x5e, 0x1d);
     this.skinButtonUpdate.Margin = new Padding(0);
     this.skinButtonUpdate.MaximumSize = new Size(0x25, 0x25);
     this.skinButtonUpdate.MinimumSize = new Size(0x25, 0x25);
     this.skinButtonUpdate.Name = "skinButtonUpdate";
     this.skinButtonUpdate.Size = new Size(0x25, 0x25);
     this.skinButtonUpdate.SkinBasePath = @"Dialog\ContentManager\BtnUpdate";
     this.skinButtonUpdate.TabIndex = 2;
     this.skinButtonUpdate.TabStop = true;
     this.skinButtonUpdate.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonUpdate.TextPadding = new Padding(0);
     base.ttDefault.SetToolTip(this.skinButtonUpdate, "<LOC>Look for Updates");
     this.skinButtonUpdate.Click += new EventHandler(this.skinButtonUpdate_Click);
     this.skinButtonUpdate.SizeChanged += new EventHandler(this.ResizeActionButton);
     this.skinButtonChatLink.AutoStyle = true;
     this.skinButtonChatLink.BackColor = Color.Black;
     this.skinButtonChatLink.ButtonState = 0;
     this.skinButtonChatLink.CausesValidation = false;
     this.skinButtonChatLink.DialogResult = DialogResult.OK;
     this.skinButtonChatLink.DisabledForecolor = Color.Gray;
     this.skinButtonChatLink.DrawColor = Color.White;
     this.skinButtonChatLink.DrawEdges = false;
     this.skinButtonChatLink.FocusColor = Color.Yellow;
     this.skinButtonChatLink.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonChatLink.ForeColor = Color.White;
     this.skinButtonChatLink.HorizontalScalingMode = ScalingModes.Center;
     this.skinButtonChatLink.IsStyled = true;
     this.skinButtonChatLink.Location = new Point(14, 0x1d);
     this.skinButtonChatLink.Margin = new Padding(0);
     this.skinButtonChatLink.MaximumSize = new Size(0x25, 0x25);
     this.skinButtonChatLink.MinimumSize = new Size(0x25, 0x25);
     this.skinButtonChatLink.Name = "skinButtonChatLink";
     this.skinButtonChatLink.Size = new Size(0x25, 0x25);
     this.skinButtonChatLink.SkinBasePath = @"Dialog\ContentManager\BtnChatLink";
     this.skinButtonChatLink.TabIndex = 1;
     this.skinButtonChatLink.TabStop = true;
     this.skinButtonChatLink.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonChatLink.TextPadding = new Padding(0);
     base.ttDefault.SetToolTip(this.skinButtonChatLink, "<LOC>Link to Chat");
     this.skinButtonChatLink.Click += new EventHandler(this.skinButtonChatLink_Click);
     this.skinButtonChatLink.SizeChanged += new EventHandler(this.ResizeActionButton);
     this.pictureBoxRate1.Location = new Point(0x2d4, 0x2a);
     this.pictureBoxRate1.Margin = new Padding(0);
     this.pictureBoxRate1.Name = "pictureBoxRate1";
     this.pictureBoxRate1.Size = new Size(20, 20);
     this.pictureBoxRate1.TabIndex = 0;
     this.pictureBoxRate1.TabStop = false;
     this.pictureBoxRate1.Tag = "1";
     this.pictureBoxRate1.MouseLeave += new EventHandler(this.StarMouseLeave);
     this.pictureBoxRate1.Click += new EventHandler(this.StarMouseClick);
     this.pictureBoxRate1.MouseEnter += new EventHandler(this.StarMouseEnter);
     this.gpgPanelComments.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgPanelComments.BackColor = Color.Transparent;
     this.gpgPanelComments.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelComments.BorderThickness = 2;
     this.gpgPanelComments.DrawBorder = false;
     this.gpgPanelComments.Location = new Point(3, 0x18e);
     this.gpgPanelComments.Name = "gpgPanelComments";
     this.gpgPanelComments.Size = new Size(0x362, 0x10);
     this.gpgPanelComments.TabIndex = 3;
     this.skinButtonPostCommentBottom.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.skinButtonPostCommentBottom.AutoStyle = true;
     this.skinButtonPostCommentBottom.BackColor = Color.Black;
     this.skinButtonPostCommentBottom.ButtonState = 0;
     this.skinButtonPostCommentBottom.DialogResult = DialogResult.OK;
     this.skinButtonPostCommentBottom.DisabledForecolor = Color.Gray;
     this.skinButtonPostCommentBottom.DrawColor = Color.White;
     this.skinButtonPostCommentBottom.DrawEdges = true;
     this.skinButtonPostCommentBottom.FocusColor = Color.Yellow;
     this.skinButtonPostCommentBottom.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonPostCommentBottom.ForeColor = Color.White;
     this.skinButtonPostCommentBottom.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonPostCommentBottom.IsStyled = true;
     this.skinButtonPostCommentBottom.Location = new Point(3, 0x1a6);
     this.skinButtonPostCommentBottom.Name = "skinButtonPostCommentBottom";
     this.skinButtonPostCommentBottom.Size = new Size(0x90, 0x18);
     this.skinButtonPostCommentBottom.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonPostCommentBottom.TabIndex = 2;
     this.skinButtonPostCommentBottom.TabStop = true;
     this.skinButtonPostCommentBottom.Text = "<LOC>Post a Comment";
     this.skinButtonPostCommentBottom.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonPostCommentBottom.TextPadding = new Padding(0);
     this.skinButtonPostCommentBottom.Visible = false;
     this.skinButtonPostCommentBottom.Click += new EventHandler(this.PostCommentClick);
     this.gpgLabelNoComments.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgLabelNoComments.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelNoComments.AutoStyle = true;
     this.gpgLabelNoComments.BackColor = Color.Transparent;
     this.gpgLabelNoComments.Font = new Font("Arial", 9.75f);
     this.gpgLabelNoComments.ForeColor = Color.White;
     this.gpgLabelNoComments.IgnoreMouseWheel = false;
     this.gpgLabelNoComments.IsStyled = false;
     this.gpgLabelNoComments.Location = new Point(1, 0x1a1);
     this.gpgLabelNoComments.Name = "gpgLabelNoComments";
     this.gpgLabelNoComments.Size = new Size(0x35f, 0x17);
     this.gpgLabelNoComments.TabIndex = 1;
     this.gpgLabelNoComments.Text = "<LOC>No comments, be the first to post one!";
     this.gpgLabelNoComments.TextAlign = ContentAlignment.TopCenter;
     this.gpgLabelNoComments.TextStyle = TextStyles.Default;
     this.skinButtonPostCommentTop.AutoStyle = true;
     this.skinButtonPostCommentTop.BackColor = Color.Black;
     this.skinButtonPostCommentTop.ButtonState = 0;
     this.skinButtonPostCommentTop.DialogResult = DialogResult.OK;
     this.skinButtonPostCommentTop.DisabledForecolor = Color.Gray;
     this.skinButtonPostCommentTop.DrawColor = Color.White;
     this.skinButtonPostCommentTop.DrawEdges = true;
     this.skinButtonPostCommentTop.FocusColor = Color.Yellow;
     this.skinButtonPostCommentTop.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonPostCommentTop.ForeColor = Color.White;
     this.skinButtonPostCommentTop.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonPostCommentTop.IsStyled = true;
     this.skinButtonPostCommentTop.Location = new Point(3, 0x16d);
     this.skinButtonPostCommentTop.Name = "skinButtonPostCommentTop";
     this.skinButtonPostCommentTop.Size = new Size(0x90, 0x18);
     this.skinButtonPostCommentTop.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonPostCommentTop.TabIndex = 0;
     this.skinButtonPostCommentTop.TabStop = true;
     this.skinButtonPostCommentTop.Text = "<LOC>Post a Comment";
     this.skinButtonPostCommentTop.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonPostCommentTop.TextPadding = new Padding(0);
     this.skinButtonPostCommentTop.Click += new EventHandler(this.PostCommentClick);
     this.gpgLabelHeader.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelHeader.AutoSize = true;
     this.gpgLabelHeader.AutoStyle = true;
     this.gpgLabelHeader.BackColor = Color.Transparent;
     this.gpgLabelHeader.Font = new Font("Verdana", 14f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabelHeader.ForeColor = Color.White;
     this.gpgLabelHeader.IgnoreMouseWheel = false;
     this.gpgLabelHeader.IsStyled = false;
     this.gpgLabelHeader.Location = new Point(8, 12);
     this.gpgLabelHeader.Name = "gpgLabelHeader";
     this.gpgLabelHeader.Size = new Size(0x79, 0x17);
     this.gpgLabelHeader.TabIndex = 5;
     this.gpgLabelHeader.Text = "gpgLabel1";
     this.gpgLabelHeader.TextStyle = TextStyles.Custom;
     this.gpgGroupBoxMyContentGeneral.AutoStyle = false;
     this.gpgGroupBoxMyContentGeneral.BackColor = Color.Black;
     this.gpgGroupBoxMyContentGeneral.Controls.Add(this.gpgPanelMyContentGeneral);
     this.gpgGroupBoxMyContentGeneral.CutCorner = false;
     this.gpgGroupBoxMyContentGeneral.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgGroupBoxMyContentGeneral.HeaderImage = GroupPanelImages.blue_gradient;
     this.gpgGroupBoxMyContentGeneral.IsStyled = true;
     this.gpgGroupBoxMyContentGeneral.Location = new Point(0, 0x8e);
     this.gpgGroupBoxMyContentGeneral.Margin = new Padding(4, 3, 4, 3);
     this.gpgGroupBoxMyContentGeneral.Name = "gpgGroupBoxMyContentGeneral";
     this.gpgGroupBoxMyContentGeneral.Size = new Size(0x36b, 0xd9);
     this.gpgGroupBoxMyContentGeneral.TabIndex = 6;
     this.gpgGroupBoxMyContentGeneral.Text = "<LOC>General Info";
     this.gpgGroupBoxMyContentGeneral.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgGroupBoxMyContentGeneral.TextPadding = new Padding(8, 0, 0, 0);
     this.gpgPanelMyContentGeneral.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelMyContentGeneral.BorderThickness = 2;
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgPanelDependencies);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgLabel1);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgPanel3);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgPanel2);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgPanel1);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgLabelVoteCount);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgLabel15);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgLabel13);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgLabel11);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgLabel5);
     this.gpgPanelMyContentGeneral.Controls.Add(this.pictureBoxContentRating);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgLabelContentOwnerName);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgLabel17);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgLabel7);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgLabel9);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgLabelContentDownloads);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgLabelContentVersion);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgLabelContentVDate);
     this.gpgPanelMyContentGeneral.Controls.Add(this.gpgLabel2);
     this.gpgPanelMyContentGeneral.DrawBorder = false;
     this.gpgPanelMyContentGeneral.Location = new Point(2, 0x16);
     this.gpgPanelMyContentGeneral.Name = "gpgPanelMyContentGeneral";
     this.gpgPanelMyContentGeneral.Size = new Size(0x365, 190);
     this.gpgPanelMyContentGeneral.TabIndex = 0x15;
     this.gpgPanelDependencies.AutoScroll = true;
     this.gpgPanelDependencies.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanelDependencies.BorderThickness = 2;
     this.gpgPanelDependencies.DrawBorder = false;
     this.gpgPanelDependencies.Location = new Point(3, 0x8e);
     this.gpgPanelDependencies.Name = "gpgPanelDependencies";
     this.gpgPanelDependencies.Size = new Size(0x362, 0x30);
     this.gpgPanelDependencies.TabIndex = 0x19;
     this.gpgLabel1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel1.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(3, 0x7a);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x361, 0x11);
     this.gpgLabel1.TabIndex = 0x18;
     this.gpgLabel1.Text = "<LOC>Dependencies";
     this.gpgLabel1.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel1.TextStyle = TextStyles.Custom;
     this.gpgPanel3.AutoScroll = true;
     this.gpgPanel3.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanel3.BorderThickness = 2;
     this.gpgPanel3.Controls.Add(this.gpgLabelContentName);
     this.gpgPanel3.DrawBorder = false;
     this.gpgPanel3.Location = new Point(3, 0x16);
     this.gpgPanel3.Name = "gpgPanel3";
     this.gpgPanel3.Size = new Size(0xc5, 0x1a);
     this.gpgPanel3.TabIndex = 0x17;
     this.gpgLabelContentName.AutoGrowDirection = GrowDirections.Vertical;
     this.gpgLabelContentName.AutoStyle = true;
     this.gpgLabelContentName.Font = new Font("Arial", 9.75f);
     this.gpgLabelContentName.ForeColor = Color.White;
     this.gpgLabelContentName.IgnoreMouseWheel = false;
     this.gpgLabelContentName.IsStyled = false;
     this.gpgLabelContentName.Location = new Point(0, 0);
     this.gpgLabelContentName.Name = "gpgLabelContentName";
     this.gpgLabelContentName.Size = new Size(0xb1, 15);
     this.gpgLabelContentName.TabIndex = 1;
     this.gpgLabelContentName.Text = "gpgLabel4";
     this.gpgLabelContentName.TextStyle = TextStyles.Default;
     this.gpgPanel2.AutoScroll = true;
     this.gpgPanel2.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanel2.BorderThickness = 2;
     this.gpgPanel2.Controls.Add(this.gpgLabelContentDesc);
     this.gpgPanel2.DrawBorder = false;
     this.gpgPanel2.Location = new Point(3, 0x4a);
     this.gpgPanel2.Name = "gpgPanel2";
     this.gpgPanel2.Size = new Size(0x1a8, 0x2d);
     this.gpgPanel2.TabIndex = 0x16;
     this.gpgLabelContentDesc.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgLabelContentDesc.AutoGrowDirection = GrowDirections.Vertical;
     this.gpgLabelContentDesc.AutoStyle = true;
     this.gpgLabelContentDesc.Font = new Font("Arial", 9.75f);
     this.gpgLabelContentDesc.ForeColor = Color.White;
     this.gpgLabelContentDesc.IgnoreMouseWheel = false;
     this.gpgLabelContentDesc.IsStyled = false;
     this.gpgLabelContentDesc.Location = new Point(0, 0);
     this.gpgLabelContentDesc.Name = "gpgLabelContentDesc";
     this.gpgLabelContentDesc.Size = new Size(0x194, 15);
     this.gpgLabelContentDesc.TabIndex = 0x12;
     this.gpgLabelContentDesc.Text = "gpgLabel3";
     this.gpgLabelContentDesc.TextStyle = TextStyles.Default;
     this.gpgPanel1.AutoScroll = true;
     this.gpgPanel1.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanel1.BorderThickness = 2;
     this.gpgPanel1.Controls.Add(this.gpgLabelContentVNotes);
     this.gpgPanel1.DrawBorder = false;
     this.gpgPanel1.Location = new Point(0x1bc, 0x4a);
     this.gpgPanel1.Name = "gpgPanel1";
     this.gpgPanel1.Size = new Size(0x1a8, 0x2d);
     this.gpgPanel1.TabIndex = 0x15;
     this.gpgLabelContentVNotes.AutoGrowDirection = GrowDirections.Vertical;
     this.gpgLabelContentVNotes.AutoStyle = true;
     this.gpgLabelContentVNotes.Font = new Font("Arial", 9.75f);
     this.gpgLabelContentVNotes.ForeColor = Color.White;
     this.gpgLabelContentVNotes.IgnoreMouseWheel = false;
     this.gpgLabelContentVNotes.IsStyled = false;
     this.gpgLabelContentVNotes.Location = new Point(0, 0);
     this.gpgLabelContentVNotes.Name = "gpgLabelContentVNotes";
     this.gpgLabelContentVNotes.Size = new Size(0x194, 15);
     this.gpgLabelContentVNotes.TabIndex = 0x13;
     this.gpgLabelContentVNotes.Text = "gpgLabel4";
     this.gpgLabelContentVNotes.TextStyle = TextStyles.Default;
     this.gpgLabelVoteCount.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelVoteCount.AutoStyle = true;
     this.gpgLabelVoteCount.Font = new Font("Arial", 9.75f);
     this.gpgLabelVoteCount.ForeColor = Color.White;
     this.gpgLabelVoteCount.IgnoreMouseWheel = false;
     this.gpgLabelVoteCount.IsStyled = false;
     this.gpgLabelVoteCount.Location = new Point(0x2e9, 0x23);
     this.gpgLabelVoteCount.Name = "gpgLabelVoteCount";
     this.gpgLabelVoteCount.Size = new Size(0x6d, 0x10);
     this.gpgLabelVoteCount.TabIndex = 20;
     this.gpgLabelVoteCount.Text = "Based on n votes";
     this.gpgLabelVoteCount.TextStyle = TextStyles.Small;
     this.gpgLabel15.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel15.AutoStyle = true;
     this.gpgLabel15.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel15.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel15.ForeColor = Color.White;
     this.gpgLabel15.IgnoreMouseWheel = false;
     this.gpgLabel15.IsStyled = false;
     this.gpgLabel15.Location = new Point(0x2ea, 0);
     this.gpgLabel15.Name = "gpgLabel15";
     this.gpgLabel15.Size = new Size(0x72, 0x11);
     this.gpgLabel15.TabIndex = 12;
     this.gpgLabel15.Text = "<LOC>Rating";
     this.gpgLabel15.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel15.TextStyle = TextStyles.Custom;
     this.gpgLabel13.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel13.AutoStyle = true;
     this.gpgLabel13.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel13.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel13.ForeColor = Color.White;
     this.gpgLabel13.IgnoreMouseWheel = false;
     this.gpgLabel13.IsStyled = false;
     this.gpgLabel13.Location = new Point(0x260, 0);
     this.gpgLabel13.Name = "gpgLabel13";
     this.gpgLabel13.Size = new Size(0x85, 0x11);
     this.gpgLabel13.TabIndex = 10;
     this.gpgLabel13.Text = "<LOC>Downloads";
     this.gpgLabel13.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel13.TextStyle = TextStyles.Custom;
     this.gpgLabel11.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel11.AutoStyle = true;
     this.gpgLabel11.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel11.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel11.ForeColor = Color.White;
     this.gpgLabel11.IgnoreMouseWheel = false;
     this.gpgLabel11.IsStyled = false;
     this.gpgLabel11.Location = new Point(0x1ba, 0);
     this.gpgLabel11.Name = "gpgLabel11";
     this.gpgLabel11.Size = new Size(0x7f, 0x11);
     this.gpgLabel11.TabIndex = 8;
     this.gpgLabel11.Text = "<LOC>Version Date";
     this.gpgLabel11.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel11.TextStyle = TextStyles.Custom;
     this.gpgLabel5.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel5.AutoStyle = true;
     this.gpgLabel5.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel5.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel5.ForeColor = Color.White;
     this.gpgLabel5.IgnoreMouseWheel = false;
     this.gpgLabel5.IsStyled = false;
     this.gpgLabel5.Location = new Point(0xca, -5);
     this.gpgLabel5.Name = "gpgLabel5";
     this.gpgLabel5.Size = new Size(0x6f, 0x16);
     this.gpgLabel5.TabIndex = 2;
     this.gpgLabel5.Text = "<LOC>Owner";
     this.gpgLabel5.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel5.TextStyle = TextStyles.Custom;
     this.pictureBoxContentRating.Location = new Point(0x2ec, 0x16);
     this.pictureBoxContentRating.Name = "pictureBoxContentRating";
     this.pictureBoxContentRating.Size = new Size(0x34, 10);
     this.pictureBoxContentRating.TabIndex = 0x11;
     this.pictureBoxContentRating.TabStop = false;
     this.gpgLabelContentOwnerName.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelContentOwnerName.AutoSize = true;
     this.gpgLabelContentOwnerName.AutoStyle = true;
     this.gpgLabelContentOwnerName.Font = new Font("Arial", 9.75f);
     this.gpgLabelContentOwnerName.ForeColor = Color.White;
     this.gpgLabelContentOwnerName.IgnoreMouseWheel = false;
     this.gpgLabelContentOwnerName.IsStyled = false;
     this.gpgLabelContentOwnerName.Location = new Point(0xc9, 20);
     this.gpgLabelContentOwnerName.Name = "gpgLabelContentOwnerName";
     this.gpgLabelContentOwnerName.Size = new Size(0x43, 0x10);
     this.gpgLabelContentOwnerName.TabIndex = 3;
     this.gpgLabelContentOwnerName.Text = "gpgLabel4";
     this.gpgLabelContentOwnerName.TextStyle = TextStyles.Link;
     this.gpgLabelContentOwnerName.Click += new EventHandler(this.gpgLabelContentOwnerName_Click);
     this.gpgLabel17.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel17.AutoStyle = true;
     this.gpgLabel17.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel17.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel17.ForeColor = Color.White;
     this.gpgLabel17.IgnoreMouseWheel = false;
     this.gpgLabel17.IsStyled = false;
     this.gpgLabel17.Location = new Point(0x1ba, 0x33);
     this.gpgLabel17.Name = "gpgLabel17";
     this.gpgLabel17.Size = new Size(0xc0, 0x11);
     this.gpgLabel17.TabIndex = 14;
     this.gpgLabel17.Text = "<LOC>Version Notes";
     this.gpgLabel17.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel17.TextStyle = TextStyles.Custom;
     this.gpgLabel7.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgLabel7.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel7.AutoStyle = true;
     this.gpgLabel7.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel7.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel7.ForeColor = Color.White;
     this.gpgLabel7.IgnoreMouseWheel = false;
     this.gpgLabel7.IsStyled = false;
     this.gpgLabel7.Location = new Point(4, 0x33);
     this.gpgLabel7.Name = "gpgLabel7";
     this.gpgLabel7.Size = new Size(0x361, 0x11);
     this.gpgLabel7.TabIndex = 4;
     this.gpgLabel7.Text = "<LOC>Description";
     this.gpgLabel7.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel7.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(0x151, 0);
     this.gpgLabel9.Name = "gpgLabel9";
     this.gpgLabel9.Size = new Size(0x63, 0x11);
     this.gpgLabel9.TabIndex = 6;
     this.gpgLabel9.Text = "<LOC>Version";
     this.gpgLabel9.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel9.TextStyle = TextStyles.Custom;
     this.gpgLabelContentDownloads.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelContentDownloads.AutoSize = true;
     this.gpgLabelContentDownloads.AutoStyle = true;
     this.gpgLabelContentDownloads.Font = new Font("Arial", 9.75f);
     this.gpgLabelContentDownloads.ForeColor = Color.White;
     this.gpgLabelContentDownloads.IgnoreMouseWheel = false;
     this.gpgLabelContentDownloads.IsStyled = false;
     this.gpgLabelContentDownloads.Location = new Point(0x25f, 20);
     this.gpgLabelContentDownloads.Name = "gpgLabelContentDownloads";
     this.gpgLabelContentDownloads.Size = new Size(0x43, 0x10);
     this.gpgLabelContentDownloads.TabIndex = 11;
     this.gpgLabelContentDownloads.Text = "gpgLabel4";
     this.gpgLabelContentDownloads.TextStyle = TextStyles.Default;
     this.gpgLabelContentVersion.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelContentVersion.AutoSize = true;
     this.gpgLabelContentVersion.AutoStyle = true;
     this.gpgLabelContentVersion.Font = new Font("Arial", 9.75f);
     this.gpgLabelContentVersion.ForeColor = Color.White;
     this.gpgLabelContentVersion.IgnoreMouseWheel = false;
     this.gpgLabelContentVersion.IsStyled = false;
     this.gpgLabelContentVersion.Location = new Point(0x150, 20);
     this.gpgLabelContentVersion.Name = "gpgLabelContentVersion";
     this.gpgLabelContentVersion.Size = new Size(0x43, 0x10);
     this.gpgLabelContentVersion.TabIndex = 7;
     this.gpgLabelContentVersion.Text = "gpgLabel4";
     this.gpgLabelContentVersion.TextStyle = TextStyles.Default;
     this.gpgLabelContentVDate.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelContentVDate.AutoSize = true;
     this.gpgLabelContentVDate.AutoStyle = true;
     this.gpgLabelContentVDate.Font = new Font("Arial", 9.75f);
     this.gpgLabelContentVDate.ForeColor = Color.White;
     this.gpgLabelContentVDate.IgnoreMouseWheel = false;
     this.gpgLabelContentVDate.IsStyled = false;
     this.gpgLabelContentVDate.Location = new Point(0x1b9, 20);
     this.gpgLabelContentVDate.Name = "gpgLabelContentVDate";
     this.gpgLabelContentVDate.Size = new Size(0x43, 0x10);
     this.gpgLabelContentVDate.TabIndex = 9;
     this.gpgLabelContentVDate.Text = "gpgLabel4";
     this.gpgLabelContentVDate.TextStyle = TextStyles.Default;
     this.gpgLabel2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
     this.gpgLabel2.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel2.AutoStyle = true;
     this.gpgLabel2.BackColor = Color.FromArgb(0x33, 0x33, 0x33);
     this.gpgLabel2.Font = new Font("Verdana", 6.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.gpgLabel2.ForeColor = Color.White;
     this.gpgLabel2.IgnoreMouseWheel = false;
     this.gpgLabel2.IsStyled = false;
     this.gpgLabel2.Location = new Point(4, -5);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x361, 0x16);
     this.gpgLabel2.TabIndex = 0;
     this.gpgLabel2.Text = "<LOC>Name";
     this.gpgLabel2.TextAlign = ContentAlignment.MiddleLeft;
     this.gpgLabel2.TextStyle = TextStyles.Custom;
     this.pictureBoxHeader.Location = new Point(0, 0);
     this.pictureBoxHeader.Name = "pictureBoxHeader";
     this.pictureBoxHeader.Size = new Size(600, 0x19);
     this.pictureBoxHeader.SizeMode = PictureBoxSizeMode.AutoSize;
     this.pictureBoxHeader.TabIndex = 4;
     this.pictureBoxHeader.TabStop = false;
     this.skinGroupPanel1.AutoStyle = false;
     this.skinGroupPanel1.BackColor = Color.Black;
     this.skinGroupPanel1.Controls.Add(this.skinButtonFlag);
     this.skinGroupPanel1.Controls.Add(this.skinButtonDeleteRating);
     this.skinGroupPanel1.Controls.Add(this.skinButtonRun);
     this.skinGroupPanel1.Controls.Add(this.skinButtonChatLink);
     this.skinGroupPanel1.Controls.Add(this.skinButtonExplore);
     this.skinGroupPanel1.Controls.Add(this.pictureBoxRate1);
     this.skinGroupPanel1.Controls.Add(this.pictureBoxRate5);
     this.skinGroupPanel1.Controls.Add(this.skinButtonUpdate);
     this.skinGroupPanel1.Controls.Add(this.pictureBoxRate4);
     this.skinGroupPanel1.Controls.Add(this.skinButtonDelete);
     this.skinGroupPanel1.Controls.Add(this.pictureBoxRate3);
     this.skinGroupPanel1.Controls.Add(this.skinButtonDownload);
     this.skinGroupPanel1.Controls.Add(this.pictureBoxRate2);
     this.skinGroupPanel1.Controls.Add(this.gpgLabelRatingSaved);
     this.skinGroupPanel1.Controls.Add(this.gpgLabel3);
     this.skinGroupPanel1.Controls.Add(this.gpgLabelRateThis);
     this.skinGroupPanel1.CutCorner = false;
     this.skinGroupPanel1.Font = new Font("Verdana", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.skinGroupPanel1.HeaderImage = GroupPanelImages.blue_gradient;
     this.skinGroupPanel1.IsStyled = true;
     this.skinGroupPanel1.Location = new Point(0, 0x3a);
     this.skinGroupPanel1.Margin = new Padding(4, 3, 4, 3);
     this.skinGroupPanel1.Name = "skinGroupPanel1";
     this.skinGroupPanel1.Size = new Size(0x36b, 0x4e);
     this.skinGroupPanel1.TabIndex = 7;
     this.skinGroupPanel1.Text = "<LOC>File Tasks";
     this.skinGroupPanel1.TextAlign = ContentAlignment.MiddleLeft;
     this.skinGroupPanel1.TextPadding = new Padding(8, 0, 0, 0);
     this.skinButtonFlag.AutoStyle = true;
     this.skinButtonFlag.BackColor = Color.Black;
     this.skinButtonFlag.ButtonState = 0;
     this.skinButtonFlag.CausesValidation = false;
     this.skinButtonFlag.DialogResult = DialogResult.OK;
     this.skinButtonFlag.DisabledForecolor = Color.Gray;
     this.skinButtonFlag.DrawColor = Color.White;
     this.skinButtonFlag.DrawEdges = false;
     this.skinButtonFlag.FocusColor = Color.Yellow;
     this.skinButtonFlag.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonFlag.ForeColor = Color.White;
     this.skinButtonFlag.HorizontalScalingMode = ScalingModes.Center;
     this.skinButtonFlag.IsStyled = true;
     this.skinButtonFlag.Location = new Point(0x36, 0x1d);
     this.skinButtonFlag.Margin = new Padding(0);
     this.skinButtonFlag.MaximumSize = new Size(0x25, 0x25);
     this.skinButtonFlag.MinimumSize = new Size(0x25, 0x25);
     this.skinButtonFlag.Name = "skinButtonFlag";
     this.skinButtonFlag.Size = new Size(0x25, 0x25);
     this.skinButtonFlag.SkinBasePath = @"Dialog\ContentManager\BtnFlag";
     this.skinButtonFlag.TabIndex = 2;
     this.skinButtonFlag.TabStop = true;
     this.skinButtonFlag.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonFlag.TextPadding = new Padding(0);
     base.ttDefault.SetToolTip(this.skinButtonFlag, "<LOC id=_533a096c4d416becb438669a9f139e29>Flag this content as broken or inappropriate to be reviewed for further action");
     this.skinButtonFlag.Click += new EventHandler(this.skinButtonFlag_Click);
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     this.BackColor = Color.Transparent;
     base.Controls.Add(this.skinGroupPanel1);
     base.Controls.Add(this.gpgGroupBoxMyContentGeneral);
     base.Controls.Add(this.gpgPanelComments);
     base.Controls.Add(this.gpgLabelHeader);
     base.Controls.Add(this.skinButtonPostCommentBottom);
     base.Controls.Add(this.pictureBoxHeader);
     base.Controls.Add(this.gpgLabelNoComments);
     base.Controls.Add(this.skinButtonPostCommentTop);
     this.MinimumSize = new Size(0x36b, 330);
     base.Name = "PnlContentDetailsView";
     base.Size = new Size(0x36b, 700);
     ((ISupportInitialize) this.pictureBoxRate5).EndInit();
     ((ISupportInitialize) this.pictureBoxRate4).EndInit();
     ((ISupportInitialize) this.pictureBoxRate3).EndInit();
     ((ISupportInitialize) this.pictureBoxRate2).EndInit();
     ((ISupportInitialize) this.pictureBoxRate1).EndInit();
     this.gpgGroupBoxMyContentGeneral.ResumeLayout(false);
     this.gpgPanelMyContentGeneral.ResumeLayout(false);
     this.gpgPanelMyContentGeneral.PerformLayout();
     this.gpgPanel3.ResumeLayout(false);
     this.gpgPanel2.ResumeLayout(false);
     this.gpgPanel1.ResumeLayout(false);
     ((ISupportInitialize) this.pictureBoxContentRating).EndInit();
     ((ISupportInitialize) this.pictureBoxHeader).EndInit();
     this.skinGroupPanel1.ResumeLayout(false);
     this.skinGroupPanel1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 22
0
 private void InitializeComponent()
 {
     this.components = new Container();
     ComponentResourceManager manager = new ComponentResourceManager(typeof(DlgSupcomMapOptions));
     this.gpgMapSelectGrid = new GPGChatGrid();
     this.cardView1 = new CardView();
     this.colMapTitle = new GridColumn();
     this.colStatus = new GridColumn();
     this.riPriority = new RepositoryItemImageComboBox();
     this.ilThumbs = new ImageList(this.components);
     this.colMap = new GridColumn();
     this.riMap = new RepositoryItemPictureEdit();
     this.rimPictureEdit3 = new RepositoryItemPictureEdit();
     this.rimTextEdit = new RepositoryItemTextEdit();
     this.rimMemoEdit3 = new RepositoryItemMemoEdit();
     this.riPopup = new RepositoryItemPopupContainerEdit();
     this.repositoryItemTimeEdit1 = new RepositoryItemTimeEdit();
     this.repositoryItemTextEdit1 = new RepositoryItemTextEdit();
     this.riPictureStatus = new RepositoryItemPictureEdit();
     this.riButtonStatus = new RepositoryItemButtonEdit();
     this.riTextPriority = new RepositoryItemTextEdit();
     this.colTime = new GridColumn();
     this.colType = new GridColumn();
     this.colDescription = new GridColumn();
     this.colData = new GridColumn();
     this.rbAeon = new RadioButton();
     this.rbCybran = new RadioButton();
     this.rbUEF = new RadioButton();
     this.rbRandom = new RadioButton();
     this.lMapPrefs = new GPGLabel();
     this.gpgLabel1 = new GPGLabel();
     this.skinButtonCancel = new SkinButton();
     this.skinButtonSearch = new SkinButton();
     this.rbSeraphim = new RadioButton();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgMapSelectGrid.BeginInit();
     this.cardView1.BeginInit();
     this.riPriority.BeginInit();
     this.riMap.BeginInit();
     this.rimPictureEdit3.BeginInit();
     this.rimTextEdit.BeginInit();
     this.rimMemoEdit3.BeginInit();
     this.riPopup.BeginInit();
     this.repositoryItemTimeEdit1.BeginInit();
     this.repositoryItemTextEdit1.BeginInit();
     this.riPictureStatus.BeginInit();
     this.riButtonStatus.BeginInit();
     this.riTextPriority.BeginInit();
     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.gpgMapSelectGrid.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgMapSelectGrid.CustomizeStyle = false;
     this.gpgMapSelectGrid.EmbeddedNavigator.Name = "";
     this.gpgMapSelectGrid.Font = new Font("Arial", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgMapSelectGrid.IgnoreMouseWheel = false;
     this.gpgMapSelectGrid.Location = new Point(12, 0x55);
     this.gpgMapSelectGrid.LookAndFeel.SkinName = "Money Twins";
     this.gpgMapSelectGrid.LookAndFeel.Style = LookAndFeelStyle.Office2003;
     this.gpgMapSelectGrid.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgMapSelectGrid.MainView = this.cardView1;
     this.gpgMapSelectGrid.Name = "gpgMapSelectGrid";
     this.gpgMapSelectGrid.RepositoryItems.AddRange(new RepositoryItem[] { this.rimPictureEdit3, this.rimTextEdit, this.rimMemoEdit3, this.riPopup, this.repositoryItemTimeEdit1, this.riPriority, this.riMap, this.repositoryItemTextEdit1, this.riPictureStatus, this.riButtonStatus, this.riTextPriority });
     this.gpgMapSelectGrid.ShowOnlyPredefinedDetails = true;
     this.gpgMapSelectGrid.Size = new Size(0x3e8, 0x12b);
     this.gpgMapSelectGrid.TabIndex = 0x1d;
     this.gpgMapSelectGrid.ViewCollection.AddRange(new BaseView[] { this.cardView1 });
     this.cardView1.Appearance.Card.BackColor = Color.Black;
     this.cardView1.Appearance.Card.ForeColor = Color.White;
     this.cardView1.Appearance.Card.Options.UseBackColor = true;
     this.cardView1.Appearance.Card.Options.UseForeColor = true;
     this.cardView1.Appearance.EmptySpace.BackColor = Color.Black;
     this.cardView1.Appearance.EmptySpace.Options.UseBackColor = true;
     this.cardView1.Appearance.FieldCaption.Font = new Font("Arial", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.cardView1.Appearance.FieldCaption.ForeColor = Color.FromArgb(0x8f, 0xbd, 0xd1);
     this.cardView1.Appearance.FieldCaption.Options.UseFont = true;
     this.cardView1.Appearance.FieldCaption.Options.UseForeColor = true;
     this.cardView1.Appearance.FieldValue.Font = new Font("Arial", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.cardView1.Appearance.FieldValue.ForeColor = Color.White;
     this.cardView1.Appearance.FieldValue.Options.UseFont = true;
     this.cardView1.Appearance.FieldValue.Options.UseForeColor = true;
     this.cardView1.Appearance.FilterCloseButton.BackColor = Color.FromArgb(0xd4, 0xd0, 200);
     this.cardView1.Appearance.FilterCloseButton.BackColor2 = Color.FromArgb(90, 90, 90);
     this.cardView1.Appearance.FilterCloseButton.BorderColor = Color.FromArgb(0xd4, 0xd0, 200);
     this.cardView1.Appearance.FilterCloseButton.ForeColor = Color.Black;
     this.cardView1.Appearance.FilterCloseButton.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.cardView1.Appearance.FilterCloseButton.Options.UseBackColor = true;
     this.cardView1.Appearance.FilterCloseButton.Options.UseBorderColor = true;
     this.cardView1.Appearance.FilterCloseButton.Options.UseForeColor = true;
     this.cardView1.Appearance.FilterPanel.BackColor = Color.Black;
     this.cardView1.Appearance.FilterPanel.BackColor2 = Color.FromArgb(0xd4, 0xd0, 200);
     this.cardView1.Appearance.FilterPanel.ForeColor = Color.White;
     this.cardView1.Appearance.FilterPanel.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.cardView1.Appearance.FilterPanel.Options.UseBackColor = true;
     this.cardView1.Appearance.FilterPanel.Options.UseForeColor = true;
     this.cardView1.Appearance.SeparatorLine.BackColor = Color.Black;
     this.cardView1.Appearance.SeparatorLine.Options.UseBackColor = true;
     this.cardView1.BorderStyle = BorderStyles.NoBorder;
     this.cardView1.Columns.AddRange(new GridColumn[] { this.colMapTitle, this.colStatus, this.colMap });
     this.cardView1.DetailHeight = 400;
     this.cardView1.FocusedCardTopFieldIndex = 0;
     this.cardView1.GridControl = this.gpgMapSelectGrid;
     this.cardView1.Name = "cardView1";
     this.cardView1.OptionsBehavior.AllowExpandCollapse = false;
     this.cardView1.OptionsBehavior.AutoPopulateColumns = false;
     this.cardView1.OptionsBehavior.FieldAutoHeight = true;
     this.cardView1.OptionsBehavior.Sizeable = false;
     this.cardView1.OptionsSelection.MultiSelect = true;
     this.cardView1.OptionsView.ShowCardCaption = false;
     this.cardView1.OptionsView.ShowFieldCaptions = false;
     this.cardView1.OptionsView.ShowQuickCustomizeButton = false;
     this.cardView1.VertScrollVisibility = ScrollVisibility.Auto;
     this.cardView1.CustomDrawCardField += new RowCellCustomDrawEventHandler(this.cardView1_CustomDrawCardField);
     this.cardView1.Click += new EventHandler(this.cardView1_Click);
     this.colMapTitle.AppearanceCell.BackColor = Color.FromArgb(0x1b, 0x2e, 0x4a);
     this.colMapTitle.AppearanceCell.BackColor2 = Color.FromArgb(12, 0x17, 0x29);
     this.colMapTitle.AppearanceCell.Font = new Font("Arial", 10f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.colMapTitle.AppearanceCell.ForeColor = Color.FromArgb(0x8f, 0xbd, 0xd1);
     this.colMapTitle.AppearanceCell.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.colMapTitle.AppearanceCell.Options.UseBackColor = true;
     this.colMapTitle.AppearanceCell.Options.UseFont = true;
     this.colMapTitle.AppearanceCell.Options.UseForeColor = true;
     this.colMapTitle.AppearanceCell.Options.UseTextOptions = true;
     this.colMapTitle.AppearanceCell.TextOptions.HAlignment = HorzAlignment.Center;
     this.colMapTitle.AppearanceCell.TextOptions.Trimming = Trimming.None;
     this.colMapTitle.AppearanceCell.TextOptions.VAlignment = VertAlignment.Top;
     this.colMapTitle.AppearanceHeader.Font = new Font("Arial", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.colMapTitle.AppearanceHeader.Options.UseFont = true;
     this.colMapTitle.Caption = "Map Name";
     this.colMapTitle.FieldName = "Description";
     this.colMapTitle.Name = "colMapTitle";
     this.colMapTitle.OptionsColumn.AllowEdit = false;
     this.colMapTitle.Visible = true;
     this.colMapTitle.VisibleIndex = 0;
     this.colStatus.AppearanceCell.Font = new Font("Arial", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.colStatus.AppearanceCell.Options.UseFont = true;
     this.colStatus.AppearanceCell.Options.UseTextOptions = true;
     this.colStatus.AppearanceCell.TextOptions.Trimming = Trimming.None;
     this.colStatus.AppearanceCell.TextOptions.VAlignment = VertAlignment.Center;
     this.colStatus.Caption = "Priority";
     this.colStatus.ColumnEdit = this.riPriority;
     this.colStatus.FieldName = "Priority";
     this.colStatus.Name = "colStatus";
     this.colStatus.OptionsColumn.AllowEdit = false;
     this.colStatus.OptionsColumn.AllowFocus = false;
     this.colStatus.OptionsColumn.ReadOnly = true;
     this.colStatus.ShowButtonMode = ShowButtonModeEnum.ShowOnlyInEditor;
     this.colStatus.Visible = true;
     this.colStatus.VisibleIndex = 1;
     this.riPriority.AllowNullInput = DefaultBoolean.True;
     this.riPriority.Appearance.BackColor = Color.Black;
     this.riPriority.Appearance.Font = new Font("Arial", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.riPriority.Appearance.ForeColor = Color.White;
     this.riPriority.Appearance.Options.UseBackColor = true;
     this.riPriority.Appearance.Options.UseFont = true;
     this.riPriority.Appearance.Options.UseForeColor = true;
     this.riPriority.AppearanceDropDown.BackColor = Color.Black;
     this.riPriority.AppearanceDropDown.Font = new Font("Arial", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.riPriority.AppearanceDropDown.ForeColor = Color.White;
     this.riPriority.AppearanceDropDown.Options.UseBackColor = true;
     this.riPriority.AppearanceDropDown.Options.UseFont = true;
     this.riPriority.AppearanceDropDown.Options.UseForeColor = true;
     this.riPriority.AutoHeight = false;
     this.riPriority.DropDownRows = 3;
     this.riPriority.HideSelection = false;
     this.riPriority.Items.AddRange(new ImageComboBoxItem[] { new ImageComboBoxItem("<LOC>Neutral", null, 0), new ImageComboBoxItem("<LOC>Thumbs Up", true, 1), new ImageComboBoxItem("<LOC>Thumbs Down", false, 2) });
     this.riPriority.LargeImages = this.ilThumbs;
     this.riPriority.Name = "riPriority";
     this.riPriority.Validating += new CancelEventHandler(this.riPriority_Validating);
     this.ilThumbs.ImageStream = (ImageListStreamer) manager.GetObject("ilThumbs.ImageStream");
     this.ilThumbs.TransparentColor = Color.Transparent;
     this.ilThumbs.Images.SetKeyName(0, "neutral.png");
     this.ilThumbs.Images.SetKeyName(1, "thumbsup.png");
     this.ilThumbs.Images.SetKeyName(2, "thumbsdown.png");
     this.colMap.Caption = "Image";
     this.colMap.ColumnEdit = this.riMap;
     this.colMap.FieldName = "Thumbnail";
     this.colMap.Name = "colMap";
     this.colMap.OptionsColumn.AllowEdit = false;
     this.colMap.Visible = true;
     this.colMap.VisibleIndex = 2;
     this.riMap.CustomHeight = 200;
     this.riMap.Name = "riMap";
     this.riMap.SizeMode = PictureSizeMode.Stretch;
     this.rimPictureEdit3.Name = "rimPictureEdit3";
     this.rimPictureEdit3.PictureAlignment = ContentAlignment.TopCenter;
     this.rimTextEdit.AutoHeight = false;
     this.rimTextEdit.Name = "rimTextEdit";
     this.rimMemoEdit3.MaxLength = 500;
     this.rimMemoEdit3.Name = "rimMemoEdit3";
     this.riPopup.AutoHeight = false;
     this.riPopup.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
     this.riPopup.Name = "riPopup";
     this.repositoryItemTimeEdit1.AutoHeight = false;
     this.repositoryItemTimeEdit1.Buttons.AddRange(new EditorButton[] { new EditorButton() });
     this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
     this.repositoryItemTextEdit1.Appearance.Font = new Font("Arial", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.repositoryItemTextEdit1.Appearance.Options.UseFont = true;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     this.riPictureStatus.Name = "riPictureStatus";
     this.riPictureStatus.PictureAlignment = ContentAlignment.MiddleLeft;
     this.riPictureStatus.ReadOnly = true;
     this.riPictureStatus.Click += new EventHandler(this.riTextPriority_Click);
     this.riButtonStatus.AllowFocused = false;
     this.riButtonStatus.AllowNullInput = DefaultBoolean.True;
     this.riButtonStatus.AutoHeight = false;
     this.riButtonStatus.Name = "riButtonStatus";
     this.riButtonStatus.ReadOnly = true;
     this.riButtonStatus.TextEditStyle = TextEditStyles.DisableTextEditor;
     this.riButtonStatus.Click += new EventHandler(this.riTextPriority_Click);
     this.riButtonStatus.ButtonClick += new ButtonPressedEventHandler(this.riButtonStatus_ButtonClick);
     this.riTextPriority.AutoHeight = false;
     this.riTextPriority.Name = "riTextPriority";
     this.riTextPriority.ReadOnly = true;
     this.riTextPriority.Click += new EventHandler(this.riTextPriority_Click);
     this.colTime.Caption = "Time";
     this.colTime.ColumnEdit = this.repositoryItemTimeEdit1;
     this.colTime.FieldName = "DateTime";
     this.colTime.Name = "colTime";
     this.colTime.OptionsColumn.AllowEdit = false;
     this.colTime.Visible = true;
     this.colTime.VisibleIndex = 0;
     this.colType.Caption = "Type";
     this.colType.FieldName = "LogType";
     this.colType.Name = "colType";
     this.colType.OptionsColumn.AllowEdit = false;
     this.colType.Visible = true;
     this.colType.VisibleIndex = 1;
     this.colDescription.Caption = "Description";
     this.colDescription.FieldName = "Description";
     this.colDescription.Name = "colDescription";
     this.colDescription.OptionsColumn.AllowEdit = false;
     this.colDescription.Visible = true;
     this.colDescription.VisibleIndex = 2;
     this.colData.Caption = "Data";
     this.colData.ColumnEdit = this.riPopup;
     this.colData.FieldName = "Data";
     this.colData.Name = "colData";
     this.colData.Visible = true;
     this.colData.VisibleIndex = 3;
     this.rbAeon.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.rbAeon.CheckAlign = ContentAlignment.BottomCenter;
     this.rbAeon.FlatStyle = FlatStyle.Flat;
     this.rbAeon.Image = Resources.aeon1;
     this.rbAeon.ImageAlign = ContentAlignment.TopCenter;
     this.rbAeon.Location = new Point(12, 0x1a7);
     this.rbAeon.Name = "rbAeon";
     this.rbAeon.Size = new Size(0xc6, 0xf5);
     base.ttDefault.SetSuperTip(this.rbAeon, null);
     this.rbAeon.TabIndex = 0x25;
     this.rbAeon.Text = "Aeon";
     this.rbAeon.TextAlign = ContentAlignment.BottomCenter;
     this.rbAeon.TextImageRelation = TextImageRelation.TextAboveImage;
     this.rbAeon.UseVisualStyleBackColor = true;
     this.rbAeon.Paint += new PaintEventHandler(this.rbRandom_Paint);
     this.rbAeon.CheckedChanged += new EventHandler(this.rbAeon_CheckedChanged);
     this.rbCybran.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.rbCybran.CheckAlign = ContentAlignment.BottomCenter;
     this.rbCybran.FlatStyle = FlatStyle.Flat;
     this.rbCybran.Image = Resources.cybran1;
     this.rbCybran.ImageAlign = ContentAlignment.TopCenter;
     this.rbCybran.Location = new Point(0xd0, 0x1a7);
     this.rbCybran.Name = "rbCybran";
     this.rbCybran.Size = new Size(0xc6, 0xf5);
     base.ttDefault.SetSuperTip(this.rbCybran, null);
     this.rbCybran.TabIndex = 0x26;
     this.rbCybran.Text = "Cybran";
     this.rbCybran.TextAlign = ContentAlignment.BottomCenter;
     this.rbCybran.TextImageRelation = TextImageRelation.TextAboveImage;
     this.rbCybran.UseVisualStyleBackColor = true;
     this.rbCybran.Paint += new PaintEventHandler(this.rbRandom_Paint);
     this.rbCybran.CheckedChanged += new EventHandler(this.rbAeon_CheckedChanged);
     this.rbUEF.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.rbUEF.CheckAlign = ContentAlignment.BottomCenter;
     this.rbUEF.FlatStyle = FlatStyle.Flat;
     this.rbUEF.Image = Resources.uef1;
     this.rbUEF.ImageAlign = ContentAlignment.TopCenter;
     this.rbUEF.Location = new Point(410, 0x1a7);
     this.rbUEF.Name = "rbUEF";
     this.rbUEF.Size = new Size(0xc6, 0xf5);
     base.ttDefault.SetSuperTip(this.rbUEF, null);
     this.rbUEF.TabIndex = 0x27;
     this.rbUEF.Text = "UEF";
     this.rbUEF.TextAlign = ContentAlignment.BottomCenter;
     this.rbUEF.TextImageRelation = TextImageRelation.TextAboveImage;
     this.rbUEF.UseVisualStyleBackColor = true;
     this.rbUEF.Paint += new PaintEventHandler(this.rbRandom_Paint);
     this.rbUEF.CheckedChanged += new EventHandler(this.rbAeon_CheckedChanged);
     this.rbRandom.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.rbRandom.BackColor = Color.Black;
     this.rbRandom.CheckAlign = ContentAlignment.BottomCenter;
     this.rbRandom.Checked = true;
     this.rbRandom.FlatStyle = FlatStyle.Flat;
     this.rbRandom.Image = Resources.random1;
     this.rbRandom.ImageAlign = ContentAlignment.TopCenter;
     this.rbRandom.Location = new Point(0x329, 0x1a7);
     this.rbRandom.Name = "rbRandom";
     this.rbRandom.Size = new Size(0xc6, 0xf5);
     base.ttDefault.SetSuperTip(this.rbRandom, null);
     this.rbRandom.TabIndex = 40;
     this.rbRandom.TabStop = true;
     this.rbRandom.Text = "<LOC>Random";
     this.rbRandom.TextAlign = ContentAlignment.BottomCenter;
     this.rbRandom.TextImageRelation = TextImageRelation.TextAboveImage;
     this.rbRandom.UseVisualStyleBackColor = false;
     this.rbRandom.Paint += new PaintEventHandler(this.rbRandom_Paint);
     this.rbRandom.CheckedChanged += new EventHandler(this.rbAeon_CheckedChanged);
     this.lMapPrefs.AutoGrowDirection = GrowDirections.None;
     this.lMapPrefs.AutoSize = true;
     this.lMapPrefs.AutoStyle = true;
     this.lMapPrefs.Font = new Font("Arial", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.lMapPrefs.ForeColor = Color.White;
     this.lMapPrefs.IgnoreMouseWheel = false;
     this.lMapPrefs.IsStyled = false;
     this.lMapPrefs.Location = new Point(0x15, 0x3e);
     this.lMapPrefs.Name = "lMapPrefs";
     this.lMapPrefs.Size = new Size(0x263, 0x10);
     base.ttDefault.SetSuperTip(this.lMapPrefs, null);
     this.lMapPrefs.TabIndex = 0x29;
     this.lMapPrefs.Text = "<LOC>Step 1: Select your map preferences -- you may have only one thumbs up and one thumbs down.";
     this.lMapPrefs.TextStyle = TextStyles.Default;
     this.gpgLabel1.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoSize = true;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Arial", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(12, 0x189);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0xcc, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 0x2a;
     this.gpgLabel1.Text = "<LOC>Step 2: Select your faction";
     this.gpgLabel1.TextStyle = TextStyles.Default;
     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(870, 0x2a2);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x61, 0x17);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonCancel, null);
     this.skinButtonCancel.TabIndex = 0x2d;
     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.skinButtonSearch.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
     this.skinButtonSearch.AutoStyle = true;
     this.skinButtonSearch.BackColor = Color.Black;
     this.skinButtonSearch.ButtonState = 0;
     this.skinButtonSearch.DialogResult = DialogResult.OK;
     this.skinButtonSearch.DisabledForecolor = Color.Gray;
     this.skinButtonSearch.DrawColor = Color.White;
     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(0x2ff, 0x2a2);
     this.skinButtonSearch.Name = "skinButtonSearch";
     this.skinButtonSearch.Size = new Size(0x61, 0x17);
     this.skinButtonSearch.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonSearch, null);
     this.skinButtonSearch.TabIndex = 0x2e;
     this.skinButtonSearch.TabStop = true;
     this.skinButtonSearch.Text = "<LOC>Start Search";
     this.skinButtonSearch.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSearch.TextPadding = new Padding(0);
     this.skinButtonSearch.Click += new EventHandler(this.skinButton1_Click);
     this.rbSeraphim.Anchor = AnchorStyles.Left | AnchorStyles.Bottom;
     this.rbSeraphim.BackColor = Color.Black;
     this.rbSeraphim.CheckAlign = ContentAlignment.BottomCenter;
     this.rbSeraphim.FlatStyle = FlatStyle.Flat;
     this.rbSeraphim.Image = Resources.seraphim;
     this.rbSeraphim.ImageAlign = ContentAlignment.TopCenter;
     this.rbSeraphim.Location = new Point(610, 0x1a7);
     this.rbSeraphim.Name = "rbSeraphim";
     this.rbSeraphim.Size = new Size(0xc6, 0xf5);
     base.ttDefault.SetSuperTip(this.rbSeraphim, null);
     this.rbSeraphim.TabIndex = 0x2f;
     this.rbSeraphim.Text = "Seraphim";
     this.rbSeraphim.TextAlign = ContentAlignment.BottomCenter;
     this.rbSeraphim.TextImageRelation = TextImageRelation.TextAboveImage;
     this.rbSeraphim.UseVisualStyleBackColor = false;
     this.rbSeraphim.Paint += new PaintEventHandler(this.rbRandom_Paint);
     this.rbSeraphim.CheckedChanged += new EventHandler(this.rbSeraphim_CheckedChanged);
     base.AcceptButton = this.skinButtonSearch;
     base.AutoScaleMode = AutoScaleMode.None;
     base.CancelButton = this.skinButtonCancel;
     base.ClientSize = new Size(0x400, 740);
     base.Controls.Add(this.rbSeraphim);
     base.Controls.Add(this.skinButtonSearch);
     base.Controls.Add(this.skinButtonCancel);
     base.Controls.Add(this.gpgLabel1);
     base.Controls.Add(this.lMapPrefs);
     base.Controls.Add(this.rbRandom);
     base.Controls.Add(this.rbUEF);
     base.Controls.Add(this.rbCybran);
     base.Controls.Add(this.rbAeon);
     base.Controls.Add(this.gpgMapSelectGrid);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     this.MinimumSize = new Size(0x400, 740);
     base.Name = "DlgSupcomMapOptions";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Ranked Match Preferences";
     base.Controls.SetChildIndex(this.gpgMapSelectGrid, 0);
     base.Controls.SetChildIndex(this.rbAeon, 0);
     base.Controls.SetChildIndex(this.rbCybran, 0);
     base.Controls.SetChildIndex(this.rbUEF, 0);
     base.Controls.SetChildIndex(this.rbRandom, 0);
     base.Controls.SetChildIndex(this.lMapPrefs, 0);
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     base.Controls.SetChildIndex(this.skinButtonSearch, 0);
     base.Controls.SetChildIndex(this.rbSeraphim, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgMapSelectGrid.EndInit();
     this.cardView1.EndInit();
     this.riPriority.EndInit();
     this.riMap.EndInit();
     this.rimPictureEdit3.EndInit();
     this.rimTextEdit.EndInit();
     this.rimMemoEdit3.EndInit();
     this.riPopup.EndInit();
     this.repositoryItemTimeEdit1.EndInit();
     this.repositoryItemTextEdit1.EndInit();
     this.riPictureStatus.EndInit();
     this.riButtonStatus.EndInit();
     this.riTextPriority.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 23
0
 private void InitializeComponent()
 {
     this.flowLayoutPanel1 = new FlowLayoutPanel();
     this.gpgLabelError = new GPGLabel();
     this.gpgPanel1 = new GPGPanel();
     this.skinButtonHost = new SkinButton();
     this.skinButtonCancel = new SkinButton();
     this.tbGameName = new GPGTextBox();
     this.lGameName = new GPGLabel();
     this.tbPassword = new GPGTextBox();
     this.gpgLabel1 = new GPGLabel();
     this.cbPassProtect = new GPGCheckBox();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     this.gpgPanel1.SuspendLayout();
     this.tbGameName.Properties.BeginInit();
     this.tbPassword.Properties.BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x176, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.flowLayoutPanel1.Controls.Add(this.gpgLabelError);
     this.flowLayoutPanel1.Controls.Add(this.gpgPanel1);
     this.flowLayoutPanel1.Location = new Point(0x3b, 0xb0);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new Size(0x16a, 0x39);
     base.ttDefault.SetSuperTip(this.flowLayoutPanel1, null);
     this.flowLayoutPanel1.TabIndex = 0x20;
     this.gpgLabelError.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelError.AutoSize = true;
     this.gpgLabelError.AutoStyle = false;
     this.gpgLabelError.Font = new Font("Arial", 9.75f);
     this.gpgLabelError.ForeColor = Color.Red;
     this.gpgLabelError.IgnoreMouseWheel = false;
     this.gpgLabelError.IsStyled = false;
     this.gpgLabelError.Location = new Point(3, 0);
     this.gpgLabelError.Name = "gpgLabelError";
     this.gpgLabelError.Size = new Size(0x58, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabelError, null);
     this.gpgLabelError.TabIndex = 0x1f;
     this.gpgLabelError.Text = "gpgLabelError";
     this.gpgLabelError.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelError.TextStyle = TextStyles.Default;
     this.gpgLabelError.Visible = false;
     this.gpgPanel1.BorderColor = Color.FromArgb(0xcc, 0xcc, 0xff);
     this.gpgPanel1.BorderThickness = 2;
     this.gpgPanel1.Controls.Add(this.skinButtonHost);
     this.gpgPanel1.Controls.Add(this.skinButtonCancel);
     this.gpgPanel1.DrawBorder = false;
     this.gpgPanel1.Location = new Point(3, 0x13);
     this.gpgPanel1.Name = "gpgPanel1";
     this.gpgPanel1.Size = new Size(0x167, 0x21);
     base.ttDefault.SetSuperTip(this.gpgPanel1, null);
     this.gpgPanel1.TabIndex = 0x20;
     this.skinButtonHost.AutoStyle = true;
     this.skinButtonHost.BackColor = Color.Black;
     this.skinButtonHost.ButtonState = 0;
     this.skinButtonHost.DialogResult = DialogResult.OK;
     this.skinButtonHost.DisabledForecolor = Color.Gray;
     this.skinButtonHost.DrawColor = Color.White;
     this.skinButtonHost.DrawEdges = true;
     this.skinButtonHost.FocusColor = Color.Yellow;
     this.skinButtonHost.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonHost.ForeColor = Color.White;
     this.skinButtonHost.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonHost.IsStyled = true;
     this.skinButtonHost.Location = new Point(110, 6);
     this.skinButtonHost.Name = "skinButtonHost";
     this.skinButtonHost.Size = new Size(0x68, 0x17);
     this.skinButtonHost.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonHost, null);
     this.skinButtonHost.TabIndex = 30;
     this.skinButtonHost.TabStop = true;
     this.skinButtonHost.Text = "<LOC>Host Game";
     this.skinButtonHost.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonHost.TextPadding = new Padding(0);
     this.skinButtonHost.Click += new EventHandler(this.skinButtonHost_Click);
     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(220, 6);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x68, 0x17);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonCancel, null);
     this.skinButtonCancel.TabIndex = 0x1d;
     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.tbGameName.Location = new Point(0x3b, 0x63);
     this.tbGameName.Name = "tbGameName";
     this.tbGameName.Properties.Appearance.BackColor = Color.Black;
     this.tbGameName.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbGameName.Properties.Appearance.ForeColor = Color.White;
     this.tbGameName.Properties.Appearance.Options.UseBackColor = true;
     this.tbGameName.Properties.Appearance.Options.UseBorderColor = true;
     this.tbGameName.Properties.Appearance.Options.UseForeColor = true;
     this.tbGameName.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbGameName.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbGameName.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbGameName.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbGameName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbGameName.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbGameName.Properties.BorderStyle = BorderStyles.Simple;
     this.tbGameName.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbGameName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbGameName.Properties.MaxLength = 50;
     this.tbGameName.Size = new Size(0x147, 20);
     this.tbGameName.TabIndex = 30;
     this.lGameName.AutoGrowDirection = GrowDirections.None;
     this.lGameName.AutoSize = true;
     this.lGameName.AutoStyle = true;
     this.lGameName.Font = new Font("Arial", 9.75f);
     this.lGameName.ForeColor = Color.White;
     this.lGameName.IgnoreMouseWheel = false;
     this.lGameName.IsStyled = false;
     this.lGameName.Location = new Point(0x38, 80);
     this.lGameName.Name = "lGameName";
     this.lGameName.Size = new Size(0x7b, 0x10);
     base.ttDefault.SetSuperTip(this.lGameName, null);
     this.lGameName.TabIndex = 0x1d;
     this.lGameName.Text = "<LOC>Game Name";
     this.lGameName.TextStyle = TextStyles.Default;
     this.tbPassword.Location = new Point(0x3b, 0x92);
     this.tbPassword.Name = "tbPassword";
     this.tbPassword.Properties.Appearance.BackColor = Color.Black;
     this.tbPassword.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.tbPassword.Properties.Appearance.ForeColor = Color.White;
     this.tbPassword.Properties.Appearance.Options.UseBackColor = true;
     this.tbPassword.Properties.Appearance.Options.UseBorderColor = true;
     this.tbPassword.Properties.Appearance.Options.UseForeColor = true;
     this.tbPassword.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.tbPassword.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.tbPassword.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.tbPassword.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.tbPassword.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.tbPassword.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.tbPassword.Properties.BorderStyle = BorderStyles.Simple;
     this.tbPassword.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.tbPassword.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tbPassword.Properties.MaxLength = 50;
     this.tbPassword.Properties.PasswordChar = '*';
     this.tbPassword.Size = new Size(0x147, 20);
     this.tbPassword.TabIndex = 0x22;
     this.tbPassword.Visible = false;
     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(0x38, 0x7f);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x128, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 0x21;
     this.gpgLabel1.Text = "<LOC>Enable password protection for this game?";
     this.gpgLabel1.TextStyle = TextStyles.Default;
     this.cbPassProtect.AutoSize = true;
     this.cbPassProtect.Location = new Point(0x2b, 0x7f);
     this.cbPassProtect.Name = "cbPassProtect";
     this.cbPassProtect.Size = new Size(15, 14);
     base.ttDefault.SetSuperTip(this.cbPassProtect, null);
     this.cbPassProtect.TabIndex = 0x23;
     this.cbPassProtect.UsesBG = false;
     this.cbPassProtect.UseVisualStyleBackColor = true;
     this.cbPassProtect.Click += new EventHandler(this.cbPassProtect_Click);
     this.cbPassProtect.CheckedChanged += new EventHandler(this.cbPassProtect_CheckedChanged);
     base.AcceptButton = this.skinButtonHost;
     base.AutoScaleMode = AutoScaleMode.None;
     base.CancelButton = this.skinButtonCancel;
     base.ClientSize = new Size(0x1b1, 0x125);
     base.Controls.Add(this.cbPassProtect);
     base.Controls.Add(this.tbPassword);
     base.Controls.Add(this.gpgLabel1);
     base.Controls.Add(this.tbGameName);
     base.Controls.Add(this.lGameName);
     base.Controls.Add(this.flowLayoutPanel1);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.MaximizeBox = false;
     this.MaximumSize = new Size(0x1b1, 0x125);
     base.MinimizeBox = false;
     this.MinimumSize = new Size(0x1b1, 0x125);
     base.Name = "DlgHostGame";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "<LOC>Host Game";
     base.Controls.SetChildIndex(this.flowLayoutPanel1, 0);
     base.Controls.SetChildIndex(this.lGameName, 0);
     base.Controls.SetChildIndex(this.tbGameName, 0);
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.tbPassword, 0);
     base.Controls.SetChildIndex(this.cbPassProtect, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.gpgPanel1.ResumeLayout(false);
     this.tbGameName.Properties.EndInit();
     this.tbPassword.Properties.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 24
0
 private void InitializeComponent()
 {
     this.gpgLabel1 = new GPGLabel();
     this.gpgTextBoxName = new GPGTextBox();
     this.skinLabel2 = new SkinLabel();
     this.comboBoxListType = new ComboBox();
     this.gpgLabel2 = new GPGLabel();
     this.gpgTextBoxQueryName = new GPGTextBox();
     this.gpgLabel3 = new GPGLabel();
     this.gpgLabel4 = new GPGLabel();
     this.comboBoxInclusionType = new ComboBox();
     this.numericUpDownAccessLevel = new NumericUpDown();
     this.gpgLabel5 = new GPGLabel();
     this.skinButtonOK = new SkinButton();
     this.skinButtonCancel = new SkinButton();
     this.gpgLabel6 = new GPGLabel();
     this.gpgTextAreaDescription = new GPGTextArea();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     this.gpgTextBoxName.Properties.BeginInit();
     this.gpgTextBoxQueryName.Properties.BeginInit();
     this.numericUpDownAccessLevel.BeginInit();
     this.gpgTextAreaDescription.Properties.BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x217, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgLabel1.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel1.AutoSize = true;
     this.gpgLabel1.AutoStyle = true;
     this.gpgLabel1.Font = new Font("Arial", 9.75f);
     this.gpgLabel1.ForeColor = Color.White;
     this.gpgLabel1.IgnoreMouseWheel = false;
     this.gpgLabel1.IsStyled = false;
     this.gpgLabel1.Location = new Point(0x1f, 0x57);
     this.gpgLabel1.Name = "gpgLabel1";
     this.gpgLabel1.Size = new Size(0x2a, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel1, null);
     this.gpgLabel1.TabIndex = 7;
     this.gpgLabel1.Text = "Name";
     this.gpgLabel1.TextStyle = TextStyles.Default;
     this.gpgTextBoxName.Location = new Point(0x22, 0x6a);
     this.gpgTextBoxName.Name = "gpgTextBoxName";
     this.gpgTextBoxName.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxName.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxName.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxName.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxName.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxName.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxName.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxName.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxName.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxName.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxName.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxName.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxName.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxName.Size = new Size(0xf1, 20);
     this.gpgTextBoxName.TabIndex = 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(6, 0x37);
     this.skinLabel2.Name = "skinLabel2";
     this.skinLabel2.Size = new Size(0x247, 20);
     this.skinLabel2.SkinBasePath = @"Controls\Background Label\BlueGradient";
     base.ttDefault.SetSuperTip(this.skinLabel2, null);
     this.skinLabel2.TabIndex = 0x12;
     this.skinLabel2.Text = "New Access Control List";
     this.skinLabel2.TextAlign = ContentAlignment.MiddleLeft;
     this.skinLabel2.TextPadding = new Padding(0);
     this.comboBoxListType.DropDownStyle = ComboBoxStyle.DropDownList;
     this.comboBoxListType.FormattingEnabled = true;
     this.comboBoxListType.Location = new Point(0x135, 0x6a);
     this.comboBoxListType.Name = "comboBoxListType";
     this.comboBoxListType.Size = new Size(0xf1, 0x15);
     base.ttDefault.SetSuperTip(this.comboBoxListType, null);
     this.comboBoxListType.TabIndex = 2;
     this.comboBoxListType.SelectedIndexChanged += new EventHandler(this.comboBoxListType_SelectedIndexChanged);
     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(0x132, 0x57);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x3d, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel2, null);
     this.gpgLabel2.TabIndex = 20;
     this.gpgLabel2.Text = "List Type";
     this.gpgLabel2.TextStyle = TextStyles.Default;
     this.gpgTextBoxQueryName.Location = new Point(0x135, 0x9b);
     this.gpgTextBoxQueryName.Name = "gpgTextBoxQueryName";
     this.gpgTextBoxQueryName.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextBoxQueryName.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextBoxQueryName.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextBoxQueryName.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextBoxQueryName.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextBoxQueryName.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextBoxQueryName.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextBoxQueryName.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextBoxQueryName.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextBoxQueryName.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextBoxQueryName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextBoxQueryName.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextBoxQueryName.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextBoxQueryName.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextBoxQueryName.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextBoxQueryName.Size = new Size(0xf1, 20);
     this.gpgTextBoxQueryName.TabIndex = 3;
     this.gpgLabel3.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel3.AutoSize = true;
     this.gpgLabel3.AutoStyle = true;
     this.gpgLabel3.Font = new Font("Arial", 9.75f);
     this.gpgLabel3.ForeColor = Color.White;
     this.gpgLabel3.IgnoreMouseWheel = false;
     this.gpgLabel3.IsStyled = false;
     this.gpgLabel3.Location = new Point(0x132, 0x88);
     this.gpgLabel3.Name = "gpgLabel3";
     this.gpgLabel3.Size = new Size(0x7b, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel3, null);
     this.gpgLabel3.TabIndex = 0x15;
     this.gpgLabel3.Text = "Stored Query Name";
     this.gpgLabel3.TextStyle = TextStyles.Default;
     this.gpgLabel4.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel4.AutoSize = true;
     this.gpgLabel4.AutoStyle = true;
     this.gpgLabel4.Font = new Font("Arial", 9.75f);
     this.gpgLabel4.ForeColor = Color.White;
     this.gpgLabel4.IgnoreMouseWheel = false;
     this.gpgLabel4.IsStyled = false;
     this.gpgLabel4.Location = new Point(0x132, 0xb8);
     this.gpgLabel4.Name = "gpgLabel4";
     this.gpgLabel4.Size = new Size(0x5b, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel4, null);
     this.gpgLabel4.TabIndex = 0x18;
     this.gpgLabel4.Text = "Inclusion Type";
     this.gpgLabel4.TextStyle = TextStyles.Default;
     this.comboBoxInclusionType.DropDownStyle = ComboBoxStyle.DropDownList;
     this.comboBoxInclusionType.FormattingEnabled = true;
     this.comboBoxInclusionType.Location = new Point(0x135, 0xcb);
     this.comboBoxInclusionType.Name = "comboBoxInclusionType";
     this.comboBoxInclusionType.Size = new Size(0xf1, 0x15);
     base.ttDefault.SetSuperTip(this.comboBoxInclusionType, null);
     this.comboBoxInclusionType.TabIndex = 4;
     this.numericUpDownAccessLevel.Location = new Point(0x135, 0xfc);
     this.numericUpDownAccessLevel.Name = "numericUpDownAccessLevel";
     this.numericUpDownAccessLevel.Size = new Size(120, 20);
     base.ttDefault.SetSuperTip(this.numericUpDownAccessLevel, null);
     this.numericUpDownAccessLevel.TabIndex = 5;
     this.gpgLabel5.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel5.AutoSize = true;
     this.gpgLabel5.AutoStyle = true;
     this.gpgLabel5.Font = new Font("Arial", 9.75f);
     this.gpgLabel5.ForeColor = Color.White;
     this.gpgLabel5.IgnoreMouseWheel = false;
     this.gpgLabel5.IsStyled = false;
     this.gpgLabel5.Location = new Point(0x132, 0xe9);
     this.gpgLabel5.Name = "gpgLabel5";
     this.gpgLabel5.Size = new Size(0x55, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel5, null);
     this.gpgLabel5.TabIndex = 0x1a;
     this.gpgLabel5.Text = "Access Level";
     this.gpgLabel5.TextStyle = TextStyles.Default;
     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(0x183, 0x13a);
     this.skinButtonOK.Name = "skinButtonOK";
     this.skinButtonOK.Size = new Size(0x5b, 0x1a);
     this.skinButtonOK.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonOK, null);
     this.skinButtonOK.TabIndex = 6;
     this.skinButtonOK.TabStop = true;
     this.skinButtonOK.Text = "Create";
     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(0x1ec, 0x13a);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x5b, 0x1a);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonCancel, null);
     this.skinButtonCancel.TabIndex = 7;
     this.skinButtonCancel.TabStop = true;
     this.skinButtonCancel.Text = "Cancel";
     this.skinButtonCancel.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonCancel.TextPadding = new Padding(0);
     this.skinButtonCancel.Click += new EventHandler(this.skinButtonCancel_Click);
     this.gpgLabel6.AutoGrowDirection = GrowDirections.None;
     this.gpgLabel6.AutoSize = true;
     this.gpgLabel6.AutoStyle = true;
     this.gpgLabel6.Font = new Font("Arial", 9.75f);
     this.gpgLabel6.ForeColor = Color.White;
     this.gpgLabel6.IgnoreMouseWheel = false;
     this.gpgLabel6.IsStyled = false;
     this.gpgLabel6.Location = new Point(0x1f, 0x87);
     this.gpgLabel6.Name = "gpgLabel6";
     this.gpgLabel6.Size = new Size(0x49, 0x10);
     base.ttDefault.SetSuperTip(this.gpgLabel6, null);
     this.gpgLabel6.TabIndex = 0x1d;
     this.gpgLabel6.Text = "Description";
     this.gpgLabel6.TextStyle = TextStyles.Default;
     this.gpgTextAreaDescription.BorderColor = Color.White;
     this.gpgTextAreaDescription.Location = new Point(0x22, 0x9a);
     this.gpgTextAreaDescription.Name = "gpgTextAreaDescription";
     this.gpgTextAreaDescription.Properties.Appearance.BackColor = Color.Black;
     this.gpgTextAreaDescription.Properties.Appearance.BorderColor = Color.FromArgb(0x52, 0x83, 190);
     this.gpgTextAreaDescription.Properties.Appearance.ForeColor = Color.White;
     this.gpgTextAreaDescription.Properties.Appearance.Options.UseBackColor = true;
     this.gpgTextAreaDescription.Properties.Appearance.Options.UseBorderColor = true;
     this.gpgTextAreaDescription.Properties.Appearance.Options.UseForeColor = true;
     this.gpgTextAreaDescription.Properties.AppearanceFocused.BackColor = Color.FromArgb(0x10, 0x21, 0x4f);
     this.gpgTextAreaDescription.Properties.AppearanceFocused.BackColor2 = Color.FromArgb(0, 0, 0);
     this.gpgTextAreaDescription.Properties.AppearanceFocused.BorderColor = Color.FromArgb(0xbb, 0xc9, 0xe2);
     this.gpgTextAreaDescription.Properties.AppearanceFocused.GradientMode = LinearGradientMode.ForwardDiagonal;
     this.gpgTextAreaDescription.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.gpgTextAreaDescription.Properties.AppearanceFocused.Options.UseBorderColor = true;
     this.gpgTextAreaDescription.Properties.BorderStyle = BorderStyles.Simple;
     this.gpgTextAreaDescription.Properties.LookAndFeel.SkinName = "London Liquid Sky";
     this.gpgTextAreaDescription.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.gpgTextAreaDescription.Size = new Size(0xf1, 0x76);
     this.gpgTextAreaDescription.TabIndex = 1;
     base.AcceptButton = this.skinButtonOK;
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.CancelButton = this.skinButtonCancel;
     base.ClientSize = new Size(0x252, 0x193);
     base.Controls.Add(this.gpgTextAreaDescription);
     base.Controls.Add(this.gpgLabel6);
     base.Controls.Add(this.skinButtonCancel);
     base.Controls.Add(this.skinButtonOK);
     base.Controls.Add(this.gpgLabel5);
     base.Controls.Add(this.numericUpDownAccessLevel);
     base.Controls.Add(this.gpgLabel4);
     base.Controls.Add(this.comboBoxInclusionType);
     base.Controls.Add(this.gpgTextBoxQueryName);
     base.Controls.Add(this.gpgLabel3);
     base.Controls.Add(this.gpgLabel2);
     base.Controls.Add(this.comboBoxListType);
     base.Controls.Add(this.skinLabel2);
     base.Controls.Add(this.gpgTextBoxName);
     base.Controls.Add(this.gpgLabel1);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.MaximizeBox = false;
     this.MaximumSize = new Size(0x252, 0x193);
     base.MinimizeBox = false;
     this.MinimumSize = new Size(0x252, 0x193);
     base.Name = "DlgCreateNewACL";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "Create New ACL";
     base.Controls.SetChildIndex(this.gpgLabel1, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxName, 0);
     base.Controls.SetChildIndex(this.skinLabel2, 0);
     base.Controls.SetChildIndex(this.comboBoxListType, 0);
     base.Controls.SetChildIndex(this.gpgLabel2, 0);
     base.Controls.SetChildIndex(this.gpgLabel3, 0);
     base.Controls.SetChildIndex(this.gpgTextBoxQueryName, 0);
     base.Controls.SetChildIndex(this.comboBoxInclusionType, 0);
     base.Controls.SetChildIndex(this.gpgLabel4, 0);
     base.Controls.SetChildIndex(this.numericUpDownAccessLevel, 0);
     base.Controls.SetChildIndex(this.gpgLabel5, 0);
     base.Controls.SetChildIndex(this.skinButtonOK, 0);
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     base.Controls.SetChildIndex(this.gpgLabel6, 0);
     base.Controls.SetChildIndex(this.gpgTextAreaDescription, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     this.gpgTextBoxName.Properties.EndInit();
     this.gpgTextBoxQueryName.Properties.EndInit();
     this.numericUpDownAccessLevel.EndInit();
     this.gpgTextAreaDescription.Properties.EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 25
0
 private void InitializeComponent()
 {
     this.gpgLabelHeader = new GPGLabel();
     this.skinButtonWatch = new SkinButton();
     this.skinButtonSaveAs = new SkinButton();
     this.skinButtonCancel = new SkinButton();
     this.gpgCheckBoxRemember = new GPGCheckBox();
     this.gpgLabel2 = new GPGLabel();
     this.skinButtonSave = new SkinButton();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgLabelHeader.AutoStyle = true;
     this.gpgLabelHeader.Font = new Font("Arial", 9.75f);
     this.gpgLabelHeader.ForeColor = Color.White;
     this.gpgLabelHeader.IgnoreMouseWheel = false;
     this.gpgLabelHeader.IsStyled = false;
     this.gpgLabelHeader.Location = new Point(13, 0x4f);
     this.gpgLabelHeader.Name = "gpgLabelHeader";
     this.gpgLabelHeader.Size = new Size(460, 0x5b);
     this.gpgLabelHeader.TabIndex = 7;
     this.gpgLabelHeader.Text = "You have downloaded a Supreme Commander replay file, what would you like to do with it?";
     this.gpgLabelHeader.TextAlign = ContentAlignment.TopCenter;
     this.gpgLabelHeader.TextStyle = TextStyles.Default;
     this.skinButtonWatch.Anchor = AnchorStyles.Bottom;
     this.skinButtonWatch.AutoStyle = true;
     this.skinButtonWatch.BackColor = Color.Black;
     this.skinButtonWatch.DialogResult = DialogResult.OK;
     this.skinButtonWatch.DisabledForecolor = Color.Gray;
     this.skinButtonWatch.DrawEdges = true;
     this.skinButtonWatch.FocusColor = Color.Yellow;
     this.skinButtonWatch.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonWatch.ForeColor = Color.White;
     this.skinButtonWatch.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonWatch.IsStyled = true;
     this.skinButtonWatch.Location = new Point(0x16, 0xe9);
     this.skinButtonWatch.Name = "skinButtonWatch";
     this.skinButtonWatch.Size = new Size(0x6a, 0x1a);
     this.skinButtonWatch.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonWatch.TabIndex = 8;
     this.skinButtonWatch.Text = "<LOC>Watch Now";
     this.skinButtonWatch.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonWatch.TextPadding = new Padding(0);
     this.skinButtonWatch.Click += new EventHandler(this.skinButtonWatch_Click);
     this.skinButtonSaveAs.Anchor = AnchorStyles.Bottom;
     this.skinButtonSaveAs.AutoStyle = true;
     this.skinButtonSaveAs.BackColor = Color.Black;
     this.skinButtonSaveAs.DialogResult = DialogResult.OK;
     this.skinButtonSaveAs.DisabledForecolor = Color.Gray;
     this.skinButtonSaveAs.DrawEdges = true;
     this.skinButtonSaveAs.FocusColor = Color.Yellow;
     this.skinButtonSaveAs.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSaveAs.ForeColor = Color.White;
     this.skinButtonSaveAs.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonSaveAs.IsStyled = true;
     this.skinButtonSaveAs.Location = new Point(0xf6, 0xe9);
     this.skinButtonSaveAs.Name = "skinButtonSaveAs";
     this.skinButtonSaveAs.Size = new Size(0x6a, 0x1a);
     this.skinButtonSaveAs.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonSaveAs.TabIndex = 9;
     this.skinButtonSaveAs.Text = "<LOC>Save As...";
     this.skinButtonSaveAs.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSaveAs.TextPadding = new Padding(0);
     this.skinButtonSaveAs.Click += new EventHandler(this.skinButtonSaveAs_Click);
     this.skinButtonCancel.Anchor = AnchorStyles.Bottom;
     this.skinButtonCancel.AutoStyle = true;
     this.skinButtonCancel.BackColor = Color.Black;
     this.skinButtonCancel.DialogResult = DialogResult.OK;
     this.skinButtonCancel.DisabledForecolor = Color.Gray;
     this.skinButtonCancel.DrawEdges = true;
     this.skinButtonCancel.FocusColor = Color.Yellow;
     this.skinButtonCancel.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonCancel.ForeColor = Color.White;
     this.skinButtonCancel.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonCancel.IsStyled = true;
     this.skinButtonCancel.Location = new Point(0x166, 0xe9);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x6a, 0x1a);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonCancel.TabIndex = 10;
     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.gpgCheckBoxRemember.AutoSize = true;
     this.gpgCheckBoxRemember.Location = new Point(13, 0xad);
     this.gpgCheckBoxRemember.Name = "gpgCheckBoxRemember";
     this.gpgCheckBoxRemember.Size = new Size(0x15f, 0x11);
     this.gpgCheckBoxRemember.TabIndex = 11;
     this.gpgCheckBoxRemember.Text = "<LOC>Remember my preference, and do not ask again.";
     this.gpgCheckBoxRemember.UseVisualStyleBackColor = true;
     this.gpgCheckBoxRemember.CheckedChanged += new EventHandler(this.gpgCheckBoxRemember_CheckedChanged);
     this.gpgLabel2.AutoStyle = true;
     this.gpgLabel2.Font = new Font("Arial", 9.75f);
     this.gpgLabel2.ForeColor = Color.White;
     this.gpgLabel2.IgnoreMouseWheel = false;
     this.gpgLabel2.IsStyled = false;
     this.gpgLabel2.Location = new Point(13, 190);
     this.gpgLabel2.Name = "gpgLabel2";
     this.gpgLabel2.Size = new Size(0x123, 0x22);
     this.gpgLabel2.TabIndex = 12;
     this.gpgLabel2.Text = "<LOC>This dialog can be re-enabled via Tools->Options->SupremeCommander";
     this.gpgLabel2.TextStyle = TextStyles.Info;
     this.skinButtonSave.Anchor = AnchorStyles.Bottom;
     this.skinButtonSave.AutoStyle = true;
     this.skinButtonSave.BackColor = Color.Black;
     this.skinButtonSave.DialogResult = DialogResult.OK;
     this.skinButtonSave.DisabledForecolor = Color.Gray;
     this.skinButtonSave.DrawEdges = true;
     this.skinButtonSave.FocusColor = Color.Yellow;
     this.skinButtonSave.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonSave.ForeColor = Color.White;
     this.skinButtonSave.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonSave.IsStyled = true;
     this.skinButtonSave.Location = new Point(0x86, 0xe9);
     this.skinButtonSave.Name = "skinButtonSave";
     this.skinButtonSave.Size = new Size(0x6a, 0x1a);
     this.skinButtonSave.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonSave.TabIndex = 10;
     this.skinButtonSave.Text = "<LOC>Save";
     this.skinButtonSave.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonSave.TextPadding = new Padding(0);
     this.skinButtonSave.Click += new EventHandler(this.skinButtonSave_Click);
     base.AutoScaleDimensions = new SizeF(7f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(0x1e4, 0x142);
     base.Controls.Add(this.gpgLabel2);
     base.Controls.Add(this.gpgCheckBoxRemember);
     base.Controls.Add(this.gpgLabelHeader);
     base.Controls.Add(this.skinButtonWatch);
     base.Controls.Add(this.skinButtonSave);
     base.Controls.Add(this.skinButtonSaveAs);
     base.Controls.Add(this.skinButtonCancel);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.MaximizeBox = false;
     this.MaximumSize = new Size(0x1e4, 0x142);
     this.MinimumSize = new Size(0x1e4, 0x142);
     base.Name = "DlgOpenSaveReplay";
     this.Text = "Download Complete";
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     base.Controls.SetChildIndex(this.skinButtonSaveAs, 0);
     base.Controls.SetChildIndex(this.skinButtonSave, 0);
     base.Controls.SetChildIndex(this.skinButtonWatch, 0);
     base.Controls.SetChildIndex(this.gpgLabelHeader, 0);
     base.Controls.SetChildIndex(this.gpgCheckBoxRemember, 0);
     base.Controls.SetChildIndex(this.gpgLabel2, 0);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 26
0
 private void InitializeComponent()
 {
     this.gpgLabelQuestion = new GPGLabel();
     this.skinButtonYes = new SkinButton();
     this.skinButtonNo = new SkinButton();
     this.skinButtonCancel = new SkinButton();
     ((ISupportInitialize) base.pbBottom).BeginInit();
     base.SuspendLayout();
     base.pbBottom.Size = new Size(0x14f, 0x39);
     base.ttDefault.SetSuperTip(base.pbBottom, null);
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     base.ttDefault.DefaultController.ToolTipLocation = ToolTipLocation.RightTop;
     this.gpgLabelQuestion.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top;
     this.gpgLabelQuestion.AutoGrowDirection = GrowDirections.None;
     this.gpgLabelQuestion.AutoStyle = true;
     this.gpgLabelQuestion.Font = new Font("Arial", 9.75f);
     this.gpgLabelQuestion.ForeColor = Color.White;
     this.gpgLabelQuestion.IgnoreMouseWheel = false;
     this.gpgLabelQuestion.IsStyled = false;
     this.gpgLabelQuestion.Location = new Point(12, 0x4e);
     this.gpgLabelQuestion.Name = "gpgLabelQuestion";
     this.gpgLabelQuestion.Size = new Size(370, 0x91);
     base.ttDefault.SetSuperTip(this.gpgLabelQuestion, null);
     this.gpgLabelQuestion.TabIndex = 7;
     this.gpgLabelQuestion.Text = "gpgLabel1";
     this.gpgLabelQuestion.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelQuestion.TextStyle = TextStyles.Default;
     this.skinButtonYes.Anchor = AnchorStyles.Bottom;
     this.skinButtonYes.AutoStyle = true;
     this.skinButtonYes.BackColor = Color.Black;
     this.skinButtonYes.ButtonState = 0;
     this.skinButtonYes.DialogResult = DialogResult.OK;
     this.skinButtonYes.DisabledForecolor = Color.Gray;
     this.skinButtonYes.DrawColor = Color.White;
     this.skinButtonYes.DrawEdges = true;
     this.skinButtonYes.FocusColor = Color.Yellow;
     this.skinButtonYes.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonYes.ForeColor = Color.White;
     this.skinButtonYes.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonYes.IsStyled = true;
     this.skinButtonYes.Location = new Point(0x4e, 0xf2);
     this.skinButtonYes.Name = "skinButtonYes";
     this.skinButtonYes.Size = new Size(0x4b, 0x17);
     this.skinButtonYes.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonYes, null);
     this.skinButtonYes.TabIndex = 12;
     this.skinButtonYes.TabStop = true;
     this.skinButtonYes.Text = "<LOC>Yes";
     this.skinButtonYes.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonYes.TextPadding = new Padding(0);
     this.skinButtonYes.Click += new EventHandler(this.skinButtonYes_Click);
     this.skinButtonNo.Anchor = AnchorStyles.Bottom;
     this.skinButtonNo.AutoStyle = true;
     this.skinButtonNo.BackColor = Color.Black;
     this.skinButtonNo.ButtonState = 0;
     this.skinButtonNo.DialogResult = DialogResult.OK;
     this.skinButtonNo.DisabledForecolor = Color.Gray;
     this.skinButtonNo.DrawColor = Color.White;
     this.skinButtonNo.DrawEdges = true;
     this.skinButtonNo.FocusColor = Color.Yellow;
     this.skinButtonNo.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonNo.ForeColor = Color.White;
     this.skinButtonNo.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonNo.IsStyled = true;
     this.skinButtonNo.Location = new Point(0x9f, 0xf2);
     this.skinButtonNo.Name = "skinButtonNo";
     this.skinButtonNo.Size = new Size(0x4b, 0x17);
     this.skinButtonNo.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonNo, null);
     this.skinButtonNo.TabIndex = 11;
     this.skinButtonNo.TabStop = true;
     this.skinButtonNo.Text = "<LOC>No";
     this.skinButtonNo.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonNo.TextPadding = new Padding(0);
     this.skinButtonNo.Click += new EventHandler(this.skinButtonNo_Click);
     this.skinButtonCancel.Anchor = 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(240, 0xf2);
     this.skinButtonCancel.Name = "skinButtonCancel";
     this.skinButtonCancel.Size = new Size(0x4b, 0x17);
     this.skinButtonCancel.SkinBasePath = @"Controls\Button\Round Edge";
     base.ttDefault.SetSuperTip(this.skinButtonCancel, null);
     this.skinButtonCancel.TabIndex = 13;
     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.skinButtonLater_Click);
     base.AcceptButton = this.skinButtonYes;
     base.AutoScaleMode = AutoScaleMode.None;
     base.CancelButton = this.skinButtonNo;
     base.ClientSize = new Size(0x18a, 0x142);
     base.Controls.Add(this.skinButtonCancel);
     base.Controls.Add(this.skinButtonYes);
     base.Controls.Add(this.skinButtonNo);
     base.Controls.Add(this.gpgLabelQuestion);
     this.Font = new Font("Verdana", 8f);
     base.Location = new Point(0, 0);
     base.MaximizeBox = false;
     this.MaximumSize = new Size(0x18a, 0x142);
     base.MinimizeBox = false;
     this.MinimumSize = new Size(0x18a, 0x142);
     base.Name = "DlgYesNoCancel";
     base.ttDefault.SetSuperTip(this, null);
     this.Text = "DlgClanInvite";
     base.Controls.SetChildIndex(this.gpgLabelQuestion, 0);
     base.Controls.SetChildIndex(this.skinButtonNo, 0);
     base.Controls.SetChildIndex(this.skinButtonYes, 0);
     base.Controls.SetChildIndex(this.skinButtonCancel, 0);
     ((ISupportInitialize) base.pbBottom).EndInit();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 27
0
 private void InitializeComponent()
 {
     this.gpgLabelDate = new GPGLabel();
     this.skinButtonReject = new SkinButton();
     this.skinButtonAccept = new SkinButton();
     this.gpgLinkLabelName = new GPGLabel();
     base.SuspendLayout();
     this.gpgLabelDate.AutoSize = true;
     this.gpgLabelDate.AutoStyle = true;
     this.gpgLabelDate.Font = new Font("Arial", 8f);
     this.gpgLabelDate.ForeColor = Color.White;
     this.gpgLabelDate.IgnoreMouseWheel = false;
     this.gpgLabelDate.IsStyled = false;
     this.gpgLabelDate.Location = new Point(0x13, 0x19);
     this.gpgLabelDate.Name = "gpgLabelDate";
     this.gpgLabelDate.Size = new Size(0x39, 14);
     this.gpgLabelDate.TabIndex = 1;
     this.gpgLabelDate.Text = "gpgLabel1";
     this.gpgLabelDate.TextStyle = TextStyles.Small;
     this.skinButtonReject.AutoStyle = true;
     this.skinButtonReject.BackColor = Color.Black;
     this.skinButtonReject.DialogResult = DialogResult.OK;
     this.skinButtonReject.DisabledForecolor = Color.Gray;
     this.skinButtonReject.DrawEdges = true;
     this.skinButtonReject.FocusColor = Color.Yellow;
     this.skinButtonReject.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonReject.ForeColor = Color.White;
     this.skinButtonReject.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonReject.IsStyled = true;
     this.skinButtonReject.Location = new Point(0x77, 0x2c);
     this.skinButtonReject.Name = "skinButtonReject";
     this.skinButtonReject.Size = new Size(90, 0x10);
     this.skinButtonReject.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonReject.TabIndex = 8;
     this.skinButtonReject.Text = "<LOC>Reject";
     this.skinButtonReject.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonReject.TextPadding = new Padding(0);
     this.skinButtonReject.Click += new EventHandler(this.skinButtonReject_Click);
     this.skinButtonAccept.AutoStyle = true;
     this.skinButtonAccept.BackColor = Color.Black;
     this.skinButtonAccept.DialogResult = DialogResult.OK;
     this.skinButtonAccept.DisabledForecolor = Color.Gray;
     this.skinButtonAccept.DrawEdges = true;
     this.skinButtonAccept.FocusColor = Color.Yellow;
     this.skinButtonAccept.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonAccept.ForeColor = Color.White;
     this.skinButtonAccept.HorizontalScalingMode = ScalingModes.Tile;
     this.skinButtonAccept.IsStyled = true;
     this.skinButtonAccept.Location = new Point(20, 0x2c);
     this.skinButtonAccept.Name = "skinButtonAccept";
     this.skinButtonAccept.Size = new Size(90, 0x10);
     this.skinButtonAccept.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonAccept.TabIndex = 7;
     this.skinButtonAccept.Text = "<LOC>Accept";
     this.skinButtonAccept.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonAccept.TextPadding = new Padding(0);
     this.skinButtonAccept.Click += new EventHandler(this.skinButtonAccept_Click);
     this.gpgLinkLabelName.AutoSize = true;
     this.gpgLinkLabelName.AutoStyle = true;
     this.gpgLinkLabelName.Font = new Font("Arial", 9.75f);
     this.gpgLinkLabelName.ForeColor = Color.White;
     this.gpgLinkLabelName.IgnoreMouseWheel = false;
     this.gpgLinkLabelName.IsStyled = false;
     this.gpgLinkLabelName.Location = new Point(0x11, 9);
     this.gpgLinkLabelName.Name = "gpgLinkLabelName";
     this.gpgLinkLabelName.Size = new Size(0x43, 0x10);
     this.gpgLinkLabelName.TabIndex = 9;
     this.gpgLinkLabelName.Text = "gpgLabel1";
     this.gpgLinkLabelName.TextStyle = TextStyles.Link;
     this.gpgLinkLabelName.Click += new EventHandler(this.gpgLinkLabelName_LinkClicked);
     base.AutoScaleMode = AutoScaleMode.None;
     this.BackColor = Color.Black;
     base.Controls.Add(this.gpgLinkLabelName);
     base.Controls.Add(this.skinButtonReject);
     base.Controls.Add(this.skinButtonAccept);
     base.Controls.Add(this.gpgLabelDate);
     base.Name = "ClanRequestPicker";
     base.Size = new Size(0xe2, 0x48);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 28
0
 private void InitializeComponent()
 {
     this.gpgLabelQuestion = new GPGLabel();
     this.skinButtonYes = new SkinButton();
     this.skinButtonNo = new SkinButton();
     this.skinButtonLater = new SkinButton();
     base.SuspendLayout();
     base.ttDefault.DefaultController.AutoPopDelay = 0x3e8;
     this.gpgLabelQuestion.AutoStyle = true;
     this.gpgLabelQuestion.Font = new Font("Arial", 9.75f);
     this.gpgLabelQuestion.ForeColor = Color.White;
     this.gpgLabelQuestion.IgnoreMouseWheel = false;
     this.gpgLabelQuestion.IsStyled = false;
     this.gpgLabelQuestion.Location = new Point(12, 0x4e);
     this.gpgLabelQuestion.Name = "gpgLabelQuestion";
     this.gpgLabelQuestion.Size = new Size(370, 0x3e);
     this.gpgLabelQuestion.TabIndex = 7;
     this.gpgLabelQuestion.Text = "gpgLabel1";
     this.gpgLabelQuestion.TextAlign = ContentAlignment.MiddleCenter;
     this.gpgLabelQuestion.TextStyle = TextStyles.Default;
     this.skinButtonYes.AutoStyle = true;
     this.skinButtonYes.BackColor = Color.Black;
     this.skinButtonYes.DialogResult = DialogResult.OK;
     this.skinButtonYes.DisabledForecolor = Color.Gray;
     this.skinButtonYes.DrawEdges = true;
     this.skinButtonYes.FocusColor = Color.Yellow;
     this.skinButtonYes.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonYes.ForeColor = Color.White;
     this.skinButtonYes.IsStyled = true;
     this.skinButtonYes.Location = new Point(0x4e, 0xa8);
     this.skinButtonYes.Name = "skinButtonYes";
     this.skinButtonYes.Size = new Size(0x4b, 0x17);
     this.skinButtonYes.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonYes.TabIndex = 12;
     this.skinButtonYes.Text = "<LOC>Accept";
     this.skinButtonYes.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonYes.TextPadding = new Padding(0);
     this.skinButtonYes.Click += new EventHandler(this.skinButtonYes_Click);
     this.skinButtonNo.AutoStyle = true;
     this.skinButtonNo.BackColor = Color.Black;
     this.skinButtonNo.DialogResult = DialogResult.OK;
     this.skinButtonNo.DisabledForecolor = Color.Gray;
     this.skinButtonNo.DrawEdges = true;
     this.skinButtonNo.FocusColor = Color.Yellow;
     this.skinButtonNo.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonNo.ForeColor = Color.White;
     this.skinButtonNo.IsStyled = true;
     this.skinButtonNo.Location = new Point(0x9f, 0xa8);
     this.skinButtonNo.Name = "skinButtonNo";
     this.skinButtonNo.Size = new Size(0x4b, 0x17);
     this.skinButtonNo.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonNo.TabIndex = 11;
     this.skinButtonNo.Text = "<LOC>Reject";
     this.skinButtonNo.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonNo.TextPadding = new Padding(0);
     this.skinButtonNo.Click += new EventHandler(this.skinButtonNo_Click);
     this.skinButtonLater.AutoStyle = true;
     this.skinButtonLater.BackColor = Color.Black;
     this.skinButtonLater.DialogResult = DialogResult.OK;
     this.skinButtonLater.DisabledForecolor = Color.Gray;
     this.skinButtonLater.DrawEdges = true;
     this.skinButtonLater.FocusColor = Color.Yellow;
     this.skinButtonLater.Font = new Font("Verdana", 8f, FontStyle.Bold);
     this.skinButtonLater.ForeColor = Color.White;
     this.skinButtonLater.IsStyled = true;
     this.skinButtonLater.Location = new Point(240, 0xa8);
     this.skinButtonLater.Name = "skinButtonLater";
     this.skinButtonLater.Size = new Size(0x4b, 0x17);
     this.skinButtonLater.SkinBasePath = @"Controls\Button\Round Edge";
     this.skinButtonLater.TabIndex = 13;
     this.skinButtonLater.Text = "<LOC>Later";
     this.skinButtonLater.TextAlign = ContentAlignment.MiddleCenter;
     this.skinButtonLater.TextPadding = new Padding(0);
     this.skinButtonLater.Click += new EventHandler(this.skinButtonLater_Click);
     base.AcceptButton = this.skinButtonYes;
     base.AutoScaleMode = AutoScaleMode.None;
     base.CancelButton = this.skinButtonNo;
     base.ClientSize = new Size(0x18a, 0x107);
     base.Controls.Add(this.skinButtonLater);
     base.Controls.Add(this.skinButtonYes);
     base.Controls.Add(this.skinButtonNo);
     base.Controls.Add(this.gpgLabelQuestion);
     base.Location = new Point(0, 0);
     this.MaximumSize = new Size(0x18a, 0x107);
     this.MinimumSize = new Size(0x18a, 0x107);
     base.Name = "DlgYesNoLater";
     this.Text = "DlgClanInvite";
     base.Controls.SetChildIndex(this.gpgLabelQuestion, 0);
     base.Controls.SetChildIndex(this.skinButtonNo, 0);
     base.Controls.SetChildIndex(this.skinButtonYes, 0);
     base.Controls.SetChildIndex(this.skinButtonLater, 0);
     base.ResumeLayout(false);
     base.PerformLayout();
 }
Esempio n. 29
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();
 }
Esempio n. 30
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();
 }