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

  1. object FormGuardar: TFormGuardar
  2.   Tag = 31200
  3.   Left = 268
  4.   Top = 185
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Guardar An∩┐╜lisis'
  8.   ClientHeight = 170
  9.   ClientWidth = 345
  10.   Color = 14215660
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   KeyPreview = True
  18.   OldCreateOrder = True
  19.   Position = poScreenCenter
  20.   OnActivate = FormActivate
  21.   OnKeyDown = FormKeyDown
  22.   OnKeyPress = FormKeyPress
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object PlaGroupGuardarComo: TPlaGroupBox
  26.     Left = 14
  27.     Top = 11
  28.     Width = 321
  29.     Height = 114
  30.     TitleFont.Charset = DEFAULT_CHARSET
  31.     TitleFont.Color = 13977088
  32.     TitleFont.Height = -11
  33.     TitleFont.Name = 'Tahoma'
  34.     TitleFont.Style = []
  35.     Caption = 'Guardar como'
  36.     TabOrder = 0
  37.     object Image1: TImage
  38.       Left = 12
  39.       Top = 19
  40.       Width = 32
  41.       Height = 32
  42.       Picture.Data = {<image001.bmp>}
  43.       Transparent = True
  44.     end
  45.     object Label1: TLabel
  46.       Left = 52
  47.       Top = 17
  48.       Width = 257
  49.       Height = 39
  50.       AutoSize = False
  51.       WordWrap = True
  52.     end
  53.     object Label2: TLabel
  54.       Left = 52
  55.       Top = 66
  56.       Width = 95
  57.       Height = 13
  58.       Caption = 'Nombre del an∩┐╜lisis:'
  59.     end
  60.     object EditNombre: TPlaEdit
  61.       Left = 52
  62.       Top = 81
  63.       Width = 257
  64.       Height = 21
  65.       MaxLength = 127
  66.       TabOrder = 0
  67.       Transparent = False
  68.       OnChange = EditNombreChange
  69.     end
  70.   end
  71.   object ButtonAceptar: TPlaButton
  72.     Tag = 2200
  73.     Left = 179
  74.     Top = 138
  75.     Width = 73
  76.     Height = 21
  77.     Caption = 'Aceptar'
  78.     Enabled = False
  79.     TabOrder = 1
  80.     Default = True
  81.     ModalResult = 1
  82.   end
  83.   object ButtonCancel: TPlaButton
  84.     Tag = 2400
  85.     Left = 261
  86.     Top = 138
  87.     Width = 73
  88.     Height = 21
  89.     Caption = 'Cancelar'
  90.     TabOrder = 2
  91.     Cancel = True
  92.     ModalResult = 2
  93.   end
  94. end
  95.