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 <winresrc.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
31BEGIN
32    "resource.h\0"
33END
34
352 TEXTINCLUDE
36BEGIN
37    "#include <winresrc.h>\r\n"
38    "\0"
39END
40
413 TEXTINCLUDE
42BEGIN
43    "\r\n"
44    "\0"
45END
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.
57IDI_BARRIER             ICON                    "barriers.ico"
58IDI_TASKBAR_NOT_RUNNING ICON                    "tb_idle.ico"
59IDI_TASKBAR_NOT_WORKING ICON                    "tb_error.ico"
60IDI_TASKBAR_NOT_CONNECTED ICON                    "tb_wait.ico"
61IDI_TASKBAR_CONNECTED   ICON                    "tb_run.ico"
62
63/////////////////////////////////////////////////////////////////////////////
64//
65// Menu
66//
67
68IDR_TASKBAR MENU
69BEGIN
70    POPUP "Barrier"
71    BEGIN
72        MENUITEM "Show Status",                 IDC_TASKBAR_STATUS
73        MENUITEM "Show Log",                    IDC_TASKBAR_SHOW_LOG
74        MENUITEM "Copy Log To Clipboard",       IDC_TASKBAR_LOG
75        POPUP "Set Log Level"
76        BEGIN
77            MENUITEM "Error",                       IDC_TASKBAR_LOG_LEVEL_ERROR
78            MENUITEM "Warning",                     IDC_TASKBAR_LOG_LEVEL_WARNING
79            MENUITEM "Note",                        IDC_TASKBAR_LOG_LEVEL_NOTE
80            MENUITEM "Info",                        IDC_TASKBAR_LOG_LEVEL_INFO
81            MENUITEM "Debug",                       IDC_TASKBAR_LOG_LEVEL_DEBUG
82            MENUITEM "Debug1",                      IDC_TASKBAR_LOG_LEVEL_DEBUG1
83            MENUITEM "Debug2",                      IDC_TASKBAR_LOG_LEVEL_DEBUG2
84        END
85        MENUITEM "Reload Configuration",        IDC_RELOAD_CONFIG
86        MENUITEM "Force Reconnect",             IDC_FORCE_RECONNECT
87        MENUITEM "Reset Server",                ID_BARRIER_RESETSERVER
88        MENUITEM SEPARATOR
89        MENUITEM "Quit",                        IDC_TASKBAR_QUIT
90    END
91END
92
93
94/////////////////////////////////////////////////////////////////////////////
95//
96// Dialog
97//
98
99IDD_TASKBAR_STATUS DIALOG  0, 0, 145, 60
100STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP
101FONT 8, "MS Sans Serif"
102BEGIN
103    EDITTEXT        IDC_TASKBAR_STATUS_STATUS,3,3,139,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER
104    LISTBOX         IDC_TASKBAR_STATUS_CLIENTS,3,17,139,40,NOT LBS_NOTIFY | LBS_SORT | LBS_NOINTEGRALHEIGHT | LBS_NOSEL | WS_VSCROLL | WS_TABSTOP
105END
106
107
108/////////////////////////////////////////////////////////////////////////////
109//
110// String Table
111//
112
113STRINGTABLE
114BEGIN
115    IDS_FAILED              "Barrier is about to quit with errors or warnings.  Please check the log then click OK."
116    IDS_INIT_FAILED         "Barrier failed to initialize: %{1}"
117    IDS_UNCAUGHT_EXCEPTION  "Uncaught exception: %{1}"
118END
119
120#endif    // English (U.S.) resources
121/////////////////////////////////////////////////////////////////////////////
122
123
124
125#ifndef APSTUDIO_INVOKED
126/////////////////////////////////////////////////////////////////////////////
127//
128// Generated from the TEXTINCLUDE 3 resource.
129//
130
131
132/////////////////////////////////////////////////////////////////////////////
133#endif    // not APSTUDIO_INVOKED
134
135