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 / viewunit_dlg.lfm
Size: Mime:
object ViewUnitDialog: TViewUnitDialog
  Left = 330
  Height = 386
  Top = 280
  Width = 378
  HorzScrollBar.Page = 377
  HorzScrollBar.Range = 112
  VertScrollBar.Page = 300
  VertScrollBar.Range = 163
  ActiveControl = FilterEdit
  BorderIcons = [biSystemMenu]
  Caption = 'View Project Units'
  ClientHeight = 386
  ClientWidth = 378
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  Position = poScreenCenter
  LCLVersion = '1.7'
  object Listbox: TListBox
    Left = 6
    Height = 272
    Top = 41
    Width = 366
    Align = alClient
    BorderSpacing.Around = 6
    ClickOnSelChange = False
    ItemHeight = 0
    OnDblClick = OKButtonClick
    OnDrawItem = ListboxDrawItem
    OnKeyPress = ListboxKeyPress
    OnMeasureItem = ListboxMeasureItem
    PopupMenu = popListBox
    Style = lbOwnerDrawFixed
    TabOrder = 1
  end
  object ButtonPanel: TButtonPanel
    Left = 6
    Height = 35
    Top = 345
    Width = 366
    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
    CancelButton.OnClick = CancelButtonClick
    TabOrder = 3
    ShowButtons = [pbOK, pbCancel, pbHelp]
  end
  object BtnPanel: TPanel
    Left = 6
    Height = 29
    Top = 6
    Width = 366
    Align = alTop
    AutoSize = True
    BorderSpacing.Around = 6
    BevelOuter = bvNone
    ClientHeight = 29
    ClientWidth = 366
    TabOrder = 0
    object SortAlphabeticallySpeedButton: TSpeedButton
      Left = 0
      Height = 29
      Top = 0
      Width = 25
      Align = alLeft
      AllowAllUp = True
      Constraints.MinHeight = 15
      Constraints.MinWidth = 15
      GroupIndex = 2
      OnClick = SortAlphabeticallySpeedButtonClick
      ShowHint = True
      ParentShowHint = False
    end
    object FilterEdit: TListFilterEdit
      Left = 31
      Height = 29
      Top = 0
      Width = 335
      ButtonWidth = 23
      NumGlyphs = 1
      Align = alClient
      BorderSpacing.Left = 6
      MaxLength = 0
      ParentFont = False
      TabOrder = 0
      FilteredListbox = Listbox
    end
  end
  object ProgressBar1: TProgressBar
    Left = 6
    Height = 20
    Top = 319
    Width = 366
    Align = alBottom
    BorderSpacing.Left = 6
    BorderSpacing.Right = 6
    TabOrder = 2
    Visible = False
  end
  object popListBox: TPopupMenu
    left = 144
    top = 112
    object mniMultiSelect: TMenuItem
      AutoCheck = True
      Caption = 'Multi Select'
      OnClick = MultiselectCheckBoxClick
    end
  end
end