📄 unit2.pas
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -