blob: f05d832fe953b14055d0dabb004639f860e0c7aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ChatClient.rc
//
#define IDD_CHATCLIENT_DIALOG 101
#define IDR_MAINFRAME 128
#define IDD_CHATCONFIG_DIALOG 130
#define IDC_SHUTDOWN 1001
#define IDC_SEND 1002
#define IDC_LOG 1003
#define IDC_LOG2 1004
#define ID_LOGIN 1004
#define IDC_LOGIN 1004
#define IDC_PASSWORD 1005
#define IDC_HOST 1006
#define IDC_PORT 1007
#define IDC_USER 1008
#define IDC_CONFIG 1009
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 131
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1010
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|