-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDDStatistic.dfm
118 lines (118 loc) · 2.67 KB
/
DDStatistic.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
object FormDDStatics: TFormDDStatics
Left = 629
Top = 225
BorderStyle = bsDialog
Caption = 'FormDDStatics'
ClientHeight = 303
ClientWidth = 243
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDefault
Visible = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object RzPanelDD: TRzPanel
Left = 0
Top = 0
Width = 243
Height = 303
Align = alClient
Color = clMenuHighlight
TabOrder = 0
object RzMemoDD: TRzMemo
Left = 2
Top = 2
Width = 239
Height = 89
Align = alTop
Color = clMoneyGreen
TabOrder = 0
FrameVisible = True
end
object RzRadioGroupDD: TRzRadioGroup
Left = 2
Top = 91
Width = 239
Height = 121
Align = alTop
Alignment = taCenter
Caption = 'Choose the statistic type'
Color = clMoneyGreen
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
GroupStyle = gsBanner
ItemHotTrack = True
ItemIndex = 0
Items.Strings = (
'Average 10'
'Manual Specical a Range')
ParentFont = False
TabOrder = 1
object RzLabel1: TRzLabel
Left = 8
Top = 91
Width = 29
Height = 15
Caption = 'From'
end
object RzLabel2: TRzLabel
Left = 96
Top = 91
Width = 37
Height = 15
Caption = 'cGy To'
end
object RzLabel3: TRzLabel
Left = 200
Top = 91
Width = 21
Height = 15
Caption = 'cGy'
end
object RzNumericEditStart: TRzNumericEdit
Left = 40
Top = 88
Width = 49
Height = 23
FrameVisible = True
TabOrder = 0
IntegersOnly = False
DisplayFormat = ',0.000;(,0.000)'
end
object RzNumericEditEnd: TRzNumericEdit
Left = 144
Top = 88
Width = 49
Height = 23
FrameVisible = True
TabOrder = 1
IntegersOnly = False
DisplayFormat = ',0.000;(,0.000)'
end
end
object RzBitBtnOK: TRzBitBtn
Left = 32
Top = 240
TabOrder = 2
OnClick = RzBitBtnOKClick
Kind = bkOK
end
object RzBitBtnCAncel: TRzBitBtn
Left = 144
Top = 240
TabOrder = 3
Kind = bkCancel
end
end
end