home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #6 / K-CD_2002-06.iso / Tools / InterCent / _SETUP.1 / Intercent99.exe / 0 / RCDATA / TFORMPICKCOM / TFORMPICKCOM.txt
Text File  |  1999-06-01  |  1KB  |  58 lines

  1. object formPickCom: TformPickCom
  2.   Left = 674
  3.   Top = 339
  4.   ActiveControl = OKBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Select Serial Port'
  8.   ClientHeight = 114
  9.   ClientWidth = 218
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object OKBtn: TBitBtn
  18.     Left = 132
  19.     Top = 12
  20.     Width = 77
  21.     Height = 27
  22.     TabOrder = 0
  23.     Kind = bkOK
  24.     Margin = 2
  25.     Spacing = -1
  26.     IsControl = True
  27.   end
  28.   object CancelBtn: TBitBtn
  29.     Left = 132
  30.     Top = 44
  31.     Width = 77
  32.     Height = 27
  33.     TabOrder = 1
  34.     Kind = bkCancel
  35.     Margin = 2
  36.     Spacing = -1
  37.     IsControl = True
  38.   end
  39.   object radioCom: TRadioGroup
  40.     Left = 8
  41.     Top = 4
  42.     Width = 109
  43.     Height = 101
  44.     Caption = 'Serial Port'
  45.     Font.Color = clBlack
  46.     Font.Height = -13
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     Items.Strings = (
  50.       'COM1'
  51.       'COM2'
  52.       'COM3'
  53.       'COM4')
  54.     ParentFont = False
  55.     TabOrder = 2
  56.   end
  57. end
  58.