mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 11:58:24 +02:00
129 lines
3.1 KiB
Plaintext
129 lines
3.1 KiB
Plaintext
object NewOtherDialog: TNewOtherDialog
|
|
Left = 254
|
|
Height = 296
|
|
Top = 202
|
|
Width = 397
|
|
HorzScrollBar.Page = 396
|
|
VertScrollBar.Page = 295
|
|
ActiveControl = CancelButton
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'NewOtherDialog'
|
|
ClientHeight = 296
|
|
ClientWidth = 397
|
|
Position = poScreenCenter
|
|
object CancelButton: TButton
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 293
|
|
Height = 29
|
|
Top = 261
|
|
Width = 98
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'CancelButton'
|
|
Constraints.MinHeight = 25
|
|
Constraints.MinWidth = 75
|
|
ModalResult = 2
|
|
TabOrder = 0
|
|
end
|
|
object OkButton: TButton
|
|
AnchorSideRight.Control = CancelButton
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 212
|
|
Height = 29
|
|
Top = 261
|
|
Width = 75
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'OkButton'
|
|
Constraints.MinHeight = 25
|
|
Constraints.MinWidth = 75
|
|
Enabled = False
|
|
OnClick = OkButtonClick
|
|
TabOrder = 1
|
|
end
|
|
object Panel1: TPanel
|
|
AnchorSideBottom.Control = OkButton
|
|
Left = 6
|
|
Height = 249
|
|
Top = 6
|
|
Width = 385
|
|
Align = alTop
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 6
|
|
BevelOuter = bvNone
|
|
ClientHeight = 249
|
|
ClientWidth = 385
|
|
TabOrder = 2
|
|
object ItemsTreeView: TTreeView
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideBottom.Control = CancelButton
|
|
Height = 249
|
|
Width = 182
|
|
Align = alClient
|
|
DefaultItemHeight = 19
|
|
ScrollBars = ssAutoBoth
|
|
TabOrder = 0
|
|
OnDblClick = OkButtonClick
|
|
OnSelectionChanged = ItemsTreeViewSelectionChanged
|
|
end
|
|
object DescriptionGroupBox: TGroupBox
|
|
AnchorSideLeft.Control = ItemsTreeView
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = CancelButton
|
|
Left = 187
|
|
Height = 249
|
|
Width = 198
|
|
Align = alRight
|
|
Caption = 'DescriptionGroupBox'
|
|
ClientHeight = 230
|
|
ClientWidth = 194
|
|
TabOrder = 1
|
|
object DescriptionLabel: TLabel
|
|
Left = 6
|
|
Height = 218
|
|
Top = 6
|
|
Width = 182
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Caption = 'DescriptionLabel'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
end
|
|
object Splitter1: TSplitter
|
|
Left = 182
|
|
Height = 249
|
|
Width = 5
|
|
Align = alRight
|
|
ResizeAnchor = akRight
|
|
end
|
|
end
|
|
object HelpButton: TButton
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 6
|
|
Height = 29
|
|
Top = 261
|
|
Width = 84
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Around = 6
|
|
Caption = 'HelpButton'
|
|
Constraints.MinHeight = 25
|
|
Constraints.MinWidth = 75
|
|
OnClick = HelpButtonClick
|
|
TabOrder = 3
|
|
end
|
|
end
|