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

  1. object dragdropdialog: Tdragdropdialog
  2.   Left = 432
  3.   Top = 102
  4.   ActiveControl = Panel1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Crystal FTP - Please Wait...'
  8.   ClientHeight = 137
  9.   ClientWidth = 292
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnDeactivate = FormDeactivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ani: TAnimate
  21.     Left = 0
  22.     Top = 0
  23.     Width = 292
  24.     Height = 67
  25.     Active = False
  26.     Align = alClient
  27.     CommonAVI = aviCopyFiles
  28.     StopFrame = 34
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 0
  32.     Top = 67
  33.     Width = 292
  34.     Height = 70
  35.     Align = alBottom
  36.     BevelOuter = bvNone
  37.     FullRepaint = False
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     TabOrder = 1
  45.     object Bevel1: TBevel
  46.       Left = 0
  47.       Top = 0
  48.       Width = 292
  49.       Height = 4
  50.       Align = alTop
  51.       Shape = bsTopLine
  52.     end
  53.     object Label1: TLabel
  54.       Left = 12
  55.       Top = 8
  56.       Width = 269
  57.       Height = 29
  58.       Alignment = taCenter
  59.       AutoSize = False
  60.       Caption = 
  61.         'Transferring drag-and-drop files to another application on your ' +
  62.         'computer...'
  63.       Font.Charset = ANSI_CHARSET
  64.       Font.Color = clWindowText
  65.       Font.Height = -11
  66.       Font.Name = 'Verdana'
  67.       Font.Style = []
  68.       ParentFont = False
  69.       WordWrap = True
  70.     end
  71.     object btnCancel: TButton
  72.       Left = 212
  73.       Top = 40
  74.       Width = 75
  75.       Height = 27
  76.       Caption = '&Cancel'
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clWindowText
  79.       Font.Height = -11
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = []
  82.       ModalResult = 2
  83.       ParentFont = False
  84.       TabOrder = 0
  85.       OnClick = btnCancelClick
  86.     end
  87.   end
  88. end
  89.