IDE.vcproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="Client"
  6. ProjectGUID="{3B040CE2-7F01-4B68-AA97-B7E14D78D280}"
  7. RootNamespace="Client"
  8. Keyword="MFCProj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="..\..\..\bin\$(SolutionName)\Client"
  22. IntermediateDirectory="$(OutDir)\..\obj\$(ProjectName)\$(ConfigurationName)"
  23. ConfigurationType="1"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  25. UseOfMFC="2"
  26. CharacterSet="2"
  27. >
  28. <Tool
  29. Name="VCPreBuildEventTool"
  30. />
  31. <Tool
  32. Name="VCCustomBuildTool"
  33. />
  34. <Tool
  35. Name="VCXMLDataGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCWebServiceProxyGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCMIDLTool"
  42. PreprocessorDefinitions="_DEBUG"
  43. MkTypLibCompatible="false"
  44. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="..\IDE\;..\include\;..\Common\;..\TabView;..\AutoDockHideBar;..\DB\DB\GridCtrl;..\DB\DB\DataGrid;..\DB\DB\include;..\DB\DB;..\log4cproj_c\Log4C;..\NewModel"
  49. PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;SOCKHANDLE_USE_OVERLAPPED;LOG4C_ENABLE"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="3"
  53. TreatWChar_tAsBuiltInType="true"
  54. UsePrecompiledHeader="2"
  55. WarningLevel="3"
  56. Detect64BitPortabilityProblems="true"
  57. DebugInformationFormat="3"
  58. />
  59. <Tool
  60. Name="VCManagedResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCResourceCompilerTool"
  64. PreprocessorDefinitions="_DEBUG"
  65. Culture="2052"
  66. AdditionalIncludeDirectories="$(IntDir)"
  67. />
  68. <Tool
  69. Name="VCPreLinkEventTool"
  70. />
  71. <Tool
  72. Name="VCLinkerTool"
  73. AdditionalDependencies="..\lib\kernel.lib ..\lib\DB.lib ..\log4cproj_c\Log4C\lib\Log4C.lib"
  74. LinkIncremental="2"
  75. GenerateDebugInformation="true"
  76. ProgramDatabaseFile="$(IntDir)/$(ProjectName).pdb"
  77. SubSystem="2"
  78. RandomizedBaseAddress="1"
  79. DataExecutionPrevention="0"
  80. TargetMachine="1"
  81. />
  82. <Tool
  83. Name="VCALinkTool"
  84. />
  85. <Tool
  86. Name="VCManifestTool"
  87. />
  88. <Tool
  89. Name="VCXDCMakeTool"
  90. />
  91. <Tool
  92. Name="VCBscMakeTool"
  93. />
  94. <Tool
  95. Name="VCFxCopTool"
  96. />
  97. <Tool
  98. Name="VCAppVerifierTool"
  99. />
  100. <Tool
  101. Name="VCPostBuildEventTool"
  102. />
  103. </Configuration>
  104. <Configuration
  105. Name="Release|Win32"
  106. OutputDirectory="..\..\..\bin\$(SolutionName)\Client"
  107. IntermediateDirectory="$(OutDir)\..\obj\$(ProjectName)\$(ConfigurationName)"
  108. ConfigurationType="1"
  109. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  110. UseOfMFC="2"
  111. CharacterSet="2"
  112. >
  113. <Tool
  114. Name="VCPreBuildEventTool"
  115. />
  116. <Tool
  117. Name="VCCustomBuildTool"
  118. />
  119. <Tool
  120. Name="VCXMLDataGeneratorTool"
  121. />
  122. <Tool
  123. Name="VCWebServiceProxyGeneratorTool"
  124. />
  125. <Tool
  126. Name="VCMIDLTool"
  127. PreprocessorDefinitions="NDEBUG"
  128. MkTypLibCompatible="false"
  129. />
  130. <Tool
  131. Name="VCCLCompilerTool"
  132. AdditionalIncludeDirectories="..\IDE\;..\include\;..\Common\;..\TabView;..\AutoDockHideBar;..\DB\DB\GridCtrl;..\DB\DB\DataGrid;..\DB\DB\include;..\DB\DB;..\log4cproj_c\Log4C;..\NewModel"
  133. PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;SOCKHANDLE_USE_OVERLAPPED;LOG4C_ENABLE"
  134. MinimalRebuild="false"
  135. RuntimeLibrary="2"
  136. TreatWChar_tAsBuiltInType="true"
  137. UsePrecompiledHeader="2"
  138. WarningLevel="3"
  139. Detect64BitPortabilityProblems="true"
  140. DebugInformationFormat="3"
  141. />
  142. <Tool
  143. Name="VCManagedResourceCompilerTool"
  144. />
  145. <Tool
  146. Name="VCResourceCompilerTool"
  147. PreprocessorDefinitions="NDEBUG"
  148. Culture="2052"
  149. AdditionalIncludeDirectories="$(IntDir)"
  150. />
  151. <Tool
  152. Name="VCPreLinkEventTool"
  153. />
  154. <Tool
  155. Name="VCLinkerTool"
  156. AdditionalDependencies="..\lib\kernel.lib ..\lib\DB.lib ..\log4cproj_c\Log4C\lib\Log4C.lib"
  157. LinkIncremental="1"
  158. GenerateDebugInformation="true"
  159. SubSystem="2"
  160. OptimizeReferences="2"
  161. EnableCOMDATFolding="2"
  162. RandomizedBaseAddress="1"
  163. DataExecutionPrevention="0"
  164. TargetMachine="1"
  165. />
  166. <Tool
  167. Name="VCALinkTool"
  168. />
  169. <Tool
  170. Name="VCManifestTool"
  171. />
  172. <Tool
  173. Name="VCXDCMakeTool"
  174. />
  175. <Tool
  176. Name="VCBscMakeTool"
  177. />
  178. <Tool
  179. Name="VCFxCopTool"
  180. />
  181. <Tool
  182. Name="VCAppVerifierTool"
  183. />
  184. <Tool
  185. Name="VCPostBuildEventTool"
  186. CommandLine="del $(OutDir)\$(ProjectName).exp&#x0D;&#x0A;del $(OutDir)\$(ProjectName).lib&#x0D;&#x0A;del $(OutDir)\$(ProjectName).pdb"
  187. />
  188. </Configuration>
  189. </Configurations>
  190. <References>
  191. </References>
  192. <Files>
  193. <Filter
  194. Name="源文件"
  195. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  196. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  197. >
  198. <File
  199. RelativePath=".\ActionDlg.cpp"
  200. >
  201. </File>
  202. <File
  203. RelativePath=".\AnalogDlg.cpp"
  204. >
  205. </File>
  206. <File
  207. RelativePath=".\AnalogPropertyDlg.cpp"
  208. >
  209. </File>
  210. <File
  211. RelativePath=".\AnalogSinglePropertyDlg.cpp"
  212. >
  213. </File>
  214. <File
  215. RelativePath=".\ArcPage.cpp"
  216. >
  217. </File>
  218. <File
  219. RelativePath=".\BarDlg.cpp"
  220. >
  221. </File>
  222. <File
  223. RelativePath=".\BaseProDlg.cpp"
  224. >
  225. </File>
  226. <File
  227. RelativePath=".\BitmapPage.cpp"
  228. >
  229. </File>
  230. <File
  231. RelativePath=".\BitmapPickerCombo.cpp"
  232. >
  233. </File>
  234. <File
  235. RelativePath=".\CommondServer.cpp"
  236. >
  237. </File>
  238. <File
  239. RelativePath=".\Computer.cpp"
  240. >
  241. </File>
  242. <File
  243. RelativePath=".\crc32.cpp"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".\CurveDlg.cpp"
  248. >
  249. </File>
  250. <File
  251. RelativePath=".\DataInputDlg.cpp"
  252. >
  253. </File>
  254. <File
  255. RelativePath=".\DataPage.cpp"
  256. >
  257. </File>
  258. <File
  259. RelativePath=".\DBInterface.cpp"
  260. >
  261. </File>
  262. <File
  263. RelativePath=".\DigitalClock.cpp"
  264. >
  265. </File>
  266. <File
  267. RelativePath=".\Dlg_ActionWithAlarm.cpp"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".\Dlg_AddActionWithAlarm.cpp"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\Dlg_AddGroup.cpp"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".\Dlg_EditView.cpp"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".\Dlg_Flash.cpp"
  284. >
  285. </File>
  286. <File
  287. RelativePath=".\Dlg_GroupManage.cpp"
  288. >
  289. </File>
  290. <File
  291. RelativePath=".\Dlg_OCX.cpp"
  292. >
  293. </File>
  294. <File
  295. RelativePath=".\Dlg_ParamFind.cpp"
  296. >
  297. </File>
  298. <File
  299. RelativePath=".\Dlg_Pwd.cpp"
  300. >
  301. </File>
  302. <File
  303. RelativePath=".\Dlg_RealTimeCurve.cpp"
  304. >
  305. </File>
  306. <File
  307. RelativePath=".\Dlg_ShowMessage.cpp"
  308. >
  309. </File>
  310. <File
  311. RelativePath=".\Dlg_ToolBar.cpp"
  312. >
  313. </File>
  314. <File
  315. RelativePath=".\Dlg_ZuTaiAdd.cpp"
  316. >
  317. </File>
  318. <File
  319. RelativePath=".\DlgBase.cpp"
  320. >
  321. </File>
  322. <File
  323. RelativePath=".\DlgBit.cpp"
  324. >
  325. </File>
  326. <File
  327. RelativePath=".\DlgBitManager.cpp"
  328. >
  329. </File>
  330. <File
  331. RelativePath=".\DlgBmp.cpp"
  332. >
  333. </File>
  334. <File
  335. RelativePath=".\DlgComport.cpp"
  336. >
  337. </File>
  338. <File
  339. RelativePath=".\DlgDatePlan.cpp"
  340. >
  341. </File>
  342. <File
  343. RelativePath=".\DlgDevice.cpp"
  344. >
  345. </File>
  346. <File
  347. RelativePath=".\DlgEditPwd.cpp"
  348. >
  349. </File>
  350. <File
  351. RelativePath=".\DlgNoticeRec.cpp"
  352. >
  353. </File>
  354. <File
  355. RelativePath=".\DlgOfTop.cpp"
  356. >
  357. </File>
  358. <File
  359. RelativePath=".\DlgQueryWarningRec.cpp"
  360. >
  361. </File>
  362. <File
  363. RelativePath=".\DlgSelectDev.cpp"
  364. >
  365. </File>
  366. <File
  367. RelativePath=".\DlgSystemLog.cpp"
  368. >
  369. </File>
  370. <File
  371. RelativePath=".\DlgUser.cpp"
  372. >
  373. </File>
  374. <File
  375. RelativePath=".\DlgUserEquipAlloc.cpp"
  376. >
  377. </File>
  378. <File
  379. RelativePath=".\DlgUserGroupAlloc.cpp"
  380. >
  381. </File>
  382. <File
  383. RelativePath=".\DlgUserManager.cpp"
  384. >
  385. </File>
  386. <File
  387. RelativePath=".\DlgVarStatus.cpp"
  388. >
  389. </File>
  390. <File
  391. RelativePath=".\DlgVarStatusManager.cpp"
  392. >
  393. </File>
  394. <File
  395. RelativePath=".\DynamicProPage.cpp"
  396. >
  397. </File>
  398. <File
  399. RelativePath=".\DynColorDlg.cpp"
  400. >
  401. </File>
  402. <File
  403. RelativePath=".\excel9.cpp"
  404. >
  405. </File>
  406. <File
  407. RelativePath=".\FileAndFolderClass.cpp"
  408. >
  409. </File>
  410. <File
  411. RelativePath=".\HeaderCtrlCl.cpp"
  412. >
  413. </File>
  414. <File
  415. RelativePath=".\HoursSelector.cpp"
  416. >
  417. </File>
  418. <File
  419. RelativePath=".\IniFile.cpp"
  420. >
  421. </File>
  422. <File
  423. RelativePath=".\ListCtrlCl.cpp"
  424. >
  425. </File>
  426. <File
  427. RelativePath=".\LogicPage.cpp"
  428. >
  429. </File>
  430. <File
  431. RelativePath=".\Login.cpp"
  432. >
  433. </File>
  434. <File
  435. RelativePath=".\md5c.cpp"
  436. >
  437. </File>
  438. <File
  439. RelativePath=".\md5class.cpp"
  440. >
  441. </File>
  442. <File
  443. RelativePath=".\MultiColorPlotCtrl.cpp"
  444. >
  445. </File>
  446. <File
  447. RelativePath=".\MyBtn.cpp"
  448. >
  449. </File>
  450. <File
  451. RelativePath=".\MyExcel.cpp"
  452. >
  453. </File>
  454. <File
  455. RelativePath=".\PicListDlg.cpp"
  456. >
  457. </File>
  458. <File
  459. RelativePath=".\PicSizeDlg.cpp"
  460. >
  461. </File>
  462. <File
  463. RelativePath=".\Process.cpp"
  464. >
  465. </File>
  466. <File
  467. RelativePath=".\RealEventDlg.cpp"
  468. >
  469. </File>
  470. <File
  471. RelativePath=".\ReportBasePage.cpp"
  472. >
  473. </File>
  474. <File
  475. RelativePath=".\ReportColPage.cpp"
  476. >
  477. </File>
  478. <File
  479. RelativePath=".\ScriptObject.cpp"
  480. >
  481. </File>
  482. <File
  483. RelativePath=".\scriptproc.cpp"
  484. >
  485. </File>
  486. <File
  487. RelativePath=".\ScriptSetDlg.cpp"
  488. >
  489. </File>
  490. <File
  491. RelativePath=".\selectvariantdlg.cpp"
  492. >
  493. </File>
  494. <File
  495. RelativePath=".\shockwaveflash.cpp"
  496. >
  497. </File>
  498. <File
  499. RelativePath=".\SingleBarPage.cpp"
  500. >
  501. </File>
  502. <File
  503. RelativePath=".\SortHeaderCtrl.cpp"
  504. >
  505. </File>
  506. <File
  507. RelativePath=".\SortListCtrl.cpp"
  508. >
  509. </File>
  510. <File
  511. RelativePath=".\StartupDlg.cpp"
  512. >
  513. </File>
  514. <File
  515. RelativePath=".\StringOperation.cpp"
  516. >
  517. </File>
  518. <File
  519. RelativePath=".\SysLib.cpp"
  520. >
  521. </File>
  522. <File
  523. RelativePath=".\SystemManager.cpp"
  524. >
  525. </File>
  526. <File
  527. RelativePath=".\SystemParaSetDlg.cpp"
  528. >
  529. </File>
  530. <File
  531. RelativePath=".\Trayicon.cpp"
  532. >
  533. </File>
  534. <File
  535. RelativePath=".\ViewNameDlg.cpp"
  536. >
  537. </File>
  538. <File
  539. RelativePath=".\WatchPage.cpp"
  540. >
  541. </File>
  542. <File
  543. RelativePath=".\YkCmdDlg.cpp"
  544. >
  545. </File>
  546. </Filter>
  547. <Filter
  548. Name="头文件"
  549. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  550. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  551. >
  552. <File
  553. RelativePath=".\ActionDlg.h"
  554. >
  555. </File>
  556. <File
  557. RelativePath=".\AnalogDlg.h"
  558. >
  559. </File>
  560. <File
  561. RelativePath=".\AnalogPropertyDlg.h"
  562. >
  563. </File>
  564. <File
  565. RelativePath=".\AnalogSinglePropertyDlg.h"
  566. >
  567. </File>
  568. <File
  569. RelativePath=".\ArcPage.h"
  570. >
  571. </File>
  572. <File
  573. RelativePath=".\BarDlg.h"
  574. >
  575. </File>
  576. <File
  577. RelativePath=".\BaseProDlg.h"
  578. >
  579. </File>
  580. <File
  581. RelativePath=".\BitmapPage.h"
  582. >
  583. </File>
  584. <File
  585. RelativePath=".\BitmapPickerCombo.h"
  586. >
  587. </File>
  588. <File
  589. RelativePath=".\CommondServer.h"
  590. >
  591. </File>
  592. <File
  593. RelativePath=".\Computer.h"
  594. >
  595. </File>
  596. <File
  597. RelativePath=".\crc32.h"
  598. >
  599. </File>
  600. <File
  601. RelativePath=".\CurveDlg.h"
  602. >
  603. </File>
  604. <File
  605. RelativePath=".\DataInputDlg.h"
  606. >
  607. </File>
  608. <File
  609. RelativePath=".\DataPage.h"
  610. >
  611. </File>
  612. <File
  613. RelativePath=".\DBInterface.h"
  614. >
  615. </File>
  616. <File
  617. RelativePath=".\DigitalClock.h"
  618. >
  619. </File>
  620. <File
  621. RelativePath=".\Dlg_ActionWithAlarm.h"
  622. >
  623. </File>
  624. <File
  625. RelativePath=".\Dlg_AddActionWithAlarm.h"
  626. >
  627. </File>
  628. <File
  629. RelativePath=".\Dlg_AddGroup.h"
  630. >
  631. </File>
  632. <File
  633. RelativePath=".\Dlg_EditView.h"
  634. >
  635. </File>
  636. <File
  637. RelativePath=".\Dlg_Flash.h"
  638. >
  639. </File>
  640. <File
  641. RelativePath=".\Dlg_GroupManage.h"
  642. >
  643. </File>
  644. <File
  645. RelativePath=".\Dlg_OCX.h"
  646. >
  647. </File>
  648. <File
  649. RelativePath=".\Dlg_ParamFind.h"
  650. >
  651. </File>
  652. <File
  653. RelativePath=".\Dlg_Pwd.h"
  654. >
  655. </File>
  656. <File
  657. RelativePath=".\Dlg_RealTimeCurve.h"
  658. >
  659. </File>
  660. <File
  661. RelativePath=".\Dlg_ShowMessage.h"
  662. >
  663. </File>
  664. <File
  665. RelativePath=".\Dlg_ToolBar.h"
  666. >
  667. </File>
  668. <File
  669. RelativePath=".\Dlg_ZuTaiAdd.h"
  670. >
  671. </File>
  672. <File
  673. RelativePath=".\DlgBase.h"
  674. >
  675. </File>
  676. <File
  677. RelativePath=".\DlgBit.h"
  678. >
  679. </File>
  680. <File
  681. RelativePath=".\DlgBitManager.h"
  682. >
  683. </File>
  684. <File
  685. RelativePath=".\DlgBmp.h"
  686. >
  687. </File>
  688. <File
  689. RelativePath=".\DlgComport.h"
  690. >
  691. </File>
  692. <File
  693. RelativePath=".\DlgDatePlan.h"
  694. >
  695. </File>
  696. <File
  697. RelativePath=".\DlgDevice.h"
  698. >
  699. </File>
  700. <File
  701. RelativePath=".\DlgEditPwd.h"
  702. >
  703. </File>
  704. <File
  705. RelativePath=".\DlgNoticeRec.h"
  706. >
  707. </File>
  708. <File
  709. RelativePath=".\DlgOfTop.h"
  710. >
  711. </File>
  712. <File
  713. RelativePath=".\DlgQueryWarningRec.h"
  714. >
  715. </File>
  716. <File
  717. RelativePath=".\DlgSelectDev.h"
  718. >
  719. </File>
  720. <File
  721. RelativePath=".\DlgSystemLog.h"
  722. >
  723. </File>
  724. <File
  725. RelativePath=".\DlgUser.h"
  726. >
  727. </File>
  728. <File
  729. RelativePath=".\DlgUserEquipAlloc.h"
  730. >
  731. </File>
  732. <File
  733. RelativePath=".\DlgUserGroupAlloc.h"
  734. >
  735. </File>
  736. <File
  737. RelativePath=".\DlgUserManager.h"
  738. >
  739. </File>
  740. <File
  741. RelativePath=".\DlgVarStatus.h"
  742. >
  743. </File>
  744. <File
  745. RelativePath=".\DlgVarStatusManager.h"
  746. >
  747. </File>
  748. <File
  749. RelativePath=".\DynamicProPage.h"
  750. >
  751. </File>
  752. <File
  753. RelativePath=".\DynColorDlg.h"
  754. >
  755. </File>
  756. <File
  757. RelativePath=".\excel9.h"
  758. >
  759. </File>
  760. <File
  761. RelativePath=".\FileAndFolderClass.h"
  762. >
  763. </File>
  764. <File
  765. RelativePath=".\HeaderCtrlCl.h"
  766. >
  767. </File>
  768. <File
  769. RelativePath=".\HoursSelector.h"
  770. >
  771. </File>
  772. <File
  773. RelativePath=".\IniFile.h"
  774. >
  775. </File>
  776. <File
  777. RelativePath=".\ListCtrlCl.h"
  778. >
  779. </File>
  780. <File
  781. RelativePath=".\LogicPage.h"
  782. >
  783. </File>
  784. <File
  785. RelativePath=".\Login.h"
  786. >
  787. </File>
  788. <File
  789. RelativePath=".\MD5.h"
  790. >
  791. </File>
  792. <File
  793. RelativePath=".\md5class.h"
  794. >
  795. </File>
  796. <File
  797. RelativePath=".\MultiColorPlotCtrl.h"
  798. >
  799. </File>
  800. <File
  801. RelativePath=".\MyBtn.h"
  802. >
  803. </File>
  804. <File
  805. RelativePath=".\MyExcel.h"
  806. >
  807. </File>
  808. <File
  809. RelativePath=".\PicListDlg.h"
  810. >
  811. </File>
  812. <File
  813. RelativePath=".\PicSizeDlg.h"
  814. >
  815. </File>
  816. <File
  817. RelativePath=".\public.h"
  818. >
  819. </File>
  820. <File
  821. RelativePath=".\RealEventDlg.h"
  822. >
  823. </File>
  824. <File
  825. RelativePath=".\ReportBasePage.h"
  826. >
  827. </File>
  828. <File
  829. RelativePath=".\ReportColPage.h"
  830. >
  831. </File>
  832. <File
  833. RelativePath=".\Resource.h"
  834. >
  835. </File>
  836. <File
  837. RelativePath=".\ScriptObject.h"
  838. >
  839. </File>
  840. <File
  841. RelativePath=".\scriptproc.h"
  842. >
  843. </File>
  844. <File
  845. RelativePath=".\ScriptSetDlg.h"
  846. >
  847. </File>
  848. <File
  849. RelativePath=".\SelectVariantDlg.h"
  850. >
  851. </File>
  852. <File
  853. RelativePath=".\shockwaveflash.h"
  854. >
  855. </File>
  856. <File
  857. RelativePath=".\SingleBarPage.h"
  858. >
  859. </File>
  860. <File
  861. RelativePath=".\SortHeaderCtrl.h"
  862. >
  863. </File>
  864. <File
  865. RelativePath=".\SortListCtrl.h"
  866. >
  867. </File>
  868. <File
  869. RelativePath=".\StartupDlg.h"
  870. >
  871. </File>
  872. <File
  873. RelativePath=".\StringOperation.h"
  874. >
  875. </File>
  876. <File
  877. RelativePath=".\SysLib.h"
  878. >
  879. </File>
  880. <File
  881. RelativePath=".\SystemManager.h"
  882. >
  883. </File>
  884. <File
  885. RelativePath=".\SystemParaSetDlg.h"
  886. >
  887. </File>
  888. <File
  889. RelativePath=".\Trayicon.h"
  890. >
  891. </File>
  892. <File
  893. RelativePath=".\ViewNameDlg.h"
  894. >
  895. </File>
  896. <File
  897. RelativePath=".\WatchPage.h"
  898. >
  899. </File>
  900. <File
  901. RelativePath=".\YkCmdDlg.h"
  902. >
  903. </File>
  904. <Filter
  905. Name="AutoDockHideBar"
  906. >
  907. <File
  908. RelativePath="..\AutoDockHideBar\AutoHideBar.cpp"
  909. >
  910. </File>
  911. <File
  912. RelativePath="..\AutoDockHideBar\AutoHideBar.h"
  913. >
  914. </File>
  915. <File
  916. RelativePath="..\AutoDockHideBar\DockPageBar.cpp"
  917. >
  918. </File>
  919. <File
  920. RelativePath="..\AutoDockHideBar\DockPageBar.h"
  921. >
  922. </File>
  923. <File
  924. RelativePath="..\AutoDockHideBar\sizecbar.cpp"
  925. >
  926. </File>
  927. <File
  928. RelativePath="..\AutoDockHideBar\sizecbar.h"
  929. >
  930. </File>
  931. </Filter>
  932. </Filter>
  933. <Filter
  934. Name="资源文件"
  935. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  936. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  937. >
  938. <File
  939. RelativePath=".\res\256_std_toolbar.bmp"
  940. >
  941. </File>
  942. <File
  943. RelativePath=".\res\add.bmp"
  944. >
  945. </File>
  946. <File
  947. RelativePath=".\res\AreaRoom.ico"
  948. >
  949. </File>
  950. <File
  951. RelativePath=".\res\bitmap5.bmp"
  952. >
  953. </File>
  954. <File
  955. RelativePath=".\res\bitmap_a.bmp"
  956. >
  957. </File>
  958. <File
  959. RelativePath=".\res\bmp00001.bmp"
  960. >
  961. </File>
  962. <File
  963. RelativePath=".\res\bmp00002.bmp"
  964. >
  965. </File>
  966. <File
  967. RelativePath=".\res\bmp00003.bmp"
  968. >
  969. </File>
  970. <File
  971. RelativePath=".\res\bmp00004.bmp"
  972. >
  973. </File>
  974. <File
  975. RelativePath=".\res\bmp00005.bmp"
  976. >
  977. </File>
  978. <File
  979. RelativePath=".\res\bmp00006.bmp"
  980. >
  981. </File>
  982. <File
  983. RelativePath=".\res\bmp00007.bmp"
  984. >
  985. </File>
  986. <File
  987. RelativePath=".\res\closed1.bmp"
  988. >
  989. </File>
  990. <File
  991. RelativePath=".\res\closef1.bmp"
  992. >
  993. </File>
  994. <File
  995. RelativePath=".\res\closeu1.bmp"
  996. >
  997. </File>
  998. <File
  999. RelativePath=".\res\control.bmp"
  1000. >
  1001. </File>
  1002. <File
  1003. RelativePath=".\res\Copy.bmp"
  1004. >
  1005. </File>
  1006. <File
  1007. RelativePath=".\res\cursor1.cur"
  1008. >
  1009. </File>
  1010. <File
  1011. RelativePath=".\res\del.bmp"
  1012. >
  1013. </File>
  1014. <File
  1015. RelativePath=".\res\Down.ico"
  1016. >
  1017. </File>
  1018. <File
  1019. RelativePath=".\res\edit.bmp"
  1020. >
  1021. </File>
  1022. <File
  1023. RelativePath=".\res\Exit.bmp"
  1024. >
  1025. </File>
  1026. <File
  1027. RelativePath=".\res\find.ico"
  1028. >
  1029. </File>
  1030. <File
  1031. RelativePath=".\res\fresh.bmp"
  1032. >
  1033. </File>
  1034. <File
  1035. RelativePath=".\res\hed1.bmp"
  1036. >
  1037. </File>
  1038. <File
  1039. RelativePath=".\res\hef1.bmp"
  1040. >
  1041. </File>
  1042. <File
  1043. RelativePath=".\res\help.bmp"
  1044. >
  1045. </File>
  1046. <File
  1047. RelativePath=".\res\heu.bmp"
  1048. >
  1049. </File>
  1050. <File
  1051. RelativePath=".\res\heu1.bmp"
  1052. >
  1053. </File>
  1054. <File
  1055. RelativePath=".\res\hnwse.cur"
  1056. >
  1057. </File>
  1058. <File
  1059. RelativePath=".\res\icontool.bmp"
  1060. >
  1061. </File>
  1062. <File
  1063. RelativePath=".\res\icr_hand.cur"
  1064. >
  1065. </File>
  1066. <File
  1067. RelativePath=".\ide.ico"
  1068. >
  1069. </File>
  1070. <File
  1071. RelativePath=".\res\ide.ico"
  1072. >
  1073. </File>
  1074. <File
  1075. RelativePath=".\IDE.rc"
  1076. >
  1077. </File>
  1078. <File
  1079. RelativePath=".\ide1.ico"
  1080. >
  1081. </File>
  1082. <File
  1083. RelativePath=".\res\IDEDoc.ico"
  1084. >
  1085. </File>
  1086. <File
  1087. RelativePath=".\res\idr_main.ico"
  1088. >
  1089. </File>
  1090. <File
  1091. RelativePath=".\res\into.bmp"
  1092. >
  1093. </File>
  1094. <File
  1095. RelativePath=".\res\left.bmp"
  1096. >
  1097. </File>
  1098. <File
  1099. RelativePath=".\res\log.BMP"
  1100. >
  1101. </File>
  1102. <File
  1103. RelativePath=".\res\lwbd1.bmp"
  1104. >
  1105. </File>
  1106. <File
  1107. RelativePath=".\res\lwbd2.bmp"
  1108. >
  1109. </File>
  1110. <File
  1111. RelativePath=".\res\lwbd3.bmp"
  1112. >
  1113. </File>
  1114. <File
  1115. RelativePath=".\res\lwbf1.bmp"
  1116. >
  1117. </File>
  1118. <File
  1119. RelativePath=".\res\lwbu1.bmp"
  1120. >
  1121. </File>
  1122. <File
  1123. RelativePath=".\res\lwd1.bmp"
  1124. >
  1125. </File>
  1126. <File
  1127. RelativePath=".\res\lwu1.bmp"
  1128. >
  1129. </File>
  1130. <File
  1131. RelativePath=".\res\ModbusList.ico"
  1132. >
  1133. </File>
  1134. <File
  1135. RelativePath=".\res\ndbd1.bmp"
  1136. >
  1137. </File>
  1138. <File
  1139. RelativePath=".\res\ndbf1.bmp"
  1140. >
  1141. </File>
  1142. <File
  1143. RelativePath=".\res\ndbu1.bmp"
  1144. >
  1145. </File>
  1146. <File
  1147. RelativePath=".\res\net.ico"
  1148. >
  1149. </File>
  1150. <File
  1151. RelativePath=".\res\offline.ico"
  1152. >
  1153. </File>
  1154. <File
  1155. RelativePath=".\res\OK.bmp"
  1156. >
  1157. </File>
  1158. <File
  1159. RelativePath=".\res\plan.bmp"
  1160. >
  1161. </File>
  1162. <File
  1163. RelativePath=".\res\RUN.ico"
  1164. >
  1165. </File>
  1166. <File
  1167. RelativePath=".\res\runtoolb.bmp"
  1168. >
  1169. </File>
  1170. <File
  1171. RelativePath=".\res\save.bmp"
  1172. >
  1173. </File>
  1174. <File
  1175. RelativePath=".\res\show.bmp"
  1176. >
  1177. </File>
  1178. <File
  1179. RelativePath=".\res\summary.ico"
  1180. >
  1181. </File>
  1182. <File
  1183. RelativePath=".\res\Toolbar.bmp"
  1184. >
  1185. </File>
  1186. <File
  1187. RelativePath=".\res\toolbar1.bmp"
  1188. >
  1189. </File>
  1190. <File
  1191. RelativePath=".\res\TreeRoom.ico"
  1192. >
  1193. </File>
  1194. <File
  1195. RelativePath=".\res\Up.ico"
  1196. >
  1197. </File>
  1198. <File
  1199. RelativePath=".\res\users.bmp"
  1200. >
  1201. </File>
  1202. <File
  1203. RelativePath=".\res\waring.ico"
  1204. >
  1205. </File>
  1206. </Filter>
  1207. <Filter
  1208. Name="TabView"
  1209. >
  1210. <File
  1211. RelativePath="..\TabView\ViewManager.cpp"
  1212. >
  1213. </File>
  1214. <File
  1215. RelativePath="..\TabView\ViewManager.h"
  1216. >
  1217. </File>
  1218. <File
  1219. RelativePath="..\TabView\WindowManager.cpp"
  1220. >
  1221. </File>
  1222. <File
  1223. RelativePath="..\TabView\WindowManager.h"
  1224. >
  1225. </File>
  1226. <File
  1227. RelativePath="..\TabView\WindowTabCtrl.cpp"
  1228. >
  1229. </File>
  1230. <File
  1231. RelativePath="..\TabView\WindowTabCtrl.h"
  1232. >
  1233. </File>
  1234. </Filter>
  1235. <Filter
  1236. Name="Common"
  1237. >
  1238. <File
  1239. RelativePath="..\common\BtnST.cpp"
  1240. >
  1241. </File>
  1242. <File
  1243. RelativePath="..\common\BtnST.h"
  1244. >
  1245. </File>
  1246. <File
  1247. RelativePath="..\common\CellRange.h"
  1248. >
  1249. </File>
  1250. <File
  1251. RelativePath="..\common\Const.h"
  1252. >
  1253. </File>
  1254. <File
  1255. RelativePath="..\common\ffsco.cpp"
  1256. >
  1257. </File>
  1258. <File
  1259. RelativePath="..\common\ffsco.h"
  1260. >
  1261. </File>
  1262. <File
  1263. RelativePath="..\common\font.cpp"
  1264. >
  1265. </File>
  1266. <File
  1267. RelativePath="..\common\font.h"
  1268. >
  1269. </File>
  1270. <File
  1271. RelativePath="..\common\Global.cpp"
  1272. >
  1273. </File>
  1274. <File
  1275. RelativePath="..\common\Global.h"
  1276. >
  1277. </File>
  1278. <File
  1279. RelativePath="..\common\GoodDC.cpp"
  1280. >
  1281. </File>
  1282. <File
  1283. RelativePath="..\common\GoodDC.h"
  1284. >
  1285. </File>
  1286. <File
  1287. RelativePath="..\common\HyperLink.cpp"
  1288. >
  1289. </File>
  1290. <File
  1291. RelativePath="..\common\HyperLink.h"
  1292. >
  1293. </File>
  1294. <File
  1295. RelativePath="..\common\HyprLink.h"
  1296. >
  1297. </File>
  1298. <File
  1299. RelativePath="..\common\MemDC.h"
  1300. >
  1301. </File>
  1302. <File
  1303. RelativePath="..\common\Mtverify.h"
  1304. >
  1305. </File>
  1306. <File
  1307. RelativePath="..\common\OOExToolBar.cpp"
  1308. >
  1309. </File>
  1310. <File
  1311. RelativePath="..\common\OOExToolBar.h"
  1312. >
  1313. </File>
  1314. <File
  1315. RelativePath="..\common\picture.cpp"
  1316. >
  1317. </File>
  1318. <File
  1319. RelativePath="..\common\picture.h"
  1320. >
  1321. </File>
  1322. <File
  1323. RelativePath="..\common\rowcursor.cpp"
  1324. >
  1325. </File>
  1326. <File
  1327. RelativePath="..\common\rowcursor.h"
  1328. >
  1329. </File>
  1330. <File
  1331. RelativePath="..\common\sal.h"
  1332. >
  1333. </File>
  1334. <File
  1335. RelativePath="..\common\StatLink.cpp"
  1336. >
  1337. </File>
  1338. <File
  1339. RelativePath="..\common\StatLink.h"
  1340. >
  1341. </File>
  1342. <File
  1343. RelativePath="..\common\Utility.cpp"
  1344. >
  1345. </File>
  1346. <File
  1347. RelativePath="..\common\Utility.h"
  1348. >
  1349. </File>
  1350. <File
  1351. RelativePath="..\common\Wizard.cpp"
  1352. >
  1353. </File>
  1354. <File
  1355. RelativePath="..\common\Wizard.h"
  1356. >
  1357. </File>
  1358. <File
  1359. RelativePath="..\common\XPButton.cpp"
  1360. >
  1361. </File>
  1362. <File
  1363. RelativePath="..\common\XPButton.h"
  1364. >
  1365. </File>
  1366. </Filter>
  1367. <Filter
  1368. Name="include"
  1369. >
  1370. <File
  1371. RelativePath="..\include\Channel.h"
  1372. >
  1373. </File>
  1374. <File
  1375. RelativePath="..\include\Data.h"
  1376. >
  1377. </File>
  1378. <File
  1379. RelativePath="..\include\Device.h"
  1380. >
  1381. </File>
  1382. <File
  1383. RelativePath="..\include\DevicesManager.h"
  1384. >
  1385. </File>
  1386. <File
  1387. RelativePath="..\include\kernel.h"
  1388. >
  1389. </File>
  1390. <File
  1391. RelativePath="..\include\NetWork.h"
  1392. >
  1393. </File>
  1394. <File
  1395. RelativePath="..\include\VariantManager.h"
  1396. >
  1397. </File>
  1398. </Filter>
  1399. <Filter
  1400. Name="NewModel"
  1401. >
  1402. <File
  1403. RelativePath="..\NewModel\EnBitmap.cpp"
  1404. >
  1405. </File>
  1406. <File
  1407. RelativePath="..\NewModel\EnBitmap.h"
  1408. >
  1409. </File>
  1410. <File
  1411. RelativePath="..\NewModel\SkinButton.cpp"
  1412. >
  1413. </File>
  1414. <File
  1415. RelativePath="..\NewModel\SkinButton.h"
  1416. >
  1417. </File>
  1418. <File
  1419. RelativePath="..\NewModel\SkinMenu.cpp"
  1420. >
  1421. </File>
  1422. <File
  1423. RelativePath="..\NewModel\SkinMenu.h"
  1424. >
  1425. </File>
  1426. <File
  1427. RelativePath="..\NewModel\SkinStatic.cpp"
  1428. >
  1429. </File>
  1430. <File
  1431. RelativePath="..\NewModel\SkinStatic.h"
  1432. >
  1433. </File>
  1434. <File
  1435. RelativePath="..\NewModel\SkinStatusBar.cpp"
  1436. >
  1437. </File>
  1438. <File
  1439. RelativePath="..\NewModel\SkinStatusBar.h"
  1440. >
  1441. </File>
  1442. <File
  1443. RelativePath="..\NewModel\SkinTabCtrl.cpp"
  1444. >
  1445. </File>
  1446. <File
  1447. RelativePath="..\NewModel\SkinTabCtrl.h"
  1448. >
  1449. </File>
  1450. <File
  1451. RelativePath="..\NewModel\SkinToolBar.cpp"
  1452. >
  1453. </File>
  1454. <File
  1455. RelativePath="..\NewModel\SkinToolBar.h"
  1456. >
  1457. </File>
  1458. <File
  1459. RelativePath="..\NewModel\SkinView.cpp"
  1460. >
  1461. </File>
  1462. <File
  1463. RelativePath="..\NewModel\SkinView.h"
  1464. >
  1465. </File>
  1466. </Filter>
  1467. <Filter
  1468. Name="图形单元"
  1469. >
  1470. <File
  1471. RelativePath=".\DrawObj.cpp"
  1472. >
  1473. </File>
  1474. <File
  1475. RelativePath=".\DrawObj.h"
  1476. >
  1477. </File>
  1478. <File
  1479. RelativePath=".\Gradient.cpp"
  1480. >
  1481. </File>
  1482. <File
  1483. RelativePath=".\Gradient.h"
  1484. >
  1485. </File>
  1486. <File
  1487. RelativePath=".\Graph.cpp"
  1488. >
  1489. </File>
  1490. <File
  1491. RelativePath=".\Graph.h"
  1492. >
  1493. </File>
  1494. <File
  1495. RelativePath=".\GraphDef.h"
  1496. >
  1497. </File>
  1498. <File
  1499. RelativePath=".\ImageEx.cpp"
  1500. >
  1501. </File>
  1502. <File
  1503. RelativePath=".\ImageEx.h"
  1504. >
  1505. </File>
  1506. <File
  1507. RelativePath=".\MemDC.h"
  1508. >
  1509. </File>
  1510. </Filter>
  1511. <Filter
  1512. Name="主程序"
  1513. >
  1514. <File
  1515. RelativePath=".\ChildFrm.cpp"
  1516. >
  1517. </File>
  1518. <File
  1519. RelativePath=".\ChildFrm.h"
  1520. >
  1521. </File>
  1522. <File
  1523. RelativePath=".\IDE.cpp"
  1524. >
  1525. </File>
  1526. <File
  1527. RelativePath=".\IDE.h"
  1528. >
  1529. </File>
  1530. <File
  1531. RelativePath=".\IDEDoc.cpp"
  1532. >
  1533. </File>
  1534. <File
  1535. RelativePath=".\IDEDoc.h"
  1536. >
  1537. </File>
  1538. <File
  1539. RelativePath=".\IDEView.cpp"
  1540. >
  1541. </File>
  1542. <File
  1543. RelativePath=".\IDEView.h"
  1544. >
  1545. </File>
  1546. <File
  1547. RelativePath=".\MainFrm.cpp"
  1548. >
  1549. </File>
  1550. <File
  1551. RelativePath=".\MainFrm.h"
  1552. >
  1553. </File>
  1554. <File
  1555. RelativePath=".\stdafx.cpp"
  1556. >
  1557. <FileConfiguration
  1558. Name="Debug|Win32"
  1559. >
  1560. <Tool
  1561. Name="VCCLCompilerTool"
  1562. UsePrecompiledHeader="1"
  1563. />
  1564. </FileConfiguration>
  1565. <FileConfiguration
  1566. Name="Release|Win32"
  1567. >
  1568. <Tool
  1569. Name="VCCLCompilerTool"
  1570. UsePrecompiledHeader="1"
  1571. />
  1572. </FileConfiguration>
  1573. </File>
  1574. <File
  1575. RelativePath=".\stdafx.h"
  1576. >
  1577. </File>
  1578. </Filter>
  1579. <File
  1580. RelativePath=".\ReadMe.txt"
  1581. >
  1582. </File>
  1583. </Files>
  1584. <Globals>
  1585. <Global
  1586. Name="RESOURCE_FILE"
  1587. Value="IDE.rc"
  1588. />
  1589. </Globals>
  1590. </VisualStudioProject>