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

  1. Window printDlg
  2.   class: PrintDialog
  3.   ownership: popup
  4.   keyboard: true
  5.   border: border
  6.   captionBar: (sysMenu)
  7.   value: cancel
  8.   focus: cancel
  9.   title: "Printing..."
  10.   rect: (30 40 150 100)
  11.   Child cancel
  12.     class: Button
  13.     id: IDCANCEL
  14.     title: "Cancel"
  15.     left: (p 33)
  16.     top: (bottom -16)
  17.     right: (p 67)
  18.     bottom: (bottom -4)
  19.     style: (defPush)
  20.   Child static1
  21.     class: Static
  22.     title: "Press button to cancel\r\ncurrent print job"
  23.     top: (p 15)
  24.     bottom: (self top 20)
  25.     style:(center)
  26.