home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TFILEOPTIONS / TFILEOPTIONS.txt
Encoding:
Text File  |  2000-09-13  |  7.6 KB  |  350 lines

  1. object FileOptions: TFileOptions
  2.   Left = 229
  3.   Top = 166
  4.   BorderStyle = bsDialog
  5.   Caption = 'Save File Options'
  6.   ClientHeight = 299
  7.   ClientWidth = 280
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button1: TButton
  20.     Left = 64
  21.     Top = 269
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.   end
  29.   object Button2: TButton
  30.     Left = 145
  31.     Top = 269
  32.     Width = 75
  33.     Height = 25
  34.     Caption = '&Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object PageControl1: TPageControl
  39.     Left = 6
  40.     Top = 6
  41.     Width = 268
  42.     Height = 256
  43.     ActivePage = TabSheet1
  44.     TabOrder = 2
  45.     object TabSheet1: TTabSheet
  46.       Caption = 'JPEG/BIF'
  47.       object Label3: TLabel
  48.         Left = 56
  49.         Top = 5
  50.         Width = 28
  51.         Height = 13
  52.         Caption = 'Worst'
  53.       end
  54.       object Label4: TLabel
  55.         Left = 119
  56.         Top = 5
  57.         Width = 64
  58.         Height = 13
  59.         Alignment = taCenter
  60.         AutoSize = False
  61.         Caption = '85'
  62.       end
  63.       object Label2: TLabel
  64.         Left = 219
  65.         Top = 5
  66.         Width = 21
  67.         Height = 13
  68.         Caption = 'Best'
  69.       end
  70.       object Label1: TLabel
  71.         Left = 32
  72.         Top = 28
  73.         Width = 32
  74.         Height = 13
  75.         Caption = 'Quality'
  76.       end
  77.       object Label5: TLabel
  78.         Left = 14
  79.         Top = 70
  80.         Width = 50
  81.         Height = 13
  82.         Caption = 'Smoothing'
  83.       end
  84.       object Label6: TLabel
  85.         Left = 84
  86.         Top = 50
  87.         Width = 134
  88.         Height = 13
  89.         Alignment = taCenter
  90.         AutoSize = False
  91.         Caption = 'No Smoothing'
  92.       end
  93.       object Label7: TLabel
  94.         Left = 3
  95.         Top = 101
  96.         Width = 61
  97.         Height = 13
  98.         Caption = 'DCT Method'
  99.       end
  100.       object tbJPEGQ: TTrackBar
  101.         Left = 64
  102.         Top = 24
  103.         Width = 175
  104.         Height = 27
  105.         Max = 100
  106.         Min = 1
  107.         Orientation = trHorizontal
  108.         PageSize = 1
  109.         Frequency = 1
  110.         Position = 85
  111.         SelEnd = 0
  112.         SelStart = 0
  113.         TabOrder = 0
  114.         ThumbLength = 20
  115.         TickMarks = tmBottomRight
  116.         TickStyle = tsNone
  117.         OnChange = tbJPEGQChange
  118.       end
  119.       object cbJPGProgressive: TCheckBox
  120.         Left = 71
  121.         Top = 143
  122.         Width = 77
  123.         Height = 17
  124.         Caption = 'Progressive'
  125.         TabOrder = 1
  126.       end
  127.       object cbJPGGrayScale: TCheckBox
  128.         Left = 71
  129.         Top = 163
  130.         Width = 97
  131.         Height = 17
  132.         Caption = 'Gray Scale'
  133.         TabOrder = 2
  134.       end
  135.       object tbSmooth: TTrackBar
  136.         Left = 64
  137.         Top = 66
  138.         Width = 174
  139.         Height = 27
  140.         Max = 100
  141.         Orientation = trHorizontal
  142.         PageSize = 1
  143.         Frequency = 1
  144.         Position = 0
  145.         SelEnd = 0
  146.         SelStart = 0
  147.         TabOrder = 3
  148.         ThumbLength = 20
  149.         TickMarks = tmBottomRight
  150.         TickStyle = tsNone
  151.         OnChange = tbSmoothChange
  152.       end
  153.       object cbOptimize: TCheckBox
  154.         Left = 71
  155.         Top = 123
  156.         Width = 128
  157.         Height = 17
  158.         Caption = 'Optimize Encoding'
  159.         TabOrder = 4
  160.       end
  161.       object cbDCTMethod: TComboBox
  162.         Left = 71
  163.         Top = 98
  164.         Width = 160
  165.         Height = 21
  166.         Style = csDropDownList
  167.         ItemHeight = 13
  168.         Items.Strings = (
  169.           'Slow Integer (Accurate)'
  170.           'Fast Integer (Less Accurate)'
  171.           'Floating Point (Accurate)')
  172.         TabOrder = 5
  173.       end
  174.     end
  175.     object TabSheet2: TTabSheet
  176.       Caption = 'GIF'
  177.       ImageIndex = 1
  178.       object Label8: TLabel
  179.         Left = 23
  180.         Top = 22
  181.         Width = 60
  182.         Height = 13
  183.         Caption = 'Compression'
  184.       end
  185.       object cbGIFInterlaced: TCheckBox
  186.         Left = 89
  187.         Top = 45
  188.         Width = 74
  189.         Height = 17
  190.         Caption = 'Interlaced'
  191.         TabOrder = 0
  192.       end
  193.       object cbGIFTransparent: TCheckBox
  194.         Left = 89
  195.         Top = 84
  196.         Width = 80
  197.         Height = 17
  198.         Caption = 'Transparent'
  199.         TabOrder = 1
  200.         OnClick = cbGIFTransparentClick
  201.       end
  202.       object cbGIFComp: TComboBox
  203.         Left = 89
  204.         Top = 18
  205.         Width = 145
  206.         Height = 21
  207.         Style = csDropDownList
  208.         ItemHeight = 13
  209.         Items.Strings = (
  210.           'LZW'
  211.           'RLE')
  212.         TabOrder = 2
  213.       end
  214.       object cbGIFOptimize: TCheckBox
  215.         Left = 89
  216.         Top = 65
  217.         Width = 97
  218.         Height = 17
  219.         Caption = 'Optimize'
  220.         TabOrder = 3
  221.       end
  222.       object bTransColor: TButton
  223.         Left = 69
  224.         Top = 119
  225.         Width = 122
  226.         Height = 25
  227.         Caption = 'Set Transparent Color'
  228.         Enabled = False
  229.         TabOrder = 4
  230.         OnClick = bTransColorClick
  231.       end
  232.     end
  233.     object TabSheet3: TTabSheet
  234.       Caption = 'PNG'
  235.       ImageIndex = 2
  236.       object cbPNGInterlaced: TCheckBox
  237.         Left = 93
  238.         Top = 18
  239.         Width = 74
  240.         Height = 17
  241.         Caption = 'Interlaced'
  242.         TabOrder = 0
  243.       end
  244.     end
  245.     object TabSheet4: TTabSheet
  246.       Caption = 'TIFF'
  247.       ImageIndex = 3
  248.       object Label11: TLabel
  249.         Left = 23
  250.         Top = 22
  251.         Width = 60
  252.         Height = 13
  253.         Caption = 'Compression'
  254.       end
  255.       object cbTIFComp: TComboBox
  256.         Left = 89
  257.         Top = 18
  258.         Width = 145
  259.         Height = 21
  260.         Style = csDropDownList
  261.         ItemHeight = 13
  262.         Items.Strings = (
  263.           'NONE'
  264.           'Huffman RLE'
  265.           'CCITT Fax Group 3'
  266.           'CCITT Fax Group 4'
  267.           'LZW'
  268.           'PACKBITS')
  269.         TabOrder = 0
  270.       end
  271.     end
  272.     object TabSheet5: TTabSheet
  273.       Caption = 'Resolution'
  274.       ImageIndex = 4
  275.       object Label9: TLabel
  276.         Left = 9
  277.         Top = 175
  278.         Width = 88
  279.         Height = 13
  280.         Caption = 'Reduction Method'
  281.       end
  282.       object Label10: TLabel
  283.         Left = 30
  284.         Top = 204
  285.         Width = 67
  286.         Height = 13
  287.         Caption = 'Dither Method'
  288.       end
  289.       object rgsaveres: TRadioGroup
  290.         Left = 103
  291.         Top = 5
  292.         Width = 144
  293.         Height = 154
  294.         Caption = 'Save Resolution'
  295.         Font.Charset = DEFAULT_CHARSET
  296.         Font.Color = clWindowText
  297.         Font.Height = -11
  298.         Font.Name = 'MS Sans Serif'
  299.         Font.Style = []
  300.         ItemIndex = 6
  301.         Items.Strings = (
  302.           '1 bit (Monochrome)'
  303.           '4-bit (16 Colors)'
  304.           '8-bit (256 Colors)'
  305.           '16-bit (true color)'
  306.           '24-bit (true color)'
  307.           '32-bit (true color)'
  308.           'Automatic')
  309.         ParentFont = False
  310.         TabOrder = 0
  311.       end
  312.       object cbSaveReduction: TComboBox
  313.         Left = 103
  314.         Top = 171
  315.         Width = 145
  316.         Height = 21
  317.         Style = csDropDownList
  318.         ItemHeight = 13
  319.         Items.Strings = (
  320.           'No Color Reduction'
  321.           'Monochrome'
  322.           '4  Color Grayscale'
  323.           '256 Color Grayscale'
  324.           'Netscape Palette'
  325.           'Optimal'
  326.           'Optimal Windows'
  327.           'Custom Palette')
  328.         TabOrder = 1
  329.       end
  330.       object cbSaveDither: TComboBox
  331.         Left = 103
  332.         Top = 200
  333.         Width = 145
  334.         Height = 21
  335.         Style = csDropDownList
  336.         ItemHeight = 13
  337.         Items.Strings = (
  338.           'Nearest Color'
  339.           'Floyd Steinberg'
  340.           'Stucki'
  341.           'Sierra'
  342.           'Jarvis, Judice & Ninke'
  343.           'Stevenson & Arche'
  344.           'Burkes')
  345.         TabOrder = 2
  346.       end
  347.     end
  348.   end
  349. end
  350.