u_seedata.dfm
来自「这是一个60吨地磅称量系统」· DFM 代码 · 共 57 行
DFM
57 行
object F_SeeData: TF_SeeData
Left = -6
Top = 2
Width = 1028
Height = 717
Align = alClient
Caption = 'F_SeeData'
Color = cl3DLight
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object StringGrid1: TStringGrid
Left = 0
Top = 0
Width = 1020
Height = 690
Align = alClient
Color = clBackground
ColCount = 13
DefaultColWidth = 30
FixedColor = clPurple
RowCount = 2
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
ColWidths = (
30
125
124
125
68
60
60
62
61
69
73
72
73)
end
object Table1: TTable
TableName = 'Mainweight.DBF'
Top = 136
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?