?? guncijijc.cpp
字號:
// GuncijiJC.cpp : implementation file
//
#include "stdafx.h"
#include "GCJText.h"
#include "GuncijiJC.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CGuncijiJC dialog
CGuncijiJC::CGuncijiJC(CWnd* pParent /*=NULL*/)
: CDialog(CGuncijiJC::IDD, pParent)
{
//{{AFX_DATA_INIT(CGuncijiJC)
m_gdzj = 90.0f;
m_ggsd = 0.035f;
m_gxl = 0.98f;
m_gjhd = 25.0f;
m_tjgd = 100.0f;
m_kggd = 300.0f;
m_fjdu = 0.01f;
//}}AFX_DATA_INIT
// m_kaiguan=1;
}
void CGuncijiJC::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CGuncijiJC)
DDX_Text(pDX, IDC_EDIT_GDZJ, m_gdzj);
DDV_MinMaxFloat(pDX, m_gdzj, 0.f, 300.f);
DDX_Text(pDX, IDC_EDIT_GGSD, m_ggsd);
DDV_MinMaxFloat(pDX, m_ggsd, 0.f, 100.f);
DDX_Text(pDX, IDC_EDIT_GXL, m_gxl);
DDV_MinMaxFloat(pDX, m_gxl, 0.f, 10.f);
DDX_Text(pDX, IDC_EDIT_GJHD, m_gjhd);
DDV_MinMaxFloat(pDX, m_gjhd, 0.f, 300.f);
DDX_Text(pDX, IDC_EDIT_TJGD, m_tjgd);
DDV_MinMaxFloat(pDX, m_tjgd, 0.f, 500.f);
DDX_Text(pDX, IDC_EDIT_KGGD, m_kggd);
DDV_MinMaxFloat(pDX, m_kggd, 0.f, 800.f);
DDX_Text(pDX, IDC_EDIT_GGSD2, m_fjdu);
DDV_MinMaxFloat(pDX, m_fjdu, 1.e-003f, 2.f);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CGuncijiJC, CDialog)
//{{AFX_MSG_MAP(CGuncijiJC)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CGuncijiJC message handlers
BOOL CGuncijiJC::OnInitDialog()
{
CDialog::OnInitDialog();
// TODO: Add extra initialization here
return TRUE; // return TRUE unless you set the focus to a control
// EXCEPTION: OCX Property Pages should return FALSE
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -