object DriverSettings: TDriverSettings Left = 161 Top = 202 BorderStyle = bsDialog Caption = 'Registry Settings for this Modem' ClientHeight = 330 ClientWidth = 544 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnActivate = ShowSettings PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 16 Top = 24 Width = 505 Height = 241 Caption = 'Panel1' TabOrder = 1 end object DriverWindow: TMemo Left = 184 Top = 40 Width = 329 Height = 217 BorderStyle = bsNone Color = clBtnFace ReadOnly = True TabOrder = 2 WordWrap = False OnClick = SpeedFocus end object StaticInfo: TMemo Left = 32 Top = 40 Width = 145 Height = 209 BorderStyle = bsNone Color = clBtnFace Lines.Strings = ( 'Modem Attached To' 'Driver Date' 'Driver Description' 'Device Loader' 'Manufacturer' 'Model' 'Compression Off' 'Compression On' 'Forced Error Control' 'Error Control On' 'RTS Flow Command' 'XON/XOff Flow Command' 'Modem Manufacturer' 'Modem Reset Command' 'Modem Init String') ReadOnly = True TabOrder = 3 OnClick = SpeedFocus OnEnter = ShowSettings end object OkButton: TBitBtn Left = 224 Top = 280 Width = 75 Height = 25 TabOrder = 0 Kind = bkOK end end