summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--COPYING2
-rw-r--r--bigbrother.rc14
-rw-r--r--help/bigbrother.rtf4
-rw-r--r--help/bigbrother.xml5
-rw-r--r--install/install.cpp8
-rw-r--r--install/install.rc10
6 files changed, 27 insertions, 16 deletions
diff --git a/COPYING b/COPYING
index 427b0ba..fa23ff9 100644
--- a/COPYING
+++ b/COPYING
@@ -1,19 +1,19 @@
1Copyright (c) 1996-2004 Klever Group (http://www.klever.net/) 1Copyright (c) 1996-2005 Klever Group (http://www.klever.net/)
2 2
3Permission is hereby granted, free of charge, to any person obtaining a copy of 3Permission is hereby granted, free of charge, to any person obtaining a copy of
4this software and associated documentation files (the "Software"), to deal in 4this software and associated documentation files (the "Software"), to deal in
5the Software without restriction, including without limitation the rights to 5the Software without restriction, including without limitation the rights to
6use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 6use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7of the Software, and to permit persons to whom the Software is furnished to do 7of the Software, and to permit persons to whom the Software is furnished to do
8so, subject to the following conditions: 8so, subject to the following conditions:
9 9
10The above copyright notice and this permission notice shall be included in all 10The above copyright notice and this permission notice shall be included in all
11copies or substantial portions of the Software. 11copies or substantial portions of the Software.
12 12
13THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 16AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 17LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 18OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19SOFTWARE. 19SOFTWARE.
diff --git a/bigbrother.rc b/bigbrother.rc
index e4c335f..d7aedec 100644
--- a/bigbrother.rc
+++ b/bigbrother.rc
@@ -48,540 +48,540 @@ BEGIN
48 "#ifdef _WIN32\r\n" 48 "#ifdef _WIN32\r\n"
49 "LANGUAGE 9, 1\r\n" 49 "LANGUAGE 9, 1\r\n"
50 "#pragma code_page(1252)\r\n" 50 "#pragma code_page(1252)\r\n"
51 "#endif\r\n" 51 "#endif\r\n"
52 "#include ""res\\BigBrother.rc2"" // non-Microsoft Visual C++ edited resources\r\n" 52 "#include ""res\\BigBrother.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
53 "#include ""afxres.rc"" // Standard components\r\n" 53 "#include ""afxres.rc"" // Standard components\r\n"
54 "#include ""afxprint.rc"" // printing/print preview resources\r\n" 54 "#include ""afxprint.rc"" // printing/print preview resources\r\n"
55 "#endif\0" 55 "#endif\0"
56END 56END
57 57
58#endif // APSTUDIO_INVOKED 58#endif // APSTUDIO_INVOKED
59 59
60 60
61///////////////////////////////////////////////////////////////////////////// 61/////////////////////////////////////////////////////////////////////////////
62// 62//
63// Icon 63// Icon
64// 64//
65 65
66// Icon with lowest ID value placed first to ensure application icon 66// Icon with lowest ID value placed first to ensure application icon
67// remains consistent on all systems. 67// remains consistent on all systems.
68IDR_MAINFRAME ICON DISCARDABLE "res\\bigbrother.ico" 68IDR_MAINFRAME ICON DISCARDABLE "res\\bigbrother.ico"
69IDR_BIGBROTYPE ICON DISCARDABLE "res\\BigBrotherDoc.ico" 69IDR_BIGBROTYPE ICON DISCARDABLE "res\\BigBrotherDoc.ico"
70IDI_NOHOST ICON DISCARDABLE "res\\nohost.ico" 70IDI_NOHOST ICON DISCARDABLE "res\\nohost.ico"
71IDI_PENDING ICON DISCARDABLE "res\\pending.ico" 71IDI_PENDING ICON DISCARDABLE "res\\pending.ico"
72IDI_HOST ICON DISCARDABLE "res\\host.ico" 72IDI_HOST ICON DISCARDABLE "res\\host.ico"
73IDI_PINGING ICON DISCARDABLE "res\\pinging.ico" 73IDI_PINGING ICON DISCARDABLE "res\\pinging.ico"
74IDI_GOINGDOWN ICON DISCARDABLE "res\\goingdown.ico" 74IDI_GOINGDOWN ICON DISCARDABLE "res\\goingdown.ico"
75IDI_HOSTDOWN ICON DISCARDABLE "res\\hostdown.ico" 75IDI_HOSTDOWN ICON DISCARDABLE "res\\hostdown.ico"
76IDI_PREPLAY ICON DISCARDABLE "shared-data/play-icon.ico" 76IDI_PREPLAY ICON DISCARDABLE "shared-data/play-icon.ico"
77IDI_BROWSESOUND ICON DISCARDABLE "shared-data/browse-icon.ico" 77IDI_BROWSESOUND ICON DISCARDABLE "shared-data/browse-icon.ico"
78 78
79///////////////////////////////////////////////////////////////////////////// 79/////////////////////////////////////////////////////////////////////////////
80// 80//
81// Bitmap 81// Bitmap
82// 82//
83 83
84IDR_MAINFRAME BITMAP MOVEABLE PURE "res\\maintoolbar.bmp" 84IDR_MAINFRAME BITMAP MOVEABLE PURE "res\\maintoolbar.bmp"
85IDR_JUNKTOOLBAR BITMAP DISCARDABLE "res\\junktoolbar.bmp" 85IDR_JUNKTOOLBAR BITMAP DISCARDABLE "res\\junktoolbar.bmp"
86 86
87///////////////////////////////////////////////////////////////////////////// 87/////////////////////////////////////////////////////////////////////////////
88// 88//
89// Toolbar 89// Toolbar
90// 90//
91 91
92IDR_MAINFRAME TOOLBAR DISCARDABLE 16, 15 92IDR_MAINFRAME TOOLBAR DISCARDABLE 16, 15
93BEGIN 93BEGIN
94 BUTTON ID_FILE_NEW 94 BUTTON ID_FILE_NEW
95 BUTTON ID_FILE_OPEN 95 BUTTON ID_FILE_OPEN
96 BUTTON ID_FILE_SAVE 96 BUTTON ID_FILE_SAVE
97 SEPARATOR 97 SEPARATOR
98 BUTTON ID_BROTHERS_NEW 98 BUTTON ID_BROTHERS_NEW
99 BUTTON ID_BROTHERS_ADDBROTHER 99 BUTTON ID_BROTHERS_ADDBROTHER
100 BUTTON ID_BROTHERS_DELETE 100 BUTTON ID_BROTHERS_DELETE
101 SEPARATOR 101 SEPARATOR
102 BUTTON ID_VIEW_HOSTPROPERTIES 102 BUTTON ID_VIEW_HOSTPROPERTIES
103 BUTTON ID_FILE_PAUSE 103 BUTTON ID_FILE_PAUSE
104 SEPARATOR 104 SEPARATOR
105 BUTTON ID_APP_ABOUT 105 BUTTON ID_APP_ABOUT
106 BUTTON ID_CONTEXT_HELP 106 BUTTON ID_CONTEXT_HELP
107 BUTTON ID_HELP_LEGEND 107 BUTTON ID_HELP_LEGEND
108END 108END
109 109
110IDR_JUNKTOOLBAR TOOLBAR DISCARDABLE 16, 15 110IDR_JUNKTOOLBAR TOOLBAR DISCARDABLE 16, 15
111BEGIN 111BEGIN
112 BUTTON ID_FILE_PRINT 112 BUTTON ID_FILE_PRINT
113 BUTTON ID_EDIT_CUT 113 BUTTON ID_EDIT_CUT
114 BUTTON ID_EDIT_COPY 114 BUTTON ID_EDIT_COPY
115 BUTTON ID_EDIT_PASTE 115 BUTTON ID_EDIT_PASTE
116END 116END
117 117
118 118
119///////////////////////////////////////////////////////////////////////////// 119/////////////////////////////////////////////////////////////////////////////
120// 120//
121// Menu 121// Menu
122// 122//
123 123
124IDR_MAINFRAME MENU PRELOAD DISCARDABLE 124IDR_MAINFRAME MENU PRELOAD DISCARDABLE
125BEGIN 125BEGIN
126 POPUP "&File" 126 POPUP "&File"
127 BEGIN 127 BEGIN
128 MENUITEM "&New\tCtrl+N", ID_FILE_NEW 128 MENUITEM "&New\tCtrl+N", ID_FILE_NEW
129 MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN 129 MENUITEM "&Open...\tCtrl+O", ID_FILE_OPEN
130 MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE 130 MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
131 MENUITEM "Save &As...", ID_FILE_SAVE_AS 131 MENUITEM "Save &As...", ID_FILE_SAVE_AS
132 MENUITEM SEPARATOR 132 MENUITEM SEPARATOR
133 MENUITEM "&Autoload", ID_FILE_AUTOLOAD 133 MENUITEM "&Autoload", ID_FILE_AUTOLOAD
134 MENUITEM "Preferences\tCtrl+P", ID_FILE_PREFERENCES 134 MENUITEM "Preferences\tCtrl+P", ID_FILE_PREFERENCES
135 MENUITEM "&Pause", ID_FILE_PAUSE 135 MENUITEM "&Pause", ID_FILE_PAUSE
136 MENUITEM SEPARATOR 136 MENUITEM SEPARATOR
137 MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED 137 MENUITEM "Recent File", ID_FILE_MRU_FILE1, GRAYED
138 MENUITEM SEPARATOR 138 MENUITEM SEPARATOR
139 MENUITEM "E&xit", ID_APP_EXIT 139 MENUITEM "E&xit", ID_APP_EXIT
140 END 140 END
141 POPUP "&Brother" 141 POPUP "&Brother"
142 BEGIN 142 BEGIN
143 MENUITEM "Add &child", ID_BROTHERS_NEW 143 MENUITEM "Add &child", ID_BROTHERS_NEW
144 MENUITEM "Add &brother", ID_BROTHERS_ADDBROTHER 144 MENUITEM "Add &brother", ID_BROTHERS_ADDBROTHER
145 MENUITEM "&Delete", ID_BROTHERS_DELETE 145 MENUITEM "&Delete", ID_BROTHERS_DELETE
146 END 146 END
147 POPUP "&View" 147 POPUP "&View"
148 BEGIN 148 BEGIN
149 MENUITEM "&Toolbar", ID_VIEW_TOOLBAR 149 MENUITEM "&Toolbar", ID_VIEW_TOOLBAR
150 MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR 150 MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR
151 MENUITEM "Adjust s&plitter", ID_WINDOW_SPLIT 151 MENUITEM "Adjust s&plitter", ID_WINDOW_SPLIT
152 MENUITEM SEPARATOR 152 MENUITEM SEPARATOR
153 MENUITEM "&Main Window", ID_VIEW_MAINWINDOW 153 MENUITEM "&Main Window", ID_VIEW_MAINWINDOW
154 MENUITEM "&Host Properties", ID_VIEW_HOSTPROPERTIES 154 MENUITEM "&Host Properties", ID_VIEW_HOSTPROPERTIES
155 END 155 END
156 POPUP "&Help" 156 POPUP "&Help"
157 BEGIN 157 BEGIN
158 MENUITEM "&Help Topics", ID_HELP_FINDER 158 MENUITEM "&Help Topics", ID_HELP_FINDER
159 MENUITEM "&Legend", ID_HELP_LEGEND 159 MENUITEM "&Legend", ID_HELP_LEGEND
160 MENUITEM SEPARATOR 160 MENUITEM SEPARATOR
161 MENUITEM "&About BigBrother...", ID_APP_ABOUT 161 MENUITEM "&About BigBrother...", ID_APP_ABOUT
162 END 162 END
163END 163END
164 164
165IDM_POPUPS MENU DISCARDABLE 165IDM_POPUPS MENU DISCARDABLE
166BEGIN 166BEGIN
167 POPUP "Tray" 167 POPUP "Tray"
168 BEGIN 168 BEGIN
169 MENUITEM "&Show main window", ID_VIEW_MAINWINDOW 169 MENUITEM "&Show main window", ID_VIEW_MAINWINDOW
170 MENUITEM SEPARATOR 170 MENUITEM SEPARATOR
171 MENUITEM "&Help Topics", ID_HELP_FINDER 171 MENUITEM "&Help Topics", ID_HELP_FINDER
172 MENUITEM "&About Big Brother", ID_APP_ABOUT 172 MENUITEM "&About Big Brother", ID_APP_ABOUT
173 MENUITEM "E&xit", ID_APP_EXIT 173 MENUITEM "E&xit", ID_APP_EXIT
174 END 174 END
175 POPUP "Junk" 175 POPUP "Junk"
176 BEGIN 176 BEGIN
177 MENUITEM "PingBar", ID_INDICATOR_PINGBAR 177 MENUITEM "PingBar", ID_INDICATOR_PINGBAR
178 POPUP "&Edit" 178 POPUP "&Edit"
179 BEGIN 179 BEGIN
180 MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO 180 MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
181 MENUITEM SEPARATOR 181 MENUITEM SEPARATOR
182 MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT 182 MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
183 MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY 183 MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
184 MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE 184 MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
185 END 185 END
186 MENUITEM SEPARATOR 186 MENUITEM SEPARATOR
187 MENUITEM "&Print...\tCtrl+P", ID_FILE_PRINT 187 MENUITEM "&Print...\tCtrl+P", ID_FILE_PRINT
188 MENUITEM "Print Pre&view", ID_FILE_PRINT_PREVIEW 188 MENUITEM "Print Pre&view", ID_FILE_PRINT_PREVIEW
189 MENUITEM "P&rint Setup...", ID_FILE_PRINT_SETUP 189 MENUITEM "P&rint Setup...", ID_FILE_PRINT_SETUP
190 END 190 END
191END 191END
192 192
193 193
194///////////////////////////////////////////////////////////////////////////// 194/////////////////////////////////////////////////////////////////////////////
195// 195//
196// Accelerator 196// Accelerator
197// 197//
198 198
199IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 199IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE
200BEGIN 200BEGIN
201 "N", ID_FILE_NEW, VIRTKEY, CONTROL, NOINVERT 201 "N", ID_FILE_NEW, VIRTKEY, CONTROL, NOINVERT
202 "O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT 202 "O", ID_FILE_OPEN, VIRTKEY, CONTROL, NOINVERT
203 "P", ID_FILE_PREFERENCES, VIRTKEY, CONTROL, NOINVERT 203 "P", ID_FILE_PREFERENCES, VIRTKEY, CONTROL, NOINVERT
204 "S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT 204 "S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT
205 VK_DELETE, ID_BROTHERS_DELETE, VIRTKEY, NOINVERT 205 VK_DELETE, ID_BROTHERS_DELETE, VIRTKEY, NOINVERT
206 VK_DELETE, ID_BROTHERS_DELETE, VIRTKEY, NOINVERT 206 VK_DELETE, ID_BROTHERS_DELETE, VIRTKEY, NOINVERT
207 VK_F1, ID_HELP, VIRTKEY, NOINVERT 207 VK_F1, ID_HELP, VIRTKEY, NOINVERT
208 VK_F1, ID_CONTEXT_HELP, VIRTKEY, SHIFT, NOINVERT 208 VK_F1, ID_CONTEXT_HELP, VIRTKEY, SHIFT, NOINVERT
209 VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT 209 VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT
210 VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT 210 VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT
211 VK_INSERT, ID_BROTHERS_NEW, VIRTKEY, NOINVERT 211 VK_INSERT, ID_BROTHERS_NEW, VIRTKEY, NOINVERT
212 "X", ID_APP_EXIT, VIRTKEY, ALT, NOINVERT 212 "X", ID_APP_EXIT, VIRTKEY, ALT, NOINVERT
213END 213END
214 214
215IDR_JUNKACCELERATOR ACCELERATORS DISCARDABLE 215IDR_JUNKACCELERATOR ACCELERATORS DISCARDABLE
216BEGIN 216BEGIN
217 "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT 217 "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
218 "P", ID_FILE_PRINT, VIRTKEY, CONTROL, NOINVERT 218 "P", ID_FILE_PRINT, VIRTKEY, CONTROL, NOINVERT
219 "V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT 219 "V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT
220 VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT 220 VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT
221 VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT 221 VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT
222 VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT 222 VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT
223 VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT 223 VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT
224 "X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT 224 "X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT
225 "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT 225 "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT
226END 226END
227 227
228 228
229///////////////////////////////////////////////////////////////////////////// 229/////////////////////////////////////////////////////////////////////////////
230// 230//
231// Dialog 231// Dialog
232// 232//
233 233
234IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 217, 74 234IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 217, 74
235STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU 235STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
236CAPTION "About Big Brother" 236CAPTION "About Big Brother"
237FONT 8, "MS Sans Serif" 237FONT 8, "MS Sans Serif"
238BEGIN 238BEGIN
239 ICON IDR_MAINFRAME,IDC_STATIC,13,16,18,20 239 ICON IDR_MAINFRAME,IDC_STATIC,13,16,18,20
240 LTEXT "Big Brother, Version 1.5",IDC_STATIC,48,16,119,8, 240 LTEXT "Big Brother, Version 1.5.1",IDC_STATIC,48,16,119,8,
241 SS_NOPREFIX 241 SS_NOPREFIX
242 LTEXT "Copyright © 1996-2004 Klever Group",IDC_STATIC,48,31,119,8 242 LTEXT "Copyright © 1996-2005 Klever Group",IDC_STATIC,48,31,119,8
243 DEFPUSHBUTTON "OK",IDOK,178,7,32,14,WS_GROUP 243 DEFPUSHBUTTON "OK",IDOK,178,7,32,14,WS_GROUP
244 PUSHBUTTON "http://www.klever.net/",IDC_KLEVERNET,65,53,86,14 244 PUSHBUTTON "http://www.klever.net/",IDC_KLEVERNET,65,53,86,14
245END 245END
246 246
247IDD_PROPS_SETTINGS DIALOG DISCARDABLE 0, 0, 220, 90 247IDD_PROPS_SETTINGS DIALOG DISCARDABLE 0, 0, 220, 90
248STYLE DS_3DLOOK | WS_CHILD | WS_DISABLED | WS_CAPTION 248STYLE DS_3DLOOK | WS_CHILD | WS_DISABLED | WS_CAPTION
249CAPTION "Settings" 249CAPTION "Settings"
250FONT 8, "MS Sans Serif" 250FONT 8, "MS Sans Serif"
251BEGIN 251BEGIN
252 GROUPBOX "",IDC_STATIC,7,7,206,45,BS_NOTIFY 252 GROUPBOX "",IDC_STATIC,7,7,206,45,BS_NOTIFY
253 CONTROL "Ping &Intervals",IDC_OVERRIDE_INTERVALS,"Button", 253 CONTROL "Ping &Intervals",IDC_OVERRIDE_INTERVALS,"Button",
254 BS_AUTOCHECKBOX | WS_TABSTOP,14,7,55,10 254 BS_AUTOCHECKBOX | WS_TABSTOP,14,7,55,10
255 LTEXT "When the host is known as reach&able:",IDC_STATIC,14,18, 255 LTEXT "When the host is known as reach&able:",IDC_STATIC,14,18,
256 122,8 256 122,8
257 EDITTEXT IDC_PINGINTERVAL_GOOD,165,16,40,13,ES_AUTOHSCROLL 257 EDITTEXT IDC_PINGINTERVAL_GOOD,165,16,40,13,ES_AUTOHSCROLL
258 LTEXT "When the host is known as &unreachable:",IDC_STATIC,14, 258 LTEXT "When the host is known as &unreachable:",IDC_STATIC,14,
259 32,130,8 259 32,130,8
260 EDITTEXT IDC_PINGINTERVAL_BAD,165,30,40,13,ES_AUTOHSCROLL 260 EDITTEXT IDC_PINGINTERVAL_BAD,165,30,40,13,ES_AUTOHSCROLL
261 CONTROL "Maximum ping reply &timeout:",IDC_OVERRIDE_TIMEOUT, 261 CONTROL "Maximum ping reply &timeout:",IDC_OVERRIDE_TIMEOUT,
262 "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,56,104,10 262 "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,56,104,10
263 EDITTEXT IDC_PINGTIMEOUT,165,55,40,13,ES_AUTOHSCROLL 263 EDITTEXT IDC_PINGTIMEOUT,165,55,40,13,ES_AUTOHSCROLL
264 CONTROL "Maimum &retries count:",IDC_OVERRIDE_RETRIES,"Button", 264 CONTROL "Maimum &retries count:",IDC_OVERRIDE_RETRIES,"Button",
265 BS_AUTOCHECKBOX | WS_TABSTOP,14,70,85,10 265 BS_AUTOCHECKBOX | WS_TABSTOP,14,70,85,10
266 EDITTEXT IDC_RETRIES,165,70,40,13,ES_AUTOHSCROLL 266 EDITTEXT IDC_RETRIES,165,70,40,13,ES_AUTOHSCROLL
267END 267END
268 268
269IDD_PROPS_GENERAL DIALOG DISCARDABLE 0, 0, 221, 90 269IDD_PROPS_GENERAL DIALOG DISCARDABLE 0, 0, 221, 90
270STYLE DS_3DLOOK | WS_CHILD | WS_DISABLED | WS_CAPTION 270STYLE DS_3DLOOK | WS_CHILD | WS_DISABLED | WS_CAPTION
271CAPTION "General" 271CAPTION "General"
272FONT 8, "MS Sans Serif" 272FONT 8, "MS Sans Serif"
273BEGIN 273BEGIN
274 LTEXT "&Host:",IDC_STATIC,7,7,18,8 274 LTEXT "&Host:",IDC_STATIC,7,7,18,8
275 EDITTEXT IDC_HOST,7,17,205,13,ES_LOWERCASE | ES_AUTOHSCROLL 275 EDITTEXT IDC_HOST,7,17,205,13,ES_LOWERCASE | ES_AUTOHSCROLL
276 LTEXT "&Description:",IDC_STATIC,7,33,38,8 276 LTEXT "&Description:",IDC_STATIC,7,33,38,8
277 EDITTEXT IDC_DESC,7,44,205,13,ES_AUTOHSCROLL 277 EDITTEXT IDC_DESC,7,44,205,13,ES_AUTOHSCROLL
278 CONTROL "&Log host's activity",IDC_LOG_ACTIVITY,"Button", 278 CONTROL "&Log host's activity",IDC_LOG_ACTIVITY,"Button",
279 BS_AUTO3STATE | BS_PUSHLIKE | WS_TABSTOP,7,63,205,14 279 BS_AUTO3STATE | BS_PUSHLIKE | WS_TABSTOP,7,63,205,14
280END 280END
281 281
282IDD_PROPS_ACTION DIALOG DISCARDABLE 0, 0, 220, 90 282IDD_PROPS_ACTION DIALOG DISCARDABLE 0, 0, 220, 90
283STYLE DS_3DLOOK | WS_CHILD | WS_DISABLED | WS_CAPTION 283STYLE DS_3DLOOK | WS_CHILD | WS_DISABLED | WS_CAPTION
284CAPTION "Action" 284CAPTION "Action"
285FONT 8, "MS Sans Serif" 285FONT 8, "MS Sans Serif"
286BEGIN 286BEGIN
287 CONTROL "&Override Action",IDC_OVERRIDE_ACTION,"Button", 287 CONTROL "&Override Action",IDC_OVERRIDE_ACTION,"Button",
288 BS_AUTOCHECKBOX | BS_PUSHLIKE | WS_TABSTOP,7,7,208,11 288 BS_AUTOCHECKBOX | BS_PUSHLIKE | WS_TABSTOP,7,7,208,11
289 GROUPBOX "Going down",IDC_STATIC,7,20,102,63 289 GROUPBOX "Going down",IDC_STATIC,7,20,102,63
290 CONTROL "&Play a sound:",IDC_PLAYASOUND_DOWN,"Button", 290 CONTROL "&Play a sound:",IDC_PLAYASOUND_DOWN,"Button",
291 BS_AUTOCHECKBOX | WS_TABSTOP,13,29,59,10 291 BS_AUTOCHECKBOX | WS_TABSTOP,13,29,59,10
292 COMBOBOX IDC_SOUND_DOWN,13,40,91,43,CBS_DROPDOWN | 292 COMBOBOX IDC_SOUND_DOWN,13,40,91,43,CBS_DROPDOWN |
293 CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP 293 CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
294 PUSHBUTTON "",IDC_BROWSE_SOUND_DOWN,78,29,12,10,BS_ICON | BS_CENTER | 294 PUSHBUTTON "",IDC_BROWSE_SOUND_DOWN,78,29,12,10,BS_ICON | BS_CENTER |
295 BS_VCENTER | BS_NOTIFY 295 BS_VCENTER | BS_NOTIFY
296 PUSHBUTTON "",IDC_PREVIEW_SOUND_DOWN,92,29,12,10,BS_ICON | 296 PUSHBUTTON "",IDC_PREVIEW_SOUND_DOWN,92,29,12,10,BS_ICON |
297 BS_CENTER | BS_VCENTER | BS_NOTIFY 297 BS_CENTER | BS_VCENTER | BS_NOTIFY
298 CONTROL "&Run custom program:",IDC_CUSTOM_DOWN,"Button", 298 CONTROL "&Run custom program:",IDC_CUSTOM_DOWN,"Button",
299 BS_AUTOCHECKBOX | WS_TABSTOP,13,55,83,10 299 BS_AUTOCHECKBOX | WS_TABSTOP,13,55,83,10
300 EDITTEXT IDC_PROGRAM_DOWN,13,66,91,12,ES_AUTOHSCROLL 300 EDITTEXT IDC_PROGRAM_DOWN,13,66,91,12,ES_AUTOHSCROLL
301 GROUPBOX "Going up",IDC_STATIC,111,20,102,63 301 GROUPBOX "Going up",IDC_STATIC,111,20,102,63
302 CONTROL "P&lay a sound:",IDC_PLAYASOUND_UP,"Button", 302 CONTROL "P&lay a sound:",IDC_PLAYASOUND_UP,"Button",
303 BS_AUTOCHECKBOX | WS_TABSTOP,117,29,59,10 303 BS_AUTOCHECKBOX | WS_TABSTOP,117,29,59,10
304 COMBOBOX IDC_SOUND_UP,117,40,91,43,CBS_DROPDOWN | CBS_AUTOHSCROLL | 304 COMBOBOX IDC_SOUND_UP,117,40,91,43,CBS_DROPDOWN | CBS_AUTOHSCROLL |
305 WS_VSCROLL | WS_TABSTOP 305 WS_VSCROLL | WS_TABSTOP
306 PUSHBUTTON "",IDC_BROWSE_SOUND_UP,182,29,12,10,BS_ICON | BS_CENTER | 306 PUSHBUTTON "",IDC_BROWSE_SOUND_UP,182,29,12,10,BS_ICON | BS_CENTER |
307 BS_VCENTER | BS_NOTIFY 307 BS_VCENTER | BS_NOTIFY
308 PUSHBUTTON "",IDC_PREVIEW_SOUND_UP,196,29,12,10,BS_ICON | BS_CENTER | 308 PUSHBUTTON "",IDC_PREVIEW_SOUND_UP,196,29,12,10,BS_ICON | BS_CENTER |
309 BS_VCENTER | BS_NOTIFY 309 BS_VCENTER | BS_NOTIFY
310 CONTROL "R&un custom program:",IDC_CUSTOM_UP,"Button", 310 CONTROL "R&un custom program:",IDC_CUSTOM_UP,"Button",
311 BS_AUTOCHECKBOX | WS_TABSTOP,117,55,83,10 311 BS_AUTOCHECKBOX | WS_TABSTOP,117,55,83,10
312 EDITTEXT IDC_PROGRAM_UP,117,66,91,12,ES_AUTOHSCROLL 312 EDITTEXT IDC_PROGRAM_UP,117,66,91,12,ES_AUTOHSCROLL
313END 313END
314 314
315IDD_PREFS DIALOGEX 0, 0, 191, 156 315IDD_PREFS DIALOGEX 0, 0, 191, 156
316STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION 316STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION
317EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CLIENTEDGE 317EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CLIENTEDGE
318CAPTION "Preferences" 318CAPTION "Preferences"
319FONT 8, "MS Sans Serif", 0, 0, 0x1 319FONT 8, "MS Sans Serif", 0, 0, 0x1
320BEGIN 320BEGIN
321 GROUPBOX "Save options",IDC_STATIC,7,7,121,41 321 GROUPBOX "Save options",IDC_STATIC,7,7,121,41
322 CONTROL "On windows shut&down save without confirmation.", 322 CONTROL "On windows shut&down save without confirmation.",
323 IDC_SAVEONSHUTDOWN,"Button",BS_AUTOCHECKBOX | BS_CENTER | 323 IDC_SAVEONSHUTDOWN,"Button",BS_AUTOCHECKBOX | BS_CENTER |
324 BS_MULTILINE | BS_NOTIFY | WS_TABSTOP,13,15,110,16 324 BS_MULTILINE | BS_NOTIFY | WS_TABSTOP,13,15,110,16
325 LTEXT "&Autosave every",IDC_STATIC,13,35,50,8 325 LTEXT "&Autosave every",IDC_STATIC,13,35,50,8
326 EDITTEXT IDC_AUTOSAVEMINS,67,33,27,12,ES_AUTOHSCROLL 326 EDITTEXT IDC_AUTOSAVEMINS,67,33,27,12,ES_AUTOHSCROLL
327 CONTROL "Spin1",IDC_AUTOSPIN,"msctls_updown32",UDS_WRAP | 327 CONTROL "Spin1",IDC_AUTOSPIN,"msctls_updown32",UDS_WRAP |
328 UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | 328 UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
329 UDS_ARROWKEYS | UDS_NOTHOUSANDS,82,33,11,12 329 UDS_ARROWKEYS | UDS_NOTHOUSANDS,82,33,11,12
330 LTEXT "minutes",IDC_STATIC,99,35,25,8 330 LTEXT "minutes",IDC_STATIC,99,35,25,8
331 GROUPBOX "ICMP options",IDC_STATIC,7,49,177,37 331 GROUPBOX "ICMP options",IDC_STATIC,7,49,177,37
332 LTEXT "&Ping data packet size:",IDC_STATIC,13,59,71,8, 332 LTEXT "&Ping data packet size:",IDC_STATIC,13,59,71,8,
333 SS_NOTIFY 333 SS_NOTIFY
334 EDITTEXT IDC_PINGSIZE,87,57,35,12,ES_AUTOHSCROLL 334 EDITTEXT IDC_PINGSIZE,87,57,35,12,ES_AUTOHSCROLL
335 CONTROL "Spin2",IDC_DATASIZESPIN,"msctls_updown32",UDS_WRAP | 335 CONTROL "Spin2",IDC_DATASIZESPIN,"msctls_updown32",UDS_WRAP |
336 UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | 336 UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
337 UDS_ARROWKEYS | UDS_NOTHOUSANDS,106,57,11,12 337 UDS_ARROWKEYS | UDS_NOTHOUSANDS,106,57,11,12
338 LTEXT "bytes",IDC_STATIC,125,59,18,8 338 LTEXT "bytes",IDC_STATIC,125,59,18,8
339 LTEXT "&hosts simultaneously",IDC_STATIC,63,72,65,8 339 LTEXT "&hosts simultaneously",IDC_STATIC,63,72,65,8
340 EDITTEXT IDC_MAXTHREADS,33,70,27,12,ES_AUTOHSCROLL 340 EDITTEXT IDC_MAXTHREADS,33,70,27,12,ES_AUTOHSCROLL
341 CONTROL "Spin3",IDC_THREADSPIN,"msctls_updown32",UDS_WRAP | 341 CONTROL "Spin3",IDC_THREADSPIN,"msctls_updown32",UDS_WRAP |
342 UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | 342 UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
343 UDS_ARROWKEYS | UDS_NOTHOUSANDS,50,70,10,12 343 UDS_ARROWKEYS | UDS_NOTHOUSANDS,50,70,10,12
344 LTEXT "Ping ",IDC_STATIC,13,72,17,8 344 LTEXT "Ping ",IDC_STATIC,13,72,17,8
345 GROUPBOX "Watch options",IDC_STATIC,7,88,177,61 345 GROUPBOX "Watch options",IDC_STATIC,7,88,177,61
346 LTEXT "Log to &file:",IDC_STATIC,13,96,34,8 346 LTEXT "Log to &file:",IDC_STATIC,13,96,34,8
347 EDITTEXT IDC_LOGFILE,13,106,150,13,ES_AUTOHSCROLL 347 EDITTEXT IDC_LOGFILE,13,106,150,13,ES_AUTOHSCROLL
348 PUSHBUTTON "",IDC_BROWSE,166,106,14,13,BS_ICON | BS_CENTER | 348 PUSHBUTTON "",IDC_BROWSE,166,106,14,13,BS_ICON | BS_CENTER |
349 BS_VCENTER | BS_NOTIFY 349 BS_VCENTER | BS_NOTIFY
350 LTEXT "Show &last ",IDC_STATIC,13,122,34,8 350 LTEXT "Show &last ",IDC_STATIC,13,122,34,8
351 EDITTEXT IDC_LOGMINS,47,120,27,12,ES_AUTOHSCROLL 351 EDITTEXT IDC_LOGMINS,47,120,27,12,ES_AUTOHSCROLL
352 CONTROL "Spin1",IDC_LOGMINSPIN,"msctls_updown32",UDS_WRAP | 352 CONTROL "Spin1",IDC_LOGMINSPIN,"msctls_updown32",UDS_WRAP |
353 UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | 353 UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY |
354 UDS_ARROWKEYS | UDS_NOTHOUSANDS,64,120,10,12 354 UDS_ARROWKEYS | UDS_NOTHOUSANDS,64,120,10,12
355 LTEXT "minutes in activity pane",IDC_STATIC,79,122,74,8, 355 LTEXT "minutes in activity pane",IDC_STATIC,79,122,74,8,
356 SS_NOTIFY 356 SS_NOTIFY
357 DEFPUSHBUTTON "OK",IDOK,134,14,50,14 357 DEFPUSHBUTTON "OK",IDOK,134,14,50,14
358 PUSHBUTTON "Cancel",IDCANCEL,134,31,50,14 358 PUSHBUTTON "Cancel",IDCANCEL,134,31,50,14
359 CONTROL "&Store recent activity pane data",IDC_STOREACTIVITY, 359 CONTROL "&Store recent activity pane data",IDC_STOREACTIVITY,
360 "Button",BS_AUTOCHECKBOX | WS_TABSTOP,31,134,113,10 360 "Button",BS_AUTOCHECKBOX | WS_TABSTOP,31,134,113,10
361END 361END
362 362
363 363
364#ifndef _MAC 364#ifndef _MAC
365///////////////////////////////////////////////////////////////////////////// 365/////////////////////////////////////////////////////////////////////////////
366// 366//
367// Version 367// Version
368// 368//
369 369
370VS_VERSION_INFO VERSIONINFO 370VS_VERSION_INFO VERSIONINFO
371 FILEVERSION 1,5,0,0 371 FILEVERSION 1,5,1,0
372 PRODUCTVERSION 1,5,0,0 372 PRODUCTVERSION 1,5,1,0
373 FILEFLAGSMASK 0x3fL 373 FILEFLAGSMASK 0x3fL
374#ifdef _DEBUG 374#ifdef _DEBUG
375 FILEFLAGS 0x1L 375 FILEFLAGS 0x1L
376#else 376#else
377 FILEFLAGS 0x0L 377 FILEFLAGS 0x0L
378#endif 378#endif
379 FILEOS 0x4L 379 FILEOS 0x4L
380 FILETYPE 0x1L 380 FILETYPE 0x1L
381 FILESUBTYPE 0x0L 381 FILESUBTYPE 0x0L
382BEGIN 382BEGIN
383 BLOCK "StringFileInfo" 383 BLOCK "StringFileInfo"
384 BEGIN 384 BEGIN
385 BLOCK "040904b0" 385 BLOCK "040904b0"
386 BEGIN 386 BEGIN
387 VALUE "CompanyName", "Klever Group (http://www.klever.net/)\0" 387 VALUE "CompanyName", "Klever Group (http://www.klever.net/)\0"
388 VALUE "FileDescription", "Big Brother, network monitoring tool\0" 388 VALUE "FileDescription", "Big Brother, network monitoring tool\0"
389 VALUE "FileVersion", "1, 5, 0, 0\0" 389 VALUE "FileVersion", "1, 5, 1, 0\0"
390 VALUE "InternalName", "BIGBROTHER\0" 390 VALUE "InternalName", "BIGBROTHER\0"
391 VALUE "LegalCopyright", "Copyright © 1996-2004 Klever Group (http://www.klever.net/)\0" 391 VALUE "LegalCopyright", "Copyright © 1996-2005 Klever Group (http://www.klever.net/)\0"
392 VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0" 392 VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0"
393 VALUE "OriginalFilename", "BIGBRO.EXE\0" 393 VALUE "OriginalFilename", "BIGBRO.EXE\0"
394 VALUE "ProductName", "Big Brother\0" 394 VALUE "ProductName", "Big Brother\0"
395 VALUE "ProductVersion", "1, 5, 0, 0\0" 395 VALUE "ProductVersion", "1, 5, 1, 0\0"
396 END 396 END
397 END 397 END
398 BLOCK "VarFileInfo" 398 BLOCK "VarFileInfo"
399 BEGIN 399 BEGIN
400 VALUE "Translation", 0x409, 1200 400 VALUE "Translation", 0x409, 1200
401 END 401 END
402END 402END
403 403
404#endif // !_MAC 404#endif // !_MAC
405 405
406 406
407///////////////////////////////////////////////////////////////////////////// 407/////////////////////////////////////////////////////////////////////////////
408// 408//
409// DESIGNINFO 409// DESIGNINFO
410// 410//
411 411
412#ifdef APSTUDIO_INVOKED 412#ifdef APSTUDIO_INVOKED
413GUIDELINES DESIGNINFO DISCARDABLE 413GUIDELINES DESIGNINFO DISCARDABLE
414BEGIN 414BEGIN
415 IDD_ABOUTBOX, DIALOG 415 IDD_ABOUTBOX, DIALOG
416 BEGIN 416 BEGIN
417 LEFTMARGIN, 7 417 LEFTMARGIN, 7
418 RIGHTMARGIN, 210 418 RIGHTMARGIN, 210
419 TOPMARGIN, 7 419 TOPMARGIN, 7
420 BOTTOMMARGIN, 67 420 BOTTOMMARGIN, 67
421 END 421 END
422 422
423 IDD_PROPS_SETTINGS, DIALOG 423 IDD_PROPS_SETTINGS, DIALOG
424 BEGIN 424 BEGIN
425 LEFTMARGIN, 7 425 LEFTMARGIN, 7
426 RIGHTMARGIN, 213 426 RIGHTMARGIN, 213
427 TOPMARGIN, 7 427 TOPMARGIN, 7
428 BOTTOMMARGIN, 83 428 BOTTOMMARGIN, 83
429 END 429 END
430 430
431 IDD_PROPS_GENERAL, DIALOG 431 IDD_PROPS_GENERAL, DIALOG
432 BEGIN 432 BEGIN
433 LEFTMARGIN, 7 433 LEFTMARGIN, 7
434 RIGHTMARGIN, 214 434 RIGHTMARGIN, 214
435 TOPMARGIN, 7 435 TOPMARGIN, 7
436 BOTTOMMARGIN, 83 436 BOTTOMMARGIN, 83
437 END 437 END
438 438
439 IDD_PROPS_ACTION, DIALOG 439 IDD_PROPS_ACTION, DIALOG
440 BEGIN 440 BEGIN
441 LEFTMARGIN, 7 441 LEFTMARGIN, 7
442 RIGHTMARGIN, 213 442 RIGHTMARGIN, 213
443 VERTGUIDE, 110 443 VERTGUIDE, 110
444 TOPMARGIN, 7 444 TOPMARGIN, 7
445 BOTTOMMARGIN, 83 445 BOTTOMMARGIN, 83
446 HORZGUIDE, 20 446 HORZGUIDE, 20
447 END 447 END
448 448
449 IDD_PREFS, DIALOG 449 IDD_PREFS, DIALOG
450 BEGIN 450 BEGIN
451 LEFTMARGIN, 7 451 LEFTMARGIN, 7
452 RIGHTMARGIN, 184 452 RIGHTMARGIN, 184
453 TOPMARGIN, 7 453 TOPMARGIN, 7
454 BOTTOMMARGIN, 149 454 BOTTOMMARGIN, 149
455 END 455 END
456END 456END
457#endif // APSTUDIO_INVOKED 457#endif // APSTUDIO_INVOKED
458 458
459 459
460///////////////////////////////////////////////////////////////////////////// 460/////////////////////////////////////////////////////////////////////////////
461// 461//
462// Dialog Info 462// Dialog Info
463// 463//
464 464
465IDD_PROPS_ACTION DLGINIT 465IDD_PROPS_ACTION DLGINIT
466BEGIN 466BEGIN
467 IDC_SOUND_DOWN, 0x403, 10, 0 467 IDC_SOUND_DOWN, 0x403, 10, 0
4680x6828, 0x736f, 0x2d74, 0x7075, 0x0029, 4680x6828, 0x736f, 0x2d74, 0x7075, 0x0029,
469 IDC_SOUND_DOWN, 0x403, 12, 0 469 IDC_SOUND_DOWN, 0x403, 12, 0
4700x6828, 0x736f, 0x2d74, 0x6f64, 0x6e77, 0x0029, 4700x6828, 0x736f, 0x2d74, 0x6f64, 0x6e77, 0x0029,
471 IDC_SOUND_DOWN, 0x403, 12, 0 471 IDC_SOUND_DOWN, 0x403, 12, 0
4720x7328, 0x7379, 0x6574, 0x2d6d, 0x6b6f, 0x0029, 4720x7328, 0x7379, 0x6574, 0x2d6d, 0x6b6f, 0x0029,
473 IDC_SOUND_DOWN, 0x403, 18, 0 473 IDC_SOUND_DOWN, 0x403, 18, 0
4740x7328, 0x7379, 0x6574, 0x2d6d, 0x7263, 0x7469, 0x6369, 0x6c61, 0x0029, 4740x7328, 0x7379, 0x6574, 0x2d6d, 0x7263, 0x7469, 0x6369, 0x6c61, 0x0029,
475 475
476 IDC_SOUND_UP, 0x403, 10, 0 476 IDC_SOUND_UP, 0x403, 10, 0
4770x6828, 0x736f, 0x2d74, 0x7075, 0x0029, 4770x6828, 0x736f, 0x2d74, 0x7075, 0x0029,
478 IDC_SOUND_UP, 0x403, 12, 0 478 IDC_SOUND_UP, 0x403, 12, 0
4790x6828, 0x736f, 0x2d74, 0x6f64, 0x6e77, 0x0029, 4790x6828, 0x736f, 0x2d74, 0x6f64, 0x6e77, 0x0029,
480 IDC_SOUND_UP, 0x403, 12, 0 480 IDC_SOUND_UP, 0x403, 12, 0
4810x7328, 0x7379, 0x6574, 0x2d6d, 0x6b6f, 0x0029, 4810x7328, 0x7379, 0x6574, 0x2d6d, 0x6b6f, 0x0029,
482 IDC_SOUND_UP, 0x403, 18, 0 482 IDC_SOUND_UP, 0x403, 18, 0
4830x7328, 0x7379, 0x6574, 0x2d6d, 0x7263, 0x7469, 0x6369, 0x6c61, 0x0029, 4830x7328, 0x7379, 0x6574, 0x2d6d, 0x7263, 0x7469, 0x6369, 0x6c61, 0x0029,
484 484
485 0 485 0
486END 486END
487 487
488 488
489///////////////////////////////////////////////////////////////////////////// 489/////////////////////////////////////////////////////////////////////////////
490// 490//
491// AVI 491// AVI
492// 492//
493 493
494IDR_PINGBAR AVI DISCARDABLE "res\\3angle.avi" 494IDR_PINGBAR AVI DISCARDABLE "res\\3angle.avi"
495 495
496///////////////////////////////////////////////////////////////////////////// 496/////////////////////////////////////////////////////////////////////////////
497// 497//
498// WAVE 498// WAVE
499// 499//
500 500
501IDW_HOST_UP WAVE DISCARDABLE "res\\host-up.wav" 501IDW_HOST_UP WAVE DISCARDABLE "res\\host-up.wav"
502IDW_HOST_DOWN WAVE DISCARDABLE "res\\host-down.wav" 502IDW_HOST_DOWN WAVE DISCARDABLE "res\\host-down.wav"
503 503
504///////////////////////////////////////////////////////////////////////////// 504/////////////////////////////////////////////////////////////////////////////
505// 505//
506// String Table 506// String Table
507// 507//
508 508
509STRINGTABLE DISCARDABLE 509STRINGTABLE DISCARDABLE
510BEGIN 510BEGIN
511 IDP_SOCKETS_INIT_FAILED "Windows sockets initialization failed." 511 IDP_SOCKETS_INIT_FAILED "Windows sockets initialization failed."
512 IDS_PROPS_TITLE "Properties" 512 IDS_PROPS_TITLE "Properties"
513 IDS_LOG_DOLOG "&Log host activity" 513 IDS_LOG_DOLOG "&Log host activity"
514 IDS_LOG_DONTLOG "Don't &Log host activity" 514 IDS_LOG_DONTLOG "Don't &Log host activity"
515 IDS_LOG_ASKBIGBROTHER "&Log if parent does" 515 IDS_LOG_ASKBIGBROTHER "&Log if parent does"
516 IDS_NODESC "..no description.." 516 IDS_NODESC "..no description.."
517 IDS_PS_FAILEDTORESOLVE "Failed to resolve host" 517 IDS_PS_FAILEDTORESOLVE "Failed to resolve host"
518 IDS_PS_UNABLETOICMP "Failed to request ICMP service" 518 IDS_PS_UNABLETOICMP "Failed to request ICMP service"
519END 519END
520 520
521STRINGTABLE PRELOAD DISCARDABLE 521STRINGTABLE PRELOAD DISCARDABLE
522BEGIN 522BEGIN
523 IDR_MAINFRAME "Big Brother\n\nBigBro\nBig Brother Files (*.bro)\n.BRO\nBigBrother.Document\nBigBro Document" 523 IDR_MAINFRAME "Big Brother\n\nBigBro\nBig Brother Files (*.bro)\n.BRO\nBigBrother.Document\nBigBro Document"
524 IDS_PS_UNKNOWNERROR "Unkown error %lu" 524 IDS_PS_UNKNOWNERROR "Unkown error %lu"
525 IDS_REGISTRYKEY "Klever Group" 525 IDS_REGISTRYKEY "Klever Group"
526 IDS_AVIEW_NOTIP "Host(s) activity" 526 IDS_AVIEW_NOTIP "Host(s) activity"
527 IDS_AVIEW_SHORTTIP "%s (%s)" 527 IDS_AVIEW_SHORTTIP "%s (%s)"
528 IDS_AVIEW_TIP_TIMEFORMAT "%c" 528 IDS_AVIEW_TIP_TIMEFORMAT "%c"
529 IDS_AVIEW_TIP_UNPINGED "no timing information" 529 IDS_AVIEW_TIP_UNPINGED "no timing information"
530 IDS_AVIEW_TIP_UNREACHABLE "not reached" 530 IDS_AVIEW_TIP_UNREACHABLE "not reached"
531 IDS_AVIEW_TIP_RTTREPORT "RTT = %lu" 531 IDS_AVIEW_TIP_RTTREPORT "RTT = %lu"
532 IDS_ROOTNODENAME "Global Settings" 532 IDS_ROOTNODENAME "Global Settings"
533 IDS_WAVFILTER "Wave files (*.wav)|*.wav|All files (*.*)|*.*|" 533 IDS_WAVFILTER "Wave files (*.wav)|*.wav|All files (*.*)|*.*|"
534 IDS_ACTION_HOST_UP "(host-up)" 534 IDS_ACTION_HOST_UP "(host-up)"
535 IDS_ACTION_HOST_DOWN "(host-down)" 535 IDS_ACTION_HOST_DOWN "(host-down)"
536 IDS_LOGFILTER "Log files (*.log)|*.log|All files (*.*)|*.*|" 536 IDS_LOGFILTER "Log files (*.log)|*.log|All files (*.*)|*.*|"
537 IDS_LOG_HOSTUP "%s (%s) has changed state to up" 537 IDS_LOG_HOSTUP "%s (%s) has changed state to up"
538 IDS_LOG_HOSTDOWN "%s (%s) has changed state to down" 538 IDS_LOG_HOSTDOWN "%s (%s) has changed state to down"
539END 539END
540 540
541STRINGTABLE PRELOAD DISCARDABLE 541STRINGTABLE PRELOAD DISCARDABLE
542BEGIN 542BEGIN
543 AFX_IDS_APP_TITLE "BigBrother" 543 AFX_IDS_APP_TITLE "BigBrother"
544 AFX_IDS_IDLEMESSAGE "For Help, press F1" 544 AFX_IDS_IDLEMESSAGE "For Help, press F1"
545 AFX_IDS_HELPMODEMESSAGE "Select an object on which to get Help" 545 AFX_IDS_HELPMODEMESSAGE "Select an object on which to get Help"
546END 546END
547 547
548STRINGTABLE DISCARDABLE 548STRINGTABLE DISCARDABLE
549BEGIN 549BEGIN
550 ID_INDICATOR_EXT "EXT" 550 ID_INDICATOR_EXT "EXT"
551 ID_INDICATOR_CAPS "CAP" 551 ID_INDICATOR_CAPS "CAP"
552 ID_INDICATOR_NUM "NUM" 552 ID_INDICATOR_NUM "NUM"
553 ID_INDICATOR_SCRL "SCRL" 553 ID_INDICATOR_SCRL "SCRL"
554 ID_INDICATOR_OVR "OVR" 554 ID_INDICATOR_OVR "OVR"
555 ID_INDICATOR_REC "REC" 555 ID_INDICATOR_REC "REC"
556END 556END
557 557
558STRINGTABLE DISCARDABLE 558STRINGTABLE DISCARDABLE
559BEGIN 559BEGIN
560 ID_FILE_NEW "Create a new document\nNew" 560 ID_FILE_NEW "Create a new document\nNew"
561 ID_FILE_OPEN "Open an existing document\nOpen" 561 ID_FILE_OPEN "Open an existing document\nOpen"
562 ID_FILE_CLOSE "Close the active document\nClose" 562 ID_FILE_CLOSE "Close the active document\nClose"
563 ID_FILE_SAVE "Save the active document\nSave" 563 ID_FILE_SAVE "Save the active document\nSave"
564 ID_FILE_SAVE_AS "Save the active document with a new name\nSave As" 564 ID_FILE_SAVE_AS "Save the active document with a new name\nSave As"
565 ID_FILE_PAGE_SETUP "Change the printing options\nPage Setup" 565 ID_FILE_PAGE_SETUP "Change the printing options\nPage Setup"
566 ID_FILE_PRINT_SETUP "Change the printer and printing options\nPrint Setup" 566 ID_FILE_PRINT_SETUP "Change the printer and printing options\nPrint Setup"
567 ID_FILE_PRINT "Print the active document\nPrint" 567 ID_FILE_PRINT "Print the active document\nPrint"
568 ID_FILE_PRINT_PREVIEW "Display full pages\nPrint Preview" 568 ID_FILE_PRINT_PREVIEW "Display full pages\nPrint Preview"
569END 569END
570 570
571STRINGTABLE DISCARDABLE 571STRINGTABLE DISCARDABLE
572BEGIN 572BEGIN
573 ID_APP_ABOUT "Display program information, version number and copyright\nAbout" 573 ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
574 ID_APP_EXIT "Quit the application; prompts to save documents\nExit" 574 ID_APP_EXIT "Quit the application; prompts to save documents\nExit"
575 ID_HELP_INDEX "Opens Help\nHelp Topics" 575 ID_HELP_INDEX "Opens Help\nHelp Topics"
576 ID_HELP_FINDER "List Help topics\nHelp Topics" 576 ID_HELP_FINDER "List Help topics\nHelp Topics"
577 ID_HELP_USING "Display instructions about how to use help\nHelp" 577 ID_HELP_USING "Display instructions about how to use help\nHelp"
578 ID_CONTEXT_HELP "Display help for clicked on buttons, menus and windows\nHelp" 578 ID_CONTEXT_HELP "Display help for clicked on buttons, menus and windows\nHelp"
579 ID_HELP "Display help for current task or command\nHelp" 579 ID_HELP "Display help for current task or command\nHelp"
580END 580END
581 581
582STRINGTABLE DISCARDABLE 582STRINGTABLE DISCARDABLE
583BEGIN 583BEGIN
584 ID_FILE_MRU_FILE1 "Open this document" 584 ID_FILE_MRU_FILE1 "Open this document"
585 ID_FILE_MRU_FILE2 "Open this document" 585 ID_FILE_MRU_FILE2 "Open this document"
586 ID_FILE_MRU_FILE3 "Open this document" 586 ID_FILE_MRU_FILE3 "Open this document"
587 ID_FILE_MRU_FILE4 "Open this document" 587 ID_FILE_MRU_FILE4 "Open this document"
diff --git a/help/bigbrother.rtf b/help/bigbrother.rtf
index e16c646..c2ae976 100644
--- a/help/bigbrother.rtf
+++ b/help/bigbrother.rtf
@@ -1,230 +1,232 @@
1{\rtf1\ansi 1{\rtf1\ansi
2@{\footnote 2@{\footnote
3THIS FILE WAS AUTOMATICALLY GENERATED FROM XML DOCUMENT. 3THIS FILE WAS AUTOMATICALLY GENERATED FROM XML DOCUMENT.
4DO NOT MODIFY THIS FILE DIRECTLY. EDIT XML DOCUMENT INSTEAD 4DO NOT MODIFY THIS FILE DIRECTLY. EDIT XML DOCUMENT INSTEAD
5} 5}
6{\fonttbl{\f0\froman Times New Roman;}{\f1\fswiss Arial;}{\f3\froman Symbol;}}{\colortbl; 6{\fonttbl{\f0\froman Times New Roman;}{\f1\fswiss Arial;}{\f3\froman Symbol;}}{\colortbl;
7 \red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0; 7 \red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;
8 \red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255; 8 \red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;
9 \red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128; 9 \red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;
10 \red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;} 10 \red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;}
11 11
12\pard\plain\keepn 12\pard\plain\keepn
13#{\footnote About} 13#{\footnote About}
14${\footnote About Big Brother} 14${\footnote About Big Brother}
15K{\footnote about} 15K{\footnote about}
16{ \f1\fs18\b\sb120 About {\b Big Brother}} 16{ \f1\fs18\b\sb120 About {\b Big Brother}}
17\par\sa120\sb120\qr\f1\fs16 dedicated to Kundel 17\par\sa120\sb120\qr\f1\fs16 dedicated to Kundel
18\par\sa120\sb120\qj\pard \f1\fs18\sb120 {\b Big Brother} is a program designed to monitor your IP-network activities. it gives you a comprehensive picture of what happened to any point on the Net that you put in. Just {\uldb add}{\v Add} this point by specifying it's IP address or hostname and optional short description (for your information only). 18\par\sa120\sb120\qj\pard \f1\fs18\sb120 {\b Big Brother} is a program designed to monitor your IP-network activities. it gives you a comprehensive picture of what happened to any point on the Net that you put in. Just {\uldb add}{\v Add} this point by specifying it's IP address or hostname and optional short description (for your information only).
19\par\sa120\sb120\qj\pard \f1\fs18\sb120 The hosts are organized into a hierarchical tree so that you may configure your network picture according to your needs and imagination. Most of the father host properties are inherited by his children unless you wish to specify child's settings explicitly. 19\par\sa120\sb120\qj\pard \f1\fs18\sb120 The hosts are organized into a hierarchical tree so that you may configure your network picture according to your needs and imagination. Most of the father host properties are inherited by his children unless you wish to specify child's settings explicitly.
20\par\sa120\sb120\qj\pard \f1\fs18\sb120 Every specified period of time {\b Big Brother} will send echo request to every host. And wait for response for at most specified {\uldb timeout}{\v timeOutHIDD_PROPS_SETTINGS}. 20\par\sa120\sb120\qj\pard \f1\fs18\sb120 Every specified period of time {\b Big Brother} will send echo request to every host. And wait for response for at most specified {\uldb timeout}{\v timeOutHIDD_PROPS_SETTINGS}.
21\par\sa120\sb120\qj\pard \f1\fs18\sb120 Results are presented in a graphical form in the lower pane. Each line of the lower window is related to specific host which is shown on the tooltip when you move your mouse over the graphics. Host activities are also {\uldb logged into file}{\v fileHIDD_PREFS}. 21\par\sa120\sb120\qj\pard \f1\fs18\sb120 Results are presented in a graphical form in the lower pane. Each line of the lower window is related to specific host which is shown on the tooltip when you move your mouse over the graphics. Host activities are also {\uldb logged into file}{\v fileHIDD_PREFS}.
22\par\sa120\sb120\qj\pard \f1\fs18\sb120 Your current {\uldb preferences}{\v HIDD_PREFS} and network tree are automatically saved on Windows shutdown (unless specified otherwise) and may be {\uldb autosaved}{\v autosaveHIDD_PREFS} every specified amount of minutes. Most recently used {\uldb file}{\v MRUFile} is {\uldb automatically loaded}{\v HID_FILE_AUTOLOAD} at {\b Big Brother}'s startup unless you don't want it. 22\par\sa120\sb120\qj\pard \f1\fs18\sb120 Your current {\uldb preferences}{\v HIDD_PREFS} and network tree are automatically saved on Windows shutdown (unless specified otherwise) and may be {\uldb autosaved}{\v autosaveHIDD_PREFS} every specified amount of minutes. Most recently used {\uldb file}{\v MRUFile} is {\uldb automatically loaded}{\v HID_FILE_AUTOLOAD} at {\b Big Brother}'s startup unless you don't want it.
23\par\sa120\sb120\qj\pard \f1\fs18\sb120 You can also hide {\b Big Brother} into your notify tray so that it won't occupy more than 16x16 square of your precious windows' desktop. Just click \{bmct bbullet.bmp\} in your notify tray or select {\uldb View/Main Window}{\v HID_VIEW_MAINWINDOW} from menu. Click \{bmct bbullet.bmp\} again to restore {\b Big Brother} to its full size. 23\par\sa120\sb120\qj\pard \f1\fs18\sb120 You can also hide {\b Big Brother} into your notify tray so that it won't occupy more than 16x16 square of your precious windows' desktop. Just click \{bmct bbullet.bmp\} in your notify tray or select {\uldb View/Main Window}{\v HID_VIEW_MAINWINDOW} from menu. Click \{bmct bbullet.bmp\} again to restore {\b Big Brother} to its full size.
24\par\sa120\sb120\qj\pard \f1\fs18\sb120 24\par\sa120\sb120\qj\pard \f1\fs18\sb120
25\par\sa120\sb120\qj\pard \f1\fs18\sb120 {\b {\i Enjoy!}} 25\par\sa120\sb120\qj\pard \f1\fs18\sb120 {\b {\i Enjoy!}}
26{ 26{
27\par\pard\plain\sb360\sa120 \f1\fs16 Copyright (c) 1996-2004 {\uldb\cf0 Klever Group (http://www.klever.net/)}{\v %!ExecFile("http://www.klever.net/")} 27\par\pard\plain\sb360\sa120 \f1\fs16 Copyright (c) 1996-2005 {\uldb\cf0 Klever Group (http://www.klever.net/)}{\v %!ExecFile("http://www.klever.net/")}
28\par\qj\sb120\sa120Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 28\par\qj\sb120\sa120Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
29\par The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 29\par The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
30\par \sa360 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30\par \sa360 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31} 31}
32\par \sa0\sb120\ql \f1\fs16 Author: {\b\uldb\cf11 Michael Krelin ({\i hacker@klever.net})}{\v %!ExecFile("mailto:hacker@klever.net")} 32\par \sa0\sb120\ql \f1\fs16 Author: {\b\uldb\cf11 Michael Krelin ({\i hacker@klever.net})}{\v %!ExecFile("mailto:hacker@klever.net")}
33\par \sa0\sb0 Fan mail send to {\i\uldb gefilte@klever.net}{\v %!ExecFile("mailto:gefilte@klever.net")} 33\par \sa0\sb0 Fan mail send to {\i\uldb gefilte@klever.net}{\v %!ExecFile("mailto:gefilte@klever.net")}
34\page 34\page
35 35
36\pard\plain 36\pard\plain
37#{\footnote News} 37#{\footnote News}
38${\footnote What's New} 38${\footnote What's New}
39\par\pard\plain\f1\fs24\qc\cf2\b 1.5.1 - August 6th, 2005
40\par\pard\plain\fi0\li0\f1\fs18 \bullet Fixed uninstall procedure so that it works on XP
39\par\pard\plain\f1\fs24\qc\cf2\b 1.5 - July 11th, 2004 41\par\pard\plain\f1\fs24\qc\cf2\b 1.5 - July 11th, 2004
40\par\pard\plain\fi0\li0\f1\fs18 \bullet License change and opening the source code 42\par\pard\plain\fi0\li0\f1\fs18 \bullet License change and opening the source code
41\par\pard\plain\fi0\li0\f1\fs18 \bullet Made it work with Win2k and friends 43\par\pard\plain\fi0\li0\f1\fs18 \bullet Made it work with Win2k and friends
42\par\pard\plain\fi0\li0\f1\fs18 \bullet Added kinwide installer 44\par\pard\plain\fi0\li0\f1\fs18 \bullet Added kinwide installer
43\page 45\page
44 46
45\pard\plain\keepn 47\pard\plain\keepn
46#{\footnote Using} 48#{\footnote Using}
47${\footnote Using Big Brother} 49${\footnote Using Big Brother}
48{ \f1\fs18\b\sb120 Using {\b Big Brother}} 50{ \f1\fs18\b\sb120 Using {\b Big Brother}}
49\par\sa120\sb120\qj\pard \f1\fs18\sb120 Using {\b Big Brother} consists of two parts - designing your network tree and monitoring it's activity. The latter takes no effort of yours. 51\par\sa120\sb120\qj\pard \f1\fs18\sb120 Using {\b Big Brother} consists of two parts - designing your network tree and monitoring it's activity. The latter takes no effort of yours.
50\par\sa120\sb120\qj\pard \f1\fs18\sb120 To design the network layout is to put your hosts into Network Tree pane. To {\uldb add a child host}{\v HID_BROTHERS_NEW} to the current just press insert or Select Brothers/Add child from menu. To {\uldb add a brother}{\v HID_BROTHERS_ADDBROTHER} of the current host select Brothers/Add brother from menu. (note: You can't add brother to the root node) 52\par\sa120\sb120\qj\pard \f1\fs18\sb120 To design the network layout is to put your hosts into Network Tree pane. To {\uldb add a child host}{\v HID_BROTHERS_NEW} to the current just press insert or Select Brothers/Add child from menu. To {\uldb add a brother}{\v HID_BROTHERS_ADDBROTHER} of the current host select Brothers/Add brother from menu. (note: You can't add brother to the root node)
51\par\sa120\sb120\qj\pard \f1\fs18\sb120 You may also show {\uldb properties}{\v HostProps} dialog box by selecting View/Host Properties menu. {\uldb Properties}{\v HostProps} dialog box also pops up automatically whenever you press {\b Enter} in the tree view pane. 53\par\sa120\sb120\qj\pard \f1\fs18\sb120 You may also show {\uldb properties}{\v HostProps} dialog box by selecting View/Host Properties menu. {\uldb Properties}{\v HostProps} dialog box also pops up automatically whenever you press {\b Enter} in the tree view pane.
52\par\sa120\sb120\qj\pard \f1\fs18\sb120 Monitoring your network activities is even easier. You just relax and watch the screen (or listen to your speakers if you have ones). Network activities are reflected using the lower host activity pane and icons in the tree view. The possible states of the host are:\pard 54\par\sa120\sb120\qj\pard \f1\fs18\sb120 Monitoring your network activities is even easier. You just relax and watch the screen (or listen to your speakers if you have ones). Network activities are reflected using the lower host activity pane and icons in the tree view. The possible states of the host are:\pard
53\par \fi0\li0 \bullet \{bmct IDI_NOHOST.bmp\}{\b Network} - you haven't specified host name or ip address for this host. The only reason that makes sense is that you probably want to use this node as a father for family of hosts. 55\par \fi0\li0 \bullet \{bmct IDI_NOHOST.bmp\}{\b Network} - you haven't specified host name or ip address for this host. The only reason that makes sense is that you probably want to use this node as a father for family of hosts.
54\par \fi0\li0 \bullet \{bmct IDI_PINGING.bmp\}{\b In progress} - checking of this host is in progress. 56\par \fi0\li0 \bullet \{bmct IDI_PINGING.bmp\}{\b In progress} - checking of this host is in progress.
55\par \fi0\li0 \bullet \{bmct IDI_HOST.bmp\}{\b Reachable host} - this host is reachable and you have no reason to worry about it. 57\par \fi0\li0 \bullet \{bmct IDI_HOST.bmp\}{\b Reachable host} - this host is reachable and you have no reason to worry about it.
56\par \fi0\li0 \bullet \{bmct IDI_GOINGDOWN.bmp\}{\b Worrisome host} - this host was reported as unreachable, but less than for specified {\uldb retries}{\v HIDD_PROPS_SETTINGS} times. 58\par \fi0\li0 \bullet \{bmct IDI_GOINGDOWN.bmp\}{\b Worrisome host} - this host was reported as unreachable, but less than for specified {\uldb retries}{\v HIDD_PROPS_SETTINGS} times.
57\par \fi0\li0 \bullet \{bmct IDI_HOSTDOWN.bmp\}{\b Unreachable host} - this host is known as unreachable for a long time. Whenever the host enters or leaves this state specified {\uldb actions}{\v HIDD_PROPS_ACTION} are taken.\pard 59\par \fi0\li0 \bullet \{bmct IDI_HOSTDOWN.bmp\}{\b Unreachable host} - this host is known as unreachable for a long time. Whenever the host enters or leaves this state specified {\uldb actions}{\v HIDD_PROPS_ACTION} are taken.\pard
58\par\sa120\sb120\qj\pard \f1\fs18\sb120 Lower pane shows a histogram of response times for a {\uldb specified}{\v logLengthHIDD_PREFS} amount of time. Histograms are shown for current host and it's descendants. Hidden (collapsed) children are not shown in activity pane. When you move your mouse over histogram tooltip shows the host name and host address for the corresponding host. If you also hold left mouse button or Ctrl key it will also show you the time corresponding to the point you point at. If you hold Shift key it will also show the Round Trip Time. 60\par\sa120\sb120\qj\pard \f1\fs18\sb120 Lower pane shows a histogram of response times for a {\uldb specified}{\v logLengthHIDD_PREFS} amount of time. Histograms are shown for current host and it's descendants. Hidden (collapsed) children are not shown in activity pane. When you move your mouse over histogram tooltip shows the host name and host address for the corresponding host. If you also hold left mouse button or Ctrl key it will also show you the time corresponding to the point you point at. If you hold Shift key it will also show the Round Trip Time.
59\par\sa120\sb120\qj\pard \f1\fs18\sb120 Histogram shows the Round Trip Time in the following colours:\pard 61\par\sa120\sb120\qj\pard \f1\fs18\sb120 Histogram shows the Round Trip Time in the following colours:\pard
60\par \fi0\li0 \bullet \{bmct green.bmp\} Host's response time is less than 1/3 of the {\uldb specified}{\v timeOutHIDD_PROPS_SETTINGS} timeout. 62\par \fi0\li0 \bullet \{bmct green.bmp\} Host's response time is less than 1/3 of the {\uldb specified}{\v timeOutHIDD_PROPS_SETTINGS} timeout.
61\par \fi0\li0 \bullet \{bmct yellow.bmp\} Host's response time is more than 1/3, but less then 2/3 of the {\uldb specified}{\v timeOutHIDD_PROPS_SETTINGS} timeout. 63\par \fi0\li0 \bullet \{bmct yellow.bmp\} Host's response time is more than 1/3, but less then 2/3 of the {\uldb specified}{\v timeOutHIDD_PROPS_SETTINGS} timeout.
62\par \fi0\li0 \bullet \{bmct red.bmp\} Host's response time is more than 2/3 of the {\uldb specified}{\v timeOutHIDD_PROPS_SETTINGS} timeout.\pard 64\par \fi0\li0 \bullet \{bmct red.bmp\} Host's response time is more than 2/3 of the {\uldb specified}{\v timeOutHIDD_PROPS_SETTINGS} timeout.\pard
63\page 65\page
64 66
65\pard\plain\keepn 67\pard\plain\keepn
66#{\footnote HIDD_PREFS} 68#{\footnote HIDD_PREFS}
67${\footnote Preferences} 69${\footnote Preferences}
68{ \f1\fs18\b\sb120 Preferences} 70{ \f1\fs18\b\sb120 Preferences}
69\par\sa120\sb120\qj\pard \f1\fs18\sb120 The Preferences dialog box allows you to change global system preferences which are:\pard 71\par\sa120\sb120\qj\pard \f1\fs18\sb120 The Preferences dialog box allows you to change global system preferences which are:\pard
70\par \fi0\li0 \bullet {\b On windows shutdown save without confirmation} - you may specify how does {\b Big Brother} act on windows shutdown, whether to save current tree without a confirmation or not. 72\par \fi0\li0 \bullet {\b On windows shutdown save without confirmation} - you may specify how does {\b Big Brother} act on windows shutdown, whether to save current tree without a confirmation or not.
71\par \fi0\li0 \bullet {#{\footnote autosaveHIDD_PREFS}}Autosave - the interval at wich {\b Big Brother} will save current tree automatically. Specify 0 if you don't want to use this feature. 73\par \fi0\li0 \bullet {#{\footnote autosaveHIDD_PREFS}}Autosave - the interval at wich {\b Big Brother} will save current tree automatically. Specify 0 if you don't want to use this feature.
72\par \fi0\li0 \bullet Ping data packet size - the size of echo request packet in bytes. 74\par \fi0\li0 \bullet Ping data packet size - the size of echo request packet in bytes.
73\par \fi0\li0 \bullet Ping .. hosts simultaneously - number of hosts to ping at a time. If you have a big network to monitor and have a slow computer or connection, you may want to limit number of hosts to ping simultaneously. 75\par \fi0\li0 \bullet Ping .. hosts simultaneously - number of hosts to ping at a time. If you have a big network to monitor and have a slow computer or connection, you may want to limit number of hosts to ping simultaneously.
74\par \fi0\li0 \bullet {#{\footnote fileHIDD_PREFS}}Log to file - Here is where you specify the name of the file to log hosts activities to. 76\par \fi0\li0 \bullet {#{\footnote fileHIDD_PREFS}}Log to file - Here is where you specify the name of the file to log hosts activities to.
75\par \fi0\li0 \bullet {#{\footnote logLengthHIDD_PREFS}}Show last .. minutes in activity pane - This is the time length of your graphical pane window. 77\par \fi0\li0 \bullet {#{\footnote logLengthHIDD_PREFS}}Show last .. minutes in activity pane - This is the time length of your graphical pane window.
76\par \fi0\li0 \bullet {#{\footnote storeActivityHIDD_PREFS}}Store activity pane data - This lets you specify where to store activity pane data when saving file or not.\pard 78\par \fi0\li0 \bullet {#{\footnote storeActivityHIDD_PREFS}}Store activity pane data - This lets you specify where to store activity pane data when saving file or not.\pard
77\page 79\page
78 80
79\pard\plain\keepn 81\pard\plain\keepn
80#{\footnote HID_VIEW_HOSTPROPERTIES} 82#{\footnote HID_VIEW_HOSTPROPERTIES}
81{ \f1\fs18\b\sb120 Host Properties} 83{ \f1\fs18\b\sb120 Host Properties}
82\par\sa120\sb120\qj\pard \f1\fs18\sb120 You may show/hide Host Properties dialog box using this menu command 84\par\sa120\sb120\qj\pard \f1\fs18\sb120 You may show/hide Host Properties dialog box using this menu command
83\par\sa120\sb120\qj\pard \f1\fs18\sb120 {#{\footnote HostProps}}Host Properties dialog box consists of three tabs. See {\uldb General tab}{\v HIDD_PROPS_GENERAL}, {\uldb Settings tab}{\v HIDD_PROPS_SETTINGS} and {\uldb Action tab}{\v HIDD_PROPS_ACTION} for further details. 85\par\sa120\sb120\qj\pard \f1\fs18\sb120 {#{\footnote HostProps}}Host Properties dialog box consists of three tabs. See {\uldb General tab}{\v HIDD_PROPS_GENERAL}, {\uldb Settings tab}{\v HIDD_PROPS_SETTINGS} and {\uldb Action tab}{\v HIDD_PROPS_ACTION} for further details.
84\page 86\page
85 87
86\pard\plain\keepn 88\pard\plain\keepn
87#{\footnote HID_BROTHERS_NEW} 89#{\footnote HID_BROTHERS_NEW}
88{ \f1\fs18\b\sb120 Add new host (child to current)} 90{ \f1\fs18\b\sb120 Add new host (child to current)}
89\par\sa120\sb120\qj\pard \f1\fs18\sb120 You can add new host into your network using this menu command. New host will be the child to current. 91\par\sa120\sb120\qj\pard \f1\fs18\sb120 You can add new host into your network using this menu command. New host will be the child to current.
90\page 92\page
91 93
92\pard\plain\keepn 94\pard\plain\keepn
93#{\footnote HID_FILE_AUTOLOAD} 95#{\footnote HID_FILE_AUTOLOAD}
94{ \f1\fs18\b\sb120 Autoload} 96{ \f1\fs18\b\sb120 Autoload}
95\par\sa120\sb120\qj\pard \f1\fs18\sb120 You may specify whether you want Big Brother to load most recently used file at the startup or not. 97\par\sa120\sb120\qj\pard \f1\fs18\sb120 You may specify whether you want Big Brother to load most recently used file at the startup or not.
96\page 98\page
97 99
98\pard\plain\keepn 100\pard\plain\keepn
99#{\footnote HIDD_PROPS_ACTION} 101#{\footnote HIDD_PROPS_ACTION}
100${\footnote Action tab} 102${\footnote Action tab}
101{ \f1\fs18\b\sb120 Action} 103{ \f1\fs18\b\sb120 Action}
102\par\sa120\sb120\qj\pard \f1\fs18\sb120 Using action tab of {\uldb host properties}{\v HostProps} dialog box you may specify the actions to be taken whenever host changes its state from up to down and vice versa.\pard 104\par\sa120\sb120\qj\pard \f1\fs18\sb120 Using action tab of {\uldb host properties}{\v HostProps} dialog box you may specify the actions to be taken whenever host changes its state from up to down and vice versa.\pard
103\par \fi0\li0 \bullet Override action - You may specify if you want this host to specify some specific actions to take or if you want it to act as it's parent does. 105\par \fi0\li0 \bullet Override action - You may specify if you want this host to specify some specific actions to take or if you want it to act as it's parent does.
104\par \fi0\li0 \bullet Going down - Actions to take whenever host goes down (is known as unreachable for {\uldb retries}{\v retriesHIDD_PROPS_SETTINGS} times in a row). See {\uldb below}{\v Action} for details. 106\par \fi0\li0 \bullet Going down - Actions to take whenever host goes down (is known as unreachable for {\uldb retries}{\v retriesHIDD_PROPS_SETTINGS} times in a row). See {\uldb below}{\v Action} for details.
105\par \fi0\li0 \bullet Going up - Actions to take whenever host becomes reachable after it is considered to be down.\pard 107\par \fi0\li0 \bullet Going up - Actions to take whenever host becomes reachable after it is considered to be down.\pard
106\par\sa120\sb120\qj\pard \f1\fs18\sb120 {#{\footnote Action}}Possible actions are:\pard 108\par\sa120\sb120\qj\pard \f1\fs18\sb120 {#{\footnote Action}}Possible actions are:\pard
107\par \fi0\li0 \bullet Play a sound - Plays a sound. You may specify a .wav file or use one of the predefined sounds which are 109\par \fi0\li0 \bullet Play a sound - Plays a sound. You may specify a .wav file or use one of the predefined sounds which are
108 \pard 110 \pard
109\par \fi0\li0 \bullet (host-up) - Default sound indicating host recovering from crash 111\par \fi0\li0 \bullet (host-up) - Default sound indicating host recovering from crash
110\par \fi0\li0 \bullet (host-down) - Default sound indicating crashing host 112\par \fi0\li0 \bullet (host-down) - Default sound indicating crashing host
111\par \fi0\li0 \bullet (system-ok) - System sound as defined in Control Panel/Sounds 'Asterisk' 113\par \fi0\li0 \bullet (system-ok) - System sound as defined in Control Panel/Sounds 'Asterisk'
112\par \fi0\li0 \bullet (system-critical) - System sound as defined in Control Panel/Sounds 'Critical Stop'\pard 114\par \fi0\li0 \bullet (system-critical) - System sound as defined in Control Panel/Sounds 'Critical Stop'\pard
113\par \fi0\li0 \bullet Run custom program - Run custom program. The following special sequences are defined: 115\par \fi0\li0 \bullet Run custom program - Run custom program. The following special sequences are defined:
114 \pard 116 \pard
115\par \fi0\li0 \bullet %h - Host name 117\par \fi0\li0 \bullet %h - Host name
116\par \fi0\li0 \bullet %d - Host description 118\par \fi0\li0 \bullet %d - Host description
117\par \fi0\li0 \bullet %% - % sign\pard\pard 119\par \fi0\li0 \bullet %% - % sign\pard\pard
118\page 120\page
119 121
120\pard\plain\keepn 122\pard\plain\keepn
121#{\footnote HID_VIEW_MAINWINDOW} 123#{\footnote HID_VIEW_MAINWINDOW}
122{ \f1\fs18\b\sb120 Main Window} 124{ \f1\fs18\b\sb120 Main Window}
123\par\sa120\sb120\qj\pard \f1\fs18\sb120 You may hide {\b Big Brother}'s main window using this command. You may get the window back by clicking the \{bmct bbullet.bmp\} in your notification tray area. 125\par\sa120\sb120\qj\pard \f1\fs18\sb120 You may hide {\b Big Brother}'s main window using this command. You may get the window back by clicking the \{bmct bbullet.bmp\} in your notification tray area.
124\page 126\page
125 127
126\pard\plain\keepn 128\pard\plain\keepn
127#{\footnote HIDD_PROPS_GENERAL} 129#{\footnote HIDD_PROPS_GENERAL}
128${\footnote General tab} 130${\footnote General tab}
129{ \f1\fs18\b\sb120 General tab} 131{ \f1\fs18\b\sb120 General tab}
130\par\sa120\sb120\qj\pard \f1\fs18\sb120 General tab of {\uldb Host Properties}{\v HostProps} dialog box lets you specify the following:\pard 132\par\sa120\sb120\qj\pard \f1\fs18\sb120 General tab of {\uldb Host Properties}{\v HostProps} dialog box lets you specify the following:\pard
131\par \fi0\li0 \bullet Host - either host name or ip address of host you want to monitor. 133\par \fi0\li0 \bullet Host - either host name or ip address of host you want to monitor.
132\par \fi0\li0 \bullet Description - a short description of the host. The name you want to refer to this host by in the future. 134\par \fi0\li0 \bullet Description - a short description of the host. The name you want to refer to this host by in the future.
133\par \fi0\li0 \bullet Log Activity - You may specify if you do or don't want to log changes of this host's state into {\uldb file}{\v fileHIDD_PREFS}.\pard 135\par \fi0\li0 \bullet Log Activity - You may specify if you do or don't want to log changes of this host's state into {\uldb file}{\v fileHIDD_PREFS}.\pard
134\page 136\page
135 137
136\pard\plain\keepn 138\pard\plain\keepn
137#{\footnote HID_FILE_PAUSE} 139#{\footnote HID_FILE_PAUSE}
138{ \f1\fs18\b\sb120 Pause} 140{ \f1\fs18\b\sb120 Pause}
139\par\sa120\sb120\qj\pard \f1\fs18\sb120 This command lets you temporarily disable monitoring of hosts. {\b Big Brother} will just sit and wait until you let him do his work. 141\par\sa120\sb120\qj\pard \f1\fs18\sb120 This command lets you temporarily disable monitoring of hosts. {\b Big Brother} will just sit and wait until you let him do his work.
140\page 142\page
141 143
142\pard\plain\keepn 144\pard\plain\keepn
143#{\footnote HIDD_PROPS_SETTINGS} 145#{\footnote HIDD_PROPS_SETTINGS}
144${\footnote Settings tab} 146${\footnote Settings tab}
145{ \f1\fs18\b\sb120 Settings tab} 147{ \f1\fs18\b\sb120 Settings tab}
146\par\sa120\sb120\qj\pard \f1\fs18\sb120 Settings tab of {\uldb Host Properties}{\v HostProps} dialog box lets you specify the following:\pard 148\par\sa120\sb120\qj\pard \f1\fs18\sb120 Settings tab of {\uldb Host Properties}{\v HostProps} dialog box lets you specify the following:\pard
147\par \fi0\li0 \bullet Ping intervals - check this if you want to specify intervals for this host explicitly. If you don't - this host will use parent's settings. You can't uncheck this for root node. 149\par \fi0\li0 \bullet Ping intervals - check this if you want to specify intervals for this host explicitly. If you don't - this host will use parent's settings. You can't uncheck this for root node.
148 \pard 150 \pard
149\par \fi0\li0 \bullet When the host is known as reachable - time to wait until next ping if the last ping succeeded. 151\par \fi0\li0 \bullet When the host is known as reachable - time to wait until next ping if the last ping succeeded.
150\par \fi0\li0 \bullet When the host is known as unreachable - time to wait until next ping If the last ping failed.\pard 152\par \fi0\li0 \bullet When the host is known as unreachable - time to wait until next ping If the last ping failed.\pard
151\par \fi0\li0 \bullet {#{\footnote timeOutHIDD_PROPS_SETTINGS}}Maximum ping reply timeout - amount of milliseconds to wait for echo reply. 153\par \fi0\li0 \bullet {#{\footnote timeOutHIDD_PROPS_SETTINGS}}Maximum ping reply timeout - amount of milliseconds to wait for echo reply.
152\par \fi0\li0 \bullet {#{\footnote retriesHIDD_PROPS_SETTINGS}}Maximum retries count - number of failed pings before Big Brother considers the host is down.\pard 154\par \fi0\li0 \bullet {#{\footnote retriesHIDD_PROPS_SETTINGS}}Maximum retries count - number of failed pings before Big Brother considers the host is down.\pard
153\page 155\page
154 156
155\pard\plain\keepn 157\pard\plain\keepn
156#{\footnote HID_BROTHERS_DELETE} 158#{\footnote HID_BROTHERS_DELETE}
157{ \f1\fs18\b\sb120 Delete} 159{ \f1\fs18\b\sb120 Delete}
158\par\sa120\sb120\qj\pard \f1\fs18\sb120 Use this feature to remove current host and all of its children. You can't remove the root node, although you may remove all hosts but root using this command. 160\par\sa120\sb120\qj\pard \f1\fs18\sb120 Use this feature to remove current host and all of its children. You can't remove the root node, although you may remove all hosts but root using this command.
159\page 161\page
160 162
161\pard\plain\keepn 163\pard\plain\keepn
162#{\footnote HID_BROTHERS_ADDBROTHER} 164#{\footnote HID_BROTHERS_ADDBROTHER}
163{ \f1\fs18\b\sb120 Add new host (brother to current)} 165{ \f1\fs18\b\sb120 Add new host (brother to current)}
164\par\sa120\sb120\qj\pard \f1\fs18\sb120 You can add new host into your network using this menu command. New host will be a brother to current. (note: You can't add brother to the root node) 166\par\sa120\sb120\qj\pard \f1\fs18\sb120 You can add new host into your network using this menu command. New host will be a brother to current. (note: You can't add brother to the root node)
165\page 167\page
166 168
167\pard\plain\keepn 169\pard\plain\keepn
168#{\footnote HID_FILE_NEW} 170#{\footnote HID_FILE_NEW}
169{ \f1\fs18\b\sb120 New} 171{ \f1\fs18\b\sb120 New}
170\par\sa120\sb120\qj\pard \f1\fs18\sb120 Create the whole new network tree. This command will remove all hosts you currently have. 172\par\sa120\sb120\qj\pard \f1\fs18\sb120 Create the whole new network tree. This command will remove all hosts you currently have.
171\page 173\page
172 174
173\pard\plain\keepn 175\pard\plain\keepn
174#{\footnote HID_FILE_OPEN} 176#{\footnote HID_FILE_OPEN}
175{ \f1\fs18\b\sb120 Open} 177{ \f1\fs18\b\sb120 Open}
176\par\sa120\sb120\qj\pard \f1\fs18\sb120 Open previously {\uldb saved}{\v HID_FILE_SAVE} network file. 178\par\sa120\sb120\qj\pard \f1\fs18\sb120 Open previously {\uldb saved}{\v HID_FILE_SAVE} network file.
177\page 179\page
178 180
179\pard\plain\keepn 181\pard\plain\keepn
180#{\footnote HID_FILE_SAVE} 182#{\footnote HID_FILE_SAVE}
181{ \f1\fs18\b\sb120 Save} 183{ \f1\fs18\b\sb120 Save}
182\par\sa120\sb120\qj\pard \f1\fs18\sb120 Save your current network layout to disk file for future {\uldb retrieval}{\v HID_FILE_OPEN} 184\par\sa120\sb120\qj\pard \f1\fs18\sb120 Save your current network layout to disk file for future {\uldb retrieval}{\v HID_FILE_OPEN}
183\page 185\page
184 186
185\pard\plain\keepn 187\pard\plain\keepn
186#{\footnote HID_FILE_SAVE_AS} 188#{\footnote HID_FILE_SAVE_AS}
187{ \f1\fs18\b\sb120 Save as} 189{ \f1\fs18\b\sb120 Save as}
188\par\sa120\sb120\qj\pard \f1\fs18\sb120 Save your current network layout under different name. 190\par\sa120\sb120\qj\pard \f1\fs18\sb120 Save your current network layout under different name.
189\page 191\page
190 192
191\pard\plain\keepn 193\pard\plain\keepn
192#{\footnote HID_APP_EXIT} 194#{\footnote HID_APP_EXIT}
193{ \f1\fs18\b\sb120 Exit} 195{ \f1\fs18\b\sb120 Exit}
194\par\sa120\sb120\qj\pard \f1\fs18\sb120 Leave {\b Big Brother}. you will be prompted if you have unsaved information. 196\par\sa120\sb120\qj\pard \f1\fs18\sb120 Leave {\b Big Brother}. you will be prompted if you have unsaved information.
195\page 197\page
196 198
197\pard\plain\keepn 199\pard\plain\keepn
198#{\footnote HID_VIEW_TOOLBAR} 200#{\footnote HID_VIEW_TOOLBAR}
199{ \f1\fs18\b\sb120 Toolbar} 201{ \f1\fs18\b\sb120 Toolbar}
200\par\sa120\sb120\qj\pard \f1\fs18\sb120 Use this command to hide or show toolbar. 202\par\sa120\sb120\qj\pard \f1\fs18\sb120 Use this command to hide or show toolbar.
201\page 203\page
202 204
203\pard\plain\keepn 205\pard\plain\keepn
204#{\footnote HID_VIEW_STATUS_BAR} 206#{\footnote HID_VIEW_STATUS_BAR}
205{ \f1\fs18\b\sb120 Status bar} 207{ \f1\fs18\b\sb120 Status bar}
206\par\sa120\sb120\qj\pard \f1\fs18\sb120 Use this command to hide or show status bar. 208\par\sa120\sb120\qj\pard \f1\fs18\sb120 Use this command to hide or show status bar.
207\page 209\page
208 210
209\pard\plain\keepn 211\pard\plain\keepn
210#{\footnote HID_WINDOW_SPLIT} 212#{\footnote HID_WINDOW_SPLIT}
211{ \f1\fs18\b\sb120 Adjust Splitter} 213{ \f1\fs18\b\sb120 Adjust Splitter}
212\par\sa120\sb120\qj\pard \f1\fs18\sb120 Adjust position of splitter between tree view pane and host activity pane 214\par\sa120\sb120\qj\pard \f1\fs18\sb120 Adjust position of splitter between tree view pane and host activity pane
213\page 215\page
214 216
215\pard\plain\keepn 217\pard\plain\keepn
216#{\footnote HID_HELP_FINDER} 218#{\footnote HID_HELP_FINDER}
217{ \f1\fs18\b\sb120 Help Topics} 219{ \f1\fs18\b\sb120 Help Topics}
218\par\sa120\sb120\qj\pard \f1\fs18\sb120 Show help topics. 220\par\sa120\sb120\qj\pard \f1\fs18\sb120 Show help topics.
219\page 221\page
220 222
221\pard\plain\keepn 223\pard\plain\keepn
222#{\footnote MRUFile} 224#{\footnote MRUFile}
223{ \f1\fs18\b\sb120 Most Recently Used Files} 225{ \f1\fs18\b\sb120 Most Recently Used Files}
224\par\sa120\sb120\qj\pard \f1\fs18\sb120 The menu commands right before the Exit allows you to quickly retrieve one of the most recently used files. 226\par\sa120\sb120\qj\pard \f1\fs18\sb120 The menu commands right before the Exit allows you to quickly retrieve one of the most recently used files.
225\page 227\page
226 228
227\pard\plain\keepn 229\pard\plain\keepn
228#{\footnote HID_INDICATOR_PINGBAR} 230#{\footnote HID_INDICATOR_PINGBAR}
229{ \f1\fs18\b\sb120 {\b Big Brother} Activity indicator} 231{ \f1\fs18\b\sb120 {\b Big Brother} Activity indicator}
230\par\sa120\sb120\qj\pard \f1\fs18\sb120 {\b Big Brother} activity indicator is a small red triangle spinning and turning to black whenever Big Brother is busy pinging hosts. 232\par\sa120\sb120\qj\pard \f1\fs18\sb120 {\b Big Brother} activity indicator is a small red triangle spinning and turning to black whenever Big Brother is busy pinging hosts.
diff --git a/help/bigbrother.xml b/help/bigbrother.xml
index ec391ee..39969b6 100644
--- a/help/bigbrother.xml
+++ b/help/bigbrother.xml
@@ -1,209 +1,212 @@
1<?xml version="1.0"?> 1<?xml version="1.0"?>
2<winhelp> 2<winhelp>
3 <topic id="About" title="About Big Brother" keywords="about"> 3 <topic id="About" title="About Big Brother" keywords="about">
4 <heading scroll="no">About <kin>Big Brother</kin></heading> 4 <heading scroll="no">About <kin>Big Brother</kin></heading>
5 <dedication>dedicated to Kundel</dedication> 5 <dedication>dedicated to Kundel</dedication>
6 <p><kin>Big Brother</kin> is a program designed to monitor your IP-network activities. it gives you a comprehensive picture of what happened to any point on the Net that you put in. Just <a href="#Add">add</a> this point by specifying it's IP address or hostname and optional short description (for your information only).</p> 6 <p><kin>Big Brother</kin> is a program designed to monitor your IP-network activities. it gives you a comprehensive picture of what happened to any point on the Net that you put in. Just <a href="#Add">add</a> this point by specifying it's IP address or hostname and optional short description (for your information only).</p>
7 <p>The hosts are organized into a hierarchical tree so that you may configure your network picture according to your needs and imagination. Most of the father host properties are inherited by his children unless you wish to specify child's settings explicitly.</p> 7 <p>The hosts are organized into a hierarchical tree so that you may configure your network picture according to your needs and imagination. Most of the father host properties are inherited by his children unless you wish to specify child's settings explicitly.</p>
8 <p>Every specified period of time <kin>Big Brother</kin> will send echo request to every host. And wait for response for at most specified <a href="#timeOutHIDD_PROPS_SETTINGS">timeout</a>.</p> 8 <p>Every specified period of time <kin>Big Brother</kin> will send echo request to every host. And wait for response for at most specified <a href="#timeOutHIDD_PROPS_SETTINGS">timeout</a>.</p>
9 <p>Results are presented in a graphical form in the lower pane. Each line of the lower window is related to specific host which is shown on the tooltip when you move your mouse over the graphics. Host activities are also <a href="#fileHIDD_PREFS">logged into file</a>.</p> 9 <p>Results are presented in a graphical form in the lower pane. Each line of the lower window is related to specific host which is shown on the tooltip when you move your mouse over the graphics. Host activities are also <a href="#fileHIDD_PREFS">logged into file</a>.</p>
10 <p>Your current <a href="#HIDD_PREFS">preferences</a> and network tree are automatically saved on Windows shutdown (unless specified otherwise) and may be <a href="#autosaveHIDD_PREFS">autosaved</a> every specified amount of minutes. Most recently used <a href="#MRUFile">file</a> is <a href="#HID_FILE_AUTOLOAD">automatically loaded</a> at <kin>Big Brother</kin>'s startup unless you don't want it.</p> 10 <p>Your current <a href="#HIDD_PREFS">preferences</a> and network tree are automatically saved on Windows shutdown (unless specified otherwise) and may be <a href="#autosaveHIDD_PREFS">autosaved</a> every specified amount of minutes. Most recently used <a href="#MRUFile">file</a> is <a href="#HID_FILE_AUTOLOAD">automatically loaded</a> at <kin>Big Brother</kin>'s startup unless you don't want it.</p>
11 <p>You can also hide <kin>Big Brother</kin> into your notify tray so that it won't occupy more than 16x16 square of your precious windows' desktop. Just click <image source="bbullet.bmp"/> in your notify tray or select <a href="#HID_VIEW_MAINWINDOW">View/Main Window</a> from menu. Click <image source="bbullet.bmp"/> again to restore <kin>Big Brother</kin> to its full size.</p> 11 <p>You can also hide <kin>Big Brother</kin> into your notify tray so that it won't occupy more than 16x16 square of your precious windows' desktop. Just click <image source="bbullet.bmp"/> in your notify tray or select <a href="#HID_VIEW_MAINWINDOW">View/Main Window</a> from menu. Click <image source="bbullet.bmp"/> again to restore <kin>Big Brother</kin> to its full size.</p>
12 <p/> 12 <p/>
13 <p><b><i>Enjoy!</i></b></p> 13 <p><b><i>Enjoy!</i></b></p>
14 <license years="1996-2004"/> 14 <license years="1996-2005"/>
15 <credits/> 15 <credits/>
16 </topic> 16 </topic>
17 <topic id="News" title="What's New"> 17 <topic id="News" title="What's New">
18 <newsfor version="1.5.1" date="August 6th, 2005">
19 <ni>Fixed uninstall procedure so that it works on XP</ni>
20 </newsfor>
18 <newsfor version="1.5" date="July 11th, 2004"> 21 <newsfor version="1.5" date="July 11th, 2004">
19 <ni>License change and opening the source code</ni> 22 <ni>License change and opening the source code</ni>
20 <ni>Made it work with Win2k and friends</ni> 23 <ni>Made it work with Win2k and friends</ni>
21 <ni>Added kinwide installer</ni> 24 <ni>Added kinwide installer</ni>
22 </newsfor> 25 </newsfor>
23 </topic> 26 </topic>
24 <topic id="Using" title="Using Big Brother"> 27 <topic id="Using" title="Using Big Brother">
25 <heading scroll="no">Using <kin>Big Brother</kin></heading> 28 <heading scroll="no">Using <kin>Big Brother</kin></heading>
26 <p>Using <kin>Big Brother</kin> consists of two parts - designing your network tree and monitoring it's activity. The latter takes no effort of yours.</p> 29 <p>Using <kin>Big Brother</kin> consists of two parts - designing your network tree and monitoring it's activity. The latter takes no effort of yours.</p>
27 <p>To design the network layout is to put your hosts into Network Tree pane. To <a href="#HID_BROTHERS_NEW">add a child host</a> to the current just press insert or Select Brothers/Add child from menu. To <a href="#HID_BROTHERS_ADDBROTHER">add a brother</a> of the current host select Brothers/Add brother from menu. (note: You can't add brother to the root node)</p> 30 <p>To design the network layout is to put your hosts into Network Tree pane. To <a href="#HID_BROTHERS_NEW">add a child host</a> to the current just press insert or Select Brothers/Add child from menu. To <a href="#HID_BROTHERS_ADDBROTHER">add a brother</a> of the current host select Brothers/Add brother from menu. (note: You can't add brother to the root node)</p>
28 <p>You may also show <a href="#HostProps">properties</a> dialog box by selecting View/Host Properties menu. <a href="#HostProps">Properties</a> dialog box also pops up automatically whenever you press <b>Enter</b> in the tree view pane.</p> 31 <p>You may also show <a href="#HostProps">properties</a> dialog box by selecting View/Host Properties menu. <a href="#HostProps">Properties</a> dialog box also pops up automatically whenever you press <b>Enter</b> in the tree view pane.</p>
29 <p>Monitoring your network activities is even easier. You just relax and watch the screen (or listen to your speakers if you have ones). Network activities are reflected using the lower host activity pane and icons in the tree view. The possible states of the host are:</p> 32 <p>Monitoring your network activities is even easier. You just relax and watch the screen (or listen to your speakers if you have ones). Network activities are reflected using the lower host activity pane and icons in the tree view. The possible states of the host are:</p>
30 <ul> 33 <ul>
31 <li><image source="IDI_NOHOST.bmp"/> <b>Network</b> - you haven't specified host name or ip address for this host. The only reason that makes sense is that you probably want to use this node as a father for family of hosts.</li> 34 <li><image source="IDI_NOHOST.bmp"/> <b>Network</b> - you haven't specified host name or ip address for this host. The only reason that makes sense is that you probably want to use this node as a father for family of hosts.</li>
32 <li><image source="IDI_PINGING.bmp"/> <b>In progress</b> - checking of this host is in progress.</li> 35 <li><image source="IDI_PINGING.bmp"/> <b>In progress</b> - checking of this host is in progress.</li>
33 <li><image source="IDI_HOST.bmp"/> <b>Reachable host</b> - this host is reachable and you have no reason to worry about it.</li> 36 <li><image source="IDI_HOST.bmp"/> <b>Reachable host</b> - this host is reachable and you have no reason to worry about it.</li>
34 <li><image source="IDI_GOINGDOWN.bmp"/> <b>Worrisome host</b> - this host was reported as unreachable, but less than for specified <a href="#HIDD_PROPS_SETTINGS">retries</a> times.</li> 37 <li><image source="IDI_GOINGDOWN.bmp"/> <b>Worrisome host</b> - this host was reported as unreachable, but less than for specified <a href="#HIDD_PROPS_SETTINGS">retries</a> times.</li>
35 <li><image source="IDI_HOSTDOWN.bmp"/> <b>Unreachable host</b> - this host is known as unreachable for a long time. Whenever the host enters or leaves this state specified <a href="#HIDD_PROPS_ACTION">actions</a> are taken.</li> 38 <li><image source="IDI_HOSTDOWN.bmp"/> <b>Unreachable host</b> - this host is known as unreachable for a long time. Whenever the host enters or leaves this state specified <a href="#HIDD_PROPS_ACTION">actions</a> are taken.</li>
36 </ul> 39 </ul>
37 <p>Lower pane shows a histogram of response times for a <a href="#logLengthHIDD_PREFS">specified</a> amount of time. Histograms are shown for current host and it's descendants. Hidden (collapsed) children are not shown in activity pane. When you move your mouse over histogram tooltip shows the host name and host address for the corresponding host. If you also hold left mouse button or Ctrl key it will also show you the time corresponding to the point you point at. If you hold Shift key it will also show the Round Trip Time.</p> 40 <p>Lower pane shows a histogram of response times for a <a href="#logLengthHIDD_PREFS">specified</a> amount of time. Histograms are shown for current host and it's descendants. Hidden (collapsed) children are not shown in activity pane. When you move your mouse over histogram tooltip shows the host name and host address for the corresponding host. If you also hold left mouse button or Ctrl key it will also show you the time corresponding to the point you point at. If you hold Shift key it will also show the Round Trip Time.</p>
38 <p>Histogram shows the Round Trip Time in the following colours:</p> 41 <p>Histogram shows the Round Trip Time in the following colours:</p>
39 <ul> 42 <ul>
40 <li><image source="green.bmp"/> Host's response time is less than 1/3 of the <a href="#timeOutHIDD_PROPS_SETTINGS">specified</a> timeout.</li> 43 <li><image source="green.bmp"/> Host's response time is less than 1/3 of the <a href="#timeOutHIDD_PROPS_SETTINGS">specified</a> timeout.</li>
41 <li><image source="yellow.bmp"/> Host's response time is more than 1/3, but less then 2/3 of the <a href="#timeOutHIDD_PROPS_SETTINGS">specified</a> timeout.</li> 44 <li><image source="yellow.bmp"/> Host's response time is more than 1/3, but less then 2/3 of the <a href="#timeOutHIDD_PROPS_SETTINGS">specified</a> timeout.</li>
42 <li><image source="red.bmp"/> Host's response time is more than 2/3 of the <a href="#timeOutHIDD_PROPS_SETTINGS">specified</a> timeout.</li> 45 <li><image source="red.bmp"/> Host's response time is more than 2/3 of the <a href="#timeOutHIDD_PROPS_SETTINGS">specified</a> timeout.</li>
43 </ul> 46 </ul>
44 </topic> 47 </topic>
45 <topic id="HIDD_PREFS" title="Preferences"> 48 <topic id="HIDD_PREFS" title="Preferences">
46 <heading scroll="no">Preferences</heading> 49 <heading scroll="no">Preferences</heading>
47 <p>The Preferences dialog box allows you to change global system preferences which are:</p> 50 <p>The Preferences dialog box allows you to change global system preferences which are:</p>
48 <ul> 51 <ul>
49 <li><b>On windows shutdown save without confirmation</b> - you may specify how does <kin>Big Brother</kin> act on windows shutdown, whether to save current tree without a confirmation or not.</li> 52 <li><b>On windows shutdown save without confirmation</b> - you may specify how does <kin>Big Brother</kin> act on windows shutdown, whether to save current tree without a confirmation or not.</li>
50 <li><a name="autosaveHIDD_PREFS"/>Autosave - the interval at wich <kin>Big Brother</kin> will save current tree automatically. Specify 0 if you don't want to use this feature.</li> 53 <li><a name="autosaveHIDD_PREFS"/>Autosave - the interval at wich <kin>Big Brother</kin> will save current tree automatically. Specify 0 if you don't want to use this feature.</li>
51 <li>Ping data packet size - the size of echo request packet in bytes.</li> 54 <li>Ping data packet size - the size of echo request packet in bytes.</li>
52 <li>Ping .. hosts simultaneously - number of hosts to ping at a time. If you have a big network to monitor and have a slow computer or connection, you may want to limit number of hosts to ping simultaneously.</li> 55 <li>Ping .. hosts simultaneously - number of hosts to ping at a time. If you have a big network to monitor and have a slow computer or connection, you may want to limit number of hosts to ping simultaneously.</li>
53 <li><a name="fileHIDD_PREFS"/>Log to file - Here is where you specify the name of the file to log hosts activities to.</li> 56 <li><a name="fileHIDD_PREFS"/>Log to file - Here is where you specify the name of the file to log hosts activities to.</li>
54 <li><a name="logLengthHIDD_PREFS"/>Show last .. minutes in activity pane - This is the time length of your graphical pane window.</li> 57 <li><a name="logLengthHIDD_PREFS"/>Show last .. minutes in activity pane - This is the time length of your graphical pane window.</li>
55 <li><a name="storeActivityHIDD_PREFS"/>Store activity pane data - This lets you specify where to store activity pane data when saving file or not.</li> 58 <li><a name="storeActivityHIDD_PREFS"/>Store activity pane data - This lets you specify where to store activity pane data when saving file or not.</li>
56 </ul> 59 </ul>
57 </topic> 60 </topic>
58 <topic id="HID_VIEW_HOSTPROPERTIES"> 61 <topic id="HID_VIEW_HOSTPROPERTIES">
59 <heading scroll="no">Host Properties</heading> 62 <heading scroll="no">Host Properties</heading>
60 <p>You may show/hide Host Properties dialog box using this menu command</p> 63 <p>You may show/hide Host Properties dialog box using this menu command</p>
61 <p><a name="HostProps"/>Host Properties dialog box consists of three tabs. See <a href="#HIDD_PROPS_GENERAL">General tab</a>, <a href="#HIDD_PROPS_SETTINGS">Settings tab</a> and <a href="#HIDD_PROPS_ACTION">Action tab</a> for further details.</p> 64 <p><a name="HostProps"/>Host Properties dialog box consists of three tabs. See <a href="#HIDD_PROPS_GENERAL">General tab</a>, <a href="#HIDD_PROPS_SETTINGS">Settings tab</a> and <a href="#HIDD_PROPS_ACTION">Action tab</a> for further details.</p>
62 </topic> 65 </topic>
63 <topic id="HID_BROTHERS_NEW"> 66 <topic id="HID_BROTHERS_NEW">
64 <heading scroll="no">Add new host (child to current)</heading> 67 <heading scroll="no">Add new host (child to current)</heading>
65 <p>You can add new host into your network using this menu command. New host will be the child to current.</p> 68 <p>You can add new host into your network using this menu command. New host will be the child to current.</p>
66 </topic> 69 </topic>
67 <topic id="HID_FILE_AUTOLOAD"> 70 <topic id="HID_FILE_AUTOLOAD">
68 <heading scroll="no">Autoload</heading> 71 <heading scroll="no">Autoload</heading>
69 <p>You may specify whether you want Big Brother to load most recently used file at the startup or not.</p> 72 <p>You may specify whether you want Big Brother to load most recently used file at the startup or not.</p>
70 </topic> 73 </topic>
71 <topic id="HIDD_PROPS_ACTION" title="Action tab"> 74 <topic id="HIDD_PROPS_ACTION" title="Action tab">
72 <heading scroll="no">Action</heading> 75 <heading scroll="no">Action</heading>
73 <p>Using action tab of <a href="#HostProps">host properties</a> dialog box you may specify the actions to be taken whenever host changes its state from up to down and vice versa.</p> 76 <p>Using action tab of <a href="#HostProps">host properties</a> dialog box you may specify the actions to be taken whenever host changes its state from up to down and vice versa.</p>
74 <ul> 77 <ul>
75 <li>Override action - You may specify if you want this host to specify some specific actions to take or if you want it to act as it's parent does.</li> 78 <li>Override action - You may specify if you want this host to specify some specific actions to take or if you want it to act as it's parent does.</li>
76 <li>Going down - Actions to take whenever host goes down (is known as unreachable for <a href="#retriesHIDD_PROPS_SETTINGS">retries</a> times in a row). See <a href="#Action">below</a> for details.</li> 79 <li>Going down - Actions to take whenever host goes down (is known as unreachable for <a href="#retriesHIDD_PROPS_SETTINGS">retries</a> times in a row). See <a href="#Action">below</a> for details.</li>
77 <li>Going up - Actions to take whenever host becomes reachable after it is considered to be down.</li> 80 <li>Going up - Actions to take whenever host becomes reachable after it is considered to be down.</li>
78 </ul> 81 </ul>
79 <p><a name="Action"/>Possible actions are:</p> 82 <p><a name="Action"/>Possible actions are:</p>
80 <ul> 83 <ul>
81 <li>Play a sound - Plays a sound. You may specify a .wav file or use one of the predefined sounds which are 84 <li>Play a sound - Plays a sound. You may specify a .wav file or use one of the predefined sounds which are
82 <ul> 85 <ul>
83 <li>(host-up) - Default sound indicating host recovering from crash</li> 86 <li>(host-up) - Default sound indicating host recovering from crash</li>
84 <li>(host-down) - Default sound indicating crashing host</li> 87 <li>(host-down) - Default sound indicating crashing host</li>
85 <li>(system-ok) - System sound as defined in Control Panel/Sounds 'Asterisk'</li> 88 <li>(system-ok) - System sound as defined in Control Panel/Sounds 'Asterisk'</li>
86 <li>(system-critical) - System sound as defined in Control Panel/Sounds 'Critical Stop'</li> 89 <li>(system-critical) - System sound as defined in Control Panel/Sounds 'Critical Stop'</li>
87 </ul> 90 </ul>
88 </li> 91 </li>
89 <li>Run custom program - Run custom program. The following special sequences are defined: 92 <li>Run custom program - Run custom program. The following special sequences are defined:
90 <ul> 93 <ul>
91 <li>%h - Host name</li> 94 <li>%h - Host name</li>
92 <li>%d - Host description</li> 95 <li>%d - Host description</li>
93 <li>%% - % sign</li> 96 <li>%% - % sign</li>
94 </ul> 97 </ul>
95 </li> 98 </li>
96 </ul> 99 </ul>
97 </topic> 100 </topic>
98 <topic id="HID_VIEW_MAINWINDOW"> 101 <topic id="HID_VIEW_MAINWINDOW">
99 <heading scroll="no">Main Window</heading> 102 <heading scroll="no">Main Window</heading>
100 <p>You may hide <kin>Big Brother</kin>'s main window using this command. You may get the window back by clicking the <image source="bbullet.bmp"/> in your notification tray area.</p> 103 <p>You may hide <kin>Big Brother</kin>'s main window using this command. You may get the window back by clicking the <image source="bbullet.bmp"/> in your notification tray area.</p>
101 </topic> 104 </topic>
102 <topic id="HIDD_PROPS_GENERAL" title="General tab"> 105 <topic id="HIDD_PROPS_GENERAL" title="General tab">
103 <heading scroll="no">General tab</heading> 106 <heading scroll="no">General tab</heading>
104 <p>General tab of <a href="#HostProps">Host Properties</a> dialog box lets you specify the following:</p> 107 <p>General tab of <a href="#HostProps">Host Properties</a> dialog box lets you specify the following:</p>
105 <ul> 108 <ul>
106 <li>Host - either host name or ip address of host you want to monitor.</li> 109 <li>Host - either host name or ip address of host you want to monitor.</li>
107 <li>Description - a short description of the host. The name you want to refer to this host by in the future.</li> 110 <li>Description - a short description of the host. The name you want to refer to this host by in the future.</li>
108 <li>Log Activity - You may specify if you do or don't want to log changes of this host's state into <a href="#fileHIDD_PREFS">file</a>.</li> 111 <li>Log Activity - You may specify if you do or don't want to log changes of this host's state into <a href="#fileHIDD_PREFS">file</a>.</li>
109 </ul> 112 </ul>
110 </topic> 113 </topic>
111 <topic id="HID_FILE_PAUSE"> 114 <topic id="HID_FILE_PAUSE">
112 <heading scroll="no">Pause</heading> 115 <heading scroll="no">Pause</heading>
113 <p>This command lets you temporarily disable monitoring of hosts. <kin>Big Brother</kin> will just sit and wait until you let him do his work.</p> 116 <p>This command lets you temporarily disable monitoring of hosts. <kin>Big Brother</kin> will just sit and wait until you let him do his work.</p>
114 </topic> 117 </topic>
115 <topic id="HIDD_PROPS_SETTINGS" title="Settings tab"> 118 <topic id="HIDD_PROPS_SETTINGS" title="Settings tab">
116 <heading scroll="no">Settings tab</heading> 119 <heading scroll="no">Settings tab</heading>
117 <p>Settings tab of <a href="#HostProps">Host Properties</a> dialog box lets you specify the following:</p> 120 <p>Settings tab of <a href="#HostProps">Host Properties</a> dialog box lets you specify the following:</p>
118 <ul> 121 <ul>
119 <li>Ping intervals - check this if you want to specify intervals for this host explicitly. If you don't - this host will use parent's settings. You can't uncheck this for root node. 122 <li>Ping intervals - check this if you want to specify intervals for this host explicitly. If you don't - this host will use parent's settings. You can't uncheck this for root node.
120 <ul> 123 <ul>
121 <li>When the host is known as reachable - time to wait until next ping if the last ping succeeded.</li> 124 <li>When the host is known as reachable - time to wait until next ping if the last ping succeeded.</li>
122 <li>When the host is known as unreachable - time to wait until next ping If the last ping failed.</li> 125 <li>When the host is known as unreachable - time to wait until next ping If the last ping failed.</li>
123 </ul> 126 </ul>
124 </li> 127 </li>
125 <li><a name="timeOutHIDD_PROPS_SETTINGS"/>Maximum ping reply timeout - amount of milliseconds to wait for echo reply.</li> 128 <li><a name="timeOutHIDD_PROPS_SETTINGS"/>Maximum ping reply timeout - amount of milliseconds to wait for echo reply.</li>
126 <li><a name="retriesHIDD_PROPS_SETTINGS"/>Maximum retries count - number of failed pings before Big Brother considers the host is down.</li> 129 <li><a name="retriesHIDD_PROPS_SETTINGS"/>Maximum retries count - number of failed pings before Big Brother considers the host is down.</li>
127 </ul> 130 </ul>
128 </topic> 131 </topic>
129 <topic id="HID_BROTHERS_DELETE"> 132 <topic id="HID_BROTHERS_DELETE">
130 <heading scroll="no">Delete</heading> 133 <heading scroll="no">Delete</heading>
131 <p>Use this feature to remove current host and all of its children. You can't remove the root node, although you may remove all hosts but root using this command.</p> 134 <p>Use this feature to remove current host and all of its children. You can't remove the root node, although you may remove all hosts but root using this command.</p>
132 </topic> 135 </topic>
133 <topic id="HID_BROTHERS_ADDBROTHER"> 136 <topic id="HID_BROTHERS_ADDBROTHER">
134 <heading scroll="no">Add new host (brother to current)</heading> 137 <heading scroll="no">Add new host (brother to current)</heading>
135 <p>You can add new host into your network using this menu command. New host will be a brother to current. (note: You can't add brother to the root node)</p> 138 <p>You can add new host into your network using this menu command. New host will be a brother to current. (note: You can't add brother to the root node)</p>
136 </topic> 139 </topic>
137 <topic id="HID_FILE_NEW"> 140 <topic id="HID_FILE_NEW">
138 <heading scroll="no">New</heading> 141 <heading scroll="no">New</heading>
139 <p>Create the whole new network tree. This command will remove all hosts you currently have.</p> 142 <p>Create the whole new network tree. This command will remove all hosts you currently have.</p>
140 </topic> 143 </topic>
141 <topic id="HID_FILE_OPEN"> 144 <topic id="HID_FILE_OPEN">
142 <heading scroll="no">Open</heading> 145 <heading scroll="no">Open</heading>
143 <p>Open previously <a href="#HID_FILE_SAVE">saved</a> network file.</p> 146 <p>Open previously <a href="#HID_FILE_SAVE">saved</a> network file.</p>
144 </topic> 147 </topic>
145 <topic id="HID_FILE_SAVE"> 148 <topic id="HID_FILE_SAVE">
146 <heading scroll="no">Save</heading> 149 <heading scroll="no">Save</heading>
147 <p>Save your current network layout to disk file for future <a href="#HID_FILE_OPEN">retrieval</a></p> 150 <p>Save your current network layout to disk file for future <a href="#HID_FILE_OPEN">retrieval</a></p>
148 </topic> 151 </topic>
149 <topic id="HID_FILE_SAVE_AS"> 152 <topic id="HID_FILE_SAVE_AS">
150 <heading scroll="no">Save as</heading> 153 <heading scroll="no">Save as</heading>
151 <p>Save your current network layout under different name.</p> 154 <p>Save your current network layout under different name.</p>
152 </topic> 155 </topic>
153 <topic id="HID_APP_EXIT"> 156 <topic id="HID_APP_EXIT">
154 <heading scroll="no">Exit</heading> 157 <heading scroll="no">Exit</heading>
155 <p>Leave <kin>Big Brother</kin>. you will be prompted if you have unsaved information.</p> 158 <p>Leave <kin>Big Brother</kin>. you will be prompted if you have unsaved information.</p>
156 </topic> 159 </topic>
157 <topic id="HID_VIEW_TOOLBAR"> 160 <topic id="HID_VIEW_TOOLBAR">
158 <heading scroll="no">Toolbar</heading> 161 <heading scroll="no">Toolbar</heading>
159 <p>Use this command to hide or show toolbar.</p> 162 <p>Use this command to hide or show toolbar.</p>
160 </topic> 163 </topic>
161 <topic id="HID_VIEW_STATUS_BAR"> 164 <topic id="HID_VIEW_STATUS_BAR">
162 <heading scroll="no">Status bar</heading> 165 <heading scroll="no">Status bar</heading>
163 <p>Use this command to hide or show status bar.</p> 166 <p>Use this command to hide or show status bar.</p>
164 </topic> 167 </topic>
165 <topic id="HID_WINDOW_SPLIT"> 168 <topic id="HID_WINDOW_SPLIT">
166 <heading scroll="no">Adjust Splitter</heading> 169 <heading scroll="no">Adjust Splitter</heading>
167 <p>Adjust position of splitter between tree view pane and host activity pane</p> 170 <p>Adjust position of splitter between tree view pane and host activity pane</p>
168 </topic> 171 </topic>
169 <topic id="HID_HELP_FINDER"> 172 <topic id="HID_HELP_FINDER">
170 <heading scroll="no">Help Topics</heading> 173 <heading scroll="no">Help Topics</heading>
171 <p>Show help topics.</p> 174 <p>Show help topics.</p>
172 </topic> 175 </topic>
173 <topic id="MRUFile"> 176 <topic id="MRUFile">
174 <heading scroll="no">Most Recently Used Files</heading> 177 <heading scroll="no">Most Recently Used Files</heading>
175 <p>The menu commands right before the Exit allows you to quickly retrieve one of the most recently used files.</p> 178 <p>The menu commands right before the Exit allows you to quickly retrieve one of the most recently used files.</p>
176 </topic> 179 </topic>
177 <topic id="HID_INDICATOR_PINGBAR"> 180 <topic id="HID_INDICATOR_PINGBAR">
178 <heading scroll="no"><kin>Big Brother</kin> Activity indicator</heading> 181 <heading scroll="no"><kin>Big Brother</kin> Activity indicator</heading>
179 <p><kin>Big Brother</kin> activity indicator is a small red triangle spinning and turning to black whenever Big Brother is busy pinging hosts.</p> 182 <p><kin>Big Brother</kin> activity indicator is a small red triangle spinning and turning to black whenever Big Brother is busy pinging hosts.</p>
180 </topic> 183 </topic>
181 <topic id="AFX_HIDW_STATUS_BAR"> 184 <topic id="AFX_HIDW_STATUS_BAR">
182 <heading scroll="no">Status bar</heading> 185 <heading scroll="no">Status bar</heading>
183 <p>Sometimes you may see some useful messages in there. For instance, long descriptions of menu items whenever you are exploring the menu.</p> 186 <p>Sometimes you may see some useful messages in there. For instance, long descriptions of menu items whenever you are exploring the menu.</p>
184 </topic> 187 </topic>
185 <topic id="HID_CONTEXT_HELP"> 188 <topic id="HID_CONTEXT_HELP">
186 <heading scroll="no">Context help</heading> 189 <heading scroll="no">Context help</heading>
187 <p>Move mouse cursor with question mark wherever you want and get help for something you click on.</p> 190 <p>Move mouse cursor with question mark wherever you want and get help for something you click on.</p>
188 </topic> 191 </topic>
189 <topic id="HID_SC_MAXIMIZE"> 192 <topic id="HID_SC_MAXIMIZE">
190 <heading scroll="no">Maximize</heading> 193 <heading scroll="no">Maximize</heading>
191 <p>This option will maximize <kin>Big Brother</kin> window to full screen.</p> 194 <p>This option will maximize <kin>Big Brother</kin> window to full screen.</p>
192 </topic> 195 </topic>
193 <topic id="HID_SC_MOVE"> 196 <topic id="HID_SC_MOVE">
194 <heading scroll="no">Move</heading> 197 <heading scroll="no">Move</heading>
195 <p>This option will let you move <kin>Big Brother</kin> window around the screen.</p> 198 <p>This option will let you move <kin>Big Brother</kin> window around the screen.</p>
196 </topic> 199 </topic>
197 <topic id="HID_SC_SIZE"> 200 <topic id="HID_SC_SIZE">
198 <heading scroll="no">Size</heading> 201 <heading scroll="no">Size</heading>
199 <p>This option will let you resize <kin>Big Brother</kin>'s window</p> 202 <p>This option will let you resize <kin>Big Brother</kin>'s window</p>
200 </topic> 203 </topic>
201 <topic id="HID_SC_RESTORE"> 204 <topic id="HID_SC_RESTORE">
202 <heading scroll="no">Restore</heading> 205 <heading scroll="no">Restore</heading>
203 <p>You option may use this to restore <kin>Big Brother</kin>'s window to its original size after you've maximized it.</p> 206 <p>You option may use this to restore <kin>Big Brother</kin>'s window to its original size after you've maximized it.</p>
204 </topic> 207 </topic>
205 <topic id="HID_SC_CLOSE"> 208 <topic id="HID_SC_CLOSE">
206 <heading scroll="no">Close</heading> 209 <heading scroll="no">Close</heading>
207 <p>This option does about the same as the <a href="#HID_APP_EXIT">Exit</a> menu command does.</p> 210 <p>This option does about the same as the <a href="#HID_APP_EXIT">Exit</a> menu command does.</p>
208 </topic> 211 </topic>
209 <topic id="Add" title="Add new host"> 212 <topic id="Add" title="Add new host">
diff --git a/install/install.cpp b/install/install.cpp
index 12b20f7..f16ec79 100644
--- a/install/install.cpp
+++ b/install/install.cpp
@@ -1,68 +1,74 @@
1#include "resource.h" 1#include "resource.h"
2#include "../shared-code/install.h" 2#include "../shared-code/install.h"
3 3
4#define KINSHORT "BigBro" 4#define KINSHORT "BigBro"
5#define KINNAME "Big Brother" 5#define KINNAME "Big Brother"
6#define VERSION "1.5" 6#define VERSION "1.5.1"
7 7
8BOOL Install(void) 8BOOL Install(void)
9{ 9{
10STRING dPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",KINSHORT "Path"); 10STRING dPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",KINSHORT "Path");
11STRING kPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath"); 11STRING kPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath");
12LPCSTR qPath = ((LPCSTR)dPath)?(LPCSTR)dPath:(((LPCSTR)kPath)?(LPSTR)kPath:"C:\\Program Files\\Klever\\Nothings"); 12LPCSTR qPath = ((LPCSTR)dPath)?(LPCSTR)dPath:(((LPCSTR)kPath)?(LPSTR)kPath:"C:\\Program Files\\Klever\\Nothings");
13STRING path = REQUESTPATH(" " KINNAME " " VERSION,"\nEnter destination path:",qPath); 13STRING path = REQUESTPATH(" " KINNAME " " VERSION,"\nEnter destination path:",qPath);
14 if(!path) 14 if(!path)
15 return NULL; 15 return NULL;
16 16
17 #ifdefK_ANNED 17 #ifdefK_ANNED
18STRING sysDir(_MAX_PATH); 18STRING sysDir(_MAX_PATH);
19 GetSystemDirectory(sysDir,_MAX_PATH); 19 GetSystemDirectory(sysDir,_MAX_PATH);
20 INSTALLFILE("mfc42.dl_",sysDir,"mfc42.dll"); 20 INSTALLFILE("mfc42.dl_",sysDir,"mfc42.dll");
21#endif 21#endif
22 22
23 MAKE_PATH(path); 23 MAKE_PATH(path);
24STRING shortPath = GET_SHORT_PATH(path); 24STRING shortPath = GET_SHORT_PATH(path);
25 if(!shortPath){ 25 if(!shortPath){
26 MessageBox(NULL,"Failed to install " KINNAME " " VERSION " in specified directory",NULL,MB_ICONERROR|MB_OK); 26 MessageBox(NULL,"Failed to install " KINNAME " " VERSION " in specified directory",NULL,MB_ICONERROR|MB_OK);
27 return FALSE; 27 return FALSE;
28 } 28 }
29 29
30 if(!( 30 if(!(
31 INSTALLFILE("bigbro.ex_",path,"bigbro.exe") && 31 INSTALLFILE("bigbro.ex_",path,"bigbro.exe") &&
32 INSTALLFILE("bigbro.hl_",path,"bigbro.hlp") && 32 INSTALLFILE("bigbro.hl_",path,"bigbro.hlp") &&
33 INSTALLFILE("bigbro.cn_",path,"bigbro.cnt") 33 INSTALLFILE("bigbro.cn_",path,"bigbro.cnt")
34 )){ 34 )){
35 MessageBox(NULL,"Failed to install " KINNAME " " VERSION " in specified directory",NULL,MB_ICONERROR|MB_OK); 35 MessageBox(NULL,"Failed to install " KINNAME " " VERSION " in specified directory",NULL,MB_ICONERROR|MB_OK);
36 return FALSE; 36 return FALSE;
37 } 37 }
38 ADDMENU("Klever Group",KINNAME,path,"bigbro.exe"); 38 ADDMENU("Klever Group",KINNAME,path,"bigbro.exe");
39 39
40 strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",KINSHORT "Path",path); 40 strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",KINSHORT "Path",path);
41 strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath",path); 41 strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath",path);
42 42
43FILE* inf=CREATE_INF_FILE(path,KINSHORT ".INF"); 43FILE* inf=CREATE_INF_FILE(path,KINSHORT ".INF");
44 if(!inf){ 44 if(!inf){
45 MessageBox(NULL,"Failed to install " KINNAME " " VERSION,NULL,MB_ICONERROR|MB_OK); 45 MessageBox(NULL,"Failed to install " KINNAME " " VERSION,NULL,MB_ICONERROR|MB_OK);
46 return FALSE; 46 return FALSE;
47 } 47 }
48 INF_FILE_HEADER(inf); 48 INF_FILE_HEADER(inf);
49 INF_FILE_SECTION(inf,"Uninstall"); 49 INF_FILE_SECTION(inf,"Uninstall");
50 fprintf(inf,"AddReg=kFiles\nDelReg=kReg\nUpdateInis=kMenu\n"); 50 fprintf(inf,"AddReg=kFiles\nDelReg=kReg\nUpdateInis=kMenu\n");
51 INF_FILE_SECTION(inf,"kFiles"); 51 INF_FILE_SECTION(inf,"kFiles");
52 INF_REMOVE_ROOT(inf,KINSHORT "Files",path); 52 INF_REMOVE_ROOT(inf,KINSHORT "Files",path);
53 INF_REMOVE_FILE(inf,KINSHORT "Files","bigbro.exe"); 53 INF_REMOVE_FILE(inf,KINSHORT "Files","bigbro.exe");
54 INF_REMOVE_HELP_FILE(inf,KINSHORT "Files","bigbro"); 54 INF_REMOVE_HELP_FILE(inf,KINSHORT "Files","bigbro");
55 INF_REMOVE_FILE(inf,KINSHORT "Files","bigbro.inf"); 55 INF_REMOVE_FILE(inf,KINSHORT "Files","bigbro.inf");
56 INF_FILE_SECTION(inf,"kReg"); 56 INF_FILE_SECTION(inf,"kReg");
57 INF_UNINSTALL_REG(inf,KINSHORT); 57 INF_UNINSTALL_REG(inf,KINSHORT);
58 INF_FILE_SECTION(inf,"kMenu"); 58 INF_FILE_SECTION(inf,"kMenu");
59 INF_MENU_GROUP(inf,1,"Klever Group"); 59 INF_MENU_GROUP(inf,1,"Klever Group");
60 INF_MENU_ITEM(inf,1,KINNAME); 60 INF_MENU_ITEM(inf,1,KINNAME);
61 fclose(inf); 61 fclose(inf);
62 62
63 REG_UNINSTALL_COMMAND(KINSHORT,"Klever " KINNAME " " VERSION,shortPath,KINSHORT".INF","Uninstall"); 63 REG_UNINSTALL_COMMAND(KINSHORT,"Klever " KINNAME " " VERSION,shortPath,KINSHORT".INF","Uninstall");
64 REG_UNINSTALL_ICON(KINSHORT,path,"bigbrother.exe",0);
65 REG_UNINSTALL_COMMENT(KINSHORT,"Klever Big brother");
66 REG_UNINSTALL_VERSION(KINSHORT,VERSION);
67 REG_UNINSTALL_LOCATION(KINSHORT,path);
68 REG_UNINSTALL_PUBLISHER(KINSHORT,"Klever Group");
69 REG_UNINSTALL_URLS(KINSHORT,"http://www.klever.net/","http://kin.klever.net/bigbrother/");
64 70
65 MessageBox(NULL,KINNAME" " VERSION " installed successfully, you may now run it from 'Programs/Klever Group' menu or remove it using Control Panel Add/Remove Programs applet."," Rejoice!",MB_ICONINFORMATION|MB_OK); 71 MessageBox(NULL,KINNAME" " VERSION " installed successfully, you may now run it from 'Programs/Klever Group' menu or remove it using Control Panel Add/Remove Programs applet."," Rejoice!",MB_ICONINFORMATION|MB_OK);
66 72
67 return TRUE; 73 return TRUE;
68} 74}
diff --git a/install/install.rc b/install/install.rc
index 958704a..6b649fa 100644
--- a/install/install.rc
+++ b/install/install.rc
@@ -1,182 +1,182 @@
1//Microsoft Developer Studio generated resource script. 1//Microsoft Developer Studio generated resource script.
2// 2//
3#include "resource.h" 3#include "resource.h"
4 4
5#define APSTUDIO_READONLY_SYMBOLS 5#define APSTUDIO_READONLY_SYMBOLS
6///////////////////////////////////////////////////////////////////////////// 6/////////////////////////////////////////////////////////////////////////////
7// 7//
8// Generated from the TEXTINCLUDE 2 resource. 8// Generated from the TEXTINCLUDE 2 resource.
9// 9//
10#include "afxres.h" 10#include "afxres.h"
11 11
12///////////////////////////////////////////////////////////////////////////// 12/////////////////////////////////////////////////////////////////////////////
13#undef APSTUDIO_READONLY_SYMBOLS 13#undef APSTUDIO_READONLY_SYMBOLS
14 14
15///////////////////////////////////////////////////////////////////////////// 15/////////////////////////////////////////////////////////////////////////////
16// English (U.S.) resources 16// English (U.S.) resources
17 17
18#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) 18#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19#ifdef _WIN32 19#ifdef _WIN32
20LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 20LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
21#pragma code_page(1252) 21#pragma code_page(1252)
22#endif //_WIN32 22#endif //_WIN32
23 23
24///////////////////////////////////////////////////////////////////////////// 24/////////////////////////////////////////////////////////////////////////////
25// 25//
26// Dialog 26// Dialog
27// 27//
28 28
29#if defined(APSTUDIO_INVOKED) || defined(FALSE) 29#if defined(APSTUDIO_INVOKED) || defined(FALSE)
30#if defined(APSTUDIO_INVOKED) 30#if defined(APSTUDIO_INVOKED)
31IDD_INSTALLING$(FALSE) DIALOGEX 0, 0, 200, 74 31IDD_INSTALLING$(FALSE) DIALOGEX 0, 0, 200, 74
32#else 32#else
33IDD_INSTALLING DIALOGEX 0, 0, 200, 74 33IDD_INSTALLING DIALOGEX 0, 0, 200, 74
34#endif 34#endif
35STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP 35STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP
36FONT 8, "MS Sans Serif", 0, 0, 0x1 36FONT 8, "MS Sans Serif", 0, 0, 0x1
37BEGIN 37BEGIN
38 PUSHBUTTON "Cancel",IDCANCEL,143,53,50,14,BS_CENTER | BS_VCENTER | 38 PUSHBUTTON "Cancel",IDCANCEL,143,53,50,14,BS_CENTER | BS_VCENTER |
39 BS_NOTIFY | BS_FLAT,WS_EX_DLGMODALFRAME 39 BS_NOTIFY | BS_FLAT,WS_EX_DLGMODALFRAME
40 CONTROL "Animate1",IDC_DISKS,"SysAnimate32",ACS_TRANSPARENT | 40 CONTROL "Animate1",IDC_DISKS,"SysAnimate32",ACS_TRANSPARENT |
41 ACS_AUTOPLAY | WS_TABSTOP,161,7,32,32 41 ACS_AUTOPLAY | WS_TABSTOP,161,7,32,32
42 LTEXT "",IDC_STATE,7,7,150,32,SS_NOPREFIX | SS_NOTIFY 42 LTEXT "",IDC_STATE,7,7,150,32,SS_NOPREFIX | SS_NOTIFY
43 CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",0x0,7,45, 43 CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",0x0,7,45,
44 186,7,WS_EX_DLGMODALFRAME 44 186,7,WS_EX_DLGMODALFRAME
45END 45END
46#endif 46#endif
47 47
48IDD_PATH DIALOGEX 0, 0, 255, 73 48IDD_PATH DIALOGEX 0, 0, 255, 73
49STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | DS_CENTER | WS_POPUP | 49STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | DS_CENTER | WS_POPUP |
50 WS_VISIBLE | WS_CAPTION 50 WS_VISIBLE | WS_CAPTION
51EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CLIENTEDGE 51EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CLIENTEDGE
52FONT 8, "MS Sans Serif", 0, 0, 0x1 52FONT 8, "MS Sans Serif", 0, 0, 0x1
53BEGIN 53BEGIN
54 LTEXT "",IDC_PROMPT,7,7,241,30 54 LTEXT "",IDC_PROMPT,7,7,241,30
55 EDITTEXT IDC_PATH,7,37,195,12,ES_AUTOHSCROLL 55 EDITTEXT IDC_PATH,7,37,195,12,ES_AUTOHSCROLL
56 PUSHBUTTON "B&rowse..",IDC_BROWSE,208,37,40,12 56 PUSHBUTTON "B&rowse..",IDC_BROWSE,208,37,40,12
57 DEFPUSHBUTTON "OK",IDOK,69,52,50,14 57 DEFPUSHBUTTON "OK",IDOK,69,52,50,14
58 PUSHBUTTON "Cancel",IDCANCEL,135,52,50,14 58 PUSHBUTTON "Cancel",IDCANCEL,135,52,50,14
59END 59END
60 60
61 61
62///////////////////////////////////////////////////////////////////////////// 62/////////////////////////////////////////////////////////////////////////////
63// 63//
64// DESIGNINFO 64// DESIGNINFO
65// 65//
66 66
67#ifdef APSTUDIO_INVOKED 67#ifdef APSTUDIO_INVOKED
68GUIDELINES DESIGNINFO DISCARDABLE 68GUIDELINES DESIGNINFO DISCARDABLE
69BEGIN 69BEGIN
70 "IDD_INSTALLING$(FALSE)", DIALOG 70 "IDD_INSTALLING$(FALSE)", DIALOG
71 BEGIN 71 BEGIN
72 LEFTMARGIN, 7 72 LEFTMARGIN, 7
73 RIGHTMARGIN, 193 73 RIGHTMARGIN, 193
74 TOPMARGIN, 7 74 TOPMARGIN, 7
75 BOTTOMMARGIN, 67 75 BOTTOMMARGIN, 67
76 HORZGUIDE, 39 76 HORZGUIDE, 39
77 END 77 END
78 78
79 IDD_PATH, DIALOG 79 IDD_PATH, DIALOG
80 BEGIN 80 BEGIN
81 LEFTMARGIN, 7 81 LEFTMARGIN, 7
82 RIGHTMARGIN, 248 82 RIGHTMARGIN, 248
83 VERTGUIDE, 202 83 VERTGUIDE, 202
84 VERTGUIDE, 208 84 VERTGUIDE, 208
85 TOPMARGIN, 7 85 TOPMARGIN, 7
86 BOTTOMMARGIN, 66 86 BOTTOMMARGIN, 66
87 HORZGUIDE, 37 87 HORZGUIDE, 37
88 END 88 END
89END 89END
90#endif // APSTUDIO_INVOKED 90#endif // APSTUDIO_INVOKED
91 91
92 92
93#ifdef APSTUDIO_INVOKED 93#ifdef APSTUDIO_INVOKED
94///////////////////////////////////////////////////////////////////////////// 94/////////////////////////////////////////////////////////////////////////////
95// 95//
96// TEXTINCLUDE 96// TEXTINCLUDE
97// 97//
98 98
991 TEXTINCLUDE DISCARDABLE 991 TEXTINCLUDE DISCARDABLE
100BEGIN 100BEGIN
101 "resource.h\0" 101 "resource.h\0"
102END 102END
103 103
1042 TEXTINCLUDE DISCARDABLE 1042 TEXTINCLUDE DISCARDABLE
105BEGIN 105BEGIN
106 "#include ""afxres.h""\r\n" 106 "#include ""afxres.h""\r\n"
107 "\0" 107 "\0"
108END 108END
109 109
1103 TEXTINCLUDE DISCARDABLE 1103 TEXTINCLUDE DISCARDABLE
111BEGIN 111BEGIN
112 "#include ""custom.rch""\0" 112 "#include ""custom.rch""\0"
113END 113END
114 114
115#endif // APSTUDIO_INVOKED 115#endif // APSTUDIO_INVOKED
116 116
117 117
118///////////////////////////////////////////////////////////////////////////// 118/////////////////////////////////////////////////////////////////////////////
119// 119//
120// Icon 120// Icon
121// 121//
122 122
123// Icon with lowest ID value placed first to ensure application icon 123// Icon with lowest ID value placed first to ensure application icon
124// remains consistent on all systems. 124// remains consistent on all systems.
125IDI_ICON ICON DISCARDABLE "../shared-data/install-icon.ico" 125IDI_ICON ICON DISCARDABLE "../shared-data/install-icon.ico"
126 126
127#ifndef _MAC 127#ifndef _MAC
128///////////////////////////////////////////////////////////////////////////// 128/////////////////////////////////////////////////////////////////////////////
129// 129//
130// Version 130// Version
131// 131//
132 132
133VS_VERSION_INFO VERSIONINFO 133VS_VERSION_INFO VERSIONINFO
134 FILEVERSION 1,5,0,0 134 FILEVERSION 1,5,1,0
135 PRODUCTVERSION 1,5,0,0 135 PRODUCTVERSION 1,5,1,0
136 FILEFLAGSMASK 0x3fL 136 FILEFLAGSMASK 0x3fL
137#ifdef _DEBUG 137#ifdef _DEBUG
138 FILEFLAGS 0x1L 138 FILEFLAGS 0x1L
139#else 139#else
140 FILEFLAGS 0x0L 140 FILEFLAGS 0x0L
141#endif 141#endif
142 FILEOS 0x40004L 142 FILEOS 0x40004L
143 FILETYPE 0x1L 143 FILETYPE 0x1L
144 FILESUBTYPE 0x0L 144 FILESUBTYPE 0x0L
145BEGIN 145BEGIN
146 BLOCK "StringFileInfo" 146 BLOCK "StringFileInfo"
147 BEGIN 147 BEGIN
148 BLOCK "040904b0" 148 BLOCK "040904b0"
149 BEGIN 149 BEGIN
150 VALUE "CompanyName", "Klever Group (http://www.klever.net/)\0" 150 VALUE "CompanyName", "Klever Group (http://www.klever.net/)\0"
151 VALUE "FileDescription", "INSTALL: Big Brother, network monitoring tool\0" 151 VALUE "FileDescription", "INSTALL: Big Brother, network monitoring tool\0"
152 VALUE "FileVersion", "1, 5, 0, 0\0" 152 VALUE "FileVersion", "1, 5, 1, 0\0"
153 VALUE "InternalName", "INSTALL\0" 153 VALUE "InternalName", "INSTALL\0"
154 VALUE "LegalCopyright", "Copyright © 1996-2004 Klever Group (http://www.klever.net/)\0" 154 VALUE "LegalCopyright", "Copyright © 1996-2005 Klever Group (http://www.klever.net/)\0"
155 VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0" 155 VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0"
156 VALUE "OriginalFilename", "INSTALL.EXE\0" 156 VALUE "OriginalFilename", "INSTALL.EXE\0"
157 VALUE "ProductName", "Big Brother\0" 157 VALUE "ProductName", "Big Brother\0"
158 VALUE "ProductVersion", "1, 5, 0, 0\0" 158 VALUE "ProductVersion", "1, 5, 1, 0\0"
159 END 159 END
160 END 160 END
161 BLOCK "VarFileInfo" 161 BLOCK "VarFileInfo"
162 BEGIN 162 BEGIN
163 VALUE "Translation", 0x409, 1200 163 VALUE "Translation", 0x409, 1200
164 END 164 END
165END 165END
166 166
167#endif // !_MAC 167#endif // !_MAC
168 168
169#endif // English (U.S.) resources 169#endif // English (U.S.) resources
170///////////////////////////////////////////////////////////////////////////// 170/////////////////////////////////////////////////////////////////////////////
171 171
172 172
173 173
174#ifndef APSTUDIO_INVOKED 174#ifndef APSTUDIO_INVOKED
175///////////////////////////////////////////////////////////////////////////// 175/////////////////////////////////////////////////////////////////////////////
176// 176//
177// Generated from the TEXTINCLUDE 3 resource. 177// Generated from the TEXTINCLUDE 3 resource.
178// 178//
179#include "custom.rch" 179#include "custom.rch"
180///////////////////////////////////////////////////////////////////////////// 180/////////////////////////////////////////////////////////////////////////////
181#endif // not APSTUDIO_INVOKED 181#endif // not APSTUDIO_INVOKED
182 182