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 / TDLGVOLSEGRELOCATE / TDLGVOLSEGRELOCATE.txt < prev   
Text File  |  2002-09-16  |  4KB  |  186 lines

  1. object dlgVolSegRelocate: TdlgVolSegRelocate
  2.   Left = 204
  3.   Top = 227
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Move Segment to New Location'
  7.   ClientHeight = 291
  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 = 228
  43.     Height = 13
  44.     Caption = '(Select an unallocated space for the new location)'
  45.   end
  46.   object btnOK: TButton
  47.     Left = 121
  48.     Top = 256
  49.     Width = 75
  50.     Height = 25
  51.     Caption = '&OK'
  52.     Default = True
  53.     TabOrder = 4
  54.     OnClick = btnOKClick
  55.   end
  56.   object btnCancel: TButton
  57.     Left = 211
  58.     Top = 256
  59.     Width = 75
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = '&Cancel'
  63.     TabOrder = 5
  64.     OnClick = btnCancelClick
  65.   end
  66.   object btnHelp: TButton
  67.     Left = 300
  68.     Top = 256
  69.     Width = 75
  70.     Height = 25
  71.     Caption = '&Help'
  72.     TabOrder = 6
  73.     OnClick = btnHelpClick
  74.   end
  75.   object cbxDrives: TComboBox
  76.     Left = 12
  77.     Top = 56
  78.     Width = 146
  79.     Height = 21
  80.     Style = csOwnerDrawFixed
  81.     Font.Charset = ANSI_CHARSET
  82.     Font.Color = clBlack
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ItemHeight = 15
  87.     ParentFont = False
  88.     TabOrder = 0
  89.     OnChange = cbxDrivesChange
  90.     OnDrawItem = cbxDrivesDrawItem
  91.     Items.Strings = (
  92.       'Drive 1'
  93.       'Drive 2')
  94.   end
  95.   object pnlPartList: TPanel
  96.     Left = 12
  97.     Top = 173
  98.     Width = 472
  99.     Height = 69
  100.     BevelOuter = bvNone
  101.     BorderStyle = bsSingle
  102.     TabOrder = 3
  103.     object lbxPartList: TColumnList
  104.       Left = 0
  105.       Top = 17
  106.       Width = 468
  107.       Height = 48
  108.       TabStop = True
  109.       Col1Position = 0
  110.       Col2Position = 200
  111.       Col2Align = claRight
  112.       Col3Position = 248
  113.       Align = alClient
  114.       BorderStyle = bsNone
  115.       ItemHeight = 16
  116.       Items.Strings = (
  117.         'Unallocated space|20,987.5')
  118.       ParentColor = False
  119.       Style = lbOwnerDrawFixed
  120.       TabOrder = 0
  121.       OnClick = lbxPartListClick
  122.       OnEnter = lbxPartListEnter
  123.       OnExit = lbxPartListExit
  124.     end
  125.     object hdrPartList: THeaderControl
  126.       Left = 0
  127.       Top = 0
  128.       Width = 468
  129.       Height = 17
  130.       DragReorder = False
  131.       Enabled = False
  132.       Sections = <
  133.         item
  134.           ImageIndex = -1
  135.           Text = 'Type'
  136.           Width = 200
  137.         end
  138.         item
  139.           ImageIndex = -1
  140.           Text = 'Size MB'
  141.           Width = 10000
  142.         end>
  143.     end
  144.   end
  145.   object DestDiskMapPanel: TDiskMapPanel
  146.     Left = 12
  147.     Top = 101
  148.     Width = 472
  149.     Height = 66
  150.     Cyl1024Hint = '1024 cylinder boundary'
  151.     Cyl1024Visible = False
  152.     Boot64KHint = '2 GB boot boundary'
  153.     Boot64KVisible = False
  154.     Color = clBtnFace
  155.     BevelOuter = bvNone
  156.     BorderWidth = 8
  157.     TabOrder = 2
  158.   end
  159.   object gbxPosition: TGroupBox
  160.     Left = 196
  161.     Top = 39
  162.     Width = 287
  163.     Height = 53
  164.     Caption = 'Position'
  165.     TabOrder = 1
  166.     object rbtnBegin: TRadioButton
  167.       Left = 8
  168.       Top = 16
  169.       Width = 185
  170.       Height = 17
  171.       Caption = '&Beginning of unallocated space'
  172.       Checked = True
  173.       TabOrder = 0
  174.       TabStop = True
  175.     end
  176.     object rbtnEnd: TRadioButton
  177.       Left = 8
  178.       Top = 32
  179.       Width = 185
  180.       Height = 17
  181.       Caption = '&End of unallocated space'
  182.       TabOrder = 1
  183.     end
  184.   end
  185. end
  186.