www.pudn.com > PKEncodeDemo.zip > Unit1.dfm


object Form1: TForm1 
  Left = 373 
  Top = 138 
  Width = 848 
  Height = 535 
  Caption = 'Form1' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -14 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnCreate = FormCreate 
  PixelsPerInch = 120 
  TextHeight = 16 
  object BitBtnEncode: TBitBtn 
    Left = 414 
    Top = 532 
    Width = 92 
    Height = 30 
    Caption = 'Encode' 
    TabOrder = 0 
    OnClick = BitBtnEncodeClick 
  end 
  object Panel1: TPanel 
    Left = 89 
    Top = 30 
    Width = 848 
    Height = 454 
    Color = clCaptionText 
    TabOrder = 1 
    object Image: TImage 
      Left = 1 
      Top = 1 
      Width = 846 
      Height = 452 
      Align = alClient 
    end 
  end 
end