home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / gik2 / ewyio2eu.d2x / EWYEAN.RC < prev    next >
Encoding:
Text File  |  1993-08-04  |  3.6 KB  |  61 lines

  1. ; GIK/2 1.0.1 EWYEAN.RC 5621-432 (C) COPYRIGHT IBM CORP 1991, 1993.  ALL RIGHTS RESERVED.  LICENSED MATERIALS - PROPERTY OF IBM.
  2. ;/**********************************************************************/
  3. ;/*                                                                    */
  4. ;/*                         MODULE PROLOGUE                            */
  5. ;/*                                                                    */
  6. ;/* COMPONENT NAME:   Data Flow Diagram (DFD) Example                  */
  7. ;/*                                                                    */
  8. ;/* MODULE NAME:      EWYEAN.RC                                        */
  9. ;/*                                                                    */
  10. ;/* DESCRIPTIVE NAME: The country dependent resource file              */
  11. ;/*                                                                    */
  12. ;/* PURPOSE:          Resource file                                    */
  13. ;/*                                                                    */
  14. ;/* COPYRIGHT:        (C) 1991, 1993 IBM Corporation                   */
  15. ;/*                                                                    */
  16. ;/* DISCLAIMER OF WARRANTIES.  The following [enclosed] code is        */
  17. ;/* sample code created by IBM Corporation. This sample code is not    */
  18. ;/* part of any standard or IBM product and is provided to you solely  */
  19. ;/* for the purpose of assisting you in the development of your        */
  20. ;/* applications.  The code is provided "AS IS", without               */
  21. ;/* warranty of any kind.  IBM shall not be liable for any damages     */
  22. ;/* arising out of your use of the sample code, even if they have been */
  23. ;/* advised of the possibility of such damages.                        */
  24. ;/**********************************************************************/
  25.  
  26. #define INCL_PM
  27. #include <os2.h>
  28. #include "ewyearc.h"
  29. #include "ewyea.h"
  30.  
  31. ICON       SAMPLE_ICON         PRELOAD  ewyea.ico
  32.  
  33. /*********************************************************************/
  34. /*                                                                   */
  35. /*   Dialogs for the DFD Example                                     */
  36. /*                                                                   */
  37. /*********************************************************************/
  38.  
  39. DLGTEMPLATE DID_REF LOADONCALL MOVEABLE DISCARDABLE
  40. BEGIN
  41.     DIALOG "Refine To", DID_REF, 7, 26, 240, 83, FS_NOBYTEALIGN | FS_DLGBORDER |
  42.                 WS_VISIBLE | WS_CLIPSIBLINGS | WS_SAVEBITS, FCF_TITLEBAR
  43.     BEGIN
  44.         CONTROL "", DID_REF_NAME, 95, 30, 136, 7, WC_ENTRYFIELD, ES_LEFT |
  45.                 ES_AUTOSCROLL | ES_MARGIN | WS_TABSTOP | WS_VISIBLE
  46.         CONTROL "Enter", DID_REF_OK, 68, 7, 40, 13, WC_BUTTON, BS_PUSHBUTTON |
  47.                 BS_DEFAULT | WS_TABSTOP | WS_VISIBLE
  48.         CONTROL "Cancel", DID_REF_CANCEL, 132, 8, 40, 12, WC_BUTTON, BS_PUSHBUTTON |
  49.                 WS_TABSTOP | WS_VISIBLE
  50.         CONTROL "File Specification:", 256, 6, 30, 81, 8, WC_STATIC, SS_TEXT |
  51.                 DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
  52.         CONTROL "Enter the file specification of a diagram  containing ",
  53.                 257, 6, 67, 227, 10, WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP |
  54.                 WS_GROUP | WS_VISIBLE
  55.         CONTROL "the refinement of the selected function.", 258, 7, 61, 184, 8,
  56.                 WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
  57.         CONTROL "Press enter to open a new diagram.", 259, 6, 47, 157, 8,
  58.                 WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
  59.     END
  60. END
  61.