home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 November / PCWorld_1999-11_cd.bin / Software / TemaCD / Gantt / Gantt2.exe / 0 / RCDATA / TPAINTERREDUCEF / TPAINTERREDUCEF.txt < prev   
Text File  |  1999-09-21  |  8KB  |  309 lines

  1. object PainterReduceF: TPainterReduceF
  2.   Left = 116
  3.   Top = 113
  4.   Width = 620
  5.   Height = 387
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'GIF Optimizer'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Menu = MainMenu1
  16.   OldCreateOrder = True
  17.   OnResize = FormResize
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object ProgressBar: TProgressBar
  21.     Left = 0
  22.     Top = 317
  23.     Width = 612
  24.     Height = 14
  25.     Align = alBottom
  26.     Min = 0
  27.     Max = 100
  28.     TabOrder = 0
  29.   end
  30.   object PanelSource: TPanel
  31.     Left = 0
  32.     Top = 0
  33.     Width = 313
  34.     Height = 282
  35.     Align = alLeft
  36.     BevelInner = bvLowered
  37.     BevelOuter = bvNone
  38.     BorderWidth = 2
  39.     Caption = ' '
  40.     TabOrder = 1
  41.     object Label1: TLabel
  42.       Left = 3
  43.       Top = 3
  44.       Width = 307
  45.       Height = 23
  46.       Align = alTop
  47.       Alignment = taCenter
  48.       AutoSize = False
  49.       Caption = 'Bitmap'
  50.       Transparent = True
  51.     end
  52.     object ScrollBox1: TScrollBox
  53.       Left = 3
  54.       Top = 26
  55.       Width = 307
  56.       Height = 253
  57.       Align = alClient
  58.       TabOrder = 0
  59.       object ImageBitmap: TImage
  60.         Left = 0
  61.         Top = 0
  62.         Width = 303
  63.         Height = 249
  64.         Align = alClient
  65.         Center = True
  66.       end
  67.     end
  68.   end
  69.   object Panel2: TPanel
  70.     Left = 0
  71.     Top = 282
  72.     Width = 612
  73.     Height = 35
  74.     Align = alBottom
  75.     BevelOuter = bvNone
  76.     Caption = ' '
  77.     TabOrder = 2
  78.     object ButtonConvert: TSpeedButton
  79.       Left = 232
  80.       Top = 8
  81.       Width = 57
  82.       Height = 22
  83.       Caption = 'Convert'
  84.       Flat = True
  85.       OnClick = ButtonConvertClick
  86.     end
  87.     object btnsave: TSpeedButton
  88.       Left = 512
  89.       Top = 8
  90.       Width = 81
  91.       Height = 22
  92.       Caption = 'GIFSave'
  93.       Flat = True
  94.       OnClick = btnsaveClick
  95.     end
  96.     object sizecap: TLabel
  97.       Left = 304
  98.       Top = 9
  99.       Width = 32
  100.       Height = 16
  101.       Caption = 'size='
  102.     end
  103.     object ckTransparent: TCheckBox
  104.       Left = 80
  105.       Top = 8
  106.       Width = 97
  107.       Height = 17
  108.       Caption = 'Transparent'
  109.       TabOrder = 0
  110.     end
  111.   end
  112.   object PanelDestination: TPanel
  113.     Left = 313
  114.     Top = 0
  115.     Width = 299
  116.     Height = 282
  117.     Align = alClient
  118.     BevelInner = bvLowered
  119.     BevelOuter = bvNone
  120.     BorderWidth = 2
  121.     Caption = ' '
  122.     TabOrder = 3
  123.     object Label2: TLabel
  124.       Left = 3
  125.       Top = 3
  126.       Width = 293
  127.       Height = 23
  128.       Align = alTop
  129.       Alignment = taCenter
  130.       AutoSize = False
  131.       Caption = 'GIF <= 256 colors'
  132.       Transparent = True
  133.     end
  134.     object ScrollBox2: TScrollBox
  135.       Left = 3
  136.       Top = 26
  137.       Width = 293
  138.       Height = 253
  139.       Align = alClient
  140.       TabOrder = 0
  141.       object ImageGIF: TImage
  142.         Left = 0
  143.         Top = 0
  144.         Width = 289
  145.         Height = 249
  146.         Align = alClient
  147.         Center = True
  148.       end
  149.     end
  150.   end
  151.   object MainMenu1: TMainMenu
  152.     Left = 16
  153.     Top = 296
  154.     object MenuPalette: TMenuItem
  155.       Caption = '&Palette'
  156.       object MenuPaletteNone: TMenuItem
  157.         Caption = '&None'
  158.         GroupIndex = 2
  159.         RadioItem = True
  160.         OnClick = MenuPaletteClick
  161.       end
  162.       object MenuPaletteWindows20: TMenuItem
  163.         Caption = '&Windows system (20 colors)'
  164.         GroupIndex = 2
  165.         RadioItem = True
  166.         OnClick = MenuPaletteClick
  167.       end
  168.       object MenuPaletteWindows256: TMenuItem
  169.         Caption = 'W&indows halftone (256 colors)'
  170.         GroupIndex = 2
  171.         RadioItem = True
  172.         OnClick = MenuPaletteHalftoneClick
  173.       end
  174.       object MenuPaletteWindowsGray4: TMenuItem
  175.         Caption = 'W&in&dows grayscale (4 colors)'
  176.         GroupIndex = 2
  177.         RadioItem = True
  178.         OnClick = MenuPaletteClick
  179.       end
  180.       object MenuPaletteMonochrome: TMenuItem
  181.         Caption = '&Monochrome (black/white)'
  182.         GroupIndex = 2
  183.         RadioItem = True
  184.         OnClick = MenuPaletteClick
  185.       end
  186.       object MenuPaletteGrayScale256: TMenuItem
  187.         Caption = '&Grayscale (256 shades)'
  188.         GroupIndex = 2
  189.         RadioItem = True
  190.         OnClick = MenuPaletteClick
  191.       end
  192.       object MenuPaletteNetscape216: TMenuItem
  193.         Caption = 'N&etscape (216 colors)'
  194.         GroupIndex = 2
  195.         RadioItem = True
  196.         OnClick = MenuPaletteClick
  197.       end
  198.       object MenuPaletteOptimized: TMenuItem
  199.         Caption = '&Optimized (256 colors)'
  200.         GroupIndex = 2
  201.         RadioItem = True
  202.         OnClick = MenuPaletteClick
  203.         object MenuPaletteOptimized8: TMenuItem
  204.           Tag = 3
  205.           Caption = '8 colors'
  206.           GroupIndex = 3
  207.           RadioItem = True
  208.           OnClick = MenuPaletteOptimizedBitsClick
  209.         end
  210.         object MenuPaletteOptimized16: TMenuItem
  211.           Tag = 4
  212.           Caption = '16 colors'
  213.           GroupIndex = 3
  214.           RadioItem = True
  215.           OnClick = MenuPaletteOptimizedBitsClick
  216.         end
  217.         object MenuPaletteOptimized32: TMenuItem
  218.           Tag = 5
  219.           Caption = '32 colors'
  220.           GroupIndex = 3
  221.           RadioItem = True
  222.           OnClick = MenuPaletteOptimizedBitsClick
  223.         end
  224.         object MenuPaletteOptimized64: TMenuItem
  225.           Tag = 6
  226.           Caption = '64 colors'
  227.           GroupIndex = 3
  228.           RadioItem = True
  229.           OnClick = MenuPaletteOptimizedBitsClick
  230.         end
  231.         object MenuPaletteOptimized128: TMenuItem
  232.           Tag = 7
  233.           Caption = '128 colors'
  234.           GroupIndex = 3
  235.           RadioItem = True
  236.           OnClick = MenuPaletteOptimizedBitsClick
  237.         end
  238.         object MenuPaletteOptimized256: TMenuItem
  239.           Tag = 8
  240.           Caption = '256 colors'
  241.           Checked = True
  242.           GroupIndex = 3
  243.           RadioItem = True
  244.           OnClick = MenuPaletteOptimizedBitsClick
  245.         end
  246.       end
  247.       object MenuPaletteOptimizedWindows256: TMenuItem
  248.         Caption = '&Optimized Windows (256 colors)'
  249.         Checked = True
  250.         GroupIndex = 2
  251.         RadioItem = True
  252.         OnClick = MenuPaletteClick
  253.       end
  254.     end
  255.     object MenuDithering: TMenuItem
  256.       Caption = '&Dithering'
  257.       object MenuDitheringFloydSteinberg: TMenuItem
  258.         Caption = '&Floyd Steinberg'
  259.         Checked = True
  260.         GroupIndex = 2
  261.         RadioItem = True
  262.         OnClick = MenuDitheringClick
  263.       end
  264.       object MenuDitheringNearest: TMenuItem
  265.         Caption = '&Nearest color'
  266.         GroupIndex = 2
  267.         RadioItem = True
  268.         OnClick = MenuDitheringClick
  269.       end
  270.       object MenuDitheringStucki: TMenuItem
  271.         Caption = 'Stucki'
  272.         GroupIndex = 2
  273.         RadioItem = True
  274.         OnClick = MenuDitheringClick
  275.       end
  276.       object MenuDitheringBurkes: TMenuItem
  277.         Caption = 'Burkes'
  278.         GroupIndex = 2
  279.         RadioItem = True
  280.         OnClick = MenuDitheringClick
  281.       end
  282.       object MenuDitheringSierra: TMenuItem
  283.         Caption = 'Sierra'
  284.         GroupIndex = 2
  285.         RadioItem = True
  286.         OnClick = MenuDitheringClick
  287.       end
  288.       object MenuDitheringJaJuNi: TMenuItem
  289.         Caption = 'JaJuNi'
  290.         GroupIndex = 2
  291.         RadioItem = True
  292.         OnClick = MenuDitheringClick
  293.       end
  294.       object MenuDitheringSteveArche: TMenuItem
  295.         Caption = 'SteveArche'
  296.         GroupIndex = 2
  297.         RadioItem = True
  298.         OnClick = MenuDitheringClick
  299.       end
  300.     end
  301.   end
  302.   object SaveDialog1: TSaveDialog
  303.     DefaultExt = 'gif'
  304.     Filter = 'GIF Files|*.gif|BMP Files|*.bmp'
  305.     Left = 403
  306.     Top = 196
  307.   end
  308. end
  309.