www.pudn.com > ShowImage.rar > Unit2.dfm


object Form2: TForm2 
  Left = 205 
  Top = 230 
  Width = 402 
  Height = 318 
  Caption = 'Form2' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  FormStyle = fsMDIChild 
  OldCreateOrder = False 
  Position = poDefault 
  Visible = True 
  OnClose = FormClose 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Image1: TImage 
    Left = 0 
    Top = 0 
    Width = 394 
    Height = 291 
  end 
end