📄 tips.dfm
字号:
object tipsform: Ttipsform
Left = 118
Top = 164
BorderIcons = []
BorderStyle = bsNone
Caption = 'tipsform'
ClientHeight = 368
ClientWidth = 324
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 LMDFill1: TLMDFill
Left = 0
Top = -1
Width = 323
Height = 20
Bevel.Mode = bmCustom
Bevel.StandardStyle = lsSingleLowered
Caption.Font.Charset = DEFAULT_CHARSET
Caption.Font.Color = clWindowText
Caption.Font.Height = -11
Caption.Font.Name = 'MS Sans Serif'
Caption.Font.Style = []
FillObject.Style = sfGradient
FillObject.Gradient.Color = clBackground
FillObject.Gradient.ColorCount = 236
FillObject.Gradient.Style = gstHorizontal
FillObject.Alignment = agBottomRight
end
object LMDLabel1: TLMDLabel
Left = 8
Top = 1
Width = 53
Height = 18
Bevel.Mode = bmCustom
Bevel.StandardStyle = lsSingleLowered
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Options = []
ParentFont = False
Caption = '错误...'
end
object ListView1: TListView
Left = 0
Top = 27
Width = 324
Height = 341
Columns = <
item
Caption = '所在表'
end
item
Caption = '记录号'
end
item
Caption = '原因'
end>
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
OnClick = ListView1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -