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-project / usr / share / lazarus / 2.0.10 / components / projecttemplates / frmtemplatevariables.lfm
Size: Mime:
object ProjectVariablesForm: TProjectVariablesForm
  Left = 505
  Height = 345
  Top = 306
  Width = 539
  Caption = 'New project from template'
  ClientHeight = 345
  ClientWidth = 539
  OnCreate = FormCreate
  OnShow = ProjectVariablesFormShow
  Position = poScreenCenter
  LCLVersion = '1.9.0.0'
  object ProjNameLabel: TLabel
    AnchorSideTop.Control = EProjectName
    AnchorSideTop.Side = asrCenter
    Left = 8
    Height = 13
    Top = 21
    Width = 124
    Alignment = taRightJustify
    Caption = '&Name for new project:'
    Layout = tlCenter
    ParentColor = False
  end
  object DEDestDirLabel: TLabel
    AnchorSideTop.Control = DEDestDir
    AnchorSideTop.Side = asrCenter
    Left = 8
    Height = 13
    Top = 53
    Width = 107
    Alignment = taRightJustify
    Caption = 'Create in &directory:'
    Layout = tlCenter
    ParentColor = False
  end
  object PDescription: TPanel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = DEDestDir
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 58
    Top = 77
    Width = 527
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Around = 6
    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
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = PDescription
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = ButtonPanel1
    Left = 6
    Height = 156
    Top = 141
    Width = 527
    Anchors = [akTop, akLeft, akRight, akBottom]
    AutoFillColumns = True
    BorderSpacing.Around = 6
    ColCount = 3
    DefaultColWidth = 120
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goAlwaysShowEditor, goDblClickAutoSize, goSmoothScroll]
    TabOrder = 3
    ColWidths = (
      120
      202
      203
    )
  end
  object EProjectName: TEdit
    AnchorSideLeft.Control = ProjNameLabel
    AnchorSideLeft.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    Left = 138
    Height = 23
    Top = 16
    Width = 395
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Left = 6
    BorderSpacing.Right = 6
    TabOrder = 1
  end
  object DEDestDir: TDirectoryEdit
    AnchorSideLeft.Control = EProjectName
    AnchorSideRight.Side = asrBottom
    Left = 138
    Height = 23
    Top = 48
    Width = 393
    ShowHidden = False
    ButtonWidth = 23
    NumGlyphs = 1
    Anchors = [akTop, akLeft, akRight]
    MaxLength = 0
    TabOrder = 2
  end
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 36
    Top = 303
    Width = 527
    OKButton.Name = 'OKButton'
    OKButton.DefaultCaption = True
    OKButton.OnClick = BOKClick
    HelpButton.Name = 'HelpButton'
    HelpButton.DefaultCaption = True
    CloseButton.Name = 'CloseButton'
    CloseButton.DefaultCaption = True
    CancelButton.Name = 'CancelButton'
    CancelButton.DefaultCaption = True
    TabOrder = 4
    ShowButtons = [pbOK, pbCancel]
  end
end