diff --git a/components/codetools/stdcodetools.pas b/components/codetools/stdcodetools.pas index 09f6e8286f..d74000697f 100644 --- a/components/codetools/stdcodetools.pas +++ b/components/codetools/stdcodetools.pas @@ -4227,7 +4227,9 @@ function TStandardCodeTool.GatherPublishedClassElements( while ANode<>nil do begin if (ANode.Desc=ctnProcedure) and WithMethods then begin CurProcName:=CurTool.ExtractProcName(ANode,[]); - //debugln('TStandardCodeTool.GatherPublishedClassElements CurProcName="',CurProcName,'"'); + {$IFDEF VerboseDanglingComponentEvents} + debugln('TStandardCodeTool.GatherPublishedClassElements CurProcName="',CurProcName,'"'); + {$ENDIF} NewNodeExt:=NodeExtMemManager.NewNode; with NewNodeExt do begin Node:=ANode; @@ -4307,7 +4309,9 @@ var NewItem^.PropInfo:=PropInfo; if ListOfPInstancePropInfo=nil then ListOfPInstancePropInfo:=TFPList.Create; ListOfPInstancePropInfo.Add(NewItem); - //debugln('AddDanglingEvent ',DbgSName(Instance),' ',PropInfo^.Name); + {$IFDEF VerboseDanglingComponentEvents} + debugln('AddDanglingEvent ',DbgSName(Instance),' ',PropInfo^.Name); + {$ENDIF} end; procedure CheckMethodsInComponent(AComponent: TComponent); @@ -4322,7 +4326,9 @@ var CurMethodName: String; begin if AComponent=nil then exit; + {$IFDEF VerboseDanglingComponentEvents} //debugln('TStandardCodeTool.FindDanglingComponentEvents Checking ',DbgSName(AComponent)); + {$ENDIF} // read all properties and remove doubles TypeInfo:=AComponent.ClassInfo; repeat @@ -4333,18 +4339,25 @@ var // read property count CurCount:=PWord(PropInfo)^; inc(PtrUInt(PropInfo),SizeOf(Word)); + {$IFDEF VerboseDanglingComponentEvents} //debugln(' UnitName=',TypeData^.UnitName,' Type=',TypeInfo^.Name,' CurPropCount=',dbgs(CurCount)); + {$ENDIF} // read properties while CurCount>0 do begin // point PropInfo to next propinfo record. // Located at Name[Length(Name)+1] ! + {$IFDEF VerboseDanglingComponentEvents} //debugln(' Property ',PropInfo^.Name,' Type=',PropInfo^.PropType^.Name); + {$ENDIF} PropType:=PropInfo^.PropType; if PropType^.Kind=tkMethod then begin // RTTI property is method // -> search method in source CurMethod:=GetMethodProp(AComponent,PropInfo); CurMethodName:=OnGetMethodName(CurMethod,RootComponent); + {$IFDEF VerboseDanglingComponentEvents} + debugln(' Component ',DbgSName(AComponent),' Property ',PropInfo^.Name,' Type=',PropInfo^.PropType^.Name,' CurMethodName="',CurMethodName,'"'); + {$ENDIF} if CurMethodName<>'' then begin NodeExt:=FindCodeTreeNodeExt(PublishedMethods,CurMethodName); if NodeExt=nil then begin @@ -4367,7 +4380,9 @@ begin ListOfPInstancePropInfo:=nil; try // search all available published methods - //debugln('TStandardCodeTool.FindDanglingComponentEvents A ',MainFilename,' ',DbgSName(RootComponent)); + {$IFDEF VerboseDanglingComponentEvents} + debugln('TStandardCodeTool.FindDanglingComponentEvents A ',MainFilename,' ',DbgSName(RootComponent)); + {$ENDIF} Result:=GatherPublishedClassElements(TheClassName,ExceptionOnClassNotFound, false,true,false,SearchInAncestors, PublishedMethods); diff --git a/ide/charactermapdlg.lfm b/ide/charactermapdlg.lfm index 867229ba87..d5784b74fd 100644 --- a/ide/charactermapdlg.lfm +++ b/ide/charactermapdlg.lfm @@ -1,10 +1,9 @@ object CharacterMapDialog: TCharacterMapDialog - Left = 507 + Left = 426 Height = 397 - Top = 139 + Top = 221 Width = 471 - HorzScrollBar.Page = 470 - VertScrollBar.Page = 396 + ActiveControl = StringGrid1 Caption = 'CharacterMapDialog' ClientHeight = 397 ClientWidth = 471 @@ -12,6 +11,7 @@ object CharacterMapDialog: TCharacterMapDialog KeyPreview = True OnCreate = FormCreate OnShow = FormShow + LCLVersion = '0.9.25' object CharactersGroupbox: TGroupBox AnchorSideLeft.Control = Owner AnchorSideTop.Control = Owner @@ -19,20 +19,20 @@ object CharacterMapDialog: TCharacterMapDialog AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = CloseButton Left = 6 - Height = 353 + Height = 343 Top = 6 Width = 459 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 6 Caption = 'Characters' - ClientHeight = 335 + ClientHeight = 324 ClientWidth = 455 ParentCtl3D = False TabOrder = 0 object CharInfoLabel: TLabel Left = 6 - Height = 14 - Top = 315 + Height = 20 + Top = 298 Width = 443 Align = alBottom BorderSpacing.Around = 6 @@ -47,19 +47,18 @@ object CharacterMapDialog: TCharacterMapDialog AnchorSideBottom.Control = CharactersGroupbox AnchorSideBottom.Side = asrBottom Left = 6 - Height = 323 + Height = 312 Top = 6 Width = 443 Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 6 ColCount = 17 DefaultColWidth = 16 + ExtendedSelect = True FixedColor = clBtnFace Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goSmoothScroll] RowCount = 15 - ScrollBars = ssAutoBoth TabOrder = 0 - TabStop = True OnMouseDown = StringGrid1MouseDown OnMouseMove = StringGrid1MouseMove end @@ -69,10 +68,10 @@ object CharacterMapDialog: TCharacterMapDialog AnchorSideRight.Side = asrBottom AnchorSideBottom.Control = Owner AnchorSideBottom.Side = asrBottom - Left = 376 - Height = 26 - Top = 365 - Width = 89 + Left = 369 + Height = 36 + Top = 355 + Width = 96 Anchors = [akRight, akBottom] AutoSize = True BorderSpacing.Around = 6 diff --git a/ide/charactermapdlg.lrs b/ide/charactermapdlg.lrs index 03b8a99602..0030166be8 100644 --- a/ide/charactermapdlg.lrs +++ b/ide/charactermapdlg.lrs @@ -1,35 +1,35 @@ { This is an automatically generated lazarus resource file } LazarusResources.Add('TCharacterMapDialog','FORMDATA',[ - 'TPF0'#19'TCharacterMapDialog'#18'CharacterMapDialog'#4'Left'#3#251#1#6'Heigh' - +'t'#3#141#1#3'Top'#3#139#0#5'Width'#3#215#1#18'HorzScrollBar.Page'#3#214#1#18 - +'VertScrollBar.Page'#3#140#1#7'Caption'#6#18'CharacterMapDialog'#12'ClientHe' - +'ight'#3#141#1#11'ClientWidth'#3#215#1#9'FormStyle'#7#11'fsStayOnTop'#10'Key' - +'Preview'#9#8'OnCreate'#7#10'FormCreate'#6'OnShow'#7#8'FormShow'#0#9'TGroupB' - +'ox'#18'CharactersGroupbox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'AnchorS' - +'ideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20'Anchor' - +'SideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#11'CloseButto' - +'n'#4'Left'#2#6#6'Height'#3'a'#1#3'Top'#2#6#5'Width'#3#203#1#7'Anchors'#11#5 - +'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Ca' - +'ption'#6#10'Characters'#12'ClientHeight'#3'O'#1#11'ClientWidth'#3#199#1#11 + 'TPF0'#19'TCharacterMapDialog'#18'CharacterMapDialog'#4'Left'#3#170#1#6'Heigh' + +'t'#3#141#1#3'Top'#3#221#0#5'Width'#3#215#1#13'ActiveControl'#7#11'StringGri' + +'d1'#7'Caption'#6#18'CharacterMapDialog'#12'ClientHeight'#3#141#1#11'ClientW' + +'idth'#3#215#1#9'FormStyle'#7#11'fsStayOnTop'#10'KeyPreview'#9#8'OnCreate'#7 + +#10'FormCreate'#6'OnShow'#7#8'FormShow'#10'LCLVersion'#6#6'0.9.25'#0#9'TGrou' + +'pBox'#18'CharactersGroupbox'#22'AnchorSideLeft.Control'#7#5'Owner'#21'Ancho' + +'rSideTop.Control'#7#5'Owner'#23'AnchorSideRight.Control'#7#5'Owner'#20'Anch' + +'orSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#11'CloseBut' + +'ton'#4'Left'#2#6#6'Height'#3'W'#1#3'Top'#2#6#5'Width'#3#203#1#7'Anchors'#11 + +#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7 + +'Caption'#6#10'Characters'#12'ClientHeight'#3'D'#1#11'ClientWidth'#3#199#1#11 +'ParentCtl3D'#8#8'TabOrder'#2#0#0#6'TLabel'#13'CharInfoLabel'#4'Left'#2#6#6 - +'Height'#2#14#3'Top'#3';'#1#5'Width'#3#187#1#5'Align'#7#8'alBottom'#20'Borde' + +'Height'#2#20#3'Top'#3'*'#1#5'Width'#3#187#1#5'Align'#7#8'alBottom'#20'Borde' +'rSpacing.Around'#2#6#7'Caption'#6#13'CharInfoLabel'#11'ParentColor'#8#0#0#11 +'TStringGrid'#11'StringGrid1'#22'AnchorSideLeft.Control'#7#18'CharactersGrou' +'pbox'#21'AnchorSideTop.Control'#7#18'CharactersGroupbox'#23'AnchorSideRight' +'.Control'#7#18'CharactersGroupbox'#20'AnchorSideRight.Side'#7#9'asrBottom' +#24'AnchorSideBottom.Control'#7#18'CharactersGroupbox'#21'AnchorSideBottom.S' - +'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3'C'#1#3'Top'#2#6#5'Width'#3#187#1 + +'ide'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3'8'#1#3'Top'#2#6#5'Width'#3#187#1 +#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.' - +'Around'#2#6#8'ColCount'#2#17#15'DefaultColWidth'#2#16#10'FixedColor'#7#9'cl' - +'BtnFace'#7'Options'#11#15'goFixedVertLine'#15'goFixedHorzLine'#10'goVertLin' - +'e'#10'goHorzLine'#14'goSmoothScroll'#0#8'RowCount'#2#15#10'ScrollBars'#7#10 - +'ssAutoBoth'#8'TabOrder'#2#0#7'TabStop'#9#11'OnMouseDown'#7#20'StringGrid1Mo' - +'useDown'#11'OnMouseMove'#7#20'StringGrid1MouseMove'#0#0#0#7'TBitBtn'#11'Clo' - +'seButton'#23'AnchorSideRight.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7 - +#9'asrBottom'#24'AnchorSideBottom.Control'#7#5'Owner'#21'AnchorSideBottom.Si' - +'de'#7#9'asrBottom'#4'Left'#3'x'#1#6'Height'#2#26#3'Top'#3'm'#1#5'Width'#2'Y' - +#7'Anchors'#11#7'akRight'#8'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Aroun' - +'d'#2#6#7'Caption'#6#8'&'#199#224#234#240#251#242#252#4'Kind'#7#7'bkClose'#9 - +'NumGlyphs'#2#0#7'OnClick'#7#16'CloseButtonClick'#8'TabOrder'#2#1#0#0#0 + +'Around'#2#6#8'ColCount'#2#17#15'DefaultColWidth'#2#16#14'ExtendedSelect'#9 + +#10'FixedColor'#7#9'clBtnFace'#7'Options'#11#15'goFixedVertLine'#15'goFixedH' + +'orzLine'#10'goVertLine'#10'goHorzLine'#14'goSmoothScroll'#0#8'RowCount'#2#15 + +#8'TabOrder'#2#0#11'OnMouseDown'#7#20'StringGrid1MouseDown'#11'OnMouseMove'#7 + +#20'StringGrid1MouseMove'#0#0#0#7'TBitBtn'#11'CloseButton'#23'AnchorSideRigh' + +'t.Control'#7#5'Owner'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSide' + +'Bottom.Control'#7#5'Owner'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left' + +#3'q'#1#6'Height'#2'$'#3'Top'#3'c'#1#5'Width'#2'`'#7'Anchors'#11#7'akRight'#8 + +'akBottom'#0#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#15'&' + +#195#135#195#160#195#170#195#176#195#187#195#178#195#188#4'Kind'#7#7'bkClose' + +#9'NumGlyphs'#2#0#7'OnClick'#7#16'CloseButtonClick'#8'TabOrder'#2#1#0#0#0 ]); diff --git a/ide/checklfmdlg.lfm b/ide/checklfmdlg.lfm index 7cb7034257..1e011dd89b 100644 --- a/ide/checklfmdlg.lfm +++ b/ide/checklfmdlg.lfm @@ -1,7 +1,7 @@ object CheckLFMDialog: TCheckLFMDialog - Left = 367 + Left = 430 Height = 580 - Top = 196 + Top = 210 Width = 552 ActiveControl = LFMSynEdit Caption = 'Repair LFM file' @@ -33,6 +33,7 @@ object CheckLFMDialog: TCheckLFMDialog Align = alClient Font.Height = -15 Font.Name = 'courier' + Font.Pitch = fpFixed ParentColor = False ParentCtl3D = False TabOrder = 0 diff --git a/ide/checklfmdlg.lrs b/ide/checklfmdlg.lrs index 5f03bdd35f..b181ac73ce 100644 --- a/ide/checklfmdlg.lrs +++ b/ide/checklfmdlg.lrs @@ -1,8 +1,8 @@ { This is an automatically generated lazarus resource file } LazarusResources.Add('TCheckLFMDialog','FORMDATA',[ - 'TPF0'#15'TCheckLFMDialog'#14'CheckLFMDialog'#4'Left'#3'o'#1#6'Height'#3'D'#2 - +#3'Top'#3#196#0#5'Width'#3'('#2#13'ActiveControl'#7#10'LFMSynEdit'#7'Caption' + 'TPF0'#15'TCheckLFMDialog'#14'CheckLFMDialog'#4'Left'#3#174#1#6'Height'#3'D'#2 + +#3'Top'#3#210#0#5'Width'#3'('#2#13'ActiveControl'#7#10'LFMSynEdit'#7'Caption' +#6#15'Repair LFM file'#12'ClientHeight'#3'D'#2#11'ClientWidth'#3'('#2#8'OnCr' +'eate'#7#20'CheckLFMDialogCreate'#10'LCLVersion'#6#6'0.9.25'#0#6'TLabel'#9'N' +'oteLabel'#6'Height'#2#20#5'Width'#3'('#2#5'Align'#7#5'alTop'#7'Caption'#6#9 @@ -11,78 +11,7 @@ LazarusResources.Add('TCheckLFMDialog','FORMDATA',[ +'ion'#6#8'LFM file'#12'ClientHeight'#3#140#1#11'ClientWidth'#3'$'#2#11'Paren' +'tCtl3D'#8#8'TabOrder'#2#0#0#8'TSynEdit'#10'LFMSynEdit'#6'Height'#3#140#1#5 +'Width'#3'$'#2#5'Align'#7#8'alClient'#11'Font.Height'#2#241#9'Font.Name'#6#7 - +'courier'#11'ParentColor'#8#11'ParentCtl3D'#8#8'TabOrder'#2#0#24'BookMarkOpt' - +'ions.OnChange'#13#23'Gutter.CodeFoldingWidth'#2#14#11'Highlighter'#7#10'Syn' - +'LFMSyn1'#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Command' - +#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Comma' - +'nd'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Comman' - +'d'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Comm' - +'and'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Comm' - +'and'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7'Comm' - +'and'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Co' - +'mmand'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7'C' - +'ommand'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3'"@'#0#1#7 - +'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2'!'#0#1#7'C' - +'ommand'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3'!@'#0#1#7 - +'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2'$'#0#1#7'C' - +'ommand'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3'$@'#0#1#7 - +'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2'#'#0#1#7'C' - +'ommand'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3'#@'#0#1#7 - +'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'#2'-'#0#1 - +#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'- ' - +#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3 - +'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245#1#8'ShortCu' - +'t'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8 - +'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'C' - +'ommand'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortCut'#3'A@'#0 - +#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8'ShortCut'#3 - +'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3#254#1#8'Short' - +'Cut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Command'#3'c'#2#8 - +'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7'Command'#3'[' - +#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0#1#7'Command' - +#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Com' - +'mand'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCut'#3'0@'#0#1#7 - +'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'ShortCut'#3'2@'#0 - +#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1#8'ShortCut'#3'4' - +'@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3'3'#1#8'ShortCut' - +#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Command'#3'5'#1#8'Short' - +'Cut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'Command'#3'_'#1#8 - +'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1#7'Command'#3'a' - +#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'#0#1#7'Command'#3 - +'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3'5`'#0#1#7'Comman' - +'d'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'C' - +'ommand'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'ShortCut'#3'9`'#0#1 - +#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232#0#8'ShortCut'#3'C' - +'`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'#3'd'#2#8'ShortCu' - +'t'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'Sh' - +'ortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#10'LFMSynEdit'#0#22'SelectedColor.O' - +'nChange'#13#19'OnSpecialLineColors'#7#27'LFMSynEditSpecialLineColors'#0#0#0 - +#9'TGroupBox'#14'ErrorsGroupBox'#6'Height'#2'h'#3'Top'#3#179#1#5'Width'#3'(' - +#2#5'Align'#7#8'alBottom'#7'Caption'#6#6'Errors'#12'ClientHeight'#2'U'#11'Cl' - +'ientWidth'#3'$'#2#11'ParentCtl3D'#8#8'TabOrder'#2#1#0#8'TListBox'#13'Errors' - +'ListBox'#6'Height'#2'U'#5'Width'#3'$'#2#5'Align'#7#8'alClient'#7'OnClick'#7 - +#18'ErrorsListBoxClick'#8'TabOrder'#2#0#8'TopIndex'#2#255#0#0#0#6'TPanel'#8 - +'BtnPanel'#6'Height'#2')'#3'Top'#3#27#2#5'Width'#3'('#2#5'Align'#7#8'alBotto' - +'m'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2')'#11'Client' - +'Width'#3'('#2#8'TabOrder'#2#2#0#7'TButton'#12'CancelButton'#4'Left'#3#235#1 - ,#6'Height'#2#29#3'Top'#2#6#5'Width'#2'7'#5'Align'#7#7'alRight'#8'AutoSize'#9 - +#20'BorderSpacing.Around'#2#6#7'Caption'#6#6'Cancel'#11'ModalResult'#2#2#8'T' - +'abOrder'#2#0#0#0#7'TButton'#15'RemoveAllButton'#4'Left'#3'#'#1#6'Height'#2 - +#29#3'Top'#2#6#5'Width'#3#194#0#5'Align'#7#7'alRight'#8'AutoSize'#9#20'Borde' - +'rSpacing.Around'#2#6#7'Caption'#6#29'Remove all invalid properties'#7'OnCli' - +'ck'#7#20'RemoveAllButtonClick'#8'TabOrder'#2#1#0#0#0#10'TSynLFMSyn'#10'SynL' - +'FMSyn1'#13'DefaultFilter'#6' Lazarus Form Files (*.lfm)|*.lfm'#7'Enabled'#8 - +#4'left'#3#129#0#3'top'#2'h'#0#0#0#15'TCheckLFMDialog'#14'CheckLFMDialog'#4 - +'Left'#3'o'#1#6'Height'#3'D'#2#3'Top'#3#196#0#5'Width'#3'('#2#13'ActiveContr' - +'ol'#7#10'LFMSynEdit'#7'Caption'#6#15'Repair LFM file'#12'ClientHeight'#3'D' - +#2#11'ClientWidth'#3'('#2#8'OnCreate'#7#20'CheckLFMDialogCreate'#10'LCLVersi' - +'on'#6#6'0.9.25'#0#6'TLabel'#9'NoteLabel'#6'Height'#2#20#5'Width'#3'('#2#5'A' - +'lign'#7#5'alTop'#7'Caption'#6#9'NoteLabel'#11'ParentColor'#8#8'WordWrap'#9#0 - +#0#9'TGroupBox'#11'LFMGroupBox'#6'Height'#3#159#1#3'Top'#2#20#5'Width'#3'('#2 - +#5'Align'#7#8'alClient'#7'Caption'#6#8'LFM file'#12'ClientHeight'#3#140#1#11 - +'ClientWidth'#3'$'#2#11'ParentCtl3D'#8#8'TabOrder'#2#0#0#8'TSynEdit'#10'LFMS' - +'ynEdit'#6'Height'#3#140#1#5'Width'#3'$'#2#5'Align'#7#8'alClient'#11'Font.He' - +'ight'#2#241#9'Font.Name'#6#7'courier'#11'ParentColor'#8#11'ParentCtl3D'#8#8 + +'courier'#10'Font.Pitch'#7#7'fpFixed'#11'ParentColor'#8#11'ParentCtl3D'#8#8 +'TabOrder'#2#0#24'BookMarkOptions.OnChange'#13#23'Gutter.CodeFoldingWidth'#2 +#14#11'Highlighter'#7#10'SynLFMSyn1'#10'Keystrokes'#14#1#7'Command'#2#3#8'Sh' +'ortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8 @@ -129,14 +58,14 @@ LazarusResources.Add('TCheckLFMDialog','FORMDATA',[ +#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#10'LFMSynEdi' +'t'#0#22'SelectedColor.OnChange'#13#19'OnSpecialLineColors'#7#27'LFMSynEditS' +'pecialLineColors'#0#0#0#9'TGroupBox'#14'ErrorsGroupBox'#6'Height'#2'h'#3'To' - ,'p'#3#179#1#5'Width'#3'('#2#5'Align'#7#8'alBottom'#7'Caption'#6#6'Errors'#12 + +'p'#3#179#1#5'Width'#3'('#2#5'Align'#7#8'alBottom'#7'Caption'#6#6'Errors'#12 +'ClientHeight'#2'U'#11'ClientWidth'#3'$'#2#11'ParentCtl3D'#8#8'TabOrder'#2#1 +#0#8'TListBox'#13'ErrorsListBox'#6'Height'#2'U'#5'Width'#3'$'#2#5'Align'#7#8 +'alClient'#7'OnClick'#7#18'ErrorsListBoxClick'#8'TabOrder'#2#0#8'TopIndex'#2 +#255#0#0#0#6'TPanel'#8'BtnPanel'#6'Height'#2')'#3'Top'#3#27#2#5'Width'#3'('#2 +#5'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHe' +'ight'#2')'#11'ClientWidth'#3'('#2#8'TabOrder'#2#2#0#7'TButton'#12'CancelBut' - +'ton'#4'Left'#3#235#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2'7'#5'Align'#7#7'a' + ,'ton'#4'Left'#3#235#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2'7'#5'Align'#7#7'a' +'lRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#6'Cancel'#11 +'ModalResult'#2#2#8'TabOrder'#2#0#0#0#7'TButton'#15'RemoveAllButton'#4'Left' +#3'#'#1#6'Height'#2#29#3'Top'#2#6#5'Width'#3#194#0#5'Align'#7#7'alRight'#8'A' diff --git a/ide/editoroptions.lfm b/ide/editoroptions.lfm index c38caf696b..120c809aab 100644 --- a/ide/editoroptions.lfm +++ b/ide/editoroptions.lfm @@ -1,7 +1,7 @@ object EditorOptionsForm: TEditorOptionsForm - Left = 443 + Left = 410 Height = 541 - Top = 167 + Top = 201 Width = 554 ActiveControl = MainNotebook Caption = 'EditorOptionsForm' @@ -417,6 +417,7 @@ object EditorOptionsForm: TEditorOptionsForm BorderSpacing.Around = 6 Font.Height = -16 Font.Name = 'courier' + Font.Pitch = fpFixed ParentColor = False TabOrder = 2 Gutter.CodeFoldingWidth = 14 @@ -906,6 +907,7 @@ object EditorOptionsForm: TEditorOptionsForm Anchors = [akTop, akLeft, akRight, akBottom] Font.Height = -16 Font.Name = 'courier' + Font.Pitch = fpFixed ParentColor = False TabOrder = 3 OnMouseDown = ColorPreviewMouseUp diff --git a/ide/editoroptions.lrs b/ide/editoroptions.lrs index bdae47d773..d9c3683f85 100644 --- a/ide/editoroptions.lrs +++ b/ide/editoroptions.lrs @@ -1,8 +1,8 @@ { This is an automatically generated lazarus resource file } LazarusResources.Add('TEditorOptionsForm','FORMDATA',[ - 'TPF0'#18'TEditorOptionsForm'#17'EditorOptionsForm'#4'Left'#3#187#1#6'Height' - +#3#29#2#3'Top'#3#167#0#5'Width'#3'*'#2#13'ActiveControl'#7#12'MainNotebook'#7 + 'TPF0'#18'TEditorOptionsForm'#17'EditorOptionsForm'#4'Left'#3#154#1#6'Height' + +#3#29#2#3'Top'#3#201#0#5'Width'#3'*'#2#13'ActiveControl'#7#12'MainNotebook'#7 +'Caption'#6#17'EditorOptionsForm'#12'ClientHeight'#3#29#2#11'ClientWidth'#3 +'*'#2#21'Constraints.MinHeight'#3#244#1#20'Constraints.MinWidth'#3#144#1#8'P' +'osition'#7#14'poScreenCenter'#10'LCLVersion'#6#6'0.9.25'#0#9'TNotebook'#12 @@ -135,13 +135,112 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[ +'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#0#8 +'TSynEdit'#14'DisplayPreview'#4'Left'#2#6#6'Height'#3#163#0#3'Top'#3'&'#1#5 +'Width'#3#26#2#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#11'Font.H' - +'eight'#2#240#9'Font.Name'#6#7'courier'#11'ParentColor'#8#8'TabOrder'#2#2#23 - +'Gutter.CodeFoldingWidth'#2#14#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut' - +#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCu' - +'t'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut' - +#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCu' - +'t'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut' - +#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2 + +'eight'#2#240#9'Font.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#11'Paren' + +'tColor'#8#8'TabOrder'#2#2#23'Gutter.CodeFoldingWidth'#2#14#10'Keystrokes'#14 + +#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1 + +#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1 + +#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0 + +#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1 + +#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7 + +'Command'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7 + +'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7 + +'Command'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7 + +'Command'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7 + +'Command'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'C' + +'ommand'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7 + +'Command'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'C' + +'ommand'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7 + +'Command'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'C' + +'ommand'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7 + +'Command'#3#223#0#8'ShortCut'#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0 + +#1#7'Command'#3'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2 + +'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCu' + +'t'#2#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'S' + +'hortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command' + +#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7 + +'Command'#3#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@' + +#0#1#7'Command'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3 + +'M@'#0#1#7'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'Short' + +'Cut'#3'T@'#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8 + +'ShortCut'#3'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251 + +#1#8'ShortCut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command' + +#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Comm' + +'and'#3'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7 + +'Command'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0 + +#1#7'Command'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5' + +'@'#0#1#7'Command'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut' + +#3'7@'#0#1#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'Short' + +'Cut'#3'9@'#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8 + +'ShortCut'#3'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b' + +#1#8'ShortCut'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3 + +'d'#1#8'ShortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Comman' + +'d'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'C' + +'ommand'#3'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0 + +#1#7'Command'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3 + +'L`'#0#1#7'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut' + +#3#9' '#0#1#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#14 + +'DisplayPreview'#0#8'ReadOnly'#9#19'OnSpecialLineColors'#7#19'OnSpecialLineC' + +'olors'#0#0#0#5'TPage'#14'KeymappingPage'#7'Caption'#6#14'KeymappingPage'#11 + +'ClientWidth'#3'&'#2#12'ClientHeight'#3#207#1#0#6'TLabel'#19'KeyMappingHelpL' + +'abel'#21'AnchorSideTop.Control'#7#28'KeyMappingChooseSchemeButton'#18'Ancho' + +'rSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#20#3'Top'#2'2'#5'Widt' + +'h'#3#140#0#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#15#19'BorderS' + +'pacing.Right'#2#6#7'Caption'#6#19'KeyMappingHelpLabel'#11'ParentColor'#8#0#0 + +#7'TButton'#28'KeyMappingChooseSchemeButton'#22'AnchorSideLeft.Control'#7#14 + +'KeymappingPage'#21'AnchorSideTop.Control'#7#14'KeymappingPage'#4'Left'#2#6#6 + +'Height'#2#29#3'Top'#2#6#5'Width'#3#232#0#8'AutoSize'#9#18'BorderSpacing.Lef' + +'t'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#28 + +'KeyMappingChooseSchemeButton'#7'OnClick'#7'!KeyMappingChooseSchemeButtonCli' + +'ck'#8'TabOrder'#2#0#0#0#7'TButton KeyMappingConsistencyCheckButton'#21'Anch' + +'orSideTop.Control'#7#14'KeymappingPage'#23'AnchorSideRight.Control'#7#14'Ke' + ,'ymappingPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3')'#1#6'Heig' + +'ht'#2#29#3'Top'#2#6#5'Width'#3#247#0#7'Anchors'#11#5'akTop'#7'akRight'#0#8 + +'AutoSize'#9#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderS' + +'pacing.Right'#2#6#7'Caption'#6' KeyMappingConsistencyCheckButton'#7'OnClick' + +#7'%KeyMappingConsistencyCheckButtonClick'#8'TabOrder'#2#1#0#0#9'TTreeView' + +#18'KeyMappingTreeView'#21'AnchorSideTop.Control'#7#19'KeyMappingHelpLabel' + +#18'AnchorSideTop.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBott' + +'om'#4'Left'#2#6#6'Height'#3'}'#1#3'Top'#2'L'#5'Width'#3#26#2#5'Align'#7#8'a' + +'lBottom'#7'Anchors'#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Ar' + +'ound'#2#6#17'DefaultItemHeight'#2#23#6'Images'#7#9'ImageList'#8'ReadOnly'#9 + +#9'RowSelect'#9#8'TabOrder'#2#2#9'OnMouseUp'#7#25'KeyMappingTreeViewMouseUp' + +#7'Options'#11#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapse' + +'dNodes'#11'tvoReadOnly'#12'tvoRowSelect'#14'tvoShowButtons'#12'tvoShowLines' + +#11'tvoShowRoot'#17'tvoShowSeparators'#11'tvoToolTips'#0#0#0#0#5'TPage'#9'Co' + +'lorPage'#7'Caption'#6#9'ColorPage'#11'ClientWidth'#3'&'#2#12'ClientHeight'#3 + +#207#1#0#6'TLabel'#13'LanguageLabel'#4'Left'#3#214#0#6'Height'#2#20#3'Top'#2 + +#12#5'Width'#2'b'#7'Caption'#6#13'LanguageLabel'#11'ParentColor'#8#0#0#6'TLa' + +'bel'#16'ColorSchemeLabel'#4'Left'#3#214#0#6'Height'#2#20#3'Top'#2'$'#5'Widt' + +'h'#2'y'#7'Caption'#6#16'ColorSchemeLabel'#11'ParentColor'#8#0#0#6'TLabel'#19 + +'FileExtensionsLabel'#4'Left'#3#214#0#6'Height'#2#20#3'Top'#2'<'#5'Width'#2 + +'|'#7'Caption'#6#19'FileExtensionsLabel'#11'ParentColor'#8#0#0#6'TLabel'#17 + +'ColorElementLabel'#4'Left'#2#4#6'Height'#2#20#3'Top'#2'Z'#5'Width'#2'y'#7'C' + +'aption'#6#17'ColorElementLabel'#11'ParentColor'#8#0#0#9'TComboBox'#16'Langu' + +'ageComboBox'#4'Left'#2#3#6'Height'#2#29#3'Top'#2#10#5'Width'#3#200#0#16'Aut' + +'oCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'M' + +'axLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnE' + +'xit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#0#4'Text'#6#16'Lang' + +'uageComboBox'#0#0#9'TComboBox'#19'ColorSchemeComboBox'#4'Left'#2#3#6'Height' + +#2#29#3'Top'#2'"'#5'Width'#3#200#0#16'AutoCompleteText'#11#22'cbactEndOfLine' + +'Complete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'OnChange'#7#16'Comb' + +'oBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKe' + +'yDown'#8'TabOrder'#2#1#4'Text'#6#19'ColorSchemeComboBox'#0#0#9'TComboBox'#22 + +'FileExtensionsComboBox'#4'Left'#2#3#6'Height'#2#29#3'Top'#2':'#5'Width'#3 + +#200#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAsce' + +'nding'#0#13'Items.Strings'#1#6#26'pp;pas;inc;lpr;lrs;dpr;dpk'#6#18'pp;pas;i' + +'nc;lpr;lrs'#6#10'pp;pas;inc'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOn' + +'Change'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown' + +#8'TabOrder'#2#2#0#0#8'TSynEdit'#12'ColorPreview'#4'Left'#2#4#6'Height'#2'd' + +#3'Top'#3'g'#1#5'Width'#3#30#2#5'Align'#7#8'alBottom'#20'BorderSpacing.Aroun' + +'d'#2#4#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#11'Font.He' + +'ight'#2#240#9'Font.Name'#6#7'courier'#10'Font.Pitch'#7#7'fpFixed'#11'Parent' + +'Color'#8#8'TabOrder'#2#3#11'OnMouseDown'#7#19'ColorPreviewMouseUp'#23'Gutte' + +'r.CodeFoldingWidth'#2#14#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&' + +#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3 + +'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'(' + +' '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2 + +'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%' + +'@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2 +''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3 +'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut' +#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3 @@ -158,7 +257,7 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[ +#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Comman' +'d'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160 +#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortC' - +'ut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8 + ,'ut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8 +'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3 +#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Comm' +'and'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7 @@ -178,213 +277,114 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[ +'ortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232 +#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command' +#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Comma' - +'nd'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#14'DisplayPreview'#0 - +#8'ReadOnly'#9#19'OnSpecialLineColors'#7#19'OnSpecialLineColors'#0#0#0#5'TPa' - +'ge'#14'KeymappingPage'#7'Caption'#6#14'KeymappingPage'#11'ClientWidth'#3'&' - +#2#12'ClientHeight'#3#207#1#0#6'TLabel'#19'KeyMappingHelpLabel'#21'AnchorSid' - +'eTop.Control'#7#28'KeyMappingChooseSchemeButton'#18'AnchorSideTop.Side'#7#9 - +'asrBottom'#4'Left'#2#8#6'Height'#2#20#3'Top'#2'2'#5'Width'#3#140#0#18'Borde' - +'rSpacing.Left'#2#6#17'BorderSpacing.Top'#2#15#19'BorderSpacing.Right'#2#6#7 - +'Caption'#6#19'KeyMappingHelpLabel'#11'ParentColor'#8#0#0#7'TButton'#28'KeyM' - +'appingChooseSchemeButton'#22'AnchorSideLeft.Control'#7#14'KeymappingPage'#21 - +'AnchorSideTop.Control'#7#14'KeymappingPage'#4'Left'#2#6#6'Height'#2#29#3'To' - +'p'#2#6#5'Width'#3#232#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17'BorderS' - +'pacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#28'KeyMappingChoos' - +'eSchemeButton'#7'OnClick'#7'!KeyMappingChooseSchemeButtonClick'#8'TabOrder' - +#2#0#0#0#7'TButton KeyMappingConsistencyCheckButton'#21'AnchorSideTop.Contro' - +'l'#7#14'KeymappingPage'#23'AnchorSideRight.Control'#7#14'KeymappingPage'#20 - ,'AnchorSideRight.Side'#7#9'asrBottom'#4'Left'#3')'#1#6'Height'#2#29#3'Top'#2 - +#6#5'Width'#3#247#0#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#18'Bor' - +'derSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7 - +'Caption'#6' KeyMappingConsistencyCheckButton'#7'OnClick'#7'%KeyMappingConsi' - +'stencyCheckButtonClick'#8'TabOrder'#2#1#0#0#9'TTreeView'#18'KeyMappingTreeV' - +'iew'#21'AnchorSideTop.Control'#7#19'KeyMappingHelpLabel'#18'AnchorSideTop.S' - +'ide'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6 - +'Height'#3'}'#1#3'Top'#2'L'#5'Width'#3#26#2#5'Align'#7#8'alBottom'#7'Anchors' - +#11#5'akTop'#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#17'Default' - +'ItemHeight'#2#23#6'Images'#7#9'ImageList'#8'ReadOnly'#9#9'RowSelect'#9#8'Ta' - +'bOrder'#2#2#9'OnMouseUp'#7#25'KeyMappingTreeViewMouseUp'#7'Options'#11#17't' - +'voAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'#11'tvoRead' - +'Only'#12'tvoRowSelect'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoShowRoot' - +#17'tvoShowSeparators'#11'tvoToolTips'#0#0#0#0#5'TPage'#9'ColorPage'#7'Capti' - +'on'#6#9'ColorPage'#11'ClientWidth'#3'&'#2#12'ClientHeight'#3#207#1#0#6'TLab' - +'el'#13'LanguageLabel'#4'Left'#3#214#0#6'Height'#2#20#3'Top'#2#12#5'Width'#2 - +'b'#7'Caption'#6#13'LanguageLabel'#11'ParentColor'#8#0#0#6'TLabel'#16'ColorS' - +'chemeLabel'#4'Left'#3#214#0#6'Height'#2#20#3'Top'#2'$'#5'Width'#2'y'#7'Capt' - +'ion'#6#16'ColorSchemeLabel'#11'ParentColor'#8#0#0#6'TLabel'#19'FileExtensio' - +'nsLabel'#4'Left'#3#214#0#6'Height'#2#20#3'Top'#2'<'#5'Width'#2'|'#7'Caption' - +#6#19'FileExtensionsLabel'#11'ParentColor'#8#0#0#6'TLabel'#17'ColorElementLa' - +'bel'#4'Left'#2#4#6'Height'#2#20#3'Top'#2'Z'#5'Width'#2'y'#7'Caption'#6#17'C' - +'olorElementLabel'#11'ParentColor'#8#0#0#9'TComboBox'#16'LanguageComboBox'#4 - +'Left'#2#3#6'Height'#2#29#3'Top'#2#10#5'Width'#3#200#0#16'AutoCompleteText' - +#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8 - +'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown' - +#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#0#4'Text'#6#16'LanguageComboBox'#0#0#9 - +'TComboBox'#19'ColorSchemeComboBox'#4'Left'#2#3#6'Height'#2#29#3'Top'#2'"'#5 - +'Width'#3#200#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactS' - +'earchAscending'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnE' - +'xit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2 - +#1#4'Text'#6#19'ColorSchemeComboBox'#0#0#9'TComboBox'#22'FileExtensionsCombo' - +'Box'#4'Left'#2#3#6'Height'#2#29#3'Top'#2':'#5'Width'#3#200#0#16'AutoComplet' - +'eText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#13'Items.St' - +'rings'#1#6#26'pp;pas;inc;lpr;lrs;dpr;dpk'#6#18'pp;pas;inc;lpr;lrs'#6#10'pp;' - +'pas;inc'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7 - +#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0 - +#8'TSynEdit'#12'ColorPreview'#4'Left'#2#4#6'Height'#2'd'#3'Top'#3'g'#1#5'Wid' - +'th'#3#30#2#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#4#7'Anchors'#11 - +#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#11'Font.Height'#2#240#9'Font.Na' - +'me'#6#7'courier'#11'ParentColor'#8#8'TabOrder'#2#3#11'OnMouseDown'#7#19'Col' - +'orPreviewMouseUp'#23'Gutter.CodeFoldingWidth'#2#14#10'Keystrokes'#14#1#7'Co' - +'mmand'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Com' - +'mand'#3#211#0#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'C' - +'ommand'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1 - +#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7 - +'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7 - +'Command'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7 - +'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7 - +'Command'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7 - +'Command'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7 - +'Command'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'C' - +'ommand'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7 - +'Command'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'C' - +'ommand'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7 - +'Command'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'C' - +'ommand'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7 - +'Command'#3#223#0#8'ShortCut'#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0 - +#1#7'Command'#3'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2 - +'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCu' - +'t'#2#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'S' - +'hortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command' - +#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7 - +'Command'#3#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@' - ,#0#1#7'Command'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3 - +'M@'#0#1#7'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'Short' - +'Cut'#3'T@'#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8 - +'ShortCut'#3'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251 - +#1#8'ShortCut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command' - +#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Comm' - +'and'#3'-'#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7 - +'Command'#3'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0 - +#1#7'Command'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5' - +'@'#0#1#7'Command'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut' - +#3'7@'#0#1#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'Short' - +'Cut'#3'9@'#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8 - +'ShortCut'#3'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b' - +#1#8'ShortCut'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3 - +'d'#1#8'ShortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Comman' - +'d'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'C' - +'ommand'#3'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0 - +#1#7'Command'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3 - +'L`'#0#1#7'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut' - +#3#9' '#0#1#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#12 - +'ColorPreview'#0#8'ReadOnly'#9#19'OnSpecialLineColors'#7#19'OnSpecialLineCol' - +'ors'#0#0#8'TListBox'#19'ColorElementListBox'#4'Left'#2#3#6'Height'#3#242#0#3 - +'Top'#2'l'#5'Width'#3#200#0#16'ClickOnSelChange'#8#7'OnClick'#7#24'ColorElem' - +'entListBoxClick'#17'OnSelectionChange'#7'"ColorElementListBoxSelectionChang' - +'e'#8'TabOrder'#2#4#8'TopIndex'#2#255#0#0#7'TButton'#27'SetAttributeToDefaul' - +'tButton'#23'AnchorSideRight.Control'#7#9'ColorPage'#20'AnchorSideRight.Side' - +#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#25#3'Top'#2'Z'#5'Width'#3'L'#1#7 - +'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7 - +'Caption'#6#27'SetAttributeToDefaultButton'#7'OnClick'#7' SetAttributeToDefa' - +'ultButtonClick'#8'TabOrder'#2#5#0#0#7'TButton'#31'SetAllAttributesToDefault' - +'Button'#23'AnchorSideRight.Control'#7#9'ColorPage'#20'AnchorSideRight.Side' - +#7#9'asrBottom'#4'Left'#3#212#0#6'Height'#2#25#3'Top'#2'z'#5'Width'#3'L'#1#7 - +'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7 - +'Caption'#6#31'SetAllAttributesToDefaultButton'#7'OnClick'#7'$SetAllAttribut' - +'esToDefaultButtonClick'#8'TabOrder'#2#6#0#0#9'TGroupBox'#22'TextAttributesG' - +'roupBox'#23'AnchorSideRight.Control'#7#9'ColorPage'#20'AnchorSideRight.Side' - +#7#9'asrBottom'#24'AnchorSideBottom.Control'#7#12'ColorPreview'#4'Left'#3#212 - +#0#6'Height'#3#199#0#3'Top'#3#154#0#5'Width'#3'L'#1#7'Anchors'#11#5'akTop'#6 - +'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6 - +#10'Attributes'#12'ClientHeight'#3#180#0#11'ClientWidth'#3'H'#1#8'TabOrder'#2 - +#7#0#6'TLabel'#15'ForeGroundLabel'#4'Left'#2#8#6'Height'#2#20#5'Width'#2'n'#7 - +'Caption'#6#15'ForeGroundLabel'#11'ParentColor'#8#0#0#12'TColorButton'#21'Fo' - +'regroundColorButton'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'#18'Anc' - +'horSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#21#3'Top'#2#22#5'Wi' - +'dth'#2'K'#17'BorderSpacing.Top'#2#2#11'BorderWidth'#2#2#15'ButtonColorSize' - +#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7#23'ColorButtonColorChange' - +'d'#0#0#12'TColorButton'#21'BackGroundColorButton'#21'AnchorSideTop.Control' - +#7#15'BackGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'H' - +'eight'#2#21#3'Top'#2'F'#5'Width'#2'K'#17'BorderSpacing.Top'#2#2#11'BorderWi' - +'dth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged' - +#7#23'ColorButtonColorChanged'#0#0#6'TLabel'#15'BackGroundLabel'#21'AnchorSi' - +'deTop.Control'#7#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4 - +'Left'#2#8#6'Height'#2#20#3'Top'#2'0'#5'Width'#2'q'#17'BorderSpacing.Top'#2 - +#28#7'Caption'#6#15'BackGroundLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#28'F' - +'oreGroundUseDefaultCheckBox'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel' - +#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'Height'#2#22#3'Top'#2 - +#22#5'Width'#3#201#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'Border' - +'Spacing.Top'#2#2#7'Caption'#6#28'ForeGroundUseDefaultCheckBox'#8'OnChange'#7 - +#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#28'BackGroundU' - +'seDefaultCheckBox'#21'AnchorSideTop.Control'#7#15'BackGroundLabel'#18'Ancho' - +'rSideTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'Height'#2#22#3'Top'#2'D'#5'Wid' - +'th'#3#201#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.' - +'Right'#2#2#7'Caption'#6#28'BackGroundUseDefaultCheckBox'#8'OnChange'#7#23'G' - +'eneralCheckBoxOnChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#16'TextBoldCheckBo' - ,'x'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'`'#5'Width'#3'<'#1#5'Align'#7#8'alBo' - +'ttom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'TextBoldCheckBox'#8'OnCh' - +'ange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#2#0#0#9'TCheckBox'#18'Tex' - +'tItalicCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'|'#5'Width'#3'<'#1#5'A' - +'lign'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'TextItalic' - +'CheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#3#0#0#9'T' - +'CheckBox'#21'TextUnderlineCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#152 - +#0#5'Width'#3'<'#1#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Cap' - +'tion'#6#21'TextUnderlineCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange' - +#8'TabOrder'#2#4#0#0#0#0#5'TPage'#13'CodetoolsPage'#7'Caption'#6#13'Codetool' - +'sPage'#11'ClientWidth'#3'&'#2#12'ClientHeight'#3#207#1#0#9'TGroupBox'#25'Au' - +'tomaticFeaturesGroupBox'#4'Left'#2#6#6'Height'#3#195#1#3'Top'#2#6#5'Width'#3 - +#26#2#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Caption'#6#25'Au' - +'tomaticFeaturesGroupBox'#12'ClientHeight'#3#176#1#11'ClientWidth'#3#22#2#8 - +'TabOrder'#2#0#0#6'TLabel'#14'AutoDelayLabel'#4'Left'#2#6#6'Height'#2#20#3'T' - +'op'#3#188#0#5'Width'#3#10#2#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#24 - +#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'AutoDelayLabel'#11'ParentColor' - +#8#0#0#6'TLabel'#17'AutoDelayMinLabel'#21'AnchorSideTop.Control'#7#17'AutoDe' - +'layTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2 - +#20#3'Top'#3#160#0#5'Width'#2'{'#17'BorderSpacing.Top'#2#2#7'Caption'#6#17'A' - +'utoDelayMinLabel'#11'ParentColor'#8#0#0#6'TLabel'#17'AutoDelayMaxLabel'#21 - +'AnchorSideTop.Control'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'a' - +'srBottom'#4'Left'#3#133#1#6'Height'#2#20#3'Top'#3#160#0#5'Width'#2''#9'Ali' - +'gnment'#7#14'taRightJustify'#7'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderS' - +'pacing.Top'#2#2#7'Caption'#6#17'AutoDelayMaxLabel'#11'ParentColor'#8#0#0#9 - +'TCheckBox AutoIdentifierCompletionCheckBox'#4'Left'#2#6#6'Height'#2#22#3'To' - +'p'#2#6#5'Width'#3#10#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'C' - +'aption'#6' AutoIdentifierCompletionCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBo' - +'x'#26'AutoCodeParametersCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'>'#5 - +'Width'#3#10#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6 - +#26'AutoCodeParametersCheckBox'#7'Enabled'#8#8'TabOrder'#2#1#0#0#9'TCheckBox' - +#27'AutoToolTipExprEvalCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'Z'#5'Wi' - +'dth'#3#10#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#27 - +'AutoToolTipExprEvalCheckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox'#28'AutoToolTi' - +'pSymbToolsCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3#10#2#5 - +'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'AutoToolTipS' - +'ymbToolsCheckBox'#8'TabOrder'#2#3#0#0#9'TTrackBar'#17'AutoDelayTrackBar'#4 - +'Left'#2#6#6'Height'#2'('#3'Top'#2'v'#5'Width'#3#10#2#9'Frequency'#3#250#0#3 - +'Max'#3#160#15#3'Min'#3#244#1#8'Position'#3#244#1#8'ScalePos'#7#5'trTop'#5'A' - +'lign'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'Bo' - +'rderSpacing.Right'#2#6#8'TabOrder'#2#4#0#0#0#0#5'TPage'#11'CodeFolding'#7'C' - +'aption'#6#11'CodeFolding'#11'ClientWidth'#3'&'#2#12'ClientHeight'#3#207#1#0 - +#6'TLabel'#19'lblDividerDrawLevel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'G'#5 - +'Width'#2'|'#7'Caption'#6#19'lblDividerDrawLevel'#11'ParentColor'#8#0#0#6'TB' - +'evel'#6'Bevel1'#4'Left'#2#6#6'Height'#2#2#3'Top'#2'1'#5'Width'#3#25#2#7'Anc' - +'hors'#11#5'akTop'#6'akLeft'#7'akRight'#0#0#0#9'TCheckBox'#21'chkCodeFolding' - +'Enabled'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#23#5'Width'#3#175#0#7'Caption' - +#6#21'chkCodeFoldingEnabled'#8'OnChange'#7#27'chkCodeFoldingEnabledChange'#8 - +'TabOrder'#2#0#0#0#9'TSpinEdit'#18'edDividerDrawLevel'#4'Left'#3#211#0#6'Hei' - +'ght'#2#23#3'Top'#2'B'#5'Width'#2'2'#8'MaxValue'#2#10#8'MinValue'#2#1#8'TabO' - +'rder'#2#1#5'Value'#2#1#0#0#0#0#6'TPanel'#8'BtnPanel'#6'Height'#2')'#3'Top'#3 - +#244#1#5'Width'#3'*'#2#5'Align'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7 - +#6'bvNone'#12'ClientHeight'#2')'#11'ClientWidth'#3'*'#2#8'TabOrder'#2#1#0#7 - +'TButton'#8'OkButton'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3'q'#1 - +#6'Height'#2#29#3'Top'#2#6#5'Width'#2'K'#5'Align'#7#7'alRight'#8'AutoSize'#9 - +#20'BorderSpacing.Around'#2#6#7'Caption'#6#8'OkButton'#20'Constraints.MinWid' - +'th'#2'K'#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#0#0#0#7'TButton'#12'C' - +'ancelButton'#20'AnchorSideRight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Si' - +'de'#7#9'asrBottom'#4'Left'#3#194#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2'b'#5 - +'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6 - +#12'CancelButton'#20'Constraints.MinWidth'#2'K'#7'OnClick'#7#17'CancelButton' - +'Click'#8'TabOrder'#2#1#0#0#0#10'TImageList'#9'ImageList'#6'Height'#2#21#5'W' - +'idth'#2#21#4'left'#3#144#1#3'top'#2'('#6'Bitmap'#10#214#13#0#0'Li'#2#0#0#0 - +#21#0#0#0#21#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +'nd'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#12'ColorPreview'#0#8 + +'ReadOnly'#9#19'OnSpecialLineColors'#7#19'OnSpecialLineColors'#0#0#8'TListBo' + +'x'#19'ColorElementListBox'#4'Left'#2#3#6'Height'#3#242#0#3'Top'#2'l'#5'Widt' + +'h'#3#200#0#16'ClickOnSelChange'#8#7'OnClick'#7#24'ColorElementListBoxClick' + +#17'OnSelectionChange'#7'"ColorElementListBoxSelectionChange'#8'TabOrder'#2#4 + +#8'TopIndex'#2#255#0#0#7'TButton'#27'SetAttributeToDefaultButton'#23'AnchorS' + +'ideRight.Control'#7#9'ColorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4 + +'Left'#3#212#0#6'Height'#2#25#3'Top'#2'Z'#5'Width'#3'L'#1#7'Anchors'#11#5'ak' + +'Top'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#27'Se' + +'tAttributeToDefaultButton'#7'OnClick'#7' SetAttributeToDefaultButtonClick'#8 + +'TabOrder'#2#5#0#0#7'TButton'#31'SetAllAttributesToDefaultButton'#23'AnchorS' + +'ideRight.Control'#7#9'ColorPage'#20'AnchorSideRight.Side'#7#9'asrBottom'#4 + +'Left'#3#212#0#6'Height'#2#25#3'Top'#2'z'#5'Width'#3'L'#1#7'Anchors'#11#5'ak' + +'Top'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#31'Se' + +'tAllAttributesToDefaultButton'#7'OnClick'#7'$SetAllAttributesToDefaultButto' + +'nClick'#8'TabOrder'#2#6#0#0#9'TGroupBox'#22'TextAttributesGroupBox'#23'Anch' + +'orSideRight.Control'#7#9'ColorPage'#20'AnchorSideRight.Side'#7#9'asrBottom' + +#24'AnchorSideBottom.Control'#7#12'ColorPreview'#4'Left'#3#212#0#6'Height'#3 + +#199#0#3'Top'#3#154#0#5'Width'#3'L'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akR' + +'ight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#10'Attributes' + +#12'ClientHeight'#3#180#0#11'ClientWidth'#3'H'#1#8'TabOrder'#2#7#0#6'TLabel' + +#15'ForeGroundLabel'#4'Left'#2#8#6'Height'#2#20#5'Width'#2'n'#7'Caption'#6#15 + +'ForeGroundLabel'#11'ParentColor'#8#0#0#12'TColorButton'#21'ForegroundColorB' + +'utton'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'#18'AnchorSideTop.Sid' + +'e'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#21#3'Top'#2#22#5'Width'#2'K'#17'B' + +'orderSpacing.Top'#2#2#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color' + +#7#9'clBtnFace'#14'OnColorChanged'#7#23'ColorButtonColorChanged'#0#0#12'TCol' + +'orButton'#21'BackGroundColorButton'#21'AnchorSideTop.Control'#7#15'BackGrou' + +'ndLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#21#3 + +'Top'#2'F'#5'Width'#2'K'#17'BorderSpacing.Top'#2#2#11'BorderWidth'#2#2#15'Bu' + +'ttonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7#23'ColorBu' + +'ttonColorChanged'#0#0#6'TLabel'#15'BackGroundLabel'#21'AnchorSideTop.Contro' + +'l'#7#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6 + +'Height'#2#20#3'Top'#2'0'#5'Width'#2'q'#17'BorderSpacing.Top'#2#28#7'Caption' + +#6#15'BackGroundLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#28'ForeGroundUseDe' + +'faultCheckBox'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'#18'AnchorSid' + +'eTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'Height'#2#22#3'Top'#2#22#5'Width'#3 + +#201#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpacing.Top'#2 + +#2#7'Caption'#6#28'ForeGroundUseDefaultCheckBox'#8'OnChange'#7#23'GeneralChe' + +'ckBoxOnChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#28'BackGroundUseDefaultChec' + +'kBox'#21'AnchorSideTop.Control'#7#15'BackGroundLabel'#18'AnchorSideTop.Side' + +#7#9'asrBottom'#4'Left'#2'^'#6'Height'#2#22#3'Top'#2'D'#5'Width'#3#201#0#7'A' + +'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Right'#2#2#7'Ca' + +'ption'#6#28'BackGroundUseDefaultCheckBox'#8'OnChange'#7#23'GeneralCheckBoxO' + ,'nChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#16'TextBoldCheckBox'#4'Left'#2#6#6 + +'Height'#2#22#3'Top'#2'`'#5'Width'#3'<'#1#5'Align'#7#8'alBottom'#20'BorderSp' + +'acing.Around'#2#6#7'Caption'#6#16'TextBoldCheckBox'#8'OnChange'#7#23'Genera' + +'lCheckBoxOnChange'#8'TabOrder'#2#2#0#0#9'TCheckBox'#18'TextItalicCheckBox'#4 + +'Left'#2#6#6'Height'#2#22#3'Top'#2'|'#5'Width'#3'<'#1#5'Align'#7#8'alBottom' + +#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'TextItalicCheckBox'#8'OnChange' + +#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#3#0#0#9'TCheckBox'#21'TextUnder' + +'lineCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#152#0#5'Width'#3'<'#1#5'A' + +'lign'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'TextUnderl' + +'ineCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#4#0#0#0 + +#0#5'TPage'#13'CodetoolsPage'#7'Caption'#6#13'CodetoolsPage'#11'ClientWidth' + +#3'&'#2#12'ClientHeight'#3#207#1#0#9'TGroupBox'#25'AutomaticFeaturesGroupBox' + +#4'Left'#2#6#6'Height'#3#195#1#3'Top'#2#6#5'Width'#3#26#2#5'Align'#7#8'alCli' + +'ent'#20'BorderSpacing.Around'#2#6#7'Caption'#6#25'AutomaticFeaturesGroupBox' + +#12'ClientHeight'#3#176#1#11'ClientWidth'#3#22#2#8'TabOrder'#2#0#0#6'TLabel' + +#14'AutoDelayLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#3#188#0#5'Width'#3#10#2 + +#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#24#20'BorderSpacing.Around'#2#6 + +#7'Caption'#6#14'AutoDelayLabel'#11'ParentColor'#8#0#0#6'TLabel'#17'AutoDela' + +'yMinLabel'#21'AnchorSideTop.Control'#7#17'AutoDelayTrackBar'#18'AnchorSideT' + +'op.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#3#160#0#5'Width'#2 + +'{'#17'BorderSpacing.Top'#2#2#7'Caption'#6#17'AutoDelayMinLabel'#11'ParentCo' + +'lor'#8#0#0#6'TLabel'#17'AutoDelayMaxLabel'#21'AnchorSideTop.Control'#7#17'A' + +'utoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3#133#1#6'H' + +'eight'#2#20#3'Top'#3#160#0#5'Width'#2''#9'Alignment'#7#14'taRightJustify'#7 + +'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Caption'#6#17 + +'AutoDelayMaxLabel'#11'ParentColor'#8#0#0#9'TCheckBox AutoIdentifierCompleti' + +'onCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#10#2#5'Align'#7 + +#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6' AutoIdentifierCompletio' + +'nCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#26'AutoCodeParametersCheckBox'#4 + +'Left'#2#6#6'Height'#2#22#3'Top'#2'>'#5'Width'#3#10#2#5'Align'#7#5'alTop'#20 + +'BorderSpacing.Around'#2#6#7'Caption'#6#26'AutoCodeParametersCheckBox'#7'Ena' + +'bled'#8#8'TabOrder'#2#1#0#0#9'TCheckBox'#27'AutoToolTipExprEvalCheckBox'#4 + +'Left'#2#6#6'Height'#2#22#3'Top'#2'Z'#5'Width'#3#10#2#5'Align'#7#5'alTop'#20 + +'BorderSpacing.Around'#2#6#7'Caption'#6#27'AutoToolTipExprEvalCheckBox'#8'Ta' + +'bOrder'#2#2#0#0#9'TCheckBox'#28'AutoToolTipSymbToolsCheckBox'#4'Left'#2#6#6 + +'Height'#2#22#3'Top'#2'"'#5'Width'#3#10#2#5'Align'#7#5'alTop'#20'BorderSpaci' + +'ng.Around'#2#6#7'Caption'#6#28'AutoToolTipSymbToolsCheckBox'#8'TabOrder'#2#3 + +#0#0#9'TTrackBar'#17'AutoDelayTrackBar'#4'Left'#2#6#6'Height'#2'('#3'Top'#2 + +'v'#5'Width'#3#10#2#9'Frequency'#3#250#0#3'Max'#3#160#15#3'Min'#3#244#1#8'Po' + +'sition'#3#244#1#8'ScalePos'#7#5'trTop'#5'Align'#7#5'alTop'#18'BorderSpacing' + +'.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#8'TabOrder' + +#2#4#0#0#0#0#5'TPage'#11'CodeFolding'#7'Caption'#6#11'CodeFolding'#11'Client' + +'Width'#3'&'#2#12'ClientHeight'#3#207#1#0#6'TLabel'#19'lblDividerDrawLevel'#4 + +'Left'#2#6#6'Height'#2#20#3'Top'#2'G'#5'Width'#2'|'#7'Caption'#6#19'lblDivid' + +'erDrawLevel'#11'ParentColor'#8#0#0#6'TBevel'#6'Bevel1'#4'Left'#2#6#6'Height' + +#2#2#3'Top'#2'1'#5'Width'#3#25#2#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight' + +#0#0#0#9'TCheckBox'#21'chkCodeFoldingEnabled'#4'Left'#2#6#6'Height'#2#22#3'T' + +'op'#2#23#5'Width'#3#175#0#7'Caption'#6#21'chkCodeFoldingEnabled'#8'OnChange' + +#7#27'chkCodeFoldingEnabledChange'#8'TabOrder'#2#0#0#0#9'TSpinEdit'#18'edDiv' + +'iderDrawLevel'#4'Left'#3#211#0#6'Height'#2#23#3'Top'#2'B'#5'Width'#2'2'#8'M' + +'axValue'#2#10#8'MinValue'#2#1#8'TabOrder'#2#1#5'Value'#2#1#0#0#0#0#6'TPanel' + +#8'BtnPanel'#6'Height'#2')'#3'Top'#3#244#1#5'Width'#3'*'#2#5'Align'#7#8'alBo' + +'ttom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2')'#11'Cli' + +'entWidth'#3'*'#2#8'TabOrder'#2#1#0#7'TButton'#8'OkButton'#21'AnchorSideBott' + +'om.Side'#7#9'asrBottom'#4'Left'#3'q'#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2 + +'K'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Capti' + +'on'#6#8'OkButton'#20'Constraints.MinWidth'#2'K'#7'OnClick'#7#13'OkButtonCli' + +'ck'#8'TabOrder'#2#0#0#0#7'TButton'#12'CancelButton'#20'AnchorSideRight.Side' + +#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3#194#1#6'H' + +'eight'#2#29#3'Top'#2#6#5'Width'#2'b'#5'Align'#7#7'alRight'#8'AutoSize'#9#20 + +'BorderSpacing.Around'#2#6#7'Caption'#6#12'CancelButton'#20'Constraints.MinW' + +'idth'#2'K'#7'OnClick'#7#17'CancelButtonClick'#8'TabOrder'#2#1#0#0#0#10'TIma' + +'geList'#9'ImageList'#6'Height'#2#21#5'Width'#2#21#4'left'#3#144#1#3'top'#2 + +'('#6'Bitmap'#10#214#13#0#0'Li'#2#0#0#0#21#0#0#0#21#0#0#0#0#0#0#0#0#0#0#0#0#0 ,#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 @@ -393,55 +393,55 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[ +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'HNK'#255#139#145#141 - +#255#168#174#170#255#194#199#195#255#209#214#210#255#161#164#161#255#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0'z'#133#128#255#176#186#181#255#141#147#144#255 - +#153#156#154#255#147#148#147#255#188#192#188#255#229#234#230#255#174#178#176 - +#255'KNN'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#170#177#173#255#168#177#173#255#189#196#192#255#140 - +#144#141#255#139#141#139#255#151#154#151#255#228#231#228#255#146#151#149#255 - +'BIF'#255':@>'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0'xzx'#255#231#233#231#255#208#210#209#255#172#176#173 - +#255#180#184#182#255#185#189#186#255#207#211#207#255'|'#128'~'#255'MVR'#255 - +'GOL'#255'6=;'#255'JPN'#255#149#155#151#255#165#172#168#255#203#207#203#255 - +#193#197#192#255#167#170#167#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#187#188#187 - +#255#240#242#240#255#239#240#238#255#227#229#227#255#202#205#202#255#189#192 - +#189#255#147#152#148#255'kuq'#255'Yc`'#255'FNK'#255'x'#129'}'#255#176#185#181 - +#255#148#152#149#255#168#170#169#255#211#213#211#255#204#208#204#255#230#234 - +#230#255#158#164#160#255#0#0#0#0#0#0#0#0#0#0#0#0#218#220#218#255#187#190#188 - +#255#162#166#163#255#180#187#182#255#179#184#180#255#167#170#167#255#140#145 - +#141#255'frl'#255'[c_'#255#155#163#158#255#167#176#171#255#198#205#202#255 - +#142#144#143#255#154#156#155#255#157#159#157#255#218#221#218#255#138#143#140 - +#255'FMJ'#255#0#0#0#0#0#0#0#0#0#0#0#0'\a^'#255#149#158#153#255'tyv'#255'kmk' - +#255#228#232#228#255#218#221#218#255#222#226#222#255#175#180#176#255'qvs'#255 - +#234#237#234#255#208#211#209#255#165#171#168#255#167#172#168#255#211#217#212 - +#255#216#221#217#255'ptq'#255'PXT'#255'HOL'#255#0#0#0#0#0#0#0#0#140#151#145 - +#255#170#183#176#255#140#146#142#255#208#213#209#255'vyw'#255'||'#255#185 - +#188#185#255#189#191#189#255'GLK'#255'dge'#255#243#245#243#255#235#236#235 - +#255#234#237#234#255#229#231#229#255#173#176#173#255#131#136#133#255'nxt'#255 - +'[d`'#255'ISN'#255#0#0#0#0'z}z'#255#210#214#211#255#171#178#174#255#176#184 - +#179#255#206#211#208#255#184#188#184#255#225#229#225#255#159#164#160#255'KQN' - +#255'IQM'#255'HOL'#255#228#230#228#255#231#232#231#255#226#229#226#255#222 - +#227#222#255#221#226#221#255#164#171#166#255'pzu'#255'^hd'#255'LWR'#255#0#0#0 - +#0#179#183#179#255#239#242#239#255#241#242#241#255#212#215#212#255#187#190 - +#187#255#173#177#174#255#145#151#147#255'_hd'#255'Wa\'#255'FOK'#255'AKG'#255 - +#186#189#187#255#228#231#228#255#222#226#222#255#220#225#220#255#220#225#220 - +#255#163#171#166#255'ozu'#255'akf'#255'ENJ'#255#0#0#0#0#220#223#220#255#239 - +#240#239#255#233#233#233#255#226#229#226#255#226#231#226#255#215#220#215#255 - +#155#163#158#255'oyu'#255'[ea'#255'ITO'#255'AKF'#255#0#0#0#0#148#151#148#255 - +#213#217#213#255#223#228#223#255#220#225#221#255#156#167#161#255'nyt'#255'LT' - +'P'#255#0#0#0#0#0#0#0#0#189#191#189#255#235#238#235#255#229#231#229#255#223 - +#227#223#255#220#225#220#255#218#222#218#255#157#164#160#255'nxt'#255'^gc' - +#255'HRM'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#141#144#141#255#173#176#173#255 - +'y'#128'|'#255';A>'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'mom'#255#210#214#210 - +#255#221#226#221#255#220#225#220#255#218#224#219#255#153#164#158#255'nzt'#255 - +'[d_'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#139#142#139#255#208#211 - +#208#255#213#217#214#255#141#151#146#255'T^Z'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0'HNK'#255#139#145#141#255#168#174#170#255#194#199#195#255#209 + +#214#210#255#161#164#161#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'z'#133#128 + +#255#176#186#181#255#141#147#144#255#153#156#154#255#147#148#147#255#188#192 + +#188#255#229#234#230#255#174#178#176#255'KNN'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#170#177#173#255 + +#168#177#173#255#189#196#192#255#140#144#141#255#139#141#139#255#151#154#151 + +#255#228#231#228#255#146#151#149#255'BIF'#255':@>'#255#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'xzx'#255#231#233 + +#231#255#208#210#209#255#172#176#173#255#180#184#182#255#185#189#186#255#207 + +#211#207#255'|'#128'~'#255'MVR'#255'GOL'#255'6=;'#255'JPN'#255#149#155#151 + +#255#165#172#168#255#203#207#203#255#193#197#192#255#167#170#167#255#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#187#188#187#255#240#242#240#255#239#240#238#255#227 + +#229#227#255#202#205#202#255#189#192#189#255#147#152#148#255'kuq'#255'Yc`' + +#255'FNK'#255'x'#129'}'#255#176#185#181#255#148#152#149#255#168#170#169#255 + +#211#213#211#255#204#208#204#255#230#234#230#255#158#164#160#255#0#0#0#0#0#0 + +#0#0#0#0#0#0#218#220#218#255#187#190#188#255#162#166#163#255#180#187#182#255 + +#179#184#180#255#167#170#167#255#140#145#141#255'frl'#255'[c_'#255#155#163 + +#158#255#167#176#171#255#198#205#202#255#142#144#143#255#154#156#155#255#157 + +#159#157#255#218#221#218#255#138#143#140#255'FMJ'#255#0#0#0#0#0#0#0#0#0#0#0#0 + +'\a^'#255#149#158#153#255'tyv'#255'kmk'#255#228#232#228#255#218#221#218#255 + +#222#226#222#255#175#180#176#255'qvs'#255#234#237#234#255#208#211#209#255#165 + +#171#168#255#167#172#168#255#211#217#212#255#216#221#217#255'ptq'#255'PXT' + +#255'HOL'#255#0#0#0#0#0#0#0#0#140#151#145#255#170#183#176#255#140#146#142#255 + +#208#213#209#255'vyw'#255'||'#255#185#188#185#255#189#191#189#255'GLK'#255 + +'dge'#255#243#245#243#255#235#236#235#255#234#237#234#255#229#231#229#255#173 + +#176#173#255#131#136#133#255'nxt'#255'[d`'#255'ISN'#255#0#0#0#0'z}z'#255#210 + +#214#211#255#171#178#174#255#176#184#179#255#206#211#208#255#184#188#184#255 + +#225#229#225#255#159#164#160#255'KQN'#255'IQM'#255'HOL'#255#228#230#228#255 + +#231#232#231#255#226#229#226#255#222#227#222#255#221#226#221#255#164#171#166 + +#255'pzu'#255'^hd'#255'LWR'#255#0#0#0#0#179#183#179#255#239#242#239#255#241 + +#242#241#255#212#215#212#255#187#190#187#255#173#177#174#255#145#151#147#255 + +'_hd'#255'Wa\'#255'FOK'#255'AKG'#255#186#189#187#255#228#231#228#255#222#226 + +#222#255#220#225#220#255#220#225#220#255#163#171#166#255'ozu'#255'akf'#255'E' + +'NJ'#255#0#0#0#0#220#223#220#255#239#240#239#255#233#233#233#255#226#229#226 + +#255#226#231#226#255#215#220#215#255#155#163#158#255'oyu'#255'[ea'#255'ITO' + +#255'AKF'#255#0#0#0#0#148#151#148#255#213#217#213#255#223#228#223#255#220#225 + +#221#255#156#167#161#255'nyt'#255'LTP'#255#0#0#0#0#0#0#0#0#189#191#189#255 + +#235#238#235#255#229#231#229#255#223#227#223#255#220#225#220#255#218#222#218 + +#255#157#164#160#255'nxt'#255'^gc'#255'HRM'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#141#144#141#255#173#176#173#255'y'#128'|'#255';A>'#255#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0'mom'#255#210#214#210#255#221#226#221#255#220#225#220#255#218#224 + +#219#255#153#164#158#255'nzt'#255'[d_'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'abb'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#139#142#139#255#208#211#208#255#213#217#214#255#141#151#146#255'T' + +'^Z'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +'abb'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 @@ -451,584 +451,69 @@ LazarusResources.Add('TEditorOptionsForm','FORMDATA',[ +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 ,#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#192#192#192#255#204#204#204#255#202#202#202#255#202#202 - +#202#255#201#201#201#255#200#200#200#255#199#199#199#255#198#198#198#255#197 - +#197#197#255#193#193#193#255#186#186#186#255#184#184#184#255#180#180#180#255 - +#173#173#173#255#160#160#160#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160 - +#160#160#255#246#246#246#255#246#246#246#255#238#238#238#255#230#230#230#255 - +#230#230#230#255#230#230#230#255#231#231#231#255#232#232#232#255#230#230#230 - +#255#229#229#229#255#228#228#228#255#226#226#226#255#222#222#222#255#204#204 - +#204#255#184#184#184#255'yyy'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#165#165#165 - +#255#249#249#249#255#246#246#246#255#217#217#217#255#215#215#215#255#219#219 - +#219#255#222#222#222#255#225#225#225#255#228#228#228#255#230#230#230#255#233 - +#233#233#255#235#235#235#255#237#237#237#255#239#239#239#255#205#205#205#255 - +#178#178#178#255'ttt'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#164#164#164#255#247 - +#247#247#255#245#245#245#255#216#216#216#255#218#218#218#255#222#222#222#255 - +#225#225#225#255#228#228#228#255#230#230#230#255#233#233#233#255#235#235#235 - +#255#237#237#237#255#239#239#239#255#241#241#241#255#203#203#203#255#168#168 - +#168#255'ooo'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#162#162#162#255#243#243#243 - +#255#243#243#243#255#218#218#218#255#221#221#221#255#224#224#224#255#227#227 - +#227#255#230#230#230#255#232#232#232#255#233#233#233#255#185#185#185#255#217 - +#217#217#255#241#241#241#255#243#243#243#255#198#198#198#255#158#158#158#255 - +'mmm'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#161#161#161#255#239#239#239#255#241 - +#241#241#255#222#222#222#255#224#224#224#255#227#227#227#255#229#229#229#255 - +#232#232#232#255#234#234#234#255#225#225#225#255#141#141#141#255#233#233#233 - +#255#242#242#242#255#244#244#244#255#198#198#198#255#157#157#157#255'kkk'#255 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#161#161#161#255#237#237#237#255#240#240#240 - +#255#224#224#224#255#226#226#226#255#229#229#229#255#231#231#231#255#234#234 - +#234#255#229#229#229#255#177#177#177#255#158#158#158#255#200#200#200#255#243 - +#243#243#255#245#245#245#255#195#195#195#255#148#148#148#255'iii'#255#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255#237#237#237#255#240#240#240#255#227 - +#227#227#255#229#229#229#255#231#231#231#255#234#234#234#255#236#236#236#255 - +#147#147#147#255#137#137#137#255#173#173#173#255'ccc'#255#217#217#217#255#246 - +#246#246#255#191#191#191#255#139#139#139#255'eee'#255#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#160#160#160#255#236#236#236#255#240#240#240#255#229#229#229#255#230 - +#230#230#255#233#233#233#255#235#235#235#255#238#238#238#255#221#221#221#255 - +#219#219#219#255#196#196#196#255'aaa'#255#209#209#209#255#247#247#247#255#188 - +#188#188#255#132#132#132#255'```'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160 - +#160#255#235#235#235#255#240#240#240#255#231#231#231#255#233#233#233#255#235 - +#235#235#255#237#237#237#255#240#240#240#255#151#151#151#255'nnn'#255#150#150 - +#150#255'bbb'#255#210#210#210#255#248#248#248#255#186#186#186#255''#255']' - +']]'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#159#159#159#255#232#232#232#255#239 - +#239#239#255#233#233#233#255#235#235#235#255#237#237#237#255#239#239#239#255 - +#241#241#241#255'UUU'#255#221#221#221#255#216#216#216#255']]]'#255#209#209 - +#209#255#249#249#249#255#184#184#184#255'{{{'#255'\\\'#255#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#158#158#158#255#229#229#229#255#236#236#236#255#235#235#235 - +#255#237#237#237#255#239#239#239#255#241#241#241#255#242#242#242#255#165#165 - +#165#255'|||'#255#142#142#142#255#144#144#144#255#202#202#202#255#250#250#250 - +#255#182#182#182#255'xxx'#255'ZZZ'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#156 - +#156#156#255#223#223#223#255#232#232#232#255#238#238#238#255#239#239#239#255 - +#240#240#240#255#242#242#242#255#244#244#244#255#245#245#245#255#236#236#236 - +#255#245#245#245#255#249#249#249#255#250#250#250#255#251#251#251#255#174#174 - +#174#255'sss'#255'VVV'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#154#154#154#255 - +#213#213#213#255#226#226#226#255#219#219#219#255#199#199#199#255#187#187#187 - +#255#185#185#185#255#185#185#185#255#183#183#183#255#180#180#180#255#178#178 - +#178#255#177#177#177#255#177#177#177#255#170#170#170#255'{{{'#255'kkk'#255'T' - +'TT'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#149#149#149#255#205#205#205#255#192 - +#192#192#255'www'#255'HHH'#255'EEE'#255'GGG'#255'KKK'#255'OOO'#255'PPP'#255 - +'LLL'#255'GGG'#255'HHH'#255'NNN'#255'VVV'#255'lll'#255'QQQ'#255#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#129#129#129#255#156#156#156#255'\\\'#255'>>>'#255'BBB'#255 - +'@@@'#255'BBB'#255'CCC'#255'FFF'#255'HHH'#255'EEE'#255'CCC'#255'CCC'#255'EEE' - +#255'III'#255'UUU'#255'LLL'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0')))'#255'###'#255'###'#255'"""'#255'"""'#255'"""'#255'"""'#255'"""'#255'"' - +'""'#255'"""'#255'"""'#255'"""'#255'"""'#255'$$$'#255#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - ,#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#18'TEditorOptionsForm'#17'EditorOptio' - +'nsForm'#4'Left'#3#187#1#6'Height'#3#29#2#3'Top'#3#167#0#5'Width'#3'*'#2#13 - +'ActiveControl'#7#12'MainNotebook'#7'Caption'#6#17'EditorOptionsForm'#12'Cli' - +'entHeight'#3#29#2#11'ClientWidth'#3'*'#2#21'Constraints.MinHeight'#3#244#1 - +#20'Constraints.MinWidth'#3#144#1#8'Position'#7#14'poScreenCenter'#10'LCLVer' - +'sion'#6#6'0.9.25'#0#9'TNotebook'#12'MainNotebook'#24'AnchorSideBottom.Contr' - +'ol'#7#8'BtnPanel'#6'Height'#3#238#1#5'Width'#3'*'#2#5'Align'#7#5'alTop'#7'A' - +'nchors'#11#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#20'BorderSpacing.Bot' - +'tom'#2#6#9'PageIndex'#2#1#8'TabOrder'#2#0#0#5'TPage'#11'GeneralPage'#7'Capt' - +'ion'#6#11'GeneralPage'#11'ClientWidth'#3'&'#2#12'ClientHeight'#3#207#1#0#6 - +'TLabel'#16'BlockIndentLabel'#22'AnchorSideLeft.Control'#7#19'BlockIndentCom' - +'boBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#24'AnchorSideBottom.Control'#7 - +#19'BlockIndentComboBox'#21'AnchorSideBottom.Side'#7#9'asrCenter'#4'Left'#2 - +'p'#6'Height'#2#20#3'Top'#3't'#1#5'Width'#2'm'#7'Anchors'#11#6'akLeft'#8'akB' - +'ottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'BlockIndentLabel'#11 - +'ParentColor'#8#0#0#6'TLabel'#14'UndoLimitLabel'#22'AnchorSideLeft.Control'#7 - +#17'UndoLimitComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom'#24'AnchorSideB' - +'ottom.Control'#7#17'UndoLimitComboBox'#21'AnchorSideBottom.Side'#7#9'asrCen' - +'ter'#4'Left'#2'p'#6'Height'#2#20#3'Top'#3#147#1#5'Width'#2'd'#7'Anchors'#11 - +#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#14'UndoLi' - +'mitLabel'#11'ParentColor'#8#0#0#6'TLabel'#14'TabWidthsLabel'#22'AnchorSideL' - +'eft.Control'#7#17'TabWidthsComboBox'#19'AnchorSideLeft.Side'#7#9'asrBottom' - +#24'AnchorSideBottom.Control'#7#17'TabWidthsComboBox'#21'AnchorSideBottom.Si' - +'de'#7#9'asrCenter'#4'Left'#2'p'#6'Height'#2#20#3'Top'#3#178#1#5'Width'#2'b' - +#7'Anchors'#11#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Captio' - +'n'#6#14'TabWidthsLabel'#11'ParentColor'#8#0#0#11'TCheckGroup'#21'EditorOpti' - +'onsGroupBox'#20'AnchorSideRight.Side'#7#9'asrBottom'#24'AnchorSideBottom.Co' - +'ntrol'#7#16'BlockIndentLabel'#4'Left'#2#6#6'Height'#3'b'#1#3'Top'#2#6#5'Wid' - +'th'#3#26#2#5'Align'#7#5'alTop'#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#8 - +'akBottom'#0#8'AutoFill'#9#20'BorderSpacing.Bottom'#2#6#20'BorderSpacing.Aro' - +'und'#2#6#7'Caption'#6#21'EditorOptionsGroupBox'#28'ChildSizing.LeftRightSpa' - +'cing'#2#6#28'ChildSizing.TopBottomSpacing'#2#6#29'ChildSizing.EnlargeHorizo' - +'ntal'#7#24'crsHomogenousChildResize'#27'ChildSizing.EnlargeVertical'#7#24'c' - +'rsHomogenousChildResize'#28'ChildSizing.ShrinkHorizontal'#7#14'crsScaleChil' - +'ds'#26'ChildSizing.ShrinkVertical'#7#14'crsScaleChilds'#18'ChildSizing.Layo' - +'ut'#7#29'cclTopToBottomThenLeftToRight'#27'ChildSizing.ControlsPerLine'#2#1 - +#12'ColumnLayout'#7#24'clVerticalThenHorizontal'#7'Columns'#2#2#11'OnItemCli' - +'ck'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#9'TComboBox'#19'Block' - +'IndentComboBox'#24'AnchorSideBottom.Control'#7#17'UndoLimitComboBox'#4'Left' - +#2#6#6'Height'#2#25#3'Top'#3'r'#1#5'Width'#2'd'#7'Anchors'#11#6'akLeft'#8'ak' - +'Bottom'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearch' - +'Ascending'#0#20'BorderSpacing.Around'#2#6#13'Items.Strings'#1#6#1'1'#6#1'2' - +#6#1'4'#6#1'8'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExi' - +'t'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#1 - +#0#0#9'TComboBox'#17'UndoLimitComboBox'#24'AnchorSideBottom.Control'#7#17'Ta' - +'bWidthsComboBox'#4'Left'#2#6#6'Height'#2#25#3'Top'#3#145#1#5'Width'#2'd'#7 - +'Anchors'#11#6'akLeft'#8'akBottom'#0#16'AutoCompleteText'#11#22'cbactEndOfLi' - +'neComplete'#20'cbactSearchAscending'#0#20'BorderSpacing.Around'#2#6#13'Item' - +'s.Strings'#1#6#5'32767'#6#4'4096'#6#3'512'#0#9'MaxLength'#2#0#8'OnChange'#7 - +#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'Combo' - +'BoxOnKeyDown'#8'TabOrder'#2#2#0#0#9'TComboBox'#17'TabWidthsComboBox'#24'Anc' - +'horSideBottom.Control'#7#11'GeneralPage'#21'AnchorSideBottom.Side'#7#9'asrB' - +'ottom'#4'Left'#2#6#6'Height'#2#25#3'Top'#3#176#1#5'Width'#2'd'#7'Anchors'#11 - +#6'akLeft'#8'akBottom'#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete' - +#20'cbactSearchAscending'#0#20'BorderSpacing.Around'#2#6#13'Items.Strings'#1 - +#6#1'1'#6#1'2'#6#1'4'#6#1'8'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnC' - +'hange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8 - +'TabOrder'#2#3#0#0#0#5'TPage'#11'DisplayPage'#7'Caption'#6#11'DisplayPage'#11 - +'ClientWidth'#3'&'#2#12'ClientHeight'#3#207#1#0#9'TGroupBox'#23'MarginAndGut' - +'terGroupBox'#4'Left'#2#6#6'Height'#3#128#0#3'Top'#2#6#5'Width'#3#26#2#5'Ali' - +'gn'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#23'MarginAndGutter' - ,'GroupBox'#12'ClientHeight'#2'm'#11'ClientWidth'#3#22#2#8'TabOrder'#2#0#0#6 - +'TLabel'#16'RightMarginLabel'#4'Left'#3'f'#1#6'Height'#2#20#3'Top'#2#10#5'Wi' - +'dth'#2'n'#7'Caption'#6#16'RightMarginLabel'#11'ParentColor'#8#0#0#12'TColor' - +'Button'#22'RightMarginColorButton'#4'Left'#3#246#0#6'Height'#2#21#3'Top'#2 - +'$'#5'Width'#2'd'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9 - +'clBtnFace'#14'OnColorChanged'#7'"RightMarginColorButtonColorChanged'#0#0#12 - +'TColorButton'#17'GutterColorButton'#4'Left'#3#246#0#6'Height'#2#21#3'Top'#2 - +'?'#5'Width'#2'd'#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16#5'Color'#7#9 - +'clBtnFace'#14'OnColorChanged'#7#23'ColorButtonColorChanged'#0#0#6'TLabel'#21 - +'RightMarginColorLabel'#4'Left'#3'f'#1#6'Height'#2#20#3'Top'#2'"'#5'Width'#3 - +#143#0#7'Caption'#6#21'RightMarginColorLabel'#11'ParentColor'#8#0#0#6'TLabel' - +#16'GutterColorLabel'#4'Left'#3'c'#1#6'Height'#2#20#3'Top'#2'@'#5'Width'#2'm' - +#7'Caption'#6#16'GutterColorLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#26'Vis' - +'ibleRightMarginCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#8#5'Width'#3 - +#203#0#7'Caption'#6#26'VisibleRightMarginCheckBox'#8'OnChange'#7#23'GeneralC' - +'heckBoxOnChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#21'VisibleGutterCheckBox' - +#4'Left'#2#6#6'Height'#2#22#3'Top'#2' '#5'Width'#3#169#0#7'Caption'#6#21'Vis' - +'ibleGutterCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2 - +#1#0#0#9'TCheckBox'#23'ShowLineNumbersCheckBox'#4'Left'#2#6#6'Height'#2#22#3 - +'Top'#2'8'#5'Width'#3#206#0#7'Caption'#6#23'ShowLineNumbersCheckBox'#8'OnCha' - +'nge'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#2#0#0#9'TComboBox'#19'Righ' - +'tMarginComboBox'#4'Left'#3#246#0#6'Height'#2#29#3'Top'#2#8#5'Width'#2'd'#16 - +'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0 - +#13'Items.Strings'#1#6#2'80'#6#2'78'#6#2'76'#0#9'MaxLength'#2#0#8'OnChange'#7 - +#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'Combo' - +'BoxOnKeyDown'#8'TabOrder'#2#3#0#0#0#9'TGroupBox'#18'EditorFontGroupBox'#4'L' - +'eft'#2#6#6'Height'#3#148#0#3'Top'#3#140#0#5'Width'#3#26#2#5'Align'#7#5'alTo' - +'p'#8'AutoSize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'EditorFontGro' - +'upBox'#12'ClientHeight'#3#129#0#11'ClientWidth'#3#22#2#8'TabOrder'#2#1#0#6 - +'TLabel'#15'EditorFontLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2#6#5'Width'#3 - +#10#2#5'Align'#7#5'alTop'#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2 - +#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#15'EditorFontLabel'#11'ParentCol' - +'or'#8#0#0#6'TLabel'#21'EditorFontHeightLabel'#21'AnchorSideTop.Control'#7#24 - +'EditorFontHeightComboBox'#18'AnchorSideTop.Side'#7#9'asrCenter'#4'Left'#2't' - +#6'Height'#2#20#3'Top'#2'-'#5'Width'#3#139#1#7'Anchors'#11#5'akTop'#6'akLeft' - +#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'EditorFontHeightL' - +'abel'#11'ParentColor'#8#0#0#6'TLabel'#21'ExtraLineSpacingLabel'#21'AnchorSi' - +'deTop.Control'#7#24'ExtraLineSpacingComboBox'#18'AnchorSideTop.Side'#7#9'as' - +'rCenter'#4'Left'#2't'#6'Height'#2#20#3'Top'#2'J'#5'Width'#3#139#1#7'Anchors' - +#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6 - +#21'ExtraLineSpacingLabel'#11'ParentColor'#8#0#0#6'TLabel'#21'ExtraCharSpaci' - +'ngLabel'#21'AnchorSideTop.Control'#7#24'ExtraCharSpacingComboBox'#18'Anchor' - +'SideTop.Side'#7#9'asrCenter'#4'Left'#2't'#6'Height'#2#20#3'Top'#2'g'#5'Widt' - +'h'#3#139#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.A' - +'round'#2#6#7'Caption'#6#21'ExtraCharSpacingLabel'#11'ParentColor'#8#0#0#9'T' - +'ComboBox'#18'EditorFontComboBox'#23'AnchorSideRight.Control'#7#16'EditorFon' - +'tButton'#4'Left'#2#6#6'Height'#2#29#3'Top'#2#6#5'Width'#3#221#1#7'Anchors' - +#11#5'akTop'#6'akLeft'#7'akRight'#0#16'AutoCompleteText'#11#22'cbactEndOfLin' - +'eComplete'#20'cbactSearchAscending'#0#20'BorderSpacing.Around'#2#6#9'MaxLen' - +'gth'#2#0#13'OnEditingDone'#7#29'EditorFontComboBoxEditingDone'#8'TabOrder'#2 - +#0#4'Text'#6#18'EditorFontComboBox'#0#0#7'TButton'#16'EditorFontButton'#4'Le' - +'ft'#3#233#1#6'Height'#2#25#3'Top'#2#6#5'Width'#2#25#7'Anchors'#11#5'akTop'#7 - +'akRight'#0#7'Caption'#6#3'...'#7'OnClick'#7#21'EditorFontButtonClick'#8'Tab' - +'Order'#2#1#0#0#9'TComboBox'#24'EditorFontHeightComboBox'#21'AnchorSideTop.C' - +'ontrol'#7#18'EditorFontComboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Le' - +'ft'#2#6#6'Height'#2#29#3'Top'#2')'#5'Width'#2'd'#16'AutoCompleteText'#11#22 - +'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#2 - +'10'#6#2'11'#6#2'12'#6#2'13'#6#2'14'#6#2'15'#6#2'16'#6#2'17'#6#2'18'#0#9'Max' - +'Length'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExi' - +'t'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#9'TComboBox'#24 - +'ExtraLineSpacingComboBox'#21'AnchorSideTop.Control'#7#24'EditorFontHeightCo' - +'mboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3 - +'Top'#2'F'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete' - +#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#9'Max' - ,'Length'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExi' - +'t'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#4#0#0#9'TComboBox'#24 - +'ExtraCharSpacingComboBox'#21'AnchorSideTop.Control'#7#24'ExtraLineSpacingCo' - +'mboBox'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#29#3 - +'Top'#2'c'#5'Width'#2'd'#16'AutoCompleteText'#11#22'cbactEndOfLineComplete' - +#20'cbactSearchAscending'#0#13'Items.Strings'#1#6#1'0'#6#1'1'#6#1'2'#0#9'Max' - +'Length'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExi' - +'t'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#3#0#0#0#8'TSynEdit'#14 - +'DisplayPreview'#4'Left'#2#6#6'Height'#3#163#0#3'Top'#3'&'#1#5'Width'#3#26#2 - +#5'Align'#7#8'alClient'#20'BorderSpacing.Around'#2#6#11'Font.Height'#2#240#9 - +'Font.Name'#6#7'courier'#11'ParentColor'#8#8'TabOrder'#2#2#23'Gutter.CodeFol' - +'dingWidth'#2#14#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'C' - +'ommand'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0#8'ShortCut'#3'&@'#0#1 - +#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7 - +'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7 - +'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7 - +'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7 - +'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7 - +'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7 - +'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3'"@'#0#1#7 - +'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2'!'#0#1#7'C' - +'ommand'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3'!@'#0#1#7 - +'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2'$'#0#1#7'C' - +'ommand'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3'$@'#0#1#7 - +'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2'#'#0#1#7'C' - +'ommand'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3'#@'#0#1#7 - +'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'#2'-'#0#1 - +#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'- ' - +#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Command'#3'['#2#8'ShortCut'#3 - +'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245#1#8'ShortCu' - +'t'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@'#0#1#7'Command'#3'Y'#2#8 - +'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'ShortCut'#4#8#160#0#0#0#1#7'C' - +'ommand'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3#199#0#8'ShortCut'#3'A@'#0 - +#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Command'#3'b'#2#8'ShortCut'#3 - +'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7'Command'#3#254#1#8'Short' - +'Cut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@'#0#1#7'Command'#3'c'#2#8 - +'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3'V@'#0#1#7'Command'#3'[' - +#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortCut'#3'Y@'#0#1#7'Command' - +#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8'ShortCut'#3'Z@'#0#1#7'Com' - +'mand'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-'#1#8'ShortCut'#3'0@'#0#1#7 - +'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'ShortCut'#3'2@'#0 - +#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Command'#3'1'#1#8'ShortCut'#3'4' - +'@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'Command'#3'3'#1#8'ShortCut' - +#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1#7'Command'#3'5'#1#8'Short' - +'Cut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'Command'#3'_'#1#8 - +'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3'1`'#0#1#7'Command'#3'a' - +#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCut'#3'3`'#0#1#7'Command'#3 - +'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'ShortCut'#3'5`'#0#1#7'Comman' - +'d'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1#8'ShortCut'#3'7`'#0#1#7'C' - +'ommand'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'ShortCut'#3'9`'#0#1 - +#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232#0#8'ShortCut'#3'C' - +'`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7'Command'#3'd'#2#8'ShortCu' - +'t'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1#7'Command'#3#250#0#8'Sh' - +'ortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#14'DisplayPreview'#0#8'ReadOnly'#9 - +#19'OnSpecialLineColors'#7#19'OnSpecialLineColors'#0#0#0#5'TPage'#14'Keymapp' - +'ingPage'#7'Caption'#6#14'KeymappingPage'#11'ClientWidth'#3'&'#2#12'ClientHe' - +'ight'#3#207#1#0#6'TLabel'#19'KeyMappingHelpLabel'#21'AnchorSideTop.Control' - +#7#28'KeyMappingChooseSchemeButton'#18'AnchorSideTop.Side'#7#9'asrBottom'#4 - +'Left'#2#8#6'Height'#2#20#3'Top'#2'2'#5'Width'#3#140#0#18'BorderSpacing.Left' - +#2#6#17'BorderSpacing.Top'#2#15#19'BorderSpacing.Right'#2#6#7'Caption'#6#19 - +'KeyMappingHelpLabel'#11'ParentColor'#8#0#0#7'TButton'#28'KeyMappingChooseSc' - +'hemeButton'#22'AnchorSideLeft.Control'#7#14'KeymappingPage'#21'AnchorSideTo' - +'p.Control'#7#14'KeymappingPage'#4'Left'#2#6#6'Height'#2#29#3'Top'#2#6#5'Wid' - +'th'#3#232#0#8'AutoSize'#9#18'BorderSpacing.Left'#2#6#17'BorderSpacing.Top'#2 - ,#6#19'BorderSpacing.Right'#2#6#7'Caption'#6#28'KeyMappingChooseSchemeButton' - +#7'OnClick'#7'!KeyMappingChooseSchemeButtonClick'#8'TabOrder'#2#0#0#0#7'TBut' - +'ton KeyMappingConsistencyCheckButton'#21'AnchorSideTop.Control'#7#14'Keymap' - +'pingPage'#23'AnchorSideRight.Control'#7#14'KeymappingPage'#20'AnchorSideRig' - +'ht.Side'#7#9'asrBottom'#4'Left'#3')'#1#6'Height'#2#29#3'Top'#2#6#5'Width'#3 - +#247#0#7'Anchors'#11#5'akTop'#7'akRight'#0#8'AutoSize'#9#18'BorderSpacing.Le' - +'ft'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#7'Caption'#6 - +' KeyMappingConsistencyCheckButton'#7'OnClick'#7'%KeyMappingConsistencyCheck' - +'ButtonClick'#8'TabOrder'#2#1#0#0#9'TTreeView'#18'KeyMappingTreeView'#21'Anc' - +'horSideTop.Control'#7#19'KeyMappingHelpLabel'#18'AnchorSideTop.Side'#7#9'as' - +'rBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#3'}' - +#1#3'Top'#2'L'#5'Width'#3#26#2#5'Align'#7#8'alBottom'#7'Anchors'#11#5'akTop' - +#6'akLeft'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#17'DefaultItemHeight'#2 - +#23#6'Images'#7#9'ImageList'#8'ReadOnly'#9#9'RowSelect'#9#8'TabOrder'#2#2#9 - +'OnMouseUp'#7#25'KeyMappingTreeViewMouseUp'#7'Options'#11#17'tvoAutoItemHeig' - +'ht'#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'#11'tvoReadOnly'#12'tvoRo' - +'wSelect'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoShowRoot'#17'tvoShowSepa' - +'rators'#11'tvoToolTips'#0#0#0#0#5'TPage'#9'ColorPage'#7'Caption'#6#9'ColorP' - +'age'#11'ClientWidth'#3'&'#2#12'ClientHeight'#3#207#1#0#6'TLabel'#13'Languag' - +'eLabel'#4'Left'#3#214#0#6'Height'#2#20#3'Top'#2#12#5'Width'#2'b'#7'Caption' - +#6#13'LanguageLabel'#11'ParentColor'#8#0#0#6'TLabel'#16'ColorSchemeLabel'#4 - +'Left'#3#214#0#6'Height'#2#20#3'Top'#2'$'#5'Width'#2'y'#7'Caption'#6#16'Colo' - +'rSchemeLabel'#11'ParentColor'#8#0#0#6'TLabel'#19'FileExtensionsLabel'#4'Lef' - +'t'#3#214#0#6'Height'#2#20#3'Top'#2'<'#5'Width'#2'|'#7'Caption'#6#19'FileExt' - +'ensionsLabel'#11'ParentColor'#8#0#0#6'TLabel'#17'ColorElementLabel'#4'Left' - +#2#4#6'Height'#2#20#3'Top'#2'Z'#5'Width'#2'y'#7'Caption'#6#17'ColorElementLa' - +'bel'#11'ParentColor'#8#0#0#9'TComboBox'#16'LanguageComboBox'#4'Left'#2#3#6 - +'Height'#2#29#3'Top'#2#10#5'Width'#3#200#0#16'AutoCompleteText'#11#22'cbactE' - +'ndOfLineComplete'#20'cbactSearchAscending'#0#9'MaxLength'#2#0#8'OnChange'#7 - +#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOnExit'#9'OnKeyDown'#7#17'Combo' - +'BoxOnKeyDown'#8'TabOrder'#2#0#4'Text'#6#16'LanguageComboBox'#0#0#9'TComboBo' - +'x'#19'ColorSchemeComboBox'#4'Left'#2#3#6'Height'#2#29#3'Top'#2'"'#5'Width'#3 - +#200#0#16'AutoCompleteText'#11#22'cbactEndOfLineComplete'#20'cbactSearchAsce' - +'nding'#0#9'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14 - +'ComboBoxOnExit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#1#4'Text' - +#6#19'ColorSchemeComboBox'#0#0#9'TComboBox'#22'FileExtensionsComboBox'#4'Lef' - +'t'#2#3#6'Height'#2#29#3'Top'#2':'#5'Width'#3#200#0#16'AutoCompleteText'#11 - +#22'cbactEndOfLineComplete'#20'cbactSearchAscending'#0#13'Items.Strings'#1#6 - +#26'pp;pas;inc;lpr;lrs;dpr;dpk'#6#18'pp;pas;inc;lpr;lrs'#6#10'pp;pas;inc'#0#9 - +'MaxLength'#2#0#8'OnChange'#7#16'ComboBoxOnChange'#6'OnExit'#7#14'ComboBoxOn' - +'Exit'#9'OnKeyDown'#7#17'ComboBoxOnKeyDown'#8'TabOrder'#2#2#0#0#8'TSynEdit' - +#12'ColorPreview'#4'Left'#2#4#6'Height'#2'd'#3'Top'#3'g'#1#5'Width'#3#30#2#5 - +'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#4#7'Anchors'#11#5'akTop'#6 - +'akLeft'#7'akRight'#8'akBottom'#0#11'Font.Height'#2#240#9'Font.Name'#6#7'cou' - +'rier'#11'ParentColor'#8#8'TabOrder'#2#3#11'OnMouseDown'#7#19'ColorPreviewMo' - +'useUp'#23'Gutter.CodeFoldingWidth'#2#14#10'Keystrokes'#14#1#7'Command'#2#3#8 - +'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'ShortCut'#3'& '#0#1#7'Command'#3#211#0 - +#8'ShortCut'#3'&@'#0#1#7'Command'#2#4#8'ShortCut'#2'('#0#1#7'Command'#2'h'#8 - +'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'ShortCut'#3'(@'#0#1#7'Command'#2#1 - +#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'ShortCut'#3'% '#0#1#7'Command'#2#5#8 - +'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'ShortCut'#3'%`'#0#1#7'Command'#2#2#8 - +'ShortCut'#2''''#0#1#7'Command'#2'f'#8'ShortCut'#3''' '#0#1#7'Command'#2#6#8 - +'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'ShortCut'#3'''`'#0#1#7'Command'#2#10 - +#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'ShortCut'#3'" '#0#1#7'Command'#2#14#8 - +'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'ShortCut'#3'"`'#0#1#7'Command'#2#9#8 - +'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'ShortCut'#3'! '#0#1#7'Command'#2#13#8 - +'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'ShortCut'#3'!`'#0#1#7'Command'#2#7#8 - +'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'ShortCut'#3'$ '#0#1#7'Command'#2#15#8 - +'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'ShortCut'#3'$`'#0#1#7'Command'#2#8#8 - +'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'ShortCut'#3'# '#0#1#7'Command'#2#16#8 - +'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'ShortCut'#3'#`'#0#1#7'Command'#3#223#0 - +#8'ShortCut'#2'-'#0#1#7'Command'#3#201#0#8'ShortCut'#3'-@'#0#1#7'Command'#3 - +'\'#2#8'ShortCut'#3'- '#0#1#7'Command'#3#246#1#8'ShortCut'#2'.'#0#1#7'Comman' - +'d'#3'['#2#8'ShortCut'#3'. '#0#1#7'Command'#3#245#1#8'ShortCut'#2#8#0#1#7'Co' - ,'mmand'#3#245#1#8'ShortCut'#3#8' '#0#1#7'Command'#3#248#1#8'ShortCut'#3#8'@' - +#0#1#7'Command'#3'Y'#2#8'ShortCut'#4#8#128#0#0#0#1#7'Command'#3'Z'#2#8'Short' - +'Cut'#4#8#160#0#0#0#1#7'Command'#3#253#1#8'ShortCut'#2#13#0#1#7'Command'#3 - +#199#0#8'ShortCut'#3'A@'#0#1#7'Command'#3#201#0#8'ShortCut'#3'C@'#0#1#7'Comm' - +'and'#3'b'#2#8'ShortCut'#3'I`'#0#1#7'Command'#3#253#1#8'ShortCut'#3'M@'#0#1#7 - +'Command'#3#254#1#8'ShortCut'#3'N@'#0#1#7'Command'#3#247#1#8'ShortCut'#3'T@' - +#0#1#7'Command'#3'c'#2#8'ShortCut'#3'U`'#0#1#7'Command'#3'\'#2#8'ShortCut'#3 - +'V@'#0#1#7'Command'#3'['#2#8'ShortCut'#3'X@'#0#1#7'Command'#3#251#1#8'ShortC' - +'ut'#3'Y@'#0#1#7'Command'#3#250#1#8'ShortCut'#3'Y`'#0#1#7'Command'#3'Y'#2#8 - +'ShortCut'#3'Z@'#0#1#7'Command'#3'Z'#2#8'ShortCut'#3'Z`'#0#1#7'Command'#3'-' - +#1#8'ShortCut'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3 - +'/'#1#8'ShortCut'#3'2@'#0#1#7'Command'#3'0'#1#8'ShortCut'#3'3@'#0#1#7'Comman' - +'d'#3'1'#1#8'ShortCut'#3'4@'#0#1#7'Command'#3'2'#1#8'ShortCut'#3'5@'#0#1#7'C' - +'ommand'#3'3'#1#8'ShortCut'#3'6@'#0#1#7'Command'#3'4'#1#8'ShortCut'#3'7@'#0#1 - +#7'Command'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@' - +#0#1#7'Command'#3'_'#1#8'ShortCut'#3'0`'#0#1#7'Command'#3'`'#1#8'ShortCut'#3 - +'1`'#0#1#7'Command'#3'a'#1#8'ShortCut'#3'2`'#0#1#7'Command'#3'b'#1#8'ShortCu' - +'t'#3'3`'#0#1#7'Command'#3'c'#1#8'ShortCut'#3'4`'#0#1#7'Command'#3'd'#1#8'Sh' - +'ortCut'#3'5`'#0#1#7'Command'#3'e'#1#8'ShortCut'#3'6`'#0#1#7'Command'#3'f'#1 - +#8'ShortCut'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3 - +'h'#1#8'ShortCut'#3'9`'#0#1#7'Command'#3#231#0#8'ShortCut'#3'N`'#0#1#7'Comma' - +'nd'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Command'#3#233#0#8'ShortCut'#3'L`'#0#1#7 - +'Command'#3'd'#2#8'ShortCut'#2#9#0#1#7'Command'#3'e'#2#8'ShortCut'#3#9' '#0#1 - +#7'Command'#3#250#0#8'ShortCut'#3'B`'#0#0#13'Lines.Strings'#1#6#12'ColorPrev' - +'iew'#0#8'ReadOnly'#9#19'OnSpecialLineColors'#7#19'OnSpecialLineColors'#0#0#8 - +'TListBox'#19'ColorElementListBox'#4'Left'#2#3#6'Height'#3#242#0#3'Top'#2'l' - +#5'Width'#3#200#0#16'ClickOnSelChange'#8#7'OnClick'#7#24'ColorElementListBox' - +'Click'#17'OnSelectionChange'#7'"ColorElementListBoxSelectionChange'#8'TabOr' - +'der'#2#4#8'TopIndex'#2#255#0#0#7'TButton'#27'SetAttributeToDefaultButton'#23 - +'AnchorSideRight.Control'#7#9'ColorPage'#20'AnchorSideRight.Side'#7#9'asrBot' - +'tom'#4'Left'#3#212#0#6'Height'#2#25#3'Top'#2'Z'#5'Width'#3'L'#1#7'Anchors' - +#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6 - +#27'SetAttributeToDefaultButton'#7'OnClick'#7' SetAttributeToDefaultButtonCl' - +'ick'#8'TabOrder'#2#5#0#0#7'TButton'#31'SetAllAttributesToDefaultButton'#23 - +'AnchorSideRight.Control'#7#9'ColorPage'#20'AnchorSideRight.Side'#7#9'asrBot' - +'tom'#4'Left'#3#212#0#6'Height'#2#25#3'Top'#2'z'#5'Width'#3'L'#1#7'Anchors' - +#11#5'akTop'#6'akLeft'#7'akRight'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6 - +#31'SetAllAttributesToDefaultButton'#7'OnClick'#7'$SetAllAttributesToDefault' - +'ButtonClick'#8'TabOrder'#2#6#0#0#9'TGroupBox'#22'TextAttributesGroupBox'#23 - +'AnchorSideRight.Control'#7#9'ColorPage'#20'AnchorSideRight.Side'#7#9'asrBot' - +'tom'#24'AnchorSideBottom.Control'#7#12'ColorPreview'#4'Left'#3#212#0#6'Heig' - +'ht'#3#199#0#3'Top'#3#154#0#5'Width'#3'L'#1#7'Anchors'#11#5'akTop'#6'akLeft' - +#7'akRight'#8'akBottom'#0#20'BorderSpacing.Around'#2#6#7'Caption'#6#10'Attri' - +'butes'#12'ClientHeight'#3#180#0#11'ClientWidth'#3'H'#1#8'TabOrder'#2#7#0#6 - +'TLabel'#15'ForeGroundLabel'#4'Left'#2#8#6'Height'#2#20#5'Width'#2'n'#7'Capt' - +'ion'#6#15'ForeGroundLabel'#11'ParentColor'#8#0#0#12'TColorButton'#21'Foregr' - +'oundColorButton'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'#18'AnchorS' - +'ideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height'#2#21#3'Top'#2#22#5'Width' - +#2'K'#17'BorderSpacing.Top'#2#2#11'BorderWidth'#2#2#15'ButtonColorSize'#2#16 - +#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7#23'ColorButtonColorChanged'#0#0 - +#12'TColorButton'#21'BackGroundColorButton'#21'AnchorSideTop.Control'#7#15'B' - +'ackGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#8#6'Height' - +#2#21#3'Top'#2'F'#5'Width'#2'K'#17'BorderSpacing.Top'#2#2#11'BorderWidth'#2#2 - +#15'ButtonColorSize'#2#16#5'Color'#7#9'clBtnFace'#14'OnColorChanged'#7#23'Co' - +'lorButtonColorChanged'#0#0#6'TLabel'#15'BackGroundLabel'#21'AnchorSideTop.C' - +'ontrol'#7#15'ForeGroundLabel'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left' - +#2#8#6'Height'#2#20#3'Top'#2'0'#5'Width'#2'q'#17'BorderSpacing.Top'#2#28#7'C' - +'aption'#6#15'BackGroundLabel'#11'ParentColor'#8#0#0#9'TCheckBox'#28'ForeGro' - +'undUseDefaultCheckBox'#21'AnchorSideTop.Control'#7#15'ForeGroundLabel'#18'A' - +'nchorSideTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'Height'#2#22#3'Top'#2#22#5 - +'Width'#3#201#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#17'BorderSpaci' - +'ng.Top'#2#2#7'Caption'#6#28'ForeGroundUseDefaultCheckBox'#8'OnChange'#7#23 - +'GeneralCheckBoxOnChange'#8'TabOrder'#2#0#0#0#9'TCheckBox'#28'BackGroundUseD' - +'efaultCheckBox'#21'AnchorSideTop.Control'#7#15'BackGroundLabel'#18'AnchorSi' - ,'deTop.Side'#7#9'asrBottom'#4'Left'#2'^'#6'Height'#2#22#3'Top'#2'D'#5'Width' - +#3#201#0#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRight'#0#19'BorderSpacing.Righ' - +'t'#2#2#7'Caption'#6#28'BackGroundUseDefaultCheckBox'#8'OnChange'#7#23'Gener' - +'alCheckBoxOnChange'#8'TabOrder'#2#1#0#0#9'TCheckBox'#16'TextBoldCheckBox'#4 - +'Left'#2#6#6'Height'#2#22#3'Top'#2'`'#5'Width'#3'<'#1#5'Align'#7#8'alBottom' - +#20'BorderSpacing.Around'#2#6#7'Caption'#6#16'TextBoldCheckBox'#8'OnChange'#7 - +#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#2#0#0#9'TCheckBox'#18'TextItalicC' - +'heckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'|'#5'Width'#3'<'#1#5'Align'#7#8 - +'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#18'TextItalicCheckBox'#8 - +'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2#3#0#0#9'TCheckBox'#21 - +'TextUnderlineCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#3#152#0#5'Width'#3 - +'<'#1#5'Align'#7#8'alBottom'#20'BorderSpacing.Around'#2#6#7'Caption'#6#21'Te' - +'xtUnderlineCheckBox'#8'OnChange'#7#23'GeneralCheckBoxOnChange'#8'TabOrder'#2 - +#4#0#0#0#0#5'TPage'#13'CodetoolsPage'#7'Caption'#6#13'CodetoolsPage'#11'Clie' - +'ntWidth'#3'&'#2#12'ClientHeight'#3#207#1#0#9'TGroupBox'#25'AutomaticFeature' - +'sGroupBox'#4'Left'#2#6#6'Height'#3#195#1#3'Top'#2#6#5'Width'#3#26#2#5'Align' - +#7#8'alClient'#20'BorderSpacing.Around'#2#6#7'Caption'#6#25'AutomaticFeature' - +'sGroupBox'#12'ClientHeight'#3#176#1#11'ClientWidth'#3#22#2#8'TabOrder'#2#0#0 - +#6'TLabel'#14'AutoDelayLabel'#4'Left'#2#6#6'Height'#2#20#3'Top'#3#188#0#5'Wi' - +'dth'#3#10#2#5'Align'#7#5'alTop'#17'BorderSpacing.Top'#2#24#20'BorderSpacing' - +'.Around'#2#6#7'Caption'#6#14'AutoDelayLabel'#11'ParentColor'#8#0#0#6'TLabel' - +#17'AutoDelayMinLabel'#21'AnchorSideTop.Control'#7#17'AutoDelayTrackBar'#18 - +'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#2#6#6'Height'#2#20#3'Top'#3#160#0 - +#5'Width'#2'{'#17'BorderSpacing.Top'#2#2#7'Caption'#6#17'AutoDelayMinLabel' - +#11'ParentColor'#8#0#0#6'TLabel'#17'AutoDelayMaxLabel'#21'AnchorSideTop.Cont' - +'rol'#7#17'AutoDelayTrackBar'#18'AnchorSideTop.Side'#7#9'asrBottom'#4'Left'#3 - +#133#1#6'Height'#2#20#3'Top'#3#160#0#5'Width'#2''#9'Alignment'#7#14'taRight' - +'Justify'#7'Anchors'#11#5'akTop'#7'akRight'#0#17'BorderSpacing.Top'#2#2#7'Ca' - +'ption'#6#17'AutoDelayMaxLabel'#11'ParentColor'#8#0#0#9'TCheckBox AutoIdenti' - +'fierCompletionCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2#6#5'Width'#3#10 - +#2#5'Align'#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6' AutoIdenti' - +'fierCompletionCheckBox'#8'TabOrder'#2#0#0#0#9'TCheckBox'#26'AutoCodeParamet' - +'ersCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'>'#5'Width'#3#10#2#5'Align' - +#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#26'AutoCodeParametersC' - +'heckBox'#7'Enabled'#8#8'TabOrder'#2#1#0#0#9'TCheckBox'#27'AutoToolTipExprEv' - +'alCheckBox'#4'Left'#2#6#6'Height'#2#22#3'Top'#2'Z'#5'Width'#3#10#2#5'Align' - +#7#5'alTop'#20'BorderSpacing.Around'#2#6#7'Caption'#6#27'AutoToolTipExprEval' - +'CheckBox'#8'TabOrder'#2#2#0#0#9'TCheckBox'#28'AutoToolTipSymbToolsCheckBox' - +#4'Left'#2#6#6'Height'#2#22#3'Top'#2'"'#5'Width'#3#10#2#5'Align'#7#5'alTop' - +#20'BorderSpacing.Around'#2#6#7'Caption'#6#28'AutoToolTipSymbToolsCheckBox'#8 - +'TabOrder'#2#3#0#0#9'TTrackBar'#17'AutoDelayTrackBar'#4'Left'#2#6#6'Height'#2 - +'('#3'Top'#2'v'#5'Width'#3#10#2#9'Frequency'#3#250#0#3'Max'#3#160#15#3'Min'#3 - +#244#1#8'Position'#3#244#1#8'ScalePos'#7#5'trTop'#5'Align'#7#5'alTop'#18'Bor' - +'derSpacing.Left'#2#6#17'BorderSpacing.Top'#2#6#19'BorderSpacing.Right'#2#6#8 - +'TabOrder'#2#4#0#0#0#0#5'TPage'#11'CodeFolding'#7'Caption'#6#11'CodeFolding' - +#11'ClientWidth'#3'&'#2#12'ClientHeight'#3#207#1#0#6'TLabel'#19'lblDividerDr' - +'awLevel'#4'Left'#2#6#6'Height'#2#20#3'Top'#2'G'#5'Width'#2'|'#7'Caption'#6 - +#19'lblDividerDrawLevel'#11'ParentColor'#8#0#0#6'TBevel'#6'Bevel1'#4'Left'#2 - +#6#6'Height'#2#2#3'Top'#2'1'#5'Width'#3#25#2#7'Anchors'#11#5'akTop'#6'akLeft' - +#7'akRight'#0#0#0#9'TCheckBox'#21'chkCodeFoldingEnabled'#4'Left'#2#6#6'Heigh' - +'t'#2#22#3'Top'#2#23#5'Width'#3#175#0#7'Caption'#6#21'chkCodeFoldingEnabled' - +#8'OnChange'#7#27'chkCodeFoldingEnabledChange'#8'TabOrder'#2#0#0#0#9'TSpinEd' - +'it'#18'edDividerDrawLevel'#4'Left'#3#211#0#6'Height'#2#23#3'Top'#2'B'#5'Wid' - +'th'#2'2'#8'MaxValue'#2#10#8'MinValue'#2#1#8'TabOrder'#2#1#5'Value'#2#1#0#0#0 - +#0#6'TPanel'#8'BtnPanel'#6'Height'#2')'#3'Top'#3#244#1#5'Width'#3'*'#2#5'Ali' - +'gn'#7#8'alBottom'#8'AutoSize'#9#10'BevelOuter'#7#6'bvNone'#12'ClientHeight' - +#2')'#11'ClientWidth'#3'*'#2#8'TabOrder'#2#1#0#7'TButton'#8'OkButton'#21'Anc' - +'horSideBottom.Side'#7#9'asrBottom'#4'Left'#3'q'#1#6'Height'#2#29#3'Top'#2#6 - +#5'Width'#2'K'#5'Align'#7#7'alRight'#8'AutoSize'#9#20'BorderSpacing.Around'#2 - +#6#7'Caption'#6#8'OkButton'#20'Constraints.MinWidth'#2'K'#7'OnClick'#7#13'Ok' - +'ButtonClick'#8'TabOrder'#2#0#0#0#7'TButton'#12'CancelButton'#20'AnchorSideR' - +'ight.Side'#7#9'asrBottom'#21'AnchorSideBottom.Side'#7#9'asrBottom'#4'Left'#3 - +#194#1#6'Height'#2#29#3'Top'#2#6#5'Width'#2'b'#5'Align'#7#7'alRight'#8'AutoS' - +'ize'#9#20'BorderSpacing.Around'#2#6#7'Caption'#6#12'CancelButton'#20'Constr' - ,'aints.MinWidth'#2'K'#7'OnClick'#7#17'CancelButtonClick'#8'TabOrder'#2#1#0#0 - +#0#10'TImageList'#9'ImageList'#6'Height'#2#21#5'Width'#2#21#4'left'#3#144#1#3 - +'top'#2'('#6'Bitmap'#10#214#13#0#0'Li'#2#0#0#0#21#0#0#0#21#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0'HNK'#255#139#145#141#255#168#174#170#255#194#199#195 - +#255#209#214#210#255#161#164#161#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'z' - +#133#128#255#176#186#181#255#141#147#144#255#153#156#154#255#147#148#147#255 - +#188#192#188#255#229#234#230#255#174#178#176#255'KNN'#255#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#170#177 - +#173#255#168#177#173#255#189#196#192#255#140#144#141#255#139#141#139#255#151 - +#154#151#255#228#231#228#255#146#151#149#255'BIF'#255':@>'#255#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0'xzx'#255 - +#231#233#231#255#208#210#209#255#172#176#173#255#180#184#182#255#185#189#186 - +#255#207#211#207#255'|'#128'~'#255'MVR'#255'GOL'#255'6=;'#255'JPN'#255#149 - +#155#151#255#165#172#168#255#203#207#203#255#193#197#192#255#167#170#167#255 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#187#188#187#255#240#242#240#255#239#240#238 - +#255#227#229#227#255#202#205#202#255#189#192#189#255#147#152#148#255'kuq'#255 - +'Yc`'#255'FNK'#255'x'#129'}'#255#176#185#181#255#148#152#149#255#168#170#169 - +#255#211#213#211#255#204#208#204#255#230#234#230#255#158#164#160#255#0#0#0#0 - +#0#0#0#0#0#0#0#0#218#220#218#255#187#190#188#255#162#166#163#255#180#187#182 - +#255#179#184#180#255#167#170#167#255#140#145#141#255'frl'#255'[c_'#255#155 - +#163#158#255#167#176#171#255#198#205#202#255#142#144#143#255#154#156#155#255 - +#157#159#157#255#218#221#218#255#138#143#140#255'FMJ'#255#0#0#0#0#0#0#0#0#0#0 - +#0#0'\a^'#255#149#158#153#255'tyv'#255'kmk'#255#228#232#228#255#218#221#218 - +#255#222#226#222#255#175#180#176#255'qvs'#255#234#237#234#255#208#211#209#255 - +#165#171#168#255#167#172#168#255#211#217#212#255#216#221#217#255'ptq'#255'PX' - +'T'#255'HOL'#255#0#0#0#0#0#0#0#0#140#151#145#255#170#183#176#255#140#146#142 - +#255#208#213#209#255'vyw'#255'||'#255#185#188#185#255#189#191#189#255'GLK' - +#255'dge'#255#243#245#243#255#235#236#235#255#234#237#234#255#229#231#229#255 - +#173#176#173#255#131#136#133#255'nxt'#255'[d`'#255'ISN'#255#0#0#0#0'z}z'#255 - +#210#214#211#255#171#178#174#255#176#184#179#255#206#211#208#255#184#188#184 - +#255#225#229#225#255#159#164#160#255'KQN'#255'IQM'#255'HOL'#255#228#230#228 - +#255#231#232#231#255#226#229#226#255#222#227#222#255#221#226#221#255#164#171 - +#166#255'pzu'#255'^hd'#255'LWR'#255#0#0#0#0#179#183#179#255#239#242#239#255 - +#241#242#241#255#212#215#212#255#187#190#187#255#173#177#174#255#145#151#147 - +#255'_hd'#255'Wa\'#255'FOK'#255'AKG'#255#186#189#187#255#228#231#228#255#222 - +#226#222#255#220#225#220#255#220#225#220#255#163#171#166#255'ozu'#255'akf' - +#255'ENJ'#255#0#0#0#0#220#223#220#255#239#240#239#255#233#233#233#255#226#229 - +#226#255#226#231#226#255#215#220#215#255#155#163#158#255'oyu'#255'[ea'#255'I' - +'TO'#255'AKF'#255#0#0#0#0#148#151#148#255#213#217#213#255#223#228#223#255#220 - +#225#221#255#156#167#161#255'nyt'#255'LTP'#255#0#0#0#0#0#0#0#0#189#191#189 - +#255#235#238#235#255#229#231#229#255#223#227#223#255#220#225#220#255#218#222 - +#218#255#157#164#160#255'nxt'#255'^gc'#255'HRM'#255#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#141#144#141#255#173#176#173#255'y'#128'|'#255';A>'#255#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0'mom'#255#210#214#210#255#221#226#221#255#220#225#220#255#218 - +#224#219#255#153#164#158#255'nzt'#255'[d_'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#139#142#139#255#208#211#208#255#213#217#214#255#141#151#146 - +#255'T^Z'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0'abb'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - ,#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#192#192#192#255 - +#204#204#204#255#202#202#202#255#202#202#202#255#201#201#201#255#200#200#200 - +#255#199#199#199#255#198#198#198#255#197#197#197#255#193#193#193#255#186#186 - +#186#255#184#184#184#255#180#180#180#255#173#173#173#255#160#160#160#255#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255#246#246#246#255#246#246 - +#246#255#238#238#238#255#230#230#230#255#230#230#230#255#230#230#230#255#231 - +#231#231#255#232#232#232#255#230#230#230#255#229#229#229#255#228#228#228#255 - +#226#226#226#255#222#222#222#255#204#204#204#255#184#184#184#255'yyy'#255#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#165#165#165#255#249#249#249#255#246#246#246#255 - +#217#217#217#255#215#215#215#255#219#219#219#255#222#222#222#255#225#225#225 - +#255#228#228#228#255#230#230#230#255#233#233#233#255#235#235#235#255#237#237 - +#237#255#239#239#239#255#205#205#205#255#178#178#178#255'ttt'#255#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#164#164#164#255#247#247#247#255#245#245#245#255#216#216 - +#216#255#218#218#218#255#222#222#222#255#225#225#225#255#228#228#228#255#230 - +#230#230#255#233#233#233#255#235#235#235#255#237#237#237#255#239#239#239#255 - +#241#241#241#255#203#203#203#255#168#168#168#255'ooo'#255#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#162#162#162#255#243#243#243#255#243#243#243#255#218#218#218#255 - +#221#221#221#255#224#224#224#255#227#227#227#255#230#230#230#255#232#232#232 - +#255#233#233#233#255#185#185#185#255#217#217#217#255#241#241#241#255#243#243 - +#243#255#198#198#198#255#158#158#158#255'mmm'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#161#161#161#255#239#239#239#255#241#241#241#255#222#222#222#255#224#224 - +#224#255#227#227#227#255#229#229#229#255#232#232#232#255#234#234#234#255#225 - +#225#225#255#141#141#141#255#233#233#233#255#242#242#242#255#244#244#244#255 - +#198#198#198#255#157#157#157#255'kkk'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#161 - +#161#161#255#237#237#237#255#240#240#240#255#224#224#224#255#226#226#226#255 - +#229#229#229#255#231#231#231#255#234#234#234#255#229#229#229#255#177#177#177 - +#255#158#158#158#255#200#200#200#255#243#243#243#255#245#245#245#255#195#195 - +#195#255#148#148#148#255'iii'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160 - +#255#237#237#237#255#240#240#240#255#227#227#227#255#229#229#229#255#231#231 - +#231#255#234#234#234#255#236#236#236#255#147#147#147#255#137#137#137#255#173 - +#173#173#255'ccc'#255#217#217#217#255#246#246#246#255#191#191#191#255#139#139 - +#139#255'eee'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255#236#236#236 - +#255#240#240#240#255#229#229#229#255#230#230#230#255#233#233#233#255#235#235 - +#235#255#238#238#238#255#221#221#221#255#219#219#219#255#196#196#196#255'aaa' - +#255#209#209#209#255#247#247#247#255#188#188#188#255#132#132#132#255'```'#255 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255#235#235#235#255#240#240#240 - +#255#231#231#231#255#233#233#233#255#235#235#235#255#237#237#237#255#240#240 - +#240#255#151#151#151#255'nnn'#255#150#150#150#255'bbb'#255#210#210#210#255 - +#248#248#248#255#186#186#186#255''#255']]]'#255#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#159#159#159#255#232#232#232#255#239#239#239#255#233#233#233#255#235 - +#235#235#255#237#237#237#255#239#239#239#255#241#241#241#255'UUU'#255#221#221 - +#221#255#216#216#216#255']]]'#255#209#209#209#255#249#249#249#255#184#184#184 - +#255'{{{'#255'\\\'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#158#158#158#255#229 - +#229#229#255#236#236#236#255#235#235#235#255#237#237#237#255#239#239#239#255 - +#241#241#241#255#242#242#242#255#165#165#165#255'|||'#255#142#142#142#255#144 - +#144#144#255#202#202#202#255#250#250#250#255#182#182#182#255'xxx'#255'ZZZ' - +#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#156#156#156#255#223#223#223#255#232#232 - +#232#255#238#238#238#255#239#239#239#255#240#240#240#255#242#242#242#255#244 - +#244#244#255#245#245#245#255#236#236#236#255#245#245#245#255#249#249#249#255 - +#250#250#250#255#251#251#251#255#174#174#174#255'sss'#255'VVV'#255#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#154#154#154#255#213#213#213#255#226#226#226#255#219 - +#219#219#255#199#199#199#255#187#187#187#255#185#185#185#255#185#185#185#255 - +#183#183#183#255#180#180#180#255#178#178#178#255#177#177#177#255#177#177#177 - +#255#170#170#170#255'{{{'#255'kkk'#255'TTT'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#149#149#149#255#205#205#205#255#192#192#192#255'www'#255'HHH'#255'EEE'#255 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#192#192#192#255#204 + +#204#204#255#202#202#202#255#202#202#202#255#201#201#201#255#200#200#200#255 + +#199#199#199#255#198#198#198#255#197#197#197#255#193#193#193#255#186#186#186 + +#255#184#184#184#255#180#180#180#255#173#173#173#255#160#160#160#255#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255#246#246#246#255#246#246#246 + +#255#238#238#238#255#230#230#230#255#230#230#230#255#230#230#230#255#231#231 + +#231#255#232#232#232#255#230#230#230#255#229#229#229#255#228#228#228#255#226 + +#226#226#255#222#222#222#255#204#204#204#255#184#184#184#255'yyy'#255#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#165#165#165#255#249#249#249#255#246#246#246#255#217 + +#217#217#255#215#215#215#255#219#219#219#255#222#222#222#255#225#225#225#255 + +#228#228#228#255#230#230#230#255#233#233#233#255#235#235#235#255#237#237#237 + +#255#239#239#239#255#205#205#205#255#178#178#178#255'ttt'#255#0#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#164#164#164#255#247#247#247#255#245#245#245#255#216#216#216 + +#255#218#218#218#255#222#222#222#255#225#225#225#255#228#228#228#255#230#230 + +#230#255#233#233#233#255#235#235#235#255#237#237#237#255#239#239#239#255#241 + +#241#241#255#203#203#203#255#168#168#168#255'ooo'#255#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#0#0#0#162#162#162#255#243#243#243#255#243#243#243#255#218#218#218#255#221 + +#221#221#255#224#224#224#255#227#227#227#255#230#230#230#255#232#232#232#255 + +#233#233#233#255#185#185#185#255#217#217#217#255#241#241#241#255#243#243#243 + +#255#198#198#198#255#158#158#158#255'mmm'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#161#161#161#255#239#239#239#255#241#241#241#255#222#222#222#255#224#224#224 + +#255#227#227#227#255#229#229#229#255#232#232#232#255#234#234#234#255#225#225 + +#225#255#141#141#141#255#233#233#233#255#242#242#242#255#244#244#244#255#198 + +#198#198#255#157#157#157#255'kkk'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#161#161 + +#161#255#237#237#237#255#240#240#240#255#224#224#224#255#226#226#226#255#229 + +#229#229#255#231#231#231#255#234#234#234#255#229#229#229#255#177#177#177#255 + +#158#158#158#255#200#200#200#255#243#243#243#255#245#245#245#255#195#195#195 + +#255#148#148#148#255'iii'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255 + +#237#237#237#255#240#240#240#255#227#227#227#255#229#229#229#255#231#231#231 + +#255#234#234#234#255#236#236#236#255#147#147#147#255#137#137#137#255#173#173 + +#173#255'ccc'#255#217#217#217#255#246#246#246#255#191#191#191#255#139#139#139 + +#255'eee'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255#236#236#236#255 + +#240#240#240#255#229#229#229#255#230#230#230#255#233#233#233#255#235#235#235 + +#255#238#238#238#255#221#221#221#255#219#219#219#255#196#196#196#255'aaa'#255 + +#209#209#209#255#247#247#247#255#188#188#188#255#132#132#132#255'```'#255#0#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#160#160#160#255#235#235#235#255#240#240#240#255 + +#231#231#231#255#233#233#233#255#235#235#235#255#237#237#237#255#240#240#240 + +#255#151#151#151#255'nnn'#255#150#150#150#255'bbb'#255#210#210#210#255#248 + +#248#248#255#186#186#186#255''#255']]]'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#0#159#159#159#255#232#232#232#255#239#239#239#255#233#233#233#255#235#235 + +#235#255#237#237#237#255#239#239#239#255#241#241#241#255'UUU'#255#221#221#221 + +#255#216#216#216#255']]]'#255#209#209#209#255#249#249#249#255#184#184#184#255 + +'{{{'#255'\\\'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#158#158#158#255#229#229 + +#229#255#236#236#236#255#235#235#235#255#237#237#237#255#239#239#239#255#241 + +#241#241#255#242#242#242#255#165#165#165#255'|||'#255#142#142#142#255#144#144 + +#144#255#202#202#202#255#250#250#250#255#182#182#182#255'xxx'#255'ZZZ'#255#0 + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#156#156#156#255#223#223#223#255#232#232#232 + +#255#238#238#238#255#239#239#239#255#240#240#240#255#242#242#242#255#244#244 + +#244#255#245#245#245#255#236#236#236#255#245#245#245#255#249#249#249#255#250 + +#250#250#255#251#251#251#255#174#174#174#255'sss'#255'VVV'#255#0#0#0#0#0#0#0 + +#0#0#0#0#0#0#0#0#0#154#154#154#255#213#213#213#255#226#226#226#255#219#219 + +#219#255#199#199#199#255#187#187#187#255#185#185#185#255#185#185#185#255#183 + +#183#183#255#180#180#180#255#178#178#178#255#177#177#177#255#177#177#177#255 + +#170#170#170#255'{{{'#255'kkk'#255'TTT'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + +#149#149#149#255#205#205#205#255#192#192#192#255'www'#255'HHH'#255'EEE'#255 +'GGG'#255'KKK'#255'OOO'#255'PPP'#255'LLL'#255'GGG'#255'HHH'#255'NNN'#255'VVV' +#255'lll'#255'QQQ'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#129#129#129#255#156 +#156#156#255'\\\'#255'>>>'#255'BBB'#255'@@@'#255'BBB'#255'CCC'#255'FFF'#255 +'HHH'#255'EEE'#255'CCC'#255'CCC'#255'EEE'#255'III'#255'UUU'#255'LLL'#255#0#0 - ,#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0')))'#255'###'#255'###'#255'"""' + +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0')))'#255'###'#255'###'#255'"""' +#255'"""'#255'"""'#255'"""'#255'"""'#255'"""'#255'"""'#255'"""'#255'"""'#255 +'"""'#255'$$$'#255#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 - +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 + ,#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 +#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0 diff --git a/ide/main.pp b/ide/main.pp index cf8e943811..fd053b0f22 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -1366,6 +1366,7 @@ function TMainIDE.OnPropHookGetMethodName(const Method: TMethod; CheckOwner: TObject): String; var JITMethod: TJITMethod; + LookupRoot: TPersistent; begin if Method.Code<>nil then begin if Method.Data<>nil then begin @@ -1381,15 +1382,20 @@ begin end else if IsJITMethod(Method) then begin JITMethod:=TJITMethod(Method.Data); Result:=JITMethod.TheMethodName; - //DebugLn(['TMainIDE.OnPropHookGetMethodName ',dbgsName(GlobalDesignHook.LookupRoot),' ',dbgsName(JITMethod.TheClass)]); - if (GlobalDesignHook.LookupRoot.ClassType<>JITMethod.TheClass) - or ((GlobalDesignHook.LookupRoot is TComponent) - and (csInline in TComponent(GlobalDesignHook.LookupRoot).ComponentState)) - then begin - Result:=JITMethod.TheClass.ClassName+'.'+Result; + if CheckOwner is TComponent then begin + LookupRoot:=GetLookupRootForComponent(TComponent(CheckOwner)); + if LookupRoot is TComponent then begin + //DebugLn(['TMainIDE.OnPropHookGetMethodName ',dbgsName(GlobalDesignHook.LookupRoot),' ',dbgsName(JITMethod.TheClass)]); + if (LookupRoot.ClassType<>JITMethod.TheClass) then begin + Result:=JITMethod.TheClass.ClassName+'.'+Result; + end; + end; end; end else Result:=''; + {$IFDEF VerboseDanglingComponentEvents} + DebugLn(['TMainIDE.OnPropHookGetMethodName ',Result,' ',IsJITMethod(Method)]); + {$ENDIF} end; procedure TMainIDE.OnPropHookGetMethods(TypeData:PTypeData; diff --git a/ideintf/propedits.pp b/ideintf/propedits.pp index 6e68cda78a..7b2acb57bf 100644 --- a/ideintf/propedits.pp +++ b/ideintf/propedits.pp @@ -4000,7 +4000,7 @@ end; function TMethodPropertyEditor.GetValue: ansistring; begin - Result:=PropertyHook.GetMethodName(GetMethodValue,nil); + Result:=PropertyHook.GetMethodName(GetMethodValue,GetComponent(0)); end; procedure TMethodPropertyEditor.GetValues(Proc: TGetStringProc);