home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / snapdlg.wdl < prev    next >
Text File  |  1993-02-23  |  420b  |  22 lines

  1. Window snapDlg
  2.   class: Window
  3.   resource: SNAP_BOX
  4.   title: "Snapshot As..."
  5.   focus: image
  6.   Child image
  7.     class: Edit
  8.     resource: SNAP_IMAGE
  9.     selection: all
  10.   Child static
  11.     class: Edit
  12.     resource: SNAP_STATIC
  13.   Child dynamic
  14.     class: Edit
  15.     resource: SNAP_DYNAMIC
  16.   Child okButton
  17.     resource: IDOK
  18.     class: Button
  19.   Child cancelButton
  20.     resource: IDCANCEL
  21.     class: Button
  22.