uselectcom.lfm 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. object frmSelectCom: TfrmSelectCom
  2. Left = 375
  3. Height = 215
  4. Top = 161
  5. Width = 501
  6. Caption = 'Schnittstelle auswählen'
  7. ClientHeight = 215
  8. ClientWidth = 501
  9. DesignTimePPI = 120
  10. OnCreate = FormCreate
  11. OnShow = FormShow
  12. Position = poMainFormCenter
  13. LCLVersion = '2.0.12.0'
  14. object ButtonPanel1: TButtonPanel
  15. Left = 8
  16. Height = 38
  17. Top = 169
  18. Width = 485
  19. BorderSpacing.Around = 8
  20. OKButton.Name = 'OKButton'
  21. OKButton.DefaultCaption = True
  22. HelpButton.Name = 'HelpButton'
  23. HelpButton.DefaultCaption = True
  24. CloseButton.Name = 'CloseButton'
  25. CloseButton.DefaultCaption = True
  26. CancelButton.Name = 'CancelButton'
  27. CancelButton.DefaultCaption = True
  28. TabOrder = 0
  29. OnClick = ButtonPanel1Click
  30. ShowButtons = [pbOK, pbCancel]
  31. end
  32. object Label1: TLabel
  33. AnchorSideTop.Control = cbServices
  34. AnchorSideTop.Side = asrCenter
  35. AnchorSideRight.Side = asrBottom
  36. Left = 100
  37. Height = 20
  38. Top = 64
  39. Width = 89
  40. Anchors = [akTop, akRight]
  41. Caption = 'ID_COMPORT'
  42. ParentColor = False
  43. ParentFont = False
  44. end
  45. object cbServices: TComboBox
  46. Left = 200
  47. Height = 28
  48. Top = 60
  49. Width = 125
  50. ItemHeight = 20
  51. ParentFont = False
  52. Style = csDropDownList
  53. TabOrder = 1
  54. end
  55. object Label2: TLabel
  56. AnchorSideRight.Side = asrBottom
  57. Left = 5
  58. Height = 20
  59. Top = 5
  60. Width = 491
  61. Align = alTop
  62. BorderSpacing.Around = 5
  63. Caption = 'ID_COMMENT'
  64. ParentColor = False
  65. ParentFont = False
  66. WordWrap = True
  67. end
  68. object Label3: TLabel
  69. Left = 5
  70. Height = 49
  71. Top = 112
  72. Width = 491
  73. Align = alBottom
  74. AutoSize = False
  75. BorderSpacing.Around = 5
  76. Caption = 'ID_COMMAND_HINT'
  77. ParentColor = False
  78. ParentFont = False
  79. WordWrap = True
  80. end
  81. end