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

  1. object CommParm: TCommParm
  2.   Left = 200
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'Comm Parameters'
  6.   ClientHeight = 295
  7.   ClientWidth = 536
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = SetScreen
  16.   OnCreate = SetFirstTime
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 400
  21.     Top = 40
  22.     Width = 2
  23.     Height = 201
  24.   end
  25.   object PortBox: TGroupBox
  26.     Left = 32
  27.     Top = 40
  28.     Width = 81
  29.     Height = 241
  30.     Caption = 'Comm Ports'
  31.     Color = clBtnFace
  32.     Ctl3D = True
  33.     ParentColor = False
  34.     ParentCtl3D = False
  35.     TabOrder = 1
  36.     object B_COM1: TRadioButton
  37.       Left = 8
  38.       Top = 16
  39.       Width = 57
  40.       Height = 17
  41.       Caption = 'Com1'
  42.       TabOrder = 0
  43.     end
  44.     object B_COM2: TRadioButton
  45.       Left = 8
  46.       Top = 40
  47.       Width = 57
  48.       Height = 17
  49.       Caption = 'Com2'
  50.       TabOrder = 1
  51.     end
  52.     object B_COM3: TRadioButton
  53.       Left = 8
  54.       Top = 64
  55.       Width = 57
  56.       Height = 17
  57.       Caption = 'Com3'
  58.       TabOrder = 2
  59.     end
  60.     object B_COM4: TRadioButton
  61.       Left = 8
  62.       Top = 88
  63.       Width = 57
  64.       Height = 17
  65.       Caption = 'Com4'
  66.       TabOrder = 3
  67.     end
  68.     object B_COM5: TRadioButton
  69.       Left = 8
  70.       Top = 112
  71.       Width = 57
  72.       Height = 17
  73.       Caption = 'Com5'
  74.       TabOrder = 4
  75.     end
  76.     object B_COM6: TRadioButton
  77.       Left = 8
  78.       Top = 136
  79.       Width = 57
  80.       Height = 17
  81.       Caption = 'Com6'
  82.       TabOrder = 5
  83.     end
  84.     object B_COM7: TRadioButton
  85.       Left = 8
  86.       Top = 160
  87.       Width = 57
  88.       Height = 17
  89.       Caption = 'Com7'
  90.       TabOrder = 6
  91.     end
  92.     object B_COM8: TRadioButton
  93.       Left = 8
  94.       Top = 184
  95.       Width = 57
  96.       Height = 17
  97.       Caption = 'Com8'
  98.       TabOrder = 7
  99.     end
  100.     object B_COM9: TRadioButton
  101.       Left = 8
  102.       Top = 208
  103.       Width = 57
  104.       Height = 17
  105.       Caption = 'Com9'
  106.       TabOrder = 8
  107.     end
  108.   end
  109.   object BaudBox: TGroupBox
  110.     Left = 136
  111.     Top = 40
  112.     Width = 81
  113.     Height = 241
  114.     Caption = 'Baud Rates'
  115.     TabOrder = 2
  116.     object B_300: TRadioButton
  117.       Left = 8
  118.       Top = 16
  119.       Width = 65
  120.       Height = 17
  121.       Caption = '300'
  122.       TabOrder = 0
  123.     end
  124.     object B_1200: TRadioButton
  125.       Left = 8
  126.       Top = 40
  127.       Width = 57
  128.       Height = 17
  129.       Caption = '1200'
  130.       TabOrder = 1
  131.     end
  132.     object B_2400: TRadioButton
  133.       Left = 8
  134.       Top = 64
  135.       Width = 57
  136.       Height = 17
  137.       Caption = '2400'
  138.       TabOrder = 2
  139.     end
  140.     object B_4800: TRadioButton
  141.       Left = 8
  142.       Top = 88
  143.       Width = 57
  144.       Height = 17
  145.       Caption = '4800'
  146.       TabOrder = 3
  147.     end
  148.     object B_9600: TRadioButton
  149.       Left = 8
  150.       Top = 112
  151.       Width = 57
  152.       Height = 17
  153.       Caption = '9600'
  154.       TabOrder = 4
  155.     end
  156.     object B_19200: TRadioButton
  157.       Left = 8
  158.       Top = 136
  159.       Width = 57
  160.       Height = 17
  161.       Caption = '19200'
  162.       TabOrder = 5
  163.     end
  164.     object B_38400: TRadioButton
  165.       Left = 8
  166.       Top = 160
  167.       Width = 57
  168.       Height = 17
  169.       Caption = '38400'
  170.       TabOrder = 6
  171.     end
  172.     object B_57600: TRadioButton
  173.       Left = 8
  174.       Top = 184
  175.       Width = 57
  176.       Height = 17
  177.       Caption = '57600'
  178.       TabOrder = 7
  179.     end
  180.     object B_115200: TRadioButton
  181.       Left = 8
  182.       Top = 208
  183.       Width = 57
  184.       Height = 17
  185.       Caption = '115200'
  186.       TabOrder = 8
  187.     end
  188.   end
  189.   object ModeBox: TGroupBox
  190.     Left = 232
  191.     Top = 40
  192.     Width = 153
  193.     Height = 65
  194.     Caption = 'Test Modes'
  195.     TabOrder = 3
  196.     object TestModem: TRadioButton
  197.       Left = 16
  198.       Top = 16
  199.       Width = 105
  200.       Height = 17
  201.       Caption = 'Test Modem'
  202.       TabOrder = 0
  203.     end
  204.     object TestDriver: TRadioButton
  205.       Left = 16
  206.       Top = 40
  207.       Width = 105
  208.       Height = 17
  209.       Caption = 'Test Driver Only'
  210.       TabOrder = 1
  211.     end
  212.   end
  213.   object OkButton: TBitBtn
  214.     Left = 424
  215.     Top = 56
  216.     Width = 81
  217.     Height = 41
  218.     Font.Charset = ANSI_CHARSET
  219.     Font.Color = clBlack
  220.     Font.Height = -13
  221.     Font.Name = 'MS Sans Serif'
  222.     Font.Style = [fsBold]
  223.     ParentFont = False
  224.     TabOrder = 0
  225.     Kind = bkOK
  226.   end
  227.   object CancelButton: TBitBtn
  228.     Left = 424
  229.     Top = 120
  230.     Width = 81
  231.     Height = 41
  232.     Font.Charset = ANSI_CHARSET
  233.     Font.Color = clBlack
  234.     Font.Height = -13
  235.     Font.Name = 'MS Sans Serif'
  236.     Font.Style = [fsBold]
  237.     ParentFont = False
  238.     TabOrder = 5
  239.     Kind = bkCancel
  240.   end
  241.   object HelpButton: TBitBtn
  242.     Left = 424
  243.     Top = 184
  244.     Width = 81
  245.     Height = 41
  246.     Font.Charset = ANSI_CHARSET
  247.     Font.Color = clBlack
  248.     Font.Height = -13
  249.     Font.Name = 'MS Sans Serif'
  250.     Font.Style = [fsBold]
  251.     ParentFont = False
  252.     TabOrder = 6
  253.     OnClick = HelpClicked
  254.     Kind = bkHelp
  255.   end
  256.   object Panel2: TPanel
  257.     Left = 17
  258.     Top = 16
  259.     Width = 217
  260.     Height = 17
  261.     Caption = 'Only Valid Ports and Baud Rates displayed'
  262.     TabOrder = 7
  263.   end
  264.   object FakeBox: TGroupBox
  265.     Left = 232
  266.     Top = 152
  267.     Width = 153
  268.     Height = 97
  269.     Caption = 'Active Modems found on'
  270.     TabOrder = 8
  271.   end
  272.   object SniffWindow: TMemo
  273.     Left = 240
  274.     Top = 168
  275.     Width = 137
  276.     Height = 73
  277.     BorderStyle = bsNone
  278.     Color = clBtnFace
  279.     ReadOnly = True
  280.     TabOrder = 4
  281.     OnClick = SpeedFocus
  282.   end
  283. end
  284.