home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / n2p.xpi / net2phone / Net2fone.exe / 0 / RCDATA / TXFERDISPLAY / TXFERDISPLAY.txt
Encoding:
Text File  |  2001-06-19  |  2.1 KB  |  113 lines

  1. object XferDisplay: TXferDisplay
  2.   Left = 282
  3.   Top = 127
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'XferDisplay'
  7.   ClientHeight = 137
  8.   ClientWidth = 348
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LTransfer: TLabel
  21.     Left = 96
  22.     Top = 16
  23.     Width = 69
  24.     Height = 13
  25.     Caption = 'Transfer Staus'
  26.     WordWrap = True
  27.   end
  28.   object LStatus: TLabel
  29.     Left = 8
  30.     Top = 16
  31.     Width = 41
  32.     Height = 13
  33.     Caption = 'Status:'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object LBytes: TLabel
  42.     Left = 8
  43.     Top = 48
  44.     Width = 62
  45.     Height = 13
  46.     Caption = 'Bytes Sent'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.   end
  54.   object LBytesSent: TLabel
  55.     Left = 99
  56.     Top = 48
  57.     Width = 100
  58.     Height = 13
  59.     Caption = 'XK of XK (at XK/sec)'
  60.   end
  61.   object LPercent: TLabel
  62.     Left = 316
  63.     Top = 72
  64.     Width = 22
  65.     Height = 13
  66.     Caption = 'XX%'
  67.   end
  68.   object bCancel: TButton
  69.     Left = 256
  70.     Top = 104
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'Cancel'
  74.     TabOrder = 0
  75.     OnClick = bCancelClick
  76.   end
  77.   object ProgressBar: TProgressBar
  78.     Left = 8
  79.     Top = 72
  80.     Width = 299
  81.     Height = 13
  82.     Min = 0
  83.     Max = 100
  84.     Position = 100
  85.     TabOrder = 1
  86.   end
  87.   object bOK: TButton
  88.     Left = 168
  89.     Top = 104
  90.     Width = 75
  91.     Height = 25
  92.     Caption = 'OK'
  93.     TabOrder = 2
  94.     OnClick = bOKClick
  95.   end
  96.   object bRetry: TButton
  97.     Left = 80
  98.     Top = 104
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'Retry'
  102.     TabOrder = 3
  103.     OnClick = bRetryClick
  104.   end
  105.   object CloseTimer: TTimer
  106.     Enabled = False
  107.     Interval = 5000
  108.     OnTimer = CloseTimerTimer
  109.     Left = 16
  110.     Top = 104
  111.   end
  112. end
  113.