object dlgVolumeSegmentMove: TdlgVolumeSegmentMove Left = 321 Top = 361 Cursor = crArrow BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Move Segment Left/Right' ClientHeight = 235 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 lblFreeSpaceAf: TIntlLabel Left = 52 Top = 115 Width = 220 Height = 13 Caption = 'Free Space &After:' FocusControl = edtFreeSpaceAf end object lblFSAMB: TIntlLabel Left = 328 Top = 115 Width = 180 Height = 13 Caption = 'MB' end object lblFreeSpaceBef: TIntlLabel Left = 52 Top = 87 Width = 227 Height = 13 Caption = 'Free Space &Before:' FocusControl = edtFreeSpaceBef end object lblFSBMB: TIntlLabel Left = 328 Top = 87 Width = 180 Height = 13 Caption = 'MB' end object lblInfo: TIntlLabel Left = 52 Top = 143 Width = 169 Height = 13 Caption = 'Information:' end object mmoMessage: TIntlLabel Left = 117 Top = 143 Width = 256 Height = 33 AutoSize = False WordWrap = True end object btnOK: TButton Left = 78 Top = 197 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 6 OnClick = btnOKClick end object btnCancel: TButton Left = 172 Top = 197 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 7 OnClick = btnCancelClick end object btnHelp: TButton Left = 265 Top = 197 Width = 75 Height = 25 Caption = '&Help' TabOrder = 8 OnClick = btnHelpClick end object spnFreeSpaceBef: TUpDown Left = 304 Top = 79 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 = 107 Width = 12 Height = 21 Associate = edtHidSA Min = -32000 Max = 32000 Position = 0 TabOrder = 4 Wrap = False OnClick = spnFreeSpaceAfClick end object edtFreeSpaceBef: TEdit Left = 202 Top = 79 Width = 102 Height = 21 TabOrder = 0 Text = '0' OnExit = edtFreeSpaceBefExit OnKeyDown = edtFreeSpaceBefKeyDown OnKeyPress = edtFreeSpaceBefKeyPress OnKeyUp = edtFreeSpaceBefKeyUp end object edtHidSB: TEdit Left = 263 Top = 79 Width = 41 Height = 21 TabOrder = 2 Text = '0' Visible = False end object edtFreeSpaceAf: TEdit Left = 202 Top = 107 Width = 102 Height = 21 TabOrder = 3 Text = '0' OnExit = edtFreeSpaceAfExit OnKeyDown = edtFreeSpaceAfKeyDown OnKeyPress = edtFreeSpaceBefKeyPress OnKeyUp = edtFreeSpaceAfKeyUp end object edtHidSA: TEdit Left = 263 Top = 107 Width = 41 Height = 21 TabOrder = 5 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' CanResizeLeft = False CanResizeRight = False OnMvRzChange = pnlMvRzMvRzChange Color = clBtnFace TabOrder = 9 end end