home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / j / dos / static.wp < prev    next >
Text File  |  1992-10-25  |  804b  |  19 lines

  1. pc "static.wp";
  2.  
  3. xywh  5 9 50 14; cc c0 static ss_blackframe; cn blackframe;
  4. adjh  4;         cc c1 static ss_blackrect;  cn blackrect;
  5. adjh  4;         cc c2 static ss_center;     cn Center;
  6. adjh  4;         cc c3 static ss_grayframe;  cn grayframe;
  7. adjh  4;         cc c4 static ss_grayrect;   cn grayrect;
  8. adjh  4;         cc c6 static ss_leftnowordwrap; cn "Left No Word Wrap; i.e. Clipped";
  9.  
  10. xywh 65 9 50 14; cc c7 static ss_noprefix;   cn "&No Prefix";
  11. adjh  4;         cc c8 static ss_right;      cn Right;
  12. adjh  4;         cc "SS Underscore Simple" static ss_simple;
  13. adjh  4;         cc ca static ss_whiteframe; cn whiteframe;
  14. adjh  4;         cc cb static ss_whiterect;  cn whiterect;
  15. adjh  4;         cc cc static;               cn Default;
  16.  
  17. pas 5 5; pcenter; pscale;
  18. pshow;
  19.