home *** CD-ROM | disk | FTP | other *** search
- object PBTermCommConfigForm: TPBTermCommConfigForm
- Left = 309
- Top = 222
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Configure Connection'
- ClientHeight = 213
- ClientWidth = 201
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object BackPanel: TPanel
- Left = 4
- Top = 4
- Width = 193
- Height = 173
- TabOrder = 0
- object CommPortLabel: TLabel
- Left = 16
- Top = 36
- Width = 53
- Height = 13
- Caption = 'Comm Port'
- end
- object BaudRateLabel: TLabel
- Left = 80
- Top = 36
- Width = 51
- Height = 13
- Caption = 'Baud Rate'
- end
- object ModemInitLabel: TLabel
- Left = 16
- Top = 80
- Width = 82
- Height = 13
- Caption = 'Modem Init String'
- end
- object PhoneNumberLabel: TLabel
- Left = 16
- Top = 124
- Width = 85
- Height = 13
- Caption = 'Phone Number'
- end
- object CommPortComboBox: TComboBox
- Left = 16
- Top = 52
- Width = 61
- Height = 21
- Style = csDropDownList
- Enabled = False
- ItemHeight = 13
- Items.Strings = (
- 'COM1'
- 'COM2'
- 'COM3'
- 'COM4')
- TabOrder = 0
- end
- object BaudRateComboBox: TComboBox
- Left = 80
- Top = 52
- Width = 96
- Height = 21
- Style = csDropDownList
- Enabled = False
- ItemHeight = 13
- Items.Strings = (
- '110'
- '300'
- '600'
- '1200'
- '2400'
- '4800'
- '9600'
- '14400'
- '19200'
- '38400'
- '56000'
- '128000'
- '256000')
- TabOrder = 1
- end
- object UsePPPCheckBox: TCheckBox
- Left = 16
- Top = 12
- Width = 165
- Height = 17
- Caption = 'Use Active PPP Connection'
- State = cbChecked
- TabOrder = 2
- OnClick = UsePPPCheckBoxClick
- end
- object ModemInitEdit: TEdit
- Left = 16
- Top = 96
- Width = 157
- Height = 21
- Enabled = False
- TabOrder = 3
- Text = 'ATZ^M'
- end
- object PhoneNumberEdit: TEdit
- Left = 16
- Top = 140
- Width = 157
- Height = 21
- Enabled = False
- TabOrder = 4
- end
- end
- object OKButton: TButton
- Left = 23
- Top = 184
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TButton
- Left = 103
- Top = 184
- Width = 75
- Height = 25
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-