uselectcom.lfm 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. object frmSelectCom: TfrmSelectCom
  2. Left = 375
  3. Height = 172
  4. Top = 161
  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 = '2.0.10.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 = 79
  34. Height = 15
  35. Top = 52
  36. Width = 72
  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 = 4
  53. Height = 15
  54. Top = 4
  55. Width = 393
  56. Align = alTop
  57. BorderSpacing.Around = 4
  58. Caption = 'ID_COMMENT'
  59. ParentColor = False
  60. WordWrap = True
  61. end
  62. object Label3: TLabel
  63. Left = 4
  64. Height = 39
  65. Top = 87
  66. Width = 393
  67. Align = alBottom
  68. AutoSize = False
  69. BorderSpacing.Around = 4
  70. Caption = 'ID_COMMAND_HINT'
  71. ParentColor = False
  72. WordWrap = True
  73. end
  74. end