⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aoutnew.cpp

📁 企业员工考勤和工资管理系统
💻 CPP
字号:
//---------------------------------------------------------------------------

#include <vcl.h>
#pragma hdrstop

#include "AoutNew.h"
//#include "Global.h"

//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TAboutNew *AboutNew;
//---------------------------------------------------------------------------
__fastcall TAboutNew::TAboutNew(TComponent* Owner)
        : TForm(Owner)
{
}
//---------------------------------------------------------------------------

void __fastcall TAboutNew::Lab_addrssClick(TObject *Sender)
{
    //if  (Web_Form->Showing == false)
    //     Web_Form->ShowModal();

    ShellExecute(Handle,NULL,Lab_addrss->Caption.c_str(),NULL,NULL,SW_SHOWNORMAL);
    Lab_addrss->Font->Color = clPurple;
}
//---------------------------------------------------------------------------
void __fastcall TAboutNew::Lab_addrssMouseMove(TObject *Sender,
      TShiftState Shift, int X, int Y)
{
    Lab_addrss->Font->Color =  clBlue;
    Lab_addrss->Font->Size  =  10;
}
//---------------------------------------------------------------------------
void __fastcall TAboutNew::FormMouseMove(TObject *Sender,
      TShiftState Shift, int X, int Y)
{
    Lab_addrss->Font->Color =  clPurple;
    Lab_addrss->Font->Size  =  10;
}
//---------------------------------------------------------------------------







⌨️ 快捷键说明

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