home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 August / Chip_2003-08_cd2.bin / mobily / samsung / softmobile / data1.cab / VXD_Setup_Files_(Win_95) / CableDetectSam.exe / 0 / RCDATA / TCOMSELECTFORM / TCOMSELECTFORM.txt
Text File  |  2002-01-31  |  1KB  |  68 lines

  1. object ComSelectForm: TComSelectForm
  2.   Left = 336
  3.   Top = 234
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Port'
  7.   ClientHeight = 131
  8.   ClientWidth = 220
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 18
  19.     Top = 14
  20.     Width = 176
  21.     Height = 13
  22.     Caption = 'The configured serial port is not valid.'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 18
  26.     Top = 30
  27.     Width = 133
  28.     Height = 13
  29.     Caption = 'Please choose another port.'
  30.   end
  31.   object Bevel1: TBevel
  32.     Left = 8
  33.     Top = 8
  34.     Width = 201
  35.     Height = 42
  36.   end
  37.   object OkBtn: TBitBtn
  38.     Left = 6
  39.     Top = 96
  40.     Width = 85
  41.     Height = 27
  42.     Caption = 'OK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 0
  46.     NumGlyphs = 2
  47.   end
  48.   object AbortBtn: TBitBtn
  49.     Left = 126
  50.     Top = 95
  51.     Width = 85
  52.     Height = 27
  53.     Caption = 'Cancel'
  54.     ModalResult = 3
  55.     TabOrder = 1
  56.     NumGlyphs = 2
  57.   end
  58.   object PortsComboBox: TComboBox
  59.     Left = 8
  60.     Top = 64
  61.     Width = 201
  62.     Height = 21
  63.     Style = csDropDownList
  64.     ItemHeight = 13
  65.     TabOrder = 2
  66.   end
  67. end
  68.