home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
SAVEQAS.DFM
/
SAVEQAS.txt
Wrap
Text File
|
1997-01-16
|
1KB
|
59 lines
object SaveQueryAs: TSaveQueryAs
Left = 302
Top = 274
BorderStyle = bsDialog
Caption = 'Save query as'
ClientHeight = 102
ClientWidth = 343
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
WindowState = wsMaximized
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 329
Height = 57
Shape = bsFrame
end
object Label1: TLabel
Left = 16
Top = 11
Width = 60
Height = 13
Caption = 'Query name:'
end
object NameEdit: TEdit
Left = 16
Top = 27
Width = 305
Height = 20
TabOrder = 0
OnChange = NameEditChange
end
object OKBtn: TButton
Left = 184
Top = 72
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelBtn: TButton
Left = 264
Top = 72
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end