Fix remaining text file line endings in the tree. (#18)
[reactos.git] / boot / freeldr / fdebug / resource.h
1 #pragma once
2
3 #define IDC_MYICON 2
4
5 #define IDD_FDEBUG_DIALOG 102
6 #define IDD_ABOUTBOX 103
7 #define IDS_APP_TITLE 103
8 #define IDM_ABOUT 104
9 #define IDM_EXIT 105
10 #define IDS_HELLO 106
11 #define IDI_FDEBUG 107
12 #define IDC_FDEBUG 109
13
14 #define IDR_MAINFRAME 128
15 #define IDD_CONNECTION 130
16 #define IDD_CAPTURE 131
17
18 #define IDC_COMPORT 1000
19 #define IDC_BAUTRATE 1001
20 #define IDC_CAPTUREFILENAME 1002
21 #define IDC_BROWSE 1003
22 #define IDC_LICENSE_EDIT 1029
23
24 #define IDM_FILE_CLEARDISPLAY 32770
25 #define IDM_FILE_CONNECT 32771
26 #define IDM_FILE_DISCONNECT 32772
27 #define IDM_FILE_STARTCAPTURE 32773
28 #define IDM_FILE_STOPCAPTURE 32774
29 #define IDM_FILE_LOCALECHO 32775
30 #define IDS_LICENSE 32815
31
32 #define IDC_STATIC -1