-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathLineNumEdit_test_res.rc
More file actions
57 lines (45 loc) · 1.44 KB
/
LineNumEdit_test_res.rc
File metadata and controls
57 lines (45 loc) · 1.44 KB
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
// LineNumEdit_test_res.rc
// This file is automatically generated by RisohEditor.
// † <-- This dagger helps UTF-8 detection.
#define APSTUDIO_HIDDEN_SYMBOLS
#include <windows.h>
#include <commctrl.h>
#undef APSTUDIO_HIDDEN_SYMBOLS
#pragma code_page(65001) // UTF-8
#include "resource.h"
//////////////////////////////////////////////////////////////////////////////
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
//////////////////////////////////////////////////////////////////////////////
// RT_DIALOG
100 DIALOG 0, 0, 215, 135
CAPTION "LineNumEdit"
STYLE DS_CENTER | DS_MODALFRAME | WS_POPUPWINDOW | WS_CAPTION
FONT 9, "Courier New"
{
//EDITTEXT edt1, 6, 6, 204, 103, ES_MULTILINE | ES_WANTRETURN | WS_VSCROLL
CONTROL "", edt1, "LineNumEdit", ES_MULTILINE | ES_WANTRETURN | ES_LEFT | WS_BORDER | WS_TABSTOP | WS_VSCROLL | WS_CHILD | WS_VISIBLE, 6, 6, 204, 103
DEFPUSHBUTTON "OK", IDOK, 35, 115, 60, 14
PUSHBUTTON "Cancel", IDCANCEL, 115, 115, 60, 14
}
//////////////////////////////////////////////////////////////////////////////
// TEXTINCLUDE
#ifdef APSTUDIO_INVOKED
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
"#include <windows.h>\r\n"
"#include <commctrl.h>\r\n"
"#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
//////////////////////////////////////////////////////////////////////////////