home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / modemdr / _SETUP.1 / MDRW95.exe / 0 / RCDATA / THANDWIN / THANDWIN.txt
Encoding:
Text File  |  1999-04-03  |  1.9 KB  |  101 lines

  1. object HandWin: THandWin
  2.   Left = 206
  3.   Top = 145
  4.   BorderStyle = bsDialog
  5.   Caption = 'HandShaking Tests'
  6.   ClientHeight = 237
  7.   ClientWidth = 371
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnActivate = SetupWindow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 32
  18.     Top = 140
  19.     Width = 233
  20.     Height = 22
  21.     Style = bsRaised
  22.   end
  23.   object HandshakeGroup: TRadioGroup
  24.     Left = 56
  25.     Top = 168
  26.     Width = 201
  27.     Height = 57
  28.     TabOrder = 7
  29.   end
  30.   object ProgramModem: TRadioButton
  31.     Left = 72
  32.     Top = 200
  33.     Width = 169
  34.     Height = 17
  35.     Caption = 'Send Commands to the Modem'
  36.     TabOrder = 0
  37.   end
  38.   object UseSettings: TRadioButton
  39.     Left = 72
  40.     Top = 176
  41.     Width = 169
  42.     Height = 17
  43.     Caption = 'Use Current Settings'
  44.     TabOrder = 1
  45.   end
  46.   object HandInfo: TMemo
  47.     Left = 32
  48.     Top = 16
  49.     Width = 233
  50.     Height = 121
  51.     Alignment = taCenter
  52.     Color = clBtnFace
  53.     Font.Charset = ANSI_CHARSET
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.     TabOrder = 2
  60.   end
  61.   object OkButton: TBitBtn
  62.     Left = 288
  63.     Top = 32
  64.     Width = 75
  65.     Height = 33
  66.     TabOrder = 3
  67.     Kind = bkOK
  68.   end
  69.   object CancelButton: TBitBtn
  70.     Left = 288
  71.     Top = 80
  72.     Width = 75
  73.     Height = 33
  74.     TabOrder = 4
  75.     Kind = bkCancel
  76.   end
  77.   object HelpButton: TBitBtn
  78.     Left = 288
  79.     Top = 128
  80.     Width = 75
  81.     Height = 33
  82.     TabOrder = 5
  83.     OnClick = HelpClicked
  84.     Kind = bkHelp
  85.   end
  86.   object StaticSelect: TMemo
  87.     Left = 45
  88.     Top = 144
  89.     Width = 209
  90.     Height = 17
  91.     Alignment = taCenter
  92.     BorderStyle = bsNone
  93.     Color = clBtnFace
  94.     Ctl3D = True
  95.     Lines.Strings = (
  96.       'Select an option below, then press OK')
  97.     ParentCtl3D = False
  98.     TabOrder = 6
  99.   end
  100. end
  101.