startform.dfm
来自「客户管理挂件」· DFM 代码 · 共 34 行
DFM
34 行
object MainStart: TMainStart
Left = 217
Top = 173
BorderIcons = []
BorderStyle = bsNone
Caption = 'MainStart'
ClientHeight = 268
ClientWidth = 393
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 393
Height = 268
Align = alClient
Stretch = True
end
object Timer1: TTimer
Interval = 4000
OnTimer = Timer1Timer
Left = 208
Top = 96
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?