lyric.dfm.~45~
来自「delphi2007写的播放器源码。效果类似于千千静听。」· ~45~ 代码 · 共 42 行
~45~
42 行
object Form3: TForm3
Left = 395
Top = 0
BorderStyle = bsNone
Caption = 'Form3'
ClientHeight = 187
ClientWidth = 480
Color = clMaroon
TransparentColor = True
TransparentColorValue = clMaroon
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesigned
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object PaintBox1: TPaintBox
Left = 32
Top = 16
Width = 409
Height = 129
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
OnMouseDown = PaintBox1MouseDown
end
object Timer1: TTimer
Interval = 500
OnTimer = Timer1Timer
Left = 400
Top = 24
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?