lazarus/components/projecttemplates/frmtemplatesettings.lfm
michael 8aa081ebd9 + Added menu integration and a README file
git-svn-id: trunk@7861 -
2005-09-30 19:28:32 +00:00

56 lines
1.0 KiB
Plaintext

object TemplateSettingsForm: TTemplateSettingsForm
Caption = 'Project templates settings'
ClientHeight = 127
ClientWidth = 400
PixelsPerInch = 90
Position = poDesktopCenter
HorzScrollBar.Page = 399
VertScrollBar.Page = 126
Left = 470
Height = 127
Top = 175
Width = 400
object Label1: TLabel
AutoSize = False
Caption = '&Directory with templates:'
Color = clNone
FocusControl = DETemplates
Layout = tlCenter
Left = 8
Height = 24
Top = 16
Width = 160
end
object BOK: TButton
Caption = '&OK'
Default = True
ModalResult = 1
OnClick = BOKClick
TabOrder = 0
Left = 296
Height = 25
Top = 96
Width = 91
end
object BCancel: TButton
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
Left = 192
Height = 25
Top = 96
Width = 96
end
object DETemplates: TDirectoryEdit
ButtonWidth = 23
NumGlyphs = 1
TabOrder = 2
TabOrder = 2
Left = 8
Height = 23
Top = 41
Width = 360
end
end