lazarus/ide/newdialog.lfm
laurent 5e4ca3e5a5 Load glyph form resource
git-svn-id: trunk@16686 -
2008-09-23 15:47:21 +00:00

149 lines
3.5 KiB
Plaintext

object NewOtherDialog: TNewOtherDialog
Left = 271
Height = 395
Top = 156
Width = 476
ActiveControl = ItemsTreeView
BorderIcons = [biSystemMenu]
Caption = 'NewOtherDialog'
ClientHeight = 395
ClientWidth = 476
ParentFont = False
Position = poScreenCenter
LCLVersion = '0.9.25'
object Panel1: TPanel
Left = 6
Height = 348
Top = 6
Width = 464
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 6
BevelOuter = bvNone
ClientHeight = 348
ClientWidth = 464
TabOrder = 0
object ItemsTreeView: TTreeView
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Height = 348
Width = 178
Align = alClient
DefaultItemHeight = 15
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
Left = 183
Height = 348
Width = 281
Align = alRight
Caption = 'DescriptionGroupBox'
ClientHeight = 330
ClientWidth = 277
TabOrder = 1
object DescriptionLabel: TLabel
Left = 6
Height = 174
Top = 6
Width = 265
Align = alClient
BorderSpacing.Around = 6
Caption = 'DescriptionLabel'
ParentColor = False
WordWrap = True
end
object InheritableComponentsListView: TListView
Height = 144
Top = 186
Width = 277
Align = alBottom
Columns = <
item
Caption = 'Form'
Width = 100
end
item
Caption = 'Unit'
Width = 250
end>
HideSelection = False
ReadOnly = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
end
end
object Splitter1: TSplitter
Left = 178
Height = 348
Width = 5
Align = alRight
ResizeAnchor = akRight
end
end
object CancelButton: TBitBtn
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 380
Height = 25
Top = 364
Width = 90
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'CancelButton'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
ModalResult = 2
NumGlyphs = 0
TabOrder = 1
end
object OkButton: TBitBtn
AnchorSideRight.Control = CancelButton
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 299
Height = 25
Top = 364
Width = 75
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'OkButton'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
Enabled = False
NumGlyphs = 0
OnClick = OkButtonClick
TabOrder = 2
end
object HelpButton: TBitBtn
AnchorSideLeft.Control = Owner
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 25
Top = 364
Width = 79
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Caption = 'HelpButton'
Constraints.MinHeight = 25
Constraints.MinWidth = 75
NumGlyphs = 0
OnClick = HelpButtonClick
TabOrder = 3
end
end