blob: 8e615d44239748b8929c174f0d8b2f28690fd9f0 [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"
george82357c9f52005-03-21 01:28:12 +000099 VALUE "LegalCopyright", "Copyright (C) 2004-2005 TightVNC Team.\0"
Constantin Kaplinskyfbfbb922004-11-14 18:28:51 +0000100 VALUE "LegalTrademarks", "\0"
101 VALUE "OriginalFilename", "rfbplayer.exe\0"
102 VALUE "PrivateBuild", "\0"
george82357c9f52005-03-21 01:28:12 +0000103 VALUE "ProductName", "Rfb Session Player 1.0\0"
Constantin Kaplinskyfbfbb922004-11-14 18:28:51 +0000104 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
george82357c9f52005-03-21 01:28:12 +0000161 MENUITEM "About RfbPlayer...", ID_ABOUT
george82c2c691f2004-12-08 18:04:14 +0000162 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
george82c7e9f792005-03-20 12:52:46 +0000214IDD_PIXELFORMAT DIALOG DISCARDABLE 0, 0, 144, 78
george823d0c56e2005-03-09 08:30:27 +0000215STYLE 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
george82c7e9f792005-03-20 12:52:46 +0000221 DEFPUSHBUTTON "OK",IDOK,20,57,50,14
222 PUSHBUTTON "Cancel",IDCANCEL,75,57,50,14
george823d0c56e2005-03-09 08:30:27 +0000223 LTEXT "Choose the pixel format:",IDC_STATIC,7,7,130,13
george82c7e9f792005-03-20 12:52:46 +0000224 CONTROL "Big endian flag",IDC_BIG_ENDIAN,"Button",
225 BS_AUTOCHECKBOX | WS_TABSTOP,7,40,63,12
george823d0c56e2005-03-09 08:30:27 +0000226END
227
george82c3950072005-03-20 12:01:54 +0000228IDD_OPTIONS DIALOG DISCARDABLE 0, 0, 187, 194
george825e7af742005-03-10 14:26:00 +0000229STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
230CAPTION "Options"
231FONT 8, "MS Sans Serif"
232BEGIN
george82de4bce02005-03-26 09:16:54 +0000233 COMBOBOX IDC_PIXELFORMAT,15,30,157,75,CBS_DROPDOWNLIST |
george825e7af742005-03-10 14:26:00 +0000234 WS_VSCROLL | WS_TABSTOP
george82de4bce02005-03-26 09:16:54 +0000235 CONTROL "Big endian flag",IDC_BIG_ENDIAN,"Button",
236 BS_AUTOCHECKBOX | WS_TABSTOP,15,52,60,10
george825e7af742005-03-10 14:26:00 +0000237 CONTROL "Ask the pixel format before playing",IDC_ASK_PF,"Button",
george82de4bce02005-03-26 09:16:54 +0000238 BS_AUTOCHECKBOX | WS_TABSTOP,15,67,157,10
george825e7af742005-03-10 14:26:00 +0000239 CONTROL "Accept the bells",IDC_ACCEPT_BELL,"Button",
george82de4bce02005-03-26 09:16:54 +0000240 BS_AUTOCHECKBOX | BS_TOP | WS_TABSTOP,15,105,157,15
george82c3950072005-03-20 12:01:54 +0000241 CONTROL "Accept the cut text",IDC_ACCEPT_CUT_TEXT,"Button",
george82de4bce02005-03-26 09:16:54 +0000242 BS_AUTOCHECKBOX | BS_TOP | WS_TABSTOP,15,120,157,15
george825e7af742005-03-10 14:26:00 +0000243 CONTROL "Auto store the player settings",IDC_AUTO_STORE_PARAM,
george825e7af742005-03-10 14:26:00 +0000244 "Button",BS_AUTOCHECKBOX | BS_TOP | WS_TABSTOP,15,135,
george82de4bce02005-03-26 09:16:54 +0000245 157,15
george82c3950072005-03-20 12:01:54 +0000246 CONTROL "Start play the session when it is opened",IDC_AUTOPLAY,
247 "Button",BS_AUTOCHECKBOX | BS_TOP | WS_TABSTOP,15,150,
george82de4bce02005-03-26 09:16:54 +0000248 157,9
249 DEFPUSHBUTTON "OK",IDOK,20,174,50,14
250 PUSHBUTTON "Cancel",IDCANCEL,75,174,50,14
251 PUSHBUTTON "Default",IDC_DEFAULT,130,174,50,14
252 PUSHBUTTON "Edit User PF",IDC_EDIT_UPF,110,52,62,14
253 GROUPBOX "Pixel format",IDC_STATIC,7,6,173,79
254 LTEXT "Forces the pixel format for the rfb session:",
255 IDC_STATIC,15,17,157,13
256 GROUPBOX "Other",IDC_STATIC,7,90,173,79
george825e7af742005-03-10 14:26:00 +0000257END
258
george82357c9f52005-03-21 01:28:12 +0000259IDD_ABOUT DIALOG DISCARDABLE 0, 0, 251, 95
260STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
261CAPTION "About Rfb Session Player for Windows"
262FONT 8, "MS Sans Serif"
263BEGIN
264 DEFPUSHBUTTON "OK",IDOK,195,70,47,15
265 ICON IDI_ICON,IDC_STATIC,7,10,20,20
266 LTEXT ">appname<",IDC_DESCRIPTION,40,10,125,15
267 LTEXT ">version<",IDC_VERSION,165,10,77,15
268 LTEXT ">buildtime<",IDC_BUILDTIME,40,25,202,15
269 LTEXT ">copyright<",IDC_COPYRIGHT,40,40,202,15
270 LTEXT "See http://www.tightvnc.com for more information on TightVNC.",
271 IDC_STATIC,40,55,202,15
272END
273
george824deb3082005-02-08 15:51:18 +0000274
275/////////////////////////////////////////////////////////////////////////////
276//
277// DESIGNINFO
278//
279
280#ifdef APSTUDIO_INVOKED
281GUIDELINES DESIGNINFO DISCARDABLE
282BEGIN
283 IDD_GOTO, DIALOG
284 BEGIN
285 LEFTMARGIN, 7
286 RIGHTMARGIN, 146
287 VERTGUIDE, 40
288 VERTGUIDE, 90
289 VERTGUIDE, 95
290 TOPMARGIN, 9
291 BOTTOMMARGIN, 47
292 HORZGUIDE, 9
293 HORZGUIDE, 24
294 HORZGUIDE, 35
295 END
george823d0c56e2005-03-09 08:30:27 +0000296
297 IDD_PIXELFORMAT, DIALOG
298 BEGIN
299 LEFTMARGIN, 7
300 RIGHTMARGIN, 137
301 VERTGUIDE, 20
302 VERTGUIDE, 70
303 VERTGUIDE, 75
304 VERTGUIDE, 125
305 TOPMARGIN, 7
george82c7e9f792005-03-20 12:52:46 +0000306 BOTTOMMARGIN, 71
george823d0c56e2005-03-09 08:30:27 +0000307 HORZGUIDE, 7
308 HORZGUIDE, 20
309 HORZGUIDE, 35
310 HORZGUIDE, 40
george82c7e9f792005-03-20 12:52:46 +0000311 HORZGUIDE, 49
312 HORZGUIDE, 57
george823d0c56e2005-03-09 08:30:27 +0000313 END
george825e7af742005-03-10 14:26:00 +0000314
315 IDD_OPTIONS, DIALOG
316 BEGIN
317 LEFTMARGIN, 7
318 RIGHTMARGIN, 180
319 VERTGUIDE, 15
320 VERTGUIDE, 20
321 VERTGUIDE, 70
322 VERTGUIDE, 75
323 VERTGUIDE, 125
324 VERTGUIDE, 130
george82de4bce02005-03-26 09:16:54 +0000325 VERTGUIDE, 172
george825e7af742005-03-10 14:26:00 +0000326 TOPMARGIN, 6
george82c3950072005-03-20 12:01:54 +0000327 BOTTOMMARGIN, 188
george825e7af742005-03-10 14:26:00 +0000328 HORZGUIDE, 17
329 HORZGUIDE, 30
george82c3950072005-03-20 12:01:54 +0000330 HORZGUIDE, 42
george825e7af742005-03-10 14:26:00 +0000331 HORZGUIDE, 52
george82c3950072005-03-20 12:01:54 +0000332 HORZGUIDE, 67
333 HORZGUIDE, 85
george825e7af742005-03-10 14:26:00 +0000334 HORZGUIDE, 90
335 HORZGUIDE, 105
336 HORZGUIDE, 120
337 HORZGUIDE, 135
338 HORZGUIDE, 150
george82c3950072005-03-20 12:01:54 +0000339 HORZGUIDE, 169
340 HORZGUIDE, 174
george825e7af742005-03-10 14:26:00 +0000341 END
george824deb3082005-02-08 15:51:18 +0000342END
343#endif // APSTUDIO_INVOKED
344
george82c2c691f2004-12-08 18:04:14 +0000345#endif // English (U.K.) resources
Constantin Kaplinskyfbfbb922004-11-14 18:28:51 +0000346/////////////////////////////////////////////////////////////////////////////
347
348
349
350#ifndef APSTUDIO_INVOKED
351/////////////////////////////////////////////////////////////////////////////
352//
353// Generated from the TEXTINCLUDE 3 resource.
354//
355
356
357/////////////////////////////////////////////////////////////////////////////
358#endif // not APSTUDIO_INVOKED
359