📄 dlgxsjz.h
字号:
#include "myfunction.h"
//#include "ListCtrlPop.h"
#include "WhiteFrame.h"
#include "WhiteRect.h"
#include "LineEdit.h"
#if !defined(AFX_DLGXSJZ_H__23A6FEAB_3058_4154_BFD6_C41E011E7988__INCLUDED_)
#define AFX_DLGXSJZ_H__23A6FEAB_3058_4154_BFD6_C41E011E7988__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgXSJZ.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgXSJZ dialog
class CDlgXSJZ : public CDialog
{
// Construction
public:
virtual ~CDlgXSJZ();
void SetUnChangeValue(CString str);
bool GetRKTHINFO();
bool GetRKINFO();
bool GetXSTHINFO();
bool InitPH();
bool InitJZ();
bool GetXSINFO();
CString ChanShengPh();
bool CheckAll();
void SetTheFocus();
CDlgXSJZ(int state,CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgXSJZ)
enum { IDD = IDD_DIALOG_XSJZ };
CButton m_btnOk;
CEdit m_editIsJq;
CEdit m_editSy;
CDateTimeCtrl m_tcRq;
CComboBox m_comboJsr;
CComboBox m_comboSkfs;
CLineEdit m_editBz;
CLineEdit m_editPh;
CLineEdit m_editSkJe;
CLineEdit m_editWs;
CLineEdit m_editSs;
CLineEdit m_editYs;
CLineEdit m_editKhName;
CLineEdit m_editKhId;
CLineEdit m_editJsfs;
CLineEdit m_editXsPh;
//}}AFX_DATA
// double m_dss;
// double m_dws;
// double m_dys;
// CString m_strXs_ph;
LRunSql m_runsql;
double m_dYsfk;
double m_dSsfk;
double m_dWsfk;
double m_dSFk_BC; //本次之后
double m_dLeft;
bool is_jq;
bool m_bSetUnChangeValue;
CString m_strPhKeyField;
CString m_strJzKeyField;
CString m_strTablePh;
CString m_strTableJz;
CString m_strsf;
CWhiteFrame m_wfXsJz;
CWhiteRect m_wrXsPh;
CWhiteRect m_wrResult;
CWhiteFrame m_wstrXsPhTitle;
CString m_strPhTitle;
CString m_strdataPhTitle;
CWhiteFrame m_wstrXsPh;
CString m_strPh;
CString m_strdataPh;
CWhiteFrame m_wstrKhId;
CString m_strId;
CString m_strdataId;
CWhiteFrame m_wstrKhName;
CString m_strName;
CString m_strdataName;
CWhiteFrame m_wstrJsfs;
CString m_strJsfs;
CString m_strdataJsfs;
CWhiteFrame m_wstrYs;
CString m_strYsf;
CString m_strdataYsf;
CWhiteFrame m_wstrSs;
CString m_strSsf;
CString m_strdataSsf;
CWhiteFrame m_wstrWs;
CString m_strWsf;
CString m_strdataWsf;
CWhiteFrame m_wstrSkTitle;
CString m_strJzTitle;
CWhiteFrame m_wstrSkJe;
CString m_strJzSFkJe;
CWhiteFrame m_wstrPh;
CString m_strJzPh;
CWhiteFrame m_wstrRq;
CString m_strJzRq;
CWhiteFrame m_wstrJsr;
CString m_strJzJsr;
CWhiteFrame m_wstrSkfs;
CString m_strJzSFkfs;
CWhiteFrame m_wstrBz;
CString m_strJzBz;
enum{XSJZ=0,XSTHJZ=1,RKJZ=2,RKTHJZ=3};
int m_iState;
/* CLineEdit m_wstrXsPh;
CLineEdit m_wstrKhId;
CLineEdit m_wstrKhName;
CLineEdit m_wstrJsfs;
CLineEdit m_wstrYs;
CLineEdit m_wstrSs;
CLineEdit m_wstrWs;*/
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgXSJZ)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgXSJZ)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnChangeEdit8();
afx_msg void OnButton1();
virtual void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGXSJZ_H__23A6FEAB_3058_4154_BFD6_C41E011E7988__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -