home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / Vyzkuste / WinNav / SETUP.EXE / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1999-02-11  |  1KB  |  58 lines

  1. object Form3: TForm3
  2.   Left = 192
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   Caption = 'Copying files'
  6.   ClientHeight = 119
  7.   ClientWidth = 317
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 5
  21.     Top = 8
  22.     Width = 307
  23.     Height = 105
  24.     Shape = bsFrame
  25.   end
  26.   object Label1: TLabel
  27.     Left = 104
  28.     Top = 19
  29.     Width = 112
  30.     Height = 19
  31.     Caption = 'Copying:  wn.exe'
  32.     Font.Charset = RUSSIAN_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -16
  35.     Font.Name = 'Times New Roman'
  36.     Font.Style = [fsItalic]
  37.     ParentFont = False
  38.   end
  39.   object PB1: TProgressBar
  40.     Left = 24
  41.     Top = 48
  42.     Width = 273
  43.     Height = 16
  44.     Min = 0
  45.     Max = 100
  46.     TabOrder = 0
  47.   end
  48.   object Button1: TButton
  49.     Left = 125
  50.     Top = 76
  51.     Width = 75
  52.     Height = 25
  53.     Caption = '&Cancel'
  54.     TabOrder = 1
  55.     OnClick = Button1Click
  56.   end
  57. end
  58.