mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 10:38:15 +02:00
DBG: make tool/dialog windows
git-svn-id: trunk@28622 -
This commit is contained in:
parent
dee564645a
commit
074cd19dbd
@ -4,15 +4,16 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
|
||||
Top = 291
|
||||
Width = 581
|
||||
ActiveControl = MethodsCheckListBox
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'AbstractMethodsDialog'
|
||||
ClientHeight = 344
|
||||
ClientWidth = 581
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
LCLVersion = '0.9.27'
|
||||
LCLVersion = '0.9.29'
|
||||
object NoteLabel: TLabel
|
||||
Left = 0
|
||||
Height = 14
|
||||
Height = 16
|
||||
Top = 0
|
||||
Width = 581
|
||||
Align = alTop
|
||||
@ -22,19 +23,19 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
|
||||
end
|
||||
object MethodsGroupBox: TGroupBox
|
||||
Left = 0
|
||||
Height = 292
|
||||
Top = 14
|
||||
Height = 290
|
||||
Top = 16
|
||||
Width = 581
|
||||
Align = alClient
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
Caption = 'MethodsGroupBox'
|
||||
ClientHeight = 274
|
||||
ClientHeight = 272
|
||||
ClientWidth = 577
|
||||
TabOrder = 0
|
||||
object MethodsCheckListBox: TCheckListBox
|
||||
AnchorSideBottom.Control = SelectAllButton
|
||||
Left = 0
|
||||
Height = 239
|
||||
Height = 235
|
||||
Top = 0
|
||||
Width = 577
|
||||
Align = alTop
|
||||
@ -48,9 +49,9 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
|
||||
AnchorSideBottom.Control = MethodsGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 245
|
||||
Width = 98
|
||||
Height = 25
|
||||
Top = 241
|
||||
Width = 107
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -63,10 +64,10 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideBottom.Control = MethodsGroupBox
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 110
|
||||
Height = 23
|
||||
Top = 245
|
||||
Width = 113
|
||||
Left = 119
|
||||
Height = 25
|
||||
Top = 241
|
||||
Width = 122
|
||||
Anchors = [akLeft, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -91,10 +92,10 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = BtnPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 498
|
||||
Left = 494
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 77
|
||||
Width = 81
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -110,7 +111,7 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
|
||||
AnchorSideRight.Control = AddAllBitBtn
|
||||
AnchorSideBottom.Control = BtnPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 322
|
||||
Left = 313
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 75
|
||||
@ -130,10 +131,10 @@ object AbstractMethodsDialog: TAbstractMethodsDialog
|
||||
AnchorSideRight.Control = CancelBitBtn
|
||||
AnchorSideBottom.Control = BtnPanel
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 403
|
||||
Left = 394
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 89
|
||||
Width = 94
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
|
@ -4,6 +4,7 @@ object CharacterMapDialog: TCharacterMapDialog
|
||||
Top = 128
|
||||
Width = 484
|
||||
ActiveControl = PageControl1
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'CharacterMapDialog'
|
||||
ClientHeight = 432
|
||||
ClientWidth = 484
|
||||
@ -12,12 +13,22 @@ object CharacterMapDialog: TCharacterMapDialog
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.27'
|
||||
LCLVersion = '0.9.29'
|
||||
object ButtonPanel: TButtonPanel
|
||||
Left = 6
|
||||
Height = 30
|
||||
Top = 396
|
||||
Height = 26
|
||||
Top = 400
|
||||
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
|
||||
ShowButtons = [pbClose, pbHelp]
|
||||
ShowBevel = False
|
||||
@ -29,7 +40,7 @@ object CharacterMapDialog: TCharacterMapDialog
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = ButtonPanel
|
||||
Left = 6
|
||||
Height = 384
|
||||
Height = 388
|
||||
Top = 6
|
||||
Width = 472
|
||||
ActivePage = TabSheet1
|
||||
@ -39,7 +50,7 @@ object CharacterMapDialog: TCharacterMapDialog
|
||||
TabOrder = 1
|
||||
object TabSheet1: TTabSheet
|
||||
Caption = 'ANSI'
|
||||
ClientHeight = 358
|
||||
ClientHeight = 360
|
||||
ClientWidth = 464
|
||||
object CharInfoLabel: TLabel
|
||||
AnchorSideLeft.Control = TabSheet1
|
||||
@ -49,7 +60,7 @@ object CharacterMapDialog: TCharacterMapDialog
|
||||
AnchorSideBottom.Control = TabSheet1
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 16
|
||||
Top = 338
|
||||
Width = 452
|
||||
Anchors = [akLeft, akRight, akBottom]
|
||||
@ -118,14 +129,12 @@ object CharacterMapDialog: TCharacterMapDialog
|
||||
AnchorSideBottom.Control = TabSheet2
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 246
|
||||
Height = 21
|
||||
Height = 23
|
||||
Top = 331
|
||||
Width = 212
|
||||
Anchors = [akRight, akBottom]
|
||||
AutoComplete = False
|
||||
BorderSpacing.Around = 6
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
ItemHeight = 15
|
||||
OnSelect = cbUniRangeSelect
|
||||
Style = csDropDownList
|
||||
TabOrder = 1
|
||||
|
@ -4,35 +4,46 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
|
||||
Top = 202
|
||||
Width = 387
|
||||
ActiveControl = PrivateCheckBox
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'EmptyMethodsDialog'
|
||||
ClientHeight = 421
|
||||
ClientWidth = 387
|
||||
OnCreate = FormCreate
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.27'
|
||||
LCLVersion = '0.9.29'
|
||||
object ButtonPanel1: TButtonPanel
|
||||
Left = 6
|
||||
Height = 26
|
||||
Top = 389
|
||||
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
|
||||
ShowButtons = [pbOK, pbCancel]
|
||||
ShowBevel = False
|
||||
end
|
||||
object MethodsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 261
|
||||
Top = 122
|
||||
Height = 253
|
||||
Top = 130
|
||||
Width = 375
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'MethodsGroupBox'
|
||||
ClientHeight = 243
|
||||
ClientHeight = 235
|
||||
ClientWidth = 371
|
||||
TabOrder = 1
|
||||
object MethodsSynEdit: TSynEdit
|
||||
inline MethodsSynEdit: TSynEdit
|
||||
Left = 6
|
||||
Height = 231
|
||||
Height = 223
|
||||
Top = 6
|
||||
Width = 359
|
||||
Align = alClient
|
||||
@ -46,340 +57,511 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
|
||||
TabOrder = 0
|
||||
BookMarkOptions.Xoffset = -18
|
||||
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
|
||||
Keystrokes = <
|
||||
item
|
||||
Command = 3
|
||||
Command = ecUp
|
||||
ShortCut = 38
|
||||
end
|
||||
item
|
||||
Command = 103
|
||||
Command = ecSelUp
|
||||
ShortCut = 8230
|
||||
end
|
||||
item
|
||||
Command = 211
|
||||
Command = ecScrollUp
|
||||
ShortCut = 16422
|
||||
end
|
||||
item
|
||||
Command = 4
|
||||
Command = ecDown
|
||||
ShortCut = 40
|
||||
end
|
||||
item
|
||||
Command = 104
|
||||
Command = ecSelDown
|
||||
ShortCut = 8232
|
||||
end
|
||||
item
|
||||
Command = 212
|
||||
Command = ecScrollDown
|
||||
ShortCut = 16424
|
||||
end
|
||||
item
|
||||
Command = 1
|
||||
Command = ecLeft
|
||||
ShortCut = 37
|
||||
end
|
||||
item
|
||||
Command = 101
|
||||
Command = ecSelLeft
|
||||
ShortCut = 8229
|
||||
end
|
||||
item
|
||||
Command = 5
|
||||
Command = ecWordLeft
|
||||
ShortCut = 16421
|
||||
end
|
||||
item
|
||||
Command = 105
|
||||
Command = ecSelWordLeft
|
||||
ShortCut = 24613
|
||||
end
|
||||
item
|
||||
Command = 2
|
||||
Command = ecRight
|
||||
ShortCut = 39
|
||||
end
|
||||
item
|
||||
Command = 102
|
||||
Command = ecSelRight
|
||||
ShortCut = 8231
|
||||
end
|
||||
item
|
||||
Command = 6
|
||||
Command = ecWordRight
|
||||
ShortCut = 16423
|
||||
end
|
||||
item
|
||||
Command = 106
|
||||
Command = ecSelWordRight
|
||||
ShortCut = 24615
|
||||
end
|
||||
item
|
||||
Command = 10
|
||||
Command = ecPageDown
|
||||
ShortCut = 34
|
||||
end
|
||||
item
|
||||
Command = 110
|
||||
Command = ecSelPageDown
|
||||
ShortCut = 8226
|
||||
end
|
||||
item
|
||||
Command = 14
|
||||
Command = ecPageBottom
|
||||
ShortCut = 16418
|
||||
end
|
||||
item
|
||||
Command = 114
|
||||
Command = ecSelPageBottom
|
||||
ShortCut = 24610
|
||||
end
|
||||
item
|
||||
Command = 9
|
||||
Command = ecPageUp
|
||||
ShortCut = 33
|
||||
end
|
||||
item
|
||||
Command = 109
|
||||
Command = ecSelPageUp
|
||||
ShortCut = 8225
|
||||
end
|
||||
item
|
||||
Command = 13
|
||||
Command = ecPageTop
|
||||
ShortCut = 16417
|
||||
end
|
||||
item
|
||||
Command = 113
|
||||
Command = ecSelPageTop
|
||||
ShortCut = 24609
|
||||
end
|
||||
item
|
||||
Command = 7
|
||||
Command = ecLineStart
|
||||
ShortCut = 36
|
||||
end
|
||||
item
|
||||
Command = 107
|
||||
Command = ecSelLineStart
|
||||
ShortCut = 8228
|
||||
end
|
||||
item
|
||||
Command = 15
|
||||
Command = ecEditorTop
|
||||
ShortCut = 16420
|
||||
end
|
||||
item
|
||||
Command = 115
|
||||
Command = ecSelEditorTop
|
||||
ShortCut = 24612
|
||||
end
|
||||
item
|
||||
Command = 8
|
||||
Command = ecLineEnd
|
||||
ShortCut = 35
|
||||
end
|
||||
item
|
||||
Command = 108
|
||||
Command = ecSelLineEnd
|
||||
ShortCut = 8227
|
||||
end
|
||||
item
|
||||
Command = 16
|
||||
Command = ecEditorBottom
|
||||
ShortCut = 16419
|
||||
end
|
||||
item
|
||||
Command = 116
|
||||
Command = ecSelEditorBottom
|
||||
ShortCut = 24611
|
||||
end
|
||||
item
|
||||
Command = 223
|
||||
Command = ecToggleMode
|
||||
ShortCut = 45
|
||||
end
|
||||
item
|
||||
Command = 201
|
||||
Command = ecCopy
|
||||
ShortCut = 16429
|
||||
end
|
||||
item
|
||||
Command = 604
|
||||
Command = ecPaste
|
||||
ShortCut = 8237
|
||||
end
|
||||
item
|
||||
Command = 502
|
||||
Command = ecDeleteChar
|
||||
ShortCut = 46
|
||||
end
|
||||
item
|
||||
Command = 603
|
||||
Command = ecCut
|
||||
ShortCut = 8238
|
||||
end
|
||||
item
|
||||
Command = 501
|
||||
Command = ecDeleteLastChar
|
||||
ShortCut = 8
|
||||
end
|
||||
item
|
||||
Command = 501
|
||||
Command = ecDeleteLastChar
|
||||
ShortCut = 8200
|
||||
end
|
||||
item
|
||||
Command = 504
|
||||
Command = ecDeleteLastWord
|
||||
ShortCut = 16392
|
||||
end
|
||||
item
|
||||
Command = 601
|
||||
Command = ecUndo
|
||||
ShortCut = 32776
|
||||
end
|
||||
item
|
||||
Command = 602
|
||||
Command = ecRedo
|
||||
ShortCut = 40968
|
||||
end
|
||||
item
|
||||
Command = 509
|
||||
Command = ecLineBreak
|
||||
ShortCut = 13
|
||||
end
|
||||
item
|
||||
Command = 199
|
||||
Command = ecSelectAll
|
||||
ShortCut = 16449
|
||||
end
|
||||
item
|
||||
Command = 201
|
||||
Command = ecCopy
|
||||
ShortCut = 16451
|
||||
end
|
||||
item
|
||||
Command = 610
|
||||
Command = ecBlockIndent
|
||||
ShortCut = 24649
|
||||
end
|
||||
item
|
||||
Command = 509
|
||||
Command = ecLineBreak
|
||||
ShortCut = 16461
|
||||
end
|
||||
item
|
||||
Command = 510
|
||||
Command = ecInsertLine
|
||||
ShortCut = 16462
|
||||
end
|
||||
item
|
||||
Command = 503
|
||||
Command = ecDeleteWord
|
||||
ShortCut = 16468
|
||||
end
|
||||
item
|
||||
Command = 611
|
||||
Command = ecBlockUnindent
|
||||
ShortCut = 24661
|
||||
end
|
||||
item
|
||||
Command = 604
|
||||
Command = ecPaste
|
||||
ShortCut = 16470
|
||||
end
|
||||
item
|
||||
Command = 603
|
||||
Command = ecCut
|
||||
ShortCut = 16472
|
||||
end
|
||||
item
|
||||
Command = 507
|
||||
Command = ecDeleteLine
|
||||
ShortCut = 16473
|
||||
end
|
||||
item
|
||||
Command = 506
|
||||
Command = ecDeleteEOL
|
||||
ShortCut = 24665
|
||||
end
|
||||
item
|
||||
Command = 601
|
||||
Command = ecUndo
|
||||
ShortCut = 16474
|
||||
end
|
||||
item
|
||||
Command = 602
|
||||
Command = ecRedo
|
||||
ShortCut = 24666
|
||||
end
|
||||
item
|
||||
Command = 301
|
||||
Command = ecGotoMarker0
|
||||
ShortCut = 16432
|
||||
end
|
||||
item
|
||||
Command = 302
|
||||
Command = ecGotoMarker1
|
||||
ShortCut = 16433
|
||||
end
|
||||
item
|
||||
Command = 303
|
||||
Command = ecGotoMarker2
|
||||
ShortCut = 16434
|
||||
end
|
||||
item
|
||||
Command = 304
|
||||
Command = ecGotoMarker3
|
||||
ShortCut = 16435
|
||||
end
|
||||
item
|
||||
Command = 305
|
||||
Command = ecGotoMarker4
|
||||
ShortCut = 16436
|
||||
end
|
||||
item
|
||||
Command = 306
|
||||
Command = ecGotoMarker5
|
||||
ShortCut = 16437
|
||||
end
|
||||
item
|
||||
Command = 307
|
||||
Command = ecGotoMarker6
|
||||
ShortCut = 16438
|
||||
end
|
||||
item
|
||||
Command = 308
|
||||
Command = ecGotoMarker7
|
||||
ShortCut = 16439
|
||||
end
|
||||
item
|
||||
Command = 309
|
||||
Command = ecGotoMarker8
|
||||
ShortCut = 16440
|
||||
end
|
||||
item
|
||||
Command = 310
|
||||
Command = ecGotoMarker9
|
||||
ShortCut = 16441
|
||||
end
|
||||
item
|
||||
Command = 351
|
||||
Command = ecSetMarker0
|
||||
ShortCut = 24624
|
||||
end
|
||||
item
|
||||
Command = 352
|
||||
Command = ecSetMarker1
|
||||
ShortCut = 24625
|
||||
end
|
||||
item
|
||||
Command = 353
|
||||
Command = ecSetMarker2
|
||||
ShortCut = 24626
|
||||
end
|
||||
item
|
||||
Command = 354
|
||||
Command = ecSetMarker3
|
||||
ShortCut = 24627
|
||||
end
|
||||
item
|
||||
Command = 355
|
||||
Command = ecSetMarker4
|
||||
ShortCut = 24628
|
||||
end
|
||||
item
|
||||
Command = 356
|
||||
Command = ecSetMarker5
|
||||
ShortCut = 24629
|
||||
end
|
||||
item
|
||||
Command = 357
|
||||
Command = ecSetMarker6
|
||||
ShortCut = 24630
|
||||
end
|
||||
item
|
||||
Command = 358
|
||||
Command = ecSetMarker7
|
||||
ShortCut = 24631
|
||||
end
|
||||
item
|
||||
Command = 359
|
||||
Command = ecSetMarker8
|
||||
ShortCut = 24632
|
||||
end
|
||||
item
|
||||
Command = 360
|
||||
Command = ecSetMarker9
|
||||
ShortCut = 24633
|
||||
end
|
||||
item
|
||||
Command = 231
|
||||
Command = ecNormalSelect
|
||||
ShortCut = 24654
|
||||
end
|
||||
item
|
||||
Command = 232
|
||||
Command = ecColumnSelect
|
||||
ShortCut = 24643
|
||||
end
|
||||
item
|
||||
Command = 233
|
||||
Command = ecLineSelect
|
||||
ShortCut = 24652
|
||||
end
|
||||
item
|
||||
Command = 612
|
||||
Command = ecTab
|
||||
ShortCut = 9
|
||||
end
|
||||
item
|
||||
Command = 613
|
||||
Command = ecShiftTab
|
||||
ShortCut = 8201
|
||||
end
|
||||
item
|
||||
Command = 250
|
||||
Command = ecMatchBracket
|
||||
ShortCut = 24642
|
||||
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 = (
|
||||
'MethodsSynEdit'
|
||||
)
|
||||
ReadOnly = True
|
||||
BracketHighlightStyle = sbhsBoth
|
||||
object TSynGutterPartList
|
||||
inline TSynGutterPartList
|
||||
object TSynGutterMarks
|
||||
Width = 23
|
||||
Width = 24
|
||||
end
|
||||
object TSynGutterLineNumber
|
||||
Width = 25
|
||||
Width = 19
|
||||
MouseActions = <>
|
||||
MarkupInfo.Background = clBtnFace
|
||||
MarkupInfo.Foreground = clNone
|
||||
DigitCount = 2
|
||||
@ -396,15 +578,95 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
|
||||
Width = 2
|
||||
end
|
||||
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.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
|
||||
object SectionsGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 110
|
||||
Height = 118
|
||||
Top = 6
|
||||
Width = 375
|
||||
Align = alTop
|
||||
@ -416,59 +678,59 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
|
||||
ChildSizing.HorizontalSpacing = 15
|
||||
ChildSizing.Layout = cclTopToBottomThenLeftToRight
|
||||
ChildSizing.ControlsPerLine = 4
|
||||
ClientHeight = 92
|
||||
ClientHeight = 100
|
||||
ClientWidth = 371
|
||||
TabOrder = 2
|
||||
object PrivateCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 23
|
||||
Height = 25
|
||||
Top = 6
|
||||
Width = 113
|
||||
Width = 124
|
||||
Caption = 'PrivateCheckBox'
|
||||
OnChange = PrivateCheckBoxChange
|
||||
TabOrder = 0
|
||||
end
|
||||
object ProtectedCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 23
|
||||
Top = 29
|
||||
Width = 113
|
||||
Height = 25
|
||||
Top = 31
|
||||
Width = 124
|
||||
Caption = 'ProtectedCheckBox'
|
||||
OnChange = PrivateCheckBoxChange
|
||||
TabOrder = 1
|
||||
end
|
||||
object PublicCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 52
|
||||
Width = 113
|
||||
Height = 19
|
||||
Top = 56
|
||||
Width = 124
|
||||
Caption = 'PublicCheckBox'
|
||||
OnChange = PrivateCheckBoxChange
|
||||
TabOrder = 2
|
||||
end
|
||||
object PublishedCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 69
|
||||
Width = 113
|
||||
Height = 19
|
||||
Top = 75
|
||||
Width = 124
|
||||
Caption = 'PublishedCheckBox'
|
||||
OnChange = PrivateCheckBoxChange
|
||||
TabOrder = 3
|
||||
end
|
||||
object AllButton: TButton
|
||||
Left = 134
|
||||
Height = 23
|
||||
Left = 145
|
||||
Height = 25
|
||||
Top = 6
|
||||
Width = 103
|
||||
Width = 114
|
||||
Caption = 'AllButton'
|
||||
OnClick = AllButtonClick
|
||||
TabOrder = 4
|
||||
end
|
||||
object PublishedButton: TButton
|
||||
Left = 134
|
||||
Height = 23
|
||||
Top = 29
|
||||
Width = 103
|
||||
Left = 145
|
||||
Height = 25
|
||||
Top = 31
|
||||
Width = 114
|
||||
Caption = 'PublishedButton'
|
||||
OnClick = PublishedButtonClick
|
||||
TabOrder = 5
|
||||
@ -476,6 +738,17 @@ object EmptyMethodsDialog: TEmptyMethodsDialog
|
||||
end
|
||||
object SynPasSyn1: TSynPasSyn
|
||||
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
|
||||
NestedComments = False
|
||||
left = 103
|
||||
|
@ -5,16 +5,17 @@ object ExtractProcDialog: TExtractProcDialog
|
||||
Width = 425
|
||||
ActiveControl = CreateFunctionCheckBox
|
||||
BorderIcons = [biSystemMenu]
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'ExtractProcDialog'
|
||||
ClientHeight = 355
|
||||
ClientWidth = 425
|
||||
OnClose = ExtractProcDialogClose
|
||||
OnCreate = ExtractProcDialogCREATE
|
||||
LCLVersion = '0.9.27'
|
||||
LCLVersion = '0.9.29'
|
||||
object TypeRadiogroup: TRadioGroup
|
||||
AnchorSideBottom.Control = NameGroupbox
|
||||
Left = 6
|
||||
Height = 102
|
||||
Height = 98
|
||||
Top = 6
|
||||
Width = 413
|
||||
Align = alClient
|
||||
@ -36,7 +37,6 @@ object ExtractProcDialog: TExtractProcDialog
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Control = CancelButton
|
||||
Left = 6
|
||||
Height = 53
|
||||
@ -72,12 +72,10 @@ object ExtractProcDialog: TExtractProcDialog
|
||||
ClientWidth = 425
|
||||
TabOrder = 2
|
||||
object CancelButton: TBitBtn
|
||||
AnchorSideRight.Side = asrBottom
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 342
|
||||
Left = 338
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 77
|
||||
Width = 81
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
@ -91,8 +89,7 @@ object ExtractProcDialog: TExtractProcDialog
|
||||
TabOrder = 0
|
||||
end
|
||||
object OkButton: TBitBtn
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 261
|
||||
Left = 257
|
||||
Height = 26
|
||||
Top = 6
|
||||
Width = 75
|
||||
@ -110,7 +107,6 @@ object ExtractProcDialog: TExtractProcDialog
|
||||
TabOrder = 1
|
||||
end
|
||||
object HelpButton: TBitBtn
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 26
|
||||
Top = 6
|
||||
@ -150,14 +146,14 @@ object ExtractProcDialog: TExtractProcDialog
|
||||
end
|
||||
object FunctionGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 74
|
||||
Top = 114
|
||||
Height = 78
|
||||
Top = 110
|
||||
Width = 413
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'FunctionGroupBox'
|
||||
ClientHeight = 56
|
||||
ClientHeight = 60
|
||||
ClientWidth = 409
|
||||
TabOrder = 4
|
||||
object FuncVariableLabel: TLabel
|
||||
@ -165,9 +161,9 @@ object ExtractProcDialog: TExtractProcDialog
|
||||
AnchorSideTop.Control = FuncVariableComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 32
|
||||
Width = 87
|
||||
Height = 16
|
||||
Top = 34
|
||||
Width = 97
|
||||
Caption = 'FuncVariableLabel'
|
||||
Enabled = False
|
||||
ParentColor = False
|
||||
@ -176,9 +172,9 @@ object ExtractProcDialog: TExtractProcDialog
|
||||
AnchorSideLeft.Control = FunctionGroupBox
|
||||
AnchorSideTop.Control = FunctionGroupBox
|
||||
Left = 6
|
||||
Height = 17
|
||||
Height = 19
|
||||
Top = 6
|
||||
Width = 139
|
||||
Width = 153
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'CreateFunctionCheckBox'
|
||||
OnChange = CreateFunctionCheckBoxChange
|
||||
@ -191,16 +187,14 @@ object ExtractProcDialog: TExtractProcDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = FunctionGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 99
|
||||
Height = 21
|
||||
Top = 29
|
||||
Width = 304
|
||||
Left = 109
|
||||
Height = 23
|
||||
Top = 31
|
||||
Width = 294
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoComplete = False
|
||||
BorderSpacing.Around = 6
|
||||
Enabled = False
|
||||
ItemHeight = 13
|
||||
ItemWidth = 0
|
||||
ItemHeight = 15
|
||||
TabOrder = 1
|
||||
Text = 'FuncVariableComboBox'
|
||||
end
|
||||
|
@ -3,6 +3,7 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
Height = 402
|
||||
Top = 155
|
||||
Width = 516
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'Find in files'
|
||||
ClientHeight = 402
|
||||
ClientWidth = 516
|
||||
@ -19,8 +20,8 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 70
|
||||
Top = 56
|
||||
Height = 74
|
||||
Top = 60
|
||||
Width = 504
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoFill = True
|
||||
@ -52,10 +53,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
object WhereRadioGroup: TRadioGroup
|
||||
AnchorSideTop.Control = OptionsCheckGroupBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 93
|
||||
Top = 132
|
||||
Height = 77
|
||||
Top = 140
|
||||
Width = 504
|
||||
Align = alBottom
|
||||
Anchors = [akTop, akLeft, akRight, akBottom]
|
||||
@ -73,7 +73,7 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
ClientHeight = 75
|
||||
ClientHeight = 59
|
||||
ClientWidth = 500
|
||||
ItemIndex = 1
|
||||
Items.Strings = (
|
||||
@ -87,16 +87,15 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
object DirectoryOptionsGroupBox: TGroupBox
|
||||
AnchorSideTop.Control = WhereRadioGroup
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 133
|
||||
Top = 231
|
||||
Height = 141
|
||||
Top = 223
|
||||
Width = 504
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Directory Options'
|
||||
ClientHeight = 115
|
||||
ClientHeight = 123
|
||||
ClientWidth = 500
|
||||
Enabled = False
|
||||
TabOrder = 3
|
||||
@ -105,9 +104,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Control = DirectoryComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 16
|
||||
Top = 9
|
||||
Width = 49
|
||||
Width = 52
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'Directory:'
|
||||
ParentColor = False
|
||||
@ -117,9 +116,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Control = DirectoryComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 14
|
||||
Top = 39
|
||||
Width = 121
|
||||
Height = 16
|
||||
Top = 41
|
||||
Width = 120
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 12
|
||||
Caption = 'File mask (*;*.*;*.bak?):'
|
||||
@ -130,15 +129,15 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
AnchorSideTop.Control = DirectoryOptionsGroupBox
|
||||
AnchorSideRight.Control = DirectoryBrowse
|
||||
Left = 61
|
||||
Height = 21
|
||||
Left = 64
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 389
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
ItemHeight = 13
|
||||
ItemHeight = 15
|
||||
TabOrder = 0
|
||||
end
|
||||
object DirectoryBrowse: TBitBtn
|
||||
@ -146,10 +145,10 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Control = DirectoryComboBox
|
||||
AnchorSideRight.Control = DirectoryOptionsGroupBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 456
|
||||
Height = 23
|
||||
Left = 459
|
||||
Height = 25
|
||||
Top = 6
|
||||
Width = 38
|
||||
Width = 35
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Right = 6
|
||||
@ -166,13 +165,13 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideRight.Control = DirectoryComboBox
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 59
|
||||
Width = 444
|
||||
Height = 23
|
||||
Top = 63
|
||||
Width = 447
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
ItemHeight = 13
|
||||
ItemHeight = 15
|
||||
TabOrder = 2
|
||||
Text = '*.pas;*.pp;*.inc'
|
||||
end
|
||||
@ -181,9 +180,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Control = FileMaskComboBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 92
|
||||
Width = 126
|
||||
Height = 19
|
||||
Top = 98
|
||||
Width = 139
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 12
|
||||
BorderSpacing.Bottom = 6
|
||||
@ -216,10 +215,10 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Side = asrBottom
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 68
|
||||
Height = 21
|
||||
Top = 29
|
||||
Width = 442
|
||||
Left = 73
|
||||
Height = 23
|
||||
Top = 31
|
||||
Width = 437
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoComplete = True
|
||||
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
||||
@ -228,7 +227,7 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
BorderSpacing.Right = 6
|
||||
BorderSpacing.Bottom = 6
|
||||
Enabled = False
|
||||
ItemHeight = 13
|
||||
ItemHeight = 15
|
||||
TabOrder = 5
|
||||
end
|
||||
object ReplaceCheckBox: TCheckBox
|
||||
@ -236,9 +235,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Control = ReplaceTextComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 31
|
||||
Width = 56
|
||||
Height = 19
|
||||
Top = 33
|
||||
Width = 61
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'Replace'
|
||||
Enabled = False
|
||||
@ -250,9 +249,9 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Control = TextToFindComboBox
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 16
|
||||
Top = 9
|
||||
Width = 65
|
||||
Width = 69
|
||||
BorderSpacing.Left = 6
|
||||
Caption = 'Text To Find:'
|
||||
ParentColor = False
|
||||
@ -263,17 +262,17 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
|
||||
AnchorSideTop.Control = Owner
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 77
|
||||
Height = 21
|
||||
Left = 81
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 433
|
||||
Width = 429
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
AutoComplete = True
|
||||
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactRetainPrefixCase, cbactSearchAscending]
|
||||
BorderSpacing.Left = 6
|
||||
BorderSpacing.Top = 6
|
||||
BorderSpacing.Right = 6
|
||||
ItemHeight = 13
|
||||
ItemHeight = 15
|
||||
TabOrder = 0
|
||||
end
|
||||
object SelectDirectoryDialog: TSelectDirectoryDialog
|
||||
|
@ -3,7 +3,7 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
|
||||
Height = 496
|
||||
Top = 160
|
||||
Width = 452
|
||||
BorderStyle = bsSizeToolWin
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'FindRenameIdentifierDialog'
|
||||
ClientHeight = 496
|
||||
ClientWidth = 452
|
||||
@ -14,18 +14,18 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
|
||||
LCLVersion = '0.9.29'
|
||||
object CurrentGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 150
|
||||
Height = 134
|
||||
Top = 6
|
||||
Width = 440
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'CurrentGroupBox'
|
||||
ClientHeight = 132
|
||||
ClientHeight = 116
|
||||
ClientWidth = 436
|
||||
TabOrder = 0
|
||||
object CurrentListBox: TListBox
|
||||
Left = 6
|
||||
Height = 120
|
||||
Height = 104
|
||||
Top = 6
|
||||
Width = 424
|
||||
Align = alClient
|
||||
@ -37,20 +37,20 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
|
||||
end
|
||||
object NewGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 74
|
||||
Top = 162
|
||||
Height = 78
|
||||
Top = 146
|
||||
Width = 440
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'NewGroupBox'
|
||||
ClientHeight = 56
|
||||
ClientHeight = 60
|
||||
ClientWidth = 436
|
||||
TabOrder = 1
|
||||
object NewEdit: TEdit
|
||||
Left = 6
|
||||
Height = 21
|
||||
Top = 29
|
||||
Height = 23
|
||||
Top = 31
|
||||
Width = 424
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
@ -59,7 +59,7 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
|
||||
end
|
||||
object RenameCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 17
|
||||
Height = 19
|
||||
Top = 6
|
||||
Width = 424
|
||||
Align = alTop
|
||||
@ -71,20 +71,20 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
|
||||
end
|
||||
object ScopeGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 208
|
||||
Top = 242
|
||||
Height = 220
|
||||
Top = 230
|
||||
Width = 440
|
||||
Align = alBottom
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ScopeGroupBox'
|
||||
ClientHeight = 190
|
||||
ClientHeight = 202
|
||||
ClientWidth = 436
|
||||
TabOrder = 2
|
||||
object ScopeCommentsCheckBox: TCheckBox
|
||||
Left = 6
|
||||
Height = 17
|
||||
Top = 167
|
||||
Height = 19
|
||||
Top = 177
|
||||
Width = 424
|
||||
Align = alTop
|
||||
BorderSpacing.Around = 6
|
||||
@ -93,7 +93,7 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
|
||||
end
|
||||
object ScopeRadioGroup: TRadioGroup
|
||||
Left = 6
|
||||
Height = 98
|
||||
Height = 106
|
||||
Top = 6
|
||||
Width = 424
|
||||
Align = alTop
|
||||
@ -109,7 +109,7 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
|
||||
ChildSizing.ShrinkVertical = crsScaleChilds
|
||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||
ChildSizing.ControlsPerLine = 1
|
||||
ClientHeight = 80
|
||||
ClientHeight = 88
|
||||
ClientWidth = 420
|
||||
Items.Strings = (
|
||||
'in current unit'
|
||||
@ -121,19 +121,19 @@ object FindRenameIdentifierDialog: TFindRenameIdentifierDialog
|
||||
end
|
||||
object ExtraFilesGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 51
|
||||
Top = 110
|
||||
Height = 53
|
||||
Top = 118
|
||||
Width = 424
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'ExtraFilesGroupBox'
|
||||
ClientHeight = 33
|
||||
ClientHeight = 35
|
||||
ClientWidth = 420
|
||||
TabOrder = 2
|
||||
object ExtraFilesEdit: TEdit
|
||||
Left = 6
|
||||
Height = 21
|
||||
Height = 23
|
||||
Top = 6
|
||||
Width = 408
|
||||
Align = alTop
|
||||
|
@ -4,6 +4,7 @@ inherited MessagesView: TMessagesView
|
||||
Top = 640
|
||||
Width = 722
|
||||
ActiveControl = MessageTreeView
|
||||
BorderStyle = bsToolWindow
|
||||
Caption = 'MessagesView'
|
||||
ClientHeight = 79
|
||||
ClientWidth = 722
|
||||
@ -16,7 +17,8 @@ inherited MessagesView: TMessagesView
|
||||
Top = 0
|
||||
Width = 722
|
||||
Align = alClient
|
||||
DefaultItemHeight = 15
|
||||
DefaultItemHeight = 17
|
||||
MultiSelect = True
|
||||
PopupMenu = MainPopupMenu
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoBoth
|
||||
|
@ -3,6 +3,7 @@ object SearchResultsView: TSearchResultsView
|
||||
Height = 273
|
||||
Top = 325
|
||||
Width = 799
|
||||
BorderStyle = bsSizeToolWin
|
||||
Caption = 'SearchResultsView'
|
||||
ClientHeight = 273
|
||||
ClientWidth = 799
|
||||
@ -12,17 +13,17 @@ object SearchResultsView: TSearchResultsView
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.29'
|
||||
object ResultsNoteBook: TPageControl
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 0
|
||||
Height = 248
|
||||
Top = 25
|
||||
Width = 799
|
||||
Align = alClient
|
||||
MultiLine = True
|
||||
TabOrder = 0
|
||||
OnCloseTabClicked = ResultsNoteBookClosetabclicked
|
||||
OnMouseDown = ResultsNoteBookMouseDown
|
||||
OnPageChanged = ResultsNoteBookPageChanged
|
||||
Options = [nboShowCloseButtons, nboMultiLine]
|
||||
TabOrder = 0
|
||||
end
|
||||
object ToolBar: TToolBar
|
||||
Left = 0
|
||||
|
@ -4,6 +4,7 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
|
||||
Top = 236
|
||||
Width = 503
|
||||
ActiveControl = UnitsTreeView
|
||||
BorderStyle = bsDialog
|
||||
Caption = 'UnusedUnitsDialog'
|
||||
ClientHeight = 343
|
||||
ClientWidth = 503
|
||||
@ -17,7 +18,8 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
|
||||
Width = 491
|
||||
Align = alClient
|
||||
BorderSpacing.Around = 6
|
||||
DefaultItemHeight = 15
|
||||
DefaultItemHeight = 17
|
||||
MultiSelect = True
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoBoth
|
||||
TabOrder = 0
|
||||
@ -52,10 +54,10 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
|
||||
TabOrder = 0
|
||||
end
|
||||
object RemoveSelectedBitBtn: TBitBtn
|
||||
Left = 277
|
||||
Left = 266
|
||||
Height = 26
|
||||
Top = 7
|
||||
Width = 134
|
||||
Width = 145
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
Caption = 'RemoveSelectedBitBtn'
|
||||
@ -65,10 +67,10 @@ object UnusedUnitsDialog: TUnusedUnitsDialog
|
||||
TabOrder = 1
|
||||
end
|
||||
object RemoveAllBitBtn: TBitBtn
|
||||
Left = 163
|
||||
Left = 141
|
||||
Height = 26
|
||||
Top = 7
|
||||
Width = 104
|
||||
Width = 115
|
||||
Align = alRight
|
||||
AutoSize = True
|
||||
Caption = 'RemoveAllBitBtn'
|
||||
|
Loading…
Reference in New Issue
Block a user