|
|
3.15b
object PropertiesDlg: TPropertiesDlg
Left = 631
Top = 219
BorderStyle = bsDialog
Caption = 'Control Panel Properties'
ClientHeight = 288
ClientWidth = 433
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
ShowHint = True
OnShow = FormShow
DesignSize = (
433
288)
PixelsPerInch = 120
TextHeight = 16
object OKBtn: TButton
Left = 329
Top = 10
Width = 93
Height = 31
Anchors = [akTop, akRight]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 329
Top = 47
Width = 93
Height = 31
Anchors = [akTop, akRight]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object PageControl: TPageControl
Left = 9
Top = 9
Width = 312
Height = 272
ActivePage = JavaScriptTabSheet
Anchors = [akLeft, akTop, akBottom]
TabIndex = 3
TabOrder = 2
object SettingsTabSheet: TTabSheet
Caption = 'Settings'
object Label3: TLabel
Left = 9
Top = 12
Width = 109
Height = 24
AutoSize = False
Caption = 'Login Command'
end
object Label2: TLabel
Left = 9
Top = 44
Width = 109
Height = 24
AutoSize = False
Caption = 'Config Command'
end
object Label4: TLabel
Left = 9
Top = 76
Width = 224
Height = 24
AutoSize = False
Caption = 'Node Display Interval (seconds)'
end
object Label5: TLabel
Left = 9
Top = 108
Width = 224
Height = 24
AutoSize = False
Caption = 'Client Display Interval (seconds)'
end
object PasswordLabel: TLabel
Left = 9
Top = 206
Width = 109
Height = 24
AutoSize = False
Caption = 'Password'
end
object Label10: TLabel
Left = 9
Top = 138
Width = 224
Height = 23
AutoSize = False
Caption = 'Semaphore Check Interval (seconds)'
end
object LoginCmdEdit: TEdit
Left = 121
Top = 12
Width = 168
Height = 24
Hint = 'Login command-line or URL (default = telnet://localhost)'
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object ConfigCmdEdit: TEdit
Left = 121
Top = 44
Width = 168
Height = 24
Hint = 'Configuration command line'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object NodeIntEdit: TEdit
Left = 240
Top = 76
Width = 25
Height = 24
Hint = 'Frequency of updates to Node window'
ParentShowHint = False
ShowHint = True
TabOrder = 2
Text = '1'
end
object NodeIntUpDown: TUpDown
Left = 265
Top = 76
Width = 19
Height = 24
Associate = NodeIntEdit
Min = 1
Max = 99
Position = 1
TabOrder = 3
Wrap = False
end
object ClientIntEdit: TEdit
Left = 240
Top = 108
Width = 25
Height = 24
Hint = 'Frequency of updates to clients window'
ParentShowHint = False
ShowHint = True
TabOrder = 4
Text = '1'
end
object ClientIntUpDown: TUpDown
Left = 265
Top = 108
Width = 19
Height = 24
Associate = ClientIntEdit
Min = 1
Max = 99
Position = 1
TabOrder = 5
Wrap = False
end
object TrayIconCheckBox: TCheckBox
Left = 9
Top = 170
Width = 280
Height = 24
Hint = 'Create tray icon when minimized'
Caption = 'Minimize to System Tray'
ParentShowHint = False
ShowHint = True
TabOrder = 8
OnClick = TrayIconCheckBoxClick
end
object PasswordEdit: TEdit
Left = 121
Top = 206
Width = 168
Height = 24
Hint = 'Required password for restoring from system tray icon'
ParentShowHint = False
PasswordChar = '*'
ShowHint = True
TabOrder = 9
end
object SemFreqEdit: TEdit
Left = 240
Top = 138
Width = 25
Height = 24
Hint = 'Frequency of checks for signaled semaphore files'
ParentShowHint = False
ShowHint = True
TabOrder = 6
Text = '1'
end
object SemFreqUpDown: TUpDown
Left = 265
Top = 138
Width = 18
Height = 24
Associate = SemFreqEdit
Min = 1
Max = 99
Position = 1
TabOrder = 7
Wrap = False
end
end
object CustomizeTabSheet: TTabSheet
Caption = 'Customize'
ImageIndex = 1
object SourceComboBox: TComboBox
Left = 9
Top = 12
Width = 134
Height = 24
ItemHeight = 16
TabOrder = 0
Text = 'Node List'
OnChange = SourceComboBoxChange
Items.Strings = (
'Node List'
'Client List'
'Terminal Server Log'
'Event Log'
'FTP Server Log'
'Mail Server Log'
'Web Server Log'
'Services Log')
end
object ExampleEdit: TEdit
Left = 154
Top = 12
Width = 135
Height = 24
TabOrder = 1
Text = 'Scheme'
end
object FontButton: TButton
Left = 9
Top = 44
Width = 134
Height = 24
Caption = 'Change Font'
TabOrder = 2
OnClick = FontButtonClick
end
object BackgroundButton: TButton
Left = 154
Top = 44
Width = 135
Height = 24
Caption = 'Background Color'
TabOrder = 3
OnClick = BackgroundButtonClick
end
object ApplyButton: TButton
Left = 9
Top = 76
Width = 134
Height = 24
Caption = 'Apply Scheme To:'
TabOrder = 4
OnClick = ApplyButtonClick
end
object TargetComboBox: TComboBox
Left = 154
Top = 76
Width = 135
Height = 24
ItemHeight = 16
TabOrder = 5
Items.Strings = (
'Node List'
'Client List'
'Terminal Server Log'
'Event Log'
'FTP Server Log'
'Mail Server Log'
'Web Server Log'
'Services Log'
'All Windows')
end
object LogFontGroupBox: TGroupBox
Left = 8
Top = 128
Width = 281
Height = 97
Caption = 'Log Fonts'
TabOrder = 6
object LogLevelLabel: TLabel
Left = 22
Top = 26
Width = 113
Height = 23
Alignment = taRightJustify
AutoSize = False
Caption = 'Log Level'
end
object LogLevelComboBox: TComboBox
Left = 146
Top = 24
Width = 119
Height = 24
ItemHeight = 16
ItemIndex = 7
TabOrder = 0
Text = 'Debug'
OnChange = LogLevelComboBoxChange
Items.Strings = (
'Emergency'
'Alert'
'Critical'
'Error'
'Warning'
'Notice'
'Normal'
'Debug')
end
object LogFontExampleEdit: TEdit
Left = 146
Top = 56
Width = 119
Height = 24
TabOrder = 1
Text = 'Example'
end
object LogFontButton: TButton
Left = 16
Top = 56
Width = 122
Height = 24
Caption = 'Change Font'
TabOrder = 2
OnClick = LogFontButtonClick
end
end
end
object AdvancedTabSheet: TTabSheet
Caption = 'Advanced'
ImageIndex = 2
object Label1: TLabel
Left = 9
Top = 12
Width = 109
Height = 24
AutoSize = False
Caption = 'Control Directory'
end
object Label6: TLabel
Left = 9
Top = 76
Width = 109
Height = 24
AutoSize = False
Caption = 'Hostname'
end
object Label8: TLabel
Left = 9
Top = 108
Width = 109
Height = 24
AutoSize = False
Caption = 'Log Window Size'
end
object Label9: TLabel
Left = 9
Top = 44
Width = 109
Height = 24
AutoSize = False
Caption = 'Temp Directory'
end
object ErrorSoundLabel: TLabel
Left = 9
Top = 140
Width = 80
Height = 25
AutoSize = False
Caption = 'Error Sound'
end
object CtrlDirEdit: TEdit
Left = 121
Top = 12
Width = 168
Height = 24
Hint = 'Control directory (e.g. c:\sbbs\ctrl)'
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object HostnameEdit: TEdit
Left = 121
Top = 76
Width = 168
Height = 24
Hint = 'Hostname (if different than configured in SCFG)'
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object MaxLogLenEdit: TEdit
Left = 121
Top = 108
Width = 168
Height = 24
Hint =
'Maximum number of lines to store in log windows before auto-dele' +
'ting old lines'
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object TempDirEdit: TEdit
Left = 121
Top = 44
Width = 168
Height = 24
Hint = 'Temp directory (e.g. C:\SBBSTEMP)'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object UndockableCheckBox: TCheckBox
Left = 9
Top = 177
Width = 280
Height = 25
Hint = 'Allow child windows to be "un-docked" from main window'
Caption = 'Undockable Windows'
ParentShowHint = False
ShowHint = True
TabOrder = 6
end
object FileAssociationsCheckBox: TCheckBox
Left = 9
Top = 209
Width = 280
Height = 25
Hint = 'Use Windows file associations when viewing or editing files'
Caption = 'Use File Associations'
ParentShowHint = False
ShowHint = True
TabOrder = 7
end
object ErrorSoundEdit: TEdit
Left = 121
Top = 140
Width = 137
Height = 24
Hint = 'Sound file to play when an error condition is logged'
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
object ErrorSoundButton: TButton
Left = 263
Top = 140
Width = 25
Height = 26
Caption = '...'
TabOrder = 5
OnClick = ErrorSoundButtonClick
end
end
object JavaScriptTabSheet: TTabSheet
Caption = 'JavaScript'
ImageIndex = 3
object Label7: TLabel
Left = 9
Top = 12
Width = 109
Height = 24
AutoSize = False
Caption = 'Heap Size'
end
object Label11: TLabel
Left = 9
Top = 44
Width = 109
Height = 24
AutoSize = False
Caption = 'Context Stack'
end
object Label12: TLabel
Left = 9
Top = 108
Width = 109
Height = 24
AutoSize = False
Caption = 'Branch Limit'
end
object Label13: TLabel
Left = 9
Top = 140
Width = 109
Height = 24
AutoSize = False
Caption = 'GC Interval'
end
object Label14: TLabel
Left = 9
Top = 172
Width = 109
Height = 24
AutoSize = False
Caption = 'Yield Interval'
end
object Label15: TLabel
Left = 9
Top = 76
Width = 109
Height = 24
AutoSize = False
Caption = 'Thread Stack'
end
object Label16: TLabel
Left = 9
Top = 204
Width = 109
Height = 24
AutoSize = False
Caption = 'Load Path'
end
object JS_MaxBytesEdit: TEdit
Left = 121
Top = 12
Width = 168
Height = 24
Hint =
'Maximum number of bytes that can be allocated per runtime before' +
' garbage collection'
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object JS_ContextStackEdit: TEdit
Left = 121
Top = 44
Width = 168
Height = 24
Hint = 'Size of context stack (in bytes)'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object JS_BranchLimitEdit: TEdit
Left = 121
Top = 108
Width = 168
Height = 24
Hint =
'Maximum number of branches before triggering "infinite loop" det' +
'ection (0=disabled)'
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object JS_GcIntervalEdit: TEdit
Left = 121
Top = 140
Width = 168
Height = 24
Hint =
'Number of branches between attempted garbage collections (0=disa' +
'bled)'
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
object JS_YieldIntervalEdit: TEdit
Left = 121
Top = 172
Width = 168
Height = 24
Hint = 'Number of branches between forced yields (0=disabled)'
ParentShowHint = False
ShowHint = True
TabOrder = 5
end
object JS_ThreadStackEdit: TEdit
Left = 121
Top = 76
Width = 168
Height = 24
Hint = 'JS thread stack limit (in bytes, 0=unlimited)'
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object JS_LoadPathEdit: TEdit
Left = 121
Top = 204
Width = 168
Height = 24
Hint = 'Comma-separated list of directories to search for loaded scripts'
ParentShowHint = False
ShowHint = True
TabOrder = 6
end
end
end
object FontDialog1: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Left = 376
Top = 184
end
object ColorDialog1: TColorDialog
Ctl3D = True
Left = 368
Top = 232
end
object OpenDialog: TOpenDialog
Filter = 'Wave Files|*.wav'
Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing, ofDontAddToRecent]
Left = 376
Top = 152
end
end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.