home *** CD-ROM | disk | FTP | other *** search
- object ThumbForm: TThumbForm
- Left = 100
- Top = 150
- BorderStyle = bsDialog
- Caption = 'Image pre-viewer'
- ClientHeight = 348
- ClientWidth = 632
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 14
- object Gauge1: TGauge
- Left = 529
- Top = 160
- Width = 97
- Height = 9
- BorderStyle = bsNone
- ForeColor = clNavy
- BackColor = clBtnFace
- Progress = 0
- end
- object Label2: TLabel
- Left = 520
- Top = 62
- Width = 112
- Height = 14
- Alignment = taCenter
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -9
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Image1: TImage
- Left = 554
- Top = 99
- Width = 49
- Height = 37
- Center = True
- Picture.Data = {<image000.ico>}
- Visible = False
- OnDragDrop = Image1DragDrop
- OnDragOver = Image1DragOver
- end
- object Thumbs: TStringGrid
- Left = 192
- Top = 9
- Width = 329
- Height = 330
- DefaultColWidth = 60
- DefaultRowHeight = 50
- FixedCols = 0
- RowCount = 10
- FixedRows = 0
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -9
- Font.Name = 'Arial'
- Font.Style = []
- GridLineWidth = 2
- Options = [goVertLine, goHorzLine]
- ParentColor = True
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- OnClick = ThumbsClick
- OnDblClick = ThumbsDblClick
- OnDragDrop = ThumbsDragDrop
- OnDragOver = ThumbsDragOver
- OnDrawCell = ThumbsDrawCell
- OnKeyDown = ThumbsKeyDown
- OnMouseDown = ThumbsMouseDown
- OnMouseMove = ThumbsMouseMove
- end
- object ComboBox1: TComboBox
- Left = 40
- Top = 11
- Width = 145
- Height = 22
- Color = clWhite
- DropDownCount = 15
- Font.Charset = ANSI_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 14
- Items.Strings = (
- '*.JPG;*.GIF;*.PCX;*.BMP;*.PNG;*.TIF;*.WMF;*.ICO'
- '*.JPG'
- '*.GIF'
- '*.PCX'
- '*.BMP'
- '*.PNG'
- '*.TIF'
- '*.WMF'
- '*.ICO')
- ParentFont = False
- TabOrder = 1
- OnChange = ComboBox1Change
- OnClick = ComboBox1Click
- end
- object PMultiImage2: TPMultiImage
- Left = 545
- Top = 9
- Width = 60
- Height = 50
- Center = True
- Color = clBtnFace
- ImageName = 'file not found'
- ImageDither = True
- ImageReadRes = lAutoMatic
- ImageWriteRes = sAutoMatic
- TifSaveCompress = sNONE
- JPegSaveQuality = 25
- JPegSaveSmooth = 0
- TextLeft = 0
- TextTop = 0
- TextRotate = 0
- TabOrder = 3
- TabStop = False
- Visible = False
- end
- object GroupBox2: TGroupBox
- Left = 525
- Top = 141
- Width = 102
- Height = 103
- Hint = 'Resolution of the previews'
- Caption = 'Resolution'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- object SaveRes24: TRadioButton
- Left = 2
- Top = 61
- Width = 96
- Height = 17
- Caption = 'True color'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = Saveresclick
- end
- object SaveRes8: TRadioButton
- Left = 2
- Top = 37
- Width = 96
- Height = 17
- Caption = '256 colors'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Saveresclick
- end
- object SaveRes4System: TRadioButton
- Left = 2
- Top = 15
- Width = 98
- Height = 17
- Caption = '16 system colors'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = Saveresclick
- end
- object SaveResAuto: TRadioButton
- Left = 2
- Top = 83
- Width = 95
- Height = 17
- Caption = 'Automatic'
- Checked = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- TabStop = True
- OnClick = Saveresclick
- end
- end
- object PMultiImage1: TPMultiImage
- Left = 545
- Top = 9
- Width = 60
- Height = 50
- Center = True
- Color = clBtnFace
- ImageName = 'file not found'
- ImageDither = True
- ImageReadRes = lAutoMatic
- ImageWriteRes = sAutoMatic
- TifSaveCompress = sNONE
- JPegSaveQuality = 25
- JPegSaveSmooth = 0
- Stretch = True
- TextLeft = 0
- TextTop = 0
- TextRotate = 0
- TabOrder = 2
- TabStop = False
- end
- object GroupBox1: TGroupBox
- Left = 524
- Top = 248
- Width = 104
- Height = 56
- Caption = 'Optimize previews'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- object RSpeed: TRadioButton
- Left = 2
- Top = 15
- Width = 95
- Height = 17
- Caption = 'for speed'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = RSpeedClick
- end
- object RSize: TRadioButton
- Left = 2
- Top = 36
- Width = 95
- Height = 17
- Caption = 'for size'
- TabOrder = 1
- OnClick = RSpeedClick
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 36
- Height = 348
- Align = alLeft
- BevelInner = bvLowered
- TabOrder = 6
- object LoadBtn: TSpeedButton
- Left = 3
- Top = 2
- Width = 30
- Height = 27
- Hint = 'Load all existing thumbs'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -9
- Font.Name = 'Arial'
- Font.Style = []
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777777777777777777777780087777777800000000000087708800888800
- 880770880888888088077088087888808807708808E78880880770FF00888800
- FF0770FFF000000FFF0770000000000000077700780FF0870077777777800877
- 7777777777777777777777777777777777777777777777777777}
- Layout = blGlyphTop
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = LoadBtnClick
- end
- object CreateNewKeep: TSpeedButton
- Left = 3
- Top = 27
- Width = 30
- Height = 27
- Hint = 'Create new previews keep old ones'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -9
- Font.Name = 'Arial'
- Font.Style = []
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 77777777777777777777777800000008777777707777777077007770788F8870
- 008077707777777080807770777887707070777078800870F070777080088070
- 00F0007008877070770008088770000877770F07700777777777007007777777
- 7777777777777777777777777777777777777777777777777777}
- Layout = blGlyphTop
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = CreateNewKeepClick
- end
- object DeleteAllBtn: TSpeedButton
- Left = 3
- Top = 77
- Width = 30
- Height = 27
- Hint = 'Delete all previews'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -9
- Font.Name = 'Arial'
- Font.Style = []
- Glyph.Data = {
- 42010000424D4201000000000000760000002800000011000000110000000100
- 040000000000CC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 777770000000777777777777777770000000777777777777770F700000007777
- 0F777777777770000000777000F7777770F770000000777000F777770F777000
- 00007777000F77700F777000000077777000F700F7777000000077777700000F
- 7777700000007777777000F777777000000077777700000F7777700000007777
- 7000F70F7777700000007770000F77700F7770000000770000F7777700F77000
- 00007700F7777777700F70000000777777777777777770000000777777777777
- 777770000000}
- Layout = blGlyphTop
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = DeleteAllBtnClick
- end
- object ClearAllBtn: TSpeedButton
- Left = 3
- Top = 102
- Width = 30
- Height = 27
- Hint = 'Clear preview window'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -9
- Font.Name = 'Arial'
- Font.Style = []
- Glyph.Data = {
- 42010000424D4201000000000000760000002800000011000000110000000100
- 040000000000CC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777700000007777777777177777700000007777777771177777100000007777
- 7777711177717000000077777777771177117000000070000000000011577000
- 0000707777777775117770000000707007007071511770000000707777777711
- 771150000000704444445144447510000000774FFFFF15FFF47770000000774F
- 00F00F00F47770000000774FFFFFFFFFF4777000000077444444444444777000
- 0000774744744744747770000000774444444444447770000000777777777777
- 777770000000}
- Layout = blGlyphTop
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- end
- object Stopbtn: TSpeedButton
- Left = 3
- Top = 127
- Width = 30
- Height = 27
- Hint = 'Stop'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -9
- Font.Name = 'Arial'
- Font.Style = []
- Glyph.Data = {
- 66010000424D6601000000000000760000002800000014000000140000000100
- 040000000000F000000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777700007777711111111177777700007777199999999917777700007771
- 9999999999917777000077199999999999991777000071999999999999999177
- 000019999999999999999917000019FFF99F99FFF9F9991700001999F99F99F9
- F9F99917000019FFF99F99F9F9FFF917000019F9999F99F9F9F9F917000019FF
- F9FFF9FFF9FFF917000019999999999999999917000019999999999999999917
- 0000719999999999999991770000771999999999999917770000777199999999
- 9991777700007777199999999917777700007777711111111177777700007777
- 77777777777777770000}
- Layout = blGlyphTop
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = StopbtnClick
- end
- object CloseBtn: TSpeedButton
- Left = 3
- Top = 152
- Width = 30
- Height = 27
- Hint = 'Close'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -9
- Font.Name = 'Arial'
- Font.Style = []
- Glyph.Data = {
- 66010000424D6601000000000000760000002800000014000000140000000100
- 040000000000F000000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
- DDDDDDDD0000888888888888888DDDD8000088888888888888FDFD8800008888
- 888888888F3F38880000444444088888FFF4444D0000DDDDD450888F3FF4DDDD
- 0000DDDDD45508FFFFF4DDDD0000DDDDD45550FFFFF4DDDD0000DDD0045550FF
- FFF4DDDD0000DDD0A05550FFFFF4DDDD00000000EA0550FFFEF4DDDD00000EAE
- AEA050FFFFF4DDDD00000AEAEAEA00FEFEF4DDDD00000EAEAEA050FFFFF4DDDD
- 00000000EA0550FEFEF4DDDD0000DDD0A05550EFEFE4DDDD0000DDD0045550FE
- FEF4DDDD0000DDDDD45550EFEFE4DDDD0000DDDDD44444444444DDDD0000DDDD
- DDDDDDDDDDDDDDDD0000}
- Layout = blGlyphTop
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = CloseBtnClick
- end
- object CreateNewDelete: TSpeedButton
- Left = 3
- Top = 52
- Width = 30
- Height = 27
- Hint = 'Create new previews keep old ones'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -9
- Font.Name = 'Arial'
- Font.Style = []
- Glyph.Data = {
- 42010000424D4201000000000000760000002800000011000000110000000100
- 040000000000CC00000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777700000007000000000000000700000007077770770770770700000007007
- 7077077077007000000070707777770770707000000070770770707707707000
- 0000707770770700777070000000707777007777777070000000707777777777
- 7770700000007077777777700770700000007077777777077070700000007077
- 7777770770707000000070777777777007707000000070777777777777707000
- 0000700000000000000070000000777777777777777770000000777777777777
- 777770000000}
- Layout = blGlyphTop
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = CreateNewDeleteClick
- end
- end
- object AutoLoad: TCheckBox
- Left = 524
- Top = 308
- Width = 109
- Height = 17
- Hint = 'Autoload Previews'
- Caption = 'Autoload'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- OnClick = AutoLoadClick
- end
- object GPall: TCheckBox
- Left = 524
- Top = 322
- Width = 96
- Height = 17
- Hint = 'In 256 color mode use a shared palette'
- Caption = 'Use best palette'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 8
- OnClick = GPallClick
- end
- object FileListBox1: TRzFileListBox
- Left = 40
- Top = 40
- Width = 145
- Height = 145
- Hint = 'Drag Image on the grid to create thumbnail'
- ItemHeight = 18
- Mask = '*.JPG;*.GIF;*.PCX;*.BMP;*.PNG;*.TIF;*.WMF;*.ICO'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 9
- OnChange = FileListBox1Change
- OnClick = FileListBox1Click
- OnDblClick = FileListBox1DblClick
- OnKeyDown = FileListBox1KeyDown
- OnMouseDown = FileListBox1MouseDown
- end
- object DirectoryListBox1: TRzDirectoryListBox
- Left = 40
- Top = 192
- Width = 145
- Height = 121
- ItemHeight = 17
- TabOrder = 10
- OnChange = DirectoryListBox1Change
- OnClick = DirectoryListBox1Click
- end
- object DriveComboBox1: TRzDriveComboBox
- Left = 40
- Top = 316
- Width = 145
- Height = 23
- TabOrder = 11
- OnChange = DriveComboBox1Change
- OnClick = DriveComboBox1Click
- end
- object MultiLang1: TMultiLang
- Languages = 2
- Words.Strings = (
- '%Form%'
- 'Image pre-viewer'
- ''
- 'Label2'
- ''
- ''
- 'ComboBox1'
- '*.JPG;*.GIF;*.PCX;*.BMP;*.PNG;*.TIF;*.WMF;*.ICO'
- '*.JPG;*.GIF;*.PCX;*.BMP;*.PNG;*.TIF;*.WMF;*.ICO'
- '"'
- '*.JPG'
- '*.JPG'
- '"'
- '*.GIF'
- '*.GIF'
- '"'
- '*.PCX'
- '*.PCX'
- '"'
- '*.BMP'
- '*.BMP'
- '"'
- '*.PNG'
- '*.PNG'
- '"'
- '*.TIF'
- '*.TIF'
- '"'
- '*.WMF'
- '*.WMF'
- '"'
- '*.ICO'
- '*.ICO'
- 'PMultiImage2'
- ''
- ''
- 'GroupBox2'
- 'Resolution'
- 'Risoluzione'
- '".Hint'
- 'Resolution of the previews'
- 'Risoluzione anteprima '
- 'SaveRes24'
- 'True color'
- 'True color'
- 'SaveRes8'
- '256 colors'
- '256 colori'
- 'SaveRes4System'
- '16 system colors'
- '16 colori'
- 'SaveResAuto'
- 'Automatic'
- 'Automatico'
- 'PMultiImage1'
- ''
- ''
- 'GroupBox1'
- 'Optimize previews'
- 'Ottimizza '
- 'RSpeed'
- 'for speed'
- 'per velocit�'
- 'RSize'
- 'for size'
- 'per dimensioni'
- 'Panel2'
- ''
- ''
- 'LoadBtn'
- ''
- ''
- '".Hint'
- 'Load all existing thumbs'
- 'Carica le anterime esistenti'
- 'CreateNewKeep'
- ''
- ''
- '".Hint'
- 'Create new previews keep old ones'
- 'Crea nuove anteprime cancellando le vecchie'
- 'DeleteAllBtn'
- ''
- ''
- '".Hint'
- 'Delete all previews'
- 'Elimina tutte le anteprime'
- 'ClearAllBtn'
- ''
- ''
- '".Hint'
- 'Clear preview window'
- 'Pulisci la finestra di anteprima'
- 'Stopbtn'
- ''
- ''
- '".Hint'
- 'Stop'
- 'Stop'
- 'CloseBtn'
- ''
- ''
- '".Hint'
- 'Close'
- 'Chiudi'
- 'CreateNewDelete'
- ''
- ''
- '".Hint'
- 'Create new previews keep old ones'
- 'Crea nuove anteprime cancellando le vecchie'
- 'AutoLoad'
- 'Autoload'
- 'Autocaricamento'
- '".Hint'
- 'Autoload Previews'
- 'Autocaricamento anterpime'
- 'GPall'
- 'Use best palette'
- 'Migliore palette'
- '".Hint'
- 'In 256 color mode use a shared palette'
- 'A 256 colori usa la palette condivisa'
- 'FileListBox1'
- ''
- ''
- '".Hint'
- 'Drag Image on the grid to create thumbnail'
- 'Reascina un'#39'immagine sulla griglia per creare l'#39'anteprima')
- Left = 528
- Top = 72
- end
- end
-