-
Notifications
You must be signed in to change notification settings - Fork 0
/
uFrmStatistic.dfm
209 lines (209 loc) · 4.4 KB
/
uFrmStatistic.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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
object frmStatistic: TfrmStatistic
Left = 194
Top = 107
Width = 614
Height = 395
Caption = 'Statistics'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object pnlButtons: TPanel
Left = 0
Top = 327
Width = 606
Height = 41
Align = alBottom
TabOrder = 0
object btnExit: TButton
Left = 511
Top = 8
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Hide'
TabOrder = 0
OnClick = btnExitClick
end
object btnMake: TButton
Left = 56
Top = 8
Width = 89
Height = 25
Caption = 'Make Statistic'
TabOrder = 1
OnClick = btnMakeClick
end
end
object p2: TPanel
Left = 193
Top = 0
Width = 413
Height = 327
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object Splitter1: TSplitter
Left = 0
Top = 0
Width = 3
Height = 327
Cursor = crHSplit
end
object pcResult: TPageControl
Left = 3
Top = 0
Width = 410
Height = 327
ActivePage = tsText
Align = alClient
MultiLine = True
TabOrder = 0
TabPosition = tpBottom
object tsText: TTabSheet
Caption = 'Text'
object mmResult: TMemo
Left = 0
Top = 0
Width = 402
Height = 299
Align = alClient
BorderStyle = bsNone
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
WordWrap = False
end
end
object tsGrafik: TTabSheet
Caption = 'Grafic'
ImageIndex = 1
object Chart1: TChart
Left = 0
Top = 0
Width = 402
Height = 299
BackWall.Brush.Color = clWhite
BackWall.Brush.Style = bsClear
Title.Text.Strings = (
'TChart')
Align = alClient
BevelOuter = bvNone
TabOrder = 0
end
end
end
end
object p1: TPanel
Left = 0
Top = 0
Width = 193
Height = 327
Align = alLeft
BevelOuter = bvNone
TabOrder = 2
object lbStatisticlist: TListBox
Left = 0
Top = 0
Width = 193
Height = 191
Align = alClient
ExtendedSelect = False
ItemHeight = 13
TabOrder = 0
OnClick = lbStatisticlistClick
end
object pOptions: TPanel
Left = 0
Top = 191
Width = 193
Height = 136
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object lFrom: TLabel
Left = 8
Top = 8
Width = 35
Height = 13
Caption = 'up from'
Visible = False
end
object lTo: TLabel
Left = 16
Top = 32
Width = 9
Height = 13
Caption = 'to'
Visible = False
end
object lParam: TLabel
Left = 8
Top = 88
Width = 36
Height = 13
Caption = 'Param: '
Visible = False
end
object chkRank: TCheckBox
Left = 56
Top = 64
Width = 129
Height = 17
Caption = 'Sort ranking by ratio'
TabOrder = 0
Visible = False
end
object dtpFrom: TDateTimePicker
Left = 56
Top = 8
Width = 121
Height = 21
CalAlignment = dtaLeft
Date = 37429.8310802431
Time = 37429.8310802431
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 1
Visible = False
end
object dtpTo: TDateTimePicker
Left = 56
Top = 32
Width = 121
Height = 21
CalAlignment = dtaLeft
Date = 37429.8311577894
Time = 37429.8311577894
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 2
Visible = False
end
object edParam: TEdit
Left = 8
Top = 108
Width = 169
Height = 21
TabOrder = 3
Visible = False
end
end
end
end