uselectcom.lfm 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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.0.14.0'
  13. object ButtonPanel1: TButtonPanel
  14. Left = 6
  15. Height = 38
  16. Top = 128
  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 = 60
  34. Height = 21
  35. Top = 52
  36. Width = 91
  37. Anchors = [akTop, akRight]
  38. Caption = 'ID_COMPORT'
  39. ParentColor = False
  40. end
  41. object cbServices: TComboBox
  42. Left = 160
  43. Height = 28
  44. Top = 48
  45. Width = 100
  46. ItemHeight = 20
  47. Style = csDropDownList
  48. TabOrder = 1
  49. end
  50. object Label2: TLabel
  51. AnchorSideRight.Side = asrBottom
  52. Left = 0
  53. Height = 21
  54. Top = 0
  55. Width = 401
  56. Align = alTop
  57. Caption = 'ID_COMMENT'
  58. ParentColor = False
  59. WordWrap = True
  60. end
  61. object deArduino: TDirectoryEdit
  62. Left = 160
  63. Height = 28
  64. Top = 88
  65. Width = 192
  66. ShowHidden = False
  67. ButtonWidth = 23
  68. NumGlyphs = 0
  69. MaxLength = 0
  70. TabOrder = 2
  71. end
  72. object Label3: TLabel
  73. AnchorSideTop.Control = deArduino
  74. AnchorSideTop.Side = asrCenter
  75. AnchorSideRight.Side = asrBottom
  76. Left = 26
  77. Height = 21
  78. Top = 92
  79. Width = 125
  80. Anchors = [akTop, akRight]
  81. Caption = 'ID_ARDUINO_INST'
  82. ParentColor = False
  83. WordWrap = True
  84. end
  85. end