⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cdplay.dfm

📁 C++ Builder 6 编程实例教程-北京希望电子出版社出版
💻 DFM
字号:
object CDForm: TCDForm
  Left = 228
  Top = 180
  Width = 512
  Height = 291
  Caption = 'CDForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 176
    Top = 72
    Width = 96
    Height = 20
    Caption = #26354#30446#24635#25968'        '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 176
    Top = 104
    Width = 92
    Height = 20
    Caption = #25773#25918#20301#32622'       '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 176
    Top = 144
    Width = 80
    Height = 20
    Caption = #21809#29255#38271#24230'    '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 176
    Top = 184
    Width = 84
    Height = 20
    Caption = #36215#22987#20301#32622'     '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 176
    Top = 224
    Width = 84
    Height = 20
    Caption = #25773#25918#27169#24335'     '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 280
    Top = 72
    Width = 209
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 280
    Top = 104
    Width = 209
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit3: TEdit
    Left = 280
    Top = 144
    Width = 209
    Height = 21
    TabOrder = 2
    Text = 'Edit1'
  end
  object Edit4: TEdit
    Left = 280
    Top = 184
    Width = 209
    Height = 21
    TabOrder = 3
    Text = 'Edit1'
  end
  object Edit5: TEdit
    Left = 280
    Top = 224
    Width = 209
    Height = 21
    TabOrder = 4
    Text = 'Edit1'
  end
  object BitBtn1: TBitBtn
    Left = 8
    Top = 24
    Width = 113
    Height = 33
    Caption = #25773#25918
    TabOrder = 5
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 8
    Top = 72
    Width = 113
    Height = 33
    Caption = #26242#20572
    TabOrder = 6
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 8
    Top = 120
    Width = 113
    Height = 33
    Caption = #20572#27490
    TabOrder = 7
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 8
    Top = 168
    Width = 113
    Height = 33
    Caption = #19979#19968#26354
    TabOrder = 8
    OnClick = BitBtn4Click
  end
  object BitBtn5: TBitBtn
    Left = 8
    Top = 216
    Width = 113
    Height = 33
    Caption = #19978#19968#26354
    TabOrder = 9
    OnClick = BitBtn5Click
  end
  object MediaPlayer1: TMediaPlayer
    Left = 176
    Top = 24
    Width = 199
    Height = 30
    VisibleButtons = [btPlay, btPause, btStop, btNext, btPrev, btEject]
    TabOrder = 10
  end
  object BitBtn6: TBitBtn
    Left = 400
    Top = 24
    Width = 89
    Height = 33
    Caption = #36864#20986
    TabOrder = 11
    OnClick = BitBtn6Click
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 248
    Top = 224
  end
end

⌨️ 快捷键说明

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