unit1.nfm.~1~
来自「Delphi 2005程序设计教程_实例源文件和教学课件」· ~1~ 代码 · 共 90 行
~1~
90 行
object Form3: TForm3
Caption = #23186#20307#25773#25918#22120
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Height = 200
Width = 336
Left = 0
Top = 0
PixelsPerInch = 96
TextHeight = 13
object FileNameLabel: TLabel
AutoSize = False
Caption = 'FileNameLabel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Left = 40
Top = 16
Width = 249
Height = 57
end
object MediaPlayer1: TMediaPlayer
TabOrder = 0
Left = 40
Top = 88
Width = 253
Height = 30
end
object OpenButton: TButton
Caption = #25171#24320
TabOrder = 1
Left = 32
Top = 128
Width = 49
Height = 25
OnClick = OpenButtonClick
end
object PlayButton: TButton
Caption = #25773#25918
TabOrder = 2
Left = 88
Top = 128
Width = 49
Height = 25
OnClick = PlayButtonClick
end
object PauseButton: TButton
Caption = #26242#20572
TabOrder = 3
Left = 144
Top = 128
Width = 49
Height = 25
OnClick = PauseButtonClick
end
object RePlayButton: TButton
Caption = #37325#25773
TabOrder = 4
Left = 200
Top = 128
Width = 49
Height = 25
OnClick = RePlayButtonClick
end
object CloseButton: TButton
Caption = #36864#20986
TabOrder = 5
Left = 259
Top = 128
Width = 49
Height = 25
OnClick = CloseButtonClick
end
object Timer1: TTimer
Left = 8
Top = 56
end
object OpenDialog1: TOpenDialog
Left = 8
Top = 88
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?