play_list.dfm

来自「一个关于delphi媒体播放器的代码。希望大家能够用的着」· DFM 代码 · 共 49 行

DFM
49
字号
object List_Form: TList_Form
  Left = 286
  Top = 202
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #26354#30446#36873#25321
  ClientHeight = 262
  ClientWidth = 446
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object ShellTreeView1: TShellTreeView
    Left = 8
    Top = 8
    Width = 177
    Height = 249
    ObjectTypes = [otFolders]
    Root = 'rfDesktop'
    ShellListView = ShellListView1
    UseShellImages = True
    AutoRefresh = False
    Indent = 19
    ParentColor = False
    RightClickSelect = True
    ShowRoot = False
    TabOrder = 0
  end
  object ShellListView1: TShellListView
    Left = 192
    Top = 8
    Width = 249
    Height = 249
    ObjectTypes = [otFolders, otNonFolders]
    Root = 'rfDesktop'
    ShellTreeView = ShellTreeView1
    Sorted = True
    ReadOnly = False
    HideSelection = False
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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