1
0
Fork 0

gui: add names to widgets

This commit is contained in:
Peter McGoron 2021-05-27 19:59:01 -04:00
parent cd5471c28d
commit a920002d54
1 changed files with 69 additions and 19 deletions

View File

@ -2,7 +2,7 @@
<!-- Generated with glade 3.38.1 -->
<interface>
<requires lib="gtk+" version="3.24"/>
<object class="GtkWindow">
<object class="GtkWindow" id="win">
<property name="can-focus">False</property>
<child>
<object class="GtkBox">
@ -67,7 +67,7 @@
</packing>
</child>
<child>
<object class="GtkLabel">
<object class="GtkLabel" id="Ch1">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">&lt;span color="red"&gt;ERR&lt;/span&gt;</property>
@ -79,7 +79,7 @@
</packing>
</child>
<child>
<object class="GtkLabel">
<object class="GtkLabel" id="Ch2">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">&lt;span color="red"&gt;ERR&lt;/span&gt;</property>
@ -91,7 +91,7 @@
</packing>
</child>
<child>
<object class="GtkLabel">
<object class="GtkLabel" id="Ch3">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">&lt;span color="red"&gt;ERR&lt;/span&gt;</property>
@ -103,7 +103,7 @@
</packing>
</child>
<child>
<object class="GtkLabel">
<object class="GtkLabel" id="Ch4">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">&lt;span color="red"&gt;ERR&lt;/span&gt;</property>
@ -147,7 +147,7 @@
</packing>
</child>
<child>
<object class="GtkComboBoxText">
<object class="GtkComboBoxText" id="SET_ch">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="active">0</property>
@ -177,7 +177,7 @@
</packing>
</child>
<child>
<object class="GtkEntry">
<object class="GtkEntry" id="SET_v">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="width-chars">6</property>
@ -191,7 +191,7 @@
</packing>
</child>
<child>
<object class="GtkButton">
<object class="GtkButton" id="SET_do">
<property name="label" translatable="yes">Execute</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
@ -233,7 +233,7 @@
</packing>
</child>
<child>
<object class="GtkComboBoxText">
<object class="GtkComboBoxText" id="RAMP_ch1">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="active">0</property>
@ -263,7 +263,7 @@
</packing>
</child>
<child>
<object class="GtkComboBoxText">
<object class="GtkComboBoxText" id="RAMP_ch2">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="active-id">default</property>
@ -272,7 +272,7 @@
<item id="2" translatable="yes">2</item>
<item id="3" translatable="yes">3</item>
<item id="4" translatable="yes">4</item>
<item id="default" translatable="yes">N/A</item>
<item id="none" translatable="yes">N/A</item>
</items>
</object>
<packing>
@ -306,7 +306,7 @@
</packing>
</child>
<child>
<object class="GtkEntry">
<object class="GtkEntry" id="RAMP_st">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="width-chars">6</property>
@ -332,7 +332,7 @@
</packing>
</child>
<child>
<object class="GtkEntry">
<object class="GtkEntry" id="RAMP_ed">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="width-chars">6</property>
@ -370,7 +370,7 @@
</packing>
</child>
<child>
<object class="GtkEntry">
<object class="GtkEntry" id="RAMP_step">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="width-chars">9</property>
@ -420,7 +420,7 @@
</packing>
</child>
<child>
<object class="GtkEntry">
<object class="GtkEntry" id="RAMP_t">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="width-chars">4</property>
@ -446,7 +446,7 @@
</packing>
</child>
<child>
<object class="GtkButton">
<object class="GtkButton" id="RAMP_do">
<property name="label" translatable="yes">Execute</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
@ -476,8 +476,58 @@
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">center</property>
<child>
<object class="GtkLabel">
<object class="GtkButton" id="sel_ref">
<property name="label" translatable="yes">Refresh</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkComboBoxText" id="sel_box">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="active">0</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkButton" id="sel_do">
<property name="label" translatable="yes">Connect</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
</packing>
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
<child>
<object class="GtkLabel" id="dac_idn">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">(disconnected)</property>
@ -489,7 +539,7 @@
</packing>
</child>
<child>
<object class="GtkLabel">
<object class="GtkLabel" id="dac_resp">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">end</property>
@ -505,7 +555,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
<property name="position">3</property>
</packing>
</child>
</object>