⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uchaxun1.h

📁 社区管理系统的公共管理模块
💻 H
字号:
//----------------------------------------------------------------------------
#ifndef UChaXun1H
#define UChaXun1H
//----------------------------------------------------------------------------
#include <vcl\System.hpp>
#include <vcl\Windows.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Classes.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Buttons.hpp>
#include <vcl\ExtCtrls.hpp>
//----------------------------------------------------------------------------
class TChaXun1 : public TForm
{
__published:
        TGroupBox *GroupBox1;
        TLabel *Label1;
        TEdit *edBH7;
        TLabel *Label2;
        TEdit *edMC2;
        TButton *Button1;
        TButton *Button2;
        TCheckBox *CheckBox1;
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall edBH7KeyDown(TObject *Sender, WORD &Key,
          TShiftState Shift);
        void __fastcall edBH7Exit(TObject *Sender);
        void __fastcall edMC2Exit(TObject *Sender);
        
private:
public:    int  IsOk;
           String  cmdSQL;
	virtual __fastcall TChaXun1(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TChaXun1 *ChaXun1;
//----------------------------------------------------------------------------
#endif    

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -