|
|
Microsoft OS/2 SDK PM 08-08-1988
/*----------------------------------
ABOUTBOX.RC resource script file
----------------------------------*/
#include <os2.h>
#include "aboutbox.h"
POINTER ID_RESOURCE aboutbox.ico
MENU ID_RESOURCE
{
SUBMENU "~File", IDM_FILE
{
MENUITEM "~New", IDM_NEW
MENUITEM "~Open...", IDM_OPEN
MENUITEM "~Save", IDM_SAVE
MENUITEM "Save ~As...", IDM_SAVEAS
MENUITEM SEPARATOR
MENUITEM "A~bout AboutBox...", IDM_ABOUT
}
}
DLGTEMPLATE IDD_ABOUT
{
DIALOG "", 0, 10, 60, 160, 100, FS_DLGBORDER
{
CTEXT "AboutBox" -1, 10, 72, 140, 10
ICON ID_RESOURCE -1, 8, 60, 0, 0
CTEXT "Sample ""About"" Dialog Box" -1, 10, 46, 140, 10
CTEXT "Copyright (C) Charles Petzold, 1988" -1, 10, 30, 140, 10
DEFPUSHBUTTON "OK" DID_OK, 64, 8, 32, 14, WS_GROUP
}
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.