home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / 1stimpr / setup.exe / {app} / 1st.exe / 0 / RCDATA / TFRMDLGAVI / TFRMDLGAVI.txt
Encoding:
Text File  |  2001-06-04  |  4.8 KB  |  262 lines

  1. object frmDlgAVI: TfrmDlgAVI
  2.   Left = 246
  3.   Top = 155
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 384
  6.   ClientWidth = 443
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object labCompressor: TLabel
  17.     Left = 15
  18.     Top = 55
  19.     Width = 58
  20.     Height = 13
  21.     Caption = '&Compressor:'
  22.   end
  23.   object labQualTitle: TLabel
  24.     Left = 15
  25.     Top = 215
  26.     Width = 98
  27.     Height = 13
  28.     Caption = 'Compression &Quality:'
  29.   end
  30.   object labQuality: TLabel
  31.     Left = 125
  32.     Top = 215
  33.     Width = 6
  34.     Height = 13
  35.     Caption = '0'
  36.   end
  37.   object labShow: TLabel
  38.     Left = 15
  39.     Top = 10
  40.     Width = 30
  41.     Height = 13
  42.     Caption = '&Show:'
  43.   end
  44.   object labKFM: TLabel
  45.     Left = 171
  46.     Top = 264
  47.     Width = 31
  48.     Height = 13
  49.     Caption = 'frames'
  50.   end
  51.   object labDataRate: TLabel
  52.     Left = 171
  53.     Top = 290
  54.     Width = 35
  55.     Height = 13
  56.     Caption = 'kB/sec'
  57.   end
  58.   object Bevel1: TBevel
  59.     Left = 8
  60.     Top = 324
  61.     Width = 426
  62.     Height = 13
  63.     Shape = bsTopLine
  64.   end
  65.   object lstCodecs: TListBox
  66.     Left = 14
  67.     Top = 71
  68.     Width = 227
  69.     Height = 134
  70.     ItemHeight = 13
  71.     TabOrder = 1
  72.     OnClick = lstCodecsClick
  73.   end
  74.   object barQuality: TScrollBar
  75.     Left = 14
  76.     Top = 232
  77.     Width = 227
  78.     Height = 16
  79.     Ctl3D = True
  80.     ParentCtl3D = False
  81.     TabOrder = 2
  82.     OnChange = barQualityChange
  83.   end
  84.   object lstWhat: TComboBox
  85.     Left = 14
  86.     Top = 26
  87.     Width = 227
  88.     Height = 21
  89.     Style = csDropDownList
  90.     ItemHeight = 13
  91.     TabOrder = 0
  92.     OnChange = lstWhatChange
  93.   end
  94.   object chkKFM: TCheckBox
  95.     Left = 14
  96.     Top = 262
  97.     Width = 103
  98.     Height = 17
  99.     Caption = '&Key Frame Every'
  100.     TabOrder = 3
  101.     OnClick = chkKFMClick
  102.   end
  103.   object chkDataRate: TCheckBox
  104.     Left = 14
  105.     Top = 288
  106.     Width = 97
  107.     Height = 17
  108.     Caption = '&Data Rate'
  109.     TabOrder = 5
  110.     OnClick = chkDataRateClick
  111.   end
  112.   object edKFM: TEdit
  113.     Left = 121
  114.     Top = 261
  115.     Width = 43
  116.     Height = 21
  117.     TabOrder = 4
  118.   end
  119.   object edDataRate: TEdit
  120.     Left = 121
  121.     Top = 287
  122.     Width = 43
  123.     Height = 21
  124.     TabOrder = 6
  125.   end
  126.   object btnConfig: TButton
  127.     Left = 347
  128.     Top = 216
  129.     Width = 75
  130.     Height = 25
  131.     Caption = 'Con&figure...'
  132.     TabOrder = 7
  133.     OnClick = btnConfigClick
  134.   end
  135.   object btnAbout: TButton
  136.     Left = 347
  137.     Top = 245
  138.     Width = 75
  139.     Height = 25
  140.     Caption = '&About...'
  141.     TabOrder = 8
  142.     OnClick = btnAboutClick
  143.   end
  144.   object boxCodecInfo: TGroupBox
  145.     Left = 254
  146.     Top = 66
  147.     Width = 176
  148.     Height = 139
  149.     Caption = 'Codec Information'
  150.     TabOrder = 9
  151.     object Label10: TLabel
  152.       Left = 9
  153.       Top = 79
  154.       Width = 85
  155.       Height = 13
  156.       Caption = 'Image Resolution:'
  157.     end
  158.     object Label11: TLabel
  159.       Left = 20
  160.       Top = 96
  161.       Width = 34
  162.       Height = 13
  163.       Caption = 'Before:'
  164.     end
  165.     object labInRes: TLabel
  166.       Left = 62
  167.       Top = 96
  168.       Width = 42
  169.       Height = 13
  170.       Caption = 'labInRes'
  171.       Font.Charset = DEFAULT_CHARSET
  172.       Font.Color = clNavy
  173.       Font.Height = -11
  174.       Font.Name = 'MS Sans Serif'
  175.       Font.Style = []
  176.       ParentFont = False
  177.     end
  178.     object labOutRes: TLabel
  179.       Left = 62
  180.       Top = 113
  181.       Width = 50
  182.       Height = 13
  183.       Caption = 'labOutRes'
  184.       Font.Charset = DEFAULT_CHARSET
  185.       Font.Color = clNavy
  186.       Font.Height = -11
  187.       Font.Name = 'MS Sans Serif'
  188.       Font.Style = []
  189.       ParentFont = False
  190.     end
  191.     object Label6: TLabel
  192.       Left = 9
  193.       Top = 26
  194.       Width = 38
  195.       Height = 13
  196.       Caption = 'FourCC:'
  197.     end
  198.     object labFCC: TLabel
  199.       Left = 62
  200.       Top = 26
  201.       Width = 34
  202.       Height = 13
  203.       Caption = 'labFCC'
  204.       Font.Charset = DEFAULT_CHARSET
  205.       Font.Color = clNavy
  206.       Font.Height = -11
  207.       Font.Name = 'MS Sans Serif'
  208.       Font.Style = []
  209.       ParentFont = False
  210.     end
  211.     object Label14: TLabel
  212.       Left = 9
  213.       Top = 43
  214.       Width = 43
  215.       Height = 13
  216.       Caption = 'Encoder:'
  217.     end
  218.     object labEncode: TLabel
  219.       Left = 62
  220.       Top = 43
  221.       Width = 51
  222.       Height = 13
  223.       Caption = 'labEncode'
  224.       Font.Charset = DEFAULT_CHARSET
  225.       Font.Color = clNavy
  226.       Font.Height = -11
  227.       Font.Name = 'MS Sans Serif'
  228.       Font.Style = []
  229.       ParentFont = False
  230.     end
  231.     object Label2: TLabel
  232.       Left = 20
  233.       Top = 113
  234.       Width = 25
  235.       Height = 13
  236.       Caption = 'After:'
  237.     end
  238.   end
  239.   object btnOK: TBitBtn
  240.     Left = 259
  241.     Top = 342
  242.     Width = 84
  243.     Height = 28
  244.     Caption = 'OK'
  245.     Default = True
  246.     ModalResult = 1
  247.     TabOrder = 10
  248.     NumGlyphs = 4
  249.   end
  250.   object btnCancel: TBitBtn
  251.     Left = 343
  252.     Top = 342
  253.     Width = 84
  254.     Height = 28
  255.     Cancel = True
  256.     Caption = 'Cancel'
  257.     ModalResult = 2
  258.     TabOrder = 11
  259.     NumGlyphs = 4
  260.   end
  261. end
  262.