Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.7 KiB

  1. #if !defined(AFX_PARAMETERDIALOG_H__E8ECC68E_A168_499A_8458_63293E3DD498__INCLUDED_)
  2. #define AFX_PARAMETERDIALOG_H__E8ECC68E_A168_499A_8458_63293E3DD498__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ParameterDialog.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // dialog
  10. class ParameterDialog : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CString Session;
  15. CString LoginPasswd;
  16. CString LoginName;
  17. BOOL DeleteValue;
  18. int language;
  19. int tcclnt;
  20. int history;
  21. CString Command;
  22. CString Machine;
  23. UINT Port;
  24. ParameterDialog(CWnd* pParent = NULL); // standard constructor
  25. // Dialog Data
  26. //{{AFX_DATA(ParameterDialog)
  27. enum { IDD = Parameters };
  28. // NOTE: the ClassWizard will add data members here
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(ParameterDialog)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. void DDV_MinChars(CDataExchange *pDX,CString &str);
  39. // Generated message map functions
  40. //{{AFX_MSG(ParameterDialog)
  41. // NOTE: the ClassWizard will add member functions here
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_PARAMETERDIALOG_H__E8ECC68E_A168_499A_8458_63293E3DD498__INCLUDED_)