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

  1. inherited frmDataKeepDrive: TfrmDataKeepDrive
  2.   Left = 522
  3.   Top = 403
  4.   Caption = 'frmCreateDrive'
  5.   OldCreateOrder = True
  6.   OnHide = FormHide
  7.   OnShow = FormShow
  8.   PixelsPerInch = 96
  9.   TextHeight = 14
  10.   object lblDrives: TIntlLabel
  11.     Left = 41
  12.     Top = 20
  13.     Width = 353
  14.     Height = 40
  15.     AutoSize = False
  16.     Caption = 'Click the desired disk in the list below.'
  17.     Transparent = True
  18.     WordWrap = True
  19.   end
  20.   object pnlDrives: TPanel
  21.     Left = 117
  22.     Top = 120
  23.     Width = 279
  24.     Height = 85
  25.     BevelOuter = bvNone
  26.     BorderStyle = bsSingle
  27.     Caption = 'pnlDrives'
  28.     Color = clInfoBk
  29.     Ctl3D = False
  30.     ParentCtl3D = False
  31.     TabOrder = 0
  32.     object lstDrives: TColumnList
  33.       Left = -1
  34.       Top = 17
  35.       Width = 279
  36.       Height = 67
  37.       TabStop = True
  38.       Col1Position = 4
  39.       Col2Position = 60
  40.       Col2Align = claRight
  41.       Col3Position = 145
  42.       ItemHeight = 16
  43.       Items.Strings = (
  44.         '1|1|1')
  45.       ParentColor = False
  46.       ParentCtl3D = False
  47.       Style = lbOwnerDrawFixed
  48.       TabOrder = 0
  49.       OnClick = lstDrivesClick
  50.     end
  51.     object HeaderControl1: THeaderControl
  52.       Left = 0
  53.       Top = 0
  54.       Width = 277
  55.       Height = 17
  56.       DragReorder = False
  57.       Sections = <
  58.         item
  59.           AllowClick = False
  60.           ImageIndex = -1
  61.           Text = 'Disk'
  62.           Width = 59
  63.         end
  64.         item
  65.           Alignment = taRightJustify
  66.           AllowClick = False
  67.           ImageIndex = -1
  68.           Text = 'Size'
  69.           Width = 88
  70.         end
  71.         item
  72.           AllowClick = False
  73.           ImageIndex = -1
  74.           Text = 'Drive letters'
  75.           Width = 220
  76.         end>
  77.       OnSectionResize = HeaderControl1SectionResize
  78.     end
  79.   end
  80.   object pnlDiskMap: TDiskMapPanel
  81.     Left = 40
  82.     Top = 67
  83.     Width = 449
  84.     Height = 41
  85.     Cyl1024Visible = False
  86.     Boot64KVisible = False
  87.     Caption = 'pnlDiskMap'
  88.     Color = clBtnFace
  89.     BevelOuter = bvNone
  90.     BorderWidth = 2
  91.     TabOrder = 1
  92.   end
  93. end
  94.