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

📄 poperty1.dfm

📁 一个delphi制作的mp3播放器!
💻 DFM
字号:
object Form6: TForm6
  Left = 326
  Top = 317
  BorderStyle = bsDialog
  Caption = #23646#24615
  ClientHeight = 270
  ClientWidth = 314
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDblClick = FormDblClick
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 160
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #25991#20214#20301#32622
    WordWrap = True
  end
  object Label2: TLabel
    Left = 8
    Top = 128
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #25991#20214#22823#23567
  end
  object ArtistLb: TLabel
    Left = 8
    Top = 64
    Width = 49
    Height = 13
    AutoSize = False
    Caption = #33402#26415#23478
  end
  object FileNameLb: TLabel
    Left = 8
    Top = 24
    Width = 49
    Height = 13
    AutoSize = False
    Caption = #25991#20214#21517
  end
  object GenreLb: TLabel
    Left = 8
    Top = 96
    Width = 49
    Height = 13
    AutoSize = False
    Caption = #21809#29255#38598
  end
  object FileSizeEd: TEdit
    Left = 80
    Top = 128
    Width = 121
    Height = 25
    BorderStyle = bsNone
    Color = clBtnFace
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
  end
  object ArtistEd: TEdit
    Left = 80
    Top = 64
    Width = 121
    Height = 21
    BorderStyle = bsNone
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 1
  end
  object FileNameEd: TEdit
    Left = 80
    Top = 24
    Width = 121
    Height = 21
    BorderStyle = bsNone
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 2
  end
  object GenreEd: TEdit
    Left = 80
    Top = 96
    Width = 121
    Height = 21
    BorderStyle = bsNone
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 3
  end
  object FilePathEd: TEdit
    Left = 80
    Top = 160
    Width = 233
    Height = 21
    BorderStyle = bsNone
    Color = clBtnFace
    ImeMode = imDisable
    MaxLength = 23
    ReadOnly = True
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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