DEADSOFTWARE

Convert forms resources from Delphi to Lazarus format
[d2df-editor.git] / src / editor / f_addresource_sky.lfm
1 inherited AddSkyForm: TAddSkyForm
2 Left = 225
3 Height = 250
4 Top = 145
5 Width = 529
6 Caption = 'Выберите текстуру для неба'
7 ClientHeight = 250
8 ClientWidth = 529
9 inherited bOK: TButton
10 Top = 220
11 end
12 inherited bCancel: TButton
13 Top = 220
14 end
15 inherited lbResourcesList: TListBox
16 Height = 127
17 end
18 object PanelTexPreview: TPanel[7]
19 Left = 204
20 Height = 242
21 Top = 4
22 Width = 322
23 BevelOuter = bvLowered
24 ClientHeight = 242
25 ClientWidth = 322
26 TabOrder = 5
27 object iPreview: TImage
28 Left = 0
29 Height = 240
30 Top = 0
31 Width = 320
32 end
33 end
34 end