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

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

unix.superglobalmegacorp.com

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