lazarus/components/projecttemplates/frmtemplatevariables.lfm
michael 7c20c96113 * Updated README with copy of Tom Verhoeff
* Added additional key
  ProjectFile=
  Any file whose name (no extension) matches this, will be renamed to __PROJNAME__
* Improved variables dialog: when there is no message, the grid
  is disabled, and the message adapted accordingly

git-svn-id: trunk@16196 -
2008-08-23 11:05:01 +00:00

107 lines
2.4 KiB
Plaintext

object ProjectVariablesForm: TProjectVariablesForm
Left = 505
Height = 326
Top = 306
Width = 573
ActiveControl = BOK
Caption = 'New project from template'
ClientHeight = 326
ClientWidth = 573
OnShow = ProjectVariablesFormShow
Position = poScreenCenter
LCLVersion = '0.9.25'
object Label1: TLabel
Left = 8
Height = 23
Top = 16
Width = 131
Alignment = taRightJustify
AutoSize = False
Caption = '&Name for new project:'
Layout = tlCenter
ParentColor = False
end
object Label2: TLabel
Left = 8
Height = 22
Top = 48
Width = 131
Alignment = taRightJustify
AutoSize = False
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
ExtendedSelect = True
FixedColor = clBtnFace
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goAlwaysShowEditor, goDblClickAutoSize, goSmoothScroll]
RowCount = 5
TabOrder = 5
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
Left = 152
Height = 23
Top = 16
Width = 311
Anchors = [akTop, akLeft, akRight]
TabOrder = 3
end
object DEProject: TDirectoryEdit
Left = 152
Height = 23
Top = 48
Width = 391
ButtonWidth = 23
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
ParentColor = False
TabOrder = 4
end
end