home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / kompon / d34567 / KADAO.ZIP / QueryDefDialogUnit.dfm / QueryDefDialogUnit.txt
Text File  |  2000-11-02  |  1KB  |  66 lines

  1. object QueryDefDialog: TQueryDefDialog
  2.   Left = 249
  3.   Top = 268
  4.   ActiveControl = StringGrid1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter QueryDef Parameters'
  7.   ClientHeight = 216
  8.   ClientWidth = 538
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object StringGrid1: TStringGrid
  18.     Left = 6
  19.     Top = 8
  20.     Width = 528
  21.     Height = 174
  22.     DefaultRowHeight = 18
  23.     FixedColor = clWindow
  24.     FixedCols = 4
  25.     RowCount = 8
  26.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goAlwaysShowEditor]
  27.     TabOrder = 0
  28.     OnClick = StringGrid1Click
  29.     ColWidths = (
  30.       30
  31.       134
  32.       124
  33.       120
  34.       111)
  35.     RowHeights = (
  36.       18
  37.       18
  38.       18
  39.       18
  40.       18
  41.       18
  42.       18
  43.       18)
  44.   end
  45.   object Button1: TButton
  46.     Left = 458
  47.     Top = 187
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Ok'
  51.     Default = True
  52.     TabOrder = 1
  53.     OnClick = Button1Click
  54.   end
  55.   object Button2: TButton
  56.     Left = 378
  57.     Top = 187
  58.     Width = 75
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     TabOrder = 2
  63.     OnClick = Button2Click
  64.   end
  65. end
  66.