campo-sirio/al/examples/ex17pm.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

57 lines
2.4 KiB
Plaintext
Executable File

/*
* EX17PM.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 17. 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 "ex17pm.h"
#include <os2.h>
POINTER AL_ICON "alpmicon.ico"
DLGTEMPLATE AL_MAIN_DIALOG
BEGIN
DIALOG "Archive Library 2.0 OS/2 Demo", AL_MAIN_DIALOG, 15, 86, 205, 120, 0, FCF_SYSMENU | FCF_TITLEBAR | FCF_MINBUTTON | FCF_TASKLIST
BEGIN
CONTROL "Exit", AL_EXIT, 108, 17, 83, 14, WC_BUTTON, BS_PUSHBUTTON | WS_VISIBLE | WS_TABSTOP
CONTROL "Directory", AL_DIRECTORY, 13, 39, 76, 69, WC_LISTBOX, WS_VISIBLE | WS_GROUP | WS_TABSTOP
PRESPARAMS PP_FONTNAMESIZE "8.System"
CONTROL "", AL_DIR_MASK, 15, 12, 76, 12, WC_ENTRYFIELD, ES_LEFT | ES_AUTOSCROLL | ES_MARGIN | WS_VISIBLE | WS_GROUP | WS_TABSTOP
CONTROL "About", AL_ABOUT, 108, 35, 83, 14, WC_BUTTON, BS_PUSHBUTTON | WS_VISIBLE | WS_TABSTOP
CONTROL "Create List", AL_CREATE_LIST, 108, 89, 83, 14, WC_BUTTON, BS_PUSHBUTTON | BS_DEFAULT | WS_VISIBLE | WS_GROUP | WS_TABSTOP
CONTROL "Delete List", AL_DELETE_LIST, 108, 71, 83, 14, WC_BUTTON, BS_PUSHBUTTON | WS_VISIBLE | WS_GROUP | WS_TABSTOP
CONTROL "Delete Duplicates", AL_DELETE_DUPLICATES, 108, 53, 83, 14, WC_BUTTON, BS_PUSHBUTTON | WS_VISIBLE | WS_GROUP | WS_TABSTOP
CONTROL "File Mask:", IDC_STATIC, 15, 26, 45, 8, WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | DT_MNEMONIC | WS_VISIBLE | WS_GROUP
CONTROL "Files:", IDC_STATIC, 15, 105, 45, 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_ABOUT_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