home *** CD-ROM | disk | FTP | other *** search
/ Polizón / DKMMSTOW.ISO / pagfiles / sett0z.pag < prev    next >
Text File  |  1995-05-24  |  1KB  |  96 lines

  1. TEMPLATE    Popup
  2. POSITION    176,72
  3. PATH    \OPTS
  4.  
  5. PANEL Viewing_Panel
  6. {
  7.     CONTROL BitMap
  8.     {
  9.         POSITION    0,0
  10.         FILE    Sett0z
  11.     }
  12.  
  13.     CONTROL Button, ok
  14.     {
  15.         POSITION    139,274
  16.         SIZE    66,26
  17.         CURSOR    Hand
  18.         ALWAYSACTIVE    0
  19.         control_handlers on_click
  20.         {
  21.             closepage sett0z
  22.         }
  23.     }
  24.  
  25.     CONTROL Button, Cancel
  26.     {
  27.         POSITION    31,274
  28.         SIZE    73,26
  29.         CURSOR    Hand
  30.         ALWAYSACTIVE    0
  31.         control_handlers on_click
  32.         {
  33.             option  7
  34.             closepage sett0z
  35.         }
  36.     }
  37.  
  38.     CONTROL button, check2
  39.     {
  40.         POSITION    206,183
  41.         SIZE    18,17
  42.         CURSOR    Hand
  43.         ALWAYSACTIVE    0
  44.         control_handlers on_click
  45.         {
  46.             option  5
  47.         }
  48.     }
  49.  
  50.     CONTROL button, reset
  51.     {
  52.         POSITION    41,115
  53.         SIZE    159,26
  54.         CURSOR    Hand
  55.         ALWAYSACTIVE    0
  56.         control_handlers on_click
  57.         {
  58.             option  6
  59.         }
  60.     }
  61.  
  62.     CONTROL button,check1
  63.     {
  64.         POSITION    193,88
  65.         SIZE    18,17
  66.         CURSOR    Hand
  67.         ALWAYSACTIVE    0
  68.         
  69.         control_handlers on_click
  70.         {
  71.             option  4
  72.         }
  73.         
  74.     }                       
  75.  
  76.     CONTROL button,check3
  77.     {
  78.         POSITION    184,239
  79.         SIZE    18,17
  80.         CURSOR    Hand
  81.         ALWAYSACTIVE    0
  82.         
  83.         control_handlers on_click
  84.         {
  85.             option  9
  86.         }
  87.         
  88.     }                       
  89.     
  90.     
  91.     panel_handlers on_open
  92.     {
  93.         option 8
  94.     }
  95. }
  96.