|
|
1.1 root 1: object ServicesCfgDlg: TServicesCfgDlg
2: Left = 578
3: Top = 317
4: BorderStyle = bsDialog
5: Caption = 'Services Configuration'
6: ClientHeight = 302
7: ClientWidth = 352
8: Color = clBtnFace
9: Font.Charset = DEFAULT_CHARSET
10: Font.Color = clWindowText
11: Font.Height = -13
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: 352
44: 302)
45: PixelsPerInch = 120
46: TextHeight = 16
47: object PageControl: TPageControl
48: Left = 4
49: Top = 4
50: Width = 342
51: Height = 245
52: ActivePage = SoundTabSheet
53: TabIndex = 1
54: TabOrder = 0
55: object GeneralTabSheet: TTabSheet
56: Caption = 'General'
57: object InterfaceLabel: TLabel
58: Left = 9
59: Top = 42
60: Width = 96
61: Height = 24
62: AutoSize = False
63: Caption = 'Interface (IP)'
64: end
65: object AutoStartCheckBox: TCheckBox
66: Left = 9
67: Top = 12
68: Width = 144
69: Height = 25
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 = 105
78: Top = 42
79: Width = 192
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 = 182
88: Top = 12
89: Width = 147
90: Height = 25
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 = 9
99: Top = 91
100: Width = 307
101: Height = 28
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 = 9
115: Top = 12
116: Width = 80
117: Height = 25
118: AutoSize = False
119: Caption = 'Connect'
120: end
121: object HangupSoundLabel: TLabel
122: Left = 9
123: Top = 44
124: Width = 80
125: Height = 25
126: AutoSize = False
127: Caption = 'Disconnect'
128: end
129: object AnswerSoundEdit: TEdit
130: Left = 105
131: Top = 12
132: Width = 192
133: Height = 24
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 = 304
141: Top = 12
142: Width = 25
143: Height = 26
144: Caption = '...'
145: TabOrder = 1
146: OnClick = AnswerSoundButtonClick
147: end
148: object HangupSoundEdit: TEdit
149: Left = 105
150: Top = 44
151: Width = 192
152: Height = 24
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 = 304
160: Top = 44
161: Width = 25
162: Height = 26
163: Caption = '...'
164: TabOrder = 3
165: OnClick = HangupSoundButtonClick
166: end
167: end
168: end
169: object OKBtn: TButton
170: Left = 25
171: Top = -47
172: Width = 93
173: Height = 30
174: Anchors = [akLeft, akBottom]
175: Caption = 'OK'
176: Default = True
177: ModalResult = 1
178: TabOrder = 1
179: end
180: object CancelBtn: TButton
181: Left = 128
182: Top = -47
183: Width = 92
184: Height = 30
185: Anchors = [akLeft, akBottom]
186: Cancel = True
187: Caption = 'Cancel'
188: ModalResult = 2
189: TabOrder = 2
190: end
191: object ApplyBtn: TButton
192: Left = 233
193: Top = -47
194: Width = 93
195: Height = 30
196: Anchors = [akLeft, akBottom]
197: Cancel = True
198: Caption = 'Apply'
199: TabOrder = 3
200: end
201: object OKButton: TButton
202: Left = 25
203: Top = 260
204: Width = 93
205: Height = 30
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 = 128
215: Top = 260
216: Width = 92
217: Height = 30
218: Anchors = [akLeft, akBottom]
219: Cancel = True
220: Caption = 'Cancel'
221: ModalResult = 2
222: TabOrder = 5
223: end
224: object ApplyButton: TButton
225: Left = 233
226: Top = 260
227: Width = 93
228: Height = 30
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: Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing, ofDontAddToRecent]
238: Left = 128
239: Top = 144
240: end
241: end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.