gq_ufieldlist.dfm
来自「亚惠快餐管理信息系统 包括亚惠快餐管理的各项功能」· DFM 代码 · 共 55 行
DFM
55 行
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 + =
减小字号Ctrl + -
显示快捷键?