workspace.xml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="abe40335-1998-468a-9c83-8ed884d8e030" name="Default Changelist" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/.idea/jarRepositories.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/jarRepositories.xml" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsCapacityController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsCapacityController.java" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsCarDriverController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsCarDriverController.java" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsCarrierController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsCarrierController.java" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsGatepostController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsGatepostController.java" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsMaterialController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsMaterialController.java" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsPersonnelController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsPersonnelController.java" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsShipperController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsShipperController.java" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsSupplierController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsSupplierController.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsWarehouseController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsWarehouseController.java" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/model/RmsCapacity.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/model/RmsCapacity.java" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/model/RmsMaterial.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/model/RmsMaterial.java" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/IRmsSupplierService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/IRmsSupplierService.java" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsCapacityServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsCapacityServiceImpl.java" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsCarDriverServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsCarDriverServiceImpl.java" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsCarrierServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsCarrierServiceImpl.java" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsGatepostServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsGatepostServiceImpl.java" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsMaterialServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsMaterialServiceImpl.java" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsPersonnelServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsPersonnelServiceImpl.java" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsPortServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsPortServiceImpl.java" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsShipperServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsShipperServiceImpl.java" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsSupplierServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsSupplierServiceImpl.java" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsTruckCalculateServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsTruckCalculateServiceImpl.java" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsWarehouseServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsWarehouseServiceImpl.java" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/src/main/resources/com/steerinfo/dil/mapper/RmsCapacityMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/com/steerinfo/dil/mapper/RmsCapacityMapper.xml" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/src/main/resources/com/steerinfo/dil/mapper/RmsMaterialMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/com/steerinfo/dil/mapper/RmsMaterialMapper.xml" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/src/main/resources/com/steerinfo/dil/mapper/RmsPersonnelMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/com/steerinfo/dil/mapper/RmsPersonnelMapper.xml" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsCapacityController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsCapacityController.class" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsCarDriverController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsCarDriverController.class" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsCarrierController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsCarrierController.class" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsGatepostController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsGatepostController.class" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsMaterialController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsMaterialController.class" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsPersonnelController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsPersonnelController.class" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsShipperController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsShipperController.class" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsSupplierController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsSupplierController.class" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsWarehouseController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsWarehouseController.class" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/mapper/RmsCapacityMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/mapper/RmsCapacityMapper.xml" afterDir="false" />
  44. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/mapper/RmsMaterialMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/mapper/RmsMaterialMapper.xml" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/mapper/RmsPersonnelMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/mapper/RmsPersonnelMapper.xml" afterDir="false" />
  46. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/model/RmsCapacity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/model/RmsCapacity.class" afterDir="false" />
  47. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/model/RmsMaterial.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/model/RmsMaterial.class" afterDir="false" />
  48. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsCapacityServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsCapacityServiceImpl.class" afterDir="false" />
  49. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsCarDriverServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsCarDriverServiceImpl.class" afterDir="false" />
  50. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsCarrierServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsCarrierServiceImpl.class" afterDir="false" />
  51. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsGatepostServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsGatepostServiceImpl.class" afterDir="false" />
  52. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsMaterialServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsMaterialServiceImpl.class" afterDir="false" />
  53. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsPersonnelServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsPersonnelServiceImpl.class" afterDir="false" />
  54. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsShipperServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsShipperServiceImpl.class" afterDir="false" />
  55. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsSupplierServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsSupplierServiceImpl.class" afterDir="false" />
  56. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsTruckCalculateServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsTruckCalculateServiceImpl.class" afterDir="false" />
  57. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsWarehouseServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsWarehouseServiceImpl.class" afterDir="false" />
  58. </list>
  59. <option name="SHOW_DIALOG" value="false" />
  60. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  61. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  62. <option name="LAST_RESOLUTION" value="IGNORE" />
  63. </component>
  64. <component name="Git.Settings">
  65. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  66. </component>
  67. <component name="MavenImportPreferences">
  68. <option name="generalSettings">
  69. <MavenGeneralSettings>
  70. <option name="localRepository" value="C:\Maven\cangku" />
  71. <option name="mavenHome" value="$PROJECT_DIR$/../../../../Maven/apache-maven-3.5.0" />
  72. <option name="userSettingsFile" value="C:\Maven\apache-maven-3.5.0\conf\settings.xml" />
  73. </MavenGeneralSettings>
  74. </option>
  75. </component>
  76. <component name="ProjectId" id="22RUOijcqfbhd16tNawXmjbRHEA" />
  77. <component name="ProjectViewState">
  78. <option name="hideEmptyMiddlePackages" value="true" />
  79. <option name="showLibraryContents" value="true" />
  80. </component>
  81. <component name="PropertiesComponent">
  82. <property name="RequestMappingsPanelOrder0" value="0" />
  83. <property name="RequestMappingsPanelOrder1" value="1" />
  84. <property name="RequestMappingsPanelWidth0" value="75" />
  85. <property name="RequestMappingsPanelWidth1" value="75" />
  86. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  87. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  88. <property name="WebServerToolWindowFactoryState" value="false" />
  89. <property name="aspect.path.notification.shown" value="true" />
  90. <property name="last_opened_file_path" value="$PROJECT_DIR$/src/main/resources/com/steerinfo/dil/mapper" />
  91. <property name="node.js.detected.package.eslint" value="true" />
  92. <property name="node.js.detected.package.tslint" value="true" />
  93. <property name="node.js.path.for.package.eslint" value="project" />
  94. <property name="node.js.path.for.package.tslint" value="project" />
  95. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  96. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  97. <property name="settings.editor.selected.configurable" value="MavenSettings" />
  98. </component>
  99. <component name="RecentsManager">
  100. <key name="CopyClassDialog.RECENTS_KEY">
  101. <recent name="com.steerinfo.dil.model" />
  102. </key>
  103. <key name="CopyFile.RECENT_KEYS">
  104. <recent name="C:\Users\mdzzojbk\IdeaProjects\DAL-DAZHOU-RMS-API\src\main\resources\com\steerinfo\dil\mapper" />
  105. </key>
  106. </component>
  107. <component name="RunManager">
  108. <configuration name="DilApplicationMain" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  109. <module name="dil-api" />
  110. <option name="SPRING_BOOT_MAIN_CLASS" value="com.steerinfo.DilApplicationMain" />
  111. <method v="2">
  112. <option name="Make" enabled="true" />
  113. </method>
  114. </configuration>
  115. </component>
  116. <component name="SvnConfiguration">
  117. <configuration />
  118. </component>
  119. <component name="TaskManager">
  120. <task active="true" id="Default" summary="Default task">
  121. <changelist id="abe40335-1998-468a-9c83-8ed884d8e030" name="Default Changelist" comment="" />
  122. <created>1639799862423</created>
  123. <option name="number" value="Default" />
  124. <option name="presentableId" value="Default" />
  125. <updated>1639799862423</updated>
  126. <workItem from="1639799866763" duration="17113000" />
  127. </task>
  128. <servers />
  129. </component>
  130. <component name="TypeScriptGeneratedFilesManager">
  131. <option name="version" value="2" />
  132. </component>
  133. <component name="WindowStateProjectService">
  134. <state width="444" height="466" key="DebuggerActiveHint" timestamp="1639818003519">
  135. <screen x="0" y="0" width="1536" height="824" />
  136. </state>
  137. <state width="444" height="466" key="DebuggerActiveHint/0.0.1536.824@0.0.1536.824" timestamp="1639818003519" />
  138. <state x="549" y="166" key="FileChooserDialogImpl" timestamp="1639799913289">
  139. <screen x="0" y="0" width="1536" height="824" />
  140. </state>
  141. <state x="549" y="166" key="FileChooserDialogImpl/0.0.1536.824@0.0.1536.824" timestamp="1639799913289" />
  142. <state width="1493" height="40" key="GridCell.Tab.0.bottom" timestamp="1639820263752">
  143. <screen x="0" y="0" width="1536" height="824" />
  144. </state>
  145. <state width="1493" height="40" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1639820263752" />
  146. <state width="1493" height="40" key="GridCell.Tab.0.center" timestamp="1639820263751">
  147. <screen x="0" y="0" width="1536" height="824" />
  148. </state>
  149. <state width="1493" height="40" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1639820263751" />
  150. <state width="1493" height="40" key="GridCell.Tab.0.left" timestamp="1639820263751">
  151. <screen x="0" y="0" width="1536" height="824" />
  152. </state>
  153. <state width="1493" height="40" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1639820263751" />
  154. <state width="1493" height="40" key="GridCell.Tab.0.right" timestamp="1639820263752">
  155. <screen x="0" y="0" width="1536" height="824" />
  156. </state>
  157. <state width="1493" height="40" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1639820263752" />
  158. <state width="1493" height="40" key="GridCell.Tab.1.bottom" timestamp="1639820263609">
  159. <screen x="0" y="0" width="1536" height="824" />
  160. </state>
  161. <state width="1493" height="40" key="GridCell.Tab.1.bottom/0.0.1536.824@0.0.1536.824" timestamp="1639820263609" />
  162. <state width="1493" height="40" key="GridCell.Tab.1.center" timestamp="1639820263608">
  163. <screen x="0" y="0" width="1536" height="824" />
  164. </state>
  165. <state width="1493" height="40" key="GridCell.Tab.1.center/0.0.1536.824@0.0.1536.824" timestamp="1639820263608" />
  166. <state width="1493" height="40" key="GridCell.Tab.1.left" timestamp="1639820263608">
  167. <screen x="0" y="0" width="1536" height="824" />
  168. </state>
  169. <state width="1493" height="40" key="GridCell.Tab.1.left/0.0.1536.824@0.0.1536.824" timestamp="1639820263608" />
  170. <state width="1493" height="40" key="GridCell.Tab.1.right" timestamp="1639820263609">
  171. <screen x="0" y="0" width="1536" height="824" />
  172. </state>
  173. <state width="1493" height="40" key="GridCell.Tab.1.right/0.0.1536.824@0.0.1536.824" timestamp="1639820263609" />
  174. <state width="1493" height="40" key="GridCell.Tab.2.bottom" timestamp="1639820263610">
  175. <screen x="0" y="0" width="1536" height="824" />
  176. </state>
  177. <state width="1493" height="40" key="GridCell.Tab.2.bottom/0.0.1536.824@0.0.1536.824" timestamp="1639820263610" />
  178. <state width="1493" height="40" key="GridCell.Tab.2.center" timestamp="1639820263609">
  179. <screen x="0" y="0" width="1536" height="824" />
  180. </state>
  181. <state width="1493" height="40" key="GridCell.Tab.2.center/0.0.1536.824@0.0.1536.824" timestamp="1639820263609" />
  182. <state width="1493" height="40" key="GridCell.Tab.2.left" timestamp="1639820263609">
  183. <screen x="0" y="0" width="1536" height="824" />
  184. </state>
  185. <state width="1493" height="40" key="GridCell.Tab.2.left/0.0.1536.824@0.0.1536.824" timestamp="1639820263609" />
  186. <state width="1493" height="40" key="GridCell.Tab.2.right" timestamp="1639820263610">
  187. <screen x="0" y="0" width="1536" height="824" />
  188. </state>
  189. <state width="1493" height="40" key="GridCell.Tab.2.right/0.0.1536.824@0.0.1536.824" timestamp="1639820263610" />
  190. <state x="270" y="56" key="SettingsEditor" timestamp="1639799919381">
  191. <screen x="0" y="0" width="1536" height="824" />
  192. </state>
  193. <state x="270" y="56" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1639799919381" />
  194. <state x="235" y="0" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp="1639818889347">
  195. <screen x="0" y="0" width="1536" height="824" />
  196. </state>
  197. <state x="235" y="0" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser/0.0.1536.824@0.0.1536.824" timestamp="1639818889347" />
  198. <state x="425" y="187" key="run.anything.popup" timestamp="1639814402364">
  199. <screen x="0" y="0" width="1536" height="824" />
  200. </state>
  201. <state x="425" y="187" key="run.anything.popup/0.0.1536.824@0.0.1536.824" timestamp="1639814402364" />
  202. </component>
  203. </project>