standardgravity.dfm
来自「这是一个正式的项目工程」· DFM 代码 · 共 66 行
DFM
66 行
object frmStandardGravity: TfrmStandardGravity
Left = 103
Top = 204
Width = 590
Height = 333
Caption = '标准重力参数设置'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clHighlight
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 14
object Panel1: TPanel
Left = 0
Top = 262
Width = 582
Height = 44
Align = alBottom
TabOrder = 0
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 582
Height = 262
Align = alClient
TabOrder = 1
object StringGrid: TStringGrid
Left = 1
Top = 1
Width = 580
Height = 260
Align = alClient
ColCount = 11
DefaultColWidth = 50
DefaultRowHeight = 18
FixedColor = clInactiveCaption
RowCount = 13
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
TabOrder = 0
RowHeights = (
18
18
18
18
18
18
18
18
18
18
18
18
18)
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?