home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / multmedi / 95visua / visua.exe / 0 / RCDATA / TTHUMBFORM / TTHUMBFORM.txt < prev   
Text File  |  1997-12-09  |  18KB  |  689 lines

  1. object ThumbForm: TThumbForm
  2.   Left = 100
  3.   Top = 150
  4.   BorderStyle = bsDialog
  5.   Caption = 'Image pre-viewer'
  6.   ClientHeight = 348
  7.   ClientWidth = 632
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Gauge1: TGauge
  20.     Left = 529
  21.     Top = 160
  22.     Width = 97
  23.     Height = 9
  24.     BorderStyle = bsNone
  25.     ForeColor = clNavy
  26.     BackColor = clBtnFace
  27.     Progress = 0
  28.   end
  29.   object Label2: TLabel
  30.     Left = 520
  31.     Top = 62
  32.     Width = 112
  33.     Height = 14
  34.     Alignment = taCenter
  35.     AutoSize = False
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clBlack
  38.     Font.Height = -9
  39.     Font.Name = 'Arial'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Image1: TImage
  44.     Left = 554
  45.     Top = 99
  46.     Width = 49
  47.     Height = 37
  48.     Center = True
  49.     Picture.Data = {<image000.ico>}
  50.     Visible = False
  51.     OnDragDrop = Image1DragDrop
  52.     OnDragOver = Image1DragOver
  53.   end
  54.   object Thumbs: TStringGrid
  55.     Left = 192
  56.     Top = 9
  57.     Width = 329
  58.     Height = 330
  59.     DefaultColWidth = 60
  60.     DefaultRowHeight = 50
  61.     FixedCols = 0
  62.     RowCount = 10
  63.     FixedRows = 0
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clBlack
  66.     Font.Height = -9
  67.     Font.Name = 'Arial'
  68.     Font.Style = []
  69.     GridLineWidth = 2
  70.     Options = [goVertLine, goHorzLine]
  71.     ParentColor = True
  72.     ParentFont = False
  73.     ScrollBars = ssVertical
  74.     TabOrder = 0
  75.     OnClick = ThumbsClick
  76.     OnDblClick = ThumbsDblClick
  77.     OnDragDrop = ThumbsDragDrop
  78.     OnDragOver = ThumbsDragOver
  79.     OnDrawCell = ThumbsDrawCell
  80.     OnKeyDown = ThumbsKeyDown
  81.     OnMouseDown = ThumbsMouseDown
  82.     OnMouseMove = ThumbsMouseMove
  83.   end
  84.   object ComboBox1: TComboBox
  85.     Left = 40
  86.     Top = 11
  87.     Width = 145
  88.     Height = 22
  89.     Color = clWhite
  90.     DropDownCount = 15
  91.     Font.Charset = ANSI_CHARSET
  92.     Font.Color = clBtnText
  93.     Font.Height = -11
  94.     Font.Name = 'Arial'
  95.     Font.Style = []
  96.     ItemHeight = 14
  97.     Items.Strings = (
  98.       '*.JPG;*.GIF;*.PCX;*.BMP;*.PNG;*.TIF;*.WMF;*.ICO'
  99.       '*.JPG'
  100.       '*.GIF'
  101.       '*.PCX'
  102.       '*.BMP'
  103.       '*.PNG'
  104.       '*.TIF'
  105.       '*.WMF'
  106.       '*.ICO')
  107.     ParentFont = False
  108.     TabOrder = 1
  109.     OnChange = ComboBox1Change
  110.     OnClick = ComboBox1Click
  111.   end
  112.   object PMultiImage2: TPMultiImage
  113.     Left = 545
  114.     Top = 9
  115.     Width = 60
  116.     Height = 50
  117.     Center = True
  118.     Color = clBtnFace
  119.     ImageName = 'file not found'
  120.     ImageDither = True
  121.     ImageReadRes = lAutoMatic
  122.     ImageWriteRes = sAutoMatic
  123.     TifSaveCompress = sNONE
  124.     JPegSaveQuality = 25
  125.     JPegSaveSmooth = 0
  126.     TextLeft = 0
  127.     TextTop = 0
  128.     TextRotate = 0
  129.     TabOrder = 3
  130.     TabStop = False
  131.     Visible = False
  132.   end
  133.   object GroupBox2: TGroupBox
  134.     Left = 525
  135.     Top = 141
  136.     Width = 102
  137.     Height = 103
  138.     Hint = 'Resolution of the previews'
  139.     Caption = 'Resolution'
  140.     Font.Charset = DEFAULT_CHARSET
  141.     Font.Color = clBlack
  142.     Font.Height = -11
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = []
  145.     ParentFont = False
  146.     ParentShowHint = False
  147.     ShowHint = True
  148.     TabOrder = 4
  149.     object SaveRes24: TRadioButton
  150.       Left = 2
  151.       Top = 61
  152.       Width = 96
  153.       Height = 17
  154.       Caption = 'True color'
  155.       Font.Charset = ANSI_CHARSET
  156.       Font.Color = clBlack
  157.       Font.Height = -11
  158.       Font.Name = 'Arial'
  159.       Font.Style = []
  160.       ParentFont = False
  161.       TabOrder = 0
  162.       OnClick = Saveresclick
  163.     end
  164.     object SaveRes8: TRadioButton
  165.       Left = 2
  166.       Top = 37
  167.       Width = 96
  168.       Height = 17
  169.       Caption = '256 colors'
  170.       Font.Charset = ANSI_CHARSET
  171.       Font.Color = clBlack
  172.       Font.Height = -11
  173.       Font.Name = 'Arial'
  174.       Font.Style = []
  175.       ParentFont = False
  176.       TabOrder = 1
  177.       OnClick = Saveresclick
  178.     end
  179.     object SaveRes4System: TRadioButton
  180.       Left = 2
  181.       Top = 15
  182.       Width = 98
  183.       Height = 17
  184.       Caption = '16 system colors'
  185.       Font.Charset = ANSI_CHARSET
  186.       Font.Color = clBlack
  187.       Font.Height = -11
  188.       Font.Name = 'Arial'
  189.       Font.Style = []
  190.       ParentFont = False
  191.       ParentShowHint = False
  192.       ShowHint = True
  193.       TabOrder = 2
  194.       OnClick = Saveresclick
  195.     end
  196.     object SaveResAuto: TRadioButton
  197.       Left = 2
  198.       Top = 83
  199.       Width = 95
  200.       Height = 17
  201.       Caption = 'Automatic'
  202.       Checked = True
  203.       Font.Charset = ANSI_CHARSET
  204.       Font.Color = clBlack
  205.       Font.Height = -11
  206.       Font.Name = 'Arial'
  207.       Font.Style = []
  208.       ParentFont = False
  209.       TabOrder = 3
  210.       TabStop = True
  211.       OnClick = Saveresclick
  212.     end
  213.   end
  214.   object PMultiImage1: TPMultiImage
  215.     Left = 545
  216.     Top = 9
  217.     Width = 60
  218.     Height = 50
  219.     Center = True
  220.     Color = clBtnFace
  221.     ImageName = 'file not found'
  222.     ImageDither = True
  223.     ImageReadRes = lAutoMatic
  224.     ImageWriteRes = sAutoMatic
  225.     TifSaveCompress = sNONE
  226.     JPegSaveQuality = 25
  227.     JPegSaveSmooth = 0
  228.     Stretch = True
  229.     TextLeft = 0
  230.     TextTop = 0
  231.     TextRotate = 0
  232.     TabOrder = 2
  233.     TabStop = False
  234.   end
  235.   object GroupBox1: TGroupBox
  236.     Left = 524
  237.     Top = 248
  238.     Width = 104
  239.     Height = 56
  240.     Caption = 'Optimize previews'
  241.     Font.Charset = ANSI_CHARSET
  242.     Font.Color = clBlack
  243.     Font.Height = -11
  244.     Font.Name = 'Arial'
  245.     Font.Style = []
  246.     ParentFont = False
  247.     TabOrder = 5
  248.     object RSpeed: TRadioButton
  249.       Left = 2
  250.       Top = 15
  251.       Width = 95
  252.       Height = 17
  253.       Caption = 'for speed'
  254.       Checked = True
  255.       TabOrder = 0
  256.       TabStop = True
  257.       OnClick = RSpeedClick
  258.     end
  259.     object RSize: TRadioButton
  260.       Left = 2
  261.       Top = 36
  262.       Width = 95
  263.       Height = 17
  264.       Caption = 'for size'
  265.       TabOrder = 1
  266.       OnClick = RSpeedClick
  267.     end
  268.   end
  269.   object Panel2: TPanel
  270.     Left = 0
  271.     Top = 0
  272.     Width = 36
  273.     Height = 348
  274.     Align = alLeft
  275.     BevelInner = bvLowered
  276.     TabOrder = 6
  277.     object LoadBtn: TSpeedButton
  278.       Left = 3
  279.       Top = 2
  280.       Width = 30
  281.       Height = 27
  282.       Hint = 'Load all existing thumbs'
  283.       Flat = True
  284.       Font.Charset = DEFAULT_CHARSET
  285.       Font.Color = clBlack
  286.       Font.Height = -9
  287.       Font.Name = 'Arial'
  288.       Font.Style = []
  289.       Glyph.Data = {
  290.         F6000000424DF600000000000000760000002800000010000000100000000100
  291.         0400000000008000000000000000000000001000000010000000000000000000
  292.         80000080000000808000800000008000800080800000C0C0C000808080000000
  293.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  294.         7777777777777777777777777780087777777800000000000087708800888800
  295.         880770880888888088077088087888808807708808E78880880770FF00888800
  296.         FF0770FFF000000FFF0770000000000000077700780FF0870077777777800877
  297.         7777777777777777777777777777777777777777777777777777}
  298.       Layout = blGlyphTop
  299.       ParentFont = False
  300.       ParentShowHint = False
  301.       ShowHint = True
  302.       OnClick = LoadBtnClick
  303.     end
  304.     object CreateNewKeep: TSpeedButton
  305.       Left = 3
  306.       Top = 27
  307.       Width = 30
  308.       Height = 27
  309.       Hint = 'Create new previews keep old ones'
  310.       Flat = True
  311.       Font.Charset = DEFAULT_CHARSET
  312.       Font.Color = clBlack
  313.       Font.Height = -9
  314.       Font.Name = 'Arial'
  315.       Font.Style = []
  316.       Glyph.Data = {
  317.         F6000000424DF600000000000000760000002800000010000000100000000100
  318.         0400000000008000000000000000000000001000000010000000000000000000
  319.         80000080000000808000800000008000800080800000C0C0C000808080000000
  320.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  321.         77777777777777777777777800000008777777707777777077007770788F8870
  322.         008077707777777080807770777887707070777078800870F070777080088070
  323.         00F0007008877070770008088770000877770F07700777777777007007777777
  324.         7777777777777777777777777777777777777777777777777777}
  325.       Layout = blGlyphTop
  326.       ParentFont = False
  327.       ParentShowHint = False
  328.       ShowHint = True
  329.       OnClick = CreateNewKeepClick
  330.     end
  331.     object DeleteAllBtn: TSpeedButton
  332.       Left = 3
  333.       Top = 77
  334.       Width = 30
  335.       Height = 27
  336.       Hint = 'Delete all previews'
  337.       Flat = True
  338.       Font.Charset = DEFAULT_CHARSET
  339.       Font.Color = clBlack
  340.       Font.Height = -9
  341.       Font.Name = 'Arial'
  342.       Font.Style = []
  343.       Glyph.Data = {
  344.         42010000424D4201000000000000760000002800000011000000110000000100
  345.         040000000000CC00000000000000000000001000000010000000000000000000
  346.         80000080000000808000800000008000800080800000C0C0C000808080000000
  347.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  348.         777770000000777777777777777770000000777777777777770F700000007777
  349.         0F777777777770000000777000F7777770F770000000777000F777770F777000
  350.         00007777000F77700F777000000077777000F700F7777000000077777700000F
  351.         7777700000007777777000F777777000000077777700000F7777700000007777
  352.         7000F70F7777700000007770000F77700F7770000000770000F7777700F77000
  353.         00007700F7777777700F70000000777777777777777770000000777777777777
  354.         777770000000}
  355.       Layout = blGlyphTop
  356.       ParentFont = False
  357.       ParentShowHint = False
  358.       ShowHint = True
  359.       OnClick = DeleteAllBtnClick
  360.     end
  361.     object ClearAllBtn: TSpeedButton
  362.       Left = 3
  363.       Top = 102
  364.       Width = 30
  365.       Height = 27
  366.       Hint = 'Clear preview window'
  367.       Flat = True
  368.       Font.Charset = DEFAULT_CHARSET
  369.       Font.Color = clBlack
  370.       Font.Height = -9
  371.       Font.Name = 'Arial'
  372.       Font.Style = []
  373.       Glyph.Data = {
  374.         42010000424D4201000000000000760000002800000011000000110000000100
  375.         040000000000CC00000000000000000000001000000010000000000000000000
  376.         80000080000000808000800000008000800080800000C0C0C000808080000000
  377.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  378.         7777700000007777777777177777700000007777777771177777100000007777
  379.         7777711177717000000077777777771177117000000070000000000011577000
  380.         0000707777777775117770000000707007007071511770000000707777777711
  381.         771150000000704444445144447510000000774FFFFF15FFF47770000000774F
  382.         00F00F00F47770000000774FFFFFFFFFF4777000000077444444444444777000
  383.         0000774744744744747770000000774444444444447770000000777777777777
  384.         777770000000}
  385.       Layout = blGlyphTop
  386.       ParentFont = False
  387.       ParentShowHint = False
  388.       ShowHint = True
  389.     end
  390.     object Stopbtn: TSpeedButton
  391.       Left = 3
  392.       Top = 127
  393.       Width = 30
  394.       Height = 27
  395.       Hint = 'Stop'
  396.       Flat = True
  397.       Font.Charset = DEFAULT_CHARSET
  398.       Font.Color = clBlack
  399.       Font.Height = -9
  400.       Font.Name = 'Arial'
  401.       Font.Style = []
  402.       Glyph.Data = {
  403.         66010000424D6601000000000000760000002800000014000000140000000100
  404.         040000000000F000000000000000000000001000000010000000000000000000
  405.         80000080000000808000800000008000800080800000C0C0C000808080000000
  406.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  407.         7777777700007777711111111177777700007777199999999917777700007771
  408.         9999999999917777000077199999999999991777000071999999999999999177
  409.         000019999999999999999917000019FFF99F99FFF9F9991700001999F99F99F9
  410.         F9F99917000019FFF99F99F9F9FFF917000019F9999F99F9F9F9F917000019FF
  411.         F9FFF9FFF9FFF917000019999999999999999917000019999999999999999917
  412.         0000719999999999999991770000771999999999999917770000777199999999
  413.         9991777700007777199999999917777700007777711111111177777700007777
  414.         77777777777777770000}
  415.       Layout = blGlyphTop
  416.       ParentFont = False
  417.       ParentShowHint = False
  418.       ShowHint = True
  419.       OnClick = StopbtnClick
  420.     end
  421.     object CloseBtn: TSpeedButton
  422.       Left = 3
  423.       Top = 152
  424.       Width = 30
  425.       Height = 27
  426.       Hint = 'Close'
  427.       Flat = True
  428.       Font.Charset = DEFAULT_CHARSET
  429.       Font.Color = clBlack
  430.       Font.Height = -9
  431.       Font.Name = 'Arial'
  432.       Font.Style = []
  433.       Glyph.Data = {
  434.         66010000424D6601000000000000760000002800000014000000140000000100
  435.         040000000000F000000000000000000000001000000010000000000000000000
  436.         80000080000000808000800000008000800080800000C0C0C000808080000000
  437.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  438.         DDDDDDDD0000888888888888888DDDD8000088888888888888FDFD8800008888
  439.         888888888F3F38880000444444088888FFF4444D0000DDDDD450888F3FF4DDDD
  440.         0000DDDDD45508FFFFF4DDDD0000DDDDD45550FFFFF4DDDD0000DDD0045550FF
  441.         FFF4DDDD0000DDD0A05550FFFFF4DDDD00000000EA0550FFFEF4DDDD00000EAE
  442.         AEA050FFFFF4DDDD00000AEAEAEA00FEFEF4DDDD00000EAEAEA050FFFFF4DDDD
  443.         00000000EA0550FEFEF4DDDD0000DDD0A05550EFEFE4DDDD0000DDD0045550FE
  444.         FEF4DDDD0000DDDDD45550EFEFE4DDDD0000DDDDD44444444444DDDD0000DDDD
  445.         DDDDDDDDDDDDDDDD0000}
  446.       Layout = blGlyphTop
  447.       ParentFont = False
  448.       ParentShowHint = False
  449.       ShowHint = True
  450.       OnClick = CloseBtnClick
  451.     end
  452.     object CreateNewDelete: TSpeedButton
  453.       Left = 3
  454.       Top = 52
  455.       Width = 30
  456.       Height = 27
  457.       Hint = 'Create new previews keep old ones'
  458.       Flat = True
  459.       Font.Charset = DEFAULT_CHARSET
  460.       Font.Color = clBlack
  461.       Font.Height = -9
  462.       Font.Name = 'Arial'
  463.       Font.Style = []
  464.       Glyph.Data = {
  465.         42010000424D4201000000000000760000002800000011000000110000000100
  466.         040000000000CC00000000000000000000001000000010000000000000000000
  467.         80000080000000808000800000008000800080800000C0C0C000808080000000
  468.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  469.         7777700000007000000000000000700000007077770770770770700000007007
  470.         7077077077007000000070707777770770707000000070770770707707707000
  471.         0000707770770700777070000000707777007777777070000000707777777777
  472.         7770700000007077777777700770700000007077777777077070700000007077
  473.         7777770770707000000070777777777007707000000070777777777777707000
  474.         0000700000000000000070000000777777777777777770000000777777777777
  475.         777770000000}
  476.       Layout = blGlyphTop
  477.       ParentFont = False
  478.       ParentShowHint = False
  479.       ShowHint = True
  480.       OnClick = CreateNewDeleteClick
  481.     end
  482.   end
  483.   object AutoLoad: TCheckBox
  484.     Left = 524
  485.     Top = 308
  486.     Width = 109
  487.     Height = 17
  488.     Hint = 'Autoload Previews'
  489.     Caption = 'Autoload'
  490.     Font.Charset = ANSI_CHARSET
  491.     Font.Color = clBlack
  492.     Font.Height = -11
  493.     Font.Name = 'Arial'
  494.     Font.Style = []
  495.     ParentFont = False
  496.     TabOrder = 7
  497.     OnClick = AutoLoadClick
  498.   end
  499.   object GPall: TCheckBox
  500.     Left = 524
  501.     Top = 322
  502.     Width = 96
  503.     Height = 17
  504.     Hint = 'In 256 color mode use a shared palette'
  505.     Caption = 'Use best palette'
  506.     Font.Charset = ANSI_CHARSET
  507.     Font.Color = clBlack
  508.     Font.Height = -11
  509.     Font.Name = 'Arial'
  510.     Font.Style = []
  511.     ParentFont = False
  512.     ParentShowHint = False
  513.     ShowHint = True
  514.     TabOrder = 8
  515.     OnClick = GPallClick
  516.   end
  517.   object FileListBox1: TRzFileListBox
  518.     Left = 40
  519.     Top = 40
  520.     Width = 145
  521.     Height = 145
  522.     Hint = 'Drag Image on the grid to create thumbnail'
  523.     ItemHeight = 18
  524.     Mask = '*.JPG;*.GIF;*.PCX;*.BMP;*.PNG;*.TIF;*.WMF;*.ICO'
  525.     ParentShowHint = False
  526.     ShowHint = True
  527.     TabOrder = 9
  528.     OnChange = FileListBox1Change
  529.     OnClick = FileListBox1Click
  530.     OnDblClick = FileListBox1DblClick
  531.     OnKeyDown = FileListBox1KeyDown
  532.     OnMouseDown = FileListBox1MouseDown
  533.   end
  534.   object DirectoryListBox1: TRzDirectoryListBox
  535.     Left = 40
  536.     Top = 192
  537.     Width = 145
  538.     Height = 121
  539.     ItemHeight = 17
  540.     TabOrder = 10
  541.     OnChange = DirectoryListBox1Change
  542.     OnClick = DirectoryListBox1Click
  543.   end
  544.   object DriveComboBox1: TRzDriveComboBox
  545.     Left = 40
  546.     Top = 316
  547.     Width = 145
  548.     Height = 23
  549.     TabOrder = 11
  550.     OnChange = DriveComboBox1Change
  551.     OnClick = DriveComboBox1Click
  552.   end
  553.   object MultiLang1: TMultiLang
  554.     Languages = 2
  555.     Words.Strings = (
  556.       '%Form%'
  557.       'Image pre-viewer'
  558.       ''
  559.       'Label2'
  560.       ''
  561.       ''
  562.       'ComboBox1'
  563.       '*.JPG;*.GIF;*.PCX;*.BMP;*.PNG;*.TIF;*.WMF;*.ICO'
  564.       '*.JPG;*.GIF;*.PCX;*.BMP;*.PNG;*.TIF;*.WMF;*.ICO'
  565.       '"'
  566.       '*.JPG'
  567.       '*.JPG'
  568.       '"'
  569.       '*.GIF'
  570.       '*.GIF'
  571.       '"'
  572.       '*.PCX'
  573.       '*.PCX'
  574.       '"'
  575.       '*.BMP'
  576.       '*.BMP'
  577.       '"'
  578.       '*.PNG'
  579.       '*.PNG'
  580.       '"'
  581.       '*.TIF'
  582.       '*.TIF'
  583.       '"'
  584.       '*.WMF'
  585.       '*.WMF'
  586.       '"'
  587.       '*.ICO'
  588.       '*.ICO'
  589.       'PMultiImage2'
  590.       ''
  591.       ''
  592.       'GroupBox2'
  593.       'Resolution'
  594.       'Risoluzione'
  595.       '".Hint'
  596.       'Resolution of the previews'
  597.       'Risoluzione anteprima '
  598.       'SaveRes24'
  599.       'True color'
  600.       'True color'
  601.       'SaveRes8'
  602.       '256 colors'
  603.       '256 colori'
  604.       'SaveRes4System'
  605.       '16 system colors'
  606.       '16 colori'
  607.       'SaveResAuto'
  608.       'Automatic'
  609.       'Automatico'
  610.       'PMultiImage1'
  611.       ''
  612.       ''
  613.       'GroupBox1'
  614.       'Optimize previews'
  615.       'Ottimizza '
  616.       'RSpeed'
  617.       'for speed'
  618.       'per velocit∩┐╜'
  619.       'RSize'
  620.       'for size'
  621.       'per dimensioni'
  622.       'Panel2'
  623.       ''
  624.       ''
  625.       'LoadBtn'
  626.       ''
  627.       ''
  628.       '".Hint'
  629.       'Load all existing thumbs'
  630.       'Carica le anterime esistenti'
  631.       'CreateNewKeep'
  632.       ''
  633.       ''
  634.       '".Hint'
  635.       'Create new previews keep old ones'
  636.       'Crea nuove anteprime cancellando le vecchie'
  637.       'DeleteAllBtn'
  638.       ''
  639.       ''
  640.       '".Hint'
  641.       'Delete all previews'
  642.       'Elimina tutte le anteprime'
  643.       'ClearAllBtn'
  644.       ''
  645.       ''
  646.       '".Hint'
  647.       'Clear preview window'
  648.       'Pulisci la finestra di anteprima'
  649.       'Stopbtn'
  650.       ''
  651.       ''
  652.       '".Hint'
  653.       'Stop'
  654.       'Stop'
  655.       'CloseBtn'
  656.       ''
  657.       ''
  658.       '".Hint'
  659.       'Close'
  660.       'Chiudi'
  661.       'CreateNewDelete'
  662.       ''
  663.       ''
  664.       '".Hint'
  665.       'Create new previews keep old ones'
  666.       'Crea nuove anteprime cancellando le vecchie'
  667.       'AutoLoad'
  668.       'Autoload'
  669.       'Autocaricamento'
  670.       '".Hint'
  671.       'Autoload Previews'
  672.       'Autocaricamento anterpime'
  673.       'GPall'
  674.       'Use best palette'
  675.       'Migliore palette'
  676.       '".Hint'
  677.       'In 256 color mode use a shared palette'
  678.       'A 256 colori usa la palette condivisa'
  679.       'FileListBox1'
  680.       ''
  681.       ''
  682.       '".Hint'
  683.       'Drag Image on the grid to create thumbnail'
  684.       'Reascina un'#39'immagine sulla griglia per creare l'#39'anteprima')
  685.     Left = 528
  686.     Top = 72
  687.   end
  688. end
  689.