rawproductrelation.h

来自「嵌入式计算机及接口技术」· C头文件 代码 · 共 22 行

H
22
字号
#include "Vcl.h"
#include "ProjectDefine.h"
class RawProductRelation:public Window
{
  public:
  RawProductRelation();
  virtual  void Message(MessageBody SystemMsg);


  private:
  
  Lable Lable1;
  Lable Lable2;
  Lable Lable3;

  Button Button1;
 

  Edit  Edit1;
  void  k1_Click(void);
  
};

⌨️ 快捷键说明

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