summaryrefslogtreecommitdiffstats
path: root/src/windows/wintel/dialog.h
blob: c95ec0491bb355223cc48013da8d0e6ec9e65de2 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
#define IDM_SHOWCONSOLE 700

#define IDM_OPENTELNETDLG           200
#define TEL_CONNECT_NAME            201
#define TEL_USEDEFAULTS             202
#define TEL_MANUALCONFIGURE         203
#define TEL_OK                      204
#define TEL_CANCEL                  206
#define IDC_FORWARD                 207
#define IDC_FORWARDFORWARD          208
#define IDC_ENCRYPT                 210
#define TEL_CONNECT_USERID          211

#define IDM_SEND_IP                 800
#define IDM_SEND_AYT                801
#define IDM_SEND_ABORT              802

#define CON_SESSIONNAME             302
#define CON_WINDOWTITLE             304
#define CON_COLUMNS132              305
#define CON_COLUMNS80               306
#define CON_BACKSPACE               307
#define CON_DELETE                  308
#define CON_CRLF                    309
#define CON_CRNUL                   310
#define CON_BUFFERS                 311
#define CON_SENDS                   312
#define CON_OK                      320
#define CON_USEDEFAULTS             321
#define CONFIGDLG                   300
#define CON_SCRLBCK                 317
#define CON_NUMLINES                318

#define PRINTQUEUE                  400

#define IDM_PRINTQUEUE              500

#define TEL_PUSH1                   601
#define TEL_PUSH2                   602
#define TEL_PUSH3                   603
#define TEL_PUSH4                   604
#define TEL_PUSH5                   605