home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Demos / Db / Bkquery / SAVEQAS.DFM / SAVEQAS.txt
Encoding:
Text File  |  1999-08-11  |  982 b   |  57 lines

  1. object SaveQueryAs: TSaveQueryAs
  2.   Left = 240
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = 'Save query as'
  6.   ClientHeight = 102
  7.   ClientWidth = 343
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 329
  18.     Height = 57
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 11
  24.     Width = 60
  25.     Height = 13
  26.     Caption = 'Query name:'
  27.   end
  28.   object NameEdit: TEdit
  29.     Left = 16
  30.     Top = 27
  31.     Width = 305
  32.     Height = 21
  33.     TabOrder = 0
  34.     OnChange = NameEditChange
  35.   end
  36.   object OKBtn: TButton
  37.     Left = 184
  38.     Top = 72
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 1
  45.   end
  46.   object CancelBtn: TButton
  47.     Left = 264
  48.     Top = 72
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 2
  55.   end
  56. end
  57.