home *** CD-ROM | disk | FTP | other *** search
- object frmDlgAVI: TfrmDlgAVI
- Left = 246
- Top = 155
- BorderStyle = bsDialog
- ClientHeight = 384
- ClientWidth = 443
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object labCompressor: TLabel
- Left = 15
- Top = 55
- Width = 58
- Height = 13
- Caption = '&Compressor:'
- end
- object labQualTitle: TLabel
- Left = 15
- Top = 215
- Width = 98
- Height = 13
- Caption = 'Compression &Quality:'
- end
- object labQuality: TLabel
- Left = 125
- Top = 215
- Width = 6
- Height = 13
- Caption = '0'
- end
- object labShow: TLabel
- Left = 15
- Top = 10
- Width = 30
- Height = 13
- Caption = '&Show:'
- end
- object labKFM: TLabel
- Left = 171
- Top = 264
- Width = 31
- Height = 13
- Caption = 'frames'
- end
- object labDataRate: TLabel
- Left = 171
- Top = 290
- Width = 35
- Height = 13
- Caption = 'kB/sec'
- end
- object Bevel1: TBevel
- Left = 8
- Top = 324
- Width = 426
- Height = 13
- Shape = bsTopLine
- end
- object lstCodecs: TListBox
- Left = 14
- Top = 71
- Width = 227
- Height = 134
- ItemHeight = 13
- TabOrder = 1
- OnClick = lstCodecsClick
- end
- object barQuality: TScrollBar
- Left = 14
- Top = 232
- Width = 227
- Height = 16
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 2
- OnChange = barQualityChange
- end
- object lstWhat: TComboBox
- Left = 14
- Top = 26
- Width = 227
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = lstWhatChange
- end
- object chkKFM: TCheckBox
- Left = 14
- Top = 262
- Width = 103
- Height = 17
- Caption = '&Key Frame Every'
- TabOrder = 3
- OnClick = chkKFMClick
- end
- object chkDataRate: TCheckBox
- Left = 14
- Top = 288
- Width = 97
- Height = 17
- Caption = '&Data Rate'
- TabOrder = 5
- OnClick = chkDataRateClick
- end
- object edKFM: TEdit
- Left = 121
- Top = 261
- Width = 43
- Height = 21
- TabOrder = 4
- end
- object edDataRate: TEdit
- Left = 121
- Top = 287
- Width = 43
- Height = 21
- TabOrder = 6
- end
- object btnConfig: TButton
- Left = 347
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Con&figure...'
- TabOrder = 7
- OnClick = btnConfigClick
- end
- object btnAbout: TButton
- Left = 347
- Top = 245
- Width = 75
- Height = 25
- Caption = '&About...'
- TabOrder = 8
- OnClick = btnAboutClick
- end
- object boxCodecInfo: TGroupBox
- Left = 254
- Top = 66
- Width = 176
- Height = 139
- Caption = 'Codec Information'
- TabOrder = 9
- object Label10: TLabel
- Left = 9
- Top = 79
- Width = 85
- Height = 13
- Caption = 'Image Resolution:'
- end
- object Label11: TLabel
- Left = 20
- Top = 96
- Width = 34
- Height = 13
- Caption = 'Before:'
- end
- object labInRes: TLabel
- Left = 62
- Top = 96
- Width = 42
- Height = 13
- Caption = 'labInRes'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object labOutRes: TLabel
- Left = 62
- Top = 113
- Width = 50
- Height = 13
- Caption = 'labOutRes'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label6: TLabel
- Left = 9
- Top = 26
- Width = 38
- Height = 13
- Caption = 'FourCC:'
- end
- object labFCC: TLabel
- Left = 62
- Top = 26
- Width = 34
- Height = 13
- Caption = 'labFCC'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label14: TLabel
- Left = 9
- Top = 43
- Width = 43
- Height = 13
- Caption = 'Encoder:'
- end
- object labEncode: TLabel
- Left = 62
- Top = 43
- Width = 51
- Height = 13
- Caption = 'labEncode'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 20
- Top = 113
- Width = 25
- Height = 13
- Caption = 'After:'
- end
- end
- object btnOK: TBitBtn
- Left = 259
- Top = 342
- Width = 84
- Height = 28
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 10
- NumGlyphs = 4
- end
- object btnCancel: TBitBtn
- Left = 343
- Top = 342
- Width = 84
- Height = 28
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 11
- NumGlyphs = 4
- end
- end
-