12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- object frmSelectCom: TfrmSelectCom
- Left = 344
- Height = 172
- Top = 152
- Width = 401
- Caption = 'Schnittstelle auswählen'
- ClientHeight = 172
- ClientWidth = 401
- OnCreate = FormCreate
- OnShow = FormShow
- Position = poMainFormCenter
- LCLVersion = '1.8.4.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 = 78
- Height = 15
- Top = 52
- Width = 73
- 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 = 0
- Height = 15
- Top = 0
- Width = 401
- Align = alTop
- Caption = 'ID_COMMENT'
- ParentColor = False
- WordWrap = True
- end
- end
|