// DlgTriggerSSSLF.cpp : implementation file
//

#include "stdafx.h"
#include "6046dryend.h"
#include "DlgTriggerSSSLF.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CDlgTriggerSSSLF dialog


CDlgTriggerSSSLF::CDlgTriggerSSSLF(CWnd* pParent /*=NULL*/)
	: CDialog(CDlgTriggerSSSLF::IDD, pParent)
{
	//{{AFX_DATA_INIT(CDlgTriggerSSSLF)
		// NOTE: the ClassWizard will add member initialization here
	//}}AFX_DATA_INIT
}


void CDlgTriggerSSSLF::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CDlgTriggerSSSLF)
		// NOTE: the ClassWizard will add DDX and DDV calls here
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CDlgTriggerSSSLF, CDialog)
	//{{AFX_MSG_MAP(CDlgTriggerSSSLF)
		// NOTE: the ClassWizard will add message map macros here
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CDlgTriggerSSSLF message handlers
