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 / TDLGVOLSETCOPY / TDLGVOLSETCOPY.txt < prev   
Text File  |  2002-09-16  |  5KB  |  209 lines

  1. object dlgVolSetCopy: TdlgVolSetCopy
  2.   Left = 319
  3.   Top = 234
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Copy and Consolidate Volume Set'
  7.   ClientHeight = 358
  8.   ClientWidth = 496
  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.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object imgDrive: TImage
  22.     Left = 392
  23.     Top = 4
  24.     Width = 16
  25.     Height = 16
  26.     AutoSize = True
  27.     Picture.Data = {<image000.bmp>}
  28.     Transparent = True
  29.     Visible = False
  30.   end
  31.   object lblPhysicalDrives: TIntlLabel
  32.     Left = 12
  33.     Top = 40
  34.     Width = 195
  35.     Height = 13
  36.     Caption = '&Disk:'
  37.     FocusControl = cbxDrives
  38.   end
  39.   object lblDestInfo: TIntlLabel
  40.     Left = 12
  41.     Top = 8
  42.     Width = 157
  43.     Height = 13
  44.     Caption = 'Select an unallocated space for the copy destination.'
  45.   end
  46.   object lblVolSetCopyNote: TIntlLabel
  47.     Left = 12
  48.     Top = 256
  49.     Width = 472
  50.     Height = 41
  51.     AutoSize = False
  52.     Caption = 
  53.       'This operation will consolidate all volume segments in the volum' +
  54.       'e set and copy the data to a new partition.  The new partition c' +
  55.       'an be accessed from the '#39'Disks'#39' view.  It will not be visible in' +
  56.       ' the '#39'Volume Sets'#39' view.'
  57.     WordWrap = True
  58.   end
  59.   object imgDriveRemote: TImage
  60.     Left = 413
  61.     Top = 4
  62.     Width = 16
  63.     Height = 16
  64.     AutoSize = True
  65.     Picture.Data = {<image001.bmp>}
  66.     Transparent = True
  67.     Visible = False
  68.   end
  69.   object btnOK: TButton
  70.     Left = 121
  71.     Top = 320
  72.     Width = 75
  73.     Height = 25
  74.     Caption = '&OK'
  75.     Default = True
  76.     TabOrder = 4
  77.     OnClick = btnOKClick
  78.   end
  79.   object btnCancel: TButton
  80.     Left = 211
  81.     Top = 320
  82.     Width = 75
  83.     Height = 25
  84.     Cancel = True
  85.     Caption = '&Cancel'
  86.     TabOrder = 5
  87.     OnClick = btnCancelClick
  88.   end
  89.   object btnHelp: TButton
  90.     Left = 300
  91.     Top = 320
  92.     Width = 75
  93.     Height = 25
  94.     Caption = '&Help'
  95.     TabOrder = 6
  96.     OnClick = btnHelpClick
  97.   end
  98.   object cbxDrives: TComboBox
  99.     Left = 12
  100.     Top = 56
  101.     Width = 146
  102.     Height = 21
  103.     Style = csOwnerDrawFixed
  104.     Font.Charset = ANSI_CHARSET
  105.     Font.Color = clBlack
  106.     Font.Height = -11
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = []
  109.     ItemHeight = 15
  110.     ParentFont = False
  111.     TabOrder = 0
  112.     OnChange = cbxDrivesChange
  113.     OnDrawItem = cbxDrivesDrawItem
  114.     Items.Strings = (
  115.       'Drive 1'
  116.       'Drive 2')
  117.   end
  118.   object pnlPartList: TPanel
  119.     Left = 12
  120.     Top = 173
  121.     Width = 472
  122.     Height = 69
  123.     BevelOuter = bvNone
  124.     BorderStyle = bsSingle
  125.     TabOrder = 3
  126.     object lbxPartList: TColumnList
  127.       Left = 0
  128.       Top = 17
  129.       Width = 468
  130.       Height = 48
  131.       TabStop = True
  132.       Col1Position = 0
  133.       Col2Position = 200
  134.       Col2Align = claRight
  135.       Col3Position = 248
  136.       Align = alClient
  137.       BorderStyle = bsNone
  138.       ItemHeight = 16
  139.       Items.Strings = (
  140.         'Unallocated space|20,987.5')
  141.       ParentColor = False
  142.       Style = lbOwnerDrawFixed
  143.       TabOrder = 0
  144.       OnClick = lbxPartListClick
  145.       OnEnter = lbxPartListEnter
  146.       OnExit = lbxPartListExit
  147.     end
  148.     object hdrPartList: THeaderControl
  149.       Left = 0
  150.       Top = 0
  151.       Width = 468
  152.       Height = 17
  153.       DragReorder = False
  154.       Enabled = False
  155.       Sections = <
  156.         item
  157.           ImageIndex = -1
  158.           Text = 'Type'
  159.           Width = 200
  160.         end
  161.         item
  162.           ImageIndex = -1
  163.           Text = 'Size MB'
  164.           Width = 10000
  165.         end>
  166.     end
  167.   end
  168.   object DestDiskMapPanel: TDiskMapPanel
  169.     Left = 12
  170.     Top = 101
  171.     Width = 472
  172.     Height = 66
  173.     Cyl1024Hint = '1024 cylinder boundary'
  174.     Cyl1024Visible = False
  175.     Boot64KHint = '2 GB boot boundary'
  176.     Boot64KVisible = False
  177.     Color = clBtnFace
  178.     BevelOuter = bvNone
  179.     BorderWidth = 8
  180.     TabOrder = 2
  181.   end
  182.   object gbxPosition: TGroupBox
  183.     Left = 196
  184.     Top = 39
  185.     Width = 287
  186.     Height = 53
  187.     Caption = 'Position'
  188.     TabOrder = 1
  189.     object rbtnBegin: TRadioButton
  190.       Left = 8
  191.       Top = 16
  192.       Width = 185
  193.       Height = 17
  194.       Caption = '&Beginning of unallocated space'
  195.       Checked = True
  196.       TabOrder = 0
  197.       TabStop = True
  198.     end
  199.     object rbtnEnd: TRadioButton
  200.       Left = 8
  201.       Top = 32
  202.       Width = 185
  203.       Height = 17
  204.       Caption = '&End of unallocated space'
  205.       TabOrder = 1
  206.     end
  207.   end
  208. end
  209.