total.dfm
来自「停车场用」· DFM 代码 · 共 51 行
DFM
51 行
object TotalFrame: TTotalFrame
Left = 0
Top = 0
Width = 458
Height = 240
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
object m_TitlePanel: TPanel
Left = 0
Top = 0
Width = 458
Height = 29
Align = alTop
Caption = '入场车辆统计'
Font.Charset = GB2312_CHARSET
Font.Color = clMaroon
Font.Height = -14
Font.Name = '宋体'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object m_TextGrid: TStringGrid
Left = 0
Top = 51
Width = 458
Height = 189
Align = alClient
DefaultRowHeight = 19
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
TabOrder = 1
OnDrawCell = m_TextGridDrawCell
end
object m_ConditionPanel: TPanel
Left = 0
Top = 29
Width = 458
Height = 22
Align = alTop
BevelInner = bvLowered
BevelOuter = bvNone
Caption = '2002.01.29-2002.9.10'
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?