From d1fe7c62e57c0fd217769c31c15ce4de9978e711 Mon Sep 17 00:00:00 2001 From: maxim Date: Sat, 24 Apr 2010 15:43:33 +0000 Subject: [PATCH] JCF2: fixed 'Clarify settings' page layout git-svn-id: trunk@24881 - --- components/jcf2/Ui/Settings/frClarify.lfm | 39 ++++++++++++++++------- 1 file changed, 28 insertions(+), 11 deletions(-) diff --git a/components/jcf2/Ui/Settings/frClarify.lfm b/components/jcf2/Ui/Settings/frClarify.lfm index ee42f2e80b..a4134cc1fa 100644 --- a/components/jcf2/Ui/Settings/frClarify.lfm +++ b/components/jcf2/Ui/Settings/frClarify.lfm @@ -3,22 +3,35 @@ inherited fClarify: TfClarify Width = 426 ClientHeight = 292 ClientWidth = 426 + TabOrder = 0 DesignLeft = 130 DesignTop = 131 object Label1: TLabel[0] - Left = 8 + AnchorSideLeft.Control = Owner + AnchorSideTop.Control = Owner + Left = 6 Height = 14 - Top = 8 + Top = 6 Width = 124 + BorderSpacing.Around = 6 Caption = 'File extensions to format:' ParentColor = False end object rgRunOnceOffs: TRadioGroup[1] - Left = 136 - Height = 87 - Top = 34 - Width = 141 + AnchorSideLeft.Control = mFileExtensions + AnchorSideLeft.Side = asrBottom + AnchorSideTop.Control = mFileExtensions + AnchorSideRight.Control = Owner + AnchorSideRight.Side = asrBottom + Left = 166 + Height = 81 + Top = 26 + Width = 254 + Anchors = [akTop, akLeft, akRight] AutoFill = True + AutoSize = True + BorderSpacing.Left = 6 + BorderSpacing.Right = 6 Caption = 'Run once-offs' ChildSizing.LeftRightSpacing = 6 ChildSizing.TopBottomSpacing = 6 @@ -28,8 +41,8 @@ inherited fClarify: TfClarify ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.ControlsPerLine = 1 - ClientHeight = 69 - ClientWidth = 137 + ClientHeight = 63 + ClientWidth = 250 Items.Strings = ( 'Do ¬ run' 'Do &run' @@ -38,10 +51,14 @@ inherited fClarify: TfClarify TabOrder = 0 end object mFileExtensions: TMemo[2] - Left = 8 + AnchorSideLeft.Control = Label1 + AnchorSideTop.Control = Label1 + AnchorSideTop.Side = asrBottom + Left = 6 Height = 127 - Top = 34 - Width = 109 + Top = 26 + Width = 154 + BorderSpacing.Top = 6 TabOrder = 1 end end