|
|
1.1 ! root 1: object ServicesCfgDlg: TServicesCfgDlg ! 2: Left = 578 ! 3: Top = 317 ! 4: BorderStyle = bsDialog ! 5: Caption = 'Services Configuration' ! 6: ClientHeight = 245 ! 7: ClientWidth = 286 ! 8: Color = clBtnFace ! 9: Font.Charset = DEFAULT_CHARSET ! 10: Font.Color = clWindowText ! 11: Font.Height = -10 ! 12: Font.Name = 'MS Sans Serif' ! 13: Font.Style = [] ! 14: Icon.Data = { ! 15: 0000010001002020100000000000E80200001600000028000000200000004000 ! 16: 0000010004000000000080020000000000000000000000000000000000000000 ! 17: 000000008000008000000080800080000000800080008080000080808000C0C0 ! 18: C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000 ! 19: 0000000000000000000000000000000000000000007777770000000000000000 ! 20: 0000000000000007000000000000000000000000000000070000000000000000 ! 21: 0000000000777007000000000000000000077070007770070000700000000000 ! 22: 0077000700787000000007000000000007708000077877000070007000000000 ! 23: 07088807777777770777000700000000008F88877FFFFF077887700700000000 ! 24: 00088888F88888FF08870070000000000000880888877778F070007000000007 ! 25: 77088888880007778F770077777000700008F088007777077F07000000700700 ! 26: 008F08880800077778F7700000700708888F0880F08F807078F7777700700708 ! 27: F88F0780F070F07078F7887700700708888F0780F077807088F7777700700700 ! 28: 008F0788FF00080888F77000007000000008F0780FFFF0088F77007000000000 ! 29: 0008F07788000888887700700000000000008F07788888880870007000000000 ! 30: 00088FF0077788088887000700000000008F888FF00000F87887700700000000 ! 31: 0708F8088FFFFF88078700700000000007708000088888000070070000000000 ! 32: 0077007000888007000070000000000000077700008F80070007000000000000 ! 33: 0000000000888007000000000000000000000000000000070000000000000000 ! 34: 000000000777777700000000000000000000000000000000000000000000FFFF ! 35: FFFFFFFC0FFFFFFC0FFFFFF80FFFFFF80FFFFE180E7FFC00043FF800001FF800 ! 36: 000FF800000FFC00001FFE00001FE0000001C000000180000001800000018000 ! 37: 00018000000180000001FC00001FFC00001FFE00001FFC00000FF800000FF800 ! 38: 001FF800003FFC180C7FFE380EFFFFF80FFFFFF80FFFFFF80FFFFFFFFFFF} ! 39: OldCreateOrder = False ! 40: Position = poScreenCenter ! 41: OnShow = FormShow ! 42: DesignSize = ( ! 43: 286 ! 44: 245) ! 45: PixelsPerInch = 96 ! 46: TextHeight = 13 ! 47: object PageControl: TPageControl ! 48: Left = 3 ! 49: Top = 3 ! 50: Width = 278 ! 51: Height = 199 ! 52: ActivePage = GeneralTabSheet ! 53: TabIndex = 0 ! 54: TabOrder = 0 ! 55: object GeneralTabSheet: TTabSheet ! 56: Caption = 'General' ! 57: object InterfaceLabel: TLabel ! 58: Left = 7 ! 59: Top = 34 ! 60: Width = 78 ! 61: Height = 20 ! 62: AutoSize = False ! 63: Caption = 'Interface (IP)' ! 64: end ! 65: object AutoStartCheckBox: TCheckBox ! 66: Left = 7 ! 67: Top = 10 ! 68: Width = 117 ! 69: Height = 20 ! 70: Hint = 'Automatically start Services' ! 71: Caption = 'Auto Startup' ! 72: ParentShowHint = False ! 73: ShowHint = True ! 74: TabOrder = 0 ! 75: end ! 76: object NetworkInterfaceEdit: TEdit ! 77: Left = 85 ! 78: Top = 34 ! 79: Width = 156 ! 80: Height = 24 ! 81: Hint = 'Your network adapter'#39's static IP address or blank for <ANY>' ! 82: ParentShowHint = False ! 83: ShowHint = True ! 84: TabOrder = 2 ! 85: end ! 86: object HostnameCheckBox: TCheckBox ! 87: Left = 148 ! 88: Top = 10 ! 89: Width = 119 ! 90: Height = 20 ! 91: Hint = 'Automatically lookup client'#39's hostnames via DNS' ! 92: Caption = 'Hostname Lookup' ! 93: ParentShowHint = False ! 94: ShowHint = True ! 95: TabOrder = 1 ! 96: end ! 97: object ServicesIniButton: TButton ! 98: Left = 7 ! 99: Top = 74 ! 100: Width = 250 ! 101: Height = 23 ! 102: Hint = 'services.ini' ! 103: Caption = 'Edit Services Configuration File' ! 104: ParentShowHint = False ! 105: ShowHint = True ! 106: TabOrder = 3 ! 107: OnClick = ServicesCfgButtonClick ! 108: end ! 109: end ! 110: object SoundTabSheet: TTabSheet ! 111: Caption = 'Sound' ! 112: ImageIndex = 2 ! 113: object AnswerSoundLabel: TLabel ! 114: Left = 7 ! 115: Top = 10 ! 116: Width = 65 ! 117: Height = 20 ! 118: AutoSize = False ! 119: Caption = 'Connect' ! 120: end ! 121: object HangupSoundLabel: TLabel ! 122: Left = 7 ! 123: Top = 36 ! 124: Width = 65 ! 125: Height = 20 ! 126: AutoSize = False ! 127: Caption = 'Disconnect' ! 128: end ! 129: object AnswerSoundEdit: TEdit ! 130: Left = 85 ! 131: Top = 10 ! 132: Width = 156 ! 133: Height = 21 ! 134: Hint = 'Sound file to play when users connect' ! 135: ParentShowHint = False ! 136: ShowHint = True ! 137: TabOrder = 0 ! 138: end ! 139: object AnswerSoundButton: TButton ! 140: Left = 247 ! 141: Top = 10 ! 142: Width = 20 ! 143: Height = 21 ! 144: Caption = '...' ! 145: TabOrder = 1 ! 146: OnClick = AnswerSoundButtonClick ! 147: end ! 148: object HangupSoundEdit: TEdit ! 149: Left = 85 ! 150: Top = 36 ! 151: Width = 156 ! 152: Height = 21 ! 153: Hint = 'Sound file to play when users disconnect' ! 154: ParentShowHint = False ! 155: ShowHint = True ! 156: TabOrder = 2 ! 157: end ! 158: object HangupSoundButton: TButton ! 159: Left = 247 ! 160: Top = 36 ! 161: Width = 20 ! 162: Height = 21 ! 163: Caption = '...' ! 164: TabOrder = 3 ! 165: OnClick = HangupSoundButtonClick ! 166: end ! 167: end ! 168: end ! 169: object OKBtn: TButton ! 170: Left = 20 ! 171: Top = -38 ! 172: Width = 76 ! 173: Height = 24 ! 174: Anchors = [akLeft, akBottom] ! 175: Caption = 'OK' ! 176: Default = True ! 177: ModalResult = 1 ! 178: TabOrder = 1 ! 179: end ! 180: object CancelBtn: TButton ! 181: Left = 104 ! 182: Top = -38 ! 183: Width = 75 ! 184: Height = 24 ! 185: Anchors = [akLeft, akBottom] ! 186: Cancel = True ! 187: Caption = 'Cancel' ! 188: ModalResult = 2 ! 189: TabOrder = 2 ! 190: end ! 191: object ApplyBtn: TButton ! 192: Left = 189 ! 193: Top = -38 ! 194: Width = 76 ! 195: Height = 24 ! 196: Anchors = [akLeft, akBottom] ! 197: Cancel = True ! 198: Caption = 'Apply' ! 199: TabOrder = 3 ! 200: end ! 201: object OKButton: TButton ! 202: Left = 20 ! 203: Top = 211 ! 204: Width = 76 ! 205: Height = 25 ! 206: Anchors = [akLeft, akBottom] ! 207: Caption = 'OK' ! 208: Default = True ! 209: ModalResult = 1 ! 210: TabOrder = 4 ! 211: OnClick = OKButtonClick ! 212: end ! 213: object CancelButton: TButton ! 214: Left = 104 ! 215: Top = 211 ! 216: Width = 75 ! 217: Height = 25 ! 218: Anchors = [akLeft, akBottom] ! 219: Cancel = True ! 220: Caption = 'Cancel' ! 221: ModalResult = 2 ! 222: TabOrder = 5 ! 223: end ! 224: object ApplyButton: TButton ! 225: Left = 189 ! 226: Top = 211 ! 227: Width = 76 ! 228: Height = 25 ! 229: Anchors = [akLeft, akBottom] ! 230: Cancel = True ! 231: Caption = 'Apply' ! 232: TabOrder = 6 ! 233: OnClick = OKButtonClick ! 234: end ! 235: object OpenDialog: TOpenDialog ! 236: Filter = 'Wave Files|*.wav' ! 237: Left = 128 ! 238: Top = 144 ! 239: end ! 240: end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.