object dlgMoveResize: TdlgMoveResize Left = 379 Top = 696 Cursor = crArrow BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Resize / Move Partition' ClientHeight = 288 ClientWidth = 427 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lblNewSize: TIntlLabel Left = 52 Top = 132 Width = 194 Height = 13 Caption = '&New Size:' FocusControl = edtNewSize end object lblFreeSpaceAf: TIntlLabel Left = 52 Top = 160 Width = 220 Height = 13 Caption = 'Free Space &After:' FocusControl = edtFreeSpaceAf end object lblNSMB: TIntlLabel Left = 328 Top = 132 Width = 175 Height = 13 Caption = 'MB' end object lblFSAMB: TIntlLabel Left = 328 Top = 160 Width = 180 Height = 13 Caption = 'MB' end object lblFreeSpaceBef: TIntlLabel Left = 52 Top = 104 Width = 227 Height = 13 Caption = 'Free Space &Before:' FocusControl = edtFreeSpaceBef end object lblFSBMB: TIntlLabel Left = 328 Top = 104 Width = 180 Height = 13 Caption = 'MB' end object lblMinSize: TIntlLabel Left = 74 Top = 67 Width = 188 Height = 13 Caption = 'Minimum Size:' end object lblMinSizeVal: TIntlLabel Left = 146 Top = 67 Width = 208 Height = 13 Caption = '0.0 MB' end object lblMaxSize: TIntlLabel Left = 231 Top = 67 Width = 191 Height = 13 Caption = 'Maximum Size:' end object lblMaxSizeVal: TIntlLabel Left = 308 Top = 67 Width = 211 Height = 13 Caption = '0.0 MB' end object lblMessage: TIntlLabel Left = 52 Top = 212 Width = 341 Height = 30 AutoSize = False WordWrap = True end object lblClustSize: TIntlLabel Left = 52 Top = 188 Width = 223 Height = 13 Caption = 'Cluster &Size:' FocusControl = cbxClustSize end object btnOK: TButton Left = 78 Top = 254 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 10 OnClick = btnOKClick end object btnCancel: TButton Left = 172 Top = 254 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 11 OnClick = btnCancelClick end object btnHelp: TButton Left = 265 Top = 254 Width = 75 Height = 25 Caption = '&Help' TabOrder = 12 OnClick = btnHelpClick end object spnSize: TUpDown Left = 304 Top = 124 Width = 12 Height = 21 Associate = edtHidSize Min = -32000 Max = 32000 Position = 0 TabOrder = 4 Wrap = False OnClick = spnSizeClick end object spnFreeSpaceBef: TUpDown Left = 304 Top = 96 Width = 12 Height = 21 Associate = edtHidSB Min = -32000 Max = 32000 Position = 0 TabOrder = 1 Wrap = False OnClick = spnFreeSpaceBefClick end object spnFreeSpaceAf: TUpDown Left = 304 Top = 152 Width = 12 Height = 21 Associate = edtHidSA Min = -32000 Max = 32000 Position = 0 TabOrder = 7 Wrap = False OnClick = spnFreeSpaceAfClick end object edtFreeSpaceBef: TEdit Left = 202 Top = 96 Width = 102 Height = 21 TabOrder = 0 Text = '0' OnExit = edtFreeSpaceBefExit OnKeyDown = edtFreeSpaceBefKeyDown OnKeyPress = edtFreeSpaceBefKeyPress OnKeyUp = edtFreeSpaceBefKeyUp end object edtHidSB: TEdit Left = 263 Top = 96 Width = 41 Height = 21 TabOrder = 2 Text = '0' Visible = False end object edtNewSize: TEdit Left = 202 Top = 124 Width = 102 Height = 21 TabOrder = 3 Text = '0' OnExit = edtNewSizeExit OnKeyDown = edtNewSizeKeyDown OnKeyPress = edtFreeSpaceBefKeyPress OnKeyUp = edtNewSizeKeyUp end object edtHidSize: TEdit Left = 263 Top = 124 Width = 41 Height = 21 TabOrder = 5 Text = '0' Visible = False end object edtFreeSpaceAf: TEdit Left = 202 Top = 152 Width = 102 Height = 21 TabOrder = 6 Text = '0' OnExit = edtFreeSpaceAfExit OnKeyDown = edtFreeSpaceAfKeyDown OnKeyPress = edtFreeSpaceBefKeyPress OnKeyUp = edtFreeSpaceAfKeyUp end object edtHidSA: TEdit Left = 263 Top = 152 Width = 41 Height = 21 TabOrder = 8 Text = '0' Visible = False end object pnlMvRz: TpnlMvRz Left = 26 Top = 9 Width = 375 Height = 51 Boot64KHint = '2 GB boot boundary' Cyl1024Hint = '1024 cylinder boundary' OnMvRzChange = pnlMvRzMvRzChange Color = clBtnFace TabOrder = 13 end object cbxClustSize: TComboBox Left = 202 Top = 180 Width = 115 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 9 OnChange = cbxClustSizeChange end end