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


object fReleaseNotes: TfReleaseNotes 
  Left = 329 
  Top = 195 
  BorderStyle = bsDialog 
  BorderWidth = 10 
  Caption = 'MP4Cam2AVI Release Notes' 
  ClientHeight = 280 
  ClientWidth = 462 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poScreenCenter 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Panel1: TPanel 
    Left = 0 
    Top = 237 
    Width = 462 
    Height = 43 
    Align = alBottom 
    BevelOuter = bvNone 
    TabOrder = 0 
    object Button1: TButton 
      Left = 160 
      Top = 8 
      Width = 137 
      Height = 33 
      Caption = 'OK' 
      TabOrder = 0 
      OnClick = Button1Click 
    end 
  end 
  object Memo1: TMemo 
    Left = 0 
    Top = 0 
    Width = 462 
    Height = 237 
    Align = alClient 
    Color = clBtnFace 
    Lines.Strings = ( 
      '*** MP4Cam2AVI Release Notes begin ***' 
      '' 
       
        '* Currently tested with .MP4 files from Sanyo/Fisher C1 and Olym' + 
        'pus 770 Movie digital ' 
      'cameras' 
      '' 
       
        '* .MOV files support from Samsung V40/50 and Pentax Optio MX is ' + 
        'experimental, no ' 
      'sound yet' 
      '' 
       
        '* OpenDML AVI extensions are not supported yet, files can'#39't be l' + 
        'arger than 2 Gb' 
      '' 
      '*** MP4Cam2AVI Release Notes end ***') 
    ReadOnly = True 
    ScrollBars = ssVertical 
    TabOrder = 1 
  end 
end