📄 unit1.~dfm
字号:
object TGuessForm: TTGuessForm
Left = 232
Top = 140
Width = 287
Height = 130
Caption = #29468
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 LNum: TLabel
Left = 136
Top = 11
Width = 33
Height = 24
AutoSize = False
Color = clMoneyGreen
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentColor = False
ParentFont = False
end
object BtnStart: TBitBtn
Left = 192
Top = 16
Width = 75
Height = 25
Caption = #24320#22987#28216#25103
TabOrder = 0
OnClick = BtnStartClick
end
object SBUserGuess: TScrollBar
Left = 8
Top = 16
Width = 121
Height = 16
PageSize = 0
Position = 9
TabOrder = 1
OnChange = SBUserGuessChange
end
object btnGuess: TButton
Left = 16
Top = 40
Width = 75
Height = 25
Caption = #25105#29468
TabOrder = 2
OnClick = btnGuessClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -