39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://b1o10yvgjpb0j"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cs6i1xwx0pmdk" path="res://data/рамка-панели.png" id="1_q1ow7"]
|
|
[ext_resource type="Script" path="res://table/table.gd" id="2_82yax"]
|
|
[ext_resource type="Script" path="res://scenes/frame-ecm-params/scroll-ecm-params.gd" id="2_sm6tk"]
|
|
|
|
[node name="frm_ecm_params" type="NinePatchRect"]
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
texture = ExtResource("1_q1ow7")
|
|
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 = 4.0
|
|
offset_top = 25.0
|
|
offset_right = 476.0
|
|
offset_bottom = 256.0
|
|
script = ExtResource("2_sm6tk")
|
|
|
|
[node name="table" type="GridContainer" parent="scroll"]
|
|
layout_mode = 2
|
|
script = ExtResource("2_82yax")
|