~nobuto/ubuntu/natty/synergy/merge-from-experimental

« back to all changes in this revision

Viewing changes to cmd/synergys/synergys.rc

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Lutz
  • Date: 2003-10-31 19:36:30 UTC
  • Revision ID: james.westby@ubuntu.com-20031031193630-knbv79x5az7qh49y
Tags: upstream-1.0.14
ImportĀ upstreamĀ versionĀ 1.0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
// English (U.S.) resources
 
17
 
 
18
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
 
19
#ifdef _WIN32
 
20
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 
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
 
 
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_SYNERGY             ICON    DISCARDABLE     "synergys.ico"
 
58
IDI_TASKBAR_NOT_RUNNING ICON    DISCARDABLE     "tb_idle.ico"
 
59
IDI_TASKBAR_NOT_WORKING ICON    DISCARDABLE     "tb_error.ico"
 
60
IDI_TASKBAR_NOT_CONNECTED ICON    DISCARDABLE     "tb_wait.ico"
 
61
IDI_TASKBAR_CONNECTED   ICON    DISCARDABLE     "tb_run.ico"
 
62
 
 
63
/////////////////////////////////////////////////////////////////////////////
 
64
//
 
65
// Menu
 
66
//
 
67
 
 
68
IDR_TASKBAR MENU DISCARDABLE 
 
69
BEGIN
 
70
    POPUP "Synergy"
 
71
    BEGIN
 
72
        MENUITEM "Show Status",                 IDC_TASKBAR_STATUS
 
73
        MENUITEM "Copy Log To Clipboard",       IDC_TASKBAR_LOG
 
74
        MENUITEM SEPARATOR
 
75
        MENUITEM "Quit",                        IDC_TASKBAR_QUIT
 
76
    END
 
77
END
 
78
 
 
79
 
 
80
/////////////////////////////////////////////////////////////////////////////
 
81
//
 
82
// Dialog
 
83
//
 
84
 
 
85
IDD_TASKBAR_STATUS DIALOG DISCARDABLE  0, 0, 145, 60
 
86
STYLE DS_MODALFRAME | WS_POPUP
 
87
FONT 8, "MS Sans Serif"
 
88
BEGIN
 
89
    EDITTEXT        IDC_TASKBAR_STATUS_STATUS,3,3,139,12,ES_AUTOHSCROLL | 
 
90
                    ES_READONLY | NOT WS_BORDER
 
91
    LISTBOX         IDC_TASKBAR_STATUS_CLIENTS,3,17,139,40,NOT LBS_NOTIFY | 
 
92
                    LBS_SORT | LBS_NOINTEGRALHEIGHT | LBS_NOSEL | WS_VSCROLL | 
 
93
                    WS_TABSTOP
 
94
END
 
95
 
 
96
 
 
97
/////////////////////////////////////////////////////////////////////////////
 
98
//
 
99
// String Table
 
100
//
 
101
 
 
102
STRINGTABLE DISCARDABLE 
 
103
BEGIN
 
104
    IDS_FAILED              "Synergy is about to quit with errors or warnings.  Please check the log then click OK."
 
105
END
 
106
 
 
107
#endif    // English (U.S.) resources
 
108
/////////////////////////////////////////////////////////////////////////////
 
109
 
 
110
 
 
111
 
 
112
#ifndef APSTUDIO_INVOKED
 
113
/////////////////////////////////////////////////////////////////////////////
 
114
//
 
115
// Generated from the TEXTINCLUDE 3 resource.
 
116
//
 
117
 
 
118
 
 
119
/////////////////////////////////////////////////////////////////////////////
 
120
#endif    // not APSTUDIO_INVOKED
 
121