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 / doceditor / fpdocupdater / unitmove.lfm
Size: Mime:
object FormMove: TFormMove
  Left = 299
  Height = 471
  Top = 153
  Width = 559
  HorzScrollBar.Page = 558
  VertScrollBar.Page = 470
  ActiveControl = ButtonYes
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Move Element'
  ChildSizing.LeftRightSpacing = 10
  ChildSizing.TopBottomSpacing = 10
  ClientHeight = 471
  ClientWidth = 559
  LCLVersion = '1.3'
  object LabelSrc: TLabel
    Left = 10
    Height = 42
    Top = 66
    Width = 538
    Anchors = [akTop, akLeft, akRight]
    AutoSize = False
    ParentColor = False
  end
  object LabelDest: TLabel
    Left = 10
    Height = 14
    Top = 156
    Width = 100
    Caption = 'Destination element:'
    ParentColor = False
  end
  object LabelSrcElement: TLabel
    Left = 10
    Height = 1
    Top = 120
    Width = 1
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object ButtonYes: TButton
    Left = 384
    Height = 25
    Top = 438
    Width = 75
    Anchors = [akRight, akBottom]
    BorderSpacing.InnerBorder = 4
    Caption = 'Yes'
    ModalResult = 6
    TabOrder = 0
  end
  object ButtonNo: TButton
    Left = 473
    Height = 25
    Top = 438
    Width = 75
    Anchors = [akRight, akBottom]
    BorderSpacing.InnerBorder = 4
    Caption = 'No'
    ModalResult = 7
    TabOrder = 1
  end
  object StaticText: TStaticText
    Left = 10
    Height = 42
    Top = 10
    Width = 539
    Align = alTop
    Caption = 'The following FPDoc element is not present in the skeleton. Move its contents into different one?'
    Color = clBtnFace
    Font.Style = [fsBold]
    ParentFont = False
    ParentColor = False
    TabOrder = 4
  end
  object ListBoxDest: TListBox
    Left = 10
    Height = 246
    Top = 180
    Width = 538
    Anchors = [akTop, akLeft, akRight, akBottom]
    ItemHeight = 0
    OnDrawItem = ListBoxDestDrawItem
    Style = lbOwnerDrawFixed
    TabOrder = 2
  end
  object ComboBoxJump: TComboBox
    Left = 240
    Height = 21
    Top = 153
    Width = 309
    Anchors = [akTop, akRight]
    ItemHeight = 13
    OnSelect = ComboBoxJumpSelect
    Style = csDropDownList
    TabOrder = 3
  end
end