
18.06.2007, 15:14
|
 |
Прохожий
|
|
Регистрация: 02.05.2007
Адрес: Москва
Сообщения: 42
Версия Delphi: 7
Репутация: 10
|
|
массив
Код:
mas_rol:array [1..5,1..n*4] of roliks;
(n = 104)
Код:
type
roliks = record
ob:Tshape;
rol:string[10];
rol_p:string[10];
fsec:integer;
unrs:byte;
fnum:integer;
fname:tlabel;
line:byte;
sec:tpanel;
st:tlabel;
num:tlabel;
s_num:string[30];
vid:byte;
end;
|