📄 person_info_print.cpp
字号:
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "Person_Info_Print.h"
#include "Person.h" //添加主窗体头文件
#include "Person_Info.h" //员工信息管理窗口头文件
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TF_Info_Print *F_Info_Print;
//---------------------------------------------------------------------------
__fastcall TF_Info_Print::TF_Info_Print(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -