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

📄 unit1.dfm

📁 delphi课程设计的内容,包括源代码,文本的设计,菜单的设计等.
💻 DFM
字号:
object Form1: TForm1
  Left = 197
  Top = 114
  Width = 545
  Height = 393
  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 MediaPlayer1: TMediaPlayer
    Left = 16
    Top = 272
    Width = 316
    Height = 30
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 361
    Height = 265
    TabOrder = 1
  end
  object DriveComboBox1: TDriveComboBox
    Left = 384
    Top = 40
    Width = 145
    Height = 19
    DirList = DirectoryListBox1
    TabOrder = 2
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 384
    Top = 72
    Width = 145
    Height = 97
    FileList = FileListBox1
    ItemHeight = 16
    TabOrder = 3
  end
  object FilterComboBox1: TFilterComboBox
    Left = 384
    Top = 8
    Width = 145
    Height = 21
    FileList = FileListBox1
    Filter = '*.wav|*.wav|*.avi|*.avi|*.mid|*.mid'
    TabOrder = 4
  end
  object FileListBox1: TFileListBox
    Left = 384
    Top = 184
    Width = 145
    Height = 97
    ItemHeight = 13
    Mask = '*.wav *.avi *.mid'
    TabOrder = 5
    OnClick = FileListBox1Click
  end
  object BitBtn1: TBitBtn
    Left = 104
    Top = 320
    Width = 75
    Height = 25
    Caption = #37325#25773
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 216
    Top = 320
    Width = 75
    Height = 25
    Caption = #20851#38381
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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