home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 January
/
Pcwk0198.iso
/
Sharewar
/
AVICONST
/
AVICT32.EXE
/
0
/
RCDATA
/
TJCOPTWND
/
TJCOPTWND.txt
Wrap
Text File
|
1997-07-15
|
6KB
|
246 lines
object JCOptWnd: TJCOptWnd
Left = 0
Top = -1
Width = 249
Height = 390
Caption = 'Jpeg Encoding Options ...'
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 120
OnClose = FormClose
OnCreate = FormCreate
TextHeight = 16
object Label2: TLabel
Left = 0
Top = 0
Width = 241
Height = 20
Align = alTop
Caption = 'General Options:'
Font.Color = clHighlight
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object QualityLabel: TLabel
Left = 0
Top = 159
Width = 241
Height = 20
Align = alTop
Caption = 'Quality:'
Font.Color = clHighlight
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label1: TLabel
Left = 0
Top = 200
Width = 241
Height = 20
Align = alTop
Caption = 'Encoding Meathod:'
Font.Color = clHighlight
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object GeneralPanel: TMRPanel
Left = 0
Top = 20
Width = 241
Height = 139
Align = alTop
BorderWidth = 2
TabOrder = 0
BorderSides = []
Moveable = False
CBorderStyle = cbsNone
object DoBaseLine: TMRCheckBox
Left = 3
Top = 3
Width = 235
Height = 21
Caption = 'Baseline (8-bit quantizer values.)'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = DoBaseLineClick
Moveable = False
CBorderStyle = cbsNone
Align = alTop
end
object JpegGrayScale: TMRCheckBox
Left = 3
Top = 24
Width = 235
Height = 21
Caption = 'Grayscale image.'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = JpegGrayScaleClick
Moveable = False
CBorderStyle = cbsNone
Align = alTop
end
object JpegProgressive: TMRCheckBox
Left = 3
Top = 65
Width = 235
Height = 21
Caption = 'Progressive'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnClick = JpegProgressiveClick
Moveable = False
CBorderStyle = cbsNone
Align = alTop
end
object JpegOptimize: TMRCheckBox
Left = 3
Top = 45
Width = 235
Height = 20
Caption = 'Optimize'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = JpegOptimizeClick
Moveable = False
CBorderStyle = cbsNone
Align = alTop
end
object SmoothValue: TMRScrollBar
Left = 3
Top = 107
Width = 235
Height = 21
LargeChange = 10
Position = 100
TabOrder = 4
OnChange = SmoothValueChange
Moveable = False
CBorderStyle = cbsNone
Align = alTop
end
object JpegSmooth: TMRCheckBox
Left = 3
Top = 86
Width = 235
Height = 21
Caption = 'Smooth'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 5
OnClick = JpegSmoothClick
Moveable = False
CBorderStyle = cbsNone
Align = alTop
end
end
object DecodePanel: TMRPanel
Left = 0
Top = 220
Width = 241
Height = 138
Align = alClient
BorderWidth = 2
TabOrder = 1
BorderSides = []
Moveable = False
CBorderStyle = cbsNone
object jpegDecodeSlow: TARadioBtn
Left = 3
Top = 24
Width = 235
Height = 21
Caption = 'Integer DCT method (default)'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = jpegDecodeSlowClick
align = alTop
end
object jpegDecodeFast: TARadioBtn
Left = 3
Top = 3
Width = 235
Height = 21
Caption = 'Fast integer DCT (less accurate)'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = jpegDecodeFastClick
align = alTop
end
object JpegDecodeFloat: TARadioBtn
Left = 3
Top = 45
Width = 235
Height = 20
Caption = 'Float (More accurate)'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnClick = JpegDecodeFloatClick
align = alTop
end
end
object JpegQuality: TMRScrollBar
Left = 0
Top = 179
Width = 241
Height = 21
LargeChange = 10
Position = 100
TabOrder = 2
OnChange = JpegQualityChange
Moveable = False
CBorderStyle = cbsNone
Align = alTop
end
end