개정판 ef013bfc
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