/[dtapublic]/sf_code/esrgpcpj/egc/egc.rc
ViewVC logotype

Contents of /sf_code/esrgpcpj/egc/egc.rc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26 - (show annotations) (download)
Sat Oct 8 06:57:57 2016 UTC (7 years, 7 months ago) by dashley
File size: 3524 byte(s)
Initial commit.
1 //Microsoft Developer Studio 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 #define APSTUDIO_HIDDEN_SYMBOLS
11 #include "windows.h"
12 #undef APSTUDIO_HIDDEN_SYMBOLS
13 #include "resource.h"
14
15 /////////////////////////////////////////////////////////////////////////////
16 #undef APSTUDIO_READONLY_SYMBOLS
17
18 /////////////////////////////////////////////////////////////////////////////
19 // English (U.S.) resources
20
21 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
22 #ifdef _WIN32
23 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
24 #pragma code_page(1252)
25 #endif //_WIN32
26
27 /////////////////////////////////////////////////////////////////////////////
28 //
29 // Icon
30 //
31
32 // Icon with lowest ID value placed first to ensure application icon
33 // remains consistent on all systems.
34 IDI_EGC ICON DISCARDABLE "egc_icon_01_st.ico"
35 IDI_SMALL ICON DISCARDABLE "egc_icon_01_sm.ico"
36
37 /////////////////////////////////////////////////////////////////////////////
38 //
39 // Menu
40 //
41
42 IDC_EGC MENU DISCARDABLE
43 BEGIN
44 POPUP "&File"
45 BEGIN
46 MENUITEM "E&xit", IDM_EXIT
47 END
48 POPUP "&Help"
49 BEGIN
50 MENUITEM "&About ...", IDM_ABOUT
51 END
52 END
53
54
55 /////////////////////////////////////////////////////////////////////////////
56 //
57 // Accelerator
58 //
59
60 IDC_EGC ACCELERATORS MOVEABLE PURE
61 BEGIN
62 "?", IDM_ABOUT, ASCII, ALT
63 "/", IDM_ABOUT, ASCII, ALT
64 END
65
66
67 /////////////////////////////////////////////////////////////////////////////
68 //
69 // Dialog
70 //
71
72 IDD_ABOUTBOX DIALOG DISCARDABLE 22, 17, 230, 75
73 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
74 CAPTION "About"
75 FONT 8, "System"
76 BEGIN
77 ICON IDI_EGC,IDC_MYICON,14,9,16,16
78 LTEXT "egc Version 1.0",IDC_STATIC,49,10,119,8,SS_NOPREFIX
79 LTEXT "Copyright (C) 2002",IDC_STATIC,49,20,119,8
80 DEFPUSHBUTTON "OK",IDOK,195,6,30,11,WS_GROUP
81 END
82
83
84 #ifdef APSTUDIO_INVOKED
85 /////////////////////////////////////////////////////////////////////////////
86 //
87 // TEXTINCLUDE
88 //
89
90 2 TEXTINCLUDE DISCARDABLE
91 BEGIN
92 "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
93 "#include ""windows.h""\r\n"
94 "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
95 "#include ""resource.h""\r\n"
96 "\0"
97 END
98
99 3 TEXTINCLUDE DISCARDABLE
100 BEGIN
101 "\r\n"
102 "\0"
103 END
104
105 1 TEXTINCLUDE DISCARDABLE
106 BEGIN
107 "resource.h\0"
108 END
109
110 #endif // APSTUDIO_INVOKED
111
112
113 /////////////////////////////////////////////////////////////////////////////
114 //
115 // Bitmap
116 //
117
118 TK_BUTTONS BITMAP DISCARDABLE "buttons.bmp"
119
120 /////////////////////////////////////////////////////////////////////////////
121 //
122 // String Table
123 //
124
125 STRINGTABLE DISCARDABLE
126 BEGIN
127 IDS_APP_TITLE "egc"
128 IDS_HELLO "Hello World!"
129 IDC_EGC "EGC"
130 END
131
132 #endif // English (U.S.) resources
133 /////////////////////////////////////////////////////////////////////////////
134
135
136
137 #ifndef APSTUDIO_INVOKED
138 /////////////////////////////////////////////////////////////////////////////
139 //
140 // Generated from the TEXTINCLUDE 3 resource.
141 //
142
143
144 /////////////////////////////////////////////////////////////////////////////
145 #endif // not APSTUDIO_INVOKED
146

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25