H
hurryman
Unregistered / Unconfirmed
GUEST, unregistred user!
打开一个项目时,提示:'没有注册类别',我选择 lgnore all后打开项目
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Buttons, AxCtrls, OleCtrls,XLib_TLB, ComCtrls, Menus, ToolWin,
ExtCtrls, StdCtrls, ImgList;
type
Tcview = class(TForm)
CViewer1: TCViewer;
ToolBar1: TToolBar;
SpeedButton1: TSpeedButton;
SpeedButton2: TSpeedButton;
MainMenu1: TMainMenu;
.........
由于他使用了第三方控件,我按住ctrl用鼠标单击tcviewer后可以打开那个单元cxlib_tlb,
当我运行该程序是,提示:field cview.cviewer1 does not have a corresponding compont
remove the declaration ,我现在不把它delete 掉,那么我该如何来做呢?
如果可以安装这个控件我如何安装呢?
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Buttons, AxCtrls, OleCtrls,XLib_TLB, ComCtrls, Menus, ToolWin,
ExtCtrls, StdCtrls, ImgList;
type
Tcview = class(TForm)
CViewer1: TCViewer;
ToolBar1: TToolBar;
SpeedButton1: TSpeedButton;
SpeedButton2: TSpeedButton;
MainMenu1: TMainMenu;
.........
由于他使用了第三方控件,我按住ctrl用鼠标单击tcviewer后可以打开那个单元cxlib_tlb,
当我运行该程序是,提示:field cview.cviewer1 does not have a corresponding compont
remove the declaration ,我现在不把它delete 掉,那么我该如何来做呢?
如果可以安装这个控件我如何安装呢?