object FormSelRen: TFormSelRen Left = 345 Top = 222 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Selecci�n de archivos' ClientHeight = 329 ClientWidth = 465 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PanelFondo: TPanel Left = 0 Top = 0 Width = 465 Height = 329 Align = alClient BevelOuter = bvNone Color = 15725559 TabOrder = 0 object Label63: TLabel Left = 20 Top = 16 Width = 429 Height = 17 AutoSize = False Caption = 'Selecciona los archivos sospechosos que deseas enviar:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False WordWrap = True end object GridRenombrados: TRSGrid Left = 20 Top = 36 Width = 425 Height = 240 TabOrder = 0 TabStop = True Columns = < item Text = 'Nombre de archivo' Width = 323 ClickPermitido = False end item Text = 'Fecha' Width = 100 ClickPermitido = False end> BarraDeMikel = False Multiseleccion = True OnPintarCabecera = GridRenombradosPintarCabecera end object ButtonAceptar: TWhistlerButton Left = 299 Top = 295 Width = 75 Height = 23 Anchors = [akRight, akBottom] Caption = 'Aceptar' ColorFondo = 15002603 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] LowColorFondo = 15793151 TabOrder = 1 TabStop = True OnClick = ButtonAceptarClick end object ButtonCancelar: TWhistlerButton Left = 379 Top = 295 Width = 75 Height = 23 Anchors = [akRight, akBottom] Caption = 'Cancelar' ColorFondo = 15002603 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] LowColorFondo = 15793151 TabOrder = 2 TabStop = True OnClick = ButtonCancelarClick end end end