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