regist.h

来自「这是一个trojan木马代码」· C头文件 代码 · 共 38 行

H
38
字号
//----------------------------------------------------------------------------
#ifndef RegistH
#define RegistH
//----------------------------------------------------------------------------
#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>
#include <Registry.hpp>
//----------------------------------------------------------------------------
class TOKBottomDlg1 : public TForm
{
__published:        
	TButton *OKBtn;
	TButton *CancelBtn;
	TBevel *Bevel1;
        TLabel *Label1;
        TEdit *Edit1;
        TLabel *Label2;
        TEdit *Edit2;
        void __fastcall OKBtnClick(TObject *Sender);
private:
        SYSTEM_INFO info;
        TRegistry *Registry;
public:
	virtual __fastcall TOKBottomDlg1(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern PACKAGE TOKBottomDlg1 *OKBottomDlg1;
//----------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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