play_list.pas
来自「一个关于delphi媒体播放器的代码。希望大家能够用的着」· PAS 代码 · 共 27 行
PAS
27 行
unit play_list;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ComCtrls, ShellCtrls;
type
TList_Form = class(TForm)
ShellTreeView1: TShellTreeView;
ShellListView1: TShellListView;
private
{ Private declarations }
public
{ Public declarations }
end;
var
List_Form: TList_Form;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?