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

📄 unit1.dfm

📁 C++ Builder 6 编程实例教程-北京希望电子出版社出版
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 394
  Height = 213
  Caption = 'MP3'#25773#25918#22120
  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 = 128
    Top = 16
    Width = 60
    Height = 13
    Caption = #25991#20214#21517#31216#65306
  end
  object Label2: TLabel
    Left = 128
    Top = 48
    Width = 60
    Height = 13
    Caption = #25773#25918#38271#24230#65306
  end
  object Label3: TLabel
    Left = 128
    Top = 80
    Width = 72
    Height = 13
    Caption = #24038#22768#36947#38899#37327#65306
  end
  object Label4: TLabel
    Left = 128
    Top = 112
    Width = 72
    Height = 13
    Caption = #21491#22768#36947#38899#37327#65306
  end
  object Button1: TButton
    Left = 24
    Top = 16
    Width = 75
    Height = 25
    Caption = #25171#24320#25991#20214
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 24
    Top = 48
    Width = 75
    Height = 25
    Caption = #25773#25918#25991#20214
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 24
    Top = 80
    Width = 75
    Height = 25
    Caption = #26242#20572#25773#25918
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 24
    Top = 112
    Width = 75
    Height = 25
    Caption = #20572#27490#25773#25918
    TabOrder = 3
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 24
    Top = 144
    Width = 75
    Height = 25
    Caption = #20851#38381#25991#20214
    TabOrder = 4
    OnClick = Button5Click
  end
  object Edit1: TEdit
    Left = 200
    Top = 16
    Width = 145
    Height = 21
    TabOrder = 5
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 200
    Top = 48
    Width = 145
    Height = 21
    TabOrder = 6
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 200
    Top = 80
    Width = 145
    Height = 21
    TabOrder = 7
    Text = 'Edit3'
    OnKeyPress = Edit3KeyPress
  end
  object Edit4: TEdit
    Left = 200
    Top = 112
    Width = 145
    Height = 21
    TabOrder = 8
    Text = 'Edit4'
    OnKeyPress = Edit4KeyPress
  end
  object RadioButton1: TRadioButton
    Left = 128
    Top = 144
    Width = 113
    Height = 17
    Caption = #35835#21462#25773#25918#20449#24687
    TabOrder = 9
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 256
    Top = 144
    Width = 113
    Height = 17
    Caption = #35774#32622#25773#25918#20449#24687
    TabOrder = 10
    OnClick = RadioButton2Click
  end
  object Mp3Play1: TMp3Play
    Left = 352
    Top = 0
    Width = 33
    Height = 25
    TabOrder = 11
    ControlData = {00000100690300009502000000000000}
  end
  object OpenDialog1: TOpenDialog
    Left = 344
    Top = 80
  end
end

⌨️ 快捷键说明

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