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

  1. object dlgConvert: TdlgConvert
  2.   Left = 214
  3.   Top = 370
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Convert Partition'
  7.   ClientHeight = 225
  8.   ClientWidth = 344
  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.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblInfo: TIntlLabel
  21.     Left = 8
  22.     Top = 126
  23.     Width = 328
  24.     Height = 64
  25.     AutoSize = False
  26.     WordWrap = True
  27.   end
  28.   object btnOK: TButton
  29.     Left = 51
  30.     Top = 195
  31.     Width = 70
  32.     Height = 25
  33.     Caption = '&OK'
  34.     Default = True
  35.     TabOrder = 1
  36.     OnClick = btnOKClick
  37.   end
  38.   object btnCancel: TButton
  39.     Left = 137
  40.     Top = 195
  41.     Width = 70
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = '&Cancel'
  45.     TabOrder = 2
  46.     OnClick = btnCancelClick
  47.   end
  48.   object btnHelp: TButton
  49.     Left = 223
  50.     Top = 195
  51.     Width = 70
  52.     Height = 25
  53.     Caption = '&Help'
  54.     TabOrder = 3
  55.     OnClick = btnHelpClick
  56.   end
  57.   object gbxConvert: TGroupBox
  58.     Left = 8
  59.     Top = 8
  60.     Width = 328
  61.     Height = 115
  62.     Caption = 'Convert to:'
  63.     TabOrder = 0
  64.     object lblFS: TIntlLabel
  65.       Left = 28
  66.       Top = 22
  67.       Width = 139
  68.       Height = 13
  69.       Caption = 'File System'
  70.     end
  71.     object lblPriLog: TIntlLabel
  72.       Left = 165
  73.       Top = 22
  74.       Width = 166
  75.       Height = 13
  76.       Caption = 'Primary/Logical'
  77.     end
  78.     object rbtnFAT: TRadioButton
  79.       Left = 35
  80.       Top = 42
  81.       Width = 113
  82.       Height = 17
  83.       Caption = 'FAT'
  84.       Checked = True
  85.       TabOrder = 0
  86.       TabStop = True
  87.       OnClick = rbtnFATClick
  88.     end
  89.     object rbtnFAT32: TRadioButton
  90.       Left = 35
  91.       Top = 59
  92.       Width = 113
  93.       Height = 17
  94.       Caption = 'FAT32'
  95.       TabOrder = 1
  96.       OnClick = rbtnFATClick
  97.     end
  98.     object rbtnNTFS: TRadioButton
  99.       Left = 35
  100.       Top = 76
  101.       Width = 113
  102.       Height = 17
  103.       Caption = 'NTFS'
  104.       TabOrder = 2
  105.       OnClick = rbtnFATClick
  106.     end
  107.     object rbtnHPFS: TRadioButton
  108.       Left = 35
  109.       Top = 93
  110.       Width = 113
  111.       Height = 17
  112.       Caption = 'HPFS'
  113.       TabOrder = 3
  114.       OnClick = rbtnFATClick
  115.     end
  116.     object rbtnPrimary: TRadioButton
  117.       Left = 174
  118.       Top = 42
  119.       Width = 113
  120.       Height = 17
  121.       Caption = 'Primary partition'
  122.       TabOrder = 4
  123.       OnClick = rbtnFATClick
  124.     end
  125.     object rbtnLogical: TRadioButton
  126.       Left = 174
  127.       Top = 59
  128.       Width = 113
  129.       Height = 17
  130.       Caption = 'Logical partition'
  131.       TabOrder = 5
  132.       OnClick = rbtnFATClick
  133.     end
  134.   end
  135. end
  136.