object Form3: TForm3 Left = 192 Top = 114 BorderStyle = bsDialog Caption = 'Copying files' ClientHeight = 119 ClientWidth = 317 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 5 Top = 8 Width = 307 Height = 105 Shape = bsFrame end object Label1: TLabel Left = 104 Top = 19 Width = 112 Height = 19 Caption = 'Copying: wn.exe' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [fsItalic] ParentFont = False end object PB1: TProgressBar Left = 24 Top = 48 Width = 273 Height = 16 Min = 0 Max = 100 TabOrder = 0 end object Button1: TButton Left = 125 Top = 76 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 1 OnClick = Button1Click end end