lazarus/ide/newdialog.lfm
mattias 7fcd93177c IDE: new other: save/restore last created
git-svn-id: trunk@31605 -
2011-07-08 19:56:33 +00:00

117 lines
2.9 KiB
Plaintext

object NewOtherDialog: TNewOtherDialog
Left = 281
Height = 421
Top = 204
Width = 561
BorderIcons = [biSystemMenu]
Caption = 'NewOtherDialog'
ClientHeight = 421
ClientWidth = 561
Position = poScreenCenter
LCLVersion = '0.9.31'
object Panel1: TPanel
Left = 6
Height = 369
Top = 6
Width = 549
Align = alClient
BorderSpacing.Around = 6
BevelOuter = bvNone
ClientHeight = 369
ClientWidth = 549
TabOrder = 0
object ItemsTreeView: TTreeView
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 0
Height = 369
Top = 0
Width = 263
Align = alClient
DefaultItemHeight = 19
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
OnDblClick = OkButtonClick
OnSelectionChanged = ItemsTreeViewSelectionChanged
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
end
object DescriptionGroupBox: TGroupBox
AnchorSideLeft.Control = ItemsTreeView
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
Left = 268
Height = 369
Top = 0
Width = 281
Align = alRight
Caption = 'DescriptionGroupBox'
ClientHeight = 348
ClientWidth = 273
TabOrder = 1
object DescriptionLabel: TLabel
Left = 6
Height = 18
Top = 6
Width = 261
Align = alTop
BorderSpacing.Around = 6
Caption = 'DescriptionLabel'
ParentColor = False
WordWrap = True
end
object InheritableComponentsListView: TListView
Left = 0
Height = 318
Top = 30
Width = 273
Align = alClient
Columns = <
item
Caption = 'Form'
Width = 100
end
item
Caption = 'Unit'
Width = 250
end>
HideSelection = False
ReadOnly = True
RowSelect = True
ScrollBars = ssAutoBoth
TabOrder = 0
ViewStyle = vsReport
end
end
object Splitter1: TSplitter
Left = 263
Height = 369
Top = 0
Width = 5
Align = alRight
ResizeAnchor = akRight
end
end
object ButtonPanel: TButtonPanel
Left = 6
Height = 34
Top = 381
Width = 549
OKButton.Name = 'OKButton'
OKButton.Caption = '&OK'
OKButton.OnClick = OkButtonClick
HelpButton.Name = 'HelpButton'
HelpButton.Caption = '&Help'
HelpButton.OnClick = HelpButtonClick
CloseButton.Name = 'CloseButton'
CloseButton.Caption = '&Close'
CloseButton.Enabled = False
CancelButton.Name = 'CancelButton'
CancelButton.Caption = 'Cancel'
TabOrder = 1
ShowButtons = [pbOK, pbCancel, pbHelp]
ShowBevel = False
end
end