uwell.pas
来自「该软件前台用的是DELPHI7后台用的是SQLSERVER2000,用了些第三方」· PAS 代码 · 共 27 行
PAS
27 行
unit Uwell;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls, StdCtrls;
type
TFwell = class(TForm)
img1: TImage;
lbl1: TLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
Fwell: TFwell;
implementation
{$R *.dfm}
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?