TToggleBox.AutoSize = false as default

git-svn-id: trunk@7936 -
This commit is contained in:
mattias 2005-10-08 16:06:53 +00:00
parent 7cd65400ed
commit dff234fb45
3 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,2 @@
// Created by Svn2RevisionInc
const RevisionStr = 'Unknown';
const RevisionStr = '7935M';

View File

@ -20,6 +20,7 @@ constructor TToggleBox.Create(TheOwner : TComponent);
begin
inherited Create(TheOwner);
fCompStyle := csToggleBox;
AutoSize:=false;
SetInitialBounds(0,0,90,25);
end;

View File

@ -1038,6 +1038,7 @@ type
published
property AllowGrayed;
property Anchors;
property AutoSize default false;
property BorderSpacing;
property Caption;
property Checked;