Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2340755
  • 博文数量: 816
  • 博客积分: 10000
  • 博客等级: 上将
  • 技术积分: 5010
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-17 17:57
文章分类

全部博文(816)

文章存档

2011年(1)

2008年(815)

分类:

2008-12-17 18:09:03


//---------------------------------------------------------------------------
class TSearchDlg : public TForm
{
__published: // IDE-managed Components
        TLabel *Label1;
        TEdit *Edit1;
        TRadioGroup *RadioGroup1;
        TBitBtn *BitBtn1;
        TBitBtn *BitBtn2;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall FormActivate(TObject *Sender);
private: // User declarations

public: // User declarations
          bool GetSearchStr(TCCSortType ST, String& S);//错误在这儿呢!说是[C++ Error] Unit2.h(33): E2293 ) expected
        __fastcall TSearchDlg(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TSearchDlg *SearchDlg;
//---------------------------------------------------------------------------

#endif


应该咋改呢!哪位好心大哥帮我!



--------------------next---------------------

阅读(1233) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~