Order: Unterschied zwischen den Versionen

Aus OrgaMon Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
[[Bestellsystem]]<br>
[[Bestellsystem]]<br>
<table>
<tr>
<td background-color=#6699CC >
          -3: _NewCol := HTMLColor2TColor();
</td>
          -2: _NewCol := HTMLColor2TColor($3399FF);
          -1: _NewCol := HTMLColor2TColor($99CCFF);
          0: _NewCol := HTMLColor2TColor($CCFFCC);
          1: _NewCol := HTMLColor2TColor($FFFFCC);
          2: _NewCol := HTMLColor2TColor($FFFF66);
          3: _NewCol := HTMLColor2TColor($FFCC33);
</table>

Version vom 25. August 2004, 21:57 Uhr


Bestellsystem

-2: _NewCol := HTMLColor2TColor($3399FF); -1: _NewCol := HTMLColor2TColor($99CCFF); 0: _NewCol := HTMLColor2TColor($CCFFCC); 1: _NewCol := HTMLColor2TColor($FFFFCC); 2: _NewCol := HTMLColor2TColor($FFFF66); 3: _NewCol := HTMLColor2TColor($FFCC33);
         -3: _NewCol := HTMLColor2TColor();