home *** CD-ROM | disk | FTP | other *** search
- object FormSyncDetails: TFormSyncDetails
- Left = 465
- Top = 437
- Width = 666
- Height = 476
- Caption = 'FotoSync Details'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 0
- Top = 416
- Width = 658
- Height = 4
- Align = alBottom
- Shape = bsTopLine
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 658
- Height = 416
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object Splitter1: TSplitter
- Left = 145
- Top = 0
- Width = 4
- Height = 416
- Beveled = True
- end
- object ThumbViewChgs: TThumbView
- Left = 149
- Top = 0
- Width = 509
- Height = 416
- Align = alClient
- ParentShowHint = False
- TabOrder = 0
- ShowHint = True
- OnNeedThumbnail = ThumbViewChgsNeedThumbnail
- AllowReordering = False
- AllowDragIn = True
- AllowDragOut = True
- TooltipFilename = False
- TooltipCaptions = False
- TooltipFilesize = False
- TooltipFiledate = False
- TooltipDimensions = False
- TooltipPicDate = False
- TooltipMergeDescr = False
- TooltipMergeDebug = False
- AllowDragMove = True
- end
- object tvAlbums: TTreeView
- Left = 0
- Top = 0
- Width = 145
- Height = 416
- Align = alLeft
- HideSelection = False
- Images = FormAlbumView.TreeViewImages
- Indent = 19
- PopupMenu = pmAlbums
- ReadOnly = True
- TabOrder = 1
- OnChange = tvAlbumsChange
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 420
- Width = 658
- Height = 29
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- DesignSize = (
- 658
- 29)
- object BtnThumbSize: TIndexButton
- Left = 9
- Top = 2
- Width = 80
- Height = 25
- Hint = 'Change the size of the thumbnails'
- AutoRun = False
- DropdownMenu = pmThumbSize
- EnabledImages = FormMainFrm.ImageList1
- EnabledImageIndex = 6
- DisabledImageIndex = -1
- Caption = 'Large'
- Flat = True
- ParentShowHint = False
- ShowHint = True
- Spacing = -1
- Visible = False
- end
- object BtnClose: TButton
- Left = 574
- Top = 2
- Width = 75
- Height = 25
- Anchors = [akTop]
- Caption = 'Close'
- Default = True
- TabOrder = 0
- OnClick = BtnCloseClick
- end
- end
- object pmThumbSize: TPopupMenu
- Left = 264
- Top = 8
- object miSmall: TMenuItem
- AutoCheck = True
- Caption = 'Small'
- GroupIndex = 1
- RadioItem = True
- OnClick = OnChgThumbnailSize
- end
- object miMedium: TMenuItem
- AutoCheck = True
- Caption = 'Medium'
- GroupIndex = 1
- RadioItem = True
- OnClick = OnChgThumbnailSize
- end
- object MiLarge: TMenuItem
- AutoCheck = True
- Caption = 'Large'
- GroupIndex = 1
- RadioItem = True
- OnClick = OnChgThumbnailSize
- end
- object miXLarge: TMenuItem
- AutoCheck = True
- Caption = 'Automatic'
- Checked = True
- GroupIndex = 1
- RadioItem = True
- OnClick = OnChgThumbnailSize
- end
- end
- object pmAlbums: TPopupMenu
- Left = 216
- Top = 8
- object miChgDetails: TMenuItem
- Caption = 'Change details..'
- OnClick = miChgDetailsClick
- end
- end
- end
-