📄 tempp.~dfm
字号:
object tempform: Ttempform
Left = 518
Top = 280
BorderStyle = bsSingle
Caption = 'tempform'
ClientHeight = 59
ClientWidth = 273
Color = clInfoBk
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object tempedit: TEdit
Left = 24
Top = 16
Width = 121
Height = 28
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
Text = '0'
end
object tempbutton: TBitBtn
Left = 184
Top = 17
Width = 65
Height = 27
Caption = '确定'
TabOrder = 1
OnClick = tempbuttonClick
Kind = bkYes
end
object UpDown1: TUpDown
Left = 145
Top = 16
Width = 24
Height = 28
Associate = tempedit
Min = -32768
Max = 32767
Position = 0
TabOrder = 2
Thousands = False
Wrap = False
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -