コード例 #1
0
 public MapFilterSelectPanel()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
     base.SelfDrawBackground = true;
 }
コード例 #2
0
 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;
 }
コード例 #3
0
 public CountyCapitalVillagePanel2()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
     base.SelfDrawBackground = true;
 }
コード例 #4
0
 public ReinforcementTargetSidePanel2()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
     base.SelfDrawBackground = true;
 }
コード例 #5
0
 public MailScreenManager()
 {
     this.dockableControl = new DockableControl(this);
     this.dockWindow = new DockWindow(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.UserPaint, true);
 }
コード例 #6
0
 public ProvinceCapitalVillagePanel2()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
     base.SelfDrawBackground = true;
 }
コード例 #7
0
 public MailScreenManager()
 {
     this.dockableControl = new DockableControl(this);
     this.dockWindow      = new DockWindow(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.UserPaint, true);
 }
コード例 #8
0
 public ProvinceFrontPagePanel2()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
     this.focusPanel.Focus();
 }
コード例 #9
0
 public VillageReportBackgroundPanel()
 {
     this.dockableControl = new DockableControl(this);
     this.dockWindow = new DockWindow(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.UserPaint, true);
 }
コード例 #10
0
 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;
 }
コード例 #11
0
 public SelectReinforcementPanel2()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
     base.SelfDrawBackground = true;
 }
コード例 #12
0
 public AllVassalsPanel()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
     this.focusPanel.Focus();
 }
コード例 #13
0
 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();
 }
コード例 #14
0
 public CastleMapBattlePanel2()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
     base.SelfDrawBackground = true;
     Instance = this;
 }
コード例 #15
0
 public CastleMapBattlePanel2()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
     base.SelfDrawBackground = true;
     Instance = this;
 }
コード例 #16
0
 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();
 }
コード例 #17
0
 public NewQuestsPanel()
 {
     Instance = this;
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
     this.focusPanel.Focus();
 }
コード例 #18
0
 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;
 }
コード例 #19
0
 public WebHelpPanel()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
 }
コード例 #20
0
 public GenericReportPopup(GenericReportPanelBasic contentPanel)
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent(contentPanel);
 }
コード例 #21
0
 public RankingsPanel()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
     base.NoDrawBackground = true;
 }
コード例 #22
0
 public UserDiplomacyPanel()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
 }
コード例 #23
0
 public ReportTabBar()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
 }
コード例 #24
0
 public ReportTabBar()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
 }
コード例 #25
0
 public FactionNewForumPostsPanel()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
 }
コード例 #26
0
 public MailAttachmentPopup(MailScreen mailParent)
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     this.customPanel.init(base.Size, this, mailParent);
 }
コード例 #27
0
 public FactionNewForumPostsPanel()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
 }
コード例 #28
0
 public GenericReportPopup()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent(null);
 }
コード例 #29
0
 public ResourcesPanel2()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
 }
コード例 #30
0
 public CapitalResourcesPanel2()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
 }
コード例 #31
0
 public GenericReportPopup(GenericReportPanelBasic contentPanel)
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent(contentPanel);
 }
コード例 #32
0
 public GenericReportPopup()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent(null);
 }
コード例 #33
0
 public AvatarEditorPanel()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.DoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
 }
コード例 #34
0
 public MailAttachmentPopup(MailScreen mailParent)
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
     this.customPanel.init(base.Size, this, mailParent);
 }
コード例 #35
0
 public WebHelpPanel()
 {
     this.dockableControl = new DockableControl(this);
     this.InitializeComponent();
 }
コード例 #36
0
 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);
 }