object RegDlg: TRegDlg Left = 313 Top = 193 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Registration' ClientHeight = 77 ClientWidth = 267 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = True Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object Label2: TLabel Left = 8 Top = 12 Width = 53 Height = 14 Caption = 'Pass&word:' FocusControl = PasswordEdit end object Bevel1: TBevel Left = 4 Top = 40 Width = 257 Height = 9 Shape = bsTopLine end object btOk: TButton Left = 104 Top = 48 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = btOkClick end object btCancel: TButton Left = 184 Top = 48 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object PasswordEdit: TEdit Left = 104 Top = 8 Width = 156 Height = 22 TabOrder = 0 end object Translator: TFormTranslator Table.Strings = ( 'Registration;Registro;Registre' 'Cancel;Cancelar;Annuler' 'OK' 'Pass&word:;&Contrase�a:;&Mot de passe:' '1') Properties.Strings = ( 'Caption' 'Text' 'Hint') Language = 0 ChangeFont = False ParentFont = False Left = 8 Top = 48 end end