From: Erik B. <eb...@us...> - 2006-10-16 18:39:49
|
Update of /cvsroot/gexperts/gexperts/unstable/Src/Formatter In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv6636/Src/Formatter Modified Files: GX_CodeFormatterConfig.dfm Log Message: Remove some BDS properties Index: GX_CodeFormatterConfig.dfm =================================================================== RCS file: /cvsroot/gexperts/gexperts/unstable/Src/Formatter/GX_CodeFormatterConfig.dfm,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- GX_CodeFormatterConfig.dfm 27 May 2006 14:38:40 -0000 1.7 +++ GX_CodeFormatterConfig.dfm 16 Oct 2006 18:39:10 -0000 1.8 @@ -1,10 +1,10 @@ object fmCodeFormatterConfig: TfmCodeFormatterConfig Left = 339 Top = 175 + Width = 486 + Height = 455 HelpContext = 100 Caption = 'Delphi Code Formatter Configuration' - ClientHeight = 426 - ClientWidth = 478 Color = clBtnFace Constraints.MinHeight = 375 Constraints.MinWidth = 478 @@ -20,19 +20,16 @@ Top = 0 Width = 478 Height = 385 - ActivePage = ts_Capitalization + ActivePage = ts_Indent Align = alClient + TabIndex = 0 TabOrder = 0 object ts_Indent: TTabSheet Caption = 'Indent' - ExplicitLeft = 0 - ExplicitTop = 0 - ExplicitWidth = 0 - ExplicitHeight = 0 object Label1: TLabel Left = 8 Top = 22 - Width = 88 + Width = 87 Height = 13 Caption = 'Spaces per Indent' end @@ -50,8 +47,11 @@ Width = 11 Height = 21 Associate = SpacePerIndentEdit + Min = 0 Max = 10 + Position = 0 TabOrder = 1 + Wrap = False end object IndentCommentsCheck: TCheckBox Left = 240 @@ -120,10 +120,6 @@ end object ts_Spacing: TTabSheet Caption = 'Spacing' - ExplicitLeft = 0 - ExplicitTop = 0 - ExplicitWidth = 0 - ExplicitHeight = 0 DesignSize = ( 470 357) @@ -148,28 +144,24 @@ end object ts_LineBreaks: TTabSheet Caption = 'Line Breaks' - ExplicitLeft = 0 - ExplicitTop = 0 - ExplicitWidth = 0 - ExplicitHeight = 0 object Label4: TLabel Left = 240 Top = 104 - Width = 52 + Width = 51 Height = 13 Caption = 'Begin style' end object Label13: TLabel Left = 248 Top = 200 - Width = 51 + Width = 49 Height = 13 Caption = 'At position' end object Label2: TLabel Left = 240 Top = 136 - Width = 42 + Width = 39 Height = 13 Caption = 'Try style' end @@ -208,8 +200,11 @@ Width = 12 Height = 21 Associate = WrapPositionEdit + Min = 0 Max = 254 + Position = 0 TabOrder = 5 + Wrap = False end object GroupBox2: TGroupBox Left = 8 @@ -332,35 +327,31 @@ end object ts_Capitalization: TTabSheet Caption = 'Capitalization' - ExplicitLeft = 0 - ExplicitTop = 0 - ExplicitWidth = 0 - ExplicitHeight = 0 object Label7: TLabel Left = 8 Top = 74 - Width = 46 + Width = 45 Height = 13 Caption = 'Capitalize' end object Label11: TLabel Left = 8 Top = 136 - Width = 126 + Width = 124 Height = 13 Caption = 'User defined capitalization' end object Label14: TLabel Left = 8 Top = 18 - Width = 78 + Width = 77 Height = 13 Caption = 'Reserved words' end object Label15: TLabel Left = 8 Top = 42 - Width = 93 + Width = 91 Height = 13 Caption = 'Standard directives' end @@ -436,21 +427,17 @@ end object ts_Align: TTabSheet Caption = 'Align' - ExplicitLeft = 0 - ExplicitTop = 0 - ExplicitWidth = 0 - ExplicitHeight = 0 object Label16: TLabel Left = 12 Top = 35 - Width = 51 + Width = 49 Height = 13 Caption = 'At position' end object Label17: TLabel Left = 12 Top = 115 - Width = 51 + Width = 49 Height = 13 Caption = 'At position' end @@ -476,7 +463,10 @@ Width = 10 Height = 21 Associate = AlignCommentPosEdit + Min = 0 + Position = 0 TabOrder = 2 + Wrap = False end object AlignVarCheck: TCheckBox Left = 12 @@ -500,33 +490,32 @@ Width = 10 Height = 21 Associate = AlignVarPosEdit + Min = 0 + Position = 0 TabOrder = 5 + Wrap = False end end object ts_Misc: TTabSheet Caption = 'Misc.' - ExplicitLeft = 0 - ExplicitTop = 0 - ExplicitWidth = 0 - ExplicitHeight = 0 object Label8: TLabel Left = 8 Top = 8 - Width = 204 + Width = 196 Height = 13 Caption = 'Directives in source to prevent formatting:' end object Label9: TLabel Left = 8 Top = 40 - Width = 24 + Width = 22 Height = 13 Caption = 'Start' end object Label10: TLabel Left = 8 Top = 64 - Width = 18 + Width = 19 Height = 13 Caption = 'End' end @@ -560,17 +549,13 @@ ImageIndex = 6 OnResize = ts_PreviewResize OnShow = ts_PreviewShow - ExplicitLeft = 0 - ExplicitTop = 0 - ExplicitWidth = 0 - ExplicitHeight = 0 DesignSize = ( 470 357) object l_Before: TLabel Left = 6 Top = 0 - Width = 32 + Width = 31 Height = 13 Caption = 'Before' end |