diff --git a/components/synedit/synedit.pp b/components/synedit/synedit.pp index 155a789098..a5c4e54355 100644 --- a/components/synedit/synedit.pp +++ b/components/synedit/synedit.pp @@ -656,7 +656,7 @@ type property CaretXY: TPoint read GetCaretXY write SetCaretXY; property CharsInWindow: Integer read fCharsInWindow; property CharWidth: integer read fCharWidth; - property Color; + property Color default clWhite; {$IFDEF SYN_LAZARUS} property CtrlMouseActive: boolean read fCtrlMouseActive; {$ENDIF} diff --git a/designer/taborderdlg.lfm b/designer/taborderdlg.lfm index 0b5390bb70..682af473af 100644 --- a/designer/taborderdlg.lfm +++ b/designer/taborderdlg.lfm @@ -1,96 +1,90 @@ object TabOrderDialog: TTabOrderDialog - CAPTION = 'TabOrderDialog' - CLIENTHEIGHT = 387 - CLIENTWIDTH = 310 - ONCLOSE = TabOrderDialogCLOSE - ONCREATE = TabOrderDialogCREATE - HORZSCROLLBAR.PAGE = 311 - VERTSCROLLBAR.PAGE = 388 - LEFT = 381 - HEIGHT = 387 - TOP = 167 - WIDTH = 310 - object UpSpeedbutton: TSPEEDBUTTON - ANCHORS = [aktop, akright] - NUMGLYPHS = 0 - ONCLICK = UpSpeedbuttonCLICK - SHOWHINT = True - PARENTSHOWHINT = False - LEFT = 265 - HEIGHT = 25 - HINT = 'Move Up' - TOP = 119 - WIDTH = 25 + Caption = 'TabOrderDialog' + ClientHeight = 387 + ClientWidth = 310 + OnClose = TabOrderDialogCLOSE + OnCreate = TabOrderDialogCREATE + HorzScrollBar.Page = 311 + VertScrollBar.Page = 388 + Left = 381 + Height = 387 + Top = 167 + Width = 310 + object UpSpeedbutton: TSpeedButton + Anchors = [aktop, akright] + NumGlyphs = 0 + OnClick = UpSpeedbuttonCLICK + ShowHint = True + ParentShowHint = False + Left = 265 + Height = 25 + Hint = 'Move Up' + Top = 119 + Width = 25 end - object DownSpeedbutton: TSPEEDBUTTON - ANCHORS = [aktop, akright] - NUMGLYPHS = 0 - ONCLICK = DownSpeedbuttonCLICK - SHOWHINT = True - PARENTSHOWHINT = False - LEFT = 265 - HEIGHT = 25 - HINT = 'Move Down' - TOP = 165 - WIDTH = 25 + object DownSpeedbutton: TSpeedButton + Anchors = [aktop, akright] + NumGlyphs = 0 + OnClick = DownSpeedbuttonCLICK + ShowHint = True + ParentShowHint = False + Left = 265 + Height = 25 + Hint = 'Move Down' + Top = 165 + Width = 25 end - object OkButton: TBUTTON - ANCHORS = [akright, akbottom] - CAPTION = 'Ok' - TABSTOP = True - TABORDER = 0 - ONCLICK = OkButtonCLICK - LEFT = 120 - HEIGHT = 25 - TOP = 350 - WIDTH = 75 + object OkButton: TButton + Anchors = [akright, akbottom] + Caption = 'Ok' + TabStop = True + TabOrder = 0 + OnClick = OkButtonCLICK + Left = 120 + Height = 25 + Top = 350 + Width = 75 end - object CancelButton: TBUTTON - ANCHORS = [akright, akbottom] - MODALRESULT = 2 - CAPTION = 'Cancel' - TABSTOP = True - TABORDER = 1 - LEFT = 216 - HEIGHT = 25 - TOP = 350 - WIDTH = 75 + object CancelButton: TButton + Anchors = [akright, akbottom] + ModalResult = 2 + Caption = 'Cancel' + TabStop = True + TabOrder = 1 + Left = 216 + Height = 25 + Top = 350 + Width = 75 end - object ItemTreeview: TTREEVIEW - ANCHORS = [aktop, akleft, akright, akbottom] - BACKGROUNDCOLOR = 16777215 - BORDERWIDTH = 2 - DEFAULTITEMHEIGHT = 17 - DRAGCURSOR = 0 - HIDESELECTION = False - INDENT = 15 - PARENTCTL3D = False - RIGHTCLICKSELECT = True - SELECTIONCOLOR = -2147483635 - TABORDER = 2 - OPTIONS = [tvoautoitemheight, tvokeepcollapsednodes, tvorightclickselect, tvoshowbuttons, tvoshowlines, tvoshowroot, tvotooltips] - LEFT = 9 - HEIGHT = 304 - TOP = 8 - WIDTH = 238 + object ItemTreeview: TTreeView + Anchors = [aktop, akleft, akright, akbottom] + DefaultItemHeight = 17 + DragCursor = crDefault + HideSelection = False + ParentCtl3D = False + RightClickSelect = True + TabOrder = 2 + Options = [tvoautoitemheight, tvokeepcollapsednodes, tvorightclickselect, tvoshowbuttons, tvoshowlines, tvoshowroot, tvotooltips] + Left = 9 + Height = 304 + Top = 8 + Width = 238 end - object ShowOldValuesCheckbox: TCHECKBOX - ALLOWGRAYED = True - ANCHORS = [akleft, akbottom] - AUTOSIZE = True - CAPTION = 'ShowOldValuesCheckbox' - CHECKED = True - DRAGCURSOR = 0 - ONCLICK = ShowOldValuesCheckboxCLICK - STATE = cbchecked - TABORDER = 3 - TABSTOP = True - LEFT = 9 - HEIGHT = 20 - TOP = 320 - WIDTH = 171 + object ShowOldValuesCheckbox: TCheckBox + AllowGrayed = True + Anchors = [akleft, akbottom] + AutoSize = True + Caption = 'ShowOldValuesCheckbox' + DragCursor = crDefault + OnClick = ShowOldValuesCheckboxCLICK + TabOrder = 3 + TabStop = True + Left = 9 + Height = 20 + Top = 320 + Width = 171 end - object Imagelist1: TIMAGELIST + object Imagelist1: TImageList left = 56 top = 260 end diff --git a/designer/taborderdlg.lrs b/designer/taborderdlg.lrs index 7e89bd61a3..8cb25ee337 100644 --- a/designer/taborderdlg.lrs +++ b/designer/taborderdlg.lrs @@ -1,33 +1,31 @@ { This is an automatically generated lazarus resource file } LazarusResources.Add('TTabOrderDialog','FORMDATA',[ - 'TPF0'#15'TTabOrderDialog'#14'TabOrderDialog'#7'CAPTION'#6#14'TabOrderDialog' - +#12'CLIENTHEIGHT'#3#131#1#11'CLIENTWIDTH'#3'6'#1#7'ONCLOSE'#7#19'TabOrderDia' - +'logCLOSE'#8'ONCREATE'#7#20'TabOrderDialogCREATE'#18'HORZSCROLLBAR.PAGE'#3'7' - +#1#18'VERTSCROLLBAR.PAGE'#3#132#1#4'LEFT'#3'}'#1#6'HEIGHT'#3#131#1#3'TOP'#3 - +#167#0#5'WIDTH'#3'6'#1#0#12'TSPEEDBUTTON'#13'UpSpeedbutton'#7'ANCHORS'#11#5 - +'aktop'#7'akright'#0#9'NUMGLYPHS'#2#0#7'ONCLICK'#7#18'UpSpeedbuttonCLICK'#8 - +'SHOWHINT'#9#14'PARENTSHOWHINT'#8#4'LEFT'#3#9#1#6'HEIGHT'#2#25#4'HINT'#6#7'M' - +'ove Up'#3'TOP'#2'w'#5'WIDTH'#2#25#0#0#12'TSPEEDBUTTON'#15'DownSpeedbutton'#7 - +'ANCHORS'#11#5'aktop'#7'akright'#0#9'NUMGLYPHS'#2#0#7'ONCLICK'#7#20'DownSpee' - +'dbuttonCLICK'#8'SHOWHINT'#9#14'PARENTSHOWHINT'#8#4'LEFT'#3#9#1#6'HEIGHT'#2 - +#25#4'HINT'#6#9'Move Down'#3'TOP'#3#165#0#5'WIDTH'#2#25#0#0#7'TBUTTON'#8'OkB' - +'utton'#7'ANCHORS'#11#7'akright'#8'akbottom'#0#7'CAPTION'#6#2'Ok'#7'TABSTOP' - +#9#8'TABORDER'#2#0#7'ONCLICK'#7#13'OkButtonCLICK'#4'LEFT'#2'x'#6'HEIGHT'#2#25 - +#3'TOP'#3'^'#1#5'WIDTH'#2'K'#0#0#7'TBUTTON'#12'CancelButton'#7'ANCHORS'#11#7 - +'akright'#8'akbottom'#0#11'MODALRESULT'#2#2#7'CAPTION'#6#6'Cancel'#7'TABSTOP' - +#9#8'TABORDER'#2#1#4'LEFT'#3#216#0#6'HEIGHT'#2#25#3'TOP'#3'^'#1#5'WIDTH'#2'K' - +#0#0#9'TTREEVIEW'#12'ItemTreeview'#7'ANCHORS'#11#5'aktop'#6'akleft'#7'akrigh' - +'t'#8'akbottom'#0#15'BACKGROUNDCOLOR'#4#255#255#255#0#11'BORDERWIDTH'#2#2#17 - +'DEFAULTITEMHEIGHT'#2#17#10'DRAGCURSOR'#2#0#13'HIDESELECTION'#8#6'INDENT'#2 - +#15#11'PARENTCTL3D'#8#16'RIGHTCLICKSELECT'#9#14'SELECTIONCOLOR'#4#13#0#0#128 - +#8'TABORDER'#2#2#7'OPTIONS'#11#17'tvoautoitemheight'#21'tvokeepcollapsednode' - +'s'#19'tvorightclickselect'#14'tvoshowbuttons'#12'tvoshowlines'#11'tvoshowro' - +'ot'#11'tvotooltips'#0#4'LEFT'#2#9#6'HEIGHT'#3'0'#1#3'TOP'#2#8#5'WIDTH'#3#238 - +#0#0#0#9'TCHECKBOX'#21'ShowOldValuesCheckbox'#11'ALLOWGRAYED'#9#7'ANCHORS'#11 - +#6'akleft'#8'akbottom'#0#8'AUTOSIZE'#9#7'CAPTION'#6#21'ShowOldValuesCheckbox' - +#7'CHECKED'#9#10'DRAGCURSOR'#2#0#7'ONCLICK'#7#26'ShowOldValuesCheckboxCLICK' - +#5'STATE'#7#9'cbchecked'#8'TABORDER'#2#3#7'TABSTOP'#9#4'LEFT'#2#9#6'HEIGHT'#2 - +#20#3'TOP'#3'@'#1#5'WIDTH'#3#171#0#0#0#10'TIMAGELIST'#10'Imagelist1'#4'left' - +#2'8'#3'top'#3#4#1#0#0#0 + 'TPF0'#15'TTabOrderDialog'#14'TabOrderDialog'#7'Caption'#6#14'TabOrderDialog' + +#12'ClientHeight'#3#131#1#11'ClientWidth'#3'6'#1#7'OnClose'#7#19'TabOrderDia' + +'logCLOSE'#8'OnCreate'#7#20'TabOrderDialogCREATE'#18'HorzScrollBar.Page'#3'7' + +#1#18'VertScrollBar.Page'#3#132#1#4'Left'#3'}'#1#6'Height'#3#131#1#3'Top'#3 + +#167#0#5'Width'#3'6'#1#0#12'TSpeedButton'#13'UpSpeedbutton'#7'Anchors'#11#5 + +'aktop'#7'akright'#0#9'NumGlyphs'#2#0#7'OnClick'#7#18'UpSpeedbuttonCLICK'#8 + +'ShowHint'#9#14'ParentShowHint'#8#4'Left'#3#9#1#6'Height'#2#25#4'Hint'#6#7'M' + +'ove Up'#3'Top'#2'w'#5'Width'#2#25#0#0#12'TSpeedButton'#15'DownSpeedbutton'#7 + +'Anchors'#11#5'aktop'#7'akright'#0#9'NumGlyphs'#2#0#7'OnClick'#7#20'DownSpee' + +'dbuttonCLICK'#8'ShowHint'#9#14'ParentShowHint'#8#4'Left'#3#9#1#6'Height'#2 + +#25#4'Hint'#6#9'Move Down'#3'Top'#3#165#0#5'Width'#2#25#0#0#7'TButton'#8'OkB' + +'utton'#7'Anchors'#11#7'akright'#8'akbottom'#0#7'Caption'#6#2'Ok'#7'TabStop' + +#9#8'TabOrder'#2#0#7'OnClick'#7#13'OkButtonCLICK'#4'Left'#2'x'#6'Height'#2#25 + +#3'Top'#3'^'#1#5'Width'#2'K'#0#0#7'TButton'#12'CancelButton'#7'Anchors'#11#7 + +'akright'#8'akbottom'#0#11'ModalResult'#2#2#7'Caption'#6#6'Cancel'#7'TabStop' + +#9#8'TabOrder'#2#1#4'Left'#3#216#0#6'Height'#2#25#3'Top'#3'^'#1#5'Width'#2'K' + +#0#0#9'TTreeView'#12'ItemTreeview'#7'Anchors'#11#5'aktop'#6'akleft'#7'akrigh' + +'t'#8'akbottom'#0#17'DefaultItemHeight'#2#17#10'DragCursor'#7#9'crDefault'#13 + +'HideSelection'#8#11'ParentCtl3D'#8#16'RightClickSelect'#9#8'TabOrder'#2#2#7 + +'Options'#11#17'tvoautoitemheight'#21'tvokeepcollapsednodes'#19'tvorightclic' + +'kselect'#14'tvoshowbuttons'#12'tvoshowlines'#11'tvoshowroot'#11'tvotooltips' + +#0#4'Left'#2#9#6'Height'#3'0'#1#3'Top'#2#8#5'Width'#3#238#0#0#0#9'TCheckBox' + +#21'ShowOldValuesCheckbox'#11'AllowGrayed'#9#7'Anchors'#11#6'akleft'#8'akbot' + +'tom'#0#8'AutoSize'#9#7'Caption'#6#21'ShowOldValuesCheckbox'#10'DragCursor'#7 + +#9'crDefault'#7'OnClick'#7#26'ShowOldValuesCheckboxCLICK'#8'TabOrder'#2#3#7 + +'TabStop'#9#4'Left'#2#9#6'Height'#2#20#3'Top'#3'@'#1#5'Width'#3#171#0#0#0#10 + +'TImageList'#10'Imagelist1'#4'left'#2'8'#3'top'#3#4#1#0#0#0 ]); diff --git a/doceditor/doceditor.lfm b/doceditor/doceditor.lfm index d3a3479135..c9e9f0f35d 100644 --- a/doceditor/doceditor.lfm +++ b/doceditor/doceditor.lfm @@ -1,47 +1,42 @@ object DocEditorWnd: TDocEditorWnd - CAPTION = 'DocEditorWnd' - CLIENTHEIGHT = 396 - CLIENTWIDTH = 598 - ONCREATE = DocEditorWndCREATE - HORZSCROLLBAR.PAGE = 599 - VERTSCROLLBAR.PAGE = 397 - LEFT = 291 - HEIGHT = 396 - TOP = 167 - WIDTH = 598 - object ButtonsPanel: TPANEL - ALIGN = altop - CAPTION = 'ButtonsPanel' - CLIENTHEIGHT = 28 - CLIENTWIDTH = 598 - TABORDER = 0 - TABSTOP = True - HEIGHT = 28 - WIDTH = 598 + Caption = 'DocEditorWnd' + ClientHeight = 396 + ClientWidth = 598 + OnCreate = DocEditorWndCREATE + HorzScrollBar.Page = 599 + VertScrollBar.Page = 397 + Left = 291 + Height = 396 + Top = 167 + Width = 598 + object ButtonsPanel: TPanel + Align = altop + Caption = 'ButtonsPanel' + ClientHeight = 28 + ClientWidth = 598 + TabOrder = 0 + TabStop = True + Height = 28 + Width = 598 end - object ContextTreeview: TTREEVIEW - ALIGN = alleft - BACKGROUNDCOLOR = 16777215 - BORDERWIDTH = 2 - DEFAULTITEMHEIGHT = 17 - DRAGCURSOR = 0 - INDENT = 15 - PARENTCTL3D = False - SELECTIONCOLOR = -2147483635 - TABORDER = 1 - OPTIONS = [tvoautoitemheight, tvohideselection, tvokeepcollapsednodes, tvoshowbuttons, tvoshowlines, tvoshowroot, tvotooltips] - HEIGHT = 368 - TOP = 28 - WIDTH = 121 + object ContextTreeview: TTreeView + Align = alleft + DefaultItemHeight = 17 + DragCursor = crDefault + ParentCtl3D = False + TabOrder = 1 + Height = 368 + Top = 28 + Width = 121 end - object FilesNotebook: TNOTEBOOK - ALIGN = alclient - LEFT = 121 - HEIGHT = 368 - TOP = 28 - WIDTH = 477 + object FilesNotebook: TNotebook + Align = alclient + Left = 121 + Height = 368 + Top = 28 + Width = 477 end - object ButtonImagelist: TIMAGELIST + object ButtonImagelist: TImageList left = 56 top = 40 end diff --git a/doceditor/doceditor.lrs b/doceditor/doceditor.lrs index a5bbd159fe..f6fe9116c8 100644 --- a/doceditor/doceditor.lrs +++ b/doceditor/doceditor.lrs @@ -1,19 +1,16 @@ { This is an automatically generated lazarus resource file } LazarusResources.Add('TDocEditorWnd','FORMDATA',[ - 'TPF0'#13'TDocEditorWnd'#12'DocEditorWnd'#7'CAPTION'#6#12'DocEditorWnd'#12'CL' - +'IENTHEIGHT'#3#140#1#11'CLIENTWIDTH'#3'V'#2#8'ONCREATE'#7#18'DocEditorWndCRE' - +'ATE'#18'HORZSCROLLBAR.PAGE'#3'W'#2#18'VERTSCROLLBAR.PAGE'#3#141#1#4'LEFT'#3 - +'#'#1#6'HEIGHT'#3#140#1#3'TOP'#3#167#0#5'WIDTH'#3'V'#2#0#6'TPANEL'#12'Button' - +'sPanel'#5'ALIGN'#7#5'altop'#7'CAPTION'#6#12'ButtonsPanel'#12'CLIENTHEIGHT'#2 - +#28#11'CLIENTWIDTH'#3'V'#2#8'TABORDER'#2#0#7'TABSTOP'#9#6'HEIGHT'#2#28#5'WID' - +'TH'#3'V'#2#0#0#9'TTREEVIEW'#15'ContextTreeview'#5'ALIGN'#7#6'alleft'#15'BAC' - +'KGROUNDCOLOR'#4#255#255#255#0#11'BORDERWIDTH'#2#2#17'DEFAULTITEMHEIGHT'#2#17 - +#10'DRAGCURSOR'#2#0#6'INDENT'#2#15#11'PARENTCTL3D'#8#14'SELECTIONCOLOR'#4#13 - +#0#0#128#8'TABORDER'#2#1#7'OPTIONS'#11#17'tvoautoitemheight'#16'tvohideselec' - +'tion'#21'tvokeepcollapsednodes'#14'tvoshowbuttons'#12'tvoshowlines'#11'tvos' - +'howroot'#11'tvotooltips'#0#6'HEIGHT'#3'p'#1#3'TOP'#2#28#5'WIDTH'#2'y'#0#0#9 - +'TNOTEBOOK'#13'FilesNotebook'#5'ALIGN'#7#8'alclient'#4'LEFT'#2'y'#6'HEIGHT'#3 - +'p'#1#3'TOP'#2#28#5'WIDTH'#3#221#1#0#0#10'TIMAGELIST'#15'ButtonImagelist'#4 - +'left'#2'8'#3'top'#2'('#0#0#0 + 'TPF0'#13'TDocEditorWnd'#12'DocEditorWnd'#7'Caption'#6#12'DocEditorWnd'#12'Cl' + +'ientHeight'#3#140#1#11'ClientWidth'#3'V'#2#8'OnCreate'#7#18'DocEditorWndCRE' + +'ATE'#18'HorzScrollBar.Page'#3'W'#2#18'VertScrollBar.Page'#3#141#1#4'Left'#3 + +'#'#1#6'Height'#3#140#1#3'Top'#3#167#0#5'Width'#3'V'#2#0#6'TPanel'#12'Button' + +'sPanel'#5'Align'#7#5'altop'#7'Caption'#6#12'ButtonsPanel'#12'ClientHeight'#2 + +#28#11'ClientWidth'#3'V'#2#8'TabOrder'#2#0#7'TabStop'#9#6'Height'#2#28#5'Wid' + +'th'#3'V'#2#0#0#9'TTreeView'#15'ContextTreeview'#5'Align'#7#6'alleft'#17'Def' + +'aultItemHeight'#2#17#10'DragCursor'#7#9'crDefault'#11'ParentCtl3D'#8#8'TabO' + +'rder'#2#1#6'Height'#3'p'#1#3'Top'#2#28#5'Width'#2'y'#0#0#9'TNotebook'#13'Fi' + +'lesNotebook'#5'Align'#7#8'alclient'#4'Left'#2'y'#6'Height'#3'p'#1#3'Top'#2 + +#28#5'Width'#3#221#1#0#0#10'TImageList'#15'ButtonImagelist'#4'left'#2'8'#3't' + +'op'#2'('#0#0#0 ]); diff --git a/examples/treeview/tv_add_remove_u1.lfm b/examples/treeview/tv_add_remove_u1.lfm index e746cb8bd7..ca514002fb 100644 --- a/examples/treeview/tv_add_remove_u1.lfm +++ b/examples/treeview/tv_add_remove_u1.lfm @@ -1,47 +1,44 @@ object Form1: TForm1 - CAPTION = 'TreeView Example 1' - CLIENTHEIGHT = 427 - CLIENTWIDTH = 455 - FONT.HEIGHT = -11 - FONT.NAME = 'MS Sans Serif' - TEXTHEIGHT = 13 - HORZSCROLLBAR.PAGE = 456 - VERTSCROLLBAR.PAGE = 428 - LEFT = 570 - HEIGHT = 427 - TOP = 249 - WIDTH = 455 - object tv_eg1: TTREEVIEW - ALIGN = alleft - BACKGROUNDCOLOR = 16777215 - BORDERWIDTH = 2 - DEFAULTITEMHEIGHT = 17 - DRAGCURSOR = 0 - HIDESELECTION = False - INDENT = 19 - PARENTCTL3D = False - SELECTIONCOLOR = -2147483635 - TABORDER = 0 - OPTIONS = [tvoautoitemheight, tvokeepcollapsednodes, tvoshowbuttons, tvoshowlines, tvoshowroot, tvotooltips] - HEIGHT = 427 - WIDTH = 196 + Caption = 'TreeView Example 1' + ClientHeight = 427 + ClientWidth = 455 + Font.Height = -11 + Font.Name = 'MS Sans Serif' + TextHeight = 13 + HorzScrollBar.Page = 456 + VertScrollBar.Page = 428 + Left = 570 + Height = 427 + Top = 249 + Width = 455 + object tv_eg1: TTreeView + Align = alleft + DefaultItemHeight = 17 + DragCursor = crDefault + HideSelection = False + Indent = 19 + ParentCtl3D = False + TabOrder = 0 + Options = [tvoautoitemheight, tvokeepcollapsednodes, tvoshowbuttons, tvoshowlines, tvoshowroot, tvotooltips] + Height = 427 + Width = 196 end - object but_Add: TBUTTON - CAPTION = 'Add' - TABORDER = 1 - ONCLICK = but_AddClick - LEFT = 208 - HEIGHT = 25 - TOP = 8 - WIDTH = 75 + object but_Add: TButton + Caption = 'Add' + TabOrder = 1 + OnClick = but_AddClick + Left = 208 + Height = 25 + Top = 8 + Width = 75 end - object but_Remove: TBUTTON - CAPTION = 'Remove' - TABORDER = 2 - ONCLICK = but_RemoveClick - LEFT = 208 - HEIGHT = 25 - TOP = 40 - WIDTH = 75 + object but_Remove: TButton + Caption = 'Remove' + TabOrder = 2 + OnClick = but_RemoveClick + Left = 208 + Height = 25 + Top = 40 + Width = 75 end end diff --git a/examples/treeview/tv_add_remove_u1.lrs b/examples/treeview/tv_add_remove_u1.lrs index 9051ac7889..682b6156b0 100644 --- a/examples/treeview/tv_add_remove_u1.lrs +++ b/examples/treeview/tv_add_remove_u1.lrs @@ -1,18 +1,17 @@ { This is an automatically generated lazarus resource file } LazarusResources.Add('TForm1','FORMDATA',[ - 'TPF0'#6'TForm1'#5'Form1'#7'CAPTION'#6#18'TreeView Example 1'#12'CLIENTHEIGHT' - +#3#171#1#11'CLIENTWIDTH'#3#199#1#11'FONT.HEIGHT'#2#245#9'FONT.NAME'#6#13'MS ' - +'Sans Serif'#10'TEXTHEIGHT'#2#13#18'HORZSCROLLBAR.PAGE'#3#200#1#18'VERTSCROL' - +'LBAR.PAGE'#3#172#1#4'LEFT'#3':'#2#6'HEIGHT'#3#171#1#3'TOP'#3#249#0#5'WIDTH' - +#3#199#1#0#9'TTREEVIEW'#6'tv_eg1'#5'ALIGN'#7#6'alleft'#15'BACKGROUNDCOLOR'#4 - +#255#255#255#0#11'BORDERWIDTH'#2#2#17'DEFAULTITEMHEIGHT'#2#17#10'DRAGCURSOR' - +#2#0#13'HIDESELECTION'#8#6'INDENT'#2#19#11'PARENTCTL3D'#8#14'SELECTIONCOLOR' - +#4#13#0#0#128#8'TABORDER'#2#0#7'OPTIONS'#11#17'tvoautoitemheight'#21'tvokeep' + 'TPF0'#6'TForm1'#5'Form1'#7'Caption'#6#18'TreeView Example 1'#12'ClientHeight' + +#3#171#1#11'ClientWidth'#3#199#1#11'Font.Height'#2#245#9'Font.Name'#6#13'MS ' + +'Sans Serif'#10'TextHeight'#2#13#18'HorzScrollBar.Page'#3#200#1#18'VertScrol' + +'lBar.Page'#3#172#1#4'Left'#3':'#2#6'Height'#3#171#1#3'Top'#3#249#0#5'Width' + +#3#199#1#0#9'TTreeView'#6'tv_eg1'#5'Align'#7#6'alleft'#17'DefaultItemHeight' + +#2#17#10'DragCursor'#7#9'crDefault'#13'HideSelection'#8#6'Indent'#2#19#11'Pa' + +'rentCtl3D'#8#8'TabOrder'#2#0#7'Options'#11#17'tvoautoitemheight'#21'tvokeep' +'collapsednodes'#14'tvoshowbuttons'#12'tvoshowlines'#11'tvoshowroot'#11'tvot' - +'ooltips'#0#6'HEIGHT'#3#171#1#5'WIDTH'#3#196#0#0#0#7'TBUTTON'#7'but_Add'#7'C' - +'APTION'#6#3'Add'#8'TABORDER'#2#1#7'ONCLICK'#7#12'but_AddClick'#4'LEFT'#3#208 - +#0#6'HEIGHT'#2#25#3'TOP'#2#8#5'WIDTH'#2'K'#0#0#7'TBUTTON'#10'but_Remove'#7'C' - +'APTION'#6#6'Remove'#8'TABORDER'#2#2#7'ONCLICK'#7#15'but_RemoveClick'#4'LEFT' - +#3#208#0#6'HEIGHT'#2#25#3'TOP'#2'('#5'WIDTH'#2'K'#0#0#0 + +'ooltips'#0#6'Height'#3#171#1#5'Width'#3#196#0#0#0#7'TButton'#7'but_Add'#7'C' + +'aption'#6#3'Add'#8'TabOrder'#2#1#7'OnClick'#7#12'but_AddClick'#4'Left'#3#208 + +#0#6'Height'#2#25#3'Top'#2#8#5'Width'#2'K'#0#0#7'TButton'#10'but_Remove'#7'C' + +'aption'#6#6'Remove'#8'TabOrder'#2#2#7'OnClick'#7#15'but_RemoveClick'#4'Left' + +#3#208#0#6'Height'#2#25#3'Top'#2'('#5'Width'#2'K'#0#0#0 ]); diff --git a/ide/charactermapdlg.lfm b/ide/charactermapdlg.lfm index b7bcf63d6b..8afc8716bc 100644 --- a/ide/charactermapdlg.lfm +++ b/ide/charactermapdlg.lfm @@ -1,761 +1,760 @@ object CharacterMapDialog: TCharacterMapDialog - CAPTION = 'CharacterMapDialog' - CLIENTHEIGHT = 405 - CLIENTWIDTH = 412 - KEYPREVIEW = True - ONCREATE = CharacterMapDialogCREATE - ONDESTROY = CharacterMapDialogDESTROY - ONKEYDOWN = CharacterMapDialogKEYDOWN - POSITION = poscreencenter - HORZSCROLLBAR.PAGE = 413 - VERTSCROLLBAR.PAGE = 406 - LEFT = 379 - HEIGHT = 405 - TOP = 278 - WIDTH = 412 - object OkButton: TBUTTON - ANCHORS = [akleft, akbottom] - MODALRESULT = 1 - CAPTION = 'Ok' - TABSTOP = True - TABORDER = 0 - LEFT = 112 - HEIGHT = 25 - TOP = 374 - WIDTH = 75 + Caption = 'CharacterMapDialog' + ClientHeight = 405 + ClientWidth = 412 + KeyPreview = True + OnCreate = CharacterMapDialogCREATE + OnDestroy = CharacterMapDialogDESTROY + OnKeyDown = CharacterMapDialogKEYDOWN + Position = poscreencenter + HorzScrollBar.Page = 413 + VertScrollBar.Page = 406 + Left = 379 + Height = 405 + Top = 278 + Width = 412 + object OkButton: TButton + Anchors = [akleft, akbottom] + ModalResult = 1 + Caption = 'Ok' + TabStop = True + TabOrder = 0 + Left = 112 + Height = 25 + Top = 374 + Width = 75 end - object CancelButton: TBUTTON - ANCHORS = [akleft, akbottom] - MODALRESULT = 2 - CAPTION = 'Cancel' - TABSTOP = True - TABORDER = 1 - LEFT = 224 - HEIGHT = 25 - TOP = 374 - WIDTH = 75 + object CancelButton: TButton + Anchors = [akleft, akbottom] + ModalResult = 2 + Caption = 'Cancel' + TabStop = True + TabOrder = 1 + Left = 224 + Height = 25 + Top = 374 + Width = 75 end - object CharactersGroupbox: TGROUPBOX - ANCHORS = [aktop, akleft, akright, akbottom] - CAPTION = 'Characters' - CLIENTHEIGHT = 271 - CLIENTWIDTH = 393 - PARENTCTL3D = False - TABORDER = 2 - LEFT = 8 - HEIGHT = 288 - TOP = 8 - WIDTH = 397 - object CharMapSynedit: TSYNEDIT - ALIGN = altop - ANCHORS = [aktop, akleft, akright, akbottom] - COLOR = 16777215 - FONT.HEIGHT = -15 - FONT.NAME = 'courier' - HEIGHT = 248 - NAME = 'CharMapSynedit' - PARENTCTL3D = False - TABORDER = 0 - WIDTH = 393 - ONMOUSEDOWN = CharMapSyneditMOUSEDOWN - ONMOUSEMOVE = CharMapSyneditMOUSEMOVE - BOOKMARKOPTIONS.ONCHANGE = nil - GUTTER.VISIBLE = False - GUTTER.ONCHANGE = nil - KEYSTROKES = < + object CharactersGroupbox: TGroupBox + Anchors = [aktop, akleft, akright, akbottom] + Caption = 'Characters' + ClientHeight = 271 + ClientWidth = 393 + ParentColor = True + ParentCtl3D = False + TabOrder = 2 + Left = 8 + Height = 288 + Top = 8 + Width = 397 + object CharMapSynedit: TSynEdit + Align = altop + Anchors = [aktop, akleft, akright, akbottom] + Font.Height = -15 + Font.Name = 'courier' + Height = 248 + Name = 'CharMapSynedit' + ParentCtl3D = False + TabOrder = 0 + Width = 393 + OnMouseDown = CharMapSyneditMOUSEDOWN + OnMouseMove = CharMapSyneditMOUSEMOVE + BookMarkOptions.OnChange = nil + Gutter.Visible = False + Gutter.OnChange = nil + Keystrokes = < item - COMMAND = 3 - SHORTCUT = 38 + Command = 3 + ShortCut = 38 end item - COMMAND = 103 - SHORTCUT = 8230 + Command = 103 + ShortCut = 8230 end item - COMMAND = 211 - SHORTCUT = 16422 + Command = 211 + ShortCut = 16422 end item - COMMAND = 4 - SHORTCUT = 40 + Command = 4 + ShortCut = 40 end item - COMMAND = 104 - SHORTCUT = 8232 + Command = 104 + ShortCut = 8232 end item - COMMAND = 212 - SHORTCUT = 16424 + Command = 212 + ShortCut = 16424 end item - COMMAND = 1 - SHORTCUT = 37 + Command = 1 + ShortCut = 37 end item - COMMAND = 101 - SHORTCUT = 8229 + Command = 101 + ShortCut = 8229 end item - COMMAND = 5 - SHORTCUT = 16421 + Command = 5 + ShortCut = 16421 end item - COMMAND = 105 - SHORTCUT = 24613 + Command = 105 + ShortCut = 24613 end item - COMMAND = 2 - SHORTCUT = 39 + Command = 2 + ShortCut = 39 end item - COMMAND = 102 - SHORTCUT = 8231 + Command = 102 + ShortCut = 8231 end item - COMMAND = 6 - SHORTCUT = 16423 + Command = 6 + ShortCut = 16423 end item - COMMAND = 106 - SHORTCUT = 24615 + Command = 106 + ShortCut = 24615 end item - COMMAND = 10 - SHORTCUT = 34 + Command = 10 + ShortCut = 34 end item - COMMAND = 110 - SHORTCUT = 8226 + Command = 110 + ShortCut = 8226 end item - COMMAND = 14 - SHORTCUT = 16418 + Command = 14 + ShortCut = 16418 end item - COMMAND = 114 - SHORTCUT = 24610 + Command = 114 + ShortCut = 24610 end item - COMMAND = 9 - SHORTCUT = 33 + Command = 9 + ShortCut = 33 end item - COMMAND = 109 - SHORTCUT = 8225 + Command = 109 + ShortCut = 8225 end item - COMMAND = 13 - SHORTCUT = 16417 + Command = 13 + ShortCut = 16417 end item - COMMAND = 113 - SHORTCUT = 24609 + Command = 113 + ShortCut = 24609 end item - COMMAND = 7 - SHORTCUT = 36 + Command = 7 + ShortCut = 36 end item - COMMAND = 107 - SHORTCUT = 8228 + Command = 107 + ShortCut = 8228 end item - COMMAND = 15 - SHORTCUT = 16420 + Command = 15 + ShortCut = 16420 end item - COMMAND = 115 - SHORTCUT = 24612 + Command = 115 + ShortCut = 24612 end item - COMMAND = 8 - SHORTCUT = 35 + Command = 8 + ShortCut = 35 end item - COMMAND = 108 - SHORTCUT = 8227 + Command = 108 + ShortCut = 8227 end item - COMMAND = 16 - SHORTCUT = 16419 + Command = 16 + ShortCut = 16419 end item - COMMAND = 116 - SHORTCUT = 24611 + Command = 116 + ShortCut = 24611 end item - COMMAND = 223 - SHORTCUT = 45 + Command = 223 + ShortCut = 45 end item - COMMAND = 201 - SHORTCUT = 16429 + Command = 201 + ShortCut = 16429 end item - COMMAND = 604 - SHORTCUT = 8237 + Command = 604 + ShortCut = 8237 end item - COMMAND = 502 - SHORTCUT = 46 + Command = 502 + ShortCut = 46 end item - COMMAND = 603 - SHORTCUT = 8238 + Command = 603 + ShortCut = 8238 end item - COMMAND = 501 - SHORTCUT = 8 + Command = 501 + ShortCut = 8 end item - COMMAND = 501 - SHORTCUT = 8200 + Command = 501 + ShortCut = 8200 end item - COMMAND = 504 - SHORTCUT = 16392 + Command = 504 + ShortCut = 16392 end item - COMMAND = 601 - SHORTCUT = 32776 + Command = 601 + ShortCut = 32776 end item - COMMAND = 602 - SHORTCUT = 40968 + Command = 602 + ShortCut = 40968 end item - COMMAND = 509 - SHORTCUT = 13 + Command = 509 + ShortCut = 13 end item - COMMAND = 199 - SHORTCUT = 16449 + Command = 199 + ShortCut = 16449 end item - COMMAND = 201 - SHORTCUT = 16451 + Command = 201 + ShortCut = 16451 end item - COMMAND = 610 - SHORTCUT = 24649 + Command = 610 + ShortCut = 24649 end item - COMMAND = 509 - SHORTCUT = 16461 + Command = 509 + ShortCut = 16461 end item - COMMAND = 510 - SHORTCUT = 16462 + Command = 510 + ShortCut = 16462 end item - COMMAND = 503 - SHORTCUT = 16468 + Command = 503 + ShortCut = 16468 end item - COMMAND = 611 - SHORTCUT = 24661 + Command = 611 + ShortCut = 24661 end item - COMMAND = 604 - SHORTCUT = 16470 + Command = 604 + ShortCut = 16470 end item - COMMAND = 603 - SHORTCUT = 16472 + Command = 603 + ShortCut = 16472 end item - COMMAND = 507 - SHORTCUT = 16473 + Command = 507 + ShortCut = 16473 end item - COMMAND = 506 - SHORTCUT = 24665 + Command = 506 + ShortCut = 24665 end item - COMMAND = 601 - SHORTCUT = 16474 + Command = 601 + ShortCut = 16474 end item - COMMAND = 602 - SHORTCUT = 24666 + Command = 602 + ShortCut = 24666 end item - COMMAND = 301 - SHORTCUT = 16432 + Command = 301 + ShortCut = 16432 end item - COMMAND = 302 - SHORTCUT = 16433 + Command = 302 + ShortCut = 16433 end item - COMMAND = 303 - SHORTCUT = 16434 + Command = 303 + ShortCut = 16434 end item - COMMAND = 304 - SHORTCUT = 16435 + Command = 304 + ShortCut = 16435 end item - COMMAND = 305 - SHORTCUT = 16436 + Command = 305 + ShortCut = 16436 end item - COMMAND = 306 - SHORTCUT = 16437 + Command = 306 + ShortCut = 16437 end item - COMMAND = 307 - SHORTCUT = 16438 + Command = 307 + ShortCut = 16438 end item - COMMAND = 308 - SHORTCUT = 16439 + Command = 308 + ShortCut = 16439 end item - COMMAND = 309 - SHORTCUT = 16440 + Command = 309 + ShortCut = 16440 end item - COMMAND = 310 - SHORTCUT = 16441 + Command = 310 + ShortCut = 16441 end item - COMMAND = 351 - SHORTCUT = 24624 + Command = 351 + ShortCut = 24624 end item - COMMAND = 352 - SHORTCUT = 24625 + Command = 352 + ShortCut = 24625 end item - COMMAND = 353 - SHORTCUT = 24626 + Command = 353 + ShortCut = 24626 end item - COMMAND = 354 - SHORTCUT = 24627 + Command = 354 + ShortCut = 24627 end item - COMMAND = 355 - SHORTCUT = 24628 + Command = 355 + ShortCut = 24628 end item - COMMAND = 356 - SHORTCUT = 24629 + Command = 356 + ShortCut = 24629 end item - COMMAND = 357 - SHORTCUT = 24630 + Command = 357 + ShortCut = 24630 end item - COMMAND = 358 - SHORTCUT = 24631 + Command = 358 + ShortCut = 24631 end item - COMMAND = 359 - SHORTCUT = 24632 + Command = 359 + ShortCut = 24632 end item - COMMAND = 360 - SHORTCUT = 24633 + Command = 360 + ShortCut = 24633 end item - COMMAND = 231 - SHORTCUT = 24654 + Command = 231 + ShortCut = 24654 end item - COMMAND = 232 - SHORTCUT = 24643 + Command = 232 + ShortCut = 24643 end item - COMMAND = 233 - SHORTCUT = 24652 + Command = 233 + ShortCut = 24652 end item - COMMAND = 612 - SHORTCUT = 9 + Command = 612 + ShortCut = 9 end item - COMMAND = 613 - SHORTCUT = 8201 + Command = 613 + ShortCut = 8201 end item - COMMAND = 250 - SHORTCUT = 24642 + Command = 250 + ShortCut = 24642 end> - LINES.Strings = ( + Lines.Strings = ( 'CharMapSynedit' ) - OPTIONS = [eoautoindent, eonocaret, eonoselection, eoscrollpasteol, eoshowscrollhint, eosmarttabs, eotabstospaces, eotrimtrailingspaces] - READONLY = True - SELECTEDCOLOR.ONCHANGE = nil - CURSOR = 65532 - HEIGHT = 248 - WIDTH = 393 + Options = [eoautoindent, eonocaret, eonoselection, eoscrollpasteol, eoshowscrollhint, eosmarttabs, eotabstospaces, eotrimtrailingspaces] + ReadOnly = True + SelectedColor.OnChange = nil + Cursor = 65532 + Height = 248 + Width = 393 end - object CharInfoLabel: TLABEL - ALIGN = albottom - ANCHORS = [akleft, akright, akbottom] - CAPTION = 'CharInfoLabel' - LAYOUT = tltop - HEIGHT = 20 - TOP = 251 - WIDTH = 393 + object CharInfoLabel: TLabel + Align = albottom + Anchors = [akleft, akright, akbottom] + Caption = 'CharInfoLabel' + Layout = tltop + Height = 20 + Top = 251 + Width = 393 end end - object TextGroupbox: TGROUPBOX - ANCHORS = [akleft, akright, akbottom] - CAPTION = 'Text' - CLIENTHEIGHT = 53 - CLIENTWIDTH = 393 - PARENTCTL3D = False - TABORDER = 3 - LEFT = 8 - HEIGHT = 70 - TOP = 296 - WIDTH = 397 - object TextSynedit: TSYNEDIT - ALIGN = alclient - COLOR = 16777215 - FONT.HEIGHT = -15 - FONT.NAME = 'courier' - HEIGHT = 53 - NAME = 'TextSynedit' - PARENTCTL3D = False - TABORDER = 0 - WIDTH = 393 - BOOKMARKOPTIONS.ONCHANGE = nil - GUTTER.VISIBLE = False - GUTTER.ONCHANGE = nil - KEYSTROKES = < + object TextGroupbox: TGroupBox + Anchors = [akleft, akright, akbottom] + Caption = 'Text' + ClientHeight = 53 + ClientWidth = 393 + ParentColor = True + ParentCtl3D = False + TabOrder = 3 + Left = 8 + Height = 70 + Top = 296 + Width = 397 + object TextSynedit: TSynEdit + Align = alclient + Font.Height = -15 + Font.Name = 'courier' + Height = 53 + Name = 'TextSynedit' + ParentCtl3D = False + TabOrder = 0 + Width = 393 + BookMarkOptions.OnChange = nil + Gutter.Visible = False + Gutter.OnChange = nil + Keystrokes = < item - COMMAND = 3 - SHORTCUT = 38 + Command = 3 + ShortCut = 38 end item - COMMAND = 103 - SHORTCUT = 8230 + Command = 103 + ShortCut = 8230 end item - COMMAND = 211 - SHORTCUT = 16422 + Command = 211 + ShortCut = 16422 end item - COMMAND = 4 - SHORTCUT = 40 + Command = 4 + ShortCut = 40 end item - COMMAND = 104 - SHORTCUT = 8232 + Command = 104 + ShortCut = 8232 end item - COMMAND = 212 - SHORTCUT = 16424 + Command = 212 + ShortCut = 16424 end item - COMMAND = 1 - SHORTCUT = 37 + Command = 1 + ShortCut = 37 end item - COMMAND = 101 - SHORTCUT = 8229 + Command = 101 + ShortCut = 8229 end item - COMMAND = 5 - SHORTCUT = 16421 + Command = 5 + ShortCut = 16421 end item - COMMAND = 105 - SHORTCUT = 24613 + Command = 105 + ShortCut = 24613 end item - COMMAND = 2 - SHORTCUT = 39 + Command = 2 + ShortCut = 39 end item - COMMAND = 102 - SHORTCUT = 8231 + Command = 102 + ShortCut = 8231 end item - COMMAND = 6 - SHORTCUT = 16423 + Command = 6 + ShortCut = 16423 end item - COMMAND = 106 - SHORTCUT = 24615 + Command = 106 + ShortCut = 24615 end item - COMMAND = 10 - SHORTCUT = 34 + Command = 10 + ShortCut = 34 end item - COMMAND = 110 - SHORTCUT = 8226 + Command = 110 + ShortCut = 8226 end item - COMMAND = 14 - SHORTCUT = 16418 + Command = 14 + ShortCut = 16418 end item - COMMAND = 114 - SHORTCUT = 24610 + Command = 114 + ShortCut = 24610 end item - COMMAND = 9 - SHORTCUT = 33 + Command = 9 + ShortCut = 33 end item - COMMAND = 109 - SHORTCUT = 8225 + Command = 109 + ShortCut = 8225 end item - COMMAND = 13 - SHORTCUT = 16417 + Command = 13 + ShortCut = 16417 end item - COMMAND = 113 - SHORTCUT = 24609 + Command = 113 + ShortCut = 24609 end item - COMMAND = 7 - SHORTCUT = 36 + Command = 7 + ShortCut = 36 end item - COMMAND = 107 - SHORTCUT = 8228 + Command = 107 + ShortCut = 8228 end item - COMMAND = 15 - SHORTCUT = 16420 + Command = 15 + ShortCut = 16420 end item - COMMAND = 115 - SHORTCUT = 24612 + Command = 115 + ShortCut = 24612 end item - COMMAND = 8 - SHORTCUT = 35 + Command = 8 + ShortCut = 35 end item - COMMAND = 108 - SHORTCUT = 8227 + Command = 108 + ShortCut = 8227 end item - COMMAND = 16 - SHORTCUT = 16419 + Command = 16 + ShortCut = 16419 end item - COMMAND = 116 - SHORTCUT = 24611 + Command = 116 + ShortCut = 24611 end item - COMMAND = 223 - SHORTCUT = 45 + Command = 223 + ShortCut = 45 end item - COMMAND = 201 - SHORTCUT = 16429 + Command = 201 + ShortCut = 16429 end item - COMMAND = 604 - SHORTCUT = 8237 + Command = 604 + ShortCut = 8237 end item - COMMAND = 502 - SHORTCUT = 46 + Command = 502 + ShortCut = 46 end item - COMMAND = 603 - SHORTCUT = 8238 + Command = 603 + ShortCut = 8238 end item - COMMAND = 501 - SHORTCUT = 8 + Command = 501 + ShortCut = 8 end item - COMMAND = 501 - SHORTCUT = 8200 + Command = 501 + ShortCut = 8200 end item - COMMAND = 504 - SHORTCUT = 16392 + Command = 504 + ShortCut = 16392 end item - COMMAND = 601 - SHORTCUT = 32776 + Command = 601 + ShortCut = 32776 end item - COMMAND = 602 - SHORTCUT = 40968 + Command = 602 + ShortCut = 40968 end item - COMMAND = 509 - SHORTCUT = 13 + Command = 509 + ShortCut = 13 end item - COMMAND = 199 - SHORTCUT = 16449 + Command = 199 + ShortCut = 16449 end item - COMMAND = 201 - SHORTCUT = 16451 + Command = 201 + ShortCut = 16451 end item - COMMAND = 610 - SHORTCUT = 24649 + Command = 610 + ShortCut = 24649 end item - COMMAND = 509 - SHORTCUT = 16461 + Command = 509 + ShortCut = 16461 end item - COMMAND = 510 - SHORTCUT = 16462 + Command = 510 + ShortCut = 16462 end item - COMMAND = 503 - SHORTCUT = 16468 + Command = 503 + ShortCut = 16468 end item - COMMAND = 611 - SHORTCUT = 24661 + Command = 611 + ShortCut = 24661 end item - COMMAND = 604 - SHORTCUT = 16470 + Command = 604 + ShortCut = 16470 end item - COMMAND = 603 - SHORTCUT = 16472 + Command = 603 + ShortCut = 16472 end item - COMMAND = 507 - SHORTCUT = 16473 + Command = 507 + ShortCut = 16473 end item - COMMAND = 506 - SHORTCUT = 24665 + Command = 506 + ShortCut = 24665 end item - COMMAND = 601 - SHORTCUT = 16474 + Command = 601 + ShortCut = 16474 end item - COMMAND = 602 - SHORTCUT = 24666 + Command = 602 + ShortCut = 24666 end item - COMMAND = 301 - SHORTCUT = 16432 + Command = 301 + ShortCut = 16432 end item - COMMAND = 302 - SHORTCUT = 16433 + Command = 302 + ShortCut = 16433 end item - COMMAND = 303 - SHORTCUT = 16434 + Command = 303 + ShortCut = 16434 end item - COMMAND = 304 - SHORTCUT = 16435 + Command = 304 + ShortCut = 16435 end item - COMMAND = 305 - SHORTCUT = 16436 + Command = 305 + ShortCut = 16436 end item - COMMAND = 306 - SHORTCUT = 16437 + Command = 306 + ShortCut = 16437 end item - COMMAND = 307 - SHORTCUT = 16438 + Command = 307 + ShortCut = 16438 end item - COMMAND = 308 - SHORTCUT = 16439 + Command = 308 + ShortCut = 16439 end item - COMMAND = 309 - SHORTCUT = 16440 + Command = 309 + ShortCut = 16440 end item - COMMAND = 310 - SHORTCUT = 16441 + Command = 310 + ShortCut = 16441 end item - COMMAND = 351 - SHORTCUT = 24624 + Command = 351 + ShortCut = 24624 end item - COMMAND = 352 - SHORTCUT = 24625 + Command = 352 + ShortCut = 24625 end item - COMMAND = 353 - SHORTCUT = 24626 + Command = 353 + ShortCut = 24626 end item - COMMAND = 354 - SHORTCUT = 24627 + Command = 354 + ShortCut = 24627 end item - COMMAND = 355 - SHORTCUT = 24628 + Command = 355 + ShortCut = 24628 end item - COMMAND = 356 - SHORTCUT = 24629 + Command = 356 + ShortCut = 24629 end item - COMMAND = 357 - SHORTCUT = 24630 + Command = 357 + ShortCut = 24630 end item - COMMAND = 358 - SHORTCUT = 24631 + Command = 358 + ShortCut = 24631 end item - COMMAND = 359 - SHORTCUT = 24632 + Command = 359 + ShortCut = 24632 end item - COMMAND = 360 - SHORTCUT = 24633 + Command = 360 + ShortCut = 24633 end item - COMMAND = 231 - SHORTCUT = 24654 + Command = 231 + ShortCut = 24654 end item - COMMAND = 232 - SHORTCUT = 24643 + Command = 232 + ShortCut = 24643 end item - COMMAND = 233 - SHORTCUT = 24652 + Command = 233 + ShortCut = 24652 end item - COMMAND = 612 - SHORTCUT = 9 + Command = 612 + ShortCut = 9 end item - COMMAND = 613 - SHORTCUT = 8201 + Command = 613 + ShortCut = 8201 end item - COMMAND = 250 - SHORTCUT = 24642 + Command = 250 + ShortCut = 24642 end> - LINES.Strings = ( + Lines.Strings = ( 'TextSynedit' ) - OPTIONS = [eoautoindent, eobrackethighlight, eodragdropediting, eoscrollpasteol, eoshowscrollhint, eosmarttabs, eotabstospaces, eotrimtrailingspaces] - SELECTEDCOLOR.ONCHANGE = nil - CURSOR = 65532 - HEIGHT = 53 - WIDTH = 393 + SelectedColor.OnChange = nil + Cursor = 65532 + Height = 53 + Width = 393 end end end diff --git a/ide/charactermapdlg.lrs b/ide/charactermapdlg.lrs index 817e19e6ad..b6efa8e151 100644 --- a/ide/charactermapdlg.lrs +++ b/ide/charactermapdlg.lrs @@ -1,127 +1,124 @@ { This is an automatically generated lazarus resource file } LazarusResources.Add('TCharacterMapDialog','FORMDATA',[ - 'TPF0'#19'TCharacterMapDialog'#18'CharacterMapDialog'#7'CAPTION'#6#18'Charact' - +'erMapDialog'#12'CLIENTHEIGHT'#3#149#1#11'CLIENTWIDTH'#3#156#1#10'KEYPREVIEW' - +#9#8'ONCREATE'#7#24'CharacterMapDialogCREATE'#9'ONDESTROY'#7#25'CharacterMap' - +'DialogDESTROY'#9'ONKEYDOWN'#7#25'CharacterMapDialogKEYDOWN'#8'POSITION'#7#14 - +'poscreencenter'#18'HORZSCROLLBAR.PAGE'#3#157#1#18'VERTSCROLLBAR.PAGE'#3#150 - +#1#4'LEFT'#3'{'#1#6'HEIGHT'#3#149#1#3'TOP'#3#22#1#5'WIDTH'#3#156#1#0#7'TBUTT' - +'ON'#8'OkButton'#7'ANCHORS'#11#6'akleft'#8'akbottom'#0#11'MODALRESULT'#2#1#7 - +'CAPTION'#6#2'Ok'#7'TABSTOP'#9#8'TABORDER'#2#0#4'LEFT'#2'p'#6'HEIGHT'#2#25#3 - +'TOP'#3'v'#1#5'WIDTH'#2'K'#0#0#7'TBUTTON'#12'CancelButton'#7'ANCHORS'#11#6'a' - +'kleft'#8'akbottom'#0#11'MODALRESULT'#2#2#7'CAPTION'#6#6'Cancel'#7'TABSTOP'#9 - +#8'TABORDER'#2#1#4'LEFT'#3#224#0#6'HEIGHT'#2#25#3'TOP'#3'v'#1#5'WIDTH'#2'K'#0 - +#0#9'TGROUPBOX'#18'CharactersGroupbox'#7'ANCHORS'#11#5'aktop'#6'akleft'#7'ak' - +'right'#8'akbottom'#0#7'CAPTION'#6#10'Characters'#12'CLIENTHEIGHT'#3#15#1#11 - +'CLIENTWIDTH'#3#137#1#11'PARENTCTL3D'#8#8'TABORDER'#2#2#4'LEFT'#2#8#6'HEIGHT' - +#3' '#1#3'TOP'#2#8#5'WIDTH'#3#141#1#0#8'TSYNEDIT'#14'CharMapSynedit'#5'ALIGN' - +#7#5'altop'#7'ANCHORS'#11#5'aktop'#6'akleft'#7'akright'#8'akbottom'#0#5'COLO' - +'R'#4#255#255#255#0#11'FONT.HEIGHT'#2#241#9'FONT.NAME'#6#7'courier'#6'HEIGHT' - +#3#248#0#4'NAME'#6#14'CharMapSynedit'#11'PARENTCTL3D'#8#8'TABORDER'#2#0#5'WI' - +'DTH'#3#137#1#11'ONMOUSEDOWN'#7#23'CharMapSyneditMOUSEDOWN'#11'ONMOUSEMOVE'#7 - +#23'CharMapSyneditMOUSEMOVE'#24'BOOKMARKOPTIONS.ONCHANGE'#13#14'GUTTER.VISIB' - +'LE'#8#15'GUTTER.ONCHANGE'#13#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 - +''''#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'SHORT' - +'CUT'#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'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 - +'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 - +'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'COMMAND'#3'-'#1#8'SHORTCU' - +'T'#3'0@'#0#1#7'COMMAND'#3'.'#1#8'SHORTCUT'#3'1@'#0#1#7'COMMAND'#3'/'#1#8'SH' - +'ORTCUT'#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'COMMAN' - +'D'#3'5'#1#8'SHORTCUT'#3'8@'#0#1#7'COMMAND'#3'6'#1#8'SHORTCUT'#3'9@'#0#1#7'C' - +'OMMAND'#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'COMMAND'#3'f'#1#8'SHORTCU' - +'T'#3'7`'#0#1#7'COMMAND'#3'g'#1#8'SHORTCUT'#3'8`'#0#1#7'COMMAND'#3'h'#1#8'SH' - +'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'CharMapSynedit'#0 - +#7'OPTIONS'#11#12'eoautoindent'#9'eonocaret'#13'eonoselection'#15'eoscrollpa' + 'TPF0'#19'TCharacterMapDialog'#18'CharacterMapDialog'#7'Caption'#6#18'Charact' + +'erMapDialog'#12'ClientHeight'#3#149#1#11'ClientWidth'#3#156#1#10'KeyPreview' + +#9#8'OnCreate'#7#24'CharacterMapDialogCREATE'#9'OnDestroy'#7#25'CharacterMap' + +'DialogDESTROY'#9'OnKeyDown'#7#25'CharacterMapDialogKEYDOWN'#8'Position'#7#14 + +'poscreencenter'#18'HorzScrollBar.Page'#3#157#1#18'VertScrollBar.Page'#3#150 + +#1#4'Left'#3'{'#1#6'Height'#3#149#1#3'Top'#3#22#1#5'Width'#3#156#1#0#7'TButt' + +'on'#8'OkButton'#7'Anchors'#11#6'akleft'#8'akbottom'#0#11'ModalResult'#2#1#7 + +'Caption'#6#2'Ok'#7'TabStop'#9#8'TabOrder'#2#0#4'Left'#2'p'#6'Height'#2#25#3 + +'Top'#3'v'#1#5'Width'#2'K'#0#0#7'TButton'#12'CancelButton'#7'Anchors'#11#6'a' + +'kleft'#8'akbottom'#0#11'ModalResult'#2#2#7'Caption'#6#6'Cancel'#7'TabStop'#9 + +#8'TabOrder'#2#1#4'Left'#3#224#0#6'Height'#2#25#3'Top'#3'v'#1#5'Width'#2'K'#0 + +#0#9'TGroupBox'#18'CharactersGroupbox'#7'Anchors'#11#5'aktop'#6'akleft'#7'ak' + +'right'#8'akbottom'#0#7'Caption'#6#10'Characters'#12'ClientHeight'#3#15#1#11 + +'ClientWidth'#3#137#1#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#2#4 + +'Left'#2#8#6'Height'#3' '#1#3'Top'#2#8#5'Width'#3#141#1#0#8'TSynEdit'#14'Cha' + +'rMapSynedit'#5'Align'#7#5'altop'#7'Anchors'#11#5'aktop'#6'akleft'#7'akright' + +#8'akbottom'#0#11'Font.Height'#2#241#9'Font.Name'#6#7'courier'#6'Height'#3 + +#248#0#4'Name'#6#14'CharMapSynedit'#11'ParentCtl3D'#8#8'TabOrder'#2#0#5'Widt' + +'h'#3#137#1#11'OnMouseDown'#7#23'CharMapSyneditMOUSEDOWN'#11'OnMouseMove'#7 + +#23'CharMapSyneditMOUSEMOVE'#24'BookMarkOptions.OnChange'#13#14'Gutter.Visib' + +'le'#8#15'Gutter.OnChange'#13#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 + +''''#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'Short' + +'Cut'#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'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 + +'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 + +'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'Command'#3'-'#1#8'ShortCu' + +'t'#3'0@'#0#1#7'Command'#3'.'#1#8'ShortCut'#3'1@'#0#1#7'Command'#3'/'#1#8'Sh' + +'ortCut'#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'Comman' + +'d'#3'5'#1#8'ShortCut'#3'8@'#0#1#7'Command'#3'6'#1#8'ShortCut'#3'9@'#0#1#7'C' + +'ommand'#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'Command'#3'f'#1#8'ShortCu' + +'t'#3'7`'#0#1#7'Command'#3'g'#1#8'ShortCut'#3'8`'#0#1#7'Command'#3'h'#1#8'Sh' + +'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'CharMapSynedit'#0 + +#7'Options'#11#12'eoautoindent'#9'eonocaret'#13'eonoselection'#15'eoscrollpa' ,'steol'#16'eoshowscrollhint'#11'eosmarttabs'#14'eotabstospaces'#20'eotrimtra' - +'ilingspaces'#0#8'READONLY'#9#22'SELECTEDCOLOR.ONCHANGE'#13#6'CURSOR'#4#252 - +#255#0#0#6'HEIGHT'#3#248#0#5'WIDTH'#3#137#1#0#0#6'TLABEL'#13'CharInfoLabel'#5 - +'ALIGN'#7#8'albottom'#7'ANCHORS'#11#6'akleft'#7'akright'#8'akbottom'#0#7'CAP' - +'TION'#6#13'CharInfoLabel'#6'LAYOUT'#7#5'tltop'#6'HEIGHT'#2#20#3'TOP'#3#251#0 - +#5'WIDTH'#3#137#1#0#0#0#9'TGROUPBOX'#12'TextGroupbox'#7'ANCHORS'#11#6'akleft' - +#7'akright'#8'akbottom'#0#7'CAPTION'#6#4'Text'#12'CLIENTHEIGHT'#2'5'#11'CLIE' - +'NTWIDTH'#3#137#1#11'PARENTCTL3D'#8#8'TABORDER'#2#3#4'LEFT'#2#8#6'HEIGHT'#2 - +'F'#3'TOP'#3'('#1#5'WIDTH'#3#141#1#0#8'TSYNEDIT'#11'TextSynedit'#5'ALIGN'#7#8 - +'alclient'#5'COLOR'#4#255#255#255#0#11'FONT.HEIGHT'#2#241#9'FONT.NAME'#6#7'c' - +'ourier'#6'HEIGHT'#2'5'#4'NAME'#6#11'TextSynedit'#11'PARENTCTL3D'#8#8'TABORD' - +'ER'#2#0#5'WIDTH'#3#137#1#24'BOOKMARKOPTIONS.ONCHANGE'#13#14'GUTTER.VISIBLE' - +#8#15'GUTTER.ONCHANGE'#13#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'SHORT' - +'CUT'#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'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 - +'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 - +'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'COMMAND'#3'-'#1#8'SHORTCU' - +'T'#3'0@'#0#1#7'COMMAND'#3'.'#1#8'SHORTCUT'#3'1@'#0#1#7'COMMAND'#3'/'#1#8'SH' - +'ORTCUT'#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'COMMAN' - +'D'#3'5'#1#8'SHORTCUT'#3'8@'#0#1#7'COMMAND'#3'6'#1#8'SHORTCUT'#3'9@'#0#1#7'C' - +'OMMAND'#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'COMMAND'#3'f'#1#8'SHORTCU' - +'T'#3'7`'#0#1#7'COMMAND'#3'g'#1#8'SHORTCUT'#3'8`'#0#1#7'COMMAND'#3'h'#1#8'SH' - +'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#11'TextSynedit'#0#7 - +'OPTIONS'#11#12'eoautoindent'#18'eobrackethighlight'#17'eodragdropediting'#15 - +'eoscrollpasteol'#16'eoshowscrollhint'#11'eosmarttabs'#14'eotabstospaces'#20 - +'eotrimtrailingspaces'#0#22'SELECTEDCOLOR.ONCHANGE'#13#6'CURSOR'#4#252#255#0 - +#0#6'HEIGHT'#2'5'#5'WIDTH'#3#137#1#0#0#0#0 + +'ilingspaces'#0#8'ReadOnly'#9#22'SelectedColor.OnChange'#13#6'Cursor'#4#252 + +#255#0#0#6'Height'#3#248#0#5'Width'#3#137#1#0#0#6'TLabel'#13'CharInfoLabel'#5 + +'Align'#7#8'albottom'#7'Anchors'#11#6'akleft'#7'akright'#8'akbottom'#0#7'Cap' + +'tion'#6#13'CharInfoLabel'#6'Layout'#7#5'tltop'#6'Height'#2#20#3'Top'#3#251#0 + +#5'Width'#3#137#1#0#0#0#9'TGroupBox'#12'TextGroupbox'#7'Anchors'#11#6'akleft' + +#7'akright'#8'akbottom'#0#7'Caption'#6#4'Text'#12'ClientHeight'#2'5'#11'Clie' + +'ntWidth'#3#137#1#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#3#4'Left' + +#2#8#6'Height'#2'F'#3'Top'#3'('#1#5'Width'#3#141#1#0#8'TSynEdit'#11'TextSyne' + +'dit'#5'Align'#7#8'alclient'#11'Font.Height'#2#241#9'Font.Name'#6#7'courier' + +#6'Height'#2'5'#4'Name'#6#11'TextSynedit'#11'ParentCtl3D'#8#8'TabOrder'#2#0#5 + +'Width'#3#137#1#24'BookMarkOptions.OnChange'#13#14'Gutter.Visible'#8#15'Gutt' + +'er.OnChange'#13#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#11'TextSynedit'#0#22'SelectedColor.' + +'OnChange'#13#6'Cursor'#4#252#255#0#0#6'Height'#2'5'#5'Width'#3#137#1#0#0#0#0 ]); diff --git a/ide/checklfmdlg.lfm b/ide/checklfmdlg.lfm index ad451c5527..9819a28d78 100644 --- a/ide/checklfmdlg.lfm +++ b/ide/checklfmdlg.lfm @@ -36,7 +36,6 @@ object CheckLFMDialog: TCheckLFMDialog Caption = 'LFM file' ClientHeight = 266 ClientWidth = 442 - Color = -2147483633 ParentColor = True ParentCtl3D = False TabOrder = 2 @@ -46,7 +45,6 @@ object CheckLFMDialog: TCheckLFMDialog Width = 446 object LFMSynEdit: TSynEdit Align = alclient - Color = 16777215 Font.Height = -15 Font.Name = 'courier' Height = 266 @@ -54,6 +52,8 @@ object CheckLFMDialog: TCheckLFMDialog ParentCtl3D = False TabOrder = 0 Width = 442 + BookMarkOptions.OnChange = nil + Gutter.OnChange = nil Highlighter = SynLFMSyn1 Keystrokes = < item @@ -379,6 +379,7 @@ object CheckLFMDialog: TCheckLFMDialog Lines.Strings = ( 'LFMSynEdit' ) + SelectedColor.OnChange = nil OnSpecialLineColors = LFMSynEditSpecialLineColors Cursor = 65532 Height = 266 @@ -390,7 +391,6 @@ object CheckLFMDialog: TCheckLFMDialog Caption = 'Errors' ClientHeight = 87 ClientWidth = 442 - Color = -2147483633 ParentColor = True ParentCtl3D = False TabOrder = 3 @@ -410,7 +410,6 @@ object CheckLFMDialog: TCheckLFMDialog end object NoteLabel: TLabel Caption = 'NoteLabel' - Color = -2147483633 Layout = tltop WordWrap = True Left = 8 diff --git a/ide/checklfmdlg.lrs b/ide/checklfmdlg.lrs index a0cb7ab5c4..ab4caf5e16 100644 --- a/ide/checklfmdlg.lrs +++ b/ide/checklfmdlg.lrs @@ -12,28 +12,28 @@ LazarusResources.Add('TCheckLFMDialog','FORMDATA',[ +#7'TabStop'#9#8'TabOrder'#2#1#7'OnClick'#7#20'RemoveAllButtonClick'#4'Left'#2 +#24#6'Height'#2#25#3'Top'#3#227#1#5'Width'#3'7'#1#0#0#9'TGroupBox'#11'LFMGro' +'upBox'#7'Anchors'#11#5'aktop'#6'akleft'#7'akright'#8'akbottom'#0#7'Caption' - +#6#8'LFM file'#12'ClientHeight'#3#10#1#11'ClientWidth'#3#186#1#5'Color'#4#15 - +#0#0#128#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#2#4'Left'#2#8#6'H' - +'eight'#3#27#1#3'Top'#2'P'#5'Width'#3#190#1#0#8'TSynEdit'#10'LFMSynEdit'#5'A' - +'lign'#7#8'alclient'#5'Color'#4#255#255#255#0#11'Font.Height'#2#241#9'Font.N' - +'ame'#6#7'courier'#6'Height'#3#10#1#4'Name'#6#10'LFMSynEdit'#11'ParentCtl3D' - +#8#8'TabOrder'#2#0#5'Width'#3#186#1#11'Highlighter'#7#10'SynLFMSyn1'#10'Keys' - +'trokes'#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'ShortCu' - +'t'#2'('#0#1#7'Command'#2'h'#8'ShortCut'#3'( '#0#1#7'Command'#3#212#0#8'Shor' - +'tCut'#3'(@'#0#1#7'Command'#2#1#8'ShortCut'#2'%'#0#1#7'Command'#2'e'#8'Short' - +'Cut'#3'% '#0#1#7'Command'#2#5#8'ShortCut'#3'%@'#0#1#7'Command'#2'i'#8'Short' - +'Cut'#3'%`'#0#1#7'Command'#2#2#8'ShortCut'#2''''#0#1#7'Command'#2'f'#8'Short' - +'Cut'#3''' '#0#1#7'Command'#2#6#8'ShortCut'#3'''@'#0#1#7'Command'#2'j'#8'Sho' - +'rtCut'#3'''`'#0#1#7'Command'#2#10#8'ShortCut'#2'"'#0#1#7'Command'#2'n'#8'Sh' - +'ortCut'#3'" '#0#1#7'Command'#2#14#8'ShortCut'#3'"@'#0#1#7'Command'#2'r'#8'S' - +'hortCut'#3'"`'#0#1#7'Command'#2#9#8'ShortCut'#2'!'#0#1#7'Command'#2'm'#8'Sh' - +'ortCut'#3'! '#0#1#7'Command'#2#13#8'ShortCut'#3'!@'#0#1#7'Command'#2'q'#8'S' - +'hortCut'#3'!`'#0#1#7'Command'#2#7#8'ShortCut'#2'$'#0#1#7'Command'#2'k'#8'Sh' - +'ortCut'#3'$ '#0#1#7'Command'#2#15#8'ShortCut'#3'$@'#0#1#7'Command'#2's'#8'S' - +'hortCut'#3'$`'#0#1#7'Command'#2#8#8'ShortCut'#2'#'#0#1#7'Command'#2'l'#8'Sh' - +'ortCut'#3'# '#0#1#7'Command'#2#16#8'ShortCut'#3'#@'#0#1#7'Command'#2't'#8'S' - +'hortCut'#3'#`'#0#1#7'Command'#3#223#0#8'ShortCut'#2'-'#0#1#7'Command'#3#201 + +#6#8'LFM file'#12'ClientHeight'#3#10#1#11'ClientWidth'#3#186#1#11'ParentColo' + +'r'#9#11'ParentCtl3D'#8#8'TabOrder'#2#2#4'Left'#2#8#6'Height'#3#27#1#3'Top'#2 + +'P'#5'Width'#3#190#1#0#8'TSynEdit'#10'LFMSynEdit'#5'Align'#7#8'alclient'#11 + +'Font.Height'#2#241#9'Font.Name'#6#7'courier'#6'Height'#3#10#1#4'Name'#6#10 + +'LFMSynEdit'#11'ParentCtl3D'#8#8'TabOrder'#2#0#5'Width'#3#186#1#24'BookMarkO' + +'ptions.OnChange'#13#15'Gutter.OnChange'#13#11'Highlighter'#7#10'SynLFMSyn1' + +#10'Keystrokes'#14#1#7'Command'#2#3#8'ShortCut'#2'&'#0#1#7'Command'#2'g'#8'S' + +'hortCut'#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'S' + +'hortCut'#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'S' + +'hortCut'#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'S' + +'hortCut'#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'Comman' +'d'#3#245#1#8'ShortCut'#2#8#0#1#7'Command'#3#245#1#8'ShortCut'#3#8' '#0#1#7 @@ -60,17 +60,16 @@ LazarusResources.Add('TCheckLFMDialog','FORMDATA',[ +#231#0#8'ShortCut'#3'N`'#0#1#7'Command'#3#232#0#8'ShortCut'#3'C`'#0#1#7'Comm' +'and'#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#10'LFMSynEdit'#0#19'OnSpecialLineColors'#7#27'LFM' - +'SynEditSpecialLineColors'#6'Cursor'#4#252#255#0#0#6'Height'#3#10#1#5'Width' - +#3#186#1#0#0#0#9'TGroupBox'#14'ErrorsGroupBox'#7'Anchors'#11#6'akleft'#7'akr' - +'ight'#8'akbottom'#0#7'Caption'#6#6'Errors'#12'ClientHeight'#2'W'#11'ClientW' - +'idth'#3#186#1#5'Color'#4#15#0#0#128#11'ParentColor'#9#11'ParentCtl3D'#8#8'T' - ,'abOrder'#2#3#4'Left'#2#8#6'Height'#2'h'#3'Top'#3's'#1#5'Width'#3#190#1#0#8 - +'TListBox'#13'ErrorsListBox'#5'Align'#7#8'alclient'#7'OnClick'#7#18'ErrorsLi' - +'stBoxClick'#8'TabOrder'#2#0#7'TabStop'#9#8'TopIndex'#2#255#6'Height'#2'W'#5 - +'Width'#3#186#1#0#0#0#6'TLabel'#9'NoteLabel'#7'Caption'#6#9'NoteLabel'#5'Col' - +'or'#4#15#0#0#128#6'Layout'#7#5'tltop'#8'WordWrap'#9#4'Left'#2#8#6'Height'#2 - +'A'#3'Top'#2#8#5'Width'#3#185#1#0#0#10'TSynLFMSyn'#10'SynLFMSyn1'#13'Default' - +'Filter'#6' Lazarus Form Files (*.lfm)|*.lfm'#7'Enabled'#8#4'left'#3#129#0#3 - +'top'#2'h'#0#0#0 + +#0#0#13'Lines.Strings'#1#6#10'LFMSynEdit'#0#22'SelectedColor.OnChange'#13#19 + +'OnSpecialLineColors'#7#27'LFMSynEditSpecialLineColors'#6'Cursor'#4#252#255#0 + +#0#6'Height'#3#10#1#5'Width'#3#186#1#0#0#0#9'TGroupBox'#14'ErrorsGroupBox'#7 + +'Anchors'#11#6'akleft'#7'akright'#8'akbottom'#0#7'Caption'#6#6'Errors'#12'Cl' + +'ientHeight'#2'W'#11'ClientWidth'#3#186#1#11'ParentColor'#9#11'ParentCtl3D'#8 + ,#8'TabOrder'#2#3#4'Left'#2#8#6'Height'#2'h'#3'Top'#3's'#1#5'Width'#3#190#1#0 + +#8'TListBox'#13'ErrorsListBox'#5'Align'#7#8'alclient'#7'OnClick'#7#18'Errors' + +'ListBoxClick'#8'TabOrder'#2#0#7'TabStop'#9#8'TopIndex'#2#255#6'Height'#2'W' + +#5'Width'#3#186#1#0#0#0#6'TLabel'#9'NoteLabel'#7'Caption'#6#9'NoteLabel'#6'L' + +'ayout'#7#5'tltop'#8'WordWrap'#9#4'Left'#2#8#6'Height'#2'A'#3'Top'#2#8#5'Wid' + +'th'#3#185#1#0#0#10'TSynLFMSyn'#10'SynLFMSyn1'#13'DefaultFilter'#6' Lazarus ' + +'Form Files (*.lfm)|*.lfm'#7'Enabled'#8#4'left'#3#129#0#3'top'#2'h'#0#0#0 ]); diff --git a/ide/checklfmdlg.pas b/ide/checklfmdlg.pas index 91a44cabc7..7921ba417f 100644 --- a/ide/checklfmdlg.pas +++ b/ide/checklfmdlg.pas @@ -166,7 +166,7 @@ begin end; CurError:=CurError.PrevError; end; - + if ApplyReplacements(Replacements) then ModalResult:=mrOk; finally diff --git a/ide/cleandirdlg.lfm b/ide/cleandirdlg.lfm index 35a25ecfcd..a9f63c4c97 100644 --- a/ide/cleandirdlg.lfm +++ b/ide/cleandirdlg.lfm @@ -1,164 +1,156 @@ object CleanDirectoryDialog: TCleanDirectoryDialog - CAPTION = 'Clean Directory' - CLIENTHEIGHT = 345 - CLIENTWIDTH = 502 - ONCREATE = CleanDirectoryDialogCreate - HORZSCROLLBAR.PAGE = 503 - VERTSCROLLBAR.PAGE = 346 - LEFT = 316 - HEIGHT = 345 - TOP = 212 - WIDTH = 502 - object OkButton: TBUTTON - ANCHORS = [aktop, akleft] - CAPTION = 'Ok' - TABSTOP = True - TABORDER = 0 - ONCLICK = OkButtonClick - LEFT = 128 - HEIGHT = 25 - TOP = 312 - WIDTH = 97 + Caption = 'Clean Directory' + ClientHeight = 345 + ClientWidth = 502 + OnCreate = CleanDirectoryDialogCreate + HorzScrollBar.Page = 503 + VertScrollBar.Page = 346 + Left = 316 + Height = 345 + Top = 212 + Width = 502 + object OkButton: TButton + Caption = 'Ok' + TabStop = True + TabOrder = 0 + OnClick = OkButtonClick + Left = 128 + Height = 25 + Top = 312 + Width = 97 end - object CancelButton: TBUTTON - ANCHORS = [aktop, akleft] - MODALRESULT = 2 - CAPTION = 'Cancel' - TABSTOP = True - TABORDER = 1 - LEFT = 269 - HEIGHT = 25 - TOP = 312 - WIDTH = 97 + object CancelButton: TButton + ModalResult = 2 + Caption = 'Cancel' + TabStop = True + TabOrder = 1 + Left = 269 + Height = 25 + Top = 312 + Width = 97 end - object DirGroupbox: TGROUPBOX - ANCHORS = [aktop, akleft, akright] - CAPTION = 'Directory' - CLIENTHEIGHT = 63 - CLIENTWIDTH = 482 - COLOR = -2147483633 - PARENTCOLOR = True - PARENTCTL3D = False - TABORDER = 2 - LEFT = 8 - HEIGHT = 80 - TOP = 8 - WIDTH = 486 - object DirCombobox: TCOMBOBOX - ANCHORS = [aktop, akleft, akright] - MAXLENGTH = 0 - PARENTCTL3D = False - TABORDER = 0 - TABSTOP = True - TEXT = 'DirCombobox' - LEFT = 6 - HEIGHT = 25 - TOP = 9 - WIDTH = 468 + object DirGroupbox: TGroupBox + Anchors = [aktop, akleft, akright] + Caption = 'Directory' + ClientHeight = 63 + ClientWidth = 482 + ParentColor = True + ParentCtl3D = False + TabOrder = 2 + Left = 8 + Height = 80 + Top = 8 + Width = 486 + object DirCombobox: TComboBox + Anchors = [aktop, akleft, akright] + MaxLength = 0 + ParentCtl3D = False + TabOrder = 0 + TabStop = True + Text = 'DirCombobox' + Left = 6 + Height = 25 + Top = 9 + Width = 468 end - object SubDirsCheckbox: TCHECKBOX - ALLOWGRAYED = True - ANCHORS = [aktop, akleft, akright] - AUTOSIZE = True - CAPTION = 'Clean sub directories' - DRAGCURSOR = 0 - TABORDER = 1 - TABSTOP = True - LEFT = 6 - HEIGHT = 20 - TOP = 39 - WIDTH = 468 + object SubDirsCheckbox: TCheckBox + AllowGrayed = True + Anchors = [aktop, akleft, akright] + AutoSize = True + Caption = 'Clean sub directories' + DragCursor = crDefault + TabOrder = 1 + TabStop = True + Left = 6 + Height = 20 + Top = 39 + Width = 468 end end - object RemoveGroupbox: TGROUPBOX - ANCHORS = [aktop, akleft, akright] - CAPTION = 'Remove files matching filter:' - CLIENTHEIGHT = 68 - CLIENTWIDTH = 482 - COLOR = -2147483633 - PARENTCOLOR = True - PARENTCTL3D = False - TABORDER = 3 - LEFT = 8 - HEIGHT = 85 - TOP = 96 - WIDTH = 486 - object RemoveCombobox: TCOMBOBOX - ANCHORS = [aktop, akleft, akright] - MAXLENGTH = 0 - PARENTCTL3D = False - TABORDER = 0 - TABSTOP = True - TEXT = 'RemoveCombobox' - LEFT = 6 - HEIGHT = 25 - TOP = 8 - WIDTH = 468 + object RemoveGroupbox: TGroupBox + Anchors = [aktop, akleft, akright] + Caption = 'Remove files matching filter:' + ClientHeight = 68 + ClientWidth = 482 + ParentColor = True + ParentCtl3D = False + TabOrder = 3 + Left = 8 + Height = 85 + Top = 96 + Width = 486 + object RemoveCombobox: TComboBox + Anchors = [aktop, akleft, akright] + MaxLength = 0 + ParentCtl3D = False + TabOrder = 0 + TabStop = True + Text = 'RemoveCombobox' + Left = 6 + Height = 25 + Top = 8 + Width = 468 end - object SimpleSyntaxRemoveCheckbox: TCHECKBOX - ALLOWGRAYED = True - ANCHORS = [aktop, akleft] - AUTOSIZE = True - CAPTION = 'Simple syntax (e.g. * instead of .*)' - DRAGCURSOR = 0 - TABORDER = 1 - TABSTOP = True - LEFT = 6 - HEIGHT = 20 - TOP = 37 - WIDTH = 468 + object SimpleSyntaxRemoveCheckbox: TCheckBox + AllowGrayed = True + AutoSize = True + Caption = 'Simple syntax (e.g. * instead of .*)' + DragCursor = crDefault + TabOrder = 1 + TabStop = True + Left = 6 + Height = 20 + Top = 37 + Width = 468 end end - object KeepGroupbox: TGROUPBOX - ANCHORS = [aktop, akleft, akright] - CAPTION = 'Keep files matching filter:' - CLIENTHEIGHT = 89 - CLIENTWIDTH = 482 - COLOR = -2147483633 - PARENTCOLOR = True - PARENTCTL3D = False - TABORDER = 4 - LEFT = 8 - HEIGHT = 106 - TOP = 190 - WIDTH = 486 - object KeepCombobox: TCOMBOBOX - ANCHORS = [aktop, akleft, akright] - MAXLENGTH = 0 - PARENTCTL3D = False - TABORDER = 0 - TABSTOP = True - TEXT = 'KeepCombobox' - LEFT = 6 - HEIGHT = 25 - TOP = 8 - WIDTH = 468 + object KeepGroupbox: TGroupBox + Anchors = [aktop, akleft, akright] + Caption = 'Keep files matching filter:' + ClientHeight = 89 + ClientWidth = 482 + ParentColor = True + ParentCtl3D = False + TabOrder = 4 + Left = 8 + Height = 106 + Top = 190 + Width = 486 + object KeepCombobox: TComboBox + Anchors = [aktop, akleft, akright] + MaxLength = 0 + ParentCtl3D = False + TabOrder = 0 + TabStop = True + Text = 'KeepCombobox' + Left = 6 + Height = 25 + Top = 8 + Width = 468 end - object SimpleSyntaxKeepCheckbox: TCHECKBOX - ALLOWGRAYED = True - ANCHORS = [aktop, akleft] - AUTOSIZE = True - CAPTION = 'Simple syntax (e.g. * instead of .*)' - DRAGCURSOR = 0 - TABORDER = 1 - TABSTOP = True - LEFT = 6 - HEIGHT = 20 - TOP = 35 - WIDTH = 468 + object SimpleSyntaxKeepCheckbox: TCheckBox + AllowGrayed = True + AutoSize = True + Caption = 'Simple syntax (e.g. * instead of .*)' + DragCursor = crDefault + TabOrder = 1 + TabStop = True + Left = 6 + Height = 20 + Top = 35 + Width = 468 end - object KeepTextFilesCheckbox: TCHECKBOX - ALLOWGRAYED = True - ANCHORS = [aktop, akleft] - AUTOSIZE = True - CAPTION = 'Keep Text Files' - DRAGCURSOR = 0 - TABORDER = 2 - TABSTOP = True - LEFT = 6 - HEIGHT = 20 - TOP = 61 - WIDTH = 468 + object KeepTextFilesCheckbox: TCheckBox + AllowGrayed = True + AutoSize = True + Caption = 'Keep Text Files' + DragCursor = crDefault + TabOrder = 2 + TabStop = True + Left = 6 + Height = 20 + Top = 61 + Width = 468 end end end diff --git a/ide/cleandirdlg.lrs b/ide/cleandirdlg.lrs index 970645ffce..35e25ce561 100644 --- a/ide/cleandirdlg.lrs +++ b/ide/cleandirdlg.lrs @@ -1,48 +1,46 @@ { This is an automatically generated lazarus resource file } LazarusResources.Add('TCleanDirectoryDialog','FORMDATA',[ - 'TPF0'#21'TCleanDirectoryDialog'#20'CleanDirectoryDialog'#7'CAPTION'#6#15'Cle' - +'an Directory'#12'CLIENTHEIGHT'#3'Y'#1#11'CLIENTWIDTH'#3#246#1#8'ONCREATE'#7 - +#26'CleanDirectoryDialogCreate'#18'HORZSCROLLBAR.PAGE'#3#247#1#18'VERTSCROLL' - +'BAR.PAGE'#3'Z'#1#4'LEFT'#3'<'#1#6'HEIGHT'#3'Y'#1#3'TOP'#3#212#0#5'WIDTH'#3 - +#246#1#0#7'TBUTTON'#8'OkButton'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION' - +#6#2'Ok'#7'TABSTOP'#9#8'TABORDER'#2#0#7'ONCLICK'#7#13'OkButtonClick'#4'LEFT' - +#3#128#0#6'HEIGHT'#2#25#3'TOP'#3'8'#1#5'WIDTH'#2'a'#0#0#7'TBUTTON'#12'Cancel' - +'Button'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#11'MODALRESULT'#2#2#7'CAPTION'#6 - +#6'Cancel'#7'TABSTOP'#9#8'TABORDER'#2#1#4'LEFT'#3#13#1#6'HEIGHT'#2#25#3'TOP' - +#3'8'#1#5'WIDTH'#2'a'#0#0#9'TGROUPBOX'#11'DirGroupbox'#7'ANCHORS'#11#5'aktop' - +#6'akleft'#7'akright'#0#7'CAPTION'#6#9'Directory'#12'CLIENTHEIGHT'#2'?'#11'C' - +'LIENTWIDTH'#3#226#1#5'COLOR'#4#15#0#0#128#11'PARENTCOLOR'#9#11'PARENTCTL3D' - +#8#8'TABORDER'#2#2#4'LEFT'#2#8#6'HEIGHT'#2'P'#3'TOP'#2#8#5'WIDTH'#3#230#1#0#9 - +'TCOMBOBOX'#11'DirCombobox'#7'ANCHORS'#11#5'aktop'#6'akleft'#7'akright'#0#9 - +'MAXLENGTH'#2#0#11'PARENTCTL3D'#8#8'TABORDER'#2#0#7'TABSTOP'#9#4'TEXT'#6#11 - +'DirCombobox'#4'LEFT'#2#6#6'HEIGHT'#2#25#3'TOP'#2#9#5'WIDTH'#3#212#1#0#0#9'T' - +'CHECKBOX'#15'SubDirsCheckbox'#11'ALLOWGRAYED'#9#7'ANCHORS'#11#5'aktop'#6'ak' - +'left'#7'akright'#0#8'AUTOSIZE'#9#7'CAPTION'#6#21'Clean sub directories'#10 - +'DRAGCURSOR'#2#0#8'TABORDER'#2#1#7'TABSTOP'#9#4'LEFT'#2#6#6'HEIGHT'#2#20#3'T' - +'OP'#2''''#5'WIDTH'#3#212#1#0#0#0#9'TGROUPBOX'#14'RemoveGroupbox'#7'ANCHORS' - +#11#5'aktop'#6'akleft'#7'akright'#0#7'CAPTION'#6#29'Remove files matching fi' - +'lter:'#12'CLIENTHEIGHT'#2'D'#11'CLIENTWIDTH'#3#226#1#5'COLOR'#4#15#0#0#128 - +#11'PARENTCOLOR'#9#11'PARENTCTL3D'#8#8'TABORDER'#2#3#4'LEFT'#2#8#6'HEIGHT'#2 - +'U'#3'TOP'#2'`'#5'WIDTH'#3#230#1#0#9'TCOMBOBOX'#14'RemoveCombobox'#7'ANCHORS' - +#11#5'aktop'#6'akleft'#7'akright'#0#9'MAXLENGTH'#2#0#11'PARENTCTL3D'#8#8'TAB' - +'ORDER'#2#0#7'TABSTOP'#9#4'TEXT'#6#14'RemoveCombobox'#4'LEFT'#2#6#6'HEIGHT'#2 - +#25#3'TOP'#2#8#5'WIDTH'#3#212#1#0#0#9'TCHECKBOX'#26'SimpleSyntaxRemoveCheckb' - +'ox'#11'ALLOWGRAYED'#9#7'ANCHORS'#11#5'aktop'#6'akleft'#0#8'AUTOSIZE'#9#7'CA' - +'PTION'#6'$Simple syntax (e.g. * instead of .*)'#10'DRAGCURSOR'#2#0#8'TABORD' - +'ER'#2#1#7'TABSTOP'#9#4'LEFT'#2#6#6'HEIGHT'#2#20#3'TOP'#2'%'#5'WIDTH'#3#212#1 - +#0#0#0#9'TGROUPBOX'#12'KeepGroupbox'#7'ANCHORS'#11#5'aktop'#6'akleft'#7'akri' - +'ght'#0#7'CAPTION'#6#27'Keep files matching filter:'#12'CLIENTHEIGHT'#2'Y'#11 - +'CLIENTWIDTH'#3#226#1#5'COLOR'#4#15#0#0#128#11'PARENTCOLOR'#9#11'PARENTCTL3D' - +#8#8'TABORDER'#2#4#4'LEFT'#2#8#6'HEIGHT'#2'j'#3'TOP'#3#190#0#5'WIDTH'#3#230#1 - +#0#9'TCOMBOBOX'#12'KeepCombobox'#7'ANCHORS'#11#5'aktop'#6'akleft'#7'akright' - +#0#9'MAXLENGTH'#2#0#11'PARENTCTL3D'#8#8'TABORDER'#2#0#7'TABSTOP'#9#4'TEXT'#6 - +#12'KeepCombobox'#4'LEFT'#2#6#6'HEIGHT'#2#25#3'TOP'#2#8#5'WIDTH'#3#212#1#0#0 - +#9'TCHECKBOX'#24'SimpleSyntaxKeepCheckbox'#11'ALLOWGRAYED'#9#7'ANCHORS'#11#5 - +'aktop'#6'akleft'#0#8'AUTOSIZE'#9#7'CAPTION'#6'$Simple syntax (e.g. * instea' - +'d of .*)'#10'DRAGCURSOR'#2#0#8'TABORDER'#2#1#7'TABSTOP'#9#4'LEFT'#2#6#6'HEI' - +'GHT'#2#20#3'TOP'#2'#'#5'WIDTH'#3#212#1#0#0#9'TCHECKBOX'#21'KeepTextFilesChe' - +'ckbox'#11'ALLOWGRAYED'#9#7'ANCHORS'#11#5'aktop'#6'akleft'#0#8'AUTOSIZE'#9#7 - +'CAPTION'#6#15'Keep Text Files'#10'DRAGCURSOR'#2#0#8'TABORDER'#2#2#7'TABSTOP' - +#9#4'LEFT'#2#6#6'HEIGHT'#2#20#3'TOP'#2'='#5'WIDTH'#3#212#1#0#0#0#0 + 'TPF0'#21'TCleanDirectoryDialog'#20'CleanDirectoryDialog'#7'Caption'#6#15'Cle' + +'an Directory'#12'ClientHeight'#3'Y'#1#11'ClientWidth'#3#246#1#8'OnCreate'#7 + +#26'CleanDirectoryDialogCreate'#18'HorzScrollBar.Page'#3#247#1#18'VertScroll' + +'Bar.Page'#3'Z'#1#4'Left'#3'<'#1#6'Height'#3'Y'#1#3'Top'#3#212#0#5'Width'#3 + +#246#1#0#7'TButton'#8'OkButton'#7'Caption'#6#2'Ok'#7'TabStop'#9#8'TabOrder'#2 + +#0#7'OnClick'#7#13'OkButtonClick'#4'Left'#3#128#0#6'Height'#2#25#3'Top'#3'8' + +#1#5'Width'#2'a'#0#0#7'TButton'#12'CancelButton'#11'ModalResult'#2#2#7'Capti' + +'on'#6#6'Cancel'#7'TabStop'#9#8'TabOrder'#2#1#4'Left'#3#13#1#6'Height'#2#25#3 + +'Top'#3'8'#1#5'Width'#2'a'#0#0#9'TGroupBox'#11'DirGroupbox'#7'Anchors'#11#5 + +'aktop'#6'akleft'#7'akright'#0#7'Caption'#6#9'Directory'#12'ClientHeight'#2 + +'?'#11'ClientWidth'#3#226#1#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2 + +#2#4'Left'#2#8#6'Height'#2'P'#3'Top'#2#8#5'Width'#3#230#1#0#9'TComboBox'#11 + +'DirCombobox'#7'Anchors'#11#5'aktop'#6'akleft'#7'akright'#0#9'MaxLength'#2#0 + +#11'ParentCtl3D'#8#8'TabOrder'#2#0#7'TabStop'#9#4'Text'#6#11'DirCombobox'#4 + +'Left'#2#6#6'Height'#2#25#3'Top'#2#9#5'Width'#3#212#1#0#0#9'TCheckBox'#15'Su' + +'bDirsCheckbox'#11'AllowGrayed'#9#7'Anchors'#11#5'aktop'#6'akleft'#7'akright' + +#0#8'AutoSize'#9#7'Caption'#6#21'Clean sub directories'#10'DragCursor'#7#9'c' + +'rDefault'#8'TabOrder'#2#1#7'TabStop'#9#4'Left'#2#6#6'Height'#2#20#3'Top'#2 + +''''#5'Width'#3#212#1#0#0#0#9'TGroupBox'#14'RemoveGroupbox'#7'Anchors'#11#5 + +'aktop'#6'akleft'#7'akright'#0#7'Caption'#6#29'Remove files matching filter:' + +#12'ClientHeight'#2'D'#11'ClientWidth'#3#226#1#11'ParentColor'#9#11'ParentCt' + +'l3D'#8#8'TabOrder'#2#3#4'Left'#2#8#6'Height'#2'U'#3'Top'#2'`'#5'Width'#3#230 + +#1#0#9'TComboBox'#14'RemoveCombobox'#7'Anchors'#11#5'aktop'#6'akleft'#7'akri' + +'ght'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#7'TabStop'#9#4'Te' + +'xt'#6#14'RemoveCombobox'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#8#5'Width'#3 + +#212#1#0#0#9'TCheckBox'#26'SimpleSyntaxRemoveCheckbox'#11'AllowGrayed'#9#8'A' + +'utoSize'#9#7'Caption'#6'$Simple syntax (e.g. * instead of .*)'#10'DragCurso' + +'r'#7#9'crDefault'#8'TabOrder'#2#1#7'TabStop'#9#4'Left'#2#6#6'Height'#2#20#3 + +'Top'#2'%'#5'Width'#3#212#1#0#0#0#9'TGroupBox'#12'KeepGroupbox'#7'Anchors'#11 + +#5'aktop'#6'akleft'#7'akright'#0#7'Caption'#6#27'Keep files matching filter:' + +#12'ClientHeight'#2'Y'#11'ClientWidth'#3#226#1#11'ParentColor'#9#11'ParentCt' + +'l3D'#8#8'TabOrder'#2#4#4'Left'#2#8#6'Height'#2'j'#3'Top'#3#190#0#5'Width'#3 + +#230#1#0#9'TComboBox'#12'KeepCombobox'#7'Anchors'#11#5'aktop'#6'akleft'#7'ak' + +'right'#0#9'MaxLength'#2#0#11'ParentCtl3D'#8#8'TabOrder'#2#0#7'TabStop'#9#4 + +'Text'#6#12'KeepCombobox'#4'Left'#2#6#6'Height'#2#25#3'Top'#2#8#5'Width'#3 + +#212#1#0#0#9'TCheckBox'#24'SimpleSyntaxKeepCheckbox'#11'AllowGrayed'#9#8'Aut' + +'oSize'#9#7'Caption'#6'$Simple syntax (e.g. * instead of .*)'#10'DragCursor' + +#7#9'crDefault'#8'TabOrder'#2#1#7'TabStop'#9#4'Left'#2#6#6'Height'#2#20#3'To' + +'p'#2'#'#5'Width'#3#212#1#0#0#9'TCheckBox'#21'KeepTextFilesCheckbox'#11'Allo' + +'wGrayed'#9#8'AutoSize'#9#7'Caption'#6#15'Keep Text Files'#10'DragCursor'#7#9 + +'crDefault'#8'TabOrder'#2#2#7'TabStop'#9#4'Left'#2#6#6'Height'#2#20#3'Top'#2 + +'='#5'Width'#3#212#1#0#0#0#0 ]); diff --git a/ide/codeexplorer.lfm b/ide/codeexplorer.lfm index 7e60677ae2..99ea7ca347 100644 --- a/ide/codeexplorer.lfm +++ b/ide/codeexplorer.lfm @@ -1,68 +1,65 @@ object CodeExplorerView: TCodeExplorerView - CAPTION = 'CodeExplorerView' - CLIENTHEIGHT = 505 - CLIENTWIDTH = 206 - ONCLOSE = CodeExplorerViewCLOSE - ONCREATE = CodeExplorerViewCREATE - ONRESIZE = CodeExplorerViewRESIZE - HORZSCROLLBAR.PAGE = 207 - VERTSCROLLBAR.PAGE = 506 - LEFT = 378 - HEIGHT = 505 - TOP = 175 - WIDTH = 206 - object RefreshButton: TBUTTON - CAPTION = 'Refresh' - TABSTOP = True - TABORDER = 0 - ONCLICK = RefreshButtonCLICK - HEIGHT = 25 - WIDTH = 96 + Caption = 'CodeExplorerView' + ClientHeight = 505 + ClientWidth = 206 + OnClose = CodeExplorerViewCLOSE + OnCreate = CodeExplorerViewCREATE + OnResize = CodeExplorerViewRESIZE + HorzScrollBar.Page = 207 + VertScrollBar.Page = 506 + Left = 378 + Height = 505 + Top = 175 + Width = 206 + object RefreshButton: TButton + Caption = 'Refresh' + TabStop = True + TabOrder = 0 + OnClick = RefreshButtonCLICK + Height = 25 + Width = 96 end - object OptionsButton: TBUTTON - ENABLED = False - CAPTION = 'Options' - TABSTOP = True - TABORDER = 1 - LEFT = 110 - HEIGHT = 25 - WIDTH = 96 + object OptionsButton: TButton + Enabled = False + Caption = 'Options' + TabStop = True + TabOrder = 1 + Left = 110 + Height = 25 + Width = 96 end - object CodeTreeview: TTREEVIEW - ALIGN = albottom - BACKGROUNDCOLOR = 16777215 - BORDERWIDTH = 2 - DEFAULTITEMHEIGHT = 17 - DRAGCURSOR = 0 - HIDESELECTION = False - IMAGES = Imagelist1 - INDENT = 15 - PARENTCTL3D = False - POPUPMENU = TreePopupmenu - RIGHTCLICKSELECT = True - SELECTIONCOLOR = -2147483635 - TABORDER = 2 - ONDBLCLICK = CodeTreeviewDBLCLICK - ONDELETION = CodeTreeviewDELETION - OPTIONS = [tvoautoitemheight, tvokeepcollapsednodes, tvorightclickselect, tvoshowbuttons, tvoshowlines, tvoshowroot, tvotooltips] - HEIGHT = 480 - TOP = 25 - WIDTH = 206 + object CodeTreeview: TTreeView + Align = albottom + DefaultItemHeight = 17 + DragCursor = crDefault + HideSelection = False + Images = Imagelist1 + Indent = 15 + ParentCtl3D = False + PopupMenu = TreePopupmenu + RightClickSelect = True + TabOrder = 2 + OnDblClick = CodeTreeviewDBLCLICK + OnDeletion = CodeTreeviewDELETION + Options = [tvoautoitemheight, tvokeepcollapsednodes, tvorightclickselect, tvoshowbuttons, tvoshowlines, tvoshowroot, tvotooltips] + Height = 480 + Top = 25 + Width = 206 end - object Imagelist1: TIMAGELIST + object Imagelist1: TImageList left = 64 top = 32 end - object TreePopupmenu: TPOPUPMENU + object TreePopupmenu: TPopupMenu left = 64 top = 72 - object JumpToMenuitem: TMENUITEM - CAPTION = 'Jump to source' - ONCLICK = JumpToMenuitemCLICK + object JumpToMenuitem: TMenuItem + Caption = 'Jump to source' + OnClick = JumpToMenuitemCLICK end - object RefreshMenuitem: TMENUITEM - CAPTION = 'Refresh' - ONCLICK = RefreshMenuitemCLICK + object RefreshMenuitem: TMenuItem + Caption = 'Refresh' + OnClick = RefreshMenuitemCLICK end end end diff --git a/ide/codeexplorer.lrs b/ide/codeexplorer.lrs index 55f6f75d8e..3a44ad7d57 100644 --- a/ide/codeexplorer.lrs +++ b/ide/codeexplorer.lrs @@ -1,26 +1,25 @@ { This is an automatically generated lazarus resource file } LazarusResources.Add('TCodeExplorerView','FORMDATA',[ - 'TPF0'#17'TCodeExplorerView'#16'CodeExplorerView'#7'CAPTION'#6#16'CodeExplore' - +'rView'#12'CLIENTHEIGHT'#3#249#1#11'CLIENTWIDTH'#3#206#0#7'ONCLOSE'#7#21'Cod' - +'eExplorerViewCLOSE'#8'ONCREATE'#7#22'CodeExplorerViewCREATE'#8'ONRESIZE'#7 - +#22'CodeExplorerViewRESIZE'#18'HORZSCROLLBAR.PAGE'#3#207#0#18'VERTSCROLLBAR.' - +'PAGE'#3#250#1#4'LEFT'#3'z'#1#6'HEIGHT'#3#249#1#3'TOP'#3#175#0#5'WIDTH'#3#206 - +#0#0#7'TBUTTON'#13'RefreshButton'#7'CAPTION'#6#7'Refresh'#7'TABSTOP'#9#8'TAB' - +'ORDER'#2#0#7'ONCLICK'#7#18'RefreshButtonCLICK'#6'HEIGHT'#2#25#5'WIDTH'#2'`' - +#0#0#7'TBUTTON'#13'OptionsButton'#7'ENABLED'#8#7'CAPTION'#6#7'Options'#7'TAB' - +'STOP'#9#8'TABORDER'#2#1#4'LEFT'#2'n'#6'HEIGHT'#2#25#5'WIDTH'#2'`'#0#0#9'TTR' - +'EEVIEW'#12'CodeTreeview'#5'ALIGN'#7#8'albottom'#15'BACKGROUNDCOLOR'#4#255 - +#255#255#0#11'BORDERWIDTH'#2#2#17'DEFAULTITEMHEIGHT'#2#17#10'DRAGCURSOR'#2#0 - +#13'HIDESELECTION'#8#6'IMAGES'#7#10'Imagelist1'#6'INDENT'#2#15#11'PARENTCTL3' - +'D'#8#9'POPUPMENU'#7#13'TreePopupmenu'#16'RIGHTCLICKSELECT'#9#14'SELECTIONCO' - +'LOR'#4#13#0#0#128#8'TABORDER'#2#2#10'ONDBLCLICK'#7#20'CodeTreeviewDBLCLICK' - +#10'ONDELETION'#7#20'CodeTreeviewDELETION'#7'OPTIONS'#11#17'tvoautoitemheigh' - +'t'#21'tvokeepcollapsednodes'#19'tvorightclickselect'#14'tvoshowbuttons'#12 - +'tvoshowlines'#11'tvoshowroot'#11'tvotooltips'#0#6'HEIGHT'#3#224#1#3'TOP'#2 - +#25#5'WIDTH'#3#206#0#0#0#10'TIMAGELIST'#10'Imagelist1'#4'left'#2'@'#3'top'#2 - +' '#0#0#10'TPOPUPMENU'#13'TreePopupmenu'#4'left'#2'@'#3'top'#2'H'#0#9'TMENUI' - +'TEM'#14'JumpToMenuitem'#7'CAPTION'#6#14'Jump to source'#7'ONCLICK'#7#19'Jum' - +'pToMenuitemCLICK'#0#0#9'TMENUITEM'#15'RefreshMenuitem'#7'CAPTION'#6#7'Refre' - +'sh'#7'ONCLICK'#7#20'RefreshMenuitemCLICK'#0#0#0#0 + 'TPF0'#17'TCodeExplorerView'#16'CodeExplorerView'#7'Caption'#6#16'CodeExplore' + +'rView'#12'ClientHeight'#3#249#1#11'ClientWidth'#3#206#0#7'OnClose'#7#21'Cod' + +'eExplorerViewCLOSE'#8'OnCreate'#7#22'CodeExplorerViewCREATE'#8'OnResize'#7 + +#22'CodeExplorerViewRESIZE'#18'HorzScrollBar.Page'#3#207#0#18'VertScrollBar.' + +'Page'#3#250#1#4'Left'#3'z'#1#6'Height'#3#249#1#3'Top'#3#175#0#5'Width'#3#206 + +#0#0#7'TButton'#13'RefreshButton'#7'Caption'#6#7'Refresh'#7'TabStop'#9#8'Tab' + +'Order'#2#0#7'OnClick'#7#18'RefreshButtonCLICK'#6'Height'#2#25#5'Width'#2'`' + +#0#0#7'TButton'#13'OptionsButton'#7'Enabled'#8#7'Caption'#6#7'Options'#7'Tab' + +'Stop'#9#8'TabOrder'#2#1#4'Left'#2'n'#6'Height'#2#25#5'Width'#2'`'#0#0#9'TTr' + +'eeView'#12'CodeTreeview'#5'Align'#7#8'albottom'#17'DefaultItemHeight'#2#17 + +#10'DragCursor'#7#9'crDefault'#13'HideSelection'#8#6'Images'#7#10'Imagelist1' + +#6'Indent'#2#15#11'ParentCtl3D'#8#9'PopupMenu'#7#13'TreePopupmenu'#16'RightC' + +'lickSelect'#9#8'TabOrder'#2#2#10'OnDblClick'#7#20'CodeTreeviewDBLCLICK'#10 + +'OnDeletion'#7#20'CodeTreeviewDELETION'#7'Options'#11#17'tvoautoitemheight' + +#21'tvokeepcollapsednodes'#19'tvorightclickselect'#14'tvoshowbuttons'#12'tvo' + +'showlines'#11'tvoshowroot'#11'tvotooltips'#0#6'Height'#3#224#1#3'Top'#2#25#5 + +'Width'#3#206#0#0#0#10'TImageList'#10'Imagelist1'#4'left'#2'@'#3'top'#2' '#0 + +#0#10'TPopupMenu'#13'TreePopupmenu'#4'left'#2'@'#3'top'#2'H'#0#9'TMenuItem' + +#14'JumpToMenuitem'#7'Caption'#6#14'Jump to source'#7'OnClick'#7#19'JumpToMe' + +'nuitemCLICK'#0#0#9'TMenuItem'#15'RefreshMenuitem'#7'Caption'#6#7'Refresh'#7 + +'OnClick'#7#20'RefreshMenuitemCLICK'#0#0#0#0 ]); diff --git a/ide/codetoolsdefpreview.lfm b/ide/codetoolsdefpreview.lfm index 6d68ea9464..8d551598e5 100644 --- a/ide/codetoolsdefpreview.lfm +++ b/ide/codetoolsdefpreview.lfm @@ -1,419 +1,423 @@ object CodeToolsDefinesDialog: TCodeToolsDefinesDialog - CAPTION = 'CodeToolsDefinesDialog' - CLIENTHEIGHT = 451 - CLIENTWIDTH = 463 - ONCLOSE = CodeToolsDefinesDialogCLOSE - ONCREATE = CodeToolsDefinesDialogCREATE - HORZSCROLLBAR.PAGE = 464 - VERTSCROLLBAR.PAGE = 452 - LEFT = 423 - HEIGHT = 451 - TOP = 228 - WIDTH = 463 - object DirectoryGroupbox: TGROUPBOX - ALIGN = altop - CAPTION = 'DirectoryGroupbox' - CLIENTHEIGHT = 31 - CLIENTWIDTH = 459 - PARENTCTL3D = False - TABORDER = 0 - ONRESIZE = DirectoryGroupboxRESIZE - HEIGHT = 48 - WIDTH = 463 - object DirectoryCombobox: TCOMBOBOX - MAXLENGTH = 0 - PARENTCTL3D = False - TABORDER = 0 - TABSTOP = True - TEXT = 'DirectoryCombobox' - ONCHANGE = DirectoryComboboxCHANGE - LEFT = 6 - HEIGHT = 25 - TOP = 1 - WIDTH = 360 + Caption = 'CodeToolsDefinesDialog' + ClientHeight = 451 + ClientWidth = 463 + OnClose = CodeToolsDefinesDialogCLOSE + OnCreate = CodeToolsDefinesDialogCREATE + HorzScrollBar.Page = 464 + VertScrollBar.Page = 452 + Left = 423 + Height = 451 + Top = 228 + Width = 463 + object DirectoryGroupbox: TGroupBox + Align = altop + Caption = 'DirectoryGroupbox' + ClientHeight = 31 + ClientWidth = 459 + ParentColor = True + ParentCtl3D = False + TabOrder = 0 + OnResize = DirectoryGroupboxRESIZE + Height = 48 + Width = 463 + object DirectoryCombobox: TComboBox + MaxLength = 0 + OnChange = DirectoryComboboxCHANGE + ParentCtl3D = False + TabOrder = 0 + TabStop = True + Text = 'DirectoryCombobox' + Left = 6 + Height = 25 + Top = 1 + Width = 360 end - object DirectoryBrowseButton: TBUTTON - CAPTION = '...' - TABSTOP = True - TABORDER = 1 - ONCLICK = DirectoryBrowseButtonCLICK - LEFT = 375 - HEIGHT = 26 - TOP = 1 - WIDTH = 31 + object DirectoryBrowseButton: TButton + Caption = '...' + TabStop = True + TabOrder = 1 + OnClick = DirectoryBrowseButtonCLICK + Left = 375 + Height = 26 + Top = 1 + Width = 31 end end - object ValuesListview: TLISTVIEW - ALIGN = alclient - COLUMNS = <> - VIEWSTYLE = vsreport - ONSELECTITEM = ValuesListviewSELECTITEM - HEIGHT = 272 - TOP = 48 - WIDTH = 463 + object ValuesListview: TListView + Align = alclient + Columns = <> + ViewStyle = vsreport + OnSelectItem = ValuesListviewSELECTITEM + Height = 272 + Top = 48 + Width = 463 end - object ValueGroupbox: TGROUPBOX - ALIGN = albottom - ANCHORS = [akleft, akbottom] - CAPTION = 'Value' - CLIENTHEIGHT = 85 - CLIENTWIDTH = 459 - PARENTCTL3D = False - TABORDER = 2 - HEIGHT = 102 - TOP = 320 - WIDTH = 463 - object ValueSynedit: TSYNEDIT - ALIGN = alclient - COLOR = 16777215 - FONT.HEIGHT = -15 - FONT.NAME = 'courier' - HEIGHT = 85 - NAME = 'ValueSynedit' - PARENTCTL3D = False - TABORDER = 0 - WIDTH = 459 - GUTTER.VISIBLE = False - KEYSTROKES = < + object ValueGroupbox: TGroupBox + Align = albottom + Anchors = [akleft, akbottom] + Caption = 'Value' + ClientHeight = 85 + ClientWidth = 459 + ParentColor = True + ParentCtl3D = False + TabOrder = 2 + Height = 102 + Top = 320 + Width = 463 + object ValueSynedit: TSynEdit + Align = alclient + Font.Height = -15 + Font.Name = 'courier' + Height = 85 + Name = 'ValueSynedit' + ParentCtl3D = False + TabOrder = 0 + Width = 459 + BookMarkOptions.OnChange = nil + Gutter.Visible = False + Gutter.OnChange = nil + Keystrokes = < item - COMMAND = 3 - SHORTCUT = 38 + Command = 3 + ShortCut = 38 end item - COMMAND = 103 - SHORTCUT = 8230 + Command = 103 + ShortCut = 8230 end item - COMMAND = 211 - SHORTCUT = 16422 + Command = 211 + ShortCut = 16422 end item - COMMAND = 4 - SHORTCUT = 40 + Command = 4 + ShortCut = 40 end item - COMMAND = 104 - SHORTCUT = 8232 + Command = 104 + ShortCut = 8232 end item - COMMAND = 212 - SHORTCUT = 16424 + Command = 212 + ShortCut = 16424 end item - COMMAND = 1 - SHORTCUT = 37 + Command = 1 + ShortCut = 37 end item - COMMAND = 101 - SHORTCUT = 8229 + Command = 101 + ShortCut = 8229 end item - COMMAND = 5 - SHORTCUT = 16421 + Command = 5 + ShortCut = 16421 end item - COMMAND = 105 - SHORTCUT = 24613 + Command = 105 + ShortCut = 24613 end item - COMMAND = 2 - SHORTCUT = 39 + Command = 2 + ShortCut = 39 end item - COMMAND = 102 - SHORTCUT = 8231 + Command = 102 + ShortCut = 8231 end item - COMMAND = 6 - SHORTCUT = 16423 + Command = 6 + ShortCut = 16423 end item - COMMAND = 106 - SHORTCUT = 24615 + Command = 106 + ShortCut = 24615 end item - COMMAND = 10 - SHORTCUT = 34 + Command = 10 + ShortCut = 34 end item - COMMAND = 110 - SHORTCUT = 8226 + Command = 110 + ShortCut = 8226 end item - COMMAND = 14 - SHORTCUT = 16418 + Command = 14 + ShortCut = 16418 end item - COMMAND = 114 - SHORTCUT = 24610 + Command = 114 + ShortCut = 24610 end item - COMMAND = 9 - SHORTCUT = 33 + Command = 9 + ShortCut = 33 end item - COMMAND = 109 - SHORTCUT = 8225 + Command = 109 + ShortCut = 8225 end item - COMMAND = 13 - SHORTCUT = 16417 + Command = 13 + ShortCut = 16417 end item - COMMAND = 113 - SHORTCUT = 24609 + Command = 113 + ShortCut = 24609 end item - COMMAND = 7 - SHORTCUT = 36 + Command = 7 + ShortCut = 36 end item - COMMAND = 107 - SHORTCUT = 8228 + Command = 107 + ShortCut = 8228 end item - COMMAND = 15 - SHORTCUT = 16420 + Command = 15 + ShortCut = 16420 end item - COMMAND = 115 - SHORTCUT = 24612 + Command = 115 + ShortCut = 24612 end item - COMMAND = 8 - SHORTCUT = 35 + Command = 8 + ShortCut = 35 end item - COMMAND = 108 - SHORTCUT = 8227 + Command = 108 + ShortCut = 8227 end item - COMMAND = 16 - SHORTCUT = 16419 + Command = 16 + ShortCut = 16419 end item - COMMAND = 116 - SHORTCUT = 24611 + Command = 116 + ShortCut = 24611 end item - COMMAND = 223 - SHORTCUT = 45 + Command = 223 + ShortCut = 45 end item - COMMAND = 201 - SHORTCUT = 16429 + Command = 201 + ShortCut = 16429 end item - COMMAND = 604 - SHORTCUT = 8237 + Command = 604 + ShortCut = 8237 end item - COMMAND = 502 - SHORTCUT = 46 + Command = 502 + ShortCut = 46 end item - COMMAND = 603 - SHORTCUT = 8238 + Command = 603 + ShortCut = 8238 end item - COMMAND = 501 - SHORTCUT = 8 + Command = 501 + ShortCut = 8 end item - COMMAND = 501 - SHORTCUT = 8200 + Command = 501 + ShortCut = 8200 end item - COMMAND = 504 - SHORTCUT = 16392 + Command = 504 + ShortCut = 16392 end item - COMMAND = 601 - SHORTCUT = 32776 + Command = 601 + ShortCut = 32776 end item - COMMAND = 602 - SHORTCUT = 40968 + Command = 602 + ShortCut = 40968 end item - COMMAND = 509 - SHORTCUT = 13 + Command = 509 + ShortCut = 13 end item - COMMAND = 199 - SHORTCUT = 16449 + Command = 199 + ShortCut = 16449 end item - COMMAND = 201 - SHORTCUT = 16451 + Command = 201 + ShortCut = 16451 end item - COMMAND = 610 - SHORTCUT = 24649 + Command = 610 + ShortCut = 24649 end item - COMMAND = 509 - SHORTCUT = 16461 + Command = 509 + ShortCut = 16461 end item - COMMAND = 510 - SHORTCUT = 16462 + Command = 510 + ShortCut = 16462 end item - COMMAND = 503 - SHORTCUT = 16468 + Command = 503 + ShortCut = 16468 end item - COMMAND = 611 - SHORTCUT = 24661 + Command = 611 + ShortCut = 24661 end item - COMMAND = 604 - SHORTCUT = 16470 + Command = 604 + ShortCut = 16470 end item - COMMAND = 603 - SHORTCUT = 16472 + Command = 603 + ShortCut = 16472 end item - COMMAND = 507 - SHORTCUT = 16473 + Command = 507 + ShortCut = 16473 end item - COMMAND = 506 - SHORTCUT = 24665 + Command = 506 + ShortCut = 24665 end item - COMMAND = 601 - SHORTCUT = 16474 + Command = 601 + ShortCut = 16474 end item - COMMAND = 602 - SHORTCUT = 24666 + Command = 602 + ShortCut = 24666 end item - COMMAND = 301 - SHORTCUT = 16432 + Command = 301 + ShortCut = 16432 end item - COMMAND = 302 - SHORTCUT = 16433 + Command = 302 + ShortCut = 16433 end item - COMMAND = 303 - SHORTCUT = 16434 + Command = 303 + ShortCut = 16434 end item - COMMAND = 304 - SHORTCUT = 16435 + Command = 304 + ShortCut = 16435 end item - COMMAND = 305 - SHORTCUT = 16436 + Command = 305 + ShortCut = 16436 end item - COMMAND = 306 - SHORTCUT = 16437 + Command = 306 + ShortCut = 16437 end item - COMMAND = 307 - SHORTCUT = 16438 + Command = 307 + ShortCut = 16438 end item - COMMAND = 308 - SHORTCUT = 16439 + Command = 308 + ShortCut = 16439 end item - COMMAND = 309 - SHORTCUT = 16440 + Command = 309 + ShortCut = 16440 end item - COMMAND = 310 - SHORTCUT = 16441 + Command = 310 + ShortCut = 16441 end item - COMMAND = 351 - SHORTCUT = 24624 + Command = 351 + ShortCut = 24624 end item - COMMAND = 352 - SHORTCUT = 24625 + Command = 352 + ShortCut = 24625 end item - COMMAND = 353 - SHORTCUT = 24626 + Command = 353 + ShortCut = 24626 end item - COMMAND = 354 - SHORTCUT = 24627 + Command = 354 + ShortCut = 24627 end item - COMMAND = 355 - SHORTCUT = 24628 + Command = 355 + ShortCut = 24628 end item - COMMAND = 356 - SHORTCUT = 24629 + Command = 356 + ShortCut = 24629 end item - COMMAND = 357 - SHORTCUT = 24630 + Command = 357 + ShortCut = 24630 end item - COMMAND = 358 - SHORTCUT = 24631 + Command = 358 + ShortCut = 24631 end item - COMMAND = 359 - SHORTCUT = 24632 + Command = 359 + ShortCut = 24632 end item - COMMAND = 360 - SHORTCUT = 24633 + Command = 360 + ShortCut = 24633 end item - COMMAND = 231 - SHORTCUT = 24654 + Command = 231 + ShortCut = 24654 end item - COMMAND = 232 - SHORTCUT = 24643 + Command = 232 + ShortCut = 24643 end item - COMMAND = 233 - SHORTCUT = 24652 + Command = 233 + ShortCut = 24652 end item - COMMAND = 612 - SHORTCUT = 9 + Command = 612 + ShortCut = 9 end item - COMMAND = 613 - SHORTCUT = 8201 + Command = 613 + ShortCut = 8201 end item - COMMAND = 250 - SHORTCUT = 24642 + Command = 250 + ShortCut = 24642 end> - LINES.Strings = ( + Lines.Strings = ( 'ValueSynedit' ) - OPTIONS = [eoautoindent, eobrackethighlight, eoshowctrlmouselinks, eodragdropediting, eoscrollpasteol, eoshowscrollhint, eosmarttabs, eotabstospaces, eotrimtrailingspaces] - READONLY = True - CURSOR = 65532 - HEIGHT = 85 - WIDTH = 459 + Options = [eoautoindent, eobrackethighlight, eoshowctrlmouselinks, eodragdropediting, eoscrollpasteol, eoshowscrollhint, eosmarttabs, eotabstospaces, eotrimtrailingspaces] + ReadOnly = True + SelectedColor.OnChange = nil + Cursor = 65532 + Height = 85 + Width = 459 end end - object CloseButton: TBUTTON - ANCHORS = [akleft, akbottom] - ALIGN = albottom - MODALRESULT = 2 - CAPTION = 'CloseButton' - TABSTOP = True - TABORDER = 3 - HEIGHT = 29 - TOP = 422 - WIDTH = 463 + object CloseButton: TButton + Anchors = [akleft, akbottom] + Align = albottom + ModalResult = 2 + Caption = 'CloseButton' + TabStop = True + TabOrder = 3 + Height = 29 + Top = 422 + Width = 463 end end diff --git a/ide/codetoolsdefpreview.lrs b/ide/codetoolsdefpreview.lrs index 5fe1896484..2e29ffeb1d 100644 --- a/ide/codetoolsdefpreview.lrs +++ b/ide/codetoolsdefpreview.lrs @@ -1,76 +1,78 @@ { This is an automatically generated lazarus resource file } LazarusResources.Add('TCodeToolsDefinesDialog','FORMDATA',[ - 'TPF0'#23'TCodeToolsDefinesDialog'#22'CodeToolsDefinesDialog'#7'CAPTION'#6#22 - +'CodeToolsDefinesDialog'#12'CLIENTHEIGHT'#3#195#1#11'CLIENTWIDTH'#3#207#1#7 - +'ONCLOSE'#7#27'CodeToolsDefinesDialogCLOSE'#8'ONCREATE'#7#28'CodeToolsDefine' - +'sDialogCREATE'#18'HORZSCROLLBAR.PAGE'#3#208#1#18'VERTSCROLLBAR.PAGE'#3#196#1 - +#4'LEFT'#3#167#1#6'HEIGHT'#3#195#1#3'TOP'#3#228#0#5'WIDTH'#3#207#1#0#9'TGROU' - +'PBOX'#17'DirectoryGroupbox'#5'ALIGN'#7#5'altop'#7'CAPTION'#6#17'DirectoryGr' - +'oupbox'#12'CLIENTHEIGHT'#2#31#11'CLIENTWIDTH'#3#203#1#11'PARENTCTL3D'#8#8'T' - +'ABORDER'#2#0#8'ONRESIZE'#7#23'DirectoryGroupboxRESIZE'#6'HEIGHT'#2'0'#5'WID' - +'TH'#3#207#1#0#9'TCOMBOBOX'#17'DirectoryCombobox'#9'MAXLENGTH'#2#0#11'PARENT' - +'CTL3D'#8#8'TABORDER'#2#0#7'TABSTOP'#9#4'TEXT'#6#17'DirectoryCombobox'#8'ONC' - +'HANGE'#7#23'DirectoryComboboxCHANGE'#4'LEFT'#2#6#6'HEIGHT'#2#25#3'TOP'#2#1#5 - +'WIDTH'#3'h'#1#0#0#7'TBUTTON'#21'DirectoryBrowseButton'#7'CAPTION'#6#3'...'#7 - +'TABSTOP'#9#8'TABORDER'#2#1#7'ONCLICK'#7#26'DirectoryBrowseButtonCLICK'#4'LE' - +'FT'#3'w'#1#6'HEIGHT'#2#26#3'TOP'#2#1#5'WIDTH'#2#31#0#0#0#9'TLISTVIEW'#14'Va' - +'luesListview'#5'ALIGN'#7#8'alclient'#7'COLUMNS'#14#0#9'VIEWSTYLE'#7#8'vsrep' - +'ort'#12'ONSELECTITEM'#7#24'ValuesListviewSELECTITEM'#6'HEIGHT'#3#16#1#3'TOP' - +#2'0'#5'WIDTH'#3#207#1#0#0#9'TGROUPBOX'#13'ValueGroupbox'#5'ALIGN'#7#8'albot' - +'tom'#7'ANCHORS'#11#6'akleft'#8'akbottom'#0#7'CAPTION'#6#5'Value'#12'CLIENTH' - +'EIGHT'#2'U'#11'CLIENTWIDTH'#3#203#1#11'PARENTCTL3D'#8#8'TABORDER'#2#2#6'HEI' - +'GHT'#2'f'#3'TOP'#3'@'#1#5'WIDTH'#3#207#1#0#8'TSYNEDIT'#12'ValueSynedit'#5'A' - +'LIGN'#7#8'alclient'#5'COLOR'#4#255#255#255#0#11'FONT.HEIGHT'#2#241#9'FONT.N' - +'AME'#6#7'courier'#6'HEIGHT'#2'U'#4'NAME'#6#12'ValueSynedit'#11'PARENTCTL3D' - +#8#8'TABORDER'#2#0#5'WIDTH'#3#203#1#14'GUTTER.VISIBLE'#8#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#12 - +'ValueSynedit'#0#7'OPTIONS'#11#12'eoautoindent'#18'eobrackethighlight'#20'eo' - +'showctrlmouselinks'#17'eodragdropediting'#15'eoscrollpasteol'#16'eoshowscro' - +'llhint'#11'eosmarttabs'#14'eotabstospaces'#20'eotrimtrailingspaces'#0#8'REA' - +'DONLY'#9#6'CURSOR'#4#252#255#0#0#6'HEIGHT'#2'U'#5'WIDTH'#3#203#1#0#0#0#7'TB' - +'UTTON'#11'CloseButton'#7'ANCHORS'#11#6'akleft'#8'akbottom'#0#5'ALIGN'#7#8'a' - +'lbottom'#11'MODALRESULT'#2#2#7'CAPTION'#6#11'CloseButton'#7'TABSTOP'#9#8'TA' - +'BORDER'#2#3#6'HEIGHT'#2#29#3'TOP'#3#166#1#5'WIDTH'#3#207#1#0#0#0 + 'TPF0'#23'TCodeToolsDefinesDialog'#22'CodeToolsDefinesDialog'#7'Caption'#6#22 + +'CodeToolsDefinesDialog'#12'ClientHeight'#3#195#1#11'ClientWidth'#3#207#1#7 + +'OnClose'#7#27'CodeToolsDefinesDialogCLOSE'#8'OnCreate'#7#28'CodeToolsDefine' + +'sDialogCREATE'#18'HorzScrollBar.Page'#3#208#1#18'VertScrollBar.Page'#3#196#1 + +#4'Left'#3#167#1#6'Height'#3#195#1#3'Top'#3#228#0#5'Width'#3#207#1#0#9'TGrou' + +'pBox'#17'DirectoryGroupbox'#5'Align'#7#5'altop'#7'Caption'#6#17'DirectoryGr' + +'oupbox'#12'ClientHeight'#2#31#11'ClientWidth'#3#203#1#11'ParentColor'#9#11 + +'ParentCtl3D'#8#8'TabOrder'#2#0#8'OnResize'#7#23'DirectoryGroupboxRESIZE'#6 + +'Height'#2'0'#5'Width'#3#207#1#0#9'TComboBox'#17'DirectoryCombobox'#9'MaxLen' + +'gth'#2#0#8'OnChange'#7#23'DirectoryComboboxCHANGE'#11'ParentCtl3D'#8#8'TabO' + +'rder'#2#0#7'TabStop'#9#4'Text'#6#17'DirectoryCombobox'#4'Left'#2#6#6'Height' + +#2#25#3'Top'#2#1#5'Width'#3'h'#1#0#0#7'TButton'#21'DirectoryBrowseButton'#7 + +'Caption'#6#3'...'#7'TabStop'#9#8'TabOrder'#2#1#7'OnClick'#7#26'DirectoryBro' + +'wseButtonCLICK'#4'Left'#3'w'#1#6'Height'#2#26#3'Top'#2#1#5'Width'#2#31#0#0#0 + +#9'TListView'#14'ValuesListview'#5'Align'#7#8'alclient'#7'Columns'#14#0#9'Vi' + +'ewStyle'#7#8'vsreport'#12'OnSelectItem'#7#24'ValuesListviewSELECTITEM'#6'He' + +'ight'#3#16#1#3'Top'#2'0'#5'Width'#3#207#1#0#0#9'TGroupBox'#13'ValueGroupbox' + +#5'Align'#7#8'albottom'#7'Anchors'#11#6'akleft'#8'akbottom'#0#7'Caption'#6#5 + +'Value'#12'ClientHeight'#2'U'#11'ClientWidth'#3#203#1#11'ParentColor'#9#11'P' + +'arentCtl3D'#8#8'TabOrder'#2#2#6'Height'#2'f'#3'Top'#3'@'#1#5'Width'#3#207#1 + +#0#8'TSynEdit'#12'ValueSynedit'#5'Align'#7#8'alclient'#11'Font.Height'#2#241 + +#9'Font.Name'#6#7'courier'#6'Height'#2'U'#4'Name'#6#12'ValueSynedit'#11'Pare' + +'ntCtl3D'#8#8'TabOrder'#2#0#5'Width'#3#203#1#24'BookMarkOptions.OnChange'#13 + +#14'Gutter.Visible'#8#15'Gutter.OnChange'#13#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'ValueSyne' + +'dit'#0#7'Options'#11#12'eoautoindent'#18'eobrackethighlight'#20'eoshowctrlm' + +'ouselinks'#17'eodragdropediting'#15'eoscrollpasteol'#16'eoshowscrollhint'#11 + +'eosmarttabs'#14'eotabstospaces'#20'eotrimtrailingspaces'#0#8'ReadOnly'#9#22 + +'SelectedColor.OnChange'#13#6'Cursor'#4#252#255#0#0#6'Height'#2'U'#5'Width'#3 + +#203#1#0#0#0#7'TButton'#11'CloseButton'#7'Anchors'#11#6'akleft'#8'akbottom'#0 + +#5'Align'#7#8'albottom'#11'ModalResult'#2#2#7'Caption'#6#11'CloseButton'#7'T' + +'abStop'#9#8'TabOrder'#2#3#6'Height'#2#29#3'Top'#3#166#1#5'Width'#3#207#1#0#0 + +#0 ]); diff --git a/ide/extractprocdlg.lfm b/ide/extractprocdlg.lfm index 20f3d7a001..363119d7da 100644 --- a/ide/extractprocdlg.lfm +++ b/ide/extractprocdlg.lfm @@ -1,66 +1,60 @@ object ExtractProcDialog: TExtractProcDialog - CAPTION = 'ExtractProcDialog' - CLIENTHEIGHT = 230 - CLIENTWIDTH = 446 - ONCREATE = ExtractProcDialogCREATE - HORZSCROLLBAR.PAGE = 447 - VERTSCROLLBAR.PAGE = 231 - LEFT = 358 - HEIGHT = 230 - TOP = 247 - WIDTH = 446 - object TypeRadiogroup: TRADIOGROUP - ANCHORS = [aktop, akleft] - CAPTION = 'TypeRadiogroup' - COLUMNLAYOUT = clverticalthenhorizontal - LEFT = 8 - HEIGHT = 120 - TOP = 8 - WIDTH = 430 + Caption = 'ExtractProcDialog' + ClientHeight = 230 + ClientWidth = 446 + OnCreate = ExtractProcDialogCREATE + HorzScrollBar.Page = 447 + VertScrollBar.Page = 231 + Left = 358 + Height = 230 + Top = 247 + Width = 446 + object TypeRadiogroup: TRadioGroup + Caption = 'TypeRadiogroup' + ColumnLayout = clverticalthenhorizontal + Left = 8 + Height = 120 + Top = 8 + Width = 430 end - object OkButton: TBUTTON - ANCHORS = [aktop, akleft] - CAPTION = 'OkButton' - TABSTOP = True - TABORDER = 1 - ONCLICK = OkButtonCLICK - LEFT = 112 - HEIGHT = 25 - TOP = 192 - WIDTH = 99 + object OkButton: TButton + Caption = 'OkButton' + TabStop = True + TabOrder = 1 + OnClick = OkButtonCLICK + Left = 112 + Height = 25 + Top = 192 + Width = 99 end - object CancelButton: TBUTTON - ANCHORS = [aktop, akleft] - MODALRESULT = 2 - CAPTION = 'CancelButton' - TABSTOP = True - TABORDER = 2 - LEFT = 240 - HEIGHT = 25 - TOP = 192 - WIDTH = 94 + object CancelButton: TButton + ModalResult = 2 + Caption = 'CancelButton' + TabStop = True + TabOrder = 2 + Left = 240 + Height = 25 + Top = 192 + Width = 94 end - object NameGroupbox: TGROUPBOX - ANCHORS = [aktop, akleft] - CAPTION = 'NameGroupbox' - CLIENTHEIGHT = 27 - CLIENTWIDTH = 426 - COLOR = -2147483633 - PARENTCOLOR = True - PARENTCTL3D = False - TABORDER = 3 - LEFT = 8 - HEIGHT = 44 - TOP = 135 - WIDTH = 430 - object NameEdit: TEDIT - ALIGN = altop - ANCHORS = [aktop, akleft] - TEXT = 'NameEdit' - TABSTOP = True - TABORDER = 0 - HEIGHT = 23 - WIDTH = 426 + object NameGroupbox: TGroupBox + Caption = 'NameGroupbox' + ClientHeight = 27 + ClientWidth = 426 + ParentColor = True + ParentCtl3D = False + TabOrder = 3 + Left = 8 + Height = 44 + Top = 135 + Width = 430 + object NameEdit: TEdit + Align = altop + Text = 'NameEdit' + TabStop = True + TabOrder = 0 + Height = 23 + Width = 426 end end end diff --git a/ide/extractprocdlg.lrs b/ide/extractprocdlg.lrs index 7be919dd40..199f961be1 100644 --- a/ide/extractprocdlg.lrs +++ b/ide/extractprocdlg.lrs @@ -1,23 +1,20 @@ { This is an automatically generated lazarus resource file } LazarusResources.Add('TExtractProcDialog','FORMDATA',[ - 'TPF0'#18'TExtractProcDialog'#17'ExtractProcDialog'#7'CAPTION'#6#17'ExtractPr' - +'ocDialog'#12'CLIENTHEIGHT'#3#230#0#11'CLIENTWIDTH'#3#190#1#8'ONCREATE'#7#23 - +'ExtractProcDialogCREATE'#18'HORZSCROLLBAR.PAGE'#3#191#1#18'VERTSCROLLBAR.PA' - +'GE'#3#231#0#4'LEFT'#3'f'#1#6'HEIGHT'#3#230#0#3'TOP'#3#247#0#5'WIDTH'#3#190#1 - +#0#11'TRADIOGROUP'#14'TypeRadiogroup'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'C' - +'APTION'#6#14'TypeRadiogroup'#12'COLUMNLAYOUT'#7#24'clverticalthenhorizontal' - +#4'LEFT'#2#8#6'HEIGHT'#2'x'#3'TOP'#2#8#5'WIDTH'#3#174#1#0#0#7'TBUTTON'#8'OkB' - +'utton'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#8'OkButton'#7'TABSTO' - +'P'#9#8'TABORDER'#2#1#7'ONCLICK'#7#13'OkButtonCLICK'#4'LEFT'#2'p'#6'HEIGHT'#2 - +#25#3'TOP'#3#192#0#5'WIDTH'#2'c'#0#0#7'TBUTTON'#12'CancelButton'#7'ANCHORS' - +#11#5'aktop'#6'akleft'#0#11'MODALRESULT'#2#2#7'CAPTION'#6#12'CancelButton'#7 - +'TABSTOP'#9#8'TABORDER'#2#2#4'LEFT'#3#240#0#6'HEIGHT'#2#25#3'TOP'#3#192#0#5 - +'WIDTH'#2'^'#0#0#9'TGROUPBOX'#12'NameGroupbox'#7'ANCHORS'#11#5'aktop'#6'akle' - +'ft'#0#7'CAPTION'#6#12'NameGroupbox'#12'CLIENTHEIGHT'#2#27#11'CLIENTWIDTH'#3 - +#170#1#5'COLOR'#4#15#0#0#128#11'PARENTCOLOR'#9#11'PARENTCTL3D'#8#8'TABORDER' - +#2#3#4'LEFT'#2#8#6'HEIGHT'#2','#3'TOP'#3#135#0#5'WIDTH'#3#174#1#0#5'TEDIT'#8 - +'NameEdit'#5'ALIGN'#7#5'altop'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#4'TEXT'#6#8 - +'NameEdit'#7'TABSTOP'#9#8'TABORDER'#2#0#6'HEIGHT'#2#23#5'WIDTH'#3#170#1#0#0#0 - +#0 + 'TPF0'#18'TExtractProcDialog'#17'ExtractProcDialog'#7'Caption'#6#17'ExtractPr' + +'ocDialog'#12'ClientHeight'#3#230#0#11'ClientWidth'#3#190#1#8'OnCreate'#7#23 + +'ExtractProcDialogCREATE'#18'HorzScrollBar.Page'#3#191#1#18'VertScrollBar.Pa' + +'ge'#3#231#0#4'Left'#3'f'#1#6'Height'#3#230#0#3'Top'#3#247#0#5'Width'#3#190#1 + +#0#11'TRadioGroup'#14'TypeRadiogroup'#7'Caption'#6#14'TypeRadiogroup'#12'Col' + +'umnLayout'#7#24'clverticalthenhorizontal'#4'Left'#2#8#6'Height'#2'x'#3'Top' + +#2#8#5'Width'#3#174#1#0#0#7'TButton'#8'OkButton'#7'Caption'#6#8'OkButton'#7 + +'TabStop'#9#8'TabOrder'#2#1#7'OnClick'#7#13'OkButtonCLICK'#4'Left'#2'p'#6'He' + +'ight'#2#25#3'Top'#3#192#0#5'Width'#2'c'#0#0#7'TButton'#12'CancelButton'#11 + +'ModalResult'#2#2#7'Caption'#6#12'CancelButton'#7'TabStop'#9#8'TabOrder'#2#2 + +#4'Left'#3#240#0#6'Height'#2#25#3'Top'#3#192#0#5'Width'#2'^'#0#0#9'TGroupBox' + +#12'NameGroupbox'#7'Caption'#6#12'NameGroupbox'#12'ClientHeight'#2#27#11'Cli' + +'entWidth'#3#170#1#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#3#4'Lef' + +'t'#2#8#6'Height'#2','#3'Top'#3#135#0#5'Width'#3#174#1#0#5'TEdit'#8'NameEdit' + +#5'Align'#7#5'altop'#4'Text'#6#8'NameEdit'#7'TabStop'#9#8'TabOrder'#2#0#6'He' + +'ight'#2#23#5'Width'#3#170#1#0#0#0#0 ]); diff --git a/ide/frmsearch.lfm b/ide/frmsearch.lfm index a17c0621dc..746b3e53de 100644 --- a/ide/frmsearch.lfm +++ b/ide/frmsearch.lfm @@ -1,108 +1,91 @@ object SearchForm: TSearchForm - BORDERSTYLE = bsdialog - CAPTION = 'Searching....' - CLIENTHEIGHT = 149 - CLIENTWIDTH = 428 - COLOR = -2147483647 - ONCREATE = SearchFormCREATE - ONDESTROY = SearchFormDESTROY - PARENTFONT = True - POSITION = poownerformcenter - HORZSCROLLBAR.PAGE = 429 - VERTSCROLLBAR.PAGE = 150 - LEFT = 461 - HEIGHT = 149 - TOP = 289 - WIDTH = 428 - object Panel2: TPANEL - ALIGN = alclient - ANCHORS = [aktop, akleft] - BEVELINNER = bvlowered - CLIENTHEIGHT = 149 - CLIENTWIDTH = 428 - PARENTFONT = True - TABORDER = 0 - TABSTOP = True - HEIGHT = 149 - WIDTH = 428 - object lblMatches: TLABEL - ANCHORS = [aktop, akleft] - COLOR = -2147483647 - LAYOUT = tltop - LEFT = 96 - HEIGHT = 17 - TOP = 80 - WIDTH = 321 + BorderStyle = bsdialog + Caption = 'Searching....' + ClientHeight = 149 + ClientWidth = 428 + OnCreate = SearchFormCREATE + OnDestroy = SearchFormDESTROY + ParentFont = True + Position = poownerformcenter + HorzScrollBar.Page = 429 + VertScrollBar.Page = 150 + Left = 461 + Height = 149 + Top = 289 + Width = 428 + object Panel2: TPanel + Align = alclient + BevelInner = bvlowered + ClientHeight = 149 + ClientWidth = 428 + ParentFont = True + TabOrder = 0 + TabStop = True + Height = 149 + Width = 428 + object lblMatches: TLabel + Layout = tltop + Left = 96 + Height = 17 + Top = 80 + Width = 321 end - object Label1: TLABEL - ANCHORS = [aktop, akleft] - CAPTION = 'Matches' - COLOR = -2147483647 - LAYOUT = tltop - LEFT = 16 - HEIGHT = 17 - TOP = 80 - WIDTH = 64 + object Label1: TLabel + Caption = 'Matches' + Layout = tltop + Left = 16 + Height = 17 + Top = 80 + Width = 64 end - object lblProgress: TLABEL - ANCHORS = [aktop, akleft] - COLOR = -2147483647 - LAYOUT = tltop - LEFT = 96 - HEIGHT = 17 - TOP = 48 - WIDTH = 320 + object lblProgress: TLabel + Layout = tltop + Left = 96 + Height = 17 + Top = 48 + Width = 320 end - object Label2: TLABEL - ANCHORS = [aktop, akleft] - CAPTION = 'Searching:' - COLOR = -2147483647 - LAYOUT = tltop - LEFT = 16 - HEIGHT = 17 - TOP = 48 - WIDTH = 64 + object Label2: TLabel + Caption = 'Searching:' + Layout = tltop + Left = 16 + Height = 17 + Top = 48 + Width = 64 end - object Label4: TLABEL - ANCHORS = [aktop, akleft] - CAPTION = 'Search Text:' - COLOR = -2147483647 - LAYOUT = tltop - LEFT = 16 - HEIGHT = 17 - TOP = 16 - WIDTH = 80 + object Label4: TLabel + Caption = 'Search Text:' + Layout = tltop + Left = 16 + Height = 17 + Top = 16 + Width = 80 end - object lblSearchText: TLABEL - ANCHORS = [aktop, akleft] - COLOR = -2147483647 - LAYOUT = tltop - LEFT = 96 - HEIGHT = 17 - TOP = 16 - WIDTH = 320 + object lblSearchText: TLabel + Layout = tltop + Left = 96 + Height = 17 + Top = 16 + Width = 320 end - object btnCancel: TBUTTON - ANCHORS = [aktop, akleft] - DEFAULT = True - CAPTION = 'Cancel' - TABSTOP = True - TABORDER = 6 - ONCLICK = btnAbortCLICK - LEFT = 177 - HEIGHT = 25 - TOP = 112 - WIDTH = 75 + object btnCancel: TButton + Default = True + Caption = 'Cancel' + TabStop = True + TabOrder = 6 + OnClick = btnAbortCLICK + Left = 177 + Height = 25 + Top = 112 + Width = 75 end end - object Label3: TLABEL - ANCHORS = [aktop, akleft] - CAPTION = 'Search Text:' - COLOR = -2147483647 - LAYOUT = tltop - LEFT = 8 - HEIGHT = 17 - TOP = 56 - WIDTH = 80 + object Label3: TLabel + Caption = 'Search Text:' + Layout = tltop + Left = 8 + Height = 17 + Top = 56 + Width = 80 end end diff --git a/ide/frmsearch.lrs b/ide/frmsearch.lrs index 02896e20ca..52733fb0b8 100644 --- a/ide/frmsearch.lrs +++ b/ide/frmsearch.lrs @@ -1,32 +1,26 @@ { This is an automatically generated lazarus resource file } LazarusResources.Add('TSearchForm','FORMDATA',[ - 'TPF0'#11'TSearchForm'#10'SearchForm'#11'BORDERSTYLE'#7#8'bsdialog'#7'CAPTION' - +#6#13'Searching....'#12'CLIENTHEIGHT'#3#149#0#11'CLIENTWIDTH'#3#172#1#5'COLO' - +'R'#4#1#0#0#128#8'ONCREATE'#7#16'SearchFormCREATE'#9'ONDESTROY'#7#17'SearchF' - +'ormDESTROY'#10'PARENTFONT'#9#8'POSITION'#7#17'poownerformcenter'#18'HORZSCR' - +'OLLBAR.PAGE'#3#173#1#18'VERTSCROLLBAR.PAGE'#3#150#0#4'LEFT'#3#205#1#6'HEIGH' - +'T'#3#149#0#3'TOP'#3'!'#1#5'WIDTH'#3#172#1#0#6'TPANEL'#6'Panel2'#5'ALIGN'#7#8 - +'alclient'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#10'BEVELINNER'#7#9'bvlowered' - +#12'CLIENTHEIGHT'#3#149#0#11'CLIENTWIDTH'#3#172#1#10'PARENTFONT'#9#8'TABORDE' - +'R'#2#0#7'TABSTOP'#9#6'HEIGHT'#3#149#0#5'WIDTH'#3#172#1#0#6'TLABEL'#10'lblMa' - +'tches'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#5'COLOR'#4#1#0#0#128#6'LAYOUT'#7#5 - +'tltop'#4'LEFT'#2'`'#6'HEIGHT'#2#17#3'TOP'#2'P'#5'WIDTH'#3'A'#1#0#0#6'TLABEL' - +#6'Label1'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#7'Matches'#5'COLO' - +'R'#4#1#0#0#128#6'LAYOUT'#7#5'tltop'#4'LEFT'#2#16#6'HEIGHT'#2#17#3'TOP'#2'P' - +#5'WIDTH'#2'@'#0#0#6'TLABEL'#11'lblProgress'#7'ANCHORS'#11#5'aktop'#6'akleft' - +#0#5'COLOR'#4#1#0#0#128#6'LAYOUT'#7#5'tltop'#4'LEFT'#2'`'#6'HEIGHT'#2#17#3'T' - +'OP'#2'0'#5'WIDTH'#3'@'#1#0#0#6'TLABEL'#6'Label2'#7'ANCHORS'#11#5'aktop'#6'a' - +'kleft'#0#7'CAPTION'#6#10'Searching:'#5'COLOR'#4#1#0#0#128#6'LAYOUT'#7#5'tlt' - +'op'#4'LEFT'#2#16#6'HEIGHT'#2#17#3'TOP'#2'0'#5'WIDTH'#2'@'#0#0#6'TLABEL'#6'L' - +'abel4'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#12'Search Text:'#5'C' - +'OLOR'#4#1#0#0#128#6'LAYOUT'#7#5'tltop'#4'LEFT'#2#16#6'HEIGHT'#2#17#3'TOP'#2 - +#16#5'WIDTH'#2'P'#0#0#6'TLABEL'#13'lblSearchText'#7'ANCHORS'#11#5'aktop'#6'a' - +'kleft'#0#5'COLOR'#4#1#0#0#128#6'LAYOUT'#7#5'tltop'#4'LEFT'#2'`'#6'HEIGHT'#2 - +#17#3'TOP'#2#16#5'WIDTH'#3'@'#1#0#0#7'TBUTTON'#9'btnCancel'#7'ANCHORS'#11#5 - +'aktop'#6'akleft'#0#7'DEFAULT'#9#7'CAPTION'#6#6'Cancel'#7'TABSTOP'#9#8'TABOR' - +'DER'#2#6#7'ONCLICK'#7#13'btnAbortCLICK'#4'LEFT'#3#177#0#6'HEIGHT'#2#25#3'TO' - +'P'#2'p'#5'WIDTH'#2'K'#0#0#0#6'TLABEL'#6'Label3'#7'ANCHORS'#11#5'aktop'#6'ak' - +'left'#0#7'CAPTION'#6#12'Search Text:'#5'COLOR'#4#1#0#0#128#6'LAYOUT'#7#5'tl' - +'top'#4'LEFT'#2#8#6'HEIGHT'#2#17#3'TOP'#2'8'#5'WIDTH'#2'P'#0#0#0 + 'TPF0'#11'TSearchForm'#10'SearchForm'#11'BorderStyle'#7#8'bsdialog'#7'Caption' + +#6#13'Searching....'#12'ClientHeight'#3#149#0#11'ClientWidth'#3#172#1#8'OnCr' + +'eate'#7#16'SearchFormCREATE'#9'OnDestroy'#7#17'SearchFormDESTROY'#10'Parent' + +'Font'#9#8'Position'#7#17'poownerformcenter'#18'HorzScrollBar.Page'#3#173#1 + +#18'VertScrollBar.Page'#3#150#0#4'Left'#3#205#1#6'Height'#3#149#0#3'Top'#3'!' + +#1#5'Width'#3#172#1#0#6'TPanel'#6'Panel2'#5'Align'#7#8'alclient'#10'BevelInn' + +'er'#7#9'bvlowered'#12'ClientHeight'#3#149#0#11'ClientWidth'#3#172#1#10'Pare' + +'ntFont'#9#8'TabOrder'#2#0#7'TabStop'#9#6'Height'#3#149#0#5'Width'#3#172#1#0 + +#6'TLabel'#10'lblMatches'#6'Layout'#7#5'tltop'#4'Left'#2'`'#6'Height'#2#17#3 + +'Top'#2'P'#5'Width'#3'A'#1#0#0#6'TLabel'#6'Label1'#7'Caption'#6#7'Matches'#6 + +'Layout'#7#5'tltop'#4'Left'#2#16#6'Height'#2#17#3'Top'#2'P'#5'Width'#2'@'#0#0 + +#6'TLabel'#11'lblProgress'#6'Layout'#7#5'tltop'#4'Left'#2'`'#6'Height'#2#17#3 + +'Top'#2'0'#5'Width'#3'@'#1#0#0#6'TLabel'#6'Label2'#7'Caption'#6#10'Searching' + +':'#6'Layout'#7#5'tltop'#4'Left'#2#16#6'Height'#2#17#3'Top'#2'0'#5'Width'#2 + +'@'#0#0#6'TLabel'#6'Label4'#7'Caption'#6#12'Search Text:'#6'Layout'#7#5'tlto' + +'p'#4'Left'#2#16#6'Height'#2#17#3'Top'#2#16#5'Width'#2'P'#0#0#6'TLabel'#13'l' + +'blSearchText'#6'Layout'#7#5'tltop'#4'Left'#2'`'#6'Height'#2#17#3'Top'#2#16#5 + +'Width'#3'@'#1#0#0#7'TButton'#9'btnCancel'#7'Default'#9#7'Caption'#6#6'Cance' + +'l'#7'TabStop'#9#8'TabOrder'#2#6#7'OnClick'#7#13'btnAbortCLICK'#4'Left'#3#177 + +#0#6'Height'#2#25#3'Top'#2'p'#5'Width'#2'K'#0#0#0#6'TLabel'#6'Label3'#7'Capt' + +'ion'#6#12'Search Text:'#6'Layout'#7#5'tltop'#4'Left'#2#8#6'Height'#2#17#3'T' + +'op'#2'8'#5'Width'#2'P'#0#0#0 ]); diff --git a/ide/msgvieweditor.lfm b/ide/msgvieweditor.lfm index 4eb36df146..5f0a1d357a 100644 --- a/ide/msgvieweditor.lfm +++ b/ide/msgvieweditor.lfm @@ -14,7 +14,6 @@ object MsgViewEditorDlg: TMsgViewEditorDlg Caption = 'Filter Set:' ClientHeight = 95 ClientWidth = 530 - Color = clBtnFace ParentColor = True ParentCtl3D = False TabOrder = 0 @@ -65,7 +64,6 @@ object MsgViewEditorDlg: TMsgViewEditorDlg Caption = 'ActiveFilterSetGroupBox' ClientHeight = 162 ClientWidth = 531 - Color = clBtnFace ParentColor = True ParentCtl3D = False TabOrder = 1 @@ -75,7 +73,6 @@ object MsgViewEditorDlg: TMsgViewEditorDlg Width = 535 object RulesListView: TListView Align = alclient - Color = clBtnFace Columns = < item Caption = 'Rule' diff --git a/ide/msgvieweditor.lrs b/ide/msgvieweditor.lrs index b3ee64dbb5..82d941d513 100644 --- a/ide/msgvieweditor.lrs +++ b/ide/msgvieweditor.lrs @@ -6,24 +6,23 @@ LazarusResources.Add('TMsgViewEditorDlg','FORMDATA',[ +'ewEditorDlgCreate'#18'HorzScrollBar.Page'#3'%'#2#18'VertScrollBar.Page'#3'Z' +#1#4'Left'#3'W'#1#6'Height'#3'Y'#1#3'Top'#3#8#1#5'Width'#3'$'#2#0#9'TGroupBo' +'x'#17'FilterSetGroupBox'#7'Anchors'#11#5'aktop'#6'akleft'#7'akright'#0#7'Ca' - +'ption'#6#11'Filter Set:'#12'ClientHeight'#2'_'#11'ClientWidth'#3#18#2#5'Col' - +'or'#7#9'clBtnFace'#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Le' - +'ft'#2#8#6'Height'#2'p'#3'Top'#2#8#5'Width'#3#22#2#0#8'TListBox'#17'FilterSe' - +'tsListBox'#5'Align'#7#6'alleft'#8'TabOrder'#2#0#7'TabStop'#9#8'TopIndex'#2 - +#255#6'Height'#2'_'#5'Width'#3'f'#1#0#0#7'TButton'#15'AddNewSetButton'#7'Cap' - +'tion'#6#15'AddNewSetButton'#7'TabStop'#9#8'TabOrder'#2#1#7'OnClick'#7#20'Ad' - +'dNewSetButtonClick'#4'Left'#3'n'#1#6'Height'#2#25#5'Width'#3#155#0#0#0#7'TB' - +'utton'#15'DeleteSetButton'#7'Caption'#6#15'DeleteSetButton'#7'TabStop'#9#8 - +'TabOrder'#2#2#7'OnClick'#7#20'DeleteSetButtonClick'#4'Left'#3'n'#1#6'Height' - +#2#25#3'Top'#2#31#5'Width'#3#155#0#0#0#7'TButton'#15'RenameSetButton'#7'Capt' - +'ion'#6#15'RenameSetButton'#7'TabStop'#9#8'TabOrder'#2#3#7'OnClick'#7#20'Ren' - +'ameSetButtonClick'#4'Left'#3'n'#1#6'Height'#2#25#3'Top'#2'?'#5'Width'#3#155 - +#0#0#0#0#9'TGroupBox'#23'ActiveFilterSetGroupBox'#7'Anchors'#11#5'aktop'#6'a' - +'kleft'#7'akright'#8'akbottom'#0#7'Caption'#6#23'ActiveFilterSetGroupBox'#12 - +'ClientHeight'#3#162#0#11'ClientWidth'#3#19#2#5'Color'#7#9'clBtnFace'#11'Par' - +'entColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#1#4'Left'#2#8#6'Height'#3#179#0 - +#3'Top'#3#128#0#5'Width'#3#23#2#0#9'TListView'#13'RulesListView'#5'Align'#7#8 - +'alclient'#5'Color'#7#9'clBtnFace'#7'Columns'#14#1#7'Caption'#6#4'Rule'#7'Vi' + +'ption'#6#11'Filter Set:'#12'ClientHeight'#2'_'#11'ClientWidth'#3#18#2#11'Pa' + +'rentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#0#4'Left'#2#8#6'Height'#2'p'#3 + +'Top'#2#8#5'Width'#3#22#2#0#8'TListBox'#17'FilterSetsListBox'#5'Align'#7#6'a' + +'lleft'#8'TabOrder'#2#0#7'TabStop'#9#8'TopIndex'#2#255#6'Height'#2'_'#5'Widt' + +'h'#3'f'#1#0#0#7'TButton'#15'AddNewSetButton'#7'Caption'#6#15'AddNewSetButto' + +'n'#7'TabStop'#9#8'TabOrder'#2#1#7'OnClick'#7#20'AddNewSetButtonClick'#4'Lef' + +'t'#3'n'#1#6'Height'#2#25#5'Width'#3#155#0#0#0#7'TButton'#15'DeleteSetButton' + +#7'Caption'#6#15'DeleteSetButton'#7'TabStop'#9#8'TabOrder'#2#2#7'OnClick'#7 + +#20'DeleteSetButtonClick'#4'Left'#3'n'#1#6'Height'#2#25#3'Top'#2#31#5'Width' + +#3#155#0#0#0#7'TButton'#15'RenameSetButton'#7'Caption'#6#15'RenameSetButton' + +#7'TabStop'#9#8'TabOrder'#2#3#7'OnClick'#7#20'RenameSetButtonClick'#4'Left'#3 + +'n'#1#6'Height'#2#25#3'Top'#2'?'#5'Width'#3#155#0#0#0#0#9'TGroupBox'#23'Acti' + +'veFilterSetGroupBox'#7'Anchors'#11#5'aktop'#6'akleft'#7'akright'#8'akbottom' + +#0#7'Caption'#6#23'ActiveFilterSetGroupBox'#12'ClientHeight'#3#162#0#11'Clie' + +'ntWidth'#3#19#2#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#1#4'Left' + +#2#8#6'Height'#3#179#0#3'Top'#3#128#0#5'Width'#3#23#2#0#9'TListView'#13'Rule' + +'sListView'#5'Align'#7#8'alclient'#7'Columns'#14#1#7'Caption'#6#4'Rule'#7'Vi' +'sible'#9#5'Width'#3#250#0#0#1#7'Visible'#9#5'Width'#2'2'#0#1#7'Caption'#6#6 +'Action'#7'Visible'#9#5'Width'#2'2'#0#1#7'Visible'#9#5'Width'#2'2'#0#1#7'Vis' +'ible'#9#5'Width'#2'2'#0#1#7'Visible'#9#5'Width'#2'2'#0#0#9'ViewStyle'#7#8'v' diff --git a/ide/multireplacedlg.lfm b/ide/multireplacedlg.lfm index 509cab09ce..fbb256e899 100644 --- a/ide/multireplacedlg.lfm +++ b/ide/multireplacedlg.lfm @@ -1,154 +1,140 @@ object MultiReplaceDialog: TMultiReplaceDialog - CAPTION = 'Multiple Replace' - CLIENTHEIGHT = 419 - CLIENTWIDTH = 609 - HORZSCROLLBAR.PAGE = 610 - VERTSCROLLBAR.PAGE = 420 - LEFT = 362 - HEIGHT = 419 - TOP = 230 - WIDTH = 609 - object ReplaceButton: TBUTTON - ANCHORS = [aktop, akleft] - CAPTION = 'Replace' - TABSTOP = True - TABORDER = 0 - LEFT = 144 - HEIGHT = 25 - TOP = 384 - WIDTH = 107 + Caption = 'Multiple Replace' + ClientHeight = 419 + ClientWidth = 609 + HorzScrollBar.Page = 610 + VertScrollBar.Page = 420 + Left = 362 + Height = 419 + Top = 230 + Width = 609 + object ReplaceButton: TButton + Caption = 'Replace' + TabStop = True + TabOrder = 0 + Left = 144 + Height = 25 + Top = 384 + Width = 107 end - object CancelButton: TBUTTON - ANCHORS = [aktop, akleft] - MODALRESULT = 2 - CAPTION = 'Cancel' - TABSTOP = True - TABORDER = 1 - LEFT = 280 - HEIGHT = 25 - TOP = 384 - WIDTH = 96 + object CancelButton: TButton + ModalResult = 2 + Caption = 'Cancel' + TabStop = True + TabOrder = 1 + Left = 280 + Height = 25 + Top = 384 + Width = 96 end - object OptionsGroupbox: TGROUPBOX - ANCHORS = [aktop, akleft] - CAPTION = 'Options' - CLIENTHEIGHT = 66 - CLIENTWIDTH = 500 - COLOR = -2147483633 - PARENTCOLOR = True - PARENTCTL3D = False - TABORDER = 2 - LEFT = 8 - HEIGHT = 83 - TOP = 8 - WIDTH = 504 - object ScopeRadiogroup: TRADIOGROUP - ANCHORS = [aktop, akleft] - CAPTION = 'Scope' - ITEMINDEX = 0 - ITEMS.Strings = ( + object OptionsGroupbox: TGroupBox + Caption = 'Options' + ClientHeight = 66 + ClientWidth = 500 + ParentColor = True + ParentCtl3D = False + TabOrder = 2 + Left = 8 + Height = 83 + Top = 8 + Width = 504 + object ScopeRadiogroup: TRadioGroup + Caption = 'Scope' + ItemIndex = 0 + Items.Strings = ( 'Entire Text' 'Selected Text' ) - LEFT = 7 - HEIGHT = 63 - WIDTH = 152 + Left = 7 + Height = 63 + Width = 152 end - object OriginRadiogroup: TRADIOGROUP - ANCHORS = [aktop, akleft] - CAPTION = 'Origin' - ITEMINDEX = 0 - ITEMS.Strings = ( + object OriginRadiogroup: TRadioGroup + Caption = 'Origin' + ItemIndex = 0 + Items.Strings = ( 'Entire Scope' 'From Cursor' ) - LEFT = 175 - HEIGHT = 63 - WIDTH = 162 + Left = 175 + Height = 63 + Width = 162 end - object DirectionRadiogroup: TRADIOGROUP - ANCHORS = [aktop, akleft] - CAPTION = 'Direction' - ITEMINDEX = 1 - ITEMS.Strings = ( + object DirectionRadiogroup: TRadioGroup + Caption = 'Direction' + ItemIndex = 1 + Items.Strings = ( 'Up' 'Down' ) - LEFT = 351 - HEIGHT = 63 - WIDTH = 138 + Left = 351 + Height = 63 + Width = 138 end end - object ItemsGroupbox: TGROUPBOX - ANCHORS = [aktop, akleft, akright, akbottom] - CAPTION = 'Items' - CLIENTHEIGHT = 260 - CLIENTWIDTH = 593 - COLOR = -2147483633 - PARENTCOLOR = True - PARENTCTL3D = False - TABORDER = 3 - LEFT = 8 - HEIGHT = 277 - TOP = 99 - WIDTH = 597 - object PropertiesGroupbox: TGROUPBOX - ALIGN = albottom - ANCHORS = [aktop, akleft] - CAPTION = 'Properties' - CLIENTHEIGHT = 133 - CLIENTWIDTH = 589 - COLOR = -2147483633 - PARENTCOLOR = True - PARENTCTL3D = False - TABORDER = 0 - HEIGHT = 150 - TOP = 110 - WIDTH = 593 - object Edit1: TEDIT - ANCHORS = [aktop, akleft, akright] - TEXT = 'FindTextEdit' - TABSTOP = True - TABORDER = 0 - LEFT = 108 - HEIGHT = 23 - TOP = 1 - WIDTH = 474 + object ItemsGroupbox: TGroupBox + Anchors = [aktop, akleft, akright, akbottom] + Caption = 'Items' + ClientHeight = 260 + ClientWidth = 593 + ParentColor = True + ParentCtl3D = False + TabOrder = 3 + Left = 8 + Height = 277 + Top = 99 + Width = 597 + object PropertiesGroupbox: TGroupBox + Align = albottom + Caption = 'Properties' + ClientHeight = 133 + ClientWidth = 589 + ParentColor = True + ParentCtl3D = False + TabOrder = 0 + Height = 150 + Top = 110 + Width = 593 + object Edit1: TEdit + Anchors = [aktop, akleft, akright] + Text = 'FindTextEdit' + TabStop = True + TabOrder = 0 + Left = 108 + Height = 23 + Top = 1 + Width = 474 end - object FindTextLabel: TLABEL - ANCHORS = [aktop, akleft] - CAPTION = 'Find Text' - COLOR = -2147483633 - LAYOUT = tltop - LEFT = 8 - HEIGHT = 17 - TOP = 4 - WIDTH = 100 + object FindTextLabel: TLabel + Caption = 'Find Text' + Layout = tltop + Left = 8 + Height = 17 + Top = 4 + Width = 100 end - object ReplaceWithLabel: TLABEL - ANCHORS = [aktop, akleft] - CAPTION = 'Replace With' - COLOR = -2147483633 - LAYOUT = tltop - LEFT = 8 - HEIGHT = 17 - TOP = 34 - WIDTH = 100 + object ReplaceWithLabel: TLabel + Caption = 'Replace With' + Layout = tltop + Left = 8 + Height = 17 + Top = 34 + Width = 100 end - object Edit2: TEDIT - ANCHORS = [aktop, akleft, akright] - TEXT = 'ReplaceWithEdit' - TABSTOP = True - TABORDER = 3 - LEFT = 108 - HEIGHT = 23 - TOP = 33 - WIDTH = 474 + object Edit2: TEdit + Anchors = [aktop, akleft, akright] + Text = 'ReplaceWithEdit' + TabStop = True + TabOrder = 3 + Left = 108 + Height = 23 + Top = 33 + Width = 474 end - object ItemOptionsCheckgroup: TCHECKGROUP - ALIGN = albottom - CAPTION = 'Options for this item' - ITEMS.Strings = ( + object ItemOptionsCheckgroup: TCheckGroup + Align = albottom + Caption = 'Options for this item' + Items.Strings = ( 'Case Sensitive' 'Whole Words Only' 'Regular Expressions' @@ -156,38 +142,36 @@ object MultiReplaceDialog: TMultiReplaceDialog 'Prompt On Replace' 'Active' ) - COLUMNS = 3 - HEIGHT = 70 - TOP = 63 - WIDTH = 589 + Columns = 3 + Height = 70 + Top = 63 + Width = 589 Data = { 06000000020202020202 } end end - object ItemsListview: TLISTVIEW - ALIGN = alclient - ANCHORS = [aktop, akleft] - COLOR = -2147483633 - COLUMNS = < + object ItemsListview: TListView + Align = alclient + Columns = < item - CAPTION = 'Find Text' - VISIBLE = True - WIDTH = 250 + Caption = 'Find Text' + Visible = True + Width = 250 end item - CAPTION = 'Replace With' - VISIBLE = True - WIDTH = 150 + Caption = 'Replace With' + Visible = True + Width = 150 end item - CAPTION = 'Options' - VISIBLE = True - WIDTH = 50 + Caption = 'Options' + Visible = True + Width = 50 end> - VIEWSTYLE = vsreport - HEIGHT = 110 - WIDTH = 593 + ViewStyle = vsreport + Height = 110 + Width = 593 end end end diff --git a/ide/multireplacedlg.lrs b/ide/multireplacedlg.lrs index efa35ef232..f462e2602b 100644 --- a/ide/multireplacedlg.lrs +++ b/ide/multireplacedlg.lrs @@ -1,52 +1,46 @@ { This is an automatically generated lazarus resource file } LazarusResources.Add('TMultiReplaceDialog','FORMDATA',[ - 'TPF0'#19'TMultiReplaceDialog'#18'MultiReplaceDialog'#7'CAPTION'#6#16'Multipl' - +'e Replace'#12'CLIENTHEIGHT'#3#163#1#11'CLIENTWIDTH'#3'a'#2#18'HORZSCROLLBAR' - +'.PAGE'#3'b'#2#18'VERTSCROLLBAR.PAGE'#3#164#1#4'LEFT'#3'j'#1#6'HEIGHT'#3#163 - +#1#3'TOP'#3#230#0#5'WIDTH'#3'a'#2#0#7'TBUTTON'#13'ReplaceButton'#7'ANCHORS' - +#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#7'Replace'#7'TABSTOP'#9#8'TABORDER'#2#0 - +#4'LEFT'#3#144#0#6'HEIGHT'#2#25#3'TOP'#3#128#1#5'WIDTH'#2'k'#0#0#7'TBUTTON' - +#12'CancelButton'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#11'MODALRESULT'#2#2#7'C' - +'APTION'#6#6'Cancel'#7'TABSTOP'#9#8'TABORDER'#2#1#4'LEFT'#3#24#1#6'HEIGHT'#2 - +#25#3'TOP'#3#128#1#5'WIDTH'#2'`'#0#0#9'TGROUPBOX'#15'OptionsGroupbox'#7'ANCH' - +'ORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#7'Options'#12'CLIENTHEIGHT'#2'B' - +#11'CLIENTWIDTH'#3#244#1#5'COLOR'#4#15#0#0#128#11'PARENTCOLOR'#9#11'PARENTCT' - +'L3D'#8#8'TABORDER'#2#2#4'LEFT'#2#8#6'HEIGHT'#2'S'#3'TOP'#2#8#5'WIDTH'#3#248 - +#1#0#11'TRADIOGROUP'#15'ScopeRadiogroup'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7 - +'CAPTION'#6#5'Scope'#9'ITEMINDEX'#2#0#13'ITEMS.Strings'#1#6#11'Entire Text'#6 - +#13'Selected Text'#0#4'LEFT'#2#7#6'HEIGHT'#2'?'#5'WIDTH'#3#152#0#0#0#11'TRAD' - +'IOGROUP'#16'OriginRadiogroup'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION' - +#6#6'Origin'#9'ITEMINDEX'#2#0#13'ITEMS.Strings'#1#6#12'Entire Scope'#6#11'Fr' - +'om Cursor'#0#4'LEFT'#3#175#0#6'HEIGHT'#2'?'#5'WIDTH'#3#162#0#0#0#11'TRADIOG' - +'ROUP'#19'DirectionRadiogroup'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION' - +#6#9'Direction'#9'ITEMINDEX'#2#1#13'ITEMS.Strings'#1#6#2'Up'#6#4'Down'#0#4'L' - +'EFT'#3'_'#1#6'HEIGHT'#2'?'#5'WIDTH'#3#138#0#0#0#0#9'TGROUPBOX'#13'ItemsGrou' - +'pbox'#7'ANCHORS'#11#5'aktop'#6'akleft'#7'akright'#8'akbottom'#0#7'CAPTION'#6 - +#5'Items'#12'CLIENTHEIGHT'#3#4#1#11'CLIENTWIDTH'#3'Q'#2#5'COLOR'#4#15#0#0#128 - +#11'PARENTCOLOR'#9#11'PARENTCTL3D'#8#8'TABORDER'#2#3#4'LEFT'#2#8#6'HEIGHT'#3 - +#21#1#3'TOP'#2'c'#5'WIDTH'#3'U'#2#0#9'TGROUPBOX'#18'PropertiesGroupbox'#5'AL' - +'IGN'#7#8'albottom'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#10'Prope' - +'rties'#12'CLIENTHEIGHT'#3#133#0#11'CLIENTWIDTH'#3'M'#2#5'COLOR'#4#15#0#0#128 - +#11'PARENTCOLOR'#9#11'PARENTCTL3D'#8#8'TABORDER'#2#0#6'HEIGHT'#3#150#0#3'TOP' - +#2'n'#5'WIDTH'#3'Q'#2#0#5'TEDIT'#5'Edit1'#7'ANCHORS'#11#5'aktop'#6'akleft'#7 - +'akright'#0#4'TEXT'#6#12'FindTextEdit'#7'TABSTOP'#9#8'TABORDER'#2#0#4'LEFT'#2 - +'l'#6'HEIGHT'#2#23#3'TOP'#2#1#5'WIDTH'#3#218#1#0#0#6'TLABEL'#13'FindTextLabe' - +'l'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#9'Find Text'#5'COLOR'#4 - +#15#0#0#128#6'LAYOUT'#7#5'tltop'#4'LEFT'#2#8#6'HEIGHT'#2#17#3'TOP'#2#4#5'WID' - +'TH'#2'd'#0#0#6'TLABEL'#16'ReplaceWithLabel'#7'ANCHORS'#11#5'aktop'#6'akleft' - +#0#7'CAPTION'#6#12'Replace With'#5'COLOR'#4#15#0#0#128#6'LAYOUT'#7#5'tltop'#4 - +'LEFT'#2#8#6'HEIGHT'#2#17#3'TOP'#2'"'#5'WIDTH'#2'd'#0#0#5'TEDIT'#5'Edit2'#7 - +'ANCHORS'#11#5'aktop'#6'akleft'#7'akright'#0#4'TEXT'#6#15'ReplaceWithEdit'#7 - +'TABSTOP'#9#8'TABORDER'#2#3#4'LEFT'#2'l'#6'HEIGHT'#2#23#3'TOP'#2'!'#5'WIDTH' - +#3#218#1#0#0#11'TCHECKGROUP'#21'ItemOptionsCheckgroup'#5'ALIGN'#7#8'albottom' - +#7'CAPTION'#6#21'Options for this item'#13'ITEMS.Strings'#1#6#14'Case Sensit' - +'ive'#6#16'Whole Words Only'#6#19'Regular Expressions'#6#10'Multi Line'#6#17 - +'Prompt On Replace'#6#6'Active'#0#7'COLUMNS'#2#3#6'HEIGHT'#2'F'#3'TOP'#2'?'#5 - +'WIDTH'#3'M'#2#4'Data'#10#10#0#0#0#6#0#0#0#2#2#2#2#2#2#0#0#0#9'TLISTVIEW'#13 - +'ItemsListview'#5'ALIGN'#7#8'alclient'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#5 - +'COLOR'#4#15#0#0#128#7'COLUMNS'#14#1#7'CAPTION'#6#9'Find Text'#7'VISIBLE'#9#5 - +'WIDTH'#3#250#0#0#1#7'CAPTION'#6#12'Replace With'#7'VISIBLE'#9#5'WIDTH'#3#150 - +#0#0#1#7'CAPTION'#6#7'Options'#7'VISIBLE'#9#5'WIDTH'#2'2'#0#0#9'VIEWSTYLE'#7 - +#8'vsreport'#6'HEIGHT'#2'n'#5'WIDTH'#3'Q'#2#0#0#0#0 + 'TPF0'#19'TMultiReplaceDialog'#18'MultiReplaceDialog'#7'Caption'#6#16'Multipl' + +'e Replace'#12'ClientHeight'#3#163#1#11'ClientWidth'#3'a'#2#18'HorzScrollBar' + +'.Page'#3'b'#2#18'VertScrollBar.Page'#3#164#1#4'Left'#3'j'#1#6'Height'#3#163 + +#1#3'Top'#3#230#0#5'Width'#3'a'#2#0#7'TButton'#13'ReplaceButton'#7'Caption'#6 + +#7'Replace'#7'TabStop'#9#8'TabOrder'#2#0#4'Left'#3#144#0#6'Height'#2#25#3'To' + +'p'#3#128#1#5'Width'#2'k'#0#0#7'TButton'#12'CancelButton'#11'ModalResult'#2#2 + +#7'Caption'#6#6'Cancel'#7'TabStop'#9#8'TabOrder'#2#1#4'Left'#3#24#1#6'Height' + +#2#25#3'Top'#3#128#1#5'Width'#2'`'#0#0#9'TGroupBox'#15'OptionsGroupbox'#7'Ca' + +'ption'#6#7'Options'#12'ClientHeight'#2'B'#11'ClientWidth'#3#244#1#11'Parent' + +'Color'#9#11'ParentCtl3D'#8#8'TabOrder'#2#2#4'Left'#2#8#6'Height'#2'S'#3'Top' + +#2#8#5'Width'#3#248#1#0#11'TRadioGroup'#15'ScopeRadiogroup'#7'Caption'#6#5'S' + +'cope'#9'ItemIndex'#2#0#13'Items.Strings'#1#6#11'Entire Text'#6#13'Selected ' + +'Text'#0#4'Left'#2#7#6'Height'#2'?'#5'Width'#3#152#0#0#0#11'TRadioGroup'#16 + +'OriginRadiogroup'#7'Caption'#6#6'Origin'#9'ItemIndex'#2#0#13'Items.Strings' + +#1#6#12'Entire Scope'#6#11'From Cursor'#0#4'Left'#3#175#0#6'Height'#2'?'#5'W' + +'idth'#3#162#0#0#0#11'TRadioGroup'#19'DirectionRadiogroup'#7'Caption'#6#9'Di' + +'rection'#9'ItemIndex'#2#1#13'Items.Strings'#1#6#2'Up'#6#4'Down'#0#4'Left'#3 + +'_'#1#6'Height'#2'?'#5'Width'#3#138#0#0#0#0#9'TGroupBox'#13'ItemsGroupbox'#7 + +'Anchors'#11#5'aktop'#6'akleft'#7'akright'#8'akbottom'#0#7'Caption'#6#5'Item' + +'s'#12'ClientHeight'#3#4#1#11'ClientWidth'#3'Q'#2#11'ParentColor'#9#11'Paren' + +'tCtl3D'#8#8'TabOrder'#2#3#4'Left'#2#8#6'Height'#3#21#1#3'Top'#2'c'#5'Width' + +#3'U'#2#0#9'TGroupBox'#18'PropertiesGroupbox'#5'Align'#7#8'albottom'#7'Capti' + +'on'#6#10'Properties'#12'ClientHeight'#3#133#0#11'ClientWidth'#3'M'#2#11'Par' + +'entColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#0#6'Height'#3#150#0#3'Top'#2'n' + +#5'Width'#3'Q'#2#0#5'TEdit'#5'Edit1'#7'Anchors'#11#5'aktop'#6'akleft'#7'akri' + +'ght'#0#4'Text'#6#12'FindTextEdit'#7'TabStop'#9#8'TabOrder'#2#0#4'Left'#2'l' + +#6'Height'#2#23#3'Top'#2#1#5'Width'#3#218#1#0#0#6'TLabel'#13'FindTextLabel'#7 + +'Caption'#6#9'Find Text'#6'Layout'#7#5'tltop'#4'Left'#2#8#6'Height'#2#17#3'T' + +'op'#2#4#5'Width'#2'd'#0#0#6'TLabel'#16'ReplaceWithLabel'#7'Caption'#6#12'Re' + +'place With'#6'Layout'#7#5'tltop'#4'Left'#2#8#6'Height'#2#17#3'Top'#2'"'#5'W' + +'idth'#2'd'#0#0#5'TEdit'#5'Edit2'#7'Anchors'#11#5'aktop'#6'akleft'#7'akright' + +#0#4'Text'#6#15'ReplaceWithEdit'#7'TabStop'#9#8'TabOrder'#2#3#4'Left'#2'l'#6 + +'Height'#2#23#3'Top'#2'!'#5'Width'#3#218#1#0#0#11'TCheckGroup'#21'ItemOption' + +'sCheckgroup'#5'Align'#7#8'albottom'#7'Caption'#6#21'Options for this item' + +#13'Items.Strings'#1#6#14'Case Sensitive'#6#16'Whole Words Only'#6#19'Regula' + +'r Expressions'#6#10'Multi Line'#6#17'Prompt On Replace'#6#6'Active'#0#7'Col' + +'umns'#2#3#6'Height'#2'F'#3'Top'#2'?'#5'Width'#3'M'#2#4'Data'#10#10#0#0#0#6#0 + +#0#0#2#2#2#2#2#2#0#0#0#9'TListView'#13'ItemsListview'#5'Align'#7#8'alclient' + +#7'Columns'#14#1#7'Caption'#6#9'Find Text'#7'Visible'#9#5'Width'#3#250#0#0#1 + +#7'Caption'#6#12'Replace With'#7'Visible'#9#5'Width'#3#150#0#0#1#7'Caption'#6 + +#7'Options'#7'Visible'#9#5'Width'#2'2'#0#0#9'ViewStyle'#7#8'vsreport'#6'Heig' + +'ht'#2'n'#5'Width'#3'Q'#2#0#0#0#0 ]); diff --git a/lcl/comctrls.pp b/lcl/comctrls.pp index 06730a134f..b0fe59fa95 100644 --- a/lcl/comctrls.pp +++ b/lcl/comctrls.pp @@ -113,8 +113,6 @@ type Procedure WMPaint(var Msg: TLMPaint); message LM_PAINT; Procedure DrawDivider(X : Integer); Procedure DrawBevel(xLeft, PanelNum : Integer); - protected - function ColorIsStored: boolean; override; public constructor Create(TheOwner: TComponent); override; destructor Destroy; override; @@ -1470,7 +1468,13 @@ type tvoToolTips ); TTreeViewOptions = set of TTreeViewOption; + +const + DefaultTreeViewOptions = [tvoShowRoot, tvoShowLines, tvoShowButtons, + tvoHideSelection, tvoToolTips, + tvoKeepCollapsedNodes, tvoAutoItemHeight]; +type TTreeViewExpandSignType = (tvestPlusMinus, tvestArrow); TTreeViewInsertMarkType = ( tvimNone, @@ -1672,7 +1676,7 @@ type read GetHideSelection write SetHideSelection default True; property HotTrack: Boolean read GetHotTrack write SetHotTrack default False; property Images: TCustomImageList read FImages write SetImages; - property Indent: Integer read fIndent write SetIndent; + property Indent: Integer read fIndent write SetIndent default 15; property Items: TTreeNodes read FTreeNodes write SetTreeNodes; property OnAdvancedCustomDraw: TTVAdvancedCustomDrawEvent read FOnAdvancedCustomDraw write FOnAdvancedCustomDraw; @@ -1740,27 +1744,27 @@ type procedure MakeSelectionVisible; public property BackgroundColor: TColor - read FBackgroundColor write SetBackgroundColor; - property BorderWidth; + read FBackgroundColor write SetBackgroundColor default clWhite; + property BorderWidth default 2; property BottomItem: TTreeNode read GetBottomItem write SetBottomItem; property Canvas: TCanvas read FCanvas; property DefaultItemHeight: integer - read FDefItemHeight write SetDefaultItemHeight; + read FDefItemHeight write SetDefaultItemHeight default 20; property DropTarget: TTreeNode read GetDropTarget write SetDropTarget; property ExpandSignType: TTreeViewExpandSignType - read FExpandSignType write SetExpandSignType; + read FExpandSignType write SetExpandSignType default tvestPlusMinus; property InsertMarkNode: TTreeNode read FInsertMarkNode write SetInsertMarkNode; property InsertMarkType: TTreeViewInsertMarkType read FInsertMarkType write SetInsertMarkType; property KeepCollapsedNodes: boolean read GetKeepCollapsedNodes write SetKeepCollapsedNodes; - property Options: TTreeViewOptions read FOptions write SetOptions; + property Options: TTreeViewOptions read FOptions write SetOptions default DefaultTreeViewOptions; property ScrollBars: TScrollStyle read FScrollBars write SetScrollBars default ssBoth; property Selected: TTreeNode read GetSelection write SetSelection; - property SelectionColor: TColor read FSelectedColor write SetSelectedColor; - property SeparatorColor: TColor read fSeparatorColor write SetSeparatorColor; + property SelectionColor: TColor read FSelectedColor write SetSelectedColor default clHighlight; + property SeparatorColor: TColor read fSeparatorColor write SetSeparatorColor default clGray; property TopItem: TTreeNode read GetTopItem write SetTopItem; - property TreeLineColor: TColor read FTreeLineColor write FTreeLineColor; + property TreeLineColor: TColor read FTreeLineColor write FTreeLineColor default clWindowFrame; end; @@ -1942,6 +1946,9 @@ end. { ============================================================================= $Log$ + Revision 1.97 2003/12/28 02:40:50 mattias + set colors to default values + Revision 1.96 2003/12/26 15:23:29 mattias started message editor and fixed some range checks diff --git a/lcl/dirsel.lfm b/lcl/dirsel.lfm index b7cb68ead6..3b5d8f2b51 100644 --- a/lcl/dirsel.lfm +++ b/lcl/dirsel.lfm @@ -1,119 +1,113 @@ object DirSelDlg: TDirSelDlg - ACTIVECONTROL = TV - BORDERSTYLE = bsdialog - CAPTION = 'Select Directory' - CLIENTHEIGHT = 330 - CLIENTWIDTH = 335 - COLOR = -2147483647 - FORMSTYLE = fsstayontop - ONCREATE = FormCreate - ONSHOW = FormShow - POSITION = poscreencenter - HORZSCROLLBAR.PAGE = 336 - HORZSCROLLBAR.RANGE = 14 - VERTSCROLLBAR.PAGE = 331 - VERTSCROLLBAR.RANGE = 63 - LEFT = 432 - HEIGHT = 330 - TOP = 234 - WIDTH = 335 - object Panel1: TPANEL - ALIGN = albottom - BEVELOUTER = bvnone - CLIENTHEIGHT = 41 - CLIENTWIDTH = 335 - TABORDER = 0 - TABSTOP = True - HEIGHT = 41 - TOP = 289 - WIDTH = 335 - object Button1: TBUTTON - ANCHORS = [akright, akbottom] - MODALRESULT = 1 - CAPTION = 'OK' - TABSTOP = True - TABORDER = 0 - LEFT = 169 - HEIGHT = 25 - TOP = 9 - WIDTH = 75 + ActiveControl = TV + BorderStyle = bsdialog + Caption = 'Select Directory' + ClientHeight = 330 + ClientWidth = 335 + FormStyle = fsstayontop + OnCreate = FormCreate + OnShow = FormShow + Position = poscreencenter + HorzScrollBar.Page = 336 + HorzScrollBar.Range = 14 + VertScrollBar.Page = 331 + VertScrollBar.Range = 63 + Left = 432 + Height = 330 + Top = 234 + Width = 335 + object Panel1: TPanel + Align = albottom + BevelOuter = bvnone + ClientHeight = 41 + ClientWidth = 335 + TabOrder = 0 + TabStop = True + Height = 41 + Top = 289 + Width = 335 + object Button1: TButton + Anchors = [akright, akbottom] + ModalResult = 1 + Caption = 'OK' + TabStop = True + TabOrder = 0 + Left = 169 + Height = 25 + Top = 9 + Width = 75 end - object Button2: TBUTTON - ANCHORS = [akright, akbottom] - MODALRESULT = 2 - CANCEL = True - CAPTION = 'Cancel' - TABSTOP = True - TABORDER = 1 - LEFT = 253 - HEIGHT = 25 - TOP = 9 - WIDTH = 75 + object Button2: TButton + Anchors = [akright, akbottom] + ModalResult = 2 + Cancel = True + Caption = 'Cancel' + TabStop = True + TabOrder = 1 + Left = 253 + Height = 25 + Top = 9 + Width = 75 end end - object Panel2: TPANEL - ALIGN = alleft - BEVELOUTER = bvnone - CLIENTHEIGHT = 265 - CLIENTWIDTH = 7 - TABORDER = 1 - TABSTOP = True - HEIGHT = 265 - TOP = 24 - WIDTH = 7 + object Panel2: TPanel + Align = alleft + BevelOuter = bvnone + ClientHeight = 265 + ClientWidth = 7 + TabOrder = 1 + TabStop = True + Height = 265 + Top = 24 + Width = 7 end - object Panel3: TPANEL - ALIGN = altop - BEVELOUTER = bvnone - CLIENTHEIGHT = 24 - CLIENTWIDTH = 335 - TABORDER = 2 - TABSTOP = True - HEIGHT = 24 - WIDTH = 335 - object Label1: TLABEL - CAPTION = '&Directory' - FOCUSCONTROL = TV - LAYOUT = tlcenter - LEFT = 140 - HEIGHT = 15 - TOP = 4 - WIDTH = 54 + object Panel3: TPanel + Align = altop + BevelOuter = bvnone + ClientHeight = 24 + ClientWidth = 335 + TabOrder = 2 + TabStop = True + Height = 24 + Width = 335 + object Label1: TLabel + Caption = '&Directory' + FocusControl = TV + Layout = tlcenter + Left = 140 + Height = 15 + Top = 4 + Width = 54 end end - object Panel4: TPANEL - ALIGN = alright - BEVELOUTER = bvnone - CLIENTHEIGHT = 265 - CLIENTWIDTH = 7 - TABORDER = 3 - TABSTOP = True - LEFT = 328 - HEIGHT = 265 - TOP = 24 - WIDTH = 7 + object Panel4: TPanel + Align = alright + BevelOuter = bvnone + ClientHeight = 265 + ClientWidth = 7 + TabOrder = 3 + TabStop = True + Left = 328 + Height = 265 + Top = 24 + Width = 7 end - object TV: TTREEVIEW - ALIGN = alclient - BACKGROUNDCOLOR = 16777215 - BORDERWIDTH = 2 - CONSTRAINTS.MINHEIGHT = 100 - CONSTRAINTS.MINWIDTH = 100 - DEFAULTITEMHEIGHT = 20 - DRAGCURSOR = 0 - INDENT = 15 - PARENTCOLOR = True - PARENTCTL3D = False - PARENTFONT = True - SCROLLBARS = ssvertical - SELECTIONCOLOR = -2147483635 - TABORDER = 4 - ONDBLCLICK = TVItemDoubleClick - ONEXPANDED = TVExpanded - OPTIONS = [tvoautoitemheight, tvohideselection, tvokeepcollapsednodes, tvoshowbuttons, tvoshowlines, tvoshowroot, tvotooltips] - LEFT = 7 - HEIGHT = 265 - TOP = 24 - WIDTH = 321 + object TV: TTreeView + Align = alclient + Constraints.MinHeight = 100 + Constraints.MinWidth = 100 + DefaultItemHeight = 17 + DragCursor = crDefault + ParentColor = True + ParentCtl3D = False + ParentFont = True + ScrollBars = ssvertical + TabOrder = 4 + OnDblClick = TVItemDoubleClick + OnExpanded = TVExpanded + Left = 7 + Height = 265 + Top = 24 + Width = 321 end end diff --git a/lcl/dirsel.lrs b/lcl/dirsel.lrs index da5cc255f1..2883bfd170 100644 --- a/lcl/dirsel.lrs +++ b/lcl/dirsel.lrs @@ -1,37 +1,33 @@ { This is an automatically generated lazarus resource file } LazarusResources.Add('TDirSelDlg','FORMDATA',[ - 'TPF0'#10'TDirSelDlg'#9'DirSelDlg'#13'ACTIVECONTROL'#7#2'TV'#11'BORDERSTYLE'#7 - +#8'bsdialog'#7'CAPTION'#6#16'Select Directory'#12'CLIENTHEIGHT'#3'J'#1#11'CL' - +'IENTWIDTH'#3'O'#1#5'COLOR'#4#1#0#0#128#9'FORMSTYLE'#7#11'fsstayontop'#8'ONC' - +'REATE'#7#10'FormCreate'#6'ONSHOW'#7#8'FormShow'#8'POSITION'#7#14'poscreence' - +'nter'#18'HORZSCROLLBAR.PAGE'#3'P'#1#19'HORZSCROLLBAR.RANGE'#2#14#18'VERTSCR' - +'OLLBAR.PAGE'#3'K'#1#19'VERTSCROLLBAR.RANGE'#2'?'#4'LEFT'#3#176#1#6'HEIGHT'#3 - +'J'#1#3'TOP'#3#234#0#5'WIDTH'#3'O'#1#0#6'TPANEL'#6'Panel1'#5'ALIGN'#7#8'albo' - +'ttom'#10'BEVELOUTER'#7#6'bvnone'#12'CLIENTHEIGHT'#2')'#11'CLIENTWIDTH'#3'O' - +#1#8'TABORDER'#2#0#7'TABSTOP'#9#6'HEIGHT'#2')'#3'TOP'#3'!'#1#5'WIDTH'#3'O'#1 - +#0#7'TBUTTON'#7'Button1'#7'ANCHORS'#11#7'akright'#8'akbottom'#0#11'MODALRESU' - +'LT'#2#1#7'CAPTION'#6#2'OK'#7'TABSTOP'#9#8'TABORDER'#2#0#4'LEFT'#3#169#0#6'H' - +'EIGHT'#2#25#3'TOP'#2#9#5'WIDTH'#2'K'#0#0#7'TBUTTON'#7'Button2'#7'ANCHORS'#11 - +#7'akright'#8'akbottom'#0#11'MODALRESULT'#2#2#6'CANCEL'#9#7'CAPTION'#6#6'Can' - +'cel'#7'TABSTOP'#9#8'TABORDER'#2#1#4'LEFT'#3#253#0#6'HEIGHT'#2#25#3'TOP'#2#9 - +#5'WIDTH'#2'K'#0#0#0#6'TPANEL'#6'Panel2'#5'ALIGN'#7#6'alleft'#10'BEVELOUTER' - +#7#6'bvnone'#12'CLIENTHEIGHT'#3#9#1#11'CLIENTWIDTH'#2#7#8'TABORDER'#2#1#7'TA' - +'BSTOP'#9#6'HEIGHT'#3#9#1#3'TOP'#2#24#5'WIDTH'#2#7#0#0#6'TPANEL'#6'Panel3'#5 - +'ALIGN'#7#5'altop'#10'BEVELOUTER'#7#6'bvnone'#12'CLIENTHEIGHT'#2#24#11'CLIEN' - +'TWIDTH'#3'O'#1#8'TABORDER'#2#2#7'TABSTOP'#9#6'HEIGHT'#2#24#5'WIDTH'#3'O'#1#0 - +#6'TLABEL'#6'Label1'#7'CAPTION'#6#10'&Directory'#12'FOCUSCONTROL'#7#2'TV'#6 - +'LAYOUT'#7#8'tlcenter'#4'LEFT'#3#140#0#6'HEIGHT'#2#15#3'TOP'#2#4#5'WIDTH'#2 - +'6'#0#0#0#6'TPANEL'#6'Panel4'#5'ALIGN'#7#7'alright'#10'BEVELOUTER'#7#6'bvnon' - +'e'#12'CLIENTHEIGHT'#3#9#1#11'CLIENTWIDTH'#2#7#8'TABORDER'#2#3#7'TABSTOP'#9#4 - +'LEFT'#3'H'#1#6'HEIGHT'#3#9#1#3'TOP'#2#24#5'WIDTH'#2#7#0#0#9'TTREEVIEW'#2'TV' - +#5'ALIGN'#7#8'alclient'#15'BACKGROUNDCOLOR'#4#255#255#255#0#11'BORDERWIDTH'#2 - +#2#21'CONSTRAINTS.MINHEIGHT'#2'd'#20'CONSTRAINTS.MINWIDTH'#2'd'#17'DEFAULTIT' - +'EMHEIGHT'#2#20#10'DRAGCURSOR'#2#0#6'INDENT'#2#15#11'PARENTCOLOR'#9#11'PAREN' - +'TCTL3D'#8#10'PARENTFONT'#9#10'SCROLLBARS'#7#10'ssvertical'#14'SELECTIONCOLO' - +'R'#4#13#0#0#128#8'TABORDER'#2#4#10'ONDBLCLICK'#7#17'TVItemDoubleClick'#10'O' - +'NEXPANDED'#7#10'TVExpanded'#7'OPTIONS'#11#17'tvoautoitemheight'#16'tvohides' - +'election'#21'tvokeepcollapsednodes'#14'tvoshowbuttons'#12'tvoshowlines'#11 - +'tvoshowroot'#11'tvotooltips'#0#4'LEFT'#2#7#6'HEIGHT'#3#9#1#3'TOP'#2#24#5'WI' - +'DTH'#3'A'#1#0#0#0 + 'TPF0'#10'TDirSelDlg'#9'DirSelDlg'#13'ActiveControl'#7#2'TV'#11'BorderStyle'#7 + +#8'bsdialog'#7'Caption'#6#16'Select Directory'#12'ClientHeight'#3'J'#1#11'Cl' + +'ientWidth'#3'O'#1#9'FormStyle'#7#11'fsstayontop'#8'OnCreate'#7#10'FormCreat' + +'e'#6'OnShow'#7#8'FormShow'#8'Position'#7#14'poscreencenter'#18'HorzScrollBa' + +'r.Page'#3'P'#1#19'HorzScrollBar.Range'#2#14#18'VertScrollBar.Page'#3'K'#1#19 + +'VertScrollBar.Range'#2'?'#4'Left'#3#176#1#6'Height'#3'J'#1#3'Top'#3#234#0#5 + +'Width'#3'O'#1#0#6'TPanel'#6'Panel1'#5'Align'#7#8'albottom'#10'BevelOuter'#7 + +#6'bvnone'#12'ClientHeight'#2')'#11'ClientWidth'#3'O'#1#8'TabOrder'#2#0#7'Ta' + +'bStop'#9#6'Height'#2')'#3'Top'#3'!'#1#5'Width'#3'O'#1#0#7'TButton'#7'Button' + +'1'#7'Anchors'#11#7'akright'#8'akbottom'#0#11'ModalResult'#2#1#7'Caption'#6#2 + +'OK'#7'TabStop'#9#8'TabOrder'#2#0#4'Left'#3#169#0#6'Height'#2#25#3'Top'#2#9#5 + +'Width'#2'K'#0#0#7'TButton'#7'Button2'#7'Anchors'#11#7'akright'#8'akbottom'#0 + +#11'ModalResult'#2#2#6'Cancel'#9#7'Caption'#6#6'Cancel'#7'TabStop'#9#8'TabOr' + +'der'#2#1#4'Left'#3#253#0#6'Height'#2#25#3'Top'#2#9#5'Width'#2'K'#0#0#0#6'TP' + +'anel'#6'Panel2'#5'Align'#7#6'alleft'#10'BevelOuter'#7#6'bvnone'#12'ClientHe' + +'ight'#3#9#1#11'ClientWidth'#2#7#8'TabOrder'#2#1#7'TabStop'#9#6'Height'#3#9#1 + +#3'Top'#2#24#5'Width'#2#7#0#0#6'TPanel'#6'Panel3'#5'Align'#7#5'altop'#10'Bev' + +'elOuter'#7#6'bvnone'#12'ClientHeight'#2#24#11'ClientWidth'#3'O'#1#8'TabOrde' + +'r'#2#2#7'TabStop'#9#6'Height'#2#24#5'Width'#3'O'#1#0#6'TLabel'#6'Label1'#7 + +'Caption'#6#10'&Directory'#12'FocusControl'#7#2'TV'#6'Layout'#7#8'tlcenter'#4 + +'Left'#3#140#0#6'Height'#2#15#3'Top'#2#4#5'Width'#2'6'#0#0#0#6'TPanel'#6'Pan' + +'el4'#5'Align'#7#7'alright'#10'BevelOuter'#7#6'bvnone'#12'ClientHeight'#3#9#1 + +#11'ClientWidth'#2#7#8'TabOrder'#2#3#7'TabStop'#9#4'Left'#3'H'#1#6'Height'#3 + +#9#1#3'Top'#2#24#5'Width'#2#7#0#0#9'TTreeView'#2'TV'#5'Align'#7#8'alclient' + +#21'Constraints.MinHeight'#2'd'#20'Constraints.MinWidth'#2'd'#17'DefaultItem' + +'Height'#2#17#10'DragCursor'#7#9'crDefault'#11'ParentColor'#9#11'ParentCtl3D' + +#8#10'ParentFont'#9#10'ScrollBars'#7#10'ssvertical'#8'TabOrder'#2#4#10'OnDbl' + +'Click'#7#17'TVItemDoubleClick'#10'OnExpanded'#7#10'TVExpanded'#4'Left'#2#7#6 + +'Height'#3#9#1#3'Top'#2#24#5'Width'#3'A'#1#0#0#0 ]); diff --git a/lcl/extdlgs.pas b/lcl/extdlgs.pas index 94ea0fc169..37f4cc9f91 100644 --- a/lcl/extdlgs.pas +++ b/lcl/extdlgs.pas @@ -598,6 +598,7 @@ type property OnTextChange: TNotifyEvent read FOnTextChange write FOnTextChange; property OnCalcKey: TKeyPressEvent read FOnCalcKey write FOnCalcKey; property OnDisplayChange: TNotifyEvent read FOnDisplayChange write FOnDisplayChange; + property Color default clBtnFace; end; constructor TCalculatorPanel.CreateLayout(AOwner: TComponent; diff --git a/lcl/forms.pp b/lcl/forms.pp index ea551520a2..2fa2292a40 100644 --- a/lcl/forms.pp +++ b/lcl/forms.pp @@ -492,7 +492,7 @@ type property Caption; property ClientHeight; property ClientWidth; - property Color default clBtnFace; + property Color; property Constraints; property Enabled; property Font; diff --git a/lcl/include/control.inc b/lcl/include/control.inc index 20db6bf6c6..4d9691cffe 100644 --- a/lcl/include/control.inc +++ b/lcl/include/control.inc @@ -678,6 +678,8 @@ end; function TControl.ColorIsStored: boolean; begin Result:=(Color<>clWindow); + if Result and ParentColor and (Parent<>nil) then + Result:=false; end; {------------------------------------------------------------------------------ @@ -2457,6 +2459,7 @@ begin FHelpType := htContext; FTabOrder := -1; TabStop := False; + FDragCursor := crDrag; //writeln('TControl.Create END ',Name,':',ClassName); end; @@ -2607,6 +2610,9 @@ end; { ============================================================================= $Log$ + Revision 1.160 2003/12/28 02:40:50 mattias + set colors to default values + Revision 1.159 2003/12/25 14:17:07 mattias fixed many range check warnings diff --git a/lcl/include/custompanel.inc b/lcl/include/custompanel.inc index 9893c96e3c..10e9eaa7ce 100644 --- a/lcl/include/custompanel.inc +++ b/lcl/include/custompanel.inc @@ -36,6 +36,7 @@ begin FBevelInner := bvNone; FBevelWidth := 1; FAlignment := taCenter; + Color:=clBtnface; SetInitialBounds(0,0,170,50); // Color := clBackground; ParentColor := True; diff --git a/lcl/include/statusbar.inc b/lcl/include/statusbar.inc index 6ddb1ba9be..b474ced2dc 100644 --- a/lcl/include/statusbar.inc +++ b/lcl/include/statusbar.inc @@ -168,11 +168,6 @@ Begin end; End; -function TStatusBar.ColorIsStored: boolean; -begin - Result:=(Color<>clBtnFace); -end; - Procedure TStatusBar.DrawDivider(X : Integer); Begin Canvas.Pen.Width:=1; diff --git a/lcl/include/treeview.inc b/lcl/include/treeview.inc index a251d1bd9e..0aad9945f9 100644 --- a/lcl/include/treeview.inc +++ b/lcl/include/treeview.inc @@ -2595,8 +2595,7 @@ begin FTreeNodes := TTreeNodes.Create(Self); FBorderStyle := bsSingle; BorderWidth := 2; - FOptions := [tvoShowRoot, tvoShowLines, tvoShowButtons, tvoHideSelection, - tvoToolTips, tvoKeepCollapsedNodes, tvoAutoItemHeight]; + FOptions := DefaultTreeViewOptions; Items.KeepCollapsedNodes:=KeepCollapsedNodes; FScrollBars:=ssBoth; FDragImage := TDragImageList.CreateSize(32, 32); diff --git a/tools/apiwizz/apiwizard.lfm b/tools/apiwizz/apiwizard.lfm index af2648af0a..2ad0ed6a8e 100644 --- a/tools/apiwizz/apiwizard.lfm +++ b/tools/apiwizz/apiwizard.lfm @@ -1,136 +1,127 @@ object ApiWizForm: TApiWizForm - CAPTION = 'ApiWiZZ' - CLIENTHEIGHT = 273 - CLIENTWIDTH = 504 - ONCREATE = ApiWizFormCreate - POSITION = podefaultposonly - HORZSCROLLBAR.PAGE = 505 - VERTSCROLLBAR.PAGE = 274 - LEFT = 358 - HEIGHT = 273 - TOP = 185 - WIDTH = 504 - object lblDeclare: TLABEL - ANCHORS = [aktop, akleft] - CAPTION = 'Declaration:' - COLOR = -2147483633 - LAYOUT = tltop - LEFT = 4 - HEIGHT = 16 - TOP = 68 - WIDTH = 120 + Caption = 'ApiWiZZ' + ClientHeight = 273 + ClientWidth = 504 + OnCreate = ApiWizFormCreate + Position = podefaultposonly + HorzScrollBar.Page = 505 + VertScrollBar.Page = 274 + Left = 358 + Height = 273 + Top = 185 + Width = 504 + object lblDeclare: TLabel + Caption = 'Declaration:' + Layout = tltop + Left = 4 + Height = 16 + Top = 68 + Width = 120 end - object lblLazarus: TLABEL - ANCHORS = [aktop, akleft] - CAPTION = 'Lazarus dir:' - COLOR = -2147483633 - LAYOUT = tltop - LEFT = 4 - HEIGHT = 16 - TOP = 16 - WIDTH = 120 + object lblLazarus: TLabel + Caption = 'Lazarus dir:' + Layout = tltop + Left = 4 + Height = 16 + Top = 16 + Width = 120 end - object txtDeclare: TEDIT - ANCHORS = [aktop, akleft, akright] - TABSTOP = True - TABORDER = 0 - LEFT = 4 - HEIGHT = 24 - TOP = 88 - WIDTH = 492 + object txtDeclare: TEdit + Anchors = [aktop, akleft, akright] + TabStop = True + TabOrder = 0 + Left = 4 + Height = 24 + Top = 88 + Width = 492 end - object cmdGenerate: TBUTTON - ANCHORS = [akright, akbottom] - CAPTION = 'Generate' - TABSTOP = True - TABORDER = 2 - ONCLICK = cmdGenerateClick - LEFT = 421 - HEIGHT = 28 - TOP = 238 - WIDTH = 75 + object cmdGenerate: TButton + Anchors = [akright, akbottom] + Caption = 'Generate' + TabStop = True + TabOrder = 2 + OnClick = cmdGenerateClick + Left = 421 + Height = 28 + Top = 238 + Width = 75 end - object txtLazarus: TEDIT - ANCHORS = [aktop, akleft, akright] - TABSTOP = True - TABORDER = 1 - LEFT = 4 - HEIGHT = 24 - TOP = 36 - WIDTH = 492 - TAG = 493 + object txtLazarus: TEdit + Anchors = [aktop, akleft, akright] + TabStop = True + TabOrder = 1 + Left = 4 + Height = 24 + Top = 36 + Width = 492 + Tag = 493 end - object rdgApiType: TRADIOGROUP - ANCHORS = [aktop, akleft] - CAPTION = 'Api type' - ITEMINDEX = 0 - ITEMS.Strings = ( + object rdgApiType: TRadioGroup + Caption = 'Api type' + ItemIndex = 0 + Items.Strings = ( 'win32 compatibility' 'LCL interface' ) - ONCLICK = rdgApiTypeClick - LEFT = 176 - HEIGHT = 72 - TOP = 128 - WIDTH = 158 + OnClick = rdgApiTypeClick + Left = 176 + Height = 72 + Top = 128 + Width = 158 end - object Groupbox1: TGROUPBOX - ANCHORS = [aktop, akleft] - CAPTION = 'LCL Platform' - CLIENTHEIGHT = 115 - CLIENTWIDTH = 160 - COLOR = -2147483633 - PARENTCOLOR = True - PARENTCTL3D = False - TABORDER = 6 - LEFT = 4 - HEIGHT = 138 - TOP = 128 - WIDTH = 164 - object cbgLCLPlatform: TCHECKGROUP - ENABLED = False - ITEMS.Strings = ( + object Groupbox1: TGroupBox + Caption = 'LCL Platform' + ClientHeight = 121 + ClientWidth = 160 + ParentColor = True + ParentCtl3D = False + TabOrder = 6 + Left = 4 + Height = 138 + Top = 128 + Width = 164 + object cbgLCLPlatform: TCheckGroup + Enabled = False + Items.Strings = ( 'gtk' 'gtk2' 'win32' ) - LEFT = 26 - HEIGHT = 80 - TOP = 30 - WIDTH = 128 + Left = 26 + Height = 80 + Top = 30 + Width = 128 Data = { 03000000020202 } end - object rbIndependent: TRADIOBUTTON - ANCHORS = [aktop, akleft] - AUTOSIZE = True - ALLOWGRAYED = True - CAPTION = 'Independent' - CHECKED = True - STATE = cbchecked - DRAGCURSOR = 0 - TABORDER = 1 - TABSTOP = True - ONCLICK = rbPlatformDependencyClick - LEFT = 10 - HEIGHT = 20 - TOP = 3 - WIDTH = 115 + object rbIndependent: TRadioButton + AutoSize = True + AllowGrayed = True + Caption = 'Independent' + Checked = True + State = cbchecked + DragCursor = crDefault + TabOrder = 1 + TabStop = True + OnClick = rbPlatformDependencyClick + Left = 10 + Height = 20 + Top = 3 + Width = 115 end - object rbDependent: TRADIOBUTTON - ANCHORS = [aktop, akleft] - AUTOSIZE = True - ALLOWGRAYED = True - CAPTION = 'Dependent' - DRAGCURSOR = 0 - TABORDER = 2 - TABSTOP = True - ONCLICK = rbPlatformDependencyClick - LEFT = 10 - HEIGHT = 20 - TOP = 30 - WIDTH = 106 + object rbDependent: TRadioButton + AutoSize = True + AllowGrayed = True + Caption = 'Dependent' + DragCursor = crDefault + TabOrder = 2 + TabStop = True + OnClick = rbPlatformDependencyClick + Left = 10 + Height = 20 + Top = 30 + Width = 106 end end end diff --git a/tools/apiwizz/apiwizard.lrs b/tools/apiwizz/apiwizard.lrs index 4f64f715d0..85804aae07 100644 --- a/tools/apiwizz/apiwizard.lrs +++ b/tools/apiwizz/apiwizard.lrs @@ -1,39 +1,35 @@ { This is an automatically generated lazarus resource file } LazarusResources.Add('TApiWizForm','FORMDATA',[ - 'TPF0'#11'TApiWizForm'#10'ApiWizForm'#7'CAPTION'#6#7'ApiWiZZ'#12'CLIENTHEIGHT' - +#3#17#1#11'CLIENTWIDTH'#3#248#1#8'ONCREATE'#7#16'ApiWizFormCreate'#8'POSITIO' - +'N'#7#16'podefaultposonly'#18'HORZSCROLLBAR.PAGE'#3#249#1#18'VERTSCROLLBAR.P' - +'AGE'#3#18#1#4'LEFT'#3'f'#1#6'HEIGHT'#3#17#1#3'TOP'#3#185#0#5'WIDTH'#3#248#1 - +#0#6'TLABEL'#10'lblDeclare'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6 - +#12'Declaration:'#5'COLOR'#4#15#0#0#128#6'LAYOUT'#7#5'tltop'#4'LEFT'#2#4#6'H' - +'EIGHT'#2#16#3'TOP'#2'D'#5'WIDTH'#2'x'#0#0#6'TLABEL'#10'lblLazarus'#7'ANCHOR' - +'S'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#12'Lazarus dir:'#5'COLOR'#4#15#0#0 - +#128#6'LAYOUT'#7#5'tltop'#4'LEFT'#2#4#6'HEIGHT'#2#16#3'TOP'#2#16#5'WIDTH'#2 - +'x'#0#0#5'TEDIT'#10'txtDeclare'#7'ANCHORS'#11#5'aktop'#6'akleft'#7'akright'#0 - +#7'TABSTOP'#9#8'TABORDER'#2#0#4'LEFT'#2#4#6'HEIGHT'#2#24#3'TOP'#2'X'#5'WIDTH' - +#3#236#1#0#0#7'TBUTTON'#11'cmdGenerate'#7'ANCHORS'#11#7'akright'#8'akbottom' - +#0#7'CAPTION'#6#8'Generate'#7'TABSTOP'#9#8'TABORDER'#2#2#7'ONCLICK'#7#16'cmd' - +'GenerateClick'#4'LEFT'#3#165#1#6'HEIGHT'#2#28#3'TOP'#3#238#0#5'WIDTH'#2'K'#0 - +#0#5'TEDIT'#10'txtLazarus'#7'ANCHORS'#11#5'aktop'#6'akleft'#7'akright'#0#7'T' - +'ABSTOP'#9#8'TABORDER'#2#1#4'LEFT'#2#4#6'HEIGHT'#2#24#3'TOP'#2'$'#5'WIDTH'#3 - +#236#1#3'TAG'#3#237#1#0#0#11'TRADIOGROUP'#10'rdgApiType'#7'ANCHORS'#11#5'akt' - +'op'#6'akleft'#0#7'CAPTION'#6#8'Api type'#9'ITEMINDEX'#2#0#13'ITEMS.Strings' - +#1#6#19'win32 compatibility'#6#13'LCL interface'#0#7'ONCLICK'#7#15'rdgApiTyp' - +'eClick'#4'LEFT'#3#176#0#6'HEIGHT'#2'H'#3'TOP'#3#128#0#5'WIDTH'#3#158#0#0#0#9 - +'TGROUPBOX'#9'Groupbox1'#7'ANCHORS'#11#5'aktop'#6'akleft'#0#7'CAPTION'#6#12 - +'LCL Platform'#12'CLIENTHEIGHT'#2's'#11'CLIENTWIDTH'#3#160#0#5'COLOR'#4#15#0 - +#0#128#11'PARENTCOLOR'#9#11'PARENTCTL3D'#8#8'TABORDER'#2#6#4'LEFT'#2#4#6'HEI' - +'GHT'#3#138#0#3'TOP'#3#128#0#5'WIDTH'#3#164#0#0#11'TCHECKGROUP'#14'cbgLCLPla' - +'tform'#7'ENABLED'#8#13'ITEMS.Strings'#1#6#3'gtk'#6#4'gtk2'#6#5'win32'#0#4'L' - +'EFT'#2#26#6'HEIGHT'#2'P'#3'TOP'#2#30#5'WIDTH'#3#128#0#4'Data'#10#7#0#0#0#3#0 - +#0#0#2#2#2#0#0#12'TRADIOBUTTON'#13'rbIndependent'#7'ANCHORS'#11#5'aktop'#6'a' - +'kleft'#0#8'AUTOSIZE'#9#11'ALLOWGRAYED'#9#7'CAPTION'#6#11'Independent'#7'CHE' - +'CKED'#9#5'STATE'#7#9'cbchecked'#10'DRAGCURSOR'#2#0#8'TABORDER'#2#1#7'TABSTO' - +'P'#9#7'ONCLICK'#7#25'rbPlatformDependencyClick'#4'LEFT'#2#10#6'HEIGHT'#2#20 - +#3'TOP'#2#3#5'WIDTH'#2's'#0#0#12'TRADIOBUTTON'#11'rbDependent'#7'ANCHORS'#11 - +#5'aktop'#6'akleft'#0#8'AUTOSIZE'#9#11'ALLOWGRAYED'#9#7'CAPTION'#6#9'Depende' - +'nt'#10'DRAGCURSOR'#2#0#8'TABORDER'#2#2#7'TABSTOP'#9#7'ONCLICK'#7#25'rbPlatf' - +'ormDependencyClick'#4'LEFT'#2#10#6'HEIGHT'#2#20#3'TOP'#2#30#5'WIDTH'#2'j'#0 - +#0#0#0 + 'TPF0'#11'TApiWizForm'#10'ApiWizForm'#7'Caption'#6#7'ApiWiZZ'#12'ClientHeight' + +#3#17#1#11'ClientWidth'#3#248#1#8'OnCreate'#7#16'ApiWizFormCreate'#8'Positio' + +'n'#7#16'podefaultposonly'#18'HorzScrollBar.Page'#3#249#1#18'VertScrollBar.P' + +'age'#3#18#1#4'Left'#3'f'#1#6'Height'#3#17#1#3'Top'#3#185#0#5'Width'#3#248#1 + +#0#6'TLabel'#10'lblDeclare'#7'Caption'#6#12'Declaration:'#6'Layout'#7#5'tlto' + +'p'#4'Left'#2#4#6'Height'#2#16#3'Top'#2'D'#5'Width'#2'x'#0#0#6'TLabel'#10'lb' + +'lLazarus'#7'Caption'#6#12'Lazarus dir:'#6'Layout'#7#5'tltop'#4'Left'#2#4#6 + +'Height'#2#16#3'Top'#2#16#5'Width'#2'x'#0#0#5'TEdit'#10'txtDeclare'#7'Anchor' + +'s'#11#5'aktop'#6'akleft'#7'akright'#0#7'TabStop'#9#8'TabOrder'#2#0#4'Left'#2 + +#4#6'Height'#2#24#3'Top'#2'X'#5'Width'#3#236#1#0#0#7'TButton'#11'cmdGenerate' + +#7'Anchors'#11#7'akright'#8'akbottom'#0#7'Caption'#6#8'Generate'#7'TabStop'#9 + +#8'TabOrder'#2#2#7'OnClick'#7#16'cmdGenerateClick'#4'Left'#3#165#1#6'Height' + +#2#28#3'Top'#3#238#0#5'Width'#2'K'#0#0#5'TEdit'#10'txtLazarus'#7'Anchors'#11 + +#5'aktop'#6'akleft'#7'akright'#0#7'TabStop'#9#8'TabOrder'#2#1#4'Left'#2#4#6 + +'Height'#2#24#3'Top'#2'$'#5'Width'#3#236#1#3'Tag'#3#237#1#0#0#11'TRadioGroup' + +#10'rdgApiType'#7'Caption'#6#8'Api type'#9'ItemIndex'#2#0#13'Items.Strings'#1 + +#6#19'win32 compatibility'#6#13'LCL interface'#0#7'OnClick'#7#15'rdgApiTypeC' + +'lick'#4'Left'#3#176#0#6'Height'#2'H'#3'Top'#3#128#0#5'Width'#3#158#0#0#0#9 + +'TGroupBox'#9'Groupbox1'#7'Caption'#6#12'LCL Platform'#12'ClientHeight'#2'y' + +#11'ClientWidth'#3#160#0#11'ParentColor'#9#11'ParentCtl3D'#8#8'TabOrder'#2#6 + +#4'Left'#2#4#6'Height'#3#138#0#3'Top'#3#128#0#5'Width'#3#164#0#0#11'TCheckGr' + +'oup'#14'cbgLCLPlatform'#7'Enabled'#8#13'Items.Strings'#1#6#3'gtk'#6#4'gtk2' + +#6#5'win32'#0#4'Left'#2#26#6'Height'#2'P'#3'Top'#2#30#5'Width'#3#128#0#4'Dat' + +'a'#10#7#0#0#0#3#0#0#0#2#2#2#0#0#12'TRadioButton'#13'rbIndependent'#8'AutoSi' + +'ze'#9#11'AllowGrayed'#9#7'Caption'#6#11'Independent'#7'Checked'#9#5'State'#7 + +#9'cbchecked'#10'DragCursor'#7#9'crDefault'#8'TabOrder'#2#1#7'TabStop'#9#7'O' + +'nClick'#7#25'rbPlatformDependencyClick'#4'Left'#2#10#6'Height'#2#20#3'Top'#2 + +#3#5'Width'#2's'#0#0#12'TRadioButton'#11'rbDependent'#8'AutoSize'#9#11'Allow' + +'Grayed'#9#7'Caption'#6#9'Dependent'#10'DragCursor'#7#9'crDefault'#8'TabOrde' + +'r'#2#2#7'TabStop'#9#7'OnClick'#7#25'rbPlatformDependencyClick'#4'Left'#2#10 + +#6'Height'#2#20#3'Top'#2#30#5'Width'#2'j'#0#0#0#0 ]);