mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 13:32:56 +02:00
77 lines
1.6 KiB
Plaintext
77 lines
1.6 KiB
Plaintext
object NewProjectDialog: TNewProjectDialog
|
|
Left = 240
|
|
Height = 240
|
|
Top = 451
|
|
Width = 390
|
|
ActiveControl = ListBox
|
|
Caption = 'NewProjectDialog'
|
|
ClientHeight = 240
|
|
ClientWidth = 390
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.27'
|
|
object Panel1: TPanel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 6
|
|
Height = 196
|
|
Top = 6
|
|
Width = 378
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
BevelOuter = bvNone
|
|
ClientHeight = 196
|
|
ClientWidth = 378
|
|
TabOrder = 0
|
|
object DescriptionGroupBox: TGroupBox
|
|
Left = 170
|
|
Height = 196
|
|
Top = 0
|
|
Width = 208
|
|
Align = alClient
|
|
Caption = 'DescriptionGroupBox'
|
|
ClientHeight = 178
|
|
ClientWidth = 204
|
|
TabOrder = 0
|
|
object HelpLabel: TLabel
|
|
Left = 6
|
|
Height = 166
|
|
Top = 6
|
|
Width = 192
|
|
Align = alClient
|
|
BorderSpacing.Around = 6
|
|
Caption = 'HelpLabel'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
end
|
|
object ListBox: TListBox
|
|
Left = 0
|
|
Height = 196
|
|
Top = 0
|
|
Width = 165
|
|
Align = alLeft
|
|
Anchors = []
|
|
ItemHeight = 0
|
|
OnDblClick = ListBoxDblClick
|
|
TabOrder = 1
|
|
end
|
|
object Splitter1: TSplitter
|
|
Left = 165
|
|
Height = 196
|
|
Top = 0
|
|
Width = 5
|
|
end
|
|
end
|
|
object ButtonPanel: TButtonPanel
|
|
Left = 6
|
|
Height = 26
|
|
Top = 208
|
|
Width = 378
|
|
TabOrder = 1
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
ShowBevel = False
|
|
end
|
|
end
|