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 / TFRMCOPYDESTOPTS / TFRMCOPYDESTOPTS.txt
Text File  |  2002-09-16  |  2KB  |  105 lines

  1. inherited frmCopyDestOpts: TfrmCopyDestOpts
  2.   Left = 430
  3.   Top = 284
  4.   Caption = 'Copy Partition'
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 14
  9.   object lblWelcome: TIntlLabel
  10.     Left = 109
  11.     Top = 15
  12.     Width = 377
  13.     Height = 18
  14.     AutoSize = False
  15.     Caption = 'Should the new copy be a primary or a logical 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 IntlLabel1: TIntlLabel
  26.     Left = 109
  27.     Top = 113
  28.     Width = 377
  29.     Height = 49
  30.     AutoSize = False
  31.     Caption = 
  32.       'Should the partition be hidden or unhidden?  Be aware that makin' +
  33.       'g the partition unhidden can cause other drive letters to change' +
  34.       '.'
  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 pnlFileSystemTypes: TPanel
  45.     Left = 140
  46.     Top = 43
  47.     Width = 246
  48.     Height = 46
  49.     BevelOuter = bvNone
  50.     BorderStyle = bsSingle
  51.     Color = clWindow
  52.     Ctl3D = False
  53.     ParentCtl3D = False
  54.     TabOrder = 0
  55.     object btnPrimary: TRadioButton
  56.       Left = 15
  57.       Top = 3
  58.       Width = 320
  59.       Height = 17
  60.       Caption = 'Primary'
  61.       Checked = True
  62.       TabOrder = 0
  63.       TabStop = True
  64.     end
  65.     object btnLogical: TRadioButton
  66.       Left = 15
  67.       Top = 21
  68.       Width = 322
  69.       Height = 17
  70.       Caption = 'Logical'
  71.       TabOrder = 1
  72.     end
  73.   end
  74.   object Panel1: TPanel
  75.     Left = 140
  76.     Top = 167
  77.     Width = 246
  78.     Height = 43
  79.     BevelOuter = bvNone
  80.     BorderStyle = bsSingle
  81.     Color = clWindow
  82.     Ctl3D = False
  83.     ParentCtl3D = False
  84.     TabOrder = 1
  85.     object btnHidden: TRadioButton
  86.       Left = 15
  87.       Top = 3
  88.       Width = 320
  89.       Height = 17
  90.       Caption = 'Hidden'
  91.       Checked = True
  92.       TabOrder = 0
  93.       TabStop = True
  94.     end
  95.     object btnUnhidden: TRadioButton
  96.       Left = 15
  97.       Top = 21
  98.       Width = 322
  99.       Height = 17
  100.       Caption = 'Unhidden'
  101.       TabOrder = 1
  102.     end
  103.   end
  104. end
  105.