关于delphi编程问题 10
errorcreatingform:ancestorfor‘tfrmbase’notfound这个是怎么回事,本人菜鸟这是整个代码,请问要怎么修改unitAbout_Un...
error creating form:ancestor for‘tfrmbase’ not found这个是怎么回事,本人菜鸟
这是整个代码,请问要怎么修改
unit About_Unit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Base_Unit, StdCtrls, jpeg, ExtCtrls, Menus, StdActns, ActnList;
type
TfrmAbout = class(TfrmBase)
Label2: TLabel;
lblSodonInfo: TLabel;
lblCaption: TLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
frmAbout: TfrmAbout;
implementation
{$R *.dfm}
end. 展开
这是整个代码,请问要怎么修改
unit About_Unit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Base_Unit, StdCtrls, jpeg, ExtCtrls, Menus, StdActns, ActnList;
type
TfrmAbout = class(TfrmBase)
Label2: TLabel;
lblSodonInfo: TLabel;
lblCaption: TLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
frmAbout: TfrmAbout;
implementation
{$R *.dfm}
end. 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询