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