stepunit.dfm
来自「100以内阶乘计算(运用数组)」· DFM 代码 · 共 42 行
DFM
42 行
object Form1: TForm1
Left = 257
Top = 217
Width = 870
Height = 500
Caption = #38454#20056#35745#31639
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 224
Top = 208
Width = 3
Height = 13
end
object Button1: TButton
Left = 448
Top = 256
Width = 75
Height = 25
Caption = #35745#31639
TabOrder = 0
OnClick = Button1Click
end
object SpinEdit1: TSpinEdit
Left = 224
Top = 256
Width = 121
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 1
Value = 0
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?