object SiteMgr: TSiteMgr Left = 313 Top = 102 BorderStyle = bsDialog Caption = 'C.A.S Crystal FTP - Site Manager' ClientHeight = 282 ClientWidth = 450 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object wallpaper1: TWallpaper Left = 0 Top = 0 Width = 450 Height = 282 Align = alClient BevelOuter = bvNone Caption = 'wallpaper1' TabOrder = 0 object Import: TToolbarButton97 Left = 308 Top = 116 Width = 137 Height = 25 DropdownMenu = PU_Import Caption = '&Import sites from...' Flat = False end object Bevel1: TBevel Left = 308 Top = 108 Width = 137 Height = 13 Shape = bsTopLine end object Rename: TToolbarButton97 Left = 308 Top = 76 Width = 65 Height = 25 Caption = '&Rename' Flat = False OnClick = RenameClick end object Edit: TToolbarButton97 Left = 308 Top = 44 Width = 65 Height = 25 Caption = '&Edit' Flat = False OnClick = EditClick end object Add_Site: TToolbarButton97 Left = 308 Top = 12 Width = 65 Height = 25 Caption = '&Add Site' Flat = False OnClick = Add_SiteClick end object Delete: TToolbarButton97 Left = 380 Top = 44 Width = 65 Height = 25 Caption = '&Delete' Flat = False OnClick = DeleteClick end object Add_Folder: TToolbarButton97 Left = 380 Top = 12 Width = 65 Height = 25 Caption = 'Add &Folder' Flat = False OnClick = Add_FolderClick end object description: TRichEdit Left = 8 Top = 228 Width = 293 Height = 49 Cursor = crArrow Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 OnEnter = descriptionEnter end object TreeView: TTreeView Left = 8 Top = 8 Width = 293 Height = 217 ShowRoot = False ReadOnly = True DragMode = dmAutomatic HideSelection = False Indent = 19 TabOrder = 1 OnClick = Clicl OnDragDrop = TreeViewDragDrop OnDragOver = TreeViewDragOver OnDblClick = TreeViewDblClick OnKeyUp = TreeViewKeyUp Images = Form1.SmlImg end object Connect: TButton Left = 308 Top = 248 Width = 65 Height = 29 Caption = 'C&onnect' Default = True ModalResult = 1 TabOrder = 2 OnClick = ConnectClick end object Exit: TButton Left = 380 Top = 248 Width = 65 Height = 29 Cancel = True Caption = '&Close' ModalResult = 2 TabOrder = 3 OnClick = ExitClick end end object PU_Import: TPopupMenu Left = 304 Top = 104 object wsftp: TMenuItem Caption = 'WS FTP' OnClick = Import_WSFTP end end object OpenFile: TOpenDialog DefaultExt = '.ini' FileName = 'ws_ftp.ini' Filter = 'WS FTP sites|*.ini' Options = [ofReadOnly, ofHideReadOnly] Title = 'Import Sites' Left = 40 Top = 12 end object MSOfficeCaption1: TMSOfficeCaption AppNameText.Caption = 'Crystal FTP' AppNameText.FontKind = fkSystemB AppNameText.Visible = True CaptionText.Caption = '- Site Manager' CaptionText.FontKind = fkSystem CaptionText.Visible = True CompanyText.Caption = 'C.A.S' CompanyText.FontKind = fkSystemBI CompanyText.Visible = True Left = 12 Top = 44 end end