form_template.yaml 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. is_package: true
  2. container:
  3. type: HtmlTemplate
  4. properties: {tooltip: '', background: '', foreground: '', border: '', visible: true,
  5. role: null, html: ''}
  6. components:
  7. - type: FlowPanel
  8. properties: {}
  9. name: flow_panel_1
  10. layout_properties: {grid_position: 'CPLQVZ,XTXCAG', slot: default}
  11. components:
  12. - type: ColumnPanel
  13. properties: {}
  14. name: column_panel_1
  15. layout_properties: {}
  16. - type: ColumnPanel
  17. properties: {col_widths: '{}'}
  18. name: column_panel_2
  19. layout_properties: {slot: default}
  20. components:
  21. - type: Label
  22. properties: {role: null, align: left, tooltip: '', border: '', foreground: '',
  23. visible: true, text: Input, font_size: null, font: '', spacing_above: small,
  24. icon_align: left, spacing_below: small, italic: false, background: '', bold: false,
  25. underline: false, icon: ''}
  26. name: label_1
  27. layout_properties: {slot: default, grid_position: 'VVNXBD,TONSHT'}
  28. - type: Label
  29. properties: {role: null, align: left, tooltip: '', border: '', foreground: '',
  30. visible: true, text: Output, font_size: null, font: '', spacing_above: small,
  31. icon_align: left, spacing_below: small, italic: false, background: '', bold: false,
  32. underline: false, icon: ''}
  33. name: label_2
  34. layout_properties: {grid_position: 'VVNXBD,WAPGYW'}
  35. - type: TextArea
  36. properties: {role: null, align: left, height: 511.2333, tooltip: '', placeholder: '',
  37. border: '', enabled: true, foreground: '', visible: true, text: '', font_size: null,
  38. auto_expand: true, font: '', spacing_above: small, spacing_below: small, italic: false,
  39. background: '', bold: false, underline: false}
  40. name: input
  41. layout_properties: {slot: default, grid_position: 'LQJPZA,LNCESO', column: null,
  42. width: 491.567}
  43. event_bindings: {}
  44. - type: TextArea
  45. properties: {role: null, align: left, height: 513.9666221435547, tooltip: '',
  46. placeholder: '', border: '', enabled: true, foreground: '', visible: true, text: '',
  47. font_size: null, auto_expand: true, font: '', spacing_above: small, spacing_below: small,
  48. italic: false, background: '', bold: false, underline: false}
  49. name: output
  50. layout_properties: {width: 494.567, grid_position: 'LQJPZA,WPLCBP'}
  51. event_bindings: {}
  52. - type: Label
  53. properties: {role: null, align: left, tooltip: '', border: '', foreground: '',
  54. visible: true, text: Variables, font_size: null, font: '', spacing_above: small,
  55. icon_align: left, spacing_below: small, italic: false, background: '', bold: false,
  56. underline: false, icon: ''}
  57. name: label_3
  58. layout_properties: {grid_position: 'DMMBLL,LWVNIT'}
  59. - type: Label
  60. properties: {}
  61. name: label_4
  62. layout_properties: {grid_position: 'DMMBLL,KIIKON'}
  63. - type: TextArea
  64. properties: {height: 254.23329999999999}
  65. name: variabes
  66. layout_properties: {grid_position: 'IYZCMA,CGPZMZ'}
  67. - type: Button
  68. properties: {role: null, align: left, tooltip: '', border: '', enabled: true,
  69. foreground: '', visible: true, text: 'YAML
  70. ', font_size: null, font: '', spacing_above: small, icon_align: left, spacing_below: small,
  71. italic: false, background: '', bold: false, underline: false, icon: ''}
  72. name: check_yaml
  73. layout_properties: {slot: default, grid_position: 'IYZCMA,AQIWOW LZDEDM,OWJYKL'}
  74. event_bindings: {click: check_yaml_click}
  75. - type: Button
  76. properties: {role: null, align: left, tooltip: '', border: '', enabled: true,
  77. foreground: '', visible: true, text: JSON, font_size: null, font: '', spacing_above: small,
  78. icon_align: left, spacing_below: small, italic: false, background: '', bold: false,
  79. underline: false, icon: ''}
  80. name: check_json
  81. layout_properties: {grid_position: 'IYZCMA,AQIWOW YXUQEK,GYUHWC', slot: default}
  82. event_bindings: {click: check_json_click}