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

  1. object dlgPrefs: TdlgPrefs
  2.   Left = 555
  3.   Top = 316
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = '%s Preferences'
  7.   ClientHeight = 190
  8.   ClientWidth = 428
  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.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblSkipBSCheck: TIntlLabel
  21.     Left = 26
  22.     Top = 61
  23.     Width = 183
  24.     Height = 13
  25.     Caption = 'Skip bad sector checks'
  26.   end
  27.   object lblSetReadOnly: TIntlLabel
  28.     Left = 223
  29.     Top = 61
  30.     Width = 189
  31.     Height = 13
  32.     Caption = 'Set as Read-Only for %s'
  33.   end
  34.   object lblFAT32Supported: TIntlLabel
  35.     Left = 26
  36.     Top = 10
  37.     Width = 208
  38.     Height = 13
  39.     Caption = 'System supports FAT32:'
  40.   end
  41.   object lblFAT32SupportedVal: TIntlLabel
  42.     Left = 153
  43.     Top = 10
  44.     Width = 228
  45.     Height = 13
  46.     Caption = 'Yes'
  47.   end
  48.   object ckbxAllow64KClusters: TCheckBox
  49.     Left = 26
  50.     Top = 34
  51.     Width = 359
  52.     Height = 17
  53.     Caption = '&Allow 64K FAT Clusters for Windows NT/2000/XP'
  54.     TabOrder = 0
  55.   end
  56.   object cklbxSkipBS: TColChkList
  57.     Left = 26
  58.     Top = 79
  59.     Width = 180
  60.     Height = 53
  61.     TabStop = True
  62.     CheckBoxCol = 0
  63.     Col1Position = 2
  64.     Col2Position = 25
  65.     ItemHeight = 16
  66.     Items.Strings = (
  67.       '|Drive 1'
  68.       '|Drive 2'
  69.       '|Drive 3')
  70.     ParentColor = False
  71.     Style = lbOwnerDrawFixed
  72.     TabOrder = 1
  73.     OnDblClick = cklbxSkipBSDblClick
  74.     OnKeyDown = cklbxSkipBSKeyDown
  75.     OnMouseDown = cklbxSkipBSMouseDown
  76.   end
  77.   object cklbxReadOnly: TColChkList
  78.     Left = 223
  79.     Top = 79
  80.     Width = 180
  81.     Height = 53
  82.     TabStop = True
  83.     CheckBoxCol = 0
  84.     Col1Position = 2
  85.     Col2Position = 25
  86.     ItemHeight = 16
  87.     Items.Strings = (
  88.       '|Drive 1'
  89.       '|Drive 2'
  90.       '|Drive 3')
  91.     ParentColor = False
  92.     Style = lbOwnerDrawFixed
  93.     TabOrder = 2
  94.     OnDblClick = cklbxReadOnlyDblClick
  95.     OnKeyDown = cklbxReadOnlyKeyDown
  96.     OnMouseDown = cklbxReadOnlyMouseDown
  97.   end
  98.   object btnOk: TButton
  99.     Left = 88
  100.     Top = 151
  101.     Width = 75
  102.     Height = 25
  103.     Caption = '&OK'
  104.     Default = True
  105.     TabOrder = 3
  106.     OnClick = btnOkClick
  107.   end
  108.   object btnCancel: TButton
  109.     Left = 176
  110.     Top = 151
  111.     Width = 75
  112.     Height = 25
  113.     Cancel = True
  114.     Caption = '&Cancel'
  115.     ModalResult = 2
  116.     TabOrder = 4
  117.   end
  118.   object btnHelp: TButton
  119.     Left = 264
  120.     Top = 151
  121.     Width = 75
  122.     Height = 25
  123.     Caption = '&Help'
  124.     TabOrder = 5
  125.     OnClick = btnHelpClick
  126.   end
  127. end
  128.