79 lines
2.5 KiB
Plaintext
79 lines
2.5 KiB
Plaintext
|
[gd_scene load_steps=4 format=3 uid="uid://cngf2h2a5ne4a"]
|
||
|
|
||
|
[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"]
|
||
|
[ext_resource type="Script" path="res://Mods/工业数据采集与分析应用分享/Scripts/IDIS_Service.cs" id="3_xbtmk"]
|
||
|
|
||
|
[node name="标识注册与解析" type="VBoxContainer"]
|
||
|
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
|
||
|
|
||
|
[node name="教程Header" parent="." instance=ExtResource("2_mn1rn")]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="Main Layout" type="MarginContainer" parent="."]
|
||
|
layout_mode = 2
|
||
|
size_flags_vertical = 3
|
||
|
theme_type_variation = &"Margin_16px"
|
||
|
|
||
|
[node name="Horizontal Layout" type="HBoxContainer" parent="Main Layout"]
|
||
|
layout_mode = 2
|
||
|
theme_override_constants/separation = 16
|
||
|
|
||
|
[node name="导航栏" type="VBoxContainer" parent="Main Layout/Horizontal Layout"]
|
||
|
custom_minimum_size = Vector2(256, 0)
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="Label" type="Label" parent="Main Layout/Horizontal Layout/导航栏"]
|
||
|
layout_mode = 2
|
||
|
theme_type_variation = &"HeaderMedium"
|
||
|
text = "注册"
|
||
|
|
||
|
[node name="Button" type="Button" parent="Main Layout/Horizontal Layout/导航栏"]
|
||
|
layout_mode = 2
|
||
|
text = "注册标识模板"
|
||
|
|
||
|
[node name="Label3" type="Label" parent="Main Layout/Horizontal Layout/导航栏"]
|
||
|
layout_mode = 2
|
||
|
theme_type_variation = &"HeaderMedium"
|
||
|
text = "准备生产"
|
||
|
|
||
|
[node name="Button3" type="Button" parent="Main Layout/Horizontal Layout/导航栏"]
|
||
|
layout_mode = 2
|
||
|
text = "注册设备"
|
||
|
|
||
|
[node name="Label4" type="Label" parent="Main Layout/Horizontal Layout/导航栏"]
|
||
|
layout_mode = 2
|
||
|
theme_type_variation = &"HeaderMedium"
|
||
|
text = "开始生产"
|
||
|
|
||
|
[node name="Button2" type="Button" parent="Main Layout/Horizontal Layout/导航栏"]
|
||
|
layout_mode = 2
|
||
|
text = "注册订单"
|
||
|
|
||
|
[node name="Button4" type="Button" parent="Main Layout/Horizontal Layout/导航栏"]
|
||
|
layout_mode = 2
|
||
|
text = "内容1"
|
||
|
|
||
|
[node name="Button5" type="Button" parent="Main Layout/Horizontal Layout/导航栏"]
|
||
|
layout_mode = 2
|
||
|
text = "内容1"
|
||
|
|
||
|
[node name="Button6" type="Button" parent="Main Layout/Horizontal Layout/导航栏"]
|
||
|
layout_mode = 2
|
||
|
text = "内容1"
|
||
|
|
||
|
[node name="内容" type="TabContainer" parent="Main Layout/Horizontal Layout"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
tabs_visible = false
|
||
|
|
||
|
[node name="标识解析服务" type="Node" parent="."]
|
||
|
script = ExtResource("3_xbtmk")
|