home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 267 / _SETUP.1 / PBTerm.exe / 0 / RCDATA / TPBTERMCOMMCONFIGFORM / TPBTERMCOMMCONFIGFORM.txt
Text File  |  1997-02-09  |  3KB  |  137 lines

  1. object PBTermCommConfigForm: TPBTermCommConfigForm
  2.   Left = 309
  3.   Top = 222
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Configure Connection'
  7.   ClientHeight = 213
  8.   ClientWidth = 201
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object BackPanel: TPanel
  17.     Left = 4
  18.     Top = 4
  19.     Width = 193
  20.     Height = 173
  21.     TabOrder = 0
  22.     object CommPortLabel: TLabel
  23.       Left = 16
  24.       Top = 36
  25.       Width = 53
  26.       Height = 13
  27.       Caption = 'Comm Port'
  28.     end
  29.     object BaudRateLabel: TLabel
  30.       Left = 80
  31.       Top = 36
  32.       Width = 51
  33.       Height = 13
  34.       Caption = 'Baud Rate'
  35.     end
  36.     object ModemInitLabel: TLabel
  37.       Left = 16
  38.       Top = 80
  39.       Width = 82
  40.       Height = 13
  41.       Caption = 'Modem Init String'
  42.     end
  43.     object PhoneNumberLabel: TLabel
  44.       Left = 16
  45.       Top = 124
  46.       Width = 85
  47.       Height = 13
  48.       Caption = 'Phone Number'
  49.     end
  50.     object CommPortComboBox: TComboBox
  51.       Left = 16
  52.       Top = 52
  53.       Width = 61
  54.       Height = 21
  55.       Style = csDropDownList
  56.       Enabled = False
  57.       ItemHeight = 13
  58.       Items.Strings = (
  59.         'COM1'
  60.         'COM2'
  61.         'COM3'
  62.         'COM4')
  63.       TabOrder = 0
  64.     end
  65.     object BaudRateComboBox: TComboBox
  66.       Left = 80
  67.       Top = 52
  68.       Width = 96
  69.       Height = 21
  70.       Style = csDropDownList
  71.       Enabled = False
  72.       ItemHeight = 13
  73.       Items.Strings = (
  74.         '110'
  75.         '300'
  76.         '600'
  77.         '1200'
  78.         '2400'
  79.         '4800'
  80.         '9600'
  81.         '14400'
  82.         '19200'
  83.         '38400'
  84.         '56000'
  85.         '128000'
  86.         '256000')
  87.       TabOrder = 1
  88.     end
  89.     object UsePPPCheckBox: TCheckBox
  90.       Left = 16
  91.       Top = 12
  92.       Width = 165
  93.       Height = 17
  94.       Caption = 'Use Active PPP Connection'
  95.       State = cbChecked
  96.       TabOrder = 2
  97.       OnClick = UsePPPCheckBoxClick
  98.     end
  99.     object ModemInitEdit: TEdit
  100.       Left = 16
  101.       Top = 96
  102.       Width = 157
  103.       Height = 21
  104.       Enabled = False
  105.       TabOrder = 3
  106.       Text = 'ATZ^M'
  107.     end
  108.     object PhoneNumberEdit: TEdit
  109.       Left = 16
  110.       Top = 140
  111.       Width = 157
  112.       Height = 21
  113.       Enabled = False
  114.       TabOrder = 4
  115.     end
  116.   end
  117.   object OKButton: TButton
  118.     Left = 23
  119.     Top = 184
  120.     Width = 75
  121.     Height = 25
  122.     Caption = '&OK'
  123.     Default = True
  124.     ModalResult = 1
  125.     TabOrder = 1
  126.   end
  127.   object CancelButton: TButton
  128.     Left = 103
  129.     Top = 184
  130.     Width = 75
  131.     Height = 25
  132.     Caption = '&Cancel'
  133.     ModalResult = 2
  134.     TabOrder = 2
  135.   end
  136. end
  137.