object Puertos: TPuertos Left = 416 Top = 388 Width = 601 Height = 271 HorzScrollBar.Range = 390 VertScrollBar.Range = 252 ActiveControl = Button1 Caption = 'Seleccion de puerto:' Color = clBackground FormStyle = fsStayOnTop Position = poDefault Scaled = False OnActivate = FormActivate OnShow = FormShow PixelsPerInch = 78 object Button1: TButton Left = 205 Top = 219 Width = 185 Height = 33 Caption = 'Aceptar' TabOrder = 0 OnClick = Button1Click end object serie1: TCheckBox Left = 53 Top = 63 Width = 193 Height = 41 Caption = 'Puerto serie COM 1 (ttyS0)' TabOrder = 1 OnClick = serie1Click end object serie2: TCheckBox Left = 53 Top = 99 Width = 193 Height = 49 Caption = 'Puerto serie COM 2 (ttyS1)' TabOrder = 2 OnClick = serie2Click end object usb1: TCheckBox Left = 54 Top = 149 Width = 177 Height = 25 Caption = 'Puerto USB' Enabled = False TabOrder = 3 OnClick = usb1Click end end