-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.dfm
40 lines (40 loc) · 860 Bytes
/
Main.dfm
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
object FormMain: TFormMain
Left = 0
Top = 0
Caption = 'Fade SSE2 Demo'
ClientHeight = 761
ClientWidth = 784
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
TextHeight = 15
object PaintBox: TPaintBox
Left = 0
Top = 40
Width = 784
Height = 721
Align = alClient
OnPaint = PaintBoxPaint
ExplicitLeft = 24
ExplicitTop = 89
ExplicitWidth = 178
ExplicitHeight = 141
end
object RadioGroupFadeMethod: TRadioGroup
Left = 0
Top = 0
Width = 784
Height = 40
Align = alTop
Caption = 'Fade Method'
Columns = 4
TabOrder = 0
OnClick = RadioGroupFadeMethodClick
ExplicitWidth = 172
end
end