unit1.dfm
来自「精彩编程百例75~100 其中有媒体播放器 SQL语言编辑器 ADO方法连接多个」· DFM 代码 · 共 79 行
DFM
79 行
object Form1: TForm1
Left = 292
Top = 126
Width = 696
Height = 480
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 Image1: TImage
Left = 80
Top = 48
Width = 457
Height = 257
end
object Button1: TButton
Left = 104
Top = 392
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
end
object Button2: TButton
Left = 240
Top = 400
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 1
end
object Button3: TButton
Left = 360
Top = 408
Width = 75
Height = 25
Caption = 'Button3'
TabOrder = 2
end
object Button4: TButton
Left = 480
Top = 416
Width = 75
Height = 25
Caption = 'Button4'
TabOrder = 3
end
object Button5: TButton
Left = 608
Top = 416
Width = 75
Height = 25
Caption = 'Button5'
TabOrder = 4
end
object MediaPlayer1: TMediaPlayer
Left = 216
Top = 336
Width = 253
Height = 30
Display = MediaPlayer1
TabOrder = 5
end
object Timer1: TTimer
Left = 120
Top = 112
end
object OpenDialog1: TOpenDialog
Left = 448
Top = 152
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?