12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- object DoubleBackgroundSelectionForm: TDoubleBackgroundSelectionForm
- Left = 498
- Height = 429
- Top = 285
- Width = 669
- Caption = 'Select battle background'
- ClientHeight = 429
- ClientWidth = 669
- LCLVersion = '2.0.2.0'
- object Bg1ListBox: TListBox
- Tag = 1
- Left = 0
- Height = 383
- Top = 0
- Width = 132
- Align = alLeft
- ItemHeight = 0
- OnClick = BgListBoxClick
- TabOrder = 0
- end
- object Bg1Bg2Splitter: TSplitter
- Left = 132
- Height = 383
- Top = 0
- Width = 5
- end
- object Bg2ListBox: TListBox
- Tag = 2
- Left = 137
- Height = 383
- Top = 0
- Width = 132
- Align = alLeft
- ItemHeight = 0
- OnClick = BgListBoxClick
- TabOrder = 2
- end
- object Bg2PreviewSplitter: TSplitter
- Left = 269
- Height = 383
- Top = 0
- Width = 5
- end
- object PreviewScrollBox: TScrollBox
- Left = 274
- Height = 383
- Top = 0
- Width = 395
- HorzScrollBar.Page = 360
- VertScrollBar.Page = 266
- Align = alClient
- ClientHeight = 379
- ClientWidth = 391
- TabOrder = 4
- object PreviewPaintBox: TPaintBox
- Left = 0
- Height = 266
- Top = 0
- Width = 360
- OnPaint = PreviewPaintBoxPaint
- end
- end
- object ResultButtonPanel: TButtonPanel
- Left = 6
- Height = 34
- Top = 389
- Width = 657
- OKButton.Name = 'OKButton'
- OKButton.DefaultCaption = True
- OKButton.OnClick = OKButtonClick
- HelpButton.Name = 'HelpButton'
- HelpButton.DefaultCaption = True
- CloseButton.Name = 'CloseButton'
- CloseButton.DefaultCaption = True
- CancelButton.Name = 'CancelButton'
- CancelButton.DefaultCaption = True
- CancelButton.OnClick = CancelButtonClick
- TabOrder = 5
- ShowButtons = [pbOK, pbCancel]
- end
- end
|