Annotation of sbbs/src/sbbs3/ctrl/propertiesdlgunit.dfm, revision 1.1

1.1     ! root        1: object PropertiesDlg: TPropertiesDlg
        !             2:   Left = 631
        !             3:   Top = 219
        !             4:   BorderStyle = bsDialog
        !             5:   Caption = 'Control Panel Properties'
        !             6:   ClientHeight = 288
        !             7:   ClientWidth = 433
        !             8:   Color = clBtnFace
        !             9:   ParentFont = True
        !            10:   OldCreateOrder = True
        !            11:   Position = poScreenCenter
        !            12:   ShowHint = True
        !            13:   OnShow = FormShow
        !            14:   DesignSize = (
        !            15:     433
        !            16:     288)
        !            17:   PixelsPerInch = 120
        !            18:   TextHeight = 16
        !            19:   object OKBtn: TButton
        !            20:     Left = 329
        !            21:     Top = 10
        !            22:     Width = 93
        !            23:     Height = 31
        !            24:     Anchors = [akTop, akRight]
        !            25:     Caption = 'OK'
        !            26:     Default = True
        !            27:     ModalResult = 1
        !            28:     TabOrder = 0
        !            29:   end
        !            30:   object CancelBtn: TButton
        !            31:     Left = 329
        !            32:     Top = 47
        !            33:     Width = 93
        !            34:     Height = 31
        !            35:     Anchors = [akTop, akRight]
        !            36:     Cancel = True
        !            37:     Caption = 'Cancel'
        !            38:     ModalResult = 2
        !            39:     TabOrder = 1
        !            40:   end
        !            41:   object PageControl: TPageControl
        !            42:     Left = 9
        !            43:     Top = 9
        !            44:     Width = 312
        !            45:     Height = 272
        !            46:     ActivePage = JavaScriptTabSheet
        !            47:     Anchors = [akLeft, akTop, akBottom]
        !            48:     TabIndex = 3
        !            49:     TabOrder = 2
        !            50:     object SettingsTabSheet: TTabSheet
        !            51:       Caption = 'Settings'
        !            52:       object Label3: TLabel
        !            53:         Left = 9
        !            54:         Top = 12
        !            55:         Width = 109
        !            56:         Height = 24
        !            57:         AutoSize = False
        !            58:         Caption = 'Login Command'
        !            59:       end
        !            60:       object Label2: TLabel
        !            61:         Left = 9
        !            62:         Top = 44
        !            63:         Width = 109
        !            64:         Height = 24
        !            65:         AutoSize = False
        !            66:         Caption = 'Config Command'
        !            67:       end
        !            68:       object Label4: TLabel
        !            69:         Left = 9
        !            70:         Top = 76
        !            71:         Width = 224
        !            72:         Height = 24
        !            73:         AutoSize = False
        !            74:         Caption = 'Node Display Interval (seconds)'
        !            75:       end
        !            76:       object Label5: TLabel
        !            77:         Left = 9
        !            78:         Top = 108
        !            79:         Width = 224
        !            80:         Height = 24
        !            81:         AutoSize = False
        !            82:         Caption = 'Client Display Interval (seconds)'
        !            83:       end
        !            84:       object PasswordLabel: TLabel
        !            85:         Left = 9
        !            86:         Top = 206
        !            87:         Width = 109
        !            88:         Height = 24
        !            89:         AutoSize = False
        !            90:         Caption = 'Password'
        !            91:       end
        !            92:       object Label10: TLabel
        !            93:         Left = 9
        !            94:         Top = 138
        !            95:         Width = 224
        !            96:         Height = 23
        !            97:         AutoSize = False
        !            98:         Caption = 'Semaphore Check Interval (seconds)'
        !            99:       end
        !           100:       object LoginCmdEdit: TEdit
        !           101:         Left = 121
        !           102:         Top = 12
        !           103:         Width = 168
        !           104:         Height = 24
        !           105:         Hint = 'Login command-line or URL (default = telnet://localhost)'
        !           106:         ParentShowHint = False
        !           107:         ShowHint = True
        !           108:         TabOrder = 0
        !           109:       end
        !           110:       object ConfigCmdEdit: TEdit
        !           111:         Left = 121
        !           112:         Top = 44
        !           113:         Width = 168
        !           114:         Height = 24
        !           115:         Hint = 'Configuration command line'
        !           116:         ParentShowHint = False
        !           117:         ShowHint = True
        !           118:         TabOrder = 1
        !           119:       end
        !           120:       object NodeIntEdit: TEdit
        !           121:         Left = 240
        !           122:         Top = 76
        !           123:         Width = 25
        !           124:         Height = 24
        !           125:         Hint = 'Frequency of updates to Node window'
        !           126:         ParentShowHint = False
        !           127:         ShowHint = True
        !           128:         TabOrder = 2
        !           129:         Text = '1'
        !           130:       end
        !           131:       object NodeIntUpDown: TUpDown
        !           132:         Left = 265
        !           133:         Top = 76
        !           134:         Width = 19
        !           135:         Height = 24
        !           136:         Associate = NodeIntEdit
        !           137:         Min = 1
        !           138:         Max = 99
        !           139:         Position = 1
        !           140:         TabOrder = 3
        !           141:         Wrap = False
        !           142:       end
        !           143:       object ClientIntEdit: TEdit
        !           144:         Left = 240
        !           145:         Top = 108
        !           146:         Width = 25
        !           147:         Height = 24
        !           148:         Hint = 'Frequency of updates to clients window'
        !           149:         ParentShowHint = False
        !           150:         ShowHint = True
        !           151:         TabOrder = 4
        !           152:         Text = '1'
        !           153:       end
        !           154:       object ClientIntUpDown: TUpDown
        !           155:         Left = 265
        !           156:         Top = 108
        !           157:         Width = 19
        !           158:         Height = 24
        !           159:         Associate = ClientIntEdit
        !           160:         Min = 1
        !           161:         Max = 99
        !           162:         Position = 1
        !           163:         TabOrder = 5
        !           164:         Wrap = False
        !           165:       end
        !           166:       object TrayIconCheckBox: TCheckBox
        !           167:         Left = 9
        !           168:         Top = 170
        !           169:         Width = 280
        !           170:         Height = 24
        !           171:         Hint = 'Create tray icon when minimized'
        !           172:         Caption = 'Minimize to System Tray'
        !           173:         ParentShowHint = False
        !           174:         ShowHint = True
        !           175:         TabOrder = 6
        !           176:         OnClick = TrayIconCheckBoxClick
        !           177:       end
        !           178:       object PasswordEdit: TEdit
        !           179:         Left = 121
        !           180:         Top = 206
        !           181:         Width = 168
        !           182:         Height = 24
        !           183:         Hint = 'Required password for restoring from system tray icon'
        !           184:         ParentShowHint = False
        !           185:         PasswordChar = '*'
        !           186:         ShowHint = True
        !           187:         TabOrder = 7
        !           188:       end
        !           189:       object SemFreqEdit: TEdit
        !           190:         Left = 240
        !           191:         Top = 138
        !           192:         Width = 25
        !           193:         Height = 24
        !           194:         Hint = 'Frequency of checks for signaled semaphore files'
        !           195:         ParentShowHint = False
        !           196:         ShowHint = True
        !           197:         TabOrder = 8
        !           198:         Text = '1'
        !           199:       end
        !           200:       object SemFreqUpDown: TUpDown
        !           201:         Left = 265
        !           202:         Top = 138
        !           203:         Width = 18
        !           204:         Height = 24
        !           205:         Associate = SemFreqEdit
        !           206:         Min = 1
        !           207:         Max = 99
        !           208:         Position = 1
        !           209:         TabOrder = 9
        !           210:         Wrap = False
        !           211:       end
        !           212:     end
        !           213:     object CustomizeTabSheet: TTabSheet
        !           214:       Caption = 'Customize'
        !           215:       ImageIndex = 1
        !           216:       object SourceComboBox: TComboBox
        !           217:         Left = 9
        !           218:         Top = 12
        !           219:         Width = 134
        !           220:         Height = 24
        !           221:         ItemHeight = 16
        !           222:         TabOrder = 0
        !           223:         Text = 'Node List'
        !           224:         OnChange = SourceComboBoxChange
        !           225:         Items.Strings = (
        !           226:           'Node List'
        !           227:           'Client List'
        !           228:           'Telnet Server Log'
        !           229:           'Event Log'
        !           230:           'FTP Server Log'
        !           231:           'Mail Server Log'
        !           232:           'Web Server Log'
        !           233:           'Services Log')
        !           234:       end
        !           235:       object ExampleEdit: TEdit
        !           236:         Left = 154
        !           237:         Top = 12
        !           238:         Width = 135
        !           239:         Height = 24
        !           240:         TabOrder = 1
        !           241:         Text = 'Scheme'
        !           242:       end
        !           243:       object FontButton: TButton
        !           244:         Left = 9
        !           245:         Top = 44
        !           246:         Width = 134
        !           247:         Height = 24
        !           248:         Caption = 'Change Font'
        !           249:         TabOrder = 2
        !           250:         OnClick = FontButtonClick
        !           251:       end
        !           252:       object BackgroundButton: TButton
        !           253:         Left = 154
        !           254:         Top = 44
        !           255:         Width = 135
        !           256:         Height = 24
        !           257:         Caption = 'Background Color'
        !           258:         TabOrder = 3
        !           259:         OnClick = BackgroundButtonClick
        !           260:       end
        !           261:       object ApplyButton: TButton
        !           262:         Left = 9
        !           263:         Top = 76
        !           264:         Width = 134
        !           265:         Height = 24
        !           266:         Caption = 'Apply Scheme To:'
        !           267:         TabOrder = 4
        !           268:         OnClick = ApplyButtonClick
        !           269:       end
        !           270:       object TargetComboBox: TComboBox
        !           271:         Left = 154
        !           272:         Top = 76
        !           273:         Width = 135
        !           274:         Height = 24
        !           275:         ItemHeight = 16
        !           276:         TabOrder = 5
        !           277:         Items.Strings = (
        !           278:           'Node List'
        !           279:           'Client List'
        !           280:           'Telnet Server Log'
        !           281:           'Event Log'
        !           282:           'FTP Server Log'
        !           283:           'Mail Server Log'
        !           284:           'Web Server Log'
        !           285:           'Services Log'
        !           286:           'All  Windows')
        !           287:       end
        !           288:     end
        !           289:     object AdvancedTabSheet: TTabSheet
        !           290:       Caption = 'Advanced'
        !           291:       ImageIndex = 2
        !           292:       object Label1: TLabel
        !           293:         Left = 9
        !           294:         Top = 12
        !           295:         Width = 109
        !           296:         Height = 24
        !           297:         AutoSize = False
        !           298:         Caption = 'Control Directory'
        !           299:       end
        !           300:       object Label6: TLabel
        !           301:         Left = 9
        !           302:         Top = 76
        !           303:         Width = 109
        !           304:         Height = 24
        !           305:         AutoSize = False
        !           306:         Caption = 'Hostname'
        !           307:       end
        !           308:       object Label8: TLabel
        !           309:         Left = 9
        !           310:         Top = 108
        !           311:         Width = 109
        !           312:         Height = 24
        !           313:         AutoSize = False
        !           314:         Caption = 'Log Window Size'
        !           315:       end
        !           316:       object Label9: TLabel
        !           317:         Left = 9
        !           318:         Top = 44
        !           319:         Width = 109
        !           320:         Height = 24
        !           321:         AutoSize = False
        !           322:         Caption = 'Temp Directory'
        !           323:       end
        !           324:       object CtrlDirEdit: TEdit
        !           325:         Left = 121
        !           326:         Top = 12
        !           327:         Width = 168
        !           328:         Height = 24
        !           329:         Hint = 'Control directory (e.g. c:\sbbs\ctrl)'
        !           330:         ParentShowHint = False
        !           331:         ShowHint = True
        !           332:         TabOrder = 0
        !           333:       end
        !           334:       object HostnameEdit: TEdit
        !           335:         Left = 121
        !           336:         Top = 76
        !           337:         Width = 168
        !           338:         Height = 24
        !           339:         Hint = 'Hostname (if different than configured in SCFG)'
        !           340:         ParentShowHint = False
        !           341:         ShowHint = True
        !           342:         TabOrder = 1
        !           343:       end
        !           344:       object MaxLogLenEdit: TEdit
        !           345:         Left = 121
        !           346:         Top = 108
        !           347:         Width = 168
        !           348:         Height = 24
        !           349:         Hint = 
        !           350:           'Maximum number of bytes to store in log windows before auto-dele' +
        !           351:           'ting old lines'
        !           352:         ParentShowHint = False
        !           353:         ShowHint = True
        !           354:         TabOrder = 2
        !           355:       end
        !           356:       object TempDirEdit: TEdit
        !           357:         Left = 121
        !           358:         Top = 44
        !           359:         Width = 168
        !           360:         Height = 24
        !           361:         Hint = 'Temp directory (e.g. C:\SBBSTEMP)'
        !           362:         ParentShowHint = False
        !           363:         ShowHint = True
        !           364:         TabOrder = 3
        !           365:       end
        !           366:       object UndockableCheckBox: TCheckBox
        !           367:         Left = 9
        !           368:         Top = 145
        !           369:         Width = 280
        !           370:         Height = 25
        !           371:         Hint = 'Allow child windows to be "un-docked" from main window'
        !           372:         Caption = 'Undockable Windows'
        !           373:         ParentShowHint = False
        !           374:         ShowHint = True
        !           375:         TabOrder = 4
        !           376:       end
        !           377:       object FileAssociationsCheckBox: TCheckBox
        !           378:         Left = 9
        !           379:         Top = 177
        !           380:         Width = 280
        !           381:         Height = 25
        !           382:         Hint = 'Use Windows file associations when viewing or editing files'
        !           383:         Caption = 'Use File Associations'
        !           384:         ParentShowHint = False
        !           385:         ShowHint = True
        !           386:         TabOrder = 5
        !           387:       end
        !           388:     end
        !           389:     object JavaScriptTabSheet: TTabSheet
        !           390:       Caption = 'JavaScript'
        !           391:       ImageIndex = 3
        !           392:       object Label7: TLabel
        !           393:         Left = 9
        !           394:         Top = 12
        !           395:         Width = 109
        !           396:         Height = 24
        !           397:         AutoSize = False
        !           398:         Caption = 'Heap Size'
        !           399:       end
        !           400:       object Label11: TLabel
        !           401:         Left = 9
        !           402:         Top = 44
        !           403:         Width = 109
        !           404:         Height = 24
        !           405:         AutoSize = False
        !           406:         Caption = 'Context Stack'
        !           407:       end
        !           408:       object Label12: TLabel
        !           409:         Left = 9
        !           410:         Top = 108
        !           411:         Width = 109
        !           412:         Height = 24
        !           413:         AutoSize = False
        !           414:         Caption = 'Branch Limit'
        !           415:       end
        !           416:       object Label13: TLabel
        !           417:         Left = 9
        !           418:         Top = 140
        !           419:         Width = 109
        !           420:         Height = 24
        !           421:         AutoSize = False
        !           422:         Caption = 'GC Interval'
        !           423:       end
        !           424:       object Label14: TLabel
        !           425:         Left = 9
        !           426:         Top = 172
        !           427:         Width = 109
        !           428:         Height = 24
        !           429:         AutoSize = False
        !           430:         Caption = 'Yield Interval'
        !           431:       end
        !           432:       object Label15: TLabel
        !           433:         Left = 9
        !           434:         Top = 76
        !           435:         Width = 109
        !           436:         Height = 24
        !           437:         AutoSize = False
        !           438:         Caption = 'Thread Stack'
        !           439:       end
        !           440:       object JS_MaxBytesEdit: TEdit
        !           441:         Left = 121
        !           442:         Top = 12
        !           443:         Width = 168
        !           444:         Height = 24
        !           445:         Hint = 
        !           446:           'Maximum number of bytes that can be allocated per runtime before' +
        !           447:           ' garbage collection'
        !           448:         ParentShowHint = False
        !           449:         ShowHint = True
        !           450:         TabOrder = 0
        !           451:       end
        !           452:       object JS_ContextStackEdit: TEdit
        !           453:         Left = 121
        !           454:         Top = 44
        !           455:         Width = 168
        !           456:         Height = 24
        !           457:         Hint = 'Size of context stack (in bytes)'
        !           458:         ParentShowHint = False
        !           459:         ShowHint = True
        !           460:         TabOrder = 1
        !           461:       end
        !           462:       object JS_BranchLimitEdit: TEdit
        !           463:         Left = 121
        !           464:         Top = 108
        !           465:         Width = 168
        !           466:         Height = 24
        !           467:         Hint = 
        !           468:           'Maximum number of branches before triggering "infinite loop" det' +
        !           469:           'ection (0=disabled)'
        !           470:         ParentShowHint = False
        !           471:         ShowHint = True
        !           472:         TabOrder = 2
        !           473:       end
        !           474:       object JS_GcIntervalEdit: TEdit
        !           475:         Left = 121
        !           476:         Top = 140
        !           477:         Width = 168
        !           478:         Height = 24
        !           479:         Hint = 
        !           480:           'Number of branches between attempted garbage collections (0=disa' +
        !           481:           'bled)'
        !           482:         ParentShowHint = False
        !           483:         ShowHint = True
        !           484:         TabOrder = 3
        !           485:       end
        !           486:       object JS_YieldIntervalEdit: TEdit
        !           487:         Left = 121
        !           488:         Top = 172
        !           489:         Width = 168
        !           490:         Height = 24
        !           491:         Hint = 'Number of branches between forced yields (0=disabled)'
        !           492:         ParentShowHint = False
        !           493:         ShowHint = True
        !           494:         TabOrder = 4
        !           495:       end
        !           496:       object JS_ThreadStackEdit: TEdit
        !           497:         Left = 121
        !           498:         Top = 76
        !           499:         Width = 168
        !           500:         Height = 24
        !           501:         Hint = 'JS thread stack limit (in bytes, 0=unlimited)'
        !           502:         ParentShowHint = False
        !           503:         ShowHint = True
        !           504:         TabOrder = 5
        !           505:       end
        !           506:     end
        !           507:   end
        !           508:   object FontDialog1: TFontDialog
        !           509:     Font.Charset = DEFAULT_CHARSET
        !           510:     Font.Color = clWindowText
        !           511:     Font.Height = -13
        !           512:     Font.Name = 'MS Sans Serif'
        !           513:     Font.Style = []
        !           514:     MinFontSize = 0
        !           515:     MaxFontSize = 0
        !           516:     Left = 376
        !           517:     Top = 184
        !           518:   end
        !           519:   object ColorDialog1: TColorDialog
        !           520:     Ctl3D = True
        !           521:     Left = 368
        !           522:     Top = 232
        !           523:   end
        !           524: end

unix.superglobalmegacorp.com

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