home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / multimed / CDumper / _SETUP.1 / CDumper.exe / 0 / RCDATA / TREGDLG / TREGDLG.txt
Text File  |  1998-11-25  |  2KB  |  82 lines

  1. object RegDlg: TRegDlg
  2.   Left = 313
  3.   Top = 193
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registration'
  7.   ClientHeight = 77
  8.   ClientWidth = 267
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object Label2: TLabel
  22.     Left = 8
  23.     Top = 12
  24.     Width = 53
  25.     Height = 14
  26.     Caption = 'Pass&word:'
  27.     FocusControl = PasswordEdit
  28.   end
  29.   object Bevel1: TBevel
  30.     Left = 4
  31.     Top = 40
  32.     Width = 257
  33.     Height = 9
  34.     Shape = bsTopLine
  35.   end
  36.   object btOk: TButton
  37.     Left = 104
  38.     Top = 48
  39.     Width = 77
  40.     Height = 25
  41.     Caption = 'OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 1
  45.     OnClick = btOkClick
  46.   end
  47.   object btCancel: TButton
  48.     Left = 184
  49.     Top = 48
  50.     Width = 77
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 2
  56.   end
  57.   object PasswordEdit: TEdit
  58.     Left = 104
  59.     Top = 8
  60.     Width = 156
  61.     Height = 22
  62.     TabOrder = 0
  63.   end
  64.   object Translator: TFormTranslator
  65.     Table.Strings = (
  66.       'Registration;Registro;Registre'
  67.       'Cancel;Cancelar;Annuler'
  68.       'OK'
  69.       'Pass&word:;&Contrase∩┐╜a:;&Mot de passe:'
  70.       '1')
  71.     Properties.Strings = (
  72.       'Caption'
  73.       'Text'
  74.       'Hint')
  75.     Language = 0
  76.     ChangeFont = False
  77.     ParentFont = False
  78.     Left = 8
  79.     Top = 48
  80.   end
  81. end
  82.