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 / ide / qfinitlocalvardlg.lfm
Size: Mime:
object QFInitLocalVarDialog: TQFInitLocalVarDialog
  Left = 314
  Height = 225
  Top = 251
  Width = 564
  Caption = 'QFInitLocalVarDialog'
  ClientHeight = 225
  ClientWidth = 564
  OnCreate = FormCreate
  LCLVersion = '1.5'
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 36
    Top = 183
    Width = 552
    OKButton.Name = 'OKButton'
    OKButton.DefaultCaption = True
    HelpButton.Name = 'HelpButton'
    HelpButton.DefaultCaption = True
    CloseButton.Name = 'CloseButton'
    CloseButton.DefaultCaption = True
    CancelButton.Name = 'CancelButton'
    CancelButton.DefaultCaption = True
    TabOrder = 0
    ShowButtons = [pbOK, pbCancel]
  end
  object Panel1: TPanel
    Left = 0
    Height = 177
    Top = 0
    Width = 564
    Align = alClient
    BevelOuter = bvNone
    ChildSizing.EnlargeHorizontal = crsScaleChilds
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
    ChildSizing.ControlsPerLine = 1
    ClientHeight = 177
    ClientWidth = 564
    TabOrder = 1
    object WhereRadioGroup: TRadioGroup
      Left = 6
      Height = 78
      Top = 6
      Width = 548
      AutoFill = True
      BorderSpacing.Around = 6
      Caption = 'WhereRadioGroup'
      ChildSizing.LeftRightSpacing = 6
      ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
      ChildSizing.EnlargeVertical = crsHomogenousChildResize
      ChildSizing.ShrinkHorizontal = crsScaleChilds
      ChildSizing.ShrinkVertical = crsScaleChilds
      ChildSizing.Layout = cclLeftToRightThenTopToBottom
      ChildSizing.ControlsPerLine = 1
      TabOrder = 0
    end
    object ValueRadioGroup: TRadioGroup
      Left = 6
      Height = 77
      Top = 90
      Width = 548
      AutoFill = True
      BorderSpacing.Around = 6
      Caption = 'ValueRadioGroup'
      ChildSizing.LeftRightSpacing = 6
      ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
      ChildSizing.EnlargeVertical = crsHomogenousChildResize
      ChildSizing.ShrinkHorizontal = crsScaleChilds
      ChildSizing.ShrinkVertical = crsScaleChilds
      ChildSizing.Layout = cclLeftToRightThenTopToBottom
      ChildSizing.ControlsPerLine = 1
      TabOrder = 1
    end
  end
end