home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Programy / enpm800retaildemo.exe / Setup / PMagic.cab / PMagicNT.exe / 0 / RCDATA / TDLGVOLSETCHKPROG / TDLGVOLSETCHKPROG.txt
Text File  |  2002-09-16  |  3KB  |  159 lines

  1. object dlgVolSetChkProg: TdlgVolSetChkProg
  2.   Left = 102
  3.   Top = 442
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Check Volume Set for Errors'
  7.   ClientHeight = 275
  8.   ClientWidth = 503
  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.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblStatus: TIntlLabel
  23.     Left = 24
  24.     Top = 206
  25.     Width = 153
  26.     Height = 13
  27.     Caption = 'Checking'
  28.   end
  29.   object btnFix: TButton
  30.     Left = 31
  31.     Top = 242
  32.     Width = 75
  33.     Height = 25
  34.     Caption = '&Fix'
  35.     TabOrder = 0
  36.     OnClick = btnFixClick
  37.   end
  38.   object btnHelp: TButton
  39.     Left = 397
  40.     Top = 242
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&Help'
  44.     TabOrder = 4
  45.     OnClick = btnHelpClick
  46.   end
  47.   object btnCancel: TButton
  48.     Left = 306
  49.     Top = 242
  50.     Width = 75
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = '&Cancel'
  54.     Default = True
  55.     TabOrder = 3
  56.     OnClick = btnCancelClick
  57.   end
  58.   object progBar: TProgressBar
  59.     Left = 80
  60.     Top = 204
  61.     Width = 401
  62.     Height = 16
  63.     Min = 0
  64.     Max = 100
  65.     Position = 50
  66.     TabOrder = 5
  67.   end
  68.   object sbxErrList: TScrollBox
  69.     Left = 20
  70.     Top = 14
  71.     Width = 461
  72.     Height = 177
  73.     HorzScrollBar.Range = 457
  74.     AutoScroll = False
  75.     TabOrder = 6
  76.     object hdrErrList: THeaderControl
  77.       Left = 0
  78.       Top = 0
  79.       Width = 457
  80.       Height = 17
  81.       DragReorder = False
  82.       Sections = <
  83.         item
  84.           ImageIndex = -1
  85.           Text = 'Severity'
  86.           Width = 50
  87.         end
  88.         item
  89.           ImageIndex = -1
  90.           Text = 'Fixed'
  91.           Width = 40
  92.         end
  93.         item
  94.           ImageIndex = -1
  95.           Text = 'Number'
  96.           Width = 50
  97.         end
  98.         item
  99.           ImageIndex = -1
  100.           Text = 'Description'
  101.           Width = 10000
  102.         end>
  103.       OnSectionResize = hdrErrListSectionResize
  104.     end
  105.     object lbxErrs: TColumnList
  106.       Left = 0
  107.       Top = 17
  108.       Width = 457
  109.       Height = 156
  110.       TabStop = True
  111.       OnPreDrawItem = lbxErrsPreDrawItem
  112.       ClipTextToCols = True
  113.       Col1Position = 2
  114.       Col2Position = 49
  115.       Col3Position = 89
  116.       Col4Position = 139
  117.       Col5Position = 1000
  118.       Align = alClient
  119.       BorderStyle = bsNone
  120.       DragMode = dmAutomatic
  121.       ItemHeight = 16
  122.       Items.Strings = (
  123.         'Crit|Yes|301|A really bad error occurred on your drive!'
  124.         'Wrn||405|Tons of data corrupted error')
  125.       ParentColor = False
  126.       ParentShowHint = False
  127.       Style = lbOwnerDrawFixed
  128.       TabOrder = 1
  129.     end
  130.   end
  131.   object btnSkip: TButton
  132.     Left = 123
  133.     Top = 242
  134.     Width = 75
  135.     Height = 25
  136.     Caption = '&Skip'
  137.     Enabled = False
  138.     TabOrder = 1
  139.     OnClick = btnSkipClick
  140.   end
  141.   object btnSkipAll: TButton
  142.     Left = 214
  143.     Top = 242
  144.     Width = 75
  145.     Height = 25
  146.     Caption = 'Skip &All'
  147.     Enabled = False
  148.     TabOrder = 2
  149.     OnClick = btnSkipAllClick
  150.   end
  151.   object Timer1: TTimer
  152.     Enabled = False
  153.     Interval = 100
  154.     OnTimer = Timer1Timer
  155.     Left = 480
  156.     Top = 224
  157.   end
  158. end
  159.