Now shows perm index when editing file base
This commit is contained in:
parent
d1283eca04
commit
5e5e04aa95
|
@ -26,6 +26,8 @@ Begin
|
||||||
Box := TAnsiMenuBox.Create;
|
Box := TAnsiMenuBox.Create;
|
||||||
Form := TAnsiMenuForm.Create;
|
Form := TAnsiMenuForm.Create;
|
||||||
|
|
||||||
|
Box.Header := ' Index ' + strI2S(FBase.Index) + ' ';
|
||||||
|
|
||||||
Box.Open (6, 5, 75, 20);
|
Box.Open (6, 5, 75, 20);
|
||||||
|
|
||||||
VerticalLine (22, 7, 19);
|
VerticalLine (22, 7, 19);
|
||||||
|
|
Loading…
Reference in New Issue