?? unit1.dfm
字號(hào):
object Form1: TForm1
Left = 263
Top = 222
Width = 495
Height = 250
Caption = '使用DELPHI實(shí)現(xiàn)文本文件顯示和聲音同步播放'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object MediaPlayer1: TMediaPlayer
Left = 7
Top = 186
Width = 469
Height = 30
VisibleButtons = [btPlay, btPause, btStop, btNext, btPrev, btBack]
AutoEnable = False
TabOrder = 0
OnClick = MediaPlayer1Click
end
object RichEdit1: TRichEdit
Left = 8
Top = 8
Width = 473
Height = 113
Lines.Strings = (
'演講內(nèi)容')
TabOrder = 1
end
object RadioGroup1: TRadioGroup
Left = 8
Top = 128
Width = 473
Height = 49
Caption = '請(qǐng)選擇播放內(nèi)容'
Columns = 3
Items.Strings = (
'馬丁路德金'
'林肯'
'里根')
TabOrder = 2
OnClick = RadioGroup1Click
end
object Table1: TTable
DatabaseName = 'c:\myprog'
TableName = 'ex1.dbf'
Left = 408
Top = 144
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 440
Top = 144
end
end
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -