home *** CD-ROM | disk | FTP | other *** search
/ Freelog 3 / Freelog003.iso / Logs / Internet / ImagoWeb / iwsetup.EXE / imagoWEB.exe / 0 / RCDATA / TTHUMBFORM / TTHUMBFORM.txt < prev   
Text File  |  1998-07-27  |  21KB  |  762 lines

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