Added aqua_speed for rite geo 50 tryker
[ryzomcore.git] / nel / tools / 3d / object_viewer / set_value_dlg.cpp
blob7b6df81786dda34452b4f821c550be4a98037c28
1 // NeL - MMORPG Framework <http://dev.ryzom.com/projects/nel/>
2 // Copyright (C) 2010 Winch Gate Property Limited
3 //
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Affero General Public License as
6 // published by the Free Software Foundation, either version 3 of the
7 // License, or (at your option) any later version.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Affero General Public License for more details.
14 // You should have received a copy of the GNU Affero General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
17 // set_value_dlg.cpp : implementation file
20 #include "std_afx.h"
21 #include "object_viewer.h"
22 #include "set_value_dlg.h"
24 /////////////////////////////////////////////////////////////////////////////
25 // CSetValueDlg dialog
28 CSetValueDlg::CSetValueDlg(CWnd* pParent /*=NULL*/)
29 : CDialog(CSetValueDlg::IDD, pParent)
31 //{{AFX_DATA_INIT(CSetValueDlg)
32 Value = _T("");
33 //}}AFX_DATA_INIT
37 void CSetValueDlg::DoDataExchange(CDataExchange* pDX)
39 CDialog::DoDataExchange(pDX);
40 //{{AFX_DATA_MAP(CSetValueDlg)
41 DDX_Text(pDX, IDC_VALUE, Value);
42 //}}AFX_DATA_MAP
46 BEGIN_MESSAGE_MAP(CSetValueDlg, CDialog)
47 //{{AFX_MSG_MAP(CSetValueDlg)
48 //}}AFX_MSG_MAP
49 END_MESSAGE_MAP()
51 /////////////////////////////////////////////////////////////////////////////
52 // CSetValueDlg message handlers
54 BOOL CSetValueDlg::OnInitDialog()
56 CDialog::OnInitDialog();
58 // TODO: Add extra initialization here
59 SetWindowText (Title);
61 return TRUE; // return TRUE unless you set the focus to a control
62 // EXCEPTION: OCX Property Pages should return FALSE