uselectcom.lfm 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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 = '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. OnClick = ButtonPanel1Click
  28. ShowButtons = [pbOK, pbCancel]
  29. end
  30. object Label1: TLabel
  31. AnchorSideTop.Control = cbServices
  32. AnchorSideTop.Side = asrCenter
  33. AnchorSideRight.Side = asrBottom
  34. Left = 78
  35. Height = 15
  36. Top = 52
  37. Width = 73
  38. Anchors = [akTop, akRight]
  39. Caption = 'ID_COMPORT'
  40. ParentColor = False
  41. end
  42. object cbServices: TComboBox
  43. Left = 160
  44. Height = 23
  45. Top = 48
  46. Width = 100
  47. ItemHeight = 15
  48. Style = csDropDownList
  49. TabOrder = 1
  50. end
  51. object Label2: TLabel
  52. AnchorSideRight.Side = asrBottom
  53. Left = 0
  54. Height = 15
  55. Top = 0
  56. Width = 401
  57. Align = alTop
  58. Caption = 'ID_COMMENT'
  59. ParentColor = False
  60. WordWrap = True
  61. end
  62. end