📄 cscx.dfm
字号:
object cscxForm: TcscxForm
Left = 434
Top = 5
Width = 420
Height = 203
BorderIcons = [biSystemMenu]
Caption = '将超时宾客'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 412
Height = 169
Align = alClient
Color = clBtnHighlight
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
OnKeyUp = DBGrid1KeyUp
Columns = <
item
Expanded = False
FieldName = '手号'
Title.Alignment = taCenter
Visible = True
end
item
Expanded = False
FieldName = '人数'
Title.Alignment = taCenter
Visible = True
end
item
Expanded = False
FieldName = '类型'
Title.Alignment = taCenter
Visible = True
end
item
Expanded = False
FieldName = '留房'
Title.Alignment = taCenter
Visible = True
end
item
Expanded = False
FieldName = '钟点'
Title.Alignment = taCenter
Visible = True
end
item
Expanded = False
FieldName = '登记时间'
Title.Alignment = taCenter
Visible = True
end
item
Expanded = False
FieldName = '周转时间'
Title.Alignment = taCenter
Visible = True
end>
end
object DataSource1: TDataSource
DataSet = Query1
Left = 128
Top = 88
end
object Query1: TQuery
DatabaseName = 'sanadm'
SQL.Strings = (
' select * from sancx'
' ')
Left = 96
Top = 88
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -