home *** CD-ROM | disk | FTP | other *** search
- object ComSelectForm: TComSelectForm
- Left = 336
- Top = 234
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Select Port'
- ClientHeight = 131
- ClientWidth = 220
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 18
- Top = 14
- Width = 176
- Height = 13
- Caption = 'The configured serial port is not valid.'
- end
- object Label2: TLabel
- Left = 18
- Top = 30
- Width = 133
- Height = 13
- Caption = 'Please choose another port.'
- end
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 201
- Height = 42
- end
- object OkBtn: TBitBtn
- Left = 6
- Top = 96
- Width = 85
- Height = 27
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- NumGlyphs = 2
- end
- object AbortBtn: TBitBtn
- Left = 126
- Top = 95
- Width = 85
- Height = 27
- Caption = 'Cancel'
- ModalResult = 3
- TabOrder = 1
- NumGlyphs = 2
- end
- object PortsComboBox: TComboBox
- Left = 8
- Top = 64
- Width = 201
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- end
- end
-