object RestructureHelpForm: TRestructureHelpForm Left = 296 Top = 171 Width = 516 Height = 480 BorderIcons = [biMinimize] Caption = 'RestructureHelpForm' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 120 TextHeight = 16 object Memo1: TMemo Left = 24 Top = 24 Width = 457 Height = 377 Font.Color = clWindowText Font.Height = -17 Font.Name = 'Courier New' Font.Style = [] Lines.Strings = ( 'RESTRUCTURING A QDB FILE' '' 'In the restructuring grid the left hand column lists the fields ' + 'defined by the panel associated with your QDBPanel component whi' + 'le the right hand column lists the fields defined by the associa' + 'ted QDB file.' '' 'You can drag the fields in the right column to be alongside any ' + 'of those in the left column. After the file is restructured it w' + 'ill possess all the fields in the left column and any items of d' + 'ata in the file will have been rearranged. For example:' '' 'before dragging and dropping ' '' #9'FirstName'#9'Edit1' #9'LastName'#9'Edit2' #9'PhoneNum'#9'Edit3' '' 'after dragging and dropping' '' #9'FirstName'#9'Edit2' #9'LastName'#9'Edit1' #9'PhoneNum' #9#9#9'Edit3' '' 'The new FirstName field will get the previous contents of the Ed' + 'it2 field; LastName will get Edit1; and PhoneNum will be empty (' + 'and the contents of Edit3 will be discarded).') ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 WordWrap = False end object Close: TButton Left = 208 Top = 416 Width = 75 Height = 25 Cancel = True Caption = 'Close' ModalResult = 2 TabOrder = 1 end end