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 / TDLGVOLUMESEGMENTMOVE / TDLGVOLUMESEGMENTMOVE.txt
Text File  |  2002-09-16  |  3KB  |  178 lines

  1. object dlgVolumeSegmentMove: TdlgVolumeSegmentMove
  2.   Left = 321
  3.   Top = 361
  4.   Cursor = crArrow
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Move Segment Left/Right'
  8.   ClientHeight = 235
  9.   ClientWidth = 427
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblFreeSpaceAf: TIntlLabel
  23.     Left = 52
  24.     Top = 115
  25.     Width = 220
  26.     Height = 13
  27.     Caption = 'Free Space &After:'
  28.     FocusControl = edtFreeSpaceAf
  29.   end
  30.   object lblFSAMB: TIntlLabel
  31.     Left = 328
  32.     Top = 115
  33.     Width = 180
  34.     Height = 13
  35.     Caption = 'MB'
  36.   end
  37.   object lblFreeSpaceBef: TIntlLabel
  38.     Left = 52
  39.     Top = 87
  40.     Width = 227
  41.     Height = 13
  42.     Caption = 'Free Space &Before:'
  43.     FocusControl = edtFreeSpaceBef
  44.   end
  45.   object lblFSBMB: TIntlLabel
  46.     Left = 328
  47.     Top = 87
  48.     Width = 180
  49.     Height = 13
  50.     Caption = 'MB'
  51.   end
  52.   object lblInfo: TIntlLabel
  53.     Left = 52
  54.     Top = 143
  55.     Width = 169
  56.     Height = 13
  57.     Caption = 'Information:'
  58.   end
  59.   object mmoMessage: TIntlLabel
  60.     Left = 117
  61.     Top = 143
  62.     Width = 256
  63.     Height = 33
  64.     AutoSize = False
  65.     WordWrap = True
  66.   end
  67.   object btnOK: TButton
  68.     Left = 78
  69.     Top = 197
  70.     Width = 75
  71.     Height = 25
  72.     Caption = '&OK'
  73.     Default = True
  74.     TabOrder = 6
  75.     OnClick = btnOKClick
  76.   end
  77.   object btnCancel: TButton
  78.     Left = 172
  79.     Top = 197
  80.     Width = 75
  81.     Height = 25
  82.     Cancel = True
  83.     Caption = '&Cancel'
  84.     TabOrder = 7
  85.     OnClick = btnCancelClick
  86.   end
  87.   object btnHelp: TButton
  88.     Left = 265
  89.     Top = 197
  90.     Width = 75
  91.     Height = 25
  92.     Caption = '&Help'
  93.     TabOrder = 8
  94.     OnClick = btnHelpClick
  95.   end
  96.   object spnFreeSpaceBef: TUpDown
  97.     Left = 304
  98.     Top = 79
  99.     Width = 12
  100.     Height = 21
  101.     Associate = edtHidSB
  102.     Min = -32000
  103.     Max = 32000
  104.     Position = 0
  105.     TabOrder = 1
  106.     Wrap = False
  107.     OnClick = spnFreeSpaceBefClick
  108.   end
  109.   object spnFreeSpaceAf: TUpDown
  110.     Left = 304
  111.     Top = 107
  112.     Width = 12
  113.     Height = 21
  114.     Associate = edtHidSA
  115.     Min = -32000
  116.     Max = 32000
  117.     Position = 0
  118.     TabOrder = 4
  119.     Wrap = False
  120.     OnClick = spnFreeSpaceAfClick
  121.   end
  122.   object edtFreeSpaceBef: TEdit
  123.     Left = 202
  124.     Top = 79
  125.     Width = 102
  126.     Height = 21
  127.     TabOrder = 0
  128.     Text = '0'
  129.     OnExit = edtFreeSpaceBefExit
  130.     OnKeyDown = edtFreeSpaceBefKeyDown
  131.     OnKeyPress = edtFreeSpaceBefKeyPress
  132.     OnKeyUp = edtFreeSpaceBefKeyUp
  133.   end
  134.   object edtHidSB: TEdit
  135.     Left = 263
  136.     Top = 79
  137.     Width = 41
  138.     Height = 21
  139.     TabOrder = 2
  140.     Text = '0'
  141.     Visible = False
  142.   end
  143.   object edtFreeSpaceAf: TEdit
  144.     Left = 202
  145.     Top = 107
  146.     Width = 102
  147.     Height = 21
  148.     TabOrder = 3
  149.     Text = '0'
  150.     OnExit = edtFreeSpaceAfExit
  151.     OnKeyDown = edtFreeSpaceAfKeyDown
  152.     OnKeyPress = edtFreeSpaceBefKeyPress
  153.     OnKeyUp = edtFreeSpaceAfKeyUp
  154.   end
  155.   object edtHidSA: TEdit
  156.     Left = 263
  157.     Top = 107
  158.     Width = 41
  159.     Height = 21
  160.     TabOrder = 5
  161.     Text = '0'
  162.     Visible = False
  163.   end
  164.   object pnlMvRz: TpnlMvRz
  165.     Left = 26
  166.     Top = 9
  167.     Width = 375
  168.     Height = 51
  169.     Boot64KHint = '2 GB boot boundary'
  170.     Cyl1024Hint = '1024 cylinder boundary'
  171.     CanResizeLeft = False
  172.     CanResizeRight = False
  173.     OnMvRzChange = pnlMvRzMvRzChange
  174.     Color = clBtnFace
  175.     TabOrder = 9
  176.   end
  177. end
  178.