object kompr: Tkompr Left = 272 Top = 129 Width = 344 Height = 144 HelpContext = 48 BorderIcons = [biSystemMenu, biMaximize] Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OnActivate = FormActivate OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object fortschritt: TGauge Left = 40 Top = 40 Width = 257 Height = 25 Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ForeColor = clNavy BackColor = clYellow ParentFont = False Progress = 9 end object Label1: TLabel Left = 24 Top = 13 Width = 289 Height = 14 Alignment = taCenter AutoSize = False Caption = 'Label1' Font.Color = clNavy Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object Bevel1: TBevel Left = 0 Top = 0 Width = 313 Height = 102 Visible = False end object cancelbtn: TBitBtn Left = 124 Top = 80 Width = 89 Height = 22 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = cancelbtnClick Kind = bkCancel Style = bsNew end object Button1: TButton Left = 56 Top = 64 Width = 89 Height = 33 Caption = 'Button1' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 Visible = False OnClick = Button1Click end object Timer1: TTimer Interval = 500 OnTimer = Timer1Timer Left = 32 Top = 72 end end