unit1.dfm
来自「建立立体感强的界面源代码」· DFM 代码 · 共 29 行
DFM
29 行
object Form1: TForm1
Left = 160
Top = 133
BorderStyle = bsNone
Caption = 'Form1'
ClientHeight = 512
ClientWidth = 742
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object SpeedButton1: TSpeedButton
Left = 656
Top = 8
Width = 57
Height = 22
Caption = #36864#20986
Flat = True
OnClick = SpeedButton1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?