home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / MultiCopy.es / 0 / RCDATA / TSAVEPROFILEDLG / TSAVEPROFILEDLG.txt
Text File  |  2003-02-05  |  1KB  |  58 lines

  1. object SaveProfileDlg: TSaveProfileDlg
  2.   Left = 246
  3.   Top = 288
  4.   BorderStyle = bsDialog
  5.   Caption = 'Guardar Perfil'
  6.   ClientHeight = 80
  7.   ClientWidth = 384
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblPrompt: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 273
  22.     Height = 41
  23.     AutoSize = False
  24.     Caption = 'Inserte un nombre para el nuevo perfil.'
  25.     WordWrap = True
  26.   end
  27.   object btnOK: TButton
  28.     Left = 300
  29.     Top = 8
  30.     Width = 75
  31.     Height = 23
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 1
  36.   end
  37.   object btnCancel: TButton
  38.     Left = 300
  39.     Top = 38
  40.     Width = 75
  41.     Height = 23
  42.     Cancel = True
  43.     Caption = 'Cancelar'
  44.     ModalResult = 2
  45.     TabOrder = 2
  46.   end
  47.   object edText: TEdit
  48.     Left = 8
  49.     Top = 52
  50.     Width = 273
  51.     Height = 21
  52.     TabOrder = 0
  53.     Text = 'Nuevo Perfil'
  54.     OnChange = edTextChange
  55.     OnKeyPress = edTextKeyPress
  56.   end
  57. end
  58.