object QRProgressForm: TQRProgressForm Left = 316 Top = 272 BorderStyle = bsDialog Caption = '�����' ClientHeight = 94 ClientWidth = 149 Color = clBtnFace ParentFont = True FormStyle = fsStayOnTop OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 12 object Info: TLabel Left = 2 Top = 38 Width = 145 Height = 13 Alignment = taCenter AutoSize = False end object CancelButton: TButton Left = 36 Top = 62 Width = 75 Height = 25 Caption = '�L�����Z��' TabOrder = 0 OnClick = CancelButtonClick end object Gauge: TProgressBar Left = 16 Top = 10 Width = 114 Height = 16 Min = 0 Max = 100 TabOrder = 1 end end