| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- [gd_scene load_steps=2 format=2]
- [ext_resource path="res://MainScene.gd" type="Script" id=1]
- [node name="MainScene" type="Control"]
- script = ExtResource( 1 )
- [node name="VBoxContainer" type="VBoxContainer" parent="."]
- margin_left = 34.0
- margin_top = 20.0
- margin_right = 464.0
- margin_bottom = 267.0
- [node name="TitleLabel" type="Label" parent="VBoxContainer"]
- margin_right = 430.0
- margin_bottom = 14.0
- text = "Synergy Search"
- [node name="HBoxContainer_Selectors" type="HBoxContainer" parent="VBoxContainer"]
- margin_top = 18.0
- margin_right = 430.0
- margin_bottom = 38.0
- [node name="CompanyLabel" type="Label" parent="VBoxContainer/HBoxContainer_Selectors"]
- margin_top = 3.0
- margin_right = 59.0
- margin_bottom = 17.0
- text = "Company"
- [node name="CompanyOptionButton" type="OptionButton" parent="VBoxContainer/HBoxContainer_Selectors"]
- margin_left = 63.0
- margin_right = 92.0
- margin_bottom = 20.0
- [node name="SynergyLabel" type="Label" parent="VBoxContainer/HBoxContainer_Selectors"]
- margin_left = 96.0
- margin_top = 3.0
- margin_right = 145.0
- margin_bottom = 17.0
- text = "Synergy"
- [node name="SynergyOptionButton" type="OptionButton" parent="VBoxContainer/HBoxContainer_Selectors"]
- margin_left = 149.0
- margin_right = 178.0
- margin_bottom = 20.0
- [node name="SearchButton" type="Button" parent="VBoxContainer/HBoxContainer_Selectors"]
- margin_left = 182.0
- margin_right = 237.0
- margin_bottom = 20.0
- text = "Buscar"
- [node name="HBoxContainer_Bulk" type="HBoxContainer" parent="VBoxContainer"]
- margin_top = 42.0
- margin_right = 430.0
- margin_bottom = 62.0
- [node name="ExportAllButton" type="Button" parent="VBoxContainer/HBoxContainer_Bulk"]
- margin_right = 73.0
- margin_bottom = 20.0
- text = "Export All"
- [node name="ProgressLabel" type="Label" parent="VBoxContainer/HBoxContainer_Bulk"]
- margin_left = 77.0
- margin_top = 3.0
- margin_right = 77.0
- margin_bottom = 17.0
- [node name="ResultsLabel" type="Label" parent="VBoxContainer"]
- margin_top = 66.0
- margin_right = 430.0
- margin_bottom = 80.0
- text = "\"Empresas Compatibles\""
- [node name="ItemList_Results" type="ItemList" parent="VBoxContainer"]
- margin_top = 84.0
- margin_right = 430.0
- margin_bottom = 93.0
- auto_height = true
- [node name="DetailsLabel" type="Label" parent="VBoxContainer"]
- margin_top = 97.0
- margin_right = 430.0
- margin_bottom = 111.0
- text = "Detalles de la empresa seleccionada"
- [node name="RichTextLabel_Details" type="RichTextLabel" parent="VBoxContainer"]
- margin_top = 115.0
- margin_right = 430.0
- margin_bottom = 215.0
- rect_min_size = Vector2( 0, 100 )
- bbcode_enabled = true
- [node name="DownloadButton" type="Button" parent="VBoxContainer"]
- margin_top = 219.0
- margin_right = 430.0
- margin_bottom = 239.0
- disabled = true
- text = "Download"
- [node name="FileDialog" type="FileDialog" parent="."]
- margin_left = 34.0
- margin_top = 20.0
- margin_right = 450.0
- margin_bottom = 204.0
- rect_min_size = Vector2( 400, 140 )
- window_title = "Guardar un Archivo"
- access = 2
- [node name="DirectoryDialog" type="FileDialog" parent="."]
- margin_right = 416.0
- margin_bottom = 184.0
- rect_min_size = Vector2( 400, 140 )
- window_title = "Guardar un Archivo"
- access = 2
|