83 lines
2.8 KiB
Plaintext
83 lines
2.8 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://7rvw671tlx2i"]
|
||
|
||
[ext_resource type="Texture2D" uid="uid://cs6i1xwx0pmdk" path="res://data/рамка-панели.png" id="1_6swor"]
|
||
[ext_resource type="Script" path="res://scenes/scroll-ecm-list.gd" id="2_3x81o"]
|
||
[ext_resource type="Script" path="res://scenes/frm_ecm_list.gd" id="2_mt58v"]
|
||
[ext_resource type="Script" path="res://table/table.gd" id="3_4hydx"]
|
||
[ext_resource type="PackedScene" uid="uid://da7w3vkhadfwe" path="res://scenes/button-flat.tscn" id="4_7ys3c"]
|
||
|
||
[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_6swor")
|
||
patch_margin_left = 15
|
||
patch_margin_top = 30
|
||
patch_margin_right = 15
|
||
patch_margin_bottom = 10
|
||
script = ExtResource("2_mt58v")
|
||
|
||
[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_3x81o")
|
||
|
||
[node name="table" type="GridContainer" parent="scroll"]
|
||
layout_mode = 2
|
||
script = ExtResource("3_4hydx")
|
||
|
||
[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_7ys3c")]
|
||
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_7ys3c")]
|
||
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_7ys3c")]
|
||
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_7ys3c")]
|
||
layout_mode = 2
|
||
size_flags_horizontal = 3
|
||
size_flags_vertical = 3
|
||
text = "Отключить все"
|
||
metadata/rfi_name = "<off>"
|