home *** CD-ROM | disk | FTP | other *** search
- ; GIK/2 1.0.1 EWYBA.RC 5621-432 (C) COPYRIGHT IBM CORP 1993. ALL RIGHTS RESERVED. LICENSED MATERIALS - PROPERTY OF IBM.
- ;/**********************************************************************/
- ;/* */
- ;/* MODULE PROLOGUE */
- ;/* */
- ;/* COMPONENT NAME: C++ CLASS BROWSER EXAMPLE */
- ;/* */
- ;/* MODULE NAME: EWYBA.RC */
- ;/* */
- ;/* DESCRIPTIVE NAME: dialog(s) */
- ;/* */
- ;/* PURPOSE: Resource file */
- ;/* */
- ;/* COPYRIGHT: (C) 1993 IBM Corporation */
- ;/* */
- ;/* DISCLAIMER OF WARRANTIES. The following [enclosed] code is */
- ;/* sample code created by IBM Corporation. This sample code is not */
- ;/* part of any standard or IBM product and is provided to you solely */
- ;/* for the purpose of assisting you in the development of your */
- ;/* applications. The code is provided "AS IS", without */
- ;/* warranty of any kind. IBM shall not be liable for any damages */
- ;/* arising out of your use of the sample code, even if they have been */
- ;/* advised of the possibility of such damages. */
- ;/**********************************************************************/
-
- #define INCL_PM
- #include <os2.h>
- #include "ewybarc.h"
-
- DLGTEMPLATE DID_BROWSE_DIALOG LOADONCALL MOVEABLE DISCARDABLE
- BEGIN
- DIALOG "Class Details", DID_BROWSE_DIALOG, -26, -21, 318, 134, FS_NOBYTEALIGN | FS_DLGBORDER |
- WS_VISIBLE | WS_SAVEBITS, FCF_SYSMENU | FCF_TITLEBAR
- BEGIN
- CONTROL "", DID_CLASS_METHODS, 5, 4, 307, 125, WC_MLE, MLS_BORDER | MLS_READONLY |
- MLS_HSCROLL | MLS_VSCROLL | WS_GROUP | WS_TABSTOP | WS_VISIBLE
- END
- END
-
-
-
-