添加了标识查询

This commit is contained in:
CortexCore
2023-07-03 02:34:01 +08:00
parent dd10fb59e5
commit 4967df927a
58 changed files with 2653 additions and 804 deletions

View File

@@ -1,85 +1,88 @@
[gd_scene load_steps=3 format=3 uid="uid://x86mmss5del3"]
[gd_scene load_steps=4 format=3 uid="uid://x86mmss5del3"]
[ext_resource type="Texture2D" uid="uid://57gvsjws6ulq" path="res://BITKit/Art/Containers/container_border_64.png" id="1_k2n80"]
[ext_resource type="Texture2D" uid="uid://ibj6hkvlarxe" path="res://Mods/CAICT/Arts/Icons/Icon_笔记本壳.png" id="2_5fb8a"]
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXContainer.cs" id="1_asno5"]
[ext_resource type="Texture2D" uid="uid://biotbf2rpqme8" path="res://Artists/Art/Icons/icon_style_round.png" id="2_sudlp"]
[node name="ColorRect" type="ColorRect"]
custom_minimum_size = Vector2(512, 128)
color = Color(1, 1, 1, 0.12549)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ofhjj"]
bg_color = Color(0.129412, 0.129412, 0.129412, 1)
shadow_size = 2
[node name="HBoxContainer" type="HBoxContainer" parent="."]
[node name="Container" type="PanelContainer" node_paths=PackedStringArray("label", "richTextLabel", "titleLabel", "icon")]
custom_minimum_size = Vector2(512, 100)
theme_override_styles/panel = SubResource("StyleBoxFlat_ofhjj")
script = ExtResource("1_asno5")
label = NodePath("")
richTextLabel = NodePath("MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/RichTextLabel")
titleLabel = NodePath("MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/Label")
icon = NodePath("MarginContainer/HBoxContainer/Control/MarginContainer2/Icon")
[node name="MarginContainer" type="MarginContainer" parent="."]
layout_mode = 2
theme_override_constants/margin_right = 16
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
layout_mode = 2
[node name="Control" type="Control" parent="MarginContainer/HBoxContainer"]
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/HBoxContainer/Control"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/separation = 16
scale = Vector2(0.992108, 1)
theme_override_constants/margin_left = 32
theme_override_constants/margin_top = 32
theme_override_constants/margin_right = 32
theme_override_constants/margin_bottom = 32
[node name="TextureRect2" type="TextureRect" parent="HBoxContainer"]
self_modulate = Color(1, 1, 1, 0.501961)
custom_minimum_size = Vector2(128, 64)
[node name="DefaultIcon" type="TextureRect" parent="MarginContainer/HBoxContainer/Control/MarginContainer"]
layout_mode = 2
texture = ExtResource("1_k2n80")
texture = ExtResource("2_sudlp")
expand_mode = 1
[node name="TextureRect" type="TextureRect" parent="HBoxContainer/TextureRect2"]
custom_minimum_size = Vector2(128, 64)
[node name="MarginContainer2" type="MarginContainer" parent="MarginContainer/HBoxContainer/Control"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = -28.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2_5fb8a")
expand_mode = 1
theme_override_constants/margin_left = 16
theme_override_constants/margin_top = 16
theme_override_constants/margin_right = 16
theme_override_constants/margin_bottom = 16
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
[node name="Icon" type="TextureRect" parent="MarginContainer/HBoxContainer/Control/MarginContainer2"]
layout_mode = 2
theme_override_constants/separation = 0
alignment = 1
expand_mode = 2
stretch_mode = 4
[node name="Label" type="Label" parent="HBoxContainer/VBoxContainer"]
[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/HBoxContainer"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "标识码:"
size_flags_horizontal = 3
theme_override_constants/margin_top = 8
theme_override_constants/margin_bottom = 8
[node name="Label2" type="Label" parent="HBoxContainer/VBoxContainer"]
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/HBoxContainer/MarginContainer"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "名称:"
size_flags_horizontal = 3
[node name="Label4" type="Label" parent="HBoxContainer/VBoxContainer"]
[node name="Label" type="Label" parent="MarginContainer/HBoxContainer/MarginContainer/VBoxContainer"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "类型:"
theme_type_variation = &"HeaderMedium"
text = "Name"
[node name="Label3" type="Label" parent="HBoxContainer/VBoxContainer"]
[node name="HSeparator" type="HSeparator" parent="MarginContainer/HBoxContainer/MarginContainer/VBoxContainer"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "生产时间:"
[node name="VBoxContainer2" type="VBoxContainer" parent="HBoxContainer"]
[node name="RichTextLabel" type="RichTextLabel" parent="MarginContainer/HBoxContainer/MarginContainer/VBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 0
alignment = 1
[node name="Label" type="Label" parent="HBoxContainer/VBoxContainer2"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "88.209.1/00203003"
[node name="Label2" type="Label" parent="HBoxContainer/VBoxContainer2"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "笔记本壳体"
[node name="Label3" type="Label" parent="HBoxContainer/VBoxContainer2"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "物料"
[node name="Label4" type="Label" parent="HBoxContainer/VBoxContainer2"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "2022-06-24T08:41:00"
text = "Value
"
fit_content = true