📄 admsgunt.dfm
字号:
object admsgfrm: Tadmsgfrm
Left = 455
Top = 296
AutoSize = True
BorderIcons = []
BorderStyle = bsNone
Caption = 'admsgfrm'
ClientHeight = 105
ClientWidth = 236
Color = clBtnFace
DefaultMonitor = dmDesktop
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object myimg: TImage
Left = 0
Top = 0
Width = 236
Height = 105
AutoSize = True
Transparent = True
OnMouseMove = myimgMouseMove
end
object Titles: TLabel
Left = 8
Top = 18
Width = 68
Height = 14
Caption = '提示信息:'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Msgtxts: TLabel
Left = 8
Top = 40
Width = 221
Height = 44
AutoSize = False
Caption = 'Msgtxts'
Transparent = True
WordWrap = True
end
object close_button: TLabel
Left = 200
Top = 90
Width = 24
Height = 12
Cursor = crHandPoint
Caption = '关闭'
Transparent = True
OnClick = close_buttonClick
end
object Timer1: TTimer
Interval = 4000
OnTimer = Timer1Timer
Left = 80
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -