home *** CD-ROM | disk | FTP | other *** search
- object CommParm: TCommParm
- Left = 200
- Top = 104
- BorderStyle = bsDialog
- Caption = 'Comm Parameters'
- ClientHeight = 295
- ClientWidth = 536
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnActivate = SetScreen
- OnCreate = SetFirstTime
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 400
- Top = 40
- Width = 2
- Height = 201
- end
- object PortBox: TGroupBox
- Left = 32
- Top = 40
- Width = 81
- Height = 241
- Caption = 'Comm Ports'
- Color = clBtnFace
- Ctl3D = True
- ParentColor = False
- ParentCtl3D = False
- TabOrder = 1
- object B_COM1: TRadioButton
- Left = 8
- Top = 16
- Width = 57
- Height = 17
- Caption = 'Com1'
- TabOrder = 0
- end
- object B_COM2: TRadioButton
- Left = 8
- Top = 40
- Width = 57
- Height = 17
- Caption = 'Com2'
- TabOrder = 1
- end
- object B_COM3: TRadioButton
- Left = 8
- Top = 64
- Width = 57
- Height = 17
- Caption = 'Com3'
- TabOrder = 2
- end
- object B_COM4: TRadioButton
- Left = 8
- Top = 88
- Width = 57
- Height = 17
- Caption = 'Com4'
- TabOrder = 3
- end
- object B_COM5: TRadioButton
- Left = 8
- Top = 112
- Width = 57
- Height = 17
- Caption = 'Com5'
- TabOrder = 4
- end
- object B_COM6: TRadioButton
- Left = 8
- Top = 136
- Width = 57
- Height = 17
- Caption = 'Com6'
- TabOrder = 5
- end
- object B_COM7: TRadioButton
- Left = 8
- Top = 160
- Width = 57
- Height = 17
- Caption = 'Com7'
- TabOrder = 6
- end
- object B_COM8: TRadioButton
- Left = 8
- Top = 184
- Width = 57
- Height = 17
- Caption = 'Com8'
- TabOrder = 7
- end
- object B_COM9: TRadioButton
- Left = 8
- Top = 208
- Width = 57
- Height = 17
- Caption = 'Com9'
- TabOrder = 8
- end
- end
- object BaudBox: TGroupBox
- Left = 136
- Top = 40
- Width = 81
- Height = 241
- Caption = 'Baud Rates'
- TabOrder = 2
- object B_300: TRadioButton
- Left = 8
- Top = 16
- Width = 65
- Height = 17
- Caption = '300'
- TabOrder = 0
- end
- object B_1200: TRadioButton
- Left = 8
- Top = 40
- Width = 57
- Height = 17
- Caption = '1200'
- TabOrder = 1
- end
- object B_2400: TRadioButton
- Left = 8
- Top = 64
- Width = 57
- Height = 17
- Caption = '2400'
- TabOrder = 2
- end
- object B_4800: TRadioButton
- Left = 8
- Top = 88
- Width = 57
- Height = 17
- Caption = '4800'
- TabOrder = 3
- end
- object B_9600: TRadioButton
- Left = 8
- Top = 112
- Width = 57
- Height = 17
- Caption = '9600'
- TabOrder = 4
- end
- object B_19200: TRadioButton
- Left = 8
- Top = 136
- Width = 57
- Height = 17
- Caption = '19200'
- TabOrder = 5
- end
- object B_38400: TRadioButton
- Left = 8
- Top = 160
- Width = 57
- Height = 17
- Caption = '38400'
- TabOrder = 6
- end
- object B_57600: TRadioButton
- Left = 8
- Top = 184
- Width = 57
- Height = 17
- Caption = '57600'
- TabOrder = 7
- end
- object B_115200: TRadioButton
- Left = 8
- Top = 208
- Width = 57
- Height = 17
- Caption = '115200'
- TabOrder = 8
- end
- end
- object ModeBox: TGroupBox
- Left = 232
- Top = 40
- Width = 153
- Height = 65
- Caption = 'Test Modes'
- TabOrder = 3
- object TestModem: TRadioButton
- Left = 16
- Top = 16
- Width = 105
- Height = 17
- Caption = 'Test Modem'
- TabOrder = 0
- end
- object TestDriver: TRadioButton
- Left = 16
- Top = 40
- Width = 105
- Height = 17
- Caption = 'Test Driver Only'
- TabOrder = 1
- end
- end
- object OkButton: TBitBtn
- Left = 424
- Top = 56
- Width = 81
- Height = 41
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- Kind = bkOK
- end
- object CancelButton: TBitBtn
- Left = 424
- Top = 120
- Width = 81
- Height = 41
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 5
- Kind = bkCancel
- end
- object HelpButton: TBitBtn
- Left = 424
- Top = 184
- Width = 81
- Height = 41
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 6
- OnClick = HelpClicked
- Kind = bkHelp
- end
- object Panel2: TPanel
- Left = 17
- Top = 16
- Width = 217
- Height = 17
- Caption = 'Only Valid Ports and Baud Rates displayed'
- TabOrder = 7
- end
- object FakeBox: TGroupBox
- Left = 232
- Top = 152
- Width = 153
- Height = 97
- Caption = 'Active Modems found on'
- TabOrder = 8
- end
- object SniffWindow: TMemo
- Left = 240
- Top = 168
- Width = 137
- Height = 73
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 4
- OnClick = SpeedFocus
- end
- end
-