home *** CD-ROM | disk | FTP | other *** search
- object RestructureForm: TRestructureForm
- Left = 298
- Top = 208
- Width = 454
- Height = 277
- ActiveControl = Fields
- BorderIcons = [biMinimize]
- Caption = 'Restructure Form'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object RestructureButton: TButton
- Left = 312
- Top = 104
- Width = 105
- Height = 41
- Caption = 'Restructure'
- Default = True
- TabOrder = 0
- OnClick = RestructureButtonClick
- end
- object CancelButton: TButton
- Left = 312
- Top = 168
- Width = 105
- Height = 41
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = CancelButtonClick
- end
- object Fields: TStringGrid
- Left = 25
- Top = 17
- Width = 264
- Height = 199
- ColCount = 2
- DefaultColWidth = 96
- RowCount = 2
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing]
- TabOrder = 2
- OnDragDrop = FieldsDragDrop
- OnDragOver = FieldsDragOver
- OnMouseDown = FieldsMouseDown
- end
- object HelpButton: TButton
- Left = 312
- Top = 40
- Width = 105
- Height = 41
- Caption = 'Help'
- TabOrder = 3
- OnClick = HelpButtonClick
- end
- end
-