home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / INTERNET / FOXMAIL.21 / FOXMAIL.EXE / 0 / RCDATA / TDLG_PROCESSING / TDLG_PROCESSING.txt
Encoding:
Text File  |  1998-04-20  |  610 b   |  33 lines

  1. object Dlg_processing: TDlg_processing
  2.   Left = 205
  3.   Top = 167
  4.   BorderStyle = bsDialog
  5.   Caption = 'dlg'
  6.   ClientHeight = 61
  7.   ClientWidth = 293
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 39
  22.     Height = 13
  23.     Caption = 'Label1'
  24.   end
  25.   object Gauge: TW95Meter
  26.     Left = 16
  27.     Top = 32
  28.     Width = 265
  29.     Percent = 100
  30.     Margin = 3
  31.   end
  32. end
  33.