attackmotionselectionformunit.lfm 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. object AttackMotionSelectionForm: TAttackMotionSelectionForm
  2. Left = 437
  3. Height = 273
  4. Top = 130
  5. Width = 320
  6. Caption = 'Attack motion'
  7. ClientHeight = 273
  8. ClientWidth = 320
  9. LCLVersion = '2.0.12.0'
  10. object ResultButtonPanel: TButtonPanel
  11. Left = 6
  12. Height = 44
  13. Top = 223
  14. Width = 308
  15. OKButton.Name = 'OKButton'
  16. OKButton.DefaultCaption = True
  17. HelpButton.Name = 'HelpButton'
  18. HelpButton.DefaultCaption = True
  19. CloseButton.Name = 'CloseButton'
  20. CloseButton.DefaultCaption = True
  21. CancelButton.Name = 'CancelButton'
  22. CancelButton.DefaultCaption = True
  23. TabOrder = 0
  24. ShowButtons = [pbOK, pbCancel]
  25. end
  26. object MotionLabel: TLabel
  27. Left = 6
  28. Height = 17
  29. Top = 8
  30. Width = 50
  31. Caption = 'Motion:'
  32. ParentColor = False
  33. end
  34. object MotionComboBox: TComboBox
  35. AnchorSideLeft.Control = MotionLabel
  36. AnchorSideTop.Control = MotionLabel
  37. AnchorSideTop.Side = asrBottom
  38. Left = 6
  39. Height = 34
  40. Top = 29
  41. Width = 306
  42. Anchors = [akTop, akLeft, akRight]
  43. BorderSpacing.Top = 4
  44. ItemHeight = 0
  45. Style = csDropDownList
  46. TabOrder = 1
  47. end
  48. object ImageLabel: TLabel
  49. AnchorSideLeft.Control = MotionComboBox
  50. AnchorSideTop.Control = MotionComboBox
  51. AnchorSideTop.Side = asrBottom
  52. Left = 6
  53. Height = 17
  54. Top = 71
  55. Width = 45
  56. BorderSpacing.Top = 8
  57. Caption = 'Image:'
  58. ParentColor = False
  59. end
  60. object ImageComboBox: TComboBox
  61. AnchorSideLeft.Control = ImageLabel
  62. AnchorSideTop.Control = ImageLabel
  63. AnchorSideTop.Side = asrBottom
  64. AnchorSideRight.Control = MotionComboBox
  65. AnchorSideRight.Side = asrBottom
  66. Left = 6
  67. Height = 34
  68. Top = 92
  69. Width = 306
  70. Anchors = [akTop, akLeft, akRight]
  71. BorderSpacing.Top = 4
  72. ItemHeight = 0
  73. Style = csDropDownList
  74. TabOrder = 2
  75. end
  76. end