iFactory.Godot/Mods/工业数据采集与分析应用分享/Templates/标识模板格式.tscn

42 lines
1.2 KiB
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://b2chp3rw7ib00"]
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXContainer.cs" id="1_dre1u"]
[node name="标识模板格式" type="VBoxContainer" node_paths=PackedStringArray("button", "labels", "lineEdits")]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_dre1u")
button = NodePath("HBoxContainer/delete-button")
labels = []
lineEdits = [NodePath("HBoxContainer/name-edit"), NodePath("HBoxContainer/hint-edit")]
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 2
[node name="name-label" type="Label" parent="HBoxContainer"]
visible = false
layout_mode = 2
text = "数据名称:"
[node name="name-edit" type="LineEdit" parent="HBoxContainer"]
custom_minimum_size = Vector2(128, 0)
layout_mode = 2
size_flags_horizontal = 3
[node name="hint-label" type="Label" parent="HBoxContainer"]
visible = false
layout_mode = 2
text = "提示:"
[node name="hint-edit" type="LineEdit" parent="HBoxContainer"]
custom_minimum_size = Vector2(128, 0)
layout_mode = 2
size_flags_horizontal = 3
[node name="delete-button" type="Button" parent="HBoxContainer"]
layout_mode = 2
text = "删除"