object frmSelectCom: TfrmSelectCom
  Left = 375
  Height = 172
  Top = 161
  Width = 401
  Caption = 'Schnittstelle auswählen'
  ClientHeight = 172
  ClientWidth = 401
  OnCreate = FormCreate
  OnShow = FormShow
  Position = poMainFormCenter
  LCLVersion = '2.0.10.0'
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 34
    Top = 132
    Width = 389
    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 Label1: TLabel
    AnchorSideTop.Control = cbServices
    AnchorSideTop.Side = asrCenter
    AnchorSideRight.Side = asrBottom
    Left = 79
    Height = 15
    Top = 52
    Width = 72
    Anchors = [akTop, akRight]
    Caption = 'ID_COMPORT'
    ParentColor = False
  end
  object cbServices: TComboBox
    Left = 160
    Height = 23
    Top = 48
    Width = 100
    ItemHeight = 15
    Style = csDropDownList
    TabOrder = 1
  end
  object Label2: TLabel
    AnchorSideRight.Side = asrBottom
    Left = 4
    Height = 15
    Top = 4
    Width = 393
    Align = alTop
    BorderSpacing.Around = 4
    Caption = 'ID_COMMENT'
    ParentColor = False
    WordWrap = True
  end
  object Label3: TLabel
    Left = 4
    Height = 39
    Top = 87
    Width = 393
    Align = alBottom
    AutoSize = False
    BorderSpacing.Around = 4
    Caption = 'ID_COMMAND_HINT'
    ParentColor = False
    WordWrap = True
  end
end