uselectcom.lfm 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. object frmSelectCom: TfrmSelectCom
  2. Left = 344
  3. Height = 172
  4. Top = 152
  5. Width = 401
  6. Caption = 'Schnittstelle auswählen'
  7. ClientHeight = 172
  8. ClientWidth = 401
  9. OnCreate = FormCreate
  10. OnShow = FormShow
  11. Position = poMainFormCenter
  12. LCLVersion = '1.8.4.0'
  13. object ButtonPanel1: TButtonPanel
  14. Left = 6
  15. Height = 34
  16. Top = 132
  17. Width = 389
  18. OKButton.Name = 'OKButton'
  19. OKButton.DefaultCaption = True
  20. HelpButton.Name = 'HelpButton'
  21. HelpButton.DefaultCaption = True
  22. CloseButton.Name = 'CloseButton'
  23. CloseButton.DefaultCaption = True
  24. CancelButton.Name = 'CancelButton'
  25. CancelButton.DefaultCaption = True
  26. TabOrder = 0
  27. ShowButtons = [pbOK, pbCancel]
  28. end
  29. object Label1: TLabel
  30. AnchorSideTop.Control = cbServices
  31. AnchorSideTop.Side = asrCenter
  32. AnchorSideRight.Side = asrBottom
  33. Left = 78
  34. Height = 15
  35. Top = 52
  36. Width = 73
  37. Anchors = [akTop, akRight]
  38. Caption = 'ID_COMPORT'
  39. ParentColor = False
  40. end
  41. object cbServices: TComboBox
  42. Left = 160
  43. Height = 23
  44. Top = 48
  45. Width = 100
  46. ItemHeight = 15
  47. Style = csDropDownList
  48. TabOrder = 1
  49. end
  50. object Label2: TLabel
  51. AnchorSideRight.Side = asrBottom
  52. Left = 0
  53. Height = 15
  54. Top = 0
  55. Width = 401
  56. Align = alTop
  57. Caption = 'ID_COMMENT'
  58. ParentColor = False
  59. WordWrap = True
  60. end
  61. end