This commit is contained in:
2013-08-28 02:59:16 +00:00
parent a0980a595b
commit 5c9ae22252
4 changed files with 10 additions and 7 deletions

View File

@@ -119,8 +119,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,0,0
PRODUCTVERSION 0,9,0,0
FILEVERSION 0,9,0,1
PRODUCTVERSION 0,9,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -135,14 +135,14 @@ BEGIN
BEGIN
BLOCK "041203b5"
BEGIN
VALUE "CompanyName", "TODO: <회사 이름>"
VALUE "CompanyName", "LJK"
VALUE "FileDescription", "옵션 매매 자동화 프로그램"
VALUE "FileVersion", "0.9.0.0"
VALUE "FileVersion", "0.9.0.1"
VALUE "InternalName", "CPRobot.exe"
VALUE "LegalCopyright", "TODO: (c) <회사 이름>. All rights reserved."
VALUE "LegalCopyright", "(c) LJK. All rights reserved."
VALUE "OriginalFilename", "CPRobot.exe"
VALUE "ProductName", "옵션 매매 로봇"
VALUE "ProductVersion", "0.9.0.0"
VALUE "ProductVersion", "0.9.0.1"
END
END
BLOCK "VarFileInfo"

Binary file not shown.

View File

@@ -116,4 +116,6 @@ private:
void CPLog(const std::string fmt, ...);
public:
afx_msg void OnBnClickedButton1();
};

View File

@@ -27,6 +27,7 @@
#define IDC_LIST_ITEMS 1014
#define IDC_RADIO2 1015
#define IDC_RADIO_ASK 1015
#define IDC_BUTTON1 1016
// Next default values for new objects
//
@@ -34,7 +35,7 @@
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 129
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1016
#define _APS_NEXT_CONTROL_VALUE 1017
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif