|
|
От: |
Flamer
|
http://users.livejournal.com/_flamer_/ |
| Дата: | 03.12.04 20:40 | ||
| Оценка: | |||
T>procedure TForm1.FormCreate(Sender: TObject);
T>begin
T> Screen.Cursors[1] := LoadCursor(0, pChar(51));
T> Screen.Cursors[2] := LoadCursor(0, pChar(52));
T>end;
T>