home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / SAVEQAS.DFM / SAVEQAS.txt
Text File  |  1997-01-16  |  1KB  |  59 lines

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