home *** CD-ROM | disk | FTP | other *** search
- object QueryDefDialog: TQueryDefDialog
- Left = 249
- Top = 268
- ActiveControl = StringGrid1
- BorderStyle = bsDialog
- Caption = 'Enter QueryDef Parameters'
- ClientHeight = 216
- ClientWidth = 538
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object StringGrid1: TStringGrid
- Left = 6
- Top = 8
- Width = 528
- Height = 174
- DefaultRowHeight = 18
- FixedColor = clWindow
- FixedCols = 4
- RowCount = 8
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goAlwaysShowEditor]
- TabOrder = 0
- OnClick = StringGrid1Click
- ColWidths = (
- 30
- 134
- 124
- 120
- 111)
- RowHeights = (
- 18
- 18
- 18
- 18
- 18
- 18
- 18
- 18)
- end
- object Button1: TButton
- Left = 458
- Top = 187
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 378
- Top = 187
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-