home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gkdemo.zip / GKFILES.SET / PROG1D.GKR < prev    next >
Text File  |  1994-12-09  |  403b  |  26 lines

  1. #
  2. # Resource file for prog1d (prog1d.gkr)
  3. #
  4.  
  5. !include "gui-kit.gkr"
  6.  
  7. ObjectGroup "Prog1Group" {
  8.     Object Frame "Prog1Frame" {
  9.         Title    "GUI-Kit 101"
  10.  
  11.         Object Form - {
  12.             AutoLeftToRight    -
  13.  
  14.             Object Button "Button1" {
  15.                 Label        "Press Me"
  16.                 NotifyProc    LabelChange
  17.             }
  18.  
  19.             Object Button "Button2" {
  20.                 Label        "Quit"
  21.                 NotifyProc    Quit
  22.             }
  23.         }
  24.     }
  25. }
  26.