main.cpp
来自「《bcb深度历险》 电子书」· C++ 代码 · 共 33 行
CPP
33 行
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "main.h"
#include "dihook\dihook.h"
#include "xDesktop.hpp"
#include "xFonts.hpp"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TMainForm *MainForm;
const char* ESSAY_FILENAME = "essay.txt";
const char* REGISTRY_KEY = "Software\\Jethro\\Desktop Illusionist";
const char* SEC_GENERAL = "General";
const char* REG_SHOWWALLPAPER = "ShowWallPaper";
const char* REG_FONT = "Font";
const char* REG_SEPCOLOR = "Seperator Color";
//---------------------------------------------------------------------------
__fastcall TMainForm::TMainForm(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------
void __fastcall TMainForm::FormCreate(TObject *Sender)
{
// 璝 Active Desktop 币笆い, 玥挡
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?