punish.~cpp
来自「全面剖析人力资源管理的内容」· ~CPP 代码 · 共 19 行
~CPP
19 行
//----------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "Punish.h"
//----------------------------------------------------------------------------
#pragma resource "*.dfm"
TfmPunish *fmPunish;
//----------------------------------------------------------------------------
__fastcall TfmPunish::TfmPunish(TComponent *Owner)
: TForm(Owner)
{
}
//----------------------------------------------------------------------------
void __fastcall TfmPunish::FormCreate(TObject *Sender)
{
Table1->Open();
}
//----------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?