home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9COM / MDRW9510.ZIP / _SETUP.1 / MDRW95.exe / 0 / RCDATA / TDRIVERSETTINGS / TDRIVERSETTINGS.txt < prev   
Text File  |  1998-05-16  |  2KB  |  75 lines

  1. object DriverSettings: TDriverSettings
  2.   Left = 161
  3.   Top = 202
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registry Settings for this Modem'
  6.   ClientHeight = 330
  7.   ClientWidth = 544
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = ShowSettings
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 16
  20.     Top = 24
  21.     Width = 505
  22.     Height = 241
  23.     Caption = 'Panel1'
  24.     TabOrder = 1
  25.   end
  26.   object DriverWindow: TMemo
  27.     Left = 184
  28.     Top = 40
  29.     Width = 329
  30.     Height = 217
  31.     BorderStyle = bsNone
  32.     Color = clBtnFace
  33.     ReadOnly = True
  34.     TabOrder = 2
  35.     WordWrap = False
  36.     OnClick = SpeedFocus
  37.   end
  38.   object StaticInfo: TMemo
  39.     Left = 32
  40.     Top = 40
  41.     Width = 145
  42.     Height = 209
  43.     BorderStyle = bsNone
  44.     Color = clBtnFace
  45.     Lines.Strings = (
  46.       'Modem Attached To'
  47.       'Driver Date'
  48.       'Driver Description'
  49.       'Device Loader'
  50.       'Manufacturer'
  51.       'Model'
  52.       'Compression Off'
  53.       'Compression On'
  54.       'Forced Error Control'
  55.       'Error Control On'
  56.       'RTS Flow Command'
  57.       'XON/XOff Flow Command'
  58.       'Modem Manufacturer'
  59.       'Modem Reset Command'
  60.       'Modem Init String')
  61.     ReadOnly = True
  62.     TabOrder = 3
  63.     OnClick = SpeedFocus
  64.     OnEnter = ShowSettings
  65.   end
  66.   object OkButton: TBitBtn
  67.     Left = 224
  68.     Top = 280
  69.     Width = 75
  70.     Height = 25
  71.     TabOrder = 0
  72.     Kind = bkOK
  73.   end
  74. end
  75.