温湿度传感器更新
现在可以手动更新温湿度了
This commit is contained in:
19
Mods/工业数据采集与分析应用分享/Templates/标识引用模板.tscn
Normal file
19
Mods/工业数据采集与分析应用分享/Templates/标识引用模板.tscn
Normal file
@@ -0,0 +1,19 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://42locm7i2wvy"]
|
||||
|
||||
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXContainer.cs" id="1_v6r4n"]
|
||||
|
||||
[node name="标识引用模板" type="HBoxContainer" node_paths=PackedStringArray("label", "button", "labels", "lineEdits")]
|
||||
script = ExtResource("1_v6r4n")
|
||||
label = NodePath("Label")
|
||||
button = NodePath("Button")
|
||||
labels = []
|
||||
lineEdits = []
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 2
|
||||
text = "88.123.99/xxxxxxxxxxxxxxxx"
|
||||
|
||||
[node name="Button" type="Button" parent="."]
|
||||
custom_minimum_size = Vector2(128, 0)
|
||||
layout_mode = 2
|
||||
text = "查询"
|
Reference in New Issue
Block a user