控制网复测平面基准归算程序(包含控制网复测平面基准计算,平面控制网稳定性计算,水准测段高差稳定计算三个程序功能)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

workspace.xml 6.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="6d1a886d-ec9c-4f93-8633-d9bd0340f3de" name="Changes" comment="">
  8. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/Back/GS/GSshow.py" beforeDir="false" afterPath="$PROJECT_DIR$/Back/GS/GSshow.py" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/Back/Program_Run/data_show.py" beforeDir="false" afterPath="$PROJECT_DIR$/Back/Program_Run/data_show.py" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/Back/WD/WDshow.py" beforeDir="false" afterPath="$PROJECT_DIR$/Back/WD/WDshow.py" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/Front/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/Front/main.py" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/Front/modules/ui_functions.py" beforeDir="false" afterPath="$PROJECT_DIR$/Front/modules/ui_functions.py" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/Front/modules/ui_main.py" beforeDir="false" afterPath="$PROJECT_DIR$/Front/modules/ui_main.py" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/SQL/1.db" beforeDir="false" afterPath="$PROJECT_DIR$/SQL/1.db" afterDir="false" />
  16. </list>
  17. <option name="SHOW_DIALOG" value="false" />
  18. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  19. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  20. <option name="LAST_RESOLUTION" value="IGNORE" />
  21. </component>
  22. <component name="Git.Settings">
  23. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  24. </component>
  25. <component name="ProjectColorInfo">{
  26. &quot;associatedIndex&quot;: 8
  27. }</component>
  28. <component name="ProjectId" id="2q9K972QFOVEF4xxviaXNtlrMe1" />
  29. <component name="ProjectViewState">
  30. <option name="hideEmptyMiddlePackages" value="true" />
  31. <option name="showLibraryContents" value="true" />
  32. </component>
  33. <component name="PropertiesComponent">{
  34. &quot;keyToString&quot;: {
  35. &quot;Python.main.executor&quot;: &quot;Run&quot;,
  36. &quot;Python.main_new.executor&quot;: &quot;Run&quot;,
  37. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  38. &quot;git-widget-placeholder&quot;: &quot;master&quot;,
  39. &quot;last_opened_file_path&quot;: &quot;D:/4work_now/20240819GS/pyside6_test/treewidget.py&quot;,
  40. &quot;settings.editor.selected.configurable&quot;: &quot;File.Encoding&quot;
  41. }
  42. }</component>
  43. <component name="RunManager" selected="Python.main">
  44. <configuration name="main" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
  45. <module name="20241211" />
  46. <option name="ENV_FILES" value="" />
  47. <option name="INTERPRETER_OPTIONS" value="" />
  48. <option name="PARENT_ENVS" value="true" />
  49. <envs>
  50. <env name="PYTHONUNBUFFERED" value="1" />
  51. </envs>
  52. <option name="SDK_HOME" value="" />
  53. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/Front" />
  54. <option name="IS_MODULE_SDK" value="true" />
  55. <option name="ADD_CONTENT_ROOTS" value="true" />
  56. <option name="ADD_SOURCE_ROOTS" value="true" />
  57. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Front/main.py" />
  58. <option name="PARAMETERS" value="" />
  59. <option name="SHOW_COMMAND_LINE" value="false" />
  60. <option name="EMULATE_TERMINAL" value="false" />
  61. <option name="MODULE_MODE" value="false" />
  62. <option name="REDIRECT_INPUT" value="false" />
  63. <option name="INPUT_FILE" value="" />
  64. <method v="2" />
  65. </configuration>
  66. <configuration name="main_new" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
  67. <module name="20241211" />
  68. <option name="ENV_FILES" value="" />
  69. <option name="INTERPRETER_OPTIONS" value="" />
  70. <option name="PARENT_ENVS" value="true" />
  71. <envs>
  72. <env name="PYTHONUNBUFFERED" value="1" />
  73. </envs>
  74. <option name="SDK_HOME" value="" />
  75. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/Front" />
  76. <option name="IS_MODULE_SDK" value="true" />
  77. <option name="ADD_CONTENT_ROOTS" value="true" />
  78. <option name="ADD_SOURCE_ROOTS" value="true" />
  79. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/Front/main_new.py" />
  80. <option name="PARAMETERS" value="" />
  81. <option name="SHOW_COMMAND_LINE" value="false" />
  82. <option name="EMULATE_TERMINAL" value="false" />
  83. <option name="MODULE_MODE" value="false" />
  84. <option name="REDIRECT_INPUT" value="false" />
  85. <option name="INPUT_FILE" value="" />
  86. <method v="2" />
  87. </configuration>
  88. <recent_temporary>
  89. <list>
  90. <item itemvalue="Python.main" />
  91. <item itemvalue="Python.main_new" />
  92. </list>
  93. </recent_temporary>
  94. </component>
  95. <component name="SharedIndexes">
  96. <attachedChunks>
  97. <set>
  98. <option value="bundled-python-sdk-ce3d9afa04ac-ba05f1cad1b1-com.jetbrains.pycharm.community.sharedIndexes.bundled-PC-242.20224.347" />
  99. </set>
  100. </attachedChunks>
  101. </component>
  102. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  103. <component name="TaskManager">
  104. <task active="true" id="Default" summary="Default task">
  105. <changelist id="6d1a886d-ec9c-4f93-8633-d9bd0340f3de" name="Changes" comment="" />
  106. <created>1734069197314</created>
  107. <option name="number" value="Default" />
  108. <option name="presentableId" value="Default" />
  109. <updated>1734069197314</updated>
  110. </task>
  111. <servers />
  112. </component>
  113. <component name="Vcs.Log.Tabs.Properties">
  114. <option name="TAB_STATES">
  115. <map>
  116. <entry key="MAIN">
  117. <value>
  118. <State />
  119. </value>
  120. </entry>
  121. </map>
  122. </option>
  123. </component>
  124. <component name="XDebuggerManager">
  125. <breakpoint-manager>
  126. <breakpoints>
  127. <line-breakpoint enabled="true" suspend="THREAD" type="python-line">
  128. <url>file://$PROJECT_DIR$/Front/main_new.py</url>
  129. <line>725</line>
  130. <option name="timeStamp" value="10" />
  131. </line-breakpoint>
  132. </breakpoints>
  133. </breakpoint-manager>
  134. </component>
  135. </project>