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 / TDLGMOVERESIZE / TDLGMOVERESIZE.txt
Text File  |  2002-09-16  |  5KB  |  264 lines

  1. object dlgMoveResize: TdlgMoveResize
  2.   Left = 379
  3.   Top = 696
  4.   Cursor = crArrow
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Resize / Move Partition'
  8.   ClientHeight = 288
  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 lblNewSize: TIntlLabel
  23.     Left = 52
  24.     Top = 132
  25.     Width = 194
  26.     Height = 13
  27.     Caption = '&New Size:'
  28.     FocusControl = edtNewSize
  29.   end
  30.   object lblFreeSpaceAf: TIntlLabel
  31.     Left = 52
  32.     Top = 160
  33.     Width = 220
  34.     Height = 13
  35.     Caption = 'Free Space &After:'
  36.     FocusControl = edtFreeSpaceAf
  37.   end
  38.   object lblNSMB: TIntlLabel
  39.     Left = 328
  40.     Top = 132
  41.     Width = 175
  42.     Height = 13
  43.     Caption = 'MB'
  44.   end
  45.   object lblFSAMB: TIntlLabel
  46.     Left = 328
  47.     Top = 160
  48.     Width = 180
  49.     Height = 13
  50.     Caption = 'MB'
  51.   end
  52.   object lblFreeSpaceBef: TIntlLabel
  53.     Left = 52
  54.     Top = 104
  55.     Width = 227
  56.     Height = 13
  57.     Caption = 'Free Space &Before:'
  58.     FocusControl = edtFreeSpaceBef
  59.   end
  60.   object lblFSBMB: TIntlLabel
  61.     Left = 328
  62.     Top = 104
  63.     Width = 180
  64.     Height = 13
  65.     Caption = 'MB'
  66.   end
  67.   object lblMinSize: TIntlLabel
  68.     Left = 74
  69.     Top = 67
  70.     Width = 188
  71.     Height = 13
  72.     Caption = 'Minimum Size:'
  73.   end
  74.   object lblMinSizeVal: TIntlLabel
  75.     Left = 146
  76.     Top = 67
  77.     Width = 208
  78.     Height = 13
  79.     Caption = '0.0 MB'
  80.   end
  81.   object lblMaxSize: TIntlLabel
  82.     Left = 231
  83.     Top = 67
  84.     Width = 191
  85.     Height = 13
  86.     Caption = 'Maximum Size:'
  87.   end
  88.   object lblMaxSizeVal: TIntlLabel
  89.     Left = 308
  90.     Top = 67
  91.     Width = 211
  92.     Height = 13
  93.     Caption = '0.0 MB'
  94.   end
  95.   object lblMessage: TIntlLabel
  96.     Left = 52
  97.     Top = 212
  98.     Width = 341
  99.     Height = 30
  100.     AutoSize = False
  101.     WordWrap = True
  102.   end
  103.   object lblClustSize: TIntlLabel
  104.     Left = 52
  105.     Top = 188
  106.     Width = 223
  107.     Height = 13
  108.     Caption = 'Cluster &Size:'
  109.     FocusControl = cbxClustSize
  110.   end
  111.   object btnOK: TButton
  112.     Left = 78
  113.     Top = 254
  114.     Width = 75
  115.     Height = 25
  116.     Caption = '&OK'
  117.     Default = True
  118.     TabOrder = 10
  119.     OnClick = btnOKClick
  120.   end
  121.   object btnCancel: TButton
  122.     Left = 172
  123.     Top = 254
  124.     Width = 75
  125.     Height = 25
  126.     Cancel = True
  127.     Caption = '&Cancel'
  128.     TabOrder = 11
  129.     OnClick = btnCancelClick
  130.   end
  131.   object btnHelp: TButton
  132.     Left = 265
  133.     Top = 254
  134.     Width = 75
  135.     Height = 25
  136.     Caption = '&Help'
  137.     TabOrder = 12
  138.     OnClick = btnHelpClick
  139.   end
  140.   object spnSize: TUpDown
  141.     Left = 304
  142.     Top = 124
  143.     Width = 12
  144.     Height = 21
  145.     Associate = edtHidSize
  146.     Min = -32000
  147.     Max = 32000
  148.     Position = 0
  149.     TabOrder = 4
  150.     Wrap = False
  151.     OnClick = spnSizeClick
  152.   end
  153.   object spnFreeSpaceBef: TUpDown
  154.     Left = 304
  155.     Top = 96
  156.     Width = 12
  157.     Height = 21
  158.     Associate = edtHidSB
  159.     Min = -32000
  160.     Max = 32000
  161.     Position = 0
  162.     TabOrder = 1
  163.     Wrap = False
  164.     OnClick = spnFreeSpaceBefClick
  165.   end
  166.   object spnFreeSpaceAf: TUpDown
  167.     Left = 304
  168.     Top = 152
  169.     Width = 12
  170.     Height = 21
  171.     Associate = edtHidSA
  172.     Min = -32000
  173.     Max = 32000
  174.     Position = 0
  175.     TabOrder = 7
  176.     Wrap = False
  177.     OnClick = spnFreeSpaceAfClick
  178.   end
  179.   object edtFreeSpaceBef: TEdit
  180.     Left = 202
  181.     Top = 96
  182.     Width = 102
  183.     Height = 21
  184.     TabOrder = 0
  185.     Text = '0'
  186.     OnExit = edtFreeSpaceBefExit
  187.     OnKeyDown = edtFreeSpaceBefKeyDown
  188.     OnKeyPress = edtFreeSpaceBefKeyPress
  189.     OnKeyUp = edtFreeSpaceBefKeyUp
  190.   end
  191.   object edtHidSB: TEdit
  192.     Left = 263
  193.     Top = 96
  194.     Width = 41
  195.     Height = 21
  196.     TabOrder = 2
  197.     Text = '0'
  198.     Visible = False
  199.   end
  200.   object edtNewSize: TEdit
  201.     Left = 202
  202.     Top = 124
  203.     Width = 102
  204.     Height = 21
  205.     TabOrder = 3
  206.     Text = '0'
  207.     OnExit = edtNewSizeExit
  208.     OnKeyDown = edtNewSizeKeyDown
  209.     OnKeyPress = edtFreeSpaceBefKeyPress
  210.     OnKeyUp = edtNewSizeKeyUp
  211.   end
  212.   object edtHidSize: TEdit
  213.     Left = 263
  214.     Top = 124
  215.     Width = 41
  216.     Height = 21
  217.     TabOrder = 5
  218.     Text = '0'
  219.     Visible = False
  220.   end
  221.   object edtFreeSpaceAf: TEdit
  222.     Left = 202
  223.     Top = 152
  224.     Width = 102
  225.     Height = 21
  226.     TabOrder = 6
  227.     Text = '0'
  228.     OnExit = edtFreeSpaceAfExit
  229.     OnKeyDown = edtFreeSpaceAfKeyDown
  230.     OnKeyPress = edtFreeSpaceBefKeyPress
  231.     OnKeyUp = edtFreeSpaceAfKeyUp
  232.   end
  233.   object edtHidSA: TEdit
  234.     Left = 263
  235.     Top = 152
  236.     Width = 41
  237.     Height = 21
  238.     TabOrder = 8
  239.     Text = '0'
  240.     Visible = False
  241.   end
  242.   object pnlMvRz: TpnlMvRz
  243.     Left = 26
  244.     Top = 9
  245.     Width = 375
  246.     Height = 51
  247.     Boot64KHint = '2 GB boot boundary'
  248.     Cyl1024Hint = '1024 cylinder boundary'
  249.     OnMvRzChange = pnlMvRzMvRzChange
  250.     Color = clBtnFace
  251.     TabOrder = 13
  252.   end
  253.   object cbxClustSize: TComboBox
  254.     Left = 202
  255.     Top = 180
  256.     Width = 115
  257.     Height = 21
  258.     Style = csDropDownList
  259.     ItemHeight = 13
  260.     TabOrder = 9
  261.     OnChange = cbxClustSizeChange
  262.   end
  263. end
  264.