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

  1. object FormEdicionAnalisis: TFormEdicionAnalisis
  2.   Left = 262
  3.   Top = 153
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Editar tarea'
  7.   ClientHeight = 340
  8.   ClientWidth = 430
  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 PanelEditarElementos: TPanel
  21.     Left = 0
  22.     Top = 4
  23.     Width = 430
  24.     Height = 92
  25.     Align = alTop
  26.     BevelOuter = bvNone
  27.     ParentColor = True
  28.     TabOrder = 0
  29.     object PGBElementosAnalizar: TPlaGroupBox
  30.       Left = 14
  31.       Top = 7
  32.       Width = 406
  33.       Height = 85
  34.       TitleFont.Charset = DEFAULT_CHARSET
  35.       TitleFont.Color = 13977088
  36.       TitleFont.Height = -11
  37.       TitleFont.Name = 'Tahoma'
  38.       TitleFont.Style = []
  39.       Caption = 'Editar elementos a analizar'
  40.       TabOrder = 0
  41.       object Image1: TImage
  42.         Left = 12
  43.         Top = 19
  44.         Width = 32
  45.         Height = 32
  46.         Picture.Data = {<image001.bmp>}
  47.         Transparent = True
  48.       end
  49.       object Label1: TLabel
  50.         Left = 60
  51.         Top = 17
  52.         Width = 330
  53.         Height = 26
  54.         Anchors = [akLeft, akTop, akRight]
  55.         Caption = 
  56.           'Pulsa en Editar para a∩┐╜adir o eliminar nuevos archivos o carpeta' +
  57.           's a la lista de an∩┐╜lisis.'
  58.         Constraints.MinWidth = 330
  59.         WordWrap = True
  60.       end
  61.       object BtnEditar: TPlaButton
  62.         Left = 309
  63.         Top = 52
  64.         Width = 85
  65.         Height = 21
  66.         Anchors = [akTop, akRight]
  67.         Caption = 'Editar'
  68.         TabOrder = 0
  69.         OnClick = BtnEditarClick
  70.       end
  71.     end
  72.   end
  73.   object PanelBotones: TPanel
  74.     Left = 0
  75.     Top = 288
  76.     Width = 430
  77.     Height = 50
  78.     Align = alTop
  79.     BevelOuter = bvNone
  80.     ParentColor = True
  81.     TabOrder = 1
  82.     object BtnCancelar: TPlaButton
  83.       Left = 346
  84.       Top = 18
  85.       Width = 73
  86.       Height = 21
  87.       Anchors = [akRight, akBottom]
  88.       Caption = 'Cancelar'
  89.       TabOrder = 0
  90.       ModalResult = 2
  91.     end
  92.     object BtnAcceptar: TPlaButton
  93.       Left = 264
  94.       Top = 18
  95.       Width = 73
  96.       Height = 21
  97.       Anchors = [akRight, akBottom]
  98.       Caption = 'Aceptar'
  99.       TabOrder = 1
  100.       ModalResult = 1
  101.     end
  102.   end
  103.   object PanelConfigurarPlanificacion: TPanel
  104.     Left = 0
  105.     Top = 188
  106.     Width = 430
  107.     Height = 100
  108.     Align = alTop
  109.     BevelOuter = bvNone
  110.     ParentColor = True
  111.     TabOrder = 2
  112.     object PGBConfigurarProgramacion: TPlaGroupBox
  113.       Left = 14
  114.       Top = 7
  115.       Width = 406
  116.       Height = 93
  117.       TitleFont.Charset = DEFAULT_CHARSET
  118.       TitleFont.Color = 13977088
  119.       TitleFont.Height = -11
  120.       TitleFont.Name = 'Tahoma'
  121.       TitleFont.Style = []
  122.       Caption = 'Configuraci∩┐╜n de la programaci∩┐╜n'
  123.       TabOrder = 0
  124.       object Image3: TImage
  125.         Left = 12
  126.         Top = 19
  127.         Width = 32
  128.         Height = 32
  129.         Picture.Data = {<image002.bmp>}
  130.         Transparent = True
  131.       end
  132.       object Label3: TLabel
  133.         Left = 60
  134.         Top = 17
  135.         Width = 330
  136.         Height = 26
  137.         Anchors = [akLeft, akTop, akRight]
  138.         Caption = 
  139.           'Pulsa en Planificaci∩┐╜n para modificar la programaci∩┐╜n de la tare' +
  140.           'a de an∩┐╜lisis.'
  141.         Constraints.MinWidth = 330
  142.         WordWrap = True
  143.       end
  144.       object BtnPlanificacion: TPlaButton
  145.         Left = 309
  146.         Top = 56
  147.         Width = 85
  148.         Height = 21
  149.         HelpContext = 44
  150.         Anchors = [akTop, akRight]
  151.         Caption = 'Planificaci∩┐╜n'
  152.         TabOrder = 0
  153.         OnClick = BtnPlanificacionClick
  154.       end
  155.     end
  156.   end
  157.   object PanelAlineacionSuperior: TPanel
  158.     Left = 0
  159.     Top = 0
  160.     Width = 430
  161.     Height = 4
  162.     Align = alTop
  163.     BevelOuter = bvNone
  164.     ParentColor = True
  165.     TabOrder = 3
  166.   end
  167.   object PanelConfigurarAnalisis: TPanel
  168.     Left = 0
  169.     Top = 96
  170.     Width = 430
  171.     Height = 92
  172.     Align = alTop
  173.     BevelOuter = bvNone
  174.     ParentColor = True
  175.     TabOrder = 4
  176.     object PGBConfigurarAnalisis: TPlaGroupBox
  177.       Left = 14
  178.       Top = 7
  179.       Width = 406
  180.       Height = 85
  181.       TitleFont.Charset = DEFAULT_CHARSET
  182.       TitleFont.Color = 13977088
  183.       TitleFont.Height = -11
  184.       TitleFont.Name = 'Tahoma'
  185.       TitleFont.Style = []
  186.       Caption = 'Configuraci∩┐╜n del an∩┐╜lisis'
  187.       TabOrder = 0
  188.       object Image2: TImage
  189.         Left = 12
  190.         Top = 19
  191.         Width = 32
  192.         Height = 32
  193.         Picture.Data = {<image003.bmp>}
  194.         Transparent = True
  195.       end
  196.       object Label2: TLabel
  197.         Left = 60
  198.         Top = 17
  199.         Width = 330
  200.         Height = 26
  201.         Anchors = [akLeft, akTop, akRight]
  202.         Caption = 
  203.           'Pulsa en Configuraci∩┐╜n para modificar las propriedades del an∩┐╜li' +
  204.           'sis, si no se aplicar∩┐╜ la configuraci∩┐╜n por defecto.'
  205.         Constraints.MinWidth = 330
  206.         WordWrap = True
  207.       end
  208.       object BtnConfiguracion: TPlaButton
  209.         Left = 309
  210.         Top = 52
  211.         Width = 85
  212.         Height = 21
  213.         Anchors = [akTop, akRight]
  214.         Caption = 'Configuraci∩┐╜n'
  215.         TabOrder = 0
  216.         OnClick = BtnConfiguracionClick
  217.       end
  218.     end
  219.   end
  220. end
  221.