mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 03:32:48 +02:00
86 lines
1.9 KiB
Plaintext
86 lines
1.9 KiB
Plaintext
object CodeExplorerDlg: TCodeExplorerDlg
|
|
ActiveControl = UpdatePage
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'CodeExplorerDlg'
|
|
ClientHeight = 300
|
|
ClientWidth = 400
|
|
OnCreate = CodeExplorerDlgCreate
|
|
OnDestroy = CodeExplorerDlgDestroy
|
|
PixelsPerInch = 96
|
|
Position = poScreenCenter
|
|
HorzScrollBar.Page = 399
|
|
VertScrollBar.Page = 299
|
|
Left = 290
|
|
Height = 300
|
|
Top = 163
|
|
Width = 400
|
|
object OkButton: TButton
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
|
|
Caption = 'OkButton'
|
|
OnClick = OkButtonClick
|
|
TabOrder = 0
|
|
AnchorSideRight.Control = CancelButton
|
|
Left = 229
|
|
Height = 29
|
|
Top = 264
|
|
Width = 69
|
|
end
|
|
object CancelButton: TButton
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
|
|
Caption = 'CancelButton'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
Left = 304
|
|
Height = 29
|
|
Top = 264
|
|
Width = 88
|
|
end
|
|
object MainNotebook: TNotebook
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
PageIndex = 0
|
|
Height = 256
|
|
Width = 400
|
|
object UpdatePage: TPage
|
|
Caption = 'UpdatePage'
|
|
ClientWidth = 392
|
|
ClientHeight = 230
|
|
Height = 230
|
|
Width = 392
|
|
object RefreshRadioGroup: TRadioGroup
|
|
Align = alTop
|
|
BorderSpacing.Around = 6
|
|
Caption = 'RefreshRadioGroup'
|
|
Items.Strings = (
|
|
'Manual'
|
|
'SwitchPage'
|
|
'Idle'
|
|
)
|
|
TabOrder = 0
|
|
Left = 6
|
|
Height = 105
|
|
Top = 6
|
|
Width = 380
|
|
end
|
|
object FollowCursorCheckBox: TCheckBox
|
|
Align = alTop
|
|
BorderSpacing.Top = 12
|
|
BorderSpacing.Around = 6
|
|
Caption = 'FollowCursorCheckBox'
|
|
TabOrder = 1
|
|
Visible = False
|
|
Left = 6
|
|
Height = 13
|
|
Top = 129
|
|
Width = 380
|
|
end
|
|
end
|
|
end
|
|
end
|