Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus / usr / share / lazarus / 1.6 / components / projecttemplates / frmtemplatesettings.lfm
Size: Mime:
object TemplateSettingsForm: TTemplateSettingsForm
  Left = 472
  Height = 103
  Top = 287
  Width = 409
  HorzScrollBar.Page = 399
  VertScrollBar.Page = 126
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Project templates settings'
  ClientHeight = 103
  ClientWidth = 409
  OnCreate = FormCreate
  Position = poScreenCenter
  LCLVersion = '1.5'
  Visible = False
  object Label1: TLabel
    AnchorSideLeft.Control = Owner
    Left = 6
    Height = 24
    Top = 8
    Width = 160
    AutoSize = False
    BorderSpacing.Around = 6
    Caption = '&Directory with templates:'
    FocusControl = DETemplates
    Layout = tlCenter
    ParentColor = False
  end
  object DETemplates: TDirectoryEdit
    AnchorSideLeft.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 27
    Top = 32
    Width = 397
    ShowHidden = False
    ButtonWidth = 40
    NumGlyphs = 1
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Around = 6
    MaxLength = 0
    TabOrder = 0
  end
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 29
    Top = 68
    Width = 397
    OKButton.Name = 'OKButton'
    OKButton.DefaultCaption = True
    OKButton.OnClick = OKButtonClick
    HelpButton.Name = 'HelpButton'
    HelpButton.DefaultCaption = True
    HelpButton.OnClick = HelpButtonClick
    CloseButton.Name = 'CloseButton'
    CloseButton.DefaultCaption = True
    CloseButton.Enabled = False
    CancelButton.Name = 'CancelButton'
    CancelButton.DefaultCaption = True
    TabOrder = 1
    ShowButtons = [pbOK, pbCancel, pbHelp]
    ShowBevel = False
  end
end