www.pudn.com > Delphi_VC_JPEG2000.rar > Image_Form.dfm


object FormImage: TFormImage 
  Left = 226 
  Top = 116 
  Width = 500 
  Height = 500 
  BorderStyle = bsSizeToolWin 
  Caption = 'Image' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poDefault 
  WindowState = wsMaximized 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Image: TImage 
    Left = 0 
    Top = 0 
    Width = 105 
    Height = 105 
    AutoSize = True 
    Stretch = True 
  end 
end