unit1.h
来自「用BCB6.0 生成序列号 和 例子 版权属于ccrun老妖」· C头文件 代码 · 共 33 行
H
33 行
//---------------------------------------------------------------------------
#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published: // IDE-managed Components
TStaticText *StaticText1;
TEdit *Edit1;
TBitBtn *BitBtn1;
TListBox *ListBox1;
void __fastcall BitBtn1Click(TObject *Sender);
void __fastcall FormCreate(TObject *Sender);
private: // User declarations
bool isMark;
public: // User declarations
__fastcall TForm1(TComponent* Owner);
bool CheckTheChar(int AsciiChar);
int RandomChar();
int Arithmetic(int Num1 , int Num2 , int Num3 , int Num4 , int Value);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?