프로젝트

일반

사용자정보

개정판 ef013bfc

IDef013bfcc484eaafb7c7ad1437694467c65bf27b
상위 e0cfc73c
하위 2d2252ba

이지연이(가) 5년 이상 전에 추가함

issue #923 스플래시 스크린 수정중

Change-Id: I0634e24c91473569a0d5e3007cf6baed9c311035

차이점 보기:

KCOM/Common/ISplashMessage.cs
1
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
6

  
7
namespace KCOM.Common
8
{
9
    class ISplashMessage 
10
    {
11
        public static string INITDATA = "  Text Style Data Set Loading...";
12
        public static string FAVORITEPANEL = "  Favorite Panel Loading...";
13
        public static string MARKUPCOLORLIST = "  Markup Color List Loading...";
14
        public static string SAMPLE = "  Thumnnail List Loading...";
15
        public static string SEARCHPANEL = "  SearchPanel Loading...";
16
        public static string SYMBOL = "  Symbol List Loading...";
17
        public static string THUMBNAILCONTROL = "  Thumbnail Control Loading...";
18
        public static string MAINWINDOW = "  MainWindow Loading...";
19
        public static string CONVERSATIONVIEW = "  Conversation View Loading...";
20
        public static string MAINMENU_0 = "  MainMenu Loading...";
21
        public static string MAINMENU_1 = "  Page Loading...";
22
        public static string MAINMENU_2 = "  Page Image Setting...";
23
        public static string MAINMENU_3 = "  Page ControlData Setting...";
24
        public static string MAINMENU_4 = "  Page Image DownLoading...";
25
        public static string SPLASHSCREENWINDOW = "  SplashScreen Loading...";
26
        public static string TOPMENU = "  TopMenu Loading...";
27

  
28
        public static int SplashMessageCnt = 16;
29
    }
30
}

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)