home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Sharewar / AVICONST / AVICT32.EXE / 0 / RCDATA / TJOPTWND / TJOPTWND.txt
Text File  |  1997-07-15  |  9KB  |  391 lines

  1. object JoptWnd: TJoptWnd
  2.   Left = 105
  3.   Top = -4
  4.   Width = 274
  5.   Height = 426
  6.   Caption = 'Jpeg Decoding Options ...'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnResize = FormResize
  15.   TextHeight = 16
  16.   object Label2: TLabel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 266
  20.     Height = 20
  21.     Align = alTop
  22.     Caption = 'General Options:'
  23.     Font.Color = clHighlight
  24.     Font.Height = -17
  25.     Font.Name = 'Times New Roman'
  26.     Font.Pitch = fpVariable
  27.     Font.Style = [fsBold, fsItalic]
  28.     ParentFont = False
  29.   end
  30.   object Label4: TLabel
  31.     Left = 0
  32.     Top = 111
  33.     Width = 266
  34.     Height = 20
  35.     Align = alTop
  36.     Caption = 'Colors:'
  37.     Font.Color = clHighlight
  38.     Font.Height = -17
  39.     Font.Name = 'Times New Roman'
  40.     Font.Pitch = fpVariable
  41.     Font.Style = [fsBold, fsItalic]
  42.     ParentFont = False
  43.   end
  44.   object Label5: TLabel
  45.     Left = 0
  46.     Top = 248
  47.     Width = 266
  48.     Height = 20
  49.     Align = alTop
  50.     Caption = 'Decoding Meathod:'
  51.     Font.Color = clHighlight
  52.     Font.Height = -17
  53.     Font.Name = 'Times New Roman'
  54.     Font.Pitch = fpVariable
  55.     Font.Style = [fsBold, fsItalic]
  56.     ParentFont = False
  57.   end
  58.   object Label7: TLabel
  59.     Left = 0
  60.     Top = 362
  61.     Width = 266
  62.     Height = 20
  63.     Align = alTop
  64.     Caption = 'Dithering:'
  65.     Font.Color = clHighlight
  66.     Font.Height = -17
  67.     Font.Name = 'Times New Roman'
  68.     Font.Pitch = fpVariable
  69.     Font.Style = [fsBold, fsItalic]
  70.     ParentFont = False
  71.   end
  72.   object DitherPanel: TMRPanel
  73.     Left = 0
  74.     Top = 382
  75.     Width = 266
  76.     Height = 12
  77.     Align = alClient
  78.     BorderWidth = 2
  79.     TabOrder = 0
  80.     BorderSides = []
  81.     Moveable = False
  82.     CBorderStyle = cbsNone
  83.     object JpegDitherDefault: TMRRadioButton
  84.       Left = 3
  85.       Top = 3
  86.       Width = 321
  87.       Height = 21
  88.       Caption = 'Default'
  89.       Font.Color = clBtnText
  90.       Font.Height = -17
  91.       Font.Name = 'Times New Roman'
  92.       Font.Pitch = fpVariable
  93.       Font.Style = [fsBold]
  94.       ParentFont = False
  95.       TabOrder = 0
  96.       OnClick = JpegDitherDefaultClick
  97.       Moveable = False
  98.       CBorderStyle = cbsNone
  99.       Align = alTop
  100.     end
  101.     object JpegDitherNone: TMRRadioButton
  102.       Left = 3
  103.       Top = 24
  104.       Width = 321
  105.       Height = 21
  106.       Caption = 'No dithering.'
  107.       Font.Color = clBtnText
  108.       Font.Height = -17
  109.       Font.Name = 'Times New Roman'
  110.       Font.Pitch = fpVariable
  111.       Font.Style = [fsBold]
  112.       ParentFont = False
  113.       TabOrder = 1
  114.       OnClick = JpegDitherNoneClick
  115.       Moveable = False
  116.       CBorderStyle = cbsNone
  117.       Align = alTop
  118.     end
  119.     object JpegDitherFast: TMRRadioButton
  120.       Left = 3
  121.       Top = 65
  122.       Width = 321
  123.       Height = 21
  124.       Caption = 'Floyd-Steinberg error diffusion dithering.'
  125.       Font.Color = clBtnText
  126.       Font.Height = -17
  127.       Font.Name = 'Times New Roman'
  128.       Font.Pitch = fpVariable
  129.       Font.Style = [fsBold]
  130.       ParentFont = False
  131.       TabOrder = 2
  132.       OnClick = JpegDitherFastClick
  133.       Moveable = False
  134.       CBorderStyle = cbsNone
  135.       Align = alTop
  136.     end
  137.     object JpegDitherOrdered: TMRRadioButton
  138.       Left = 3
  139.       Top = 45
  140.       Width = 321
  141.       Height = 20
  142.       Caption = 'simple ordered dithering.'
  143.       Font.Color = clBtnText
  144.       Font.Height = -17
  145.       Font.Name = 'Times New Roman'
  146.       Font.Pitch = fpVariable
  147.       Font.Style = [fsBold]
  148.       ParentFont = False
  149.       TabOrder = 3
  150.       OnClick = JpegDitherOrderedClick
  151.       Moveable = False
  152.       CBorderStyle = cbsNone
  153.       Align = alTop
  154.     end
  155.   end
  156.   object DecodePanel: TMRPanel
  157.     Left = 0
  158.     Top = 268
  159.     Width = 266
  160.     Height = 94
  161.     Align = alTop
  162.     BorderWidth = 2
  163.     TabOrder = 1
  164.     BorderSides = []
  165.     Moveable = False
  166.     CBorderStyle = cbsNone
  167.     object jpegDecodeSlow: TARadioBtn
  168.       Left = 3
  169.       Top = 24
  170.       Width = 260
  171.       Height = 21
  172.       Caption = 'Integer DCT method  (accurate)'
  173.       Font.Color = clBtnText
  174.       Font.Height = -17
  175.       Font.Name = 'Times New Roman'
  176.       Font.Pitch = fpVariable
  177.       Font.Style = [fsBold]
  178.       ParentFont = False
  179.       TabOrder = 0
  180.       OnClick = jpegDecodeSlowClick
  181.       align = alTop
  182.     end
  183.     object jpegDecodeFast: TARadioBtn
  184.       Left = 3
  185.       Top = 3
  186.       Width = 260
  187.       Height = 21
  188.       Caption = 'Fast integer DCT (less accurate)'
  189.       Font.Color = clBtnText
  190.       Font.Height = -17
  191.       Font.Name = 'Times New Roman'
  192.       Font.Pitch = fpVariable
  193.       Font.Style = [fsBold]
  194.       ParentFont = False
  195.       TabOrder = 1
  196.       OnClick = jpegDecodeFastClick
  197.       align = alTop
  198.     end
  199.     object JpegDecodeFloat: TARadioBtn
  200.       Left = 3
  201.       Top = 45
  202.       Width = 260
  203.       Height = 20
  204.       Caption = 'Float (More accurate)'
  205.       Font.Color = clBtnText
  206.       Font.Height = -17
  207.       Font.Name = 'Times New Roman'
  208.       Font.Pitch = fpVariable
  209.       Font.Style = [fsBold]
  210.       ParentFont = False
  211.       TabOrder = 2
  212.       OnClick = JpegDecodeFloatClick
  213.       align = alTop
  214.     end
  215.   end
  216.   object ColorPanel: TMRPanel
  217.     Left = 0
  218.     Top = 131
  219.     Width = 266
  220.     Height = 117
  221.     Align = alTop
  222.     BorderWidth = 2
  223.     TabOrder = 2
  224.     BorderSides = []
  225.     Moveable = False
  226.     CBorderStyle = cbsNone
  227.     object JpegDefault: TARadioBtn
  228.       Left = 3
  229.       Top = 3
  230.       Width = 260
  231.       Height = 21
  232.       Caption = 'Default (True Color)'
  233.       Font.Color = clBtnText
  234.       Font.Height = -17
  235.       Font.Name = 'Times New Roman'
  236.       Font.Pitch = fpVariable
  237.       Font.Style = [fsBold]
  238.       ParentFont = False
  239.       TabOrder = 0
  240.       OnClick = JpegDefaultClick
  241.       align = alTop
  242.     end
  243.     object Jpeg16Color: TARadioBtn
  244.       Left = 3
  245.       Top = 24
  246.       Width = 260
  247.       Height = 21
  248.       Caption = '16 Colors'
  249.       Font.Color = clBtnText
  250.       Font.Height = -17
  251.       Font.Name = 'Times New Roman'
  252.       Font.Pitch = fpVariable
  253.       Font.Style = [fsBold]
  254.       ParentFont = False
  255.       TabOrder = 1
  256.       OnClick = Jpeg16ColorClick
  257.       align = alTop
  258.     end
  259.     object Jpeg256Color: TARadioBtn
  260.       Left = 3
  261.       Top = 45
  262.       Width = 260
  263.       Height = 20
  264.       Caption = '256 Colors'
  265.       Font.Color = clBtnText
  266.       Font.Height = -17
  267.       Font.Name = 'Times New Roman'
  268.       Font.Pitch = fpVariable
  269.       Font.Style = [fsBold]
  270.       ParentFont = False
  271.       TabOrder = 2
  272.       OnClick = Jpeg256ColorClick
  273.       align = alTop
  274.     end
  275.     object JpegOtherColors: TARadioBtn
  276.       Left = 3
  277.       Top = 65
  278.       Width = 260
  279.       Height = 21
  280.       Caption = 'Other ...'
  281.       Font.Color = clBtnText
  282.       Font.Height = -17
  283.       Font.Name = 'Times New Roman'
  284.       Font.Pitch = fpVariable
  285.       Font.Style = [fsBold]
  286.       ParentFont = False
  287.       TabOrder = 3
  288.       OnClick = JpegOtherColorsClick
  289.       align = alTop
  290.     end
  291.     object ColorValue: TASpinEdit
  292.       Left = 4
  293.       Top = 87
  294.       Width = 321
  295.       Height = 32
  296.       Color = clBtnFace
  297.       Increment = 10
  298.       MaxValue = 60000
  299.       MinValue = 8
  300.       TabOrder = 4
  301.       Value = 8
  302.       OnChange = ColorValueChange
  303.       Align = alTop
  304.     end
  305.   end
  306.   object GeneralPanel: TMRPanel
  307.     Left = 0
  308.     Top = 20
  309.     Width = 266
  310.     Height = 91
  311.     Align = alTop
  312.     BorderWidth = 2
  313.     TabOrder = 3
  314.     BorderSides = []
  315.     Moveable = False
  316.     CBorderStyle = cbsNone
  317.     object JpegOnePass: TMRCheckBox
  318.       Left = 3
  319.       Top = 65
  320.       Width = 260
  321.       Height = 21
  322.       Caption = 'One-pass quantization (not two).'
  323.       Font.Color = clBtnText
  324.       Font.Height = -17
  325.       Font.Name = 'Times New Roman'
  326.       Font.Pitch = fpVariable
  327.       Font.Style = [fsBold]
  328.       ParentFont = False
  329.       TabOrder = 0
  330.       OnClick = JpegOnePassClick
  331.       Moveable = False
  332.       CBorderStyle = cbsNone
  333.       Align = alTop
  334.     end
  335.     object JpegNoSmooth: TMRCheckBox
  336.       Left = 3
  337.       Top = 45
  338.       Width = 260
  339.       Height = 20
  340.       Caption = 'No Smoothing.'
  341.       Font.Color = clBtnText
  342.       Font.Height = -17
  343.       Font.Name = 'Times New Roman'
  344.       Font.Pitch = fpVariable
  345.       Font.Style = [fsBold]
  346.       ParentFont = False
  347.       TabOrder = 1
  348.       OnClick = JpegNoSmoothClick
  349.       Moveable = False
  350.       CBorderStyle = cbsNone
  351.       Align = alTop
  352.     end
  353.     object JpegGrayScale: TMRCheckBox
  354.       Left = 3
  355.       Top = 24
  356.       Width = 260
  357.       Height = 21
  358.       Caption = 'Grayscale image.'
  359.       Font.Color = clBtnText
  360.       Font.Height = -17
  361.       Font.Name = 'Times New Roman'
  362.       Font.Pitch = fpVariable
  363.       Font.Style = [fsBold]
  364.       ParentFont = False
  365.       TabOrder = 2
  366.       OnClick = JpegGrayScaleClick
  367.       Moveable = False
  368.       CBorderStyle = cbsNone
  369.       Align = alTop
  370.     end
  371.     object JPEGDecodeASAP: TMRCheckBox
  372.       Left = 3
  373.       Top = 3
  374.       Width = 260
  375.       Height = 21
  376.       Caption = 'Decode as fast as possible.'
  377.       Font.Color = clBtnText
  378.       Font.Height = -17
  379.       Font.Name = 'Times New Roman'
  380.       Font.Pitch = fpVariable
  381.       Font.Style = [fsBold]
  382.       ParentFont = False
  383.       TabOrder = 3
  384.       OnClick = JPEGDecodeASAPClick
  385.       Moveable = False
  386.       CBorderStyle = cbsNone
  387.       Align = alTop
  388.     end
  389.   end
  390. end
  391.