103 lines
3.0 KiB
Plaintext
103 lines
3.0 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bnptm4rlp60dq"]
|
||
|
||
[ext_resource type="Script" path="res://scenes/настройки/настройки.gd" id="1_2l3rd"]
|
||
[ext_resource type="Script" path="res://table/table.gd" id="2_ts42i"]
|
||
|
||
[sub_resource type="GDScript" id="GDScript_anjmx"]
|
||
script/source = "extends LineEdit
|
||
|
||
func _ready() -> void: text = ProjectSettings.get('application/config/map_server_addr')
|
||
|
||
|
||
func _on_text_changed(new_text: String) -> void:
|
||
ProjectSettings.set('application/config/map_server_addr', new_text)
|
||
ProjectSettings.save_custom('override.cfg')
|
||
"
|
||
|
||
[node name="Настройки" type="Panel"]
|
||
script = ExtResource("1_2l3rd")
|
||
|
||
[node name="table" type="GridContainer" parent="."]
|
||
layout_mode = 2
|
||
offset_left = 32.0
|
||
offset_top = 96.0
|
||
offset_right = 241.0
|
||
offset_bottom = 535.0
|
||
columns = 2
|
||
script = ExtResource("2_ts42i")
|
||
|
||
[node name="Label1" type="Label" parent="."]
|
||
layout_mode = 0
|
||
offset_left = 16.0
|
||
offset_top = 60.0
|
||
offset_right = 434.0
|
||
offset_bottom = 82.0
|
||
text = "Управление элементами в режиме с ограниченным доступом"
|
||
|
||
[node name="Label2" type="Label" parent="."]
|
||
layout_mode = 0
|
||
offset_left = 16.0
|
||
offset_top = 20.0
|
||
offset_right = 476.0
|
||
offset_bottom = 50.0
|
||
text = "Текущий режим доступа: полный"
|
||
vertical_alignment = 1
|
||
|
||
[node name="edt_mapaddr" type="LineEdit" parent="."]
|
||
layout_mode = 0
|
||
offset_left = 660.0
|
||
offset_top = 80.0
|
||
offset_right = 1032.0
|
||
offset_bottom = 110.0
|
||
script = SubResource("GDScript_anjmx")
|
||
|
||
[node name="Label" type="Label" parent="edt_mapaddr"]
|
||
layout_mode = 0
|
||
offset_left = -180.0
|
||
offset_right = -20.0
|
||
offset_bottom = 30.0
|
||
text = "Адрес сервера карт:"
|
||
vertical_alignment = 1
|
||
|
||
[node name="GridContainer2" type="GridContainer" parent="."]
|
||
layout_mode = 0
|
||
offset_left = 478.0
|
||
offset_top = 154.0
|
||
offset_right = 784.0
|
||
offset_bottom = 260.0
|
||
columns = 2
|
||
|
||
[node name="external_cu_lbl" type="Label" parent="GridContainer2"]
|
||
layout_mode = 2
|
||
text = "Внешнее целеуказание."
|
||
vertical_alignment = 1
|
||
|
||
[node name="external_cu_btn" type="CheckButton" parent="GridContainer2"]
|
||
layout_mode = 2
|
||
|
||
[node name="Label19" type="Label" parent="GridContainer2"]
|
||
layout_mode = 2
|
||
size_flags_horizontal = 3
|
||
size_flags_vertical = 3
|
||
text = "Кнопка «Подавление».
|
||
Отключить отображение этой кнопки,
|
||
что бы тип помех применялся сразу."
|
||
|
||
[node name="CheckButton18" type="CheckButton" parent="GridContainer2"]
|
||
layout_mode = 2
|
||
size_flags_horizontal = 6
|
||
size_flags_vertical = 6
|
||
button_pressed = true
|
||
|
||
[node name="lbl_commit" type="Label" parent="."]
|
||
layout_mode = 0
|
||
offset_left = 480.0
|
||
offset_top = 20.0
|
||
offset_right = 1040.0
|
||
offset_bottom = 50.0
|
||
text = "Текущая версия ПО УАРЭП:"
|
||
vertical_alignment = 1
|
||
|
||
[connection signal="text_changed" from="edt_mapaddr" to="edt_mapaddr" method="_on_text_changed"]
|
||
[connection signal="pressed" from="GridContainer2/external_cu_btn" to="." method="_on_external_cu_btn_pressed"]
|