/[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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 926 by astrand, Thu Jun 30 12:53:07 2005 UTC revision 930 by astrand, Thu Jun 30 14:14:56 2005 UTC
# Line 1  Line 1 
1  // Microsoft Visual C++ generated resource script.  // Microsoft Visual C++ generated resource script.
2  //  //
3  #include "resource.h"  #include "resource.h"
4    
5  #define APSTUDIO_READONLY_SYMBOLS  #define APSTUDIO_READONLY_SYMBOLS
6  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
7  //  //
8  // Generated from the TEXTINCLUDE 2 resource.  // Generated from the TEXTINCLUDE 2 resource.
9  //  //
10  #include "afxres.h"  #include "afxres.h"
11    
12  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
13  #undef APSTUDIO_READONLY_SYMBOLS  #undef APSTUDIO_READONLY_SYMBOLS
14    
15  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
16  // German (Germany) resources  // German (Germany) resources
17    
18  #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)  #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
19  #ifdef _WIN32  #ifdef _WIN32
20  LANGUAGE LANG_GERMAN, SUBLANG_GERMAN  LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
21  #pragma code_page(1252)  #pragma code_page(1252)
22  #endif //_WIN32  #endif //_WIN32
23    
24  #ifdef APSTUDIO_INVOKED  #ifdef APSTUDIO_INVOKED
25  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
26  //  //
27  // TEXTINCLUDE  // TEXTINCLUDE
28  //  //
29    
30  1 TEXTINCLUDE  1 TEXTINCLUDE
31  BEGIN  BEGIN
32      "resource.h\0"      "resource.h\0"
33  END  END
34    
35  2 TEXTINCLUDE  2 TEXTINCLUDE
36  BEGIN  BEGIN
37      "#include ""afxres.h""\r\n"      "#include ""afxres.h""\r\n"
38      "\0"      "\0"
39  END  END
40    
41  3 TEXTINCLUDE  3 TEXTINCLUDE
42  BEGIN  BEGIN
43      "\r\n"      "\r\n"
44      "\0"      "\0"
45  END  END
46    
47  #endif    // APSTUDIO_INVOKED  #endif    // APSTUDIO_INVOKED
48    
49    
50  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
51  //  //
52  // Icon  // Icon
53  //  //
54    
55  // Icon with lowest ID value placed first to ensure application icon  // Icon with lowest ID value placed first to ensure application icon
56  // remains consistent on all systems.  // remains consistent on all systems.
57  IDI_TRAY                ICON                    "icon.ico"  IDI_TRAY                ICON                    "icon.ico"
58    
59  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
60  //  //
61  // Menu  // Menu
62  //  //
63    
64  IDR_TRAY MENU  IDR_TRAY MENU
65  BEGIN  BEGIN
66      POPUP "&SeamlessRDP Shell"      POPUP "&SeamlessRDP Shell"
67      BEGIN      BEGIN
68          MENUITEM "&About",                      ID_WMABOUT          MENUITEM "&About",                      ID_WMABOUT
69          MENUITEM "&Exit",                       ID_WMEXIT          MENUITEM "&Exit",                       ID_WMEXIT
70      END      END
71  END  END
72    
73    
74  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
75  //  //
76  // Dialog  // Dialog
77  //  //
78    
79  IDD_ABOUT DIALOGEX 0, 0, 125, 81  IDD_ABOUT DIALOGEX 0, 0, 125, 81
80  STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION |  STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION |
81      WS_SYSMENU      WS_SYSMENU
82  CAPTION "About"  CAPTION "About"
83  FONT 8, "MS Sans Serif", 0, 0, 0x0  FONT 8, "MS Sans Serif", 0, 0, 0x0
84  BEGIN  BEGIN
85      ICON            IDI_TRAY,IDC_STATIC,50,4,21,20      ICON            IDI_TRAY,IDC_STATIC,50,4,21,20
86      DEFPUSHBUTTON   "OK",IDOK,33,56,50,14      DEFPUSHBUTTON   "OK",IDOK,33,56,50,14
87      GROUPBOX        "",IDC_STATIC,0,0,124,81      GROUPBOX        "",IDC_STATIC,0,0,124,81
88      CTEXT           " 0.1",IDC_STATIC,18,41,82,8      CTEXT           " 0.1",IDC_STATIC,18,41,82,8
89      CTEXT           "seamlessrdp",IDC_STATIC,19,27,82,8      CTEXT           "seamlessrdp",IDC_STATIC,19,27,82,8
90  END  END
91    
92  #endif    // German (Germany) resources  #endif    // German (Germany) resources
93  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
94    
95    
96    
97  #ifndef APSTUDIO_INVOKED  #ifndef APSTUDIO_INVOKED
98  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
99  //  //
100  // Generated from the TEXTINCLUDE 3 resource.  // Generated from the TEXTINCLUDE 3 resource.
101  //  //
102    
103    
104  /////////////////////////////////////////////////////////////////////////////  /////////////////////////////////////////////////////////////////////////////
105  #endif    // not APSTUDIO_INVOKED  #endif    // not APSTUDIO_INVOKED
106    

Legend:
Removed from v.926  
changed lines
  Added in v.930

  ViewVC Help
Powered by ViewVC 1.1.26