2023-07-08 00:02:32 +08:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://b2chp3rw7ib00"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXContainer.cs" id="1_dre1u"]
|
|
|
|
|
2023-07-17 04:10:14 +08:00
|
|
|
[node name="标识模板格式" type="VBoxContainer" node_paths=PackedStringArray("labels", "button", "buttons", "lineEdits", "optionButtons")]
|
2023-07-08 00:02:32 +08:00
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
script = ExtResource("1_dre1u")
|
|
|
|
labels = []
|
2023-07-17 04:10:14 +08:00
|
|
|
button = NodePath("HBoxContainer/delete-button")
|
|
|
|
buttons = []
|
2023-07-10 00:00:20 +08:00
|
|
|
lineEdits = [NodePath("HBoxContainer/name-edit"), NodePath("HBoxContainer/hint-edit"), NodePath("HBoxContainer/category-edit")]
|
2023-07-17 04:10:14 +08:00
|
|
|
optionButtons = []
|
2023-07-08 00:02:32 +08:00
|
|
|
|
|
|
|
[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
|
2023-07-10 00:00:20 +08:00
|
|
|
placeholder_text = "数据格式"
|
2023-07-08 00:02:32 +08:00
|
|
|
|
|
|
|
[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
|
2023-07-10 00:00:20 +08:00
|
|
|
placeholder_text = "提示或默认值"
|
|
|
|
|
|
|
|
[node name="category-edit" type="LineEdit" parent="HBoxContainer"]
|
|
|
|
custom_minimum_size = Vector2(128, 0)
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
placeholder_text = "分类,默认为空"
|
2023-07-08 00:02:32 +08:00
|
|
|
|
|
|
|
[node name="delete-button" type="Button" parent="HBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "删除"
|