File:  [Synchronet] / sbbs / sbbs3 / ctrl / telnetcfgdlgunit.dfm
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:41:07 2018 UTC (8 years, 3 months ago) by root
Branches: digitaldynamics, MAIN
CVS tags: v3_12a, HEAD
3.12a Javascript

object TelnetCfgDlg: TTelnetCfgDlg
  Left = 377
  Top = 354
  BorderStyle = bsDialog
  Caption = 'Telnet Server Configuration'
  ClientHeight = 234
  ClientWidth = 286
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl: TPageControl
    Left = 3
    Top = 3
    Width = 278
    Height = 186
    ActivePage = GeneralTabSheet
    TabIndex = 0
    TabOrder = 0
    object GeneralTabSheet: TTabSheet
      Caption = 'General'
      object FirstNodeLabel: TLabel
        Left = 7
        Top = 10
        Width = 78
        Height = 20
        AutoSize = False
        Caption = 'First Node'
      end
      object LastNodeLabel: TLabel
        Left = 7
        Top = 36
        Width = 74
        Height = 20
        AutoSize = False
        Caption = 'Last Node'
      end
      object XtrnPollsLabel: TLabel
        Left = 7
        Top = 62
        Width = 74
        Height = 20
        AutoSize = False
        Caption = 'External Yield'
      end
      object AutoStartCheckBox: TCheckBox
        Left = 148
        Top = 10
        Width = 117
        Height = 19
        Hint = 'Automatically start Telnet server'
        Caption = 'Auto Startup'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 5
      end
      object FirstNodeEdit: TEdit
        Left = 85
        Top = 10
        Width = 39
        Height = 21
        Hint = 'First node number available for Telnet logins'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 0
      end
      object XtrnMinCheckBox: TCheckBox
        Left = 148
        Top = 36
        Width = 117
        Height = 20
        Hint = 'External programs run in a minimized window'
        Caption = 'Minimize Externals'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 6
      end
      object LastNodeEdit: TEdit
        Left = 85
        Top = 36
        Width = 39
        Height = 21
        Hint = 'Last node number available for Telnet logins'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 1
      end
      object HostnameCheckBox: TCheckBox
        Left = 7
        Top = 88
        Width = 117
        Height = 19
        Hint = 'Automatically lookup client'#39's hostname via DNS'
        Caption = 'Hostname Lookup'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 3
      end
      object QWKEventsCheckBox: TCheckBox
        Left = 148
        Top = 88
        Width = 117
        Height = 20
        Hint = 'Handle QWK Message Packet Events in This Instance'
        Caption = 'QWK Msg Events'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 7
      end
      object JavaScriptCheckBox: TCheckBox
        Left = 148
        Top = 114
        Width = 117
        Height = 20
        Hint = 'Enable JavaScript Support'
        Caption = 'JavaScript Support'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 8
      end
      object XtrnYieldEdit: TEdit
        Left = 85
        Top = 62
        Width = 39
        Height = 21
        Hint = 
          'Number of polls before yielding time-slices for external DOS/FOS' +
          'SIL programs'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 2
      end
      object IdentityCheckBox: TCheckBox
        Left = 7
        Top = 114
        Width = 117
        Height = 19
        Hint = 'Automatically lookup client'#39's identity via IDENT protocol'
        Caption = 'Identity Lookup'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 4
      end
      object EventsCheckBox: TCheckBox
        Left = 148
        Top = 62
        Width = 117
        Height = 20
        Hint = 'Enable the events thread'
        Caption = 'Events Enabled'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 9
      end
    end
    object TelnetTabSheet: TTabSheet
      Caption = 'Telnet'
      ImageIndex = 1
      object InterfaceLabel: TLabel
        Left = 7
        Top = 36
        Width = 78
        Height = 21
        AutoSize = False
        Caption = 'Interface (IP)'
      end
      object TelnetPortLabel: TLabel
        Left = 7
        Top = 10
        Width = 78
        Height = 21
        AutoSize = False
        Caption = 'Listening Port'
      end
      object CmdLogCheckBox: TCheckBox
        Left = 7
        Top = 88
        Width = 169
        Height = 21
        Hint = 'Log (debug) all transmitted and received Telnet commands'
        Caption = 'Log Telnet Commands'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 3
      end
      object TelnetInterfaceEdit: TEdit
        Left = 85
        Top = 36
        Width = 156
        Height = 21
        Hint = 
          'Enter your Network adapter'#39's static IP address here or blank for' +
          ' <ANY>'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 1
      end
      object TelnetPortEdit: TEdit
        Left = 85
        Top = 10
        Width = 39
        Height = 21
        Hint = 'TCP port for incoming connections (default=23)'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 0
      end
      object TelnetGaCheckBox: TCheckBox
        Left = 7
        Top = 62
        Width = 169
        Height = 21
        Hint = 
          'Send periodic Telnet GA commands to help detect dropped connecti' +
          'ons'
        Caption = 'Send Telnet Go-Aheads'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 2
      end
      object AutoLogonCheckBox: TCheckBox
        Left = 7
        Top = 114
        Width = 117
        Height = 19
        Hint = 'Allow V-exempt users to auto-logon based on their IP address'
        Caption = 'AutoLogon via IP'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 4
      end
    end
    object RLoginTabSheet: TTabSheet
      Caption = 'RLogin'
      ImageIndex = 3
      object RLoginPortLabel: TLabel
        Left = 7
        Top = 10
        Width = 78
        Height = 21
        AutoSize = False
        Caption = 'Listening Port'
      end
      object RLoginInterfaceLabel: TLabel
        Left = 7
        Top = 36
        Width = 78
        Height = 21
        AutoSize = False
        Caption = 'Interface (IP)'
      end
      object RLoginPortEdit: TEdit
        Left = 85
        Top = 10
        Width = 39
        Height = 24
        Hint = 'TCP port for incoming connections (default=513)'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 0
      end
      object RLoginInterfaceEdit: TEdit
        Left = 85
        Top = 36
        Width = 156
        Height = 24
        Hint = 
          'Enter your Network adapter'#39's static IP address here or blank for' +
          ' <ANY>'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 2
      end
      object RLoginEnabledCheckBox: TCheckBox
        Left = 184
        Top = 10
        Width = 73
        Height = 17
        Hint = 'Enable the RLogin port'
        Caption = 'Enabled'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 1
        OnClick = RLoginEnabledCheckBoxClick
      end
      object RLoginIPallowButton: TButton
        Left = 158
        Top = 62
        Width = 83
        Height = 21
        Hint = 'IP addresses of trusted hosts to allow RLogins from'
        Caption = 'Allowed IPs'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 4
        OnClick = RLoginIPallowButtonClick
      end
      object RLogin2ndNameCheckBox: TCheckBox
        Left = 7
        Top = 62
        Width = 138
        Height = 21
        Hint = 'Use 2nd RLogin account name for the BBS user name'
        Caption = 'Use 2nd Login Name'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 3
      end
    end
    object SoundTabSheet: TTabSheet
      Caption = 'Sound'
      ImageIndex = 2
      object AnswerSoundLabel: TLabel
        Left = 7
        Top = 10
        Width = 52
        Height = 20
        AutoSize = False
        Caption = 'Answer'
      end
      object HnagupSoundLabel: TLabel
        Left = 7
        Top = 36
        Width = 52
        Height = 20
        AutoSize = False
        Caption = 'Hangup'
      end
      object AnswerSoundEdit: TEdit
        Left = 72
        Top = 10
        Width = 169
        Height = 24
        Hint = 'Sound file to play when accepting an incoming connection'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 0
      end
      object AnswerSoundButton: TButton
        Left = 247
        Top = 10
        Width = 20
        Height = 21
        Caption = '...'
        TabOrder = 1
        OnClick = AnswerSoundButtonClick
      end
      object HangupSoundEdit: TEdit
        Left = 72
        Top = 36
        Width = 169
        Height = 24
        Hint = 'Sound file to play when disconnecting'
        ParentShowHint = False
        ShowHint = True
        TabOrder = 2
      end
      object HangupSoundButton: TButton
        Left = 247
        Top = 36
        Width = 20
        Height = 21
        Caption = '...'
        TabOrder = 3
        OnClick = HangupSoundButtonClick
      end
    end
  end
  object OKBtn: TButton
    Left = 20
    Top = 201
    Width = 76
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 1
    OnClick = OKBtnClick
  end
  object CancelBtn: TButton
    Left = 104
    Top = 201
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 2
  end
  object ApplyBtn: TButton
    Left = 189
    Top = 201
    Width = 76
    Height = 25
    Cancel = True
    Caption = 'Apply'
    TabOrder = 3
    OnClick = OKBtnClick
  end
  object OpenDialog: TOpenDialog
    Filter = 'Wave Files|*.wav'
    Top = 248
  end
end

unix.superglobalmegacorp.com

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