www.pudn.com > M2Server.rar > show.dfm


object Form2: TForm2 
  Left = 192 
  Top = 114 
  Width = 489 
  Height = 389 
  Caption = 'Form2' 
  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 PaintBox1: TPaintBox 
    Left = 0 
    Top = 0 
    Width = 481 
    Height = 355 
    Align = alClient 
    OnMouseDown = PaintBox1MouseDown 
    OnPaint = PaintBox1Paint 
  end 
end