lazarus/components/projecttemplates/frmtemplatesettings.lfm
maxim 8d60e0b642 Components, project templates:
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 -
2010-06-14 17:17:27 +00:00

58 lines
1.1 KiB
Plaintext

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