General settings header
This commit is contained in:
parent
2d41b3f5c9
commit
8a6800bba7
|
@ -77,6 +77,8 @@ Begin
|
||||||
Box := TAnsiMenuBox.Create;
|
Box := TAnsiMenuBox.Create;
|
||||||
Form := TAnsiMenuForm.Create;
|
Form := TAnsiMenuForm.Create;
|
||||||
|
|
||||||
|
Box.Header := ' General Settings ';
|
||||||
|
|
||||||
Box.Open (5, 5, 75, 18);
|
Box.Open (5, 5, 75, 18);
|
||||||
|
|
||||||
VerticalLine (24, 7, 16);
|
VerticalLine (24, 7, 16);
|
||||||
|
|
Loading…
Reference in New Issue