hints.dfm
来自「上传个考勤系统,希望别人也能用.该代码只能算初级的东东,软件代码复用性不高,重复」· DFM 代码 · 共 58 行
DFM
58 行
object dlgHints: TdlgHints
Left = 330
Top = 258
BorderIcons = []
BorderStyle = bsDialog
Caption = #25552#31034
ClientHeight = 103
ClientWidth = 362
Color = clInfoBk
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object msg: TLabel
Left = 9
Top = 8
Width = 344
Height = 49
Alignment = taCenter
AutoSize = False
Caption = #20869#23481
Font.Charset = DEFAULT_CHARSET
Font.Color = clInfoText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Layout = tlCenter
WordWrap = True
OnDblClick = msgDblClick
end
object msg2: TLabel
Left = 9
Top = 52
Width = 344
Height = 45
Alignment = taCenter
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clInfoText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Layout = tlCenter
WordWrap = True
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?