mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 11:43:02 +02:00
108 lines
2.6 KiB
Plaintext
108 lines
2.6 KiB
Plaintext
object ProjectVariablesForm: TProjectVariablesForm
|
|
Left = 505
|
|
Height = 350
|
|
Top = 306
|
|
Width = 584
|
|
Caption = 'New project from template'
|
|
ClientHeight = 350
|
|
ClientWidth = 584
|
|
OnCreate = FormCreate
|
|
OnShow = ProjectVariablesFormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.5'
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Height = 15
|
|
Top = 16
|
|
Width = 118
|
|
Alignment = taRightJustify
|
|
Caption = '&Name for new project:'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Height = 15
|
|
Top = 48
|
|
Width = 100
|
|
Alignment = taRightJustify
|
|
Caption = 'Create in &directory:'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object PDescription: TPanel
|
|
Left = 8
|
|
Height = 58
|
|
Top = 80
|
|
Width = 570
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BevelInner = bvRaised
|
|
BevelOuter = bvLowered
|
|
Caption = 'This project contains some additional variables. Please provide values for these variables'
|
|
FullRepaint = False
|
|
TabOrder = 0
|
|
end
|
|
object SGVariables: TStringGrid
|
|
Left = 10
|
|
Height = 162
|
|
Top = 144
|
|
Width = 568
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoFillColumns = True
|
|
ColCount = 3
|
|
DefaultColWidth = 120
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goAlwaysShowEditor, goDblClickAutoSize, goSmoothScroll]
|
|
TabOrder = 3
|
|
ColWidths = (
|
|
120
|
|
222
|
|
222
|
|
)
|
|
end
|
|
object EProjectName: TEdit
|
|
AnchorSideLeft.Control = Label1
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 132
|
|
Height = 23
|
|
Top = 16
|
|
Width = 446
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
TabOrder = 1
|
|
end
|
|
object DEProject: TDirectoryEdit
|
|
AnchorSideLeft.Control = EProjectName
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 132
|
|
Height = 23
|
|
Top = 48
|
|
Width = 444
|
|
ShowHidden = False
|
|
ButtonWidth = 23
|
|
NumGlyphs = 1
|
|
Anchors = [akTop, akLeft, akRight]
|
|
MaxLength = 0
|
|
TabOrder = 2
|
|
end
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 34
|
|
Top = 310
|
|
Width = 572
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
OKButton.OnClick = BOKClick
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.DefaultCaption = True
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 4
|
|
ShowButtons = [pbOK, pbCancel]
|
|
end
|
|
end
|