launch.tscn 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563
  1. [gd_scene load_steps=25 format=3 uid="uid://i6g3y6btijjm"]
  2. [ext_resource type="Script" path="res://scripts/launch/launch.gd" id="1_4mmer"]
  3. [ext_resource type="Texture2D" uid="uid://d05rp7emahb2e" path="res://assets/launch/background.jpeg" id="1_5xji2"]
  4. [ext_resource type="Texture2D" uid="uid://cuej03yg4jipe" path="res://assets/launch/logo.png" id="2_0aob3"]
  5. [ext_resource type="Texture2D" uid="uid://fsim526ipc0l" path="res://assets/launch/login/login_main.png" id="3_5llxh"]
  6. [ext_resource type="Texture2D" uid="uid://b472vuaqbt1hm" path="res://assets/launch/login/submit_button_0.png" id="4_h5ojd"]
  7. [ext_resource type="Texture2D" uid="uid://id8ukp52jn5u" path="res://assets/launch/login/submit_button_1.png" id="5_jt32w"]
  8. [ext_resource type="Texture2D" uid="uid://cdtol765yndq1" path="res://assets/launch/login/submit_button_2.png" id="6_0lxvy"]
  9. [ext_resource type="Texture2D" uid="uid://cleovhwlcag2s" path="res://assets/launch/login/register_button_0.png" id="7_tqnk7"]
  10. [ext_resource type="Texture2D" uid="uid://ddfh33qyp8cnv" path="res://assets/launch/login/register_button_1.png" id="8_gwvfn"]
  11. [ext_resource type="Texture2D" uid="uid://d3akgj26g15lg" path="res://assets/launch/login/register_button_2.png" id="9_4hsjm"]
  12. [ext_resource type="Texture2D" uid="uid://cnleexs8kkua8" path="res://assets/launch/login/change_password_button_0.png" id="10_pmgwe"]
  13. [ext_resource type="Texture2D" uid="uid://c2yxw4e4eqhtf" path="res://assets/launch/login/change_password_button_1.png" id="11_qrjou"]
  14. [ext_resource type="Texture2D" uid="uid://bc32c8pqrsy0b" path="res://assets/launch/login/change_password_button_2.png" id="12_2fiqv"]
  15. [ext_resource type="Texture2D" uid="uid://7ckxiv7awadm" path="res://assets/launch/login/register.png" id="13_ruxkj"]
  16. [ext_resource type="FontFile" uid="uid://b8ippc7k3ew6o" path="res://assets/common/font/msyh.ttc" id="13_scx2i"]
  17. [ext_resource type="Texture2D" uid="uid://bijbk6c76ynei" path="res://assets/launch/login/change_password.png" id="14_d8t0o"]
  18. [ext_resource type="Texture2D" uid="uid://dmkyb57b0idt6" path="res://assets/launch/login/confirm_button_0.png" id="14_f5mlh"]
  19. [ext_resource type="Texture2D" uid="uid://b2fk8xp87k1g" path="res://assets/launch/login/confirm_button_1.png" id="15_783oq"]
  20. [ext_resource type="Texture2D" uid="uid://culi1hqcmv5eo" path="res://assets/launch/login/confirm_button_2.png" id="16_tgcix"]
  21. [ext_resource type="Texture2D" uid="uid://bff7ga8f5lquw" path="res://assets/launch/login/cancel_button_0.png" id="17_1wujc"]
  22. [ext_resource type="Texture2D" uid="uid://06rsvnelh6ug" path="res://assets/launch/login/cancel_button_1.png" id="18_odk15"]
  23. [ext_resource type="Texture2D" uid="uid://cbdi6fpcw3q66" path="res://assets/launch/login/cancel_button_2.png" id="19_m2fqs"]
  24. [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_m6v8k"]
  25. [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_twyo5"]
  26. [node name="Launch" type="Control"]
  27. layout_mode = 3
  28. anchors_preset = 15
  29. anchor_right = 1.0
  30. anchor_bottom = 1.0
  31. grow_horizontal = 2
  32. grow_vertical = 2
  33. script = ExtResource("1_4mmer")
  34. [node name="Background" type="TextureRect" parent="."]
  35. layout_mode = 1
  36. anchors_preset = 15
  37. anchor_right = 1.0
  38. anchor_bottom = 1.0
  39. grow_horizontal = 2
  40. grow_vertical = 2
  41. texture = ExtResource("1_5xji2")
  42. expand_mode = 2
  43. stretch_mode = 6
  44. [node name="Logo" type="TextureRect" parent="."]
  45. layout_mode = 1
  46. anchors_preset = 8
  47. anchor_left = 0.5
  48. anchor_top = 0.5
  49. anchor_right = 0.5
  50. anchor_bottom = 0.5
  51. offset_left = -200.5
  52. offset_top = -264.5
  53. offset_right = 200.5
  54. offset_bottom = 172.5
  55. grow_horizontal = 2
  56. grow_vertical = 2
  57. texture = ExtResource("2_0aob3")
  58. [node name="Login" type="Control" parent="."]
  59. layout_mode = 1
  60. anchors_preset = 15
  61. anchor_right = 1.0
  62. anchor_bottom = 1.0
  63. grow_horizontal = 2
  64. grow_vertical = 2
  65. [node name="Main" type="Control" parent="Login"]
  66. layout_mode = 1
  67. anchors_preset = 15
  68. anchor_right = 1.0
  69. anchor_bottom = 1.0
  70. grow_horizontal = 2
  71. grow_vertical = 2
  72. [node name="Background" type="TextureRect" parent="Login/Main"]
  73. layout_mode = 1
  74. anchors_preset = 8
  75. anchor_left = 0.5
  76. anchor_top = 0.5
  77. anchor_right = 0.5
  78. anchor_bottom = 0.5
  79. offset_left = -281.0
  80. offset_top = 64.5
  81. offset_right = 281.0
  82. offset_bottom = 319.5
  83. grow_horizontal = 2
  84. grow_vertical = 2
  85. texture = ExtResource("3_5llxh")
  86. [node name="MainSubmitButton" type="TextureButton" parent="Login/Main/Background"]
  87. layout_mode = 1
  88. anchors_preset = 8
  89. anchor_left = 0.5
  90. anchor_top = 0.5
  91. anchor_right = 0.5
  92. anchor_bottom = 0.5
  93. offset_left = -93.0
  94. offset_top = 13.0
  95. offset_right = 109.0
  96. offset_bottom = 59.0
  97. grow_horizontal = 2
  98. grow_vertical = 2
  99. texture_normal = ExtResource("4_h5ojd")
  100. texture_pressed = ExtResource("5_jt32w")
  101. texture_hover = ExtResource("6_0lxvy")
  102. [node name="MainRegisterButton" type="TextureButton" parent="Login/Main/Background"]
  103. layout_mode = 1
  104. anchors_preset = 8
  105. anchor_left = 0.5
  106. anchor_top = 0.5
  107. anchor_right = 0.5
  108. anchor_bottom = 0.5
  109. offset_left = -170.0
  110. offset_top = 81.0
  111. offset_right = -48.0
  112. offset_bottom = 104.0
  113. grow_horizontal = 2
  114. grow_vertical = 2
  115. texture_normal = ExtResource("7_tqnk7")
  116. texture_pressed = ExtResource("8_gwvfn")
  117. texture_hover = ExtResource("9_4hsjm")
  118. [node name="MainChangePasswordButton" type="TextureButton" parent="Login/Main/Background"]
  119. layout_mode = 1
  120. anchors_preset = 8
  121. anchor_left = 0.5
  122. anchor_top = 0.5
  123. anchor_right = 0.5
  124. anchor_bottom = 0.5
  125. offset_left = 45.0
  126. offset_top = 79.0
  127. offset_right = 167.0
  128. offset_bottom = 104.0
  129. grow_horizontal = 2
  130. grow_vertical = 2
  131. texture_normal = ExtResource("10_pmgwe")
  132. texture_pressed = ExtResource("11_qrjou")
  133. texture_hover = ExtResource("12_2fiqv")
  134. [node name="MainAccountInput" type="LineEdit" parent="Login/Main/Background"]
  135. layout_mode = 1
  136. anchors_preset = 8
  137. anchor_left = 0.5
  138. anchor_top = 0.5
  139. anchor_right = 0.5
  140. anchor_bottom = 0.5
  141. offset_left = -84.0
  142. offset_top = -79.5
  143. offset_right = 102.0
  144. offset_bottom = -52.5
  145. grow_horizontal = 2
  146. grow_vertical = 2
  147. theme_override_fonts/font = ExtResource("13_scx2i")
  148. theme_override_font_sizes/font_size = 12
  149. theme_override_styles/focus = SubResource("StyleBoxEmpty_m6v8k")
  150. placeholder_text = "请输入登录邮箱"
  151. flat = true
  152. [node name="MainPasswordInput" type="LineEdit" parent="Login/Main/Background"]
  153. layout_mode = 1
  154. anchors_preset = 8
  155. anchor_left = 0.5
  156. anchor_top = 0.5
  157. anchor_right = 0.5
  158. anchor_bottom = 0.5
  159. offset_left = -83.0
  160. offset_top = -30.5
  161. offset_right = 103.0
  162. offset_bottom = -3.5
  163. grow_horizontal = 2
  164. grow_vertical = 2
  165. theme_override_fonts/font = ExtResource("13_scx2i")
  166. theme_override_font_sizes/font_size = 12
  167. theme_override_styles/focus = SubResource("StyleBoxEmpty_twyo5")
  168. placeholder_text = "请输入登录密码"
  169. flat = true
  170. secret = true
  171. secret_character = "*"
  172. [node name="Register" type="Control" parent="Login"]
  173. layout_mode = 1
  174. anchors_preset = 15
  175. anchor_right = 1.0
  176. anchor_bottom = 1.0
  177. grow_horizontal = 2
  178. grow_vertical = 2
  179. [node name="Background" type="TextureRect" parent="Login/Register"]
  180. layout_mode = 1
  181. anchors_preset = 8
  182. anchor_left = 0.5
  183. anchor_top = 0.5
  184. anchor_right = 0.5
  185. anchor_bottom = 0.5
  186. offset_left = -281.5
  187. offset_top = -191.5
  188. offset_right = 281.5
  189. offset_bottom = 191.5
  190. grow_horizontal = 2
  191. grow_vertical = 2
  192. texture = ExtResource("13_ruxkj")
  193. [node name="RegisterConfirmButton" type="TextureButton" parent="Login/Register/Background"]
  194. layout_mode = 1
  195. anchors_preset = 7
  196. anchor_left = 0.5
  197. anchor_top = 1.0
  198. anchor_right = 0.5
  199. anchor_bottom = 1.0
  200. offset_left = 20.0
  201. offset_top = -52.0
  202. offset_right = 104.0
  203. offset_bottom = -23.0
  204. grow_horizontal = 2
  205. grow_vertical = 0
  206. texture_normal = ExtResource("14_f5mlh")
  207. texture_pressed = ExtResource("15_783oq")
  208. texture_hover = ExtResource("16_tgcix")
  209. [node name="RegisterCancelButton" type="TextureButton" parent="Login/Register/Background"]
  210. layout_mode = 1
  211. anchors_preset = 7
  212. anchor_left = 0.5
  213. anchor_top = 1.0
  214. anchor_right = 0.5
  215. anchor_bottom = 1.0
  216. offset_left = 121.0
  217. offset_top = -52.0
  218. offset_right = 205.0
  219. offset_bottom = -23.0
  220. grow_horizontal = 2
  221. grow_vertical = 0
  222. texture_normal = ExtResource("17_1wujc")
  223. texture_pressed = ExtResource("18_odk15")
  224. texture_hover = ExtResource("19_m2fqs")
  225. [node name="RegisterAccountInput" type="LineEdit" parent="Login/Register/Background"]
  226. layout_mode = 1
  227. anchors_preset = 8
  228. anchor_left = 0.5
  229. anchor_top = 0.5
  230. anchor_right = 0.5
  231. anchor_bottom = 0.5
  232. offset_left = -170.5
  233. offset_top = -131.5
  234. offset_right = 10.5
  235. offset_bottom = -106.5
  236. grow_horizontal = 2
  237. grow_vertical = 2
  238. theme_override_fonts/font = ExtResource("13_scx2i")
  239. theme_override_font_sizes/font_size = 12
  240. theme_override_styles/focus = SubResource("StyleBoxEmpty_m6v8k")
  241. placeholder_text = "请输入登录邮箱"
  242. flat = true
  243. [node name="RegisterPasswordInput" type="LineEdit" parent="Login/Register/Background"]
  244. layout_mode = 1
  245. anchors_preset = 8
  246. anchor_left = 0.5
  247. anchor_top = 0.5
  248. anchor_right = 0.5
  249. anchor_bottom = 0.5
  250. offset_left = -170.5
  251. offset_top = -101.5
  252. offset_right = 10.5
  253. offset_bottom = -76.5
  254. grow_horizontal = 2
  255. grow_vertical = 2
  256. theme_override_fonts/font = ExtResource("13_scx2i")
  257. theme_override_font_sizes/font_size = 12
  258. theme_override_styles/focus = SubResource("StyleBoxEmpty_m6v8k")
  259. placeholder_text = "请输入登录密码"
  260. flat = true
  261. [node name="RegisterConfirmPasswordInput" type="LineEdit" parent="Login/Register/Background"]
  262. layout_mode = 1
  263. anchors_preset = 8
  264. anchor_left = 0.5
  265. anchor_top = 0.5
  266. anchor_right = 0.5
  267. anchor_bottom = 0.5
  268. offset_left = -170.5
  269. offset_top = -71.5
  270. offset_right = 10.5
  271. offset_bottom = -46.5
  272. grow_horizontal = 2
  273. grow_vertical = 2
  274. theme_override_fonts/font = ExtResource("13_scx2i")
  275. theme_override_font_sizes/font_size = 12
  276. theme_override_styles/focus = SubResource("StyleBoxEmpty_m6v8k")
  277. placeholder_text = "请输入登录密码"
  278. flat = true
  279. [node name="RegisterNameInput" type="LineEdit" parent="Login/Register/Background"]
  280. layout_mode = 1
  281. anchors_preset = 8
  282. anchor_left = 0.5
  283. anchor_top = 0.5
  284. anchor_right = 0.5
  285. anchor_bottom = 0.5
  286. offset_left = -171.5
  287. offset_top = -28.5
  288. offset_right = 9.5
  289. offset_bottom = -3.5
  290. grow_horizontal = 2
  291. grow_vertical = 2
  292. theme_override_fonts/font = ExtResource("13_scx2i")
  293. theme_override_font_sizes/font_size = 12
  294. theme_override_styles/focus = SubResource("StyleBoxEmpty_m6v8k")
  295. placeholder_text = "请输入真实姓名"
  296. flat = true
  297. [node name="RegisterNumberInput" type="LineEdit" parent="Login/Register/Background"]
  298. layout_mode = 1
  299. anchors_preset = 8
  300. anchor_left = 0.5
  301. anchor_top = 0.5
  302. anchor_right = 0.5
  303. anchor_bottom = 0.5
  304. offset_left = -171.5
  305. offset_top = 1.5
  306. offset_right = 9.5
  307. offset_bottom = 26.5
  308. grow_horizontal = 2
  309. grow_vertical = 2
  310. theme_override_fonts/font = ExtResource("13_scx2i")
  311. theme_override_font_sizes/font_size = 12
  312. theme_override_styles/focus = SubResource("StyleBoxEmpty_m6v8k")
  313. placeholder_text = "请输入身份证号码"
  314. flat = true
  315. [node name="RegisterQuestionAInput" type="LineEdit" parent="Login/Register/Background"]
  316. layout_mode = 1
  317. anchors_preset = 8
  318. anchor_left = 0.5
  319. anchor_top = 0.5
  320. anchor_right = 0.5
  321. anchor_bottom = 0.5
  322. offset_left = -171.5
  323. offset_top = 53.5
  324. offset_right = 9.5
  325. offset_bottom = 78.5
  326. grow_horizontal = 2
  327. grow_vertical = 2
  328. theme_override_fonts/font = ExtResource("13_scx2i")
  329. theme_override_font_sizes/font_size = 12
  330. theme_override_styles/focus = SubResource("StyleBoxEmpty_m6v8k")
  331. placeholder_text = "请设置密保问题"
  332. flat = true
  333. [node name="RegisterAnswerAInput" type="LineEdit" parent="Login/Register/Background"]
  334. layout_mode = 1
  335. anchors_preset = 8
  336. anchor_left = 0.5
  337. anchor_top = 0.5
  338. anchor_right = 0.5
  339. anchor_bottom = 0.5
  340. offset_left = -171.5
  341. offset_top = 83.5
  342. offset_right = 9.5
  343. offset_bottom = 108.5
  344. grow_horizontal = 2
  345. grow_vertical = 2
  346. theme_override_fonts/font = ExtResource("13_scx2i")
  347. theme_override_font_sizes/font_size = 12
  348. theme_override_styles/focus = SubResource("StyleBoxEmpty_m6v8k")
  349. placeholder_text = "请设置密保问题答案"
  350. flat = true
  351. [node name="RegisterQuestionBInput" type="LineEdit" parent="Login/Register/Background"]
  352. layout_mode = 1
  353. anchors_preset = 8
  354. anchor_left = 0.5
  355. anchor_top = 0.5
  356. anchor_right = 0.5
  357. anchor_bottom = 0.5
  358. offset_left = -171.5
  359. offset_top = 113.5
  360. offset_right = 9.5
  361. offset_bottom = 138.5
  362. grow_horizontal = 2
  363. grow_vertical = 2
  364. theme_override_fonts/font = ExtResource("13_scx2i")
  365. theme_override_font_sizes/font_size = 12
  366. theme_override_styles/focus = SubResource("StyleBoxEmpty_m6v8k")
  367. placeholder_text = "请设置密保问题"
  368. flat = true
  369. [node name="RegisterAnswerBInput" type="LineEdit" parent="Login/Register/Background"]
  370. layout_mode = 1
  371. anchors_preset = 8
  372. anchor_left = 0.5
  373. anchor_top = 0.5
  374. anchor_right = 0.5
  375. anchor_bottom = 0.5
  376. offset_left = -171.5
  377. offset_top = 143.5
  378. offset_right = 9.5
  379. offset_bottom = 168.5
  380. grow_horizontal = 2
  381. grow_vertical = 2
  382. theme_override_fonts/font = ExtResource("13_scx2i")
  383. theme_override_font_sizes/font_size = 12
  384. theme_override_styles/focus = SubResource("StyleBoxEmpty_m6v8k")
  385. placeholder_text = "请设置密保问题答案"
  386. flat = true
  387. [node name="ChangePassword" type="Control" parent="Login"]
  388. visible = false
  389. layout_mode = 1
  390. anchors_preset = 15
  391. anchor_right = 1.0
  392. anchor_bottom = 1.0
  393. grow_horizontal = 2
  394. grow_vertical = 2
  395. [node name="Background" type="TextureRect" parent="Login/ChangePassword"]
  396. layout_mode = 1
  397. anchors_preset = 8
  398. anchor_left = 0.5
  399. anchor_top = 0.5
  400. anchor_right = 0.5
  401. anchor_bottom = 0.5
  402. offset_left = -185.5
  403. offset_top = -124.5
  404. offset_right = 185.5
  405. offset_bottom = 124.5
  406. grow_horizontal = 2
  407. grow_vertical = 2
  408. texture = ExtResource("14_d8t0o")
  409. [node name="ChangePasswordConfirmButton" type="TextureButton" parent="Login/ChangePassword/Background"]
  410. layout_mode = 1
  411. anchors_preset = 7
  412. anchor_left = 0.5
  413. anchor_top = 1.0
  414. anchor_right = 0.5
  415. anchor_bottom = 1.0
  416. offset_left = -47.0
  417. offset_top = -62.0
  418. offset_right = 37.0
  419. offset_bottom = -33.0
  420. grow_horizontal = 2
  421. grow_vertical = 0
  422. texture_normal = ExtResource("14_f5mlh")
  423. texture_pressed = ExtResource("15_783oq")
  424. texture_hover = ExtResource("16_tgcix")
  425. [node name="ChangePasswordCancelButton" type="TextureButton" parent="Login/ChangePassword/Background"]
  426. layout_mode = 1
  427. anchors_preset = 7
  428. anchor_left = 0.5
  429. anchor_top = 1.0
  430. anchor_right = 0.5
  431. anchor_bottom = 1.0
  432. offset_left = 54.0
  433. offset_top = -62.0
  434. offset_right = 138.0
  435. offset_bottom = -33.0
  436. grow_horizontal = 2
  437. grow_vertical = 0
  438. texture_normal = ExtResource("17_1wujc")
  439. texture_pressed = ExtResource("18_odk15")
  440. texture_hover = ExtResource("19_m2fqs")
  441. [node name="ChangePasswordAccountInput" type="LineEdit" parent="Login/ChangePassword/Background"]
  442. layout_mode = 1
  443. anchors_preset = 8
  444. anchor_left = 0.5
  445. anchor_top = 0.5
  446. anchor_right = 0.5
  447. anchor_bottom = 0.5
  448. offset_left = -45.5
  449. offset_top = -64.5
  450. offset_right = 135.5
  451. offset_bottom = -39.5
  452. grow_horizontal = 2
  453. grow_vertical = 2
  454. theme_override_fonts/font = ExtResource("13_scx2i")
  455. theme_override_font_sizes/font_size = 12
  456. theme_override_styles/focus = SubResource("StyleBoxEmpty_m6v8k")
  457. placeholder_text = "请输入账户邮箱"
  458. flat = true
  459. [node name="ChangePasswordOldInput" type="LineEdit" parent="Login/ChangePassword/Background"]
  460. layout_mode = 1
  461. anchors_preset = 8
  462. anchor_left = 0.5
  463. anchor_top = 0.5
  464. anchor_right = 0.5
  465. anchor_bottom = 0.5
  466. offset_left = -45.5
  467. offset_top = -34.5
  468. offset_right = 135.5
  469. offset_bottom = -9.5
  470. grow_horizontal = 2
  471. grow_vertical = 2
  472. theme_override_fonts/font = ExtResource("13_scx2i")
  473. theme_override_font_sizes/font_size = 12
  474. theme_override_styles/focus = SubResource("StyleBoxEmpty_m6v8k")
  475. placeholder_text = "请输入原始密码"
  476. flat = true
  477. [node name="ChangePasswordNewInput" type="LineEdit" parent="Login/ChangePassword/Background"]
  478. layout_mode = 1
  479. anchors_preset = 8
  480. anchor_left = 0.5
  481. anchor_top = 0.5
  482. anchor_right = 0.5
  483. anchor_bottom = 0.5
  484. offset_left = -45.5
  485. offset_top = -4.5
  486. offset_right = 135.5
  487. offset_bottom = 20.5
  488. grow_horizontal = 2
  489. grow_vertical = 2
  490. theme_override_fonts/font = ExtResource("13_scx2i")
  491. theme_override_font_sizes/font_size = 12
  492. theme_override_styles/focus = SubResource("StyleBoxEmpty_m6v8k")
  493. placeholder_text = "请输入新的密码"
  494. flat = true
  495. [node name="ChangePasswordConfirmInput" type="LineEdit" parent="Login/ChangePassword/Background"]
  496. layout_mode = 1
  497. anchors_preset = 8
  498. anchor_left = 0.5
  499. anchor_top = 0.5
  500. anchor_right = 0.5
  501. anchor_bottom = 0.5
  502. offset_left = -45.5
  503. offset_top = 25.5
  504. offset_right = 135.5
  505. offset_bottom = 50.5
  506. grow_horizontal = 2
  507. grow_vertical = 2
  508. theme_override_fonts/font = ExtResource("13_scx2i")
  509. theme_override_font_sizes/font_size = 12
  510. theme_override_styles/focus = SubResource("StyleBoxEmpty_m6v8k")
  511. placeholder_text = "请再次输入新的密码"
  512. flat = true
  513. [node name="Server" type="Control" parent="."]
  514. anchors_preset = 0
  515. offset_right = 40.0
  516. offset_bottom = 40.0
  517. [node name="Role" type="Control" parent="."]
  518. anchors_preset = 0
  519. offset_right = 40.0
  520. offset_bottom = 40.0
  521. [connection signal="pressed" from="Login/Main/Background/MainRegisterButton" to="." method="_on_main_register_button_pressed"]
  522. [connection signal="pressed" from="Login/Main/Background/MainChangePasswordButton" to="." method="_on_main_change_password_button_pressed"]
  523. [connection signal="pressed" from="Login/Register/Background/RegisterConfirmButton" to="." method="_on_register_confirm_button_pressed"]
  524. [connection signal="pressed" from="Login/Register/Background/RegisterCancelButton" to="." method="_on_register_cancel_button_pressed"]
  525. [connection signal="pressed" from="Login/ChangePassword/Background/ChangePasswordCancelButton" to="." method="_on_change_password_cancel_button_pressed"]