object ComSelect: TComSelect Left = 476 Top = 372 BorderStyle = bsDialog Caption = 'Select COM-port' ClientHeight = 110 ClientWidth = 250 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 233 Height = 65 Shape = bsFrame end object Label1: TLabel Left = 24 Top = 16 Width = 30 Height = 13 Caption = 'Select' end object OKBtn: TButton Left = 47 Top = 76 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 127 Top = 76 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object CoBComList: TComboBox Left = 24 Top = 32 Width = 137 Height = 21 ItemHeight = 13 TabOrder = 2 end object Button1: TButton Left = 168 Top = 32 Width = 65 Height = 25 Caption = 'Refresh' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = Button1Click end end