Annotation of sbbs/sbbs3/ctrl/statsformunit.dfm, revision 1.1.1.1

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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.