home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Demo / Panda / platinumisshuk.exe / data1.cab / Scanner / Iface.exe / 0 / RCDATA / TFORMGUARDAR / TFORMGUARDAR.txt < prev   
Encoding:
Text File  |  2003-11-01  |  1.9 KB  |  96 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.       Cursor = crIBeam
  66.       MaxLength = 127
  67.       TabOrder = 0
  68.       Transparent = False
  69.       OnChange = EditNombreChange
  70.     end
  71.   end
  72.   object ButtonAceptar: TPlaButton
  73.     Tag = 2200
  74.     Left = 179
  75.     Top = 138
  76.     Width = 73
  77.     Height = 21
  78.     Caption = 'Aceptar'
  79.     Enabled = False
  80.     TabOrder = 1
  81.     Default = True
  82.     ModalResult = 1
  83.   end
  84.   object ButtonCancel: TPlaButton
  85.     Tag = 2400
  86.     Left = 261
  87.     Top = 138
  88.     Width = 73
  89.     Height = 21
  90.     Caption = 'Cancelar'
  91.     TabOrder = 2
  92.     Cancel = True
  93.     ModalResult = 2
  94.   end
  95. end
  96.