12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- 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.0.14.0'
- object ButtonPanel1: TButtonPanel
- Left = 6
- Height = 38
- Top = 128
- 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 = 60
- Height = 21
- Top = 52
- Width = 91
- Anchors = [akTop, akRight]
- Caption = 'ID_COMPORT'
- ParentColor = False
- end
- object cbServices: TComboBox
- Left = 160
- Height = 28
- Top = 48
- Width = 100
- ItemHeight = 20
- Style = csDropDownList
- TabOrder = 1
- end
- object Label2: TLabel
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 21
- Top = 0
- Width = 401
- Align = alTop
- Caption = 'ID_COMMENT'
- ParentColor = False
- WordWrap = True
- end
- object deArduino: TDirectoryEdit
- Left = 160
- Height = 28
- Top = 88
- Width = 192
- ShowHidden = False
- ButtonWidth = 23
- NumGlyphs = 0
- MaxLength = 0
- TabOrder = 2
- end
- object Label3: TLabel
- AnchorSideTop.Control = deArduino
- AnchorSideTop.Side = asrCenter
- AnchorSideRight.Side = asrBottom
- Left = 26
- Height = 21
- Top = 92
- Width = 125
- Anchors = [akTop, akRight]
- Caption = 'ID_ARDUINO_INST'
- ParentColor = False
- WordWrap = True
- end
- end
|