Menu editor form anchors from Tony

git-svn-id: trunk@4788 -
This commit is contained in:
mattias 2003-11-09 10:31:49 +00:00
parent 94359fa79d
commit f0b04df808
2 changed files with 3 additions and 1 deletions

View File

@ -124,6 +124,7 @@ begin
Width:=400;
Height:=Parent.Height;
Autoscroll:=true;
Anchors := [aktop, akleft, akright,akbottom];
end;
Cmp:=TPanel.Create(self);
@ -146,6 +147,7 @@ begin
Width:=180;
Height:=20;
Text:=lisMenuEditorSelectMenu;
Anchors := [aktop, akright];
end;
List_menus:=TListBox.Create(self);
@ -157,6 +159,7 @@ begin
Width:=180;
Height:=180;
OnClick:=@SelectMenuClick;
Anchors := [akright, aktop, akbottom];
end;
for i:=0 to aDesigner.Form.ComponentCount - 1 do

View File

@ -287,7 +287,6 @@ begin
Result := IChar;
case IChar of
mMskTimeSeparator: Result := TimeSeparator;
mMskDateSeparator: Result := DateSeparator;
end;
end;