📄 pkform.dfm
字号:
object fpk: Tfpk
Left = 183
Top = 161
Width = 374
Height = 183
BorderIcons = []
Caption = 'fpk'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object rabut1: TRadioButton
Left = 19
Top = 40
Width = 143
Height = 49
Caption = 'rabut1'
Checked = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
TabStop = True
end
object rabut2: TRadioButton
Left = 193
Top = 40
Width = 143
Height = 49
Caption = 'RadioButton1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object bit1: TBitBtn
Left = 172
Top = 109
Width = 89
Height = 41
Caption = 'bit1'
Default = True
TabOrder = 2
OnClick = bit1Click
end
object bit2: TBitBtn
Left = 266
Top = 109
Width = 89
Height = 41
Cancel = True
Caption = 'bit1'
TabOrder = 3
OnClick = bit2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -