blob: 01d7a3233e70577ee8b924670d7356ebf3acd443 [file] [log] [blame]
Constantin Kaplinskyfbfbb922004-11-14 18:28:51 +00001//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// 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 DISCARDABLE
31BEGIN
32 "resource.h\0"
33END
34
352 TEXTINCLUDE DISCARDABLE
36BEGIN
37 "#include ""afxres.h""\r\n"
38 "\0"
39END
40
413 TEXTINCLUDE DISCARDABLE
42BEGIN
43 "\r\n"
44 "\0"
45END
46
47#endif // APSTUDIO_INVOKED
48
george82c2c691f2004-12-08 18:04:14 +000049#endif // English (U.S.) resources
50/////////////////////////////////////////////////////////////////////////////
51
52
53/////////////////////////////////////////////////////////////////////////////
54// English (U.K.) resources
55
56#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
57#ifdef _WIN32
58LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
59#pragma code_page(1252)
60#endif //_WIN32
Constantin Kaplinskyfbfbb922004-11-14 18:28:51 +000061
62/////////////////////////////////////////////////////////////////////////////
63//
64// Icon
65//
66
67// Icon with lowest ID value placed first to ensure application icon
68// remains consistent on all systems.
george82c2c691f2004-12-08 18:04:14 +000069IDI_ICON ICON DISCARDABLE "rfbplayer.ico"
Constantin Kaplinskyfbfbb922004-11-14 18:28:51 +000070
71#ifndef _MAC
72/////////////////////////////////////////////////////////////////////////////
73//
74// Version
75//
76
77VS_VERSION_INFO VERSIONINFO
78 FILEVERSION 1,0,0,1
79 PRODUCTVERSION 1,0,0,1
80 FILEFLAGSMASK 0x3fL
81#ifdef _DEBUG
82 FILEFLAGS 0x1L
83#else
84 FILEFLAGS 0x0L
85#endif
86 FILEOS 0x40004L
87 FILETYPE 0x1L
88 FILESUBTYPE 0x0L
89BEGIN
90 BLOCK "StringFileInfo"
91 BEGIN
92 BLOCK "080904b0"
93 BEGIN
94 VALUE "Comments", "\0"
95 VALUE "CompanyName", "TightVNC Team\0"
96 VALUE "FileDescription", "RFB Session Player for Win32\0"
97 VALUE "FileVersion", "1, 0, 0, 1\0"
98 VALUE "InternalName", "rfbplayer\0"
99 VALUE "LegalCopyright", "Copyright (C) 2004 TightVNC Team.\0"
100 VALUE "LegalTrademarks", "\0"
101 VALUE "OriginalFilename", "rfbplayer.exe\0"
102 VALUE "PrivateBuild", "\0"
103 VALUE "ProductName", "RFB Session Player 1.0\0"
104 VALUE "ProductVersion", "1, 0, 0, 1\0"
105 VALUE "SpecialBuild", "\0"
106 END
107 END
108 BLOCK "VarFileInfo"
109 BEGIN
110 VALUE "Translation", 0x809, 1200
111 END
112END
113
114#endif // !_MAC
115
george82c2c691f2004-12-08 18:04:14 +0000116
117/////////////////////////////////////////////////////////////////////////////
118//
119// Menu
120//
121
122IDR_MENU MENU DISCARDABLE
123BEGIN
124 POPUP "File"
125 BEGIN
george825c13c662005-01-27 14:48:23 +0000126 MENUITEM "Open File...\tCtrl+O", ID_OPENFILE
127 MENUITEM "Close File...\tCtrl+Q", ID_CLOSEFILE
george82c2c691f2004-12-08 18:04:14 +0000128 MENUITEM SEPARATOR
george825c13c662005-01-27 14:48:23 +0000129 MENUITEM "Exit\tAlt+X", ID_EXIT
george82c2c691f2004-12-08 18:04:14 +0000130 END
131 POPUP "View"
132 BEGIN
george82d070c692005-01-19 16:44:04 +0000133 MENUITEM "Full Screen\tAlt+Enter", ID_FULLSCREEN
george82c2c691f2004-12-08 18:04:14 +0000134 POPUP "Zoom"
135 BEGIN
george825c13c662005-01-27 14:48:23 +0000136 MENUITEM "50%\tF5", ID_ZOOM_50
137 MENUITEM "100%\tF6", ID_ZOOM_100
138 MENUITEM "200%\tF7", ID_ZOOM_200
george82c2c691f2004-12-08 18:04:14 +0000139 END
140 END
141 POPUP "Play"
142 BEGIN
george825c13c662005-01-27 14:48:23 +0000143 MENUITEM "Play/Pause\tSpace", ID_PLAYPAUSE
george82d070c692005-01-19 16:44:04 +0000144 MENUITEM "Stop\tC", ID_STOP
145 MENUITEM "Go To...\tCtrl+G", ID_GOTO
george82c2c691f2004-12-08 18:04:14 +0000146 MENUITEM SEPARATOR
george82d070c692005-01-19 16:44:04 +0000147 MENUITEM "Loop\tCtrl+L", ID_LOOP
george82c2c691f2004-12-08 18:04:14 +0000148 END
149 POPUP "Frame"
150 BEGIN
george825c13c662005-01-27 14:48:23 +0000151 MENUITEM "Copy To Clipboard\tCtrl+C", ID_COPYTOCLIPBOARD
george82c2c691f2004-12-08 18:04:14 +0000152 MENUITEM SEPARATOR
george825c13c662005-01-27 14:48:23 +0000153 MENUITEM "Extract...\tAlt+C", ID_FRAMEEXTRACT
george82c2c691f2004-12-08 18:04:14 +0000154 END
george825e7af742005-03-10 14:26:00 +0000155 MENUITEM "Options", ID_OPTIONS
george82c2c691f2004-12-08 18:04:14 +0000156 POPUP "Help"
157 BEGIN
158 MENUITEM "Home Page", ID_HELP_HOMEPAGE
george82ef5f7262005-02-08 15:09:26 +0000159 MENUITEM "Command Line Switches", ID_HELP_COMMANDLINESWITCHES
george82c2c691f2004-12-08 18:04:14 +0000160 MENUITEM SEPARATOR
161 MENUITEM "About RfbPlayer...", ID_HELP_ABOUT
162 END
163END
164
george825bbd61b2004-12-09 17:47:37 +0000165
166/////////////////////////////////////////////////////////////////////////////
167//
168// Accelerator
169//
170
171IDR_ACCELERATOR ACCELERATORS DISCARDABLE
172BEGIN
george825c13c662005-01-27 14:48:23 +0000173 "C", ID_STOP, VIRTKEY, NOINVERT
174 "C", ID_COPYTOCLIPBOARD, VIRTKEY, CONTROL, NOINVERT
175 "C", ID_FRAMEEXTRACT, VIRTKEY, ALT, NOINVERT
176 "G", ID_GOTO, VIRTKEY, CONTROL, NOINVERT
177 "L", ID_LOOP, VIRTKEY, CONTROL, NOINVERT
178 "O", ID_OPENFILE, VIRTKEY, CONTROL, NOINVERT
george825bbd61b2004-12-09 17:47:37 +0000179 "P", ID_OPTIONS, VIRTKEY, CONTROL, NOINVERT
george825c13c662005-01-27 14:48:23 +0000180 "Q", ID_CLOSEFILE, VIRTKEY, CONTROL, NOINVERT
george825c13c662005-01-27 14:48:23 +0000181 VK_F5, ID_ZOOM_50, VIRTKEY, NOINVERT
182 VK_F6, ID_ZOOM_100, VIRTKEY, NOINVERT
183 VK_F7, ID_ZOOM_200, VIRTKEY, NOINVERT
george824ea27f62005-01-29 15:03:06 +0000184 VK_RETURN, ID_RETURN, VIRTKEY, NOINVERT
george825c13c662005-01-27 14:48:23 +0000185 VK_RETURN, ID_FULLSCREEN, VIRTKEY, ALT, NOINVERT
186 VK_SPACE, ID_PLAYPAUSE, VIRTKEY, NOINVERT
187 "X", ID_EXIT, VIRTKEY, ALT, NOINVERT
george825bbd61b2004-12-09 17:47:37 +0000188END
189
george82d4f57532005-01-13 14:52:12 +0000190
191/////////////////////////////////////////////////////////////////////////////
192//
193// Bitmap
194//
195
196IDB_TOOLBAR BITMAP DISCARDABLE "toolbar.bmp"
george824deb3082005-02-08 15:51:18 +0000197
198/////////////////////////////////////////////////////////////////////////////
199//
200// Dialog
201//
202
203IDD_GOTO DIALOG DISCARDABLE 0, 0, 153, 54
george827549df42005-02-08 16:31:02 +0000204STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
george824deb3082005-02-08 15:51:18 +0000205CAPTION "RfbPlayer : Go to position"
206FONT 8, "MS Sans Serif"
207BEGIN
george827549df42005-02-08 16:31:02 +0000208 EDITTEXT IDC_GOTO_EDIT,40,9,106,14,ES_AUTOHSCROLL
george824deb3082005-02-08 15:51:18 +0000209 DEFPUSHBUTTON "OK",IDOK,40,33,50,14
210 PUSHBUTTON "Cancel",IDCANCEL,95,33,51,14
george824deb3082005-02-08 15:51:18 +0000211 LTEXT "Pos (ms):",IDC_STATIC,7,9,33,15,SS_CENTERIMAGE
212END
213
george823d0c56e2005-03-09 08:30:27 +0000214IDD_PIXELFORMAT DIALOG DISCARDABLE 0, 0, 144, 62
215STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
216CAPTION "RfbPlayer : Pixel Format"
217FONT 8, "MS Sans Serif"
218BEGIN
219 COMBOBOX IDC_PIXELFORMAT,7,20,130,98,CBS_DROPDOWNLIST |
220 WS_VSCROLL | WS_TABSTOP
221 DEFPUSHBUTTON "OK",IDOK,20,40,50,14
222 PUSHBUTTON "Cancel",IDCANCEL,75,40,50,14
223 LTEXT "Choose the pixel format:",IDC_STATIC,7,7,130,13
224END
225
george82c3950072005-03-20 12:01:54 +0000226IDD_OPTIONS DIALOG DISCARDABLE 0, 0, 187, 194
george825e7af742005-03-10 14:26:00 +0000227STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
228CAPTION "Options"
229FONT 8, "MS Sans Serif"
230BEGIN
george82c3950072005-03-20 12:01:54 +0000231 DEFPUSHBUTTON "OK",IDOK,20,174,50,14
232 PUSHBUTTON "Cancel",IDCANCEL,75,174,50,14
233 GROUPBOX "Pixel format",IDC_STATIC,7,6,173,79
george825e7af742005-03-10 14:26:00 +0000234 COMBOBOX IDC_PIXELFORMAT,15,30,145,75,CBS_DROPDOWNLIST |
235 WS_VSCROLL | WS_TABSTOP
236 CONTROL "Ask the pixel format before playing",IDC_ASK_PF,"Button",
george82c3950072005-03-20 12:01:54 +0000237 BS_AUTOCHECKBOX | WS_TABSTOP,15,67,145,10
238 PUSHBUTTON "Default",IDC_DEFAULT,130,174,50,14
george825e7af742005-03-10 14:26:00 +0000239 LTEXT "Forces the pixel format for the rfb session:",
240 IDC_STATIC,15,17,145,13
george82c3950072005-03-20 12:01:54 +0000241 GROUPBOX "Other",IDC_STATIC,7,90,173,79
george825e7af742005-03-10 14:26:00 +0000242 CONTROL "Accept the bells",IDC_ACCEPT_BELL,"Button",
george825e7af742005-03-10 14:26:00 +0000243 BS_AUTOCHECKBOX | BS_TOP | WS_TABSTOP,15,105,145,15
george82c3950072005-03-20 12:01:54 +0000244 CONTROL "Accept the cut text",IDC_ACCEPT_CUT_TEXT,"Button",
245 BS_AUTOCHECKBOX | BS_TOP | WS_TABSTOP,15,120,145,15
george825e7af742005-03-10 14:26:00 +0000246 CONTROL "Auto store the player settings",IDC_AUTO_STORE_PARAM,
george825e7af742005-03-10 14:26:00 +0000247 "Button",BS_AUTOCHECKBOX | BS_TOP | WS_TABSTOP,15,135,
248 145,15
george82c3950072005-03-20 12:01:54 +0000249 CONTROL "Start play the session when it is opened",IDC_AUTOPLAY,
250 "Button",BS_AUTOCHECKBOX | BS_TOP | WS_TABSTOP,15,150,
251 145,9
252 CONTROL "Big endian flag",IDC_BIG_ENDIAN,"Button",
253 BS_AUTOCHECKBOX | WS_TABSTOP,15,52,145,10
george825e7af742005-03-10 14:26:00 +0000254END
255
george824deb3082005-02-08 15:51:18 +0000256
257/////////////////////////////////////////////////////////////////////////////
258//
259// DESIGNINFO
260//
261
262#ifdef APSTUDIO_INVOKED
263GUIDELINES DESIGNINFO DISCARDABLE
264BEGIN
265 IDD_GOTO, DIALOG
266 BEGIN
267 LEFTMARGIN, 7
268 RIGHTMARGIN, 146
269 VERTGUIDE, 40
270 VERTGUIDE, 90
271 VERTGUIDE, 95
272 TOPMARGIN, 9
273 BOTTOMMARGIN, 47
274 HORZGUIDE, 9
275 HORZGUIDE, 24
276 HORZGUIDE, 35
277 END
george823d0c56e2005-03-09 08:30:27 +0000278
279 IDD_PIXELFORMAT, DIALOG
280 BEGIN
281 LEFTMARGIN, 7
282 RIGHTMARGIN, 137
283 VERTGUIDE, 20
284 VERTGUIDE, 70
285 VERTGUIDE, 75
286 VERTGUIDE, 125
287 TOPMARGIN, 7
288 BOTTOMMARGIN, 55
289 HORZGUIDE, 7
290 HORZGUIDE, 20
291 HORZGUIDE, 35
292 HORZGUIDE, 40
293 END
george825e7af742005-03-10 14:26:00 +0000294
295 IDD_OPTIONS, DIALOG
296 BEGIN
297 LEFTMARGIN, 7
298 RIGHTMARGIN, 180
299 VERTGUIDE, 15
300 VERTGUIDE, 20
301 VERTGUIDE, 70
302 VERTGUIDE, 75
303 VERTGUIDE, 125
304 VERTGUIDE, 130
305 VERTGUIDE, 160
306 TOPMARGIN, 6
george82c3950072005-03-20 12:01:54 +0000307 BOTTOMMARGIN, 188
george825e7af742005-03-10 14:26:00 +0000308 HORZGUIDE, 17
309 HORZGUIDE, 30
george82c3950072005-03-20 12:01:54 +0000310 HORZGUIDE, 42
george825e7af742005-03-10 14:26:00 +0000311 HORZGUIDE, 52
george82c3950072005-03-20 12:01:54 +0000312 HORZGUIDE, 67
313 HORZGUIDE, 85
george825e7af742005-03-10 14:26:00 +0000314 HORZGUIDE, 90
315 HORZGUIDE, 105
316 HORZGUIDE, 120
317 HORZGUIDE, 135
318 HORZGUIDE, 150
george82c3950072005-03-20 12:01:54 +0000319 HORZGUIDE, 169
320 HORZGUIDE, 174
george825e7af742005-03-10 14:26:00 +0000321 END
george824deb3082005-02-08 15:51:18 +0000322END
323#endif // APSTUDIO_INVOKED
324
george82c2c691f2004-12-08 18:04:14 +0000325#endif // English (U.K.) resources
Constantin Kaplinskyfbfbb922004-11-14 18:28:51 +0000326/////////////////////////////////////////////////////////////////////////////
327
328
329
330#ifndef APSTUDIO_INVOKED
331/////////////////////////////////////////////////////////////////////////////
332//
333// Generated from the TEXTINCLUDE 3 resource.
334//
335
336
337/////////////////////////////////////////////////////////////////////////////
338#endif // not APSTUDIO_INVOKED
339