home *** CD-ROM | disk | FTP | other *** search
/ On Hand / On_Hand_From_Softbank_1994_Release_2_Disc_2_1994.iso / 00202 / s / disk4 / circ3.rc_ / circ3.bin
Text File  |  1993-04-28  |  2KB  |  39 lines

  1. //---------------------------------------------------------------------------
  2. //              Copyright (C) 1991-93, Microsoft Corporation
  3. //
  4. // You have a royalty-free right to use, modify, reproduce and distribute
  5. // the Sample Custom Control Files (and/or any modified version) in any way
  6. // you find useful, provided that you agree that Microsoft has no warranty,
  7. // obligation or liability for any Custom Control File.
  8. //---------------------------------------------------------------------------
  9. // Circ3.rc
  10. //---------------------------------------------------------------------------
  11.  
  12. #include <windows.h>
  13. #include "circ3.h"
  14. #include "..\vbx.rcv"
  15.  
  16.  
  17. //---------------------------------------------------------------------------
  18. // Control resources for CIRCLE control model
  19. //---------------------------------------------------------------------------
  20. IDBMP_CIRCLE         BITMAP  DISCARDABLE "circ3cu.bmp"
  21. IDBMP_CIRCLEDOWN     BITMAP  DISCARDABLE "circ3cd.bmp"
  22. IDBMP_CIRCLEMONO     BITMAP  DISCARDABLE "circ3mu.bmp"
  23. IDBMP_CIRCLEEGA      BITMAP  DISCARDABLE "circ3eu.bmp"
  24.  
  25.  
  26. //---------------------------------------------------------------------------
  27. // Dialog to set flash color
  28. //---------------------------------------------------------------------------
  29. FlashDlg DIALOG LOADONCALL MOVEABLE DISCARDABLE 70, 18, 154, 94
  30.     STYLE   DS_MODALFRAME | WS_CAPTION | WS_SYSMENU | WS_POPUP
  31.     CAPTION "Flash Color"
  32.     {
  33.     CONTROL "OK",         DI_OK,      "button", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_CHILD, 16, 73, 35, 14
  34.     CONTROL "Cancel",     DI_CANCEL,  "button", BS_PUSHBUTTON    | WS_TABSTOP | WS_CHILD, 88, 72, 36, 14
  35.     CONTROL "Red Color",  DI_REDOPT,  "button", BS_RADIOBUTTON   | WS_TABSTOP | WS_CHILD, 53, 10, 53, 12
  36.     CONTROL "Green Color",DI_GREENOPT,"button", BS_RADIOBUTTON   | WS_TABSTOP | WS_CHILD, 53, 30, 58, 12
  37.     CONTROL "Blue Color", DI_BLUEOPT, "button", BS_RADIOBUTTON   | WS_TABSTOP | WS_CHILD, 53, 50, 47, 12
  38.     }
  39.