winnt-dont-display-ibm-legal-message-20040326
[openafs.git] / src / WINNT / client_osi / osidebug.rc
1 /* Copyright (C) 1994 Cazamar Systems, Inc. */
2
3 #include "windows.h"
4 #include "osidebug.h"
5
6 InputMenu MENU
7 BEGIN
8     POPUP       "&Help"
9     BEGIN
10         MENUITEM "&About osidebug...", IDM_ABOUT
11         MENUITEM "&Contents", IDM_HELP
12     END
13 END
14
15 AboutBox DIALOG 22, 17, 144, 75
16 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
17 BEGIN
18     CTEXT "Marmara Systems"       -1,       0,  5, 144,  8
19     CTEXT "Remote Debugging Application" -1,       0, 14, 144,  8
20     DEFPUSHBUTTON "OK"          IDOK,      53, 59,  32, 14,      WS_GROUP
21 END
22
23 FileBox DIALOG 20, 20, 100, 85
24 STYLE WS_POPUP | WS_DLGFRAME
25 BEGIN
26     LISTBOX                     IDM_FILEBOX,    0, 0, 100, 60,          WS_VSCROLL | LBS_SORT | LBS_NOTIFY
27     EDITTEXT                    IDM_FILENAME,   0, 60, 100, 15,         ES_AUTOHSCROLL
28     DEFPUSHBUTTON "OK"          IDOK,           0, 75, 50, 10,          WS_GROUP
29     PUSHBUTTON "CANCEL"         IDCANCEL,       50, 75, 50, 10,         WS_GROUP
30 END