📄 intfconstraint_mainform.dfm
字号:
object FormIntfConstraint: TFormIntfConstraint
Left = 0
Top = 0
Caption = 'IntfConstraint'
ClientHeight = 292
ClientWidth = 570
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object btnValue: TButton
Left = 16
Top = 9
Width = 97
Height = 25
Caption = 'btnValue'
TabOrder = 0
OnClick = btnValueClick
end
object Memo1: TMemo
Left = 128
Top = 8
Width = 241
Height = 276
Lines.Strings = (
'Memo1')
TabOrder = 1
end
object btnValueButton: TButton
Left = 16
Top = 40
Width = 97
Height = 25
Caption = 'btnValueButton'
TabOrder = 2
OnClick = btnValueButtonClick
end
object btnPlainIntf: TButton
Left = 16
Top = 71
Width = 97
Height = 25
Caption = 'btnPlainIntf'
TabOrder = 3
OnClick = btnPlainIntfClick
end
object btnConstructor: TButton
Left = 16
Top = 208
Width = 97
Height = 25
Caption = 'btnConstructor'
TabOrder = 4
OnClick = btnConstructorClick
end
object ScrollBox1: TScrollBox
Left = 376
Top = 8
Width = 185
Height = 276
TabOrder = 5
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -