PartnershipApp.tscn 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://MainScene.gd" type="Script" id=1]
  3. [node name="MainScene" type="Control"]
  4. script = ExtResource( 1 )
  5. [node name="VBoxContainer" type="VBoxContainer" parent="."]
  6. margin_left = 34.0
  7. margin_top = 20.0
  8. margin_right = 464.0
  9. margin_bottom = 267.0
  10. [node name="TitleLabel" type="Label" parent="VBoxContainer"]
  11. margin_right = 430.0
  12. margin_bottom = 14.0
  13. text = "Synergy Search"
  14. [node name="HBoxContainer_Selectors" type="HBoxContainer" parent="VBoxContainer"]
  15. margin_top = 18.0
  16. margin_right = 430.0
  17. margin_bottom = 38.0
  18. [node name="CompanyLabel" type="Label" parent="VBoxContainer/HBoxContainer_Selectors"]
  19. margin_top = 3.0
  20. margin_right = 59.0
  21. margin_bottom = 17.0
  22. text = "Company"
  23. [node name="CompanyOptionButton" type="OptionButton" parent="VBoxContainer/HBoxContainer_Selectors"]
  24. margin_left = 63.0
  25. margin_right = 92.0
  26. margin_bottom = 20.0
  27. [node name="SynergyLabel" type="Label" parent="VBoxContainer/HBoxContainer_Selectors"]
  28. margin_left = 96.0
  29. margin_top = 3.0
  30. margin_right = 145.0
  31. margin_bottom = 17.0
  32. text = "Synergy"
  33. [node name="SynergyOptionButton" type="OptionButton" parent="VBoxContainer/HBoxContainer_Selectors"]
  34. margin_left = 149.0
  35. margin_right = 178.0
  36. margin_bottom = 20.0
  37. [node name="SearchButton" type="Button" parent="VBoxContainer/HBoxContainer_Selectors"]
  38. margin_left = 182.0
  39. margin_right = 237.0
  40. margin_bottom = 20.0
  41. text = "Buscar"
  42. [node name="HBoxContainer_Bulk" type="HBoxContainer" parent="VBoxContainer"]
  43. margin_top = 42.0
  44. margin_right = 430.0
  45. margin_bottom = 62.0
  46. [node name="ExportAllButton" type="Button" parent="VBoxContainer/HBoxContainer_Bulk"]
  47. margin_right = 73.0
  48. margin_bottom = 20.0
  49. text = "Export All"
  50. [node name="ProgressLabel" type="Label" parent="VBoxContainer/HBoxContainer_Bulk"]
  51. margin_left = 77.0
  52. margin_top = 3.0
  53. margin_right = 77.0
  54. margin_bottom = 17.0
  55. [node name="ResultsLabel" type="Label" parent="VBoxContainer"]
  56. margin_top = 66.0
  57. margin_right = 430.0
  58. margin_bottom = 80.0
  59. text = "\"Empresas Compatibles\""
  60. [node name="ItemList_Results" type="ItemList" parent="VBoxContainer"]
  61. margin_top = 84.0
  62. margin_right = 430.0
  63. margin_bottom = 93.0
  64. auto_height = true
  65. [node name="DetailsLabel" type="Label" parent="VBoxContainer"]
  66. margin_top = 97.0
  67. margin_right = 430.0
  68. margin_bottom = 111.0
  69. text = "Detalles de la empresa seleccionada"
  70. [node name="RichTextLabel_Details" type="RichTextLabel" parent="VBoxContainer"]
  71. margin_top = 115.0
  72. margin_right = 430.0
  73. margin_bottom = 215.0
  74. rect_min_size = Vector2( 0, 100 )
  75. bbcode_enabled = true
  76. [node name="DownloadButton" type="Button" parent="VBoxContainer"]
  77. margin_top = 219.0
  78. margin_right = 430.0
  79. margin_bottom = 239.0
  80. disabled = true
  81. text = "Download"
  82. [node name="FileDialog" type="FileDialog" parent="."]
  83. margin_left = 34.0
  84. margin_top = 20.0
  85. margin_right = 450.0
  86. margin_bottom = 204.0
  87. rect_min_size = Vector2( 400, 140 )
  88. window_title = "Guardar un Archivo"
  89. access = 2
  90. [node name="DirectoryDialog" type="FileDialog" parent="."]
  91. margin_right = 416.0
  92. margin_bottom = 184.0
  93. rect_min_size = Vector2( 400, 140 )
  94. window_title = "Guardar un Archivo"
  95. access = 2