119 lines
3.8 KiB
Plaintext
119 lines
3.8 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://yxubv8dgqnpa"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://mfyhei8n50j0" path="res://Artists/Art/Icons/icon_gears.png" id="1_2ocw7"]
|
|
[ext_resource type="Texture2D" uid="uid://dqhcsm0j6w85j" path="res://Artists/Art/Icons/icon_material-symbols_search.png" id="2_bocj6"]
|
|
[ext_resource type="Texture2D" uid="uid://cdteo2b8x1rkv" path="res://Artists/Art/Icons/icon_tabler_select.png" id="3_lb8sd"]
|
|
[ext_resource type="PackedScene" uid="uid://cnd2ofcdx0inc" path="res://Mods/工业数据采集与分析应用分享/Templates/TrackContainer.tscn" id="4_a2vxv"]
|
|
|
|
[node name="_标识解析" type="ColorRect"]
|
|
clip_children = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="SearchLogLabel" type="RichTextLabel" parent="."]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
text = ">搜索日志"
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
self_modulate = Color(0.113725, 0.113725, 0.113725, 1)
|
|
layout_mode = 0
|
|
offset_left = -36.0
|
|
offset_top = 269.0
|
|
offset_right = 638.0
|
|
offset_bottom = 898.0
|
|
texture = ExtResource("1_2ocw7")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_top = 64
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 32
|
|
alignment = 1
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_type_variation = &"HeaderLarge"
|
|
text = "工业互联网标识查询"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
custom_minimum_size = Vector2(512, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer/VBoxContainer"]
|
|
custom_minimum_size = Vector2(768, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
|
|
[node name="SearchInput" type="LineEdit" parent="MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="SearchButton" type="Button" parent="MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"]
|
|
custom_minimum_size = Vector2(100, 32)
|
|
layout_mode = 2
|
|
text = "查询"
|
|
icon = ExtResource("2_bocj6")
|
|
expand_icon = true
|
|
|
|
[node name="QuickSearchButton" type="MenuButton" parent="MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"]
|
|
custom_minimum_size = Vector2(150, 0)
|
|
layout_mode = 2
|
|
text = "快速查询"
|
|
icon = ExtResource("3_lb8sd")
|
|
flat = false
|
|
expand_icon = true
|
|
|
|
[node name="PopupMenu" type="PopupMenu" parent="MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer"]
|
|
item_count = 1
|
|
item_0/text = ""
|
|
item_0/id = 0
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "未填写则查找所有条目"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="SearchProgressBar" type="ProgressBar" parent="MarginContainer/VBoxContainer"]
|
|
visible = false
|
|
custom_minimum_size = Vector2(512, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
value = 50.0
|
|
rounded = true
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer/VBoxContainer"]
|
|
custom_minimum_size = Vector2(1280, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 3
|
|
|
|
[node name="SearchResult-Container" type="VBoxContainer" parent="MarginContainer/VBoxContainer/ScrollContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_constants/separation = 16
|
|
|
|
[node name="TrackContainer" parent="MarginContainer/VBoxContainer/ScrollContainer/SearchResult-Container" instance=ExtResource("4_a2vxv")]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|