DBG: make tool/dialog windows

git-svn-id: trunk@28622 -
This commit is contained in:
martin 2010-12-04 19:46:22 +00:00
parent dee564645a
commit 074cd19dbd
9 changed files with 515 additions and 234 deletions

View File

@ -4,15 +4,16 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
Top = 291 Top = 291
Width = 581 Width = 581
ActiveControl = MethodsCheckListBox ActiveControl = MethodsCheckListBox
BorderStyle = bsDialog
Caption = 'AbstractMethodsDialog' Caption = 'AbstractMethodsDialog'
ClientHeight = 344 ClientHeight = 344
ClientWidth = 581 ClientWidth = 581
OnCreate = FormCreate OnCreate = FormCreate
OnDestroy = FormDestroy OnDestroy = FormDestroy
LCLVersion = '0.9.27' LCLVersion = '0.9.29'
object NoteLabel: TLabel object NoteLabel: TLabel
Left = 0 Left = 0
Height = 14 Height = 16
Top = 0 Top = 0
Width = 581 Width = 581
Align = alTop Align = alTop
@ -22,19 +23,19 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
end end
object MethodsGroupBox: TGroupBox object MethodsGroupBox: TGroupBox
Left = 0 Left = 0
Height = 292 Height = 290
Top = 14 Top = 16
Width = 581 Width = 581
Align = alClient Align = alClient
Anchors = [akLeft, akRight, akBottom] Anchors = [akLeft, akRight, akBottom]
Caption = 'MethodsGroupBox' Caption = 'MethodsGroupBox'
ClientHeight = 274 ClientHeight = 272
ClientWidth = 577 ClientWidth = 577
TabOrder = 0 TabOrder = 0
object MethodsCheckListBox: TCheckListBox object MethodsCheckListBox: TCheckListBox
AnchorSideBottom.Control = SelectAllButton AnchorSideBottom.Control = SelectAllButton
Left = 0 Left = 0
Height = 239 Height = 235
Top = 0 Top = 0
Width = 577 Width = 577
Align = alTop Align = alTop
@ -48,9 +49,9 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
AnchorSideBottom.Control = MethodsGroupBox AnchorSideBottom.Control = MethodsGroupBox
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 23 Height = 25
Top = 245 Top = 241
Width = 98 Width = 107
Anchors = [akLeft, akBottom] Anchors = [akLeft, akBottom]
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -63,10 +64,10 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideBottom.Control = MethodsGroupBox AnchorSideBottom.Control = MethodsGroupBox
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 110 Left = 119
Height = 23 Height = 25
Top = 245 Top = 241
Width = 113 Width = 122
Anchors = [akLeft, akBottom] Anchors = [akLeft, akBottom]
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -91,10 +92,10 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = BtnPanel AnchorSideBottom.Control = BtnPanel
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 498 Left = 494
Height = 26 Height = 26
Top = 6 Top = 6
Width = 77 Width = 81
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -110,7 +111,7 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
AnchorSideRight.Control = AddAllBitBtn AnchorSideRight.Control = AddAllBitBtn
AnchorSideBottom.Control = BtnPanel AnchorSideBottom.Control = BtnPanel
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 322 Left = 313
Height = 26 Height = 26
Top = 6 Top = 6
Width = 75 Width = 75
@ -130,10 +131,10 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
AnchorSideRight.Control = CancelBitBtn AnchorSideRight.Control = CancelBitBtn
AnchorSideBottom.Control = BtnPanel AnchorSideBottom.Control = BtnPanel
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 403 Left = 394
Height = 26 Height = 26
Top = 6 Top = 6
Width = 89 Width = 94
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6

View File

@ -4,6 +4,7 @@ object CharacterMapDialog: TCharacterMapDialog
Top = 128 Top = 128
Width = 484 Width = 484
ActiveControl = PageControl1 ActiveControl = PageControl1
BorderStyle = bsDialog
Caption = 'CharacterMapDialog' Caption = 'CharacterMapDialog'
ClientHeight = 432 ClientHeight = 432
ClientWidth = 484 ClientWidth = 484
@ -12,12 +13,22 @@ object CharacterMapDialog: TCharacterMapDialog
OnCreate = FormCreate OnCreate = FormCreate
OnShow = FormShow OnShow = FormShow
Position = poScreenCenter Position = poScreenCenter
LCLVersion = '0.9.27' LCLVersion = '0.9.29'
object ButtonPanel: TButtonPanel object ButtonPanel: TButtonPanel
Left = 6 Left = 6
Height = 30 Height = 26
Top = 396 Top = 400
Width = 472 Width = 472
OKButton.Name = 'OKButton'
OKButton.Caption = '&OK'
OKButton.Enabled = False
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Help'
CloseButton.Name = 'CloseButton'
CloseButton.Caption = '&Close'
CancelButton.Name = 'CancelButton'
CancelButton.Caption = 'Cancel'
CancelButton.Enabled = False
TabOrder = 0 TabOrder = 0
ShowButtons = [pbClose, pbHelp] ShowButtons = [pbClose, pbHelp]
ShowBevel = False ShowBevel = False
@ -29,7 +40,7 @@ object CharacterMapDialog: TCharacterMapDialog
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonPanel AnchorSideBottom.Control = ButtonPanel
Left = 6 Left = 6
Height = 384 Height = 388
Top = 6 Top = 6
Width = 472 Width = 472
ActivePage = TabSheet1 ActivePage = TabSheet1
@ -39,7 +50,7 @@ object CharacterMapDialog: TCharacterMapDialog
TabOrder = 1 TabOrder = 1
object TabSheet1: TTabSheet object TabSheet1: TTabSheet
Caption = 'ANSI' Caption = 'ANSI'
ClientHeight = 358 ClientHeight = 360
ClientWidth = 464 ClientWidth = 464
object CharInfoLabel: TLabel object CharInfoLabel: TLabel
AnchorSideLeft.Control = TabSheet1 AnchorSideLeft.Control = TabSheet1
@ -49,7 +60,7 @@ object CharacterMapDialog: TCharacterMapDialog
AnchorSideBottom.Control = TabSheet1 AnchorSideBottom.Control = TabSheet1
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 14 Height = 16
Top = 338 Top = 338
Width = 452 Width = 452
Anchors = [akLeft, akRight, akBottom] Anchors = [akLeft, akRight, akBottom]
@ -118,14 +129,12 @@ object CharacterMapDialog: TCharacterMapDialog
AnchorSideBottom.Control = TabSheet2 AnchorSideBottom.Control = TabSheet2
AnchorSideBottom.Side = asrBottom AnchorSideBottom.Side = asrBottom
Left = 246 Left = 246
Height = 21 Height = 23
Top = 331 Top = 331
Width = 212 Width = 212
Anchors = [akRight, akBottom] Anchors = [akRight, akBottom]
AutoComplete = False
BorderSpacing.Around = 6 BorderSpacing.Around = 6
ItemHeight = 13 ItemHeight = 15
ItemWidth = 0
OnSelect = cbUniRangeSelect OnSelect = cbUniRangeSelect
Style = csDropDownList Style = csDropDownList
TabOrder = 1 TabOrder = 1

View File

@ -4,35 +4,46 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
Top = 202 Top = 202
Width = 387 Width = 387
ActiveControl = PrivateCheckBox ActiveControl = PrivateCheckBox
BorderStyle = bsDialog
Caption = 'EmptyMethodsDialog' Caption = 'EmptyMethodsDialog'
ClientHeight = 421 ClientHeight = 421
ClientWidth = 387 ClientWidth = 387
OnCreate = FormCreate OnCreate = FormCreate
Position = poScreenCenter Position = poScreenCenter
LCLVersion = '0.9.27' LCLVersion = '0.9.29'
object ButtonPanel1: TButtonPanel object ButtonPanel1: TButtonPanel
Left = 6 Left = 6
Height = 26 Height = 26
Top = 389 Top = 389
Width = 375 Width = 375
OKButton.Name = 'OKButton'
OKButton.Caption = '&OK'
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Help'
HelpButton.Enabled = False
CloseButton.Name = 'CloseButton'
CloseButton.Caption = '&Close'
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.Caption = 'Cancel'
TabOrder = 0 TabOrder = 0
ShowButtons = [pbOK, pbCancel] ShowButtons = [pbOK, pbCancel]
ShowBevel = False ShowBevel = False
end end
object MethodsGroupBox: TGroupBox object MethodsGroupBox: TGroupBox
Left = 6 Left = 6
Height = 261 Height = 253
Top = 122 Top = 130
Width = 375 Width = 375
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'MethodsGroupBox' Caption = 'MethodsGroupBox'
ClientHeight = 243 ClientHeight = 235
ClientWidth = 371 ClientWidth = 371
TabOrder = 1 TabOrder = 1
object MethodsSynEdit: TSynEdit inline MethodsSynEdit: TSynEdit
Left = 6 Left = 6
Height = 231 Height = 223
Top = 6 Top = 6
Width = 359 Width = 359
Align = alClient Align = alClient
@ -46,340 +57,511 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
TabOrder = 0 TabOrder = 0
BookMarkOptions.Xoffset = -18 BookMarkOptions.Xoffset = -18
Gutter.Visible = False Gutter.Visible = False
Gutter.Width = 0 Gutter.Width = 59
Gutter.MouseActions = <
item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccAny
ClickDir = cdDown
Command = 13
MoveCaret = False
Option = 0
Priority = 0
end
item
Shift = []
ShiftMask = []
Button = mbRight
ClickCount = ccSingle
ClickDir = cdUp
Command = 12
MoveCaret = False
Option = 0
Priority = 0
end>
RightGutter.Width = 0
RightGutter.MouseActions = <
item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccAny
ClickDir = cdDown
Command = 13
MoveCaret = False
Option = 0
Priority = 0
end
item
Shift = []
ShiftMask = []
Button = mbRight
ClickCount = ccSingle
ClickDir = cdUp
Command = 12
MoveCaret = False
Option = 0
Priority = 0
end>
Highlighter = SynPasSyn1 Highlighter = SynPasSyn1
Keystrokes = < Keystrokes = <
item item
Command = 3 Command = ecUp
ShortCut = 38 ShortCut = 38
end end
item item
Command = 103 Command = ecSelUp
ShortCut = 8230 ShortCut = 8230
end end
item item
Command = 211 Command = ecScrollUp
ShortCut = 16422 ShortCut = 16422
end end
item item
Command = 4 Command = ecDown
ShortCut = 40 ShortCut = 40
end end
item item
Command = 104 Command = ecSelDown
ShortCut = 8232 ShortCut = 8232
end end
item item
Command = 212 Command = ecScrollDown
ShortCut = 16424 ShortCut = 16424
end end
item item
Command = 1 Command = ecLeft
ShortCut = 37 ShortCut = 37
end end
item item
Command = 101 Command = ecSelLeft
ShortCut = 8229 ShortCut = 8229
end end
item item
Command = 5 Command = ecWordLeft
ShortCut = 16421 ShortCut = 16421
end end
item item
Command = 105 Command = ecSelWordLeft
ShortCut = 24613 ShortCut = 24613
end end
item item
Command = 2 Command = ecRight
ShortCut = 39 ShortCut = 39
end end
item item
Command = 102 Command = ecSelRight
ShortCut = 8231 ShortCut = 8231
end end
item item
Command = 6 Command = ecWordRight
ShortCut = 16423 ShortCut = 16423
end end
item item
Command = 106 Command = ecSelWordRight
ShortCut = 24615 ShortCut = 24615
end end
item item
Command = 10 Command = ecPageDown
ShortCut = 34 ShortCut = 34
end end
item item
Command = 110 Command = ecSelPageDown
ShortCut = 8226 ShortCut = 8226
end end
item item
Command = 14 Command = ecPageBottom
ShortCut = 16418 ShortCut = 16418
end end
item item
Command = 114 Command = ecSelPageBottom
ShortCut = 24610 ShortCut = 24610
end end
item item
Command = 9 Command = ecPageUp
ShortCut = 33 ShortCut = 33
end end
item item
Command = 109 Command = ecSelPageUp
ShortCut = 8225 ShortCut = 8225
end end
item item
Command = 13 Command = ecPageTop
ShortCut = 16417 ShortCut = 16417
end end
item item
Command = 113 Command = ecSelPageTop
ShortCut = 24609 ShortCut = 24609
end end
item item
Command = 7 Command = ecLineStart
ShortCut = 36 ShortCut = 36
end end
item item
Command = 107 Command = ecSelLineStart
ShortCut = 8228 ShortCut = 8228
end end
item item
Command = 15 Command = ecEditorTop
ShortCut = 16420 ShortCut = 16420
end end
item item
Command = 115 Command = ecSelEditorTop
ShortCut = 24612 ShortCut = 24612
end end
item item
Command = 8 Command = ecLineEnd
ShortCut = 35 ShortCut = 35
end end
item item
Command = 108 Command = ecSelLineEnd
ShortCut = 8227 ShortCut = 8227
end end
item item
Command = 16 Command = ecEditorBottom
ShortCut = 16419 ShortCut = 16419
end end
item item
Command = 116 Command = ecSelEditorBottom
ShortCut = 24611 ShortCut = 24611
end end
item item
Command = 223 Command = ecToggleMode
ShortCut = 45 ShortCut = 45
end end
item item
Command = 201 Command = ecCopy
ShortCut = 16429 ShortCut = 16429
end end
item item
Command = 604 Command = ecPaste
ShortCut = 8237 ShortCut = 8237
end end
item item
Command = 502 Command = ecDeleteChar
ShortCut = 46 ShortCut = 46
end end
item item
Command = 603 Command = ecCut
ShortCut = 8238 ShortCut = 8238
end end
item item
Command = 501 Command = ecDeleteLastChar
ShortCut = 8 ShortCut = 8
end end
item item
Command = 501 Command = ecDeleteLastChar
ShortCut = 8200 ShortCut = 8200
end end
item item
Command = 504 Command = ecDeleteLastWord
ShortCut = 16392 ShortCut = 16392
end end
item item
Command = 601 Command = ecUndo
ShortCut = 32776 ShortCut = 32776
end end
item item
Command = 602 Command = ecRedo
ShortCut = 40968 ShortCut = 40968
end end
item item
Command = 509 Command = ecLineBreak
ShortCut = 13 ShortCut = 13
end end
item item
Command = 199 Command = ecSelectAll
ShortCut = 16449 ShortCut = 16449
end end
item item
Command = 201 Command = ecCopy
ShortCut = 16451 ShortCut = 16451
end end
item item
Command = 610 Command = ecBlockIndent
ShortCut = 24649 ShortCut = 24649
end end
item item
Command = 509 Command = ecLineBreak
ShortCut = 16461 ShortCut = 16461
end end
item item
Command = 510 Command = ecInsertLine
ShortCut = 16462 ShortCut = 16462
end end
item item
Command = 503 Command = ecDeleteWord
ShortCut = 16468 ShortCut = 16468
end end
item item
Command = 611 Command = ecBlockUnindent
ShortCut = 24661 ShortCut = 24661
end end
item item
Command = 604 Command = ecPaste
ShortCut = 16470 ShortCut = 16470
end end
item item
Command = 603 Command = ecCut
ShortCut = 16472 ShortCut = 16472
end end
item item
Command = 507 Command = ecDeleteLine
ShortCut = 16473 ShortCut = 16473
end end
item item
Command = 506 Command = ecDeleteEOL
ShortCut = 24665 ShortCut = 24665
end end
item item
Command = 601 Command = ecUndo
ShortCut = 16474 ShortCut = 16474
end end
item item
Command = 602 Command = ecRedo
ShortCut = 24666 ShortCut = 24666
end end
item item
Command = 301 Command = ecGotoMarker0
ShortCut = 16432 ShortCut = 16432
end end
item item
Command = 302 Command = ecGotoMarker1
ShortCut = 16433 ShortCut = 16433
end end
item item
Command = 303 Command = ecGotoMarker2
ShortCut = 16434 ShortCut = 16434
end end
item item
Command = 304 Command = ecGotoMarker3
ShortCut = 16435 ShortCut = 16435
end end
item item
Command = 305 Command = ecGotoMarker4
ShortCut = 16436 ShortCut = 16436
end end
item item
Command = 306 Command = ecGotoMarker5
ShortCut = 16437 ShortCut = 16437
end end
item item
Command = 307 Command = ecGotoMarker6
ShortCut = 16438 ShortCut = 16438
end end
item item
Command = 308 Command = ecGotoMarker7
ShortCut = 16439 ShortCut = 16439
end end
item item
Command = 309 Command = ecGotoMarker8
ShortCut = 16440 ShortCut = 16440
end end
item item
Command = 310 Command = ecGotoMarker9
ShortCut = 16441 ShortCut = 16441
end end
item item
Command = 351 Command = ecSetMarker0
ShortCut = 24624 ShortCut = 24624
end end
item item
Command = 352 Command = ecSetMarker1
ShortCut = 24625 ShortCut = 24625
end end
item item
Command = 353 Command = ecSetMarker2
ShortCut = 24626 ShortCut = 24626
end end
item item
Command = 354 Command = ecSetMarker3
ShortCut = 24627 ShortCut = 24627
end end
item item
Command = 355 Command = ecSetMarker4
ShortCut = 24628 ShortCut = 24628
end end
item item
Command = 356 Command = ecSetMarker5
ShortCut = 24629 ShortCut = 24629
end end
item item
Command = 357 Command = ecSetMarker6
ShortCut = 24630 ShortCut = 24630
end end
item item
Command = 358 Command = ecSetMarker7
ShortCut = 24631 ShortCut = 24631
end end
item item
Command = 359 Command = ecSetMarker8
ShortCut = 24632 ShortCut = 24632
end end
item item
Command = 360 Command = ecSetMarker9
ShortCut = 24633 ShortCut = 24633
end end
item item
Command = 231 Command = ecNormalSelect
ShortCut = 24654 ShortCut = 24654
end end
item item
Command = 232 Command = ecColumnSelect
ShortCut = 24643 ShortCut = 24643
end end
item item
Command = 233 Command = ecLineSelect
ShortCut = 24652 ShortCut = 24652
end end
item item
Command = 612 Command = ecTab
ShortCut = 9 ShortCut = 9
end end
item item
Command = 613 Command = ecShiftTab
ShortCut = 8201 ShortCut = 8201
end end
item item
Command = 250 Command = ecMatchBracket
ShortCut = 24642 ShortCut = 24642
end> end>
MouseActions = <
item
Shift = []
ShiftMask = [ssShift, ssAlt]
Button = mbLeft
ClickCount = ccSingle
ClickDir = cdDown
Command = 1
MoveCaret = True
Option = 0
Priority = 0
end
item
Shift = [ssShift]
ShiftMask = [ssShift, ssAlt]
Button = mbLeft
ClickCount = ccSingle
ClickDir = cdDown
Command = 1
MoveCaret = True
Option = 1
Priority = 0
end
item
Shift = [ssAlt]
ShiftMask = [ssShift, ssAlt]
Button = mbLeft
ClickCount = ccSingle
ClickDir = cdDown
Command = 3
MoveCaret = True
Option = 0
Priority = 0
end
item
Shift = [ssShift, ssAlt]
ShiftMask = [ssShift, ssAlt]
Button = mbLeft
ClickCount = ccSingle
ClickDir = cdDown
Command = 3
MoveCaret = True
Option = 1
Priority = 0
end
item
Shift = []
ShiftMask = []
Button = mbRight
ClickCount = ccSingle
ClickDir = cdUp
Command = 12
MoveCaret = False
Option = 0
Priority = 0
end
item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccDouble
ClickDir = cdDown
Command = 6
MoveCaret = True
Option = 0
Priority = 0
end
item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccTriple
ClickDir = cdDown
Command = 7
MoveCaret = True
Option = 0
Priority = 0
end
item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccQuad
ClickDir = cdDown
Command = 8
MoveCaret = True
Option = 0
Priority = 0
end
item
Shift = []
ShiftMask = []
Button = mbMiddle
ClickCount = ccSingle
ClickDir = cdDown
Command = 10
MoveCaret = True
Option = 0
Priority = 0
end
item
Shift = [ssCtrl]
ShiftMask = [ssShift, ssAlt, ssCtrl]
Button = mbLeft
ClickCount = ccSingle
ClickDir = cdUp
Command = 11
MoveCaret = False
Option = 0
Priority = 0
end>
MouseSelActions = <
item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccSingle
ClickDir = cdDown
Command = 9
MoveCaret = False
Option = 0
Priority = 0
end>
Lines.Strings = ( Lines.Strings = (
'MethodsSynEdit' 'MethodsSynEdit'
) )
ReadOnly = True ReadOnly = True
BracketHighlightStyle = sbhsBoth BracketHighlightStyle = sbhsBoth
object TSynGutterPartList inline TSynGutterPartList
object TSynGutterMarks object TSynGutterMarks
Width = 23 Width = 24
end end
object TSynGutterLineNumber object TSynGutterLineNumber
Width = 25 Width = 19
MouseActions = <>
MarkupInfo.Background = clBtnFace MarkupInfo.Background = clBtnFace
MarkupInfo.Foreground = clNone MarkupInfo.Foreground = clNone
DigitCount = 2 DigitCount = 2
@ -396,15 +578,95 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
Width = 2 Width = 2
end end
object TSynGutterCodeFolding object TSynGutterCodeFolding
MouseActions = <
item
Shift = []
ShiftMask = []
Button = mbRight
ClickCount = ccSingle
ClickDir = cdUp
Command = 16
MoveCaret = False
Option = 0
Priority = 0
end
item
Shift = []
ShiftMask = [ssShift]
Button = mbMiddle
ClickCount = ccAny
ClickDir = cdDown
Command = 14
MoveCaret = False
Option = 0
Priority = 0
end
item
Shift = [ssShift]
ShiftMask = [ssShift]
Button = mbMiddle
ClickCount = ccAny
ClickDir = cdDown
Command = 14
MoveCaret = False
Option = 1
Priority = 0
end
item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccAny
ClickDir = cdDown
Command = 0
MoveCaret = False
Option = 0
Priority = 0
end>
MarkupInfo.Background = clNone MarkupInfo.Background = clNone
MarkupInfo.Foreground = clGray MarkupInfo.Foreground = clGray
MouseActionsExpanded = <
item
Shift = []
ShiftMask = []
Button = mbLeft
ClickCount = ccAny
ClickDir = cdDown
Command = 14
MoveCaret = False
Option = 0
Priority = 0
end>
MouseActionsCollapsed = <
item
Shift = [ssCtrl]
ShiftMask = [ssCtrl]
Button = mbLeft
ClickCount = ccAny
ClickDir = cdDown
Command = 15
MoveCaret = False
Option = 0
Priority = 0
end
item
Shift = []
ShiftMask = [ssCtrl]
Button = mbLeft
ClickCount = ccAny
ClickDir = cdDown
Command = 15
MoveCaret = False
Option = 1
Priority = 0
end>
end end
end end
end end
end end
object SectionsGroupBox: TGroupBox object SectionsGroupBox: TGroupBox
Left = 6 Left = 6
Height = 110 Height = 118
Top = 6 Top = 6
Width = 375 Width = 375
Align = alTop Align = alTop
@ -416,59 +678,59 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
ChildSizing.HorizontalSpacing = 15 ChildSizing.HorizontalSpacing = 15
ChildSizing.Layout = cclTopToBottomThenLeftToRight ChildSizing.Layout = cclTopToBottomThenLeftToRight
ChildSizing.ControlsPerLine = 4 ChildSizing.ControlsPerLine = 4
ClientHeight = 92 ClientHeight = 100
ClientWidth = 371 ClientWidth = 371
TabOrder = 2 TabOrder = 2
object PrivateCheckBox: TCheckBox object PrivateCheckBox: TCheckBox
Left = 6 Left = 6
Height = 23 Height = 25
Top = 6 Top = 6
Width = 113 Width = 124
Caption = 'PrivateCheckBox' Caption = 'PrivateCheckBox'
OnChange = PrivateCheckBoxChange OnChange = PrivateCheckBoxChange
TabOrder = 0 TabOrder = 0
end end
object ProtectedCheckBox: TCheckBox object ProtectedCheckBox: TCheckBox
Left = 6 Left = 6
Height = 23 Height = 25
Top = 29 Top = 31
Width = 113 Width = 124
Caption = 'ProtectedCheckBox' Caption = 'ProtectedCheckBox'
OnChange = PrivateCheckBoxChange OnChange = PrivateCheckBoxChange
TabOrder = 1 TabOrder = 1
end end
object PublicCheckBox: TCheckBox object PublicCheckBox: TCheckBox
Left = 6 Left = 6
Height = 17 Height = 19
Top = 52 Top = 56
Width = 113 Width = 124
Caption = 'PublicCheckBox' Caption = 'PublicCheckBox'
OnChange = PrivateCheckBoxChange OnChange = PrivateCheckBoxChange
TabOrder = 2 TabOrder = 2
end end
object PublishedCheckBox: TCheckBox object PublishedCheckBox: TCheckBox
Left = 6 Left = 6
Height = 17 Height = 19
Top = 69 Top = 75
Width = 113 Width = 124
Caption = 'PublishedCheckBox' Caption = 'PublishedCheckBox'
OnChange = PrivateCheckBoxChange OnChange = PrivateCheckBoxChange
TabOrder = 3 TabOrder = 3
end end
object AllButton: TButton object AllButton: TButton
Left = 134 Left = 145
Height = 23 Height = 25
Top = 6 Top = 6
Width = 103 Width = 114
Caption = 'AllButton' Caption = 'AllButton'
OnClick = AllButtonClick OnClick = AllButtonClick
TabOrder = 4 TabOrder = 4
end end
object PublishedButton: TButton object PublishedButton: TButton
Left = 134 Left = 145
Height = 23 Height = 25
Top = 29 Top = 31
Width = 103 Width = 114
Caption = 'PublishedButton' Caption = 'PublishedButton'
OnClick = PublishedButtonClick OnClick = PublishedButtonClick
TabOrder = 5 TabOrder = 5
@ -476,6 +738,17 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
end end
object SynPasSyn1: TSynPasSyn object SynPasSyn1: TSynPasSyn
Enabled = False Enabled = False
AsmAttri.FrameEdges = sfeAround
CommentAttri.FrameEdges = sfeAround
IDEDirectiveAttri.FrameEdges = sfeAround
IdentifierAttri.FrameEdges = sfeAround
KeyAttri.FrameEdges = sfeAround
NumberAttri.FrameEdges = sfeAround
SpaceAttri.FrameEdges = sfeAround
StringAttri.FrameEdges = sfeAround
SymbolAttri.FrameEdges = sfeAround
CaseLabelAttri.FrameEdges = sfeAround
DirectiveAttri.FrameEdges = sfeAround
CompilerMode = pcmDelphi CompilerMode = pcmDelphi
NestedComments = False NestedComments = False
left = 103 left = 103

View File

@ -5,16 +5,17 @@ object ExtractProcDialog: TExtractProcDialog
Width = 425 Width = 425
ActiveControl = CreateFunctionCheckBox ActiveControl = CreateFunctionCheckBox
BorderIcons = [biSystemMenu] BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'ExtractProcDialog' Caption = 'ExtractProcDialog'
ClientHeight = 355 ClientHeight = 355
ClientWidth = 425 ClientWidth = 425
OnClose = ExtractProcDialogClose OnClose = ExtractProcDialogClose
OnCreate = ExtractProcDialogCREATE OnCreate = ExtractProcDialogCREATE
LCLVersion = '0.9.27' LCLVersion = '0.9.29'
object TypeRadiogroup: TRadioGroup object TypeRadiogroup: TRadioGroup
AnchorSideBottom.Control = NameGroupbox AnchorSideBottom.Control = NameGroupbox
Left = 6 Left = 6
Height = 102 Height = 98
Top = 6 Top = 6
Width = 413 Width = 413
Align = alClient Align = alClient
@ -36,7 +37,6 @@ object ExtractProcDialog: TExtractProcDialog
AnchorSideLeft.Control = Owner AnchorSideLeft.Control = Owner
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CancelButton AnchorSideBottom.Control = CancelButton
Left = 6 Left = 6
Height = 53 Height = 53
@ -72,12 +72,10 @@ object ExtractProcDialog: TExtractProcDialog
ClientWidth = 425 ClientWidth = 425
TabOrder = 2 TabOrder = 2
object CancelButton: TBitBtn object CancelButton: TBitBtn
AnchorSideRight.Side = asrBottom Left = 338
AnchorSideBottom.Side = asrBottom
Left = 342
Height = 26 Height = 26
Top = 6 Top = 6
Width = 77 Width = 81
Align = alRight Align = alRight
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -91,8 +89,7 @@ object ExtractProcDialog: TExtractProcDialog
TabOrder = 0 TabOrder = 0
end end
object OkButton: TBitBtn object OkButton: TBitBtn
AnchorSideBottom.Side = asrBottom Left = 257
Left = 261
Height = 26 Height = 26
Top = 6 Top = 6
Width = 75 Width = 75
@ -110,7 +107,6 @@ object ExtractProcDialog: TExtractProcDialog
TabOrder = 1 TabOrder = 1
end end
object HelpButton: TBitBtn object HelpButton: TBitBtn
AnchorSideBottom.Side = asrBottom
Left = 6 Left = 6
Height = 26 Height = 26
Top = 6 Top = 6
@ -150,14 +146,14 @@ object ExtractProcDialog: TExtractProcDialog
end end
object FunctionGroupBox: TGroupBox object FunctionGroupBox: TGroupBox
Left = 6 Left = 6
Height = 74 Height = 78
Top = 114 Top = 110
Width = 413 Width = 413
Align = alBottom Align = alBottom
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'FunctionGroupBox' Caption = 'FunctionGroupBox'
ClientHeight = 56 ClientHeight = 60
ClientWidth = 409 ClientWidth = 409
TabOrder = 4 TabOrder = 4
object FuncVariableLabel: TLabel object FuncVariableLabel: TLabel
@ -165,9 +161,9 @@ object ExtractProcDialog: TExtractProcDialog
AnchorSideTop.Control = FuncVariableComboBox AnchorSideTop.Control = FuncVariableComboBox
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Left = 6 Left = 6
Height = 14 Height = 16
Top = 32 Top = 34
Width = 87 Width = 97
Caption = 'FuncVariableLabel' Caption = 'FuncVariableLabel'
Enabled = False Enabled = False
ParentColor = False ParentColor = False
@ -176,9 +172,9 @@ object ExtractProcDialog: TExtractProcDialog
AnchorSideLeft.Control = FunctionGroupBox AnchorSideLeft.Control = FunctionGroupBox
AnchorSideTop.Control = FunctionGroupBox AnchorSideTop.Control = FunctionGroupBox
Left = 6 Left = 6
Height = 17 Height = 19
Top = 6 Top = 6
Width = 139 Width = 153
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'CreateFunctionCheckBox' Caption = 'CreateFunctionCheckBox'
OnChange = CreateFunctionCheckBoxChange OnChange = CreateFunctionCheckBoxChange
@ -191,16 +187,14 @@ object ExtractProcDialog: TExtractProcDialog
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = FunctionGroupBox AnchorSideRight.Control = FunctionGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 99 Left = 109
Height = 21 Height = 23
Top = 29 Top = 31
Width = 304 Width = 294
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoComplete = False
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Enabled = False Enabled = False
ItemHeight = 13 ItemHeight = 15
ItemWidth = 0
TabOrder = 1 TabOrder = 1
Text = 'FuncVariableComboBox' Text = 'FuncVariableComboBox'
end end

View File

@ -3,6 +3,7 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
Height = 402 Height = 402
Top = 155 Top = 155
Width = 516 Width = 516
BorderStyle = bsDialog
Caption = 'Find in files' Caption = 'Find in files'
ClientHeight = 402 ClientHeight = 402
ClientWidth = 516 ClientWidth = 516
@ -19,8 +20,8 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
AnchorSideRight.Control = Owner AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 70 Height = 74
Top = 56 Top = 60
Width = 504 Width = 504
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoFill = True AutoFill = True
@ -52,10 +53,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
object WhereRadioGroup: TRadioGroup object WhereRadioGroup: TRadioGroup
AnchorSideTop.Control = OptionsCheckGroupBox AnchorSideTop.Control = OptionsCheckGroupBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 93 Height = 77
Top = 132 Top = 140
Width = 504 Width = 504
Align = alBottom Align = alBottom
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
@ -73,7 +73,7 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1 ChildSizing.ControlsPerLine = 1
ClientHeight = 75 ClientHeight = 59
ClientWidth = 500 ClientWidth = 500
ItemIndex = 1 ItemIndex = 1
Items.Strings = ( Items.Strings = (
@ -87,16 +87,15 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
object DirectoryOptionsGroupBox: TGroupBox object DirectoryOptionsGroupBox: TGroupBox
AnchorSideTop.Control = WhereRadioGroup AnchorSideTop.Control = WhereRadioGroup
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 133 Height = 141
Top = 231 Top = 223
Width = 504 Width = 504
Align = alBottom Align = alBottom
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'Directory Options' Caption = 'Directory Options'
ClientHeight = 115 ClientHeight = 123
ClientWidth = 500 ClientWidth = 500
Enabled = False Enabled = False
TabOrder = 3 TabOrder = 3
@ -105,9 +104,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
AnchorSideTop.Control = DirectoryComboBox AnchorSideTop.Control = DirectoryComboBox
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Left = 6 Left = 6
Height = 14 Height = 16
Top = 9 Top = 9
Width = 49 Width = 52
BorderSpacing.Left = 6 BorderSpacing.Left = 6
Caption = 'Directory:' Caption = 'Directory:'
ParentColor = False ParentColor = False
@ -117,9 +116,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
AnchorSideTop.Control = DirectoryComboBox AnchorSideTop.Control = DirectoryComboBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 14 Height = 16
Top = 39 Top = 41
Width = 121 Width = 120
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 12 BorderSpacing.Top = 12
Caption = 'File mask (*;*.*;*.bak?):' Caption = 'File mask (*;*.*;*.bak?):'
@ -130,15 +129,15 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
AnchorSideLeft.Side = asrBottom AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = DirectoryOptionsGroupBox AnchorSideTop.Control = DirectoryOptionsGroupBox
AnchorSideRight.Control = DirectoryBrowse AnchorSideRight.Control = DirectoryBrowse
Left = 61 Left = 64
Height = 21 Height = 23
Top = 6 Top = 6
Width = 389 Width = 389
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
BorderSpacing.Right = 6 BorderSpacing.Right = 6
ItemHeight = 13 ItemHeight = 15
TabOrder = 0 TabOrder = 0
end end
object DirectoryBrowse: TBitBtn object DirectoryBrowse: TBitBtn
@ -146,10 +145,10 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
AnchorSideTop.Control = DirectoryComboBox AnchorSideTop.Control = DirectoryComboBox
AnchorSideRight.Control = DirectoryOptionsGroupBox AnchorSideRight.Control = DirectoryOptionsGroupBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 456 Left = 459
Height = 23 Height = 25
Top = 6 Top = 6
Width = 38 Width = 35
Anchors = [akTop, akRight] Anchors = [akTop, akRight]
AutoSize = True AutoSize = True
BorderSpacing.Right = 6 BorderSpacing.Right = 6
@ -166,13 +165,13 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
AnchorSideRight.Control = DirectoryComboBox AnchorSideRight.Control = DirectoryComboBox
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 6 Left = 6
Height = 21 Height = 23
Top = 59 Top = 63
Width = 444 Width = 447
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
ItemHeight = 13 ItemHeight = 15
TabOrder = 2 TabOrder = 2
Text = '*.pas;*.pp;*.inc' Text = '*.pas;*.pp;*.inc'
end end
@ -181,9 +180,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
AnchorSideTop.Control = FileMaskComboBox AnchorSideTop.Control = FileMaskComboBox
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
Left = 6 Left = 6
Height = 17 Height = 19
Top = 92 Top = 98
Width = 126 Width = 139
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 12 BorderSpacing.Top = 12
BorderSpacing.Bottom = 6 BorderSpacing.Bottom = 6
@ -216,10 +215,10 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
AnchorSideTop.Side = asrBottom AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 68 Left = 73
Height = 21 Height = 23
Top = 29 Top = 31
Width = 442 Width = 437
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoComplete = True AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending] AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
@ -228,7 +227,7 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
BorderSpacing.Right = 6 BorderSpacing.Right = 6
BorderSpacing.Bottom = 6 BorderSpacing.Bottom = 6
Enabled = False Enabled = False
ItemHeight = 13 ItemHeight = 15
TabOrder = 5 TabOrder = 5
end end
object ReplaceCheckBox: TCheckBox object ReplaceCheckBox: TCheckBox
@ -236,9 +235,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
AnchorSideTop.Control = ReplaceTextComboBox AnchorSideTop.Control = ReplaceTextComboBox
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Left = 6 Left = 6
Height = 17 Height = 19
Top = 31 Top = 33
Width = 56 Width = 61
BorderSpacing.Left = 6 BorderSpacing.Left = 6
Caption = 'Replace' Caption = 'Replace'
Enabled = False Enabled = False
@ -250,9 +249,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
AnchorSideTop.Control = TextToFindComboBox AnchorSideTop.Control = TextToFindComboBox
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter
Left = 6 Left = 6
Height = 14 Height = 16
Top = 9 Top = 9
Width = 65 Width = 69
BorderSpacing.Left = 6 BorderSpacing.Left = 6
Caption = 'Text To Find:' Caption = 'Text To Find:'
ParentColor = False ParentColor = False
@ -263,17 +262,17 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
AnchorSideTop.Control = Owner AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
Left = 77 Left = 81
Height = 21 Height = 23
Top = 6 Top = 6
Width = 433 Width = 429
Anchors = [akTop, akLeft, akRight] Anchors = [akTop, akLeft, akRight]
AutoComplete = True AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending] AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
BorderSpacing.Left = 6 BorderSpacing.Left = 6
BorderSpacing.Top = 6 BorderSpacing.Top = 6
BorderSpacing.Right = 6 BorderSpacing.Right = 6
ItemHeight = 13 ItemHeight = 15
TabOrder = 0 TabOrder = 0
end end
object SelectDirectoryDialog: TSelectDirectoryDialog object SelectDirectoryDialog: TSelectDirectoryDialog

View File

@ -3,7 +3,7 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
Height = 496 Height = 496
Top = 160 Top = 160
Width = 452 Width = 452
BorderStyle = bsSizeToolWin BorderStyle = bsDialog
Caption = 'FindRenameIdentifierDialog' Caption = 'FindRenameIdentifierDialog'
ClientHeight = 496 ClientHeight = 496
ClientWidth = 452 ClientWidth = 452
@ -14,18 +14,18 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
LCLVersion = '0.9.29' LCLVersion = '0.9.29'
object CurrentGroupBox: TGroupBox object CurrentGroupBox: TGroupBox
Left = 6 Left = 6
Height = 150 Height = 134
Top = 6 Top = 6
Width = 440 Width = 440
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'CurrentGroupBox' Caption = 'CurrentGroupBox'
ClientHeight = 132 ClientHeight = 116
ClientWidth = 436 ClientWidth = 436
TabOrder = 0 TabOrder = 0
object CurrentListBox: TListBox object CurrentListBox: TListBox
Left = 6 Left = 6
Height = 120 Height = 104
Top = 6 Top = 6
Width = 424 Width = 424
Align = alClient Align = alClient
@ -37,20 +37,20 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
end end
object NewGroupBox: TGroupBox object NewGroupBox: TGroupBox
Left = 6 Left = 6
Height = 74 Height = 78
Top = 162 Top = 146
Width = 440 Width = 440
Align = alBottom Align = alBottom
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'NewGroupBox' Caption = 'NewGroupBox'
ClientHeight = 56 ClientHeight = 60
ClientWidth = 436 ClientWidth = 436
TabOrder = 1 TabOrder = 1
object NewEdit: TEdit object NewEdit: TEdit
Left = 6 Left = 6
Height = 21 Height = 23
Top = 29 Top = 31
Width = 424 Width = 424
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -59,7 +59,7 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
end end
object RenameCheckBox: TCheckBox object RenameCheckBox: TCheckBox
Left = 6 Left = 6
Height = 17 Height = 19
Top = 6 Top = 6
Width = 424 Width = 424
Align = alTop Align = alTop
@ -71,20 +71,20 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
end end
object ScopeGroupBox: TGroupBox object ScopeGroupBox: TGroupBox
Left = 6 Left = 6
Height = 208 Height = 220
Top = 242 Top = 230
Width = 440 Width = 440
Align = alBottom Align = alBottom
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'ScopeGroupBox' Caption = 'ScopeGroupBox'
ClientHeight = 190 ClientHeight = 202
ClientWidth = 436 ClientWidth = 436
TabOrder = 2 TabOrder = 2
object ScopeCommentsCheckBox: TCheckBox object ScopeCommentsCheckBox: TCheckBox
Left = 6 Left = 6
Height = 17 Height = 19
Top = 167 Top = 177
Width = 424 Width = 424
Align = alTop Align = alTop
BorderSpacing.Around = 6 BorderSpacing.Around = 6
@ -93,7 +93,7 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
end end
object ScopeRadioGroup: TRadioGroup object ScopeRadioGroup: TRadioGroup
Left = 6 Left = 6
Height = 98 Height = 106
Top = 6 Top = 6
Width = 424 Width = 424
Align = alTop Align = alTop
@ -109,7 +109,7 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1 ChildSizing.ControlsPerLine = 1
ClientHeight = 80 ClientHeight = 88
ClientWidth = 420 ClientWidth = 420
Items.Strings = ( Items.Strings = (
'in current unit' 'in current unit'
@ -121,19 +121,19 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
end end
object ExtraFilesGroupBox: TGroupBox object ExtraFilesGroupBox: TGroupBox
Left = 6 Left = 6
Height = 51 Height = 53
Top = 110 Top = 118
Width = 424 Width = 424
Align = alTop Align = alTop
AutoSize = True AutoSize = True
BorderSpacing.Around = 6 BorderSpacing.Around = 6
Caption = 'ExtraFilesGroupBox' Caption = 'ExtraFilesGroupBox'
ClientHeight = 33 ClientHeight = 35
ClientWidth = 420 ClientWidth = 420
TabOrder = 2 TabOrder = 2
object ExtraFilesEdit: TEdit object ExtraFilesEdit: TEdit
Left = 6 Left = 6
Height = 21 Height = 23
Top = 6 Top = 6
Width = 408 Width = 408
Align = alTop Align = alTop

View File

@ -4,6 +4,7 @@ inherited MessagesView: TMessagesView
Top = 640 Top = 640
Width = 722 Width = 722
ActiveControl = MessageTreeView ActiveControl = MessageTreeView
BorderStyle = bsToolWindow
Caption = 'MessagesView' Caption = 'MessagesView'
ClientHeight = 79 ClientHeight = 79
ClientWidth = 722 ClientWidth = 722
@ -16,7 +17,8 @@ inherited MessagesView: TMessagesView
Top = 0 Top = 0
Width = 722 Width = 722
Align = alClient Align = alClient
DefaultItemHeight = 15 DefaultItemHeight = 17
MultiSelect = True
PopupMenu = MainPopupMenu PopupMenu = MainPopupMenu
ReadOnly = True ReadOnly = True
ScrollBars = ssAutoBoth ScrollBars = ssAutoBoth

View File

@ -3,6 +3,7 @@ object SearchResultsView: TSearchResultsView
Height = 273 Height = 273
Top = 325 Top = 325
Width = 799 Width = 799
BorderStyle = bsSizeToolWin
Caption = 'SearchResultsView' Caption = 'SearchResultsView'
ClientHeight = 273 ClientHeight = 273
ClientWidth = 799 ClientWidth = 799
@ -12,17 +13,17 @@ object SearchResultsView: TSearchResultsView
Position = poScreenCenter Position = poScreenCenter
LCLVersion = '0.9.29' LCLVersion = '0.9.29'
object ResultsNoteBook: TPageControl object ResultsNoteBook: TPageControl
AnchorSideTop.Side = asrBottom
Left = 0 Left = 0
Height = 248 Height = 248
Top = 25 Top = 25
Width = 799 Width = 799
Align = alClient Align = alClient
MultiLine = True
TabOrder = 0
OnCloseTabClicked = ResultsNoteBookClosetabclicked OnCloseTabClicked = ResultsNoteBookClosetabclicked
OnMouseDown = ResultsNoteBookMouseDown OnMouseDown = ResultsNoteBookMouseDown
OnPageChanged = ResultsNoteBookPageChanged OnPageChanged = ResultsNoteBookPageChanged
Options = [nboShowCloseButtons, nboMultiLine] Options = [nboShowCloseButtons, nboMultiLine]
TabOrder = 0
end end
object ToolBar: TToolBar object ToolBar: TToolBar
Left = 0 Left = 0

View File

@ -4,6 +4,7 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
Top = 236 Top = 236
Width = 503 Width = 503
ActiveControl = UnitsTreeView ActiveControl = UnitsTreeView
BorderStyle = bsDialog
Caption = 'UnusedUnitsDialog' Caption = 'UnusedUnitsDialog'
ClientHeight = 343 ClientHeight = 343
ClientWidth = 503 ClientWidth = 503
@ -17,7 +18,8 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
Width = 491 Width = 491
Align = alClient Align = alClient
BorderSpacing.Around = 6 BorderSpacing.Around = 6
DefaultItemHeight = 15 DefaultItemHeight = 17
MultiSelect = True
ReadOnly = True ReadOnly = True
ScrollBars = ssAutoBoth ScrollBars = ssAutoBoth
TabOrder = 0 TabOrder = 0
@ -52,10 +54,10 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
TabOrder = 0 TabOrder = 0
end end
object RemoveSelectedBitBtn: TBitBtn object RemoveSelectedBitBtn: TBitBtn
Left = 277 Left = 266
Height = 26 Height = 26
Top = 7 Top = 7
Width = 134 Width = 145
Align = alRight Align = alRight
AutoSize = True AutoSize = True
Caption = 'RemoveSelectedBitBtn' Caption = 'RemoveSelectedBitBtn'
@ -65,10 +67,10 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
TabOrder = 1 TabOrder = 1
end end
object RemoveAllBitBtn: TBitBtn object RemoveAllBitBtn: TBitBtn
Left = 163 Left = 141
Height = 26 Height = 26
Top = 7 Top = 7
Width = 104 Width = 115
Align = alRight Align = alRight
AutoSize = True AutoSize = True
Caption = 'RemoveAllBitBtn' Caption = 'RemoveAllBitBtn'