home *** CD-ROM | disk | FTP | other *** search
- object HandWin: THandWin
- Left = 206
- Top = 145
- BorderStyle = bsDialog
- Caption = 'HandShaking Tests'
- ClientHeight = 237
- ClientWidth = 371
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnActivate = SetupWindow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 32
- Top = 140
- Width = 233
- Height = 22
- Style = bsRaised
- end
- object HandshakeGroup: TRadioGroup
- Left = 56
- Top = 168
- Width = 201
- Height = 57
- TabOrder = 7
- end
- object ProgramModem: TRadioButton
- Left = 72
- Top = 200
- Width = 169
- Height = 17
- Caption = 'Send Commands to the Modem'
- TabOrder = 0
- end
- object UseSettings: TRadioButton
- Left = 72
- Top = 176
- Width = 169
- Height = 17
- Caption = 'Use Current Settings'
- TabOrder = 1
- end
- object HandInfo: TMemo
- Left = 32
- Top = 16
- Width = 233
- Height = 121
- Alignment = taCenter
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- end
- object OkButton: TBitBtn
- Left = 288
- Top = 32
- Width = 75
- Height = 33
- TabOrder = 3
- Kind = bkOK
- end
- object CancelButton: TBitBtn
- Left = 288
- Top = 80
- Width = 75
- Height = 33
- TabOrder = 4
- Kind = bkCancel
- end
- object HelpButton: TBitBtn
- Left = 288
- Top = 128
- Width = 75
- Height = 33
- TabOrder = 5
- OnClick = HelpClicked
- Kind = bkHelp
- end
- object StaticSelect: TMemo
- Left = 45
- Top = 144
- Width = 209
- Height = 17
- Alignment = taCenter
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = True
- Lines.Strings = (
- 'Select an option below, then press OK')
- ParentCtl3D = False
- TabOrder = 6
- end
- end
-