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

📄 ydhsrldy.cpp

📁 营业用电管理系统(网络版)是本公司推出的新一代软件产品
💻 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 + -