home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd2.bin / burn / tmpgenc / download / TMPGEnc-2.58.44.152-Free.exe / TMPGEnc.exe / 1033 / RCDATA / TAVISAVEDIALOGFORM / TAVISAVEDIALOGFORM.txt
Text File  |  2002-08-30  |  3KB  |  140 lines

  1. object AVISaveDialogForm: TAVISaveDialogForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsNone
  5.   ClientHeight = 169
  6.   ClientWidth = 488
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Bevel3: TBevel
  21.     Left = 20
  22.     Top = 77
  23.     Width = 443
  24.     Height = 82
  25.     Anchors = [akLeft, akTop, akRight]
  26.   end
  27.   object Label2: TLabel
  28.     Left = 109
  29.     Top = 89
  30.     Width = 174
  31.     Height = 12
  32.     Caption = 'frame for interleave width'
  33.   end
  34.   object Bevel4: TBevel
  35.     Left = 8
  36.     Top = 6
  37.     Width = 467
  38.     Height = 2
  39.     Anchors = [akLeft, akTop, akRight]
  40.   end
  41.   object InterleaveFrameEdit: TPGSpinEdit
  42.     Left = 32
  43.     Top = 85
  44.     Width = 71
  45.     Height = 21
  46.     AlignValue = False
  47.     CanFloatValue = False
  48.     Increment = 1
  49.     MaxValue = 100000
  50.     TabOrder = 0
  51.     Value = 0
  52.   end
  53.   object EnableVideo: TCheckBox
  54.     Left = 20
  55.     Top = 20
  56.     Width = 79
  57.     Height = 17
  58.     Caption = 'Video:'
  59.     TabOrder = 1
  60.     OnClick = EnableVideoClick
  61.   end
  62.   object VideoInfo: TEdit
  63.     Left = 104
  64.     Top = 18
  65.     Width = 299
  66.     Height = 20
  67.     Anchors = [akLeft, akTop, akRight]
  68.     Color = clBtnFace
  69.     Ctl3D = True
  70.     ParentCtl3D = False
  71.     ReadOnly = True
  72.     TabOrder = 2
  73.   end
  74.   object EnableAudio: TCheckBox
  75.     Left = 20
  76.     Top = 49
  77.     Width = 79
  78.     Height = 17
  79.     Caption = 'Audio:'
  80.     TabOrder = 3
  81.     OnClick = EnableAudioClick
  82.   end
  83.   object AudioInfo: TEdit
  84.     Left = 104
  85.     Top = 47
  86.     Width = 299
  87.     Height = 20
  88.     Anchors = [akLeft, akTop, akRight]
  89.     Color = clBtnFace
  90.     Ctl3D = True
  91.     Font.Charset = ANSI_CHARSET
  92.     Font.Color = clWindowText
  93.     Font.Height = -12
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ParentCtl3D = False
  97.     ParentFont = False
  98.     ReadOnly = True
  99.     TabOrder = 4
  100.   end
  101.   object AudioButton: TButton
  102.     Left = 407
  103.     Top = 44
  104.     Width = 57
  105.     Height = 25
  106.     Anchors = [akTop, akRight]
  107.     Caption = 'Setting'
  108.     TabOrder = 5
  109.     OnClick = AudioButtonClick
  110.   end
  111.   object VideoButton: TButton
  112.     Left = 407
  113.     Top = 15
  114.     Width = 57
  115.     Height = 25
  116.     Anchors = [akTop, akRight]
  117.     Caption = 'Setting'
  118.     TabOrder = 6
  119.     OnClick = VideoButtonClick
  120.   end
  121.   object EnableForceKeyFrame: TCheckBox
  122.     Left = 32
  123.     Top = 114
  124.     Width = 353
  125.     Height = 17
  126.     Caption = 'Output frame as keyframe if the frame is specified as I picture.'
  127.     TabOrder = 7
  128.   end
  129.   object EnableForceCopyFrame: TCheckBox
  130.     Left = 32
  131.     Top = 134
  132.     Width = 369
  133.     Height = 17
  134.     Caption = 
  135.       'Output frame as drop frame if the frame is specified as copy pic' +
  136.       'ture.'
  137.     TabOrder = 8
  138.   end
  139. end
  140.