Visual crap
This commit is contained in:
parent
62cb7ed210
commit
c244efdee8
|
@ -243,15 +243,15 @@ Begin
|
||||||
|
|
||||||
List.NoWindow := True;
|
List.NoWindow := True;
|
||||||
|
|
||||||
Box.Open (17, 6, 64, 21);
|
Box.Open (17, 5, 64, 20);
|
||||||
|
|
||||||
WriteXY (27, 7, 112, 'Network Address Description');
|
WriteXY (27, 6, 112, 'Network Address Description');
|
||||||
WriteXY (19, 8, 112, strRep('Ä', 44));
|
WriteXY (19, 7, 112, strRep('Ä', 44));
|
||||||
|
|
||||||
Repeat
|
Repeat
|
||||||
CreateList;
|
CreateList;
|
||||||
|
|
||||||
List.Open (17, 8, 64, 21);
|
List.Open (17, 7, 64, 20);
|
||||||
|
|
||||||
Case List.ExitCode of
|
Case List.ExitCode of
|
||||||
#13 : If Edit Then
|
#13 : If Edit Then
|
||||||
|
|
Loading…
Reference in New Issue