shorcutfrm.dfm
来自「一小的学生成绩管理系统,是学习DELPHI的好资料.」· DFM 代码 · 共 71 行
DFM
71 行
object ShortCutForm: TShortCutForm
Left = 195
Top = 118
Width = 479
Height = 374
Caption =
' '#22686#21152#23398#29983#25104#32489' '#65293#65293#23567 +
#39532#24037#20316#23460
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 16
object GroupBox1: TGroupBox
Left = 7
Top = 7
Width = 458
Height = 336
Caption = #24555#36895#38190#20837#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
end
object ScoreListEdt: TValueListEditor
Left = 78
Top = 15
Width = 242
Height = 326
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goAlwaysShowEditor, goThumbTracking]
ScrollBars = ssVertical
Strings.Strings = (
'')
TabOrder = 0
TitleCaptions.Strings = (
#39064#21495
#24471#20998)
OnKeyPress = ScoreListEdtKeyPress
OnValidate = ScoreListEdtValidate
ColWidths = (
96
140)
end
object BitBtn1: TBitBtn
Left = 360
Top = 232
Width = 75
Height = 25
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 360
Top = 280
Width = 75
Height = 25
TabOrder = 2
Kind = bkClose
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?