home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / virus / Plat7esdCHS / data1.cab / Comunes / Plawiz.dll / 0 / RCDATA / TFORMEDICIONELEMENTOSANALIZABLES / TFORMEDICIONELEMENTOSANALIZABLES.txt < prev   
Text File  |  2003-02-05  |  2KB  |  103 lines

  1. object FormEdicionElementosAnalizables: TFormEdicionElementosAnalizables
  2.   Left = 306
  3.   Top = 215
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Selecci∩┐╜n de elementos'
  7.   ClientHeight = 257
  8.   ClientWidth = 459
  9.   Color = 14215660
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label2: TLabel
  21.     Left = 10
  22.     Top = 37
  23.     Width = 343
  24.     Height = 13
  25.     AutoSize = False
  26.     Caption = 'Lista de elementos a analizar:'
  27.     Transparent = True
  28.   end
  29.   object Label1: TLabel
  30.     Left = 10
  31.     Top = 13
  32.     Width = 431
  33.     Height = 13
  34.     AutoSize = False
  35.     Caption = 
  36.       'Selecciona los elementos que quieres analizar con esta tarea y a' +
  37.       '∩┐╜∩┐╜delos en la lista.'
  38.     Constraints.MinWidth = 425
  39.     Transparent = True
  40.   end
  41.   object m_PLVElementosAnalizables: TPlaListView
  42.     Left = 10
  43.     Top = 53
  44.     Width = 345
  45.     Height = 144
  46.     Color = clWhite
  47.     CheckBoxes = False
  48.     Columns = <
  49.       item
  50.         Width = 330
  51.       end>
  52.     DragCursor = crDrag
  53.     DragMode = dmManual
  54.     HideSelection = True
  55.     MultiSelect = False
  56.     ParentColor = False
  57.     ShowColumnHeaders = False
  58.     TabOrder = 0
  59.     TabStop = True
  60.     OnChange = PLVElementosAnalizablesChange
  61.     Data = {000100000000FE}
  62.   end
  63.   object BtnAnadir: TPlaButton
  64.     Left = 371
  65.     Top = 53
  66.     Width = 73
  67.     Height = 21
  68.     HelpContext = 137
  69.     Caption = 'A∩┐╜adir'
  70.     TabOrder = 1
  71.     OnClick = BtnAnadirClick
  72.     Default = True
  73.   end
  74.   object BtnQuitar: TPlaButton
  75.     Left = 371
  76.     Top = 81
  77.     Width = 73
  78.     Height = 21
  79.     HelpContext = 138
  80.     Caption = 'Quitar'
  81.     TabOrder = 2
  82.     OnClick = BtnQuitarClick
  83.   end
  84.   object BtnAcceptar: TPlaButton
  85.     Left = 293
  86.     Top = 225
  87.     Width = 73
  88.     Height = 21
  89.     Caption = 'Aceptar'
  90.     TabOrder = 3
  91.     ModalResult = 1
  92.   end
  93.   object BtnCancelar: TPlaButton
  94.     Left = 375
  95.     Top = 225
  96.     Width = 73
  97.     Height = 21
  98.     Caption = 'Cancelar'
  99.     TabOrder = 4
  100.     ModalResult = 2
  101.   end
  102. end
  103.