breakpoint1
This commit is contained in:
@@ -93,60 +93,44 @@ layout_mode = 2
|
||||
theme_type_variation = &"WhitePanel"
|
||||
text = "订单信息"
|
||||
|
||||
[node name="关联标识" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("labels", "buttons", "optionButtons") instance=ExtResource("2_so2ho")]
|
||||
[node name="关联标识" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("labels") instance=ExtResource("2_so2ho")]
|
||||
layout_mode = 2
|
||||
labels = []
|
||||
buttons = []
|
||||
optionButtons = []
|
||||
|
||||
[node name="Label2" type="Label" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_type_variation = &"WhitePanel"
|
||||
text = "生产设备"
|
||||
|
||||
[node name="关联标识2" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("labels", "buttons", "optionButtons") instance=ExtResource("2_so2ho")]
|
||||
[node name="关联标识2" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("labels") instance=ExtResource("2_so2ho")]
|
||||
layout_mode = 2
|
||||
labels = []
|
||||
buttons = []
|
||||
optionButtons = []
|
||||
|
||||
[node name="关联标识3" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("labels", "buttons", "optionButtons") instance=ExtResource("2_so2ho")]
|
||||
[node name="关联标识3" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("labels") instance=ExtResource("2_so2ho")]
|
||||
layout_mode = 2
|
||||
labels = []
|
||||
buttons = []
|
||||
optionButtons = []
|
||||
|
||||
[node name="Label3" type="Label" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
theme_type_variation = &"WhitePanel"
|
||||
text = "生产环境"
|
||||
|
||||
[node name="关联标识4" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("labels", "buttons", "optionButtons") instance=ExtResource("2_so2ho")]
|
||||
[node name="关联标识4" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("labels") instance=ExtResource("2_so2ho")]
|
||||
layout_mode = 2
|
||||
labels = []
|
||||
buttons = []
|
||||
optionButtons = []
|
||||
|
||||
[node name="关联标识5" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("labels", "buttons", "optionButtons") instance=ExtResource("2_so2ho")]
|
||||
[node name="关联标识5" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("labels") instance=ExtResource("2_so2ho")]
|
||||
layout_mode = 2
|
||||
labels = []
|
||||
buttons = []
|
||||
optionButtons = []
|
||||
|
||||
[node name="关联标识6" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("labels", "buttons", "optionButtons") instance=ExtResource("2_so2ho")]
|
||||
[node name="关联标识6" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("labels") instance=ExtResource("2_so2ho")]
|
||||
layout_mode = 2
|
||||
labels = []
|
||||
buttons = []
|
||||
optionButtons = []
|
||||
|
||||
[node name="关联标识7" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("labels", "buttons", "optionButtons") instance=ExtResource("2_so2ho")]
|
||||
[node name="关联标识7" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("labels") instance=ExtResource("2_so2ho")]
|
||||
layout_mode = 2
|
||||
labels = []
|
||||
buttons = []
|
||||
optionButtons = []
|
||||
|
||||
[node name="关联标识8" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("labels", "buttons", "optionButtons") instance=ExtResource("2_so2ho")]
|
||||
[node name="关联标识8" parent="VFlex/MarginContainer/HBoxContainer/MarginContainer/VBoxContainer/ScrollContainer/VBoxContainer" node_paths=PackedStringArray("labels") instance=ExtResource("2_so2ho")]
|
||||
layout_mode = 2
|
||||
labels = []
|
||||
buttons = []
|
||||
optionButtons = []
|
||||
|
@@ -2,12 +2,15 @@
|
||||
|
||||
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXContainer.cs" id="1_6fjlu"]
|
||||
|
||||
[node name="传感器数据模板" type="PanelContainer" node_paths=PackedStringArray("label", "titleLabel", "labels", "lineEdits")]
|
||||
[node name="传感器数据模板" type="PanelContainer" node_paths=PackedStringArray("label", "titleLabel", "labels", "buttons", "lineEdits", "optionButtons")]
|
||||
custom_minimum_size = Vector2(100, 100)
|
||||
script = ExtResource("1_6fjlu")
|
||||
label = NodePath("VBoxContainer/MarginContainer/HBoxContainer/Label")
|
||||
titleLabel = NodePath("VBoxContainer/Label")
|
||||
labels = []
|
||||
buttons = []
|
||||
lineEdits = []
|
||||
optionButtons = []
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
layout_mode = 2
|
||||
|
@@ -2,17 +2,17 @@
|
||||
|
||||
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXContainer.cs" id="1_312jo"]
|
||||
|
||||
[node name="关联标识" type="HBoxContainer" node_paths=PackedStringArray("label", "titleLabel", "updateTimeLabel", "createTimeLabel", "labels", "lineEdits")]
|
||||
offset_right = 651.0
|
||||
[node name="关联标识" type="HBoxContainer" node_paths=PackedStringArray("label", "titleLabel", "labels", "buttons", "lineEdits", "optionButtons")]
|
||||
offset_right = 491.0
|
||||
offset_bottom = 64.0
|
||||
theme_override_constants/separation = 8
|
||||
script = ExtResource("1_312jo")
|
||||
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]")]
|
||||
buttons = []
|
||||
lineEdits = []
|
||||
optionButtons = []
|
||||
|
||||
[node name="Control3" type="Control" parent="."]
|
||||
custom_minimum_size = Vector2(16, 0)
|
||||
@@ -40,7 +40,7 @@ layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="GridContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "最后更新时间:"
|
||||
text = "更新时间:"
|
||||
|
||||
[node name="label[2]" type="Label" parent="GridContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
@@ -56,7 +56,7 @@ layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="GridContainer/HBoxContainer2"]
|
||||
layout_mode = 2
|
||||
text = "创建标识时间:"
|
||||
text = "创建时间:"
|
||||
|
||||
[node name="labels[3]" type="Label" parent="GridContainer/HBoxContainer2"]
|
||||
layout_mode = 2
|
||||
|
@@ -2,16 +2,19 @@
|
||||
|
||||
[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")]
|
||||
[node name="标识引用模板" type="HBoxContainer" node_paths=PackedStringArray("label", "labels", "button", "buttons", "lineEdits", "optionButtons")]
|
||||
script = ExtResource("1_v6r4n")
|
||||
label = NodePath("Label")
|
||||
button = NodePath("Button")
|
||||
labels = []
|
||||
button = NodePath("Button")
|
||||
buttons = []
|
||||
lineEdits = []
|
||||
optionButtons = []
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 2
|
||||
text = "88.123.99/xxxxxxxxxxxxxxxx"
|
||||
size_flags_horizontal = 3
|
||||
text = "88.123.99/xxxxxxxx"
|
||||
|
||||
[node name="Button" type="Button" parent="."]
|
||||
custom_minimum_size = Vector2(128, 0)
|
||||
|
Reference in New Issue
Block a user