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

  1. object dlgMvBdry: TdlgMvBdry
  2.   Left = 736
  3.   Top = 664
  4.   BorderStyle = bsDialog
  5.   Caption = 'Move Partition Boundary'
  6.   ClientHeight = 280
  7.   ClientWidth = 514
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object mmoMessage: TIntlLabel
  21.     Left = 16
  22.     Top = 207
  23.     Width = 481
  24.     Height = 30
  25.     AutoSize = False
  26.     WordWrap = True
  27.   end
  28.   object btnOK: TButton
  29.     Left = 126
  30.     Top = 243
  31.     Width = 75
  32.     Height = 25
  33.     Caption = '&OK'
  34.     Default = True
  35.     TabOrder = 0
  36.     OnClick = btnOKClick
  37.   end
  38.   object btnCancel: TButton
  39.     Left = 220
  40.     Top = 243
  41.     Width = 75
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = '&Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 1
  47.   end
  48.   object btnHelp: TButton
  49.     Left = 313
  50.     Top = 243
  51.     Width = 75
  52.     Height = 25
  53.     Caption = '&Help'
  54.     TabOrder = 2
  55.   end
  56.   object gbxPartLeft: TGroupBox
  57.     Left = 16
  58.     Top = 82
  59.     Width = 225
  60.     Height = 112
  61.     Caption = 'C: WIN98'
  62.     TabOrder = 3
  63.     object lblMinSizeL: TIntlLabel
  64.       Left = 15
  65.       Top = 22
  66.       Width = 67
  67.       Height = 13
  68.       Caption = 'Minimum Size:'
  69.     end
  70.     object lblMinSizeValL: TIntlLabel
  71.       Left = 111
  72.       Top = 22
  73.       Width = 37
  74.       Height = 13
  75.       Caption = '100 MB'
  76.     end
  77.     object lblMaxSizeL: TIntlLabel
  78.       Left = 15
  79.       Top = 38
  80.       Width = 70
  81.       Height = 13
  82.       Caption = 'Maximum Size:'
  83.     end
  84.     object lblMaxSizeValL: TIntlLabel
  85.       Left = 111
  86.       Top = 38
  87.       Width = 37
  88.       Height = 13
  89.       Caption = '900 MB'
  90.     end
  91.     object lblNewSizeL: TIntlLabel
  92.       Left = 15
  93.       Top = 80
  94.       Width = 48
  95.       Height = 13
  96.       Caption = '&New Size:'
  97.       FocusControl = edtNewSizeL
  98.     end
  99.     object lblNSMBL: TIntlLabel
  100.       Left = 197
  101.       Top = 80
  102.       Width = 16
  103.       Height = 13
  104.       Caption = 'MB'
  105.     end
  106.     object lblClustSizeL: TIntlLabel
  107.       Left = 15
  108.       Top = 54
  109.       Width = 58
  110.       Height = 13
  111.       Caption = 'Cluster Size:'
  112.     end
  113.     object lblClustSizeLVal: TIntlLabel
  114.       Left = 111
  115.       Top = 54
  116.       Width = 19
  117.       Height = 13
  118.       Caption = '32K'
  119.     end
  120.     object spnSizeL: TUpDown
  121.       Left = 181
  122.       Top = 74
  123.       Width = 12
  124.       Height = 21
  125.       Associate = edtHidSizeL
  126.       Min = -32000
  127.       Max = 32000
  128.       Position = 0
  129.       TabOrder = 0
  130.       Wrap = False
  131.       OnClick = spnSizeLClick
  132.     end
  133.     object edtNewSizeL: TEdit
  134.       Left = 111
  135.       Top = 74
  136.       Width = 70
  137.       Height = 21
  138.       TabOrder = 1
  139.       Text = '0'
  140.       OnExit = edtNewSizeLExit
  141.     end
  142.     object edtHidSizeL: TEdit
  143.       Left = 140
  144.       Top = 74
  145.       Width = 41
  146.       Height = 21
  147.       TabOrder = 2
  148.       Text = '0'
  149.       Visible = False
  150.     end
  151.   end
  152.   object gbxPartRight: TGroupBox
  153.     Left = 272
  154.     Top = 82
  155.     Width = 225
  156.     Height = 112
  157.     Caption = 'D: PROGRAMS'
  158.     TabOrder = 4
  159.     object lblMinSizeR: TIntlLabel
  160.       Left = 15
  161.       Top = 22
  162.       Width = 67
  163.       Height = 13
  164.       Caption = 'Minimum Size:'
  165.     end
  166.     object lblMinSizeValR: TIntlLabel
  167.       Left = 111
  168.       Top = 22
  169.       Width = 37
  170.       Height = 13
  171.       Caption = '100 MB'
  172.     end
  173.     object lblMaxSizeR: TIntlLabel
  174.       Left = 15
  175.       Top = 38
  176.       Width = 70
  177.       Height = 13
  178.       Caption = 'Maximum Size:'
  179.     end
  180.     object lblMaxSizeValR: TIntlLabel
  181.       Left = 111
  182.       Top = 38
  183.       Width = 37
  184.       Height = 13
  185.       Caption = '900 MB'
  186.     end
  187.     object lblNewSizeR: TIntlLabel
  188.       Left = 15
  189.       Top = 80
  190.       Width = 48
  191.       Height = 13
  192.       Caption = '&New Size:'
  193.       FocusControl = edtNewSizeR
  194.     end
  195.     object lblNSMBR: TIntlLabel
  196.       Left = 197
  197.       Top = 80
  198.       Width = 16
  199.       Height = 13
  200.       Caption = 'MB'
  201.     end
  202.     object lblClustSizeR: TIntlLabel
  203.       Left = 15
  204.       Top = 54
  205.       Width = 58
  206.       Height = 13
  207.       Caption = 'Cluster Size:'
  208.     end
  209.     object lblClustSizeRVal: TIntlLabel
  210.       Left = 111
  211.       Top = 54
  212.       Width = 19
  213.       Height = 13
  214.       Caption = '32K'
  215.     end
  216.     object spnSizeR: TUpDown
  217.       Left = 181
  218.       Top = 74
  219.       Width = 12
  220.       Height = 21
  221.       Associate = edtHidSizeR
  222.       Min = -32000
  223.       Max = 32000
  224.       Position = 0
  225.       TabOrder = 0
  226.       Wrap = False
  227.       OnClick = spnSizeRClick
  228.     end
  229.     object edtNewSizeR: TEdit
  230.       Left = 111
  231.       Top = 74
  232.       Width = 70
  233.       Height = 21
  234.       TabOrder = 1
  235.       Text = '0'
  236.       OnExit = edtNewSizeRExit
  237.     end
  238.     object edtHidSizeR: TEdit
  239.       Left = 140
  240.       Top = 74
  241.       Width = 41
  242.       Height = 21
  243.       TabOrder = 2
  244.       Text = '0'
  245.       Visible = False
  246.     end
  247.   end
  248.   object MvBdry: TMvBdry
  249.     Left = 16
  250.     Top = 16
  251.     Width = 481
  252.     Height = 51
  253.     Boot64KHint = '2 GB boot boundary'
  254.     Boot64KVisible = False
  255.     Cyl1024Hint = '1024 cylinder boundary'
  256.     Cyl1024Visible = False
  257.     OnMvRzChange = MvBdryMvRzChange
  258.     Color = clBtnFace
  259.     TabOrder = 5
  260.   end
  261. end
  262.