ulkda.cpp

来自「超市配货中心进销存源码 超市配货中心进销存源码」· C++ 代码 · 共 18 行

CPP
18
字号
//---------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop

#include "ULKDA.h"
#include "UDM.h"
#include "uas.h"
#include "UPreview.h"
//---------------------------------------------------------------------
#pragma resource "*.dfm"
TqrlfLKda *qrlfLKda;
//--------------------------------------------------------------------- 
__fastcall TqrlfLKda::TqrlfLKda(TComponent* AOwner)
	: TQuickRep(AOwner)
{
}
//--------------------------------------------------------------------- 

⌨️ 快捷键说明

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