-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuFrmTextureProperties.dfm
More file actions
119 lines (119 loc) · 2.46 KB
/
uFrmTextureProperties.dfm
File metadata and controls
119 lines (119 loc) · 2.46 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
object frmTextureProperties: TfrmTextureProperties
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'frmTextureProperties'
ClientHeight = 416
ClientWidth = 640
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poOwnerFormCenter
OnClose = FormClose
OnCreate = FormCreate
OnResize = Splitter1Moved
TextHeight = 15
object Splitter1: TSplitter
Left = 377
Top = 0
Width = 4
Height = 386
Beveled = True
OnMoved = Splitter1Moved
end
object ScrollBox1: TScrollBox
Left = 0
Top = 0
Width = 377
Height = 386
HorzScrollBar.Tracking = True
VertScrollBar.Tracking = True
Align = alLeft
TabOrder = 0
object TextureVP: TEsPanel
Left = 0
Top = 0
Width = 185
Height = 41
TabOrder = 0
FrameStyle = None
end
end
object pnlTexProps: TEsPanel
Left = 381
Top = 0
Width = 259
Height = 386
Align = alClient
TabOrder = 1
FrameStyle = Chess
ExplicitLeft = 383
ExplicitTop = -2
end
object EsPanel2: TEsPanel
Left = 0
Top = 386
Width = 640
Height = 30
Align = alBottom
TabOrder = 2
FrameStyle = Chess
DesignSize = (
640
30)
object Label1: TLabel
Left = 2
Top = 2
Width = 90
Height = 26
Align = alLeft
Alignment = taRightJustify
AutoSize = False
Caption = 'Zoom (in %):'
Layout = tlCenter
ExplicitLeft = 4
ExplicitTop = 405
ExplicitHeight = 23
end
object btnClear: TButton
Left = 231
Top = 4
Width = 58
Height = 22
Anchors = [akLeft, akBottom]
Caption = 'Clear'
TabOrder = 0
OnClick = btnClearClick
end
object btnClose: TButton
Left = 295
Top = 4
Width = 82
Height = 22
Anchors = [akLeft, akBottom]
Caption = 'Close'
TabOrder = 1
OnClick = btnCloseClick
end
object cmbZoom: TComboBox
Left = 100
Top = 4
Width = 125
Height = 22
Style = csOwnerDrawFixed
Anchors = [akLeft, akBottom]
TabOrder = 2
OnChange = cmbZoomChange
Items.Strings = (
'25'
'50'
'100'
'200'
'400'
'800')
end
end
end