2023-07-10 00:00:20 +08:00
|
|
|
[gd_scene load_steps=2 format=3 uid="uid://42locm7i2wvy"]
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXContainer.cs" id="1_v6r4n"]
|
|
|
|
|
2023-07-20 01:40:20 +08:00
|
|
|
[node name="标识引用模板" type="HBoxContainer" node_paths=PackedStringArray("label", "labels", "button", "buttons", "lineEdits", "optionButtons")]
|
2023-07-10 00:00:20 +08:00
|
|
|
script = ExtResource("1_v6r4n")
|
|
|
|
label = NodePath("Label")
|
|
|
|
labels = []
|
2023-07-20 01:40:20 +08:00
|
|
|
button = NodePath("Button")
|
|
|
|
buttons = []
|
2023-07-10 00:00:20 +08:00
|
|
|
lineEdits = []
|
2023-07-20 01:40:20 +08:00
|
|
|
optionButtons = []
|
2023-07-10 00:00:20 +08:00
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
|
|
layout_mode = 2
|
2023-07-20 01:40:20 +08:00
|
|
|
size_flags_horizontal = 3
|
|
|
|
text = "88.123.99/xxxxxxxx"
|
2023-07-10 00:00:20 +08:00
|
|
|
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
|
|
custom_minimum_size = Vector2(128, 0)
|
|
|
|
layout_mode = 2
|
|
|
|
text = "查询"
|