unit1.~dfm
来自「很好地delphi书籍源码」· ~DFM 代码 · 共 53 行
~DFM
53 行
object Form1: TForm1
Left = 250
Top = 276
Width = 326
Height = 147
Caption = 'Form1'
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 RadioButton1: TRadioButton
Left = 40
Top = 24
Width = 57
Height = 17
Caption = #23398#26657
TabOrder = 0
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 40
Top = 56
Width = 65
Height = 17
Caption = #20013#23398
TabOrder = 1
OnClick = RadioButton2Click
end
object RadioButton3: TRadioButton
Left = 40
Top = 88
Width = 49
Height = 17
Caption = #22823#23398
TabOrder = 2
OnClick = RadioButton3Click
end
object Button1: TButton
Left = 160
Top = 48
Width = 75
Height = 25
Caption = #25191#34892
TabOrder = 3
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?