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

  1. object FormSeleccionElementos: TFormSeleccionElementos
  2.   Left = 253
  3.   Top = 186
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Selecci∩┐╜n de elementos'
  7.   ClientHeight = 275
  8.   ClientWidth = 335
  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.   Position = poOwnerFormCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 25
  23.     Top = 10
  24.     Width = 280
  25.     Height = 13
  26.     AutoSize = False
  27.     Caption = 'Selecciona el elemento que deseas a∩┐╜adir:'
  28.     Transparent = True
  29.   end
  30.   object BtnCancelar: TPlaButton
  31.     Left = 251
  32.     Top = 243
  33.     Width = 73
  34.     Height = 21
  35.     Caption = 'Cancelar'
  36.     TabOrder = 2
  37.     ModalResult = 2
  38.   end
  39.   object BtnAceptar: TPlaButton
  40.     Left = 169
  41.     Top = 243
  42.     Width = 73
  43.     Height = 21
  44.     Caption = 'Aceptar'
  45.     Enabled = False
  46.     TabOrder = 1
  47.     Default = True
  48.     ModalResult = 1
  49.   end
  50.   object m_PTVElementosSeleccionar: TPlaTreeView
  51.     Left = 25
  52.     Top = 26
  53.     Width = 285
  54.     Height = 203
  55.     AllowMultiDrag = False
  56.     AutoCheck = False
  57.     AutoExpand = False
  58.     AutoScroll = True
  59.     ChangeDelay = 0
  60.     CheckBoxesType = ctNone
  61.     DragExpandDelay = 100
  62.     ExpandOnDrag = True
  63.     HideSelection = True
  64.     HotTrack = False
  65.     Indent = 19
  66.     MultiSelect = True
  67.     ShowLines = False
  68.     ShowButtons = True
  69.     ShowHeader = False
  70.     OnAfterInsert = PTVElementosSeleccionarAfterInsert
  71.     OnCollapsed = PTVElementosSeleccionarCollapsed
  72.     OnCompare = PTVElementosSeleccionarCompare
  73.     OnDeletion = PTVElementosSeleccionarDeletion
  74.     OnExpanding = PTVElementosSeleccionarExpanding
  75.     OnSelectionChanged = PTVElementosSeleccionarSelectionChanged
  76.     ReadOnly = True
  77.     ShowRoot = True
  78.     SortOrder = soAscending
  79.     SortType = stNone
  80.     ToolTips = True
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clBlack
  83.     Font.Height = -11
  84.     Font.Name = 'Tahoma'
  85.     Font.Style = []
  86.     DragCursor = crDrag
  87.     DragMode = dmManual
  88.     TabOrder = 0
  89.     TabStop = True
  90.     OnMouseDown = PTVElementosSeleccionarMouseDown
  91.     ParentFont = False
  92.     Data = {000100000000FE}
  93.   end
  94. end
  95.