home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 August / 08_02.iso / test / di2002 / ENRETAILDMODI600.ZIP / SETUP / ImageExp.cab / PqIExp32.exe / 0 / RCDATA / TDIFEPROGDLG / TDIFEPROGDLG.txt
Encoding:
Text File  |  2002-04-09  |  1.3 KB  |  70 lines

  1. object DifeProgDlg: TDifeProgDlg
  2.   Left = 413
  3.   Top = 217
  4.   Cursor = crHourGlass
  5.   BorderIcons = []
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Progress'
  8.   ClientHeight = 147
  9.   ClientWidth = 342
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object MsgLbl: TLabel
  24.     Left = 12
  25.     Top = 12
  26.     Width = 318
  27.     Height = 13
  28.     Cursor = crHourGlass
  29.     AutoSize = False
  30.     Caption = 'Extending the image index...'
  31.   end
  32.   object ProgLbl: TLabel
  33.     Left = 12
  34.     Top = 36
  35.     Width = 319
  36.     Height = 13
  37.     AutoSize = False
  38.   end
  39.   object lblFileName: TLabel
  40.     Left = 12
  41.     Top = 57
  42.     Width = 319
  43.     Height = 13
  44.     AutoSize = False
  45.   end
  46.   object ProgBar: TProgressBar
  47.     Left = 12
  48.     Top = 77
  49.     Width = 319
  50.     Height = 20
  51.     Cursor = crHourGlass
  52.     Min = 0
  53.     Max = 100
  54.     Smooth = True
  55.     Step = 1
  56.     TabOrder = 0
  57.   end
  58.   object CancelBtn: TButton
  59.     Left = 128
  60.     Top = 112
  61.     Width = 85
  62.     Height = 25
  63.     Cursor = crArrow
  64.     Caption = '&Cancel'
  65.     ModalResult = 2
  66.     TabOrder = 1
  67.     OnClick = CancelBtnClick
  68.   end
  69. end
  70.