home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Utilitare / idsearch / setup.exe / IManager.exe / 0 / RCDATA / TIMUPDATEFORM / TIMUPDATEFORM.txt
Text File  |  2004-05-28  |  3KB  |  137 lines

  1. object IMUpdateForm: TIMUpdateForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Update'
  7.   ClientHeight = 300
  8.   ClientWidth = 370
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Button1: TButton
  22.     Left = 184
  23.     Top = 264
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'Stop'
  27.     Enabled = False
  28.     TabOrder = 0
  29.     OnClick = Button1Click
  30.   end
  31.   object Button2: TButton
  32.     Left = 96
  33.     Top = 264
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 1
  40.     OnClick = Button2Click
  41.   end
  42.   object GroupBox1: TGroupBox
  43.     Left = 8
  44.     Top = 8
  45.     Width = 353
  46.     Height = 241
  47.     TabOrder = 2
  48.     object Label1: TLabel
  49.       Left = 16
  50.       Top = 32
  51.       Width = 99
  52.       Height = 13
  53.       Caption = 'Scanning file system:'
  54.     end
  55.     object Label2: TLabel
  56.       Left = 136
  57.       Top = 32
  58.       Width = 3
  59.       Height = 13
  60.     end
  61.     object Label3: TLabel
  62.       Left = 16
  63.       Top = 56
  64.       Width = 87
  65.       Height = 13
  66.       Caption = 'Documents found:'
  67.     end
  68.     object Label4: TLabel
  69.       Left = 136
  70.       Top = 56
  71.       Width = 3
  72.       Height = 13
  73.     end
  74.     object Label5: TLabel
  75.       Left = 16
  76.       Top = 80
  77.       Width = 48
  78.       Height = 13
  79.       Caption = 'Total size:'
  80.     end
  81.     object Label6: TLabel
  82.       Left = 16
  83.       Top = 128
  84.       Width = 106
  85.       Height = 13
  86.       Caption = 'Document processing:'
  87.     end
  88.     object Label7: TLabel
  89.       Left = 136
  90.       Top = 128
  91.       Width = 3
  92.       Height = 13
  93.     end
  94.     object Label8: TLabel
  95.       Left = 16
  96.       Top = 168
  97.       Width = 61
  98.       Height = 13
  99.       Caption = 'Pre-indexing:'
  100.     end
  101.     object Label9: TLabel
  102.       Left = 136
  103.       Top = 168
  104.       Width = 3
  105.       Height = 13
  106.     end
  107.     object Label10: TLabel
  108.       Left = 16
  109.       Top = 192
  110.       Width = 43
  111.       Height = 13
  112.       Caption = 'Indexing:'
  113.     end
  114.     object Label11: TLabel
  115.       Left = 136
  116.       Top = 192
  117.       Width = 3
  118.       Height = 13
  119.     end
  120.     object Label12: TLabel
  121.       Left = 136
  122.       Top = 80
  123.       Width = 3
  124.       Height = 13
  125.     end
  126.   end
  127.   object Button3: TButton
  128.     Left = 272
  129.     Top = 264
  130.     Width = 75
  131.     Height = 25
  132.     Caption = 'Hide'
  133.     TabOrder = 3
  134.     OnClick = Button3Click
  135.   end
  136. end
  137.