-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCustomInitCreateDialog.h
More file actions
91 lines (58 loc) · 1.72 KB
/
CustomInitCreateDialog.h
File metadata and controls
91 lines (58 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
//{{AFX_INCLUDES()
//}}AFX_INCLUDES
#if !defined(AFX_CustomInitCREATEDIALOG_995B0AE0_FC8B_11D2_BD5A_00A0CC24A3EB__INCLUDED_)
#define AFX_CustomInitCREATEDIALOG_H__995B0AE0_FC8B_11D2_BD5A_00A0CC24A3EB__INCLUDED_
#endif
#include "ExtCheckBox.h"
#include "afxdtctl.h"
#include "afxcmn.h"
#include "numspinctrl.h"
#include "afxwin.h"
#include "fireplusset.h"
#include "CustomInitset.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CustomInitCreateDialog.h : header file
//
#define USE_COXNUMBER 1001
#define COXMASK_ID 320001
/////////////////////////////////////////////////////////////////////////////
// CCustomInitCreateDialog dialog
class CCustomInitCreateDialog : public CDialog
{
public:
CCustomInitSet * records;
CCustomInitCreateDialog(CWnd* pParent = NULL, CFireplusSet *_fpSet = NULL,CCustomInitSet *_records = NULL); // standard constructor
CFireplusSet *fpSet;
CDateTimeCtrl greenupDate;
CSpinButtonCtrl m_spinKBDI;
CEdit m_editFM1000;
CNumSpinCtrl m_numSpinFM1000;
CEdit m_editFFMC;
CNumSpinCtrl m_spinFFMC;
CEdit m_editDMC;
CNumSpinCtrl m_spinDMC;
CEdit m_editDC;
CNumSpinCtrl m_spinDC;
CSpinButtonCtrl m_spinYear1;
CSpinButtonCtrl m_spinYear2;
CButton
*createButton,
*cancelButton;
enum { IDD = IDD_CUSTOMINIT_CREATE_DIALOG };
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCustomInitCreateDialog)
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
afx_msg void OnSize(UINT nType, int cx, int cy);
// Implementation
protected:
virtual BOOL OnInitDialog();
virtual void OnOK();
//DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
CDateTimeCtrl m_startUpDate;
};