95 lines
2.7 KiB
Plaintext
95 lines
2.7 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://cvor2jm4xk3ha"]
|
|
|
|
[ext_resource type="Script" path="res://PRD.gd" id="1_v273n"]
|
|
[ext_resource type="Script" path="res://table/table.gd" id="2_vmbyo"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ovl8a"]
|
|
bg_color = Color(0.388235, 0.227451, 0.290196, 1)
|
|
corner_detail = 1
|
|
anti_aliasing = false
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_5yjx2"]
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_kofy6"]
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_hdj8q"]
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
script = ExtResource("1_v273n")
|
|
|
|
[node name="Background" type="ColorRect" parent="."]
|
|
offset_right = 2226.0
|
|
offset_bottom = 1153.0
|
|
color = Color(0.356863, 0.278431, 0.356863, 1)
|
|
metadata/_edit_lock_ = true
|
|
|
|
[node name="select_dev" type="ScrollContainer" parent="."]
|
|
offset_left = 24.0
|
|
offset_top = 22.0
|
|
offset_right = 387.0
|
|
offset_bottom = 54.0
|
|
metadata/_edit_lock_ = true
|
|
|
|
[node name="select_dev" type="GridContainer" parent="select_dev"]
|
|
layout_mode = 2
|
|
script = ExtResource("2_vmbyo")
|
|
metadata/_edit_lock_ = true
|
|
|
|
[node name="control_button" type="Button" parent="."]
|
|
offset_left = 24.0
|
|
offset_top = 53.0
|
|
offset_right = 118.0
|
|
offset_bottom = 81.0
|
|
focus_mode = 0
|
|
theme_override_font_sizes/font_size = 14
|
|
theme_override_styles/pressed = SubResource("StyleBoxFlat_ovl8a")
|
|
toggle_mode = true
|
|
button_pressed = true
|
|
text = "КОНТРОЛЬ"
|
|
|
|
[node name="Controlpanel" type="ColorRect" parent="."]
|
|
offset_left = 118.0
|
|
offset_top = 53.0
|
|
offset_right = 465.0
|
|
offset_bottom = 487.0
|
|
color = Color(0.390334, 0.227948, 0.288326, 1)
|
|
metadata/_edit_lock_ = true
|
|
|
|
[node name="control_dev" type="ScrollContainer" parent="."]
|
|
offset_left = 142.0
|
|
offset_top = 63.0
|
|
offset_right = 477.0
|
|
offset_bottom = 487.0
|
|
metadata/_edit_lock_ = true
|
|
|
|
[node name="control_dev" type="GridContainer" parent="control_dev"]
|
|
layout_mode = 2
|
|
script = ExtResource("2_vmbyo")
|
|
metadata/_edit_lock_ = true
|
|
|
|
[node name="scroll1" type="ScrollContainer" parent="."]
|
|
offset_left = 586.0
|
|
offset_top = 22.0
|
|
offset_right = 949.0
|
|
offset_bottom = 606.0
|
|
|
|
[node name="table1" type="GridContainer" parent="scroll1"]
|
|
layout_mode = 2
|
|
script = ExtResource("2_vmbyo")
|
|
metadata/_edit_lock_ = true
|
|
|
|
[node name="Packet" type="TextEdit" parent="."]
|
|
offset_left = 23.0
|
|
offset_top = 606.0
|
|
offset_right = 1121.0
|
|
offset_bottom = 786.0
|
|
theme_override_colors/font_readonly_color = Color(1, 1, 1, 1)
|
|
theme_override_styles/normal = SubResource("StyleBoxTexture_5yjx2")
|
|
theme_override_styles/focus = SubResource("StyleBoxTexture_kofy6")
|
|
theme_override_styles/read_only = SubResource("StyleBoxTexture_hdj8q")
|
|
text = "broadcast"
|
|
editable = false
|
|
wrap_mode = 1
|
|
|
|
[connection signal="toggled" from="control_button" to="." method="_on_control_button"]
|