home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / pandatitanium / files / data1.cab / Home / Avltmain.exe / 0 / RCDATA / TFORMSELREN / TFORMSELREN.txt
Text File  |  2001-10-22  |  2KB  |  104 lines

  1. object FormSelRen: TFormSelRen
  2.   Left = 345
  3.   Top = 222
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Selecci∩┐╜n de archivos'
  7.   ClientHeight = 329
  8.   ClientWidth = 465
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PanelFondo: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 465
  24.     Height = 329
  25.     Align = alClient
  26.     BevelOuter = bvNone
  27.     Color = 15725559
  28.     TabOrder = 0
  29.     object Label63: TLabel
  30.       Left = 20
  31.       Top = 16
  32.       Width = 429
  33.       Height = 17
  34.       AutoSize = False
  35.       Caption = 'Selecciona los archivos sospechosos que deseas enviar:'
  36.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clWindowText
  38.       Font.Height = -11
  39.       Font.Name = 'Tahoma'
  40.       Font.Style = []
  41.       ParentFont = False
  42.       WordWrap = True
  43.     end
  44.     object GridRenombrados: TRSGrid
  45.       Left = 20
  46.       Top = 36
  47.       Width = 425
  48.       Height = 240
  49.       TabOrder = 0
  50.       TabStop = True
  51.       Columns = <
  52.         item
  53.           Text = 'Nombre de archivo'
  54.           Width = 323
  55.           ClickPermitido = False
  56.         end
  57.         item
  58.           Text = 'Fecha'
  59.           Width = 100
  60.           ClickPermitido = False
  61.         end>
  62.       BarraDeMikel = False
  63.       Multiseleccion = True
  64.       OnPintarCabecera = GridRenombradosPintarCabecera
  65.     end
  66.     object ButtonAceptar: TWhistlerButton
  67.       Left = 299
  68.       Top = 295
  69.       Width = 75
  70.       Height = 23
  71.       Anchors = [akRight, akBottom]
  72.       Caption = 'Aceptar'
  73.       ColorFondo = 15002603
  74.       Font.Charset = DEFAULT_CHARSET
  75.       Font.Color = clBlack
  76.       Font.Height = -11
  77.       Font.Name = 'Tahoma'
  78.       Font.Style = []
  79.       LowColorFondo = 15793151
  80.       TabOrder = 1
  81.       TabStop = True
  82.       OnClick = ButtonAceptarClick
  83.     end
  84.     object ButtonCancelar: TWhistlerButton
  85.       Left = 379
  86.       Top = 295
  87.       Width = 75
  88.       Height = 23
  89.       Anchors = [akRight, akBottom]
  90.       Caption = 'Cancelar'
  91.       ColorFondo = 15002603
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clBlack
  94.       Font.Height = -11
  95.       Font.Name = 'Tahoma'
  96.       Font.Style = []
  97.       LowColorFondo = 15793151
  98.       TabOrder = 2
  99.       TabStop = True
  100.       OnClick = ButtonCancelarClick
  101.     end
  102.   end
  103. end
  104.