unit1.dfm

来自「<<C++Builder 6实用编程100例>>随书光盘」· DFM 代码 · 共 79 行

DFM
79
字号
object Form1: TForm1
  Left = 349
  Top = 241
  Width = 327
  Height = 309
  Caption = 'CD Player'
  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 Label1: TLabel
    Left = 48
    Top = 35
    Width = 72
    Height = 13
    Caption = #35831#36873#25321#26354#30446#65306
  end
  object Label2: TLabel
    Left = 112
    Top = 88
    Width = 88
    Height = 20
    Caption = '[00] <00:00>'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object MediaPlayer1: TMediaPlayer
    Left = 32
    Top = 144
    Width = 253
    Height = 33
    DeviceType = dtCDAudio
    TabOrder = 0
  end
  object Button1: TButton
    Left = 56
    Top = 208
    Width = 81
    Height = 33
    Caption = #25773#25918
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 184
    Top = 208
    Width = 81
    Height = 33
    Caption = #36864#20986
    TabOrder = 2
    OnClick = Button2Click
  end
  object ComboBox1: TComboBox
    Left = 144
    Top = 32
    Width = 105
    Height = 21
    ItemHeight = 13
    TabOrder = 3
    Text = #35831#36873#25321#26354#30446
    OnChange = ComboBox1Change
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 32
    Top = 80
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?