workspace.xml 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="7f042d7d-b621-4a07-8bfd-3e8d4f7f1687" name="Default Changelist" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/springboot-function/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/src/main/resources/application.yml" afterDir="false" />
  7. </list>
  8. <option name="SHOW_DIALOG" value="false" />
  9. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  10. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  11. <option name="LAST_RESOLUTION" value="IGNORE" />
  12. </component>
  13. <component name="FavoritesManager">
  14. <favorites_list name="springboot-parent" />
  15. </component>
  16. <component name="FileTemplateManagerImpl">
  17. <option name="RECENT_TEMPLATES">
  18. <list>
  19. <option value="FxmlFile" />
  20. <option value="Enum" />
  21. <option value="Interface" />
  22. <option value="Class" />
  23. </list>
  24. </option>
  25. </component>
  26. <component name="Git.Settings">
  27. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  28. <option name="UPDATE_TYPE" value="MERGE" />
  29. </component>
  30. <component name="IgnoredFileRootStore">
  31. <option name="generatedRoots">
  32. <set>
  33. <option value="E:\java\YaoXiangMu\springboot-parent\.idea" />
  34. </set>
  35. </option>
  36. </component>
  37. <component name="MavenImportPreferences">
  38. <option name="generalSettings">
  39. <MavenGeneralSettings>
  40. <option name="mavenHome" value="$PROJECT_DIR$/../../maven/apache-maven-3.6.1" />
  41. <option name="userSettingsFile" value="E:\java\maven\apache-maven-3.6.1\conf\settings.xml" />
  42. </MavenGeneralSettings>
  43. </option>
  44. <option name="importingSettings">
  45. <MavenImportingSettings>
  46. <option name="importAutomatically" value="true" />
  47. </MavenImportingSettings>
  48. </option>
  49. </component>
  50. <component name="MavenRunner">
  51. <option name="skipTests" value="true" />
  52. </component>
  53. <component name="ProjectId" id="2RJoLqV0swgcpOgVr1fjveGP96a" />
  54. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  55. <component name="ProjectViewState">
  56. <option name="hideEmptyMiddlePackages" value="true" />
  57. <option name="showExcludedFiles" value="true" />
  58. <option name="showLibraryContents" value="true" />
  59. </component>
  60. <component name="PropertiesComponent">
  61. <property name="RequestMappingsPanelOrder0" value="0" />
  62. <property name="RequestMappingsPanelOrder1" value="1" />
  63. <property name="RequestMappingsPanelWidth0" value="75" />
  64. <property name="RequestMappingsPanelWidth1" value="75" />
  65. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  66. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  67. <property name="WebServerToolWindowFactoryState" value="false" />
  68. <property name="aspect.path.notification.shown" value="true" />
  69. <property name="extract.method.default.visibility" value="private" />
  70. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  71. <property name="project.structure.last.edited" value="Modules" />
  72. <property name="project.structure.proportion" value="0.15" />
  73. <property name="project.structure.side.proportion" value="0.2" />
  74. <property name="settings.editor.selected.configurable" value="vcs.Perforce" />
  75. </component>
  76. <component name="RecentsManager">
  77. <key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
  78. <recent name="com.xmnk.springbootfunction" />
  79. </key>
  80. <key name="CopyClassDialog.RECENTS_KEY">
  81. <recent name="com.xmnk.springbootbase.entity" />
  82. <recent name="com.xmnk.springbootbase.dao" />
  83. <recent name="com.xmnk.springbootfunction.entity" />
  84. <recent name="com.xmnk.springbootfunction.service.impl" />
  85. <recent name="com.xmnk.springbootfunction.service" />
  86. </key>
  87. <key name="CopyFile.RECENT_KEYS">
  88. <recent name="E:\java\YaoXiangMu\springboot-parent" />
  89. <recent name="E:\java\YaoXiangMu\springboot-parent\springboot-base\src\main\resources\mappers" />
  90. <recent name="E:\java\YaoXiangMu\springboot-parent\springboot-function\src\main\java\com\xmnk\springbootfunction\entity" />
  91. <recent name="E:\java\YaoXiangMu\springboot-parent\springboot-function\src\main\resources" />
  92. <recent name="E:\java\YaoXiangMu\springboot-parent\springboot-base\src\main\java\com\xmnk\springbootbase\entity" />
  93. </key>
  94. </component>
  95. <component name="RunManager" selected="Spring Boot.SpringbootFunctionApplication">
  96. <configuration name="SpringbootBaseApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  97. <module name="springboot-base" />
  98. <option name="SPRING_BOOT_MAIN_CLASS" value="com.xmnk.springbootbase.SpringbootBaseApplication" />
  99. <method v="2">
  100. <option name="Make" enabled="true" />
  101. </method>
  102. </configuration>
  103. <configuration name="SpringbootFunctionApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  104. <module name="springboot-function" />
  105. <option name="SPRING_BOOT_MAIN_CLASS" value="com.xmnk.springbootfunction.SpringbootFunctionApplication" />
  106. <method v="2">
  107. <option name="Make" enabled="true" />
  108. </method>
  109. </configuration>
  110. <configuration name="SpringbootParentApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  111. <module name="springboot-parent" />
  112. <option name="SPRING_BOOT_MAIN_CLASS" value="com.xmnk.springbootparent.SpringbootParentApplication" />
  113. <method v="2">
  114. <option name="Make" enabled="true" />
  115. </method>
  116. </configuration>
  117. </component>
  118. <component name="ServiceViewManager">
  119. <option name="viewStates">
  120. <list>
  121. <serviceView>
  122. <treeState>
  123. <expand />
  124. <select />
  125. </treeState>
  126. </serviceView>
  127. </list>
  128. </option>
  129. </component>
  130. <component name="SvnConfiguration">
  131. <configuration>C:\Users\admin\AppData\Roaming\Subversion</configuration>
  132. </component>
  133. <component name="TaskManager">
  134. <task active="true" id="Default" summary="Default task">
  135. <changelist id="7f042d7d-b621-4a07-8bfd-3e8d4f7f1687" name="Default Changelist" comment="" />
  136. <created>1686977491587</created>
  137. <option name="number" value="Default" />
  138. <option name="presentableId" value="Default" />
  139. <updated>1686977491587</updated>
  140. <workItem from="1686977496240" duration="2216000" />
  141. <workItem from="1686979747420" duration="3195000" />
  142. <workItem from="1686982980197" duration="14859000" />
  143. <workItem from="1686998022241" duration="15000" />
  144. <workItem from="1687136577926" duration="19706000" />
  145. <workItem from="1687160146079" duration="5000" />
  146. <workItem from="1687160188369" duration="5832000" />
  147. <workItem from="1687222398115" duration="54840000" />
  148. <workItem from="1687654740962" duration="46565000" />
  149. <workItem from="1687827720378" duration="51254000" />
  150. <workItem from="1688038357624" duration="614000" />
  151. <workItem from="1688086380479" duration="4518000" />
  152. <workItem from="1688103730755" duration="2140000" />
  153. <workItem from="1688105941639" duration="40659000" />
  154. <workItem from="1688200043275" duration="2963000" />
  155. <workItem from="1688203851804" duration="6020000" />
  156. <workItem from="1688346173572" duration="4014000" />
  157. </task>
  158. <task id="LOCAL-00001" summary="first">
  159. <created>1688011457362</created>
  160. <option name="number" value="00001" />
  161. <option name="presentableId" value="LOCAL-00001" />
  162. <option name="project" value="LOCAL" />
  163. <updated>1688011457362</updated>
  164. </task>
  165. <task id="LOCAL-00002" summary="first">
  166. <created>1688011924278</created>
  167. <option name="number" value="00002" />
  168. <option name="presentableId" value="LOCAL-00002" />
  169. <option name="project" value="LOCAL" />
  170. <updated>1688011924278</updated>
  171. </task>
  172. <task id="LOCAL-00003" summary="增加元素标题&amp;&amp;增加图片定时删除任务">
  173. <created>1688029020291</created>
  174. <option name="number" value="00003" />
  175. <option name="presentableId" value="LOCAL-00003" />
  176. <option name="project" value="LOCAL" />
  177. <updated>1688029020291</updated>
  178. </task>
  179. <task id="LOCAL-00004" summary="增加元素标题&amp;&amp;增加图片定时删除任务">
  180. <created>1688095902840</created>
  181. <option name="number" value="00004" />
  182. <option name="presentableId" value="LOCAL-00004" />
  183. <option name="project" value="LOCAL" />
  184. <updated>1688095902840</updated>
  185. </task>
  186. <task id="LOCAL-00005" summary="增加元素标题&amp;&amp;增加图片定时删除任务">
  187. <created>1688095960395</created>
  188. <option name="number" value="00005" />
  189. <option name="presentableId" value="LOCAL-00005" />
  190. <option name="project" value="LOCAL" />
  191. <updated>1688095960395</updated>
  192. </task>
  193. <task id="LOCAL-00006" summary="增加元素标题&amp;&amp;增加图片定时删除任务">
  194. <created>1688096044311</created>
  195. <option name="number" value="00006" />
  196. <option name="presentableId" value="LOCAL-00006" />
  197. <option name="project" value="LOCAL" />
  198. <updated>1688096044311</updated>
  199. </task>
  200. <task id="LOCAL-00007" summary="增加元素标题&amp;&amp;增加图片定时删除任务">
  201. <created>1688096294850</created>
  202. <option name="number" value="00007" />
  203. <option name="presentableId" value="LOCAL-00007" />
  204. <option name="project" value="LOCAL" />
  205. <updated>1688096294850</updated>
  206. </task>
  207. <task id="LOCAL-00008" summary="打包缺少字体 重新打包">
  208. <created>1688105713635</created>
  209. <option name="number" value="00008" />
  210. <option name="presentableId" value="LOCAL-00008" />
  211. <option name="project" value="LOCAL" />
  212. <updated>1688105713635</updated>
  213. </task>
  214. <task id="LOCAL-00009" summary="打包缺少字体 重新打包">
  215. <created>1688106068216</created>
  216. <option name="number" value="00009" />
  217. <option name="presentableId" value="LOCAL-00009" />
  218. <option name="project" value="LOCAL" />
  219. <updated>1688106068216</updated>
  220. </task>
  221. <task id="LOCAL-00010" summary="换行修改">
  222. <created>1688119137887</created>
  223. <option name="number" value="00010" />
  224. <option name="presentableId" value="LOCAL-00010" />
  225. <option name="project" value="LOCAL" />
  226. <updated>1688119137888</updated>
  227. </task>
  228. <task id="LOCAL-00011" summary="换行修改">
  229. <created>1688119421147</created>
  230. <option name="number" value="00011" />
  231. <option name="presentableId" value="LOCAL-00011" />
  232. <option name="project" value="LOCAL" />
  233. <updated>1688119421147</updated>
  234. </task>
  235. <task id="LOCAL-00012" summary="基础功能修改">
  236. <created>1688201659262</created>
  237. <option name="number" value="00012" />
  238. <option name="presentableId" value="LOCAL-00012" />
  239. <option name="project" value="LOCAL" />
  240. <updated>1688201659262</updated>
  241. </task>
  242. <task id="LOCAL-00013" summary="打包">
  243. <created>1688201986620</created>
  244. <option name="number" value="00013" />
  245. <option name="presentableId" value="LOCAL-00013" />
  246. <option name="project" value="LOCAL" />
  247. <updated>1688201986620</updated>
  248. </task>
  249. <task id="LOCAL-00014" summary="表结构">
  250. <created>1688202616816</created>
  251. <option name="number" value="00014" />
  252. <option name="presentableId" value="LOCAL-00014" />
  253. <option name="project" value="LOCAL" />
  254. <updated>1688202616816</updated>
  255. </task>
  256. <task id="LOCAL-00015" summary="换行修改">
  257. <created>1688209899146</created>
  258. <option name="number" value="00015" />
  259. <option name="presentableId" value="LOCAL-00015" />
  260. <option name="project" value="LOCAL" />
  261. <updated>1688209899146</updated>
  262. </task>
  263. <task id="LOCAL-00016" summary="换行修改">
  264. <created>1688349732490</created>
  265. <option name="number" value="00016" />
  266. <option name="presentableId" value="LOCAL-00016" />
  267. <option name="project" value="LOCAL" />
  268. <updated>1688349732490</updated>
  269. </task>
  270. <option name="localTasksCounter" value="17" />
  271. <servers />
  272. </component>
  273. <component name="TypeScriptGeneratedFilesManager">
  274. <option name="version" value="1" />
  275. </component>
  276. <component name="VcsManagerConfiguration">
  277. <MESSAGE value="first" />
  278. <MESSAGE value="增加元素标题&amp;&amp;增加图片定时删除任务" />
  279. <MESSAGE value="打包缺少字体 重新打包" />
  280. <MESSAGE value="基础功能修改" />
  281. <MESSAGE value="打包" />
  282. <MESSAGE value="表结构" />
  283. <MESSAGE value="换行修改" />
  284. <option name="LAST_COMMIT_MESSAGE" value="换行修改" />
  285. </component>
  286. <component name="WindowStateProjectService">
  287. <state x="2472" y="179" key="#Project_Structure" timestamp="1686980712134">
  288. <screen x="1920" y="0" width="1920" height="1040" />
  289. </state>
  290. <state x="2472" y="179" key="#Project_Structure/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1686980712134" />
  291. <state x="2685" y="230" key="#com.intellij.ide.util.MemberChooser" timestamp="1688199809631">
  292. <screen x="1920" y="0" width="1920" height="1040" />
  293. </state>
  294. <state x="2685" y="230" key="#com.intellij.ide.util.MemberChooser/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688199809631" />
  295. <state x="2685" y="445" key="#com.intellij.refactoring.move.MoveHandler.SelectRefactoringDialog" timestamp="1688023660778">
  296. <screen x="1920" y="0" width="1920" height="1040" />
  297. </state>
  298. <state x="2685" y="445" key="#com.intellij.refactoring.move.MoveHandler.SelectRefactoringDialog/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688023660778" />
  299. <state x="2641" y="379" width="528" height="292" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes" timestamp="1686993271694">
  300. <screen x="1920" y="0" width="1920" height="1040" />
  301. </state>
  302. <state x="2641" y="379" width="528" height="292" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1686993271694" />
  303. <state x="2641" y="400" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.packages" timestamp="1687137769436">
  304. <screen x="1920" y="0" width="1920" height="1040" />
  305. </state>
  306. <state x="2641" y="400" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.packages/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1687137769436" />
  307. <state x="2610" y="267" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1688023284656">
  308. <screen x="1920" y="0" width="1920" height="1040" />
  309. </state>
  310. <state x="2610" y="267" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688023284656" />
  311. <state x="2635" y="222" key="#xdebugger.evaluate" timestamp="1688122971764">
  312. <screen x="1920" y="0" width="1920" height="1040" />
  313. </state>
  314. <state x="2635" y="222" key="#xdebugger.evaluate/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688122971764" />
  315. <state x="2377" y="112" key="CommitChangelistDialog2" timestamp="1688349727629">
  316. <screen x="1920" y="0" width="1920" height="1040" />
  317. </state>
  318. <state x="2377" y="112" key="CommitChangelistDialog2/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688349727629" />
  319. <state width="1188" height="466" key="DebuggerActiveHint" timestamp="1688208590357">
  320. <screen x="1920" y="0" width="1920" height="1040" />
  321. </state>
  322. <state width="1188" height="466" key="DebuggerActiveHint/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688208590357" />
  323. <state x="2660" y="275" key="FileChooserDialogImpl" timestamp="1688010935519">
  324. <screen x="1920" y="0" width="1920" height="1040" />
  325. </state>
  326. <state x="2660" y="275" key="FileChooserDialogImpl/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688010935519" />
  327. <state width="1877" height="425" key="GridCell.Tab.0.bottom" timestamp="1688350712642">
  328. <screen x="1920" y="0" width="1920" height="1040" />
  329. </state>
  330. <state width="1877" height="380" key="GridCell.Tab.0.bottom/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042765" />
  331. <state width="1877" height="425" key="GridCell.Tab.0.bottom/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688350712642" />
  332. <state width="1877" height="425" key="GridCell.Tab.0.center" timestamp="1688350712642">
  333. <screen x="1920" y="0" width="1920" height="1040" />
  334. </state>
  335. <state width="1877" height="380" key="GridCell.Tab.0.center/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042765" />
  336. <state width="1877" height="425" key="GridCell.Tab.0.center/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688350712642" />
  337. <state width="1877" height="425" key="GridCell.Tab.0.left" timestamp="1688350712642">
  338. <screen x="1920" y="0" width="1920" height="1040" />
  339. </state>
  340. <state width="1877" height="380" key="GridCell.Tab.0.left/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042765" />
  341. <state width="1877" height="425" key="GridCell.Tab.0.left/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688350712642" />
  342. <state width="1877" height="425" key="GridCell.Tab.0.right" timestamp="1688350712642">
  343. <screen x="1920" y="0" width="1920" height="1040" />
  344. </state>
  345. <state width="1877" height="380" key="GridCell.Tab.0.right/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042765" />
  346. <state width="1877" height="425" key="GridCell.Tab.0.right/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688350712642" />
  347. <state width="1877" height="171" key="GridCell.Tab.1.bottom" timestamp="1688350699111">
  348. <screen x="1920" y="0" width="1920" height="1040" />
  349. </state>
  350. <state width="1877" height="380" key="GridCell.Tab.1.bottom/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042766" />
  351. <state width="1877" height="171" key="GridCell.Tab.1.bottom/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688350699111" />
  352. <state width="1877" height="171" key="GridCell.Tab.1.center" timestamp="1688350699110">
  353. <screen x="1920" y="0" width="1920" height="1040" />
  354. </state>
  355. <state width="1877" height="380" key="GridCell.Tab.1.center/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042765" />
  356. <state width="1877" height="171" key="GridCell.Tab.1.center/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688350699110" />
  357. <state width="1877" height="171" key="GridCell.Tab.1.left" timestamp="1688350699110">
  358. <screen x="1920" y="0" width="1920" height="1040" />
  359. </state>
  360. <state width="1877" height="380" key="GridCell.Tab.1.left/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042765" />
  361. <state width="1877" height="171" key="GridCell.Tab.1.left/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688350699110" />
  362. <state width="1877" height="171" key="GridCell.Tab.1.right" timestamp="1688350699111">
  363. <screen x="1920" y="0" width="1920" height="1040" />
  364. </state>
  365. <state width="1877" height="380" key="GridCell.Tab.1.right/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042765" />
  366. <state width="1877" height="171" key="GridCell.Tab.1.right/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688350699111" />
  367. <state width="1877" height="171" key="GridCell.Tab.2.bottom" timestamp="1688350699111">
  368. <screen x="1920" y="0" width="1920" height="1040" />
  369. </state>
  370. <state width="1877" height="380" key="GridCell.Tab.2.bottom/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042767" />
  371. <state width="1877" height="171" key="GridCell.Tab.2.bottom/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688350699111" />
  372. <state width="1877" height="171" key="GridCell.Tab.2.center" timestamp="1688350699111">
  373. <screen x="1920" y="0" width="1920" height="1040" />
  374. </state>
  375. <state width="1877" height="380" key="GridCell.Tab.2.center/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042766" />
  376. <state width="1877" height="171" key="GridCell.Tab.2.center/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688350699111" />
  377. <state width="1877" height="171" key="GridCell.Tab.2.left" timestamp="1688350699111">
  378. <screen x="1920" y="0" width="1920" height="1040" />
  379. </state>
  380. <state width="1877" height="380" key="GridCell.Tab.2.left/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042766" />
  381. <state width="1877" height="171" key="GridCell.Tab.2.left/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688350699111" />
  382. <state width="1877" height="171" key="GridCell.Tab.2.right" timestamp="1688350699111">
  383. <screen x="1920" y="0" width="1920" height="1040" />
  384. </state>
  385. <state width="1877" height="380" key="GridCell.Tab.2.right/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042767" />
  386. <state width="1877" height="171" key="GridCell.Tab.2.right/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688350699111" />
  387. <state x="2381" y="162" key="SettingsEditor" timestamp="1688011350889">
  388. <screen x="1920" y="0" width="1920" height="1040" />
  389. </state>
  390. <state x="461" y="162" key="SettingsEditor/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687136970053" />
  391. <state x="2381" y="162" key="SettingsEditor/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688011350889" />
  392. <state x="2472" y="253" key="Vcs.Push.Dialog.v2" timestamp="1688349743005">
  393. <screen x="1920" y="0" width="1920" height="1040" />
  394. </state>
  395. <state x="2472" y="253" key="Vcs.Push.Dialog.v2/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688349743005" />
  396. <state x="2560" y="344" key="com.intellij.ide.util.TipDialog" timestamp="1688200042896">
  397. <screen x="1920" y="0" width="1920" height="1040" />
  398. </state>
  399. <state x="2560" y="344" key="com.intellij.ide.util.TipDialog/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688200042896" />
  400. <state x="2672" y="437" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1688096101586">
  401. <screen x="1920" y="0" width="1920" height="1040" />
  402. </state>
  403. <state x="2672" y="437" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688096101586" />
  404. <state x="2610" y="274" key="extract.method.dialog" timestamp="1688122435524">
  405. <screen x="1920" y="0" width="1920" height="1040" />
  406. </state>
  407. <state x="2610" y="274" key="extract.method.dialog/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688122435524" />
  408. <state x="2556" y="253" width="786" height="600" key="find.popup" timestamp="1688180355005">
  409. <screen x="1920" y="0" width="1920" height="1040" />
  410. </state>
  411. <state x="2556" y="253" width="786" height="600" key="find.popup/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688180355005" />
  412. <state x="2254" y="221" key="new project wizard" timestamp="1687836631621">
  413. <screen x="1920" y="0" width="1920" height="1040" />
  414. </state>
  415. <state x="2254" y="221" key="new project wizard/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1687836631621" />
  416. <state x="2536" y="240" key="run.anything.popup" timestamp="1688188675365">
  417. <screen x="1920" y="0" width="1920" height="1040" />
  418. </state>
  419. <state x="2536" y="240" key="run.anything.popup/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688188675365" />
  420. </component>
  421. </project>