-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtexture_panel.dfm
More file actions
68 lines (68 loc) · 1.31 KB
/
texture_panel.dfm
File metadata and controls
68 lines (68 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
object Ftexture_panel: TFtexture_panel
Left = 503
Top = 1
Width = 290
Height = 571
Caption = 'Ftexture_panel'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object GroupBox3: TGroupBox
Left = 28
Top = 401
Width = 237
Height = 135
Caption = 'Textures Selected'
TabOrder = 0
object Image1: TImage
Left = 20
Top = 20
Width = 90
Height = 80
Hint = 'Left Click a face to put this texture'
AutoSize = True
end
object Image2: TImage
Left = 124
Top = 20
Width = 90
Height = 80
Hint = 'Righ click a fece to put this texture'
AutoSize = True
ParentShowHint = False
ShowHint = False
end
object TLabel
Left = 44
Top = 102
Width = 3
Height = 13
end
object SpinEdit1: TSpinEdit
Left = 39
Top = 105
Width = 55
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 0
Value = -1
end
object SpinEdit2: TSpinEdit
Left = 144
Top = 105
Width = 55
Height = 22
MaxValue = 0
MinValue = -1
TabOrder = 1
Value = -1
end
end
end