📄 untmain.h
字号:
//---------------------------------------------------------------------------
#ifndef untMainH
#define untMainH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TfrmMain : public TForm
{
__published: // IDE-managed Components
TButton *btnEnc;
TButton *btnDec;
TButton *btnExit;
TEdit *edtCode;
TGroupBox *GroupBox1;
TLabel *Label1;
TEdit *edtRandCode;
TLabel *Label2;
TComboBox *cmbDayPlay;
TLabel *Label3;
TComboBox *cmbMinError;
TLabel *Label4;
TComboBox *cmbGreatePress;
TLabel *Label5;
TComboBox *cmbFisherPress;
TLabel *Label6;
TComboBox *cmbSendLineLottMin;
TLabel *Label7;
TComboBox *cmbSendLineLottMax;
TLabel *Label8;
TComboBox *cmbPullMachKill;
TLabel *Label9;
TComboBox *PullMachPlay1;
TLabel *Label10;
TComboBox *PullMachPlay2;
TLabel *Label11;
TComboBox *cmbSendPoint1;
TLabel *Label12;
TComboBox *cmbSendPoint2;
TLabel *Label13;
TComboBox *cmbRescueKill;
TLabel *Label14;
TComboBox *cmbRescuePoint;
TLabel *Label15;
TComboBox *cmbFisherMaxWin1;
TLabel *Label16;
TComboBox *cmbFisherMaxWin2;
TLabel *Label17;
TEdit *edtMachCode;
TCheckBox *ckbUpdPar;
void __fastcall btnEncClick(TObject *Sender);
void __fastcall btnDecClick(TObject *Sender);
void __fastcall btnExitClick(TObject *Sender);
private: // User declarations
void SetDataBuff(unsigned char *DataBuff);
bool BeatCode(unsigned char *pIn, unsigned char *pOut);
public: // User declarations
__fastcall TfrmMain(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmMain *frmMain;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -