OSDN Git Service

Fix an issue where items with different case are not displayed correctly in the folde...
[winmerge-jp/winmerge-jp.git] / Src / EncodingErrorBar.h
1 // EncodingErrorBar.h : header file
2 //
3
4 #pragma once
5
6 #include "TrDialogs.h"
7
8 /////////////////////////////////////////////////////////////////////////////
9 // CEncodingErrorBar dialog
10
11 class CEncodingErrorBar : public CTrDialogBar
12 {
13 // Construction
14 public:
15         CEncodingErrorBar();
16
17         BOOL Create(CWnd* pParentWnd);
18         void SetText(const String& sText);
19
20 // Dialog Data
21         //{{AFX_DATA(CEncodingErrorBar)
22         enum { IDD = IDD_ENCODINGERROR };
23                 // NOTE: the ClassWizard will add data members here
24         //}}AFX_DATA
25
26
27 // Overrides
28         // ClassWizard generated virtual function overrides
29         //{{AFX_VIRTUAL(CEncodingErrorBar)
30         protected:
31         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
32         //}}AFX_VIRTUAL
33
34 // Implementation
35 protected:
36
37         // Generated message map functions
38         //{{AFX_MSG(CEncodingErrorBar)
39         afx_msg void OnUpdateBnClickedPlugin(CCmdUI* pCmdUI);
40         //}}AFX_MSG
41         DECLARE_MESSAGE_MAP()
42
43 private:
44
45 public:
46 };