home *** CD-ROM | disk | FTP | other *** search
- ; GIK/2 1.0.1 EWYEAN.RC 5621-432 (C) COPYRIGHT IBM CORP 1991, 1993. ALL RIGHTS RESERVED. LICENSED MATERIALS - PROPERTY OF IBM.
- ;/**********************************************************************/
- ;/* */
- ;/* MODULE PROLOGUE */
- ;/* */
- ;/* COMPONENT NAME: Data Flow Diagram (DFD) Example */
- ;/* */
- ;/* MODULE NAME: EWYEAN.RC */
- ;/* */
- ;/* DESCRIPTIVE NAME: The country dependent resource file */
- ;/* */
- ;/* PURPOSE: Resource file */
- ;/* */
- ;/* COPYRIGHT: (C) 1991, 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 "ewyearc.h"
- #include "ewyea.h"
-
- ICON SAMPLE_ICON PRELOAD ewyea.ico
-
- /*********************************************************************/
- /* */
- /* Dialogs for the DFD Example */
- /* */
- /*********************************************************************/
-
- DLGTEMPLATE DID_REF LOADONCALL MOVEABLE DISCARDABLE
- BEGIN
- DIALOG "Refine To", DID_REF, 7, 26, 240, 83, FS_NOBYTEALIGN | FS_DLGBORDER |
- WS_VISIBLE | WS_CLIPSIBLINGS | WS_SAVEBITS, FCF_TITLEBAR
- BEGIN
- CONTROL "", DID_REF_NAME, 95, 30, 136, 7, WC_ENTRYFIELD, ES_LEFT |
- ES_AUTOSCROLL | ES_MARGIN | WS_TABSTOP | WS_VISIBLE
- CONTROL "Enter", DID_REF_OK, 68, 7, 40, 13, WC_BUTTON, BS_PUSHBUTTON |
- BS_DEFAULT | WS_TABSTOP | WS_VISIBLE
- CONTROL "Cancel", DID_REF_CANCEL, 132, 8, 40, 12, WC_BUTTON, BS_PUSHBUTTON |
- WS_TABSTOP | WS_VISIBLE
- CONTROL "File Specification:", 256, 6, 30, 81, 8, WC_STATIC, SS_TEXT |
- DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
- CONTROL "Enter the file specification of a diagram containing ",
- 257, 6, 67, 227, 10, WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP |
- WS_GROUP | WS_VISIBLE
- CONTROL "the refinement of the selected function.", 258, 7, 61, 184, 8,
- WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
- CONTROL "Press enter to open a new diagram.", 259, 6, 47, 157, 8,
- WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
- END
- END