示例#1
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        form.TopMost = true;
        form.Scale   = true;
        instance.LoadFileAll(ref form, "Login/DLG_Login", G_ID.LOGIN_DLG, false);
    }
示例#2
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        base.Scale = true;
        instance.LoadFileAll(ref form, "Mine/dlg_minecondition", G_ID.MINE_GUILD_CURRENTSTATUSINFO_DLG, false, true);
        base.ShowBlackBG(1f);
        base.SetScreenCenter();
    }
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        base.Scale = true;
        instance.LoadFileAll(ref form, "Event/DLG_NormalUser_Attendance", G_ID.EVENT_NORMAL_ATTEND, false, true);
        base.SetScreenCenter();
        base.ShowBlackBG(0.5f);
    }
示例#4
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        form.Scale = false;
        instance.LoadFileAll(ref form, "Login/DLG_Login_Rating", G_ID.LOGINRATING_DLG, false);
        base.DonotDepthChange(96f);
        base.ShowSceneType = FormsManager.FORM_TYPE_MAIN;
    }
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;

        base.Scale = true;
        Form form = this;

        instance.LoadFileAll(ref form, "Battle/dlg_battle_skilldesc", G_ID.BATTLE_SKILLDESC_DLG, false);
        base.ShowSceneType = FormsManager.FORM_TYPE_MAIN;
    }
示例#6
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        form.TopMost = true;
        instance.LoadFileAll(ref form, "Item/dlg_timeshop", G_ID.TIMESHOP_DLG, true);
        base.ShowBlackBG(1f);
        base.SetScreenCenter();
    }
示例#7
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;

        this.TopMost = true;
        Form form = this;

        instance.LoadFileAll(ref form, "Battle/DLG_Battle_Talk", G_ID.BATTLE_TALK_DLG, false);
        base.ShowSceneType = FormsManager.FORM_TYPE_MAIN;
    }
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        form.TopMost = true;
        form.Scale   = false;
        instance.LoadFileAll(ref form, "Login/dlg_login", G_ID.LOGIN_SELECT_PLATFORM_DLG, false);
        base.ShowSceneType = FormsManager.FORM_TYPE_MAIN;
    }
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        form.Scale = true;
        instance.LoadFileAll(ref form, "Reforge/DLG_ReforgeSelect", G_ID.REFORGESELECT_DLG, true);
        base.bCloseAni = false;
        base.ShowBlackBG(0.5f);
    }
示例#10
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        form.Scale = true;
        instance.LoadFileAll(ref form, "System/DLG_System_Option", G_ID.SYSTEM_OPTION, true);
        base.ChangeSceneDestory = false;
        base.ShowBlackBG(0.5f);
    }
示例#11
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        base.Scale = true;
        instance.LoadFileAll(ref form, "Mine/DLG_MineExploration", G_ID.MINE_SEARCH_DLG, false, true);
        base.ShowBlackBG(1f);
        NrTSingleton <GuildWarManager> .Instance.Send_GS_GUILDWAR_IS_WAR_TIME_REQ();
    }
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        base.Scale        = true;
        form.AlwaysUpdate = false;
        instance.LoadFileAll(ref form, "Colosseum/DLG_RewardInfo", G_ID.COLOSSEUMREWARD_EXPLAIN_DLG, false, true);
        base.ShowBlackBG(0.5f);
    }
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        base.Scale = true;
        instance.LoadFileAll(ref form, "Colosseum/DLG_Colosseum_Rank", G_ID.COLOSSEUMRANKINFO_DLG, true);
        base.SetScreenCenter();
        this.Hide();
    }
示例#14
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        instance.LoadFileAll(ref form, "CHAT/dlg_subchat", G_ID.CHAT_MOBILE_SUB_DLG, true);
        base.ChangeSceneDestory = false;
        base.AlwaysUpdate       = true;
        base.ShowBlackBG(0.5f);
    }
示例#15
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        instance.LoadFileAll(ref form, "BabelTower/DLG_babel_repeat_bg", G_ID.BABELTOWER_REPEAT_MAIN_DLG, false);
        base.ShowBlackBG(1f);
        base.ShowSceneType = FormsManager.FORM_TYPE_MAIN;
        this.m_LoadingImg  = "UI/Loading/chaostower";
    }
示例#16
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        form.TopMost = true;
        instance.LoadFileAll(ref form, "Item/itemskill/dlg_Itemskillresult", G_ID.ITEMSKILL_RESULT_DLG, true);
        base.ShowBlackBG(0.5f);
        base.SetScreenCenter();
    }
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        base.Scale = true;
        instance.LoadFileAll(ref form, "Expedition/DLG_ExpeditionSearchDetailInfo", G_ID.EXPEDITION_SEARCHDETAILINFO_DLG, false, true);
        base.ShowBlackBG(1f);
        base.ShowSceneType = FormsManager.FORM_TYPE_MAIN;
    }
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;

        this.TopMost = true;
        Form form = this;

        instance.LoadFileAll(ref form, "Battle/DLG_colosseum_charinfo", G_ID.BATTLE_COLOSSEUM_CHARINFO_DLG, false);
        base.ShowSceneType = FormsManager.FORM_TYPE_MAIN;
    }
示例#19
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        instance.LoadFileAll(ref form, "Battle/DLG_Battle_Power", G_ID.BATTLE_POWER_GROUP_DLG, false);
        base.DonotDepthChange(1010f);
        this.Hide();
        base.ShowSceneType = FormsManager.FORM_TYPE_MAIN;
    }
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        base.Scale = true;
        instance.LoadFileAll(ref form, "Plunder/dlg_plunder_rank", G_ID.PLUNDER_RANKINFO_DLG, true);
        base.SetScreenCenter();
        this.Hide();
    }
示例#21
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        base.TopMost = true;
        instance.LoadFileAll(ref form, "Indun/dlg_indunrecommendlist", G_ID.INDUN_RECOMMENDLIST_DLG, false);
        base.ChangeSceneDestory = false;
        this.Hide();
    }
示例#22
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        base.Scale = true;
        instance.LoadFileAll(ref form, "System/dlg_dailygift", G_ID.EVENT_DAILY_GIFT_DLG, false, true);
        base.SetScreenCenter();
        base.ShowBlackBG(0.5f);
    }
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        base.TopMost = true;
        instance.LoadFileAll(ref form, "Indun/dlg_indunenter_raid", G_ID.INDUN_ENTER_RAID_DLG, false);
        base.ChangeSceneDestory = false;
        this.Hide();
    }
示例#24
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        base.Scale = true;
        instance.LoadFileAll(ref form, "Mine/dlg_mine_battlewait", G_ID.MINE_WAITMILTARYINFO_DLG, true);
        this.m_btClose = (base.GetControl("Button_Exit") as Button);
        this.m_btClose.AddValueChangedDelegate(new EZValueChangedDelegate(this.CloseForm));
    }
示例#25
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        form.TopMost = true;
        instance.LoadFileAll(ref form, "system/dlg_npcautomove", G_ID.NPC_AUTOMOVE_DLG, true);
        base.SetScreenCenter();
        base.ShowBlackBG(0.5f);
    }
示例#26
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        instance.LoadFileAll(ref form, "Main/Dlg_MainQuest", G_ID.MAIN_QUEST, false);
        this.SetTextColor();
        base.ChangeSceneDestory = false;
        base.ShowSceneType      = FormsManager.FORM_TYPE_MAIN;
    }
示例#27
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        form.TopMost = true;
        instance.LoadFileAll(ref form, "Item/dlg_itemmall", G_ID.ITEMMALL_CHALLENGEQUEST_DLG, true);
        base.ShowBlackBG(1f);
        base.SetScreenCenter();
    }
示例#28
0
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        base.Scale = true;
        instance.LoadFileAll(ref form, "Message/DLG_BonusItem_Info", G_ID.BONUS_ITEM_INFO_DLG, true);
        base.SetScreenCenter();
        base.ShowBlackBG(0.5f);
    }
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;

        base.Scale = true;
        Form form = this;

        instance.LoadFileAll(ref form, "Battle/DLG_Battle_Emoticon", G_ID.BATTLE_EMOTICON_DLG, false);
        this._radioAlarmDelay = 3f;
    }
    public override void InitializeComponent()
    {
        UIBaseFileManager instance = NrTSingleton <UIBaseFileManager> .Instance;
        Form form = this;

        base.Scale = true;
        instance.LoadFileAll(ref form, "Plunder/dlg_pvp_opponentinfo", G_ID.PLUNDERTARGETINFO_DLG, false);
        base.ChangeSceneDestory = false;
        base.ShowSceneType      = FormsManager.FORM_TYPE_MAIN;
    }