/* �Զ��̾�ǰ�������� 1�����õ�ǰ�̾��� 2�����������߳���̾��� 3������ģ��ذ�ȫλ�� */ #pragma once #include "CEventBase.h" typedef struct { UINT nCurrentBondDieNum; //��ǰ�ѹ̾����� UINT nBondDieTotal; //�̾����� UINT nBondDieNumByPoint; //ÿ���̾�����Ҫ�̾�Ƭ���� } THREAD_BOND_INFO_STRUCT; //�Զ��̾���ʼ�¼� class CEventAutoBondStart : public CEventBase { private: UINT m_nCurrBondDieIndex; //��ǰ��ͷ�̾��� UINT m_nCurrRightDieIndex; //��ǰ��Ƭ̨ȡ���� UINT m_nCurrLeftDieIndex; //��ǰ�����ȡ���� UINT m_nBondPcbTotal = 0; //�����Զ���Ҫ�̾�PCB���� LONG Action(); public: CEventAutoBondStart(); };