home *** CD-ROM | disk | FTP | other *** search
- object FormAddTo: TFormAddTo
- Left = 602
- Top = 177
- HelpContext = 285
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Add To'
- ClientHeight = 414
- ClientWidth = 296
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCanResize = FormCanResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PanelButtons: TPanel
- Left = 0
- Top = 376
- Width = 296
- Height = 38
- Align = alBottom
- BevelInner = bvRaised
- BevelOuter = bvNone
- TabOrder = 0
- DesignSize = (
- 296
- 38)
- object BtnAdd: TButton
- Left = 134
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- Enabled = False
- TabOrder = 0
- OnClick = BtnAddClick
- end
- object Button2: TButton
- Left = 215
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = Button2Click
- end
- object BtnHelp: TButton
- Left = 9
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 2
- OnClick = BtnHelpClick
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 296
- Height = 376
- Align = alClient
- TabOrder = 1
- DesignSize = (
- 296
- 376)
- object BtnAddAlbum: TCoolButton
- Left = 9
- Top = 5
- Width = 73
- Height = 35
- AutoRun = False
- AutoSize = False
- MaxWidth = 400
- Caption = 'Add Album'
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 777777777777777777777777744444777777444444444444444744444484F444
- 444744888884FFFFF44744888884FFFFF44744888884FFFFF44744888884FFFF
- F44744AA8884FFFFF44744AA8884FFFFF447AAAAAA84FFFFF447AAAAAA474FFF
- F44774AA44777444447777AA7777777777777777777777777777}
- Layout = blGlyphBottom
- Spacing = -1
- HTMLButton = False
- ColorSelector = False
- Color = clBtnFace
- OnClick = BtnAddAlbumClick
- end
- object BtnAddGroup: TCoolButton
- Left = 89
- Top = 5
- Width = 73
- Height = 35
- AutoRun = False
- AutoSize = False
- MaxWidth = 400
- Caption = 'Add Group'
- Enabled = False
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 5555555555FFFFFFFFFF5555500000000005555557777777777F55550BFBFBFB
- FB0555557F555555557F55500FBFBFBFBF0555577F555555557F550B0BFBFBFB
- FB05557F7F555555557F500F0FBFBFBFBF05577F7F555555557F0B0B0BFBFBFB
- FB057F7F7F555555557F0F0F0FBFBFBFBF057F7F7FFFFFFFFF750B0B00000000
- 00557F7F7777777777550F0FB0FBFB0F05557F7FF75FFF7575550B0007000070
- 55557F777577775755550FB0FBFB0F0555557FF75FFF75755555000700007055
- 5555777577775755555550FBFB0555555555575FFF7555555555570000755555
- 5555557777555555555555555555555555555555555555555555}
- Layout = blGlyphBottom
- NumGlyphs = 2
- Spacing = -1
- HTMLButton = False
- ColorSelector = False
- Color = clBtnFace
- OnClick = BtnAddGroupClick
- end
- object PanelCamera: TPanel
- Left = 40
- Top = 344
- Width = 129
- Height = 25
- Anchors = [akLeft, akTop, akRight]
- BevelOuter = bvNone
- TabOrder = 1
- end
- object tvAlbums: TTreeView
- Left = 8
- Top = 44
- Width = 279
- Height = 325
- Anchors = [akLeft, akTop, akRight]
- HideSelection = False
- Images = FormAlbumView.TreeViewImages
- Indent = 19
- ReadOnly = True
- TabOrder = 0
- OnChange = tvAlbumsChange
- end
- end
- end
-