ru.malik.elaborarer.avtoo.browser.visiblefromdialog.lfm

Переключить прокрутку окна
Загрузить этот исходный код

object VisibleFromDialog: TVisibleFromDialog
  Left = 0
  Height = 80
  Top = 0
  Width = 640
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Отобразить элементы, видимые из типа'
  ClientHeight = 80
  ClientWidth = 640
  LCLVersion = '4.8.0.0'
  OnShow = dialogShow
  object typesList: TComboBox
    Left = 12
    Height = 27
    Top = 12
    Width = 616
    AutoComplete = True
    AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
    AutoSelect = False
    DropDownCount = 12
    ItemHeight = 16
    Sorted = True
    Style = csOwnerDrawEditableFixed
    TabOrder = 0
    OnDrawItem = listPaintItem
  end
  object selectButton: TButton
    Left = 460
    Height = 24
    Top = 44
    Width = 80
    Caption = 'Выбрать'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
  object cancelButton: TButton
    Left = 548
    Height = 24
    Top = 44
    Width = 80
    Cancel = True
    Caption = 'Отмена'
    ModalResult = 2
    TabOrder = 2
  end
end