-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModelSetting.dfm
98 lines (97 loc) · 2.34 KB
/
ModelSetting.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
object ModelSettingForm: TModelSettingForm
Left = 515
Top = 232
BorderStyle = bsDialog
Caption = 'Special Model Option'
ClientHeight = 294
ClientWidth = 482
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
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object RzPanelNormValue: TRzPanel
Left = 0
Top = 0
Width = 482
Height = 294
Align = alClient
BorderOuter = fsNone
Color = clHighlight
TabOrder = 0
VisualStyle = vsClassic
object RzSeparator: TRzSeparator
Left = -87
Top = 216
Width = 689
Height = 9
ShowGradient = True
Color = clLime
ParentColor = False
end
object RzBitBtnOK: TRzBitBtn
Left = 104
Top = 248
HotTrack = True
TabOrder = 0
OnClick = RzBitBtnOKClick
Kind = bkOK
end
object RzBitBtnCancel: TRzBitBtn
Left = 296
Top = 248
TabOrder = 1
OnClick = RzBitBtnCancelClick
Kind = bkCancel
end
object RzMemoInfo: TRzMemo
Left = 48
Top = 40
Width = 393
Height = 41
Color = clMoneyGreen
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
Lines.Strings = (
'Note:As some dose check software own some special data handle '
'methods and steps ,so please choose the model which you want to ' +
'use.')
ParentFont = False
TabOrder = 2
FrameVisible = True
end
object ModelGroup: TRzRadioGroup
Left = 144
Top = 96
Width = 201
Height = 81
Alignment = taCenter
Caption = 'Model Setting'
Color = clMoneyGreen
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
GroupStyle = gsBanner
ItemHeight = 25
Items.Strings = (
'Model ADAC'
'Model SNDAC')
ParentFont = False
TabOrder = 3
end
end
end