/[rdesktop]/sourceforge.net/trunk/seamlessrdp/ServerExe/clipper.rc
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /sourceforge.net/trunk/seamlessrdp/ServerExe/clipper.rc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 926 - (show annotations)
Thu Jun 30 12:53:07 2005 UTC (18 years, 10 months ago) by astrand
File size: 2508 byte(s)
clipper renamed to seamlessrdpshell

1 // 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 // German (Germany) 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
31 BEGIN
32 "resource.h\0"
33 END
34
35 2 TEXTINCLUDE
36 BEGIN
37 "#include ""afxres.h""\r\n"
38 "\0"
39 END
40
41 3 TEXTINCLUDE
42 BEGIN
43 "\r\n"
44 "\0"
45 END
46
47 #endif // APSTUDIO_INVOKED
48
49
50 /////////////////////////////////////////////////////////////////////////////
51 //
52 // Icon
53 //
54
55 // Icon with lowest ID value placed first to ensure application icon
56 // remains consistent on all systems.
57 IDI_TRAY ICON "icon.ico"
58
59 /////////////////////////////////////////////////////////////////////////////
60 //
61 // Menu
62 //
63
64 IDR_TRAY MENU
65 BEGIN
66 POPUP "&SeamlessRDP Shell"
67 BEGIN
68 MENUITEM "&About", ID_WMABOUT
69 MENUITEM "&Exit", ID_WMEXIT
70 END
71 END
72
73
74 /////////////////////////////////////////////////////////////////////////////
75 //
76 // Dialog
77 //
78
79 IDD_ABOUT DIALOGEX 0, 0, 125, 81
80 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION |
81 WS_SYSMENU
82 CAPTION "About"
83 FONT 8, "MS Sans Serif", 0, 0, 0x0
84 BEGIN
85 ICON IDI_TRAY,IDC_STATIC,50,4,21,20
86 DEFPUSHBUTTON "OK",IDOK,33,56,50,14
87 GROUPBOX "",IDC_STATIC,0,0,124,81
88 CTEXT " 0.1",IDC_STATIC,18,41,82,8
89 CTEXT "seamlessrdp",IDC_STATIC,19,27,82,8
90 END
91
92 #endif // German (Germany) resources
93 /////////////////////////////////////////////////////////////////////////////
94
95
96
97 #ifndef APSTUDIO_INVOKED
98 /////////////////////////////////////////////////////////////////////////////
99 //
100 // Generated from the TEXTINCLUDE 3 resource.
101 //
102
103
104 /////////////////////////////////////////////////////////////////////////////
105 #endif // not APSTUDIO_INVOKED
106

  ViewVC Help
Powered by ViewVC 1.1.26