private void InitializeComponent() { this.btnBuyCrowns = new BitmapButton(); this.label3 = new Label(); this.lblMessage = new Label(); base.SuspendLayout(); this.btnBuyCrowns.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnBuyCrowns.BorderColor = ARGBColors.DarkBlue; this.btnBuyCrowns.BorderDrawing = true; this.btnBuyCrowns.FocusRectangleEnabled = false; this.btnBuyCrowns.Image = null; this.btnBuyCrowns.ImageBorderColor = ARGBColors.Chocolate; this.btnBuyCrowns.ImageBorderEnabled = true; this.btnBuyCrowns.ImageDropShadow = true; this.btnBuyCrowns.ImageFocused = null; this.btnBuyCrowns.ImageInactive = null; this.btnBuyCrowns.ImageMouseOver = null; this.btnBuyCrowns.ImageNormal = null; this.btnBuyCrowns.ImagePressed = null; this.btnBuyCrowns.InnerBorderColor = ARGBColors.LightGray; this.btnBuyCrowns.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnBuyCrowns.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnBuyCrowns.Location = new Point(0x73, 0x79); this.btnBuyCrowns.Name = "btnBuyCrowns"; this.btnBuyCrowns.OffsetPressedContent = true; this.btnBuyCrowns.Padding2 = 5; this.btnBuyCrowns.Size = new Size(0xc9, 0x27); this.btnBuyCrowns.StretchImage = false; this.btnBuyCrowns.TabIndex = 2; this.btnBuyCrowns.Text = "Buy Crowns"; this.btnBuyCrowns.TextDropShadow = false; this.btnBuyCrowns.UseVisualStyleBackColor = false; this.btnBuyCrowns.Click += new EventHandler(this.btnOK_Click); this.label3.AutoSize = true; this.label3.BackColor = ARGBColors.Transparent; this.label3.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0); this.label3.ForeColor = ARGBColors.White; this.label3.Location = new Point(0xb3, 7); this.label3.Name = "label3"; this.label3.Size = new Size(0, 0x10); this.label3.TabIndex = 9; this.lblMessage.BackColor = ARGBColors.Transparent; this.lblMessage.Location = new Point(12, 0x2c); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new Size(0x196, 0x41); this.lblMessage.TabIndex = 13; this.lblMessage.Text = "label1"; this.lblMessage.TextAlign = ContentAlignment.MiddleCenter; base.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.FromArgb(0x9f, 180, 0xc1); base.ClientSize = new Size(430, 0xc7); base.Controls.Add(this.lblMessage); base.Controls.Add(this.btnBuyCrowns); base.Icon = Resources.shk_icon; base.Name = "BuyCrownsPopup"; base.ShowClose = true; base.Controls.SetChildIndex(this.btnBuyCrowns, 0); base.Controls.SetChildIndex(this.lblMessage, 0); base.ResumeLayout(false); }
private void InitializeComponent() { this.btnViewReport = new BitmapButton(); this.label3 = new Label(); this.lblMessage = new Label(); base.SuspendLayout(); this.btnViewReport.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnViewReport.BorderColor = ARGBColors.DarkBlue; this.btnViewReport.BorderDrawing = true; this.btnViewReport.FocusRectangleEnabled = false; this.btnViewReport.Image = null; this.btnViewReport.ImageBorderColor = ARGBColors.Chocolate; this.btnViewReport.ImageBorderEnabled = true; this.btnViewReport.ImageDropShadow = true; this.btnViewReport.ImageFocused = null; this.btnViewReport.ImageInactive = null; this.btnViewReport.ImageMouseOver = null; this.btnViewReport.ImageNormal = null; this.btnViewReport.ImagePressed = null; this.btnViewReport.InnerBorderColor = ARGBColors.LightGray; this.btnViewReport.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnViewReport.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnViewReport.Location = new Point(0x73, 130); this.btnViewReport.Name = "btnViewReport"; this.btnViewReport.OffsetPressedContent = true; this.btnViewReport.Padding2 = 5; this.btnViewReport.Size = new Size(0xc9, 0x27); this.btnViewReport.StretchImage = false; this.btnViewReport.TabIndex = 2; this.btnViewReport.Text = "View Report"; this.btnViewReport.TextDropShadow = false; this.btnViewReport.UseVisualStyleBackColor = false; this.btnViewReport.Click += new EventHandler(this.btnOK_Click); this.label3.AutoSize = true; this.label3.BackColor = ARGBColors.Transparent; this.label3.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0); this.label3.ForeColor = ARGBColors.White; this.label3.Location = new Point(0xb3, 7); this.label3.Name = "label3"; this.label3.Size = new Size(0, 0x10); this.label3.TabIndex = 9; this.lblMessage.BackColor = ARGBColors.Transparent; this.lblMessage.Location = new Point(12, 0x2c); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new Size(0x196, 0x4d); this.lblMessage.TabIndex = 13; this.lblMessage.Text = "label1"; this.lblMessage.TextAlign = ContentAlignment.MiddleCenter; base.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.FromArgb(0x9f, 180, 0xc1); base.ClientSize = new Size(430, 0xda); base.Controls.Add(this.lblMessage); base.Controls.Add(this.btnViewReport); base.Icon = Resources.shk_icon; base.Name = "TutorialBattleReportPopup"; base.ShowClose = true; base.Controls.SetChildIndex(this.btnViewReport, 0); base.Controls.SetChildIndex(this.lblMessage, 0); base.ResumeLayout(false); }
private void InitializeComponent() { new ComponentResourceManager(typeof(AdminIngameMessage)); this.tbMaintenanceMessage = new TextBox(); this.btnSend = new BitmapButton(); this.btnCancel = new BitmapButton(); this.tbDuration = new TextBox(); this.label1 = new Label(); base.SuspendLayout(); this.tbMaintenanceMessage.Location = new Point(12, 0x17); this.tbMaintenanceMessage.Multiline = true; this.tbMaintenanceMessage.Name = "tbMaintenanceMessage"; this.tbMaintenanceMessage.ScrollBars = ScrollBars.Vertical; this.tbMaintenanceMessage.Size = new Size(450, 0x141); this.tbMaintenanceMessage.TabIndex = 0; this.btnSend.Location = new Point(0x183, 360); this.btnSend.Name = "btnSend"; this.btnSend.Size = new Size(0x4b, 0x17); this.btnSend.TabIndex = 1; this.btnSend.Text = "Send"; this.btnSend.UseVisualStyleBackColor = true; this.btnSend.Click += new EventHandler(this.btnSend_Click); this.btnCancel.Location = new Point(0x132, 360); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new Size(0x4b, 0x17); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new EventHandler(this.btnCancel_Click); this.tbDuration.Location = new Point(12, 360); this.tbDuration.Name = "tbDuration"; this.tbDuration.Size = new Size(100, 20); this.tbDuration.TabIndex = 3; this.tbDuration.Text = "5"; this.label1.AutoSize = true; this.label1.Location = new Point(0x76, 0x16d); this.label1.Name = "label1"; this.label1.Size = new Size(0x90, 13); this.label1.TabIndex = 4; this.label1.Text = "Message Duration in Minutes"; base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(0x1da, 0x18b); base.ControlBox = false; base.Controls.Add(this.label1); base.Controls.Add(this.tbDuration); base.Controls.Add(this.btnCancel); base.Controls.Add(this.btnSend); base.Controls.Add(this.tbMaintenanceMessage); base.FormBorderStyle = FormBorderStyle.FixedToolWindow; base.Icon = Resources.shk_icon; base.Name = "AdminIngameMessage"; base.StartPosition = FormStartPosition.CenterScreen; this.Text = "Admin Ingame Message"; base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.btnClose = new BitmapButton(); this.lblHeader = new Label(); this.lblMinutes = new Label(); this.lblExplanation = new Label(); base.SuspendLayout(); this.btnClose.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnClose.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnClose.Location = new Point(0x112, 0xbc); this.btnClose.Name = "btnClose"; this.btnClose.Size = new Size(0x4b, 0x17); this.btnClose.TabIndex = 13; this.btnClose.Text = "OK"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new EventHandler(this.btnClose_Click); this.lblHeader.BackColor = ARGBColors.Transparent; this.lblHeader.Location = new Point(0x21, 50); this.lblHeader.Name = "lblHeader"; this.lblHeader.Size = new Size(0x127, 0x1d); this.lblHeader.TabIndex = 14; this.lblHeader.Text = "There is a Planned Downtime in"; this.lblHeader.TextAlign = ContentAlignment.TopCenter; this.lblMinutes.BackColor = ARGBColors.Transparent; this.lblMinutes.Location = new Point(0x21, 0x55); this.lblMinutes.Name = "lblMinutes"; this.lblMinutes.Size = new Size(0x127, 0x1d); this.lblMinutes.TabIndex = 15; this.lblMinutes.Text = "X Minutes"; this.lblMinutes.TextAlign = ContentAlignment.TopCenter; this.lblExplanation.BackColor = ARGBColors.Transparent; this.lblExplanation.Location = new Point(0x21, 120); this.lblExplanation.Name = "lblExplanation"; this.lblExplanation.Size = new Size(0x127, 0x35); this.lblExplanation.TabIndex = 0x10; this.lblExplanation.Text = "Please ensure you have logged out safely in advance of this downtime."; this.lblExplanation.TextAlign = ContentAlignment.TopCenter; base.AutoScaleDimensions = new SizeF(6f, 13f); base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(0x169, 0xdf); base.Controls.Add(this.lblExplanation); base.Controls.Add(this.lblMinutes); base.Controls.Add(this.lblHeader); base.Controls.Add(this.btnClose); base.Name = "ServerDowntimePopup"; base.ShowClose = true; this.Text = "ServerDowntimePopup"; base.Controls.SetChildIndex(this.btnClose, 0); base.Controls.SetChildIndex(this.lblHeader, 0); base.Controls.SetChildIndex(this.lblMinutes, 0); base.Controls.SetChildIndex(this.lblExplanation, 0); base.ResumeLayout(false); }
private void InitializeComponent() { new ComponentResourceManager(typeof(ReasonPopup)); this.btnOK = new BitmapButton(); this.btnCancel = new BitmapButton(); this.tbReason = new TextBox(); this.label1 = new Label(); base.SuspendLayout(); this.btnOK.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnOK.Location = new Point(0x110, 0x7c); this.btnOK.Name = "btnOK"; this.btnOK.Size = new Size(0x4b, 0x17); this.btnOK.TabIndex = 1; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = false; this.btnOK.Click += new EventHandler(this.btnOK_Click); this.btnCancel.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnCancel.Location = new Point(20, 0x7c); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new Size(0x4b, 0x17); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new EventHandler(this.btnCancel_Click); this.tbReason.BackColor = Color.FromArgb(0xeb, 240, 0xf3); this.tbReason.Location = new Point(0x1f, 0x40); this.tbReason.Multiline = true; this.tbReason.Name = "tbReason"; this.tbReason.Size = new Size(0x12f, 0x2e); this.tbReason.TabIndex = 0; this.label1.AutoSize = true; this.label1.BackColor = ARGBColors.Transparent; this.label1.Location = new Point(20, 40); this.label1.Name = "label1"; this.label1.Size = new Size(0x8e, 13); this.label1.TabIndex = 3; this.label1.Text = "Enter Reason For this Action"; base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(0x169, 0x9e); base.ControlBox = false; base.Controls.Add(this.label1); base.Controls.Add(this.tbReason); base.Controls.Add(this.btnCancel); base.Controls.Add(this.btnOK); base.FormBorderStyle = FormBorderStyle.None; base.Icon = Resources.shk_icon; base.Name = "ReasonPopup"; base.ShowIcon = false; this.Text = "Reason"; base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.btnLogout = new BitmapButton(); this.lblMessage = new Label(); base.SuspendLayout(); this.btnLogout.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnLogout.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnLogout.BorderColor = ARGBColors.DarkBlue; this.btnLogout.BorderDrawing = true; this.btnLogout.FocusRectangleEnabled = false; this.btnLogout.Image = null; this.btnLogout.ImageBorderColor = ARGBColors.Chocolate; this.btnLogout.ImageBorderEnabled = true; this.btnLogout.ImageDropShadow = true; this.btnLogout.ImageFocused = null; this.btnLogout.ImageInactive = null; this.btnLogout.ImageMouseOver = null; this.btnLogout.ImageNormal = null; this.btnLogout.ImagePressed = null; this.btnLogout.InnerBorderColor = ARGBColors.LightGray; this.btnLogout.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnLogout.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnLogout.Location = new Point(0xdd, 0x6f); this.btnLogout.Name = "btnLogout"; this.btnLogout.OffsetPressedContent = true; this.btnLogout.Padding2 = 5; this.btnLogout.Size = new Size(0xbf, 0x1a); this.btnLogout.StretchImage = false; this.btnLogout.TabIndex = 20; this.btnLogout.Text = "Quit to Login Screen"; this.btnLogout.TextDropShadow = false; this.btnLogout.UseVisualStyleBackColor = false; this.btnLogout.Click += new EventHandler(this.btnLogout_Click); this.lblMessage.BackColor = ARGBColors.Transparent; this.lblMessage.Location = new Point(11, 0x22); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new Size(0x191, 0x45); this.lblMessage.TabIndex = 0x15; this.lblMessage.Text = "label1"; this.lblMessage.TextAlign = ContentAlignment.MiddleCenter; base.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.FromArgb(0x80, 0x91, 0x9c); base.ClientSize = new Size(0x1a8, 0x95); base.Controls.Add(this.lblMessage); base.Controls.Add(this.btnLogout); base.Name = "ConnectionErrorWindow"; base.ShowClose = true; this.Text = "ConnectionErrorWindow"; base.Controls.SetChildIndex(this.btnLogout, 0); base.Controls.SetChildIndex(this.lblMessage, 0); base.ResumeLayout(false); }
private void InitializeComponent() { this.listBox1 = new ListBox(); this.btnOK = new BitmapButton(); base.SuspendLayout(); this.listBox1.Font = new Font("Lucida Console", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0); this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 11; this.listBox1.Location = new Point(14, 0x35); this.listBox1.Name = "listBox1"; this.listBox1.Size = new Size(680, 290); this.listBox1.TabIndex = 13; this.btnOK.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnOK.BorderColor = ARGBColors.DarkBlue; this.btnOK.BorderDrawing = true; this.btnOK.FocusRectangleEnabled = false; this.btnOK.Image = null; this.btnOK.ImageBorderColor = ARGBColors.Chocolate; this.btnOK.ImageBorderEnabled = true; this.btnOK.ImageDropShadow = true; this.btnOK.ImageFocused = null; this.btnOK.ImageInactive = null; this.btnOK.ImageMouseOver = null; this.btnOK.ImageNormal = null; this.btnOK.ImagePressed = null; this.btnOK.InnerBorderColor = ARGBColors.LightGray; this.btnOK.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnOK.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnOK.Location = new Point(0x267, 0x171); this.btnOK.Name = "btnOK"; this.btnOK.OffsetPressedContent = true; this.btnOK.Padding2 = 5; this.btnOK.Size = new Size(0x4f, 20); this.btnOK.StretchImage = false; this.btnOK.TabIndex = 14; this.btnOK.Text = "OK"; this.btnOK.TextDropShadow = false; this.btnOK.UseVisualStyleBackColor = false; this.btnOK.Click += new EventHandler(this.btnOK_Click); base.AutoScaleDimensions = new SizeF(6f, 13f); base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(0x2c2, 0x191); base.Controls.Add(this.btnOK); base.Controls.Add(this.listBox1); base.Name = "NameChangeHistoryPopup"; base.ShowClose = true; this.Text = "NameChangeHistoryPopup"; base.Controls.SetChildIndex(this.listBox1, 0); base.Controls.SetChildIndex(this.btnOK, 0); base.ResumeLayout(false); }
private void InitializeComponent() { this.lblExplanation = new Label(); this.linkLabelMoreInfo = new LinkLabel(); this.btnOK = new BitmapButton(); base.SuspendLayout(); this.lblExplanation.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top; this.lblExplanation.BackColor = ARGBColors.Transparent; this.lblExplanation.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Regular, GraphicsUnit.Point, 0); this.lblExplanation.Location = new Point(8, 0x27); this.lblExplanation.Name = "lblExplanation"; this.lblExplanation.Size = new Size(0x159, 0x4c); this.lblExplanation.TabIndex = 0; this.lblExplanation.Text = "label1"; this.linkLabelMoreInfo.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; this.linkLabelMoreInfo.BackColor = ARGBColors.Transparent; this.linkLabelMoreInfo.Location = new Point(12, 0x86); this.linkLabelMoreInfo.Name = "linkLabelMoreInfo"; this.linkLabelMoreInfo.Size = new Size(0xbd, 13); this.linkLabelMoreInfo.TabIndex = 3; this.linkLabelMoreInfo.TabStop = true; this.linkLabelMoreInfo.Text = "Click Here for More Information"; this.linkLabelMoreInfo.TextAlign = ContentAlignment.MiddleLeft; this.linkLabelMoreInfo.LinkClicked += new LinkLabelLinkClickedEventHandler(this.linkLabelMoreInfo_LinkClicked); this.btnOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnOK.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnOK.Location = new Point(0x110, 0x7e); this.btnOK.Name = "btnOK"; this.btnOK.Size = new Size(0x4b, 0x17); this.btnOK.TabIndex = 4; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = false; this.btnOK.Click += new EventHandler(this.btnOK_Click); base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(0x169, 0x99); base.Controls.Add(this.btnOK); base.Controls.Add(this.linkLabelMoreInfo); base.Controls.Add(this.lblExplanation); base.Name = "SharedIPErrorPopup"; base.ShowIcon = false; base.ShowInTaskbar = false; this.Text = "Shared Connection Detected"; base.Controls.SetChildIndex(this.lblExplanation, 0); base.Controls.SetChildIndex(this.linkLabelMoreInfo, 0); base.Controls.SetChildIndex(this.btnOK, 0); base.ResumeLayout(false); }
private void InitializeComponent() { this.customPanel = new FormationPanel(); this.lstStored = new ListBox(); this.txtSaveName = new TextBox(); this.pictureBox1 = new PictureBox(); this.btnRestore = new BitmapButton(); this.btnDelete = new BitmapButton(); this.btnSave = new BitmapButton(); this.btnClose = new BitmapButton(); this.lblStored = new Label(); this.btnRename = new BitmapButton(); this.lblName = new Label(); this.gbNew = new GroupBox(); this.gbManage = new GroupBox(); this.lblSelected = new Label(); this.txtSelected = new TextBox(); ((ISupportInitialize) this.pictureBox1).BeginInit(); this.gbNew.SuspendLayout(); this.gbManage.SuspendLayout(); base.SuspendLayout(); this.customPanel.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.customPanel.ClickThru = false; this.customPanel.Location = new Point(0, 0x22); this.customPanel.Name = "customPanel"; this.customPanel.PanelActive = true; this.customPanel.Size = base.Size; this.customPanel.StoredGraphics = null; this.customPanel.TabIndex = 0x63; this.lstStored.BackColor = ARGBColors.White; this.lstStored.ForeColor = ARGBColors.Black; this.lstStored.FormattingEnabled = true; this.lstStored.Location = new Point(6, 0x23); this.lstStored.Name = "lstStored"; this.lstStored.Size = new Size(160, 0xc7); this.lstStored.Sorted = true; this.lstStored.TabIndex = 0; this.lstStored.MouseDoubleClick += new MouseEventHandler(this.lstStored_MouseDoubleClick); this.lstStored.SelectedIndexChanged += new EventHandler(this.lstStored_SelectedIndexChanged); this.txtSaveName.BackColor = ARGBColors.White; this.txtSaveName.ForeColor = ARGBColors.Black; this.txtSaveName.BorderStyle = BorderStyle.FixedSingle; this.txtSaveName.Name = "txtSaveName"; this.txtSaveName.Size = new Size(160, 20); this.txtSaveName.Location = new Point(0x24, 0x17d); this.txtSaveName.TabIndex = 1; this.txtSaveName.TextChanged += new EventHandler(this.txtSaveName_TextChanged); this.txtSaveName.KeyDown += new KeyEventHandler(this.txtSaveName_KeyDown); this.txtSaveName.KeyPress += new KeyPressEventHandler(this.txtSaveName_KeyPress); this.pictureBox1.BackgroundImageLayout = ImageLayout.Center; this.pictureBox1.BorderStyle = BorderStyle.FixedSingle; this.pictureBox1.Location = new Point(0x17, 0xb3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new Size(0xeb, 150); this.pictureBox1.TabIndex = 14; this.pictureBox1.TabStop = false; this.btnRestore.BorderColor = ARGBColors.DarkBlue; this.btnRestore.BorderDrawing = true; this.btnRestore.FocusRectangleEnabled = false; this.btnRestore.Image = null; this.btnRestore.ImageBorderColor = ARGBColors.Chocolate; this.btnRestore.ImageBorderEnabled = true; this.btnRestore.ImageDropShadow = true; this.btnRestore.ImageFocused = null; this.btnRestore.ImageInactive = null; this.btnRestore.ImageMouseOver = null; this.btnRestore.ImageNormal = null; this.btnRestore.ImagePressed = null; this.btnRestore.InnerBorderColor = ARGBColors.LightGray; this.btnRestore.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnRestore.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnRestore.Location = new Point(6, 240); this.btnRestore.Name = "btnRestore"; this.btnRestore.OffsetPressedContent = true; this.btnRestore.Padding2 = 5; this.btnRestore.Size = new Size(160, 0x1b); this.btnRestore.StretchImage = false; this.btnRestore.TabIndex = 15; this.btnRestore.Text = "Deploy Formation"; this.btnRestore.TextDropShadow = false; this.btnRestore.UseVisualStyleBackColor = true; this.btnRestore.Click += new EventHandler(this.btnRestore_Click); this.btnDelete.BorderColor = ARGBColors.DarkBlue; this.btnDelete.BorderDrawing = true; this.btnDelete.FocusRectangleEnabled = false; this.btnDelete.Image = null; this.btnDelete.ImageBorderColor = ARGBColors.Chocolate; this.btnDelete.ImageBorderEnabled = true; this.btnDelete.ImageDropShadow = true; this.btnDelete.ImageFocused = null; this.btnDelete.ImageInactive = null; this.btnDelete.ImageMouseOver = null; this.btnDelete.ImageNormal = null; this.btnDelete.ImagePressed = null; this.btnDelete.InnerBorderColor = ARGBColors.LightGray; this.btnDelete.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnDelete.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnDelete.Location = new Point(0xac, 0x5e); this.btnDelete.Name = "btnDelete"; this.btnDelete.OffsetPressedContent = true; this.btnDelete.Padding2 = 5; this.btnDelete.Size = new Size(160, 0x1b); this.btnDelete.StretchImage = false; this.btnDelete.TabIndex = 0x10; this.btnDelete.Text = "Delete Formation"; this.btnDelete.TextDropShadow = false; this.btnDelete.UseVisualStyleBackColor = true; this.btnDelete.Click += new EventHandler(this.btnDelete_Click); this.btnSave.BorderColor = ARGBColors.DarkBlue; this.btnSave.BorderDrawing = true; this.btnSave.FocusRectangleEnabled = false; this.btnSave.Image = null; this.btnSave.ImageBorderColor = ARGBColors.Chocolate; this.btnSave.ImageBorderEnabled = true; this.btnSave.ImageDropShadow = true; this.btnSave.ImageFocused = null; this.btnSave.ImageInactive = null; this.btnSave.ImageMouseOver = null; this.btnSave.ImageNormal = null; this.btnSave.ImagePressed = null; this.btnSave.InnerBorderColor = ARGBColors.LightGray; this.btnSave.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnSave.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnSave.Location = new Point(0x23, 0x3d); this.btnSave.Name = "btnSave"; this.btnSave.OffsetPressedContent = true; this.btnSave.Padding2 = 5; this.btnSave.Size = new Size(160, 0x1b); this.btnSave.StretchImage = false; this.btnSave.TabIndex = 0x11; this.btnSave.Text = "Save Formation"; this.btnSave.TextDropShadow = false; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new EventHandler(this.btnSave_Click); this.btnClose.BorderColor = ARGBColors.DarkBlue; this.btnClose.BorderDrawing = true; this.btnClose.FocusRectangleEnabled = false; this.btnClose.Image = null; this.btnClose.ImageBorderColor = ARGBColors.Chocolate; this.btnClose.ImageBorderEnabled = true; this.btnClose.ImageDropShadow = true; this.btnClose.ImageFocused = null; this.btnClose.ImageInactive = null; this.btnClose.ImageMouseOver = null; this.btnClose.ImageNormal = null; this.btnClose.ImagePressed = null; this.btnClose.InnerBorderColor = ARGBColors.LightGray; this.btnClose.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnClose.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnClose.Location = new Point(460, 0x15c); this.btnClose.Name = "btnClose"; this.btnClose.OffsetPressedContent = true; this.btnClose.Padding2 = 5; this.btnClose.Size = new Size(160, 0x1b); this.btnClose.StretchImage = false; this.btnClose.TabIndex = 0x12; this.btnClose.Text = "Close"; this.btnClose.TextDropShadow = false; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new EventHandler(this.btnClose_Click); this.lblStored.AutoSize = true; this.lblStored.BackColor = ARGBColors.Transparent; this.lblStored.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0); this.lblStored.Location = new Point(3, 0x13); this.lblStored.Name = "lblStored"; this.lblStored.Size = new Size(0x6d, 13); this.lblStored.TabIndex = 20; this.lblStored.Text = "Stored Formations"; this.btnRename.BorderColor = ARGBColors.DarkBlue; this.btnRename.BorderDrawing = true; this.btnRename.FocusRectangleEnabled = false; this.btnRename.Image = null; this.btnRename.ImageBorderColor = ARGBColors.Chocolate; this.btnRename.ImageBorderEnabled = true; this.btnRename.ImageDropShadow = true; this.btnRename.ImageFocused = null; this.btnRename.ImageInactive = null; this.btnRename.ImageMouseOver = null; this.btnRename.ImageNormal = null; this.btnRename.ImagePressed = null; this.btnRename.InnerBorderColor = ARGBColors.LightGray; this.btnRename.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnRename.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnRename.Location = new Point(0xad, 0x3d); this.btnRename.Name = "btnRename"; this.btnRename.OffsetPressedContent = true; this.btnRename.Padding2 = 5; this.btnRename.Size = new Size(160, 0x1b); this.btnRename.StretchImage = false; this.btnRename.TabIndex = 0x15; this.btnRename.Text = "Rename Formation"; this.btnRename.TextDropShadow = false; this.btnRename.UseVisualStyleBackColor = true; this.btnRename.Click += new EventHandler(this.btnRename_Click); this.lblName.AutoSize = true; this.lblName.BackColor = ARGBColors.Transparent; this.lblName.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0); this.lblName.Location = new Point(0x20, 0x13); this.lblName.Name = "lblName"; this.lblName.Size = new Size(0x62, 13); this.lblName.TabIndex = 0x16; this.lblName.Text = "Formation Name"; this.lblName.Click += new EventHandler(this.lblName_Click); this.gbNew.BackColor = ARGBColors.Transparent; this.gbNew.Controls.Add(this.lblName); this.gbNew.Controls.Add(this.btnSave); this.gbNew.Location = new Point(0x17, 0x31); this.gbNew.Name = "gbNew"; this.gbNew.RightToLeft = RightToLeft.No; this.gbNew.Size = new Size(0xeb, 0x6d); this.gbNew.TabIndex = 0x17; this.gbNew.TabStop = false; this.gbNew.Text = "Create a New Formation"; this.gbManage.BackColor = ARGBColors.Transparent; this.gbManage.Controls.Add(this.lstStored); this.gbManage.Controls.Add(this.lblSelected); this.gbManage.Controls.Add(this.btnRestore); this.gbManage.Controls.Add(this.btnDelete); this.gbManage.Controls.Add(this.lblStored); this.gbManage.Controls.Add(this.btnRename); this.gbManage.Location = new Point(0x117, 0x31); this.gbManage.Name = "gbManage"; this.gbManage.Size = new Size(0x155, 0x116); this.gbManage.TabIndex = 0x18; this.gbManage.TabStop = false; this.gbManage.Text = "Manage Formations"; this.lblSelected.AutoSize = true; this.lblSelected.BackColor = ARGBColors.Transparent; this.lblSelected.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0); this.lblSelected.Location = new Point(170, 0x13); this.lblSelected.Name = "lblSelected"; this.lblSelected.Size = new Size(0x74, 13); this.lblSelected.TabIndex = 0x18; this.lblSelected.Text = "Selected Formation"; this.txtSelected.BackColor = ARGBColors.White; this.txtSelected.ForeColor = ARGBColors.Black; this.txtSelected.BorderStyle = BorderStyle.FixedSingle; this.txtSelected.Size = new Size(160, 20); this.txtSelected.Location = new Point(270, 0x17d); this.txtSelected.Name = "txtSelected"; this.txtSelected.TabIndex = 0x17; base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(700, 450); base.Controls.Add(this.gbManage); base.Controls.Add(this.gbNew); base.Controls.Add(this.pictureBox1); base.Controls.Add(this.btnClose); base.Controls.Add(this.txtSelected); base.Controls.Add(this.txtSaveName); base.Controls.Add(this.customPanel); this.DoubleBuffered = true; base.Name = "FormationPopup"; base.ShowClose = true; base.ShowIcon = false; base.ShowInTaskbar = false; base.StartPosition = FormStartPosition.CenterScreen; this.Text = "Manage Formations"; base.TransparencyKey = ARGBColors.Fuchsia; base.Controls.SetChildIndex(this.customPanel, 0); base.Controls.SetChildIndex(this.txtSaveName, 0); base.Controls.SetChildIndex(this.txtSelected, 0); base.Controls.SetChildIndex(this.btnClose, 0); base.Controls.SetChildIndex(this.pictureBox1, 0); base.Controls.SetChildIndex(this.gbNew, 0); base.Controls.SetChildIndex(this.gbManage, 0); ((ISupportInitialize) this.pictureBox1).EndInit(); this.gbNew.ResumeLayout(false); this.gbNew.PerformLayout(); this.gbManage.ResumeLayout(false); this.gbManage.PerformLayout(); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.textBoxNewRecipient = new TextBox(); this.btnAdd = new BitmapButton(); this.listBoxSearch = new ListBox(); this.listBoxRecent = new ListBox(); this.listBoxFavourites = new ListBox(); this.label1 = new Label(); this.label2 = new Label(); this.label3 = new Label(); this.btnClose = new BitmapButton(); this.label4 = new Label(); this.listBoxRecipients = new ListBox(); this.btnAddToFavourites = new BitmapButton(); this.btnSearch = new BitmapButton(); this.btnCancel = new BitmapButton(); this.btnRemoveFromFavourites = new BitmapButton(); this.label5 = new Label(); this.btnRemove = new BitmapButton(); base.SuspendLayout(); this.textBoxNewRecipient.BackColor = ARGBColors.White; this.textBoxNewRecipient.ForeColor = ARGBColors.Black; this.textBoxNewRecipient.Location = new Point(0xd7, 0x42); this.textBoxNewRecipient.Name = "textBoxNewRecipient"; this.textBoxNewRecipient.Size = new Size(160, 20); this.textBoxNewRecipient.TabIndex = 10; this.textBoxNewRecipient.KeyUp += new KeyEventHandler(this.textBoxNewRecipient_KeyUp); this.textBoxNewRecipient.KeyPress += new KeyPressEventHandler(this.textBoxNewRecipient_KeyPress); this.btnAdd.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnAdd.BorderDrawing = true; this.btnAdd.FocusRectangleEnabled = false; this.btnAdd.Image = null; this.btnAdd.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnAdd.ImageBorderEnabled = true; this.btnAdd.ImageDropShadow = true; this.btnAdd.ImageFocused = null; this.btnAdd.ImageInactive = null; this.btnAdd.ImageMouseOver = null; this.btnAdd.ImageNormal = null; this.btnAdd.ImagePressed = null; this.btnAdd.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnAdd.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnAdd.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnAdd.Location = new Point(12, 0x143); this.btnAdd.Name = "btnAdd"; this.btnAdd.OffsetPressedContent = true; this.btnAdd.Padding2 = 5; this.btnAdd.Size = new Size(160, 0x1b); this.btnAdd.StretchImage = false; this.btnAdd.TabIndex = 9; this.btnAdd.Text = "Add"; this.btnAdd.TextDropShadow = false; this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.Click += new EventHandler(this.btnAdd_Click); this.listBoxSearch.FormattingEnabled = true; this.listBoxSearch.Location = new Point(0xd7, 0x83); this.listBoxSearch.Name = "listBoxSearch"; this.listBoxSearch.Size = new Size(160, 0xba); this.listBoxSearch.TabIndex = 11; this.listBoxSearch.SelectedIndexChanged += new EventHandler(this.listBoxSearch_SelectedIndexChanged); this.listBoxSearch.DoubleClick += new EventHandler(this.listBoxSearch_DoubleClick); this.listBoxRecent.BackColor = ARGBColors.White; this.listBoxRecent.ForeColor = ARGBColors.Black; this.listBoxRecent.FormattingEnabled = true; this.listBoxRecent.Location = new Point(0x223, 0x42); this.listBoxRecent.Name = "listBoxRecent"; this.listBoxRecent.Size = new Size(160, 0xfb); this.listBoxRecent.TabIndex = 12; this.listBoxRecent.SelectedIndexChanged += new EventHandler(this.listBoxRecent_SelectedIndexChanged); this.listBoxRecent.DoubleClick += new EventHandler(this.listBoxRecent_DoubleClick); this.listBoxFavourites.BackColor = ARGBColors.White; this.listBoxFavourites.ForeColor = ARGBColors.Black; this.listBoxFavourites.FormattingEnabled = true; this.listBoxFavourites.Location = new Point(0x17d, 0x42); this.listBoxFavourites.Name = "listBoxFavourites"; this.listBoxFavourites.Size = new Size(160, 0xfb); this.listBoxFavourites.TabIndex = 13; this.listBoxFavourites.SelectedIndexChanged += new EventHandler(this.listBoxFavourites_SelectedIndexChanged); this.listBoxFavourites.DoubleClick += new EventHandler(this.listBoxFavourites_DoubleClick); this.label1.AutoSize = true; this.label1.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label1.Location = new Point(0x220, 50); this.label1.Name = "label1"; this.label1.Size = new Size(0x2a, 13); this.label1.TabIndex = 14; this.label1.Text = "Recent"; this.label2.AutoSize = true; this.label2.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label2.Location = new Point(0x17a, 50); this.label2.Name = "label2"; this.label2.Size = new Size(0x38, 13); this.label2.TabIndex = 15; this.label2.Text = "Favourites"; this.label3.AutoSize = true; this.label3.Location = new Point(7, 0x4c); this.label3.Name = "label3"; this.label3.Size = new Size(0x4f, 13); this.label3.TabIndex = 0x10; this.label3.Text = "Search Results"; this.btnClose.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnClose.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnClose.BorderDrawing = true; this.btnClose.FocusRectangleEnabled = false; this.btnClose.Image = null; this.btnClose.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnClose.ImageBorderEnabled = true; this.btnClose.ImageDropShadow = true; this.btnClose.ImageFocused = null; this.btnClose.ImageInactive = null; this.btnClose.ImageMouseOver = null; this.btnClose.ImageNormal = null; this.btnClose.ImagePressed = null; this.btnClose.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnClose.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnClose.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnClose.Location = new Point(0x223, 0x143); this.btnClose.Name = "btnClose"; this.btnClose.OffsetPressedContent = true; this.btnClose.Padding2 = 5; this.btnClose.Size = new Size(160, 0x1b); this.btnClose.StretchImage = false; this.btnClose.TabIndex = 0x11; this.btnClose.Text = "Close"; this.btnClose.TextDropShadow = false; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new EventHandler(this.btnClose_Click); this.label4.AutoSize = true; this.label4.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label4.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0); this.label4.Location = new Point(9, 0x2e); this.label4.Name = "label4"; this.label4.Size = new Size(0x43, 13); this.label4.TabIndex = 0x13; this.label4.Text = "Recipients"; this.listBoxRecipients.BackColor = ARGBColors.White; this.listBoxRecipients.FormattingEnabled = true; this.listBoxRecipients.Location = new Point(12, 0x42); this.listBoxRecipients.Name = "listBoxRecipients"; this.listBoxRecipients.Size = new Size(160, 0xfb); this.listBoxRecipients.TabIndex = 0x12; this.listBoxRecipients.SelectedIndexChanged += new EventHandler(this.listBoxRecipients_SelectedIndexChanged); this.listBoxRecipients.DoubleClick += new EventHandler(this.listBoxRecipients_DoubleClick); this.btnAddToFavourites.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnAddToFavourites.BorderDrawing = true; this.btnAddToFavourites.FocusRectangleEnabled = false; this.btnAddToFavourites.Image = null; this.btnAddToFavourites.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnAddToFavourites.ImageBorderEnabled = true; this.btnAddToFavourites.ImageDropShadow = true; this.btnAddToFavourites.ImageFocused = null; this.btnAddToFavourites.ImageInactive = null; this.btnAddToFavourites.ImageMouseOver = null; this.btnAddToFavourites.ImageNormal = null; this.btnAddToFavourites.ImagePressed = null; this.btnAddToFavourites.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnAddToFavourites.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnAddToFavourites.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnAddToFavourites.Location = new Point(0x17d, 0x143); this.btnAddToFavourites.Name = "btnAddToFavourites"; this.btnAddToFavourites.OffsetPressedContent = true; this.btnAddToFavourites.Padding2 = 5; this.btnAddToFavourites.Size = new Size(160, 0x1b); this.btnAddToFavourites.StretchImage = false; this.btnAddToFavourites.TabIndex = 20; this.btnAddToFavourites.Text = "Add to Favourites"; this.btnAddToFavourites.TextDropShadow = false; this.btnAddToFavourites.UseVisualStyleBackColor = true; this.btnAddToFavourites.Click += new EventHandler(this.btnAddToFavourites_Click); this.btnSearch.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnSearch.BorderDrawing = true; this.btnSearch.FocusRectangleEnabled = false; this.btnSearch.Image = null; this.btnSearch.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnSearch.ImageBorderEnabled = true; this.btnSearch.ImageDropShadow = true; this.btnSearch.ImageFocused = null; this.btnSearch.ImageInactive = null; this.btnSearch.ImageMouseOver = null; this.btnSearch.ImageNormal = null; this.btnSearch.ImagePressed = null; this.btnSearch.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnSearch.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnSearch.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnSearch.Location = new Point(0xd7, 0x5c); this.btnSearch.Name = "btnSearch"; this.btnSearch.OffsetPressedContent = true; this.btnSearch.Padding2 = 5; this.btnSearch.Size = new Size(160, 0x1b); this.btnSearch.StretchImage = false; this.btnSearch.TabIndex = 0x15; this.btnSearch.Text = "Search"; this.btnSearch.TextDropShadow = false; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new EventHandler(this.btnSearch_Click); this.btnCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnCancel.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnCancel.BorderDrawing = true; this.btnCancel.FocusRectangleEnabled = false; this.btnCancel.Image = null; this.btnCancel.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnCancel.ImageBorderEnabled = true; this.btnCancel.ImageDropShadow = true; this.btnCancel.ImageFocused = null; this.btnCancel.ImageInactive = null; this.btnCancel.ImageMouseOver = null; this.btnCancel.ImageNormal = null; this.btnCancel.ImagePressed = null; this.btnCancel.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnCancel.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnCancel.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnCancel.Location = new Point(0x223, 0x164); this.btnCancel.Name = "btnCancel"; this.btnCancel.OffsetPressedContent = true; this.btnCancel.Padding2 = 5; this.btnCancel.Size = new Size(0x9f, 0x1b); this.btnCancel.StretchImage = false; this.btnCancel.TabIndex = 0x16; this.btnCancel.Text = "Cancel"; this.btnCancel.TextDropShadow = false; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new EventHandler(this.btnCancel_Click); this.btnRemoveFromFavourites.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnRemoveFromFavourites.BorderDrawing = true; this.btnRemoveFromFavourites.FocusRectangleEnabled = false; this.btnRemoveFromFavourites.Image = null; this.btnRemoveFromFavourites.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnRemoveFromFavourites.ImageBorderEnabled = true; this.btnRemoveFromFavourites.ImageDropShadow = true; this.btnRemoveFromFavourites.ImageFocused = null; this.btnRemoveFromFavourites.ImageInactive = null; this.btnRemoveFromFavourites.ImageMouseOver = null; this.btnRemoveFromFavourites.ImageNormal = null; this.btnRemoveFromFavourites.ImagePressed = null; this.btnRemoveFromFavourites.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnRemoveFromFavourites.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnRemoveFromFavourites.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnRemoveFromFavourites.Location = new Point(0x17d, 0x164); this.btnRemoveFromFavourites.Name = "btnRemoveFromFavourites"; this.btnRemoveFromFavourites.OffsetPressedContent = true; this.btnRemoveFromFavourites.Padding2 = 5; this.btnRemoveFromFavourites.Size = new Size(160, 0x1b); this.btnRemoveFromFavourites.StretchImage = false; this.btnRemoveFromFavourites.TabIndex = 0x17; this.btnRemoveFromFavourites.Text = "Remove from Favourites"; this.btnRemoveFromFavourites.TextDropShadow = false; this.btnRemoveFromFavourites.UseVisualStyleBackColor = true; this.btnRemoveFromFavourites.Click += new EventHandler(this.btnRemoveFromFavourites_Click); this.label5.AutoSize = true; this.label5.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label5.Location = new Point(0xd4, 50); this.label5.Name = "label5"; this.label5.Size = new Size(0x77, 13); this.label5.TabIndex = 15; this.label5.Text = "Search for Player Name"; this.btnRemove.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnRemove.BorderDrawing = true; this.btnRemove.FocusRectangleEnabled = false; this.btnRemove.Image = null; this.btnRemove.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnRemove.ImageBorderEnabled = true; this.btnRemove.ImageDropShadow = true; this.btnRemove.ImageFocused = null; this.btnRemove.ImageInactive = null; this.btnRemove.ImageMouseOver = null; this.btnRemove.ImageNormal = null; this.btnRemove.ImagePressed = null; this.btnRemove.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnRemove.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnRemove.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnRemove.Location = new Point(12, 0x164); this.btnRemove.Name = "btnRemove"; this.btnRemove.OffsetPressedContent = true; this.btnRemove.Padding2 = 5; this.btnRemove.Size = new Size(160, 0x1b); this.btnRemove.StretchImage = false; this.btnRemove.TabIndex = 0x18; this.btnRemove.Text = "Remove"; this.btnRemove.TextDropShadow = false; this.btnRemove.UseVisualStyleBackColor = true; this.btnRemove.Click += new EventHandler(this.btnRemove_Click); base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(0x2ce, 0x187); base.Controls.Add(this.btnRemove); base.Controls.Add(this.btnRemoveFromFavourites); base.Controls.Add(this.btnSearch); base.Controls.Add(this.label4); base.Controls.Add(this.listBoxRecipients); base.Controls.Add(this.label2); base.Controls.Add(this.btnCancel); base.Controls.Add(this.label1); base.Controls.Add(this.listBoxFavourites); base.Controls.Add(this.listBoxRecent); base.Controls.Add(this.label5); base.Controls.Add(this.btnAddToFavourites); base.Controls.Add(this.textBoxNewRecipient); base.Controls.Add(this.listBoxSearch); base.Controls.Add(this.btnClose); base.Controls.Add(this.btnAdd); base.Icon = Resources.shk_icon; base.Name = "MailUserPopup"; base.ShowBar = true; base.ShowClose = true; base.ShowIcon = false; base.StartPosition = FormStartPosition.CenterScreen; this.Text = "Add Users"; base.TopMost = true; base.FormClosing += new FormClosingEventHandler(this.MailUserPopup_FormClosing); base.Controls.SetChildIndex(this.btnAdd, 0); base.Controls.SetChildIndex(this.btnClose, 0); base.Controls.SetChildIndex(this.listBoxSearch, 0); base.Controls.SetChildIndex(this.textBoxNewRecipient, 0); base.Controls.SetChildIndex(this.btnAddToFavourites, 0); base.Controls.SetChildIndex(this.label5, 0); base.Controls.SetChildIndex(this.listBoxRecent, 0); base.Controls.SetChildIndex(this.listBoxFavourites, 0); base.Controls.SetChildIndex(this.label1, 0); base.Controls.SetChildIndex(this.btnCancel, 0); base.Controls.SetChildIndex(this.label2, 0); base.Controls.SetChildIndex(this.listBoxRecipients, 0); base.Controls.SetChildIndex(this.label4, 0); base.Controls.SetChildIndex(this.btnSearch, 0); base.Controls.SetChildIndex(this.btnRemoveFromFavourites, 0); base.Controls.SetChildIndex(this.btnRemove, 0); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.lblSearchByName = new Label(); this.tbSearchName = new TextBox(); this.btnCancel = new BitmapButton(); this.label3 = new Label(); this.tbVillageID = new TextBox(); this.lblSearchByID = new Label(); this.listBoxVillages = new ListBox(); this.btnSearchByName = new BitmapButton(); this.btnSearchByID = new BitmapButton(); base.SuspendLayout(); this.lblSearchByName.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.lblSearchByName.ForeColor = ARGBColors.Black; this.lblSearchByName.Location = new Point(12, 0x29); this.lblSearchByName.Name = "lblSearchByName"; this.lblSearchByName.Size = new Size(140, 40); this.lblSearchByName.TabIndex = 11; this.lblSearchByName.Text = "Search By Name"; this.lblSearchByName.TextAlign = ContentAlignment.MiddleLeft; this.tbSearchName.BackColor = Color.FromArgb(0xeb, 240, 0xf3); this.tbSearchName.ForeColor = ARGBColors.Black; this.tbSearchName.Location = new Point(0x9e, 0x31); this.tbSearchName.MaxLength = 0x20; this.tbSearchName.Name = "tbSearchName"; this.tbSearchName.Size = new Size(0x9b, 20); this.tbSearchName.TabIndex = 1; this.tbSearchName.TextChanged += new EventHandler(this.tbNewName_TextChanged); this.tbSearchName.KeyUp += new KeyEventHandler(this.tbSearchName_KeyUp); this.tbSearchName.KeyPress += new KeyPressEventHandler(this.tbSearchName_KeyPress); this.btnCancel.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnCancel.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnCancel.BorderDrawing = true; this.btnCancel.FocusRectangleEnabled = false; this.btnCancel.Image = null; this.btnCancel.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnCancel.ImageBorderEnabled = true; this.btnCancel.ImageDropShadow = true; this.btnCancel.ImageFocused = null; this.btnCancel.ImageInactive = null; this.btnCancel.ImageMouseOver = null; this.btnCancel.ImageNormal = null; this.btnCancel.ImagePressed = null; this.btnCancel.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnCancel.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnCancel.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnCancel.Location = new Point(0x142, 0x163); this.btnCancel.Name = "btnCancel"; this.btnCancel.OffsetPressedContent = true; this.btnCancel.Padding2 = 5; this.btnCancel.Size = new Size(0x7a, 0x20); this.btnCancel.StretchImage = false; this.btnCancel.TabIndex = 3; this.btnCancel.Text = "Close"; this.btnCancel.TextDropShadow = false; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new EventHandler(this.btnCancel_Click); this.label3.AutoSize = true; this.label3.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label3.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0); this.label3.ForeColor = Color.FromArgb(0xff, 0xff, 0xff); this.label3.Location = new Point(0xb3, 7); this.label3.Name = "label3"; this.label3.Size = new Size(0, 0x10); this.label3.TabIndex = 9; this.tbVillageID.BackColor = Color.FromArgb(0xeb, 240, 0xf3); this.tbVillageID.Location = new Point(0x9e, 0x54); this.tbVillageID.MaxLength = 0x20; this.tbVillageID.Name = "tbVillageID"; this.tbVillageID.Size = new Size(0x9b, 20); this.tbVillageID.TabIndex = 13; this.tbVillageID.TextChanged += new EventHandler(this.tbVillageID_TextChanged); this.tbVillageID.KeyUp += new KeyEventHandler(this.tbVillageID_KeyUp); this.tbVillageID.KeyPress += new KeyPressEventHandler(this.tbVillageID_KeyPress); this.lblSearchByID.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.lblSearchByID.ForeColor = ARGBColors.Black; this.lblSearchByID.Location = new Point(12, 0x4b); this.lblSearchByID.Name = "lblSearchByID"; this.lblSearchByID.Size = new Size(140, 40); this.lblSearchByID.TabIndex = 14; this.lblSearchByID.Text = "Search By VillageID"; this.lblSearchByID.TextAlign = ContentAlignment.MiddleLeft; this.listBoxVillages.BackColor = ARGBColors.White; this.listBoxVillages.ForeColor = ARGBColors.Black; this.listBoxVillages.FormattingEnabled = true; this.listBoxVillages.Location = new Point(0x22, 0x75); this.listBoxVillages.Name = "listBoxVillages"; this.listBoxVillages.Size = new Size(0x181, 0xe1); this.listBoxVillages.TabIndex = 15; this.listBoxVillages.DoubleClick += new EventHandler(this.listBoxVillages_DoubleClick); this.btnSearchByName.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnSearchByName.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnSearchByName.BorderDrawing = true; this.btnSearchByName.FocusRectangleEnabled = false; this.btnSearchByName.Image = null; this.btnSearchByName.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnSearchByName.ImageBorderEnabled = true; this.btnSearchByName.ImageDropShadow = true; this.btnSearchByName.ImageFocused = null; this.btnSearchByName.ImageInactive = null; this.btnSearchByName.ImageMouseOver = null; this.btnSearchByName.ImageNormal = null; this.btnSearchByName.ImagePressed = null; this.btnSearchByName.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnSearchByName.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnSearchByName.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnSearchByName.Location = new Point(0x14b, 0x31); this.btnSearchByName.Name = "btnSearchByName"; this.btnSearchByName.OffsetPressedContent = true; this.btnSearchByName.Padding2 = 5; this.btnSearchByName.Size = new Size(0x71, 0x15); this.btnSearchByName.StretchImage = false; this.btnSearchByName.TabIndex = 0x10; this.btnSearchByName.Text = "Search"; this.btnSearchByName.TextDropShadow = false; this.btnSearchByName.UseVisualStyleBackColor = false; this.btnSearchByName.Click += new EventHandler(this.btnSearchByName_Click); this.btnSearchByID.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnSearchByID.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnSearchByID.BorderDrawing = true; this.btnSearchByID.FocusRectangleEnabled = false; this.btnSearchByID.Image = null; this.btnSearchByID.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnSearchByID.ImageBorderEnabled = true; this.btnSearchByID.ImageDropShadow = true; this.btnSearchByID.ImageFocused = null; this.btnSearchByID.ImageInactive = null; this.btnSearchByID.ImageMouseOver = null; this.btnSearchByID.ImageNormal = null; this.btnSearchByID.ImagePressed = null; this.btnSearchByID.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnSearchByID.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnSearchByID.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnSearchByID.Location = new Point(0x14b, 0x53); this.btnSearchByID.Name = "btnSearchByID"; this.btnSearchByID.OffsetPressedContent = true; this.btnSearchByID.Padding2 = 5; this.btnSearchByID.Size = new Size(0x71, 0x15); this.btnSearchByID.StretchImage = false; this.btnSearchByID.TabIndex = 0x11; this.btnSearchByID.Text = "Search"; this.btnSearchByID.TextDropShadow = false; this.btnSearchByID.UseVisualStyleBackColor = false; this.btnSearchByID.Click += new EventHandler(this.btnSearchByID_Click); base.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.FromArgb(0x9f, 180, 0xc1); base.ClientSize = new Size(0x1c8, 0x18f); base.Controls.Add(this.btnSearchByID); base.Controls.Add(this.btnSearchByName); base.Controls.Add(this.listBoxVillages); base.Controls.Add(this.tbVillageID); base.Controls.Add(this.lblSearchByID); base.Controls.Add(this.btnCancel); base.Controls.Add(this.tbSearchName); base.Controls.Add(this.lblSearchByName); base.Icon = Resources.shk_icon; base.Name = "SearchForVillagePopup"; base.ShowBar = true; base.ShowClose = true; base.StartPosition = FormStartPosition.CenterParent; base.Controls.SetChildIndex(this.lblSearchByName, 0); base.Controls.SetChildIndex(this.tbSearchName, 0); base.Controls.SetChildIndex(this.btnCancel, 0); base.Controls.SetChildIndex(this.lblSearchByID, 0); base.Controls.SetChildIndex(this.tbVillageID, 0); base.Controls.SetChildIndex(this.listBoxVillages, 0); base.Controls.SetChildIndex(this.btnSearchByName, 0); base.Controls.SetChildIndex(this.btnSearchByID, 0); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.textBox1 = new TextBox(); this.btnExit = new BitmapButton(); this.btnSend = new BitmapButton(); base.SuspendLayout(); this.textBox1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.textBox1.BackColor = ARGBColors.White; this.textBox1.Location = new Point(12, 0x2e); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ScrollBars = ScrollBars.Vertical; this.textBox1.Size = new Size(0x1fd, 0x16e); this.textBox1.TabIndex = 0; this.btnExit.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnExit.BorderColor = ARGBColors.DarkBlue; this.btnExit.BorderDrawing = true; this.btnExit.FocusRectangleEnabled = false; this.btnExit.Image = null; this.btnExit.ImageBorderColor = ARGBColors.Chocolate; this.btnExit.ImageBorderEnabled = true; this.btnExit.ImageDropShadow = true; this.btnExit.ImageFocused = null; this.btnExit.ImageInactive = null; this.btnExit.ImageMouseOver = null; this.btnExit.ImageNormal = null; this.btnExit.ImagePressed = null; this.btnExit.InnerBorderColor = ARGBColors.LightGray; this.btnExit.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnExit.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnExit.Location = new Point(0x1a9, 0x1a6); this.btnExit.Name = "btnExit"; this.btnExit.OffsetPressedContent = true; this.btnExit.Padding2 = 5; this.btnExit.Size = new Size(0x60, 0x17); this.btnExit.StretchImage = false; this.btnExit.TabIndex = 1; this.btnExit.Text = "Exit"; this.btnExit.TextDropShadow = false; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new EventHandler(this.btnExit_Click); this.btnSend.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; this.btnSend.BorderColor = ARGBColors.DarkBlue; this.btnSend.BorderDrawing = true; this.btnSend.FocusRectangleEnabled = false; this.btnSend.Image = null; this.btnSend.ImageBorderColor = ARGBColors.Chocolate; this.btnSend.ImageBorderEnabled = true; this.btnSend.ImageDropShadow = true; this.btnSend.ImageFocused = null; this.btnSend.ImageInactive = null; this.btnSend.ImageMouseOver = null; this.btnSend.ImageNormal = null; this.btnSend.ImagePressed = null; this.btnSend.InnerBorderColor = ARGBColors.LightGray; this.btnSend.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnSend.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnSend.Location = new Point(12, 0x1a6); this.btnSend.Name = "btnSend"; this.btnSend.OffsetPressedContent = true; this.btnSend.Padding2 = 5; this.btnSend.Size = new Size(0x60, 0x17); this.btnSend.StretchImage = false; this.btnSend.TabIndex = 2; this.btnSend.Text = "Send"; this.btnSend.TextDropShadow = false; this.btnSend.UseVisualStyleBackColor = true; this.btnSend.Click += new EventHandler(this.btnSend_Click); base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(0x215, 0x1c9); base.Controls.Add(this.btnSend); base.Controls.Add(this.btnExit); base.Controls.Add(this.textBox1); base.Icon = Resources.shk_icon; base.MaximizeBox = false; base.MinimizeBox = false; base.Name = "AdminInfoPopup"; base.ShowClose = true; base.ShowIcon = false; base.StartPosition = FormStartPosition.CenterScreen; this.Text = "Admin's Message"; base.TopMost = true; base.Controls.SetChildIndex(this.textBox1, 0); base.Controls.SetChildIndex(this.btnExit, 0); base.Controls.SetChildIndex(this.btnSend, 0); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.label3 = new Label(); this.btnClose = new BitmapButton(); this.tbBody = new TextBox(); this.textBox2 = new TextBox(); this.lbFrom = new Label(); this.lblFromName = new Label(); this.lbDate = new Label(); this.lbDateValue = new Label(); this.btnCopyClipboard = new BitmapButton(); this.btnCopySelected = new BitmapButton(); base.SuspendLayout(); this.label3.AutoSize = true; this.label3.Location = new Point(7, 0x4c); this.label3.Name = "label3"; this.label3.Size = new Size(0x4f, 13); this.label3.TabIndex = 0x10; this.label3.Text = "Search Results"; this.btnClose.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnClose.BorderColor = ARGBColors.DarkBlue; this.btnClose.BorderDrawing = true; this.btnClose.FocusRectangleEnabled = false; this.btnClose.Image = null; this.btnClose.ImageBorderColor = ARGBColors.Chocolate; this.btnClose.ImageBorderEnabled = true; this.btnClose.ImageDropShadow = true; this.btnClose.ImageFocused = null; this.btnClose.ImageInactive = null; this.btnClose.ImageMouseOver = null; this.btnClose.ImageNormal = null; this.btnClose.ImagePressed = null; this.btnClose.InnerBorderColor = ARGBColors.LightGray; this.btnClose.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnClose.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnClose.Location = new Point(0x2a4, 0x1e7); this.btnClose.Name = "btnClose"; this.btnClose.OffsetPressedContent = true; this.btnClose.Padding2 = 5; this.btnClose.Size = new Size(110, 0x1b); this.btnClose.StretchImage = false; this.btnClose.TabIndex = 0x11; this.btnClose.Text = "Close"; this.btnClose.TextDropShadow = false; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new EventHandler(this.btnClose_Click); this.tbBody.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.tbBody.BackColor = ARGBColors.White; this.tbBody.ForeColor = ARGBColors.Black; this.tbBody.Location = new Point(14, 0x52); this.tbBody.Multiline = true; this.tbBody.Name = "textBox1"; this.tbBody.ReadOnly = true; this.tbBody.ScrollBars = ScrollBars.Vertical; this.tbBody.Size = new Size(0x304, 0x18f); this.tbBody.TabIndex = 0x12; this.textBox2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top; this.textBox2.BackColor = ARGBColors.White; this.textBox2.ForeColor = ARGBColors.Black; this.textBox2.Location = new Point(14, 0x38); this.textBox2.Name = "textBox2"; this.textBox2.ReadOnly = true; this.textBox2.Size = new Size(0x304, 20); this.textBox2.TabIndex = 0x13; this.lbFrom.AutoSize = true; this.lbFrom.BackColor = ARGBColors.Transparent; this.lbFrom.ForeColor = ARGBColors.White; this.lbFrom.Location = new Point(0x12, 0x27); this.lbFrom.Name = "lbFrom"; this.lbFrom.Size = new Size(0x23, 13); this.lbFrom.TabIndex = 20; this.lbFrom.Text = "label1"; this.lblFromName.AutoSize = true; this.lblFromName.BackColor = ARGBColors.Transparent; this.lblFromName.ForeColor = ARGBColors.White; this.lblFromName.Location = new Point(0x53, 0x27); this.lblFromName.Name = "lblFromName"; this.lblFromName.Size = new Size(0x23, 13); this.lblFromName.TabIndex = 0x15; this.lblFromName.Text = "label1"; this.lbDate.AutoSize = true; this.lbDate.BackColor = ARGBColors.Transparent; this.lbDate.ForeColor = ARGBColors.White; this.lbDate.Location = new Point(0x252, 0x27); this.lbDate.Name = "lbDate"; this.lbDate.Size = new Size(0x23, 13); this.lbDate.TabIndex = 0x16; this.lbDate.Text = "label1"; this.lbDateValue.AutoSize = true; this.lbDateValue.BackColor = ARGBColors.Transparent; this.lbDateValue.ForeColor = ARGBColors.White; this.lbDateValue.Location = new Point(0x290, 0x27); this.lbDateValue.Name = "lbDateValue"; this.lbDateValue.Size = new Size(0x23, 13); this.lbDateValue.TabIndex = 0x17; this.lbDateValue.Text = "label1"; this.btnCopyClipboard.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnCopyClipboard.BorderColor = ARGBColors.DarkBlue; this.btnCopyClipboard.BorderDrawing = true; this.btnCopyClipboard.FocusRectangleEnabled = false; this.btnCopyClipboard.Image = null; this.btnCopyClipboard.ImageBorderColor = ARGBColors.Chocolate; this.btnCopyClipboard.ImageBorderEnabled = true; this.btnCopyClipboard.ImageDropShadow = true; this.btnCopyClipboard.ImageFocused = null; this.btnCopyClipboard.ImageInactive = null; this.btnCopyClipboard.ImageMouseOver = null; this.btnCopyClipboard.ImageNormal = null; this.btnCopyClipboard.ImagePressed = null; this.btnCopyClipboard.InnerBorderColor = ARGBColors.LightGray; this.btnCopyClipboard.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnCopyClipboard.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnCopyClipboard.Location = new Point(14, 0x1e7); this.btnCopyClipboard.Name = "btnCopyClipboard"; this.btnCopyClipboard.OffsetPressedContent = true; this.btnCopyClipboard.Padding2 = 5; this.btnCopyClipboard.Size = new Size(0xd8, 0x1b); this.btnCopyClipboard.StretchImage = false; this.btnCopyClipboard.TabIndex = 0x18; this.btnCopyClipboard.Text = "Copy All to Clipboard"; this.btnCopyClipboard.TextDropShadow = false; this.btnCopyClipboard.UseVisualStyleBackColor = true; this.btnCopyClipboard.Click += new EventHandler(this.btnCopyClipboard_Click); this.btnCopySelected.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnCopySelected.BorderColor = ARGBColors.DarkBlue; this.btnCopySelected.BorderDrawing = true; this.btnCopySelected.FocusRectangleEnabled = false; this.btnCopySelected.Image = null; this.btnCopySelected.ImageBorderColor = ARGBColors.Chocolate; this.btnCopySelected.ImageBorderEnabled = true; this.btnCopySelected.ImageDropShadow = true; this.btnCopySelected.ImageFocused = null; this.btnCopySelected.ImageInactive = null; this.btnCopySelected.ImageMouseOver = null; this.btnCopySelected.ImageNormal = null; this.btnCopySelected.ImagePressed = null; this.btnCopySelected.InnerBorderColor = ARGBColors.LightGray; this.btnCopySelected.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnCopySelected.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnCopySelected.Location = new Point(0xec, 0x1e7); this.btnCopySelected.Name = "btnCopySelected"; this.btnCopySelected.OffsetPressedContent = true; this.btnCopySelected.Padding2 = 5; this.btnCopySelected.Size = new Size(0xd8, 0x1b); this.btnCopySelected.StretchImage = false; this.btnCopySelected.TabIndex = 0x19; this.btnCopySelected.Text = "Copy Selected to Clipboard"; this.btnCopySelected.TextDropShadow = false; this.btnCopySelected.UseVisualStyleBackColor = true; this.btnCopySelected.Click += new EventHandler(this.btnCopySelected_Click); base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(0x31e, 0x20e); base.Controls.Add(this.btnCopySelected); base.Controls.Add(this.btnCopyClipboard); base.Controls.Add(this.lbDateValue); base.Controls.Add(this.lbDate); base.Controls.Add(this.lblFromName); base.Controls.Add(this.lbFrom); base.Controls.Add(this.textBox2); base.Controls.Add(this.tbBody); base.Controls.Add(this.btnClose); base.Icon = Resources.shk_icon; base.Name = "ViewMailPopup"; base.ShowClose = true; base.ShowIcon = false; base.ShowInTaskbar = false; base.StartPosition = FormStartPosition.CenterScreen; this.Text = "Add Users"; base.TopMost = true; base.Controls.SetChildIndex(this.btnClose, 0); base.Controls.SetChildIndex(this.tbBody, 0); base.Controls.SetChildIndex(this.textBox2, 0); base.Controls.SetChildIndex(this.lbFrom, 0); base.Controls.SetChildIndex(this.lblFromName, 0); base.Controls.SetChildIndex(this.lbDate, 0); base.Controls.SetChildIndex(this.lbDateValue, 0); base.Controls.SetChildIndex(this.btnCopyClipboard, 0); base.Controls.SetChildIndex(this.btnCopySelected, 0); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.btnRetrieve = new BitmapButton(); this.btnAll = new BitmapButton(); this.btnCancel = new BitmapButton(); this.tbPeasants = new TrackBar(); this.lblPeasants = new Label(); this.label2 = new Label(); this.label3 = new Label(); this.lblArchers = new Label(); this.tbArchers = new TrackBar(); this.label5 = new Label(); this.lblPikemen = new Label(); this.tbPikemen = new TrackBar(); this.label7 = new Label(); this.lblSwordsmen = new Label(); this.tbSwordsmen = new TrackBar(); this.label9 = new Label(); this.lblCatapults = new Label(); this.tbCatapults = new TrackBar(); this.tbPeasants.BeginInit(); this.tbArchers.BeginInit(); this.tbPikemen.BeginInit(); this.tbSwordsmen.BeginInit(); this.tbCatapults.BeginInit(); base.SuspendLayout(); this.btnRetrieve.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; this.btnRetrieve.BorderColor = ARGBColors.DarkBlue; this.btnRetrieve.BorderDrawing = true; this.btnRetrieve.FocusRectangleEnabled = false; this.btnRetrieve.Image = null; this.btnRetrieve.ImageBorderColor = ARGBColors.Chocolate; this.btnRetrieve.ImageBorderEnabled = true; this.btnRetrieve.ImageDropShadow = true; this.btnRetrieve.ImageFocused = null; this.btnRetrieve.ImageInactive = null; this.btnRetrieve.ImageMouseOver = null; this.btnRetrieve.ImageNormal = null; this.btnRetrieve.ImagePressed = null; this.btnRetrieve.InnerBorderColor = ARGBColors.LightGray; this.btnRetrieve.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnRetrieve.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnRetrieve.Location = new Point(0x10c, 0x143); this.btnRetrieve.Name = "btnRetrieve"; this.btnRetrieve.OffsetPressedContent = true; this.btnRetrieve.Padding2 = 5; this.btnRetrieve.Size = new Size(90, 30); this.btnRetrieve.StretchImage = false; this.btnRetrieve.TabIndex = 0x38; this.btnRetrieve.Text = "Retrieve"; this.btnRetrieve.TextDropShadow = false; this.btnRetrieve.UseVisualStyleBackColor = true; this.btnRetrieve.Click += new EventHandler(this.btnRetrieve_Click); this.btnAll.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; this.btnAll.BorderColor = ARGBColors.DarkBlue; this.btnAll.BorderDrawing = true; this.btnAll.FocusRectangleEnabled = false; this.btnAll.Image = null; this.btnAll.ImageBorderColor = ARGBColors.Chocolate; this.btnAll.ImageBorderEnabled = true; this.btnAll.ImageDropShadow = true; this.btnAll.ImageFocused = null; this.btnAll.ImageInactive = null; this.btnAll.ImageMouseOver = null; this.btnAll.ImageNormal = null; this.btnAll.ImagePressed = null; this.btnAll.InnerBorderColor = ARGBColors.LightGray; this.btnAll.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnAll.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnAll.Location = new Point(140, 0x143); this.btnAll.Name = "btnAll"; this.btnAll.OffsetPressedContent = true; this.btnAll.Padding2 = 5; this.btnAll.Size = new Size(90, 30); this.btnAll.StretchImage = false; this.btnAll.TabIndex = 0x39; this.btnAll.Text = "Select All"; this.btnAll.TextDropShadow = false; this.btnAll.UseVisualStyleBackColor = true; this.btnAll.Click += new EventHandler(this.btnAll_Click); this.btnCancel.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; this.btnCancel.BorderColor = ARGBColors.DarkBlue; this.btnCancel.BorderDrawing = true; this.btnCancel.FocusRectangleEnabled = false; this.btnCancel.Image = null; this.btnCancel.ImageBorderColor = ARGBColors.Chocolate; this.btnCancel.ImageBorderEnabled = true; this.btnCancel.ImageDropShadow = true; this.btnCancel.ImageFocused = null; this.btnCancel.ImageInactive = null; this.btnCancel.ImageMouseOver = null; this.btnCancel.ImageNormal = null; this.btnCancel.ImagePressed = null; this.btnCancel.InnerBorderColor = ARGBColors.LightGray; this.btnCancel.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnCancel.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnCancel.Location = new Point(12, 0x143); this.btnCancel.Name = "btnCancel"; this.btnCancel.OffsetPressedContent = true; this.btnCancel.Padding2 = 5; this.btnCancel.Size = new Size(90, 30); this.btnCancel.StretchImage = false; this.btnCancel.TabIndex = 0x3a; this.btnCancel.Text = "Cancel"; this.btnCancel.TextDropShadow = false; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new EventHandler(this.btnCancel_Click); this.tbPeasants.BackColor = Color.FromArgb(0x63, 0x70, 0x79); this.tbPeasants.Location = new Point(80, 0x2b); this.tbPeasants.Name = "tbPeasants"; this.tbPeasants.Size = new Size(0xc6, 0x2d); this.tbPeasants.TabIndex = 0x3b; this.tbPeasants.ValueChanged += new EventHandler(this.tbPeasants_ValueChanged); this.lblPeasants.BackColor = ARGBColors.Transparent; this.lblPeasants.Location = new Point(0x114, 60); this.lblPeasants.Name = "lblPeasants"; this.lblPeasants.Size = new Size(0x52, 0x1c); this.lblPeasants.TabIndex = 60; this.lblPeasants.Text = "0/0"; this.lblPeasants.TextAlign = ContentAlignment.TopRight; this.label2.AutoSize = true; this.label2.BackColor = ARGBColors.Transparent; this.label2.Location = new Point(12, 60); this.label2.Name = "label2"; this.label2.Size = new Size(0x33, 13); this.label2.TabIndex = 0x3d; this.label2.Text = "Peasants"; this.label3.AutoSize = true; this.label3.BackColor = ARGBColors.Transparent; this.label3.Location = new Point(12, 0x6f); this.label3.Name = "label3"; this.label3.Size = new Size(0x2b, 13); this.label3.TabIndex = 0x40; this.label3.Text = "Archers"; this.lblArchers.BackColor = ARGBColors.Transparent; this.lblArchers.Location = new Point(0x114, 0x6f); this.lblArchers.Name = "lblArchers"; this.lblArchers.Size = new Size(0x52, 0x1c); this.lblArchers.TabIndex = 0x3f; this.lblArchers.Text = "0/0"; this.lblArchers.TextAlign = ContentAlignment.TopRight; this.tbArchers.BackColor = Color.FromArgb(0x6d, 0x7c, 0x85); this.tbArchers.Location = new Point(80, 0x5e); this.tbArchers.Name = "tbArchers"; this.tbArchers.Size = new Size(0xc6, 0x2d); this.tbArchers.TabIndex = 0x3e; this.tbArchers.ValueChanged += new EventHandler(this.tbArchers_ValueChanged); this.label5.AutoSize = true; this.label5.BackColor = ARGBColors.Transparent; this.label5.Location = new Point(12, 0xa2); this.label5.Name = "label5"; this.label5.Size = new Size(0x30, 13); this.label5.TabIndex = 0x43; this.label5.Text = "Pikemen"; this.lblPikemen.BackColor = ARGBColors.Transparent; this.lblPikemen.Location = new Point(0x114, 0xa2); this.lblPikemen.Name = "lblPikemen"; this.lblPikemen.Size = new Size(0x52, 0x1c); this.lblPikemen.TabIndex = 0x42; this.lblPikemen.Text = "0/0"; this.lblPikemen.TextAlign = ContentAlignment.TopRight; this.tbPikemen.BackColor = Color.FromArgb(0x79, 0x89, 0x94); this.tbPikemen.Location = new Point(80, 0x91); this.tbPikemen.Name = "tbPikemen"; this.tbPikemen.Size = new Size(0xc6, 0x2d); this.tbPikemen.TabIndex = 0x41; this.tbPikemen.ValueChanged += new EventHandler(this.tbPikemen_ValueChanged); this.label7.AutoSize = true; this.label7.BackColor = ARGBColors.Transparent; this.label7.Location = new Point(12, 0xd5); this.label7.Name = "label7"; this.label7.Size = new Size(0x3e, 13); this.label7.TabIndex = 70; this.label7.Text = "Swordsmen"; this.lblSwordsmen.BackColor = ARGBColors.Transparent; this.lblSwordsmen.Location = new Point(0x114, 0xd5); this.lblSwordsmen.Name = "lblSwordsmen"; this.lblSwordsmen.Size = new Size(0x52, 0x1c); this.lblSwordsmen.TabIndex = 0x45; this.lblSwordsmen.Text = "0/0"; this.lblSwordsmen.TextAlign = ContentAlignment.TopRight; this.tbSwordsmen.BackColor = Color.FromArgb(130, 0x93, 0x9e); this.tbSwordsmen.Location = new Point(80, 0xc4); this.tbSwordsmen.Name = "tbSwordsmen"; this.tbSwordsmen.Size = new Size(0xc6, 0x2d); this.tbSwordsmen.TabIndex = 0x44; this.tbSwordsmen.ValueChanged += new EventHandler(this.tbSwordsmen_ValueChanged); this.label9.AutoSize = true; this.label9.BackColor = ARGBColors.Transparent; this.label9.Location = new Point(12, 0x108); this.label9.Name = "label9"; this.label9.Size = new Size(0x33, 13); this.label9.TabIndex = 0x49; this.label9.Text = "Catapults"; this.lblCatapults.BackColor = ARGBColors.Transparent; this.lblCatapults.Location = new Point(0x114, 0x108); this.lblCatapults.Name = "lblCatapults"; this.lblCatapults.Size = new Size(0x52, 0x1c); this.lblCatapults.TabIndex = 0x48; this.lblCatapults.Text = "0/0"; this.lblCatapults.TextAlign = ContentAlignment.TopRight; this.tbCatapults.BackColor = Color.FromArgb(140, 0x9f, 170); this.tbCatapults.Location = new Point(80, 0xf7); this.tbCatapults.Name = "tbCatapults"; this.tbCatapults.Size = new Size(0xc6, 0x2d); this.tbCatapults.TabIndex = 0x47; this.tbCatapults.ValueChanged += new EventHandler(this.tbCatapults_ValueChanged); base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(370, 0x16d); base.Controls.Add(this.label9); base.Controls.Add(this.lblCatapults); base.Controls.Add(this.tbCatapults); base.Controls.Add(this.label7); base.Controls.Add(this.lblSwordsmen); base.Controls.Add(this.tbSwordsmen); base.Controls.Add(this.label5); base.Controls.Add(this.lblPikemen); base.Controls.Add(this.tbPikemen); base.Controls.Add(this.label3); base.Controls.Add(this.lblArchers); base.Controls.Add(this.tbArchers); base.Controls.Add(this.label2); base.Controls.Add(this.lblPeasants); base.Controls.Add(this.tbPeasants); base.Controls.Add(this.btnCancel); base.Controls.Add(this.btnAll); base.Controls.Add(this.btnRetrieve); base.Icon = Resources.shk_icon; base.Name = "ReinforcementsRetrievalPopup"; base.ShowClose = true; base.ShowIcon = false; base.StartPosition = FormStartPosition.CenterScreen; this.Text = "Retrieve Reinforcements"; base.Controls.SetChildIndex(this.btnRetrieve, 0); base.Controls.SetChildIndex(this.btnAll, 0); base.Controls.SetChildIndex(this.btnCancel, 0); base.Controls.SetChildIndex(this.tbPeasants, 0); base.Controls.SetChildIndex(this.lblPeasants, 0); base.Controls.SetChildIndex(this.label2, 0); base.Controls.SetChildIndex(this.tbArchers, 0); base.Controls.SetChildIndex(this.lblArchers, 0); base.Controls.SetChildIndex(this.label3, 0); base.Controls.SetChildIndex(this.tbPikemen, 0); base.Controls.SetChildIndex(this.lblPikemen, 0); base.Controls.SetChildIndex(this.label5, 0); base.Controls.SetChildIndex(this.tbSwordsmen, 0); base.Controls.SetChildIndex(this.lblSwordsmen, 0); base.Controls.SetChildIndex(this.label7, 0); base.Controls.SetChildIndex(this.tbCatapults, 0); base.Controls.SetChildIndex(this.lblCatapults, 0); base.Controls.SetChildIndex(this.label9, 0); this.tbPeasants.EndInit(); this.tbArchers.EndInit(); this.tbPikemen.EndInit(); this.tbSwordsmen.EndInit(); this.tbCatapults.EndInit(); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.img1 = new Panel(); this.img3 = new Panel(); this.img5 = new Panel(); this.img7 = new Panel(); this.lblResource1 = new Label(); this.lblResource3 = new Label(); this.lblResource5 = new Label(); this.lblResource7 = new Label(); this.lblResource8 = new Label(); this.lblResource6 = new Label(); this.lblResource4 = new Label(); this.lblResource2 = new Label(); this.img8 = new Panel(); this.img6 = new Panel(); this.img4 = new Panel(); this.img2 = new Panel(); this.btnClose = new BitmapButton(); base.SuspendLayout(); this.img1.BackColor = ARGBColors.Transparent; this.img1.BackgroundImage = (Image)GFXLibrary.com_32_wood; this.img1.BackgroundImageLayout = ImageLayout.Center; this.img1.Location = new Point(0x20, 0x2e); this.img1.Name = "img1"; this.img1.Size = new Size(0x20, 0x20); this.img1.TabIndex = 0x6c; this.img3.BackColor = ARGBColors.Transparent; this.img3.BackgroundImage = (Image)GFXLibrary.com_32_wood; this.img3.BackgroundImageLayout = ImageLayout.Center; this.img3.Location = new Point(0x20, 0x54); this.img3.Name = "img3"; this.img3.Size = new Size(0x20, 0x20); this.img3.TabIndex = 0x6c; this.img5.BackColor = ARGBColors.Transparent; this.img5.BackgroundImage = (Image)GFXLibrary.com_32_wood; this.img5.BackgroundImageLayout = ImageLayout.Center; this.img5.Location = new Point(0x20, 0x7a); this.img5.Name = "img5"; this.img5.Size = new Size(0x20, 0x20); this.img5.TabIndex = 0x6c; this.img7.BackColor = ARGBColors.Transparent; this.img7.BackgroundImage = (Image)GFXLibrary.com_32_wood; this.img7.BackgroundImageLayout = ImageLayout.Center; this.img7.Location = new Point(0x20, 160); this.img7.Name = "img7"; this.img7.Size = new Size(0x20, 0x20); this.img7.TabIndex = 0x6c; this.lblResource1.BackColor = ARGBColors.Transparent; this.lblResource1.Location = new Point(70, 0x37); this.lblResource1.Name = "lblResource1"; this.lblResource1.Size = new Size(0x51, 13); this.lblResource1.TabIndex = 0x6f; this.lblResource1.Text = "0"; this.lblResource1.TextAlign = ContentAlignment.TopRight; this.lblResource3.BackColor = ARGBColors.Transparent; this.lblResource3.Location = new Point(70, 0x5e); this.lblResource3.Name = "lblResource3"; this.lblResource3.Size = new Size(0x51, 13); this.lblResource3.TabIndex = 0x70; this.lblResource3.Text = "0"; this.lblResource3.TextAlign = ContentAlignment.TopRight; this.lblResource5.BackColor = ARGBColors.Transparent; this.lblResource5.Location = new Point(70, 0x83); this.lblResource5.Name = "lblResource5"; this.lblResource5.Size = new Size(0x51, 13); this.lblResource5.TabIndex = 0x71; this.lblResource5.Text = "0"; this.lblResource5.TextAlign = ContentAlignment.TopRight; this.lblResource7.BackColor = ARGBColors.Transparent; this.lblResource7.Location = new Point(70, 0xa9); this.lblResource7.Name = "lblResource7"; this.lblResource7.Size = new Size(0x51, 13); this.lblResource7.TabIndex = 0x72; this.lblResource7.Text = "0"; this.lblResource7.TextAlign = ContentAlignment.TopRight; this.lblResource8.BackColor = ARGBColors.Transparent; this.lblResource8.Location = new Point(0x100, 0xa9); this.lblResource8.Name = "lblResource8"; this.lblResource8.Size = new Size(0x51, 13); this.lblResource8.TabIndex = 0x7a; this.lblResource8.Text = "0"; this.lblResource8.TextAlign = ContentAlignment.TopRight; this.lblResource6.BackColor = ARGBColors.Transparent; this.lblResource6.Location = new Point(0x100, 0x83); this.lblResource6.Name = "lblResource6"; this.lblResource6.Size = new Size(0x51, 13); this.lblResource6.TabIndex = 0x79; this.lblResource6.Text = "0"; this.lblResource6.TextAlign = ContentAlignment.TopRight; this.lblResource4.BackColor = ARGBColors.Transparent; this.lblResource4.Location = new Point(0x100, 0x5e); this.lblResource4.Name = "lblResource4"; this.lblResource4.Size = new Size(0x51, 13); this.lblResource4.TabIndex = 120; this.lblResource4.Text = "0"; this.lblResource4.TextAlign = ContentAlignment.TopRight; this.lblResource2.BackColor = ARGBColors.Transparent; this.lblResource2.Location = new Point(0x100, 0x37); this.lblResource2.Name = "lblResource2"; this.lblResource2.Size = new Size(0x51, 13); this.lblResource2.TabIndex = 0x77; this.lblResource2.Text = "0"; this.lblResource2.TextAlign = ContentAlignment.TopRight; this.img8.BackColor = ARGBColors.Transparent; this.img8.BackgroundImage = (Image)GFXLibrary.com_32_wood; this.img8.BackgroundImageLayout = ImageLayout.Center; this.img8.Location = new Point(0xda, 160); this.img8.Name = "img8"; this.img8.Size = new Size(0x20, 0x20); this.img8.TabIndex = 0x74; this.img6.BackColor = ARGBColors.Transparent; this.img6.BackgroundImage = (Image)GFXLibrary.com_32_wood; this.img6.BackgroundImageLayout = ImageLayout.Center; this.img6.Location = new Point(0xda, 0x7a); this.img6.Name = "img6"; this.img6.Size = new Size(0x20, 0x20); this.img6.TabIndex = 0x73; this.img4.BackColor = ARGBColors.Transparent; this.img4.BackgroundImage = (Image)GFXLibrary.com_32_wood; this.img4.BackgroundImageLayout = ImageLayout.Center; this.img4.Location = new Point(0xda, 0x54); this.img4.Name = "img4"; this.img4.Size = new Size(0x20, 0x20); this.img4.TabIndex = 0x76; this.img2.BackColor = ARGBColors.Transparent; this.img2.BackgroundImage = (Image)GFXLibrary.com_32_wood; this.img2.BackgroundImageLayout = ImageLayout.Center; this.img2.Location = new Point(0xda, 0x2e); this.img2.Name = "img2"; this.img2.Size = new Size(0x20, 0x20); this.img2.TabIndex = 0x75; this.btnClose.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnClose.BorderColor = ARGBColors.DarkBlue; this.btnClose.BorderDrawing = true; this.btnClose.FocusRectangleEnabled = false; this.btnClose.Image = null; this.btnClose.ImageBorderColor = ARGBColors.Chocolate; this.btnClose.ImageBorderEnabled = true; this.btnClose.ImageDropShadow = true; this.btnClose.ImageFocused = null; this.btnClose.ImageInactive = null; this.btnClose.ImageMouseOver = null; this.btnClose.ImageNormal = null; this.btnClose.ImagePressed = null; this.btnClose.InnerBorderColor = ARGBColors.LightGray; this.btnClose.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnClose.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnClose.Location = new Point(0x103, 0xd0); this.btnClose.Name = "btnClose"; this.btnClose.OffsetPressedContent = true; this.btnClose.Padding2 = 5; this.btnClose.Size = new Size(0x62, 0x17); this.btnClose.StretchImage = false; this.btnClose.TabIndex = 0x7b; this.btnClose.Text = "Close"; this.btnClose.TextDropShadow = false; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new EventHandler(this.btnClose_Click); base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(0x17a, 0xf3); base.Controls.Add(this.btnClose); base.Controls.Add(this.lblResource8); base.Controls.Add(this.lblResource6); base.Controls.Add(this.lblResource4); base.Controls.Add(this.lblResource2); base.Controls.Add(this.img8); base.Controls.Add(this.img6); base.Controls.Add(this.img4); base.Controls.Add(this.img2); base.Controls.Add(this.lblResource7); base.Controls.Add(this.lblResource5); base.Controls.Add(this.lblResource3); base.Controls.Add(this.lblResource1); base.Controls.Add(this.img7); base.Controls.Add(this.img5); base.Controls.Add(this.img3); base.Controls.Add(this.img1); base.Icon = Resources.shk_icon; base.Name = "AttackReportsResourcesPanel"; base.ShowClose = false; base.ShowIcon = false; this.Text = "Resources"; base.TopMost = true; base.Controls.SetChildIndex(this.img1, 0); base.Controls.SetChildIndex(this.img3, 0); base.Controls.SetChildIndex(this.img5, 0); base.Controls.SetChildIndex(this.img7, 0); base.Controls.SetChildIndex(this.lblResource1, 0); base.Controls.SetChildIndex(this.lblResource3, 0); base.Controls.SetChildIndex(this.lblResource5, 0); base.Controls.SetChildIndex(this.lblResource7, 0); base.Controls.SetChildIndex(this.img2, 0); base.Controls.SetChildIndex(this.img4, 0); base.Controls.SetChildIndex(this.img6, 0); base.Controls.SetChildIndex(this.img8, 0); base.Controls.SetChildIndex(this.lblResource2, 0); base.Controls.SetChildIndex(this.lblResource4, 0); base.Controls.SetChildIndex(this.lblResource6, 0); base.Controls.SetChildIndex(this.lblResource8, 0); base.Controls.SetChildIndex(this.btnClose, 0); base.ResumeLayout(false); }
private void InitializeComponent() { this.tbHeading = new TextBox(); this.lblTopic = new Label(); this.tbMainText = new TextBox(); this.btnCancel = new BitmapButton(); this.btnOK = new BitmapButton(); base.SuspendLayout(); this.tbHeading.Location = new Point(0x7a, 0x26); this.tbHeading.MaxLength = 0x63; this.tbHeading.Name = "tbHeading"; this.tbHeading.Size = new Size(500, 20); this.tbHeading.TabIndex = 0; this.tbHeading.TextChanged += new EventHandler(this.tbHeading_TextChanged); this.lblTopic.AutoSize = true; this.lblTopic.BackColor = ARGBColors.Transparent; this.lblTopic.Location = new Point(12, 0x29); this.lblTopic.Name = "lblTopic"; this.lblTopic.Size = new Size(0x22, 13); this.lblTopic.TabIndex = 1; this.lblTopic.Text = "Topic"; this.tbMainText.Location = new Point(15, 0x40); this.tbMainText.Multiline = true; this.tbMainText.Name = "tbMainText"; this.tbMainText.Size = new Size(0x25f, 0x123); this.tbMainText.TabIndex = 2; this.tbMainText.TextChanged += new EventHandler(this.tbMainText_TextChanged); this.btnCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnCancel.BorderColor = ARGBColors.DarkBlue; this.btnCancel.BorderDrawing = true; this.btnCancel.FocusRectangleEnabled = false; this.btnCancel.Image = null; this.btnCancel.ImageBorderColor = ARGBColors.Chocolate; this.btnCancel.ImageBorderEnabled = true; this.btnCancel.ImageDropShadow = true; this.btnCancel.ImageFocused = null; this.btnCancel.ImageInactive = null; this.btnCancel.ImageMouseOver = null; this.btnCancel.ImageNormal = null; this.btnCancel.ImagePressed = null; this.btnCancel.InnerBorderColor = ARGBColors.LightGray; this.btnCancel.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnCancel.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnCancel.Location = new Point(0x1f2, 0x170); this.btnCancel.Name = "btnCancel"; this.btnCancel.OffsetPressedContent = true; this.btnCancel.Padding2 = 5; this.btnCancel.Size = new Size(0x7c, 0x1d); this.btnCancel.StretchImage = false; this.btnCancel.TabIndex = 3; this.btnCancel.Text = "Cancel"; this.btnCancel.TextDropShadow = false; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new EventHandler(this.btnCancel_Click); this.btnOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnOK.BorderColor = ARGBColors.DarkBlue; this.btnOK.BorderDrawing = true; this.btnOK.FocusRectangleEnabled = false; this.btnOK.Image = null; this.btnOK.ImageBorderColor = ARGBColors.Chocolate; this.btnOK.ImageBorderEnabled = true; this.btnOK.ImageDropShadow = true; this.btnOK.ImageFocused = null; this.btnOK.ImageInactive = null; this.btnOK.ImageMouseOver = null; this.btnOK.ImageNormal = null; this.btnOK.ImagePressed = null; this.btnOK.InnerBorderColor = ARGBColors.LightGray; this.btnOK.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnOK.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnOK.Location = new Point(0x170, 0x170); this.btnOK.Name = "btnOK"; this.btnOK.OffsetPressedContent = true; this.btnOK.Padding2 = 5; this.btnOK.Size = new Size(0x7c, 0x1d); this.btnOK.StretchImage = false; this.btnOK.TabIndex = 4; this.btnOK.Text = "OK"; this.btnOK.TextDropShadow = false; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new EventHandler(this.btnOK_Click); base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(0x282, 0x197); base.Controls.Add(this.btnOK); base.Controls.Add(this.btnCancel); base.Controls.Add(this.tbMainText); base.Controls.Add(this.lblTopic); base.Controls.Add(this.tbHeading); base.Icon = Resources.shk_icon; base.Name = "FactionNewTopicPopup"; base.ShowClose = true; base.StartPosition = FormStartPosition.CenterScreen; this.Text = "New Topic"; base.Controls.SetChildIndex(this.tbHeading, 0); base.Controls.SetChildIndex(this.lblTopic, 0); base.Controls.SetChildIndex(this.tbMainText, 0); base.Controls.SetChildIndex(this.btnCancel, 0); base.Controls.SetChildIndex(this.btnOK, 0); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.label1 = new Label(); this.tbTextInput = new TextBox(); this.tbTextViewer = new RichTextBox(); this.btnSend = new BitmapButton(); this.btnClose = new BitmapButton(); this.lblRoomName = new Label(); this.lbActiveChatters = new ListBox(); this.lbRooms = new ListBox(); this.label2 = new Label(); this.label3 = new Label(); this.label4 = new Label(); this.cbChatUpdate = new CheckBox(); this.lblLanguage = new Label(); this.pnlWikiHelp = new Panel(); base.SuspendLayout(); this.label1.AutoSize = true; this.label1.Font = new Font("Microsoft Sans Serif", 14f, FontStyle.Regular, GraphicsUnit.Point, 0); this.label1.Location = new Point(0x11, 11); this.label1.Name = "label1"; this.label1.Size = new Size(0x30, 0x18); this.label1.TabIndex = 0; this.label1.Text = "Chat"; this.tbTextInput.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom; this.tbTextInput.ForeColor = ARGBColors.Black; this.tbTextInput.Location = new Point(0xe1, 460); this.tbTextInput.MaxLength = 500; this.tbTextInput.Multiline = true; this.tbTextInput.Name = "tbTextInput"; this.tbTextInput.ScrollBars = ScrollBars.Vertical; this.tbTextInput.Size = new Size(0x214, 0x4f); this.tbTextInput.TabIndex = 1; this.tbTextInput.KeyPress += new KeyPressEventHandler(this.tbTextInput_KeyPress); this.tbTextViewer.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.tbTextViewer.BackColor = Color.FromArgb(220, 220, 220); this.tbTextViewer.Location = new Point(0xe1, 0x43); this.tbTextViewer.Name = "tbTextViewer"; this.tbTextViewer.ReadOnly = true; this.tbTextViewer.ScrollBars = RichTextBoxScrollBars.Vertical; this.tbTextViewer.Size = new Size(0x214, 0x183); this.tbTextViewer.TabIndex = 2; this.tbTextViewer.Text = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"; this.tbTextViewer.LinkClicked += new LinkClickedEventHandler(this.tbTextViewer_LinkClicked); this.btnSend.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnSend.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnSend.BorderDrawing = true; this.btnSend.FocusRectangleEnabled = false; this.btnSend.Image = null; this.btnSend.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnSend.ImageBorderEnabled = true; this.btnSend.ImageDropShadow = true; this.btnSend.ImageFocused = null; this.btnSend.ImageInactive = null; this.btnSend.ImageMouseOver = null; this.btnSend.ImageNormal = null; this.btnSend.ImagePressed = null; this.btnSend.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnSend.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnSend.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnSend.Location = new Point(0x2fb, 0x204); this.btnSend.Name = "btnSend"; this.btnSend.OffsetPressedContent = true; this.btnSend.Padding2 = 5; this.btnSend.Size = new Size(0x59, 0x17); this.btnSend.StretchImage = false; this.btnSend.TabIndex = 3; this.btnSend.Text = "Send"; this.btnSend.TextDropShadow = false; this.btnSend.UseVisualStyleBackColor = true; this.btnSend.Click += new EventHandler(this.btnSend_Click); this.btnClose.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnClose.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnClose.BorderDrawing = true; this.btnClose.FocusRectangleEnabled = false; this.btnClose.Image = null; this.btnClose.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnClose.ImageBorderEnabled = true; this.btnClose.ImageDropShadow = true; this.btnClose.ImageFocused = null; this.btnClose.ImageInactive = null; this.btnClose.ImageMouseOver = null; this.btnClose.ImageNormal = null; this.btnClose.ImagePressed = null; this.btnClose.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnClose.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnClose.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnClose.Location = new Point(0x37b, 0x204); this.btnClose.Name = "btnClose"; this.btnClose.OffsetPressedContent = true; this.btnClose.Padding2 = 5; this.btnClose.Size = new Size(0x59, 0x17); this.btnClose.StretchImage = false; this.btnClose.TabIndex = 4; this.btnClose.Text = "Close"; this.btnClose.TextDropShadow = false; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new EventHandler(this.btnClose_Click); this.lblRoomName.AutoSize = true; this.lblRoomName.Font = new Font("Microsoft Sans Serif", 14f, FontStyle.Regular, GraphicsUnit.Point, 0); this.lblRoomName.Location = new Point(0xdd, 40); this.lblRoomName.Name = "lblRoomName"; this.lblRoomName.Size = new Size(160, 0x18); this.lblRoomName.TabIndex = 5; this.lblRoomName.Text = "Chat Room Name"; this.lbActiveChatters.Anchor = AnchorStyles.Right | AnchorStyles.Bottom | AnchorStyles.Top; this.lbActiveChatters.ForeColor = Color.Black; this.lbActiveChatters.FormattingEnabled = true; this.lbActiveChatters.Location = new Point(0x309, 0x43); this.lbActiveChatters.Name = "lbActiveChatters"; this.lbActiveChatters.Size = new Size(0xbd, 0x17d); this.lbActiveChatters.TabIndex = 6; this.lbActiveChatters.DoubleClick += new EventHandler(this.lbActiveChatters_DoubleClick); this.lbRooms.Anchor = AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.lbRooms.ForeColor = Color.Black; this.lbRooms.FormattingEnabled = true; this.lbRooms.Location = new Point(0x15, 0x43); this.lbRooms.Name = "lbRooms"; this.lbRooms.Size = new Size(0xb2, 0x18a); this.lbRooms.TabIndex = 7; this.lbRooms.SelectedIndexChanged += new EventHandler(this.lbRooms_SelectedIndexChanged); this.label2.Anchor = AnchorStyles.Right | AnchorStyles.Top; this.label2.AutoSize = true; this.label2.Location = new Point(0x306, 0x33); this.label2.Name = "label2"; this.label2.Size = new Size(0x43, 13); this.label2.TabIndex = 8; this.label2.Text = "Users Online"; this.label3.AutoSize = true; this.label3.Location = new Point(0x12, 0x33); this.label3.Name = "label3"; this.label3.Size = new Size(0x56, 13); this.label3.TabIndex = 9; this.label3.Text = "Available Rooms"; this.label4.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; this.label4.Location = new Point(0x15, 0x223); this.label4.Name = "label4"; this.label4.Size = new Size(0x3b1, 13); this.label4.TabIndex = 10; this.label4.Text = "Personal Abuse or abusing this system (such as spamming or copy / pasting) will result in removal from Stronghold Kingdoms."; this.label4.TextAlign = ContentAlignment.TopCenter; this.cbChatUpdate.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.cbChatUpdate.Checked = true; this.cbChatUpdate.CheckState = CheckState.Checked; this.cbChatUpdate.Location = new Point(0x309, 0x1ce); this.cbChatUpdate.Name = "cbChatUpdate"; this.cbChatUpdate.Size = new Size(0xbd, 0x11); this.cbChatUpdate.TabIndex = 11; this.cbChatUpdate.Text = "Notify new chat"; this.cbChatUpdate.UseVisualStyleBackColor = true; this.cbChatUpdate.CheckedChanged += new EventHandler(this.cbChatUpdate_CheckedChanged); this.lblLanguage.Anchor = AnchorStyles.Right | AnchorStyles.Top; this.lblLanguage.Location = new Point(0x22d, 0x33); this.lblLanguage.Name = "lblLanguage"; this.lblLanguage.Size = new Size(200, 13); this.lblLanguage.TabIndex = 12; this.lblLanguage.Text = "English Only"; this.lblLanguage.TextAlign = ContentAlignment.TopRight; this.pnlWikiHelp.Location = new Point(0x3a3, 11); this.pnlWikiHelp.Name = "pnlWikiHelp"; this.pnlWikiHelp.Size = new Size(0x23, 0x23); this.pnlWikiHelp.TabIndex = 13; this.pnlWikiHelp.MouseLeave += new EventHandler(this.pnlWikiHelp_MouseLeave); this.pnlWikiHelp.MouseClick += new MouseEventHandler(this.pnlWikiHelp_MouseClick); this.pnlWikiHelp.MouseEnter += new EventHandler(this.pnlWikiHelp_MouseEnter); base.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); base.Controls.Add(this.pnlWikiHelp); base.Controls.Add(this.lblLanguage); base.Controls.Add(this.cbChatUpdate); base.Controls.Add(this.label4); base.Controls.Add(this.label3); base.Controls.Add(this.label2); base.Controls.Add(this.lbRooms); base.Controls.Add(this.lbActiveChatters); base.Controls.Add(this.lblRoomName); base.Controls.Add(this.btnClose); base.Controls.Add(this.btnSend); base.Controls.Add(this.tbTextViewer); base.Controls.Add(this.tbTextInput); base.Controls.Add(this.label1); this.MaximumSize = new Size(0x7d0, 0x7d0); this.MinimumSize = new Size(750, 350); base.Name = "ChatScreen"; base.Size = new Size(0x3e0, 0x236); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.pnlVillages = new Panel(); this.lblUserName = new Label(); this.lblRank = new Label(); this.label1 = new Label(); this.lblPoints = new Label(); this.lblStanding = new Label(); this.label3 = new Label(); this.label2 = new Label(); this.lblFaction = new Label(); this.label5 = new Label(); this.imgAvatar = new UserControl(); this.lblIsAdmin = new Label(); this.lblIsModerator = new Label(); this.gbModerator = new GroupBox(); this.btnFixAchievements = new BitmapButton(); this.tbStuff = new TextBox(); this.btnKick = new BitmapButton(); this.btnFlushCaches = new BitmapButton(); this.btnApplyRP = new BitmapButton(); this.tbRP = new TextBox(); this.lblRP = new Label(); this.btnApplyHonour = new BitmapButton(); this.btnApplyGold = new BitmapButton(); this.tbHonour = new TextBox(); this.tbGold = new TextBox(); this.lblHonour = new Label(); this.lblGold = new Label(); this.btnRemoveModerator = new BitmapButton(); this.btnMakeModerator = new BitmapButton(); this.btnWalBanClear = new BitmapButton(); this.btnWalBanPerma = new BitmapButton(); this.btnWalBan7 = new BitmapButton(); this.btnWalBan3 = new BitmapButton(); this.label9 = new Label(); this.btnWalBan1 = new BitmapButton(); this.btnForumBanClear = new BitmapButton(); this.btnForumBanPerma = new BitmapButton(); this.btnForumBan7 = new BitmapButton(); this.btnForumBan3 = new BitmapButton(); this.label8 = new Label(); this.btnForumBan1 = new BitmapButton(); this.btnMailBanClear = new BitmapButton(); this.btnMailBanPerma = new BitmapButton(); this.btnMailBan7 = new BitmapButton(); this.btnMailBan3 = new BitmapButton(); this.label7 = new Label(); this.btnMailBan1 = new BitmapButton(); this.btnChatBanClear = new BitmapButton(); this.btnChatBanPerma = new BitmapButton(); this.btnChatBan7 = new BitmapButton(); this.btnChatBan3 = new BitmapButton(); this.label6 = new Label(); this.btnChatBan1 = new BitmapButton(); this.label4 = new Label(); this.btnEditAvatar = new BitmapButton(); this.btnInviteToFaction = new BitmapButton(); this.btnAchievements = new BitmapButton(); this.btnSendMail = new BitmapButton(); this.btnClose = new BitmapButton(); this.btnGiveQuests = new BitmapButton(); this.gbModerator.SuspendLayout(); base.SuspendLayout(); this.pnlVillages.Anchor = AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.pnlVillages.AutoScroll = true; this.pnlVillages.BackColor = Color.FromArgb(0x60, 0x6d, 0x76); this.pnlVillages.Location = new Point(0x17, 0x13d); this.pnlVillages.Name = "pnlVillages"; this.pnlVillages.Size = new Size(0x150, 0xdd); this.pnlVillages.TabIndex = 9; this.lblUserName.AutoSize = true; this.lblUserName.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.lblUserName.Font = new Font("Microsoft Sans Serif", 12f, FontStyle.Bold, GraphicsUnit.Point, 0); this.lblUserName.Location = new Point(0x24, 0x13); this.lblUserName.Name = "lblUserName"; this.lblUserName.Size = new Size(0x5d, 20); this.lblUserName.TabIndex = 10; this.lblUserName.Text = "UserName"; this.lblUserName.MouseClick += new MouseEventHandler(this.lblUserName_MouseClick); this.lblRank.AutoSize = true; this.lblRank.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.lblRank.Font = new Font("Microsoft Sans Serif", 10f, FontStyle.Regular, GraphicsUnit.Point, 0); this.lblRank.Location = new Point(0x25, 0x31); this.lblRank.Name = "lblRank"; this.lblRank.Size = new Size(0x2b, 0x11); this.lblRank.TabIndex = 11; this.lblRank.Text = "name"; this.label1.AutoSize = true; this.label1.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label1.Font = new Font("Microsoft Sans Serif", 10f, FontStyle.Regular, GraphicsUnit.Point, 0); this.label1.Location = new Point(0x25, 0x6c); this.label1.Name = "label1"; this.label1.Size = new Size(0x3b, 0x11); this.label1.TabIndex = 12; this.label1.Text = "Points : "; this.lblPoints.AutoSize = true; this.lblPoints.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.lblPoints.Font = new Font("Microsoft Sans Serif", 10f, FontStyle.Regular, GraphicsUnit.Point, 0); this.lblPoints.Location = new Point(0x71, 0x6c); this.lblPoints.Name = "lblPoints"; this.lblPoints.Size = new Size(0x10, 0x11); this.lblPoints.TabIndex = 13; this.lblPoints.Text = "0"; this.lblStanding.AutoSize = true; this.lblStanding.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.lblStanding.Font = new Font("Microsoft Sans Serif", 10f, FontStyle.Regular, GraphicsUnit.Point, 0); this.lblStanding.Location = new Point(0x71, 0x94); this.lblStanding.Name = "lblStanding"; this.lblStanding.Size = new Size(0x10, 0x11); this.lblStanding.TabIndex = 15; this.lblStanding.Text = "0"; this.label3.AutoSize = true; this.label3.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label3.Font = new Font("Microsoft Sans Serif", 10f, FontStyle.Regular, GraphicsUnit.Point, 0); this.label3.Location = new Point(0x25, 0x94); this.label3.Name = "label3"; this.label3.Size = new Size(0x31, 0x11); this.label3.TabIndex = 14; this.label3.Text = "Rank :"; this.label2.AutoSize = true; this.label2.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label2.Font = new Font("Microsoft Sans Serif", 10f, FontStyle.Regular, GraphicsUnit.Point, 0); this.label2.Location = new Point(0x1d, 0x129); this.label2.Name = "label2"; this.label2.Size = new Size(0x39, 0x11); this.label2.TabIndex = 0x10; this.label2.Text = "Villages"; this.lblFaction.AutoSize = true; this.lblFaction.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.lblFaction.Font = new Font("Microsoft Sans Serif", 10f, FontStyle.Underline, GraphicsUnit.Point, 0); this.lblFaction.Location = new Point(0x71, 0xeb); this.lblFaction.Name = "lblFaction"; this.lblFaction.Size = new Size(0x18, 0x11); this.lblFaction.TabIndex = 0x12; this.lblFaction.Text = "...."; this.lblFaction.MouseLeave += new EventHandler(this.lblFaction_MouseLeave); this.lblFaction.MouseClick += new MouseEventHandler(this.lblFaction_MouseClick); this.lblFaction.MouseEnter += new EventHandler(this.lblFaction_MouseEnter); this.label5.AutoSize = true; this.label5.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label5.Font = new Font("Microsoft Sans Serif", 10f, FontStyle.Regular, GraphicsUnit.Point, 0); this.label5.Location = new Point(0x25, 0xeb); this.label5.Name = "label5"; this.label5.Size = new Size(0x3e, 0x11); this.label5.TabIndex = 0x11; this.label5.Text = "Faction :"; this.imgAvatar.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.imgAvatar.Location = new Point(0x268, 0x13); this.imgAvatar.Name = "imgAvatar"; this.imgAvatar.Size = new Size(0x9a, 500); this.imgAvatar.TabIndex = 0x13; this.lblIsAdmin.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; this.lblIsAdmin.AutoSize = true; this.lblIsAdmin.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.lblIsAdmin.Location = new Point(0x181, 0xd5); this.lblIsAdmin.Name = "lblIsAdmin"; this.lblIsAdmin.Size = new Size(0x2f, 13); this.lblIsAdmin.TabIndex = 0x15; this.lblIsAdmin.Text = "Is Admin"; this.lblIsAdmin.Visible = false; this.lblIsModerator.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; this.lblIsModerator.AutoSize = true; this.lblIsModerator.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.lblIsModerator.Location = new Point(0x1b6, 0xd5); this.lblIsModerator.Name = "lblIsModerator"; this.lblIsModerator.Size = new Size(0x42, 13); this.lblIsModerator.TabIndex = 0x16; this.lblIsModerator.Text = "Is Moderator"; this.lblIsModerator.Visible = false; this.gbModerator.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; this.gbModerator.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.gbModerator.Controls.Add(this.btnGiveQuests); this.gbModerator.Controls.Add(this.btnFixAchievements); this.gbModerator.Controls.Add(this.tbStuff); this.gbModerator.Controls.Add(this.btnKick); this.gbModerator.Controls.Add(this.btnFlushCaches); this.gbModerator.Controls.Add(this.btnApplyRP); this.gbModerator.Controls.Add(this.tbRP); this.gbModerator.Controls.Add(this.lblRP); this.gbModerator.Controls.Add(this.btnApplyHonour); this.gbModerator.Controls.Add(this.btnApplyGold); this.gbModerator.Controls.Add(this.tbHonour); this.gbModerator.Controls.Add(this.tbGold); this.gbModerator.Controls.Add(this.lblHonour); this.gbModerator.Controls.Add(this.lblGold); this.gbModerator.Controls.Add(this.btnRemoveModerator); this.gbModerator.Controls.Add(this.btnMakeModerator); this.gbModerator.Controls.Add(this.btnWalBanClear); this.gbModerator.Controls.Add(this.btnWalBanPerma); this.gbModerator.Controls.Add(this.btnWalBan7); this.gbModerator.Controls.Add(this.btnWalBan3); this.gbModerator.Controls.Add(this.label9); this.gbModerator.Controls.Add(this.btnWalBan1); this.gbModerator.Controls.Add(this.btnForumBanClear); this.gbModerator.Controls.Add(this.btnForumBanPerma); this.gbModerator.Controls.Add(this.btnForumBan7); this.gbModerator.Controls.Add(this.btnForumBan3); this.gbModerator.Controls.Add(this.label8); this.gbModerator.Controls.Add(this.btnForumBan1); this.gbModerator.Controls.Add(this.btnMailBanClear); this.gbModerator.Controls.Add(this.btnMailBanPerma); this.gbModerator.Controls.Add(this.btnMailBan7); this.gbModerator.Controls.Add(this.btnMailBan3); this.gbModerator.Controls.Add(this.label7); this.gbModerator.Controls.Add(this.btnMailBan1); this.gbModerator.Controls.Add(this.btnChatBanClear); this.gbModerator.Controls.Add(this.btnChatBanPerma); this.gbModerator.Controls.Add(this.btnChatBan7); this.gbModerator.Controls.Add(this.btnChatBan3); this.gbModerator.Controls.Add(this.label6); this.gbModerator.Controls.Add(this.btnChatBan1); this.gbModerator.Controls.Add(this.label4); this.gbModerator.Location = new Point(0x16d, 0xe5); this.gbModerator.Name = "gbModerator"; this.gbModerator.Size = new Size(0xf5, 0x145); this.gbModerator.TabIndex = 0x17; this.gbModerator.TabStop = false; this.gbModerator.Text = "Moderating Functions"; this.gbModerator.Visible = false; this.btnFixAchievements.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnFixAchievements.BorderDrawing = true; this.btnFixAchievements.FocusRectangleEnabled = false; this.btnFixAchievements.Image = null; this.btnFixAchievements.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnFixAchievements.ImageBorderEnabled = true; this.btnFixAchievements.ImageDropShadow = true; this.btnFixAchievements.ImageFocused = null; this.btnFixAchievements.ImageInactive = null; this.btnFixAchievements.ImageMouseOver = null; this.btnFixAchievements.ImageNormal = null; this.btnFixAchievements.ImagePressed = null; this.btnFixAchievements.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnFixAchievements.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnFixAchievements.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnFixAchievements.Location = new Point(12, 0x12e); this.btnFixAchievements.Name = "btnFixAchievements"; this.btnFixAchievements.OffsetPressedContent = true; this.btnFixAchievements.Padding2 = 5; this.btnFixAchievements.Size = new Size(0x6c, 0x17); this.btnFixAchievements.StretchImage = false; this.btnFixAchievements.TabIndex = 0x29; this.btnFixAchievements.Text = "Fix Achievements"; this.btnFixAchievements.TextDropShadow = false; this.btnFixAchievements.UseVisualStyleBackColor = true; this.btnFixAchievements.Click += new EventHandler(this.btnFixAchievements_Click); this.tbStuff.Location = new Point(12, 280); this.tbStuff.Name = "tbStuff"; this.tbStuff.ReadOnly = true; this.tbStuff.Size = new Size(0xe3, 20); this.tbStuff.TabIndex = 40; this.btnKick.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnKick.BorderDrawing = true; this.btnKick.FocusRectangleEnabled = false; this.btnKick.Image = null; this.btnKick.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnKick.ImageBorderEnabled = true; this.btnKick.ImageDropShadow = true; this.btnKick.ImageFocused = null; this.btnKick.ImageInactive = null; this.btnKick.ImageMouseOver = null; this.btnKick.ImageNormal = null; this.btnKick.ImagePressed = null; this.btnKick.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnKick.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnKick.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnKick.Location = new Point(0xd6, 0x1f); this.btnKick.Name = "btnKick"; this.btnKick.OffsetPressedContent = true; this.btnKick.Padding2 = 5; this.btnKick.Size = new Size(0x19, 0x17); this.btnKick.StretchImage = false; this.btnKick.TabIndex = 0x27; this.btnKick.Text = "K"; this.btnKick.TextDropShadow = false; this.btnKick.UseVisualStyleBackColor = true; this.btnKick.Click += new EventHandler(this.btnKick_Click); this.btnFlushCaches.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnFlushCaches.BorderDrawing = true; this.btnFlushCaches.FocusRectangleEnabled = false; this.btnFlushCaches.Image = null; this.btnFlushCaches.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnFlushCaches.ImageBorderEnabled = true; this.btnFlushCaches.ImageDropShadow = true; this.btnFlushCaches.ImageFocused = null; this.btnFlushCaches.ImageInactive = null; this.btnFlushCaches.ImageMouseOver = null; this.btnFlushCaches.ImageNormal = null; this.btnFlushCaches.ImagePressed = null; this.btnFlushCaches.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnFlushCaches.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnFlushCaches.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnFlushCaches.Location = new Point(0x2c, 0xfe); this.btnFlushCaches.Name = "btnFlushCaches"; this.btnFlushCaches.OffsetPressedContent = true; this.btnFlushCaches.Padding2 = 5; this.btnFlushCaches.Size = new Size(0x97, 0x17); this.btnFlushCaches.StretchImage = false; this.btnFlushCaches.TabIndex = 0x26; this.btnFlushCaches.Text = "Flush Client Village Cache"; this.btnFlushCaches.TextDropShadow = false; this.btnFlushCaches.UseVisualStyleBackColor = true; this.btnFlushCaches.Click += new EventHandler(this.btnFlushCaches_Click); this.btnApplyRP.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnApplyRP.BorderDrawing = true; this.btnApplyRP.FocusRectangleEnabled = false; this.btnApplyRP.Image = null; this.btnApplyRP.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnApplyRP.ImageBorderEnabled = true; this.btnApplyRP.ImageDropShadow = true; this.btnApplyRP.ImageFocused = null; this.btnApplyRP.ImageInactive = null; this.btnApplyRP.ImageMouseOver = null; this.btnApplyRP.ImageNormal = null; this.btnApplyRP.ImagePressed = null; this.btnApplyRP.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnApplyRP.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnApplyRP.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnApplyRP.Location = new Point(0xb6, 0xe4); this.btnApplyRP.Name = "btnApplyRP"; this.btnApplyRP.OffsetPressedContent = true; this.btnApplyRP.Padding2 = 5; this.btnApplyRP.Size = new Size(0x39, 0x17); this.btnApplyRP.StretchImage = false; this.btnApplyRP.TabIndex = 0x25; this.btnApplyRP.Text = "Give"; this.btnApplyRP.TextDropShadow = false; this.btnApplyRP.UseVisualStyleBackColor = true; this.btnApplyRP.Click += new EventHandler(this.btnApplyRP_Click); this.tbRP.Location = new Point(0x4c, 0xe5); this.tbRP.Name = "tbRP"; this.tbRP.Size = new Size(100, 20); this.tbRP.TabIndex = 0x24; this.lblRP.AutoSize = true; this.lblRP.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.lblRP.Location = new Point(9, 0xe9); this.lblRP.Name = "lblRP"; this.lblRP.Size = new Size(0x16, 13); this.lblRP.TabIndex = 0x23; this.lblRP.Text = "RP"; this.btnApplyHonour.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnApplyHonour.BorderDrawing = true; this.btnApplyHonour.FocusRectangleEnabled = false; this.btnApplyHonour.Image = null; this.btnApplyHonour.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnApplyHonour.ImageBorderEnabled = true; this.btnApplyHonour.ImageDropShadow = true; this.btnApplyHonour.ImageFocused = null; this.btnApplyHonour.ImageInactive = null; this.btnApplyHonour.ImageMouseOver = null; this.btnApplyHonour.ImageNormal = null; this.btnApplyHonour.ImagePressed = null; this.btnApplyHonour.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnApplyHonour.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnApplyHonour.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnApplyHonour.Location = new Point(0xb6, 0xca); this.btnApplyHonour.Name = "btnApplyHonour"; this.btnApplyHonour.OffsetPressedContent = true; this.btnApplyHonour.Padding2 = 5; this.btnApplyHonour.Size = new Size(0x39, 0x17); this.btnApplyHonour.StretchImage = false; this.btnApplyHonour.TabIndex = 0x22; this.btnApplyHonour.Text = "Give"; this.btnApplyHonour.TextDropShadow = false; this.btnApplyHonour.UseVisualStyleBackColor = true; this.btnApplyHonour.Click += new EventHandler(this.btnApplyHonour_Click); this.btnApplyGold.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnApplyGold.BorderDrawing = true; this.btnApplyGold.FocusRectangleEnabled = false; this.btnApplyGold.Image = null; this.btnApplyGold.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnApplyGold.ImageBorderEnabled = true; this.btnApplyGold.ImageDropShadow = true; this.btnApplyGold.ImageFocused = null; this.btnApplyGold.ImageInactive = null; this.btnApplyGold.ImageMouseOver = null; this.btnApplyGold.ImageNormal = null; this.btnApplyGold.ImagePressed = null; this.btnApplyGold.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnApplyGold.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnApplyGold.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnApplyGold.Location = new Point(0xb6, 0xb0); this.btnApplyGold.Name = "btnApplyGold"; this.btnApplyGold.OffsetPressedContent = true; this.btnApplyGold.Padding2 = 5; this.btnApplyGold.Size = new Size(0x39, 0x17); this.btnApplyGold.StretchImage = false; this.btnApplyGold.TabIndex = 0x21; this.btnApplyGold.Text = "Give"; this.btnApplyGold.TextDropShadow = false; this.btnApplyGold.UseVisualStyleBackColor = true; this.btnApplyGold.Click += new EventHandler(this.btnApplyGold_Click); this.tbHonour.Location = new Point(0x4c, 0xcb); this.tbHonour.Name = "tbHonour"; this.tbHonour.Size = new Size(100, 20); this.tbHonour.TabIndex = 0x20; this.tbGold.Location = new Point(0x4c, 0xb2); this.tbGold.Name = "tbGold"; this.tbGold.Size = new Size(100, 20); this.tbGold.TabIndex = 0x1f; this.lblHonour.AutoSize = true; this.lblHonour.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.lblHonour.Location = new Point(9, 0xcf); this.lblHonour.Name = "lblHonour"; this.lblHonour.Size = new Size(0x2a, 13); this.lblHonour.TabIndex = 30; this.lblHonour.Text = "Honour"; this.lblGold.AutoSize = true; this.lblGold.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.lblGold.Location = new Point(9, 0xb5); this.lblGold.Name = "lblGold"; this.lblGold.Size = new Size(0x1d, 13); this.lblGold.TabIndex = 0x1d; this.lblGold.Text = "Gold"; this.btnRemoveModerator.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnRemoveModerator.BorderDrawing = true; this.btnRemoveModerator.FocusRectangleEnabled = false; this.btnRemoveModerator.Image = null; this.btnRemoveModerator.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnRemoveModerator.ImageBorderEnabled = true; this.btnRemoveModerator.ImageDropShadow = true; this.btnRemoveModerator.ImageFocused = null; this.btnRemoveModerator.ImageInactive = null; this.btnRemoveModerator.ImageMouseOver = null; this.btnRemoveModerator.ImageNormal = null; this.btnRemoveModerator.ImagePressed = null; this.btnRemoveModerator.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnRemoveModerator.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnRemoveModerator.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnRemoveModerator.Location = new Point(0x7f, 0x93); this.btnRemoveModerator.Name = "btnRemoveModerator"; this.btnRemoveModerator.OffsetPressedContent = true; this.btnRemoveModerator.Padding2 = 5; this.btnRemoveModerator.Size = new Size(0x70, 0x17); this.btnRemoveModerator.StretchImage = false; this.btnRemoveModerator.TabIndex = 0x1c; this.btnRemoveModerator.Text = "Remove Moderator"; this.btnRemoveModerator.TextDropShadow = false; this.btnRemoveModerator.UseVisualStyleBackColor = true; this.btnRemoveModerator.Click += new EventHandler(this.btnRemoveModerator_Click); this.btnMakeModerator.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnMakeModerator.BorderDrawing = true; this.btnMakeModerator.FocusRectangleEnabled = false; this.btnMakeModerator.Image = null; this.btnMakeModerator.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnMakeModerator.ImageBorderEnabled = true; this.btnMakeModerator.ImageDropShadow = true; this.btnMakeModerator.ImageFocused = null; this.btnMakeModerator.ImageInactive = null; this.btnMakeModerator.ImageMouseOver = null; this.btnMakeModerator.ImageNormal = null; this.btnMakeModerator.ImagePressed = null; this.btnMakeModerator.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnMakeModerator.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnMakeModerator.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnMakeModerator.Location = new Point(9, 0x93); this.btnMakeModerator.Name = "btnMakeModerator"; this.btnMakeModerator.OffsetPressedContent = true; this.btnMakeModerator.Padding2 = 5; this.btnMakeModerator.Size = new Size(0x70, 0x17); this.btnMakeModerator.StretchImage = false; this.btnMakeModerator.TabIndex = 0x1a; this.btnMakeModerator.Text = "Make Moderator"; this.btnMakeModerator.TextDropShadow = false; this.btnMakeModerator.UseVisualStyleBackColor = true; this.btnMakeModerator.Click += new EventHandler(this.btnMakeModerator_Click); this.btnWalBanClear.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnWalBanClear.BorderDrawing = true; this.btnWalBanClear.FocusRectangleEnabled = false; this.btnWalBanClear.Image = null; this.btnWalBanClear.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnWalBanClear.ImageBorderEnabled = true; this.btnWalBanClear.ImageDropShadow = true; this.btnWalBanClear.ImageFocused = null; this.btnWalBanClear.ImageInactive = null; this.btnWalBanClear.ImageMouseOver = null; this.btnWalBanClear.ImageNormal = null; this.btnWalBanClear.ImagePressed = null; this.btnWalBanClear.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnWalBanClear.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnWalBanClear.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnWalBanClear.Location = new Point(0xb2, 0x76); this.btnWalBanClear.Name = "btnWalBanClear"; this.btnWalBanClear.OffsetPressedContent = true; this.btnWalBanClear.Padding2 = 5; this.btnWalBanClear.Size = new Size(30, 0x17); this.btnWalBanClear.StretchImage = false; this.btnWalBanClear.TabIndex = 0x18; this.btnWalBanClear.Text = "Clr"; this.btnWalBanClear.TextDropShadow = false; this.btnWalBanClear.UseVisualStyleBackColor = true; this.btnWalBanClear.Click += new EventHandler(this.btnWalBanClear_Click); this.btnWalBanPerma.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnWalBanPerma.BorderDrawing = true; this.btnWalBanPerma.FocusRectangleEnabled = false; this.btnWalBanPerma.Image = null; this.btnWalBanPerma.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnWalBanPerma.ImageBorderEnabled = true; this.btnWalBanPerma.ImageDropShadow = true; this.btnWalBanPerma.ImageFocused = null; this.btnWalBanPerma.ImageInactive = null; this.btnWalBanPerma.ImageMouseOver = null; this.btnWalBanPerma.ImageNormal = null; this.btnWalBanPerma.ImagePressed = null; this.btnWalBanPerma.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnWalBanPerma.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnWalBanPerma.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnWalBanPerma.Location = new Point(0x8a, 0x76); this.btnWalBanPerma.Name = "btnWalBanPerma"; this.btnWalBanPerma.OffsetPressedContent = true; this.btnWalBanPerma.Padding2 = 5; this.btnWalBanPerma.Size = new Size(0x22, 0x17); this.btnWalBanPerma.StretchImage = false; this.btnWalBanPerma.TabIndex = 0x17; this.btnWalBanPerma.Text = "Prm"; this.btnWalBanPerma.TextDropShadow = false; this.btnWalBanPerma.UseVisualStyleBackColor = true; this.btnWalBanPerma.Click += new EventHandler(this.btnWalBanPerma_Click); this.btnWalBan7.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnWalBan7.BorderDrawing = true; this.btnWalBan7.FocusRectangleEnabled = false; this.btnWalBan7.Image = null; this.btnWalBan7.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnWalBan7.ImageBorderEnabled = true; this.btnWalBan7.ImageDropShadow = true; this.btnWalBan7.ImageFocused = null; this.btnWalBan7.ImageInactive = null; this.btnWalBan7.ImageMouseOver = null; this.btnWalBan7.ImageNormal = null; this.btnWalBan7.ImagePressed = null; this.btnWalBan7.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnWalBan7.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnWalBan7.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnWalBan7.Location = new Point(0x6b, 0x76); this.btnWalBan7.Name = "btnWalBan7"; this.btnWalBan7.OffsetPressedContent = true; this.btnWalBan7.Padding2 = 5; this.btnWalBan7.Size = new Size(0x19, 0x17); this.btnWalBan7.StretchImage = false; this.btnWalBan7.TabIndex = 0x16; this.btnWalBan7.Text = "7"; this.btnWalBan7.TextDropShadow = false; this.btnWalBan7.UseVisualStyleBackColor = true; this.btnWalBan7.Click += new EventHandler(this.btnWalBan7_Click); this.btnWalBan3.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnWalBan3.BorderDrawing = true; this.btnWalBan3.FocusRectangleEnabled = false; this.btnWalBan3.Image = null; this.btnWalBan3.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnWalBan3.ImageBorderEnabled = true; this.btnWalBan3.ImageDropShadow = true; this.btnWalBan3.ImageFocused = null; this.btnWalBan3.ImageInactive = null; this.btnWalBan3.ImageMouseOver = null; this.btnWalBan3.ImageNormal = null; this.btnWalBan3.ImagePressed = null; this.btnWalBan3.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnWalBan3.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnWalBan3.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnWalBan3.Location = new Point(0x4c, 0x76); this.btnWalBan3.Name = "btnWalBan3"; this.btnWalBan3.OffsetPressedContent = true; this.btnWalBan3.Padding2 = 5; this.btnWalBan3.Size = new Size(0x19, 0x17); this.btnWalBan3.StretchImage = false; this.btnWalBan3.TabIndex = 0x15; this.btnWalBan3.Text = "3"; this.btnWalBan3.TextDropShadow = false; this.btnWalBan3.UseVisualStyleBackColor = true; this.btnWalBan3.Click += new EventHandler(this.btnWalBan3_Click); this.label9.AutoSize = true; this.label9.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label9.Location = new Point(8, 0x7b); this.label9.Name = "label9"; this.label9.Size = new Size(0x1c, 13); this.label9.TabIndex = 20; this.label9.Text = "Wall"; this.btnWalBan1.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnWalBan1.BorderDrawing = true; this.btnWalBan1.FocusRectangleEnabled = false; this.btnWalBan1.Image = null; this.btnWalBan1.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnWalBan1.ImageBorderEnabled = true; this.btnWalBan1.ImageDropShadow = true; this.btnWalBan1.ImageFocused = null; this.btnWalBan1.ImageInactive = null; this.btnWalBan1.ImageMouseOver = null; this.btnWalBan1.ImageNormal = null; this.btnWalBan1.ImagePressed = null; this.btnWalBan1.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnWalBan1.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnWalBan1.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnWalBan1.Location = new Point(0x2d, 0x76); this.btnWalBan1.Name = "btnWalBan1"; this.btnWalBan1.OffsetPressedContent = true; this.btnWalBan1.Padding2 = 5; this.btnWalBan1.Size = new Size(0x19, 0x17); this.btnWalBan1.StretchImage = false; this.btnWalBan1.TabIndex = 0x13; this.btnWalBan1.Text = "1"; this.btnWalBan1.TextDropShadow = false; this.btnWalBan1.UseVisualStyleBackColor = true; this.btnWalBan1.Click += new EventHandler(this.btnWalBan1_Click); this.btnForumBanClear.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnForumBanClear.BorderDrawing = true; this.btnForumBanClear.FocusRectangleEnabled = false; this.btnForumBanClear.Image = null; this.btnForumBanClear.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnForumBanClear.ImageBorderEnabled = true; this.btnForumBanClear.ImageDropShadow = true; this.btnForumBanClear.ImageFocused = null; this.btnForumBanClear.ImageInactive = null; this.btnForumBanClear.ImageMouseOver = null; this.btnForumBanClear.ImageNormal = null; this.btnForumBanClear.ImagePressed = null; this.btnForumBanClear.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnForumBanClear.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnForumBanClear.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnForumBanClear.Location = new Point(0xb2, 0x59); this.btnForumBanClear.Name = "btnForumBanClear"; this.btnForumBanClear.OffsetPressedContent = true; this.btnForumBanClear.Padding2 = 5; this.btnForumBanClear.Size = new Size(30, 0x17); this.btnForumBanClear.StretchImage = false; this.btnForumBanClear.TabIndex = 0x12; this.btnForumBanClear.Text = "Clr"; this.btnForumBanClear.TextDropShadow = false; this.btnForumBanClear.UseVisualStyleBackColor = true; this.btnForumBanClear.Click += new EventHandler(this.btnForumBanClear_Click); this.btnForumBanPerma.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnForumBanPerma.BorderDrawing = true; this.btnForumBanPerma.FocusRectangleEnabled = false; this.btnForumBanPerma.Image = null; this.btnForumBanPerma.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnForumBanPerma.ImageBorderEnabled = true; this.btnForumBanPerma.ImageDropShadow = true; this.btnForumBanPerma.ImageFocused = null; this.btnForumBanPerma.ImageInactive = null; this.btnForumBanPerma.ImageMouseOver = null; this.btnForumBanPerma.ImageNormal = null; this.btnForumBanPerma.ImagePressed = null; this.btnForumBanPerma.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnForumBanPerma.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnForumBanPerma.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnForumBanPerma.Location = new Point(0x8a, 0x59); this.btnForumBanPerma.Name = "btnForumBanPerma"; this.btnForumBanPerma.OffsetPressedContent = true; this.btnForumBanPerma.Padding2 = 5; this.btnForumBanPerma.Size = new Size(0x22, 0x17); this.btnForumBanPerma.StretchImage = false; this.btnForumBanPerma.TabIndex = 0x11; this.btnForumBanPerma.Text = "Prm"; this.btnForumBanPerma.TextDropShadow = false; this.btnForumBanPerma.UseVisualStyleBackColor = true; this.btnForumBanPerma.Click += new EventHandler(this.btnForumBanPerma_Click); this.btnForumBan7.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnForumBan7.BorderDrawing = true; this.btnForumBan7.FocusRectangleEnabled = false; this.btnForumBan7.Image = null; this.btnForumBan7.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnForumBan7.ImageBorderEnabled = true; this.btnForumBan7.ImageDropShadow = true; this.btnForumBan7.ImageFocused = null; this.btnForumBan7.ImageInactive = null; this.btnForumBan7.ImageMouseOver = null; this.btnForumBan7.ImageNormal = null; this.btnForumBan7.ImagePressed = null; this.btnForumBan7.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnForumBan7.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnForumBan7.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnForumBan7.Location = new Point(0x6b, 0x59); this.btnForumBan7.Name = "btnForumBan7"; this.btnForumBan7.OffsetPressedContent = true; this.btnForumBan7.Padding2 = 5; this.btnForumBan7.Size = new Size(0x19, 0x17); this.btnForumBan7.StretchImage = false; this.btnForumBan7.TabIndex = 0x10; this.btnForumBan7.Text = "7"; this.btnForumBan7.TextDropShadow = false; this.btnForumBan7.UseVisualStyleBackColor = true; this.btnForumBan7.Click += new EventHandler(this.btnForumBan7_Click); this.btnForumBan3.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnForumBan3.BorderDrawing = true; this.btnForumBan3.FocusRectangleEnabled = false; this.btnForumBan3.Image = null; this.btnForumBan3.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnForumBan3.ImageBorderEnabled = true; this.btnForumBan3.ImageDropShadow = true; this.btnForumBan3.ImageFocused = null; this.btnForumBan3.ImageInactive = null; this.btnForumBan3.ImageMouseOver = null; this.btnForumBan3.ImageNormal = null; this.btnForumBan3.ImagePressed = null; this.btnForumBan3.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnForumBan3.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnForumBan3.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnForumBan3.Location = new Point(0x4c, 0x59); this.btnForumBan3.Name = "btnForumBan3"; this.btnForumBan3.OffsetPressedContent = true; this.btnForumBan3.Padding2 = 5; this.btnForumBan3.Size = new Size(0x19, 0x17); this.btnForumBan3.StretchImage = false; this.btnForumBan3.TabIndex = 15; this.btnForumBan3.Text = "3"; this.btnForumBan3.TextDropShadow = false; this.btnForumBan3.UseVisualStyleBackColor = true; this.btnForumBan3.Click += new EventHandler(this.btnForumBan3_Click); this.label8.AutoSize = true; this.label8.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label8.Location = new Point(8, 0x5e); this.label8.Name = "label8"; this.label8.Size = new Size(0x24, 13); this.label8.TabIndex = 14; this.label8.Text = "Forum"; this.btnForumBan1.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnForumBan1.BorderDrawing = true; this.btnForumBan1.FocusRectangleEnabled = false; this.btnForumBan1.Image = null; this.btnForumBan1.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnForumBan1.ImageBorderEnabled = true; this.btnForumBan1.ImageDropShadow = true; this.btnForumBan1.ImageFocused = null; this.btnForumBan1.ImageInactive = null; this.btnForumBan1.ImageMouseOver = null; this.btnForumBan1.ImageNormal = null; this.btnForumBan1.ImagePressed = null; this.btnForumBan1.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnForumBan1.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnForumBan1.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnForumBan1.Location = new Point(0x2d, 0x59); this.btnForumBan1.Name = "btnForumBan1"; this.btnForumBan1.OffsetPressedContent = true; this.btnForumBan1.Padding2 = 5; this.btnForumBan1.Size = new Size(0x19, 0x17); this.btnForumBan1.StretchImage = false; this.btnForumBan1.TabIndex = 13; this.btnForumBan1.Text = "1"; this.btnForumBan1.TextDropShadow = false; this.btnForumBan1.UseVisualStyleBackColor = true; this.btnForumBan1.Click += new EventHandler(this.btnForumBan1_Click); this.btnMailBanClear.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnMailBanClear.BorderDrawing = true; this.btnMailBanClear.FocusRectangleEnabled = false; this.btnMailBanClear.Image = null; this.btnMailBanClear.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnMailBanClear.ImageBorderEnabled = true; this.btnMailBanClear.ImageDropShadow = true; this.btnMailBanClear.ImageFocused = null; this.btnMailBanClear.ImageInactive = null; this.btnMailBanClear.ImageMouseOver = null; this.btnMailBanClear.ImageNormal = null; this.btnMailBanClear.ImagePressed = null; this.btnMailBanClear.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnMailBanClear.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnMailBanClear.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnMailBanClear.Location = new Point(0xb2, 60); this.btnMailBanClear.Name = "btnMailBanClear"; this.btnMailBanClear.OffsetPressedContent = true; this.btnMailBanClear.Padding2 = 5; this.btnMailBanClear.Size = new Size(30, 0x17); this.btnMailBanClear.StretchImage = false; this.btnMailBanClear.TabIndex = 12; this.btnMailBanClear.Text = "Clr"; this.btnMailBanClear.TextDropShadow = false; this.btnMailBanClear.UseVisualStyleBackColor = true; this.btnMailBanClear.Click += new EventHandler(this.btnMailBanClear_Click); this.btnMailBanPerma.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnMailBanPerma.BorderDrawing = true; this.btnMailBanPerma.FocusRectangleEnabled = false; this.btnMailBanPerma.Image = null; this.btnMailBanPerma.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnMailBanPerma.ImageBorderEnabled = true; this.btnMailBanPerma.ImageDropShadow = true; this.btnMailBanPerma.ImageFocused = null; this.btnMailBanPerma.ImageInactive = null; this.btnMailBanPerma.ImageMouseOver = null; this.btnMailBanPerma.ImageNormal = null; this.btnMailBanPerma.ImagePressed = null; this.btnMailBanPerma.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnMailBanPerma.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnMailBanPerma.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnMailBanPerma.Location = new Point(0x8a, 60); this.btnMailBanPerma.Name = "btnMailBanPerma"; this.btnMailBanPerma.OffsetPressedContent = true; this.btnMailBanPerma.Padding2 = 5; this.btnMailBanPerma.Size = new Size(0x22, 0x17); this.btnMailBanPerma.StretchImage = false; this.btnMailBanPerma.TabIndex = 11; this.btnMailBanPerma.Text = "Prm"; this.btnMailBanPerma.TextDropShadow = false; this.btnMailBanPerma.UseVisualStyleBackColor = true; this.btnMailBanPerma.Click += new EventHandler(this.btnMailBanPerma_Click); this.btnMailBan7.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnMailBan7.BorderDrawing = true; this.btnMailBan7.FocusRectangleEnabled = false; this.btnMailBan7.Image = null; this.btnMailBan7.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnMailBan7.ImageBorderEnabled = true; this.btnMailBan7.ImageDropShadow = true; this.btnMailBan7.ImageFocused = null; this.btnMailBan7.ImageInactive = null; this.btnMailBan7.ImageMouseOver = null; this.btnMailBan7.ImageNormal = null; this.btnMailBan7.ImagePressed = null; this.btnMailBan7.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnMailBan7.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnMailBan7.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnMailBan7.Location = new Point(0x6b, 60); this.btnMailBan7.Name = "btnMailBan7"; this.btnMailBan7.OffsetPressedContent = true; this.btnMailBan7.Padding2 = 5; this.btnMailBan7.Size = new Size(0x19, 0x17); this.btnMailBan7.StretchImage = false; this.btnMailBan7.TabIndex = 10; this.btnMailBan7.Text = "7"; this.btnMailBan7.TextDropShadow = false; this.btnMailBan7.UseVisualStyleBackColor = true; this.btnMailBan7.Click += new EventHandler(this.btnMailBan7_Click); this.btnMailBan3.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnMailBan3.BorderDrawing = true; this.btnMailBan3.FocusRectangleEnabled = false; this.btnMailBan3.Image = null; this.btnMailBan3.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnMailBan3.ImageBorderEnabled = true; this.btnMailBan3.ImageDropShadow = true; this.btnMailBan3.ImageFocused = null; this.btnMailBan3.ImageInactive = null; this.btnMailBan3.ImageMouseOver = null; this.btnMailBan3.ImageNormal = null; this.btnMailBan3.ImagePressed = null; this.btnMailBan3.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnMailBan3.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnMailBan3.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnMailBan3.Location = new Point(0x4c, 60); this.btnMailBan3.Name = "btnMailBan3"; this.btnMailBan3.OffsetPressedContent = true; this.btnMailBan3.Padding2 = 5; this.btnMailBan3.Size = new Size(0x19, 0x17); this.btnMailBan3.StretchImage = false; this.btnMailBan3.TabIndex = 9; this.btnMailBan3.Text = "3"; this.btnMailBan3.TextDropShadow = false; this.btnMailBan3.UseVisualStyleBackColor = true; this.btnMailBan3.Click += new EventHandler(this.btnMailBan3_Click); this.label7.AutoSize = true; this.label7.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label7.Location = new Point(8, 0x41); this.label7.Name = "label7"; this.label7.Size = new Size(0x1a, 13); this.label7.TabIndex = 8; this.label7.Text = "Mail"; this.btnMailBan1.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnMailBan1.BorderDrawing = true; this.btnMailBan1.FocusRectangleEnabled = false; this.btnMailBan1.Image = null; this.btnMailBan1.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnMailBan1.ImageBorderEnabled = true; this.btnMailBan1.ImageDropShadow = true; this.btnMailBan1.ImageFocused = null; this.btnMailBan1.ImageInactive = null; this.btnMailBan1.ImageMouseOver = null; this.btnMailBan1.ImageNormal = null; this.btnMailBan1.ImagePressed = null; this.btnMailBan1.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnMailBan1.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnMailBan1.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnMailBan1.Location = new Point(0x2d, 60); this.btnMailBan1.Name = "btnMailBan1"; this.btnMailBan1.OffsetPressedContent = true; this.btnMailBan1.Padding2 = 5; this.btnMailBan1.Size = new Size(0x19, 0x17); this.btnMailBan1.StretchImage = false; this.btnMailBan1.TabIndex = 7; this.btnMailBan1.Text = "1"; this.btnMailBan1.TextDropShadow = false; this.btnMailBan1.UseVisualStyleBackColor = true; this.btnMailBan1.Click += new EventHandler(this.btnMailBan1_Click); this.btnChatBanClear.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnChatBanClear.BorderDrawing = true; this.btnChatBanClear.FocusRectangleEnabled = false; this.btnChatBanClear.Image = null; this.btnChatBanClear.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnChatBanClear.ImageBorderEnabled = true; this.btnChatBanClear.ImageDropShadow = true; this.btnChatBanClear.ImageFocused = null; this.btnChatBanClear.ImageInactive = null; this.btnChatBanClear.ImageMouseOver = null; this.btnChatBanClear.ImageNormal = null; this.btnChatBanClear.ImagePressed = null; this.btnChatBanClear.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnChatBanClear.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnChatBanClear.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnChatBanClear.Location = new Point(0xb2, 0x1f); this.btnChatBanClear.Name = "btnChatBanClear"; this.btnChatBanClear.OffsetPressedContent = true; this.btnChatBanClear.Padding2 = 5; this.btnChatBanClear.Size = new Size(30, 0x17); this.btnChatBanClear.StretchImage = false; this.btnChatBanClear.TabIndex = 6; this.btnChatBanClear.Text = "Clr"; this.btnChatBanClear.TextDropShadow = false; this.btnChatBanClear.UseVisualStyleBackColor = true; this.btnChatBanClear.Click += new EventHandler(this.btnChatBanClear_Click); this.btnChatBanPerma.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnChatBanPerma.BorderDrawing = true; this.btnChatBanPerma.FocusRectangleEnabled = false; this.btnChatBanPerma.Image = null; this.btnChatBanPerma.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnChatBanPerma.ImageBorderEnabled = true; this.btnChatBanPerma.ImageDropShadow = true; this.btnChatBanPerma.ImageFocused = null; this.btnChatBanPerma.ImageInactive = null; this.btnChatBanPerma.ImageMouseOver = null; this.btnChatBanPerma.ImageNormal = null; this.btnChatBanPerma.ImagePressed = null; this.btnChatBanPerma.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnChatBanPerma.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnChatBanPerma.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnChatBanPerma.Location = new Point(0x8a, 0x1f); this.btnChatBanPerma.Name = "btnChatBanPerma"; this.btnChatBanPerma.OffsetPressedContent = true; this.btnChatBanPerma.Padding2 = 5; this.btnChatBanPerma.Size = new Size(0x22, 0x17); this.btnChatBanPerma.StretchImage = false; this.btnChatBanPerma.TabIndex = 5; this.btnChatBanPerma.Text = "Prm"; this.btnChatBanPerma.TextDropShadow = false; this.btnChatBanPerma.UseVisualStyleBackColor = true; this.btnChatBanPerma.Click += new EventHandler(this.btnChatBanPerma_Click); this.btnChatBan7.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnChatBan7.BorderDrawing = true; this.btnChatBan7.FocusRectangleEnabled = false; this.btnChatBan7.Image = null; this.btnChatBan7.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnChatBan7.ImageBorderEnabled = true; this.btnChatBan7.ImageDropShadow = true; this.btnChatBan7.ImageFocused = null; this.btnChatBan7.ImageInactive = null; this.btnChatBan7.ImageMouseOver = null; this.btnChatBan7.ImageNormal = null; this.btnChatBan7.ImagePressed = null; this.btnChatBan7.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnChatBan7.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnChatBan7.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnChatBan7.Location = new Point(0x6b, 0x1f); this.btnChatBan7.Name = "btnChatBan7"; this.btnChatBan7.OffsetPressedContent = true; this.btnChatBan7.Padding2 = 5; this.btnChatBan7.Size = new Size(0x19, 0x17); this.btnChatBan7.StretchImage = false; this.btnChatBan7.TabIndex = 4; this.btnChatBan7.Text = "7"; this.btnChatBan7.TextDropShadow = false; this.btnChatBan7.UseVisualStyleBackColor = true; this.btnChatBan7.Click += new EventHandler(this.btnChatBan7_Click); this.btnChatBan3.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnChatBan3.BorderDrawing = true; this.btnChatBan3.FocusRectangleEnabled = false; this.btnChatBan3.Image = null; this.btnChatBan3.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnChatBan3.ImageBorderEnabled = true; this.btnChatBan3.ImageDropShadow = true; this.btnChatBan3.ImageFocused = null; this.btnChatBan3.ImageInactive = null; this.btnChatBan3.ImageMouseOver = null; this.btnChatBan3.ImageNormal = null; this.btnChatBan3.ImagePressed = null; this.btnChatBan3.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnChatBan3.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnChatBan3.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnChatBan3.Location = new Point(0x4c, 0x1f); this.btnChatBan3.Name = "btnChatBan3"; this.btnChatBan3.OffsetPressedContent = true; this.btnChatBan3.Padding2 = 5; this.btnChatBan3.Size = new Size(0x19, 0x17); this.btnChatBan3.StretchImage = false; this.btnChatBan3.TabIndex = 3; this.btnChatBan3.Text = "3"; this.btnChatBan3.TextDropShadow = false; this.btnChatBan3.UseVisualStyleBackColor = true; this.btnChatBan3.Click += new EventHandler(this.btnChatBan3_Click); this.label6.AutoSize = true; this.label6.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label6.Location = new Point(8, 0x24); this.label6.Name = "label6"; this.label6.Size = new Size(0x1d, 13); this.label6.TabIndex = 2; this.label6.Text = "Chat"; this.btnChatBan1.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnChatBan1.BorderDrawing = true; this.btnChatBan1.FocusRectangleEnabled = false; this.btnChatBan1.Image = null; this.btnChatBan1.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnChatBan1.ImageBorderEnabled = true; this.btnChatBan1.ImageDropShadow = true; this.btnChatBan1.ImageFocused = null; this.btnChatBan1.ImageInactive = null; this.btnChatBan1.ImageMouseOver = null; this.btnChatBan1.ImageNormal = null; this.btnChatBan1.ImagePressed = null; this.btnChatBan1.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnChatBan1.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnChatBan1.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnChatBan1.Location = new Point(0x2d, 0x1f); this.btnChatBan1.Name = "btnChatBan1"; this.btnChatBan1.OffsetPressedContent = true; this.btnChatBan1.Padding2 = 5; this.btnChatBan1.Size = new Size(0x19, 0x17); this.btnChatBan1.StretchImage = false; this.btnChatBan1.TabIndex = 1; this.btnChatBan1.Text = "1"; this.btnChatBan1.TextDropShadow = false; this.btnChatBan1.UseVisualStyleBackColor = true; this.btnChatBan1.Click += new EventHandler(this.btnChatBan1_Click); this.label4.AutoSize = true; this.label4.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label4.Location = new Point(6, 15); this.label4.Name = "label4"; this.label4.Size = new Size(0x40, 13); this.label4.TabIndex = 0; this.label4.Text = "Bans (Days)"; this.btnEditAvatar.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnEditAvatar.BorderDrawing = true; this.btnEditAvatar.FocusRectangleEnabled = false; this.btnEditAvatar.Image = null; this.btnEditAvatar.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnEditAvatar.ImageBorderEnabled = true; this.btnEditAvatar.ImageDropShadow = true; this.btnEditAvatar.ImageFocused = null; this.btnEditAvatar.ImageInactive = null; this.btnEditAvatar.ImageMouseOver = null; this.btnEditAvatar.ImageNormal = null; this.btnEditAvatar.ImagePressed = null; this.btnEditAvatar.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnEditAvatar.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnEditAvatar.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnEditAvatar.Location = new Point(0x273, 0x209); this.btnEditAvatar.Name = "btnEditAvatar"; this.btnEditAvatar.OffsetPressedContent = true; this.btnEditAvatar.Padding2 = 5; this.btnEditAvatar.Size = new Size(0x83, 0x17); this.btnEditAvatar.StretchImage = false; this.btnEditAvatar.TabIndex = 0x1a; this.btnEditAvatar.Text = "Edit Avatar"; this.btnEditAvatar.TextDropShadow = false; this.btnEditAvatar.UseVisualStyleBackColor = true; this.btnEditAvatar.Visible = false; this.btnEditAvatar.Click += new EventHandler(this.bitmapButton1_Click); this.btnInviteToFaction.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnInviteToFaction.BorderDrawing = true; this.btnInviteToFaction.FocusRectangleEnabled = false; this.btnInviteToFaction.Image = null; this.btnInviteToFaction.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnInviteToFaction.ImageBorderEnabled = true; this.btnInviteToFaction.ImageDropShadow = true; this.btnInviteToFaction.ImageFocused = null; this.btnInviteToFaction.ImageInactive = null; this.btnInviteToFaction.ImageMouseOver = null; this.btnInviteToFaction.ImageNormal = null; this.btnInviteToFaction.ImagePressed = null; this.btnInviteToFaction.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnInviteToFaction.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnInviteToFaction.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnInviteToFaction.Location = new Point(0x1df, 0x61); this.btnInviteToFaction.Name = "btnInviteToFaction"; this.btnInviteToFaction.OffsetPressedContent = true; this.btnInviteToFaction.Padding2 = 5; this.btnInviteToFaction.Size = new Size(0x83, 0x21); this.btnInviteToFaction.StretchImage = false; this.btnInviteToFaction.TabIndex = 0x19; this.btnInviteToFaction.Text = "Invite To Faction"; this.btnInviteToFaction.TextDropShadow = false; this.btnInviteToFaction.UseVisualStyleBackColor = true; this.btnInviteToFaction.Visible = false; this.btnInviteToFaction.Click += new EventHandler(this.btnInviteToFaction_Click); this.btnAchievements.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnAchievements.BorderDrawing = true; this.btnAchievements.FocusRectangleEnabled = false; this.btnAchievements.Image = null; this.btnAchievements.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnAchievements.ImageBorderEnabled = true; this.btnAchievements.ImageDropShadow = true; this.btnAchievements.ImageFocused = null; this.btnAchievements.ImageInactive = null; this.btnAchievements.ImageMouseOver = null; this.btnAchievements.ImageNormal = null; this.btnAchievements.ImagePressed = null; this.btnAchievements.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnAchievements.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnAchievements.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnAchievements.Location = new Point(0x1df, 0x3a); this.btnAchievements.Name = "btnAchievements"; this.btnAchievements.OffsetPressedContent = true; this.btnAchievements.Padding2 = 5; this.btnAchievements.Size = new Size(0x83, 0x21); this.btnAchievements.StretchImage = false; this.btnAchievements.TabIndex = 0x18; this.btnAchievements.Text = "Achievements"; this.btnAchievements.TextDropShadow = false; this.btnAchievements.UseVisualStyleBackColor = true; this.btnAchievements.Click += new EventHandler(this.btnAchievements_Click); this.btnSendMail.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnSendMail.BorderDrawing = true; this.btnSendMail.FocusRectangleEnabled = false; this.btnSendMail.Image = null; this.btnSendMail.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnSendMail.ImageBorderEnabled = true; this.btnSendMail.ImageDropShadow = true; this.btnSendMail.ImageFocused = null; this.btnSendMail.ImageInactive = null; this.btnSendMail.ImageMouseOver = null; this.btnSendMail.ImageNormal = null; this.btnSendMail.ImagePressed = null; this.btnSendMail.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnSendMail.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnSendMail.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnSendMail.Location = new Point(0x1df, 0x13); this.btnSendMail.Name = "btnSendMail"; this.btnSendMail.OffsetPressedContent = true; this.btnSendMail.Padding2 = 5; this.btnSendMail.Size = new Size(0x83, 0x21); this.btnSendMail.StretchImage = false; this.btnSendMail.TabIndex = 20; this.btnSendMail.Text = "Send Mail"; this.btnSendMail.TextDropShadow = false; this.btnSendMail.UseVisualStyleBackColor = true; this.btnSendMail.Click += new EventHandler(this.btnSendMail_Click); this.btnClose.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnClose.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnClose.BorderDrawing = true; this.btnClose.FocusRectangleEnabled = false; this.btnClose.Image = null; this.btnClose.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnClose.ImageBorderEnabled = true; this.btnClose.ImageDropShadow = true; this.btnClose.ImageFocused = null; this.btnClose.ImageInactive = null; this.btnClose.ImageMouseOver = null; this.btnClose.ImageNormal = null; this.btnClose.ImagePressed = null; this.btnClose.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnClose.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnClose.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnClose.Location = new Point(0x2b7, 0x213); this.btnClose.Name = "btnClose"; this.btnClose.OffsetPressedContent = true; this.btnClose.Padding2 = 5; this.btnClose.Size = new Size(0x4b, 0x17); this.btnClose.StretchImage = false; this.btnClose.TabIndex = 0; this.btnClose.Text = "Close"; this.btnClose.TextDropShadow = false; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new EventHandler(this.btnClose_Click); this.btnGiveQuests.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnGiveQuests.BorderDrawing = true; this.btnGiveQuests.FocusRectangleEnabled = false; this.btnGiveQuests.Image = null; this.btnGiveQuests.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnGiveQuests.ImageBorderEnabled = true; this.btnGiveQuests.ImageDropShadow = true; this.btnGiveQuests.ImageFocused = null; this.btnGiveQuests.ImageInactive = null; this.btnGiveQuests.ImageMouseOver = null; this.btnGiveQuests.ImageNormal = null; this.btnGiveQuests.ImagePressed = null; this.btnGiveQuests.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnGiveQuests.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnGiveQuests.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnGiveQuests.Location = new Point(0x7f, 0x12e); this.btnGiveQuests.Name = "btnGiveQuests"; this.btnGiveQuests.OffsetPressedContent = true; this.btnGiveQuests.Padding2 = 5; this.btnGiveQuests.Size = new Size(0x6c, 0x17); this.btnGiveQuests.StretchImage = false; this.btnGiveQuests.TabIndex = 0x2a; this.btnGiveQuests.Text = "Give Quests"; this.btnGiveQuests.TextDropShadow = false; this.btnGiveQuests.UseVisualStyleBackColor = true; this.btnGiveQuests.Click += new EventHandler(this.btnGiveQuests_Click); base.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.FromArgb(0x9f, 180, 0xc1); base.Controls.Add(this.btnEditAvatar); base.Controls.Add(this.btnInviteToFaction); base.Controls.Add(this.btnAchievements); base.Controls.Add(this.gbModerator); base.Controls.Add(this.lblIsModerator); base.Controls.Add(this.lblIsAdmin); base.Controls.Add(this.btnSendMail); base.Controls.Add(this.imgAvatar); base.Controls.Add(this.lblFaction); base.Controls.Add(this.label5); base.Controls.Add(this.label2); base.Controls.Add(this.lblStanding); base.Controls.Add(this.label3); base.Controls.Add(this.lblPoints); base.Controls.Add(this.label1); base.Controls.Add(this.lblRank); base.Controls.Add(this.lblUserName); base.Controls.Add(this.pnlVillages); base.Controls.Add(this.btnClose); this.MinimumSize = new Size(0x318, 0x236); base.Name = "UserInfoScreen"; base.Size = new Size(0x318, 0x236); base.Paint += new PaintEventHandler(this.UserInfoScreen_Paint); base.Resize += new EventHandler(this.UserInfoScreen_Resize); this.gbModerator.ResumeLayout(false); this.gbModerator.PerformLayout(); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.btnOK = new BitmapButton(); this.label1 = new Label(); this.lblReward = new Label(); this.lblInfo = new Label(); base.SuspendLayout(); this.btnOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnOK.BorderColor = ARGBColors.DarkBlue; this.btnOK.BorderDrawing = true; this.btnOK.FocusRectangleEnabled = false; this.btnOK.Image = null; this.btnOK.ImageBorderColor = ARGBColors.Chocolate; this.btnOK.ImageBorderEnabled = true; this.btnOK.ImageDropShadow = true; this.btnOK.ImageFocused = null; this.btnOK.ImageInactive = null; this.btnOK.ImageMouseOver = null; this.btnOK.ImageNormal = null; this.btnOK.ImagePressed = null; this.btnOK.InnerBorderColor = ARGBColors.LightGray; this.btnOK.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnOK.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnOK.Location = new Point(0x125, 0xce); this.btnOK.Name = "btnOK"; this.btnOK.OffsetPressedContent = true; this.btnOK.Padding2 = 5; this.btnOK.Size = new Size(0x4b, 0x17); this.btnOK.StretchImage = false; this.btnOK.TabIndex = 0; this.btnOK.Text = "OK"; this.btnOK.TextDropShadow = false; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new EventHandler(this.btnOK_Click); this.label1.AutoSize = true; this.label1.BackColor = ARGBColors.Transparent; this.label1.Location = new Point(12, 50); this.label1.Name = "label1"; this.label1.Size = new Size(0x35, 13); this.label1.TabIndex = 1; this.label1.Text = "Reward : "; this.lblReward.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top; this.lblReward.BackColor = ARGBColors.Transparent; this.lblReward.Location = new Point(0x47, 50); this.lblReward.Name = "lblReward"; this.lblReward.Size = new Size(0x129, 0x74); this.lblReward.TabIndex = 2; this.lblReward.Text = "..."; this.lblInfo.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top; this.lblInfo.BackColor = ARGBColors.Transparent; this.lblInfo.Location = new Point(12, 0x74); this.lblInfo.Name = "lblInfo"; this.lblInfo.Size = new Size(0x164, 0x53); this.lblInfo.TabIndex = 3; this.lblInfo.Text = "...."; base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(380, 0xed); base.Controls.Add(this.lblInfo); base.Controls.Add(this.lblReward); base.Controls.Add(this.label1); base.Controls.Add(this.btnOK); base.Icon = Resources.shk_icon; base.Name = "QuestRewardPopup"; base.ShowClose = true; base.ShowIcon = false; base.ShowInTaskbar = false; base.StartPosition = FormStartPosition.CenterScreen; this.Text = "Quest Reward"; base.Controls.SetChildIndex(this.btnOK, 0); base.Controls.SetChildIndex(this.label1, 0); base.Controls.SetChildIndex(this.lblReward, 0); base.Controls.SetChildIndex(this.lblInfo, 0); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.lblVillageName = new Label(); this.lblAttackType = new Label(); this.btnClose = new BitmapButton(); this.btnMinimise = new BitmapButton(); this.label1 = new Label(); this.label2 = new Label(); this.label3 = new Label(); this.label4 = new Label(); this.lblAttackersSwordsmen = new Label(); this.lblAttackersPikemen = new Label(); this.lblAttackersArchers = new Label(); this.lblAttackersPeasants = new Label(); this.label11 = new Label(); this.label12 = new Label(); this.lblDefendersSwordsmen = new Label(); this.lblDefendersPikemen = new Label(); this.lblDefendersArchers = new Label(); this.lblDefendersPeasants = new Label(); this.lblDefendersCaptains = new Label(); this.label5 = new Label(); this.lblAttackersCaptains = new Label(); this.label6 = new Label(); this.lblAttackersCatapults = new Label(); this.lblWolves = new Label(); this.btnShowResources = new BitmapButton(); this.lblHonour = new Label(); this.lblSpoils = new Label(); this.lblTargetVillageNameAndInfo = new Label(); this.lblDate = new Label(); this.lblResult = new Label(); base.SuspendLayout(); this.lblVillageName.AutoSize = true; this.lblVillageName.BackColor = ARGBColors.Transparent; this.lblVillageName.ForeColor = ARGBColors.White; this.lblVillageName.Location = new Point(0x19, 40); this.lblVillageName.Name = "lblVillageName"; this.lblVillageName.Size = new Size(this.sizeAddition + 0x45, 13); this.lblVillageName.TabIndex = 0; this.lblVillageName.Text = "Village Name"; this.lblAttackType.AutoSize = true; this.lblAttackType.BackColor = ARGBColors.Transparent; this.lblAttackType.ForeColor = ARGBColors.White; this.lblAttackType.Location = new Point(0x19, 0x49); this.lblAttackType.Name = "lblAttackType"; this.lblAttackType.Size = new Size(this.sizeAddition + 0x41, 13); this.lblAttackType.TabIndex = 1; this.lblAttackType.Text = "Attack Type"; this.btnClose.Anchor = AnchorStyles.Bottom; this.btnClose.BackColor = ARGBColors.Transparent; this.btnClose.BorderColor = ARGBColors.DarkBlue; this.btnClose.BorderDrawing = true; this.btnClose.FocusRectangleEnabled = false; this.btnClose.Image = null; this.btnClose.ImageBorderColor = ARGBColors.Chocolate; this.btnClose.ImageBorderEnabled = true; this.btnClose.ImageDropShadow = true; this.btnClose.ImageFocused = null; this.btnClose.ImageInactive = null; this.btnClose.ImageMouseOver = null; this.btnClose.ImageNormal = null; this.btnClose.ImagePressed = null; this.btnClose.InnerBorderColor = ARGBColors.LightGray; this.btnClose.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnClose.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnClose.Location = new Point(0x19e, 0x1cb); this.btnClose.Name = "btnClose"; this.btnClose.OffsetPressedContent = true; this.btnClose.Padding2 = 5; this.btnClose.Size = new Size(0x4b, 0x17); this.btnClose.StretchImage = false; this.btnClose.TabIndex = 2; this.btnClose.Text = "Close"; this.btnClose.TextDropShadow = false; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new EventHandler(this.btnClose_Click); this.btnMinimise.Anchor = AnchorStyles.Bottom; this.btnMinimise.BackColor = ARGBColors.Transparent; this.btnMinimise.BorderColor = ARGBColors.DarkBlue; this.btnMinimise.BorderDrawing = true; this.btnMinimise.FocusRectangleEnabled = false; this.btnMinimise.Image = null; this.btnMinimise.ImageBorderColor = ARGBColors.Chocolate; this.btnMinimise.ImageBorderEnabled = true; this.btnMinimise.ImageDropShadow = true; this.btnMinimise.ImageFocused = null; this.btnMinimise.ImageInactive = null; this.btnMinimise.ImageMouseOver = null; this.btnMinimise.ImageNormal = null; this.btnMinimise.ImagePressed = null; this.btnMinimise.InnerBorderColor = ARGBColors.LightGray; this.btnMinimise.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnMinimise.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnMinimise.Location = new Point(0x14d, 0x1cb); this.btnMinimise.Name = "btnMinimise"; this.btnMinimise.OffsetPressedContent = true; this.btnMinimise.Padding2 = 5; this.btnMinimise.Size = new Size(0x4b, 0x17); this.btnMinimise.StretchImage = false; this.btnMinimise.TabIndex = 3; this.btnMinimise.Text = "Minimise"; this.btnMinimise.TextDropShadow = false; this.btnMinimise.UseVisualStyleBackColor = false; this.btnMinimise.Click += new EventHandler(this.btnMinimise_Click); this.label1.AutoSize = true; this.label1.BackColor = ARGBColors.Transparent; this.label1.ForeColor = ARGBColors.White; this.label1.Location = new Point(0x19, 0x80); this.label1.Name = "label1"; this.label1.Size = new Size(this.sizeAddition + 0x33, 13); this.label1.TabIndex = 4; this.label1.Text = "Peasants"; this.label2.AutoSize = true; this.label2.BackColor = ARGBColors.Transparent; this.label2.ForeColor = ARGBColors.White; this.label2.Location = new Point(0x19, 0x9e); this.label2.Name = "label2"; this.label2.Size = new Size(this.sizeAddition + 0x2b, 13); this.label2.TabIndex = 5; this.label2.Text = "Archers"; this.label3.AutoSize = true; this.label3.BackColor = ARGBColors.Transparent; this.label3.ForeColor = ARGBColors.White; this.label3.Location = new Point(0x19, 0xbc); this.label3.Name = "label3"; this.label3.Size = new Size(this.sizeAddition + 0x30, 13); this.label3.TabIndex = 6; this.label3.Text = "Pikemen"; this.label4.AutoSize = true; this.label4.BackColor = ARGBColors.Transparent; this.label4.ForeColor = ARGBColors.White; this.label4.Location = new Point(0x19, 0xda); this.label4.Name = "label4"; this.label4.Size = new Size(this.sizeAddition + 0x3e, 13); this.label4.TabIndex = 7; this.label4.Text = "Swordsmen"; this.lblAttackersSwordsmen.BackColor = ARGBColors.Transparent; this.lblAttackersSwordsmen.ForeColor = ARGBColors.White; this.lblAttackersSwordsmen.Location = new Point(0x87, 0xda); this.lblAttackersSwordsmen.Name = "lblAttackersSwordsmen"; this.lblAttackersSwordsmen.Size = new Size(this.sizeAddition + 0x4a, 13); this.lblAttackersSwordsmen.TabIndex = 12; this.lblAttackersSwordsmen.Text = "0"; this.lblAttackersSwordsmen.TextAlign = ContentAlignment.TopRight; this.lblAttackersPikemen.BackColor = ARGBColors.Transparent; this.lblAttackersPikemen.ForeColor = ARGBColors.White; this.lblAttackersPikemen.Location = new Point(0x87, 0xbc); this.lblAttackersPikemen.Name = "lblAttackersPikemen"; this.lblAttackersPikemen.Size = new Size(this.sizeAddition + 0x4a, 13); this.lblAttackersPikemen.TabIndex = 11; this.lblAttackersPikemen.Text = "0"; this.lblAttackersPikemen.TextAlign = ContentAlignment.TopRight; this.lblAttackersArchers.BackColor = ARGBColors.Transparent; this.lblAttackersArchers.ForeColor = ARGBColors.White; this.lblAttackersArchers.Location = new Point(0x87, 0x9e); this.lblAttackersArchers.Name = "lblAttackersArchers"; this.lblAttackersArchers.Size = new Size(this.sizeAddition + 0x4a, 13); this.lblAttackersArchers.TabIndex = 10; this.lblAttackersArchers.Text = "0"; this.lblAttackersArchers.TextAlign = ContentAlignment.TopRight; this.lblAttackersPeasants.BackColor = ARGBColors.Transparent; this.lblAttackersPeasants.ForeColor = ARGBColors.White; this.lblAttackersPeasants.Location = new Point(0x87, 0x80); this.lblAttackersPeasants.Name = "lblAttackersPeasants"; this.lblAttackersPeasants.Size = new Size(this.sizeAddition + 0x4a, 13); this.lblAttackersPeasants.TabIndex = 9; this.lblAttackersPeasants.Text = "0"; this.lblAttackersPeasants.TextAlign = ContentAlignment.TopRight; this.label11.AutoSize = true; this.label11.BackColor = ARGBColors.Transparent; this.label11.ForeColor = ARGBColors.White; this.label11.Location = new Point(0x9e, 0x67); this.label11.Name = "label11"; this.label11.Size = new Size(this.sizeAddition + 0x34, 13); this.label11.TabIndex = 14; this.label11.Text = "Attackers"; this.label12.AutoSize = true; this.label12.BackColor = ARGBColors.Transparent; this.label12.ForeColor = ARGBColors.White; this.label12.Location = new Point(330, 0x67); this.label12.Name = "label12"; this.label12.Size = new Size(this.sizeAddition + 0x38, 13); this.label12.TabIndex = 20; this.label12.Text = "Defenders"; this.lblDefendersSwordsmen.BackColor = ARGBColors.Transparent; this.lblDefendersSwordsmen.ForeColor = ARGBColors.White; this.lblDefendersSwordsmen.Location = new Point(0x133, 0xda); this.lblDefendersSwordsmen.Name = "lblDefendersSwordsmen"; this.lblDefendersSwordsmen.Size = new Size(this.sizeAddition + 0x4a, 13); this.lblDefendersSwordsmen.TabIndex = 0x12; this.lblDefendersSwordsmen.Text = "0"; this.lblDefendersSwordsmen.TextAlign = ContentAlignment.TopRight; this.lblDefendersPikemen.BackColor = ARGBColors.Transparent; this.lblDefendersPikemen.ForeColor = ARGBColors.White; this.lblDefendersPikemen.Location = new Point(0x133, 0xbc); this.lblDefendersPikemen.Name = "lblDefendersPikemen"; this.lblDefendersPikemen.Size = new Size(this.sizeAddition + 0x4a, 13); this.lblDefendersPikemen.TabIndex = 0x11; this.lblDefendersPikemen.Text = "0"; this.lblDefendersPikemen.TextAlign = ContentAlignment.TopRight; this.lblDefendersArchers.BackColor = ARGBColors.Transparent; this.lblDefendersArchers.ForeColor = ARGBColors.White; this.lblDefendersArchers.Location = new Point(0x133, 0x9e); this.lblDefendersArchers.Name = "lblDefendersArchers"; this.lblDefendersArchers.Size = new Size(this.sizeAddition + 0x4a, 13); this.lblDefendersArchers.TabIndex = 0x10; this.lblDefendersArchers.Text = "0"; this.lblDefendersArchers.TextAlign = ContentAlignment.TopRight; this.lblDefendersPeasants.BackColor = ARGBColors.Transparent; this.lblDefendersPeasants.ForeColor = ARGBColors.White; this.lblDefendersPeasants.Location = new Point(0x133, 0x80); this.lblDefendersPeasants.Name = "lblDefendersPeasants"; this.lblDefendersPeasants.Size = new Size(this.sizeAddition + 0x4a, 13); this.lblDefendersPeasants.TabIndex = 15; this.lblDefendersPeasants.Text = "0"; this.lblDefendersPeasants.TextAlign = ContentAlignment.TopRight; this.lblDefendersCaptains.BackColor = ARGBColors.Transparent; this.lblDefendersCaptains.ForeColor = ARGBColors.White; this.lblDefendersCaptains.Location = new Point(0x133, 0x115); this.lblDefendersCaptains.Name = "lblDefendersCaptains"; this.lblDefendersCaptains.Size = new Size(this.sizeAddition + 0x4a, 13); this.lblDefendersCaptains.TabIndex = 0x2c; this.lblDefendersCaptains.Text = "0"; this.lblDefendersCaptains.TextAlign = ContentAlignment.TopRight; this.label5.AutoSize = true; this.label5.BackColor = ARGBColors.Transparent; this.label5.ForeColor = ARGBColors.White; this.label5.Location = new Point(0x19, 0x115); this.label5.Name = "label5"; this.label5.Size = new Size(this.sizeAddition + 0x30, 13); this.label5.TabIndex = 0x2a; this.label5.Text = "Captains"; this.lblAttackersCaptains.BackColor = ARGBColors.Transparent; this.lblAttackersCaptains.ForeColor = ARGBColors.White; this.lblAttackersCaptains.Location = new Point(0x87, 0x115); this.lblAttackersCaptains.Name = "lblAttackersCaptains"; this.lblAttackersCaptains.Size = new Size(this.sizeAddition + 0x4a, 13); this.lblAttackersCaptains.TabIndex = 0x2b; this.lblAttackersCaptains.Text = "0"; this.lblAttackersCaptains.TextAlign = ContentAlignment.TopRight; this.label6.AutoSize = true; this.label6.BackColor = ARGBColors.Transparent; this.label6.ForeColor = ARGBColors.White; this.label6.Location = new Point(0x19, 0xf8); this.label6.Name = "label6"; this.label6.Size = new Size(this.sizeAddition + 0x33, 13); this.label6.TabIndex = 40; this.label6.Text = "Catapults"; this.lblAttackersCatapults.BackColor = ARGBColors.Transparent; this.lblAttackersCatapults.ForeColor = ARGBColors.White; this.lblAttackersCatapults.Location = new Point(0x87, 0xf8); this.lblAttackersCatapults.Name = "lblAttackersCatapults"; this.lblAttackersCatapults.Size = new Size(this.sizeAddition + 0x4a, 13); this.lblAttackersCatapults.TabIndex = 0x29; this.lblAttackersCatapults.Text = "0"; this.lblAttackersCatapults.TextAlign = ContentAlignment.TopRight; this.lblWolves.AutoSize = true; this.lblWolves.BackColor = ARGBColors.Transparent; this.lblWolves.ForeColor = ARGBColors.White; this.lblWolves.Location = new Point(0x10a, 0x80); this.lblWolves.Name = "lblWolves"; this.lblWolves.Size = new Size(this.sizeAddition + 0x2b, 13); this.lblWolves.TabIndex = 0x27; this.lblWolves.Text = "Wolves"; this.lblWolves.Visible = false; this.btnShowResources.Anchor = AnchorStyles.Bottom; this.btnShowResources.BackColor = ARGBColors.Transparent; this.btnShowResources.BorderColor = ARGBColors.DarkBlue; this.btnShowResources.BorderDrawing = true; this.btnShowResources.FocusRectangleEnabled = false; this.btnShowResources.Image = null; this.btnShowResources.ImageBorderColor = ARGBColors.Chocolate; this.btnShowResources.ImageBorderEnabled = true; this.btnShowResources.ImageDropShadow = true; this.btnShowResources.ImageFocused = null; this.btnShowResources.ImageInactive = null; this.btnShowResources.ImageMouseOver = null; this.btnShowResources.ImageNormal = null; this.btnShowResources.ImagePressed = null; this.btnShowResources.InnerBorderColor = ARGBColors.LightGray; this.btnShowResources.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnShowResources.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnShowResources.Location = new Point(0x14d, 0x175); this.btnShowResources.Name = "btnShowResources"; this.btnShowResources.OffsetPressedContent = true; this.btnShowResources.Padding2 = 5; this.btnShowResources.Size = new Size(this.sizeAddition + 0x9d, 0x17); this.btnShowResources.StretchImage = false; this.btnShowResources.TabIndex = 0x26; this.btnShowResources.Text = "Show Resources"; this.btnShowResources.TextDropShadow = false; this.btnShowResources.UseVisualStyleBackColor = false; this.btnShowResources.Click += new EventHandler(this.btnShowResources_Click); this.lblHonour.Anchor = AnchorStyles.Bottom; this.lblHonour.BackColor = ARGBColors.Transparent; this.lblHonour.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0); this.lblHonour.ForeColor = ARGBColors.White; this.lblHonour.Location = new Point(0x12, 0x1b5); this.lblHonour.Name = "lblHonour"; this.lblHonour.Size = new Size(this.sizeAddition + 0x1d8, 20); this.lblHonour.TabIndex = 0x25; this.lblHonour.Text = "Honour"; this.lblHonour.TextAlign = ContentAlignment.MiddleCenter; this.lblSpoils.Anchor = AnchorStyles.Bottom; this.lblSpoils.BackColor = ARGBColors.Transparent; this.lblSpoils.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0); this.lblSpoils.ForeColor = ARGBColors.White; this.lblSpoils.Location = new Point(0x12, 0x18d); this.lblSpoils.Name = "lblSpoils"; this.lblSpoils.Size = new Size(this.sizeAddition + 0x1d8, 20); this.lblSpoils.TabIndex = 0x24; this.lblSpoils.Text = "Honour"; this.lblSpoils.TextAlign = ContentAlignment.MiddleCenter; this.lblTargetVillageNameAndInfo.Anchor = AnchorStyles.Bottom; this.lblTargetVillageNameAndInfo.BackColor = ARGBColors.Transparent; this.lblTargetVillageNameAndInfo.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0); this.lblTargetVillageNameAndInfo.ForeColor = ARGBColors.White; this.lblTargetVillageNameAndInfo.Location = new Point(0x12, 0x1a1); this.lblTargetVillageNameAndInfo.Name = "lblTargetVillageNameAndInfo"; this.lblTargetVillageNameAndInfo.Size = new Size(this.sizeAddition + 0x1d8, 20); this.lblTargetVillageNameAndInfo.TabIndex = 0x23; this.lblTargetVillageNameAndInfo.Text = "Lordwibble took 0 villages"; this.lblTargetVillageNameAndInfo.TextAlign = ContentAlignment.MiddleCenter; this.lblDate.Anchor = AnchorStyles.Bottom; this.lblDate.BackColor = ARGBColors.Transparent; this.lblDate.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0); this.lblDate.ForeColor = ARGBColors.White; this.lblDate.Location = new Point(0x11, 320); this.lblDate.Name = "lblDate"; this.lblDate.Size = new Size(this.sizeAddition + 0x1d8, 20); this.lblDate.TabIndex = 0x22; this.lblDate.Text = "06/12/2004 15:00"; this.lblDate.TextAlign = ContentAlignment.MiddleCenter; this.lblResult.Anchor = AnchorStyles.Bottom; this.lblResult.BackColor = ARGBColors.Transparent; this.lblResult.Font = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0); this.lblResult.ForeColor = ARGBColors.White; this.lblResult.Location = new Point(0x11, 0x15d); this.lblResult.Name = "lblResult"; this.lblResult.Size = new Size(this.sizeAddition + 0x1d8, 20); this.lblResult.TabIndex = 0x21; this.lblResult.Text = "The Defender Won"; this.lblResult.TextAlign = ContentAlignment.MiddleCenter; base.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.FromArgb(0x9f, 180, 0xc1); base.ClientSize = new Size(this.sizeAddition + 0x1f7, 0x1f0); base.Controls.Add(this.lblDefendersCaptains); base.Controls.Add(this.label5); base.Controls.Add(this.lblAttackersCaptains); base.Controls.Add(this.label6); base.Controls.Add(this.lblAttackersCatapults); base.Controls.Add(this.lblWolves); base.Controls.Add(this.btnShowResources); base.Controls.Add(this.lblHonour); base.Controls.Add(this.lblSpoils); base.Controls.Add(this.lblTargetVillageNameAndInfo); base.Controls.Add(this.lblDate); base.Controls.Add(this.lblResult); base.Controls.Add(this.lblVillageName); base.Controls.Add(this.btnClose); base.Controls.Add(this.btnMinimise); base.Controls.Add(this.label12); base.Controls.Add(this.lblAttackType); base.Controls.Add(this.lblDefendersSwordsmen); base.Controls.Add(this.label1); base.Controls.Add(this.lblDefendersPikemen); base.Controls.Add(this.label2); base.Controls.Add(this.lblDefendersArchers); base.Controls.Add(this.label3); base.Controls.Add(this.lblDefendersPeasants); base.Controls.Add(this.label4); base.Controls.Add(this.label11); base.Controls.Add(this.lblAttackersPeasants); base.Controls.Add(this.lblAttackersSwordsmen); base.Controls.Add(this.lblAttackersArchers); base.Controls.Add(this.lblAttackersPikemen); base.Icon = Resources.shk_icon; base.Name = "BattleResultPopup"; base.ShowClose = true; this.Text = "Battle Results"; base.Load += new EventHandler(this.BattleResultPopup_Load); base.Controls.SetChildIndex(this.lblAttackersPikemen, 0); base.Controls.SetChildIndex(this.lblAttackersArchers, 0); base.Controls.SetChildIndex(this.lblAttackersSwordsmen, 0); base.Controls.SetChildIndex(this.lblAttackersPeasants, 0); base.Controls.SetChildIndex(this.label11, 0); base.Controls.SetChildIndex(this.label4, 0); base.Controls.SetChildIndex(this.lblDefendersPeasants, 0); base.Controls.SetChildIndex(this.label3, 0); base.Controls.SetChildIndex(this.lblDefendersArchers, 0); base.Controls.SetChildIndex(this.label2, 0); base.Controls.SetChildIndex(this.lblDefendersPikemen, 0); base.Controls.SetChildIndex(this.label1, 0); base.Controls.SetChildIndex(this.lblDefendersSwordsmen, 0); base.Controls.SetChildIndex(this.lblAttackType, 0); base.Controls.SetChildIndex(this.label12, 0); base.Controls.SetChildIndex(this.btnMinimise, 0); base.Controls.SetChildIndex(this.btnClose, 0); base.Controls.SetChildIndex(this.lblVillageName, 0); base.Controls.SetChildIndex(this.lblResult, 0); base.Controls.SetChildIndex(this.lblDate, 0); base.Controls.SetChildIndex(this.lblTargetVillageNameAndInfo, 0); base.Controls.SetChildIndex(this.lblSpoils, 0); base.Controls.SetChildIndex(this.lblHonour, 0); base.Controls.SetChildIndex(this.btnShowResources, 0); base.Controls.SetChildIndex(this.lblWolves, 0); base.Controls.SetChildIndex(this.lblAttackersCatapults, 0); base.Controls.SetChildIndex(this.label6, 0); base.Controls.SetChildIndex(this.lblAttackersCaptains, 0); base.Controls.SetChildIndex(this.label5, 0); base.Controls.SetChildIndex(this.lblDefendersCaptains, 0); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.label1 = new Label(); this.label2 = new Label(); this.tbOldName = new TextBox(); this.tbNewName = new TextBox(); this.btnOK = new BitmapButton(); this.btnCancel = new BitmapButton(); this.label3 = new Label(); this.btnHistory = new BitmapButton(); base.SuspendLayout(); this.label1.AutoSize = true; this.label1.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label1.Location = new Point(0x10, 0x33); this.label1.Name = "label1"; this.label1.Size = new Size(0x49, 13); this.label1.TabIndex = 10; this.label1.Text = "Original Name"; this.label2.AutoSize = true; this.label2.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label2.Location = new Point(0x10, 0x57); this.label2.Name = "label2"; this.label2.Size = new Size(60, 13); this.label2.TabIndex = 11; this.label2.Text = "New Name"; this.tbOldName.BackColor = Color.FromArgb(0x9f, 180, 0xc1); this.tbOldName.ForeColor = ARGBColors.Black; this.tbOldName.Location = new Point(0x7a, 0x30); this.tbOldName.Name = "tbOldName"; this.tbOldName.ReadOnly = true; this.tbOldName.Size = new Size(0x90, 20); this.tbOldName.TabIndex = 4; this.tbNewName.BackColor = Color.FromArgb(0xeb, 240, 0xf3); this.tbNewName.ForeColor = ARGBColors.Black; this.tbNewName.Location = new Point(0x7a, 0x54); this.tbNewName.MaxLength = 0x20; this.tbNewName.Name = "tbNewName"; this.tbNewName.Size = new Size(0x90, 20); this.tbNewName.TabIndex = 1; this.tbNewName.TextChanged += new EventHandler(this.tbNewName_TextChanged); this.tbNewName.KeyPress += new KeyPressEventHandler(this.tbNewName_KeyPress); this.btnOK.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnOK.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnOK.BorderDrawing = true; this.btnOK.FocusRectangleEnabled = false; this.btnOK.Image = null; this.btnOK.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnOK.ImageBorderEnabled = true; this.btnOK.ImageDropShadow = true; this.btnOK.ImageFocused = null; this.btnOK.ImageInactive = null; this.btnOK.ImageMouseOver = null; this.btnOK.ImageNormal = null; this.btnOK.ImagePressed = null; this.btnOK.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnOK.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnOK.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnOK.Location = new Point(0x12d, 0x30); this.btnOK.Name = "btnOK"; this.btnOK.OffsetPressedContent = true; this.btnOK.Padding2 = 5; this.btnOK.Size = new Size(0x4f, 20); this.btnOK.StretchImage = false; this.btnOK.TabIndex = 2; this.btnOK.Text = "OK"; this.btnOK.TextDropShadow = false; this.btnOK.UseVisualStyleBackColor = false; this.btnOK.Click += new EventHandler(this.btnOK_Click); this.btnCancel.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnCancel.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnCancel.BorderDrawing = true; this.btnCancel.FocusRectangleEnabled = false; this.btnCancel.Image = null; this.btnCancel.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnCancel.ImageBorderEnabled = true; this.btnCancel.ImageDropShadow = true; this.btnCancel.ImageFocused = null; this.btnCancel.ImageInactive = null; this.btnCancel.ImageMouseOver = null; this.btnCancel.ImageNormal = null; this.btnCancel.ImagePressed = null; this.btnCancel.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnCancel.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnCancel.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnCancel.Location = new Point(0x12d, 0x54); this.btnCancel.Name = "btnCancel"; this.btnCancel.OffsetPressedContent = true; this.btnCancel.Padding2 = 5; this.btnCancel.Size = new Size(0x4f, 20); this.btnCancel.StretchImage = false; this.btnCancel.TabIndex = 3; this.btnCancel.Text = "Cancel"; this.btnCancel.TextDropShadow = false; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new EventHandler(this.btnCancel_Click); this.label3.AutoSize = true; this.label3.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.label3.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0); this.label3.ForeColor = Color.FromArgb(0xff, 0xff, 0xff); this.label3.Location = new Point(0xb3, 7); this.label3.Name = "label3"; this.label3.Size = new Size(0, 0x10); this.label3.TabIndex = 9; this.btnHistory.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnHistory.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnHistory.BorderDrawing = true; this.btnHistory.FocusRectangleEnabled = false; this.btnHistory.Image = null; this.btnHistory.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnHistory.ImageBorderEnabled = true; this.btnHistory.ImageDropShadow = true; this.btnHistory.ImageFocused = null; this.btnHistory.ImageInactive = null; this.btnHistory.ImageMouseOver = null; this.btnHistory.ImageNormal = null; this.btnHistory.ImagePressed = null; this.btnHistory.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnHistory.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnHistory.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnHistory.Location = new Point(0x12d, 0x67); this.btnHistory.Name = "btnHistory"; this.btnHistory.OffsetPressedContent = true; this.btnHistory.Padding2 = 5; this.btnHistory.Size = new Size(0x4f, 20); this.btnHistory.StretchImage = false; this.btnHistory.TabIndex = 13; this.btnHistory.Text = "History"; this.btnHistory.TextDropShadow = false; this.btnHistory.UseVisualStyleBackColor = false; this.btnHistory.Visible = false; this.btnHistory.Click += new EventHandler(this.btnHistory_Click); base.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.FromArgb(0x9f, 180, 0xc1); base.ClientSize = new Size(400, 0x7b); base.Controls.Add(this.btnHistory); base.Controls.Add(this.btnCancel); base.Controls.Add(this.btnOK); base.Controls.Add(this.tbNewName); base.Controls.Add(this.tbOldName); base.Controls.Add(this.label2); base.Controls.Add(this.label1); base.Icon = Resources.shk_icon; base.Name = "RenameVillagePopup"; base.ShowBar = true; base.ShowClose = true; base.Controls.SetChildIndex(this.label1, 0); base.Controls.SetChildIndex(this.label2, 0); base.Controls.SetChildIndex(this.tbOldName, 0); base.Controls.SetChildIndex(this.tbNewName, 0); base.Controls.SetChildIndex(this.btnOK, 0); base.Controls.SetChildIndex(this.btnCancel, 0); base.Controls.SetChildIndex(this.btnHistory, 0); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.listBoxSearch = new ListBox(); this.label3 = new Label(); this.btnClose = new BitmapButton(); this.btnRemoveBlock = new BitmapButton(); this.cbAggressive = new CheckBox(); base.SuspendLayout(); this.listBoxSearch.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top; this.listBoxSearch.BackColor = ARGBColors.White; this.listBoxSearch.ForeColor = ARGBColors.Black; this.listBoxSearch.FormattingEnabled = true; this.listBoxSearch.Location = new Point(14, 0x30); this.listBoxSearch.Name = "listBoxSearch"; this.listBoxSearch.Size = new Size(0x16e, 0xfb); this.listBoxSearch.TabIndex = 11; this.listBoxSearch.SelectedIndexChanged += new EventHandler(this.listBoxSearch_SelectedIndexChanged); this.listBoxSearch.DoubleClick += new EventHandler(this.listBoxSearch_DoubleClick); this.label3.AutoSize = true; this.label3.Location = new Point(7, 0x4c); this.label3.Name = "label3"; this.label3.Size = new Size(0x4f, 13); this.label3.TabIndex = 0x10; this.label3.Text = "Search Results"; this.btnClose.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnClose.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnClose.BorderDrawing = true; this.btnClose.FocusRectangleEnabled = false; this.btnClose.Image = null; this.btnClose.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnClose.ImageBorderEnabled = true; this.btnClose.ImageDropShadow = true; this.btnClose.ImageFocused = null; this.btnClose.ImageInactive = null; this.btnClose.ImageMouseOver = null; this.btnClose.ImageNormal = null; this.btnClose.ImagePressed = null; this.btnClose.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnClose.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnClose.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnClose.Location = new Point(0x10f, 0x171); this.btnClose.Name = "btnClose"; this.btnClose.OffsetPressedContent = true; this.btnClose.Padding2 = 5; this.btnClose.Size = new Size(110, 0x1b); this.btnClose.StretchImage = false; this.btnClose.TabIndex = 0x11; this.btnClose.Text = "Close"; this.btnClose.TextDropShadow = false; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new EventHandler(this.btnClose_Click); this.btnRemoveBlock.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnRemoveBlock.BorderDrawing = true; this.btnRemoveBlock.FocusRectangleEnabled = false; this.btnRemoveBlock.Image = null; this.btnRemoveBlock.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnRemoveBlock.ImageBorderEnabled = true; this.btnRemoveBlock.ImageDropShadow = true; this.btnRemoveBlock.ImageFocused = null; this.btnRemoveBlock.ImageInactive = null; this.btnRemoveBlock.ImageMouseOver = null; this.btnRemoveBlock.ImageNormal = null; this.btnRemoveBlock.ImagePressed = null; this.btnRemoveBlock.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnRemoveBlock.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnRemoveBlock.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnRemoveBlock.Location = new Point(0x74, 0x131); this.btnRemoveBlock.Name = "btnRemoveBlock"; this.btnRemoveBlock.OffsetPressedContent = true; this.btnRemoveBlock.Padding2 = 5; this.btnRemoveBlock.Size = new Size(0xa1, 0x1b); this.btnRemoveBlock.StretchImage = false; this.btnRemoveBlock.TabIndex = 0x17; this.btnRemoveBlock.Text = "Remove Block"; this.btnRemoveBlock.TextDropShadow = false; this.btnRemoveBlock.UseVisualStyleBackColor = true; this.btnRemoveBlock.Click += new EventHandler(this.btnRemoveBlock_Click); this.cbAggressive.AutoSize = true; this.cbAggressive.BackColor = Color.FromArgb(0, 0xff, 0xff, 0xff); this.cbAggressive.ForeColor = ARGBColors.Black; this.cbAggressive.Location = new Point(0x3b, 0x155); this.cbAggressive.Name = "cbAggressive"; this.cbAggressive.Size = new Size(80, 0x11); this.cbAggressive.TabIndex = 0x18; this.cbAggressive.Text = "checkBox1"; this.cbAggressive.UseVisualStyleBackColor = false; this.cbAggressive.CheckedChanged += new EventHandler(this.cbAggressive_CheckedChanged); base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(0x189, 0x198); base.Controls.Add(this.cbAggressive); base.Controls.Add(this.btnRemoveBlock); base.Controls.Add(this.btnClose); base.Controls.Add(this.listBoxSearch); base.Icon = Resources.shk_icon; base.Name = "MailUserBlockPopup"; base.ShowBar = true; base.ShowClose = true; base.ShowIcon = false; base.StartPosition = FormStartPosition.CenterScreen; this.Text = "Add Users"; base.TopMost = true; base.Controls.SetChildIndex(this.listBoxSearch, 0); base.Controls.SetChildIndex(this.btnClose, 0); base.Controls.SetChildIndex(this.btnRemoveBlock, 0); base.Controls.SetChildIndex(this.cbAggressive, 0); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.label3 = new Label(); this.btnClose = new BitmapButton(); this.cbMailOptIn = new CheckBox(); base.SuspendLayout(); this.label3.AutoSize = true; this.label3.Location = new Point(7, 0x4c); this.label3.Name = "label3"; this.label3.Size = new Size(0x4f, 13); this.label3.TabIndex = 0x10; this.label3.Text = "Search Results"; this.btnClose.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnClose.BorderColor = ARGBColors.DarkBlue; this.btnClose.BorderDrawing = true; this.btnClose.FocusRectangleEnabled = false; this.btnClose.Image = null; this.btnClose.ImageBorderColor = ARGBColors.Chocolate; this.btnClose.ImageBorderEnabled = true; this.btnClose.ImageDropShadow = true; this.btnClose.ImageFocused = null; this.btnClose.ImageInactive = null; this.btnClose.ImageMouseOver = null; this.btnClose.ImageNormal = null; this.btnClose.ImagePressed = null; this.btnClose.InnerBorderColor = ARGBColors.LightGray; this.btnClose.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnClose.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnClose.Location = new Point(0x150, 0x73); this.btnClose.Name = "btnClose"; this.btnClose.OffsetPressedContent = true; this.btnClose.Padding2 = 5; this.btnClose.Size = new Size(110, 0x1b); this.btnClose.StretchImage = false; this.btnClose.TabIndex = 0x11; this.btnClose.Text = "Close"; this.btnClose.TextDropShadow = false; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new EventHandler(this.btnClose_Click); this.cbMailOptIn.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.cbMailOptIn.BackColor = ARGBColors.Transparent; this.cbMailOptIn.Location = new Point(0x20, 0x25); this.cbMailOptIn.Name = "cbMailOptIn"; this.cbMailOptIn.Size = new Size(0x18e, 0x48); this.cbMailOptIn.TabIndex = 0x12; this.cbMailOptIn.Text = "Mail Opt In"; this.cbMailOptIn.UseVisualStyleBackColor = false; this.cbMailOptIn.CheckedChanged += new EventHandler(this.cbMailOptIn_CheckedChanged); base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(0x1ca, 0x9a); base.Controls.Add(this.cbMailOptIn); base.Controls.Add(this.btnClose); base.Icon = Resources.shk_icon; base.Name = "EmailOptInPopup"; base.ShowClose = true; base.ShowIcon = false; base.ShowInTaskbar = false; base.StartPosition = FormStartPosition.CenterScreen; this.Text = "Add Users"; base.TopMost = true; base.Controls.SetChildIndex(this.btnClose, 0); base.Controls.SetChildIndex(this.cbMailOptIn, 0); base.ResumeLayout(false); }
private void InitializeComponent() { this.lblDuration = new Label(); this.lblDominationInfo = new Label(); this.btnClose = new BitmapButton(); base.SuspendLayout(); this.lblDuration.BackColor = ARGBColors.Transparent; this.lblDuration.ForeColor = ARGBColors.Black; this.lblDuration.Location = new Point(3, 0x62); this.lblDuration.Name = "lblDuration"; this.lblDuration.Size = new Size(0x1a3, 20); this.lblDuration.TabIndex = 0x10; this.lblDuration.Text = "0"; this.lblDuration.TextAlign = ContentAlignment.MiddleCenter; this.lblDominationInfo.BackColor = ARGBColors.Transparent; this.lblDominationInfo.ForeColor = ARGBColors.Black; this.lblDominationInfo.Location = new Point(0, 0x35); this.lblDominationInfo.Name = "lblDominationInfo"; this.lblDominationInfo.Size = new Size(0x1a6, 0x18); this.lblDominationInfo.TabIndex = 0x11; this.lblDominationInfo.Text = "Domination World will end in"; this.lblDominationInfo.TextAlign = ContentAlignment.MiddleCenter; this.btnClose.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnClose.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnClose.BorderColor = ARGBColors.DarkBlue; this.btnClose.BorderDrawing = true; this.btnClose.FocusRectangleEnabled = false; this.btnClose.Image = null; this.btnClose.ImageBorderColor = ARGBColors.Chocolate; this.btnClose.ImageBorderEnabled = true; this.btnClose.ImageDropShadow = true; this.btnClose.ImageFocused = null; this.btnClose.ImageInactive = null; this.btnClose.ImageMouseOver = null; this.btnClose.ImageNormal = null; this.btnClose.ImagePressed = null; this.btnClose.InnerBorderColor = ARGBColors.LightGray; this.btnClose.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnClose.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnClose.Location = new Point(0x11b, 0x90); this.btnClose.Name = "btnClose"; this.btnClose.OffsetPressedContent = true; this.btnClose.Padding2 = 5; this.btnClose.Size = new Size(0x81, 0x1a); this.btnClose.StretchImage = false; this.btnClose.TabIndex = 20; this.btnClose.Text = "Close"; this.btnClose.TextDropShadow = false; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new EventHandler(this.btnClose_Click); base.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.FromArgb(0x80, 0x91, 0x9c); base.ClientSize = new Size(0x1a8, 0xb6); base.Controls.Add(this.btnClose); base.Controls.Add(this.lblDominationInfo); base.Controls.Add(this.lblDuration); base.Name = "DominationWindow"; base.ShowClose = true; this.Text = "DominationWindow"; base.Controls.SetChildIndex(this.lblDuration, 0); base.Controls.SetChildIndex(this.lblDominationInfo, 0); base.Controls.SetChildIndex(this.btnClose, 0); base.ResumeLayout(false); }
private void InitializeComponent() { this.btnClose = new BitmapButton(); this.label1 = new Label(); this.lblNumUsersLoggedIn = new Label(); this.lblLast7 = new Label(); this.label3 = new Label(); this.lblLast3 = new Label(); this.label5 = new Label(); this.lblLast24 = new Label(); this.label7 = new Label(); this.lblNumActiveUsers = new Label(); this.label4 = new Label(); base.SuspendLayout(); this.btnClose.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnClose.BorderColor = ARGBColors.DarkBlue; this.btnClose.BorderDrawing = true; this.btnClose.FocusRectangleEnabled = false; this.btnClose.Image = null; this.btnClose.ImageBorderColor = ARGBColors.Chocolate; this.btnClose.ImageBorderEnabled = true; this.btnClose.ImageDropShadow = true; this.btnClose.ImageFocused = null; this.btnClose.ImageInactive = null; this.btnClose.ImageMouseOver = null; this.btnClose.ImageNormal = null; this.btnClose.ImagePressed = null; this.btnClose.InnerBorderColor = ARGBColors.LightGray; this.btnClose.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnClose.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnClose.Location = new Point(0xe9, 0xbb); this.btnClose.Name = "btnClose"; this.btnClose.OffsetPressedContent = true; this.btnClose.Padding2 = 5; this.btnClose.Size = new Size(0x4b, 0x17); this.btnClose.StretchImage = false; this.btnClose.TabIndex = 0; this.btnClose.Text = "Close"; this.btnClose.TextDropShadow = false; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new EventHandler(this.btnClose_Click); this.label1.AutoSize = true; this.label1.BackColor = ARGBColors.Transparent; this.label1.Location = new Point(0x15, 0x2a); this.label1.Name = "label1"; this.label1.Size = new Size(0x6d, 13); this.label1.TabIndex = 1; this.label1.Text = "Spare Feedin Villages"; this.lblNumUsersLoggedIn.Anchor = AnchorStyles.Right | AnchorStyles.Top; this.lblNumUsersLoggedIn.BackColor = ARGBColors.Transparent; this.lblNumUsersLoggedIn.Location = new Point(0xf9, 0x2a); this.lblNumUsersLoggedIn.Name = "lblNumUsersLoggedIn"; this.lblNumUsersLoggedIn.Size = new Size(0x2b, 13); this.lblNumUsersLoggedIn.TabIndex = 2; this.lblNumUsersLoggedIn.Text = "0"; this.lblNumUsersLoggedIn.TextAlign = ContentAlignment.TopRight; this.lblLast7.Anchor = AnchorStyles.Right | AnchorStyles.Top; this.lblLast7.BackColor = ARGBColors.Transparent; this.lblLast7.Location = new Point(0xf9, 0xa2); this.lblLast7.Name = "lblLast7"; this.lblLast7.Size = new Size(0x2b, 13); this.lblLast7.TabIndex = 4; this.lblLast7.Text = "0"; this.lblLast7.TextAlign = ContentAlignment.TopRight; this.label3.AutoSize = true; this.label3.BackColor = ARGBColors.Transparent; this.label3.Location = new Point(0x15, 0xa2); this.label3.Name = "label3"; this.label3.Size = new Size(0xc4, 13); this.label3.TabIndex = 3; this.label3.Text = "Number of Users Logged In Last 7 Days"; this.lblLast3.Anchor = AnchorStyles.Right | AnchorStyles.Top; this.lblLast3.BackColor = ARGBColors.Transparent; this.lblLast3.Location = new Point(0xf9, 0x84); this.lblLast3.Name = "lblLast3"; this.lblLast3.Size = new Size(0x2b, 13); this.lblLast3.TabIndex = 6; this.lblLast3.Text = "0"; this.lblLast3.TextAlign = ContentAlignment.TopRight; this.label5.AutoSize = true; this.label5.BackColor = ARGBColors.Transparent; this.label5.Location = new Point(0x15, 0x84); this.label5.Name = "label5"; this.label5.Size = new Size(0xc4, 13); this.label5.TabIndex = 5; this.label5.Text = "Number of Users Logged In Last 3 Days"; this.lblLast24.Anchor = AnchorStyles.Right | AnchorStyles.Top; this.lblLast24.BackColor = ARGBColors.Transparent; this.lblLast24.Location = new Point(0xf9, 0x66); this.lblLast24.Name = "lblLast24"; this.lblLast24.Size = new Size(0x2b, 13); this.lblLast24.TabIndex = 8; this.lblLast24.Text = "0"; this.lblLast24.TextAlign = ContentAlignment.TopRight; this.label7.AutoSize = true; this.label7.BackColor = ARGBColors.Transparent; this.label7.Location = new Point(0x15, 0x66); this.label7.Name = "label7"; this.label7.Size = new Size(0xce, 13); this.label7.TabIndex = 7; this.label7.Text = "Number of Users Logged In Last 24 Hours"; this.lblNumActiveUsers.Anchor = AnchorStyles.Right | AnchorStyles.Top; this.lblNumActiveUsers.BackColor = ARGBColors.Transparent; this.lblNumActiveUsers.Location = new Point(0xf9, 0x48); this.lblNumActiveUsers.Name = "lblNumActiveUsers"; this.lblNumActiveUsers.Size = new Size(0x2b, 13); this.lblNumActiveUsers.TabIndex = 10; this.lblNumActiveUsers.Text = "0"; this.lblNumActiveUsers.TextAlign = ContentAlignment.TopRight; this.label4.AutoSize = true; this.label4.BackColor = ARGBColors.Transparent; this.label4.Location = new Point(0x15, 0x48); this.label4.Name = "label4"; this.label4.Size = new Size(0xa3, 13); this.label4.TabIndex = 9; this.label4.Text = "Number of Users Currently Active"; base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(320, 220); base.Controls.Add(this.lblNumActiveUsers); base.Controls.Add(this.label4); base.Controls.Add(this.lblLast24); base.Controls.Add(this.label7); base.Controls.Add(this.lblLast3); base.Controls.Add(this.label5); base.Controls.Add(this.lblLast7); base.Controls.Add(this.label3); base.Controls.Add(this.lblNumUsersLoggedIn); base.Controls.Add(this.label1); base.Controls.Add(this.btnClose); base.Icon = Resources.shk_icon; base.Name = "AdminStatsPopup"; base.ShowClose = true; base.StartPosition = FormStartPosition.CenterScreen; this.Text = "Admin Info"; base.Controls.SetChildIndex(this.btnClose, 0); base.Controls.SetChildIndex(this.label1, 0); base.Controls.SetChildIndex(this.lblNumUsersLoggedIn, 0); base.Controls.SetChildIndex(this.label3, 0); base.Controls.SetChildIndex(this.lblLast7, 0); base.Controls.SetChildIndex(this.label5, 0); base.Controls.SetChildIndex(this.lblLast3, 0); base.Controls.SetChildIndex(this.label7, 0); base.Controls.SetChildIndex(this.lblLast24, 0); base.Controls.SetChildIndex(this.label4, 0); base.Controls.SetChildIndex(this.lblNumActiveUsers, 0); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { new ComponentResourceManager(typeof(MyMessageBox)); this.btnCancel = new BitmapButton(); this.lblTimer = new Label(); this.btnOK = new BitmapButton(); this.panel1 = new Panel(); this.lblMessage = new Label(); this.lblTitle = new Label(); this.panel2 = new Panel(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); base.SuspendLayout(); this.btnCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnCancel.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnCancel.Location = new Point(0xb8, 0x70); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new Size(0x4a, 0x19); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new EventHandler(this.btnCancel_Click); this.lblTimer.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; this.lblTimer.AutoSize = true; this.lblTimer.BackColor = ARGBColors.Transparent; this.lblTimer.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0); this.lblTimer.Location = new Point(9, 120); this.lblTimer.Name = "lblTimer"; this.lblTimer.Size = new Size(0, 0x10); this.lblTimer.TabIndex = 4; this.btnOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnOK.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnOK.Location = new Point(0x68, 0x70); this.btnOK.Name = "btnOK"; this.btnOK.Size = new Size(0x4a, 0x19); this.btnOK.TabIndex = 5; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = false; this.btnOK.Click += new EventHandler(this.btnOK_Click); this.panel1.AutoScroll = true; this.panel1.BackColor = ARGBColors.Transparent; this.panel1.Controls.Add(this.lblMessage); this.panel1.Location = new Point(13, 0x29); this.panel1.Name = "panel1"; this.panel1.Size = new Size(0x14f, 0x3a); this.panel1.TabIndex = 6; this.lblMessage.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Regular, GraphicsUnit.Point, 0); this.lblMessage.Location = new Point(0, 0); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new Size(0x14f, 0x3a); this.lblMessage.TabIndex = 0; this.lblMessage.Text = "Testing text"; this.lblMessage.TextAlign = ContentAlignment.TopCenter; this.lblTitle.AutoSize = true; this.lblTitle.BackColor = ARGBColors.Transparent; this.lblTitle.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0); this.lblTitle.ForeColor = ARGBColors.White; this.lblTitle.Location = new Point(10, 8); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new Size(0, 0x10); this.lblTitle.TabIndex = 8; this.lblTitle.MouseDown += new MouseEventHandler(this.lblTitle_MouseDown); this.panel2.Controls.Add(this.lblTitle); this.panel2.Location = new Point(1, 1); this.panel2.Name = "panel2"; this.panel2.Size = new Size(0x167, 30); this.panel2.TabIndex = 9; this.panel2.MouseDown += new MouseEventHandler(this.panel2_MouseDown); base.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.FromArgb(0x9f, 180, 0xc1); base.ClientSize = new Size(0x169, 0x90); base.ControlBox = false; base.Controls.Add(this.panel2); base.Controls.Add(this.btnOK); base.Controls.Add(this.btnCancel); base.Controls.Add(this.panel1); base.Controls.Add(this.lblTimer); base.FormBorderStyle = FormBorderStyle.None; base.Icon = Resources.shk_icon; base.Name = "MyMessageBox"; base.ShowInTaskbar = false; base.StartPosition = FormStartPosition.Manual; this.Text = "MyMessageBox"; base.Load += new EventHandler(this.MyMessageBox_Load); base.Paint += new PaintEventHandler(this.MyMessageBox_Paint); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.tbForumName = new TextBox(); this.lblTopic = new Label(); this.btnCancel = new BitmapButton(); this.btnOK = new BitmapButton(); base.SuspendLayout(); this.tbForumName.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top; this.tbForumName.Location = new Point(0xa2, 50); this.tbForumName.MaxLength = 0x63; this.tbForumName.Name = "tbForumName"; this.tbForumName.Size = new Size(460, 20); this.tbForumName.TabIndex = 4; this.tbForumName.TextChanged += new EventHandler(this.tbForumName_TextChanged); this.tbForumName.KeyUp += new KeyEventHandler(this.tbForumName_KeyUp); this.lblTopic.AutoSize = true; this.lblTopic.BackColor = ARGBColors.Transparent; this.lblTopic.Location = new Point(7, 0x35); this.lblTopic.Name = "lblTopic"; this.lblTopic.Size = new Size(0x59, 13); this.lblTopic.TabIndex = 5; this.lblTopic.Text = "Forum Sub Name"; this.btnCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnCancel.BorderColor = ARGBColors.DarkBlue; this.btnCancel.BorderDrawing = true; this.btnCancel.FocusRectangleEnabled = false; this.btnCancel.Image = null; this.btnCancel.ImageBorderColor = ARGBColors.Chocolate; this.btnCancel.ImageBorderEnabled = true; this.btnCancel.ImageDropShadow = true; this.btnCancel.ImageFocused = null; this.btnCancel.ImageInactive = null; this.btnCancel.ImageMouseOver = null; this.btnCancel.ImageNormal = null; this.btnCancel.ImagePressed = null; this.btnCancel.InnerBorderColor = ARGBColors.LightGray; this.btnCancel.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnCancel.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnCancel.Location = new Point(0x1f2, 0x55); this.btnCancel.Name = "btnCancel"; this.btnCancel.OffsetPressedContent = true; this.btnCancel.Padding2 = 5; this.btnCancel.Size = new Size(0x7c, 0x1b); this.btnCancel.StretchImage = false; this.btnCancel.TabIndex = 3; this.btnCancel.Text = "Cancel"; this.btnCancel.TextDropShadow = false; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new EventHandler(this.btnCancel_Click); this.btnOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnOK.BorderColor = ARGBColors.DarkBlue; this.btnOK.BorderDrawing = true; this.btnOK.FocusRectangleEnabled = false; this.btnOK.Image = null; this.btnOK.ImageBorderColor = ARGBColors.Chocolate; this.btnOK.ImageBorderEnabled = true; this.btnOK.ImageDropShadow = true; this.btnOK.ImageFocused = null; this.btnOK.ImageInactive = null; this.btnOK.ImageMouseOver = null; this.btnOK.ImageNormal = null; this.btnOK.ImagePressed = null; this.btnOK.InnerBorderColor = ARGBColors.LightGray; this.btnOK.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnOK.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnOK.Location = new Point(0x170, 0x55); this.btnOK.Name = "btnOK"; this.btnOK.OffsetPressedContent = true; this.btnOK.Padding2 = 5; this.btnOK.Size = new Size(0x7c, 0x1b); this.btnOK.StretchImage = false; this.btnOK.TabIndex = 2; this.btnOK.Text = "OK"; this.btnOK.TextDropShadow = false; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new EventHandler(this.btnOK_Click); base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(0x282, 0x7f); base.Controls.Add(this.btnOK); base.Controls.Add(this.btnCancel); base.Controls.Add(this.lblTopic); base.Controls.Add(this.tbForumName); base.Icon = Resources.shk_icon; base.Name = "FactionNewForumPopup"; base.ShowClose = true; base.StartPosition = FormStartPosition.CenterScreen; this.Text = "New Sub Forum"; base.Controls.SetChildIndex(this.tbForumName, 0); base.Controls.SetChildIndex(this.lblTopic, 0); base.Controls.SetChildIndex(this.btnCancel, 0); base.Controls.SetChildIndex(this.btnOK, 0); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.customPanel = new FormationPanel(); this.lstStored = new ListBox(); this.txtSaveName = new TextBox(); this.pictureBox1 = new PictureBox(); this.btnRestore = new BitmapButton(); this.btnDelete = new BitmapButton(); this.btnSave = new BitmapButton(); this.btnClose = new BitmapButton(); this.lblStored = new Label(); this.btnRename = new BitmapButton(); this.lblName = new Label(); this.gbNew = new GroupBox(); this.gbManage = new GroupBox(); this.lblSelected = new Label(); this.txtSelected = new TextBox(); ((ISupportInitialize)this.pictureBox1).BeginInit(); this.gbNew.SuspendLayout(); this.gbManage.SuspendLayout(); base.SuspendLayout(); this.customPanel.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.customPanel.ClickThru = false; this.customPanel.Location = new Point(0, 0x22); this.customPanel.Name = "customPanel"; this.customPanel.PanelActive = true; this.customPanel.Size = base.Size; this.customPanel.StoredGraphics = null; this.customPanel.TabIndex = 0x63; this.lstStored.BackColor = ARGBColors.White; this.lstStored.ForeColor = ARGBColors.Black; this.lstStored.FormattingEnabled = true; this.lstStored.Location = new Point(6, 0x23); this.lstStored.Name = "lstStored"; this.lstStored.Size = new Size(160, 0xc7); this.lstStored.Sorted = true; this.lstStored.TabIndex = 0; this.lstStored.MouseDoubleClick += new MouseEventHandler(this.lstStored_MouseDoubleClick); this.lstStored.SelectedIndexChanged += new EventHandler(this.lstStored_SelectedIndexChanged); this.txtSaveName.BackColor = ARGBColors.White; this.txtSaveName.ForeColor = ARGBColors.Black; this.txtSaveName.BorderStyle = BorderStyle.FixedSingle; this.txtSaveName.Name = "txtSaveName"; this.txtSaveName.Size = new Size(160, 20); this.txtSaveName.Location = new Point(0x24, 0x17d); this.txtSaveName.TabIndex = 1; this.txtSaveName.TextChanged += new EventHandler(this.txtSaveName_TextChanged); this.txtSaveName.KeyDown += new KeyEventHandler(this.txtSaveName_KeyDown); this.txtSaveName.KeyPress += new KeyPressEventHandler(this.txtSaveName_KeyPress); this.pictureBox1.BackgroundImageLayout = ImageLayout.Center; this.pictureBox1.BorderStyle = BorderStyle.FixedSingle; this.pictureBox1.Location = new Point(0x17, 0xb3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new Size(0xeb, 150); this.pictureBox1.TabIndex = 14; this.pictureBox1.TabStop = false; this.btnRestore.BorderColor = ARGBColors.DarkBlue; this.btnRestore.BorderDrawing = true; this.btnRestore.FocusRectangleEnabled = false; this.btnRestore.Image = null; this.btnRestore.ImageBorderColor = ARGBColors.Chocolate; this.btnRestore.ImageBorderEnabled = true; this.btnRestore.ImageDropShadow = true; this.btnRestore.ImageFocused = null; this.btnRestore.ImageInactive = null; this.btnRestore.ImageMouseOver = null; this.btnRestore.ImageNormal = null; this.btnRestore.ImagePressed = null; this.btnRestore.InnerBorderColor = ARGBColors.LightGray; this.btnRestore.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnRestore.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnRestore.Location = new Point(6, 240); this.btnRestore.Name = "btnRestore"; this.btnRestore.OffsetPressedContent = true; this.btnRestore.Padding2 = 5; this.btnRestore.Size = new Size(160, 0x1b); this.btnRestore.StretchImage = false; this.btnRestore.TabIndex = 15; this.btnRestore.Text = "Deploy Formation"; this.btnRestore.TextDropShadow = false; this.btnRestore.UseVisualStyleBackColor = true; this.btnRestore.Click += new EventHandler(this.btnRestore_Click); this.btnDelete.BorderColor = ARGBColors.DarkBlue; this.btnDelete.BorderDrawing = true; this.btnDelete.FocusRectangleEnabled = false; this.btnDelete.Image = null; this.btnDelete.ImageBorderColor = ARGBColors.Chocolate; this.btnDelete.ImageBorderEnabled = true; this.btnDelete.ImageDropShadow = true; this.btnDelete.ImageFocused = null; this.btnDelete.ImageInactive = null; this.btnDelete.ImageMouseOver = null; this.btnDelete.ImageNormal = null; this.btnDelete.ImagePressed = null; this.btnDelete.InnerBorderColor = ARGBColors.LightGray; this.btnDelete.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnDelete.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnDelete.Location = new Point(0xac, 0x5e); this.btnDelete.Name = "btnDelete"; this.btnDelete.OffsetPressedContent = true; this.btnDelete.Padding2 = 5; this.btnDelete.Size = new Size(160, 0x1b); this.btnDelete.StretchImage = false; this.btnDelete.TabIndex = 0x10; this.btnDelete.Text = "Delete Formation"; this.btnDelete.TextDropShadow = false; this.btnDelete.UseVisualStyleBackColor = true; this.btnDelete.Click += new EventHandler(this.btnDelete_Click); this.btnSave.BorderColor = ARGBColors.DarkBlue; this.btnSave.BorderDrawing = true; this.btnSave.FocusRectangleEnabled = false; this.btnSave.Image = null; this.btnSave.ImageBorderColor = ARGBColors.Chocolate; this.btnSave.ImageBorderEnabled = true; this.btnSave.ImageDropShadow = true; this.btnSave.ImageFocused = null; this.btnSave.ImageInactive = null; this.btnSave.ImageMouseOver = null; this.btnSave.ImageNormal = null; this.btnSave.ImagePressed = null; this.btnSave.InnerBorderColor = ARGBColors.LightGray; this.btnSave.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnSave.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnSave.Location = new Point(0x23, 0x3d); this.btnSave.Name = "btnSave"; this.btnSave.OffsetPressedContent = true; this.btnSave.Padding2 = 5; this.btnSave.Size = new Size(160, 0x1b); this.btnSave.StretchImage = false; this.btnSave.TabIndex = 0x11; this.btnSave.Text = "Save Formation"; this.btnSave.TextDropShadow = false; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new EventHandler(this.btnSave_Click); this.btnClose.BorderColor = ARGBColors.DarkBlue; this.btnClose.BorderDrawing = true; this.btnClose.FocusRectangleEnabled = false; this.btnClose.Image = null; this.btnClose.ImageBorderColor = ARGBColors.Chocolate; this.btnClose.ImageBorderEnabled = true; this.btnClose.ImageDropShadow = true; this.btnClose.ImageFocused = null; this.btnClose.ImageInactive = null; this.btnClose.ImageMouseOver = null; this.btnClose.ImageNormal = null; this.btnClose.ImagePressed = null; this.btnClose.InnerBorderColor = ARGBColors.LightGray; this.btnClose.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnClose.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnClose.Location = new Point(460, 0x15c); this.btnClose.Name = "btnClose"; this.btnClose.OffsetPressedContent = true; this.btnClose.Padding2 = 5; this.btnClose.Size = new Size(160, 0x1b); this.btnClose.StretchImage = false; this.btnClose.TabIndex = 0x12; this.btnClose.Text = "Close"; this.btnClose.TextDropShadow = false; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new EventHandler(this.btnClose_Click); this.lblStored.AutoSize = true; this.lblStored.BackColor = ARGBColors.Transparent; this.lblStored.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0); this.lblStored.Location = new Point(3, 0x13); this.lblStored.Name = "lblStored"; this.lblStored.Size = new Size(0x6d, 13); this.lblStored.TabIndex = 20; this.lblStored.Text = "Stored Formations"; this.btnRename.BorderColor = ARGBColors.DarkBlue; this.btnRename.BorderDrawing = true; this.btnRename.FocusRectangleEnabled = false; this.btnRename.Image = null; this.btnRename.ImageBorderColor = ARGBColors.Chocolate; this.btnRename.ImageBorderEnabled = true; this.btnRename.ImageDropShadow = true; this.btnRename.ImageFocused = null; this.btnRename.ImageInactive = null; this.btnRename.ImageMouseOver = null; this.btnRename.ImageNormal = null; this.btnRename.ImagePressed = null; this.btnRename.InnerBorderColor = ARGBColors.LightGray; this.btnRename.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnRename.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnRename.Location = new Point(0xad, 0x3d); this.btnRename.Name = "btnRename"; this.btnRename.OffsetPressedContent = true; this.btnRename.Padding2 = 5; this.btnRename.Size = new Size(160, 0x1b); this.btnRename.StretchImage = false; this.btnRename.TabIndex = 0x15; this.btnRename.Text = "Rename Formation"; this.btnRename.TextDropShadow = false; this.btnRename.UseVisualStyleBackColor = true; this.btnRename.Click += new EventHandler(this.btnRename_Click); this.lblName.AutoSize = true; this.lblName.BackColor = ARGBColors.Transparent; this.lblName.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0); this.lblName.Location = new Point(0x20, 0x13); this.lblName.Name = "lblName"; this.lblName.Size = new Size(0x62, 13); this.lblName.TabIndex = 0x16; this.lblName.Text = "Formation Name"; this.lblName.Click += new EventHandler(this.lblName_Click); this.gbNew.BackColor = ARGBColors.Transparent; this.gbNew.Controls.Add(this.lblName); this.gbNew.Controls.Add(this.btnSave); this.gbNew.Location = new Point(0x17, 0x31); this.gbNew.Name = "gbNew"; this.gbNew.RightToLeft = RightToLeft.No; this.gbNew.Size = new Size(0xeb, 0x6d); this.gbNew.TabIndex = 0x17; this.gbNew.TabStop = false; this.gbNew.Text = "Create a New Formation"; this.gbManage.BackColor = ARGBColors.Transparent; this.gbManage.Controls.Add(this.lstStored); this.gbManage.Controls.Add(this.lblSelected); this.gbManage.Controls.Add(this.btnRestore); this.gbManage.Controls.Add(this.btnDelete); this.gbManage.Controls.Add(this.lblStored); this.gbManage.Controls.Add(this.btnRename); this.gbManage.Location = new Point(0x117, 0x31); this.gbManage.Name = "gbManage"; this.gbManage.Size = new Size(0x155, 0x116); this.gbManage.TabIndex = 0x18; this.gbManage.TabStop = false; this.gbManage.Text = "Manage Formations"; this.lblSelected.AutoSize = true; this.lblSelected.BackColor = ARGBColors.Transparent; this.lblSelected.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0); this.lblSelected.Location = new Point(170, 0x13); this.lblSelected.Name = "lblSelected"; this.lblSelected.Size = new Size(0x74, 13); this.lblSelected.TabIndex = 0x18; this.lblSelected.Text = "Selected Formation"; this.txtSelected.BackColor = ARGBColors.White; this.txtSelected.ForeColor = ARGBColors.Black; this.txtSelected.BorderStyle = BorderStyle.FixedSingle; this.txtSelected.Size = new Size(160, 20); this.txtSelected.Location = new Point(270, 0x17d); this.txtSelected.Name = "txtSelected"; this.txtSelected.TabIndex = 0x17; base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(700, 450); base.Controls.Add(this.gbManage); base.Controls.Add(this.gbNew); base.Controls.Add(this.pictureBox1); base.Controls.Add(this.btnClose); base.Controls.Add(this.txtSelected); base.Controls.Add(this.txtSaveName); base.Controls.Add(this.customPanel); this.DoubleBuffered = true; base.Name = "FormationPopup"; base.ShowClose = true; base.ShowIcon = false; base.ShowInTaskbar = false; base.StartPosition = FormStartPosition.CenterScreen; this.Text = "Manage Formations"; base.TransparencyKey = ARGBColors.Fuchsia; base.Controls.SetChildIndex(this.customPanel, 0); base.Controls.SetChildIndex(this.txtSaveName, 0); base.Controls.SetChildIndex(this.txtSelected, 0); base.Controls.SetChildIndex(this.btnClose, 0); base.Controls.SetChildIndex(this.pictureBox1, 0); base.Controls.SetChildIndex(this.gbNew, 0); base.Controls.SetChildIndex(this.gbManage, 0); ((ISupportInitialize)this.pictureBox1).EndInit(); this.gbNew.ResumeLayout(false); this.gbNew.PerformLayout(); this.gbManage.ResumeLayout(false); this.gbManage.PerformLayout(); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.lblAdvice = new Label(); this.panel1 = new Panel(); this.lblTitle = new Label(); this.lblBlockReminder = new Label(); this.tbDescription = new TextBox(); this.lblTextTitle = new Label(); this.cbReason = new ComboBox(); this.lblReason = new Label(); this.btnReport = new BitmapButton(); this.btnClose = new BitmapButton(); this.panel1.SuspendLayout(); base.SuspendLayout(); this.lblAdvice.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top; this.lblAdvice.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0); this.lblAdvice.Location = new Point(12, 0x1c); this.lblAdvice.Name = "lblAdvice"; this.lblAdvice.Size = new Size(0x1de, 0x90); this.lblAdvice.TabIndex = 0; this.lblAdvice.Text = "Nothing"; this.lblAdvice.TextAlign = ContentAlignment.MiddleCenter; this.panel1.BackColor = Color.FromArgb(0x9f, 180, 0xc1); this.panel1.BorderStyle = BorderStyle.Fixed3D; this.panel1.Controls.Add(this.lblTitle); this.panel1.Controls.Add(this.lblAdvice); this.panel1.Location = new Point(0x1c, 8); this.panel1.Name = "panel1"; this.panel1.Size = new Size(0x1fb, 0xb0); this.panel1.TabIndex = 2; this.lblTitle.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top; this.lblTitle.Font = new Font("Microsoft Sans Serif", 12f, FontStyle.Bold, GraphicsUnit.Point, 0); this.lblTitle.Location = new Point(3, 6); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new Size(0x1f1, 0x16); this.lblTitle.TabIndex = 1; this.lblTitle.Text = "Nothing"; this.lblTitle.TextAlign = ContentAlignment.MiddleCenter; this.lblBlockReminder.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top; this.lblBlockReminder.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0); this.lblBlockReminder.Location = new Point(0x33, 0x22b); this.lblBlockReminder.Name = "lblBlockReminder"; this.lblBlockReminder.Size = new Size(0x1cd, 0x34); this.lblBlockReminder.TabIndex = 4; this.lblBlockReminder.Text = "Please note that, on sending the report, the user in question will automatically be added to your \"Block Users\" list"; this.lblBlockReminder.TextAlign = ContentAlignment.MiddleCenter; this.tbDescription.BackColor = ARGBColors.White; this.tbDescription.Location = new Point(0x20, 270); this.tbDescription.Multiline = true; this.tbDescription.Name = "tbDescription"; this.tbDescription.ScrollBars = ScrollBars.Vertical; this.tbDescription.Size = new Size(0x1f2, 0x11a); this.tbDescription.TabIndex = 7; this.tbDescription.TextChanged += new EventHandler(this.tbDescription_TextChanged); this.lblTextTitle.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top; this.lblTextTitle.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0); this.lblTextTitle.Location = new Point(14, 0xf7); this.lblTextTitle.Name = "lblTextTitle"; this.lblTextTitle.Size = new Size(0x217, 20); this.lblTextTitle.TabIndex = 8; this.lblTextTitle.Text = "Summary of the issue:"; this.lblTextTitle.TextAlign = ContentAlignment.MiddleCenter; this.cbReason.FormattingEnabled = true; this.cbReason.Location = new Point(0xcf, 0xca); this.cbReason.Name = "cbReason"; this.cbReason.Size = new Size(0xec, 0x15); this.cbReason.TabIndex = 9; this.cbReason.SelectedIndexChanged += new EventHandler(this.cbReason_SelectedIndexChanged); this.lblReason.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top; this.lblReason.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0); this.lblReason.Location = new Point(0x21, 0xcb); this.lblReason.Name = "lblReason"; this.lblReason.Size = new Size(0xa8, 20); this.lblReason.TabIndex = 10; this.lblReason.Text = "Reason for reporting:"; this.lblReason.TextAlign = ContentAlignment.MiddleRight; this.btnReport.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; this.btnReport.BackColor = Color.FromArgb(0x9f, 180, 0xc1); this.btnReport.BorderColor = ARGBColors.DarkBlue; this.btnReport.BorderDrawing = true; this.btnReport.Enabled = false; this.btnReport.FocusRectangleEnabled = false; this.btnReport.Image = null; this.btnReport.ImageBorderColor = ARGBColors.Chocolate; this.btnReport.ImageBorderEnabled = true; this.btnReport.ImageDropShadow = true; this.btnReport.ImageFocused = null; this.btnReport.ImageInactive = null; this.btnReport.ImageMouseOver = null; this.btnReport.ImageNormal = null; this.btnReport.ImagePressed = null; this.btnReport.InnerBorderColor = ARGBColors.LightGray; this.btnReport.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnReport.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnReport.Location = new Point(15, 0x26f); this.btnReport.Name = "btnReport"; this.btnReport.OffsetPressedContent = true; this.btnReport.Padding2 = 5; this.btnReport.Size = new Size(0x6f, 0x17); this.btnReport.StretchImage = false; this.btnReport.TabIndex = 6; this.btnReport.Text = "Report Mail"; this.btnReport.TextDropShadow = false; this.btnReport.UseVisualStyleBackColor = false; this.btnReport.Click += new EventHandler(this.btnReport_Click); this.btnClose.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnClose.BackColor = Color.FromArgb(0x9f, 180, 0xc1); this.btnClose.BorderColor = ARGBColors.DarkBlue; this.btnClose.BorderDrawing = true; this.btnClose.FocusRectangleEnabled = false; this.btnClose.Image = null; this.btnClose.ImageBorderColor = ARGBColors.Chocolate; this.btnClose.ImageBorderEnabled = true; this.btnClose.ImageDropShadow = true; this.btnClose.ImageFocused = null; this.btnClose.ImageInactive = null; this.btnClose.ImageMouseOver = null; this.btnClose.ImageNormal = null; this.btnClose.ImagePressed = null; this.btnClose.InnerBorderColor = ARGBColors.LightGray; this.btnClose.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnClose.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnClose.Location = new Point(0x1d5, 0x26f); this.btnClose.Name = "btnClose"; this.btnClose.OffsetPressedContent = true; this.btnClose.Padding2 = 5; this.btnClose.Size = new Size(0x4c, 0x17); this.btnClose.StretchImage = false; this.btnClose.TabIndex = 3; this.btnClose.Text = "Close"; this.btnClose.TextDropShadow = false; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new EventHandler(this.btnClose_Click); base.AutoScaleMode = AutoScaleMode.None; this.BackColor = ARGBColors.Transparent; base.Controls.Add(this.cbReason); base.Controls.Add(this.lblReason); base.Controls.Add(this.lblTextTitle); base.Controls.Add(this.tbDescription); base.Controls.Add(this.btnReport); base.Controls.Add(this.lblBlockReminder); base.Controls.Add(this.btnClose); base.Controls.Add(this.panel1); base.Name = "MailAbuseSubmissionForm"; base.Size = new Size(0x233, 0x293); this.panel1.ResumeLayout(false); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { this.rbMale = new RadioButton(); this.label1 = new Label(); this.rbFemale = new RadioButton(); this.rbFloor2 = new RadioButton(); this.label2 = new Label(); this.rbFloor1 = new RadioButton(); this.rbLegs2 = new RadioButton(); this.label3 = new Label(); this.rbLegs1 = new RadioButton(); this.rbLegs3 = new RadioButton(); this.label4 = new Label(); this.rbBody1 = new RadioButton(); this.rbFeet3 = new RadioButton(); this.rbFeet2 = new RadioButton(); this.label5 = new Label(); this.rbFeet1 = new RadioButton(); this.rbTorso3 = new RadioButton(); this.rbTorso2 = new RadioButton(); this.label6 = new Label(); this.rbTorso1 = new RadioButton(); this.rbTorso4 = new RadioButton(); this.rbTabard2 = new RadioButton(); this.label7 = new Label(); this.rbTabard1 = new RadioButton(); this.rbHands3 = new RadioButton(); this.rbHands2 = new RadioButton(); this.label8 = new Label(); this.rbHands1 = new RadioButton(); this.rbArms3 = new RadioButton(); this.rbArms2 = new RadioButton(); this.label9 = new Label(); this.rbArms1 = new RadioButton(); this.rbShoulders4 = new RadioButton(); this.rbShoulders3 = new RadioButton(); this.rbShoulders2 = new RadioButton(); this.label10 = new Label(); this.rbShoulders1 = new RadioButton(); this.rbFace2 = new RadioButton(); this.label11 = new Label(); this.rbFace1 = new RadioButton(); this.rbHair4 = new RadioButton(); this.rbHair3 = new RadioButton(); this.rbHair2 = new RadioButton(); this.label12 = new Label(); this.rbHair1 = new RadioButton(); this.rbHead3 = new RadioButton(); this.rbHead2 = new RadioButton(); this.rbHead1 = new RadioButton(); this.label13 = new Label(); this.rbHeadOff = new RadioButton(); this.rbWeapon3 = new RadioButton(); this.rbWeapon2 = new RadioButton(); this.rbWeapon1 = new RadioButton(); this.label14 = new Label(); this.rbWeaponOff = new RadioButton(); this.panel1 = new Panel(); this.pnlFloor = new Panel(); this.rbFloor6 = new RadioButton(); this.rbFloor9 = new RadioButton(); this.rbFloor10 = new RadioButton(); this.rbFloor11 = new RadioButton(); this.rbFloor8 = new RadioButton(); this.rbFloor7 = new RadioButton(); this.pnlFloorCSD = new CustomSelfDrawPanel(); this.rbFloor3 = new RadioButton(); this.rbFloor4 = new RadioButton(); this.rbFloor5 = new RadioButton(); this.pnlBody = new Panel(); this.pnlBodyCSD = new CustomSelfDrawPanel(); this.pnlLegs = new Panel(); this.rbLegs7 = new RadioButton(); this.rbLegs6 = new RadioButton(); this.pnlLegsCSD = new CustomSelfDrawPanel(); this.rbLegs5 = new RadioButton(); this.rbLegs4 = new RadioButton(); this.pnlFeet = new Panel(); this.rbFeet6 = new RadioButton(); this.rbFeet5 = new RadioButton(); this.pnlFeetCSD = new CustomSelfDrawPanel(); this.rbFeet4 = new RadioButton(); this.rbFeetOff = new RadioButton(); this.pnlTorso = new Panel(); this.pnlTorsoCSD = new CustomSelfDrawPanel(); this.pnlTabard = new Panel(); this.rbTabard8 = new RadioButton(); this.rbTabard7 = new RadioButton(); this.rbTabard6 = new RadioButton(); this.rbTabard5 = new RadioButton(); this.pnlTabardCSD = new CustomSelfDrawPanel(); this.rbTabard4 = new RadioButton(); this.rbTabard3 = new RadioButton(); this.rbTabardOff = new RadioButton(); this.pnlArms = new Panel(); this.pnlArmsCSD = new CustomSelfDrawPanel(); this.rbArms4 = new RadioButton(); this.rbArmsOff = new RadioButton(); this.pnlHands = new Panel(); this.pnlHandsCSD = new CustomSelfDrawPanel(); this.rbHands4 = new RadioButton(); this.rbHandsOff = new RadioButton(); this.pnlShoulders = new Panel(); this.pnlShouldersCSD = new CustomSelfDrawPanel(); this.rbShoulderOff = new RadioButton(); this.pnlFace = new Panel(); this.rbFace7 = new RadioButton(); this.rbFace6 = new RadioButton(); this.rbFace5 = new RadioButton(); this.pnlFaceCSD = new CustomSelfDrawPanel(); this.rbFace4 = new RadioButton(); this.rbFace3 = new RadioButton(); this.pnlHair = new Panel(); this.rbHair5 = new RadioButton(); this.rbHair6 = new RadioButton(); this.pnlHairCSD = new CustomSelfDrawPanel(); this.rbHairOff = new RadioButton(); this.pnlHead = new Panel(); this.rbHead12 = new RadioButton(); this.rbHead9 = new RadioButton(); this.rbHead10 = new RadioButton(); this.rbHead11 = new RadioButton(); this.rbHead8 = new RadioButton(); this.rbHead5 = new RadioButton(); this.rbHead6 = new RadioButton(); this.rbHead7 = new RadioButton(); this.pnlHeadCSD = new CustomSelfDrawPanel(); this.rbHead4 = new RadioButton(); this.pnlWeapon = new Panel(); this.rbWeapon5 = new RadioButton(); this.rbWeapon6 = new RadioButton(); this.pnlWeaponCSD = new CustomSelfDrawPanel(); this.rbWeapon4 = new RadioButton(); this.btnRandom = new BitmapButton(); this.btnLastSaved = new BitmapButton(); this.btnDefault = new BitmapButton(); this.btnUploadAvatar = new BitmapButton(); this.imgAvatar = new AvatarPanel(); this.panel1.SuspendLayout(); this.pnlFloor.SuspendLayout(); this.pnlBody.SuspendLayout(); this.pnlLegs.SuspendLayout(); this.pnlFeet.SuspendLayout(); this.pnlTorso.SuspendLayout(); this.pnlTabard.SuspendLayout(); this.pnlArms.SuspendLayout(); this.pnlHands.SuspendLayout(); this.pnlShoulders.SuspendLayout(); this.pnlFace.SuspendLayout(); this.pnlHair.SuspendLayout(); this.pnlHead.SuspendLayout(); this.pnlWeapon.SuspendLayout(); base.SuspendLayout(); this.rbMale.AutoSize = true; this.rbMale.Location = new Point(0x5f, 3); this.rbMale.Name = "rbMale"; this.rbMale.Size = new Size(0x30, 0x11); this.rbMale.TabIndex = 1; this.rbMale.TabStop = true; this.rbMale.Text = "Male"; this.rbMale.UseVisualStyleBackColor = true; this.label1.AutoSize = true; this.label1.Location = new Point(7, 5); this.label1.Name = "label1"; this.label1.Size = new Size(0x19, 13); this.label1.TabIndex = 2; this.label1.Text = "Sex"; this.rbFemale.AutoSize = true; this.rbFemale.Location = new Point(0xa9, 3); this.rbFemale.Name = "rbFemale"; this.rbFemale.Size = new Size(0x3b, 0x11); this.rbFemale.TabIndex = 3; this.rbFemale.TabStop = true; this.rbFemale.Text = "Female"; this.rbFemale.UseVisualStyleBackColor = true; this.rbFemale.CheckedChanged += new EventHandler(this.checkedChanged); this.rbFloor2.AutoSize = true; this.rbFloor2.Location = new Point(0x98, 3); this.rbFloor2.Name = "rbFloor2"; this.rbFloor2.Size = new Size(14, 13); this.rbFloor2.TabIndex = 6; this.rbFloor2.TabStop = true; this.rbFloor2.UseVisualStyleBackColor = true; this.rbFloor2.CheckedChanged += new EventHandler(this.checkedChanged); this.label2.AutoSize = true; this.label2.Location = new Point(7, 5); this.label2.Name = "label2"; this.label2.Size = new Size(30, 13); this.label2.TabIndex = 5; this.label2.Text = "Floor"; this.rbFloor1.AutoSize = true; this.rbFloor1.Location = new Point(0x84, 3); this.rbFloor1.Name = "rbFloor1"; this.rbFloor1.Size = new Size(14, 13); this.rbFloor1.TabIndex = 4; this.rbFloor1.TabStop = true; this.rbFloor1.UseVisualStyleBackColor = true; this.rbFloor1.CheckedChanged += new EventHandler(this.checkedChanged); this.rbLegs2.AutoSize = true; this.rbLegs2.Location = new Point(0x98, 3); this.rbLegs2.Name = "rbLegs2"; this.rbLegs2.Size = new Size(14, 13); this.rbLegs2.TabIndex = 9; this.rbLegs2.TabStop = true; this.rbLegs2.UseVisualStyleBackColor = true; this.rbLegs2.CheckedChanged += new EventHandler(this.checkedChanged); this.label3.AutoSize = true; this.label3.Location = new Point(7, 5); this.label3.Name = "label3"; this.label3.Size = new Size(30, 13); this.label3.TabIndex = 8; this.label3.Text = "Legs"; this.rbLegs1.AutoSize = true; this.rbLegs1.Location = new Point(0x84, 3); this.rbLegs1.Name = "rbLegs1"; this.rbLegs1.Size = new Size(14, 13); this.rbLegs1.TabIndex = 7; this.rbLegs1.TabStop = true; this.rbLegs1.UseVisualStyleBackColor = true; this.rbLegs1.CheckedChanged += new EventHandler(this.checkedChanged); this.rbLegs3.AutoSize = true; this.rbLegs3.Location = new Point(0xac, 3); this.rbLegs3.Name = "rbLegs3"; this.rbLegs3.Size = new Size(14, 13); this.rbLegs3.TabIndex = 10; this.rbLegs3.TabStop = true; this.rbLegs3.UseVisualStyleBackColor = true; this.rbLegs3.CheckedChanged += new EventHandler(this.checkedChanged); this.label4.AutoSize = true; this.label4.Location = new Point(7, 5); this.label4.Name = "label4"; this.label4.Size = new Size(0x1f, 13); this.label4.TabIndex = 12; this.label4.Text = "Body"; this.rbBody1.AutoSize = true; this.rbBody1.Location = new Point(0x84, 3); this.rbBody1.Name = "rbBody1"; this.rbBody1.Size = new Size(14, 13); this.rbBody1.TabIndex = 11; this.rbBody1.TabStop = true; this.rbBody1.UseVisualStyleBackColor = true; this.rbBody1.CheckedChanged += new EventHandler(this.checkedChanged); this.rbFeet3.AutoSize = true; this.rbFeet3.Location = new Point(0xac, 3); this.rbFeet3.Name = "rbFeet3"; this.rbFeet3.Size = new Size(14, 13); this.rbFeet3.TabIndex = 0x10; this.rbFeet3.TabStop = true; this.rbFeet3.UseVisualStyleBackColor = true; this.rbFeet3.CheckedChanged += new EventHandler(this.checkedChanged); this.rbFeet2.AutoSize = true; this.rbFeet2.Location = new Point(0x98, 3); this.rbFeet2.Name = "rbFeet2"; this.rbFeet2.Size = new Size(14, 13); this.rbFeet2.TabIndex = 15; this.rbFeet2.TabStop = true; this.rbFeet2.UseVisualStyleBackColor = true; this.rbFeet2.CheckedChanged += new EventHandler(this.checkedChanged); this.label5.AutoSize = true; this.label5.Location = new Point(7, 5); this.label5.Name = "label5"; this.label5.Size = new Size(0x1c, 13); this.label5.TabIndex = 14; this.label5.Text = "Feet"; this.rbFeet1.AutoSize = true; this.rbFeet1.Location = new Point(0x84, 3); this.rbFeet1.Name = "rbFeet1"; this.rbFeet1.Size = new Size(14, 13); this.rbFeet1.TabIndex = 13; this.rbFeet1.TabStop = true; this.rbFeet1.UseVisualStyleBackColor = true; this.rbFeet1.CheckedChanged += new EventHandler(this.checkedChanged); this.rbTorso3.AutoSize = true; this.rbTorso3.Location = new Point(0xac, 3); this.rbTorso3.Name = "rbTorso3"; this.rbTorso3.Size = new Size(14, 13); this.rbTorso3.TabIndex = 20; this.rbTorso3.TabStop = true; this.rbTorso3.UseVisualStyleBackColor = true; this.rbTorso3.CheckedChanged += new EventHandler(this.checkedChanged); this.rbTorso2.AutoSize = true; this.rbTorso2.Location = new Point(0x98, 3); this.rbTorso2.Name = "rbTorso2"; this.rbTorso2.Size = new Size(14, 13); this.rbTorso2.TabIndex = 0x13; this.rbTorso2.TabStop = true; this.rbTorso2.UseVisualStyleBackColor = true; this.rbTorso2.CheckedChanged += new EventHandler(this.checkedChanged); this.label6.AutoSize = true; this.label6.Location = new Point(7, 5); this.label6.Name = "label6"; this.label6.Size = new Size(0x22, 13); this.label6.TabIndex = 0x12; this.label6.Text = "Torso"; this.rbTorso1.AutoSize = true; this.rbTorso1.Location = new Point(0x84, 3); this.rbTorso1.Name = "rbTorso1"; this.rbTorso1.Size = new Size(14, 13); this.rbTorso1.TabIndex = 0x11; this.rbTorso1.TabStop = true; this.rbTorso1.UseVisualStyleBackColor = true; this.rbTorso1.CheckedChanged += new EventHandler(this.checkedChanged); this.rbTorso4.AutoSize = true; this.rbTorso4.Location = new Point(0xc0, 3); this.rbTorso4.Name = "rbTorso4"; this.rbTorso4.Size = new Size(14, 13); this.rbTorso4.TabIndex = 0x15; this.rbTorso4.TabStop = true; this.rbTorso4.UseVisualStyleBackColor = true; this.rbTorso4.CheckedChanged += new EventHandler(this.checkedChanged); this.rbTabard2.AutoSize = true; this.rbTabard2.Location = new Point(0x98, 3); this.rbTabard2.Name = "rbTabard2"; this.rbTabard2.Size = new Size(14, 13); this.rbTabard2.TabIndex = 0x18; this.rbTabard2.TabStop = true; this.rbTabard2.UseVisualStyleBackColor = true; this.rbTabard2.CheckedChanged += new EventHandler(this.checkedChanged); this.label7.AutoSize = true; this.label7.Location = new Point(7, 5); this.label7.Name = "label7"; this.label7.Size = new Size(0x29, 13); this.label7.TabIndex = 0x17; this.label7.Text = "Tabard"; this.rbTabard1.AutoSize = true; this.rbTabard1.Location = new Point(0x84, 3); this.rbTabard1.Name = "rbTabard1"; this.rbTabard1.Size = new Size(14, 13); this.rbTabard1.TabIndex = 0x16; this.rbTabard1.TabStop = true; this.rbTabard1.UseVisualStyleBackColor = true; this.rbTabard1.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHands3.AutoSize = true; this.rbHands3.Location = new Point(0xac, 3); this.rbHands3.Name = "rbHands3"; this.rbHands3.Size = new Size(14, 13); this.rbHands3.TabIndex = 0x20; this.rbHands3.TabStop = true; this.rbHands3.UseVisualStyleBackColor = true; this.rbHands3.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHands2.AutoSize = true; this.rbHands2.Location = new Point(0x98, 3); this.rbHands2.Name = "rbHands2"; this.rbHands2.Size = new Size(14, 13); this.rbHands2.TabIndex = 0x1f; this.rbHands2.TabStop = true; this.rbHands2.UseVisualStyleBackColor = true; this.rbHands2.CheckedChanged += new EventHandler(this.checkedChanged); this.label8.AutoSize = true; this.label8.Location = new Point(7, 5); this.label8.Name = "label8"; this.label8.Size = new Size(0x26, 13); this.label8.TabIndex = 30; this.label8.Text = "Hands"; this.rbHands1.AutoSize = true; this.rbHands1.Location = new Point(0x84, 3); this.rbHands1.Name = "rbHands1"; this.rbHands1.Size = new Size(14, 13); this.rbHands1.TabIndex = 0x1d; this.rbHands1.TabStop = true; this.rbHands1.UseVisualStyleBackColor = true; this.rbHands1.CheckedChanged += new EventHandler(this.checkedChanged); this.rbArms3.AutoSize = true; this.rbArms3.Location = new Point(0xac, 3); this.rbArms3.Name = "rbArms3"; this.rbArms3.Size = new Size(14, 13); this.rbArms3.TabIndex = 0x1c; this.rbArms3.TabStop = true; this.rbArms3.UseVisualStyleBackColor = true; this.rbArms3.CheckedChanged += new EventHandler(this.checkedChanged); this.rbArms2.AutoSize = true; this.rbArms2.Location = new Point(0x98, 3); this.rbArms2.Name = "rbArms2"; this.rbArms2.Size = new Size(14, 13); this.rbArms2.TabIndex = 0x1b; this.rbArms2.TabStop = true; this.rbArms2.UseVisualStyleBackColor = true; this.rbArms2.CheckedChanged += new EventHandler(this.checkedChanged); this.label9.AutoSize = true; this.label9.Location = new Point(7, 5); this.label9.Name = "label9"; this.label9.Size = new Size(30, 13); this.label9.TabIndex = 0x1a; this.label9.Text = "Arms"; this.rbArms1.AutoSize = true; this.rbArms1.Location = new Point(0x84, 3); this.rbArms1.Name = "rbArms1"; this.rbArms1.Size = new Size(14, 13); this.rbArms1.TabIndex = 0x19; this.rbArms1.TabStop = true; this.rbArms1.UseVisualStyleBackColor = true; this.rbArms1.CheckedChanged += new EventHandler(this.checkedChanged); this.rbShoulders4.AutoSize = true; this.rbShoulders4.Location = new Point(0xc0, 3); this.rbShoulders4.Name = "rbShoulders4"; this.rbShoulders4.Size = new Size(14, 13); this.rbShoulders4.TabIndex = 0x25; this.rbShoulders4.TabStop = true; this.rbShoulders4.UseVisualStyleBackColor = true; this.rbShoulders4.CheckedChanged += new EventHandler(this.checkedChanged); this.rbShoulders3.AutoSize = true; this.rbShoulders3.Location = new Point(0xac, 3); this.rbShoulders3.Name = "rbShoulders3"; this.rbShoulders3.Size = new Size(14, 13); this.rbShoulders3.TabIndex = 0x24; this.rbShoulders3.TabStop = true; this.rbShoulders3.UseVisualStyleBackColor = true; this.rbShoulders3.CheckedChanged += new EventHandler(this.checkedChanged); this.rbShoulders2.AutoSize = true; this.rbShoulders2.Location = new Point(0x98, 3); this.rbShoulders2.Name = "rbShoulders2"; this.rbShoulders2.Size = new Size(14, 13); this.rbShoulders2.TabIndex = 0x23; this.rbShoulders2.TabStop = true; this.rbShoulders2.UseVisualStyleBackColor = true; this.rbShoulders2.CheckedChanged += new EventHandler(this.checkedChanged); this.label10.AutoSize = true; this.label10.Location = new Point(7, 5); this.label10.Name = "label10"; this.label10.Size = new Size(0x36, 13); this.label10.TabIndex = 0x22; this.label10.Text = "Shoulders"; this.rbShoulders1.AutoSize = true; this.rbShoulders1.Location = new Point(0x84, 3); this.rbShoulders1.Name = "rbShoulders1"; this.rbShoulders1.Size = new Size(14, 13); this.rbShoulders1.TabIndex = 0x21; this.rbShoulders1.TabStop = true; this.rbShoulders1.UseVisualStyleBackColor = true; this.rbShoulders1.CheckedChanged += new EventHandler(this.checkedChanged); this.rbFace2.AutoSize = true; this.rbFace2.Location = new Point(0x98, 3); this.rbFace2.Name = "rbFace2"; this.rbFace2.Size = new Size(14, 13); this.rbFace2.TabIndex = 40; this.rbFace2.TabStop = true; this.rbFace2.UseVisualStyleBackColor = true; this.rbFace2.CheckedChanged += new EventHandler(this.checkedChanged); this.label11.AutoSize = true; this.label11.Location = new Point(7, 5); this.label11.Name = "label11"; this.label11.Size = new Size(0x1f, 13); this.label11.TabIndex = 0x27; this.label11.Text = "Face"; this.rbFace1.AutoSize = true; this.rbFace1.Location = new Point(0x84, 3); this.rbFace1.Name = "rbFace1"; this.rbFace1.Size = new Size(14, 13); this.rbFace1.TabIndex = 0x26; this.rbFace1.TabStop = true; this.rbFace1.UseVisualStyleBackColor = true; this.rbFace1.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHair4.AutoSize = true; this.rbHair4.Location = new Point(0xc0, 3); this.rbHair4.Name = "rbHair4"; this.rbHair4.Size = new Size(14, 13); this.rbHair4.TabIndex = 0x2d; this.rbHair4.TabStop = true; this.rbHair4.UseVisualStyleBackColor = true; this.rbHair4.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHair3.AutoSize = true; this.rbHair3.Location = new Point(0xac, 3); this.rbHair3.Name = "rbHair3"; this.rbHair3.Size = new Size(14, 13); this.rbHair3.TabIndex = 0x2c; this.rbHair3.TabStop = true; this.rbHair3.UseVisualStyleBackColor = true; this.rbHair3.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHair2.AutoSize = true; this.rbHair2.Location = new Point(0x98, 3); this.rbHair2.Name = "rbHair2"; this.rbHair2.Size = new Size(14, 13); this.rbHair2.TabIndex = 0x2b; this.rbHair2.TabStop = true; this.rbHair2.UseVisualStyleBackColor = true; this.rbHair2.CheckedChanged += new EventHandler(this.checkedChanged); this.label12.AutoSize = true; this.label12.Location = new Point(7, 5); this.label12.Name = "label12"; this.label12.Size = new Size(0x1a, 13); this.label12.TabIndex = 0x2a; this.label12.Text = "Hair"; this.rbHair1.AutoSize = true; this.rbHair1.Location = new Point(0x84, 3); this.rbHair1.Name = "rbHair1"; this.rbHair1.Size = new Size(14, 13); this.rbHair1.TabIndex = 0x29; this.rbHair1.TabStop = true; this.rbHair1.UseVisualStyleBackColor = true; this.rbHair1.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHead3.AutoSize = true; this.rbHead3.Location = new Point(0xac, 3); this.rbHead3.Name = "rbHead3"; this.rbHead3.Size = new Size(14, 13); this.rbHead3.TabIndex = 50; this.rbHead3.TabStop = true; this.rbHead3.UseVisualStyleBackColor = true; this.rbHead3.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHead2.AutoSize = true; this.rbHead2.Location = new Point(0x98, 3); this.rbHead2.Name = "rbHead2"; this.rbHead2.Size = new Size(14, 13); this.rbHead2.TabIndex = 0x31; this.rbHead2.TabStop = true; this.rbHead2.UseVisualStyleBackColor = true; this.rbHead2.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHead1.AutoSize = true; this.rbHead1.Location = new Point(0x84, 3); this.rbHead1.Name = "rbHead1"; this.rbHead1.Size = new Size(14, 13); this.rbHead1.TabIndex = 0x30; this.rbHead1.TabStop = true; this.rbHead1.UseVisualStyleBackColor = true; this.rbHead1.CheckedChanged += new EventHandler(this.checkedChanged); this.label13.AutoSize = true; this.label13.Location = new Point(7, 5); this.label13.Name = "label13"; this.label13.Size = new Size(0x21, 13); this.label13.TabIndex = 0x2f; this.label13.Text = "Head"; this.rbHeadOff.AutoSize = true; this.rbHeadOff.Location = new Point(0x5f, 3); this.rbHeadOff.Name = "rbHeadOff"; this.rbHeadOff.Size = new Size(0x20, 0x11); this.rbHeadOff.TabIndex = 0x2e; this.rbHeadOff.TabStop = true; this.rbHeadOff.Text = "X"; this.rbHeadOff.UseVisualStyleBackColor = true; this.rbHeadOff.CheckedChanged += new EventHandler(this.checkedChanged); this.rbWeapon3.AutoSize = true; this.rbWeapon3.Location = new Point(0xac, 3); this.rbWeapon3.Name = "rbWeapon3"; this.rbWeapon3.Size = new Size(14, 13); this.rbWeapon3.TabIndex = 0x37; this.rbWeapon3.TabStop = true; this.rbWeapon3.UseVisualStyleBackColor = true; this.rbWeapon3.CheckedChanged += new EventHandler(this.checkedChanged); this.rbWeapon2.AutoSize = true; this.rbWeapon2.Location = new Point(0x98, 3); this.rbWeapon2.Name = "rbWeapon2"; this.rbWeapon2.Size = new Size(14, 13); this.rbWeapon2.TabIndex = 0x36; this.rbWeapon2.TabStop = true; this.rbWeapon2.UseVisualStyleBackColor = true; this.rbWeapon2.CheckedChanged += new EventHandler(this.checkedChanged); this.rbWeapon1.AutoSize = true; this.rbWeapon1.Location = new Point(0x84, 3); this.rbWeapon1.Name = "rbWeapon1"; this.rbWeapon1.Size = new Size(14, 13); this.rbWeapon1.TabIndex = 0x35; this.rbWeapon1.TabStop = true; this.rbWeapon1.UseVisualStyleBackColor = true; this.rbWeapon1.CheckedChanged += new EventHandler(this.checkedChanged); this.label14.AutoSize = true; this.label14.Location = new Point(7, 5); this.label14.Name = "label14"; this.label14.Size = new Size(0x30, 13); this.label14.TabIndex = 0x34; this.label14.Text = "Weapon"; this.rbWeaponOff.AutoSize = true; this.rbWeaponOff.Location = new Point(0x5f, 3); this.rbWeaponOff.Name = "rbWeaponOff"; this.rbWeaponOff.Size = new Size(0x20, 0x11); this.rbWeaponOff.TabIndex = 0x33; this.rbWeaponOff.TabStop = true; this.rbWeaponOff.Text = "X"; this.rbWeaponOff.UseVisualStyleBackColor = true; this.rbWeaponOff.CheckedChanged += new EventHandler(this.checkedChanged); this.panel1.BackColor = Color.Transparent; this.panel1.Controls.Add(this.rbFemale); this.panel1.Controls.Add(this.rbMale); this.panel1.Controls.Add(this.label1); this.panel1.Location = new Point(0xf8, 0x1c); this.panel1.Name = "panel1"; this.panel1.Size = new Size(0x2c5, 0x16); this.panel1.TabIndex = 0x38; this.pnlFloor.BackColor = Color.Transparent; this.pnlFloor.Controls.Add(this.rbFloor6); this.pnlFloor.Controls.Add(this.rbFloor9); this.pnlFloor.Controls.Add(this.rbFloor10); this.pnlFloor.Controls.Add(this.rbFloor11); this.pnlFloor.Controls.Add(this.rbFloor8); this.pnlFloor.Controls.Add(this.rbFloor7); this.pnlFloor.Controls.Add(this.pnlFloorCSD); this.pnlFloor.Controls.Add(this.rbFloor3); this.pnlFloor.Controls.Add(this.rbFloor4); this.pnlFloor.Controls.Add(this.rbFloor5); this.pnlFloor.Controls.Add(this.rbFloor2); this.pnlFloor.Controls.Add(this.rbFloor1); this.pnlFloor.Controls.Add(this.label2); this.pnlFloor.Location = new Point(0xf8, 0x1e3); this.pnlFloor.Name = "pnlFloor"; this.pnlFloor.Size = new Size(0x2c5, 0x16); this.pnlFloor.TabIndex = 0x39; this.rbFloor6.AutoSize = true; this.rbFloor6.Location = new Point(0xe8, 3); this.rbFloor6.Name = "rbFloor6"; this.rbFloor6.Size = new Size(14, 13); this.rbFloor6.TabIndex = 0x41; this.rbFloor6.TabStop = true; this.rbFloor6.UseVisualStyleBackColor = true; this.rbFloor6.CheckedChanged += new EventHandler(this.checkedChanged); this.rbFloor9.AutoSize = true; this.rbFloor9.Location = new Point(0x124, 3); this.rbFloor9.Name = "rbFloor9"; this.rbFloor9.Size = new Size(14, 13); this.rbFloor9.TabIndex = 0x40; this.rbFloor9.TabStop = true; this.rbFloor9.UseVisualStyleBackColor = true; this.rbFloor9.CheckedChanged += new EventHandler(this.checkedChanged); this.rbFloor10.AutoSize = true; this.rbFloor10.Location = new Point(0x138, 3); this.rbFloor10.Name = "rbFloor10"; this.rbFloor10.Size = new Size(14, 13); this.rbFloor10.TabIndex = 0x3f; this.rbFloor10.TabStop = true; this.rbFloor10.UseVisualStyleBackColor = true; this.rbFloor10.CheckedChanged += new EventHandler(this.checkedChanged); this.rbFloor11.AutoSize = true; this.rbFloor11.Location = new Point(0x14c, 3); this.rbFloor11.Name = "rbFloor11"; this.rbFloor11.Size = new Size(14, 13); this.rbFloor11.TabIndex = 0x3e; this.rbFloor11.TabStop = true; this.rbFloor11.UseVisualStyleBackColor = true; this.rbFloor11.CheckedChanged += new EventHandler(this.checkedChanged); this.rbFloor8.AutoSize = true; this.rbFloor8.Location = new Point(0x110, 3); this.rbFloor8.Name = "rbFloor8"; this.rbFloor8.Size = new Size(14, 13); this.rbFloor8.TabIndex = 0x3d; this.rbFloor8.TabStop = true; this.rbFloor8.UseVisualStyleBackColor = true; this.rbFloor8.CheckedChanged += new EventHandler(this.checkedChanged); this.rbFloor7.AutoSize = true; this.rbFloor7.Location = new Point(0xfc, 3); this.rbFloor7.Name = "rbFloor7"; this.rbFloor7.Size = new Size(14, 13); this.rbFloor7.TabIndex = 60; this.rbFloor7.TabStop = true; this.rbFloor7.UseVisualStyleBackColor = true; this.rbFloor7.CheckedChanged += new EventHandler(this.checkedChanged); this.pnlFloorCSD.ClickThru = false; this.pnlFloorCSD.Location = new Point(0x174, 0); this.pnlFloorCSD.Name = "pnlFloorCSD"; this.pnlFloorCSD.NoDrawBackground = false; this.pnlFloorCSD.PanelActive = true; this.pnlFloorCSD.SelfDrawBackground = false; this.pnlFloorCSD.Size = new Size(0x151, 0x16); this.pnlFloorCSD.StoredGraphics = null; this.pnlFloorCSD.TabIndex = 0x3b; this.rbFloor3.AutoSize = true; this.rbFloor3.Location = new Point(0xac, 3); this.rbFloor3.Name = "rbFloor3"; this.rbFloor3.Size = new Size(14, 13); this.rbFloor3.TabIndex = 9; this.rbFloor3.TabStop = true; this.rbFloor3.UseVisualStyleBackColor = true; this.rbFloor3.CheckedChanged += new EventHandler(this.checkedChanged); this.rbFloor4.AutoSize = true; this.rbFloor4.Location = new Point(0xc0, 3); this.rbFloor4.Name = "rbFloor4"; this.rbFloor4.Size = new Size(14, 13); this.rbFloor4.TabIndex = 8; this.rbFloor4.TabStop = true; this.rbFloor4.UseVisualStyleBackColor = true; this.rbFloor4.CheckedChanged += new EventHandler(this.checkedChanged); this.rbFloor5.AutoSize = true; this.rbFloor5.Location = new Point(0xd4, 3); this.rbFloor5.Name = "rbFloor5"; this.rbFloor5.Size = new Size(14, 13); this.rbFloor5.TabIndex = 7; this.rbFloor5.TabStop = true; this.rbFloor5.UseVisualStyleBackColor = true; this.rbFloor5.CheckedChanged += new EventHandler(this.checkedChanged); this.pnlBody.BackColor = Color.Transparent; this.pnlBody.Controls.Add(this.pnlBodyCSD); this.pnlBody.Controls.Add(this.rbBody1); this.pnlBody.Controls.Add(this.label4); this.pnlBody.Location = new Point(0xf8, 0xee); this.pnlBody.Name = "pnlBody"; this.pnlBody.Size = new Size(0x2c5, 0x16); this.pnlBody.TabIndex = 0x39; this.pnlBodyCSD.ClickThru = false; this.pnlBodyCSD.Location = new Point(0x174, 0); this.pnlBodyCSD.Name = "pnlBodyCSD"; this.pnlBodyCSD.NoDrawBackground = false; this.pnlBodyCSD.PanelActive = true; this.pnlBodyCSD.SelfDrawBackground = false; this.pnlBodyCSD.Size = new Size(0x151, 0x16); this.pnlBodyCSD.StoredGraphics = null; this.pnlBodyCSD.TabIndex = 0x38; this.pnlLegs.BackColor = Color.Transparent; this.pnlLegs.Controls.Add(this.rbLegs7); this.pnlLegs.Controls.Add(this.rbLegs6); this.pnlLegs.Controls.Add(this.pnlLegsCSD); this.pnlLegs.Controls.Add(this.rbLegs5); this.pnlLegs.Controls.Add(this.rbLegs4); this.pnlLegs.Controls.Add(this.rbLegs1); this.pnlLegs.Controls.Add(this.label3); this.pnlLegs.Controls.Add(this.rbLegs2); this.pnlLegs.Controls.Add(this.rbLegs3); this.pnlLegs.Location = new Point(0xf8, 0x19d); this.pnlLegs.Name = "pnlLegs"; this.pnlLegs.Size = new Size(0x2c5, 0x16); this.pnlLegs.TabIndex = 0x39; this.rbLegs7.AutoSize = true; this.rbLegs7.Location = new Point(0xfc, 3); this.rbLegs7.Name = "rbLegs7"; this.rbLegs7.Size = new Size(14, 13); this.rbLegs7.TabIndex = 0x3b; this.rbLegs7.TabStop = true; this.rbLegs7.UseVisualStyleBackColor = true; this.rbLegs7.CheckedChanged += new EventHandler(this.checkedChanged); this.rbLegs6.AutoSize = true; this.rbLegs6.Location = new Point(0xe8, 3); this.rbLegs6.Name = "rbLegs6"; this.rbLegs6.Size = new Size(14, 13); this.rbLegs6.TabIndex = 0x3a; this.rbLegs6.TabStop = true; this.rbLegs6.UseVisualStyleBackColor = true; this.rbLegs6.CheckedChanged += new EventHandler(this.checkedChanged); this.pnlLegsCSD.ClickThru = false; this.pnlLegsCSD.Location = new Point(0x174, 0); this.pnlLegsCSD.Name = "pnlLegsCSD"; this.pnlLegsCSD.NoDrawBackground = false; this.pnlLegsCSD.PanelActive = true; this.pnlLegsCSD.SelfDrawBackground = false; this.pnlLegsCSD.Size = new Size(0x151, 0x16); this.pnlLegsCSD.StoredGraphics = null; this.pnlLegsCSD.TabIndex = 0x39; this.rbLegs5.AutoSize = true; this.rbLegs5.Location = new Point(0xd4, 3); this.rbLegs5.Name = "rbLegs5"; this.rbLegs5.Size = new Size(14, 13); this.rbLegs5.TabIndex = 12; this.rbLegs5.TabStop = true; this.rbLegs5.UseVisualStyleBackColor = true; this.rbLegs5.CheckedChanged += new EventHandler(this.checkedChanged); this.rbLegs4.AutoSize = true; this.rbLegs4.Location = new Point(0xc0, 3); this.rbLegs4.Name = "rbLegs4"; this.rbLegs4.Size = new Size(14, 13); this.rbLegs4.TabIndex = 11; this.rbLegs4.TabStop = true; this.rbLegs4.UseVisualStyleBackColor = true; this.rbLegs4.CheckedChanged += new EventHandler(this.checkedChanged); this.pnlFeet.BackColor = Color.Transparent; this.pnlFeet.Controls.Add(this.rbFeet6); this.pnlFeet.Controls.Add(this.rbFeet5); this.pnlFeet.Controls.Add(this.pnlFeetCSD); this.pnlFeet.Controls.Add(this.rbFeet4); this.pnlFeet.Controls.Add(this.rbFeetOff); this.pnlFeet.Controls.Add(this.rbFeet1); this.pnlFeet.Controls.Add(this.label5); this.pnlFeet.Controls.Add(this.rbFeet2); this.pnlFeet.Controls.Add(this.rbFeet3); this.pnlFeet.Location = new Point(0xf8, 0x1c0); this.pnlFeet.Name = "pnlFeet"; this.pnlFeet.Size = new Size(0x2c5, 0x16); this.pnlFeet.TabIndex = 0x39; this.rbFeet6.AutoSize = true; this.rbFeet6.Location = new Point(0xe8, 3); this.rbFeet6.Name = "rbFeet6"; this.rbFeet6.Size = new Size(14, 13); this.rbFeet6.TabIndex = 60; this.rbFeet6.TabStop = true; this.rbFeet6.UseVisualStyleBackColor = true; this.rbFeet6.CheckedChanged += new EventHandler(this.checkedChanged); this.rbFeet5.AutoSize = true; this.rbFeet5.Location = new Point(0xd4, 3); this.rbFeet5.Name = "rbFeet5"; this.rbFeet5.Size = new Size(14, 13); this.rbFeet5.TabIndex = 0x3b; this.rbFeet5.TabStop = true; this.rbFeet5.UseVisualStyleBackColor = true; this.rbFeet5.CheckedChanged += new EventHandler(this.checkedChanged); this.pnlFeetCSD.ClickThru = false; this.pnlFeetCSD.Location = new Point(0x174, 0); this.pnlFeetCSD.Name = "pnlFeetCSD"; this.pnlFeetCSD.NoDrawBackground = false; this.pnlFeetCSD.PanelActive = true; this.pnlFeetCSD.SelfDrawBackground = false; this.pnlFeetCSD.Size = new Size(0x151, 0x16); this.pnlFeetCSD.StoredGraphics = null; this.pnlFeetCSD.TabIndex = 0x3a; this.rbFeet4.AutoSize = true; this.rbFeet4.Location = new Point(0xc0, 3); this.rbFeet4.Name = "rbFeet4"; this.rbFeet4.Size = new Size(14, 13); this.rbFeet4.TabIndex = 0x31; this.rbFeet4.TabStop = true; this.rbFeet4.UseVisualStyleBackColor = true; this.rbFeet4.CheckedChanged += new EventHandler(this.checkedChanged); this.rbFeetOff.AutoSize = true; this.rbFeetOff.Location = new Point(0x5f, 3); this.rbFeetOff.Name = "rbFeetOff"; this.rbFeetOff.Size = new Size(0x20, 0x11); this.rbFeetOff.TabIndex = 0x30; this.rbFeetOff.TabStop = true; this.rbFeetOff.Text = "X"; this.rbFeetOff.UseVisualStyleBackColor = true; this.pnlTorso.BackColor = Color.Transparent; this.pnlTorso.Controls.Add(this.pnlTorsoCSD); this.pnlTorso.Controls.Add(this.rbTorso1); this.pnlTorso.Controls.Add(this.label6); this.pnlTorso.Controls.Add(this.rbTorso2); this.pnlTorso.Controls.Add(this.rbTorso3); this.pnlTorso.Controls.Add(this.rbTorso4); this.pnlTorso.Location = new Point(0xf8, 0x111); this.pnlTorso.Name = "pnlTorso"; this.pnlTorso.Size = new Size(0x2c5, 0x16); this.pnlTorso.TabIndex = 0x39; this.pnlTorsoCSD.ClickThru = false; this.pnlTorsoCSD.Location = new Point(0x174, 0); this.pnlTorsoCSD.Name = "pnlTorsoCSD"; this.pnlTorsoCSD.NoDrawBackground = false; this.pnlTorsoCSD.PanelActive = true; this.pnlTorsoCSD.SelfDrawBackground = false; this.pnlTorsoCSD.Size = new Size(0x151, 0x16); this.pnlTorsoCSD.StoredGraphics = null; this.pnlTorsoCSD.TabIndex = 0x39; this.pnlTabard.BackColor = Color.Transparent; this.pnlTabard.Controls.Add(this.rbTabard8); this.pnlTabard.Controls.Add(this.rbTabard7); this.pnlTabard.Controls.Add(this.rbTabard6); this.pnlTabard.Controls.Add(this.rbTabard5); this.pnlTabard.Controls.Add(this.pnlTabardCSD); this.pnlTabard.Controls.Add(this.rbTabard4); this.pnlTabard.Controls.Add(this.rbTabard3); this.pnlTabard.Controls.Add(this.rbTabardOff); this.pnlTabard.Controls.Add(this.rbTabard2); this.pnlTabard.Controls.Add(this.rbTabard1); this.pnlTabard.Controls.Add(this.label7); this.pnlTabard.Location = new Point(0xf8, 0xcb); this.pnlTabard.Name = "pnlTabard"; this.pnlTabard.Size = new Size(0x2c5, 0x16); this.pnlTabard.TabIndex = 0x39; this.rbTabard8.AutoSize = true; this.rbTabard8.Location = new Point(0x110, 3); this.rbTabard8.Name = "rbTabard8"; this.rbTabard8.Size = new Size(14, 13); this.rbTabard8.TabIndex = 0x3b; this.rbTabard8.TabStop = true; this.rbTabard8.UseVisualStyleBackColor = true; this.rbTabard8.CheckedChanged += new EventHandler(this.checkedChanged); this.rbTabard7.AutoSize = true; this.rbTabard7.Location = new Point(0xfc, 3); this.rbTabard7.Name = "rbTabard7"; this.rbTabard7.Size = new Size(14, 13); this.rbTabard7.TabIndex = 0x3a; this.rbTabard7.TabStop = true; this.rbTabard7.UseVisualStyleBackColor = true; this.rbTabard7.CheckedChanged += new EventHandler(this.checkedChanged); this.rbTabard6.AutoSize = true; this.rbTabard6.Location = new Point(0xe8, 3); this.rbTabard6.Name = "rbTabard6"; this.rbTabard6.Size = new Size(14, 13); this.rbTabard6.TabIndex = 0x39; this.rbTabard6.TabStop = true; this.rbTabard6.UseVisualStyleBackColor = true; this.rbTabard6.CheckedChanged += new EventHandler(this.checkedChanged); this.rbTabard5.AutoSize = true; this.rbTabard5.Location = new Point(0xd4, 3); this.rbTabard5.Name = "rbTabard5"; this.rbTabard5.Size = new Size(14, 13); this.rbTabard5.TabIndex = 0x38; this.rbTabard5.TabStop = true; this.rbTabard5.UseVisualStyleBackColor = true; this.rbTabard5.CheckedChanged += new EventHandler(this.checkedChanged); this.pnlTabardCSD.ClickThru = false; this.pnlTabardCSD.Location = new Point(0x174, 0); this.pnlTabardCSD.Name = "pnlTabardCSD"; this.pnlTabardCSD.NoDrawBackground = false; this.pnlTabardCSD.PanelActive = true; this.pnlTabardCSD.SelfDrawBackground = false; this.pnlTabardCSD.Size = new Size(0x151, 0x16); this.pnlTabardCSD.StoredGraphics = null; this.pnlTabardCSD.TabIndex = 0x37; this.rbTabard4.AutoSize = true; this.rbTabard4.Location = new Point(0xc0, 3); this.rbTabard4.Name = "rbTabard4"; this.rbTabard4.Size = new Size(14, 13); this.rbTabard4.TabIndex = 0x35; this.rbTabard4.TabStop = true; this.rbTabard4.UseVisualStyleBackColor = true; this.rbTabard4.CheckedChanged += new EventHandler(this.checkedChanged); this.rbTabard3.AutoSize = true; this.rbTabard3.Location = new Point(0xac, 3); this.rbTabard3.Name = "rbTabard3"; this.rbTabard3.Size = new Size(14, 13); this.rbTabard3.TabIndex = 0x34; this.rbTabard3.TabStop = true; this.rbTabard3.UseVisualStyleBackColor = true; this.rbTabard3.CheckedChanged += new EventHandler(this.checkedChanged); this.rbTabardOff.AutoSize = true; this.rbTabardOff.Location = new Point(0x5f, 3); this.rbTabardOff.Name = "rbTabardOff"; this.rbTabardOff.Size = new Size(0x20, 0x11); this.rbTabardOff.TabIndex = 0x33; this.rbTabardOff.TabStop = true; this.rbTabardOff.Text = "X"; this.rbTabardOff.UseVisualStyleBackColor = true; this.pnlArms.BackColor = Color.Transparent; this.pnlArms.Controls.Add(this.pnlArmsCSD); this.pnlArms.Controls.Add(this.rbArms4); this.pnlArms.Controls.Add(this.rbArmsOff); this.pnlArms.Controls.Add(this.rbArms1); this.pnlArms.Controls.Add(this.label9); this.pnlArms.Controls.Add(this.rbArms2); this.pnlArms.Controls.Add(this.rbArms3); this.pnlArms.Location = new Point(0xf8, 0x134); this.pnlArms.Name = "pnlArms"; this.pnlArms.Size = new Size(0x2c5, 0x16); this.pnlArms.TabIndex = 0x39; this.pnlArmsCSD.ClickThru = false; this.pnlArmsCSD.Location = new Point(0x174, 0); this.pnlArmsCSD.Name = "pnlArmsCSD"; this.pnlArmsCSD.NoDrawBackground = false; this.pnlArmsCSD.PanelActive = true; this.pnlArmsCSD.SelfDrawBackground = false; this.pnlArmsCSD.Size = new Size(0x151, 0x16); this.pnlArmsCSD.StoredGraphics = null; this.pnlArmsCSD.TabIndex = 0x3a; this.rbArms4.AutoSize = true; this.rbArms4.Location = new Point(0xc0, 3); this.rbArms4.Name = "rbArms4"; this.rbArms4.Size = new Size(14, 13); this.rbArms4.TabIndex = 0x31; this.rbArms4.TabStop = true; this.rbArms4.UseVisualStyleBackColor = true; this.rbArms4.CheckedChanged += new EventHandler(this.checkedChanged); this.rbArmsOff.AutoSize = true; this.rbArmsOff.Location = new Point(0x5f, 3); this.rbArmsOff.Name = "rbArmsOff"; this.rbArmsOff.Size = new Size(0x20, 0x11); this.rbArmsOff.TabIndex = 0x30; this.rbArmsOff.TabStop = true; this.rbArmsOff.Text = "X"; this.rbArmsOff.UseVisualStyleBackColor = true; this.pnlHands.BackColor = Color.Transparent; this.pnlHands.Controls.Add(this.pnlHandsCSD); this.pnlHands.Controls.Add(this.rbHands4); this.pnlHands.Controls.Add(this.rbHandsOff); this.pnlHands.Controls.Add(this.rbHands1); this.pnlHands.Controls.Add(this.label8); this.pnlHands.Controls.Add(this.rbHands2); this.pnlHands.Controls.Add(this.rbHands3); this.pnlHands.Location = new Point(0xf8, 0x157); this.pnlHands.Name = "pnlHands"; this.pnlHands.Size = new Size(0x2c5, 0x16); this.pnlHands.TabIndex = 0x39; this.pnlHandsCSD.ClickThru = false; this.pnlHandsCSD.Location = new Point(0x174, 0); this.pnlHandsCSD.Name = "pnlHandsCSD"; this.pnlHandsCSD.NoDrawBackground = false; this.pnlHandsCSD.PanelActive = true; this.pnlHandsCSD.SelfDrawBackground = false; this.pnlHandsCSD.Size = new Size(0x151, 0x16); this.pnlHandsCSD.StoredGraphics = null; this.pnlHandsCSD.TabIndex = 0x35; this.rbHands4.AutoSize = true; this.rbHands4.Location = new Point(0xc0, 3); this.rbHands4.Name = "rbHands4"; this.rbHands4.Size = new Size(14, 13); this.rbHands4.TabIndex = 0x30; this.rbHands4.TabStop = true; this.rbHands4.UseVisualStyleBackColor = true; this.rbHands4.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHandsOff.AutoSize = true; this.rbHandsOff.Location = new Point(0x5f, 3); this.rbHandsOff.Name = "rbHandsOff"; this.rbHandsOff.Size = new Size(0x20, 0x11); this.rbHandsOff.TabIndex = 0x2f; this.rbHandsOff.TabStop = true; this.rbHandsOff.Text = "X"; this.rbHandsOff.UseVisualStyleBackColor = true; this.pnlShoulders.BackColor = Color.Transparent; this.pnlShoulders.Controls.Add(this.pnlShouldersCSD); this.pnlShoulders.Controls.Add(this.rbShoulderOff); this.pnlShoulders.Controls.Add(this.label10); this.pnlShoulders.Controls.Add(this.rbShoulders1); this.pnlShoulders.Controls.Add(this.rbShoulders2); this.pnlShoulders.Controls.Add(this.rbShoulders3); this.pnlShoulders.Controls.Add(this.rbShoulders4); this.pnlShoulders.Location = new Point(0xf8, 0xa8); this.pnlShoulders.Name = "pnlShoulders"; this.pnlShoulders.Size = new Size(0x2c5, 0x16); this.pnlShoulders.TabIndex = 0x39; this.pnlShouldersCSD.ClickThru = false; this.pnlShouldersCSD.Location = new Point(0x174, 0); this.pnlShouldersCSD.Name = "pnlShouldersCSD"; this.pnlShouldersCSD.NoDrawBackground = false; this.pnlShouldersCSD.PanelActive = true; this.pnlShouldersCSD.SelfDrawBackground = false; this.pnlShouldersCSD.Size = new Size(0x151, 0x16); this.pnlShouldersCSD.StoredGraphics = null; this.pnlShouldersCSD.TabIndex = 0x36; this.rbShoulderOff.AutoSize = true; this.rbShoulderOff.Location = new Point(0x5f, 3); this.rbShoulderOff.Name = "rbShoulderOff"; this.rbShoulderOff.Size = new Size(0x20, 0x11); this.rbShoulderOff.TabIndex = 0x2f; this.rbShoulderOff.TabStop = true; this.rbShoulderOff.Text = "X"; this.rbShoulderOff.UseVisualStyleBackColor = true; this.pnlFace.BackColor = Color.Transparent; this.pnlFace.Controls.Add(this.rbFace7); this.pnlFace.Controls.Add(this.rbFace6); this.pnlFace.Controls.Add(this.rbFace5); this.pnlFace.Controls.Add(this.pnlFaceCSD); this.pnlFace.Controls.Add(this.rbFace4); this.pnlFace.Controls.Add(this.rbFace3); this.pnlFace.Controls.Add(this.rbFace2); this.pnlFace.Controls.Add(this.rbFace1); this.pnlFace.Controls.Add(this.label11); this.pnlFace.Location = new Point(0xf8, 0x85); this.pnlFace.Name = "pnlFace"; this.pnlFace.Size = new Size(0x2c5, 0x16); this.pnlFace.TabIndex = 0x39; this.rbFace7.AutoSize = true; this.rbFace7.Location = new Point(0xfc, 3); this.rbFace7.Name = "rbFace7"; this.rbFace7.Size = new Size(14, 13); this.rbFace7.TabIndex = 0x38; this.rbFace7.TabStop = true; this.rbFace7.UseVisualStyleBackColor = true; this.rbFace7.CheckedChanged += new EventHandler(this.checkedChanged); this.rbFace6.AutoSize = true; this.rbFace6.Location = new Point(0xe8, 3); this.rbFace6.Name = "rbFace6"; this.rbFace6.Size = new Size(14, 13); this.rbFace6.TabIndex = 0x37; this.rbFace6.TabStop = true; this.rbFace6.UseVisualStyleBackColor = true; this.rbFace6.CheckedChanged += new EventHandler(this.checkedChanged); this.rbFace5.AutoSize = true; this.rbFace5.Location = new Point(0xd4, 3); this.rbFace5.Name = "rbFace5"; this.rbFace5.Size = new Size(14, 13); this.rbFace5.TabIndex = 0x36; this.rbFace5.TabStop = true; this.rbFace5.UseVisualStyleBackColor = true; this.rbFace5.CheckedChanged += new EventHandler(this.checkedChanged); this.pnlFaceCSD.ClickThru = false; this.pnlFaceCSD.Location = new Point(0x174, 0); this.pnlFaceCSD.Name = "pnlFaceCSD"; this.pnlFaceCSD.NoDrawBackground = false; this.pnlFaceCSD.PanelActive = true; this.pnlFaceCSD.SelfDrawBackground = false; this.pnlFaceCSD.Size = new Size(0x151, 0x16); this.pnlFaceCSD.StoredGraphics = null; this.pnlFaceCSD.TabIndex = 0x35; this.rbFace4.AutoSize = true; this.rbFace4.Location = new Point(0xc0, 3); this.rbFace4.Name = "rbFace4"; this.rbFace4.Size = new Size(14, 13); this.rbFace4.TabIndex = 0x2a; this.rbFace4.TabStop = true; this.rbFace4.UseVisualStyleBackColor = true; this.rbFace4.CheckedChanged += new EventHandler(this.checkedChanged); this.rbFace3.AutoSize = true; this.rbFace3.Location = new Point(0xac, 3); this.rbFace3.Name = "rbFace3"; this.rbFace3.Size = new Size(14, 13); this.rbFace3.TabIndex = 0x29; this.rbFace3.TabStop = true; this.rbFace3.UseVisualStyleBackColor = true; this.rbFace3.CheckedChanged += new EventHandler(this.checkedChanged); this.pnlHair.BackColor = Color.Transparent; this.pnlHair.Controls.Add(this.rbHair5); this.pnlHair.Controls.Add(this.rbHair6); this.pnlHair.Controls.Add(this.pnlHairCSD); this.pnlHair.Controls.Add(this.rbHairOff); this.pnlHair.Controls.Add(this.rbHair1); this.pnlHair.Controls.Add(this.label12); this.pnlHair.Controls.Add(this.rbHair2); this.pnlHair.Controls.Add(this.rbHair3); this.pnlHair.Controls.Add(this.rbHair4); this.pnlHair.Location = new Point(0xf8, 0x62); this.pnlHair.Name = "pnlHair"; this.pnlHair.Size = new Size(0x2c5, 0x16); this.pnlHair.TabIndex = 0x39; this.rbHair5.AutoSize = true; this.rbHair5.Location = new Point(0xd4, 3); this.rbHair5.Name = "rbHair5"; this.rbHair5.Size = new Size(14, 13); this.rbHair5.TabIndex = 0x36; this.rbHair5.TabStop = true; this.rbHair5.UseVisualStyleBackColor = true; this.rbHair5.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHair6.AutoSize = true; this.rbHair6.Location = new Point(0xe8, 3); this.rbHair6.Name = "rbHair6"; this.rbHair6.Size = new Size(14, 13); this.rbHair6.TabIndex = 0x37; this.rbHair6.TabStop = true; this.rbHair6.UseVisualStyleBackColor = true; this.rbHair6.CheckedChanged += new EventHandler(this.checkedChanged); this.pnlHairCSD.ClickThru = false; this.pnlHairCSD.Location = new Point(0x174, 0); this.pnlHairCSD.Name = "pnlHairCSD"; this.pnlHairCSD.NoDrawBackground = false; this.pnlHairCSD.PanelActive = true; this.pnlHairCSD.SelfDrawBackground = false; this.pnlHairCSD.Size = new Size(0x151, 0x16); this.pnlHairCSD.StoredGraphics = null; this.pnlHairCSD.TabIndex = 0x35; this.rbHairOff.AutoSize = true; this.rbHairOff.Location = new Point(0x5f, 3); this.rbHairOff.Name = "rbHairOff"; this.rbHairOff.Size = new Size(0x20, 0x11); this.rbHairOff.TabIndex = 0x33; this.rbHairOff.TabStop = true; this.rbHairOff.Text = "X"; this.rbHairOff.UseVisualStyleBackColor = true; this.pnlHead.BackColor = Color.Transparent; this.pnlHead.Controls.Add(this.rbHead12); this.pnlHead.Controls.Add(this.rbHead9); this.pnlHead.Controls.Add(this.rbHead10); this.pnlHead.Controls.Add(this.rbHead11); this.pnlHead.Controls.Add(this.rbHead8); this.pnlHead.Controls.Add(this.rbHead5); this.pnlHead.Controls.Add(this.rbHead6); this.pnlHead.Controls.Add(this.rbHead7); this.pnlHead.Controls.Add(this.pnlHeadCSD); this.pnlHead.Controls.Add(this.rbHead4); this.pnlHead.Controls.Add(this.rbHeadOff); this.pnlHead.Controls.Add(this.label13); this.pnlHead.Controls.Add(this.rbHead1); this.pnlHead.Controls.Add(this.rbHead2); this.pnlHead.Controls.Add(this.rbHead3); this.pnlHead.Location = new Point(0xf8, 0x3f); this.pnlHead.Name = "pnlHead"; this.pnlHead.Size = new Size(0x2c5, 0x16); this.pnlHead.TabIndex = 0x39; this.rbHead12.AutoSize = true; this.rbHead12.Location = new Point(0x160, 3); this.rbHead12.Name = "rbHead12"; this.rbHead12.Size = new Size(14, 13); this.rbHead12.TabIndex = 60; this.rbHead12.TabStop = true; this.rbHead12.UseVisualStyleBackColor = true; this.rbHead12.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHead9.AutoSize = true; this.rbHead9.Location = new Point(0x124, 3); this.rbHead9.Name = "rbHead9"; this.rbHead9.Size = new Size(14, 13); this.rbHead9.TabIndex = 0x39; this.rbHead9.TabStop = true; this.rbHead9.UseVisualStyleBackColor = true; this.rbHead9.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHead10.AutoSize = true; this.rbHead10.Location = new Point(0x138, 3); this.rbHead10.Name = "rbHead10"; this.rbHead10.Size = new Size(14, 13); this.rbHead10.TabIndex = 0x3a; this.rbHead10.TabStop = true; this.rbHead10.UseVisualStyleBackColor = true; this.rbHead10.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHead11.AutoSize = true; this.rbHead11.Location = new Point(0x14c, 3); this.rbHead11.Name = "rbHead11"; this.rbHead11.Size = new Size(14, 13); this.rbHead11.TabIndex = 0x3b; this.rbHead11.TabStop = true; this.rbHead11.UseVisualStyleBackColor = true; this.rbHead11.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHead8.AutoSize = true; this.rbHead8.Location = new Point(0x110, 3); this.rbHead8.Name = "rbHead8"; this.rbHead8.Size = new Size(14, 13); this.rbHead8.TabIndex = 0x38; this.rbHead8.TabStop = true; this.rbHead8.UseVisualStyleBackColor = true; this.rbHead8.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHead5.AutoSize = true; this.rbHead5.Location = new Point(0xd4, 3); this.rbHead5.Name = "rbHead5"; this.rbHead5.Size = new Size(14, 13); this.rbHead5.TabIndex = 0x35; this.rbHead5.TabStop = true; this.rbHead5.UseVisualStyleBackColor = true; this.rbHead5.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHead6.AutoSize = true; this.rbHead6.Location = new Point(0xe8, 3); this.rbHead6.Name = "rbHead6"; this.rbHead6.Size = new Size(14, 13); this.rbHead6.TabIndex = 0x36; this.rbHead6.TabStop = true; this.rbHead6.UseVisualStyleBackColor = true; this.rbHead6.CheckedChanged += new EventHandler(this.checkedChanged); this.rbHead7.AutoSize = true; this.rbHead7.Location = new Point(0xfc, 3); this.rbHead7.Name = "rbHead7"; this.rbHead7.Size = new Size(14, 13); this.rbHead7.TabIndex = 0x37; this.rbHead7.TabStop = true; this.rbHead7.UseVisualStyleBackColor = true; this.rbHead7.CheckedChanged += new EventHandler(this.checkedChanged); this.pnlHeadCSD.ClickThru = false; this.pnlHeadCSD.Location = new Point(0x174, 0); this.pnlHeadCSD.Name = "pnlHeadCSD"; this.pnlHeadCSD.NoDrawBackground = false; this.pnlHeadCSD.PanelActive = true; this.pnlHeadCSD.SelfDrawBackground = false; this.pnlHeadCSD.Size = new Size(0x151, 0x16); this.pnlHeadCSD.StoredGraphics = null; this.pnlHeadCSD.TabIndex = 0x34; this.rbHead4.AutoSize = true; this.rbHead4.Location = new Point(0xc0, 3); this.rbHead4.Name = "rbHead4"; this.rbHead4.Size = new Size(14, 13); this.rbHead4.TabIndex = 0x33; this.rbHead4.TabStop = true; this.rbHead4.UseVisualStyleBackColor = true; this.rbHead4.CheckedChanged += new EventHandler(this.checkedChanged); this.pnlWeapon.BackColor = Color.Transparent; this.pnlWeapon.Controls.Add(this.rbWeapon5); this.pnlWeapon.Controls.Add(this.rbWeapon6); this.pnlWeapon.Controls.Add(this.pnlWeaponCSD); this.pnlWeapon.Controls.Add(this.rbWeapon4); this.pnlWeapon.Controls.Add(this.rbWeaponOff); this.pnlWeapon.Controls.Add(this.label14); this.pnlWeapon.Controls.Add(this.rbWeapon1); this.pnlWeapon.Controls.Add(this.rbWeapon2); this.pnlWeapon.Controls.Add(this.rbWeapon3); this.pnlWeapon.Location = new Point(0xf8, 0x17a); this.pnlWeapon.Name = "pnlWeapon"; this.pnlWeapon.Size = new Size(0x2c5, 0x16); this.pnlWeapon.TabIndex = 0x39; this.rbWeapon5.AutoSize = true; this.rbWeapon5.Location = new Point(0xd4, 3); this.rbWeapon5.Name = "rbWeapon5"; this.rbWeapon5.Size = new Size(14, 13); this.rbWeapon5.TabIndex = 0x3a; this.rbWeapon5.TabStop = true; this.rbWeapon5.UseVisualStyleBackColor = true; this.rbWeapon5.CheckedChanged += new EventHandler(this.checkedChanged); this.rbWeapon6.AutoSize = true; this.rbWeapon6.Location = new Point(0xe8, 3); this.rbWeapon6.Name = "rbWeapon6"; this.rbWeapon6.Size = new Size(14, 13); this.rbWeapon6.TabIndex = 0x3b; this.rbWeapon6.TabStop = true; this.rbWeapon6.UseVisualStyleBackColor = true; this.rbWeapon6.CheckedChanged += new EventHandler(this.checkedChanged); this.pnlWeaponCSD.ClickThru = false; this.pnlWeaponCSD.Location = new Point(0x174, 0); this.pnlWeaponCSD.Name = "pnlWeaponCSD"; this.pnlWeaponCSD.NoDrawBackground = false; this.pnlWeaponCSD.PanelActive = true; this.pnlWeaponCSD.SelfDrawBackground = false; this.pnlWeaponCSD.Size = new Size(0x151, 0x16); this.pnlWeaponCSD.StoredGraphics = null; this.pnlWeaponCSD.TabIndex = 0x38; this.rbWeapon4.AutoSize = true; this.rbWeapon4.Location = new Point(0xc0, 3); this.rbWeapon4.Name = "rbWeapon4"; this.rbWeapon4.Size = new Size(14, 13); this.rbWeapon4.TabIndex = 0x2e; this.rbWeapon4.TabStop = true; this.rbWeapon4.UseVisualStyleBackColor = true; this.btnRandom.BackgroundImageLayout = ImageLayout.None; this.btnRandom.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnRandom.BorderDrawing = true; this.btnRandom.FocusRectangleEnabled = false; this.btnRandom.ForeColor = SystemColors.ControlText; this.btnRandom.Image = null; this.btnRandom.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnRandom.ImageBorderEnabled = false; this.btnRandom.ImageDropShadow = false; this.btnRandom.ImageFocused = null; this.btnRandom.ImageInactive = null; this.btnRandom.ImageMouseOver = null; this.btnRandom.ImageNormal = null; this.btnRandom.ImagePressed = null; this.btnRandom.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnRandom.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnRandom.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnRandom.Location = new Point(0xf6, 0x205); this.btnRandom.Name = "btnRandom"; this.btnRandom.OffsetPressedContent = true; this.btnRandom.Padding2 = 5; this.btnRandom.Size = new Size(0x5b, 0x2e); this.btnRandom.StretchImage = false; this.btnRandom.TabIndex = 0x3d; this.btnRandom.TextDropShadow = false; this.btnRandom.UseVisualStyleBackColor = true; this.btnRandom.Click += new EventHandler(this.btnRandom_Click); this.btnLastSaved.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnLastSaved.BorderDrawing = true; this.btnLastSaved.FocusRectangleEnabled = false; this.btnLastSaved.Image = null; this.btnLastSaved.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnLastSaved.ImageBorderEnabled = true; this.btnLastSaved.ImageDropShadow = true; this.btnLastSaved.ImageFocused = null; this.btnLastSaved.ImageInactive = null; this.btnLastSaved.ImageMouseOver = null; this.btnLastSaved.ImageNormal = null; this.btnLastSaved.ImagePressed = null; this.btnLastSaved.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnLastSaved.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnLastSaved.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnLastSaved.Location = new Point(0x227, 0x205); this.btnLastSaved.Name = "btnLastSaved"; this.btnLastSaved.OffsetPressedContent = true; this.btnLastSaved.Padding2 = 5; this.btnLastSaved.Size = new Size(200, 0x2e); this.btnLastSaved.StretchImage = false; this.btnLastSaved.TabIndex = 60; this.btnLastSaved.Text = "Reset To Last Saved"; this.btnLastSaved.TextDropShadow = false; this.btnLastSaved.UseVisualStyleBackColor = true; this.btnLastSaved.Click += new EventHandler(this.btnLastSaved_Click); this.btnDefault.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnDefault.BorderDrawing = true; this.btnDefault.FocusRectangleEnabled = false; this.btnDefault.Image = null; this.btnDefault.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnDefault.ImageBorderEnabled = true; this.btnDefault.ImageDropShadow = true; this.btnDefault.ImageFocused = null; this.btnDefault.ImageInactive = null; this.btnDefault.ImageMouseOver = null; this.btnDefault.ImageNormal = null; this.btnDefault.ImagePressed = null; this.btnDefault.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnDefault.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnDefault.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnDefault.Location = new Point(0x157, 0x205); this.btnDefault.Name = "btnDefault"; this.btnDefault.OffsetPressedContent = true; this.btnDefault.Padding2 = 5; this.btnDefault.Size = new Size(200, 0x2e); this.btnDefault.StretchImage = false; this.btnDefault.TabIndex = 0x3b; this.btnDefault.Text = "Reset To Default"; this.btnDefault.TextDropShadow = false; this.btnDefault.UseVisualStyleBackColor = true; this.btnDefault.Click += new EventHandler(this.btnDefault_Click); this.btnUploadAvatar.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnUploadAvatar.BorderDrawing = true; this.btnUploadAvatar.FocusRectangleEnabled = false; this.btnUploadAvatar.Image = null; this.btnUploadAvatar.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnUploadAvatar.ImageBorderEnabled = true; this.btnUploadAvatar.ImageDropShadow = true; this.btnUploadAvatar.ImageFocused = null; this.btnUploadAvatar.ImageInactive = null; this.btnUploadAvatar.ImageMouseOver = null; this.btnUploadAvatar.ImageNormal = null; this.btnUploadAvatar.ImagePressed = null; this.btnUploadAvatar.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnUploadAvatar.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnUploadAvatar.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnUploadAvatar.Location = new Point(0x2f5, 0x205); this.btnUploadAvatar.Name = "btnUploadAvatar"; this.btnUploadAvatar.OffsetPressedContent = true; this.btnUploadAvatar.Padding2 = 5; this.btnUploadAvatar.Size = new Size(200, 0x2e); this.btnUploadAvatar.StretchImage = false; this.btnUploadAvatar.TabIndex = 0x3a; this.btnUploadAvatar.Text = "Upload Avatar"; this.btnUploadAvatar.TextDropShadow = false; this.btnUploadAvatar.UseVisualStyleBackColor = true; this.btnUploadAvatar.Click += new EventHandler(this.btnUploadAvatar_Click); this.imgAvatar.BackColor = Color.Transparent; this.imgAvatar.Location = new Point(0x30, 0x1c); this.imgAvatar.Name = "imgAvatar"; this.imgAvatar.Size = new Size(0x9a, 500); this.imgAvatar.TabIndex = 0; base.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.FromArgb(0x86, 0x99, 0xa5); this.BackgroundImageLayout = ImageLayout.Stretch; base.Controls.Add(this.btnRandom); base.Controls.Add(this.btnLastSaved); base.Controls.Add(this.btnDefault); base.Controls.Add(this.btnUploadAvatar); base.Controls.Add(this.pnlWeapon); base.Controls.Add(this.pnlHead); base.Controls.Add(this.pnlHair); base.Controls.Add(this.pnlFace); base.Controls.Add(this.pnlShoulders); base.Controls.Add(this.pnlHands); base.Controls.Add(this.pnlArms); base.Controls.Add(this.pnlTabard); base.Controls.Add(this.pnlTorso); base.Controls.Add(this.pnlFeet); base.Controls.Add(this.pnlLegs); base.Controls.Add(this.pnlBody); base.Controls.Add(this.pnlFloor); base.Controls.Add(this.panel1); base.Controls.Add(this.imgAvatar); this.MaximumSize = new Size(0x3e0, 0x236); this.MinimumSize = new Size(0x3e0, 0x236); base.Name = "AvatarEditorPanel"; base.Size = new Size(0x3e0, 0x236); base.Load += new EventHandler(this.AvatarEditorPanel_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.pnlFloor.ResumeLayout(false); this.pnlFloor.PerformLayout(); this.pnlBody.ResumeLayout(false); this.pnlBody.PerformLayout(); this.pnlLegs.ResumeLayout(false); this.pnlLegs.PerformLayout(); this.pnlFeet.ResumeLayout(false); this.pnlFeet.PerformLayout(); this.pnlTorso.ResumeLayout(false); this.pnlTorso.PerformLayout(); this.pnlTabard.ResumeLayout(false); this.pnlTabard.PerformLayout(); this.pnlArms.ResumeLayout(false); this.pnlArms.PerformLayout(); this.pnlHands.ResumeLayout(false); this.pnlHands.PerformLayout(); this.pnlShoulders.ResumeLayout(false); this.pnlShoulders.PerformLayout(); this.pnlFace.ResumeLayout(false); this.pnlFace.PerformLayout(); this.pnlHair.ResumeLayout(false); this.pnlHair.PerformLayout(); this.pnlHead.ResumeLayout(false); this.pnlHead.PerformLayout(); this.pnlWeapon.ResumeLayout(false); this.pnlWeapon.PerformLayout(); base.ResumeLayout(false); }
private void InitializeComponent() { this.tabOptions = new TabControlEx(); this.tpageDisplay = new TabPage(); this.cbCapitalIDs = new CheckBox(); this.cbProductionInfo = new CheckBox(); this.cbFlashingTaskbarAttack = new CheckBox(); this.lblAdvanced = new Label(); this.cbVillageIDs = new CheckBox(); this.cbConfirmOpenMultiple = new CheckBox(); this.cbConfirmBuyMultiple = new CheckBox(); this.btnResumeTutorial = new BitmapButton(); this.btnDebugInfo = new BitmapButton(); this.cbTooltips = new CheckBox(); this.cbInstantTooltips = new CheckBox(); this.cbConfirmCards = new CheckBox(); this.cbProfanityFilter = new CheckBox(); this.cbWhiteTextBox = new CheckBox(); this.tabPage3 = new TabPage(); this.cbWinterLandscape = new CheckBox(); this.cbSeasonalFX = new CheckBox(); this.cbBattleSFX = new CheckBox(); this.btnRestoreDefaultVolumes = new BitmapButton(); this.lblVolumes = new Label(); this.trackBarEnvironmentals = new TrackBar(); this.cbEnvironmentals = new CheckBox(); this.trackBarSFX = new TrackBar(); this.cbSFX = new CheckBox(); this.cbGraphicsCompatibility = new CheckBox(); this.trackBarMusicVolume = new TrackBar(); this.cbMusic = new CheckBox(); this.tabPage1 = new TabPage(); this.btnDownloadTranslations = new BitmapButton(); this.label1 = new Label(); this.listBoxLanguages = new ListBox(); this.btnApply = new BitmapButton(); this.btnCancel = new BitmapButton(); this.btnOK = new BitmapButton(); this.pnlWikiHelp = new Panel(); this.tabOptions.SuspendLayout(); this.tpageDisplay.SuspendLayout(); this.tabPage3.SuspendLayout(); this.trackBarEnvironmentals.BeginInit(); this.trackBarSFX.BeginInit(); this.trackBarMusicVolume.BeginInit(); this.tabPage1.SuspendLayout(); base.SuspendLayout(); this.tabOptions.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; this.tabOptions.BackColor = Color.FromArgb(0x60, 0x6d, 0x76); this.tabOptions.Controls.Add(this.tpageDisplay); this.tabOptions.Controls.Add(this.tabPage3); this.tabOptions.Controls.Add(this.tabPage1); this.tabOptions.ItemSize = new Size(110, 0x15); this.tabOptions.Location = new Point(9, 0x25); this.tabOptions.Name = "tabOptions"; this.tabOptions.SelectedIndex = 0; this.tabOptions.Size = new Size(0x14f, 0x135); this.tabOptions.SizeMode = TabSizeMode.Fixed; this.tabOptions.TabIndex = 0; this.tabOptions.SelectedIndexChanged += new EventHandler(this.tabOptions_SelectedIndexChanged); this.tpageDisplay.BackColor = Color.FromArgb(0x9f, 180, 0xc1); this.tpageDisplay.Controls.Add(this.cbCapitalIDs); this.tpageDisplay.Controls.Add(this.cbProductionInfo); this.tpageDisplay.Controls.Add(this.cbFlashingTaskbarAttack); this.tpageDisplay.Controls.Add(this.lblAdvanced); this.tpageDisplay.Controls.Add(this.cbVillageIDs); this.tpageDisplay.Controls.Add(this.cbConfirmOpenMultiple); this.tpageDisplay.Controls.Add(this.cbConfirmBuyMultiple); this.tpageDisplay.Controls.Add(this.btnResumeTutorial); this.tpageDisplay.Controls.Add(this.btnDebugInfo); this.tpageDisplay.Controls.Add(this.cbTooltips); this.tpageDisplay.Controls.Add(this.cbInstantTooltips); this.tpageDisplay.Controls.Add(this.cbConfirmCards); this.tpageDisplay.Controls.Add(this.cbProfanityFilter); this.tpageDisplay.Controls.Add(this.cbWhiteTextBox); this.tpageDisplay.ForeColor = ARGBColors.Black; this.tpageDisplay.Location = new Point(4, 0x19); this.tpageDisplay.Name = "tpageDisplay"; this.tpageDisplay.Padding = new Padding(3); this.tpageDisplay.Size = new Size(0x147, 280); this.tpageDisplay.TabIndex = 0; this.tpageDisplay.Text = "Settings"; this.cbCapitalIDs.AutoSize = true; this.cbCapitalIDs.Location = new Point(0x17, 0x101); this.cbCapitalIDs.Name = "cbCapitalIDs"; this.cbCapitalIDs.Size = new Size(0x67, 0x11); this.cbCapitalIDs.TabIndex = 0x19; this.cbCapitalIDs.Text = "View Capital IDs"; this.cbCapitalIDs.UseVisualStyleBackColor = true; this.cbCapitalIDs.CheckedChanged += new EventHandler(this.cbCapitalIDs_CheckedChanged); this.cbProductionInfo.AutoSize = true; this.cbProductionInfo.Location = new Point(0x17, 0xab); this.cbProductionInfo.Name = "cbProductionInfo"; this.cbProductionInfo.Size = new Size(0xd5, 0x11); this.cbProductionInfo.TabIndex = 0x18; this.cbProductionInfo.Text = "Production Indicators in the Village Map"; this.cbProductionInfo.UseVisualStyleBackColor = true; this.cbProductionInfo.CheckedChanged += new EventHandler(this.cbProductionInfo_CheckedChanged); this.cbFlashingTaskbarAttack.AutoSize = true; this.cbFlashingTaskbarAttack.Location = new Point(0x17, 0x95); this.cbFlashingTaskbarAttack.Name = "cbFlashingTaskbarAttack"; this.cbFlashingTaskbarAttack.Size = new Size(0xc3, 0x11); this.cbFlashingTaskbarAttack.TabIndex = 0x17; this.cbFlashingTaskbarAttack.Text = "Flash Taskbar Icon When Attacked"; this.cbFlashingTaskbarAttack.UseVisualStyleBackColor = true; this.cbFlashingTaskbarAttack.CheckedChanged += new EventHandler(this.cbFlashingTaskbarAttack_CheckedChanged); this.lblAdvanced.AutoSize = true; this.lblAdvanced.Location = new Point(6, 0xd6); this.lblAdvanced.Name = "lblAdvanced"; this.lblAdvanced.Size = new Size(0x5f, 13); this.lblAdvanced.TabIndex = 0x16; this.lblAdvanced.Text = "Advanced Options"; this.cbVillageIDs.AutoSize = true; this.cbVillageIDs.Location = new Point(0x17, 0xea); this.cbVillageIDs.Name = "cbVillageIDs"; this.cbVillageIDs.Size = new Size(0x66, 0x11); this.cbVillageIDs.TabIndex = 0x15; this.cbVillageIDs.Text = "View Village IDs"; this.cbVillageIDs.UseVisualStyleBackColor = true; this.cbVillageIDs.CheckedChanged += new EventHandler(this.cbVillageIDs_CheckedChanged); this.cbConfirmOpenMultiple.AutoSize = true; this.cbConfirmOpenMultiple.Location = new Point(0x17, 0x7f); this.cbConfirmOpenMultiple.Name = "cbConfirmOpenMultiple"; this.cbConfirmOpenMultiple.Size = new Size(0x95, 0x11); this.cbConfirmOpenMultiple.TabIndex = 20; this.cbConfirmOpenMultiple.Text = "Open Multiple Card Packs"; this.cbConfirmOpenMultiple.UseVisualStyleBackColor = true; this.cbConfirmOpenMultiple.CheckedChanged += new EventHandler(this.cbConfirmOpenMultiple_CheckedChanged); this.cbConfirmBuyMultiple.AutoSize = true; this.cbConfirmBuyMultiple.Location = new Point(0x17, 0x69); this.cbConfirmBuyMultiple.Name = "cbConfirmBuyMultiple"; this.cbConfirmBuyMultiple.Size = new Size(0x8d, 0x11); this.cbConfirmBuyMultiple.TabIndex = 0x13; this.cbConfirmBuyMultiple.Text = "Buy Multiple Card Packs"; this.cbConfirmBuyMultiple.UseVisualStyleBackColor = true; this.cbConfirmBuyMultiple.CheckedChanged += new EventHandler(this.cbConfirmBuyMultiple_CheckedChanged); this.btnResumeTutorial.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnResumeTutorial.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnResumeTutorial.BorderDrawing = true; this.btnResumeTutorial.FocusRectangleEnabled = false; this.btnResumeTutorial.Image = null; this.btnResumeTutorial.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnResumeTutorial.ImageBorderEnabled = true; this.btnResumeTutorial.ImageDropShadow = true; this.btnResumeTutorial.ImageFocused = null; this.btnResumeTutorial.ImageInactive = null; this.btnResumeTutorial.ImageMouseOver = null; this.btnResumeTutorial.ImageNormal = null; this.btnResumeTutorial.ImagePressed = null; this.btnResumeTutorial.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnResumeTutorial.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnResumeTutorial.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnResumeTutorial.Location = new Point(0xc2, 0xec); this.btnResumeTutorial.Name = "btnResumeTutorial"; this.btnResumeTutorial.OffsetPressedContent = true; this.btnResumeTutorial.Padding2 = 5; this.btnResumeTutorial.Size = new Size(0x76, 0x17); this.btnResumeTutorial.StretchImage = false; this.btnResumeTutorial.TabIndex = 0x12; this.btnResumeTutorial.Text = "Resume Tutorial"; this.btnResumeTutorial.TextDropShadow = false; this.btnResumeTutorial.UseVisualStyleBackColor = false; this.btnResumeTutorial.Visible = false; this.btnResumeTutorial.Click += new EventHandler(this.btnResumeTutorial_Click); this.btnDebugInfo.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnDebugInfo.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnDebugInfo.BorderDrawing = true; this.btnDebugInfo.FocusRectangleEnabled = false; this.btnDebugInfo.Image = null; this.btnDebugInfo.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnDebugInfo.ImageBorderEnabled = true; this.btnDebugInfo.ImageDropShadow = true; this.btnDebugInfo.ImageFocused = null; this.btnDebugInfo.ImageInactive = null; this.btnDebugInfo.ImageMouseOver = null; this.btnDebugInfo.ImageNormal = null; this.btnDebugInfo.ImagePressed = null; this.btnDebugInfo.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnDebugInfo.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnDebugInfo.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnDebugInfo.Location = new Point(0xc2, 0xd9); this.btnDebugInfo.Name = "btnDebugInfo"; this.btnDebugInfo.OffsetPressedContent = true; this.btnDebugInfo.Padding2 = 5; this.btnDebugInfo.Size = new Size(0x76, 0x17); this.btnDebugInfo.StretchImage = false; this.btnDebugInfo.TabIndex = 0x11; this.btnDebugInfo.Text = "Debug Info"; this.btnDebugInfo.TextDropShadow = false; this.btnDebugInfo.UseVisualStyleBackColor = false; this.btnDebugInfo.Click += new EventHandler(this.btnDebugInfo_Click); this.cbTooltips.AutoSize = true; this.cbTooltips.Location = new Point(0x17, 0x27); this.cbTooltips.Name = "cbTooltips"; this.cbTooltips.Size = new Size(0x3f, 0x11); this.cbTooltips.TabIndex = 0x10; this.cbTooltips.Text = "Tooltips"; this.cbTooltips.UseVisualStyleBackColor = true; this.cbTooltips.CheckedChanged += new EventHandler(this.cbTooltips_CheckedChanged); this.cbInstantTooltips.AutoSize = true; this.cbInstantTooltips.Location = new Point(0x17, 0x3d); this.cbInstantTooltips.Name = "cbInstantTooltips"; this.cbInstantTooltips.Size = new Size(0x62, 0x11); this.cbInstantTooltips.TabIndex = 15; this.cbInstantTooltips.Text = "Instant Tooltips"; this.cbInstantTooltips.UseVisualStyleBackColor = true; this.cbInstantTooltips.CheckedChanged += new EventHandler(this.cbInstantTooltips_CheckedChanged); this.cbConfirmCards.AutoSize = true; this.cbConfirmCards.Location = new Point(0x17, 0x53); this.cbConfirmCards.Name = "cbConfirmCards"; this.cbConfirmCards.Size = new Size(0x80, 0x11); this.cbConfirmCards.TabIndex = 14; this.cbConfirmCards.Text = "Confirm Playing Cards"; this.cbConfirmCards.UseVisualStyleBackColor = true; this.cbConfirmCards.CheckedChanged += new EventHandler(this.cbConfirmCards_CheckedChanged); this.cbProfanityFilter.AutoSize = true; this.cbProfanityFilter.Location = new Point(0x17, 0x11); this.cbProfanityFilter.Name = "cbProfanityFilter"; this.cbProfanityFilter.Size = new Size(0x9f, 0x11); this.cbProfanityFilter.TabIndex = 13; this.cbProfanityFilter.Text = "Profanity Filter (English Only)"; this.cbProfanityFilter.UseVisualStyleBackColor = true; this.cbProfanityFilter.CheckedChanged += new EventHandler(this.cbProfanityFilter_CheckedChanged); this.cbWhiteTextBox.AutoSize = true; this.cbWhiteTextBox.Location = new Point(0x17, 0xc1); this.cbWhiteTextBox.Name = "cbWhiteTextBox"; this.cbWhiteTextBox.Size = new Size(0xe4, 0x11); this.cbWhiteTextBox.TabIndex = 0x18; this.cbWhiteTextBox.Text = "Show White Background on Parish Names"; this.cbWhiteTextBox.UseVisualStyleBackColor = true; this.cbWhiteTextBox.CheckedChanged += new EventHandler(this.cbWhiteTextBox_CheckedChanged); this.tabPage3.BackColor = Color.FromArgb(0x9f, 180, 0xc1); this.tabPage3.Controls.Add(this.cbWinterLandscape); this.tabPage3.Controls.Add(this.cbSeasonalFX); this.tabPage3.Controls.Add(this.cbBattleSFX); this.tabPage3.Controls.Add(this.btnRestoreDefaultVolumes); this.tabPage3.Controls.Add(this.lblVolumes); this.tabPage3.Controls.Add(this.trackBarEnvironmentals); this.tabPage3.Controls.Add(this.cbEnvironmentals); this.tabPage3.Controls.Add(this.trackBarSFX); this.tabPage3.Controls.Add(this.cbSFX); this.tabPage3.Controls.Add(this.cbGraphicsCompatibility); this.tabPage3.Controls.Add(this.trackBarMusicVolume); this.tabPage3.Controls.Add(this.cbMusic); this.tabPage3.Location = new Point(4, 0x19); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new Padding(3); this.tabPage3.Size = new Size(0x147, 280); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Audio"; this.cbWinterLandscape.AutoSize = true; this.cbWinterLandscape.ForeColor = ARGBColors.Black; this.cbWinterLandscape.Location = new Point(20, 0xdf); this.cbWinterLandscape.Name = "cbWinterLandscape"; this.cbWinterLandscape.Size = new Size(0x8f, 0x11); this.cbWinterLandscape.TabIndex = 0x19; this.cbWinterLandscape.Text = "Show Winter Landscape"; this.cbWinterLandscape.UseVisualStyleBackColor = true; this.cbWinterLandscape.CheckedChanged += new EventHandler(this.cbWinterLandscape_CheckedChanged); this.cbSeasonalFX.AutoSize = true; this.cbSeasonalFX.ForeColor = ARGBColors.Black; this.cbSeasonalFX.Location = new Point(20, 0xcb); this.cbSeasonalFX.Name = "cbSeasonalFX"; this.cbSeasonalFX.Size = new Size(0x74, 0x11); this.cbSeasonalFX.TabIndex = 0x18; this.cbSeasonalFX.Text = "Show Seasonal FX"; this.cbSeasonalFX.UseVisualStyleBackColor = true; this.cbSeasonalFX.CheckedChanged += new EventHandler(this.cbSeasonalFX_CheckedChanged); this.cbBattleSFX.AutoSize = true; this.cbBattleSFX.ForeColor = ARGBColors.Black; this.cbBattleSFX.Location = new Point(20, 0x63); this.cbBattleSFX.Name = "cbBattleSFX"; this.cbBattleSFX.Size = new Size(0x67, 0x11); this.cbBattleSFX.TabIndex = 11; this.cbBattleSFX.Text = "Battle Sound FX"; this.cbBattleSFX.UseVisualStyleBackColor = true; this.cbBattleSFX.CheckedChanged += new EventHandler(this.cbBattleSFX_CheckedChanged); this.btnRestoreDefaultVolumes.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnRestoreDefaultVolumes.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnRestoreDefaultVolumes.BorderDrawing = true; this.btnRestoreDefaultVolumes.FocusRectangleEnabled = false; this.btnRestoreDefaultVolumes.Image = null; this.btnRestoreDefaultVolumes.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnRestoreDefaultVolumes.ImageBorderEnabled = true; this.btnRestoreDefaultVolumes.ImageDropShadow = true; this.btnRestoreDefaultVolumes.ImageFocused = null; this.btnRestoreDefaultVolumes.ImageInactive = null; this.btnRestoreDefaultVolumes.ImageMouseOver = null; this.btnRestoreDefaultVolumes.ImageNormal = null; this.btnRestoreDefaultVolumes.ImagePressed = null; this.btnRestoreDefaultVolumes.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnRestoreDefaultVolumes.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnRestoreDefaultVolumes.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnRestoreDefaultVolumes.Location = new Point(0x86, 0xa7); this.btnRestoreDefaultVolumes.Name = "btnRestoreDefaultVolumes"; this.btnRestoreDefaultVolumes.OffsetPressedContent = true; this.btnRestoreDefaultVolumes.Padding2 = 5; this.btnRestoreDefaultVolumes.Size = new Size(0xa7, 0x17); this.btnRestoreDefaultVolumes.StretchImage = false; this.btnRestoreDefaultVolumes.TabIndex = 10; this.btnRestoreDefaultVolumes.Text = "Restore Defaults"; this.btnRestoreDefaultVolumes.TextDropShadow = false; this.btnRestoreDefaultVolumes.UseVisualStyleBackColor = false; this.btnRestoreDefaultVolumes.Click += new EventHandler(this.btnRestoreDefaultVolumes_Click); this.lblVolumes.ForeColor = ARGBColors.Black; this.lblVolumes.Location = new Point(0x83, 10); this.lblVolumes.Name = "lblVolumes"; this.lblVolumes.Size = new Size(170, 13); this.lblVolumes.TabIndex = 9; this.lblVolumes.Text = "Volume"; this.lblVolumes.TextAlign = ContentAlignment.TopCenter; this.trackBarEnvironmentals.BackColor = Color.FromArgb(0x9f, 180, 0xc1); this.trackBarEnvironmentals.Location = new Point(0x83, 0x7e); this.trackBarEnvironmentals.Maximum = 100; this.trackBarEnvironmentals.Minimum = 1; this.trackBarEnvironmentals.Name = "trackBarEnvironmentals"; this.trackBarEnvironmentals.Size = new Size(170, 0x2d); this.trackBarEnvironmentals.TabIndex = 8; this.trackBarEnvironmentals.TickFrequency = 5; this.trackBarEnvironmentals.Value = 1; this.trackBarEnvironmentals.ValueChanged += new EventHandler(this.trackBarEnvironmentals_ValueChanged); this.cbEnvironmentals.AutoSize = true; this.cbEnvironmentals.ForeColor = ARGBColors.Black; this.cbEnvironmentals.Location = new Point(20, 0x84); this.cbEnvironmentals.Name = "cbEnvironmentals"; this.cbEnvironmentals.Size = new Size(0x62, 0x11); this.cbEnvironmentals.TabIndex = 7; this.cbEnvironmentals.Text = "Environmentals"; this.cbEnvironmentals.UseVisualStyleBackColor = true; this.cbEnvironmentals.CheckedChanged += new EventHandler(this.cbEnvironmentals_CheckedChanged); this.trackBarSFX.BackColor = Color.FromArgb(0x9f, 180, 0xc1); this.trackBarSFX.Location = new Point(0x83, 0x4c); this.trackBarSFX.Maximum = 100; this.trackBarSFX.Minimum = 1; this.trackBarSFX.Name = "trackBarSFX"; this.trackBarSFX.Size = new Size(170, 0x2d); this.trackBarSFX.TabIndex = 5; this.trackBarSFX.TickFrequency = 5; this.trackBarSFX.Value = 1; this.trackBarSFX.ValueChanged += new EventHandler(this.trackBarSFX_ValueChanged); this.cbSFX.AutoSize = true; this.cbSFX.ForeColor = ARGBColors.Black; this.cbSFX.Location = new Point(20, 0x4c); this.cbSFX.Name = "cbSFX"; this.cbSFX.Size = new Size(0x49, 0x11); this.cbSFX.TabIndex = 4; this.cbSFX.Text = "Sound FX"; this.cbSFX.UseVisualStyleBackColor = true; this.cbSFX.CheckedChanged += new EventHandler(this.cbSFX_CheckedChanged); this.cbGraphicsCompatibility.AutoSize = true; this.cbGraphicsCompatibility.ForeColor = ARGBColors.Black; this.cbGraphicsCompatibility.Location = new Point(20, 0xf4); this.cbGraphicsCompatibility.Name = "cbGraphicsCompatibility"; this.cbGraphicsCompatibility.Size = new Size(0x9f, 0x11); this.cbGraphicsCompatibility.TabIndex = 3; this.cbGraphicsCompatibility.Text = "Graphics Compatibility Mode"; this.cbGraphicsCompatibility.UseVisualStyleBackColor = true; this.cbGraphicsCompatibility.CheckedChanged += new EventHandler(this.cbGraphicsCompatibility_CheckedChanged); this.trackBarMusicVolume.BackColor = Color.FromArgb(0x9f, 180, 0xc1); this.trackBarMusicVolume.Location = new Point(0x83, 0x1a); this.trackBarMusicVolume.Maximum = 100; this.trackBarMusicVolume.Minimum = 1; this.trackBarMusicVolume.Name = "trackBarMusicVolume"; this.trackBarMusicVolume.Size = new Size(170, 0x2d); this.trackBarMusicVolume.TabIndex = 1; this.trackBarMusicVolume.TickFrequency = 5; this.trackBarMusicVolume.Value = 1; this.trackBarMusicVolume.ValueChanged += new EventHandler(this.trackBarMusicVolume_ValueChanged); this.cbMusic.AutoSize = true; this.cbMusic.ForeColor = ARGBColors.Black; this.cbMusic.Location = new Point(20, 0x20); this.cbMusic.Name = "cbMusic"; this.cbMusic.Size = new Size(0x36, 0x11); this.cbMusic.TabIndex = 0; this.cbMusic.Text = "Music"; this.cbMusic.UseVisualStyleBackColor = true; this.cbMusic.CheckedChanged += new EventHandler(this.cbMusic_CheckedChanged); this.tabPage1.BackColor = Color.FromArgb(0x9f, 180, 0xc1); this.tabPage1.Controls.Add(this.btnDownloadTranslations); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Controls.Add(this.listBoxLanguages); this.tabPage1.ForeColor = ARGBColors.Black; this.tabPage1.Location = new Point(4, 0x19); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new Padding(3); this.tabPage1.Size = new Size(0x147, 280); this.tabPage1.TabIndex = 3; this.tabPage1.Text = "Languages"; this.btnDownloadTranslations.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnDownloadTranslations.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnDownloadTranslations.BorderDrawing = true; this.btnDownloadTranslations.FocusRectangleEnabled = false; this.btnDownloadTranslations.Image = null; this.btnDownloadTranslations.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnDownloadTranslations.ImageBorderEnabled = true; this.btnDownloadTranslations.ImageDropShadow = true; this.btnDownloadTranslations.ImageFocused = null; this.btnDownloadTranslations.ImageInactive = null; this.btnDownloadTranslations.ImageMouseOver = null; this.btnDownloadTranslations.ImageNormal = null; this.btnDownloadTranslations.ImagePressed = null; this.btnDownloadTranslations.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnDownloadTranslations.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnDownloadTranslations.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnDownloadTranslations.Location = new Point(0x1f, 0xe3); this.btnDownloadTranslations.Name = "btnDownloadTranslations"; this.btnDownloadTranslations.OffsetPressedContent = true; this.btnDownloadTranslations.Padding2 = 5; this.btnDownloadTranslations.Size = new Size(0x10a, 0x17); this.btnDownloadTranslations.StretchImage = false; this.btnDownloadTranslations.TabIndex = 2; this.btnDownloadTranslations.Text = "Download Community Translations"; this.btnDownloadTranslations.TextDropShadow = false; this.btnDownloadTranslations.UseVisualStyleBackColor = false; this.btnDownloadTranslations.Click += new EventHandler(this.btnDownloadTranslations_Click); this.label1.AutoSize = true; this.label1.ForeColor = ARGBColors.Black; this.label1.Location = new Point(0x69, 12); this.label1.Name = "label1"; this.label1.Size = new Size(0x6a, 13); this.label1.TabIndex = 1; this.label1.Text = "Available Languages"; this.listBoxLanguages.BackColor = ARGBColors.White; this.listBoxLanguages.ForeColor = ARGBColors.Black; this.listBoxLanguages.FormattingEnabled = true; this.listBoxLanguages.Location = new Point(60, 0x23); this.listBoxLanguages.Name = "listBoxLanguages"; this.listBoxLanguages.Size = new Size(0xc9, 0xad); this.listBoxLanguages.TabIndex = 0; this.listBoxLanguages.SelectedIndexChanged += new EventHandler(this.listBoxLanguages_SelectedIndexChanged); this.btnApply.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnApply.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnApply.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnApply.BorderDrawing = true; this.btnApply.Enabled = false; this.btnApply.FocusRectangleEnabled = false; this.btnApply.Image = null; this.btnApply.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnApply.ImageBorderEnabled = true; this.btnApply.ImageDropShadow = true; this.btnApply.ImageFocused = null; this.btnApply.ImageInactive = null; this.btnApply.ImageMouseOver = null; this.btnApply.ImageNormal = null; this.btnApply.ImagePressed = null; this.btnApply.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnApply.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnApply.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnApply.Location = new Point(0xfb, 0x160); this.btnApply.Name = "btnApply"; this.btnApply.OffsetPressedContent = true; this.btnApply.Padding2 = 5; this.btnApply.Size = new Size(90, 0x1a); this.btnApply.StretchImage = false; this.btnApply.TabIndex = 1; this.btnApply.Text = "Apply"; this.btnApply.TextDropShadow = false; this.btnApply.UseVisualStyleBackColor = false; this.btnApply.Click += new EventHandler(this.btnApply_Click); this.btnCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnCancel.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnCancel.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnCancel.BorderDrawing = true; this.btnCancel.FocusRectangleEnabled = false; this.btnCancel.Image = null; this.btnCancel.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnCancel.ImageBorderEnabled = true; this.btnCancel.ImageDropShadow = true; this.btnCancel.ImageFocused = null; this.btnCancel.ImageInactive = null; this.btnCancel.ImageMouseOver = null; this.btnCancel.ImageNormal = null; this.btnCancel.ImagePressed = null; this.btnCancel.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnCancel.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnCancel.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnCancel.Location = new Point(0x9b, 0x160); this.btnCancel.Name = "btnCancel"; this.btnCancel.OffsetPressedContent = true; this.btnCancel.Padding2 = 5; this.btnCancel.Size = new Size(90, 0x1a); this.btnCancel.StretchImage = false; this.btnCancel.TabIndex = 2; this.btnCancel.Text = "Cancel"; this.btnCancel.TextDropShadow = false; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new EventHandler(this.btnCancel_Click); this.btnOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnOK.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnOK.BorderColor = Color.FromArgb(0, 0, 0x8b); this.btnOK.BorderDrawing = true; this.btnOK.FocusRectangleEnabled = false; this.btnOK.Image = null; this.btnOK.ImageBorderColor = Color.FromArgb(210, 0x69, 30); this.btnOK.ImageBorderEnabled = true; this.btnOK.ImageDropShadow = true; this.btnOK.ImageFocused = null; this.btnOK.ImageInactive = null; this.btnOK.ImageMouseOver = null; this.btnOK.ImageNormal = null; this.btnOK.ImagePressed = null; this.btnOK.InnerBorderColor = Color.FromArgb(0xd3, 0xd3, 0xd3); this.btnOK.InnerBorderColor_Focus = Color.FromArgb(0xad, 0xd8, 230); this.btnOK.InnerBorderColor_MouseOver = Color.FromArgb(0xff, 0xd7, 0); this.btnOK.Location = new Point(0x3b, 0x160); this.btnOK.Name = "btnOK"; this.btnOK.OffsetPressedContent = true; this.btnOK.Padding2 = 5; this.btnOK.Size = new Size(90, 0x1a); this.btnOK.StretchImage = false; this.btnOK.TabIndex = 3; this.btnOK.Text = "OK"; this.btnOK.TextDropShadow = false; this.btnOK.UseVisualStyleBackColor = false; this.btnOK.Click += new EventHandler(this.btnOK_Click); this.pnlWikiHelp.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; this.pnlWikiHelp.Location = new Point(14, 0x15c); this.pnlWikiHelp.Name = "pnlWikiHelp"; this.pnlWikiHelp.Size = new Size(0x23, 0x23); this.pnlWikiHelp.TabIndex = 14; this.pnlWikiHelp.MouseLeave += new EventHandler(this.pnlWikiHelp_MouseLeave); this.pnlWikiHelp.MouseClick += new MouseEventHandler(this.pnlWikiHelp_MouseClick); this.pnlWikiHelp.MouseEnter += new EventHandler(this.pnlWikiHelp_MouseEnter); base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(0x161, 0x182); base.Controls.Add(this.pnlWikiHelp); base.Controls.Add(this.btnOK); base.Controls.Add(this.btnCancel); base.Controls.Add(this.btnApply); base.Controls.Add(this.tabOptions); base.Icon = Resources.shk_icon; base.MaximizeBox = false; base.MinimizeBox = false; base.Name = "OptionsPopup"; base.ShowBar = true; base.ShowClose = true; base.ShowIcon = false; base.StartPosition = FormStartPosition.CenterScreen; this.Text = "Settings"; base.Controls.SetChildIndex(this.tabOptions, 0); base.Controls.SetChildIndex(this.btnApply, 0); base.Controls.SetChildIndex(this.btnCancel, 0); base.Controls.SetChildIndex(this.btnOK, 0); base.Controls.SetChildIndex(this.pnlWikiHelp, 0); this.tabOptions.ResumeLayout(false); this.tpageDisplay.ResumeLayout(false); this.tpageDisplay.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.trackBarEnvironmentals.EndInit(); this.trackBarSFX.EndInit(); this.trackBarMusicVolume.EndInit(); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); base.ResumeLayout(false); }
private void InitializeComponent() { this.img1 = new Panel(); this.img3 = new Panel(); this.img5 = new Panel(); this.img7 = new Panel(); this.lblResource1 = new Label(); this.lblResource3 = new Label(); this.lblResource5 = new Label(); this.lblResource7 = new Label(); this.lblResource8 = new Label(); this.lblResource6 = new Label(); this.lblResource4 = new Label(); this.lblResource2 = new Label(); this.img8 = new Panel(); this.img6 = new Panel(); this.img4 = new Panel(); this.img2 = new Panel(); this.btnClose = new BitmapButton(); base.SuspendLayout(); this.img1.BackColor = ARGBColors.Transparent; this.img1.BackgroundImage = (Image) GFXLibrary.com_32_wood; this.img1.BackgroundImageLayout = ImageLayout.Center; this.img1.Location = new Point(0x20, 0x2e); this.img1.Name = "img1"; this.img1.Size = new Size(0x20, 0x20); this.img1.TabIndex = 0x6c; this.img3.BackColor = ARGBColors.Transparent; this.img3.BackgroundImage = (Image) GFXLibrary.com_32_wood; this.img3.BackgroundImageLayout = ImageLayout.Center; this.img3.Location = new Point(0x20, 0x54); this.img3.Name = "img3"; this.img3.Size = new Size(0x20, 0x20); this.img3.TabIndex = 0x6c; this.img5.BackColor = ARGBColors.Transparent; this.img5.BackgroundImage = (Image) GFXLibrary.com_32_wood; this.img5.BackgroundImageLayout = ImageLayout.Center; this.img5.Location = new Point(0x20, 0x7a); this.img5.Name = "img5"; this.img5.Size = new Size(0x20, 0x20); this.img5.TabIndex = 0x6c; this.img7.BackColor = ARGBColors.Transparent; this.img7.BackgroundImage = (Image) GFXLibrary.com_32_wood; this.img7.BackgroundImageLayout = ImageLayout.Center; this.img7.Location = new Point(0x20, 160); this.img7.Name = "img7"; this.img7.Size = new Size(0x20, 0x20); this.img7.TabIndex = 0x6c; this.lblResource1.BackColor = ARGBColors.Transparent; this.lblResource1.Location = new Point(70, 0x37); this.lblResource1.Name = "lblResource1"; this.lblResource1.Size = new Size(0x51, 13); this.lblResource1.TabIndex = 0x6f; this.lblResource1.Text = "0"; this.lblResource1.TextAlign = ContentAlignment.TopRight; this.lblResource3.BackColor = ARGBColors.Transparent; this.lblResource3.Location = new Point(70, 0x5e); this.lblResource3.Name = "lblResource3"; this.lblResource3.Size = new Size(0x51, 13); this.lblResource3.TabIndex = 0x70; this.lblResource3.Text = "0"; this.lblResource3.TextAlign = ContentAlignment.TopRight; this.lblResource5.BackColor = ARGBColors.Transparent; this.lblResource5.Location = new Point(70, 0x83); this.lblResource5.Name = "lblResource5"; this.lblResource5.Size = new Size(0x51, 13); this.lblResource5.TabIndex = 0x71; this.lblResource5.Text = "0"; this.lblResource5.TextAlign = ContentAlignment.TopRight; this.lblResource7.BackColor = ARGBColors.Transparent; this.lblResource7.Location = new Point(70, 0xa9); this.lblResource7.Name = "lblResource7"; this.lblResource7.Size = new Size(0x51, 13); this.lblResource7.TabIndex = 0x72; this.lblResource7.Text = "0"; this.lblResource7.TextAlign = ContentAlignment.TopRight; this.lblResource8.BackColor = ARGBColors.Transparent; this.lblResource8.Location = new Point(0x100, 0xa9); this.lblResource8.Name = "lblResource8"; this.lblResource8.Size = new Size(0x51, 13); this.lblResource8.TabIndex = 0x7a; this.lblResource8.Text = "0"; this.lblResource8.TextAlign = ContentAlignment.TopRight; this.lblResource6.BackColor = ARGBColors.Transparent; this.lblResource6.Location = new Point(0x100, 0x83); this.lblResource6.Name = "lblResource6"; this.lblResource6.Size = new Size(0x51, 13); this.lblResource6.TabIndex = 0x79; this.lblResource6.Text = "0"; this.lblResource6.TextAlign = ContentAlignment.TopRight; this.lblResource4.BackColor = ARGBColors.Transparent; this.lblResource4.Location = new Point(0x100, 0x5e); this.lblResource4.Name = "lblResource4"; this.lblResource4.Size = new Size(0x51, 13); this.lblResource4.TabIndex = 120; this.lblResource4.Text = "0"; this.lblResource4.TextAlign = ContentAlignment.TopRight; this.lblResource2.BackColor = ARGBColors.Transparent; this.lblResource2.Location = new Point(0x100, 0x37); this.lblResource2.Name = "lblResource2"; this.lblResource2.Size = new Size(0x51, 13); this.lblResource2.TabIndex = 0x77; this.lblResource2.Text = "0"; this.lblResource2.TextAlign = ContentAlignment.TopRight; this.img8.BackColor = ARGBColors.Transparent; this.img8.BackgroundImage = (Image) GFXLibrary.com_32_wood; this.img8.BackgroundImageLayout = ImageLayout.Center; this.img8.Location = new Point(0xda, 160); this.img8.Name = "img8"; this.img8.Size = new Size(0x20, 0x20); this.img8.TabIndex = 0x74; this.img6.BackColor = ARGBColors.Transparent; this.img6.BackgroundImage = (Image) GFXLibrary.com_32_wood; this.img6.BackgroundImageLayout = ImageLayout.Center; this.img6.Location = new Point(0xda, 0x7a); this.img6.Name = "img6"; this.img6.Size = new Size(0x20, 0x20); this.img6.TabIndex = 0x73; this.img4.BackColor = ARGBColors.Transparent; this.img4.BackgroundImage = (Image) GFXLibrary.com_32_wood; this.img4.BackgroundImageLayout = ImageLayout.Center; this.img4.Location = new Point(0xda, 0x54); this.img4.Name = "img4"; this.img4.Size = new Size(0x20, 0x20); this.img4.TabIndex = 0x76; this.img2.BackColor = ARGBColors.Transparent; this.img2.BackgroundImage = (Image) GFXLibrary.com_32_wood; this.img2.BackgroundImageLayout = ImageLayout.Center; this.img2.Location = new Point(0xda, 0x2e); this.img2.Name = "img2"; this.img2.Size = new Size(0x20, 0x20); this.img2.TabIndex = 0x75; this.btnClose.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnClose.BorderColor = ARGBColors.DarkBlue; this.btnClose.BorderDrawing = true; this.btnClose.FocusRectangleEnabled = false; this.btnClose.Image = null; this.btnClose.ImageBorderColor = ARGBColors.Chocolate; this.btnClose.ImageBorderEnabled = true; this.btnClose.ImageDropShadow = true; this.btnClose.ImageFocused = null; this.btnClose.ImageInactive = null; this.btnClose.ImageMouseOver = null; this.btnClose.ImageNormal = null; this.btnClose.ImagePressed = null; this.btnClose.InnerBorderColor = ARGBColors.LightGray; this.btnClose.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnClose.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnClose.Location = new Point(0x103, 0xd0); this.btnClose.Name = "btnClose"; this.btnClose.OffsetPressedContent = true; this.btnClose.Padding2 = 5; this.btnClose.Size = new Size(0x62, 0x17); this.btnClose.StretchImage = false; this.btnClose.TabIndex = 0x7b; this.btnClose.Text = "Close"; this.btnClose.TextDropShadow = false; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new EventHandler(this.btnClose_Click); base.AutoScaleMode = AutoScaleMode.None; base.ClientSize = new Size(0x17a, 0xf3); base.Controls.Add(this.btnClose); base.Controls.Add(this.lblResource8); base.Controls.Add(this.lblResource6); base.Controls.Add(this.lblResource4); base.Controls.Add(this.lblResource2); base.Controls.Add(this.img8); base.Controls.Add(this.img6); base.Controls.Add(this.img4); base.Controls.Add(this.img2); base.Controls.Add(this.lblResource7); base.Controls.Add(this.lblResource5); base.Controls.Add(this.lblResource3); base.Controls.Add(this.lblResource1); base.Controls.Add(this.img7); base.Controls.Add(this.img5); base.Controls.Add(this.img3); base.Controls.Add(this.img1); base.Icon = Resources.shk_icon; base.Name = "AttackReportsResourcesPanel"; base.ShowClose = false; base.ShowIcon = false; this.Text = "Resources"; base.TopMost = true; base.Controls.SetChildIndex(this.img1, 0); base.Controls.SetChildIndex(this.img3, 0); base.Controls.SetChildIndex(this.img5, 0); base.Controls.SetChildIndex(this.img7, 0); base.Controls.SetChildIndex(this.lblResource1, 0); base.Controls.SetChildIndex(this.lblResource3, 0); base.Controls.SetChildIndex(this.lblResource5, 0); base.Controls.SetChildIndex(this.lblResource7, 0); base.Controls.SetChildIndex(this.img2, 0); base.Controls.SetChildIndex(this.img4, 0); base.Controls.SetChildIndex(this.img6, 0); base.Controls.SetChildIndex(this.img8, 0); base.Controls.SetChildIndex(this.lblResource2, 0); base.Controls.SetChildIndex(this.lblResource4, 0); base.Controls.SetChildIndex(this.lblResource6, 0); base.Controls.SetChildIndex(this.lblResource8, 0); base.Controls.SetChildIndex(this.btnClose, 0); base.ResumeLayout(false); }
private void InitializeComponent() { this.trackNumDays = new TrackBar(); this.label1 = new Label(); this.label2 = new Label(); this.lblDuration = new Label(); this.lblNumberVacationLabel = new Label(); this.lblNumAvailable = new Label(); this.btnStartVacation = new BitmapButton(); this.btnCancel = new BitmapButton(); this.lblDurationValue = new Label(); this.lblDays = new Label(); this.lblExplanation = new Label(); this.trackNumDays.BeginInit(); base.SuspendLayout(); this.trackNumDays.AutoSize = false; this.trackNumDays.BackColor = Color.FromArgb(0x89, 0x9b, 0xa7); this.trackNumDays.LargeChange = 1; this.trackNumDays.Location = new Point(0x66, 0xbb); this.trackNumDays.Maximum = 15; this.trackNumDays.Minimum = 3; this.trackNumDays.Name = "trackNumDays"; this.trackNumDays.Size = new Size(0xdf, 0x2d); this.trackNumDays.TabIndex = 13; this.trackNumDays.Value = 3; this.trackNumDays.ValueChanged += new EventHandler(this.trackNumDays_ValueChanged); this.label1.AutoSize = true; this.label1.BackColor = ARGBColors.Transparent; this.label1.ForeColor = ARGBColors.Black; this.label1.Location = new Point(0x6d, 0xeb); this.label1.Name = "label1"; this.label1.Size = new Size(13, 13); this.label1.TabIndex = 14; this.label1.Text = "3"; this.label2.AutoSize = true; this.label2.BackColor = ARGBColors.Transparent; this.label2.ForeColor = ARGBColors.Black; this.label2.Location = new Point(0x12f, 0xed); this.label2.Name = "label2"; this.label2.Size = new Size(0x13, 13); this.label2.TabIndex = 15; this.label2.Text = "15"; this.lblDuration.BackColor = ARGBColors.Transparent; this.lblDuration.ForeColor = ARGBColors.Black; this.lblDuration.Location = new Point(0x66, 0xa2); this.lblDuration.Name = "lblDuration"; this.lblDuration.Size = new Size(0xdf, 13); this.lblDuration.TabIndex = 0x10; this.lblDuration.Text = "Vacation Duration"; this.lblDuration.TextAlign = ContentAlignment.MiddleCenter; this.lblNumberVacationLabel.BackColor = ARGBColors.Transparent; this.lblNumberVacationLabel.ForeColor = ARGBColors.Black; this.lblNumberVacationLabel.Location = new Point(1, 0x61); this.lblNumberVacationLabel.Name = "lblNumberVacationLabel"; this.lblNumberVacationLabel.Size = new Size(0x1a6, 0x15); this.lblNumberVacationLabel.TabIndex = 0x11; this.lblNumberVacationLabel.Text = "Number of Vacations Available"; this.lblNumberVacationLabel.TextAlign = ContentAlignment.MiddleCenter; this.lblNumAvailable.BackColor = ARGBColors.Transparent; this.lblNumAvailable.ForeColor = ARGBColors.Black; this.lblNumAvailable.Location = new Point(1, 0x79); this.lblNumAvailable.Name = "lblNumAvailable"; this.lblNumAvailable.Size = new Size(0x1a6, 0x15); this.lblNumAvailable.TabIndex = 0x12; this.lblNumAvailable.Text = "0"; this.lblNumAvailable.TextAlign = ContentAlignment.MiddleCenter; this.btnStartVacation.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnStartVacation.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnStartVacation.BorderColor = ARGBColors.DarkBlue; this.btnStartVacation.BorderDrawing = true; this.btnStartVacation.FocusRectangleEnabled = false; this.btnStartVacation.Image = null; this.btnStartVacation.ImageBorderColor = ARGBColors.Chocolate; this.btnStartVacation.ImageBorderEnabled = true; this.btnStartVacation.ImageDropShadow = true; this.btnStartVacation.ImageFocused = null; this.btnStartVacation.ImageInactive = null; this.btnStartVacation.ImageMouseOver = null; this.btnStartVacation.ImageNormal = null; this.btnStartVacation.ImagePressed = null; this.btnStartVacation.InnerBorderColor = ARGBColors.LightGray; this.btnStartVacation.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnStartVacation.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnStartVacation.Location = new Point(0x11b, 0x108); this.btnStartVacation.Name = "btnStartVacation"; this.btnStartVacation.OffsetPressedContent = true; this.btnStartVacation.Padding2 = 5; this.btnStartVacation.Size = new Size(0x81, 0x1a); this.btnStartVacation.StretchImage = false; this.btnStartVacation.TabIndex = 20; this.btnStartVacation.Text = "Start Vacation"; this.btnStartVacation.TextDropShadow = false; this.btnStartVacation.UseVisualStyleBackColor = false; this.btnStartVacation.Click += new EventHandler(this.btnStartVacation_Click); this.btnCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; this.btnCancel.BackColor = Color.FromArgb(0xcb, 0xd7, 0xdf); this.btnCancel.BorderColor = ARGBColors.DarkBlue; this.btnCancel.BorderDrawing = true; this.btnCancel.FocusRectangleEnabled = false; this.btnCancel.Image = null; this.btnCancel.ImageBorderColor = ARGBColors.Chocolate; this.btnCancel.ImageBorderEnabled = true; this.btnCancel.ImageDropShadow = true; this.btnCancel.ImageFocused = null; this.btnCancel.ImageInactive = null; this.btnCancel.ImageMouseOver = null; this.btnCancel.ImageNormal = null; this.btnCancel.ImagePressed = null; this.btnCancel.InnerBorderColor = ARGBColors.LightGray; this.btnCancel.InnerBorderColor_Focus = ARGBColors.LightBlue; this.btnCancel.InnerBorderColor_MouseOver = ARGBColors.Gold; this.btnCancel.Location = new Point(14, 0x108); this.btnCancel.Name = "btnCancel"; this.btnCancel.OffsetPressedContent = true; this.btnCancel.Padding2 = 5; this.btnCancel.Size = new Size(0x4f, 0x1a); this.btnCancel.StretchImage = false; this.btnCancel.TabIndex = 0x13; this.btnCancel.Text = "Cancel"; this.btnCancel.TextDropShadow = false; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new EventHandler(this.btnCancel_Click); this.lblDurationValue.AutoSize = true; this.lblDurationValue.BackColor = ARGBColors.Transparent; this.lblDurationValue.ForeColor = ARGBColors.Black; this.lblDurationValue.Location = new Point(0x155, 0xc3); this.lblDurationValue.Name = "lblDurationValue"; this.lblDurationValue.Size = new Size(0x13, 13); this.lblDurationValue.TabIndex = 0x15; this.lblDurationValue.Text = "15"; this.lblDays.BackColor = ARGBColors.Transparent; this.lblDays.ForeColor = ARGBColors.Black; this.lblDays.Location = new Point(0x80, 0xed); this.lblDays.Name = "lblDays"; this.lblDays.Size = new Size(0xad, 13); this.lblDays.TabIndex = 0x16; this.lblDays.Text = "Days"; this.lblDays.TextAlign = ContentAlignment.MiddleCenter; this.lblExplanation.BackColor = ARGBColors.Transparent; this.lblExplanation.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Bold); this.lblExplanation.ForeColor = ARGBColors.Black; this.lblExplanation.Location = new Point(0x23, 0x22); this.lblExplanation.Name = "lblExplanation"; this.lblExplanation.Size = new Size(0x166, 0x3f); this.lblExplanation.TabIndex = 0x17; this.lblExplanation.Text = "Explanation"; this.lblExplanation.TextAlign = ContentAlignment.MiddleCenter; base.AutoScaleMode = AutoScaleMode.None; this.BackColor = Color.FromArgb(0x80, 0x91, 0x9c); base.ClientSize = new Size(0x1a8, 0x12e); base.Controls.Add(this.lblExplanation); base.Controls.Add(this.lblDays); base.Controls.Add(this.lblDurationValue); base.Controls.Add(this.btnStartVacation); base.Controls.Add(this.btnCancel); base.Controls.Add(this.lblNumAvailable); base.Controls.Add(this.lblNumberVacationLabel); base.Controls.Add(this.lblDuration); base.Controls.Add(this.label2); base.Controls.Add(this.trackNumDays); base.Controls.Add(this.label1); base.Name = "CreateVacationWindow"; base.ShowClose = true; this.Text = "CreateVacationWindow"; base.Controls.SetChildIndex(this.label1, 0); base.Controls.SetChildIndex(this.trackNumDays, 0); base.Controls.SetChildIndex(this.label2, 0); base.Controls.SetChildIndex(this.lblDuration, 0); base.Controls.SetChildIndex(this.lblNumberVacationLabel, 0); base.Controls.SetChildIndex(this.lblNumAvailable, 0); base.Controls.SetChildIndex(this.btnCancel, 0); base.Controls.SetChildIndex(this.btnStartVacation, 0); base.Controls.SetChildIndex(this.lblDurationValue, 0); base.Controls.SetChildIndex(this.lblDays, 0); base.Controls.SetChildIndex(this.lblExplanation, 0); this.trackNumDays.EndInit(); base.ResumeLayout(false); base.PerformLayout(); }