-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBestFive.dfm
82 lines (82 loc) · 1.82 KB
/
BestFive.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
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
object BestFiveForm: TBestFiveForm
Left = 703
Top = 382
BorderStyle = bsDialog
Caption = 'Best Five'
ClientHeight = 249
ClientWidth = 197
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDesktopCenter
Visible = True
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object RzRadioGroupBest5: TRzRadioGroup
Left = 0
Top = 57
Width = 197
Align = alTop
Caption = 'Best Five Type Choose'
Color = clGradientActiveCaption
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
GroupStyle = gsBanner
ItemIndex = 1
Items.Strings = (
'Abs_DTA'
'Abs_Gamma'
'Rel_DTA'
'Rel_Gamma')
ParentFont = False
TabOrder = 0
end
object RzMemoWords: TRzMemo
Left = 0
Top = 0
Width = 197
Height = 57
Align = alTop
BevelInner = bvNone
BevelOuter = bvNone
BorderStyle = bsNone
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = []
Lines.Strings = (
''
'Select A check type for best5 '
'algorithm.')
ParentFont = False
TabOrder = 1
end
object RzBitBtnOK: TRzBitBtn
Left = 8
Top = 184
TabOrder = 2
OnClick = RzBitBtnOKClick
Kind = bkOK
end
object RzBitBtnClose: TRzBitBtn
Left = 112
Top = 184
Caption = 'Close'
TabOrder = 3
OnClick = RzBitBtnCloseClick
Kind = bkCancel
end
end