source: chevmsgr/trunk/msvc14/ChevMsgrClient_MFC/Resource.h@ 12

Last change on this file since 12 was 12, checked in by cheese, 9 years ago

add dialogs

  • Property svn:mime-type set to application/octet-stream
File size: 3.2 KB
Line 
1//{{NO_DEPENDENCIES}}
2// Microsoft Visual C++에서 생성한 포함 파일입니다.
3// ChevMsgrClient_MFC.rc에서 사용되고 있습니다.
4//
5#define IDM_ABOUTBOX 0x0010
6#define IDD_ABOUTBOX 100
7#define IDS_ABOUTBOX 101
8#define IDD_CHEVMSGRCLIENT_MFC_DIALOG 102
9#define IDR_MAINFRAME 128
10#define IDD_DIALOG_LOGIN 130
11#define IDD_DIALOG_REGISTER 132
12#define IDD_DIALOG_SMS 134
13#define IDC_BTN_SEND 1000
14#define IDC_CHECK_SENSITIVE 1001
15#define IDC_EDIT_SENSITIVE_TIME 1006
16#define IDC_BTN_ADD_FRIEND 1007
17#define IDC_BTN_ADD_CHAT 1008
18#define IDC_LIST_FRIENDS 1009
19#define IDC_EDIT_INPUT 1010
20#define IDC_LIST_CONVERSATION 1011
21#define IDC_EDIT_LOGIN_ID 1012
22#define IDC_EDIT_LOGIN_PW 1013
23#define IDC_BTN_LOGIN_REGISTER 1014
24#define IDC_BTN_LOGIN_LOGIN 1015
25#define IDC_EDIT_REG_ID 1016
26#define IDC_EDIT_REG_PW 1017
27#define IDC_BUTTON1 1018
28#define IDC_EDIT3 1019
29#define IDC_EDIT_SMS_PHONE 1020
30#define IDC_EDIT_SMS_SMS 1021
31#define IDC_BUTTON2 1022
32
33// Next default values for new objects
34//
35#ifdef APSTUDIO_INVOKED
36#ifndef APSTUDIO_READONLY_SYMBOLS
37#define _APS_NEXT_RESOURCE_VALUE 136
38#define _APS_NEXT_COMMAND_VALUE 32771
39#define _APS_NEXT_CONTROL_VALUE 1023
40#define _APS_NEXT_SYMED_VALUE 101
41#endif
42#endif
Note: See TracBrowser for help on using the repository browser.