|
|
1.1 root 1: object TelnetCfgDlg: TTelnetCfgDlg 1.1.1.2 ! root 2: Left = 377 ! 3: Top = 354 1.1 root 4: BorderStyle = bsDialog 5: Caption = 'Telnet Server Configuration' 1.1.1.2 ! root 6: ClientHeight = 234 ! 7: ClientWidth = 286 1.1 root 8: Color = clBtnFace 9: ParentFont = True 10: OldCreateOrder = True 11: Position = poScreenCenter 12: OnShow = FormShow 1.1.1.2 ! root 13: PixelsPerInch = 96 ! 14: TextHeight = 13 1.1 root 15: object PageControl: TPageControl 1.1.1.2 ! root 16: Left = 3 ! 17: Top = 3 ! 18: Width = 278 ! 19: Height = 186 1.1 root 20: ActivePage = GeneralTabSheet 1.1.1.2 ! root 21: TabIndex = 0 1.1 root 22: TabOrder = 0 23: object GeneralTabSheet: TTabSheet 24: Caption = 'General' 25: object FirstNodeLabel: TLabel 1.1.1.2 ! root 26: Left = 7 ! 27: Top = 10 ! 28: Width = 78 ! 29: Height = 20 1.1 root 30: AutoSize = False 31: Caption = 'First Node' 32: end 33: object LastNodeLabel: TLabel 1.1.1.2 ! root 34: Left = 7 ! 35: Top = 36 ! 36: Width = 74 ! 37: Height = 20 1.1 root 38: AutoSize = False 39: Caption = 'Last Node' 40: end 1.1.1.2 ! root 41: object XtrnPollsLabel: TLabel ! 42: Left = 7 ! 43: Top = 62 ! 44: Width = 74 ! 45: Height = 20 ! 46: AutoSize = False ! 47: Caption = 'External Yield' ! 48: end 1.1 root 49: object AutoStartCheckBox: TCheckBox 1.1.1.2 ! root 50: Left = 148 ! 51: Top = 10 ! 52: Width = 117 ! 53: Height = 19 1.1 root 54: Hint = 'Automatically start Telnet server' 55: Caption = 'Auto Startup' 56: ParentShowHint = False 57: ShowHint = True 1.1.1.2 ! root 58: TabOrder = 5 1.1 root 59: end 60: object FirstNodeEdit: TEdit 1.1.1.2 ! root 61: Left = 85 ! 62: Top = 10 ! 63: Width = 39 ! 64: Height = 21 1.1 root 65: Hint = 'First node number available for Telnet logins' 66: ParentShowHint = False 67: ShowHint = True 1.1.1.2 ! root 68: TabOrder = 0 1.1 root 69: end 70: object XtrnMinCheckBox: TCheckBox 1.1.1.2 ! root 71: Left = 148 ! 72: Top = 36 ! 73: Width = 117 ! 74: Height = 20 1.1 root 75: Hint = 'External programs run in a minimized window' 76: Caption = 'Minimize Externals' 77: ParentShowHint = False 78: ShowHint = True 1.1.1.2 ! root 79: TabOrder = 6 1.1 root 80: end 81: object LastNodeEdit: TEdit 1.1.1.2 ! root 82: Left = 85 ! 83: Top = 36 ! 84: Width = 39 ! 85: Height = 21 1.1 root 86: Hint = 'Last node number available for Telnet logins' 87: ParentShowHint = False 88: ShowHint = True 1.1.1.2 ! root 89: TabOrder = 1 1.1 root 90: end 91: object HostnameCheckBox: TCheckBox 1.1.1.2 ! root 92: Left = 7 ! 93: Top = 88 ! 94: Width = 117 ! 95: Height = 19 ! 96: Hint = 'Automatically lookup client'#39's hostname via DNS' 1.1 root 97: Caption = 'Hostname Lookup' 98: ParentShowHint = False 99: ShowHint = True 1.1.1.2 ! root 100: TabOrder = 3 ! 101: end ! 102: object QWKEventsCheckBox: TCheckBox ! 103: Left = 148 ! 104: Top = 88 ! 105: Width = 117 ! 106: Height = 20 ! 107: Hint = 'Handle QWK Message Packet Events in This Instance' ! 108: Caption = 'QWK Msg Events' ! 109: ParentShowHint = False ! 110: ShowHint = True ! 111: TabOrder = 7 ! 112: end ! 113: object JavaScriptCheckBox: TCheckBox ! 114: Left = 148 ! 115: Top = 114 ! 116: Width = 117 ! 117: Height = 20 ! 118: Hint = 'Enable JavaScript Support' ! 119: Caption = 'JavaScript Support' ! 120: ParentShowHint = False ! 121: ShowHint = True ! 122: TabOrder = 8 ! 123: end ! 124: object XtrnYieldEdit: TEdit ! 125: Left = 85 ! 126: Top = 62 ! 127: Width = 39 ! 128: Height = 21 ! 129: Hint = ! 130: 'Number of polls before yielding time-slices for external DOS/FOS' + ! 131: 'SIL programs' ! 132: ParentShowHint = False ! 133: ShowHint = True ! 134: TabOrder = 2 ! 135: end ! 136: object IdentityCheckBox: TCheckBox ! 137: Left = 7 ! 138: Top = 114 ! 139: Width = 117 ! 140: Height = 19 ! 141: Hint = 'Automatically lookup client'#39's identity via IDENT protocol' ! 142: Caption = 'Identity Lookup' ! 143: ParentShowHint = False ! 144: ShowHint = True 1.1 root 145: TabOrder = 4 146: end 1.1.1.2 ! root 147: object EventsCheckBox: TCheckBox ! 148: Left = 148 ! 149: Top = 62 ! 150: Width = 117 ! 151: Height = 20 ! 152: Hint = 'Enable the events thread' ! 153: Caption = 'Events Enabled' ! 154: ParentShowHint = False ! 155: ShowHint = True ! 156: TabOrder = 9 ! 157: end 1.1 root 158: end 159: object TelnetTabSheet: TTabSheet 160: Caption = 'Telnet' 161: ImageIndex = 1 162: object InterfaceLabel: TLabel 1.1.1.2 ! root 163: Left = 7 ! 164: Top = 36 ! 165: Width = 78 ! 166: Height = 21 1.1 root 167: AutoSize = False 168: Caption = 'Interface (IP)' 169: end 170: object TelnetPortLabel: TLabel 1.1.1.2 ! root 171: Left = 7 ! 172: Top = 10 ! 173: Width = 78 ! 174: Height = 21 1.1 root 175: AutoSize = False 176: Caption = 'Listening Port' 177: end 178: object CmdLogCheckBox: TCheckBox 1.1.1.2 ! root 179: Left = 7 ! 180: Top = 88 ! 181: Width = 169 ! 182: Height = 21 ! 183: Hint = 'Log (debug) all transmitted and received Telnet commands' ! 184: Caption = 'Log Telnet Commands' 1.1 root 185: ParentShowHint = False 186: ShowHint = True 1.1.1.2 ! root 187: TabOrder = 3 1.1 root 188: end 189: object TelnetInterfaceEdit: TEdit 1.1.1.2 ! root 190: Left = 85 ! 191: Top = 36 ! 192: Width = 156 ! 193: Height = 21 1.1 root 194: Hint = 195: 'Enter your Network adapter'#39's static IP address here or blank for' + 196: ' <ANY>' 197: ParentShowHint = False 198: ShowHint = True 199: TabOrder = 1 200: end 201: object TelnetPortEdit: TEdit 1.1.1.2 ! root 202: Left = 85 ! 203: Top = 10 ! 204: Width = 39 ! 205: Height = 21 1.1 root 206: Hint = 'TCP port for incoming connections (default=23)' 207: ParentShowHint = False 208: ShowHint = True 1.1.1.2 ! root 209: TabOrder = 0 1.1 root 210: end 1.1.1.2 ! root 211: object TelnetGaCheckBox: TCheckBox ! 212: Left = 7 ! 213: Top = 62 ! 214: Width = 169 ! 215: Height = 21 ! 216: Hint = ! 217: 'Send periodic Telnet GA commands to help detect dropped connecti' + ! 218: 'ons' ! 219: Caption = 'Send Telnet Go-Aheads' 1.1 root 220: ParentShowHint = False 221: ShowHint = True 1.1.1.2 ! root 222: TabOrder = 2 1.1 root 223: end 224: object AutoLogonCheckBox: TCheckBox 1.1.1.2 ! root 225: Left = 7 ! 226: Top = 114 ! 227: Width = 117 ! 228: Height = 19 1.1 root 229: Hint = 'Allow V-exempt users to auto-logon based on their IP address' 230: Caption = 'AutoLogon via IP' 231: ParentShowHint = False 232: ShowHint = True 233: TabOrder = 4 234: end 235: end 236: object RLoginTabSheet: TTabSheet 237: Caption = 'RLogin' 238: ImageIndex = 3 1.1.1.2 ! root 239: object RLoginPortLabel: TLabel ! 240: Left = 7 ! 241: Top = 10 ! 242: Width = 78 ! 243: Height = 21 1.1 root 244: AutoSize = False 245: Caption = 'Listening Port' 246: end 1.1.1.2 ! root 247: object RLoginInterfaceLabel: TLabel ! 248: Left = 7 ! 249: Top = 36 ! 250: Width = 78 ! 251: Height = 21 1.1 root 252: AutoSize = False 253: Caption = 'Interface (IP)' 254: end 255: object RLoginPortEdit: TEdit 1.1.1.2 ! root 256: Left = 85 ! 257: Top = 10 ! 258: Width = 39 1.1 root 259: Height = 24 260: Hint = 'TCP port for incoming connections (default=513)' 261: ParentShowHint = False 262: ShowHint = True 263: TabOrder = 0 264: end 265: object RLoginInterfaceEdit: TEdit 1.1.1.2 ! root 266: Left = 85 ! 267: Top = 36 ! 268: Width = 156 1.1 root 269: Height = 24 270: Hint = 271: 'Enter your Network adapter'#39's static IP address here or blank for' + 272: ' <ANY>' 273: ParentShowHint = False 274: ShowHint = True 1.1.1.2 ! root 275: TabOrder = 2 1.1 root 276: end 277: object RLoginEnabledCheckBox: TCheckBox 1.1.1.2 ! root 278: Left = 184 ! 279: Top = 10 ! 280: Width = 73 ! 281: Height = 17 1.1 root 282: Hint = 'Enable the RLogin port' 283: Caption = 'Enabled' 284: ParentShowHint = False 285: ShowHint = True 1.1.1.2 ! root 286: TabOrder = 1 1.1 root 287: OnClick = RLoginEnabledCheckBoxClick 288: end 289: object RLoginIPallowButton: TButton 1.1.1.2 ! root 290: Left = 158 ! 291: Top = 62 ! 292: Width = 83 ! 293: Height = 21 1.1 root 294: Hint = 'IP addresses of trusted hosts to allow RLogins from' 295: Caption = 'Allowed IPs' 296: ParentShowHint = False 297: ShowHint = True 1.1.1.2 ! root 298: TabOrder = 4 1.1 root 299: OnClick = RLoginIPallowButtonClick 300: end 301: object RLogin2ndNameCheckBox: TCheckBox 1.1.1.2 ! root 302: Left = 7 ! 303: Top = 62 ! 304: Width = 138 ! 305: Height = 21 1.1 root 306: Hint = 'Use 2nd RLogin account name for the BBS user name' 307: Caption = 'Use 2nd Login Name' 308: ParentShowHint = False 309: ShowHint = True 1.1.1.2 ! root 310: TabOrder = 3 1.1 root 311: end 312: end 313: object SoundTabSheet: TTabSheet 314: Caption = 'Sound' 315: ImageIndex = 2 316: object AnswerSoundLabel: TLabel 1.1.1.2 ! root 317: Left = 7 ! 318: Top = 10 ! 319: Width = 52 ! 320: Height = 20 1.1 root 321: AutoSize = False 322: Caption = 'Answer' 323: end 324: object HnagupSoundLabel: TLabel 1.1.1.2 ! root 325: Left = 7 ! 326: Top = 36 ! 327: Width = 52 ! 328: Height = 20 1.1 root 329: AutoSize = False 330: Caption = 'Hangup' 331: end 332: object AnswerSoundEdit: TEdit 1.1.1.2 ! root 333: Left = 72 ! 334: Top = 10 ! 335: Width = 169 1.1 root 336: Height = 24 337: Hint = 'Sound file to play when accepting an incoming connection' 338: ParentShowHint = False 339: ShowHint = True 340: TabOrder = 0 341: end 342: object AnswerSoundButton: TButton 1.1.1.2 ! root 343: Left = 247 ! 344: Top = 10 ! 345: Width = 20 ! 346: Height = 21 1.1 root 347: Caption = '...' 348: TabOrder = 1 349: OnClick = AnswerSoundButtonClick 350: end 351: object HangupSoundEdit: TEdit 1.1.1.2 ! root 352: Left = 72 ! 353: Top = 36 ! 354: Width = 169 1.1 root 355: Height = 24 356: Hint = 'Sound file to play when disconnecting' 357: ParentShowHint = False 358: ShowHint = True 359: TabOrder = 2 360: end 361: object HangupSoundButton: TButton 1.1.1.2 ! root 362: Left = 247 ! 363: Top = 36 ! 364: Width = 20 ! 365: Height = 21 1.1 root 366: Caption = '...' 367: TabOrder = 3 368: OnClick = HangupSoundButtonClick 369: end 370: end 371: end 372: object OKBtn: TButton 1.1.1.2 ! root 373: Left = 20 ! 374: Top = 201 ! 375: Width = 76 ! 376: Height = 25 1.1 root 377: Caption = 'OK' 378: Default = True 379: ModalResult = 1 380: TabOrder = 1 381: OnClick = OKBtnClick 382: end 383: object CancelBtn: TButton 1.1.1.2 ! root 384: Left = 104 ! 385: Top = 201 ! 386: Width = 75 ! 387: Height = 25 1.1 root 388: Cancel = True 389: Caption = 'Cancel' 390: ModalResult = 2 391: TabOrder = 2 392: end 393: object ApplyBtn: TButton 1.1.1.2 ! root 394: Left = 189 ! 395: Top = 201 ! 396: Width = 76 ! 397: Height = 25 1.1 root 398: Cancel = True 399: Caption = 'Apply' 400: TabOrder = 3 401: OnClick = OKBtnClick 402: end 403: object OpenDialog: TOpenDialog 404: Filter = 'Wave Files|*.wav' 405: Top = 248 406: end 407: end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.