object UserForm: TUserForm Left = 240 Top = 168 BorderStyle = bsDialog Caption = 'User' ClientHeight = 111 ClientWidth = 336 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 5 Top = 8 Width = 31 Height = 13 Caption = '&Name:' FocusControl = Edit_Name end object Label2: TLabel Left = 32 Top = 55 Width = 49 Height = 13 Caption = '&Password:' FocusControl = Edit_Password end object Label3: TLabel Left = 11 Top = 76 Width = 104 Height = 13 Caption = 'Your favourite &cookie:' FocusControl = Edit_Cookie Visible = False end object Edit_Name: TEdit Left = 66 Top = 4 Width = 268 Height = 21 TabOrder = 0 end object Edit_Password: TEdit Left = 88 Top = 50 Width = 245 Height = 21 PasswordChar = '*' TabOrder = 1 end object CheckBox_Password: TCheckBox Left = 4 Top = 30 Width = 71 Height = 17 Caption = 'P&rotected' TabOrder = 2 OnClick = CheckBox_PasswordClick end object BitBtn1: TBitBtn Left = 179 Top = 86 Width = 75 Height = 22 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 259 Top = 86 Width = 75 Height = 22 Caption = 'Cancel' ModalResult = 2 TabOrder = 4 OnClick = BitBtn2Click end object Edit_Cookie: TEdit Left = 19 Top = 89 Width = 109 Height = 21 TabOrder = 5 Visible = False end end