This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ヘッダのインクルード | |
| // 既定のヘッダ | |
| #include <string.h> // C文字列処理 | |
| #include <shlwapi.h> // シェルAPI | |
| // 独自のヘッダ | |
| extern "C" { // C言語として解釈する. | |
| #include "string_utility_cstring.h" // 文字列ユーティリティ(C文字列処理) | |
| } | |
| #include "FileDialog.h" // CFileDialog |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ヘッダのインクルード | |
| // 独自のヘッダ | |
| #include "ComboBox.h" // CComboBox | |
| // コンストラクタCComboBox | |
| CComboBox::CComboBox() : CCustomControl() { | |
| } | |
| // デストラクタ~CComboBox |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ヘッダのインクルード | |
| // 独自のヘッダ | |
| #include "ComboBox.h" // CComboBox | |
| // コンストラクタCComboBox | |
| CComboBox::CComboBox() : CCustomControl() { | |
| } | |
| // デストラクタ~CComboBox |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ヘッダのインクルード | |
| // 独自のヘッダ | |
| #include "ComboBox.h" // CComboBox | |
| // コンストラクタCComboBox | |
| CComboBox::CComboBox() : CCustomControl() { | |
| } | |
| // デストラクタ~CComboBox |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ヘッダのインクルード | |
| // 独自のヘッダ | |
| #include "ComboBox.h" // CComboBox | |
| // コンストラクタCComboBox | |
| CComboBox::CComboBox() : CCustomControl() { | |
| } | |
| // デストラクタ~CComboBox |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ヘッダのインクルード | |
| // 独自のヘッダ | |
| #include "ComboBox.h" // CComboBox | |
| // コンストラクタCComboBox | |
| CComboBox::CComboBox() : CCustomControl() { | |
| } | |
| // デストラクタ~CComboBox |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // CComboBoxDlg.cpp : 実装ファイル | |
| // | |
| #include "stdafx.h" | |
| #include "CComboBox.h" | |
| #include "CComboBoxDlg.h" | |
| #ifdef _DEBUG | |
| #define new DEBUG_NEW | |
| #endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // CComboBoxDlg.cpp : 実装ファイル | |
| // | |
| #include "stdafx.h" | |
| #include "CComboBox.h" | |
| #include "CComboBoxDlg.h" | |
| #ifdef _DEBUG | |
| #define new DEBUG_NEW | |
| #endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // CComboBoxDlg.cpp : 実装ファイル | |
| // | |
| #include "stdafx.h" | |
| #include "CComboBox.h" | |
| #include "CComboBoxDlg.h" | |
| #ifdef _DEBUG | |
| #define new DEBUG_NEW | |
| #endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ヘッダのインクルード | |
| // 既定のヘッダ | |
| #include <windows.h> // 標準WindowsAPI | |
| #include <stdio.h> // C標準入出力 | |
| #include <commctrl.h> // コモンコントロール | |
| // 独自のヘッダ | |
| #include "MainWindow.h" // CMainWindow | |
| #include "FileDialog.h" // CFileDialog | |
| #include "CustomEdit.h" // CCustomEdit | |
| #include "resource.h" |
NewerOlder