home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 15 / FreelogHS15.iso / Desinfection / antikak.exe / QREMOVE.exe / 0 / RCDATA / TFRMPQREMOVE / TFRMPQREMOVE.txt
Text File  |  2000-08-02  |  5KB  |  237 lines

  1. object frmPQRemove: TfrmPQRemove
  2.   Left = 474
  3.   Top = 217
  4.   BorderStyle = bsSingle
  5.   Caption = 'frmPQRemove'
  6.   ClientHeight = 359
  7.   ClientWidth = 436
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 190
  10.   Constraints.MinWidth = 434
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnResize = FormResize
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object pnlTextos: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 436
  26.     Height = 217
  27.     Align = alTop
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     object etqObjetivo: TLabel
  31.       Left = 128
  32.       Top = 16
  33.       Width = 293
  34.       Height = 65
  35.       Anchors = [akLeft, akTop, akRight]
  36.       AutoSize = False
  37.       Caption = 'etqObjetivo'
  38.       WordWrap = True
  39.     end
  40.     object etqAccion: TLabel
  41.       Left = 128
  42.       Top = 92
  43.       Width = 297
  44.       Height = 89
  45.       Anchors = [akLeft, akTop, akRight]
  46.       AutoSize = False
  47.       Caption = 'etqAccion'
  48.       WordWrap = True
  49.     end
  50.     object bvlResultado: TBevel
  51.       Left = 124
  52.       Top = 92
  53.       Width = 301
  54.       Height = 89
  55.       Anchors = [akLeft, akTop, akRight]
  56.       Shape = bsFrame
  57.       Visible = False
  58.     end
  59.     object etqResultado: TLabel
  60.       Left = 136
  61.       Top = 104
  62.       Width = 277
  63.       Height = 69
  64.       Anchors = [akLeft, akTop, akRight]
  65.       AutoSize = False
  66.       Caption = 'etqResultado'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWindowText
  69.       Font.Height = -11
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.       Visible = False
  74.       WordWrap = True
  75.     end
  76.     object etqEstadoAnalisis: TLabel
  77.       Left = 136
  78.       Top = 84
  79.       Width = 83
  80.       Height = 13
  81.       Caption = 'etqEstadoAnalisis'
  82.       Visible = False
  83.     end
  84.     object etq1: TLabel
  85.       Left = 128
  86.       Top = 84
  87.       Width = 9
  88.       Height = 13
  89.       AutoSize = False
  90.       Caption = '     '
  91.       Visible = False
  92.     end
  93.     object etq2: TLabel
  94.       Left = 236
  95.       Top = 84
  96.       Width = 9
  97.       Height = 13
  98.       AutoSize = False
  99.       Caption = '     '
  100.       Visible = False
  101.     end
  102.     object btnAdvertencia: TButton
  103.       Left = 111
  104.       Top = 192
  105.       Width = 73
  106.       Height = 22
  107.       Cursor = crHandPoint
  108.       Anchors = [akTop, akRight]
  109.       TabOrder = 0
  110.       Visible = False
  111.       OnClick = btnAdvertenciaClick
  112.     end
  113.     object btnTerminar: TButton
  114.       Left = 351
  115.       Top = 192
  116.       Width = 73
  117.       Height = 22
  118.       Cursor = crHandPoint
  119.       Anchors = [akTop, akRight]
  120.       Cancel = True
  121.       TabOrder = 5
  122.       OnClick = btnCancelarClick
  123.     end
  124.     object btnContinuar: TButton
  125.       Left = 271
  126.       Top = 192
  127.       Width = 73
  128.       Height = 22
  129.       Cursor = crHandPoint
  130.       Anchors = [akTop, akRight]
  131.       Default = True
  132.       TabOrder = 2
  133.       OnClick = btnContinuarClick
  134.     end
  135.     object bnlDibujito: TPanel
  136.       Left = 12
  137.       Top = 12
  138.       Width = 101
  139.       Height = 169
  140.       BevelOuter = bvLowered
  141.       TabOrder = 6
  142.       object imgDibujo: TImage
  143.         Left = 1
  144.         Top = 1
  145.         Width = 99
  146.         Height = 167
  147.         Align = alClient
  148.         AutoSize = True
  149.         Center = True
  150.         ParentShowHint = False
  151.         ShowHint = False
  152.       end
  153.     end
  154.     object btnLimpiar: TButton
  155.       Left = 191
  156.       Top = 192
  157.       Width = 73
  158.       Height = 22
  159.       Cursor = crHandPoint
  160.       Anchors = [akTop, akRight]
  161.       Default = True
  162.       Font.Charset = DEFAULT_CHARSET
  163.       Font.Color = clWindowText
  164.       Font.Height = -11
  165.       Font.Name = 'MS Sans Serif'
  166.       Font.Style = [fsBold]
  167.       ParentFont = False
  168.       TabOrder = 1
  169.       Visible = False
  170.       OnClick = btnLimpiarClick
  171.     end
  172.     object btnCancelar: TButton
  173.       Left = 351
  174.       Top = 192
  175.       Width = 73
  176.       Height = 22
  177.       Cursor = crHandPoint
  178.       Anchors = [akTop, akRight]
  179.       Cancel = True
  180.       TabOrder = 4
  181.       OnClick = btnCancelarClick
  182.     end
  183.     object btnDetalle: TBitBtn
  184.       Left = 271
  185.       Top = 192
  186.       Width = 73
  187.       Height = 22
  188.       Cursor = crHandPoint
  189.       Anchors = [akTop, akRight]
  190.       TabOrder = 3
  191.       Visible = False
  192.       OnClick = btnDetalleClick
  193.       Layout = blGlyphRight
  194.     end
  195.   end
  196.   object pnlAcciones: TPanel
  197.     Left = 0
  198.     Top = 217
  199.     Width = 436
  200.     Height = 142
  201.     Align = alClient
  202.     BevelOuter = bvNone
  203.     BorderWidth = 12
  204.     TabOrder = 1
  205.     Visible = False
  206.     object bvl: TPanel
  207.       Left = 12
  208.       Top = 12
  209.       Width = 412
  210.       Height = 118
  211.       Align = alClient
  212.       BevelInner = bvRaised
  213.       BevelOuter = bvLowered
  214.       TabOrder = 0
  215.       Visible = False
  216.       object lv: TListView
  217.         Left = 2
  218.         Top = 2
  219.         Width = 408
  220.         Height = 114
  221.         Align = alClient
  222.         BorderStyle = bsNone
  223.         Columns = <
  224.           item
  225.           end
  226.           item
  227.             Width = 114
  228.           end>
  229.         ColumnClick = False
  230.         ReadOnly = True
  231.         TabOrder = 0
  232.         ViewStyle = vsReport
  233.       end
  234.     end
  235.   end
  236. end
  237.