campo-sirio/al/examples/ex00pm.rc
alex 714dd74636 Archive Library versione 2.00
git-svn-id: svn://10.65.10.50/trunk@5350 c028cbd2-c16b-5b4b-a496-9718f37d4682
1997-10-09 16:09:54 +00:00

61 lines
2.8 KiB
Plaintext
Executable File

/*
* EX00PM.RC
*
* Header file for ArchiveLib 2.0
*
* Copyright (c) Greenleaf Software, Inc. 1994 - 1996
* All Rights Reserved
*
* DESCRIPTION
*
* This is the RC file used by PM example program 00. It
* has all of the constants defined for use in the RC file that
* is linked with this example. Note that the exact same RC
* is used by both the C++ and C example programs.
*
* REVISION HISTORY
*
* February 1, 1996 2.0A : Second release
*
*/
#include "ex00pm.h"
#include <os2.h>
ICON AL_ICON "alpmicon.ico"
DLGTEMPLATE AL_MAIN_DIALOG
BEGIN
DIALOG "Archive Library 2.0 OS/2 Demo", AL_MAIN_DIALOG, 7, 59, 269, 99, 0, FCF_SYSMENU | FCF_TITLEBAR | FCF_MINBUTTON | FCF_TASKLIST
BEGIN
PUSHBUTTON "About", AL_ABOUT, 192, 38, 61, 14
PUSHBUTTON "Exit", AL_EXIT, 192, 18, 61, 14
CONTROL "Abort", AL_ABORT, 192, 58, 61, 14, WC_BUTTON, BS_PUSHBUTTON | WS_VISIBLE | WS_GROUP | WS_TABSTOP
CONTROL "Compress", AL_COMPRESS, 192, 78, 61, 14, WC_BUTTON, BS_PUSHBUTTON | WS_VISIBLE | WS_GROUP | WS_TABSTOP
CONTROL "", AL_ARCHIVE, 71, 78, 97, 12, WC_ENTRYFIELD, ES_LEFT | ES_AUTOSCROLL | ES_MARGIN | WS_VISIBLE | WS_GROUP | WS_TABSTOP
CONTROL "", AL_FILES, 71, 60, 97, 12, WC_ENTRYFIELD, ES_LEFT | ES_AUTOSCROLL | ES_MARGIN | WS_VISIBLE | WS_GROUP | WS_TABSTOP
CONTROL "", AL_BYTE_COUNT, 71, 41, 97, 10, WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | DT_MNEMONIC | WS_VISIBLE | WS_GROUP
CONTROL "", AL_OPERATION, 71, 23, 97, 11, WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | DT_MNEMONIC | WS_VISIBLE | WS_GROUP
CONTROL "Archive:", 104, 31, 78, 34, 8, WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | DT_MNEMONIC | WS_VISIBLE | WS_GROUP
CONTROL "Input files:", 105, 17, 60, 47, 8, WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | DT_MNEMONIC | WS_VISIBLE | WS_GROUP
CONTROL "Byte count:", 106, 17, 43, 48, 8, WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | DT_MNEMONIC | WS_VISIBLE | WS_GROUP
CONTROL "Operation:", 107, 22, 26, 43, 8, WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | DT_MNEMONIC | WS_VISIBLE | WS_GROUP
CONTROL "", AL_STATUS, 71, 6, 97, 12, WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | DT_MNEMONIC | WS_VISIBLE | WS_GROUP
CONTROL "Status:", 109, 35, 10, 30, 8, WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | DT_MNEMONIC | WS_VISIBLE | WS_GROUP
END
END
DLGTEMPLATE AL_ABOUT_DIALOG
BEGIN
DIALOG "Product Information", AL_ABOUT_DIALOG, 10, 10, 130, 93, 0, FCF_SYSMENU | FCF_TITLEBAR
BEGIN
ICON AL_ICON, AL_ICON, 54, 71, 21, 16, WS_GROUP
CTEXT "Archive Library 2.0", AL_TEXT, 6, 53, 118, 10
DEFPUSHBUTTON "OK", DID_OK, 43, 9, 40, 14
CONTROL "Copyright (c) 1996", 206, 26, 31, 80, 8, WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | DT_MNEMONIC | WS_VISIBLE | WS_GROUP
CONTROL "OS/2 Demonstration", 207, 23, 42, 88, 10, WC_STATIC, SS_TEXT | DT_LEFT | DT_VCENTER | DT_MNEMONIC | WS_VISIBLE | WS_GROUP
END
END