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 / TDLGCHKPROG / TDLGCHKPROG.txt
Text File  |  2002-09-16  |  3KB  |  163 lines

  1. object dlgChkProg: TdlgChkProg
  2.   Left = 46
  3.   Top = 656
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Check Partition 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.           AllowClick = False
  85.           ImageIndex = -1
  86.           Text = 'Severity'
  87.           Width = 50
  88.         end
  89.         item
  90.           AllowClick = False
  91.           ImageIndex = -1
  92.           Text = 'Fixed'
  93.           Width = 40
  94.         end
  95.         item
  96.           AllowClick = False
  97.           ImageIndex = -1
  98.           Text = 'Number'
  99.           Width = 50
  100.         end
  101.         item
  102.           AllowClick = False
  103.           ImageIndex = -1
  104.           Text = 'Description'
  105.           Width = 10000
  106.         end>
  107.       OnSectionResize = hdrErrListSectionResize
  108.     end
  109.     object lbxErrs: TColumnList
  110.       Left = 0
  111.       Top = 17
  112.       Width = 457
  113.       Height = 156
  114.       TabStop = True
  115.       OnPreDrawItem = lbxErrsPreDrawItem
  116.       ClipTextToCols = True
  117.       Col1Position = 2
  118.       Col2Position = 49
  119.       Col3Position = 89
  120.       Col4Position = 139
  121.       Col5Position = 1000
  122.       Align = alClient
  123.       BorderStyle = bsNone
  124.       DragMode = dmAutomatic
  125.       ItemHeight = 16
  126.       Items.Strings = (
  127.         'Crit|Yes|301|A really bad error occurred on your drive!'
  128.         'Wrn||405|Tons of data corrupted error')
  129.       ParentColor = False
  130.       ParentShowHint = False
  131.       Style = lbOwnerDrawFixed
  132.       TabOrder = 1
  133.     end
  134.   end
  135.   object btnSkip: TButton
  136.     Left = 123
  137.     Top = 242
  138.     Width = 75
  139.     Height = 25
  140.     Caption = '&Skip'
  141.     Enabled = False
  142.     TabOrder = 1
  143.     OnClick = btnSkipClick
  144.   end
  145.   object btnSkipAll: TButton
  146.     Left = 214
  147.     Top = 242
  148.     Width = 75
  149.     Height = 25
  150.     Caption = 'Skip &All'
  151.     Enabled = False
  152.     TabOrder = 2
  153.     OnClick = btnSkipAllClick
  154.   end
  155.   object Timer1: TTimer
  156.     Enabled = False
  157.     Interval = 100
  158.     OnTimer = Timer1Timer
  159.     Left = 480
  160.     Top = 224
  161.   end
  162. end
  163.