-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathOCS_DEPLOY_TOOLDlg.h
64 lines (52 loc) · 2.05 KB
/
OCS_DEPLOY_TOOLDlg.h
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
//====================================================================================
// Open Computer and Software Inventory Next Generation
// Copyright (C) 2010 OCS Inventory NG Team. All rights reserved.
// Web: http://www.ocsinventory-ng.org
// This code is open source and may be copied and modified as long as the source
// code is always made freely available.
// Please refer to the General Public Licence V2 http://www.gnu.org/ or Licence.txt
//====================================================================================
// OCS_DEPLOY_TOOLDlg.h : header file
//
#if !defined(AFX_OCS_DEPLOY_TOOLDLG_H__48063A1C_7DD8_4918_8F8F_30EA88D9DBBF__INCLUDED_)
#define AFX_OCS_DEPLOY_TOOLDLG_H__48063A1C_7DD8_4918_8F8F_30EA88D9DBBF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// COCS_DEPLOY_TOOLDlg dialog
class COCS_DEPLOY_TOOLDlg : public CDialog
{
// Construction
public:
COCS_DEPLOY_TOOLDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(COCS_DEPLOY_TOOLDlg)
enum { IDD = IDD_OCS_DEPLOY_TOOL_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COCS_DEPLOY_TOOLDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CStringList m_ComputerList;
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(COCS_DEPLOY_TOOLDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnWinDeployButton();
afx_msg void OnUnixDeployButton();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedButtonOption();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_OCS_DEPLOY_TOOLDLG_H__48063A1C_7DD8_4918_8F8F_30EA88D9DBBF__INCLUDED_)