📄 mc_ssxxll.dfm
字号:
object SSXXLL: TSSXXLL
Left = 223
Top = 76
BorderStyle = bsToolWindow
Caption = '设施信息浏览:'
ClientHeight = 623
ClientWidth = 792
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 12
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 792
Height = 623
Align = alClient
BorderStyle = bsNone
DataSource = SSDJ.DataSource1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
ReadOnly = True
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
OnDblClick = DBGrid1DblClick
Columns = <
item
Expanded = False
FieldName = '设备编号'
Visible = True
end
item
Expanded = False
FieldName = '设备名称'
Visible = True
end
item
Expanded = False
FieldName = '设备类别'
Visible = True
end
item
Expanded = False
FieldName = '设备数量'
Width = 52
Visible = True
end
item
Expanded = False
FieldName = '规格型号'
Visible = True
end
item
Expanded = False
FieldName = '单位'
Width = 32
Visible = True
end
item
Expanded = False
FieldName = '启用日期'
Width = 66
Visible = True
end
item
Expanded = False
FieldName = '使用状态'
Visible = True
end>
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -