object dlgMvBdry: TdlgMvBdry Left = 736 Top = 664 BorderStyle = bsDialog Caption = 'Move Partition Boundary' ClientHeight = 280 ClientWidth = 514 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnActivate = FormActivate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object mmoMessage: TIntlLabel Left = 16 Top = 207 Width = 481 Height = 30 AutoSize = False WordWrap = True end object btnOK: TButton Left = 126 Top = 243 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 0 OnClick = btnOKClick end object btnCancel: TButton Left = 220 Top = 243 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object btnHelp: TButton Left = 313 Top = 243 Width = 75 Height = 25 Caption = '&Help' TabOrder = 2 end object gbxPartLeft: TGroupBox Left = 16 Top = 82 Width = 225 Height = 112 Caption = 'C: WIN98' TabOrder = 3 object lblMinSizeL: TIntlLabel Left = 15 Top = 22 Width = 67 Height = 13 Caption = 'Minimum Size:' end object lblMinSizeValL: TIntlLabel Left = 111 Top = 22 Width = 37 Height = 13 Caption = '100 MB' end object lblMaxSizeL: TIntlLabel Left = 15 Top = 38 Width = 70 Height = 13 Caption = 'Maximum Size:' end object lblMaxSizeValL: TIntlLabel Left = 111 Top = 38 Width = 37 Height = 13 Caption = '900 MB' end object lblNewSizeL: TIntlLabel Left = 15 Top = 80 Width = 48 Height = 13 Caption = '&New Size:' FocusControl = edtNewSizeL end object lblNSMBL: TIntlLabel Left = 197 Top = 80 Width = 16 Height = 13 Caption = 'MB' end object lblClustSizeL: TIntlLabel Left = 15 Top = 54 Width = 58 Height = 13 Caption = 'Cluster Size:' end object lblClustSizeLVal: TIntlLabel Left = 111 Top = 54 Width = 19 Height = 13 Caption = '32K' end object spnSizeL: TUpDown Left = 181 Top = 74 Width = 12 Height = 21 Associate = edtHidSizeL Min = -32000 Max = 32000 Position = 0 TabOrder = 0 Wrap = False OnClick = spnSizeLClick end object edtNewSizeL: TEdit Left = 111 Top = 74 Width = 70 Height = 21 TabOrder = 1 Text = '0' OnExit = edtNewSizeLExit end object edtHidSizeL: TEdit Left = 140 Top = 74 Width = 41 Height = 21 TabOrder = 2 Text = '0' Visible = False end end object gbxPartRight: TGroupBox Left = 272 Top = 82 Width = 225 Height = 112 Caption = 'D: PROGRAMS' TabOrder = 4 object lblMinSizeR: TIntlLabel Left = 15 Top = 22 Width = 67 Height = 13 Caption = 'Minimum Size:' end object lblMinSizeValR: TIntlLabel Left = 111 Top = 22 Width = 37 Height = 13 Caption = '100 MB' end object lblMaxSizeR: TIntlLabel Left = 15 Top = 38 Width = 70 Height = 13 Caption = 'Maximum Size:' end object lblMaxSizeValR: TIntlLabel Left = 111 Top = 38 Width = 37 Height = 13 Caption = '900 MB' end object lblNewSizeR: TIntlLabel Left = 15 Top = 80 Width = 48 Height = 13 Caption = '&New Size:' FocusControl = edtNewSizeR end object lblNSMBR: TIntlLabel Left = 197 Top = 80 Width = 16 Height = 13 Caption = 'MB' end object lblClustSizeR: TIntlLabel Left = 15 Top = 54 Width = 58 Height = 13 Caption = 'Cluster Size:' end object lblClustSizeRVal: TIntlLabel Left = 111 Top = 54 Width = 19 Height = 13 Caption = '32K' end object spnSizeR: TUpDown Left = 181 Top = 74 Width = 12 Height = 21 Associate = edtHidSizeR Min = -32000 Max = 32000 Position = 0 TabOrder = 0 Wrap = False OnClick = spnSizeRClick end object edtNewSizeR: TEdit Left = 111 Top = 74 Width = 70 Height = 21 TabOrder = 1 Text = '0' OnExit = edtNewSizeRExit end object edtHidSizeR: TEdit Left = 140 Top = 74 Width = 41 Height = 21 TabOrder = 2 Text = '0' Visible = False end end object MvBdry: TMvBdry Left = 16 Top = 16 Width = 481 Height = 51 Boot64KHint = '2 GB boot boundary' Boot64KVisible = False Cyl1024Hint = '1024 cylinder boundary' Cyl1024Visible = False OnMvRzChange = MvBdryMvRzChange Color = clBtnFace TabOrder = 5 end end