DEADSOFTWARE

Forms: Fix tab order
[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 TabOrder = 4
12 end
13 inherited bCancel: TButton
14 Top = 220
15 TabOrder = 5
16 end
17 inherited lbResourcesList: TListBox
18 Height = 127
19 end
20 object PanelTexPreview: TPanel[7]
21 Left = 204
22 Height = 242
23 Top = 4
24 Width = 322
25 BevelOuter = bvLowered
26 ClientHeight = 242
27 ClientWidth = 322
28 TabOrder = 3
29 object iPreview: TImage
30 Left = 0
31 Height = 240
32 Top = 0
33 Width = 320
34 end
35 end
36 end