doublebackgroundselection.lfm 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. object DoubleBackgroundSelectionForm: TDoubleBackgroundSelectionForm
  2. Left = 498
  3. Height = 429
  4. Top = 285
  5. Width = 669
  6. Caption = 'Select battle background'
  7. ClientHeight = 429
  8. ClientWidth = 669
  9. LCLVersion = '2.0.2.0'
  10. object Bg1ListBox: TListBox
  11. Tag = 1
  12. Left = 0
  13. Height = 383
  14. Top = 0
  15. Width = 132
  16. Align = alLeft
  17. ItemHeight = 0
  18. OnClick = BgListBoxClick
  19. TabOrder = 0
  20. end
  21. object Bg1Bg2Splitter: TSplitter
  22. Left = 132
  23. Height = 383
  24. Top = 0
  25. Width = 5
  26. end
  27. object Bg2ListBox: TListBox
  28. Tag = 2
  29. Left = 137
  30. Height = 383
  31. Top = 0
  32. Width = 132
  33. Align = alLeft
  34. ItemHeight = 0
  35. OnClick = BgListBoxClick
  36. TabOrder = 2
  37. end
  38. object Bg2PreviewSplitter: TSplitter
  39. Left = 269
  40. Height = 383
  41. Top = 0
  42. Width = 5
  43. end
  44. object PreviewScrollBox: TScrollBox
  45. Left = 274
  46. Height = 383
  47. Top = 0
  48. Width = 395
  49. HorzScrollBar.Page = 360
  50. VertScrollBar.Page = 266
  51. Align = alClient
  52. ClientHeight = 379
  53. ClientWidth = 391
  54. TabOrder = 4
  55. object PreviewPaintBox: TPaintBox
  56. Left = 0
  57. Height = 266
  58. Top = 0
  59. Width = 360
  60. OnPaint = PreviewPaintBoxPaint
  61. end
  62. end
  63. object ResultButtonPanel: TButtonPanel
  64. Left = 6
  65. Height = 34
  66. Top = 389
  67. Width = 657
  68. OKButton.Name = 'OKButton'
  69. OKButton.DefaultCaption = True
  70. OKButton.OnClick = OKButtonClick
  71. HelpButton.Name = 'HelpButton'
  72. HelpButton.DefaultCaption = True
  73. CloseButton.Name = 'CloseButton'
  74. CloseButton.DefaultCaption = True
  75. CancelButton.Name = 'CancelButton'
  76. CancelButton.DefaultCaption = True
  77. CancelButton.OnClick = CancelButtonClick
  78. TabOrder = 5
  79. ShowButtons = [pbOK, pbCancel]
  80. end
  81. end