Order: Unterschied zwischen den Versionen

Aus OrgaMon Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
<table>
<table>
<tr>
<tr>
<td bgcolor=#6699CC >
<td bgcolor=#6699CC>
           -3: _NewCol := HTMLColor2TColor();
           -3: _NewCol := HTMLColor2TColor();
</td>
</td>
</tr>
</table>
           -2: _NewCol := HTMLColor2TColor($3399FF);
           -2: _NewCol := HTMLColor2TColor($3399FF);
           -1: _NewCol := HTMLColor2TColor($99CCFF);
           -1: _NewCol := HTMLColor2TColor($99CCFF);
Zeile 12: Zeile 14:
           2: _NewCol := HTMLColor2TColor($FFFF66);
           2: _NewCol := HTMLColor2TColor($FFFF66);
           3: _NewCol := HTMLColor2TColor($FFCC33);
           3: _NewCol := HTMLColor2TColor($FFCC33);
</tr>
</table>

Version vom 25. August 2004, 22:02 Uhr

Bestellsystem

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