home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 19.ddi / SAMPLES / CROPDIB / CROPDIB.RC_ / CROPDIB.RC
Encoding:
Text File  |  1993-02-08  |  4.1 KB  |  135 lines

  1. //Microsoft App Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////
  7. //
  8. // From TEXTINCLUDE 2
  9. //
  10. #define APSTUDIO_HIDDEN_SYMBOLS
  11. #include "windows.h"
  12. #undef APSTUDIO_HIDDEN_SYMBOLS
  13.  
  14. /////////////////////////////////////////////////////////////////////////////////////
  15. #undef APSTUDIO_READONLY_SYMBOLS
  16.  
  17.  
  18. //////////////////////////////////////////////////////////////////////////////
  19. //
  20. // Icon
  21. //
  22.  
  23. APPICON                 ICON    DISCARDABLE     "CropDIB.ico"
  24.  
  25. //////////////////////////////////////////////////////////////////////////////
  26. //
  27. // Dialog
  28. //
  29.  
  30. CROPDIBBOX DIALOG DISCARDABLE  50, 50, 218, 156
  31. STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU
  32. CAPTION "CropDIB"
  33. BEGIN
  34.     LTEXT           "&Input File or Pattern:",201,6,8,74,10,NOT WS_GROUP
  35.     EDITTEXT        ID_INPUTFILEEDIT,80,6,132,12
  36.     LTEXT           "&Output File or Pattern:",202,6,24,74,10,NOT WS_GROUP
  37.     EDITTEXT        ID_OUTPUTFILEEDIT,80,22,132,12
  38.     LTEXT           "Example Pattern:  frm%02d.dib means frm00.dib, frm01.dib...",
  39.                     203,6,40,206,10,NOT WS_GROUP
  40.     GROUPBOX        "&Crop Rectangle",204,6,54,170,62
  41.     LTEXT           "&Upper-Left Corner:",205,12,66,70,10,NOT WS_GROUP
  42.     RTEXT           "x",206,80,66,9,8,NOT WS_GROUP
  43.     EDITTEXT        ID_XEDIT,92,64,28,12
  44.     RTEXT           "y",207,128,66,9,8,NOT WS_GROUP
  45.     EDITTEXT        ID_YEDIT,140,64,28,12
  46.     LTEXT           "&Dimensions:",208,12,82,70,10,NOT WS_GROUP
  47.     RTEXT           "w",209,80,82,9,8,NOT WS_GROUP
  48.     EDITTEXT        ID_WEDIT,92,80,28,12
  49.     RTEXT           "h",210,128,82,9,8,NOT WS_GROUP
  50.     EDITTEXT        ID_HEDIT,140,80,28,12
  51.     LTEXT           "&Brighten By:",220,12,98,70,10,NOT WS_GROUP
  52.     EDITTEXT        ID_BRIGHTEDIT,92,96,28,12
  53.     DEFPUSHBUTTON   "B&egin",IDOK,182,62,30,14
  54.     PUSHBUTTON      "E&xit",IDCANCEL,182,80,30,14
  55.     LTEXT           "Note: to copy without cropping, leave dimensions zero",
  56.                     ID_STATUSTEXT,6,124,206,24,NOT WS_GROUP
  57. END
  58.  
  59. ABOUTBOX DIALOG DISCARDABLE  30, 50, 160, 75
  60. STYLE DS_LOCALEDIT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
  61.     WS_SYSMENU
  62. CAPTION "CropDIB"
  63. FONT 8, "Helv"
  64. BEGIN
  65.     CTEXT           "Microsoft Windows",-1,0,5,160,8,NOT WS_GROUP
  66.     CTEXT           "with Multimedia Extensions 1.0",-1,0,14,160,8,NOT 
  67.                     WS_GROUP
  68.     CTEXT           "CropDIB Sample Application",-1,0,29,160,8,NOT WS_GROUP
  69.     CTEXT           "(C) Microsoft Corp. 1991. All rights reserved.",-1,0,47,
  70.                     160,9,NOT WS_GROUP
  71.     DEFPUSHBUTTON   "OK",1,60,59,32,14,WS_GROUP
  72.     ICON            "AppIcon",-1,2,5,0,0
  73. END
  74.  
  75. #ifdef APSTUDIO_INVOKED
  76. //////////////////////////////////////////////////////////////////////////////
  77. //
  78. // TEXTINCLUDE
  79. //
  80.  
  81. 1 TEXTINCLUDE DISCARDABLE 
  82. BEGIN
  83.     "resource.h\0"
  84. END
  85.  
  86. 2 TEXTINCLUDE DISCARDABLE 
  87. BEGIN
  88.     "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  89.     "#include ""windows.h""\r\n"
  90.     "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  91.     "\0"
  92. END
  93.  
  94. 3 TEXTINCLUDE DISCARDABLE 
  95. BEGIN
  96.     "\r\n"
  97.     "\0"
  98. END
  99.  
  100. /////////////////////////////////////////////////////////////////////////////////////
  101. #endif    // APSTUDIO_INVOKED
  102.  
  103.  
  104. //////////////////////////////////////////////////////////////////////////////
  105. //
  106. // String Table
  107. //
  108.  
  109. STRINGTABLE DISCARDABLE 
  110. BEGIN
  111.     IDS_APPNAME             "CropDIB"
  112.     IDS_CANTOPENFILE        "Cannot open file '%ls'."
  113.     IDS_ERRORWRITING        "Error writing file '%ls'."
  114.     IDS_ERRORREADING        "Error reading file '%ls'."
  115. END
  116.  
  117. STRINGTABLE DISCARDABLE 
  118. BEGIN
  119.     IDS_OUTOFMEMORY         "Out of memory."
  120.     IDS_INTERNALERROR       "Internal error %d."
  121.     IDS_CANTLOADDIBDRV      "Cannot load DIB.DRV."
  122.     IDS_FORMATNOTSUPPORTED  "Cannot work with 24-bit DIBs."
  123. END
  124.  
  125. #ifndef APSTUDIO_INVOKED
  126. ////////////////////////////////////////////////////////////////////////////////
  127. //
  128. // From TEXTINCLUDE 3
  129. //
  130.  
  131.  
  132. /////////////////////////////////////////////////////////////////////////////////////
  133. #endif    // not APSTUDIO_INVOKED
  134.  
  135.