unit1.~dfm
来自「这有很多Delphi应用的例子」· ~DFM 代码 · 共 82 行
~DFM
82 行
object Form1: TForm1
Left = 206
Top = 102
Width = 505
Height = 340
Caption = 'Form1'
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 FileNameLabel: TLabel
Left = 64
Top = 24
Width = 241
Height = 33
AutoSize = False
Caption = 'FileNameLabel'
end
object Button1: TButton
Left = 16
Top = 200
Width = 75
Height = 25
Caption = #25171#24320
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 112
Top = 200
Width = 75
Height = 25
Caption = #25773#25918
TabOrder = 1
end
object Button3: TButton
Left = 208
Top = 200
Width = 75
Height = 25
Caption = #26242#20572
TabOrder = 2
end
object Button4: TButton
Left = 304
Top = 200
Width = 75
Height = 25
Caption = #37325#25773
TabOrder = 3
end
object Button5: TButton
Left = 400
Top = 200
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 4
OnClick = Button5Click
end
object MediaPlayer1: TMediaPlayer
Left = 104
Top = 128
Width = 253
Height = 30
TabOrder = 5
end
object Timer1: TTimer
Left = 48
Top = 80
end
object OpenDialog1: TOpenDialog
Left = 96
Top = 80
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?