/[gpgoe]/trunk/init/init.rc
ViewVC logotype

Contents of /trunk/init/init.rc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (show annotations)
Sun Jun 4 10:12:47 2006 UTC (18 years, 11 months ago) by twoaday
File size: 4451 byte(s)
Prepare new release.


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 #include "afxres.h"
11
12 /////////////////////////////////////////////////////////////////////////////
13 #undef APSTUDIO_READONLY_SYMBOLS
14
15 /////////////////////////////////////////////////////////////////////////////
16 // Deutsch (Deutschland) resources
17
18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
19 #ifdef _WIN32
20 LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
21 #pragma code_page(1252)
22 #endif //_WIN32
23
24 #ifdef APSTUDIO_INVOKED
25 /////////////////////////////////////////////////////////////////////////////
26 //
27 // TEXTINCLUDE
28 //
29
30 1 TEXTINCLUDE DISCARDABLE
31 BEGIN
32 "resource.h\0"
33 END
34
35 2 TEXTINCLUDE DISCARDABLE
36 BEGIN
37 "#include ""afxres.h""\r\n"
38 "\0"
39 END
40
41 3 TEXTINCLUDE DISCARDABLE
42 BEGIN
43 "\r\n"
44 "\0"
45 END
46
47 #endif // APSTUDIO_INVOKED
48
49 #endif // Deutsch (Deutschland) resources
50 /////////////////////////////////////////////////////////////////////////////
51
52
53 /////////////////////////////////////////////////////////////////////////////
54 // Englisch (USA) resources
55
56 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
57 #ifdef _WIN32
58 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
59 #pragma code_page(1252)
60 #endif //_WIN32
61
62 #ifndef _MAC
63 /////////////////////////////////////////////////////////////////////////////
64 //
65 // Version
66 //
67
68 VS_VERSION_INFO VERSIONINFO
69 FILEVERSION 0,9,0,0
70 PRODUCTVERSION 0,9,0,0
71 FILEFLAGSMASK 0x3fL
72 #ifdef _DEBUG
73 FILEFLAGS 0x1L
74 #else
75 FILEFLAGS 0x0L
76 #endif
77 FILEOS 0x40004L
78 FILETYPE 0x1L
79 FILESUBTYPE 0x0L
80 BEGIN
81 BLOCK "StringFileInfo"
82 BEGIN
83 BLOCK "040704b0"
84 BEGIN
85 VALUE "Comments", "This is free software under the terms of the LGNU GPL v2.1\0"
86 VALUE "CompanyName", "\0"
87 VALUE "FileDescription", "GPGOE DLL loader\0"
88 VALUE "FileVersion", "0.9.0\0"
89 VALUE "InternalName", "Init\0"
90 VALUE "LegalCopyright", "Copyright © 2006 Timo Schulz\0"
91 VALUE "LegalTrademarks", "\0"
92 VALUE "OriginalFilename", "GPGOEInit.exe\0"
93 VALUE "PrivateBuild", "\0"
94 VALUE "ProductName", "GPGOEInit\0"
95 VALUE "ProductVersion", "0.9.0\0"
96 VALUE "SpecialBuild", "\0"
97 END
98 END
99 BLOCK "VarFileInfo"
100 BEGIN
101 VALUE "Translation", 0x407, 1200
102 END
103 END
104
105 #endif // !_MAC
106
107
108 /////////////////////////////////////////////////////////////////////////////
109 //
110 // Menu
111 //
112
113 IDR_INIT MENU DISCARDABLE
114 BEGIN
115 POPUP "File"
116 BEGIN
117 MENUITEM "&Preferences...", ID_INIT_PREFS
118 MENUITEM SEPARATOR
119 MENUITEM "Exit", ID_INIT_QUIT
120 END
121 END
122
123
124 /////////////////////////////////////////////////////////////////////////////
125 //
126 // Icon
127 //
128
129 // Icon with lowest ID value placed first to ensure application icon
130 // remains consistent on all systems.
131 IDI_GPGOE ICON DISCARDABLE "gpgoe.ico"
132
133 /////////////////////////////////////////////////////////////////////////////
134 //
135 // Dialog
136 //
137
138 IDD_CONFIG DIALOG DISCARDABLE 0, 0, 215, 45
139 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
140 CAPTION "GPGoe Preferences"
141 FONT 8, "MS Sans Serif"
142 BEGIN
143 CONTROL "Allow to reply in plaintext",IDC_OPT_PLAINREPLY,"Button",
144 BS_AUTOCHECKBOX | WS_TABSTOP,7,9,118,9
145 CONTROL "Cache passphrase until program end",IDC_OPT_CACHEPASS,
146 "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,22,142,10
147 DEFPUSHBUTTON "OK",IDOK,158,4,50,14
148 PUSHBUTTON "&Cancel",IDCANCEL,158,21,50,14
149 END
150
151
152 /////////////////////////////////////////////////////////////////////////////
153 //
154 // DESIGNINFO
155 //
156
157 #ifdef APSTUDIO_INVOKED
158 GUIDELINES DESIGNINFO DISCARDABLE
159 BEGIN
160 IDD_CONFIG, DIALOG
161 BEGIN
162 LEFTMARGIN, 2
163 RIGHTMARGIN, 208
164 TOPMARGIN, 4
165 BOTTOMMARGIN, 39
166 END
167 END
168 #endif // APSTUDIO_INVOKED
169
170 #endif // Englisch (USA) resources
171 /////////////////////////////////////////////////////////////////////////////
172
173
174
175 #ifndef APSTUDIO_INVOKED
176 /////////////////////////////////////////////////////////////////////////////
177 //
178 // Generated from the TEXTINCLUDE 3 resource.
179 //
180
181
182 /////////////////////////////////////////////////////////////////////////////
183 #endif // not APSTUDIO_INVOKED
184

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26