Welcome to mirror list, hosted at ThFree Co, Russian Federation.

EditPageRes.h « FileManager « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b958311a65d2cc6f6f8ae8d9b35890cd305c1bf (plain)
1
2
3
4
5
6
7
8
9
10
#define IDD_EDIT                 542
#define IDD_EDIT_2               642

#define IDC_EDIT_STATIC_EDITOR  1000
#define IDC_EDIT_EDIT_EDITOR    1001
#define IDC_EDIT_BUTTON_EDITOR  1002

#define IDC_EDIT_STATIC_DIFF    1010
#define IDC_EDIT_EDIT_DIFF      1011
#define IDC_EDIT_BUTTON_DIFF    1012