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

  1. object BuscarForm: TBuscarForm
  2.   Tag = 24800
  3.   Left = 242
  4.   Top = 92
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsSingle
  7.   BorderWidth = 11
  8.   Caption = 'Buscar'
  9.   ClientHeight = 246
  10.   ClientWidth = 334
  11.   Color = 14215660
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   KeyPreview = True
  19.   OldCreateOrder = True
  20.   Position = poScreenCenter
  21.   OnKeyPress = FormKeyPress
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object BTBuscaCancelar: TPlaButton
  26.     Tag = 2400
  27.     Left = 261
  28.     Top = 225
  29.     Width = 73
  30.     Height = 21
  31.     Caption = '&Cancelar'
  32.     TabOrder = 2
  33.     TabStop = False
  34.     Cancel = True
  35.     ModalResult = 2
  36.   end
  37.   object BTBuscaAceptar: TPlaButton
  38.     Tag = 2200
  39.     Left = 180
  40.     Top = 225
  41.     Width = 73
  42.     Height = 21
  43.     Caption = '&Aceptar'
  44.     TabOrder = 1
  45.     OnClick = BTBuscaAceptarClick
  46.     Default = True
  47.     ModalResult = 1
  48.   end
  49.   object PlaGroupBox1: TPlaGroupBox
  50.     Tag = 59600
  51.     Left = 0
  52.     Top = 0
  53.     Width = 329
  54.     Height = 205
  55.     TitleFont.Charset = DEFAULT_CHARSET
  56.     TitleFont.Color = 13977088
  57.     TitleFont.Height = -11
  58.     TitleFont.Name = 'Tahoma'
  59.     TitleFont.Style = []
  60.     Caption = 'B∩┐╜squeda'
  61.     TabOrder = 0
  62.     object Label1: TLabel
  63.       Tag = 24900
  64.       Left = 52
  65.       Top = 17
  66.       Width = 264
  67.       Height = 26
  68.       AutoSize = False
  69.       Caption = 
  70.         'Escribe las palabras que deseas que sean buscadas en los campos ' +
  71.         'seleccionados.'
  72.       Constraints.MinWidth = 264
  73.       Font.Charset = ANSI_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -11
  76.       Font.Name = 'Tahoma'
  77.       Font.Style = []
  78.       ParentFont = False
  79.       WordWrap = True
  80.     end
  81.     object Label2: TLabel
  82.       Tag = 25000
  83.       Left = 51
  84.       Top = 56
  85.       Width = 45
  86.       Height = 13
  87.       Alignment = taRightJustify
  88.       AutoSize = False
  89.       Caption = 'Palabras:'
  90.       Font.Charset = ANSI_CHARSET
  91.       Font.Color = clWindowText
  92.       Font.Height = -11
  93.       Font.Name = 'Tahoma'
  94.       Font.Style = []
  95.       ParentFont = False
  96.     end
  97.     object PandaBrown1: TImage
  98.       Left = 12
  99.       Top = 20
  100.       Width = 32
  101.       Height = 32
  102.       Picture.Data = {<image001.bmp>}
  103.       Transparent = True
  104.     end
  105.     object GroupBox1: TPlaGroupBox
  106.       Tag = 25100
  107.       Left = 52
  108.       Top = 84
  109.       Width = 265
  110.       Height = 109
  111.       TitleFont.Charset = DEFAULT_CHARSET
  112.       TitleFont.Color = 8408344
  113.       TitleFont.Height = -11
  114.       TitleFont.Name = 'Tahoma'
  115.       TitleFont.Style = []
  116.       Caption = 'Buscar en '
  117.       TabOrder = 1
  118.       object CBIncidencias: TPlaCheckBox
  119.         Tag = 24000
  120.         Left = 16
  121.         Top = 19
  122.         Width = 74
  123.         Height = 16
  124.         HelpContext = 106
  125.         Caption = 'Incidencias'
  126.         TabOrder = 0
  127.         State = cbChecked
  128.       end
  129.       object CBTareas: TPlaCheckBox
  130.         Tag = 25200
  131.         Left = 16
  132.         Top = 40
  133.         Width = 88
  134.         Height = 16
  135.         HelpContext = 107
  136.         Caption = 'Notificado por'
  137.         TabOrder = 1
  138.         TabStop = False
  139.       end
  140.       object CBRutas: TPlaCheckBox
  141.         Tag = 25300
  142.         Left = 16
  143.         Top = 61
  144.         Width = 122
  145.         Height = 16
  146.         HelpContext = 108
  147.         Caption = 'Informaci∩┐╜n adicional'
  148.         TabOrder = 2
  149.         TabStop = False
  150.       end
  151.       object CBAcciones: TPlaCheckBox
  152.         Tag = 2600
  153.         Left = 16
  154.         Top = 82
  155.         Width = 69
  156.         Height = 16
  157.         HelpContext = 109
  158.         Caption = 'Resultado'
  159.         TabOrder = 3
  160.         TabStop = False
  161.       end
  162.     end
  163.     object EditPalabras: TPlaEdit
  164.       Left = 104
  165.       Top = 52
  166.       Width = 213
  167.       Height = 21
  168.       Cursor = crIBeam
  169.       MaxLength = 255
  170.       TabOrder = 0
  171.       Transparent = False
  172.     end
  173.   end
  174. end
  175.