32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://cccx8fmmfttth"]
|
|
|
|
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXContainer.cs" id="1_fp0bm"]
|
|
|
|
[node name="标识数据模板" type="PanelContainer" node_paths=PackedStringArray("label", "contextContainer", "labels", "buttons", "lineEdits", "optionButtons")]
|
|
custom_minimum_size = Vector2(512, 100)
|
|
size_flags_horizontal = 3
|
|
script = ExtResource("1_fp0bm")
|
|
label = NodePath("Layout/Label")
|
|
contextContainer = NodePath("Layout/MarginContainer/UXContainer-Container")
|
|
labels = []
|
|
buttons = []
|
|
lineEdits = []
|
|
optionButtons = []
|
|
|
|
[node name="Layout" type="VBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="Layout"]
|
|
layout_mode = 2
|
|
theme_type_variation = &"Header"
|
|
text = "标识数据"
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="Layout"]
|
|
layout_mode = 2
|
|
theme_type_variation = &"Margin_16px"
|
|
theme_override_constants/margin_left = 0
|
|
|
|
[node name="UXContainer-Container" type="VBoxContainer" parent="Layout/MarginContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 8
|