📄 ydhsrldy.cpp
字号:
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "YDhsrldy.h"
#include "YDdatam.h"
#include "YDhsrltj.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TFhsrldy *Fhsrldy;
//---------------------------------------------------------------------------
__fastcall TFhsrldy::TFhsrldy(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------
void __fastcall TFhsrldy::QuickRep1NeedData(TObject *Sender,
bool &MoreData)
{
QRLabel4->Caption=Fhsrltj->StringGrid1->Cells[0][1];
QRLabel9->Caption=Fhsrltj->StringGrid1->Cells[0][2];
QRLabel14->Caption=Fhsrltj->StringGrid1->Cells[0][3];
QRLabel29->Caption=Fhsrltj->StringGrid1->Cells[0][4];
QRLabel24->Caption=Fhsrltj->StringGrid1->Cells[0][5];
QRLabel39->Caption=Fhsrltj->StringGrid1->Cells[0][6];
QRLabel34->Caption=Fhsrltj->StringGrid1->Cells[0][7];
QRLabel39->Caption=Fhsrltj->StringGrid1->Cells[0][8];
}
//---------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -