gates_of_skeldal/mapedit/ColEdit/ColEditDlg.h
2025-01-24 18:27:22 +01:00

79 lines
1.9 KiB
C++

// ColEditDlg.h : header file
//
#if !defined(AFX_COLEDITDLG_H__2FF53390_ECD2_468E_B1C9_60F1718D1470__INCLUDED_)
#define AFX_COLEDITDLG_H__2FF53390_ECD2_468E_B1C9_60F1718D1470__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CColEditDlg dialog
#include "..\Podlahar\ImageView.h"
#define MAX_PALET 100
class CColEditDlg : public CDialog
{
// Construction
char _palety[MAX_PALET][768];
int _palused;
int _indexes[MAX_PALET];
CString fname;
char _stbuff[640*480];
public:
bool SaveDocument(LPCTSTR name);
int DuplicateCurrent();
void UpdateCB();
bool LoadDocument(LPCTSTR name);
void UpdateLB();
CColEditDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CColEditDlg)
enum { IDD = IDD_COLEDIT_DIALOG };
CButton wUp;
CButton wDown;
CComboBox wImageSel;
CImageView wImage;
CListBox wColList;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CColEditDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CColEditDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnLoad();
afx_msg void OnSelchangeColorlist();
afx_msg void OnSelchangeImagesel();
afx_msg void OnInsert();
afx_msg void OnUp();
afx_msg void OnDown();
afx_msg void OnDuplicate();
afx_msg void OnDelete();
virtual void OnOK();
afx_msg void OnOpravpaletu();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_COLEDITDLG_H__2FF53390_ECD2_468E_B1C9_60F1718D1470__INCLUDED_)