www.pudn.com > MP4Cam2AVI_SRC_1.2.zip > AboutForm.dfm


object fAbout: TfAbout 
  Left = 431 
  Top = 192 
  BorderStyle = bsDialog 
  BorderWidth = 10 
  Caption = 'About MP4Cam2AVI' 
  ClientHeight = 209 
  ClientWidth = 369 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poOwnerFormCenter 
  PixelsPerInch = 96 
  TextHeight = 13 
  object StaticText1: TStaticText 
    Left = 0 
    Top = 0 
    Width = 369 
    Height = 17 
    Align = alTop 
    AutoSize = False 
    Caption =  
      'MP4Cam2AVI 1.2 - .MP4 to .AVI converter/joiner for digital MPEG4' + 
      ' cameras' 
    TabOrder = 0 
  end 
  object StaticText3: TStaticText 
    Left = 0 
    Top = 17 
    Width = 369 
    Height = 32 
    Align = alTop 
    AutoSize = False 
    Caption = 'Copyright (C) 2004 by Oleg Mikheev, All Rights Reserved' 
    TabOrder = 1 
  end 
  object StaticText2: TStaticText 
    Left = 0 
    Top = 154 
    Width = 369 
    Height = 18 
    Align = alBottom 
    AutoSize = False 
    Caption =  
      'Please send all comments, criticism etc. to ' 
    TabOrder = 2 
  end 
  object Panel1: TPanel 
    Left = 0 
    Top = 172 
    Width = 369 
    Height = 37 
    Align = alBottom 
    BevelOuter = bvNone 
    TabOrder = 3 
    object btAbout: TButton 
      Left = 0 
      Top = 4 
      Width = 369 
      Height = 33 
      Caption = 'OK' 
      TabOrder = 0 
      OnClick = btAboutClick 
    end 
  end 
  object StaticText6: TStaticText 
    Left = 0 
    Top = 116 
    Width = 369 
    Height = 38 
    Align = alBottom 
    AutoSize = False 
    Caption =  
      'This program is free software and may be distributed according t' + 
      'o the terms or the GNU General Public License' 
    TabOrder = 4 
  end 
end