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

📄 send.h

📁 嵌入式计算机及接口技术
💻 H
字号:
#include "Vcl.h"
#include "PublicData.h"

#define ErrorCode_Right 0
#define ErrorCode_NetTime 1
#define ErrorCode_WorkTime 2
#define ErrorCode_TotalProducte 3


#define ImageBase_Error_NetTime 14
#define ImageBase_Error_WorkTime 15

#define ImageBase_DataRight 16



class Send:public Window
{
  public:
  Send();
  void Message(MessageBody SystemMsg);
  virtual void OnActive();

  Window *NetTimeWindow;
  Window *WorkTimeWindow;
//  Window *OtherProductWindow;
  
  private:
//  Lable Label1;
  char NetTimeLength;
  char WorkTimeLength;
  char OtherProductLength;
  char ErrorCode; //错误代码
  
  void CheckFormation();//检查是否有错误并配上合理的图象
  

};

⌨️ 快捷键说明

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