home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 1 / romside_best_of_german_only_1.iso / anwender / zephyr / zephyr4s.2 / BEISPIEL.EXE / lha / COLOR.FXP (.txt) < prev    next >
MS Visual FoxPro App  |  1993-03-13  |  5KB  |  94 lines

  1. W+/B,RG+/GB,N/N
  2. GR+/N
  3. set color to &altfarbe
  4. set color of messages to &meldung
  5.  Farbinstallation dBase IV 
  6.  Normal 
  7.  Vorder- und Hintergrund 
  8.  Highlight 
  9.  zum Beispiel Eingabemasken 
  10.  Perimeter 
  11.  Rahmen - Nur EGAVGA 
  12.  Messages 
  13.  zum Beispiel Meldung in Zeile 24 
  14.  Titles 
  15.  etwa 
  16. berschriften 
  17.  Box 
  18.  etwa Markierungen 
  19.  Information 
  20.  etwa Uhr 
  21.  Fields 
  22.  etwa Eingabemasken 
  23.  Display 
  24.  Bildschirmanzeige 25/43 Zeilen 
  25.  Voreinstellung 
  26.  Farben zur
  27. cksetzen 
  28.  Ende 
  29.  Programm beenden 
  30. do auswahl
  31. ALTFARBE
  32. MELDUNG
  33. WINFARB
  34. MONITOR
  35. FINST
  36. SICHT
  37. FWAHL
  38. set color to &altfarbe
  39. set color of messages to &meldung
  40. COLEIN
  41. MONITOR
  42. define window fwahl from 3,9 to 22,38 panel color &winfarb
  43. set color to &farbe
  44. set color to &altfarbe
  45. set color of messages to &meldung
  46. VORDERGR
  47. HINTERGR
  48. FWAHL
  49. FARBE
  50.  Perimeter 
  51. @ 0,23 say space(1) color &winfarb
  52. @ 0,iif(a2>=5,a2-3,a2) say space(1) color &winfarb
  53.  Perimeter 
  54. @ 16,1 say space(1) color &winfarb
  55. @ a1-1,1 say space(1) color &winfarb
  56.  Normal 
  57. set color to &v/&h
  58. @ 22,50 say v+"/"+h color &v/&h
  59.  Highlight 
  60. set color to ,&v/&h
  61. @ 22,50 say ","+v+"/"+h color &v/&h
  62.  Perimeter 
  63. set color to ,,&h
  64. @ 22,50 say ",,"+h color /&h
  65.  Messages 
  66. set color of messages to &v/&h
  67. @ 22,50 say v+"/"+h color &v/&h
  68.  Titles 
  69. set color of titles to &v/&h
  70. @ 22,50 say v+"/"+h color &v/&h
  71.  Box 
  72. set color of box to &v/&h
  73. @ 22,50 say v+"/"+h color &v/&h
  74.  Information 
  75. set color of information to &v/&h
  76. @ 22,50 say v+"/"+h color &v/&h
  77.  Fields 
  78. set color of fields to &v/&h
  79. @ 22,50 say v+"/"+h color &v/&h
  80. FWAHL
  81. DERGR
  82. TERGR
  83. VORDERGR
  84. DERGR
  85. HINTERGR
  86. COLOR
  87. AUSWAHL
  88. SICHT
  89.  42, 
  90. COLEIN
  91. C:\T1\
  92. C:\T1\COLOR.PRG
  93. COLOR.FXP
  94.