82 lines
2.8 KiB
Plaintext
82 lines
2.8 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://7rvw671tlx2i"]
|
||
|
||
[ext_resource type="Texture2D" uid="uid://cs6i1xwx0pmdk" path="res://data/рамка-панели.png" id="1_i25vj"]
|
||
[ext_resource type="Script" path="res://scenes/frame-ecm-list/scroll-ecm-list.gd" id="2_qtnok"]
|
||
[ext_resource type="Script" path="res://table/table.gd" id="3_pqvqk"]
|
||
[ext_resource type="PackedScene" uid="uid://da7w3vkhadfwe" path="res://scenes/button-flat/button-flat.tscn" id="4_op11p"]
|
||
|
||
[node name="frm_ecm_list" type="NinePatchRect"]
|
||
offset_right = 480.0
|
||
offset_bottom = 288.0
|
||
size_flags_horizontal = 3
|
||
size_flags_vertical = 3
|
||
texture = ExtResource("1_i25vj")
|
||
patch_margin_left = 15
|
||
patch_margin_top = 30
|
||
patch_margin_right = 15
|
||
patch_margin_bottom = 10
|
||
|
||
[node name="header" type="Label" parent="."]
|
||
clip_contents = true
|
||
layout_mode = 1
|
||
anchors_preset = 10
|
||
anchor_right = 1.0
|
||
offset_bottom = 22.0
|
||
grow_horizontal = 2
|
||
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
||
text = "Сеансы помех"
|
||
horizontal_alignment = 1
|
||
vertical_alignment = 1
|
||
|
||
[node name="scroll" type="ScrollContainer" parent="."]
|
||
layout_mode = 0
|
||
offset_left = 8.0
|
||
offset_top = 57.0
|
||
offset_right = 472.0
|
||
offset_bottom = 237.0
|
||
script = ExtResource("2_qtnok")
|
||
|
||
[node name="table" type="GridContainer" parent="scroll"]
|
||
layout_mode = 2
|
||
script = ExtResource("3_pqvqk")
|
||
|
||
[node name="grd_forced" type="GridContainer" parent="."]
|
||
layout_mode = 0
|
||
offset_left = 8.0
|
||
offset_top = 245.0
|
||
offset_right = 472.0
|
||
offset_bottom = 281.0
|
||
columns = 4
|
||
|
||
[node name="btn_srn" parent="grd_forced" groups=["группа-принудительно"] instance=ExtResource("4_op11p")]
|
||
layout_mode = 2
|
||
size_flags_horizontal = 3
|
||
size_flags_vertical = 3
|
||
tooltip_text = "Включает принудительную помеху"
|
||
text = "СРН"
|
||
metadata/rfi_name = "ozp1"
|
||
|
||
[node name="btn_jtids" parent="grd_forced" groups=["группа-принудительно"] instance=ExtResource("4_op11p")]
|
||
editor_description = "Кнопка для принудительного включения группы секторов в режим JTIDS"
|
||
layout_mode = 2
|
||
size_flags_horizontal = 3
|
||
size_flags_vertical = 3
|
||
text = "JTIDS"
|
||
metadata/rfi_name = "ozp1"
|
||
|
||
[node name="btn_kupd" parent="grd_forced" groups=["группа-принудительно"] instance=ExtResource("4_op11p")]
|
||
layout_mode = 2
|
||
size_flags_horizontal = 3
|
||
size_flags_vertical = 3
|
||
tooltip_text = "Кнопка для принудительного включения группы секторов в режим КУПД"
|
||
text = "КУПД"
|
||
metadata/rfi_name = "ozp1"
|
||
|
||
[node name="btn_cancel" parent="grd_forced" groups=["прин-секторы-срн"] instance=ExtResource("4_op11p")]
|
||
layout_mode = 2
|
||
size_flags_horizontal = 3
|
||
size_flags_vertical = 3
|
||
text = "Отключить все"
|
||
pressed = true
|
||
metadata/rfi_name = "<off>"
|