unit1.dfm
来自「Delphi6编程大师_多媒体」· DFM 代码 · 共 26 行
DFM
26 行
object Form1: TForm1
Left = 269
Top = 247
Width = 435
Height = 262
Caption = '如何将Wav文件做到EXE文件里'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object Button1: TButton
Left = 144
Top = 56
Width = 113
Height = 25
Caption = '播放资源文件'
TabOrder = 0
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?