home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C++ / Frameworks / Argus Starter 2.0 / Dialogs / SampleList.r < prev   
Encoding:
Text File  |  1995-06-23  |  621 b   |  36 lines  |  [TEXT/KAHL]

  1. /**********************************************************************
  2.  
  3.     SampleList.r
  4.  
  5. ***********************************************************************/
  6.  
  7. /* THINK Rez resource format */
  8. #include <Types.r>
  9.  
  10. resource 'DLOG' (510, "List Dialog") {
  11.     {45, 10, 317, 205},
  12.     movableDBoxProc, /* movableDBoxProc or noGrowDocProc */
  13.     invisible,
  14.     goAway,
  15.     0x0,
  16.     510,
  17.     "List Dialog"
  18. };
  19.  
  20. resource 'DITL' (510, "List Dialog") {
  21.     {    /* array DITLarray: 1 elements */
  22.         /* [1] */
  23.         {242, 68, 262, 128},
  24.         Button {
  25.             enabled,
  26.             "OK"
  27.         },
  28.         /* [2] */
  29.         {5, 5, 229, 190},
  30.         UserItem {
  31.             disabled
  32.         }
  33.     }
  34. };
  35.  
  36. // End of File