// SelWaiter2.cpp : implementation file // #include "stdafx.h" #include "LYFZSendMsg.h" #include "SelWaiter2.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // SelWaiter2 dialog SelWaiter2::SelWaiter2(CWnd* pParent /*=NULL*/) : CDialog(SelWaiter2::IDD, pParent) { //{{AFX_DATA_INIT(SelWaiter2) // NOTE: the ClassWizard will add member initialization here //}}AFX_DATA_INIT } void SelWaiter2::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(SelWaiter2) DDX_Control(pDX, IDC_COMBOwaiter2, m_combowaiter2); //}}AFX_DATA_MAP } BEGIN_MESSAGE_MAP(SelWaiter2, CDialog) //{{AFX_MSG_MAP(SelWaiter2) //}}AFX_MSG_MAP END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // SelWaiter2 message handlers BOOL SelWaiter2::OnInitDialog() { CDialog::OnInitDialog(); // TODO: Add extra initialization here for(int i=0; i