From 8942dacbc2bfaf8aec6a360671de20b0fbf32273 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期三, 26 三月 2025 13:43:32 +0800
Subject: [PATCH] 1.Equipment属性页对话框,准备用于展示Equipment数据,里面的Glass等。

---
 SourceCode/Bond/Servo/Common.h |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/Servo/Common.h b/SourceCode/Bond/Servo/Common.h
index 1d1bee5..3860990 100644
--- a/SourceCode/Bond/Servo/Common.h
+++ b/SourceCode/Bond/Servo/Common.h
@@ -25,6 +25,8 @@
 #define PANEL_MASTER_BACKGROUND_COLOR		RGB(255, 255, 255)
 #define PANEL_ATTRIBUTES_BACKGROUND_COLOR	RGB(255, 255, 255)
 #define PANEL_EQUIPMENT_BACKGROUND_COLOR	RGB(255, 255, 255)
+#define PAGE_GRPAH1_BACKGROUND_COLOR		RGB(255, 255, 255)
+#define PAGE_GRPAH2_BACKGROUND_COLOR		RGB(255, 255, 255)
 #define EQ_BOX_OFFLINE						RGB(222, 222, 222)
 #define EQ_BOX_ONLINE						RGB(0, 176, 80)
 #define EQ_BOX_FRAME1						RGB(22, 22, 22)
@@ -51,6 +53,14 @@
 #define EQ_ID_EFEM			1
 #define EQ_ID_Bonder1		2
 #define EQ_ID_Bonder2		3
+#define EQ_ID_LOADPORT1		4
+#define EQ_ID_LOADPORT2		5
+#define EQ_ID_LOADPORT3		6
+#define EQ_ID_LOADPORT4		7
+#define EQ_ID_FLIPER		8
+#define EQ_ID_VACUUMBAKE	9
+#define EQ_ID_ALIGNER		10
+#define EQ_ID_BAKE_COOLING	11
 
 
 /* step name */
@@ -71,6 +81,7 @@
 #define STEP_EQ_VCR_ENABLE		_T("EQVCREnable")
 
 
+/* base alarm */
 #define BASE_ALARM_EFEM		10000
 #define BASE_ALARM_BONDER1	20000
 #define BASE_ALARM_BONDER2	30000
@@ -84,3 +95,12 @@
 
 /* 自定义消息 */
 #define ID_MSG_PANEL_RESIZE			WM_USER + 1998
+
+
+/* 流程控制相关代码 */
+#define FLOW_REJECT					0x0
+#define FLOW_ACCEPT					0x1
+#define FLOW_TEST					0x1000
+#define FLOW_SIGNAL					0x1001
+#define FLOW_DATA					0x1002
+#define FLOW_MOVE_MATERIAL			0x1003
\ No newline at end of file

--
Gitblit v1.9.3