object CreateTempFileDlg: TCreateTempFileDlg Left = 69 Top = 689 BorderIcons = [] BorderStyle = bsDialog Caption = 'Wait...' ClientHeight = 86 ClientWidth = 249 Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = Active OnShow = Show PixelsPerInch = 120 TextHeight = 16 object Bevel1: TBevel Left = 8 Top = 24 Width = 233 Height = 9 Shape = bsBottomLine end object Label1: TLabel Left = 8 Top = 8 Width = 233 Height = 19 Alignment = taCenter AutoSize = False Caption = 'Creating temporary files...' end object TempFileProgress: TProgressBar Left = 16 Top = 48 Width = 161 Height = 25 Min = 1 Max = 100 Position = 1 TabOrder = 0 end object NextBtn: TButton Left = 176 Top = 48 Width = 57 Height = 25 Caption = 'Next' Default = True TabOrder = 1 OnClick = NextBtnClick end end