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 / 1041 / RCDATA / TAVIVIDEOCODECCHOOSEFORM / TAVIVIDEOCODECCHOOSEFORM.txt
Text File  |  2002-08-30  |  3KB  |  170 lines

  1. object AVIVideoCodecChooseForm: TAVIVideoCodecChooseForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = '∩┐╜r∩┐╜f∩┐╜I∩┐╜╠ê∩┐╜∩┐╜k'
  6.   ClientHeight = 163
  7.   ClientWidth = 388
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 11
  24.     Width = 80
  25.     Height = 12
  26.     Caption = '∩┐╜∩┐╜∩┐╜k∩┐╜v∩┐╜∩┐╜∩┐╜O∩┐╜∩┐╜∩┐╜∩┐╜:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 16
  30.     Top = 59
  31.     Width = 62
  32.     Height = 12
  33.     Caption = '∩┐╜∩┐╜∩┐╜k∩┐╜╠òi∩┐╜∩┐╜:'
  34.   end
  35.   object QualityLabel: TLabel
  36.     Left = 168
  37.     Top = 59
  38.     Width = 33
  39.     Height = 12
  40.     AutoSize = False
  41.     Caption = '50'
  42.   end
  43.   object Label4: TLabel
  44.     Left = 185
  45.     Top = 133
  46.     Width = 33
  47.     Height = 12
  48.     Caption = 'KB/∩┐╜b'
  49.   end
  50.   object Label5: TLabel
  51.     Left = 185
  52.     Top = 106
  53.     Width = 64
  54.     Height = 12
  55.     Caption = '∩┐╜t∩┐╜∩┐╜∩┐╜[∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  56.   end
  57.   object Label6: TLabel
  58.     Left = 17
  59.     Top = 106
  60.     Width = 70
  61.     Height = 12
  62.     Caption = '∩┐╜L∩┐╜[∩┐╜t∩┐╜∩┐╜∩┐╜[∩┐╜∩┐╜:'
  63.   end
  64.   object Label7: TLabel
  65.     Left = 17
  66.     Top = 133
  67.     Width = 65
  68.     Height = 12
  69.     Caption = '∩┐╜f∩┐╜[∩┐╜^∩┐╜∩┐╜∩┐╜[∩┐╜g:'
  70.   end
  71.   object CodecComboBox: TComboBox
  72.     Left = 16
  73.     Top = 27
  74.     Width = 233
  75.     Height = 20
  76.     Style = csDropDownList
  77.     ItemHeight = 12
  78.     TabOrder = 0
  79.     OnChange = CodecComboBoxChange
  80.     OnKeyDown = EditKeyDown
  81.   end
  82.   object QualityScrollBar: TScrollBar
  83.     Left = 16
  84.     Top = 75
  85.     Width = 233
  86.     Height = 16
  87.     PageSize = 0
  88.     TabOrder = 1
  89.     OnChange = QualityScrollBarChange
  90.     OnKeyDown = EditKeyDown
  91.   end
  92.   object KeyFrameRateEdit: TPGSpinEdit
  93.     Left = 96
  94.     Top = 102
  95.     Width = 82
  96.     Height = 21
  97.     AlignValue = False
  98.     CanFloatValue = False
  99.     Increment = 1
  100.     MaxValue = 999999
  101.     TabOrder = 2
  102.     Value = 0
  103.     OnChange = KeyFrameRateEditChange
  104.     OnKeyDown = EditKeyDown
  105.   end
  106.   object DataRateEdit: TPGSpinEdit
  107.     Left = 96
  108.     Top = 129
  109.     Width = 82
  110.     Height = 21
  111.     AlignValue = True
  112.     CanFloatValue = False
  113.     Increment = 100
  114.     MaxValue = 999999
  115.     TabOrder = 3
  116.     Value = 0
  117.     OnChange = DataRateEditChange
  118.     OnKeyDown = EditKeyDown
  119.   end
  120.   object OKButton: TButton
  121.     Left = 272
  122.     Top = 16
  123.     Width = 97
  124.     Height = 24
  125.     Caption = 'OK'
  126.     Default = True
  127.     ModalResult = 1
  128.     TabOrder = 4
  129.     OnClick = OKButtonClick
  130.   end
  131.   object ConfigButton: TButton
  132.     Left = 272
  133.     Top = 70
  134.     Width = 97
  135.     Height = 24
  136.     Caption = '∩┐╜▌Æ∩┐╜...'
  137.     TabOrder = 5
  138.     OnClick = ConfigButtonClick
  139.   end
  140.   object CancelButton: TButton
  141.     Left = 272
  142.     Top = 43
  143.     Width = 97
  144.     Height = 24
  145.     Cancel = True
  146.     Caption = '∩┐╜L∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜Z∩┐╜∩┐╜'
  147.     ModalResult = 2
  148.     TabOrder = 6
  149.     OnClick = CancelButtonClick
  150.   end
  151.   object DefaultButton: TButton
  152.     Left = 272
  153.     Top = 97
  154.     Width = 97
  155.     Height = 24
  156.     Caption = '∩┐╜W∩┐╜∩┐╜∩┐╜╔û▀é∩┐╜'
  157.     TabOrder = 7
  158.     OnClick = DefaultButtonClick
  159.   end
  160.   object AboutButton: TButton
  161.     Left = 272
  162.     Top = 124
  163.     Width = 97
  164.     Height = 24
  165.     Caption = '∩┐╜o∩┐╜[∩┐╜W∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜...'
  166.     TabOrder = 8
  167.     OnClick = AboutButtonClick
  168.   end
  169. end
  170.