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 / TFRMCOPYCONFIRM / TFRMCOPYCONFIRM.txt
Text File  |  2002-09-16  |  4KB  |  173 lines

  1. inherited frmCopyConfirm: TfrmCopyConfirm
  2.   Left = 373
  3.   Top = 409
  4.   Caption = 'Copy Partition'
  5.   OldCreateOrder = True
  6.   OnDestroy = FormDestroy
  7.   OnShow = FormShow
  8.   PixelsPerInch = 96
  9.   TextHeight = 14
  10.   object lblWelcome: TIntlLabel
  11.     Left = 16
  12.     Top = 153
  13.     Width = 497
  14.     Height = 26
  15.     AutoSize = False
  16.     Caption = 
  17.       'The partition will be copied as shown above with the following c' +
  18.       'haracteristics:'
  19.     Font.Charset = ANSI_CHARSET
  20.     Font.Color = clBlack
  21.     Font.Height = -11
  22.     Font.Name = 'Arial'
  23.     Font.Style = []
  24.     ParentFont = False
  25.     Transparent = True
  26.     WordWrap = True
  27.   end
  28.   object lblDestDiskTxt: TIntlLabel
  29.     Left = 35
  30.     Top = 197
  31.     Width = 173
  32.     Height = 14
  33.     Caption = 'Destination Disk:'
  34.     Transparent = True
  35.   end
  36.   object lblDestDisk: TIntlLabel
  37.     Left = 167
  38.     Top = 197
  39.     Width = 87
  40.     Height = 14
  41.     Caption = 'SomeDestDisk#'
  42.     Font.Charset = ANSI_CHARSET
  43.     Font.Color = clBlack
  44.     Font.Height = -11
  45.     Font.Name = 'Arial'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     Transparent = True
  49.   end
  50.   object lblSrcDiskTxt: TIntlLabel
  51.     Left = 35
  52.     Top = 185
  53.     Width = 168
  54.     Height = 14
  55.     Caption = 'Source Disk:'
  56.     Transparent = True
  57.   end
  58.   object lblSrcDisk: TIntlLabel
  59.     Left = 167
  60.     Top = 185
  61.     Width = 80
  62.     Height = 14
  63.     Caption = 'SomeSrcDisk#'
  64.     Font.Charset = ANSI_CHARSET
  65.     Font.Color = clBlack
  66.     Font.Height = -11
  67.     Font.Name = 'Arial'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.     Transparent = True
  71.   end
  72.   object IntlLabel1: TIntlLabel
  73.     Left = 16
  74.     Top = 79
  75.     Width = 113
  76.     Height = 19
  77.     AutoSize = False
  78.     Caption = 'After:'
  79.     Font.Charset = ANSI_CHARSET
  80.     Font.Color = clBlack
  81.     Font.Height = -11
  82.     Font.Name = 'Arial'
  83.     Font.Style = []
  84.     ParentFont = False
  85.     Transparent = True
  86.     WordWrap = True
  87.   end
  88.   object IntlLabel2: TIntlLabel
  89.     Left = 16
  90.     Top = 6
  91.     Width = 113
  92.     Height = 19
  93.     AutoSize = False
  94.     Caption = 'Before:'
  95.     Font.Charset = ANSI_CHARSET
  96.     Font.Color = clBlack
  97.     Font.Height = -11
  98.     Font.Name = 'Arial'
  99.     Font.Style = []
  100.     ParentFont = False
  101.     Transparent = True
  102.     WordWrap = True
  103.   end
  104.   object lblPartToCopyTxt: TIntlLabel
  105.     Left = 35
  106.     Top = 210
  107.     Width = 194
  108.     Height = 14
  109.     Caption = 'Partition to Copy:'
  110.     Transparent = True
  111.   end
  112.   object lblPartToCopy: TIntlLabel
  113.     Left = 167
  114.     Top = 210
  115.     Width = 95
  116.     Height = 14
  117.     Caption = 'SomePartToTopy'
  118.     Font.Charset = ANSI_CHARSET
  119.     Font.Color = clBlack
  120.     Font.Height = -11
  121.     Font.Name = 'Arial'
  122.     Font.Style = [fsBold]
  123.     ParentFont = False
  124.     Transparent = True
  125.   end
  126.   object lblNewPartSizeTxt: TIntlLabel
  127.     Left = 35
  128.     Top = 222
  129.     Width = 196
  130.     Height = 14
  131.     Caption = 'New Partition'#39's Size:'
  132.     Transparent = True
  133.   end
  134.   object lblNewPartSize: TIntlLabel
  135.     Left = 167
  136.     Top = 222
  137.     Width = 101
  138.     Height = 14
  139.     Caption = 'SomeNewPartSize'
  140.     Font.Charset = ANSI_CHARSET
  141.     Font.Color = clBlack
  142.     Font.Height = -11
  143.     Font.Name = 'Arial'
  144.     Font.Style = [fsBold]
  145.     ParentFont = False
  146.     Transparent = True
  147.   end
  148.   object pnlDiskMapAfter: TDiskMapPanel
  149.     Left = 6
  150.     Top = 94
  151.     Width = 514
  152.     Height = 52
  153.     Cyl1024Visible = False
  154.     Boot64KVisible = False
  155.     Color = clBtnFace
  156.     BevelOuter = bvNone
  157.     BorderWidth = 2
  158.     TabOrder = 0
  159.   end
  160.   object pnlDiskMapBefore: TDiskMapPanel
  161.     Left = 6
  162.     Top = 21
  163.     Width = 514
  164.     Height = 52
  165.     Cyl1024Visible = False
  166.     Boot64KVisible = False
  167.     Color = clBtnFace
  168.     BevelOuter = bvNone
  169.     BorderWidth = 2
  170.     TabOrder = 1
  171.   end
  172. end
  173.