removed -Rdirect compiler option from dialog

git-svn-id: trunk@9461 -
This commit is contained in:
vincents 2006-06-21 15:03:50 +00:00
parent 09df114df2
commit b442d5b996
2 changed files with 4 additions and 5 deletions

View File

@ -1205,17 +1205,16 @@ begin
Top := 5;
Left := 5;
Height := 42;
Width := 400;
Width := 350;
Caption := dlgCOStyle+' (-R)';
with Items do begin
BeginUpdate;
Items.Add('Default');
Items.Add('Intel');
Items.Add('AT&T');
Items.Add('direct');
Items.Add('AT&&T');
EndUpdate;
end;
Columns:=4;
Columns:=3;
end;
yDiff:=22;

View File

@ -801,7 +801,7 @@ begin
begin
if (AWinControl is TCustomEdit) then
if TCustomEdit(AWinControl).BorderStyle=bsSingle then
FlagsEx := FlagsEx or WS_EX_CLIENTEDGE;
FlagsEx := FlagsEx or WS_EX_CLIENTEDGE;
pClassName := 'EDIT';
WindowTitle := StrCaption;
Flags := Flags or ES_AUTOHSCROLL;