📄 gq_ufieldlist.dfm
字号:
object GQ_FFieldList: TGQ_FFieldList
Left = 231
Top = 209
VertScrollBar.Smooth = True
BorderStyle = bsDialog
Caption = '聚集函数字段列表'
ClientHeight = 175
ClientWidth = 273
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object BitBtn1: TBitBtn
Left = 117
Top = 145
Width = 75
Height = 25
Caption = '确定'
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 192
Top = 145
Width = 75
Height = 25
Caption = '取消'
TabOrder = 1
OnClick = BitBtn2Click
end
object GroupBox1: TGroupBox
Left = 3
Top = 0
Width = 265
Height = 137
Caption = '字段列表'
TabOrder = 2
object ListBox1: TListBox
Left = 6
Top = 16
Width = 253
Height = 114
ItemHeight = 13
TabOrder = 0
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -