public MapFilterSelectPanel() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); base.SelfDrawBackground = true; }
public MailAbuseSubmissionForm() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); this.Font = FontManager.GetFont("Microsoft Sans Serif", 8.25f, FontStyle.Regular); this.lblTextTitle.Font = FontManager.GetFont("Microsoft Sans Serif", 9f, FontStyle.Bold); this.lblTitle.Font = FontManager.GetFont("Microsoft Sans Serif", 12f, FontStyle.Bold); this.lblAdvice.Font = FontManager.GetFont("Microsoft Sans Serif", 8.25f, FontStyle.Regular); this.btnClose.Text = SK.Text("GENERIC_Close", "Close"); this.btnReport.Text = SK.Text("REPORT_ABUSE_Title", "Report Mail"); this.lblTitle.Text = SK.Text("REPORT_ABUSE_Title", "Report Mail"); this.lblAdvice.Text = SK.Text("REPORT_ABUSE_Advice", "If you believe that the contents of this mail need to be investigated by the game administration, you may report it using this form. Please select a reason for doing so from the choices listed below, and provide a summary as to why you feel investigation is required. Please note that being attacked through game mechanics is not a valid reason for reporting, and use of this system for inappropriate reasons will not be tolerated."); this.lblReason.Text = SK.Text("REPORT_ABUSE_SelectReason", "Reason for reporting:"); this.lblTextTitle.Text = SK.Text("REPORT_ABUSE_SummaryTitle", "Summary of the issue (minimum 50 characters):"); this.lblBlockReminder.Text = SK.Text("REPORT_ABUSE_BlockReminder", "Please note that, on sending the report, the user in question will automatically be added to your 'Blocked Users' list"); this.cbReason.Items.Add(SK.Text("REPORT_ABUSE_PleaseSelect", "Please select")); this.cbReason.Items.Add(SK.Text("REPORT_ABUSE_Inappropriate", "Inappropriate Conduct")); this.cbReason.Items.Add(SK.Text("REPORT_ABUSE_Personal", "Threats outside the game")); this.cbReason.Items.Add(SK.Text("REPORT_ABUSE_Spam", "Advertisements or Links")); this.cbReason.Items.Add(SK.Text("REPORT_ABUSE_Scam", "Scam or Phishing Attempt")); this.cbReason.Items.Add(SK.Text("REPORT_ABUSE_Proclamation", "Offensive Proclamation")); this.cbReason.SelectedIndex = 0; this.btnReport.Enabled = false; this.cbReason.DropDownStyle = ComboBoxStyle.DropDownList; }
public CountyCapitalVillagePanel2() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); base.SelfDrawBackground = true; }
public ReinforcementTargetSidePanel2() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); base.SelfDrawBackground = true; }
public MailScreenManager() { this.dockableControl = new DockableControl(this); this.dockWindow = new DockWindow(this); this.InitializeComponent(); base.SetStyle(ControlStyles.UserPaint, true); }
public ProvinceCapitalVillagePanel2() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); base.SelfDrawBackground = true; }
public ProvinceFrontPagePanel2() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); this.focusPanel.Focus(); }
public VillageReportBackgroundPanel() { this.dockableControl = new DockableControl(this); this.dockWindow = new DockWindow(this); this.InitializeComponent(); base.SetStyle(ControlStyles.UserPaint, true); }
public SelectReinforcementPanel2() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); base.SelfDrawBackground = true; }
public AllVassalsPanel() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); this.focusPanel.Focus(); }
public ParishWallPanel() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); this.textBox1.Font = FontManager.GetFont("Microsoft Sans Serif", 9.75f); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); this.focusPanel.Focus(); }
public CastleMapBattlePanel2() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); base.SelfDrawBackground = true; Instance = this; }
public NewQuestsPanel() { Instance = this; this.dockableControl = new DockableControl(this); this.InitializeComponent(); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); this.focusPanel.Focus(); }
public ChatScreen() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); this.tbTextInput.Focus(); this.dockableControl.setSizeableWindow(); this.label1.Font = FontManager.GetFont("Microsoft Sans Serif", 14f); this.lblRoomName.Font = FontManager.GetFont("Microsoft Sans Serif", 14f); this.Font = FontManager.GetFont("Microsoft Sans Serif", 8.25f); base.ClickThru = true; }
public WebHelpPanel() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); }
public GenericReportPopup(GenericReportPanelBasic contentPanel) { this.dockableControl = new DockableControl(this); this.InitializeComponent(contentPanel); }
public RankingsPanel() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); base.NoDrawBackground = true; }
public UserDiplomacyPanel() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); }
public ReportTabBar() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); }
public FactionNewForumPostsPanel() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); }
public MailAttachmentPopup(MailScreen mailParent) { this.dockableControl = new DockableControl(this); this.InitializeComponent(); this.customPanel.init(base.Size, this, mailParent); }
public GenericReportPopup() { this.dockableControl = new DockableControl(this); this.InitializeComponent(null); }
public ResourcesPanel2() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); }
public CapitalResourcesPanel2() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); }
public AvatarEditorPanel() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); base.SetStyle(ControlStyles.DoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); }
public UserInfoScreen() { this.dockableControl = new DockableControl(this); this.InitializeComponent(); this.lblUserName.Font = FontManager.GetFont("Microsoft Sans Serif", 12f, FontStyle.Bold); this.lblRank.Font = FontManager.GetFont("Microsoft Sans Serif", 10f); this.label1.Font = FontManager.GetFont("Microsoft Sans Serif", 10f); this.lblPoints.Font = FontManager.GetFont("Microsoft Sans Serif", 10f); this.lblStanding.Font = FontManager.GetFont("Microsoft Sans Serif", 10f); this.label3.Font = FontManager.GetFont("Microsoft Sans Serif", 10f); this.label2.Font = FontManager.GetFont("Microsoft Sans Serif", 10f); this.lblFaction.Font = FontManager.GetFont("Microsoft Sans Serif", 10f); this.label5.Font = FontManager.GetFont("Microsoft Sans Serif", 10f); base.SetStyle(ControlStyles.DoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true); }