Develop and Download Open Source Software

Browse CVS Repository

Contents of /enbanfukusyaya/EnbanFukusyaYa/Win32/EnbanFukusya.clw

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.49 - (show annotations) (download)
Fri Nov 5 17:24:03 2010 UTC (13 years, 5 months ago) by bananajinn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.48: +201 -201 lines
*** empty log message ***

1 ; CLW file contains information for the MFC ClassWizard
2
3 [General Info]
4 Version=1
5 LastClass=CSettingDlg
6 LastTemplate=CDialog
7 NewFileInclude1=#include "stdafx.h"
8 NewFileInclude2=#include "enbanfukusya.h"
9 LastPage=0
10
11 ClassCount=13
12 Class1=CEnbanFukusyaApp
13 Class2=CAboutDlg
14 Class3=CEnbanFukusyaDlg
15 Class4=CSettingDlg
16 Class5=CThemeMessageDlg
17 Class6=CThemeButton
18 Class7=CThemeCheckBox
19 Class8=CThemeComboBox
20 Class9=CThemeGroupBox
21 Class10=CThemeLabel
22 Class11=CThemeProgressBar
23
24 ResourceCount=6
25 Resource1=IDD_SETTING
26 Resource2=IDD_ENBANFUKUSYA_DIALOG
27 Resource3=IDD_THEMESELECTDLG
28 Resource4=IDD_MESSAGEDLG
29 Class12=CThemeSelectDlg
30 Resource5=IDD_ABOUTBOX
31 Resource5=IDD_ABOUTBOX
32 Class13=CRemoteDlg
33 Resource6=IDD_REMOTE
34
35 [CLS:CEnbanFukusyaApp]
36 Type=0
37 BaseClass=CWinApp
38 HeaderFile=EnbanFukusya.h
39 ImplementationFile=EnbanFukusya.cpp
40
41 [CLS:CAboutDlg]
42 Type=0
43 BaseClass=CDialog
44 HeaderFile=EnbanFukusyaDlg.cpp
45 ImplementationFile=EnbanFukusyaDlg.cpp
46 LastObject=CAboutDlg
47
48 [CLS:CEnbanFukusyaDlg]
49 Type=0
50 BaseClass=CDialog
51 HeaderFile=EnbanFukusyaDlg.h
52 ImplementationFile=EnbanFukusyaDlg.cpp
53 LastObject=IDC_STC_INFO
54 Filter=D
55 VirtualFilter=dWC
56
57 [CLS:CSettingDlg]
58 Type=0
59 BaseClass=CDialog
60 HeaderFile=SettingDlg.h
61 ImplementationFile=SettingDlg.cpp
62 Filter=D
63 VirtualFilter=dWC
64 LastObject=IDC_CHK_OUTSIDE
65
66 [CLS:CThemeMessageDlg]
67 Type=0
68 BaseClass=CDialog
69 HeaderFile=ThemeMessageDlg.h
70 ImplementationFile=ThemeMessageDlg.cpp
71
72 [CLS:CThemeButton]
73 Type=0
74 BaseClass=CButton
75 HeaderFile=\src\KgTheme\ThemeButton.h
76 ImplementationFile=\src\KgTheme\ThemeButton.cpp
77
78 [CLS:CThemeCheckBox]
79 Type=0
80 BaseClass=CButton
81 HeaderFile=\src\KgTheme\ThemeCheckBox.h
82 ImplementationFile=\src\KgTheme\ThemeCheckBox.cpp
83
84 [CLS:CThemeComboBox]
85 Type=0
86 BaseClass=CComboBox
87 HeaderFile=\src\KgTheme\ThemeComboBox.h
88 ImplementationFile=\src\KgTheme\ThemeComboBox.cpp
89
90 [CLS:CThemeGroupBox]
91 Type=0
92 BaseClass=CButton
93 HeaderFile=\src\KgTheme\ThemeGroupBox.h
94 ImplementationFile=\src\KgTheme\ThemeGroupBox.cpp
95
96 [CLS:CThemeLabel]
97 Type=0
98 BaseClass=CStatic
99 HeaderFile=\src\KgTheme\ThemeLabel.h
100 ImplementationFile=\src\KgTheme\ThemeLabel.cpp
101 Filter=W
102 VirtualFilter=WC
103 LastObject=CThemeLabel
104
105 [CLS:CThemeProgressBar]
106 Type=0
107 BaseClass=CProgressCtrl
108 HeaderFile=\src\KgTheme\ThemeProgressBar.h
109 ImplementationFile=\src\KgTheme\ThemeProgressBar.cpp
110
111 [DLG:IDD_ABOUTBOX]
112 Type=1
113 Class=CAboutDlg
114 ControlCount=4
115 Control1=IDC_STATIC,static,1342177283
116 Control2=IDC_STC_VERSION,static,1342308480
117 Control3=IDC_STC_COPYRIGHT,static,1342308352
118 Control4=IDOK,button,1342373889
119
120 [DLG:IDD_ENBANFUKUSYA_DIALOG]
121 Type=1
122 Class=CEnbanFukusyaDlg
123 ControlCount=12
124 Control1=IDOK,button,1342242817
125 Control2=IDCANCEL,button,1342242816
126 Control3=IDC_STC_READER,static,1342308352
127 Control4=IDC_STC_WRITER,static,1342308352
128 Control5=IDC_COMBO1,combobox,1344339971
129 Control6=IDC_COMBO2,combobox,1344339971
130 Control7=IDC_STC_PROGRESS1,static,1342308352
131 Control8=IDC_PROGRESS1,msctls_progress32,1350565888
132 Control9=IDC_STC_PROGRESS2,static,1342308352
133 Control10=IDC_PROGRESS2,msctls_progress32,1350565888
134 Control11=IDC_STC_BORDER1,static,1073741831
135 Control12=IDC_STC_INFO,static,1342308865
136
137 [DLG:IDD_SETTING]
138 Type=1
139 Class=CSettingDlg
140 ControlCount=13
141 Control1=IDC_STC_READSPEED,static,1342308352
142 Control2=IDC_CMB_READSPEED,combobox,1344339971
143 Control3=IDC_STC_WRITESPEED,static,1342308352
144 Control4=IDC_CMB_WRITESPEED,combobox,1344339971
145 Control5=IDC_CHK_TESTWRITE,button,1342242819
146 Control6=IDC_CHK_BUFE,button,1342242819
147 Control7=IDC_CHK_ONTHEFLY,button,1342242819
148 Control8=IDC_CHK_DAO,button,1342242819
149 Control9=IDOK,button,1342242817
150 Control10=IDCANCEL,button,1342242816
151 Control11=IDC_STC_TEMPPATH,static,1342308352
152 Control12=IDC_EDT_TEMPPATH,edit,1350631552
153 Control13=IDC_CHK_OUTSIDE,button,1342242819
154
155 [DLG:IDD_MESSAGEDLG]
156 Type=1
157 Class=CThemeMessageDlg
158 ControlCount=5
159 Control1=IDOK,button,1342242817
160 Control2=IDCANCEL,button,1342242816
161 Control3=IDC_STC_MESSAGE,static,1342308352
162 Control4=IDC_STC_ICON,static,1342177283
163 Control5=IDC_BTN_EXTRA,button,1342242816
164
165 [DLG:IDD_THEMESELECTDLG]
166 Type=1
167 Class=CThemeSelectDlg
168 ControlCount=3
169 Control1=IDC_COMBO1,combobox,1344339971
170 Control2=IDOK,button,1342242817
171 Control3=IDCANCEL,button,1342242816
172
173 [CLS:CThemeSelectDlg]
174 Type=0
175 HeaderFile=ThemeSelectDlg.h
176 ImplementationFile=ThemeSelectDlg.cpp
177 BaseClass=CDialog
178 Filter=D
179 LastObject=IDOK
180 VirtualFilter=dWC
181
182 [DLG:IDD_REMOTE]
183 Type=1
184 Class=CRemoteDlg
185 ControlCount=6
186 Control1=IDC_STC_ADDRESS,static,1342308354
187 Control2=IDC_EDT_ADDRESS,edit,1350631552
188 Control3=IDC_STC_PORT,static,1342308354
189 Control4=IDC_EDT_PORT,edit,1350631552
190 Control5=IDOK,button,1342242817
191 Control6=IDCANCEL,button,1342242816
192
193 [CLS:CRemoteDlg]
194 Type=0
195 HeaderFile=RemoteDlg.h
196 ImplementationFile=RemoteDlg.cpp
197 BaseClass=CDialog
198 Filter=D
199 LastObject=CRemoteDlg
200 VirtualFilter=dWC
201

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26