mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 21:12:40 +02:00

1) Improved localization and Portuguese translation from Marcelo B Paula, part of bug #16726. 2) Regenerated translations and updated Russian translation. git-svn-id: trunk@26115 -
116 lines
2.6 KiB
Plaintext
116 lines
2.6 KiB
Plaintext
object ProjectVariablesForm: TProjectVariablesForm
|
|
Left = 505
|
|
Height = 326
|
|
Top = 306
|
|
Width = 573
|
|
Caption = 'New project from template'
|
|
ClientHeight = 326
|
|
ClientWidth = 573
|
|
OnCreate = FormCreate
|
|
OnShow = ProjectVariablesFormShow
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.29'
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 16
|
|
Width = 109
|
|
Alignment = taRightJustify
|
|
Caption = '&Name for new project:'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 48
|
|
Width = 95
|
|
Alignment = taRightJustify
|
|
Caption = 'Create in &directory:'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object PDescription: TPanel
|
|
Left = 8
|
|
Height = 58
|
|
Top = 80
|
|
Width = 559
|
|
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 = 138
|
|
Top = 144
|
|
Width = 557
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoFillColumns = True
|
|
ColCount = 3
|
|
DefaultColWidth = 120
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goAlwaysShowEditor, goDblClickAutoSize, goSmoothScroll]
|
|
TabOrder = 5
|
|
ColWidths = (
|
|
120
|
|
216
|
|
217
|
|
)
|
|
end
|
|
object BOK: TButton
|
|
Left = 485
|
|
Height = 25
|
|
Top = 290
|
|
Width = 75
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.InnerBorder = 4
|
|
Caption = '&OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
OnClick = BOKClick
|
|
TabOrder = 1
|
|
end
|
|
object BCancel: TButton
|
|
Left = 397
|
|
Height = 25
|
|
Top = 290
|
|
Width = 75
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.InnerBorder = 4
|
|
Cancel = True
|
|
Caption = '&Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 2
|
|
end
|
|
object EProjectName: TEdit
|
|
AnchorSideLeft.Control = Label1
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 123
|
|
Height = 21
|
|
Top = 16
|
|
Width = 444
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Right = 6
|
|
TabOrder = 3
|
|
end
|
|
object DEProject: TDirectoryEdit
|
|
AnchorSideLeft.Control = EProjectName
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 123
|
|
Height = 21
|
|
Top = 48
|
|
Width = 420
|
|
ShowHidden = False
|
|
ButtonWidth = 23
|
|
NumGlyphs = 1
|
|
Anchors = [akTop, akLeft, akRight]
|
|
MaxLength = 0
|
|
TabOrder = 4
|
|
end
|
|
end
|