温湿度传感器更新

现在可以手动更新温湿度了
This commit is contained in:
CortexCore
2023-07-10 00:00:20 +08:00
parent 10c90cee9a
commit 6301e2d3ad
19 changed files with 754 additions and 132 deletions

View File

@@ -2,89 +2,66 @@
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXContainer.cs" id="1_312jo"]
[node name="关联标识" type="HBoxContainer" node_paths=PackedStringArray("label", "titleLabel", "button", "updateTimeLabel", "createTimeLabel")]
[node name="关联标识" type="HBoxContainer" node_paths=PackedStringArray("label", "titleLabel", "updateTimeLabel", "createTimeLabel", "labels", "lineEdits")]
offset_right = 651.0
offset_bottom = 64.0
theme_override_constants/separation = 8
script = ExtResource("1_312jo")
label = NodePath("VBoxContainer/Label2")
titleLabel = NodePath("VBoxContainer/Label")
button = NodePath("Button")
updateTimeLabel = NodePath("VBoxContainer2/HBoxContainer/Label2")
createTimeLabel = NodePath("VBoxContainer2/HBoxContainer2/Label2")
label = NodePath("GridContainer/Labels[1]")
titleLabel = NodePath("GridContainer/Labels[0]")
updateTimeLabel = NodePath("GridContainer/HBoxContainer/label[2]")
createTimeLabel = NodePath("GridContainer/HBoxContainer2/labels[3]")
labels = [NodePath("GridContainer/Labels[0]"), NodePath("GridContainer/Labels[1]"), NodePath("GridContainer/HBoxContainer/label[2]"), NodePath("GridContainer/HBoxContainer2/labels[3]")]
lineEdits = []
[node name="Control" type="Control" parent="."]
custom_minimum_size = Vector2(64, 0)
[node name="Control3" type="Control" parent="."]
custom_minimum_size = Vector2(16, 0)
layout_mode = 2
[node name="ColorRect" type="ColorRect" parent="Control"]
custom_minimum_size = Vector2(24, 24)
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -12.0
offset_top = -12.0
offset_right = 12.0
offset_bottom = 12.0
grow_horizontal = 2
grow_vertical = 2
[node name="ColorRect" type="ColorRect" parent="."]
custom_minimum_size = Vector2(4, 48)
layout_mode = 2
size_flags_vertical = 4
color = Color(0.0588235, 1, 1, 1)
[node name="VBoxContainer" type="VBoxContainer" parent="."]
[node name="GridContainer" type="GridContainer" parent="."]
layout_mode = 2
size_flags_horizontal = 3
columns = 2
[node name="Label" type="Label" parent="VBoxContainer"]
[node name="Labels[0]" type="Label" parent="GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
theme_type_variation = &"HeaderSmall"
text = "订单信息"
[node name="Label2" type="Label" parent="VBoxContainer"]
[node name="HBoxContainer" type="HBoxContainer" parent="GridContainer"]
layout_mode = 2
text = "20230701232464"
[node name="VSeparator" type="VSeparator" parent="."]
visible = false
[node name="Label" type="Label" parent="GridContainer/HBoxContainer"]
layout_mode = 2
text = "最后更新时间:"
[node name="label[2]" type="Label" parent="GridContainer/HBoxContainer"]
layout_mode = 2
text = "2023年7月4日23:35:48"
[node name="Labels[1]" type="Label" parent="GridContainer"]
layout_mode = 2
size_flags_horizontal = 3
text = "20230701232464"
[node name="HBoxContainer2" type="HBoxContainer" parent="GridContainer"]
layout_mode = 2
[node name="Label" type="Label" parent="GridContainer/HBoxContainer2"]
layout_mode = 2
text = "创建标识时间:"
[node name="labels[3]" type="Label" parent="GridContainer/HBoxContainer2"]
layout_mode = 2
text = "2023年7月4日23:35:48"
[node name="Control2" type="Control" parent="."]
custom_minimum_size = Vector2(16, 0)
layout_mode = 2
[node name="VBoxContainer2" type="VBoxContainer" parent="."]
layout_mode = 2
alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer2"]
layout_mode = 2
[node name="Label" type="Label" parent="VBoxContainer2/HBoxContainer"]
layout_mode = 2
text = "最后更新时间:"
[node name="Label2" type="Label" parent="VBoxContainer2/HBoxContainer"]
layout_mode = 2
text = "2023年7月4日23:35:48"
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer2"]
layout_mode = 2
[node name="Label" type="Label" parent="VBoxContainer2/HBoxContainer2"]
layout_mode = 2
text = "创建标识时间:"
[node name="Label2" type="Label" parent="VBoxContainer2/HBoxContainer2"]
layout_mode = 2
text = "2023年7月4日23:35:48"
[node name="VSeparator2" type="VSeparator" parent="."]
layout_mode = 2
size_flags_horizontal = 3
[node name="Button" type="Button" parent="."]
layout_mode = 2
text = "查询关联"