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

  1. ; GIK/2 1.0.1 EWYBA.RC 5621-432 (C) COPYRIGHT IBM CORP 1993.  ALL RIGHTS RESERVED.  LICENSED MATERIALS - PROPERTY OF IBM.
  2. ;/**********************************************************************/
  3. ;/*                                                                    */
  4. ;/*                         MODULE PROLOGUE                            */
  5. ;/*                                                                    */
  6. ;/* COMPONENT NAME:   C++ CLASS BROWSER EXAMPLE                        */
  7. ;/*                                                                    */
  8. ;/* MODULE NAME:      EWYBA.RC                                         */
  9. ;/*                                                                    */
  10. ;/* DESCRIPTIVE NAME: dialog(s)                                        */
  11. ;/*                                                                    */
  12. ;/* PURPOSE:          Resource file                                    */
  13. ;/*                                                                    */
  14. ;/* COPYRIGHT:        (C) 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 "ewybarc.h"
  29.  
  30. DLGTEMPLATE DID_BROWSE_DIALOG LOADONCALL MOVEABLE DISCARDABLE
  31. BEGIN
  32.     DIALOG "Class Details", DID_BROWSE_DIALOG, -26, -21, 318, 134, FS_NOBYTEALIGN | FS_DLGBORDER |
  33.                 WS_VISIBLE | WS_SAVEBITS, FCF_SYSMENU | FCF_TITLEBAR
  34.     BEGIN
  35.         CONTROL "", DID_CLASS_METHODS, 5, 4, 307, 125, WC_MLE, MLS_BORDER | MLS_READONLY |
  36.                 MLS_HSCROLL | MLS_VSCROLL | WS_GROUP | WS_TABSTOP | WS_VISIBLE
  37.     END
  38. END
  39.  
  40.  
  41.  
  42.  
  43.