Commit e79945e235cb7a3e0f9b1555b2f4d6514a839251
1 parent
555873e4
feat(etrade_card_client):删除卡务客户端无用文件
删除卡务客户端无用文件。
Showing
3 changed files
with
0 additions
and
343 deletions
etrade_card_client/.gitignore deleted
100644 → 0
1 | -## Ignore Visual Studio temporary files, build results, and | ||
2 | -## files generated by popular Visual Studio add-ons. | ||
3 | - | ||
4 | - | ||
5 | -# User-specific files | ||
6 | -*.suo | ||
7 | -*.user | ||
8 | -*.sln.docstates | ||
9 | - | ||
10 | - | ||
11 | -# Build results | ||
12 | -[Dd]ebug/ | ||
13 | -[Dd]ebugPublic/ | ||
14 | -[Rr]elease/ | ||
15 | -x64/ | ||
16 | -build/ | ||
17 | -bld/ | ||
18 | -[Bb]in/ | ||
19 | -[Oo]bj/ | ||
20 | - | ||
21 | - | ||
22 | -# Roslyn cache directories | ||
23 | -*.ide/ | ||
24 | - | ||
25 | - | ||
26 | -# MSTest test Results | ||
27 | -[Tt]est[Rr]esult*/ | ||
28 | -[Bb]uild[Ll]og.* | ||
29 | - | ||
30 | - | ||
31 | -#NUNIT | ||
32 | -*.VisualState.xml | ||
33 | -TestResult.xml | ||
34 | - | ||
35 | - | ||
36 | -# Build Results of an ATL Project | ||
37 | -[Dd]ebugPS/ | ||
38 | -[Rr]eleasePS/ | ||
39 | -dlldata.c | ||
40 | - | ||
41 | - | ||
42 | -*_i.c | ||
43 | -*_p.c | ||
44 | -*_i.h | ||
45 | -*.ilk | ||
46 | -*.meta | ||
47 | -*.obj | ||
48 | -*.pch | ||
49 | -*.pdb | ||
50 | -*.pgc | ||
51 | -*.pgd | ||
52 | -*.rsp | ||
53 | -*.sbr | ||
54 | -*.tlb | ||
55 | -*.tli | ||
56 | -*.tlh | ||
57 | -*.tmp | ||
58 | -*.tmp_proj | ||
59 | -*.log | ||
60 | -*.vspscc | ||
61 | -*.vssscc | ||
62 | -.builds | ||
63 | -*.pidb | ||
64 | -*.svclog | ||
65 | -*.scc | ||
66 | - | ||
67 | - | ||
68 | -# Chutzpah Test files | ||
69 | -_Chutzpah* | ||
70 | - | ||
71 | - | ||
72 | -# Visual C++ cache files | ||
73 | -ipch/ | ||
74 | -*.aps | ||
75 | -*.ncb | ||
76 | -*.opensdf | ||
77 | -*.sdf | ||
78 | -*.cachefile | ||
79 | - | ||
80 | - | ||
81 | -# Visual Studio profiler | ||
82 | -*.psess | ||
83 | -*.vsp | ||
84 | -*.vspx | ||
85 | - | ||
86 | - | ||
87 | -# TFS 2012 Local Workspace | ||
88 | -$tf/ | ||
89 | - | ||
90 | - | ||
91 | -# Guidance Automation Toolkit | ||
92 | -*.gpState | ||
93 | - | ||
94 | - | ||
95 | -# ReSharper is a .NET coding add-in | ||
96 | -_ReSharper*/ | ||
97 | -*.[Rr]e[Ss]harper | ||
98 | -*.DotSettings.user | ||
99 | - | ||
100 | - | ||
101 | -# JustCode is a .NET coding addin-in | ||
102 | -.JustCode | ||
103 | - | ||
104 | - | ||
105 | -# TeamCity is a build add-in | ||
106 | -_TeamCity* | ||
107 | - | ||
108 | - | ||
109 | -# DotCover is a Code Coverage Tool | ||
110 | -*.dotCover | ||
111 | - | ||
112 | - | ||
113 | -# NCrunch | ||
114 | -_NCrunch_* | ||
115 | -.*crunch*.local.xml | ||
116 | - | ||
117 | - | ||
118 | -# MightyMoose | ||
119 | -*.mm.* | ||
120 | -AutoTest.Net/ | ||
121 | - | ||
122 | - | ||
123 | -# Web workbench (sass) | ||
124 | -.sass-cache/ | ||
125 | - | ||
126 | - | ||
127 | -# Installshield output folder | ||
128 | -[Ee]xpress/ | ||
129 | - | ||
130 | - | ||
131 | -# DocProject is a documentation generator add-in | ||
132 | -DocProject/buildhelp/ | ||
133 | -DocProject/Help/*.HxT | ||
134 | -DocProject/Help/*.HxC | ||
135 | -DocProject/Help/*.hhc | ||
136 | -DocProject/Help/*.hhk | ||
137 | -DocProject/Help/*.hhp | ||
138 | -DocProject/Help/Html2 | ||
139 | -DocProject/Help/html | ||
140 | - | ||
141 | - | ||
142 | -# Click-Once directory | ||
143 | -publish/ | ||
144 | - | ||
145 | - | ||
146 | -# Publish Web Output | ||
147 | -*.[Pp]ublish.xml | ||
148 | -*.azurePubxml | ||
149 | -## TODO: Comment the next line if you want to checkin your | ||
150 | -## web deploy settings but do note that will include unencrypted | ||
151 | -## passwords | ||
152 | -#*.pubxml | ||
153 | - | ||
154 | - | ||
155 | -# NuGet Packages Directory | ||
156 | -packages/* | ||
157 | -## TODO: If the tool you use requires repositories.config | ||
158 | -## uncomment the next line | ||
159 | -#!packages/repositories.config | ||
160 | - | ||
161 | - | ||
162 | -# Enable "build/" folder in the NuGet Packages folder since | ||
163 | -# NuGet packages use it for MSBuild targets. | ||
164 | -# This line needs to be after the ignore of the build folder | ||
165 | -# (and the packages folder if the line above has been uncommented) | ||
166 | -!packages/build/ | ||
167 | - | ||
168 | - | ||
169 | -# Windows Azure Build Output | ||
170 | -csx/ | ||
171 | -*.build.csdef | ||
172 | - | ||
173 | - | ||
174 | -# Windows Store app package directory | ||
175 | -AppPackages/ | ||
176 | - | ||
177 | - | ||
178 | -# Others | ||
179 | -sql/ | ||
180 | -*.Cache | ||
181 | -ClientBin/ | ||
182 | -[Ss]tyle[Cc]op.* | ||
183 | -~$* | ||
184 | -*~ | ||
185 | -*.dbmdl | ||
186 | -*.dbproj.schemaview | ||
187 | -*.pfx | ||
188 | -*.publishsettings | ||
189 | -node_modules/ | ||
190 | -bower_components/ | ||
191 | - | ||
192 | - | ||
193 | -# RIA/Silverlight projects | ||
194 | -Generated_Code/ | ||
195 | - | ||
196 | - | ||
197 | -# Backup & report files from converting an old project file | ||
198 | -# to a newer Visual Studio version. Backup files are not needed, | ||
199 | -# because we have git ;-) | ||
200 | -_UpgradeReport_Files/ | ||
201 | -Backup*/ | ||
202 | -UpgradeLog*.XML | ||
203 | -UpgradeLog*.htm | ||
204 | - | ||
205 | - | ||
206 | -# SQL Server files | ||
207 | -*.mdf | ||
208 | -*.ldf | ||
209 | - | ||
210 | - | ||
211 | -# Business Intelligence projects | ||
212 | -*.rdl.data | ||
213 | -*.bim.layout | ||
214 | -*.bim_*.settings | ||
215 | - | ||
216 | - | ||
217 | -# Microsoft Fakes | ||
218 | -FakesAssemblies/ | ||
219 | - | ||
220 | - | ||
221 | -# LightSwitch generated files | ||
222 | -GeneratedArtifacts/ | ||
223 | -_Pvt_Extensions/ | ||
224 | -ModelManifest.xml | ||
225 | \ No newline at end of file | 0 | \ No newline at end of file |
etrade_card_client/CETTimeEditWnd.h deleted
100644 → 0
1 | -#pragma once | ||
2 | -#include "resource.h" | ||
3 | -#include "afxwin.h" | ||
4 | -#include "stdafx.h" | ||
5 | - | ||
6 | -// CETNoticeWnd 对话框 | ||
7 | - | ||
8 | -class CETTimeEditWnd : public CDialogEx | ||
9 | -{ | ||
10 | - DECLARE_DYNAMIC(CETTimeEditWnd) | ||
11 | - | ||
12 | -public: | ||
13 | - CETTimeEditWnd(CWnd* pParent = NULL); // 标准构造函数 | ||
14 | - virtual ~CETTimeEditWnd(); | ||
15 | - | ||
16 | - // 对话框数据 | ||
17 | - enum { IDD = IDD_DIALOG_TIME_WND }; | ||
18 | - | ||
19 | -protected: | ||
20 | - virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持 | ||
21 | - | ||
22 | - DECLARE_MESSAGE_MAP() | ||
23 | - | ||
24 | -public: | ||
25 | - void SetWindowText(CString sText); | ||
26 | - void CloseNoticeWnd(); | ||
27 | - void ReSizeEdit(); | ||
28 | - | ||
29 | -private: | ||
30 | - void ReSetState(); | ||
31 | - | ||
32 | -private: | ||
33 | - CETNoticeEdit m_editNotice; | ||
34 | - int m_iTimerID; | ||
35 | - int m_iCurPos; | ||
36 | - CString m_sText; | ||
37 | - int m_iDelayTime; | ||
38 | - int m_iIntervalTime; | ||
39 | - CFont m_fontText; | ||
40 | - CBrush m_brushBKG; | ||
41 | -public: | ||
42 | - virtual BOOL OnInitDialog(); | ||
43 | - afx_msg void OnTimer(UINT_PTR nIDEvent); | ||
44 | - afx_msg void OnPaint(); | ||
45 | - afx_msg void OnSize(UINT nType, int cx, int cy); | ||
46 | - afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor); | ||
47 | -}; |
etrade_card_client/ReadMe.txt deleted
100644 → 0
1 | -================================================================================ | ||
2 | - MICROSOFT 基础类库 : ETradeClient 项目概述 | ||
3 | -=============================================================================== | ||
4 | - | ||
5 | -应用程序向导已为您创建了此 ETradeClient 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。 | ||
6 | - | ||
7 | -本文件概要介绍组成 ETradeClient 应用程序的每个文件的内容。 | ||
8 | - | ||
9 | -ETradeClient.vcxproj | ||
10 | - 这是使用应用程序向导生成的 VC++ 项目的主项目文件,其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 | ||
11 | - | ||
12 | -ETradeClient.vcxproj.filters | ||
13 | - 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。它包含有关项目文件与筛选器之间的关联信息。在 IDE 中,通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。例如,“.cpp”文件与“源文件”筛选器关联。 | ||
14 | - | ||
15 | -ETradeClient.h | ||
16 | - 这是应用程序的主头文件。 | ||
17 | - 其中包括其他项目特定的标头(包括 Resource.h),并声明 CETradeClientApp 应用程序类。 | ||
18 | - | ||
19 | -ETradeClient.cpp | ||
20 | - 这是包含应用程序类 CETradeClientApp 的主应用程序源文件。 | ||
21 | - | ||
22 | -ETradeClient.rc | ||
23 | - 这是程序使用的所有 Microsoft Windows 资源的列表。它包括 RES 子目录中存储的图标、位图和光标。此文件可以直接在 Microsoft Visual C++ 中进行编辑。项目资源包含在 2052 中。 | ||
24 | - | ||
25 | -res\ETradeClient.ico | ||
26 | - 这是用作应用程序图标的图标文件。此图标包括在主资源文件 ETradeClient.rc 中。 | ||
27 | - | ||
28 | -res\ETradeClient.rc2 | ||
29 | - 此文件包含不在 Microsoft Visual C++ 中进行编辑的资源。您应该将不可由资源编辑器编辑的所有资源放在此文件中。 | ||
30 | - | ||
31 | -///////////////////////////////////////////////////////////////////////////// | ||
32 | - | ||
33 | -对于主框架窗口: | ||
34 | - 该项目包含一个标准的 MFC 接口。 | ||
35 | - | ||
36 | -MainFrm.h, MainFrm.cpp | ||
37 | - 这些文件中包含框架类 CMainFrame,该类派生自 | ||
38 | - CFrameWnd 并控制所有 SDI 框架功能。 | ||
39 | - | ||
40 | -///////////////////////////////////////////////////////////////////////////// | ||
41 | - | ||
42 | - | ||
43 | - | ||
44 | -///////////////////////////////////////////////////////////////////////////// | ||
45 | - | ||
46 | -其他功能: | ||
47 | - | ||
48 | -ActiveX 控件 | ||
49 | - 该应用程序包含对使用 ActiveX 控件的支持。 | ||
50 | - | ||
51 | -///////////////////////////////////////////////////////////////////////////// | ||
52 | - | ||
53 | -其他标准文件: | ||
54 | - | ||
55 | -StdAfx.h, StdAfx.cpp | ||
56 | - 这些文件用于生成名为 ETradeClient.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 | ||
57 | - | ||
58 | -Resource.h | ||
59 | - 这是标准头文件,可用于定义新的资源 ID。Microsoft Visual C++ 将读取并更新此文件。 | ||
60 | - | ||
61 | -ETradeClient.manifest | ||
62 | - Windows XP 使用应用程序清单文件来描述特定版本的并行程序集的应用程序依赖项。加载程序使用这些信息来从程序集缓存中加载相应的程序集,并保护其不被应用程序访问。应用程序清单可能会包含在内,以作为与应用程序可执行文件安装在同一文件夹中的外部 .manifest 文件进行重新分发,它还可能以资源的形式包含在可执行文件中。 | ||
63 | -///////////////////////////////////////////////////////////////////////////// | ||
64 | - | ||
65 | -其他注释: | ||
66 | - | ||
67 | -应用程序向导使用“TODO:”来指示应添加或自定义的源代码部分。 | ||
68 | - | ||
69 | -如果应用程序使用共享 DLL 中的 MFC,您将需要重新分发 MFC DLL。如果应用程序所使用的语言与操作系统的区域设置不同,则还需要重新分发相应的本地化资源 mfc110XXX.DLL。 | ||
70 | -有关上述话题的更多信息,请参见 MSDN 文档中有关重新分发 Visual C++ 应用程序的部分。 | ||
71 | - | ||
72 | -///////////////////////////////////////////////////////////////////////////// |