saveunit.h
来自「C++网络麻将源代码」· C头文件 代码 · 共 42 行
H
42 行
//---------------------------------------------------------------------------
#ifndef saveUnitH
#define saveUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TsaveForm : public TForm
{
__published: // IDE-managed Components
TCheckBox *CheckBox1;
TCheckBox *CheckBox2;
TButton *Button1;
TCheckBox *CheckBox3;
void __fastcall Button1Click(TObject *Sender);
private: // User declarations
int *paishu; //牌数状态
float &moneyperpai;
AnsiString *name; //玩家状态
int &upsc,&downsc,&rightsc,&leftsc;
int &zhuangjia;
int &numofgames;
unsigned int &gamespeed; //桌面状态
int difficult;
int &imagetype;
//bool music;
//bool bigimage ;
public: // User declarations
__fastcall TsaveForm(TComponent* Owner,
int *i_paishu,float &mpp,AnsiString *n,int &ds,int &ls,int &us,int &rs,int &zj,
int &nog,unsigned int &gs,int &diff,int &it);
};
//---------------------------------------------------------------------------
extern PACKAGE TsaveForm *saveForm;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?