www.pudn.com > try2LPR-1.0.rar > Unit1.dfm


object Form1: TForm1 
  Left = 37 
  Top = 122 
  Width = 738 
  Height = 449 
  Caption = 'Form1' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poDesktopCenter 
  PixelsPerInch = 96 
  TextHeight = 13 
  object ScrollBox1: TScrollBox 
    Left = 0 
    Top = 0 
    Width = 537 
    Height = 402 
    TabOrder = 0 
    object Image1: TImage 
      Left = 0 
      Top = 0 
      Width = 321 
      Height = 241 
    end 
  end 
  object Button1: TButton 
    Left = 552 
    Top = 144 
    Width = 75 
    Height = 25 
    Caption = 'Button1' 
    TabOrder = 1 
    OnClick = Button1Click 
  end 
  object StatusBar1: TStatusBar 
    Left = 0 
    Top = 403 
    Width = 730 
    Height = 19 
    Panels = < 
      item 
        Width = 200 
      end 
      item 
        Width = 200 
      end 
      item 
        Width = 50 
      end> 
  end 
  object Edit1: TEdit 
    Left = 552 
    Top = 40 
    Width = 121 
    Height = 21 
    TabOrder = 3 
    Text = 'Edit1' 
  end 
  object OpenDialog1: TOpenDialog 
    Left = 632 
    Top = 152 
  end 
end