home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 January / VPR9801A.ISO / BENCH / dbnch112 / dbench32.exe / 0 / RCDATA / TCREATETEMPFILEDLG / TCREATETEMPFILEDLG.txt
Text File  |  1997-01-26  |  1KB  |  55 lines

  1. object CreateTempFileDlg: TCreateTempFileDlg
  2.   Left = 69
  3.   Top = 689
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Wait...'
  7.   ClientHeight = 86
  8.   ClientWidth = 249
  9.   Font.Color = clWindowText
  10.   Font.Height = -15
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = Active
  15.   OnShow = Show
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 24
  21.     Width = 233
  22.     Height = 9
  23.     Shape = bsBottomLine
  24.   end
  25.   object Label1: TLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 233
  29.     Height = 19
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 'Creating temporary files...'
  33.   end
  34.   object TempFileProgress: TProgressBar
  35.     Left = 16
  36.     Top = 48
  37.     Width = 161
  38.     Height = 25
  39.     Min = 1
  40.     Max = 100
  41.     Position = 1
  42.     TabOrder = 0
  43.   end
  44.   object NextBtn: TButton
  45.     Left = 176
  46.     Top = 48
  47.     Width = 57
  48.     Height = 25
  49.     Caption = 'Next'
  50.     Default = True
  51.     TabOrder = 1
  52.     OnClick = NextBtnClick
  53.   end
  54. end
  55.