object Form2: TForm2 Left = 201 Top = 100 Width = 241 Height = 204 Caption = 'Drucken' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 24 Top = 16 Width = 194 Height = 31 Caption = 'Druckfortschritt' Font.Color = clBlack Font.Height = -27 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False end object Gauge1: TGauge Left = 24 Top = 56 Width = 193 Height = 57 ForeColor = clNavy Progress = 0 end object Button1: TButton Left = 24 Top = 128 Width = 193 Height = 33 Caption = 'Druckabbruch !' TabOrder = 0 OnClick = Button1Click end end