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

📄 rawwin.h

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

#include "ProjectDefine.h"

class RawWin:public Window
{
  public:
  RawWin();
  virtual  void Message(MessageBody SystemMsg);
  Window* WinRawView;
  Window* WinRawProductRelation;

  private:
  
  Lable Lable1;
/*  Lable Lable2;
  Lable Lable3;
  Lable Lable4;
*/
 // Button LableKey;
  Button Button1;
  Button Button2;
  Button Button3;


  Edit  Edit1;
/*  Edit  Edit2;
  Edit  Edit3;
  Edit  Edit4;
 */ 
  void  k1_Click(void);
  void  k2_Click(void);
  void  k3_Click(void);
  
};

⌨️ 快捷键说明

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