object ProDialog: TProDialog Left = 160 Top = 311 HelpContext = 800 BorderStyle = bsDialog Caption = 'Transcript Pro Registration' ClientHeight = 148 ClientWidth = 248 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poMainFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 8 Top = 9 Width = 100 Height = 16 Caption = 'Enter user name:' end object lbl: TLabel Left = 8 Top = 57 Width = 137 Height = 16 Caption = 'Enter registration code:' end object edName: TEdit Left = 8 Top = 27 Width = 233 Height = 24 TabOrder = 0 end object OKBtn: TButton Left = 6 Top = 115 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKBtnClick end object CancelBtn: TButton Left = 86 Top = 115 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end object edCode: TEdit Left = 8 Top = 75 Width = 233 Height = 24 TabOrder = 1 end object HelpBtn: TButton Left = 166 Top = 115 Width = 75 Height = 25 Cancel = True Caption = '&Help' TabOrder = 4 OnClick = HelpBtnClick end object Translator: TJvgLanguageLoader FormSection = 'RegForm' StringsSection = 'Strings' Left = 216 end end