partymemberselectionformunit.lfm 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. object PartyMemberSelectionForm: TPartyMemberSelectionForm
  2. Left = 437
  3. Height = 196
  4. Top = 130
  5. Width = 320
  6. Caption = 'Party member selection'
  7. ClientHeight = 196
  8. ClientWidth = 320
  9. LCLVersion = '2.0.12.0'
  10. object EcResultPanel: TPanel
  11. Left = 0
  12. Height = 52
  13. Top = 144
  14. Width = 320
  15. Align = alBottom
  16. AutoSize = True
  17. BevelOuter = bvNone
  18. ClientHeight = 52
  19. ClientWidth = 320
  20. TabOrder = 0
  21. object EcResultLineBevel: TBevel
  22. AnchorSideBottom.Control = EcCancelBitBtn
  23. Left = 0
  24. Height = 4
  25. Top = 0
  26. Width = 320
  27. Align = alTop
  28. Shape = bsTopLine
  29. end
  30. object EcOkBitBtn: TBitBtn
  31. AnchorSideRight.Control = EcCancelBitBtn
  32. Left = 169
  33. Height = 36
  34. Top = 8
  35. Width = 60
  36. Anchors = [akTop, akRight]
  37. AutoSize = True
  38. BorderSpacing.Top = 8
  39. BorderSpacing.Right = 4
  40. BorderSpacing.Bottom = 8
  41. Caption = '&ОК'
  42. Default = True
  43. Kind = bkOK
  44. ModalResult = 1
  45. TabOrder = 0
  46. end
  47. object EcCancelBitBtn: TBitBtn
  48. AnchorSideTop.Control = EcOkBitBtn
  49. AnchorSideBottom.Control = EcOkBitBtn
  50. AnchorSideBottom.Side = asrBottom
  51. Left = 233
  52. Height = 36
  53. Top = 8
  54. Width = 84
  55. Anchors = [akTop, akRight]
  56. AutoSize = True
  57. BorderSpacing.Right = 8
  58. DefaultCaption = True
  59. Kind = bkCancel
  60. ModalResult = 2
  61. TabOrder = 1
  62. end
  63. end
  64. object PartyMemberGroupBox: TGroupBox
  65. Left = 0
  66. Height = 71
  67. Top = 0
  68. Width = 312
  69. Anchors = [akTop, akLeft, akRight]
  70. AutoSize = True
  71. Caption = 'Party member'
  72. ClientHeight = 51
  73. ClientWidth = 310
  74. TabOrder = 1
  75. object PartyMemberComboBox: TComboBox
  76. Left = 8
  77. Height = 35
  78. Top = 8
  79. Width = 298
  80. Anchors = [akTop, akLeft, akRight]
  81. BorderSpacing.Left = 8
  82. BorderSpacing.Top = 8
  83. BorderSpacing.Right = 8
  84. BorderSpacing.Bottom = 8
  85. ItemHeight = 0
  86. Style = csDropDownList
  87. TabOrder = 0
  88. end
  89. end
  90. end