📄 tcvsbasefrmunit.dfm
字号:
object CvsBaseFrm: TCvsBaseFrm
Left = 516
Top = 320
Width = 408
Height = 284
Caption = 'CvsBaseFrm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object POkBtn: TButton
Left = 196
Top = 222
Width = 87
Height = 23
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
TabOrder = 0
end
object PCancelBtn: TButton
Left = 296
Top = 222
Width = 88
Height = 23
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -