DEADSOFTWARE

866889ac45b4099da0948d16d0feaf942867bafe
[d2df-editor.git] / src / editor / f_addresource_texture.lfm
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 Visible = False
17 end
18 inherited bCancel: TButton
19 Left = 35
20 Height = 18
21 Top = 271
22 Width = 22
23 Visible = False
24 end
25 inherited lbResourcesList: TListBox
26 Height = 150
27 Top = 112
28 end
29 object PanelTexPreview: TPanel[7]
30 Left = 204
31 Height = 258
32 Top = 4
33 Width = 258
34 BevelOuter = bvLowered
35 ClientHeight = 258
36 ClientWidth = 258
37 TabOrder = 5
38 object iPreview: TImage
39 Left = 0
40 Height = 256
41 Top = 0
42 Width = 256
43 end
44 end
45 object eTextureName: TEdit[8]
46 Left = 4
47 Height = 21
48 Top = 88
49 Width = 193
50 OnChange = eTextureNameChange
51 TabOrder = 6
52 end
53 object bAddTexture: TButton[9]
54 Left = 160
55 Height = 25
56 Top = 272
57 Width = 81
58 Caption = 'Добавить'
59 Default = True
60 OnClick = bAddTextureClick
61 TabOrder = 7
62 end
63 object bClose: TButton[10]
64 Left = 248
65 Height = 25
66 Top = 272
67 Width = 81
68 Caption = 'Закрыть'
69 OnClick = bCloseClick
70 TabOrder = 8
71 end
72 object bAddClose: TButton[11]
73 Left = 336
74 Height = 25
75 Top = 272
76 Width = 121
77 Caption = 'Добавить и закрыть'
78 OnClick = bAddCloseClick
79 TabOrder = 9
80 end
81 end