markus / KCOM / Common / ISplashMessage.cs @ b1fc6833
이력 | 보기 | 이력해설 | 다운로드 (1.15 KB)
1 | ef013bfc | ljiyeon | 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 SPLASHSCREENWINDOW = " SplashScreen Loading..."; |
||
23 | public static string TOPMENU = " TopMenu Loading..."; |
||
24 | |||
25 | f7caaaaf | ljiyeon | public static int SplashMessageCnt = 13; |
26 | ef013bfc | ljiyeon | } |
27 | } |