File: resource.h

package info (click to toggle)
openmohaa 0.82.1%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 34,192 kB
  • sloc: cpp: 315,720; ansic: 275,789; sh: 312; xml: 246; asm: 141; makefile: 7
file content (91 lines) | stat: -rw-r--r-- 3,814 bytes parent folder | download | duplicates (2)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by chatty.rc
//
#define ID_CHANNELS                     2
#define ID_GET_INFO                     2
#define ID_USERS                        3
#define IDD_ABOUTBOX                    100
#define IDD_CHATTY_FORM                 101
#define IDP_SOCKETS_INIT_FAILED         104
#define IDR_MAINFRAME                   128
#define IDR_CHATTYTYPE                  129
#define IDD_SET_TOPIC                   130
#define IDD_CHANNEL_MODE                131
#define IDD_CONNECT                     132
#define IDD_ENTER                       133
#define IDD_TALK                        134
#define IDD_CHANNEL_LIST                136
#define IDD_SEND_RAW                    137
#define IDD_SET_PASSWORD                138
#define IDD_GET_USER_INFO               139
#define IDD_KICK_REASON                 140
#define IDC_LIST                        1000
#define IDC_EDIT                        1001
#define IDC_TOPIC                       1002
#define IDC_USERS                       1002
#define IDC_NICK                        1003
#define IDC_INVITE_ONLY                 1003
#define IDC_CALLBACKS                   1003
#define IDC_ADDRESS                     1004
#define IDC_PASSWORD                    1004
#define IDC_PRIVATE                     1004
#define IDC_PORT                        1005
#define IDC_CHANNEL                     1005
#define IDC_SECRET                      1005
#define IDC_USER                        1005
#define IDC_MODERATED                   1006
#define IDC_NO_EXTERNAL_MESSAGES        1007
#define IDC_ONLY_OPS_CHANGE_TOPIC       1008
#define IDC_LIMIT                       1009
#define IDC_MESSAGE                     1010
#define IDC_NORMAL                      1012
#define IDC_ACTION                      1013
#define IDC_NOTICE                      1014
#define IDC_NUM_USERS                   1015
#define IDC_HIDE                        1016
#define IDC_FILTER                      1018
#define IDC_RAW                         1019
#define IDC_ENABLE                      1020
#define IDC_NUM                         1021
#define IDC_NAME                        1023
#define IDC_CHANNELS                    1025
#define IDC_QUICK1                      1026
#define IDC_QUICK2                      1027
#define IDC_REASON                      1027
#define IDC_QUICK3                      1028
#define IDC_SENDBUTT                    1028
#define IDC_QUICK4                      1029
#define ID_FILE_CONNECT                 32771
#define ID_FILE_DISCONNECT              32772
#define ID_CHANNEL_SET_TOPIC            32776
#define ID_CHANNEL_MODE                 32778
#define ID_CHANNEL_TALK                 32781
#define ID_BUTTON32782                  32782
#define ID_FILE_LISTCHANNELS            32783
#define ID_FILE_SENDRAW                 32784
#define ID_CHANNEL_PASSWORD             32786
#define ID_FILE_GETUSERINFO             32789
#define ID_USER_GETINFO                 32790
#define ID_USER_KICK                    32792
#define ID_USER_BAN                     32793
#define ID_USER_MODE_OP                 32796
#define ID_USER_MODE_VOICE              32798
#define ID_USER_MODE_NORMAL             32800
#define ID_CHANNEL_GETBANLIST           32801
#define ID_BUTTON32802                  32802
#define ID_BUTTON32803                  32803
#define ID_FILE_SILENCE                 32804
#define ID_FILE_UNSILENCE               32805

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        141
#define _APS_NEXT_COMMAND_VALUE         32806
#define _APS_NEXT_CONTROL_VALUE         1029
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif