about_unit.pas
来自「药品进销管理程序,内有SQL附加的数据库.....详情看里面的,运行就OK」· PAS 代码 · 共 29 行
PAS
29 行
unit About_Unit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls, StdCtrls;
type
TfrmAbout = class(TForm)
Label2: TLabel;
lblSodonInfo: TLabel;
lblCaption: TLabel;
Image2: TImage;
private
{ Private declarations }
public
{ Public declarations }
end;
var
frmAbout: TfrmAbout;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?