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

  1. inherited frmMrgFileSys: TfrmMrgFileSys
  2.   Left = 410
  3.   Top = 190
  4.   Caption = 'Merge Partitions'
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 14
  9.   object lblWelcome: TIntlLabel
  10.     Left = 16
  11.     Top = 14
  12.     Width = 489
  13.     Height = 19
  14.     AutoSize = False
  15.     Caption = 'Choose the file system for the resulting partition.'
  16.     Font.Charset = ANSI_CHARSET
  17.     Font.Color = clBlack
  18.     Font.Height = -11
  19.     Font.Name = 'Arial'
  20.     Font.Style = []
  21.     ParentFont = False
  22.     Transparent = True
  23.     WordWrap = True
  24.   end
  25.   object lblFSWarning: TIntlLabel
  26.     Left = 16
  27.     Top = 45
  28.     Width = 489
  29.     Height = 44
  30.     AutoSize = False
  31.     Caption = 
  32.       'FAT file systems are accessible by most PC operating systems. IM' +
  33.       'PORTANT: Be aware that FAT32 file systems are only accessible by' +
  34.       ' Windows 95B (OSR2), 98, Me, 2000, and XP.'
  35.     Font.Charset = ANSI_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'Arial'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     Transparent = True
  42.     WordWrap = True
  43.   end
  44.   object IntlLabel1: TIntlLabel
  45.     Left = 118
  46.     Top = 192
  47.     Width = 113
  48.     Height = 16
  49.     AutoSize = False
  50.     Caption = 'Second partition:'
  51.     Font.Charset = ANSI_CHARSET
  52.     Font.Color = clBlack
  53.     Font.Height = -11
  54.     Font.Name = 'Arial'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     Transparent = True
  58.     WordWrap = True
  59.   end
  60.   object IntlLabel2: TIntlLabel
  61.     Left = 118
  62.     Top = 176
  63.     Width = 115
  64.     Height = 16
  65.     AutoSize = False
  66.     Caption = 'First partition:'
  67.     Font.Charset = ANSI_CHARSET
  68.     Font.Color = clBlack
  69.     Font.Height = -11
  70.     Font.Name = 'Arial'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     Transparent = True
  74.     WordWrap = True
  75.   end
  76.   object lblntoThisPartition: TIntlLabel
  77.     Left = 236
  78.     Top = 176
  79.     Width = 115
  80.     Height = 16
  81.     AutoSize = False
  82.     Caption = 'D:DAVEM'
  83.     Font.Charset = ANSI_CHARSET
  84.     Font.Color = clBlack
  85.     Font.Height = -11
  86.     Font.Name = 'Arial'
  87.     Font.Style = []
  88.     ParentFont = False
  89.     Transparent = True
  90.     WordWrap = True
  91.   end
  92.   object lbMergingThisPartition: TIntlLabel
  93.     Left = 236
  94.     Top = 191
  95.     Width = 115
  96.     Height = 16
  97.     AutoSize = False
  98.     Caption = 'E:MARSHSTUFF'
  99.     Font.Charset = ANSI_CHARSET
  100.     Font.Color = clBlack
  101.     Font.Height = -11
  102.     Font.Name = 'Arial'
  103.     Font.Style = []
  104.     ParentFont = False
  105.     Transparent = True
  106.     WordWrap = True
  107.   end
  108.   object GroupBox1: TGroupBox
  109.     Left = 118
  110.     Top = 99
  111.     Width = 185
  112.     Height = 64
  113.     Caption = 'File System Type'
  114.     TabOrder = 0
  115.     object rbFat: TRadioButton
  116.       Left = 16
  117.       Top = 19
  118.       Width = 113
  119.       Height = 17
  120.       Caption = 'FAT'
  121.       TabOrder = 0
  122.       OnClick = rbFatClick
  123.     end
  124.     object rbFat32: TRadioButton
  125.       Left = 16
  126.       Top = 38
  127.       Width = 113
  128.       Height = 17
  129.       Caption = 'FAT32'
  130.       TabOrder = 1
  131.       OnClick = rbFat32Click
  132.     end
  133.   end
  134. end
  135.