SourceCode/Bond/Servo/CCjPage3.h
@@ -1,5 +1,6 @@ #pragma once #include "CCjPageBase.h" #include "CControlJob.h" // CPjPage1 对话框 @@ -15,6 +16,8 @@ protected: void Resize(); virtual int OnApply(); virtual void OnSetContext(void* pContext); void UpdateCjData(); // 对话框数据 #ifdef AFX_DESIGN_TIME @@ -28,4 +31,5 @@ public: virtual BOOL OnInitDialog(); afx_msg void OnDestroy(); afx_msg void OnEnChangeEditCjId(); };