bms-can-ui/VoltageView.wxg

155 lines
7.3 KiB
XML

<?xml version="1.0"?>
<!-- generated by wxGlade 0.9.6 on Sun Nov 29 07:00:21 2020 -->
<application class="BmsApp" encoding="UTF-8" for_version="3.0" header_extension=".h" indent_amount="4" indent_symbol="space" is_template="0" language="python" mark_blocks="1" name="app" option="0" overwrite="1" path="./VoltageView.py" source_extension=".cpp" top_window="frame" use_gettext="1" use_new_namespace="1">
<object class="BmsMonitorFrame" name="frame" base="EditFrame">
<size>338, 393</size>
<title>BMS Monitor</title>
<style>wxCAPTION|wxMINIMIZE_BOX|wxCLOSE_BOX|wxMAXIMIZE_BOX|wxSYSTEM_MENU|wxCLIP_CHILDREN</style>
<icon>res\repurpose-energy-ci-icon.ico</icon>
<object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxBoxSizer" name="sizer_6" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxToggleButton" name="button_1" base="EditToggleButton">
<events>
<handler event="EVT_TOGGLEBUTTON">OnToggle</handler>
</events>
<label>Start</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="spacer" name="spacer" base="EditSpacer">
<width>20</width>
<height>20</height>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxStaticText" name="label_4" base="EditStaticText">
<label>Output: </label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxTextCtrl" name="text_ctrl_1" base="EditTextCtrl">
<value>prefix</value>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxBoxSizer" name="sizer_2" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxStaticText" name="label_1" base="EditStaticText">
<label>Slave 1 Update </label>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<object class="wxTextCtrl" name="timestamp_1" base="EditTextCtrl">
<style>wxTE_READONLY</style>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxStaticText" name="label_2" base="EditStaticText">
<label>Slave 2 Update </label>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxTextCtrl" name="timestamp_2" base="EditTextCtrl">
<style>wxTE_READONLY</style>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxBoxSizer" name="sizer_4" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxStaticText" name="label_3" base="EditStaticText">
<label>Slave 3 Update </label>
</object>
</object>
<object class="sizeritem">
<option>2</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxTextCtrl" name="timestamp_3" base="EditTextCtrl">
<style>wxTE_READONLY</style>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxGrid" name="grid_1" base="EditGrid">
<create_grid>1</create_grid>
<columns>
<column size="-1">Slave 1 (V)</column>
<column size="-1">Slave 2 (V)</column>
<column size="-1">Slave 3 (V)</column>
</columns>
<rows>
<row size="-1">Cell 1</row>
<row size="-1">Cell 2</row>
<row size="-1">Cell 3</row>
<row size="-1">Cell 4</row>
<row size="-1">Cell 5</row>
<row size="18">Cell 6</row>
<row size="-1">Cell 7</row>
<row size="-1">Cell 8</row>
<row size="-1">Cell 9</row>
<row size="-1">Cell 10</row>
<row size="-1">Cell 11</row>
<row size="-1">Cell 12</row>
</rows>
<enable_editing>0</enable_editing>
<enable_grid_lines>1</enable_grid_lines>
<enable_col_resize>0</enable_col_resize>
<enable_row_resize>0</enable_row_resize>
<enable_grid_resize>0</enable_grid_resize>
<selection_mode>wxGrid.wxGridSelectCells</selection_mode>
</object>
</object>
</object>
</object>
</application>