www.pudn.com > msn_pass_decrypt.zip > unit1.dfm


object Form1: TForm1 
  Left = 187 
  Top = 110 
  BorderStyle = bsToolWindow 
  Caption = 'MSN Password Decrypter' 
  ClientHeight = 68 
  ClientWidth = 162 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Edit1: TEdit 
    Left = 8 
    Top = 8 
    Width = 145 
    Height = 21 
    TabOrder = 0 
  end 
  object Button1: TButton 
    Left = 40 
    Top = 40 
    Width = 81 
    Height = 25 
    Caption = 'Decrypt' 
    TabOrder = 1 
    OnClick = Button1Click 
  end 
end