unit2.pas

来自「基于delphi的音乐播放器,希望对大家有用」· PAS 代码 · 共 43 行

PAS
43
字号
unit Unit2;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics,
  Controls, Forms, Dialogs;

type
  TForm2=class(TForm)
    Image2: TImage;
    Image3: TImage;
    Label24: TLabel;
    Label26: TLabel;
    SpeedButton4: TSpeedButton;
    SpeedButton3: TSpeedButton;
    SpeedButton2: TSpeedButton;
    SpeedButton1: TSpeedButton;
    Image1: TImage;
    Image4: TImage;
    Panel1: TPanel;
    ListBox4: TListBox;
    ListBox2: TListBox;
    ListBox1: TListBox;
  private
    { Private declarations }
  public
    { Public declarations }
  end ;

var
  Form2: TForm2;


{This file is generated by DeDe Ver 3.00 Copyright (c) 1999-2001 DaFixer}

implementation

{$R *.DFM}


end.

⌨️ 快捷键说明

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