home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 January
/
Pcwk0198.iso
/
Sharewar
/
AVICONST
/
AVICT32.EXE
/
0
/
RCDATA
/
TJOPTWND
/
TJOPTWND.txt
Wrap
Text File
|
1997-07-15
|
9KB
|
391 lines
object JoptWnd: TJoptWnd
Left = 105
Top = -4
Width = 274
Height = 426
Caption = 'Jpeg Decoding Options ...'
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 120
OnClose = FormClose
OnCreate = FormCreate
OnResize = FormResize
TextHeight = 16
object Label2: TLabel
Left = 0
Top = 0
Width = 266
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 Label4: TLabel
Left = 0
Top = 111
Width = 266
Height = 20
Align = alTop
Caption = 'Colors:'
Font.Color = clHighlight
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label5: TLabel
Left = 0
Top = 248
Width = 266
Height = 20
Align = alTop
Caption = 'Decoding Meathod:'
Font.Color = clHighlight
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label7: TLabel
Left = 0
Top = 362
Width = 266
Height = 20
Align = alTop
Caption = 'Dithering:'
Font.Color = clHighlight
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object DitherPanel: TMRPanel
Left = 0
Top = 382
Width = 266
Height = 12
Align = alClient
BorderWidth = 2
TabOrder = 0
BorderSides = []
Moveable = False
CBorderStyle = cbsNone
object JpegDitherDefault: TMRRadioButton
Left = 3
Top = 3
Width = 321
Height = 21
Caption = 'Default'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = JpegDitherDefaultClick
Moveable = False
CBorderStyle = cbsNone
Align = alTop
end
object JpegDitherNone: TMRRadioButton
Left = 3
Top = 24
Width = 321
Height = 21
Caption = 'No dithering.'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = JpegDitherNoneClick
Moveable = False
CBorderStyle = cbsNone
Align = alTop
end
object JpegDitherFast: TMRRadioButton
Left = 3
Top = 65
Width = 321
Height = 21
Caption = 'Floyd-Steinberg error diffusion dithering.'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnClick = JpegDitherFastClick
Moveable = False
CBorderStyle = cbsNone
Align = alTop
end
object JpegDitherOrdered: TMRRadioButton
Left = 3
Top = 45
Width = 321
Height = 20
Caption = 'simple ordered dithering.'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = JpegDitherOrderedClick
Moveable = False
CBorderStyle = cbsNone
Align = alTop
end
end
object DecodePanel: TMRPanel
Left = 0
Top = 268
Width = 266
Height = 94
Align = alTop
BorderWidth = 2
TabOrder = 1
BorderSides = []
Moveable = False
CBorderStyle = cbsNone
object jpegDecodeSlow: TARadioBtn
Left = 3
Top = 24
Width = 260
Height = 21
Caption = 'Integer DCT method (accurate)'
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 = 260
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 = 260
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 ColorPanel: TMRPanel
Left = 0
Top = 131
Width = 266
Height = 117
Align = alTop
BorderWidth = 2
TabOrder = 2
BorderSides = []
Moveable = False
CBorderStyle = cbsNone
object JpegDefault: TARadioBtn
Left = 3
Top = 3
Width = 260
Height = 21
Caption = 'Default (True Color)'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = JpegDefaultClick
align = alTop
end
object Jpeg16Color: TARadioBtn
Left = 3
Top = 24
Width = 260
Height = 21
Caption = '16 Colors'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = Jpeg16ColorClick
align = alTop
end
object Jpeg256Color: TARadioBtn
Left = 3
Top = 45
Width = 260
Height = 20
Caption = '256 Colors'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnClick = Jpeg256ColorClick
align = alTop
end
object JpegOtherColors: TARadioBtn
Left = 3
Top = 65
Width = 260
Height = 21
Caption = 'Other ...'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = JpegOtherColorsClick
align = alTop
end
object ColorValue: TASpinEdit
Left = 4
Top = 87
Width = 321
Height = 32
Color = clBtnFace
Increment = 10
MaxValue = 60000
MinValue = 8
TabOrder = 4
Value = 8
OnChange = ColorValueChange
Align = alTop
end
end
object GeneralPanel: TMRPanel
Left = 0
Top = 20
Width = 266
Height = 91
Align = alTop
BorderWidth = 2
TabOrder = 3
BorderSides = []
Moveable = False
CBorderStyle = cbsNone
object JpegOnePass: TMRCheckBox
Left = 3
Top = 65
Width = 260
Height = 21
Caption = 'One-pass quantization (not two).'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = JpegOnePassClick
Moveable = False
CBorderStyle = cbsNone
Align = alTop
end
object JpegNoSmooth: TMRCheckBox
Left = 3
Top = 45
Width = 260
Height = 20
Caption = 'No Smoothing.'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = JpegNoSmoothClick
Moveable = False
CBorderStyle = cbsNone
Align = alTop
end
object JpegGrayScale: TMRCheckBox
Left = 3
Top = 24
Width = 260
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 = 2
OnClick = JpegGrayScaleClick
Moveable = False
CBorderStyle = cbsNone
Align = alTop
end
object JPEGDecodeASAP: TMRCheckBox
Left = 3
Top = 3
Width = 260
Height = 21
Caption = 'Decode as fast as possible.'
Font.Color = clBtnText
Font.Height = -17
Font.Name = 'Times New Roman'
Font.Pitch = fpVariable
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = JPEGDecodeASAPClick
Moveable = False
CBorderStyle = cbsNone
Align = alTop
end
end
end