home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / nowosci / crystalf / crftp1.exe / 0 / RCDATA / TSITEMGR / TSITEMGR.txt
Text File  |  1997-11-20  |  4KB  |  180 lines

  1. object SiteMgr: TSiteMgr
  2.   Left = 313
  3.   Top = 102
  4.   BorderStyle = bsDialog
  5.   Caption = 'C.A.S Crystal FTP - Site Manager'
  6.   ClientHeight = 282
  7.   ClientWidth = 450
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object wallpaper1: TWallpaper
  21.     Left = 0
  22.     Top = 0
  23.     Width = 450
  24.     Height = 282
  25.     Align = alClient
  26.     BevelOuter = bvNone
  27.     Caption = 'wallpaper1'
  28.     TabOrder = 0
  29.     object Import: TToolbarButton97
  30.       Left = 308
  31.       Top = 116
  32.       Width = 137
  33.       Height = 25
  34.       DropdownMenu = PU_Import
  35.       Caption = '&Import sites from...'
  36.       Flat = False
  37.     end
  38.     object Bevel1: TBevel
  39.       Left = 308
  40.       Top = 108
  41.       Width = 137
  42.       Height = 13
  43.       Shape = bsTopLine
  44.     end
  45.     object Rename: TToolbarButton97
  46.       Left = 308
  47.       Top = 76
  48.       Width = 65
  49.       Height = 25
  50.       Caption = '&Rename'
  51.       Flat = False
  52.       OnClick = RenameClick
  53.     end
  54.     object Edit: TToolbarButton97
  55.       Left = 308
  56.       Top = 44
  57.       Width = 65
  58.       Height = 25
  59.       Caption = '&Edit'
  60.       Flat = False
  61.       OnClick = EditClick
  62.     end
  63.     object Add_Site: TToolbarButton97
  64.       Left = 308
  65.       Top = 12
  66.       Width = 65
  67.       Height = 25
  68.       Caption = '&Add Site'
  69.       Flat = False
  70.       OnClick = Add_SiteClick
  71.     end
  72.     object Delete: TToolbarButton97
  73.       Left = 380
  74.       Top = 44
  75.       Width = 65
  76.       Height = 25
  77.       Caption = '&Delete'
  78.       Flat = False
  79.       OnClick = DeleteClick
  80.     end
  81.     object Add_Folder: TToolbarButton97
  82.       Left = 380
  83.       Top = 12
  84.       Width = 65
  85.       Height = 25
  86.       Caption = 'Add &Folder'
  87.       Flat = False
  88.       OnClick = Add_FolderClick
  89.     end
  90.     object description: TRichEdit
  91.       Left = 8
  92.       Top = 228
  93.       Width = 293
  94.       Height = 49
  95.       Cursor = crArrow
  96.       Color = clBtnFace
  97.       Font.Charset = ANSI_CHARSET
  98.       Font.Color = clBlack
  99.       Font.Height = -11
  100.       Font.Name = 'Courier New'
  101.       Font.Style = []
  102.       ParentFont = False
  103.       ReadOnly = True
  104.       ScrollBars = ssVertical
  105.       TabOrder = 0
  106.       OnEnter = descriptionEnter
  107.     end
  108.     object TreeView: TTreeView
  109.       Left = 8
  110.       Top = 8
  111.       Width = 293
  112.       Height = 217
  113.       ShowRoot = False
  114.       ReadOnly = True
  115.       DragMode = dmAutomatic
  116.       HideSelection = False
  117.       Indent = 19
  118.       TabOrder = 1
  119.       OnClick = Clicl
  120.       OnDragDrop = TreeViewDragDrop
  121.       OnDragOver = TreeViewDragOver
  122.       OnDblClick = TreeViewDblClick
  123.       OnKeyUp = TreeViewKeyUp
  124.       Images = Form1.SmlImg
  125.     end
  126.     object Connect: TButton
  127.       Left = 308
  128.       Top = 248
  129.       Width = 65
  130.       Height = 29
  131.       Caption = 'C&onnect'
  132.       Default = True
  133.       ModalResult = 1
  134.       TabOrder = 2
  135.       OnClick = ConnectClick
  136.     end
  137.     object Exit: TButton
  138.       Left = 380
  139.       Top = 248
  140.       Width = 65
  141.       Height = 29
  142.       Cancel = True
  143.       Caption = '&Close'
  144.       ModalResult = 2
  145.       TabOrder = 3
  146.       OnClick = ExitClick
  147.     end
  148.   end
  149.   object PU_Import: TPopupMenu
  150.     Left = 304
  151.     Top = 104
  152.     object wsftp: TMenuItem
  153.       Caption = 'WS FTP'
  154.       OnClick = Import_WSFTP
  155.     end
  156.   end
  157.   object OpenFile: TOpenDialog
  158.     DefaultExt = '.ini'
  159.     FileName = 'ws_ftp.ini'
  160.     Filter = 'WS FTP sites|*.ini'
  161.     Options = [ofReadOnly, ofHideReadOnly]
  162.     Title = 'Import Sites'
  163.     Left = 40
  164.     Top = 12
  165.   end
  166.   object MSOfficeCaption1: TMSOfficeCaption
  167.     AppNameText.Caption = 'Crystal FTP'
  168.     AppNameText.FontKind = fkSystemB
  169.     AppNameText.Visible = True
  170.     CaptionText.Caption = '- Site Manager'
  171.     CaptionText.FontKind = fkSystem
  172.     CaptionText.Visible = True
  173.     CompanyText.Caption = 'C.A.S'
  174.     CompanyText.FontKind = fkSystemBI
  175.     CompanyText.Visible = True
  176.     Left = 12
  177.     Top = 44
  178.   end
  179. end
  180.