mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 07:22:41 +02:00
86 lines
1.9 KiB
Plaintext
86 lines
1.9 KiB
Plaintext
object NewProjectDialog: TNewProjectDialog
|
|
Left = 240
|
|
Height = 302
|
|
Top = 451
|
|
Width = 561
|
|
Caption = 'NewProjectDialog'
|
|
ClientHeight = 302
|
|
ClientWidth = 561
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.29'
|
|
object Panel1: TPanel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 258
|
|
Top = 6
|
|
Width = 549
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
BevelOuter = bvNone
|
|
ClientHeight = 258
|
|
ClientWidth = 549
|
|
TabOrder = 0
|
|
object DescriptionGroupBox: TGroupBox
|
|
Left = 251
|
|
Height = 258
|
|
Top = 0
|
|
Width = 298
|
|
Align = alClient
|
|
Caption = 'DescriptionGroupBox'
|
|
ClientHeight = 240
|
|
ClientWidth = 294
|
|
TabOrder = 0
|
|
object HelpLabel: TLabel
|
|
Left = 6
|
|
Height = 228
|
|
Top = 6
|
|
Width = 282
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Caption = 'HelpLabel'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
end
|
|
object ListBox: TListBox
|
|
Left = 0
|
|
Height = 258
|
|
Top = 0
|
|
Width = 246
|
|
Align = alLeft
|
|
Anchors = []
|
|
ItemHeight = 0
|
|
OnDblClick = ListBoxDblClick
|
|
TabOrder = 1
|
|
end
|
|
object Splitter1: TSplitter
|
|
Left = 246
|
|
Height = 258
|
|
Top = 0
|
|
Width = 5
|
|
end
|
|
end
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 26
|
|
Top = 270
|
|
Width = 549
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.Caption = '&OK'
|
|
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
|