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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 299
  Top = 305
  Width = 391
  Height = 185
  Caption = 'MP3 Player'
  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 = 16
    Top = 28
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #25991#20214#21517#31216#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 16
    Top = 68
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #25773#25918#38271#24230#65306
  end
  object Button1: TButton
    Left = 192
    Top = 112
    Width = 81
    Height = 33
    Caption = #25171#24320
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 288
    Top = 112
    Width = 81
    Height = 33
    Caption = #20851#38381
    Enabled = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 16
    Top = 112
    Width = 57
    Height = 33
    Caption = #25773#25918
    Enabled = False
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 88
    Top = 112
    Width = 57
    Height = 33
    Caption = #20572#27490
    Enabled = False
    TabOrder = 3
    OnClick = Button4Click
  end
  object Edit1: TEdit
    Left = 88
    Top = 24
    Width = 217
    Height = 21
    TabOrder = 4
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 88
    Top = 64
    Width = 89
    Height = 21
    TabOrder = 5
    Text = 'Edit2'
  end
  object Mp3Play1: TMp3Play
    Left = 312
    Top = 16
    Width = 48
    Height = 48
    TabOrder = 6
    ControlData = {00000100F6040000F604000000000000}
  end
  object OpenDialog1: TOpenDialog
    Left = 240
    Top = 64
  end
end

⌨️ 快捷键说明

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