mrDarker
2026-01-30 829fe6c6bc33d53fda9c31fd45a37e1df87befff
SourceCode/Bond/Servo/CCjPage3.h
@@ -1,5 +1,6 @@
#pragma once
#include "CCjPageBase.h"
#include "CControlJob.h"
// CPjPage1 对话框
@@ -14,7 +15,9 @@
protected:
   void Resize();
   virtual void OnApply();
   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();
};