General settings header

This commit is contained in:
mysticbbs 2012-11-18 09:32:36 -05:00
parent 2d41b3f5c9
commit 8a6800bba7
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ Begin
Box := TAnsiMenuBox.Create;
Form := TAnsiMenuForm.Create;
Box.Header := ' General Settings ';
Box.Open (5, 5, 75, 18);
VerticalLine (24, 7, 16);