home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMDUPLICATES / TFORMDUPLICATES.txt
Encoding:
Text File  |  2004-04-06  |  5.3 KB  |  240 lines

  1. object FormDuplicates: TFormDuplicates
  2.   Left = 294
  3.   Top = 273
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'Picture duplicates'
  7.   ClientHeight = 495
  8.   ClientWidth = 657
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 657
  26.     Height = 41
  27.     Align = alTop
  28.     BevelOuter = bvNone
  29.     Color = clWindow
  30.     TabOrder = 0
  31.     object LblTotalNumDups: TLabel
  32.       Left = 24
  33.       Top = 20
  34.       Width = 100
  35.       Height = 13
  36.       Caption = '23 Duplicate pictures'
  37.     end
  38.     object LblExtraFileInfo: TLabel
  39.       Left = 188
  40.       Top = 20
  41.       Width = 64
  42.       Height = 13
  43.       Caption = 'Extra File Info'
  44.     end
  45.     object Bevel2: TBevel
  46.       Left = 0
  47.       Top = 37
  48.       Width = 657
  49.       Height = 4
  50.       Align = alBottom
  51.       Shape = bsBottomLine
  52.     end
  53.     object Label1: TLabel
  54.       Left = 7
  55.       Top = 3
  56.       Width = 153
  57.       Height = 13
  58.       Caption = 'Summary for all duplicates:'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.     end
  66.   end
  67.   object Panel2: TPanel
  68.     Left = 0
  69.     Top = 454
  70.     Width = 657
  71.     Height = 41
  72.     Align = alBottom
  73.     BevelOuter = bvNone
  74.     TabOrder = 1
  75.     DesignSize = (
  76.       657
  77.       41)
  78.     object BtnClose: TButton
  79.       Left = 556
  80.       Top = 8
  81.       Width = 90
  82.       Height = 25
  83.       Anchors = [akTop, akRight]
  84.       Cancel = True
  85.       Caption = 'Close'
  86.       Default = True
  87.       TabOrder = 0
  88.       OnClick = BtnCloseClick
  89.     end
  90.     object BtnRemoveDups: TButton
  91.       Left = 458
  92.       Top = 8
  93.       Width = 90
  94.       Height = 25
  95.       Anchors = [akTop, akRight]
  96.       Caption = 'Merge All'
  97.       TabOrder = 1
  98.       OnClick = BtnRemoveDupsClick
  99.     end
  100.     object BtnMergeSelected: TButton
  101.       Left = 359
  102.       Top = 8
  103.       Width = 90
  104.       Height = 25
  105.       Anchors = [akTop, akRight]
  106.       Caption = 'Merge Selected'
  107.       TabOrder = 2
  108.       OnClick = BtnMergeSelectedClick
  109.     end
  110.   end
  111.   object Panel3: TPanel
  112.     Left = 0
  113.     Top = 41
  114.     Width = 657
  115.     Height = 413
  116.     Align = alClient
  117.     BevelOuter = bvNone
  118.     TabOrder = 2
  119.     object Bevel1: TBevel
  120.       Left = 0
  121.       Top = 409
  122.       Width = 657
  123.       Height = 4
  124.       Align = alBottom
  125.       Shape = bsBottomLine
  126.     end
  127.     object Panel4: TPanel
  128.       Left = 0
  129.       Top = 0
  130.       Width = 657
  131.       Height = 409
  132.       Align = alClient
  133.       BevelOuter = bvLowered
  134.       TabOrder = 0
  135.       object ThumbView1: TThumbView
  136.         Left = 1
  137.         Top = 1
  138.         Width = 655
  139.         Height = 281
  140.         Align = alClient
  141.         TabOrder = 0
  142.         OnSelectionChange = ThumbView1SelectionChange
  143.         OnNeedThumbnail = ThumbView1NeedThumbnail
  144.         AllowReordering = False
  145.         AllowDragIn = True
  146.         AllowDragOut = True
  147.         TooltipFilename = False
  148.         TooltipCaptions = False
  149.         TooltipFilesize = False
  150.         TooltipFiledate = False
  151.         TooltipDimensions = False
  152.         TooltipPicDate = False
  153.         TooltipMergeDescr = False
  154.         TooltipMergeDebug = False
  155.         AllowDragMove = True
  156.       end
  157.       object Panel5: TPanel
  158.         Left = 1
  159.         Top = 282
  160.         Width = 655
  161.         Height = 126
  162.         Align = alBottom
  163.         BevelOuter = bvNone
  164.         TabOrder = 1
  165.         object Bevel3: TBevel
  166.           Left = 0
  167.           Top = 0
  168.           Width = 655
  169.           Height = 4
  170.           Align = alTop
  171.           Shape = bsTopLine
  172.         end
  173.         object Label2: TLabel
  174.           Left = 96
  175.           Top = 10
  176.           Width = 112
  177.           Height = 13
  178.           Caption = 'Selected picture(s):'
  179.           Font.Charset = DEFAULT_CHARSET
  180.           Font.Color = clWindowText
  181.           Font.Height = -11
  182.           Font.Name = 'MS Sans Serif'
  183.           Font.Style = [fsBold]
  184.           ParentFont = False
  185.         end
  186.         object BtnChangeKeep: TSpeedButton
  187.           Left = 4
  188.           Top = 6
  189.           Width = 85
  190.           Height = 21
  191.           Caption = 'Change keep'
  192.           OnClick = BtnChangeKeepClick
  193.         end
  194.         object LblSelMsg: TLabel
  195.           Left = 215
  196.           Top = 10
  197.           Width = 49
  198.           Height = 13
  199.           Caption = 'LblSelMsg'
  200.         end
  201.         object sgDupDetail: TStringGrid
  202.           Left = 0
  203.           Top = 30
  204.           Width = 655
  205.           Height = 96
  206.           Align = alBottom
  207.           ColCount = 3
  208.           DefaultRowHeight = 15
  209.           FixedCols = 0
  210.           RowCount = 2
  211.           Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goColSizing, goRowSelect, goThumbTracking]
  212.           TabOrder = 0
  213.           OnDblClick = sgDupDetailDblClick
  214.           ColWidths = (
  215.             64
  216.             64
  217.             64)
  218.         end
  219.       end
  220.       object PanelNoDups: TPanel
  221.         Left = 416
  222.         Top = 72
  223.         Width = 185
  224.         Height = 41
  225.         BevelOuter = bvNone
  226.         Caption = 'No duplicate pictures exist.'
  227.         TabOrder = 2
  228.         object Bevel4: TBevel
  229.           Left = 0
  230.           Top = 37
  231.           Width = 185
  232.           Height = 4
  233.           Align = alBottom
  234.           Shape = bsBottomLine
  235.         end
  236.       end
  237.     end
  238.   end
  239. end
  240.