Fix build
[d2df-editor.git] / src / editor / f_addresource_texture.lfm
blob19f7b1931e6175729e94d8cd7f62cbb2524b8320
1 inherited AddTextureForm: TAddTextureForm
2   Left = 371
3   Height = 299
4   Top = 194
5   Width = 466
6   Caption = 'Выберите текстуру'
7   ClientHeight = 299
8   ClientWidth = 466
9   inherited bOK: TButton
10     Left = 11
11     Height = 17
12     Top = 272
13     Width = 22
14     Default = False
15     OnClick = nil
16     TabOrder = 4
17     Visible = False
18   end
19   inherited bCancel: TButton
20     Left = 35
21     Height = 18
22     Top = 271
23     Width = 22
24     TabOrder = 5
25     Visible = False
26   end
27   inherited lbResourcesList: TListBox
28     Height = 150
29     Top = 112
30     TabOrder = 3
31   end
32   object PanelTexPreview: TPanel[7]
33     Left = 204
34     Height = 258
35     Top = 4
36     Width = 258
37     BevelOuter = bvLowered
38     ClientHeight = 258
39     ClientWidth = 258
40     TabOrder = 6
41     object iPreview: TImage
42       Left = 1
43       Height = 256
44       Top = 1
45       Width = 256
46     end
47   end
48   object eTextureName: TEdit[8]
49     Left = 4
50     Height = 21
51     Top = 88
52     Width = 193
53     OnChange = eTextureNameChange
54     TabOrder = 2
55   end
56   object bAddTexture: TButton[9]
57     Left = 160
58     Height = 25
59     Top = 269
60     Width = 81
61     Caption = 'Добавить'
62     Default = True
63     OnClick = bAddTextureClick
64     TabOrder = 7
65   end
66   object bClose: TButton[10]
67     Left = 248
68     Height = 25
69     Top = 269
70     Width = 81
71     Caption = 'Закрыть'
72     OnClick = bCloseClick
73     TabOrder = 8
74   end
75   object bAddClose: TButton[11]
76     Left = 336
77     Height = 25
78     Top = 269
79     Width = 121
80     Caption = 'Добавить и закрыть'
81     OnClick = bAddCloseClick
82     TabOrder = 9
83   end
84   object lStats: TLabel[12]
85     Left = 6
86     Height = 13
87     Top = 274
88     Width = 149
89     AutoSize = False
90     ParentColor = False
91   end
92 end