home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p024 / 6.img / BONUS1.LIB / DDTYPE.DCL < prev    next >
Encoding:
Text File  |  1992-09-24  |  855 b   |  29 lines

  1.  
  2. //    DDTYPE.DCL - ªb╣∩╕▄«╪ññ┼πÑ▄ ASCII └╔
  3. //    ¬⌐┼v (C) 1991-1992  Autodesk ñ╜ÑqíC
  4. //
  5. //    Ñ╗│n┼ΘºK╢O¿╤▒z╢iªµÑ⌠ª≤Ñ╬│~╗▌¿D¬║½■¿⌐íB¡╫º∩ñ╬╡oªµ, ª²¼O░╚╜╨┐φ┤`ñU¡z
  6. //    ¡∞½h :
  7. //
  8. //    1)  ñWªC¬║¬⌐┼v│qºi░╚╗▌ÑX▓{ªb¿Cñ@Ñ≈½■¿⌐∙╪íC
  9. //    2)  ¼█├÷¬║╗í⌐·ñσÑ≤ñ]Ñ▓╢╖⌐·╕ⁿ¬⌐┼v│qºiñ╬Ñ╗╢╡│\Ñi│qºiíC
  10. //
  11. //    Ñ╗│n┼Θ╢╚┤ú¿╤º@¼░└│Ñ╬ñW¬║░╤ª╥, ª╙Ñ╝┴n⌐·⌐╬┴⌠ºtÑ⌠ª≤½O├╥; ╣∩⌐≤Ñ⌠ª≤»S«φ
  12. //    Ñ╬│~ñº╛A║┘⌐╩, ÑHñ╬░╙╖~╛P░Γ⌐╥┴⌠ºtÑX¿π¬║½O├╥, ªbª╣ñ@╖ºñ⌐ÑHº_╗{íC
  13. //
  14.  
  15.  
  16. ddtype : dialog {
  17.     label = "";                       // File name gets filled in.
  18.     key = "title";
  19.     : list_box {                      // File contents displayed here
  20.         key = "list_box";
  21.         tabs = "9 17 25 33 41 49 57 65 73 81";
  22.         width = 74;
  23.         height = 20;
  24.     }
  25.     : ok_button {
  26.         is_cancel = true;             // Allow CTRL-C to exit also */
  27.     }
  28. }
  29.