添加了标识查询

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

@@ -0,0 +1,69 @@
[gd_scene load_steps=3 format=3 uid="uid://dmk2vf7jamysi"]
[ext_resource type="Texture2D" uid="uid://58y4a67wwco4" path="res://Artists/Art/Icons/Icon_Settings.png" id="1_hpoox"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tg46m"]
bg_color = Color(0.152941, 0.160784, 0.176471, 1)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[node name="StepElement" type="VBoxContainer"]
custom_minimum_size = Vector2(384, 512)
[node name="BaseComponent" type="VBoxContainer" parent="."]
layout_mode = 2
[node name="Label" type="Label" parent="BaseComponent"]
custom_minimum_size = Vector2(0, 48)
layout_mode = 2
theme_type_variation = &"HeaderMedium"
theme_override_styles/normal = SubResource("StyleBoxFlat_tg46m")
text = "准备环境"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Control" type="Control" parent="BaseComponent"]
custom_minimum_size = Vector2(0, 24)
layout_mode = 2
metadata/_edit_lock_ = true
[node name="Label2" type="Label" parent="BaseComponent"]
layout_mode = 2
theme_type_variation = &"HeaderMedium"
text = "准备一些工具"
[node name="ColorRect" type="ColorRect" parent="BaseComponent"]
custom_minimum_size = Vector2(0, 256)
layout_mode = 2
color = Color(0.0196078, 0.0196078, 0.0196078, 1)
metadata/_edit_lock_ = true
[node name="TextureRect2" type="TextureRect" parent="BaseComponent/ColorRect"]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("1_hpoox")
metadata/_edit_lock_ = true
[node name="TextureRect" type="TextureRect" parent="BaseComponent/ColorRect"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="RichTextLabel" type="RichTextLabel" parent="BaseComponent"]
layout_mode = 2
text = "在这里输入相关信息"
fit_content = true
[node name="InitialSeparator" type="HSeparator" parent="."]
layout_mode = 2

View File

@@ -1,684 +1,124 @@
[gd_scene load_steps=10 format=3 uid="uid://cdivd7qml4dvu"]
[gd_scene load_steps=13 format=3 uid="uid://cdivd7qml4dvu"]
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXPanel.cs" id="1_im3hi"]
[ext_resource type="Script" path="res://BITKit/Scripts/GraphNode/GraphNodeConnector.cs" id="1_ua4ft"]
[ext_resource type="Texture2D" uid="uid://bqwchhovknbro" path="res://Artists/Art/Icons/Arrows/icon_chevron-right-rounded.png" id="2_b3djk"]
[ext_resource type="VideoStream" path="res://Mods/工业数据采集与分析应用分享/Arts/Videos/生产过程模拟.ogv" id="2_hle6k"]
[ext_resource type="Texture2D" uid="uid://b0f2b032lufnb" path="res://Mods/教育平台/Arts/Textures/ee680086375133.5d97558385c71.jpg" id="2_n24po"]
[ext_resource type="PackedScene" uid="uid://d1po2qljd0jh2" path="res://Mods/教育平台/教程header.tscn" id="2_t35ce"]
[ext_resource type="Texture2D" uid="uid://mfyhei8n50j0" path="res://Artists/Art/Icons/icon_gears.png" id="3_bpa18"]
[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"]
[ext_resource type="Texture2D" uid="uid://dyum0qcnvw2fm" path="res://Artists/Art/Icons/icon_park-twotone_data-user.png" id="4_v0ed3"]
[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="VBoxContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="工业互联网标识解析与注册" type="Control"]
layout_mode = 3
anchors_preset = 0
script = ExtResource("1_im3hi")
allowCursor = true
allowInput = true
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = 1920.0
offset_bottom = 1080.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.0390224, 0.0432458, 0.0516745, 1)
[node name="TextureRect" type="TextureRect" parent="."]
visible = false
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 3.0
offset_top = 5.0
offset_right = 1923.0
offset_bottom = 1019.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("2_n24po")
stretch_mode = 6
[node name="教程Header" parent="." instance=ExtResource("2_t35ce")]
layout_mode = 2
visible = false
layout_mode = 0
[node name="HBoxContainer" type="MarginContainer" parent="."]
layout_mode = 2
size_flags_vertical = 3
[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer"]
layout_mode = 2
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
[node name="TabContainer" type="TabContainer" parent="HBoxContainer/HBoxContainer/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
[node name="标识注册" type="ColorRect" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer"]
custom_minimum_size = Vector2(768, 0)
layout_mode = 2
size_flags_vertical = 3
color = Color(0.0509804, 0.0509804, 0.0509804, 1)
[node name="GraphEdit" type="GraphEdit" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册"]
[node name="TextureRect" type="TextureRect" parent="教程Header"]
self_modulate = Color(0.329412, 0.329412, 0.329412, 1)
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -42.0
offset_top = -14.0
offset_right = 66.0
offset_bottom = 539.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_ua4ft")
texture = ExtResource("3_ov6mq")
expand_mode = 1
stretch_mode = 6
[node name="4-9" type="GraphNode" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit"]
layout_mode = 2
offset_left = 1261.0
offset_top = 210.0
offset_right = 1441.0
offset_bottom = 398.0
mouse_filter = 1
title = "手动注册标识"
position_offset = Vector2(1261, 210)
draggable = false
selectable = false
slot/0/left_enabled = true
slot/0/left_type = 0
slot/0/left_color = Color(1, 1, 1, 1)
slot/0/left_icon = null
slot/0/right_enabled = true
slot/0/right_type = 0
slot/0/right_color = Color(1, 1, 1, 1)
slot/0/right_icon = null
slot/0/draw_stylebox = true
slot/1/left_enabled = true
slot/1/left_type = 0
slot/1/left_color = Color(1, 1, 1, 1)
slot/1/left_icon = null
slot/1/right_enabled = false
slot/1/right_type = 0
slot/1/right_color = Color(1, 1, 1, 1)
slot/1/right_icon = null
slot/1/draw_stylebox = true
slot/2/left_enabled = true
slot/2/left_type = 0
slot/2/left_color = Color(1, 1, 1, 1)
slot/2/left_icon = null
slot/2/right_enabled = false
slot/2/right_type = 0
slot/2/right_color = Color(1, 1, 1, 1)
slot/2/right_icon = null
slot/2/draw_stylebox = true
slot/3/left_enabled = true
slot/3/left_type = 0
slot/3/left_color = Color(1, 1, 1, 1)
slot/3/left_icon = null
slot/3/right_enabled = false
slot/3/right_type = 0
slot/3/right_color = Color(1, 1, 1, 1)
slot/3/right_icon = null
slot/3/draw_stylebox = true
slot/4/left_enabled = true
slot/4/left_type = 0
slot/4/left_color = Color(1, 1, 1, 1)
slot/4/left_icon = null
slot/4/right_enabled = false
slot/4/right_type = 0
slot/4/right_color = Color(1, 1, 1, 1)
slot/4/right_icon = null
slot/4/draw_stylebox = true
[node name="Label2" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/4-9"]
layout_mode = 2
text = "开始注册"
[node name="Label" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/4-9"]
layout_mode = 2
text = "标识码"
[node name="Label3" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/4-9"]
layout_mode = 2
text = "设备名称"
[node name="Label4" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/4-9"]
layout_mode = 2
text = "设备Id"
[node name="Label5" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/4-9"]
layout_mode = 2
text = "注册记录"
[node name="10" type="GraphNode" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit"]
layout_mode = 2
offset_left = 1528.0
offset_top = 204.0
offset_right = 1706.0
offset_bottom = 304.0
mouse_filter = 1
title = "完成注册"
position_offset = Vector2(1528, 204)
draggable = false
selectable = false
slot/0/left_enabled = true
slot/0/left_type = 0
slot/0/left_color = Color(1, 1, 1, 1)
slot/0/left_icon = null
slot/0/right_enabled = false
slot/0/right_type = 0
slot/0/right_color = Color(1, 1, 1, 1)
slot/0/right_icon = null
slot/0/draw_stylebox = true
[node name="Label" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/10"]
layout_mode = 2
text = "已完成注册"
[node name="5" type="GraphNode" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit"]
layout_mode = 0
offset_left = 736.0
offset_top = 278.0
offset_right = 1011.0
offset_bottom = 413.0
mouse_filter = 1
title = "标识码"
position_offset = Vector2(736, 278)
draggable = false
selectable = false
slot/0/left_enabled = false
slot/0/left_type = 0
slot/0/left_color = Color(1, 1, 1, 1)
slot/0/left_icon = null
slot/0/right_enabled = true
slot/0/right_type = 0
slot/0/right_color = Color(1, 1, 1, 1)
slot/0/right_icon = null
slot/0/draw_stylebox = true
slot/1/left_enabled = false
slot/1/left_type = 0
slot/1/left_color = Color(1, 1, 1, 1)
slot/1/left_icon = null
slot/1/right_enabled = false
slot/1/right_type = 0
slot/1/right_color = Color(1, 1, 1, 1)
slot/1/right_icon = null
slot/1/draw_stylebox = true
[node name="Label" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/5"]
layout_mode = 2
text = "国家级.省或直辖市.厂家/你的标识"
[node name="TextEdit" type="TextEdit" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/5"]
[node name="TabContainer" type="TabContainer" parent="."]
layout_mode = 2
offset_top = 4.0
offset_right = 1920.0
offset_bottom = 1076.0
size_flags_vertical = 3
placeholder_text = "88.123.99/02020220225008"
theme = ExtResource("4_nxjar")
theme_override_constants/side_margin = 128
[node name="6" type="GraphNode" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit"]
layout_mode = 0
offset_left = 660.0
offset_top = 443.0
offset_right = 883.0
offset_bottom = 533.0
mouse_filter = 1
title = "设备名称"
position_offset = Vector2(660, 443)
draggable = false
selectable = false
slot/0/left_enabled = false
slot/0/left_type = 0
slot/0/left_color = Color(1, 1, 1, 1)
slot/0/left_icon = null
slot/0/right_enabled = true
slot/0/right_type = 0
slot/0/right_color = Color(1, 1, 1, 1)
slot/0/right_icon = null
slot/0/draw_stylebox = true
[node name="TextEdit" type="TextEdit" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/6"]
layout_mode = 2
size_flags_vertical = 3
placeholder_text = "温湿度传感器"
[node name="7" type="GraphNode" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit"]
layout_mode = 0
offset_left = 660.0
offset_top = 557.0
offset_right = 883.0
offset_bottom = 647.0
mouse_filter = 1
title = "设备Id"
position_offset = Vector2(660, 557)
draggable = false
selectable = false
slot/0/left_enabled = false
slot/0/left_type = 0
slot/0/left_color = Color(1, 1, 1, 1)
slot/0/left_icon = null
slot/0/right_enabled = true
slot/0/right_type = 0
slot/0/right_color = Color(1, 1, 1, 1)
slot/0/right_icon = null
slot/0/draw_stylebox = true
[node name="TextEdit" type="TextEdit" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/7"]
layout_mode = 2
size_flags_vertical = 3
placeholder_text = "t.h.sensor_01"
[node name="8" type="GraphNode" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit"]
layout_mode = 0
offset_left = 908.0
offset_top = 641.0
offset_right = 1230.0
offset_bottom = 749.0
mouse_filter = 1
title = "注册记录"
position_offset = Vector2(908, 641)
draggable = false
selectable = false
slot/0/left_enabled = false
slot/0/left_type = 0
slot/0/left_color = Color(1, 1, 1, 1)
slot/0/left_icon = null
slot/0/right_enabled = true
slot/0/right_type = 0
slot/0/right_color = Color(1, 1, 1, 1)
slot/0/right_icon = null
slot/0/draw_stylebox = true
[node name="TextEdit" type="TextEdit" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/8"]
layout_mode = 2
size_flags_vertical = 3
placeholder_text = "registry-t.h.snesor_01-FX4WF5"
[node name="0" type="GraphNode" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit"]
layout_mode = 0
offset_left = 107.0
offset_top = 105.0
offset_right = 323.0
offset_bottom = 211.0
mouse_filter = 1
theme_override_colors/title_color = Color(0.278431, 0.72549, 1, 1)
title = "发起订单"
position_offset = Vector2(107, 105)
draggable = false
selectable = false
slot/0/left_enabled = false
slot/0/left_type = 0
slot/0/left_color = Color(1, 1, 1, 1)
slot/0/left_icon = null
slot/0/right_enabled = true
slot/0/right_type = 0
slot/0/right_color = Color(1, 1, 1, 1)
slot/0/right_icon = null
slot/0/draw_stylebox = true
[node name="Button" type="Button" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/0"]
layout_mode = 2
text = "随机生成订单"
[node name="2" type="GraphNode" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit"]
layout_mode = 0
offset_left = 92.0
offset_top = 255.0
offset_right = 384.0
offset_bottom = 664.0
mouse_filter = 1
title = "开始生产"
position_offset = Vector2(92, 255)
draggable = false
selectable = false
slot/0/left_enabled = false
slot/0/left_type = 0
slot/0/left_color = Color(1, 1, 1, 1)
slot/0/left_icon = null
slot/0/right_enabled = true
slot/0/right_type = 0
slot/0/right_color = Color(1, 1, 1, 1)
slot/0/right_icon = null
slot/0/draw_stylebox = true
slot/1/left_enabled = false
slot/1/left_type = 0
slot/1/left_color = Color(1, 1, 1, 1)
slot/1/left_icon = null
slot/1/right_enabled = false
slot/1/right_type = 0
slot/1/right_color = Color(1, 1, 1, 1)
slot/1/right_icon = null
slot/1/draw_stylebox = true
slot/2/left_enabled = false
slot/2/left_type = 0
slot/2/left_color = Color(1, 1, 1, 1)
slot/2/left_icon = null
slot/2/right_enabled = false
slot/2/right_type = 0
slot/2/right_color = Color(1, 1, 1, 1)
slot/2/right_icon = null
slot/2/draw_stylebox = true
slot/3/left_enabled = false
slot/3/left_type = 0
slot/3/left_color = Color(1, 1, 1, 1)
slot/3/left_icon = null
slot/3/right_enabled = false
slot/3/right_type = 0
slot/3/right_color = Color(1, 1, 1, 1)
slot/3/right_icon = null
slot/3/draw_stylebox = true
slot/4/left_enabled = false
slot/4/left_type = 0
slot/4/left_color = Color(1, 1, 1, 1)
slot/4/left_icon = null
slot/4/right_enabled = false
slot/4/right_type = 0
slot/4/right_color = Color(1, 1, 1, 1)
slot/4/right_icon = null
slot/4/draw_stylebox = true
[node name="Label" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/2"]
layout_mode = 2
text = "等待生产完成"
[node name="VideoStreamPlayer" type="VideoStreamPlayer" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/2"]
custom_minimum_size = Vector2(0, 256)
layout_mode = 2
stream = ExtResource("2_hle6k")
expand = true
[node name="HSeparator" type="HSeparator" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/2"]
layout_mode = 2
theme_override_constants/separation = 16
[node name="Button" type="Button" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/2"]
layout_mode = 2
text = "播放模拟生产"
[node name="Button2" type="Button" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/2"]
layout_mode = 2
text = "停止播放模拟生产"
[node name="1-3" type="GraphNode" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit"]
layout_mode = 0
offset_left = 502.0
offset_top = 56.0
offset_right = 682.0
offset_bottom = 344.0
mouse_filter = 1
title = "处理订单"
position_offset = Vector2(502, 56)
draggable = false
selectable = false
slot/0/left_enabled = true
slot/0/left_type = 0
slot/0/left_color = Color(1, 1, 1, 1)
slot/0/left_icon = null
slot/0/right_enabled = false
slot/0/right_type = 0
slot/0/right_color = Color(1, 1, 1, 1)
slot/0/right_icon = null
slot/0/draw_stylebox = true
slot/1/left_enabled = false
slot/1/left_type = 0
slot/1/left_color = Color(1, 1, 1, 1)
slot/1/left_icon = null
slot/1/right_enabled = true
slot/1/right_type = 0
slot/1/right_color = Color(1, 1, 1, 1)
slot/1/right_icon = null
slot/1/draw_stylebox = true
slot/2/left_enabled = false
slot/2/left_type = 0
slot/2/left_color = Color(1, 1, 1, 1)
slot/2/left_icon = null
slot/2/right_enabled = false
slot/2/right_type = 0
slot/2/right_color = Color(1, 1, 1, 1)
slot/2/right_icon = null
slot/2/draw_stylebox = true
slot/3/left_enabled = false
slot/3/left_type = 0
slot/3/left_color = Color(1, 1, 1, 1)
slot/3/left_icon = null
slot/3/right_enabled = false
slot/3/right_type = 0
slot/3/right_color = Color(1, 1, 1, 1)
slot/3/right_icon = null
slot/3/draw_stylebox = true
slot/4/left_enabled = false
slot/4/left_type = 0
slot/4/left_color = Color(1, 1, 1, 1)
slot/4/left_icon = null
slot/4/right_enabled = false
slot/4/right_type = 0
slot/4/right_color = Color(1, 1, 1, 1)
slot/4/right_icon = null
slot/4/draw_stylebox = true
slot/5/left_enabled = false
slot/5/left_type = 0
slot/5/left_color = Color(1, 1, 1, 1)
slot/5/left_icon = null
slot/5/right_enabled = false
slot/5/right_type = 0
slot/5/right_color = Color(1, 1, 1, 1)
slot/5/right_icon = null
slot/5/draw_stylebox = true
slot/6/left_enabled = true
slot/6/left_type = 0
slot/6/left_color = Color(1, 1, 1, 1)
slot/6/left_icon = null
slot/6/right_enabled = false
slot/6/right_type = 0
slot/6/right_color = Color(1, 1, 1, 1)
slot/6/right_icon = null
slot/6/draw_stylebox = true
slot/7/left_enabled = false
slot/7/left_type = 0
slot/7/left_color = Color(1, 1, 1, 1)
slot/7/left_icon = null
slot/7/right_enabled = false
slot/7/right_type = 0
slot/7/right_color = Color(1, 1, 1, 1)
slot/7/right_icon = null
slot/7/draw_stylebox = true
slot/8/left_enabled = false
slot/8/left_type = 0
slot/8/left_color = Color(1, 1, 1, 1)
slot/8/left_icon = null
slot/8/right_enabled = false
slot/8/right_type = 0
slot/8/right_color = Color(1, 1, 1, 1)
slot/8/right_icon = null
slot/8/draw_stylebox = true
[node name="Label2" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/1-3"]
layout_mode = 2
text = "提交订单至Mes系统"
[node name="Label" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/1-3"]
layout_mode = 2
text = "MES系统处理完成"
[node name="HSeparator" type="HSeparator" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/1-3"]
layout_mode = 2
theme_override_constants/separation = 16
[node name="Label3" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/1-3"]
layout_mode = 2
text = "订单创建"
[node name="Label4" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/1-3"]
layout_mode = 2
text = "订单发布"
[node name="Label5" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/1-3"]
layout_mode = 2
text = "资源分配"
[node name="Label6" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/1-3"]
layout_mode = 2
text = "生产执行"
[node name="Label7" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/1-3"]
layout_mode = 2
text = "跟踪和监控"
[node name="Label8" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/1-3"]
layout_mode = 2
text = "质量控制"
[node name="标识解析" type="ColorRect" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer"]
visible = false
clip_children = 1
[node name="标识注册" parent="TabContainer" instance=ExtResource("6_nuph1")]
layout_mode = 2
[node name="TextureRect" type="TextureRect" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析"]
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("3_bpa18")
[node name="TextureRect2" type="TextureRect" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析"]
visible = false
self_modulate = Color(0.113725, 0.113725, 0.113725, 1)
layout_mode = 0
offset_left = 1282.0
offset_top = 221.0
offset_right = 1956.0
offset_bottom = 850.0
texture = ExtResource("4_v0ed3")
[node name="Container" type="MarginContainer" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
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="HBoxContainer" type="HBoxContainer" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container"]
layout_mode = 2
theme_override_constants/separation = 64
[node name="VBoxContainer2" type="VBoxContainer" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 16
[node name="Label" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer2"]
layout_mode = 2
theme_type_variation = &"HeaderLarge"
text = "历史解析标识码"
[node name="ItemList" type="ItemList" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer2"]
layout_mode = 2
auto_height = true
item_count = 10
item_0/text = "32"
item_1/text = "123312"
item_2/text = "12312312"
item_3/text = "41241241231"
item_4/text = "123123123"
item_5/text = "123123123"
item_6/text = "123123123"
item_7/text = "3313"
item_8/text = "124124"
item_9/text = "412412"
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 32
[node name="Label" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer"]
layout_mode = 2
theme_type_variation = &"HeaderLarge"
text = "解析标识码"
[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer"]
layout_mode = 2
[node name="Label2" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "解析标识码"
[node name="LineEdit" type="LineEdit" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer/HBoxContainer"]
custom_minimum_size = Vector2(256, 0)
layout_mode = 2
placeholder_text = "88.123.99/02020220225008"
[node name="Button" type="Button" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
text = "解析"
[node name="Label2" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
theme_override_colors/font_color = Color(0, 1, 0, 1)
text = "正确的标识码格式"
[node name="VBoxContainer3" type="FlowContainer" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer"]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer3"]
layout_mode = 2
[node name="Label" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer3/HBoxContainer"]
layout_mode = 2
theme_type_variation = &"HeaderLarge"
text = "解析结果"
[node name="Label2" type="Label" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer3/HBoxContainer"]
[node name="标识解析" parent="TabContainer" instance=ExtResource("7_fapjq")]
visible = false
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "解析耗时:128ms"
[node name="HFlowContainer" type="GridContainer" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer3"]
layout_mode = 2
theme_override_constants/h_separation = 16
theme_override_constants/v_separation = 16
columns = 2
[node name="ColorRect" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer3/HFlowContainer" instance=ExtResource("3_buh0o")]
layout_mode = 2
[node name="ColorRect2" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer3/HFlowContainer" instance=ExtResource("3_buh0o")]
layout_mode = 2
[node name="ColorRect3" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer3/HFlowContainer" instance=ExtResource("3_buh0o")]
layout_mode = 2
[node name="ColorRect4" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer3/HFlowContainer" instance=ExtResource("3_buh0o")]
layout_mode = 2
[node name="ColorRect5" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer3/HFlowContainer" instance=ExtResource("3_buh0o")]
layout_mode = 2
[node name="ColorRect6" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer3/HFlowContainer" instance=ExtResource("3_buh0o")]
layout_mode = 2
[node name="ColorRect7" parent="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识解析/Container/HBoxContainer/VBoxContainer3/HFlowContainer" instance=ExtResource("3_buh0o")]
layout_mode = 2
[node name="MarginContainer" type="MarginContainer" parent="HBoxContainer/HBoxContainer/VBoxContainer"]
layout_mode = 2
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="HBoxContainer" type="HBoxContainer" parent="HBoxContainer/HBoxContainer/VBoxContainer/MarginContainer"]
layout_mode = 2
alignment = 2
[node name="Button" type="Button" parent="HBoxContainer/HBoxContainer/VBoxContainer/MarginContainer/HBoxContainer"]
layout_mode = 2
text = "自动进行下一步"
icon = ExtResource("2_b3djk")
[node name="GraphFlow" type="Node" parent="."]
script = ExtResource("3_g5nag")
nodes = {
0: NodePath("../HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/0"),
1: NodePath("../HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/1-3"),
2: NodePath("../HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/2"),
3: NodePath("../HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/1-3"),
4: NodePath("../HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/4-9"),
5: NodePath("../HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/5"),
6: NodePath("../HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/6"),
7: NodePath("../HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/7"),
8: NodePath("../HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/8"),
9: NodePath("../HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/4-9"),
10: NodePath("../HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/10")
0: NodePath(""),
1: NodePath(""),
2: NodePath(""),
3: NodePath(""),
4: NodePath(""),
5: NodePath(""),
6: NodePath(""),
7: NodePath(""),
8: NodePath(""),
9: NodePath(""),
10: NodePath("")
}
[connection signal="connection_request" from="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit" to="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit" method="RequestConnection"]
[connection signal="pressed" from="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/2/Button" to="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/2/VideoStreamPlayer" method="play"]
[connection signal="pressed" from="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/2/Button2" to="HBoxContainer/HBoxContainer/VBoxContainer/TabContainer/标识注册/GraphEdit/2/VideoStreamPlayer" method="stop"]
[connection signal="pressed" from="HBoxContainer/HBoxContainer/VBoxContainer/MarginContainer/HBoxContainer/Button" to="GraphFlow" method="EntryNext"]
[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/标识解析"]

View File

@@ -0,0 +1,427 @@
[gd_scene load_steps=7 format=3 uid="uid://bx4v3ofh4on5e"]
[ext_resource type="PackedScene" uid="uid://dmk2vf7jamysi" path="res://Mods/工业数据采集与分析应用分享/Templates/StepElement.tscn" id="1_6n8rk"]
[ext_resource type="Texture2D" uid="uid://dytwon7lxa5gw" path="res://Artists/Art/Icons/Icon_Registry_Editor.png" id="2_1ml36"]
[ext_resource type="Texture2D" uid="uid://dv24ghy23fnje" path="res://Artists/Art/Icons/icon_file-ppt-filled.png" id="2_ugkdr"]
[ext_resource type="Theme" uid="uid://dokwscirps6nt" path="res://Artists/Themes/Factory_Theme.tres" id="4_gvxxh"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6ug6k"]
bg_color = Color(0.0901961, 0.0901961, 0.0901961, 1)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1emc7"]
bg_color = Color(0.2167, 0.560482, 0.759032, 1)
[node name="标识注册" type="ColorRect"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("4_gvxxh")
color = Color(0.121569, 0.129412, 0.145098, 1)
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
offset_left = 64.0
offset_top = 64.0
offset_right = 1856.0
offset_bottom = 1018.0
[node name="HSeparator2" type="HSeparator" parent="VBoxContainer"]
visible = false
layout_mode = 2
theme_override_constants/separation = 32
[node name="Control" type="Control" parent="VBoxContainer"]
custom_minimum_size = Vector2(0, 32)
layout_mode = 2
[node name="Label" type="Label" parent="VBoxContainer/Control"]
layout_mode = 2
offset_top = 4.0
offset_right = 1792.0
offset_bottom = 31.0
text = "当前步骤"
[node name="HSeparator" type="HSeparator" parent="VBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 32
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
follow_focus = true
vertical_scroll_mode = 0
[node name="HFlowContainer" type="HBoxContainer" parent="VBoxContainer/ScrollContainer"]
layout_mode = 2
theme_override_constants/separation = 64
[node name="StepElement2" parent="VBoxContainer/ScrollContainer/HFlowContainer" instance=ExtResource("1_6n8rk")]
layout_mode = 2
[node name="Label" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2/BaseComponent" index="0"]
text = "注册标识"
[node name="Label2" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2/BaseComponent" index="2"]
text = "为温湿度传感器注册标识码"
[node name="RichTextLabel" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2/BaseComponent" index="4"]
bbcode_enabled = true
text = "标识注册服务器向解析服务器发送创建标识请求来创建新的标识
via: [url=\"https://www.aii-alliance.org/uploads/1/20220519/981fd98199f940f8d2b5dd2fb43ba97d.pdf\"]工业互联网产业联盟标准[/url]"
[node name="32493" type="VScrollBar" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2/BaseComponent/RichTextLabel" index="1"]
visible = false
layout_mode = 0
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -8.0
max_value = 72.0
step = 1.0
page = 72.0
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2"]
layout_mode = 2
[node name="Label2" type="Label" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2/HBoxContainer2"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "标识码"
[node name="Label" type="Label" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2/HBoxContainer2"]
layout_mode = 2
text = "国家级.重庆市.厂家/你的标识"
vertical_alignment = 2
[node name="LineEdit" type="LineEdit" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2"]
layout_mode = 2
size_flags_horizontal = 3
text = "88.164.143.4154/S84SF1E"
caret_blink = true
caret_blink_interval = 0.5
[node name="HSeparator" type="HSeparator" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2"]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2"]
layout_mode = 2
[node name="Label" type="Label" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2/HBoxContainer"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "设备名称:"
[node name="LineEdit" type="LineEdit" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "温湿度传感器"
caret_blink = true
caret_blink_interval = 0.5
[node name="HSeparator2" type="HSeparator" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2"]
layout_mode = 2
[node name="HBoxContainer3" type="HBoxContainer" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2"]
layout_mode = 2
[node name="Label" type="Label" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2/HBoxContainer3"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "设备Id
"
[node name="LineEdit" type="LineEdit" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2/HBoxContainer3"]
layout_mode = 2
size_flags_horizontal = 3
text = "t.h.sensor_01"
caret_blink = true
caret_blink_interval = 0.5
[node name="HSeparator4" type="HSeparator" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2"]
layout_mode = 2
[node name="HBoxContainer5" type="HBoxContainer" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2"]
layout_mode = 2
[node name="Label" type="Label" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2/HBoxContainer5"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "标识值数量"
[node name="LineEdit" type="LineEdit" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2/HBoxContainer5"]
layout_mode = 2
size_flags_horizontal = 3
placeholder_text = "自动"
caret_blink = true
caret_blink_interval = 0.5
[node name="HSeparator5" type="HSeparator" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2"]
layout_mode = 2
[node name="HBoxContainer6" type="HBoxContainer" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2"]
layout_mode = 2
[node name="Label" type="Label" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2/HBoxContainer6"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "标识值"
[node name="LineEdit" type="LineEdit" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2/HBoxContainer6"]
layout_mode = 2
size_flags_horizontal = 3
placeholder_text = "自动"
caret_blink = true
caret_blink_interval = 0.5
[node name="HSeparator3" type="HSeparator" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2"]
layout_mode = 2
[node name="HBoxContainer4" type="HBoxContainer" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2"]
layout_mode = 2
[node name="Label" type="Label" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2/HBoxContainer4"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "注册记录"
[node name="LineEdit" type="LineEdit" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2/HBoxContainer4"]
layout_mode = 2
size_flags_horizontal = 3
text = "registry-t.h.sensor_01-S84SF1E"
caret_blink = true
caret_blink_interval = 0.5
[node name="HSeparator6" type="HSeparator" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2"]
layout_mode = 2
[node name="注册标识" type="Button" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2"]
layout_mode = 2
text = "注册标识"
icon = ExtResource("2_1ml36")
expand_icon = true
[node name="StepElement" parent="VBoxContainer/ScrollContainer/HFlowContainer" instance=ExtResource("1_6n8rk")]
layout_mode = 2
[node name="RichTextLabel" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement/BaseComponent" index="4"]
text = "这里是需要安装和配置的软件"
[node name="32492" type="VScrollBar" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement/BaseComponent/RichTextLabel" index="1"]
visible = false
layout_mode = 0
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -8.0
max_value = 24.0
step = 1.0
page = 24.0
[node name="CheckButton" type="CheckButton" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement"]
layout_mode = 2
text = "ModbusPoll.exe"
flat = true
[node name="CheckButton2" type="CheckButton" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement"]
layout_mode = 2
text = "NetAssist.exe"
flat = true
[node name="CheckButton3" type="CheckButton" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement"]
layout_mode = 2
text = "UartAssist.exe"
flat = true
[node name="CheckButton4" type="CheckButton" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement"]
layout_mode = 2
text = "chfs.exe"
flat = true
[node name="HSeparator" type="HSeparator" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement"]
layout_mode = 2
[node name="Label" type="Label" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement"]
layout_mode = 2
theme_type_variation = &"HeaderSmall"
text = "准备好了么?"
[node name="Button" type="Button" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement"]
layout_mode = 2
text = "打开需要使用的PPT"
icon = ExtResource("2_ugkdr")
expand_icon = true
[node name="StepElement5" parent="VBoxContainer/ScrollContainer/HFlowContainer" instance=ExtResource("1_6n8rk")]
layout_mode = 2
[node name="Label" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement5/BaseComponent" index="0"]
text = "开始采集"
[node name="Label2" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement5/BaseComponent" index="2"]
text = "配置好环境后开始采集"
[node name="32496" type="VScrollBar" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement5/BaseComponent/RichTextLabel" index="1"]
visible = false
layout_mode = 0
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -8.0
max_value = 24.0
step = 1.0
page = 24.0
[node name="StepElement3" parent="VBoxContainer/ScrollContainer/HFlowContainer" instance=ExtResource("1_6n8rk")]
custom_minimum_size = Vector2(512, 512)
layout_mode = 2
[node name="Label" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement3/BaseComponent" index="0"]
text = "获取数据"
[node name="Label2" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement3/BaseComponent" index="2"]
text = "已经采集到数据了"
[node name="RichTextLabel" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement3/BaseComponent" index="4"]
text = "当前传感器数据"
[node name="32494" type="VScrollBar" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement3/BaseComponent/RichTextLabel" index="1"]
visible = false
layout_mode = 0
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -8.0
max_value = 24.0
step = 1.0
page = 24.0
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement3"]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement3/VBoxContainer"]
layout_mode = 2
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement3/VBoxContainer/HBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 8
[node name="Button" type="Button" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement3/VBoxContainer/HBoxContainer/VBoxContainer"]
custom_minimum_size = Vector2(256, 128)
layout_mode = 2
theme_type_variation = &"ColorPanel"
[node name="Button2" type="Button" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement3/VBoxContainer/HBoxContainer/VBoxContainer"]
custom_minimum_size = Vector2(256, 128)
layout_mode = 2
theme_type_variation = &"ColorPanel"
[node name="Button3" type="Button" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement3/VBoxContainer/HBoxContainer"]
custom_minimum_size = Vector2(256, 128)
layout_mode = 2
theme_type_variation = &"ColorPanel"
[node name="StepElement4" parent="VBoxContainer/ScrollContainer/HFlowContainer" instance=ExtResource("1_6n8rk")]
layout_mode = 2
[node name="Label" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement4/BaseComponent" index="0"]
text = "更新标识"
[node name="Label2" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement4/BaseComponent" index="2"]
text = "将传感器的数据更新到解析节点"
[node name="RichTextLabel" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement4/BaseComponent" index="4"]
text = "每隔一段时间,就会更新数据到标识"
[node name="32495" type="VScrollBar" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement4/BaseComponent/RichTextLabel" index="1"]
visible = false
layout_mode = 0
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -8.0
max_value = 24.0
step = 1.0
page = 24.0
[node name="Panel" type="PanelContainer" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement4"]
clip_children = 2
layout_mode = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_6ug6k")
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement4/Panel"]
layout_mode = 2
[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement4/Panel/VBoxContainer"]
layout_mode = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_1emc7")
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement4/Panel/VBoxContainer/PanelContainer"]
layout_mode = 2
theme_override_constants/margin_left = 8
theme_override_constants/margin_top = 8
theme_override_constants/margin_right = 8
theme_override_constants/margin_bottom = 8
[node name="Label" type="Label" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement4/Panel/VBoxContainer/PanelContainer/MarginContainer"]
layout_mode = 2
text = "更新数据:温度"
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement4/Panel/VBoxContainer"]
layout_mode = 2
theme_override_constants/margin_left = 8
theme_override_constants/margin_top = 8
theme_override_constants/margin_right = 8
theme_override_constants/margin_bottom = 8
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement4/Panel/VBoxContainer/MarginContainer"]
layout_mode = 2
[node name="Label" type="RichTextLabel" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement4/Panel/VBoxContainer/MarginContainer/VBoxContainer"]
layout_mode = 2
text = "温度:256℃
湿度:50%"
fit_content = true
[node name="StepElement6" parent="VBoxContainer/ScrollContainer/HFlowContainer" instance=ExtResource("1_6n8rk")]
layout_mode = 2
[node name="Label" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement6/BaseComponent" index="0"]
text = "生产模拟"
[node name="Label2" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement6/BaseComponent" index="2"]
text = "数据"
[node name="RichTextLabel" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement6/BaseComponent" index="4"]
text = "更改"
[node name="32497" type="VScrollBar" parent="VBoxContainer/ScrollContainer/HFlowContainer/StepElement6/BaseComponent/RichTextLabel" index="1"]
visible = false
layout_mode = 0
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -8.0
max_value = 24.0
step = 1.0
page = 24.0
[node name="StepElement7" parent="VBoxContainer/ScrollContainer/HFlowContainer" instance=ExtResource("1_6n8rk")]
layout_mode = 2
[node name="StepElement8" parent="VBoxContainer/ScrollContainer/HFlowContainer" instance=ExtResource("1_6n8rk")]
layout_mode = 2
[connection signal="ready" from="VBoxContainer/ScrollContainer" to="VBoxContainer/ScrollContainer" method="set_horizontal_scroll_mode" binds= [1]]
[editable path="VBoxContainer/ScrollContainer/HFlowContainer/StepElement2"]
[editable path="VBoxContainer/ScrollContainer/HFlowContainer/StepElement"]
[editable path="VBoxContainer/ScrollContainer/HFlowContainer/StepElement5"]
[editable path="VBoxContainer/ScrollContainer/HFlowContainer/StepElement3"]
[editable path="VBoxContainer/ScrollContainer/HFlowContainer/StepElement4"]
[editable path="VBoxContainer/ScrollContainer/HFlowContainer/StepElement6"]

View File

@@ -0,0 +1,126 @@
[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://x86mmss5del3" path="res://Mods/CAICT/Templates/标识解析溯源元素.tscn" id="3_tao46"]
[node name="_标识解析" type="ColorRect"]
clip_children = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
metadata/_edit_lock_ = true
[node name="SearchLogLabel" type="RichTextLabel" parent="."]
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
metadata/_edit_lock_ = true
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
layout_mode = 2
theme_override_constants/separation = 32
metadata/_edit_lock_ = true
[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(512, 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="SearchResult-Container" type="GridContainer" parent="MarginContainer/VBoxContainer"]
custom_minimum_size = Vector2(512, 0)
layout_mode = 2
size_flags_horizontal = 4
theme_override_constants/h_separation = 16
theme_override_constants/v_separation = 16
columns = 3
[node name="ColorRect" parent="MarginContainer/VBoxContainer/SearchResult-Container" instance=ExtResource("3_tao46")]
layout_mode = 2
[node name="ColorRect2" parent="MarginContainer/VBoxContainer/SearchResult-Container" instance=ExtResource("3_tao46")]
layout_mode = 2
[node name="ColorRect3" parent="MarginContainer/VBoxContainer/SearchResult-Container" instance=ExtResource("3_tao46")]
layout_mode = 2
[node name="ColorRect4" parent="MarginContainer/VBoxContainer/SearchResult-Container" instance=ExtResource("3_tao46")]
layout_mode = 2
[node name="ColorRect5" parent="MarginContainer/VBoxContainer/SearchResult-Container" instance=ExtResource("3_tao46")]
layout_mode = 2
[node name="SearchProgressBar" type="ProgressBar" parent="MarginContainer/VBoxContainer"]
custom_minimum_size = Vector2(512, 0)
layout_mode = 2
size_flags_horizontal = 4
value = 50.0
rounded = true

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=29 format=3 uid="uid://cwq2llh4vrnsg"]
[gd_scene load_steps=28 format=3 uid="uid://cwq2llh4vrnsg"]
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXPanel.cs" id="1_rnsr2"]
[ext_resource type="PackedScene" uid="uid://d1po2qljd0jh2" path="res://Mods/教育平台/教程header.tscn" id="2_136dc"]
@@ -15,7 +15,6 @@
[ext_resource type="Texture2D" uid="uid://dhws1cqlkdixm" path="res://Artists/Art/Icons/icon_folder.png" id="13_w2j7y"]
[ext_resource type="Texture2D" uid="uid://cai2ch4k68eyi" path="res://Artists/Art/Icons/icon_folder-delete.png" id="14_7e8yu"]
[ext_resource type="PackedScene" uid="uid://kjagucr1ngry" path="res://Artists/Templates/RectangleData.tscn" id="15_i3dfc"]
[ext_resource type="Texture2D" uid="uid://dkjlnpeapxmn" path="res://Artists/Art/Icons/icon_baseline-percentage.png" id="16_yil5s"]
[ext_resource type="Texture2D" uid="uid://fkd63fjc550" path="res://Artists/Art/Icons/icon_help.png" id="17_qggt8"]
[ext_resource type="Texture2D" uid="uid://c38luts5hc5fj" path="res://Artists/Art/Icons/Arrows/icon_chevron-left-rounded.png" id="18_l665t"]
[ext_resource type="Texture2D" uid="uid://bqwchhovknbro" path="res://Artists/Art/Icons/Arrows/icon_chevron-right-rounded.png" id="19_lo7qx"]
@@ -585,15 +584,6 @@ layout_mode = 2
[node name="RectangleData2" parent="HBoxContainer/VBoxContainer/TabContainer2/温湿度数据采集/VBoxContainer/CenterContainer" instance=ExtResource("15_i3dfc")]
layout_mode = 2
[node name="TextureRect" parent="HBoxContainer/VBoxContainer/TabContainer2/温湿度数据采集/VBoxContainer/CenterContainer/RectangleData2" index="0"]
texture = ExtResource("16_yil5s")
[node name="Label" parent="HBoxContainer/VBoxContainer/TabContainer2/温湿度数据采集/VBoxContainer/CenterContainer/RectangleData2" index="1"]
text = "湿度"
[node name="Label2" parent="HBoxContainer/VBoxContainer/TabContainer2/温湿度数据采集/VBoxContainer/CenterContainer/RectangleData2/MarginContainer" index="0"]
text = "50.6"
[node name="MarginContainer" type="MarginContainer" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
theme_override_constants/margin_left = 16