[gd_scene load_steps=5 format=3 uid="uid://ccp4ypftnrbwq"] [ext_resource type="Script" path="res://Main.gd" id="1_8v2wa"] [ext_resource type="Script" path="res://table/table.gd" id="2_ri1qb"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jbuuq"] bg_color = Color(0.0901961, 0.52549, 0.0588235, 1) [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_so1no"] bg_color = Color(0, 0, 0, 1) [node name="Node2D" type="Node2D"] script = ExtResource("1_8v2wa") [node name="Background" type="ColorRect" parent="."] offset_right = 2916.0 offset_bottom = 1542.0 color = Color(0.313726, 0.227451, 0.290196, 1) metadata/_edit_lock_ = true [node name="scroll1" type="ScrollContainer" parent="."] offset_left = 42.0 offset_top = 72.0 offset_right = 1135.0 offset_bottom = 265.0 metadata/_edit_lock_ = true [node name="table1" type="GridContainer" parent="scroll1"] layout_mode = 2 script = ExtResource("2_ri1qb") metadata/_edit_lock_ = true [node name="scroll2" type="ScrollContainer" parent="."] offset_left = 40.0 offset_top = 169.0 offset_right = 1133.0 offset_bottom = 261.0 metadata/_edit_lock_ = true [node name="table2" type="GridContainer" parent="scroll2"] layout_mode = 2 script = ExtResource("2_ri1qb") [node name="Turn_on" type="Button" parent="."] offset_left = 963.0 offset_top = 72.0 offset_right = 1098.0 offset_bottom = 96.0 theme_override_font_sizes/font_size = 17 theme_override_styles/pressed = SubResource("StyleBoxFlat_jbuuq") theme_override_styles/normal = SubResource("StyleBoxFlat_so1no") toggle_mode = true text = "ПОДКЛЮЧИТЬ" metadata/_edit_lock_ = true [node name="read_ISA" type="Button" parent="."] offset_left = 963.0 offset_top = 100.0 offset_right = 1098.0 offset_bottom = 124.0 theme_override_styles/pressed = SubResource("StyleBoxFlat_jbuuq") theme_override_styles/normal = SubResource("StyleBoxFlat_so1no") text = "ПРОЧИТАТЬ" metadata/_edit_lock_ = true [node name="write_ISA" type="Button" parent="."] offset_left = 963.0 offset_top = 129.0 offset_right = 1098.0 offset_bottom = 153.0 theme_override_styles/pressed = SubResource("StyleBoxFlat_jbuuq") theme_override_styles/normal = SubResource("StyleBoxFlat_so1no") text = "ЗАПИСАТЬ" metadata/_edit_lock_ = true [node name="BROADCAST" type="Label" parent="."] offset_left = 45.0 offset_top = 274.0 offset_right = 998.0 offset_bottom = 297.0 metadata/_edit_lock_ = true [node name="ISA" type="Label" parent="."] offset_left = 45.0 offset_top = 243.0 offset_right = 998.0 offset_bottom = 266.0 metadata/_edit_lock_ = true [connection signal="toggled" from="Turn_on" to="." method="_on_button_pressed"] [connection signal="pressed" from="read_ISA" to="." method="_on_button_read"] [connection signal="pressed" from="write_ISA" to="." method="_on_button_write"]