object frmPassword: TfrmPassword Left = 324 Top = 122 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Enter Password' ClientHeight = 186 ClientWidth = 317 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 9 Width = 300 Height = 140 Shape = bsFrame IsControl = True end object lblIP: TLabel Left = 17 Top = 82 Width = 67 Height = 13 Caption = '&Domain Name' FocusControl = txtName end object lblPassword: TLabel Left = 17 Top = 117 Width = 46 Height = 13 Caption = '&Password' FocusControl = txtPassword end object Label1: TLabel Left = 28 Top = 22 Width = 261 Height = 35 Alignment = taCenter AutoSize = False Caption = 'Please enter your Internet Direct domain name and WebEdit passwo' + 'rd to unlock this copy of the program.' WordWrap = True end object OKBtn: TBitBtn Left = 147 Top = 157 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 231 Top = 157 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 NumGlyphs = 2 Spacing = -1 IsControl = True end object txtName: TEdit Left = 90 Top = 79 Width = 207 Height = 24 Hint = 'Enter the domain name' Font.Color = clBlack Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 0 end object txtPassword: TEdit Left = 90 Top = 114 Width = 208 Height = 24 Hint = 'Enter the password that you received along with your domain name' CharCase = ecUpperCase Font.Color = clBlack Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] MaxLength = 12 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 end end