-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNormValueSetting.dfm
159 lines (159 loc) · 3.84 KB
/
NormValueSetting.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
object NormValueSetForm: TNormValueSetForm
Left = 366
Top = 185
BorderStyle = bsDialog
Caption = 'Set Normlization Value'
ClientHeight = 414
ClientWidth = 586
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDesktopCenter
Visible = True
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 15
object RzPanelNormValue: TRzPanel
Left = 0
Top = 0
Width = 586
Height = 414
Align = alClient
BorderOuter = fsNone
Color = clHighlight
TabOrder = 0
VisualStyle = vsClassic
object RzSeparatorNormValue: TRzSeparator
Left = 0
Top = 152
Width = 689
Height = 9
ShowGradient = True
Color = clLime
ParentColor = False
end
object RzSeparator2: TRzSeparator
Left = -95
Top = 304
Width = 689
Height = 9
ShowGradient = True
Color = clLime
ParentColor = False
end
object RzCheckBoxMeasure: TRzCheckBox
Left = 16
Top = 24
Width = 265
Height = 17
Caption = 'Specialize the Measure Normlization value'
State = cbUnchecked
TabOrder = 0
OnMouseDown = RzCheckBoxMeasureMouseDown
end
object RzCheckBoxCalculate: TRzCheckBox
Left = 16
Top = 192
Width = 273
Height = 17
Caption = 'Specialize the Calculate Normlization value'
State = cbUnchecked
TabOrder = 1
OnMouseDown = RzCheckBoxCalculateMouseDown
end
object MeasureNormValueSetting: TRzRadioGroup
Left = 296
Top = 24
Width = 273
Height = 81
Alignment = taCenter
Caption = 'Measure Normlization Value Setting'
Color = clMoneyGreen
Enabled = False
GroupStyle = gsBanner
ItemHotTrack = True
ItemIndex = 0
Items.Strings = (
'Actual Dose(cGy)'
'Norm Dose(%)')
TabOrder = 2
OnChanging = MeasureNormValueSettingChanging
object RzLabelMeasure: TRzLabel
Left = 216
Top = 37
Width = 21
Height = 15
Caption = 'cGy'
Enabled = False
end
object EditMeasureNormValue: TRzNumericEdit
Left = 136
Top = 32
Width = 73
Height = 23
Enabled = False
FrameVisible = True
TabOrder = 0
IntegersOnly = False
DisplayFormat = '0.000'
end
end
object RzBitBtnOK: TRzBitBtn
Left = 120
Top = 360
HotTrack = True
TabOrder = 3
OnClick = RzBitBtnOKClick
Kind = bkOK
end
object RzBitBtnCancel: TRzBitBtn
Left = 352
Top = 360
TabOrder = 4
OnClick = RzBitBtnCancelClick
Kind = bkCancel
end
object CalcNormValueSetting: TRzRadioGroup
Left = 296
Top = 192
Width = 273
Height = 81
Alignment = taCenter
Caption = 'Calculate Normlization Value Setting'
Color = clMoneyGreen
Enabled = False
GroupStyle = gsBanner
ItemHotTrack = True
ItemIndex = 0
Items.Strings = (
'Actual Dose(cGy)'
'Norm Dose(%)')
TabOrder = 5
OnChanging = CalcNormValueSettingChanging
object RzLabelCalc: TRzLabel
Left = 216
Top = 37
Width = 21
Height = 15
Caption = 'cGy'
Enabled = False
end
object EditCalculateNormValue: TRzNumericEdit
Left = 136
Top = 32
Width = 73
Height = 23
Enabled = False
FrameVisible = True
TabOrder = 0
IntegersOnly = False
DisplayFormat = '0.000'
end
end
end
end