|
|
1.1 root 1: object StatsForm: TStatsForm
2: Left = 544
3: Top = 389
4: BorderStyle = bsSingle
5: Caption = 'Statistics'
6: ClientHeight = 196
7: ClientWidth = 489
8: Color = clBtnFace
9: UseDockManager = True
10: DragKind = dkDock
11: DragMode = dmAutomatic
12: Font.Charset = ANSI_CHARSET
13: Font.Color = clWindowText
14: Font.Height = -13
15: Font.Name = 'MS Sans Serif'
16: Font.Style = []
17: OldCreateOrder = False
18: OnHide = FormHide
19: PixelsPerInch = 120
20: TextHeight = 16
21: object Today: TGroupBox
22: Left = 9
23: Top = 9
24: Width = 152
25: Height = 176
26: Caption = 'Today'
27: Color = clBtnFace
28: Font.Charset = ANSI_CHARSET
29: Font.Color = clWindowText
30: Font.Height = -15
31: Font.Name = 'MS Sans Serif'
32: Font.Style = []
33: ParentColor = False
34: ParentFont = False
35: TabOrder = 0
36: object LogonsTodayLabel: TLabel
37: Left = 9
38: Top = 25
39: Width = 73
40: Height = 16
41: AutoSize = False
42: Caption = 'Logons'
43: end
44: object TimeTodayLabel: TLabel
45: Left = 9
46: Top = 48
47: Width = 73
48: Height = 16
49: AutoSize = False
50: Caption = 'Time'
51: end
52: object EmailTodayLabel: TLabel
53: Left = 9
54: Top = 73
55: Width = 73
56: Height = 16
57: AutoSize = False
58: Caption = 'E-mail'
59: end
60: object FeedbackTodayLabel: TLabel
61: Left = 9
62: Top = 96
63: Width = 73
64: Height = 16
65: AutoSize = False
66: Caption = 'Feedback'
67: end
68: object NewUsersTodayLabel: TLabel
69: Left = 9
70: Top = 121
71: Width = 73
72: Height = 16
73: AutoSize = False
74: Caption = 'New Users'
75: end
76: object PostsTodayLabel: TLabel
77: Left = 9
78: Top = 144
79: Width = 73
80: Height = 16
81: AutoSize = False
82: Caption = 'Posts'
83: end
84: object LogonsToday: TStaticText
85: Left = 90
86: Top = 25
87: Width = 50
88: Height = 19
89: AutoSize = False
90: BorderStyle = sbsSunken
91: TabOrder = 0
92: end
93: object TimeToday: TStaticText
94: Left = 90
95: Top = 48
96: Width = 50
97: Height = 20
98: AutoSize = False
99: BorderStyle = sbsSunken
100: TabOrder = 1
101: end
102: object EMailToday: TStaticText
103: Left = 90
104: Top = 73
105: Width = 50
106: Height = 19
107: AutoSize = False
108: BorderStyle = sbsSunken
109: TabOrder = 2
110: end
111: object FeedbackToday: TStaticText
112: Left = 90
113: Top = 96
114: Width = 50
115: Height = 20
116: AutoSize = False
117: BorderStyle = sbsSunken
118: TabOrder = 3
119: end
120: object NewUsersToday: TStaticText
121: Left = 90
122: Top = 121
123: Width = 50
124: Height = 19
125: AutoSize = False
126: BorderStyle = sbsSunken
127: TabOrder = 4
128: end
129: object PostsToday: TStaticText
130: Left = 90
131: Top = 144
132: Width = 50
133: Height = 20
134: AutoSize = False
135: BorderStyle = sbsSunken
136: TabOrder = 5
137: end
138: end
139: object Total: TGroupBox
140: Left = 169
141: Top = 9
142: Width = 152
143: Height = 176
144: Caption = 'Total'
145: TabOrder = 1
146: object Label1: TLabel
147: Left = 9
148: Top = 25
149: Width = 73
150: Height = 16
151: AutoSize = False
152: Caption = 'Logons'
153: end
154: object Label2: TLabel
155: Left = 9
156: Top = 48
157: Width = 73
158: Height = 16
159: AutoSize = False
160: Caption = 'Time'
161: end
162: object Label3: TLabel
163: Left = 9
164: Top = 73
165: Width = 73
166: Height = 16
167: AutoSize = False
168: Caption = 'E-mail'
169: end
170: object Label4: TLabel
171: Left = 9
172: Top = 96
173: Width = 73
174: Height = 16
175: AutoSize = False
176: Caption = 'Feedback'
177: end
178: object Label5: TLabel
179: Left = 9
180: Top = 121
181: Width = 73
182: Height = 16
183: AutoSize = False
184: Caption = 'Users'
185: end
186: object TotalLogons: TStaticText
187: Left = 90
188: Top = 25
189: Width = 50
190: Height = 19
191: AutoSize = False
192: BorderStyle = sbsSunken
193: TabOrder = 0
194: end
195: object TotalTimeOn: TStaticText
196: Left = 90
197: Top = 48
198: Width = 50
199: Height = 20
200: AutoSize = False
201: BorderStyle = sbsSunken
202: TabOrder = 1
203: end
204: object TotalEMail: TStaticText
205: Left = 90
206: Top = 73
207: Width = 50
208: Height = 19
209: AutoSize = False
210: BorderStyle = sbsSunken
211: TabOrder = 2
212: end
213: object TotalFeedback: TStaticText
214: Left = 90
215: Top = 96
216: Width = 50
217: Height = 20
218: AutoSize = False
219: BorderStyle = sbsSunken
220: TabOrder = 3
221: end
222: object TotalUsers: TStaticText
223: Left = 90
224: Top = 121
225: Width = 50
226: Height = 19
227: AutoSize = False
228: BorderStyle = sbsSunken
229: TabOrder = 4
230: end
231: object LogButton: TButton
232: Left = 10
233: Top = 146
234: Width = 130
235: Height = 25
236: Caption = ' View Log'
237: TabOrder = 5
238: OnClick = LogButtonClick
239: end
240: end
241: object UploadsToday: TGroupBox
242: Left = 329
243: Top = 9
244: Width = 152
245: Height = 80
246: Caption = 'Uploads Today'
247: TabOrder = 2
248: object UploadedFilesLabel: TLabel
249: Left = 9
250: Top = 25
251: Width = 73
252: Height = 16
253: AutoSize = False
254: Caption = 'Files'
255: end
256: object UploadedBytesLabel: TLabel
257: Left = 9
258: Top = 48
259: Width = 72
260: Height = 16
261: AutoSize = False
262: Caption = 'Bytes'
263: end
264: object UploadedFiles: TStaticText
265: Left = 90
266: Top = 25
267: Width = 50
268: Height = 19
269: AutoSize = False
270: BorderStyle = sbsSunken
271: TabOrder = 0
272: end
273: object UploadedBytes: TStaticText
274: Left = 90
275: Top = 48
276: Width = 50
277: Height = 20
278: AutoSize = False
279: BorderStyle = sbsSunken
280: TabOrder = 1
281: end
282: end
283: object DownloadsToday: TGroupBox
284: Left = 329
285: Top = 105
286: Width = 152
287: Height = 80
288: Caption = 'Downloads Today'
289: TabOrder = 3
290: object DownloadedFilesLabel: TLabel
291: Left = 9
292: Top = 25
293: Width = 73
294: Height = 16
295: AutoSize = False
296: Caption = 'Files'
297: end
298: object DownloadedBytesLabel: TLabel
299: Left = 9
300: Top = 48
301: Width = 73
302: Height = 16
303: AutoSize = False
304: Caption = 'Bytes'
305: end
306: object DownloadedFiles: TStaticText
307: Left = 90
308: Top = 25
309: Width = 50
310: Height = 19
311: AutoSize = False
312: BorderStyle = sbsSunken
313: TabOrder = 0
314: end
315: object DownloadedBytes: TStaticText
316: Left = 90
317: Top = 48
318: Width = 50
319: Height = 20
320: AutoSize = False
321: BorderStyle = sbsSunken
322: TabOrder = 1
323: end
324: end
325: end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.