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

  1. object FormSyncDetails: TFormSyncDetails
  2.   Left = 465
  3.   Top = 437
  4.   Width = 666
  5.   Height = 476
  6.   Caption = 'FotoSync Details'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 0
  24.     Top = 416
  25.     Width = 658
  26.     Height = 4
  27.     Align = alBottom
  28.     Shape = bsTopLine
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 0
  32.     Top = 0
  33.     Width = 658
  34.     Height = 416
  35.     Align = alClient
  36.     BevelOuter = bvNone
  37.     TabOrder = 0
  38.     object Splitter1: TSplitter
  39.       Left = 145
  40.       Top = 0
  41.       Width = 4
  42.       Height = 416
  43.       Beveled = True
  44.     end
  45.     object ThumbViewChgs: TThumbView
  46.       Left = 149
  47.       Top = 0
  48.       Width = 509
  49.       Height = 416
  50.       Align = alClient
  51.       ParentShowHint = False
  52.       TabOrder = 0
  53.       ShowHint = True
  54.       OnNeedThumbnail = ThumbViewChgsNeedThumbnail
  55.       AllowReordering = False
  56.       AllowDragIn = True
  57.       AllowDragOut = True
  58.       TooltipFilename = False
  59.       TooltipCaptions = False
  60.       TooltipFilesize = False
  61.       TooltipFiledate = False
  62.       TooltipDimensions = False
  63.       TooltipPicDate = False
  64.       TooltipMergeDescr = False
  65.       TooltipMergeDebug = False
  66.       AllowDragMove = True
  67.     end
  68.     object tvAlbums: TTreeView
  69.       Left = 0
  70.       Top = 0
  71.       Width = 145
  72.       Height = 416
  73.       Align = alLeft
  74.       HideSelection = False
  75.       Images = FormAlbumView.TreeViewImages
  76.       Indent = 19
  77.       PopupMenu = pmAlbums
  78.       ReadOnly = True
  79.       TabOrder = 1
  80.       OnChange = tvAlbumsChange
  81.     end
  82.   end
  83.   object Panel2: TPanel
  84.     Left = 0
  85.     Top = 420
  86.     Width = 658
  87.     Height = 29
  88.     Align = alBottom
  89.     BevelOuter = bvNone
  90.     TabOrder = 1
  91.     DesignSize = (
  92.       658
  93.       29)
  94.     object BtnThumbSize: TIndexButton
  95.       Left = 9
  96.       Top = 2
  97.       Width = 80
  98.       Height = 25
  99.       Hint = 'Change the size of the thumbnails'
  100.       AutoRun = False
  101.       DropdownMenu = pmThumbSize
  102.       EnabledImages = FormMainFrm.ImageList1
  103.       EnabledImageIndex = 6
  104.       DisabledImageIndex = -1
  105.       Caption = 'Large'
  106.       Flat = True
  107.       ParentShowHint = False
  108.       ShowHint = True
  109.       Spacing = -1
  110.       Visible = False
  111.     end
  112.     object BtnClose: TButton
  113.       Left = 574
  114.       Top = 2
  115.       Width = 75
  116.       Height = 25
  117.       Anchors = [akTop]
  118.       Caption = 'Close'
  119.       Default = True
  120.       TabOrder = 0
  121.       OnClick = BtnCloseClick
  122.     end
  123.   end
  124.   object pmThumbSize: TPopupMenu
  125.     Left = 264
  126.     Top = 8
  127.     object miSmall: TMenuItem
  128.       AutoCheck = True
  129.       Caption = 'Small'
  130.       GroupIndex = 1
  131.       RadioItem = True
  132.       OnClick = OnChgThumbnailSize
  133.     end
  134.     object miMedium: TMenuItem
  135.       AutoCheck = True
  136.       Caption = 'Medium'
  137.       GroupIndex = 1
  138.       RadioItem = True
  139.       OnClick = OnChgThumbnailSize
  140.     end
  141.     object MiLarge: TMenuItem
  142.       AutoCheck = True
  143.       Caption = 'Large'
  144.       GroupIndex = 1
  145.       RadioItem = True
  146.       OnClick = OnChgThumbnailSize
  147.     end
  148.     object miXLarge: TMenuItem
  149.       AutoCheck = True
  150.       Caption = 'Automatic'
  151.       Checked = True
  152.       GroupIndex = 1
  153.       RadioItem = True
  154.       OnClick = OnChgThumbnailSize
  155.     end
  156.   end
  157.   object pmAlbums: TPopupMenu
  158.     Left = 216
  159.     Top = 8
  160.     object miChgDetails: TMenuItem
  161.       Caption = 'Change details..'
  162.       OnClick = miChgDetailsClick
  163.     end
  164.   end
  165. end
  166.