JunkBox_Win_Lib
1.5.3
Loading...
Searching...
No Matches
ReadFilesDLG.h
Go to the documentation of this file.
1
#pragma once
2
3
//
4
// ReadFilesDLG.h : ヘッダー ファイル
5
//
6
13
#include "
SetHeaderDLG.h
"
14
15
16
//
17
namespace
jbxwl
{
18
19
20
extern
CSetHeaderDLG
SetHeaderDLG
;
21
22
24
// CReadFilesDLG ダイアログ
25
26
class
CReadFilesDLG
:
public
CDialog
27
{
28
public
:
29
CWnd*
pWnd
;
30
31
CEdit*
fnameEBox
;
32
CEdit*
fromNumEBox
;
33
CEdit*
toNumEBox
;
34
35
CString
fName
;
36
int
fromNum
;
37
int
toNum
;
38
39
public
:
40
// ヘッダ設定用
41
// int hSize; // ヘッダサイズ
42
// int xSize; // X サイズ
43
// int ySize; // Y サイズ
44
// int zSize; // Z サイズ
45
// int dSize; // カラーデプス
46
47
// BOOL ltEnd; // リトルエンディアン
48
49
// コンストラクション
50
public
:
51
CReadFilesDLG
(LPCTSTR fname, CWnd* pParent = NULL);
52
virtual
~CReadFilesDLG
();
53
54
virtual
BOOL
OnInitDialog
();
55
56
// ダイアログ データ
57
//{{AFX_DATA(CReadFilesDLG)
58
enum
{
IDD
=
IDD_RFDLG
};
59
//}}AFX_DATA
60
61
// オーバーライド
62
protected
:
63
//{{AFX_VIRTUAL(CReadFilesDLG)
64
virtual
void
DoDataExchange
(CDataExchange* pDX);
65
//}}AFX_VIRTUAL
66
67
// インプリメンテーション
68
protected
:
69
//{{AFX_MSG(CReadFilesDLG)
70
virtual
void
OnOK
();
71
afx_msg
void
OnSetHead
();
72
//}}AFX_MSG
73
DECLARE_MESSAGE_MAP()
74
};
75
76
77
//{{AFX_INSERT_LOCATION}}
78
79
80
}
// namespace
81
SetHeaderDLG.h
jbxwl::CReadFilesDLG
Definition
ReadFilesDLG.h:27
jbxwl::CReadFilesDLG::fName
CString fName
Definition
ReadFilesDLG.h:35
jbxwl::CReadFilesDLG::IDD
@ IDD
Definition
ReadFilesDLG.h:58
jbxwl::CReadFilesDLG::OnSetHead
afx_msg void OnSetHead()
Definition
ReadFilesDLG.cpp:127
jbxwl::CReadFilesDLG::OnInitDialog
virtual BOOL OnInitDialog()
Definition
ReadFilesDLG.cpp:78
jbxwl::CReadFilesDLG::pWnd
CWnd * pWnd
Definition
ReadFilesDLG.h:29
jbxwl::CReadFilesDLG::fromNum
int fromNum
Definition
ReadFilesDLG.h:36
jbxwl::CReadFilesDLG::toNumEBox
CEdit * toNumEBox
Definition
ReadFilesDLG.h:33
jbxwl::CReadFilesDLG::toNum
int toNum
Definition
ReadFilesDLG.h:37
jbxwl::CReadFilesDLG::fromNumEBox
CEdit * fromNumEBox
Definition
ReadFilesDLG.h:32
jbxwl::CReadFilesDLG::fnameEBox
CEdit * fnameEBox
Definition
ReadFilesDLG.h:31
jbxwl::CReadFilesDLG::OnOK
virtual void OnOK()
Definition
ReadFilesDLG.cpp:100
jbxwl::CReadFilesDLG::CReadFilesDLG
CReadFilesDLG(LPCTSTR fname, CWnd *pParent=NULL)
Definition
ReadFilesDLG.cpp:24
jbxwl::CReadFilesDLG::~CReadFilesDLG
virtual ~CReadFilesDLG()
Definition
ReadFilesDLG.cpp:50
jbxwl::CReadFilesDLG::DoDataExchange
virtual void DoDataExchange(CDataExchange *pDX)
Definition
ReadFilesDLG.cpp:57
jbxwl
Definition
ContrastDLG.h:23
jbxwl::SetHeaderDLG
CSetHeaderDLG SetHeaderDLG
Definition
ReadFilesDLG.cpp:18
IDD_RFDLG
#define IDD_RFDLG
Definition
resource.h:7
DLGBoxLib
ReadFilesDLG.h
Generated on Sat Oct 12 2024 19:43:14 for JunkBox_Win_Lib by
1.11.0