123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- object frmSelectCom: TfrmSelectCom
- Left = 375
- Height = 215
- Top = 161
- Width = 501
- Caption = 'Schnittstelle auswählen'
- ClientHeight = 215
- ClientWidth = 501
- DesignTimePPI = 120
- OnCreate = FormCreate
- OnShow = FormShow
- Position = poMainFormCenter
- LCLVersion = '2.0.12.0'
- object ButtonPanel1: TButtonPanel
- Left = 8
- Height = 38
- Top = 169
- Width = 485
- BorderSpacing.Around = 8
- 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
- OnClick = ButtonPanel1Click
- ShowButtons = [pbOK, pbCancel]
- end
- object Label1: TLabel
- AnchorSideTop.Control = cbServices
- AnchorSideTop.Side = asrCenter
- AnchorSideRight.Side = asrBottom
- Left = 100
- Height = 20
- Top = 64
- Width = 89
- Anchors = [akTop, akRight]
- Caption = 'ID_COMPORT'
- ParentColor = False
- ParentFont = False
- end
- object cbServices: TComboBox
- Left = 200
- Height = 28
- Top = 60
- Width = 125
- ItemHeight = 20
- ParentFont = False
- Style = csDropDownList
- TabOrder = 1
- end
- object Label2: TLabel
- AnchorSideRight.Side = asrBottom
- Left = 5
- Height = 20
- Top = 5
- Width = 491
- Align = alTop
- BorderSpacing.Around = 5
- Caption = 'ID_COMMENT'
- ParentColor = False
- ParentFont = False
- WordWrap = True
- end
- object Label3: TLabel
- Left = 5
- Height = 49
- Top = 112
- Width = 491
- Align = alBottom
- AutoSize = False
- BorderSpacing.Around = 5
- Caption = 'ID_COMMAND_HINT'
- ParentColor = False
- ParentFont = False
- WordWrap = True
- end
- end
|