home *** CD-ROM | disk | FTP | other *** search
- object FormEdicionElementosAnalizables: TFormEdicionElementosAnalizables
- Left = 306
- Top = 215
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsSingle
- Caption = 'Selecci�n de elementos'
- ClientHeight = 257
- ClientWidth = 459
- Color = 14215660
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 10
- Top = 37
- Width = 343
- Height = 13
- AutoSize = False
- Caption = 'Lista de elementos a analizar:'
- Transparent = True
- end
- object Label1: TLabel
- Left = 10
- Top = 13
- Width = 431
- Height = 13
- AutoSize = False
- Caption =
- 'Selecciona los elementos que quieres analizar con esta tarea y a' +
- '��delos en la lista.'
- Constraints.MinWidth = 425
- Transparent = True
- end
- object m_PLVElementosAnalizables: TPlaListView
- Left = 10
- Top = 53
- Width = 345
- Height = 144
- Color = clWhite
- CheckBoxes = False
- Columns = <
- item
- Width = 330
- end>
- DragCursor = crDrag
- DragMode = dmManual
- HideSelection = True
- MultiSelect = False
- ParentColor = False
- ShowColumnHeaders = False
- TabOrder = 0
- TabStop = True
- OnChange = PLVElementosAnalizablesChange
- Data = {000100000000FE}
- end
- object BtnAnadir: TPlaButton
- Left = 371
- Top = 53
- Width = 73
- Height = 21
- HelpContext = 137
- Caption = 'A�adir'
- TabOrder = 1
- OnClick = BtnAnadirClick
- Default = True
- end
- object BtnQuitar: TPlaButton
- Left = 371
- Top = 81
- Width = 73
- Height = 21
- HelpContext = 138
- Caption = 'Quitar'
- TabOrder = 2
- OnClick = BtnQuitarClick
- end
- object BtnAcceptar: TPlaButton
- Left = 293
- Top = 225
- Width = 73
- Height = 21
- Caption = 'Aceptar'
- TabOrder = 3
- ModalResult = 1
- end
- object BtnCancelar: TPlaButton
- Left = 375
- Top = 225
- Width = 73
- Height = 21
- Caption = 'Cancelar'
- TabOrder = 4
- ModalResult = 2
- end
- end
-