home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / QDB / QDBV.ZIP / RestForm.dfm / RestForm.txt
Text File  |  1998-07-29  |  1KB  |  63 lines

  1. object RestructureForm: TRestructureForm
  2.   Left = 298
  3.   Top = 208
  4.   Width = 454
  5.   Height = 277
  6.   ActiveControl = Fields
  7.   BorderIcons = [biMinimize]
  8.   Caption = 'Restructure Form'
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object RestructureButton: TButton
  19.     Left = 312
  20.     Top = 104
  21.     Width = 105
  22.     Height = 41
  23.     Caption = 'Restructure'
  24.     Default = True
  25.     TabOrder = 0
  26.     OnClick = RestructureButtonClick
  27.   end
  28.   object CancelButton: TButton
  29.     Left = 312
  30.     Top = 168
  31.     Width = 105
  32.     Height = 41
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.     OnClick = CancelButtonClick
  38.   end
  39.   object Fields: TStringGrid
  40.     Left = 25
  41.     Top = 17
  42.     Width = 264
  43.     Height = 199
  44.     ColCount = 2
  45.     DefaultColWidth = 96
  46.     RowCount = 2
  47.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing]
  48.     TabOrder = 2
  49.     OnDragDrop = FieldsDragDrop
  50.     OnDragOver = FieldsDragOver
  51.     OnMouseDown = FieldsMouseDown
  52.   end
  53.   object HelpButton: TButton
  54.     Left = 312
  55.     Top = 40
  56.     Width = 105
  57.     Height = 41
  58.     Caption = 'Help'
  59.     TabOrder = 3
  60.     OnClick = HelpButtonClick
  61.   end
  62. end
  63.