📄 saveqas.dfm
字号:
object SaveQueryAs: TSaveQueryAs
Left = 240
Top = 171
BorderStyle = bsDialog
Caption = 'Save query as'
ClientHeight = 102
ClientWidth = 343
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
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 = 21
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -