object AVISaveDialogForm: TAVISaveDialogForm Left = 192 Top = 107 BorderStyle = bsNone ClientHeight = 169 ClientWidth = 488 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Scaled = False OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Bevel3: TBevel Left = 20 Top = 77 Width = 443 Height = 82 Anchors = [akLeft, akTop, akRight] end object Label2: TLabel Left = 109 Top = 89 Width = 174 Height = 12 Caption = 'frame for interleave width' end object Bevel4: TBevel Left = 8 Top = 6 Width = 467 Height = 2 Anchors = [akLeft, akTop, akRight] end object InterleaveFrameEdit: TPGSpinEdit Left = 32 Top = 85 Width = 71 Height = 21 AlignValue = False CanFloatValue = False Increment = 1 MaxValue = 100000 TabOrder = 0 Value = 0 end object EnableVideo: TCheckBox Left = 20 Top = 20 Width = 79 Height = 17 Caption = 'Video:' TabOrder = 1 OnClick = EnableVideoClick end object VideoInfo: TEdit Left = 104 Top = 18 Width = 299 Height = 20 Anchors = [akLeft, akTop, akRight] Color = clBtnFace Ctl3D = True ParentCtl3D = False ReadOnly = True TabOrder = 2 end object EnableAudio: TCheckBox Left = 20 Top = 49 Width = 79 Height = 17 Caption = 'Audio:' TabOrder = 3 OnClick = EnableAudioClick end object AudioInfo: TEdit Left = 104 Top = 47 Width = 299 Height = 20 Anchors = [akLeft, akTop, akRight] Color = clBtnFace Ctl3D = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False ReadOnly = True TabOrder = 4 end object AudioButton: TButton Left = 407 Top = 44 Width = 57 Height = 25 Anchors = [akTop, akRight] Caption = 'Setting' TabOrder = 5 OnClick = AudioButtonClick end object VideoButton: TButton Left = 407 Top = 15 Width = 57 Height = 25 Anchors = [akTop, akRight] Caption = 'Setting' TabOrder = 6 OnClick = VideoButtonClick end object EnableForceKeyFrame: TCheckBox Left = 32 Top = 114 Width = 353 Height = 17 Caption = 'Output frame as keyframe if the frame is specified as I picture.' TabOrder = 7 end object EnableForceCopyFrame: TCheckBox Left = 32 Top = 134 Width = 369 Height = 17 Caption = 'Output frame as drop frame if the frame is specified as copy pic' + 'ture.' TabOrder = 8 end end