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

📄 test.h

📁 化学式
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef testH
#define testH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TListBox *ListBox1;
        TStatusBar *StatusBar1;
        TEdit *eM;
        TButton *btnStart;
        TLabel *Label1;
        TLabel *Label2;
        TEdit *eC;
        TLabel *Label3;
        TEdit *eH;
        TLabel *Label4;
        TEdit *eO;
        TLabel *Label5;
        TEdit *eN;
        TLabel *Label6;
        TEdit *eCl;
        TLabel *Label7;
        TEdit *eS;
        TLabel *Label8;
        TEdit *eNa;
        TLabel *Label9;
        TEdit *eAl;
        TLabel *Label10;
        TEdit *eA;
        void __fastcall btnStartClick(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall eMKeyPress(TObject *Sender, char &Key);
        void __fastcall eAKeyPress(TObject *Sender, char &Key);
        void __fastcall eAlKeyPress(TObject *Sender, char &Key);
        void __fastcall eNaKeyPress(TObject *Sender, char &Key);
        void __fastcall eSKeyPress(TObject *Sender, char &Key);
        void __fastcall eClKeyPress(TObject *Sender, char &Key);
        void __fastcall eNKeyPress(TObject *Sender, char &Key);
        void __fastcall eOKeyPress(TObject *Sender, char &Key);
        void __fastcall eHKeyPress(TObject *Sender, char &Key);
        void __fastcall eCKeyPress(TObject *Sender, char &Key);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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