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

364 lines
18 KiB
Plaintext
Raw Normal View History

2023-07-08 00:02:32 +08:00
[gd_scene load_steps=10 format=3 uid="uid://cngf2h2a5ne4a"]
2023-07-06 16:32:57 +08:00
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXPanel.cs" id="1_c78kh"]
[ext_resource type="PackedScene" uid="uid://d1po2qljd0jh2" path="res://Mods/教育平台/教程header.tscn" id="2_mn1rn"]
2023-07-08 00:02:32 +08:00
[ext_resource type="PackedScene" uid="uid://b2chp3rw7ib00" path="res://Mods/工业数据采集与分析应用分享/Templates/标识模板格式.tscn" id="3_gmthc"]
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXWindowService.cs" id="3_sfip0"]
[ext_resource type="ButtonGroup" uid="uid://cwiiipy56pktn" path="res://Mods/工业数据采集与分析应用分享/Resource/工业互联网标识解析与注册导航.tres" id="3_wv1s6"]
2023-07-06 16:32:57 +08:00
[ext_resource type="Script" path="res://Mods/工业数据采集与分析应用分享/Scripts/IDIS_Service.cs" id="3_xbtmk"]
2023-07-08 00:02:32 +08:00
[ext_resource type="Script" path="res://Mods/工业数据采集与分析应用分享/Scripts/IDIS_TemplateService.cs" id="4_oj8cs"]
[ext_resource type="Script" path="res://Mods/工业数据采集与分析应用分享/Scripts/IDIS_RegisterService.cs" id="8_6uwr0"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_clkje"]
2023-07-06 16:32:57 +08:00
2023-07-08 14:03:19 +08:00
[node name="标识注册与解析" type="Control"]
layout_mode = 3
2023-07-06 16:32:57 +08:00
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_c78kh")
allowCursor = true
allowInput = true
2023-07-08 14:03:19 +08:00
[node name="Background-Image" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.14902, 0.160784, 0.176471, 0.784314)
[node name="Layout" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="教程Header" parent="Layout" instance=ExtResource("2_mn1rn")]
2023-07-06 16:32:57 +08:00
layout_mode = 2
2023-07-08 14:03:19 +08:00
[node name="UX Window Service" type="MarginContainer" parent="Layout" node_paths=PackedStringArray("tabs", "windows")]
2023-07-06 16:32:57 +08:00
layout_mode = 2
size_flags_vertical = 3
theme_type_variation = &"Margin_16px"
2023-07-08 00:02:32 +08:00
script = ExtResource("3_sfip0")
2023-07-08 14:03:19 +08:00
tabs = [NodePath("Horizontal Layout/导航栏/标识模板-button"), NodePath("Horizontal Layout/导航栏/Button3"), NodePath("Horizontal Layout/导航栏/Button2"), NodePath("Horizontal Layout/导航栏/Button4"), NodePath("Horizontal Layout/导航栏/Button5"), NodePath("Horizontal Layout/导航栏/Button6")]
2023-07-08 00:02:32 +08:00
windows = [NodePath("Horizontal Layout/内容/标识模板"), NodePath("Horizontal Layout/内容/标注注册"), NodePath("Horizontal Layout/内容/Container2"), NodePath("Horizontal Layout/内容/Container3"), NodePath("Horizontal Layout/内容/Container4"), NodePath("Horizontal Layout/内容/Container5")]
2023-07-06 16:32:57 +08:00
2023-07-08 14:03:19 +08:00
[node name="Horizontal Layout" type="HBoxContainer" parent="Layout/UX Window Service"]
2023-07-06 16:32:57 +08:00
layout_mode = 2
theme_override_constants/separation = 16
2023-07-08 14:03:19 +08:00
[node name="导航栏" type="VBoxContainer" parent="Layout/UX Window Service/Horizontal Layout"]
2023-07-06 16:32:57 +08:00
custom_minimum_size = Vector2(256, 0)
layout_mode = 2
2023-07-08 14:03:19 +08:00
[node name="Label" type="Label" parent="Layout/UX Window Service/Horizontal Layout/导航栏"]
2023-07-06 16:32:57 +08:00
layout_mode = 2
theme_type_variation = &"HeaderMedium"
2023-07-08 00:02:32 +08:00
text = "管理"
2023-07-06 16:32:57 +08:00
2023-07-08 14:03:19 +08:00
[node name="标识模板-button" type="Button" parent="Layout/UX Window Service/Horizontal Layout/导航栏"]
2023-07-06 16:32:57 +08:00
layout_mode = 2
2023-07-08 00:02:32 +08:00
toggle_mode = true
button_group = ExtResource("3_wv1s6")
text = "管理标识模板"
2023-07-06 16:32:57 +08:00
2023-07-08 14:03:19 +08:00
[node name="Label3" type="Label" parent="Layout/UX Window Service/Horizontal Layout/导航栏"]
2023-07-06 16:32:57 +08:00
layout_mode = 2
theme_type_variation = &"HeaderMedium"
text = "准备生产"
2023-07-08 14:03:19 +08:00
[node name="Button3" type="Button" parent="Layout/UX Window Service/Horizontal Layout/导航栏"]
2023-07-06 16:32:57 +08:00
layout_mode = 2
2023-07-08 00:02:32 +08:00
toggle_mode = true
button_group = ExtResource("3_wv1s6")
2023-07-06 16:32:57 +08:00
text = "注册设备"
2023-07-08 14:03:19 +08:00
[node name="Label4" type="Label" parent="Layout/UX Window Service/Horizontal Layout/导航栏"]
2023-07-06 16:32:57 +08:00
layout_mode = 2
theme_type_variation = &"HeaderMedium"
text = "开始生产"
2023-07-08 14:03:19 +08:00
[node name="Button2" type="Button" parent="Layout/UX Window Service/Horizontal Layout/导航栏"]
2023-07-06 16:32:57 +08:00
layout_mode = 2
2023-07-08 00:02:32 +08:00
toggle_mode = true
button_group = ExtResource("3_wv1s6")
2023-07-06 16:32:57 +08:00
text = "注册订单"
2023-07-08 14:03:19 +08:00
[node name="Button4" type="Button" parent="Layout/UX Window Service/Horizontal Layout/导航栏"]
2023-07-06 16:32:57 +08:00
layout_mode = 2
2023-07-08 00:02:32 +08:00
toggle_mode = true
button_group = ExtResource("3_wv1s6")
2023-07-06 16:32:57 +08:00
text = "内容1"
2023-07-08 14:03:19 +08:00
[node name="Button5" type="Button" parent="Layout/UX Window Service/Horizontal Layout/导航栏"]
2023-07-06 16:32:57 +08:00
layout_mode = 2
2023-07-08 00:02:32 +08:00
toggle_mode = true
button_group = ExtResource("3_wv1s6")
2023-07-06 16:32:57 +08:00
text = "内容1"
2023-07-08 14:03:19 +08:00
[node name="Button6" type="Button" parent="Layout/UX Window Service/Horizontal Layout/导航栏"]
2023-07-06 16:32:57 +08:00
layout_mode = 2
2023-07-08 00:02:32 +08:00
toggle_mode = true
button_group = ExtResource("3_wv1s6")
2023-07-06 16:32:57 +08:00
text = "内容1"
2023-07-08 14:03:19 +08:00
[node name="内容" type="PanelContainer" parent="Layout/UX Window Service/Horizontal Layout"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
size_flags_horizontal = 3
theme_override_styles/panel = SubResource("StyleBoxEmpty_clkje")
2023-07-08 14:03:19 +08:00
[node name="标识模板" type="MarginContainer" parent="Layout/UX Window Service/Horizontal Layout/内容"]
visible = false
2023-07-08 00:02:32 +08:00
layout_mode = 2
theme_type_variation = &"Margin_16px"
2023-07-08 14:03:19 +08:00
[node name="VBoxContainer" type="VBoxContainer" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
2023-07-08 14:03:19 +08:00
[node name="HBoxContainer" type="HBoxContainer" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
size_flags_vertical = 3
2023-07-08 14:03:19 +08:00
[node name="VBoxContainer" type="VBoxContainer" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
size_flags_horizontal = 3
2023-07-08 14:03:19 +08:00
[node name="Label" type="Label" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
theme_type_variation = &"HeaderLarge"
text = "标识注册模板"
2023-07-08 14:03:19 +08:00
[node name="ItemList" type="ItemList" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
size_flags_vertical = 3
auto_height = true
item_count = 3
item_0/text = "1"
item_1/text = "2"
item_2/text = "3"
2023-07-08 14:03:19 +08:00
[node name="HSeparator" type="HSeparator" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
2023-07-08 14:03:19 +08:00
[node name="Button" type="Button" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
text = "创建新的注册模板"
2023-07-08 14:03:19 +08:00
[node name="VSeparator" type="VSeparator" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
theme_override_constants/separation = 64
2023-07-08 14:03:19 +08:00
[node name="VBoxContainer2" type="VBoxContainer" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
size_flags_horizontal = 3
2023-07-08 14:03:19 +08:00
[node name="VBoxContainer" type="VBoxContainer" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
size_flags_vertical = 3
2023-07-08 14:03:19 +08:00
[node name="Label2" type="Label" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
theme_type_variation = &"HeaderLarge"
text = "模板信息"
2023-07-08 14:03:19 +08:00
[node name="name-edit" type="LineEdit" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
placeholder_text = "标识模板名称"
caret_blink = true
caret_blink_interval = 0.5
2023-07-08 14:03:19 +08:00
[node name="Label3" type="Label" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
theme_type_variation = &"HeaderLarge"
text = "模板属性"
2023-07-08 14:03:19 +08:00
[node name="description-edit" type="LineEdit" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
placeholder_text = "该模板用于xxx"
caret_blink = true
caret_blink_interval = 0.5
2023-07-08 14:03:19 +08:00
[node name="GridContainer" type="GridContainer" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
columns = 2
2023-07-08 14:03:19 +08:00
[node name="Label5" type="Label" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer/GridContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
text = "创建时间:"
2023-07-08 14:03:19 +08:00
[node name="Label6" type="Label" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer/GridContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
text = "2023年7月7日23:42:40"
2023-07-08 14:03:19 +08:00
[node name="Label7" type="Label" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer/GridContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
text = "更新时间:"
2023-07-08 14:03:19 +08:00
[node name="Label8" type="Label" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer/GridContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
text = "2023年7月7日23:42:40"
2023-07-08 14:03:19 +08:00
[node name="HSeparator" type="HSeparator" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer"]
2023-07-08 00:02:32 +08:00
visible = false
layout_mode = 2
theme_type_variation = &"HSeparator_8px"
2023-07-08 14:03:19 +08:00
[node name="Label" type="Label" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
theme_type_variation = &"HeaderLarge"
text = "模板格式"
2023-07-08 14:03:19 +08:00
[node name="Label4" type="Label" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
text = "数据名称/提示"
2023-07-08 14:03:19 +08:00
[node name="Format-Container" type="VBoxContainer" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
2023-07-08 14:03:19 +08:00
[node name="标识模板格式" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer/Format-Container" instance=ExtResource("3_gmthc")]
2023-07-08 00:02:32 +08:00
layout_mode = 2
2023-07-08 14:03:19 +08:00
[node name="标识模板格式2" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer/Format-Container" node_paths=PackedStringArray("lineEdits") instance=ExtResource("3_gmthc")]
2023-07-08 00:02:32 +08:00
layout_mode = 2
lineEdits = [NodePath("../标识模板格式/HBoxContainer/name-edit"), NodePath("../标识模板格式/HBoxContainer/hint-edit")]
2023-07-08 14:03:19 +08:00
[node name="标识模板格式3" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer/Format-Container" node_paths=PackedStringArray("lineEdits") instance=ExtResource("3_gmthc")]
2023-07-08 00:02:32 +08:00
layout_mode = 2
lineEdits = [NodePath("../标识模板格式/HBoxContainer/name-edit"), NodePath("../标识模板格式/HBoxContainer/hint-edit")]
2023-07-08 14:03:19 +08:00
[node name="标识模板格式4" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer/Format-Container" node_paths=PackedStringArray("lineEdits") instance=ExtResource("3_gmthc")]
2023-07-08 00:02:32 +08:00
layout_mode = 2
lineEdits = [NodePath("../标识模板格式/HBoxContainer/name-edit"), NodePath("../标识模板格式/HBoxContainer/hint-edit")]
2023-07-08 14:03:19 +08:00
[node name="标识模板格式5" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer/Format-Container" node_paths=PackedStringArray("lineEdits") instance=ExtResource("3_gmthc")]
2023-07-08 00:02:32 +08:00
layout_mode = 2
lineEdits = [NodePath("../标识模板格式/HBoxContainer/name-edit"), NodePath("../标识模板格式/HBoxContainer/hint-edit")]
2023-07-08 14:03:19 +08:00
[node name="标识模板格式6" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer/Format-Container" node_paths=PackedStringArray("lineEdits") instance=ExtResource("3_gmthc")]
2023-07-08 00:02:32 +08:00
layout_mode = 2
lineEdits = [NodePath("../标识模板格式/HBoxContainer/name-edit"), NodePath("../标识模板格式/HBoxContainer/hint-edit")]
2023-07-08 14:03:19 +08:00
[node name="标识模板格式7" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer/Format-Container" node_paths=PackedStringArray("lineEdits") instance=ExtResource("3_gmthc")]
2023-07-08 00:02:32 +08:00
layout_mode = 2
lineEdits = [NodePath("../标识模板格式/HBoxContainer/name-edit"), NodePath("../标识模板格式/HBoxContainer/hint-edit")]
2023-07-08 14:03:19 +08:00
[node name="Button" type="Button" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
text = "添加新的格式"
2023-07-08 14:03:19 +08:00
[node name="HSeparator" type="HSeparator" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
2023-07-08 14:03:19 +08:00
[node name="Button" type="Button" parent="Layout/UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
text = "保存注册模板"
2023-07-08 14:03:19 +08:00
[node name="标注注册" type="MarginContainer" parent="Layout/UX Window Service/Horizontal Layout/内容"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
theme_type_variation = &"Margin_16px"
2023-07-08 14:03:19 +08:00
[node name="HBoxContainer" type="HBoxContainer" parent="Layout/UX Window Service/Horizontal Layout/内容/标注注册"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
2023-07-08 14:03:19 +08:00
[node name="VBoxContainer" type="VBoxContainer" parent="Layout/UX Window Service/Horizontal Layout/内容/标注注册/HBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
size_flags_horizontal = 3
2023-07-08 14:03:19 +08:00
[node name="Label" type="Label" parent="Layout/UX Window Service/Horizontal Layout/内容/标注注册/HBoxContainer/VBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
theme_type_variation = &"HeaderLarge"
text = "选择标识模板"
2023-07-08 14:03:19 +08:00
[node name="ItemList" type="ItemList" parent="Layout/UX Window Service/Horizontal Layout/内容/标注注册/HBoxContainer/VBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
size_flags_vertical = 3
auto_height = true
item_count = 4
item_0/text = "1"
item_1/text = "2"
item_2/text = "3"
item_3/text = "4"
2023-07-08 14:03:19 +08:00
[node name="VBoxContainer2" type="VBoxContainer" parent="Layout/UX Window Service/Horizontal Layout/内容/标注注册/HBoxContainer"]
2023-07-06 16:32:57 +08:00
layout_mode = 2
size_flags_horizontal = 3
2023-07-08 00:02:32 +08:00
2023-07-08 14:03:19 +08:00
[node name="Label" type="Label" parent="Layout/UX Window Service/Horizontal Layout/内容/标注注册/HBoxContainer/VBoxContainer2"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
theme_type_variation = &"HeaderLarge"
text = "在这里填写注册表单"
2023-07-08 14:03:19 +08:00
[node name="HBoxContainer" type="HBoxContainer" parent="Layout/UX Window Service/Horizontal Layout/内容/标注注册/HBoxContainer/VBoxContainer2"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
2023-07-08 14:03:19 +08:00
[node name="handle-edit" type="LineEdit" parent="Layout/UX Window Service/Horizontal Layout/内容/标注注册/HBoxContainer/VBoxContainer2/HBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
size_flags_horizontal = 3
placeholder_text = "需要注册的标识码"
caret_blink = true
caret_blink_interval = 0.5
2023-07-08 14:03:19 +08:00
[node name="generate-button" type="Button" parent="Layout/UX Window Service/Horizontal Layout/内容/标注注册/HBoxContainer/VBoxContainer2/HBoxContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
text = "生成标识"
2023-07-08 14:03:19 +08:00
[node name="MarginContainer" type="MarginContainer" parent="Layout/UX Window Service/Horizontal Layout/内容/标注注册/HBoxContainer/VBoxContainer2"]
layout_mode = 2
size_flags_vertical = 3
theme_type_variation = &"Margin_16px"
[node name="register-container" type="VBoxContainer" parent="Layout/UX Window Service/Horizontal Layout/内容/标注注册/HBoxContainer/VBoxContainer2/MarginContainer"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
2023-07-08 14:03:19 +08:00
[node name="register-button" type="Button" parent="Layout/UX Window Service/Horizontal Layout/内容/标注注册/HBoxContainer/VBoxContainer2"]
2023-07-08 00:02:32 +08:00
layout_mode = 2
text = "注册标识"
2023-07-08 14:03:19 +08:00
[node name="Container2" type="Container" parent="Layout/UX Window Service/Horizontal Layout/内容"]
2023-07-08 00:02:32 +08:00
visible = false
layout_mode = 2
2023-07-08 14:03:19 +08:00
[node name="Container3" type="Container" parent="Layout/UX Window Service/Horizontal Layout/内容"]
2023-07-08 00:02:32 +08:00
visible = false
layout_mode = 2
2023-07-08 14:03:19 +08:00
[node name="Container4" type="Container" parent="Layout/UX Window Service/Horizontal Layout/内容"]
2023-07-08 00:02:32 +08:00
visible = false
layout_mode = 2
2023-07-08 14:03:19 +08:00
[node name="Container5" type="Container" parent="Layout/UX Window Service/Horizontal Layout/内容"]
2023-07-08 00:02:32 +08:00
visible = false
layout_mode = 2
2023-07-06 16:32:57 +08:00
2023-07-08 14:03:19 +08:00
[node name="标识解析服务" type="Node" parent="Layout"]
2023-07-06 16:32:57 +08:00
script = ExtResource("3_xbtmk")
2023-07-08 00:02:32 +08:00
2023-07-08 14:03:19 +08:00
[node name="标识模板服务" type="Node" parent="Layout" node_paths=PackedStringArray("createButton", "newFormatButton", "itemList", "templateNameEdit", "templateDescriptionEdit", "container")]
2023-07-08 00:02:32 +08:00
script = ExtResource("4_oj8cs")
createButton = NodePath("../UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer/Button")
newFormatButton = NodePath("../UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer/Button")
itemList = NodePath("../UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer/ItemList")
templateNameEdit = NodePath("../UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer/name-edit")
templateDescriptionEdit = NodePath("../UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer/description-edit")
container = NodePath("../UX Window Service/Horizontal Layout/内容/标识模板/VBoxContainer/HBoxContainer/VBoxContainer2/VBoxContainer/Format-Container")
templateContainer = ExtResource("3_gmthc")
2023-07-08 14:03:19 +08:00
[node name="标识注册服务" type="Node" parent="Layout" node_paths=PackedStringArray("service", "templateService", "templateList", "handleEdit", "generateHandleButton", "container", "registerButton")]
2023-07-08 00:02:32 +08:00
script = ExtResource("8_6uwr0")
service = NodePath("../标识解析服务")
templateService = NodePath("../标识模板服务")
templateList = NodePath("../UX Window Service/Horizontal Layout/内容/标注注册/HBoxContainer/VBoxContainer/ItemList")
handleEdit = NodePath("../UX Window Service/Horizontal Layout/内容/标注注册/HBoxContainer/VBoxContainer2/HBoxContainer/handle-edit")
generateHandleButton = NodePath("../UX Window Service/Horizontal Layout/内容/标注注册/HBoxContainer/VBoxContainer2/HBoxContainer/generate-button")
2023-07-08 14:03:19 +08:00
container = NodePath("../UX Window Service/Horizontal Layout/内容/标注注册/HBoxContainer/VBoxContainer2/MarginContainer/register-container")
2023-07-08 00:02:32 +08:00
registerButton = NodePath("../UX Window Service/Horizontal Layout/内容/标注注册/HBoxContainer/VBoxContainer2/register-button")