ushanchu1.h

来自「社区管理系统的公共管理模块」· C头文件 代码 · 共 44 行

H
44
字号
//----------------------------------------------------------------------------
#ifndef UShanChu1H
#define UShanChu1H
//----------------------------------------------------------------------------
#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 TShanChu1 : public TForm
{
__published:
        TGroupBox *GroupBox1;
        TLabel *Label1;
        TEdit *edBH4;
        TButton *Button1;
        TButton *Button2;
        TGroupBox *GroupBox2;
        TLabel *Label2;
        TEdit *edBH5;
        TButton *Button3;
        TButton *Button4;
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Button4Click(TObject *Sender);
        void __fastcall Button3Click(TObject *Sender);

private:
public:   int  IsOk;
          String  cmdSQL,cmdSQL1,cmdSQL2;

	virtual __fastcall TShanChu1(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TShanChu1 *ShanChu1;
//----------------------------------------------------------------------------
#endif    

⌨️ 快捷键说明

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