File: pmdlg.h

package info (click to toggle)
fte 0.50.2b6-20110708-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 3,768 kB
  • ctags: 6,761
  • sloc: cpp: 47,985; ansic: 2,795; sh: 112; makefile: 71; perl: 29
file content (26 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (12)
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
#define IDD_PROMPT      300
#define IDS_PROMPT      301
#define IDE_FIELD       302

#define IDD_FINDREPLACE   201
#define IDD_FIND          202

#define IDL_FIND          211
#define IDL_REPLACE       212

#define IDE_FIND          221
#define IDE_REPLACE       222

#define IDC_IGNORECASE    231
#define IDC_REGEXPS       232
#define IDC_WORDS         233
#define IDC_BLOCK         234
#define IDC_GLOBAL        235
#define IDC_REVERSE       236
#define IDC_ALLOCCURENCES 237
#define IDC_NOPROMPTING   238
#define IDC_JOINLINE      239
#define IDC_DELETELINE    240

#define IDD_FILEDLG       500