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
/
TAVIVIDEOCODECCHOOSEFORM
/
TAVIVIDEOCODECCHOOSEFORM.txt
Wrap
Text File
|
2002-08-30
|
3KB
|
170 lines
object AVIVideoCodecChooseForm: TAVIVideoCodecChooseForm
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = 'Video compression'
ClientHeight = 163
ClientWidth = 388
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Scaled = False
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 16
Top = 11
Width = 80
Height = 12
Caption = 'Compression:'
end
object Label2: TLabel
Left = 16
Top = 59
Width = 62
Height = 12
Caption = 'Quality:'
end
object QualityLabel: TLabel
Left = 168
Top = 59
Width = 33
Height = 12
AutoSize = False
Caption = '50'
end
object Label4: TLabel
Left = 185
Top = 133
Width = 33
Height = 12
Caption = 'KB/sec'
end
object Label5: TLabel
Left = 185
Top = 106
Width = 64
Height = 12
Caption = 'frame interval'
end
object Label6: TLabel
Left = 17
Top = 106
Width = 70
Height = 12
Caption = 'Key frame:'
end
object Label7: TLabel
Left = 17
Top = 133
Width = 65
Height = 12
Caption = 'Data rate:'
end
object CodecComboBox: TComboBox
Left = 16
Top = 27
Width = 233
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 0
OnChange = CodecComboBoxChange
OnKeyDown = EditKeyDown
end
object QualityScrollBar: TScrollBar
Left = 16
Top = 75
Width = 233
Height = 16
PageSize = 0
TabOrder = 1
OnChange = QualityScrollBarChange
OnKeyDown = EditKeyDown
end
object KeyFrameRateEdit: TPGSpinEdit
Left = 96
Top = 102
Width = 82
Height = 21
AlignValue = False
CanFloatValue = False
Increment = 1
MaxValue = 999999
TabOrder = 2
Value = 0
OnChange = KeyFrameRateEditChange
OnKeyDown = EditKeyDown
end
object DataRateEdit: TPGSpinEdit
Left = 96
Top = 129
Width = 82
Height = 21
AlignValue = True
CanFloatValue = False
Increment = 100
MaxValue = 999999
TabOrder = 3
Value = 0
OnChange = DataRateEditChange
OnKeyDown = EditKeyDown
end
object OKButton: TButton
Left = 272
Top = 16
Width = 97
Height = 24
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 4
OnClick = OKButtonClick
end
object ConfigButton: TButton
Left = 272
Top = 70
Width = 97
Height = 24
Caption = 'Setting...'
TabOrder = 5
OnClick = ConfigButtonClick
end
object CancelButton: TButton
Left = 272
Top = 43
Width = 97
Height = 24
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 6
OnClick = CancelButtonClick
end
object DefaultButton: TButton
Left = 272
Top = 97
Width = 97
Height = 24
Caption = 'Default'
TabOrder = 7
OnClick = DefaultButtonClick
end
object AboutButton: TButton
Left = 272
Top = 124
Width = 97
Height = 24
Caption = 'About...'
TabOrder = 8
OnClick = AboutButtonClick
end
end