blob: c76ef68851f1045b3f4e9995f388a5137d5b51d8 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001// Microsoft Visual C++ generated resource script.
2//
3#include "resource.h"
4
5#define APSTUDIO_READONLY_SYMBOLS
6/////////////////////////////////////////////////////////////////////////////
7//
8// Generated from the TEXTINCLUDE 2 resource.
9//
10#include "afxres.h"
11
12/////////////////////////////////////////////////////////////////////////////
13#undef APSTUDIO_READONLY_SYMBOLS
14
15/////////////////////////////////////////////////////////////////////////////
16// English (U.S.) resources
17
18#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19#ifdef _WIN32
20LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
21#pragma code_page(1252)
22#endif //_WIN32
23
24#ifdef APSTUDIO_INVOKED
25/////////////////////////////////////////////////////////////////////////////
26//
27// TEXTINCLUDE
28//
29
301 TEXTINCLUDE
31BEGIN
32 "resource.h\0"
33END
34
352 TEXTINCLUDE
36BEGIN
37 "#include ""afxres.h""\r\n"
38 "\0"
39END
40
413 TEXTINCLUDE
42BEGIN
43 "#include ""pjsystest_wince.rc2""\r\n"
44 "\r\n"
45 "\0"
46END
47
48#endif // APSTUDIO_INVOKED
49
50
51/////////////////////////////////////////////////////////////////////////////
52//
53// Dialog
54//
55
56IDD_MAIN_DIALOG DIALOG 0, 0, 82, 73
57STYLE DS_SETFONT | WS_VISIBLE | WS_VSCROLL
58FONT 8, "MS Sans Serif"
59BEGIN
60 EDITTEXT IDC_EDIT1,7,7,57,59,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
61END
62
63
64/////////////////////////////////////////////////////////////////////////////
65//
66// DESIGNINFO
67//
68
69#ifdef APSTUDIO_INVOKED
70GUIDELINES DESIGNINFO
71BEGIN
72 IDD_MAIN_DIALOG, DIALOG
73 BEGIN
74 LEFTMARGIN, 7
75 RIGHTMARGIN, 64
76 TOPMARGIN, 7
77 BOTTOMMARGIN, 66
78 END
79END
80#endif // APSTUDIO_INVOKED
81
82
83/////////////////////////////////////////////////////////////////////////////
84//
85// String Table
86//
87
88STRINGTABLE
89BEGIN
90 IDS_MAIN_TITLE "PJSYSTEST"
91END
92
93#endif // English (U.S.) resources
94/////////////////////////////////////////////////////////////////////////////
95
96
97
98#ifndef APSTUDIO_INVOKED
99/////////////////////////////////////////////////////////////////////////////
100//
101// Generated from the TEXTINCLUDE 3 resource.
102//
103#include "pjsystest_wince.rc2"
104
105
106/////////////////////////////////////////////////////////////////////////////
107#endif // not APSTUDIO_INVOKED
108