84 lines
3.1 KiB
Plaintext
84 lines
3.1 KiB
Plaintext
|
[gd_scene load_steps=10 format=3 uid="uid://b7k8341jwy22f"]
|
||
|
|
||
|
[ext_resource type="PackedScene" uid="uid://bsr40ogx2e2ir" path="res://UI/station_keys/jjtc_key_control.tscn" id="1_taymr"]
|
||
|
[ext_resource type="Theme" uid="uid://bycedcl2nwwlu" path="res://ui_theme.tres" id="1_vlsle"]
|
||
|
[ext_resource type="PackedScene" uid="uid://dkqnt73pyqgwj" path="res://UI/station_keys/lcb1_key_control.tscn" id="2_a6b1q"]
|
||
|
[ext_resource type="PackedScene" uid="uid://63r8gueubu2q" path="res://UI/station_keys/lcb2_key_control.tscn" id="3_8astu"]
|
||
|
[ext_resource type="PackedScene" uid="uid://biwdpy5pifxgi" path="res://UI/station_keys/lcb_key_control.tscn" id="4_dahi7"]
|
||
|
[ext_resource type="PackedScene" uid="uid://dnmfwdvba6td3" path="res://UI/station_keys/psl_key_control.tscn" id="5_n4mmv"]
|
||
|
[ext_resource type="PackedScene" uid="uid://cjjs2fsw6i8ye" path="res://UI/station_keys/sdjs_key_control.tscn" id="6_7pwvh"]
|
||
|
|
||
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_eooev"]
|
||
|
bg_color = Color(0, 0, 0, 0.235294)
|
||
|
border_width_left = 2
|
||
|
border_width_top = 2
|
||
|
border_width_right = 2
|
||
|
border_width_bottom = 2
|
||
|
|
||
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_nu4ha"]
|
||
|
bg_color = Color(0, 0, 0, 0.352941)
|
||
|
|
||
|
[node name="PanelContainer" type="PanelContainer"]
|
||
|
offset_right = 368.0
|
||
|
offset_bottom = 232.0
|
||
|
theme_override_styles/panel = SubResource("StyleBoxFlat_eooev")
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
theme_override_styles/panel = SubResource("StyleBoxFlat_nu4ha")
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/PanelContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="Label" type="Label" parent="VBoxContainer/PanelContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|
||
|
size_flags_stretch_ratio = 3.0
|
||
|
text = "标题"
|
||
|
horizontal_alignment = 1
|
||
|
|
||
|
[node name="Button" type="Button" parent="VBoxContainer/PanelContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 8
|
||
|
focus_mode = 0
|
||
|
theme = ExtResource("1_vlsle")
|
||
|
text = "X"
|
||
|
|
||
|
[node name="GridContainer" type="GridContainer" parent="VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
columns = 4
|
||
|
|
||
|
[node name="JJTC_Key" parent="VBoxContainer/GridContainer" instance=ExtResource("1_taymr")]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="LCB1_Key" parent="VBoxContainer/GridContainer" instance=ExtResource("2_a6b1q")]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="LCB2_Key" parent="VBoxContainer/GridContainer" instance=ExtResource("3_8astu")]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="LCB3_Key" parent="VBoxContainer/GridContainer" instance=ExtResource("4_dahi7")]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="PSL_Key" parent="VBoxContainer/GridContainer" instance=ExtResource("5_n4mmv")]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="SDJS_Key" parent="VBoxContainer/GridContainer" instance=ExtResource("6_7pwvh")]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
theme_override_constants/margin_top = 30
|
||
|
theme_override_constants/margin_bottom = 0
|
||
|
|
||
|
[node name="Button" type="Button" parent="VBoxContainer/MarginContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 4
|
||
|
size_flags_vertical = 4
|
||
|
focus_mode = 0
|
||
|
theme_override_font_sizes/font_size = 24
|
||
|
text = "确认"
|