iFactory.Godot/Mods/工业数据采集与分析应用分享/工业互联网标识解析与注册.tscn

125 lines
4.7 KiB
Plaintext
Raw Normal View History

2023-07-03 02:34:01 +08:00
[gd_scene load_steps=13 format=3 uid="uid://cdivd7qml4dvu"]
2023-06-29 01:01:52 +08:00
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXPanel.cs" id="1_im3hi"]
2023-07-03 02:34:01 +08:00
[ext_resource type="Texture2D" uid="uid://b0f2b032lufnb" path="res://Mods/教育平台/Arts/Textures/ee680086375133.5d97558385c71.jpg" id="2_n24po"]
2023-06-29 01:01:52 +08:00
[ext_resource type="PackedScene" uid="uid://d1po2qljd0jh2" path="res://Mods/教育平台/教程header.tscn" id="2_t35ce"]
[ext_resource type="PackedScene" uid="uid://x86mmss5del3" path="res://Mods/CAICT/Templates/标识解析溯源元素.tscn" id="3_buh0o"]
[ext_resource type="Script" path="res://BITKit/Scripts/GraphNode/GraphFlowService.cs" id="3_g5nag"]
2023-07-03 02:34:01 +08:00
[ext_resource type="Texture2D" uid="uid://brhl3mwa5ibbk" path="res://Mods/教育平台/Arts/Textures/holographic_city_node.jpg" id="3_ov6mq"]
[ext_resource type="Theme" uid="uid://dokwscirps6nt" path="res://Artists/Themes/Factory_Theme.tres" id="4_nxjar"]
[ext_resource type="PackedScene" uid="uid://bx4v3ofh4on5e" path="res://Mods/工业数据采集与分析应用分享/标识注册.tscn" id="6_nuph1"]
[ext_resource type="PackedScene" uid="uid://yxubv8dgqnpa" path="res://Mods/工业数据采集与分析应用分享/标识解析.tscn" id="7_fapjq"]
[ext_resource type="Script" path="res://Mods/教育平台/Scripts/SearchEngine.cs" id="12_m0fjq"]
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXServiceProxy.cs" id="16_qcre0"]
[ext_resource type="Texture2D" uid="uid://c38luts5hc5fj" path="res://Artists/Art/Icons/Arrows/icon_chevron-left-rounded.png" id="16_s70sy"]
[node name="工业互联网标识解析与注册" type="Control"]
layout_mode = 3
anchors_preset = 0
script = ExtResource("1_im3hi")
allowCursor = true
allowInput = true
2023-06-29 01:01:52 +08:00
2023-07-03 02:34:01 +08:00
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
2023-06-29 01:01:52 +08:00
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
2023-07-03 02:34:01 +08:00
offset_right = 1920.0
offset_bottom = 1080.0
2023-06-29 01:01:52 +08:00
grow_horizontal = 2
grow_vertical = 2
2023-07-03 02:34:01 +08:00
color = Color(0.0390224, 0.0432458, 0.0516745, 1)
2023-06-29 01:01:52 +08:00
2023-07-03 02:34:01 +08:00
[node name="TextureRect" type="TextureRect" parent="."]
visible = false
2023-06-29 01:01:52 +08:00
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
2023-07-03 02:34:01 +08:00
offset_left = 3.0
offset_top = 5.0
offset_right = 1923.0
offset_bottom = 1019.0
2023-06-29 01:01:52 +08:00
grow_horizontal = 2
grow_vertical = 2
2023-07-03 02:34:01 +08:00
texture = ExtResource("2_n24po")
stretch_mode = 6
2023-06-29 01:01:52 +08:00
2023-07-03 02:34:01 +08:00
[node name="教程Header" parent="." instance=ExtResource("2_t35ce")]
2023-06-29 01:01:52 +08:00
visible = false
layout_mode = 0
2023-07-03 02:34:01 +08:00
[node name="TextureRect" type="TextureRect" parent="教程Header"]
self_modulate = Color(0.329412, 0.329412, 0.329412, 1)
2023-06-29 01:01:52 +08:00
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
2023-07-03 02:34:01 +08:00
offset_left = -42.0
offset_top = -14.0
offset_right = 66.0
offset_bottom = 539.0
2023-06-29 01:01:52 +08:00
grow_horizontal = 2
grow_vertical = 2
2023-07-03 02:34:01 +08:00
texture = ExtResource("3_ov6mq")
expand_mode = 1
stretch_mode = 6
2023-06-29 01:01:52 +08:00
2023-07-03 02:34:01 +08:00
[node name="TabContainer" type="TabContainer" parent="."]
2023-06-29 01:01:52 +08:00
layout_mode = 2
2023-07-03 02:34:01 +08:00
offset_top = 4.0
offset_right = 1920.0
offset_bottom = 1076.0
size_flags_vertical = 3
theme = ExtResource("4_nxjar")
theme_override_constants/side_margin = 128
2023-06-29 01:01:52 +08:00
2023-07-03 02:34:01 +08:00
[node name="标识注册" parent="TabContainer" instance=ExtResource("6_nuph1")]
2023-06-29 01:01:52 +08:00
layout_mode = 2
2023-07-03 02:34:01 +08:00
[node name="标识解析" parent="TabContainer" instance=ExtResource("7_fapjq")]
2023-06-29 01:01:52 +08:00
visible = false
layout_mode = 2
[node name="GraphFlow" type="Node" parent="."]
script = ExtResource("3_g5nag")
nodes = {
2023-07-03 02:34:01 +08:00
0: NodePath(""),
1: NodePath(""),
2: NodePath(""),
3: NodePath(""),
4: NodePath(""),
5: NodePath(""),
6: NodePath(""),
7: NodePath(""),
8: NodePath(""),
9: NodePath(""),
10: NodePath("")
2023-06-29 01:01:52 +08:00
}
2023-07-03 02:34:01 +08:00
[node name="Return-Button" type="Button" parent="."]
layout_mode = 0
offset_top = 5.0
offset_right = 129.0
offset_bottom = 66.0
text = "返回"
icon = ExtResource("16_s70sy")
expand_icon = true
script = ExtResource("16_qcre0")
[node name="SearchEngine" type="Node" parent="." node_paths=PackedStringArray("nodeContainer", "searchInput", "searchButton", "quickSearchButton", "searchProgressBar", "searchLogLabel")]
script = ExtResource("12_m0fjq")
nodeContainer = NodePath("../TabContainer/标识解析/MarginContainer/VBoxContainer/SearchResult-Container")
searchEntry = ExtResource("3_buh0o")
searchInput = NodePath("../TabContainer/标识解析/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer/SearchInput")
searchButton = NodePath("../TabContainer/标识解析/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer/SearchButton")
quickSearchButton = NodePath("../TabContainer/标识解析/MarginContainer/VBoxContainer/VBoxContainer/HBoxContainer/QuickSearchButton")
searchProgressBar = NodePath("../TabContainer/标识解析/MarginContainer/VBoxContainer/SearchProgressBar")
searchLogLabel = NodePath("../TabContainer/标识解析/SearchLogLabel")
[connection signal="pressed" from="Return-Button" to="Return-Button" method="Return"]
[editable path="教程Header"]
[editable path="TabContainer/标识解析"]