<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>matlab/plot_ge.m</filename>
    </added>
    <added>
      <filename>usrp/fusb.h</filename>
    </added>
    <added>
      <filename>usrp/fusb_linux.h</filename>
    </added>
    <added>
      <filename>usrp/gn3s.cpp</filename>
    </added>
    <added>
      <filename>usrp/gn3s.h</filename>
    </added>
    <added>
      <filename>usrp/gn3s_firmware.ihx</filename>
    </added>
    <added>
      <filename>usrp/gn3s_firmware.iic</filename>
    </added>
    <added>
      <filename>usrp/install_gn3s.sh</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -19,13 +19,14 @@ VPATH		=   accessories:	\
 				usrp:			
 											
 LDFLAGS	 = -lpthread -lusrp -m32
-CFLAGS   = -O2 -D_FORTIFY_SOURCE=0 -g3 $(CINCPATHFLAGS)
+CFLAGS   = -O2 -D_FORTIFY_SOURCE=0 -g3 -m32 $(CINCPATHFLAGS)
 ASMFLAGS = -masm=intel
 
 SKIP = %main.cpp %simd-test.cpp %fft-test.cpp %acq-test.cpp %sse_new.cpp %gps-usrp.cpp
 SRCC = $(wildcard main/*.cpp simd/*.cpp accessories/*.cpp acquisition/*.cpp objects/*.cpp usrp/*.cpp)
 SRC = $(filter-out $(SKIP), $(SRCC)) 
 OBJS = $(SRC:.cpp=.o)
+OBJS += usrp/gn3s_firmware.o
 HEADERS = $(wildcard accessories/*.h acquisition/*.h main/*.h objects/*.h simd/*.h includes/*.h)			
 			
 #Uncomment these to look at the disassembly
@@ -60,6 +61,9 @@ simd-test: simd-test.o $(OBJS)
 %.o:%.s
 	$(ASM) $(CFLAGS) -c $&lt; -o $@
 
+%.o:%.ihx
+	ld -r -b binary $&lt; -o $@ 
+
 gps-gse:
 	make --directory=./gse
 	</diff>
      <filename>Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -269,15 +269,16 @@ int32 run_agc(CPX *_buff, int32 _samps, int32 bits, int32 scale)
 
 	/* Get rid of the divide, replace with a multiply to scale to 2^15, then right shift to get
 	 * back into AGC_BITS of magnitude */
-	lscale = (1 &lt;&lt; 14) / scale;
-	shift = 14 - bits;
+//	lscale = (1 &lt;&lt; 14) / scale;
+//	shift = 14 - bits;
 	max = 1 &lt;&lt; bits;
 	num = 0;
 
-	x86_muls((int16 *)_buff, &amp;lscale, 2*_samps, shift);
+//	x86_muls((int16 *)_buff, &amp;lscale, 2*_samps, shift);
 
 	for(lcv = 0; lcv &lt; 2*_samps; lcv++)
 	{
+		p[lcv] &gt;&gt;= 7;
 		if(abs(p[lcv]) &gt; max)
 			num++;
 	}</diff>
      <filename>accessories/misc.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1040,7 +1040,7 @@
             &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
             &lt;property name=&quot;name&quot;&gt;iGUI_PVT&lt;/property&gt;
             &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-            &lt;property name=&quot;size&quot;&gt;1000,600&lt;/property&gt;
+            &lt;property name=&quot;size&quot;&gt;1600,600&lt;/property&gt;
             &lt;property name=&quot;style&quot;&gt;wxDEFAULT_FRAME_STYLE&lt;/property&gt;
             &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
             &lt;property name=&quot;title&quot;&gt;PVT&lt;/property&gt;
@@ -1149,7 +1149,7 @@
                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
                     &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
                     &lt;property name=&quot;proportion&quot;&gt;5&lt;/property&gt;
-                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
+                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;0&quot;&gt;
                         &lt;property name=&quot;minimum_size&quot;&gt;-1,-1&lt;/property&gt;
                         &lt;property name=&quot;name&quot;&gt;bSizer18&lt;/property&gt;
                         &lt;property name=&quot;orient&quot;&gt;wxVERTICAL&lt;/property&gt;
@@ -1158,7 +1158,7 @@
                             &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
                             &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
                             &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
-                            &lt;object class=&quot;wxStaticBoxSizer&quot; expanded=&quot;0&quot;&gt;
+                            &lt;object class=&quot;wxStaticBoxSizer&quot; expanded=&quot;1&quot;&gt;
                                 &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
                                 &lt;property name=&quot;label&quot;&gt;PVT Status&lt;/property&gt;
                                 &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
@@ -1170,7 +1170,7 @@
                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
                                     &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
                                     &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
+                                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;0&quot;&gt;
                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                         &lt;property name=&quot;name&quot;&gt;bSizer199&lt;/property&gt;
                                         &lt;property name=&quot;orient&quot;&gt;wxVERTICAL&lt;/property&gt;
@@ -1237,8 +1237,8 @@
                                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                                                     &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
@@ -1289,8 +1289,8 @@
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
                                                     &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;2&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
@@ -1298,20 +1298,20 @@
                                                         &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;rticks&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;rticks&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
                                                         &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
@@ -1334,6 +1334,10 @@
                                                         &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                                     &lt;/object&gt;
                                                 &lt;/object&gt;
@@ -1350,8 +1354,8 @@
                                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                                                     &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
@@ -1402,8 +1406,8 @@
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
                                                     &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;2&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
@@ -1411,20 +1415,20 @@
                                                         &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;sticks&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;sticks&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
                                                         &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
@@ -1447,6 +1451,10 @@
                                                         &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                                     &lt;/object&gt;
                                                 &lt;/object&gt;
@@ -1463,8 +1471,8 @@
                                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                                                     &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
@@ -1514,9 +1522,9 @@
                                                 &lt;/object&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_RIGHT|wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;2&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
@@ -1524,20 +1532,20 @@
                                                         &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;cticks&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;cticks&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
                                                         &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
@@ -1560,6 +1568,10 @@
                                                         &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                                     &lt;/object&gt;
                                                 &lt;/object&gt;
@@ -1648,8 +1660,8 @@
                                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                                                     &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
@@ -1700,8 +1712,8 @@
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
                                                     &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;2&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
@@ -1709,20 +1721,20 @@
                                                         &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;iter&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;iter&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
                                                         &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
@@ -1745,6 +1757,10 @@
                                                         &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                                     &lt;/object&gt;
                                                 &lt;/object&gt;
@@ -1761,8 +1777,8 @@
                                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                                                     &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
@@ -1771,14 +1787,14 @@
                                                         &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;Nav Satellites&lt;/property&gt;
+                                                        &lt;property name=&quot;label&quot;&gt;Nav SV&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;m_staticText53431&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
@@ -1813,8 +1829,8 @@
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
                                                     &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;2&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
@@ -1822,20 +1838,20 @@
                                                         &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;nsv&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;nsv&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
                                                         &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
@@ -1858,6 +1874,10 @@
                                                         &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                                     &lt;/object&gt;
                                                 &lt;/object&gt;
@@ -1950,8 +1970,8 @@
                                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                                                     &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
@@ -2001,9 +2021,9 @@
                                                 &lt;/object&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;3&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
@@ -2011,20 +2031,20 @@
                                                         &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;lat&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;lat&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
                                                         &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
@@ -2047,6 +2067,10 @@
                                                         &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                                     &lt;/object&gt;
                                                 &lt;/object&gt;
@@ -2063,8 +2087,8 @@
                                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                                                     &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
@@ -2114,9 +2138,9 @@
                                                 &lt;/object&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_RIGHT|wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;3&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
@@ -2124,20 +2148,20 @@
                                                         &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;lon&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;lon&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
                                                         &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
@@ -2160,6 +2184,10 @@
                                                         &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                                     &lt;/object&gt;
                                                 &lt;/object&gt;
@@ -2176,8 +2204,8 @@
                                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                                                     &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
@@ -2227,9 +2255,9 @@
                                                 &lt;/object&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;3&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
@@ -2237,20 +2265,20 @@
                                                         &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;alt&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;alt&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
                                                         &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
@@ -2273,6 +2301,10 @@
                                                         &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                                     &lt;/object&gt;
                                                 &lt;/object&gt;
@@ -2289,8 +2321,8 @@
                                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                                                     &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
@@ -2340,9 +2372,9 @@
                                                 &lt;/object&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;3&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
@@ -2350,20 +2382,20 @@
                                                         &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;gdop&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;gdop&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
                                                         &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
@@ -2386,6 +2418,10 @@
                                                         &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                                     &lt;/object&gt;
                                                 &lt;/object&gt;
@@ -2397,7 +2433,7 @@
                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
                                     &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
                                     &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;0&quot;&gt;
+                                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                         &lt;property name=&quot;name&quot;&gt;bSizer197&lt;/property&gt;
                                         &lt;property name=&quot;orient&quot;&gt;wxVERTICAL&lt;/property&gt;
@@ -2464,8 +2500,8 @@
                                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                                                     &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
@@ -2515,9 +2551,9 @@
                                                 &lt;/object&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;4&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
@@ -2525,20 +2561,20 @@
                                                         &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;px&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;px&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
                                                         &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
@@ -2561,6 +2597,10 @@
                                                         &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                                     &lt;/object&gt;
                                                 &lt;/object&gt;
@@ -2577,8 +2617,8 @@
                                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                                                     &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
@@ -2628,9 +2668,9 @@
                                                 &lt;/object&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;4&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
@@ -2638,20 +2678,20 @@
                                                         &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;py&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;py&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
                                                         &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
@@ -2674,6 +2714,10 @@
                                                         &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                                     &lt;/object&gt;
                                                 &lt;/object&gt;
@@ -2690,8 +2734,8 @@
                                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                                                     &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
@@ -2741,9 +2785,9 @@
                                                 &lt;/object&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;4&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
@@ -2751,20 +2795,20 @@
                                                         &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;pz&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;pz&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
                                                         &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
@@ -2787,6 +2831,10 @@
                                                         &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                                     &lt;/object&gt;
                                                 &lt;/object&gt;
@@ -2808,7 +2856,7 @@
                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
                                     &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
                                     &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;0&quot;&gt;
+                                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                         &lt;property name=&quot;name&quot;&gt;bSizer198&lt;/property&gt;
                                         &lt;property name=&quot;orient&quot;&gt;wxVERTICAL&lt;/property&gt;
@@ -2875,8 +2923,8 @@
                                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                                                     &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
@@ -2926,9 +2974,9 @@
                                                 &lt;/object&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxEXPAND|wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;4&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
@@ -2936,20 +2984,20 @@
                                                         &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;vx&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;vx&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
                                                         &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
@@ -2972,6 +3020,10 @@
                                                         &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                                     &lt;/object&gt;
                                                 &lt;/object&gt;
@@ -2988,8 +3040,8 @@
                                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                                                     &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
@@ -3039,9 +3091,9 @@
                                                 &lt;/object&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;4&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
@@ -3049,20 +3101,20 @@
                                                         &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;vy&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;vy&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;window_style&quot;&gt;wxSIMPLE_BORDER&lt;/property&gt;
-                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
                                                         &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
@@ -3085,6 +3137,10 @@
                                                         &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                                     &lt;/object&gt;
                                                 &lt;/object&gt;
@@ -3101,8 +3157,8 @@
                                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                                                     &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
@@ -3152,9 +3208,9 @@
                                                 &lt;/object&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;4&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
@@ -3162,20 +3218,20 @@
                                                         &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;vz&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;vz&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
                                                         &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
@@ -3198,6 +3254,10 @@
                                                         &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                                     &lt;/object&gt;
                                                 &lt;/object&gt;
@@ -3214,8 +3274,8 @@
                                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                                                     &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
@@ -3224,7 +3284,7 @@
                                                         &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;Speed&lt;/property&gt;
+                                                        &lt;property name=&quot;label&quot;&gt;Vel&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;m_staticText5342&lt;/property&gt;
@@ -3265,9 +3325,9 @@
                                                 &lt;/object&gt;
                                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                                    &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
-                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;4&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
                                                         &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
@@ -3275,20 +3335,20 @@
                                                         &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                        &lt;property name=&quot;label&quot;&gt;speed&lt;/property&gt;
                                                         &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
                                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;name&quot;&gt;speed&lt;/property&gt;
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
                                                         &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
@@ -3311,6 +3371,10 @@
                                                         &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
                                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                                     &lt;/object&gt;
                                                 &lt;/object&gt;
@@ -3322,1043 +3386,1100 @@
                         &lt;/object&gt;
                         &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                             &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                            &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND|wxFIXED_MINSIZE&lt;/property&gt;
-                            &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
-                            &lt;object class=&quot;wxStaticBoxSizer&quot; expanded=&quot;0&quot;&gt;
-                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                &lt;property name=&quot;label&quot;&gt;Date/Time&lt;/property&gt;
+                            &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
+                            &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
+                            &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
                                 &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                &lt;property name=&quot;name&quot;&gt;sbSizer37&lt;/property&gt;
-                                &lt;property name=&quot;orient&quot;&gt;wxVERTICAL&lt;/property&gt;
+                                &lt;property name=&quot;name&quot;&gt;bSizer110&lt;/property&gt;
+                                &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
                                 &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
-                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                    &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
-                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
+                                    &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND|wxFIXED_MINSIZE&lt;/property&gt;
+                                    &lt;property name=&quot;proportion&quot;&gt;3&lt;/property&gt;
+                                    &lt;object class=&quot;wxStaticBoxSizer&quot; expanded=&quot;0&quot;&gt;
+                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                        &lt;property name=&quot;label&quot;&gt;Date/Time&lt;/property&gt;
                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                        &lt;property name=&quot;name&quot;&gt;bSizer9221&lt;/property&gt;
-                                        &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
+                                        &lt;property name=&quot;name&quot;&gt;sbSizer37&lt;/property&gt;
+                                        &lt;property name=&quot;orient&quot;&gt;wxVERTICAL&lt;/property&gt;
                                         &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
+                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                         &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                             &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                            &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;UTC Time&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;m_staticText57721&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
-                                            &lt;/object&gt;
-                                        &lt;/object&gt;
-                                        &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                                            &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
+                                            &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
                                             &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;utct&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;utct&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
-                                            &lt;/object&gt;
-                                        &lt;/object&gt;
-                                    &lt;/object&gt;
-                                &lt;/object&gt;
-                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                    &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
-                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
-                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                        &lt;property name=&quot;name&quot;&gt;bSizer92&lt;/property&gt;
-                                        &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
-                                        &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
-                                        &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                                            &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                            &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;GPS Week&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                            &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
                                                 &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;m_staticText577&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                &lt;property name=&quot;name&quot;&gt;bSizer9221&lt;/property&gt;
+                                                &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
+                                                &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
+                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;label&quot;&gt;UTC Time&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;m_staticText57721&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;2&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;utct&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
                                             &lt;/object&gt;
                                         &lt;/object&gt;
                                         &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                             &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
+                                            &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
                                             &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;gpsw&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;gpsw&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
-                                            &lt;/object&gt;
-                                        &lt;/object&gt;
-                                    &lt;/object&gt;
-                                &lt;/object&gt;
-                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                    &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
-                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
-                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                        &lt;property name=&quot;name&quot;&gt;bSizer922&lt;/property&gt;
-                                        &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
-                                        &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
-                                        &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                                            &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                            &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;GPS Second&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                            &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
                                                 &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;m_staticText5772&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                &lt;property name=&quot;name&quot;&gt;bSizer92&lt;/property&gt;
+                                                &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
+                                                &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
+                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;label&quot;&gt;GPS Week&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;m_staticText577&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;2&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;gpsw&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
                                             &lt;/object&gt;
                                         &lt;/object&gt;
                                         &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                             &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
+                                            &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
                                             &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;gpss&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;gpss&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
-                                            &lt;/object&gt;
-                                        &lt;/object&gt;
-                                    &lt;/object&gt;
-                                &lt;/object&gt;
-                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                    &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
-                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
-                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                        &lt;property name=&quot;name&quot;&gt;bSizer921&lt;/property&gt;
-                                        &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
-                                        &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
-                                        &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                                            &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                            &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;Clock Bias&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                            &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
                                                 &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;m_staticText5771&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                &lt;property name=&quot;name&quot;&gt;bSizer922&lt;/property&gt;
+                                                &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
+                                                &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
+                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;label&quot;&gt;GPS Second&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;m_staticText5772&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;2&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;gpss&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
                                             &lt;/object&gt;
                                         &lt;/object&gt;
                                         &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                             &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
+                                            &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
                                             &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;cb&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;cb&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
-                                            &lt;/object&gt;
-                                        &lt;/object&gt;
-                                    &lt;/object&gt;
-                                &lt;/object&gt;
-                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                    &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
-                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
-                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                        &lt;property name=&quot;name&quot;&gt;bSizer9211&lt;/property&gt;
-                                        &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
-                                        &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
-                                        &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                                            &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                            &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;Clock Rate&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                            &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
                                                 &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;m_staticText57711&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                &lt;property name=&quot;name&quot;&gt;bSizer921&lt;/property&gt;
+                                                &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
+                                                &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
+                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;label&quot;&gt;Clock Bias&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;m_staticText5771&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;2&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;cb&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
                                             &lt;/object&gt;
                                         &lt;/object&gt;
                                         &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                             &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
+                                            &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
                                             &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;cr&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                            &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
                                                 &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;cr&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                &lt;property name=&quot;name&quot;&gt;bSizer9211&lt;/property&gt;
+                                                &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
+                                                &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
+                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;label&quot;&gt;Clock Rate&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;m_staticText57711&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;2&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;cr&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
                                             &lt;/object&gt;
                                         &lt;/object&gt;
                                     &lt;/object&gt;
                                 &lt;/object&gt;
-                            &lt;/object&gt;
-                        &lt;/object&gt;
-                        &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                            &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                            &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
-                            &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
-                            &lt;object class=&quot;wxStaticBoxSizer&quot; expanded=&quot;0&quot;&gt;
-                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                &lt;property name=&quot;label&quot;&gt;PPS &lt;/property&gt;
-                                &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                &lt;property name=&quot;name&quot;&gt;sbSizer371&lt;/property&gt;
-                                &lt;property name=&quot;orient&quot;&gt;wxVERTICAL&lt;/property&gt;
-                                &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
-                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                    &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
-                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
+                                    &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
+                                    &lt;property name=&quot;proportion&quot;&gt;2&lt;/property&gt;
+                                    &lt;object class=&quot;wxStaticBoxSizer&quot; expanded=&quot;0&quot;&gt;
+                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                        &lt;property name=&quot;label&quot;&gt;PPS &lt;/property&gt;
                                         &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                        &lt;property name=&quot;name&quot;&gt;bSizer923&lt;/property&gt;
-                                        &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
+                                        &lt;property name=&quot;name&quot;&gt;sbSizer371&lt;/property&gt;
+                                        &lt;property name=&quot;orient&quot;&gt;wxVERTICAL&lt;/property&gt;
                                         &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
+                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                         &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                             &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                            &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;State&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;m_staticText5773&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
-                                            &lt;/object&gt;
-                                        &lt;/object&gt;
-                                        &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                                            &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
+                                            &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
                                             &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;ppsstate&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;ppsstate&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
-                                            &lt;/object&gt;
-                                        &lt;/object&gt;
-                                    &lt;/object&gt;
-                                &lt;/object&gt;
-                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                    &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
-                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
-                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                        &lt;property name=&quot;name&quot;&gt;bSizer92211&lt;/property&gt;
-                                        &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
-                                        &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
-                                        &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                                            &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                            &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;Feedback&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                            &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
                                                 &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;m_staticText577211&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                &lt;property name=&quot;name&quot;&gt;bSizer923&lt;/property&gt;
+                                                &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
+                                                &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;2&lt;/property&gt;
+                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;label&quot;&gt;State&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;m_staticText5773&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;3&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;ppsstate&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
                                             &lt;/object&gt;
                                         &lt;/object&gt;
                                         &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                             &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
+                                            &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
                                             &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;ppscmd&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;ppscmd&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
-                                            &lt;/object&gt;
-                                        &lt;/object&gt;
-                                    &lt;/object&gt;
-                                &lt;/object&gt;
-                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                    &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
-                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
-                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                        &lt;property name=&quot;name&quot;&gt;bSizer9212&lt;/property&gt;
-                                        &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
-                                        &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
-                                        &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                                            &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                            &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;Clock Rate&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                            &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
                                                 &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;m_staticText57712&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                &lt;property name=&quot;name&quot;&gt;bSizer92211&lt;/property&gt;
+                                                &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
+                                                &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;2&lt;/property&gt;
+                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;label&quot;&gt;Feedback&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;m_staticText577211&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;3&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;ppscmd&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
                                             &lt;/object&gt;
                                         &lt;/object&gt;
                                         &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                             &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
+                                            &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
                                             &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;ppscr&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                            &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
                                                 &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;ppscr&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                &lt;property name=&quot;name&quot;&gt;bSizer9212&lt;/property&gt;
+                                                &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
+                                                &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;2&lt;/property&gt;
+                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;label&quot;&gt;Clock Rate&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;m_staticText57712&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;3&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;ppscr&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
                                             &lt;/object&gt;
                                         &lt;/object&gt;
-                                    &lt;/object&gt;
-                                &lt;/object&gt;
-                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                    &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
-                                    &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                    &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
-                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                        &lt;property name=&quot;name&quot;&gt;bSizer92111&lt;/property&gt;
-                                        &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
-                                        &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
                                         &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                             &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
-                                            &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;Filtered Error&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                            &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
+                                            &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
+                                            &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
                                                 &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;m_staticText577111&lt;/property&gt;
-                                                &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                &lt;property name=&quot;name&quot;&gt;bSizer92111&lt;/property&gt;
+                                                &lt;property name=&quot;orient&quot;&gt;wxHORIZONTAL&lt;/property&gt;
+                                                &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALIGN_CENTER_VERTICAL|wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;2&lt;/property&gt;
+                                                    &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;,90,92,-1,70,0&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;label&quot;&gt;Filtered Error&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;m_staticText577111&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
+                                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                                    &lt;property name=&quot;proportion&quot;&gt;3&lt;/property&gt;
+                                                    &lt;object class=&quot;wxTextCtrl&quot; expanded=&quot;1&quot;&gt;
+                                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;maxlength&quot;&gt;0&lt;/property&gt;
+                                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;name&quot;&gt;ppserr&lt;/property&gt;
+                                                        &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
+                                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxTE_RIGHT&lt;/property&gt;
+                                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnText&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextEnter&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextMaxLen&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnTextURL&quot;&gt;&lt;/event&gt;
+                                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                    &lt;/object&gt;
+                                                &lt;/object&gt;
                                             &lt;/object&gt;
                                         &lt;/object&gt;
                                         &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                                             &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                                            &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
+                                            &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
                                             &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                                            &lt;object class=&quot;wxStaticText&quot; expanded=&quot;1&quot;&gt;
-                                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                                                &lt;property name=&quot;label&quot;&gt;errflt&lt;/property&gt;
-                                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;name&quot;&gt;ppserr&lt;/property&gt;
+                                            &lt;object class=&quot;spacer&quot; expanded=&quot;1&quot;&gt;
+                                                &lt;property name=&quot;height&quot;&gt;0&lt;/property&gt;
                                                 &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
-                                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
-                                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                                                &lt;property name=&quot;wrap&quot;&gt;-1&lt;/property&gt;
-                                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                                &lt;property name=&quot;width&quot;&gt;0&lt;/property&gt;
                                             &lt;/object&gt;
                                         &lt;/object&gt;
                                     &lt;/object&gt;
@@ -4655,7 +4776,7 @@
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
@@ -5985,7 +6106,7 @@
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_LEFT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
@@ -6098,7 +6219,7 @@
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_LEFT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
@@ -6211,7 +6332,7 @@
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_LEFT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
@@ -6396,7 +6517,7 @@
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_LEFT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
@@ -6509,7 +6630,7 @@
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_LEFT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
@@ -6622,7 +6743,7 @@
                                                         &lt;property name=&quot;permission&quot;&gt;protected&lt;/property&gt;
                                                         &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
-                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_RIGHT|wxST_NO_AUTORESIZE&lt;/property&gt;
+                                                        &lt;property name=&quot;style&quot;&gt;wxALIGN_LEFT&lt;/property&gt;
                                                         &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
                                                         &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
@@ -9523,7 +9644,7 @@
                             &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
                             &lt;property name=&quot;flag&quot;&gt;wxEXPAND&lt;/property&gt;
                             &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
-                            &lt;object class=&quot;wxGridSizer&quot; expanded=&quot;0&quot;&gt;
+                            &lt;object class=&quot;wxGridSizer&quot; expanded=&quot;1&quot;&gt;
                                 &lt;property name=&quot;cols&quot;&gt;5&lt;/property&gt;
                                 &lt;property name=&quot;hgap&quot;&gt;0&lt;/property&gt;
                                 &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
@@ -13792,7 +13913,7 @@
             &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
             &lt;property name=&quot;name&quot;&gt;iGUI_Log&lt;/property&gt;
             &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-            &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+            &lt;property name=&quot;size&quot;&gt;600,400&lt;/property&gt;
             &lt;property name=&quot;style&quot;&gt;wxDEFAULT_DIALOG_STYLE&lt;/property&gt;
             &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
             &lt;property name=&quot;title&quot;&gt;Logging Config&lt;/property&gt;
@@ -13838,6 +13959,72 @@
                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
                     &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
+                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                    &lt;object class=&quot;wxStaticBoxSizer&quot; expanded=&quot;0&quot;&gt;
+                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                        &lt;property name=&quot;label&quot;&gt;Log Path&lt;/property&gt;
+                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                        &lt;property name=&quot;name&quot;&gt;sbSizer27&lt;/property&gt;
+                        &lt;property name=&quot;orient&quot;&gt;wxVERTICAL&lt;/property&gt;
+                        &lt;property name=&quot;permission&quot;&gt;none&lt;/property&gt;
+                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                        &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                            &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                            &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
+                            &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
+                            &lt;object class=&quot;wxDirPickerCtrl&quot; expanded=&quot;1&quot;&gt;
+                                &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
+                                &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                &lt;property name=&quot;message&quot;&gt;Select a folder&lt;/property&gt;
+                                &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                &lt;property name=&quot;name&quot;&gt;mFile&lt;/property&gt;
+                                &lt;property name=&quot;permission&quot;&gt;public&lt;/property&gt;
+                                &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                &lt;property name=&quot;style&quot;&gt;wxDIRP_DEFAULT_STYLE|wxDIRP_DIR_MUST_EXIST|wxDIRP_USE_TEXTCTRL&lt;/property&gt;
+                                &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                &lt;property name=&quot;value&quot;&gt;/home/gpssim/workspace/gps-sdr/gse&lt;/property&gt;
+                                &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnDirChanged&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                            &lt;/object&gt;
+                        &lt;/object&gt;
+                    &lt;/object&gt;
+                &lt;/object&gt;
+                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                    &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
                     &lt;property name=&quot;proportion&quot;&gt;1&lt;/property&gt;
                     &lt;object class=&quot;wxStaticBoxSizer&quot; expanded=&quot;1&quot;&gt;
                         &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
@@ -14431,65 +14618,168 @@
                                         &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
                                     &lt;/object&gt;
                                 &lt;/object&gt;
+                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                    &lt;object class=&quot;wxCheckBox&quot; expanded=&quot;1&quot;&gt;
+                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;checked&quot;&gt;0&lt;/property&gt;
+                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                        &lt;property name=&quot;label&quot;&gt;Google Earth&lt;/property&gt;
+                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;name&quot;&gt;cGearth&lt;/property&gt;
+                                        &lt;property name=&quot;permission&quot;&gt;public&lt;/property&gt;
+                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnCheckBox&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                    &lt;/object&gt;
+                                &lt;/object&gt;
+                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                    &lt;object class=&quot;wxCheckBox&quot; expanded=&quot;1&quot;&gt;
+                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;checked&quot;&gt;0&lt;/property&gt;
+                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                        &lt;property name=&quot;label&quot;&gt;Rinex Observation&lt;/property&gt;
+                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;name&quot;&gt;cRobs&lt;/property&gt;
+                                        &lt;property name=&quot;permission&quot;&gt;public&lt;/property&gt;
+                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnCheckBox&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                    &lt;/object&gt;
+                                &lt;/object&gt;
+                                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
+                                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
+                                    &lt;property name=&quot;flag&quot;&gt;wxALL&lt;/property&gt;
+                                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
+                                    &lt;object class=&quot;wxCheckBox&quot; expanded=&quot;1&quot;&gt;
+                                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;checked&quot;&gt;0&lt;/property&gt;
+                                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
+                                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
+                                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
+                                        &lt;property name=&quot;label&quot;&gt;Rinex Ephemeris&lt;/property&gt;
+                                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;name&quot;&gt;cRephem&lt;/property&gt;
+                                        &lt;property name=&quot;permission&quot;&gt;public&lt;/property&gt;
+                                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;size&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;style&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
+                                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
+                                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnCheckBox&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
+                                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
+                                    &lt;/object&gt;
+                                &lt;/object&gt;
                             &lt;/object&gt;
                         &lt;/object&gt;
                     &lt;/object&gt;
                 &lt;/object&gt;
                 &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
                     &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
-                    &lt;property name=&quot;flag&quot;&gt;wxALL|wxEXPAND&lt;/property&gt;
-                    &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
-                    &lt;object class=&quot;wxFilePickerCtrl&quot; expanded=&quot;1&quot;&gt;
-                        &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
-                        &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;
-                        &lt;property name=&quot;enabled&quot;&gt;1&lt;/property&gt;
-                        &lt;property name=&quot;fg&quot;&gt;&lt;/property&gt;
-                        &lt;property name=&quot;font&quot;&gt;&lt;/property&gt;
-                        &lt;property name=&quot;hidden&quot;&gt;0&lt;/property&gt;
-                        &lt;property name=&quot;id&quot;&gt;wxID_ANY&lt;/property&gt;
-                        &lt;property name=&quot;maximum_size&quot;&gt;&lt;/property&gt;
-                        &lt;property name=&quot;message&quot;&gt;Create/Open File for Logging&lt;/property&gt;
-                        &lt;property name=&quot;minimum_size&quot;&gt;&lt;/property&gt;
-                        &lt;property name=&quot;name&quot;&gt;mFile&lt;/property&gt;
-                        &lt;property name=&quot;permission&quot;&gt;public&lt;/property&gt;
-                        &lt;property name=&quot;pos&quot;&gt;&lt;/property&gt;
-                        &lt;property name=&quot;size&quot;&gt;600,-1&lt;/property&gt;
-                        &lt;property name=&quot;style&quot;&gt;wxFLP_OVERWRITE_PROMPT|wxFLP_SAVE|wxFLP_USE_TEXTCTRL&lt;/property&gt;
-                        &lt;property name=&quot;subclass&quot;&gt;&lt;/property&gt;
-                        &lt;property name=&quot;tooltip&quot;&gt;&lt;/property&gt;
-                        &lt;property name=&quot;value&quot;&gt;&lt;/property&gt;
-                        &lt;property name=&quot;wildcard&quot;&gt;*.log&lt;/property&gt;
-                        &lt;property name=&quot;window_extra_style&quot;&gt;&lt;/property&gt;
-                        &lt;property name=&quot;window_name&quot;&gt;&lt;/property&gt;
-                        &lt;property name=&quot;window_style&quot;&gt;&lt;/property&gt;
-                        &lt;event name=&quot;OnChar&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnEnterWindow&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnEraseBackground&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnFileChanged&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnKeyDown&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnKeyUp&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnKillFocus&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnLeaveWindow&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnLeftDClick&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnLeftDown&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnLeftUp&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnMiddleDClick&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnMiddleDown&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnMiddleUp&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnMotion&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnMouseEvents&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnMouseWheel&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnPaint&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnRightDClick&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnRightDown&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnRightUp&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnSetFocus&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnSize&quot;&gt;&lt;/event&gt;
-                        &lt;event name=&quot;OnUpdateUI&quot;&gt;&lt;/event&gt;
-                    &lt;/object&gt;
-                &lt;/object&gt;
-                &lt;object class=&quot;sizeritem&quot; expanded=&quot;1&quot;&gt;
-                    &lt;property name=&quot;border&quot;&gt;5&lt;/property&gt;
                     &lt;property name=&quot;flag&quot;&gt;wxALIGN_RIGHT|wxALL&lt;/property&gt;
                     &lt;property name=&quot;proportion&quot;&gt;0&lt;/property&gt;
                     &lt;object class=&quot;wxBoxSizer&quot; expanded=&quot;1&quot;&gt;
@@ -15055,7 +15345,7 @@
                 &lt;/object&gt;
             &lt;/object&gt;
         &lt;/object&gt;
-        &lt;object class=&quot;Frame&quot; expanded=&quot;1&quot;&gt;
+        &lt;object class=&quot;Frame&quot; expanded=&quot;0&quot;&gt;
             &lt;property name=&quot;bg&quot;&gt;&lt;/property&gt;
             &lt;property name=&quot;center&quot;&gt;&lt;/property&gt;
             &lt;property name=&quot;context_help&quot;&gt;&lt;/property&gt;</diff>
      <filename>gse/gui.fbp</filename>
    </modified>
    <modified>
      <diff>@@ -176,11 +176,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText5343-&gt;Wrap( -1 );
 	m_staticText5343-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer633-&gt;Add( m_staticText5343, 0, wxALL, 5 );
+	bSizer633-&gt;Add( m_staticText5343, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	rticks = new wxStaticText( this, wxID_ANY, wxT(&quot;rticks&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	rticks-&gt;Wrap( -1 );
-	bSizer633-&gt;Add( rticks, 1, wxALL|wxEXPAND, 5 );
+	rticks = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer633-&gt;Add( rticks, 2, wxALL|wxEXPAND, 5 );
 	
 	bSizer199-&gt;Add( bSizer633, 1, wxEXPAND, 5 );
 	
@@ -191,11 +190,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText536111-&gt;Wrap( -1 );
 	m_staticText536111-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer65111-&gt;Add( m_staticText536111, 0, wxALL, 5 );
+	bSizer65111-&gt;Add( m_staticText536111, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	sticks = new wxStaticText( this, wxID_ANY, wxT(&quot;sticks&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	sticks-&gt;Wrap( -1 );
-	bSizer65111-&gt;Add( sticks, 1, wxALL|wxEXPAND, 5 );
+	sticks = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer65111-&gt;Add( sticks, 2, wxALL|wxEXPAND, 5 );
 	
 	bSizer199-&gt;Add( bSizer65111, 1, wxEXPAND, 5 );
 	
@@ -206,11 +204,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText53411-&gt;Wrap( -1 );
 	m_staticText53411-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer6311-&gt;Add( m_staticText53411, 0, wxALL, 5 );
+	bSizer6311-&gt;Add( m_staticText53411, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	cticks = new wxStaticText( this, wxID_ANY, wxT(&quot;cticks&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	cticks-&gt;Wrap( -1 );
-	bSizer6311-&gt;Add( cticks, 1, wxALIGN_RIGHT|wxALL, 5 );
+	cticks = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer6311-&gt;Add( cticks, 2, wxALL|wxEXPAND, 5 );
 	
 	bSizer199-&gt;Add( bSizer6311, 1, wxEXPAND, 5 );
 	
@@ -235,26 +232,24 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText53511-&gt;Wrap( -1 );
 	m_staticText53511-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer6411-&gt;Add( m_staticText53511, 0, wxALL, 5 );
+	bSizer6411-&gt;Add( m_staticText53511, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	iter = new wxStaticText( this, wxID_ANY, wxT(&quot;iter&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	iter-&gt;Wrap( -1 );
-	bSizer6411-&gt;Add( iter, 1, wxALL|wxEXPAND, 5 );
+	iter = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer6411-&gt;Add( iter, 2, wxALL|wxEXPAND, 5 );
 	
 	bSizer200-&gt;Add( bSizer6411, 1, wxEXPAND, 5 );
 	
 	wxBoxSizer* bSizer642;
 	bSizer642 = new wxBoxSizer( wxHORIZONTAL );
 	
-	m_staticText53431 = new wxStaticText( this, wxID_ANY, wxT(&quot;Nav Satellites&quot;), wxDefaultPosition, wxDefaultSize, 0 );
+	m_staticText53431 = new wxStaticText( this, wxID_ANY, wxT(&quot;Nav SV&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
 	m_staticText53431-&gt;Wrap( -1 );
 	m_staticText53431-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer642-&gt;Add( m_staticText53431, 0, wxALL, 5 );
+	bSizer642-&gt;Add( m_staticText53431, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	nsv = new wxStaticText( this, wxID_ANY, wxT(&quot;nsv&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	nsv-&gt;Wrap( -1 );
-	bSizer642-&gt;Add( nsv, 1, wxALL|wxEXPAND, 5 );
+	nsv = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer642-&gt;Add( nsv, 2, wxALL|wxEXPAND, 5 );
 	
 	bSizer200-&gt;Add( bSizer642, 1, wxEXPAND, 5 );
 	
@@ -281,11 +276,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText534-&gt;Wrap( -1 );
 	m_staticText534-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer63-&gt;Add( m_staticText534, 0, wxALL, 5 );
+	bSizer63-&gt;Add( m_staticText534, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	lat = new wxStaticText( this, wxID_ANY, wxT(&quot;lat&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	lat-&gt;Wrap( -1 );
-	bSizer63-&gt;Add( lat, 1, wxALL|wxEXPAND, 5 );
+	lat = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer63-&gt;Add( lat, 3, wxALL, 5 );
 	
 	bSizer196-&gt;Add( bSizer63, 1, wxEXPAND, 5 );
 	
@@ -296,11 +290,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText5341-&gt;Wrap( -1 );
 	m_staticText5341-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer631-&gt;Add( m_staticText5341, 0, wxALL, 5 );
+	bSizer631-&gt;Add( m_staticText5341, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	lon = new wxStaticText( this, wxID_ANY, wxT(&quot;lon&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	lon-&gt;Wrap( -1 );
-	bSizer631-&gt;Add( lon, 1, wxALIGN_RIGHT|wxALL, 5 );
+	lon = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer631-&gt;Add( lon, 3, wxALL, 5 );
 	
 	bSizer196-&gt;Add( bSizer631, 1, wxEXPAND, 5 );
 	
@@ -311,11 +304,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText53611-&gt;Wrap( -1 );
 	m_staticText53611-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer6511-&gt;Add( m_staticText53611, 0, wxALL, 5 );
+	bSizer6511-&gt;Add( m_staticText53611, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	alt = new wxStaticText( this, wxID_ANY, wxT(&quot;alt&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	alt-&gt;Wrap( -1 );
-	bSizer6511-&gt;Add( alt, 1, wxALL|wxEXPAND, 5 );
+	alt = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer6511-&gt;Add( alt, 3, wxALL, 5 );
 	
 	bSizer196-&gt;Add( bSizer6511, 1, wxEXPAND, 5 );
 	
@@ -326,11 +318,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText53614-&gt;Wrap( -1 );
 	m_staticText53614-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer6514-&gt;Add( m_staticText53614, 0, wxALL, 5 );
+	bSizer6514-&gt;Add( m_staticText53614, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	gdop = new wxStaticText( this, wxID_ANY, wxT(&quot;gdop&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	gdop-&gt;Wrap( -1 );
-	bSizer6514-&gt;Add( gdop, 1, wxALL|wxEXPAND, 5 );
+	gdop = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer6514-&gt;Add( gdop, 3, wxALL, 5 );
 	
 	bSizer196-&gt;Add( bSizer6514, 1, wxEXPAND, 5 );
 	
@@ -352,11 +343,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText535-&gt;Wrap( -1 );
 	m_staticText535-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer64-&gt;Add( m_staticText535, 0, wxALL, 5 );
+	bSizer64-&gt;Add( m_staticText535, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	px = new wxStaticText( this, wxID_ANY, wxT(&quot;px&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	px-&gt;Wrap( -1 );
-	bSizer64-&gt;Add( px, 1, wxALL|wxEXPAND, 5 );
+	px = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer64-&gt;Add( px, 4, wxALL, 5 );
 	
 	bSizer197-&gt;Add( bSizer64, 1, wxEXPAND, 5 );
 	
@@ -367,11 +357,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText5351-&gt;Wrap( -1 );
 	m_staticText5351-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer641-&gt;Add( m_staticText5351, 0, wxALL, 5 );
+	bSizer641-&gt;Add( m_staticText5351, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	py = new wxStaticText( this, wxID_ANY, wxT(&quot;py&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	py-&gt;Wrap( -1 );
-	bSizer641-&gt;Add( py, 1, wxALL|wxEXPAND, 5 );
+	py = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer641-&gt;Add( py, 4, wxALL, 5 );
 	
 	bSizer197-&gt;Add( bSizer641, 1, wxEXPAND, 5 );
 	
@@ -382,11 +371,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText53612-&gt;Wrap( -1 );
 	m_staticText53612-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer6512-&gt;Add( m_staticText53612, 0, wxALL, 5 );
+	bSizer6512-&gt;Add( m_staticText53612, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	pz = new wxStaticText( this, wxID_ANY, wxT(&quot;pz&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	pz-&gt;Wrap( -1 );
-	bSizer6512-&gt;Add( pz, 1, wxALL|wxEXPAND, 5 );
+	pz = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer6512-&gt;Add( pz, 4, wxALL, 5 );
 	
 	bSizer197-&gt;Add( bSizer6512, 1, wxEXPAND, 5 );
 	
@@ -411,11 +399,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText536-&gt;Wrap( -1 );
 	m_staticText536-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer65-&gt;Add( m_staticText536, 0, wxALL, 5 );
+	bSizer65-&gt;Add( m_staticText536, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	vx = new wxStaticText( this, wxID_ANY, wxT(&quot;vx&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	vx-&gt;Wrap( -1 );
-	bSizer65-&gt;Add( vx, 1, wxEXPAND|wxALL, 5 );
+	vx = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer65-&gt;Add( vx, 4, wxALL, 5 );
 	
 	bSizer198-&gt;Add( bSizer65, 1, wxEXPAND, 5 );
 	
@@ -426,11 +413,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText5361-&gt;Wrap( -1 );
 	m_staticText5361-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer651-&gt;Add( m_staticText5361, 0, wxALL, 5 );
+	bSizer651-&gt;Add( m_staticText5361, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	vy = new wxStaticText( this, wxID_ANY, wxT(&quot;vy&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE|wxSIMPLE_BORDER );
-	vy-&gt;Wrap( -1 );
-	bSizer651-&gt;Add( vy, 1, wxALL|wxEXPAND, 5 );
+	vy = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer651-&gt;Add( vy, 4, wxALL, 5 );
 	
 	bSizer198-&gt;Add( bSizer651, 1, wxEXPAND, 5 );
 	
@@ -441,26 +427,24 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText53613-&gt;Wrap( -1 );
 	m_staticText53613-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer6513-&gt;Add( m_staticText53613, 0, wxALL, 5 );
+	bSizer6513-&gt;Add( m_staticText53613, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	vz = new wxStaticText( this, wxID_ANY, wxT(&quot;vz&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	vz-&gt;Wrap( -1 );
-	bSizer6513-&gt;Add( vz, 1, wxALL|wxEXPAND, 5 );
+	vz = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer6513-&gt;Add( vz, 4, wxALL, 5 );
 	
 	bSizer198-&gt;Add( bSizer6513, 1, wxEXPAND, 5 );
 	
 	wxBoxSizer* bSizer632;
 	bSizer632 = new wxBoxSizer( wxHORIZONTAL );
 	
-	m_staticText5342 = new wxStaticText( this, wxID_ANY, wxT(&quot;Speed&quot;), wxDefaultPosition, wxDefaultSize, 0 );
+	m_staticText5342 = new wxStaticText( this, wxID_ANY, wxT(&quot;Vel&quot;), wxDefaultPosition, wxDefaultSize, 0 );
 	m_staticText5342-&gt;Wrap( -1 );
 	m_staticText5342-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer632-&gt;Add( m_staticText5342, 0, wxALL, 5 );
+	bSizer632-&gt;Add( m_staticText5342, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	speed = new wxStaticText( this, wxID_ANY, wxT(&quot;speed&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	speed-&gt;Wrap( -1 );
-	bSizer632-&gt;Add( speed, 1, wxALL|wxEXPAND, 5 );
+	speed = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer632-&gt;Add( speed, 4, wxALL, 5 );
 	
 	bSizer198-&gt;Add( bSizer632, 1, wxEXPAND, 5 );
 	
@@ -468,6 +452,9 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	
 	bSizer18-&gt;Add( sbSizer13, 0, wxALL|wxEXPAND|wxFIXED_MINSIZE, 5 );
 	
+	wxBoxSizer* bSizer110;
+	bSizer110 = new wxBoxSizer( wxHORIZONTAL );
+	
 	wxStaticBoxSizer* sbSizer37;
 	sbSizer37 = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, wxT(&quot;Date/Time&quot;) ), wxVERTICAL );
 	
@@ -478,11 +465,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText57721-&gt;Wrap( -1 );
 	m_staticText57721-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer9221-&gt;Add( m_staticText57721, 0, wxALL, 5 );
+	bSizer9221-&gt;Add( m_staticText57721, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	utct = new wxStaticText( this, wxID_ANY, wxT(&quot;utct&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	utct-&gt;Wrap( -1 );
-	bSizer9221-&gt;Add( utct, 1, wxALL|wxEXPAND, 5 );
+	utct = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer9221-&gt;Add( utct, 2, wxALL, 5 );
 	
 	sbSizer37-&gt;Add( bSizer9221, 1, wxEXPAND, 5 );
 	
@@ -493,11 +479,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText577-&gt;Wrap( -1 );
 	m_staticText577-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer92-&gt;Add( m_staticText577, 0, wxALL, 5 );
+	bSizer92-&gt;Add( m_staticText577, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	gpsw = new wxStaticText( this, wxID_ANY, wxT(&quot;gpsw&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	gpsw-&gt;Wrap( -1 );
-	bSizer92-&gt;Add( gpsw, 1, wxALL|wxEXPAND, 5 );
+	gpsw = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer92-&gt;Add( gpsw, 2, wxALL, 5 );
 	
 	sbSizer37-&gt;Add( bSizer92, 1, wxEXPAND, 5 );
 	
@@ -508,11 +493,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText5772-&gt;Wrap( -1 );
 	m_staticText5772-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer922-&gt;Add( m_staticText5772, 0, wxALL, 5 );
+	bSizer922-&gt;Add( m_staticText5772, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	gpss = new wxStaticText( this, wxID_ANY, wxT(&quot;gpss&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	gpss-&gt;Wrap( -1 );
-	bSizer922-&gt;Add( gpss, 1, wxALL|wxEXPAND, 5 );
+	gpss = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer922-&gt;Add( gpss, 2, wxALL, 5 );
 	
 	sbSizer37-&gt;Add( bSizer922, 1, wxEXPAND, 5 );
 	
@@ -523,11 +507,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText5771-&gt;Wrap( -1 );
 	m_staticText5771-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer921-&gt;Add( m_staticText5771, 0, wxALL, 5 );
+	bSizer921-&gt;Add( m_staticText5771, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	cb = new wxStaticText( this, wxID_ANY, wxT(&quot;cb&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	cb-&gt;Wrap( -1 );
-	bSizer921-&gt;Add( cb, 1, wxALL|wxEXPAND, 5 );
+	cb = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer921-&gt;Add( cb, 2, wxALL, 5 );
 	
 	sbSizer37-&gt;Add( bSizer921, 1, wxEXPAND, 5 );
 	
@@ -538,15 +521,14 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText57711-&gt;Wrap( -1 );
 	m_staticText57711-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer9211-&gt;Add( m_staticText57711, 0, wxALL, 5 );
+	bSizer9211-&gt;Add( m_staticText57711, 1, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	cr = new wxStaticText( this, wxID_ANY, wxT(&quot;cr&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	cr-&gt;Wrap( -1 );
-	bSizer9211-&gt;Add( cr, 1, wxALL|wxEXPAND, 5 );
+	cr = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer9211-&gt;Add( cr, 2, wxALL, 5 );
 	
 	sbSizer37-&gt;Add( bSizer9211, 1, wxEXPAND, 5 );
 	
-	bSizer18-&gt;Add( sbSizer37, 0, wxALL|wxEXPAND|wxFIXED_MINSIZE, 5 );
+	bSizer110-&gt;Add( sbSizer37, 3, wxALL|wxEXPAND|wxFIXED_MINSIZE, 5 );
 	
 	wxStaticBoxSizer* sbSizer371;
 	sbSizer371 = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, wxT(&quot;PPS &quot;) ), wxVERTICAL );
@@ -558,11 +540,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText5773-&gt;Wrap( -1 );
 	m_staticText5773-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer923-&gt;Add( m_staticText5773, 0, wxALL, 5 );
+	bSizer923-&gt;Add( m_staticText5773, 2, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	ppsstate = new wxStaticText( this, wxID_ANY, wxT(&quot;ppsstate&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	ppsstate-&gt;Wrap( -1 );
-	bSizer923-&gt;Add( ppsstate, 1, wxALL|wxEXPAND, 5 );
+	ppsstate = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer923-&gt;Add( ppsstate, 3, wxALL, 5 );
 	
 	sbSizer371-&gt;Add( bSizer923, 1, wxEXPAND, 5 );
 	
@@ -573,11 +554,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText577211-&gt;Wrap( -1 );
 	m_staticText577211-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer92211-&gt;Add( m_staticText577211, 0, wxALL, 5 );
+	bSizer92211-&gt;Add( m_staticText577211, 2, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	ppscmd = new wxStaticText( this, wxID_ANY, wxT(&quot;ppscmd&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	ppscmd-&gt;Wrap( -1 );
-	bSizer92211-&gt;Add( ppscmd, 1, wxALL|wxEXPAND, 5 );
+	ppscmd = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer92211-&gt;Add( ppscmd, 3, wxALL, 5 );
 	
 	sbSizer371-&gt;Add( bSizer92211, 1, wxEXPAND, 5 );
 	
@@ -588,11 +568,10 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText57712-&gt;Wrap( -1 );
 	m_staticText57712-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer9212-&gt;Add( m_staticText57712, 0, wxALL, 5 );
+	bSizer9212-&gt;Add( m_staticText57712, 2, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	ppscr = new wxStaticText( this, wxID_ANY, wxT(&quot;ppscr&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	ppscr-&gt;Wrap( -1 );
-	bSizer9212-&gt;Add( ppscr, 1, wxALL|wxEXPAND, 5 );
+	ppscr = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer9212-&gt;Add( ppscr, 3, wxALL, 5 );
 	
 	sbSizer371-&gt;Add( bSizer9212, 1, wxEXPAND, 5 );
 	
@@ -603,15 +582,19 @@ iGUI_PVT::iGUI_PVT( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	m_staticText577111-&gt;Wrap( -1 );
 	m_staticText577111-&gt;SetFont( wxFont( wxNORMAL_FONT-&gt;GetPointSize(), 70, 90, 92, false, wxEmptyString ) );
 	
-	bSizer92111-&gt;Add( m_staticText577111, 0, wxALL, 5 );
+	bSizer92111-&gt;Add( m_staticText577111, 2, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
 	
-	ppserr = new wxStaticText( this, wxID_ANY, wxT(&quot;errflt&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
-	ppserr-&gt;Wrap( -1 );
-	bSizer92111-&gt;Add( ppserr, 1, wxALL|wxEXPAND, 5 );
+	ppserr = new wxTextCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, wxTE_RIGHT );
+	bSizer92111-&gt;Add( ppserr, 3, wxALL, 5 );
 	
 	sbSizer371-&gt;Add( bSizer92111, 1, wxEXPAND, 5 );
 	
-	bSizer18-&gt;Add( sbSizer371, 0, wxALL|wxEXPAND, 5 );
+	
+	sbSizer371-&gt;Add( 0, 0, 1, wxEXPAND, 5 );
+	
+	bSizer110-&gt;Add( sbSizer371, 2, wxALL|wxEXPAND, 5 );
+	
+	bSizer18-&gt;Add( bSizer110, 1, wxEXPAND, 5 );
 	
 	bSizer9-&gt;Add( bSizer18, 5, wxEXPAND, 5 );
 	
@@ -670,7 +653,7 @@ iGUI_EKF::iGUI_EKF( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	
 	bSizer633-&gt;Add( m_staticText5343, 0, wxALL, 5 );
 	
-	rticks = new wxStaticText( this, wxID_ANY, wxT(&quot;rticks&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
+	rticks = new wxStaticText( this, wxID_ANY, wxT(&quot;rticks&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT );
 	rticks-&gt;Wrap( -1 );
 	bSizer633-&gt;Add( rticks, 1, wxALL|wxEXPAND, 5 );
 	
@@ -858,7 +841,7 @@ iGUI_EKF::iGUI_EKF( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	
 	bSizer64-&gt;Add( m_staticText535, 0, wxALL, 5 );
 	
-	px = new wxStaticText( this, wxID_ANY, wxT(&quot;px&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
+	px = new wxStaticText( this, wxID_ANY, wxT(&quot;px&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_LEFT );
 	px-&gt;Wrap( -1 );
 	bSizer64-&gt;Add( px, 1, wxALL|wxEXPAND, 5 );
 	
@@ -873,7 +856,7 @@ iGUI_EKF::iGUI_EKF( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	
 	bSizer641-&gt;Add( m_staticText5351, 0, wxALL, 5 );
 	
-	py = new wxStaticText( this, wxID_ANY, wxT(&quot;py&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
+	py = new wxStaticText( this, wxID_ANY, wxT(&quot;py&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_LEFT );
 	py-&gt;Wrap( -1 );
 	bSizer641-&gt;Add( py, 1, wxALL|wxEXPAND, 5 );
 	
@@ -888,7 +871,7 @@ iGUI_EKF::iGUI_EKF( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	
 	bSizer6512-&gt;Add( m_staticText53612, 0, wxALL, 5 );
 	
-	pz = new wxStaticText( this, wxID_ANY, wxT(&quot;pz&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
+	pz = new wxStaticText( this, wxID_ANY, wxT(&quot;pz&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_LEFT );
 	pz-&gt;Wrap( -1 );
 	bSizer6512-&gt;Add( pz, 1, wxALL|wxEXPAND, 5 );
 	
@@ -917,7 +900,7 @@ iGUI_EKF::iGUI_EKF( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	
 	bSizer65-&gt;Add( m_staticText536, 0, wxALL, 5 );
 	
-	vx = new wxStaticText( this, wxID_ANY, wxT(&quot;vx&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
+	vx = new wxStaticText( this, wxID_ANY, wxT(&quot;vx&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_LEFT );
 	vx-&gt;Wrap( -1 );
 	bSizer65-&gt;Add( vx, 1, wxEXPAND|wxALL, 5 );
 	
@@ -932,7 +915,7 @@ iGUI_EKF::iGUI_EKF( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	
 	bSizer651-&gt;Add( m_staticText5361, 0, wxALL, 5 );
 	
-	vy = new wxStaticText( this, wxID_ANY, wxT(&quot;vy&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE|wxSIMPLE_BORDER );
+	vy = new wxStaticText( this, wxID_ANY, wxT(&quot;vy&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_LEFT|wxSIMPLE_BORDER );
 	vy-&gt;Wrap( -1 );
 	bSizer651-&gt;Add( vy, 1, wxALL|wxEXPAND, 5 );
 	
@@ -947,7 +930,7 @@ iGUI_EKF::iGUI_EKF( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	
 	bSizer6513-&gt;Add( m_staticText53613, 0, wxALL, 5 );
 	
-	vz = new wxStaticText( this, wxID_ANY, wxT(&quot;vz&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT|wxST_NO_AUTORESIZE );
+	vz = new wxStaticText( this, wxID_ANY, wxT(&quot;vz&quot;), wxDefaultPosition, wxDefaultSize, wxALIGN_LEFT );
 	vz-&gt;Wrap( -1 );
 	bSizer6513-&gt;Add( vz, 1, wxALL|wxEXPAND, 5 );
 	
@@ -1979,6 +1962,14 @@ iGUI_Log::iGUI_Log( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	wxBoxSizer* bSizer30;
 	bSizer30 = new wxBoxSizer( wxVERTICAL );
 	
+	wxStaticBoxSizer* sbSizer27;
+	sbSizer27 = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, wxT(&quot;Log Path&quot;) ), wxVERTICAL );
+	
+	mFile = new wxDirPickerCtrl( this, wxID_ANY, wxT(&quot;/home/gpssim/workspace/gps-sdr/gse&quot;), wxT(&quot;Select a folder&quot;), wxDefaultPosition, wxDefaultSize, wxDIRP_DEFAULT_STYLE|wxDIRP_DIR_MUST_EXIST|wxDIRP_USE_TEXTCTRL );
+	sbSizer27-&gt;Add( mFile, 1, wxALL|wxEXPAND, 5 );
+	
+	bSizer30-&gt;Add( sbSizer27, 0, wxALL|wxEXPAND, 5 );
+	
 	wxStaticBoxSizer* sbSizer14;
 	sbSizer14 = new wxStaticBoxSizer( new wxStaticBox( this, wxID_ANY, wxT(&quot;Logged Items&quot;) ), wxVERTICAL );
 	
@@ -2029,13 +2020,22 @@ iGUI_Log::iGUI_Log( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	
 	gSizer3-&gt;Add( cSVPred, 0, wxALL, 5 );
 	
+	cGearth = new wxCheckBox( this, wxID_ANY, wxT(&quot;Google Earth&quot;), wxDefaultPosition, wxDefaultSize, 0 );
+	
+	gSizer3-&gt;Add( cGearth, 0, wxALL, 5 );
+	
+	cRobs = new wxCheckBox( this, wxID_ANY, wxT(&quot;Rinex Observation&quot;), wxDefaultPosition, wxDefaultSize, 0 );
+	
+	gSizer3-&gt;Add( cRobs, 0, wxALL, 5 );
+	
+	cRephem = new wxCheckBox( this, wxID_ANY, wxT(&quot;Rinex Ephemeris&quot;), wxDefaultPosition, wxDefaultSize, 0 );
+	
+	gSizer3-&gt;Add( cRephem, 0, wxALL, 5 );
+	
 	sbSizer14-&gt;Add( gSizer3, 0, wxEXPAND, 5 );
 	
 	bSizer30-&gt;Add( sbSizer14, 1, wxALL|wxEXPAND, 5 );
 	
-	mFile = new wxFilePickerCtrl( this, wxID_ANY, wxEmptyString, wxT(&quot;Create/Open File for Logging&quot;), wxT(&quot;*.log&quot;), wxDefaultPosition, wxSize( 600,-1 ), wxFLP_OVERWRITE_PROMPT|wxFLP_SAVE|wxFLP_USE_TEXTCTRL );
-	bSizer30-&gt;Add( mFile, 0, wxALL|wxEXPAND, 5 );
-	
 	wxBoxSizer* bSizer31;
 	bSizer31 = new wxBoxSizer( wxHORIZONTAL );
 	
@@ -2052,7 +2052,6 @@ iGUI_Log::iGUI_Log( wxWindow* parent, wxWindowID id, const wxString&amp; title, cons
 	
 	this-&gt;SetSizer( bSizer30 );
 	this-&gt;Layout();
-	bSizer30-&gt;Fit( this );
 }
 
 iGUI_Log::~iGUI_Log()</diff>
      <filename>gse/gui_classes.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -115,68 +115,69 @@ class iGUI_PVT : public wxFrame
 		wxPanel* pCN0;
 		wxStaticText* m_staticText5311;
 		wxStaticText* m_staticText5343;
-		wxStaticText* rticks;
+		wxTextCtrl* rticks;
 		wxStaticText* m_staticText536111;
-		wxStaticText* sticks;
+		wxTextCtrl* sticks;
 		wxStaticText* m_staticText53411;
-		wxStaticText* cticks;
+		wxTextCtrl* cticks;
 		wxStaticText* m_staticText5321;
 		
 		wxStaticText* m_staticText53511;
-		wxStaticText* iter;
+		wxTextCtrl* iter;
 		wxStaticText* m_staticText53431;
-		wxStaticText* nsv;
+		wxTextCtrl* nsv;
 		wxStaticText* m_staticText531;
 		wxStaticText* m_staticText534;
-		wxStaticText* lat;
+		wxTextCtrl* lat;
 		wxStaticText* m_staticText5341;
-		wxStaticText* lon;
+		wxTextCtrl* lon;
 		wxStaticText* m_staticText53611;
-		wxStaticText* alt;
+		wxTextCtrl* alt;
 		wxStaticText* m_staticText53614;
-		wxStaticText* gdop;
+		wxTextCtrl* gdop;
 		wxStaticText* m_staticText532;
 		wxStaticText* m_staticText535;
-		wxStaticText* px;
+		wxTextCtrl* px;
 		wxStaticText* m_staticText5351;
-		wxStaticText* py;
+		wxTextCtrl* py;
 		wxStaticText* m_staticText53612;
-		wxStaticText* pz;
+		wxTextCtrl* pz;
 		
 		wxStaticText* m_staticText533;
 		wxStaticText* m_staticText536;
-		wxStaticText* vx;
+		wxTextCtrl* vx;
 		wxStaticText* m_staticText5361;
-		wxStaticText* vy;
+		wxTextCtrl* vy;
 		wxStaticText* m_staticText53613;
-		wxStaticText* vz;
+		wxTextCtrl* vz;
 		wxStaticText* m_staticText5342;
-		wxStaticText* speed;
+		wxTextCtrl* speed;
 		wxStaticText* m_staticText57721;
-		wxStaticText* utct;
+		wxTextCtrl* utct;
 		wxStaticText* m_staticText577;
-		wxStaticText* gpsw;
+		wxTextCtrl* gpsw;
 		wxStaticText* m_staticText5772;
-		wxStaticText* gpss;
+		wxTextCtrl* gpss;
 		wxStaticText* m_staticText5771;
-		wxStaticText* cb;
+		wxTextCtrl* cb;
 		wxStaticText* m_staticText57711;
-		wxStaticText* cr;
+		wxTextCtrl* cr;
 		wxStaticText* m_staticText5773;
-		wxStaticText* ppsstate;
+		wxTextCtrl* ppsstate;
 		wxStaticText* m_staticText577211;
-		wxStaticText* ppscmd;
+		wxTextCtrl* ppscmd;
 		wxStaticText* m_staticText57712;
-		wxStaticText* ppscr;
+		wxTextCtrl* ppscr;
 		wxStaticText* m_staticText577111;
-		wxStaticText* ppserr;
+		wxTextCtrl* ppserr;
+		
 		
 		// Virtual event handlers, overide them in your derived class
 		virtual void OnClose( wxCloseEvent&amp; event ){ event.Skip(); }
 		
 	
 	public:
-		iGUI_PVT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString&amp; title = wxT(&quot;PVT&quot;), const wxPoint&amp; pos = wxDefaultPosition, const wxSize&amp; size = wxSize( 1000,600 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL );
+		iGUI_PVT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString&amp; title = wxT(&quot;PVT&quot;), const wxPoint&amp; pos = wxDefaultPosition, const wxSize&amp; size = wxSize( 1600,600 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL );
 		~iGUI_PVT();
 	
 };
@@ -495,6 +496,7 @@ class iGUI_Log : public wxDialog
 		wxButton* bOK;
 	
 	public:
+		wxDirPickerCtrl* mFile;
 		wxCheckBox* cPVT;
 		wxCheckBox* cClock;
 		wxCheckBox* cPPS;
@@ -506,8 +508,10 @@ class iGUI_Log : public wxDialog
 		wxCheckBox* cTask;
 		wxCheckBox* cBoard;
 		wxCheckBox* cSVPred;
-		wxFilePickerCtrl* mFile;
-		iGUI_Log( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString&amp; title = wxT(&quot;Logging Config&quot;), const wxPoint&amp; pos = wxDefaultPosition, const wxSize&amp; size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE );
+		wxCheckBox* cGearth;
+		wxCheckBox* cRobs;
+		wxCheckBox* cRephem;
+		iGUI_Log( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString&amp; title = wxT(&quot;Logging Config&quot;), const wxPoint&amp; pos = wxDefaultPosition, const wxSize&amp; size = wxSize( 600,400 ), long style = wxDEFAULT_DIALOG_STYLE );
 		~iGUI_Log();
 	
 };</diff>
      <filename>gse/gui_classes.h</filename>
    </modified>
    <modified>
      <diff>@@ -56,7 +56,7 @@ class GUI_Serial : public Threaded_Object
 		/* Headers for CCSDC packets */
 		CCSDS_Packet_Header  packet_header;					//!&lt; CCSDS Packet header
 		CCSDS_Decoded_Header decoded_packet;				//!&lt; Decoded header
-		int32 				packet_count[LAST_M_ID+1];		//!&lt; Count the packets
+		int32 				packet_count[LAST_M_ID + 1];	//!&lt; Count the packets
 		int32				byte_count;						//!&lt; Count the bytes
 
 		/* Buffer for commands */
@@ -75,9 +75,13 @@ class GUI_Serial : public Threaded_Object
 
 		/* Logging variables */
 		int32 logging_on;									//!&lt; Control overall logging
-		char filename[1024];								//!&lt; Log to this file
+		char filepath[1024];								//!&lt; Log to this path
+		FILE *robsfile;										//!&lt; Pointer to Rinex observation file
+		FILE *rephemfile;									//!&lt; Pointer to Rinex ephemeris file
 		FILE *lfile;										//!&lt; Pointer to log file
-		int32 log_flag[LAST_M_ID];							//!&lt; Control messages on/off
+		FILE *gfile;										//!&lt; Pointer to google earth file
+		int32 gfile_end;									//!&lt; Pointer to end of gfile
+		int32 log_flag[LAST_M_ID + 20];						//!&lt; Control messages on/off
 
 	public:
 
@@ -115,7 +119,7 @@ class GUI_Serial : public Threaded_Object
 		void logStop();
 		void logClear();
 		void setLogFile(const char *_str);
-		char *getLogFile(){return(&amp;filename[0]);};
+		char *getLogFile(){return(&amp;filepath[0]);};
 
 		void printPVT();
 		void printClock();
@@ -130,6 +134,14 @@ class GUI_Serial : public Threaded_Object
 		void printSVPred(int32 _sv);
 		void printTask();
 		void printBoard();
+		void printGoogleEarth();
+		void printGoogleEarthHeader();
+		void printGoogleEarthFooter();
+		void printRinexObs();
+		void printRinexObsHeader();
+		void printRinexEphem();
+		void printRinexEphemHeader();
+
 		void pendCommand();									//!&lt; Wait for a free command
 		int32 peekCommand();								//!&lt; Poll for a command
 </diff>
      <filename>gse/include/gui_serial.h</filename>
    </modified>
    <modified>
      <diff>@@ -187,58 +187,63 @@ void GUI_PVT::renderPVT()
 
 	vel = sqrt(pNav-&gt;vz*pNav-&gt;vz + pNav-&gt;vy*pNav-&gt;vy + pNav-&gt;vx*pNav-&gt;vx);
 
-	str.Printf(wxT(&quot;%15d&quot;),pNav-&gt;tic);						rticks-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%15d&quot;),pNav-&gt;converged_ticks);			cticks-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%15d&quot;),pNav-&gt;stale_ticks);				sticks-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%15d&quot;),nchan);							nsv-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%15.2f m&quot;),pNav-&gt;x);					px-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%15.2f m&quot;),pNav-&gt;y);					py-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%15.2f m&quot;),pNav-&gt;z);					pz-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%.2f cm/s&quot;),100.0*pNav-&gt;vx);			vx-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%.2f cm/s&quot;),100.0*pNav-&gt;vy);			vy-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%.2f cm/s&quot;),100.0*pNav-&gt;vz);			vz-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%.2f m/s&quot;),vel);						speed-&gt;SetLabel(str);
-
-	str.Printf(wxT(&quot;%15.9f&quot;),pNav-&gt;latitude*RAD_2_DEG);		lat-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%15.9f&quot;),pNav-&gt;longitude*RAD_2_DEG);	lon-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%15.2f&quot;),pNav-&gt;altitude);				alt-&gt;SetLabel(str);
-
-	str.Printf(wxT(&quot;%15.9f&quot;),pClock-&gt;bias);					cb-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%15.6f&quot;),pClock-&gt;rate);					cr-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%15.6f&quot;),pClock-&gt;time);					gpss-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%8u&quot;),pClock-&gt;week);					gpsw-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%8u&quot;),pNav-&gt;iterations);				iter-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%15.2f&quot;),pNav-&gt;gdop);					gdop-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%15e&quot;),pPPS-&gt;err_lp);					ppserr-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%15e&quot;),pPPS-&gt;feedback*SPEED_OF_LIGHT);	ppscmd-&gt;SetLabel(str);
-	str.Printf(wxT(&quot;%15e&quot;),pPPS-&gt;clock_rate*SPEED_OF_LIGHT);ppscr-&gt;SetLabel(str);
+	str.Printf(wxT(&quot;%15d&quot;),pNav-&gt;tic);						rticks-&gt;Clear(); rticks-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%15d&quot;),pNav-&gt;converged_ticks);			cticks-&gt;Clear(); cticks-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%15d&quot;),pNav-&gt;stale_ticks);				sticks-&gt;Clear(); sticks-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%15d&quot;),nchan);							nsv-&gt;Clear(); nsv-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%15.2f m&quot;),pNav-&gt;x);					px-&gt;Clear(); px-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%15.2f m&quot;),pNav-&gt;y);					py-&gt;Clear(); py-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%15.2f m&quot;),pNav-&gt;z);					pz-&gt;Clear(); pz-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%.2f cm/s&quot;),100.0*pNav-&gt;vx);			vx-&gt;Clear(); vx-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%.2f cm/s&quot;),100.0*pNav-&gt;vy);			vy-&gt;Clear(); vy-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%.2f cm/s&quot;),100.0*pNav-&gt;vz);			vz-&gt;Clear(); vz-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%.2f m/s&quot;),vel);						speed-&gt;Clear(); speed-&gt;WriteText(str);
+
+	str.Printf(wxT(&quot;%15.9f&quot;),pNav-&gt;latitude*RAD_2_DEG);		lat-&gt;Clear(); lat-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%15.9f&quot;),pNav-&gt;longitude*RAD_2_DEG);	lon-&gt;Clear(); lon-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%15.2f&quot;),pNav-&gt;altitude);				alt-&gt;Clear(); alt-&gt;WriteText(str);
+
+	str.Printf(wxT(&quot;%15.9f&quot;),pClock-&gt;bias);					cb-&gt;Clear(); cb-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%15.6f&quot;),pClock-&gt;rate);					cr-&gt;Clear(); cr-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%15.6f&quot;),pClock-&gt;time);					gpss-&gt;Clear(); gpss-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%8u&quot;),pClock-&gt;week);					gpsw-&gt;Clear(); gpsw-&gt;WriteText(str);
+
+	str.Printf(wxT(&quot;%8u&quot;),pNav-&gt;iterations);				iter-&gt;Clear(); iter-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%15.2f&quot;),pNav-&gt;gdop);					gdop-&gt;Clear(); gdop-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%.5e&quot;),pPPS-&gt;err_lp);					ppserr-&gt;Clear(); ppserr-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%.5e&quot;),pPPS-&gt;feedback*SPEED_OF_LIGHT);	ppscmd-&gt;Clear(); ppscmd-&gt;WriteText(str);
+	str.Printf(wxT(&quot;%.5e&quot;),pPPS-&gt;clock_rate*SPEED_OF_LIGHT);ppscr-&gt;Clear(); ppscr-&gt;WriteText(str);
 
 	if(pPPS-&gt;state)
-		ppsstate-&gt;SetLabel(wxT(&quot;Slow Slew&quot;));
+	{
+		ppsstate-&gt;Clear(); ppsstate-&gt;WriteText(wxT(&quot;Slow Slew&quot;));
+	}
 	else
-		ppsstate-&gt;SetLabel(wxT(&quot;Fast Slew&quot;));
+	{
+		ppsstate-&gt;Clear(); ppsstate-&gt;WriteText(wxT(&quot;Fast Slew&quot;));
+	}
 
 	/* Get into unix time */
 	if(pTOT-&gt;valid)
 	{
 		utcsec = floor(pTOT-&gt;second);
-		utcsec += (pTOT-&gt;week + 1024*CURRENT_GPS_WEEK_ROLLOVER)*SECONDS_IN_WEEK;
+		utcsec += (pTOT-&gt;week)*SECONDS_IN_WEEK;
 		utcsec += (pTOT-&gt;day)*SECONDS_IN_DAY;
-		utcsec -= 10; //Difference of TAI and UTC
+		utcsec -= 10; 		 //!&lt; Difference of TAI and UTC
 		utcsec += 315964819; //!&lt; 0 Unix time --&gt; GPS time offset
 
 		theTime.Set(utcsec);
 		str = theTime.FormatISODate();
-		str += wxT('\t');
+		str += wxT(' ');
 		str += theTime.FormatISOTime();
-		str2.Printf(wxT(&quot;%15.6f&quot;),fmod(pTOT-&gt;second,1.0));
-		str += str2;
-		utct-&gt;SetLabel(str);
+		str2.Printf(wxT(&quot;%.6f&quot;),fmod(pTOT-&gt;second,1.0));
+		str += str2.Mid(1,wxSTRING_MAXLEN);
+		utct-&gt;Clear(); utct-&gt;WriteText(str);
 	}
 	else
 	{
 		utcsec = 0;
-		utct-&gt;SetLabel(wxT(&quot;No UTC Information\n&quot;));
+		utct-&gt;Clear(); utct-&gt;WriteText(wxT(&quot;No UTC Information&quot;));
 	}
 
 }</diff>
      <filename>gse/src/gui_pvt.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -33,9 +33,9 @@ GUI_Select::GUI_Select():iGUI_Select(NULL, wxID_ANY, wxT(&quot;SV Select&quot;), wxDefault
 	int32 strwidth;
 	wxString str;
 
-	str = wxT(&quot;Ch# Vis   Elev     Azim     Doppler        Time&quot;);
+	str = wxT(&quot;Ch# Vis   Elev     Azim     Doppler        Time &quot;);
 	strwidth = str.Length()+3;
-	SetSize(tDisplay-&gt;GetCharWidth()*strwidth, tDisplay-&gt;GetCharHeight()*(MAX_SV+2) + 280);
+	SetSize(tDisplay-&gt;GetCharWidth()*strwidth, tDisplay-&gt;GetCharHeight()*(MAX_SV+3) + 280);
 
 }
 </diff>
      <filename>gse/src/gui_select.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,7 @@ Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1
 #include &quot;gui_serial.h&quot;
 #define SWAP64(X) *((long long *)(&amp;X)) = (((*((long long *)(&amp;X)) &amp; (0x00000000ffffffffLLU)) &lt;&lt; 32) | ((*((long long *)(&amp;X)) &amp; (0xffffffff00000000LLU)) &gt;&gt; 32))
 
-static uint32 SIZEOF_M[LAST_M_ID+1] =
+static uint32 SIZEOF_M[LAST_M_ID + 1] =
 {
 	0,
 	0,
@@ -139,13 +139,16 @@ GUI_Serial::GUI_Serial()
 	npipe[READ] 	= -1;
 	npipe[WRITE] 	= -1;
 	lfile 			= NULL;
+	gfile 			= NULL;
+	robsfile 		= NULL;
+	rephemfile 		= NULL;
 	packet_count[LAST_M_ID] = 0;
 	decoded_packet.tic = decoded_packet.id = decoded_packet.length = 0;
 	memset(&amp;packet_count[0], 0x0, (LAST_M_ID+1)*sizeof(int));
 	memset(&amp;command_body, 0x0, sizeof(Command_Union));
 	memset(&amp;command_header, 0x0, sizeof(CCSDS_Packet_Header));
 	memset(&amp;decoded_command, 0x0, sizeof(CCSDS_Decoded_Header));
-	memset(&amp;filename[0], 0x0, 1024*sizeof(char));
+	memset(&amp;filepath[0], 0x0, 1024*sizeof(char));
 	memset(&amp;log_flag[0], 0x0, LAST_M_ID*sizeof(char));
 	signal(SIGPIPE, lost_client);
 
@@ -186,7 +189,7 @@ void GUI_Serial::openSerial()
     }
 
     memset(&amp;tty, 0x0, sizeof(tty));		//!&lt; Initialize the port settings structure to all zeros
-    tty.c_cflag =  B115200 | CS8 | CLOCAL | CREAD | CRTSCTS;	//!&lt; 8N1
+    tty.c_cflag =  B57600 | CS8 | CLOCAL | CREAD | CRTSCTS;	//!&lt; 8N1
     tty.c_iflag = IGNPAR;
     tty.c_oflag = 0;
     tty.c_lflag = 0;
@@ -517,9 +520,11 @@ void GUI_Serial::readGPS()
 				}
 				break;
 			case SPS_M_ID:
+				if(log_flag[LAST_M_ID + 1]) printRinexObs();
 				FixDoubles((void *)&amp;src-&gt;sps, 13);
 				memcpy(&amp;dst-&gt;sps, &amp;src-&gt;sps, sizeof(SPS_M));
 				if(log_flag[SPS_M_ID]) printPVT();
+				if(log_flag[LAST_M_ID]) printGoogleEarth();
 				break;
 			case CLOCK_M_ID:
 				FixDoubles((void *)&amp;src-&gt;clock, 6);
@@ -908,9 +913,7 @@ int32 GUI_Serial::peekCommand()
 /*----------------------------------------------------------------------------------------------*/
 void GUI_Serial::setLogFile(const char *_str)
 {
-	if(lfile) fclose(lfile);
-	strcpy(filename, _str);
-	lfile = fopen(filename, &quot;wt&quot;);
+	strcpy(filepath, _str);
 }
 /*----------------------------------------------------------------------------------------------*/
 
@@ -918,10 +921,40 @@ void GUI_Serial::setLogFile(const char *_str)
 /*----------------------------------------------------------------------------------------------*/
 void GUI_Serial::logStart()
 {
+	char filename[1024];
+
 	if(lfile) fclose(lfile);
-	lfile = NULL;
+	if(gfile) fclose(gfile);
+	if(robsfile) fclose(robsfile);
+	if(rephemfile) fclose(rephemfile);
+
+	strcpy(filename, filepath);
+	strcat(filename,&quot;/gps-sdr.log&quot;);
 	lfile = fopen(filename, &quot;wt&quot;);
 
+	if(log_flag[LAST_M_ID])
+	{
+		strcpy(filename, filepath);
+		strcat(filename,&quot;/gps-sdr.klm&quot;);
+		gfile = fopen(filename, &quot;wt&quot;);
+		printGoogleEarthHeader();
+	}
+
+	if(log_flag[LAST_M_ID + 1])
+	{
+		strcpy(filename, filepath);
+		strcat(filename,&quot;/gps-sdr.rnx&quot;);
+		robsfile = fopen(filename, &quot;wt&quot;);
+		printRinexObsHeader();
+	}
+
+	if(log_flag[LAST_M_ID + 2])
+	{
+		strcpy(filename, filepath);
+		strcat(filename,&quot;/gps-sdr.epm&quot;);
+		rephemfile = fopen(filename, &quot;wt&quot;);
+	}
+
 	if(lfile)
 		logging_on = true;
 }
@@ -932,7 +965,13 @@ void GUI_Serial::logStart()
 void GUI_Serial::logStop()
 {
 	if(lfile) fclose(lfile);
+	if(gfile) fclose(gfile);
+	if(robsfile) fclose(robsfile);
+	if(rephemfile) fclose(rephemfile);
 	lfile = NULL;
+	gfile = NULL;
+	robsfile = NULL;
+	rephemfile = NULL;
 	logging_on = false;
 }
 /*----------------------------------------------------------------------------------------------*/
@@ -941,11 +980,39 @@ void GUI_Serial::logStop()
 /*----------------------------------------------------------------------------------------------*/
 void GUI_Serial::logClear()
 {
+	char filename[1024];
+
 	if(lfile) fclose(lfile);
-	lfile = NULL;
+	if(gfile) fclose(gfile);
+	if(robsfile) fclose(robsfile);
+	if(rephemfile) fclose(rephemfile);
+
+	strcpy(filename, filepath);
+	strcat(filename,&quot;/gps-sdr.log&quot;);
 	lfile = fopen(filename, &quot;wt&quot;);
-	if(lfile) fclose(lfile);
-	lfile = NULL;
+
+	if(log_flag[LAST_M_ID])
+	{
+		strcpy(filename, filepath);
+		strcat(filename,&quot;/gps-sdr.klm&quot;);
+		gfile = fopen(filename, &quot;wt&quot;);
+	}
+
+	if(log_flag[LAST_M_ID + 1])
+	{
+		strcpy(filename, filepath);
+		strcat(filename,&quot;/gps-sdr.rnx&quot;);
+		robsfile = fopen(filename, &quot;wt&quot;);
+	}
+
+	if(log_flag[LAST_M_ID + 2])
+	{
+		strcpy(filename, filepath);
+		strcat(filename,&quot;/gps-sdr.epm&quot;);
+		rephemfile = fopen(filename, &quot;wt&quot;);
+	}
+
+	logStop();
 }
 /*----------------------------------------------------------------------------------------------*/
 
@@ -1303,3 +1370,231 @@ void GUI_Serial::printBoard()
 	}
 }
 /*----------------------------------------------------------------------------------------------*/
+
+
+
+/*----------------------------------------------------------------------------------------------*/
+void GUI_Serial::printGoogleEarth()
+{
+
+	SPS_M *pNav = &amp;messages.sps;
+
+	if(gfile != NULL)
+	{
+		if(pNav-&gt;converged)
+		{
+			fseek(gfile, gfile_end, SEEK_SET);
+			fprintf(gfile,&quot;%15.9f,%15.9f,%15.9f\n&quot;,pNav-&gt;longitude*RAD_2_DEG,pNav-&gt;latitude*RAD_2_DEG,pNav-&gt;altitude);
+			gfile_end = ftell(gfile);
+			printGoogleEarthFooter();
+		}
+	}
+
+}
+/*----------------------------------------------------------------------------------------------*/
+
+
+/*----------------------------------------------------------------------------------------------*/
+void GUI_Serial::printGoogleEarthHeader()
+{
+
+	if(gfile != NULL)
+	{
+		fprintf(gfile,&quot;&lt;?xml version=\&quot;1.0\&quot; encoding=\&quot;UTF-8\&quot;?&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;kml xmlns=\&quot;http://earth.google.com/kml/2.1\&quot;&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;Document&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;name&gt;\n&quot;);
+		fprintf(gfile,&quot;navigation.kml\n&quot;);
+		fprintf(gfile,&quot;&lt;/name&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;Placemark id=\&quot;GPS SDR\&quot;&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;name&gt;\n&quot;);
+		fprintf(gfile,&quot;GPS SDR\n&quot;);
+		fprintf(gfile,&quot;&lt;/name&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;visibility&gt;\n&quot;);
+		fprintf(gfile,&quot;1\n&quot;);
+		fprintf(gfile,&quot;&lt;/visibility&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;description&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;![CDATA[]]&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;/description&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;Style&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;LineStyle&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;color&gt;\n&quot;);
+		fprintf(gfile,&quot;#FF0000FF\n&quot;);
+		fprintf(gfile,&quot;&lt;/color&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;width&gt;\n&quot;);
+		fprintf(gfile,&quot;1.00\n&quot;);
+		fprintf(gfile,&quot;&lt;/width&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;/LineStyle&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;PolyStyle&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;color&gt;\n&quot;);
+		fprintf(gfile,&quot;00ffffff\n&quot;);
+		fprintf(gfile,&quot;&lt;/color&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;/PolyStyle&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;/Style&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;Polygon id=\&quot;poly_plot3\&quot;&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;extrude&gt;0&lt;/extrude&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;altitudeMode&gt;\n&quot;);
+		fprintf(gfile,&quot;relativeToGround\n&quot;);
+		fprintf(gfile,&quot;&lt;/altitudeMode&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;outerBoundaryIs&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;extrude&gt;0&lt;/extrude&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;LinearRing&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;extrude&gt;0&lt;/extrude&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;tessellate&gt;0&lt;/tessellate&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;altitudeMode&gt;\n&quot;);
+		fprintf(gfile,&quot;absolute\n&quot;);
+		fprintf(gfile,&quot;&lt;/altitudeMode&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;coordinates&gt;\n&quot;);
+		gfile_end = ftell(gfile);
+	}
+}
+/*----------------------------------------------------------------------------------------------*/
+
+
+/*----------------------------------------------------------------------------------------------*/
+void GUI_Serial::printGoogleEarthFooter()
+{
+	if(gfile != NULL)
+	{
+		fprintf(gfile,&quot;&lt;/coordinates&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;/LinearRing&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;/outerBoundaryIs&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;/Polygon&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;/Placemark&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;/Document&gt;\n&quot;);
+		fprintf(gfile,&quot;&lt;/kml&gt;\n&quot;);
+	}
+}
+/*----------------------------------------------------------------------------------------------*/
+
+
+/*----------------------------------------------------------------------------------------------*/
+void GUI_Serial::printRinexObsHeader()
+{
+
+	if(robsfile != NULL)
+	{
+		fprintf(robsfile,&quot;     2.10                                                   RINEX VERSION / TYPE\n&quot;);
+		fprintf(robsfile,&quot;     4    C1    D1    L1    S1                              # / TYPES OF OBSERV\n&quot;);
+		fprintf(robsfile,&quot;                                                            END OF HEADER\n&quot;);
+	}
+
+}
+/*----------------------------------------------------------------------------------------------*/
+
+
+/*----------------------------------------------------------------------------------------------*/
+void GUI_Serial::printRinexObs()
+{
+
+	int32 lcv;
+	int32 nsv;
+	time_t utcsec;
+	Channel_M *pChan;
+	Pseudorange_M *pPseudo;
+	SPS_M *pNav = &amp;messages.sps;
+	Clock_M *pClock	= &amp;messages.clock;
+	wxDateTime theTime;
+
+	if(robsfile != NULL)
+	{
+
+		/* Get the time into UTC */
+		utcsec = floor(pClock-&gt;time_raw); //!&lt; Seconds in GPS week
+		utcsec += (pClock-&gt;week)*SECONDS_IN_WEEK;
+		utcsec -= 10; 		 //!&lt; Difference of TAI and UTC
+		utcsec += 315964819; //!&lt; 0 Unix time --&gt; GPS time offset
+		theTime.Set(utcsec);
+
+		/* Pull out the individual PRN numbers */
+		nsv = 0;
+		for(lcv = 0; lcv &lt; MAX_CHANNELS; lcv++)
+		{
+			if(messages.pseudoranges[lcv].sv != NON_EXISTENT_SV)
+			{
+				nsv++;
+			}
+		}
+
+		/* Generate the date line */
+		fprintf(robsfile,&quot;%3d%3d%3d%3d%3d%12.8f 0%3d&quot;,
+				theTime.GetYear() % 100,
+				theTime.GetMonth()+1,
+				theTime.GetDay(),
+				theTime.GetHour(),
+				theTime.GetMinute(),
+				(double)theTime.GetSecond() + fmod(pClock-&gt;time_raw, 1.0),
+				nsv);
+
+		/* Push the individual PRN numbers */
+		for(lcv = 0; lcv &lt; MAX_CHANNELS; lcv++)
+		{
+			pPseudo = &amp;messages.pseudoranges[lcv];
+			if(pPseudo-&gt;sv != NON_EXISTENT_SV)
+			{
+				fprintf(robsfile,&quot;%3d&quot;,pPseudo-&gt;sv+1);
+			}
+		}
+
+		/* Newline */
+		fprintf(robsfile,&quot;\n&quot;);
+
+		/* Loop over all of the channels */
+		for(lcv = 0; lcv &lt; MAX_CHANNELS; lcv++)
+		{
+			pChan = &amp;messages.channel[lcv];
+			pPseudo = &amp;messages.pseudoranges[lcv];
+			if(pPseudo-&gt;sv != NON_EXISTENT_SV)
+			{
+				fprintf(robsfile,&quot; %14.3f %14.3f %14.3f %14.3f\n&quot;,
+						pPseudo-&gt;uncorrected, pPseudo-&gt;meters_rate, 0.0, icn0_2_fcn0(pChan-&gt;cn0));
+			}
+		}
+	}
+}
+/*----------------------------------------------------------------------------------------------*/
+
+
+/*----------------------------------------------------------------------------------------------*/
+void GUI_Serial::printRinexEphemHeader()
+{
+	if(rephemfile != NULL)
+	{
+		fprintf(rephemfile,&quot;     2              N                                       RINEX VERSION / TYPE\n&quot;);
+		fprintf(rephemfile,&quot;MATLAB              G HECKLER         23-APR-02             PGM / RUN BY / DATE \n&quot;);
+		fprintf(rephemfile,&quot;PSEUDO-NAVIGATION DATA GENERATED FROM ALMANAC               COMMENT             \n&quot;);
+		fprintf(rephemfile,&quot;    0.0000D+00  0.0000D+00 -0.0000D+00  0.0000D+00          ION ALPHA           \n&quot;);
+		fprintf(rephemfile,&quot;   -0.0000D+00 -0.0000D+00  0.0000D+00 -0.0000D+00          ION BETA            \n&quot;);
+		fprintf(rephemfile,&quot;    0.000000000000D+00 0.000000000000D+00   0             0 DELTA-UTC: A0,A1,T,W\n&quot;);
+		fprintf(rephemfile,&quot;    12                                                      LEAP SECONDS        \n&quot;);
+		fprintf(rephemfile,&quot;                                                            END OF HEADER       \n&quot;);
+	}
+}
+/*----------------------------------------------------------------------------------------------*/
+
+
+
+
+/*----------------------------------------------------------------------------------------------*/
+void GUI_Serial::printRinexEphem()
+{
+	if(rephemfile != NULL)
+	{
+//		/*Generate the date using the TOC week and second*/
+//		utilities::timeStruct time;
+//		utilities::gps2utc(tocwk+1024,toc,&amp;time);
+//
+//		/*Write out date and time information*/
+//		sprintf(output,&quot;%2d%3d%3d%3d%3d%3d%5.1f %- 19.12E%- 19.12E%- 19.12E\n&quot;,
+//					PRN,time.year,time.month,time.day,time.hour,time.minute,time.second,af0,af1,af2);
+//
+//		/*Broadcast Ephemeris Line 1*/
+//		fprintf(rephemfile,&quot;   %- 20.12E%- 20.12E%- 20.12E%- 20.12E\n&quot;,iode,crs,deltan,m0);
+//		fprintf(rephemfile,&quot;   %- 20.12E%- 20.12E%- 20.12E%- 20.12E\n&quot;,cuc,ecc,cus,sqrta);
+//		fprintf(rephemfile,&quot;   %- 20.12E%- 20.12E%- 20.12E%- 20.12E\n&quot;,toe,cic,om0,cis);
+//		fprintf(rephemfile,&quot;   %- 20.12E%- 20.12E%- 20.12E%- 20.12E\n&quot;,in0,crc,argp,omd);
+//		fprintf(rephemfile,&quot;   %- 20.12E%- 20.12E%- 20.12E%- 20.12E\n&quot;,idot,(double)codeOnL2,(double)toewk,(double)L2PData);
+//		fprintf(rephemfile,&quot;   %- 20.12E%- 20.12E%- 20.12E%- 20.12E\n&quot;,zeros,(double)health,tgd,iodc);
+//		fprintf(rephemfile,&quot;   %- 20.12E%- 20.12E%- 20.12E%- 20.12E\n&quot;,tofXmission,zeros,zeros,zeros);
+	}
+}</diff>
      <filename>gse/src/gui_serial.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -166,6 +166,9 @@ void GUI_Toplevel::onLogConfig(wxCommandEvent&amp; WXUNUSED(event))
 	log.cTask-&gt;SetValue(pSerial-&gt;getLog(TASK_HEALTH_M_ID));
 	log.cBoard-&gt;SetValue(pSerial-&gt;getLog(BOARD_HEALTH_M_ID));
 	log.cSVPred-&gt;SetValue(pSerial-&gt;getLog(SV_PREDICTION_M_ID));
+	log.cGearth-&gt;SetValue(pSerial-&gt;getLog(LAST_M_ID));
+	log.cRobs-&gt;SetValue(pSerial-&gt;getLog(LAST_M_ID + 1));
+	log.cRephem-&gt;SetValue(pSerial-&gt;getLog(LAST_M_ID + 2));
 
 	if(log.ShowModal() == wxID_OK)
 	{
@@ -183,6 +186,9 @@ void GUI_Toplevel::onLogConfig(wxCommandEvent&amp; WXUNUSED(event))
 		pSerial-&gt;logOn(TASK_HEALTH_M_ID, 	log.cTask-&gt;IsChecked());
 		pSerial-&gt;logOn(BOARD_HEALTH_M_ID, 	log.cBoard-&gt;IsChecked());
 		pSerial-&gt;logOn(SV_PREDICTION_M_ID, 	log.cSVPred-&gt;IsChecked());
+		pSerial-&gt;logOn(LAST_M_ID, 			log.cGearth-&gt;IsChecked());
+		pSerial-&gt;logOn(LAST_M_ID + 1, 		log.cRobs-&gt;IsChecked());
+		pSerial-&gt;logOn(LAST_M_ID + 2, 		log.cRephem-&gt;IsChecked());
 
 		/* Get Filename */
 		log_filename = log.mFile-&gt;GetPath();</diff>
      <filename>gse/src/gui_toplevel.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -33,7 +33,7 @@
 /* Software Version */
 /*----------------------------------------------------------------------------------------------*/
 #define SOFTWARE_VERSION_MAJOR		(2)
-#define SOFTWARE_VERSION_MINOR		(5)
+#define SOFTWARE_VERSION_MINOR		(6)
 #define SOFTWARE_VERSION_POSTFIX	(0)
 /*----------------------------------------------------------------------------------------------*/
 
@@ -42,7 +42,7 @@
 #define MAX_CHANNELS			(12)						//!&lt; Number of channel objects
 #define CPU_CORES				(2)							//!&lt; 1 for a single core, 2 for a dual core system, etc
 #define CORR_PER_CPU			(MAX_CHANNELS/CPU_CORES)	//!&lt; Distribute them up evenly (this should be an INTEGER!)
-#define MAX_ANTENNAS			(1)							//!&lt; The number of antennas
+#define MAX_ANTENNAS			(2)							//!&lt; The number of antennas
 #define TASK_STACK_SIZE			(2048)						//!&lt; For Nucleus/Linux compatibility
 /*----------------------------------------------------------------------------------------------*/
 
@@ -57,12 +57,6 @@
 /*----------------------------------------------------------------------------------------------*/
 
 
-/* Work on what kind of Data?? */
-/*----------------------------------------------------------------------------------------------*/
-#define USRP_RECORDER			(1)			//!&lt; Data collected with USRP
- /*----------------------------------------------------------------------------------------------*/
-
-
 /* MISC GPS Constants */
 /*----------------------------------------------------------------------------------------------*/
 #define MAX_SV					(32)		//!&lt; Number of PRN codes
@@ -75,7 +69,6 @@
 /*! Config the SV Select */
 /*----------------------------------------------------------------------------------------------*/
 #define MASK_ANGLE				(0)				//!&lt; Add this many degrees to altitude dependant mask
-#define MAX_ANTENNA				(1)				//!&lt; 6 ADCs on board
 #define ACQ_MODULO_WEAK			(8)				//!&lt; Do this many weak acqs per 32 PRN strong search
 #define MAX_DOPPLER_ABSOLUTE	(15000)			//!&lt; Limit any and all Dopplers the be within this range
 #define MAX_DOPPLER_STRONG		(15000)			//!&lt; Cold Doppler search space for strong signal
@@ -119,7 +112,7 @@
 #define CARRIER_AIDING			(1)			//!&lt; Carrier aid the DLL
 #define PLL_BN					(15)		//!&lt; PLL Bandwidth
 #define FLL_BN					(10)		//!&lt; FLL Bandwidth
-#define AGC_BITS				(5)			//!&lt; AGC to this bit depth
+#define AGC_BITS				(6)			//!&lt; AGC to this bit depth
 #define OVERFLOW_LOW			(4)			//!&lt; Overflow low
 #define OVERFLOW_HIGH			(64)		//!&lt; Overflow high
 /*----------------------------------------------------------------------------------------------*/
@@ -144,9 +137,11 @@ enum TASK_IDS
 };
 /*----------------------------------------------------------------------------------------------*/
 
+
 /* Account for GPS rollover here */
 /*----------------------------------------------------------------------------------------------*/
 #define CURRENT_GPS_WEEK_ROLLOVER	(1)			//!&lt; The number of GPS week rollovers
 /*----------------------------------------------------------------------------------------------*/
 
+
 #endif</diff>
      <filename>includes/config.h</filename>
    </modified>
    <modified>
      <diff>@@ -73,6 +73,7 @@ typedef struct _Options_S
 	int32	decimate;
 	int32	realtime;
 	int32	tlm_type;		//!&lt; Telemetry type (named pipe/serial)
+	int32	source;			//!&lt; GPS data source type
 	double	f_lo_a;			//!&lt; LO freq for board A
 	double	f_ddc_a;		//!&lt; DDC freq for board A
 	double	f_lo_b;			//!&lt; LO freq for board B</diff>
      <filename>includes/sdr_structs.h</filename>
    </modified>
    <modified>
      <diff>@@ -30,40 +30,18 @@
 
 /* Data from the Universal Software Radio Peripheral */
 /*----------------------------------------------------------------------------------------------*/
-#if USRP_RECORDER
-
-	#define IF_SAMPLE_FREQUENCY	(2048000)				//!&lt; How many CPX samples in a second
-	#define IF_FREQUENCY		(160000)				//!&lt; IF frequency
-	#define ZERO_DOPPLER_RATE	(IF_FREQUENCY)			//!&lt; IF frequency
-	#define NCO_CARR_INCR_NOM	(0x14000000)			//!&lt; 160000 Hz
-	#define NCO_CODE_INCR_NOM	(0x3FF00000)			//!&lt; = 1.023e6 Mcps, 1 chips/s = 1049 in terms of the code NCO
-	#define F_SAMPLE_NOM		(64e6)
-	#define SAMPS_PER_READ		(4096)
-	#define BYTES_PER_READ  	(SAMPS_PER_READ*4)
-	#define HZ_2_NCO_CARR_INCR	(2.097152000000000e+03)
-	#define NCO_CARR_INCR_2_HZ	(4.768371582031250e-04)
-	#define HZ_2_NCO_CODE_INCR  (1.048576000000000e+03)
-	#define NCO_CODE_INCR_2_HZ  (9.536743164062500e-04)
-
-#endif
-/*----------------------------------------------------------------------------------------------*/
-
-/* Data from the GN3S Recorder
-/*----------------------------------------------------------------------------------------------*/
-#if GN3S_RECORDER
-
-	#define IF_SAMPLE_FREQUENCY	(2048000)				//!&lt; How many CPX samples in a second
-	#define IF_FREQUENCY		(0)						//!&lt; IF frequency
-	#define ZERO_DOPPLER_RATE	(IF_FREQUENCY)			//!&lt; IF frequency
-	#define NCO_CARR_INCR_NOM	(0x0)					//!&lt; 0 Hz
-	#define NCO_CODE_INCR_NOM	(0x3FF00000)			//!&lt; = 1.023e6 Mcps, 1 chips/s = 1049 in terms of the code NCO
-	#define IF_SAMPS_MS 		(2048)					//!&lt; Samples per millisecond
-	#define HZ_2_NCO_CARR_INCR	(2.097152000000000e+03)
-	#define NCO_CARR_INCR_2_HZ	(4.768371582031250e-04)
-	#define HZ_2_NCO_CODE_INCR  (1.048576000000000e+03)
-	#define NCO_CODE_INCR_2_HZ  (9.536743164062500e-04)
-
-#endif
+#define IF_SAMPLE_FREQUENCY	(2048000)				//!&lt; How many CPX samples in a second
+#define IF_FREQUENCY		(38400)					//!&lt; IF frequency
+#define ZERO_DOPPLER_RATE	(IF_FREQUENCY)			//!&lt; IF frequency
+#define NCO_CARR_INCR_NOM	(0x04CCCCCC)			//!&lt; 38400 Hz
+#define NCO_CODE_INCR_NOM	(0x3FF00000)			//!&lt; = 1.023e6 Mcps, 1 chips/s = 1049 in terms of the code NCO
+#define F_SAMPLE_NOM		(64e6)					//!&lt; Nominal USRP sample rate
+#define SAMPS_PER_READ		(4096)					//!&lt; Nominal samples per read
+#define BYTES_PER_READ  	(4*SAMPS_PER_READ)		//!&lt; Read this many bytes
+#define HZ_2_NCO_CARR_INCR	(2.097152000000000e+03) //!&lt; Convert from Hz to carrier NCO units
+#define NCO_CARR_INCR_2_HZ	(4.768371582031250e-04) //!&lt; Convert from carrier NCO to Hz
+#define HZ_2_NCO_CODE_INCR  (1.048576000000000e+03) //!&lt; Convert from Hz to code NCO units
+#define NCO_CODE_INCR_2_HZ  (9.536743164062500e-04) //!&lt; Convert from code NCO to Hz
 /*----------------------------------------------------------------------------------------------*/
 
 #endif</diff>
      <filename>includes/signaldef.h</filename>
    </modified>
    <modified>
      <diff>@@ -38,7 +38,7 @@
 #include &quot;telemetry.h&quot;			//!&lt; Serial/GUI telemetry
 #include &quot;commando.h&quot;			//!&lt; Command interface
 #include &quot;sv_select.h&quot;			//!&lt; Drives acquisition/reacquisition process
-#include &quot;gps_source.h&quot;
+#include &quot;gps_source.h&quot;			//!&lt; Get GPS IF data from where?
 /*----------------------------------------------------------------------------------------------*/
 
 
@@ -47,16 +47,18 @@
 void usage(char *_str)
 {
 	fprintf(stdout,&quot;\n&quot;);
-	fprintf(stdout,&quot;usage: [-c] [-v] [-gr] [-gi] [-d] [-l] [-w] [-x] [-s]\n&quot;);
+	//fprintf(stdout,&quot;usage: [-c] [-v] [-gr] [-gi] [-d] [-l] [-w] [-x] [-s]\n&quot;);
+	fprintf(stdout,&quot;usage: [-c] [-v] [-gr] [-gi] [-w] [-x] [-s]\n&quot;);
 	fprintf(stdout,&quot;[-c] log high rate channel data\n&quot;);
 	fprintf(stdout,&quot;[-v] be verbose \n&quot;);
 	fprintf(stdout,&quot;[-gr] &lt;gain&gt; set rf gain in dB (DBSRX only)\n&quot;);
 	fprintf(stdout,&quot;[-gi] &lt;gain&gt; set if gain in dB (DBSRX only)\n&quot;);
-	fprintf(stdout,&quot;[-d] operate in two antenna mode, A &amp; B as L1\n&quot;);
-	fprintf(stdout,&quot;[-l] operate in L1-L2 mode, A as L1, B as L2\n&quot;);
+//	fprintf(stdout,&quot;[-d] operate in two antenna mode, A &amp; B as L1\n&quot;);
+//	fprintf(stdout,&quot;[-l] operate in L1-L2 mode, A as L1, B as L2\n&quot;);
 	fprintf(stdout,&quot;[-w] &lt;bandwidth&gt; bandwidth of lowpass filter\n&quot;);
 	fprintf(stdout,&quot;[-x] the USRP samples at a modified 65.536 MHz (default is 64 MHz)\n&quot;);
 	fprintf(stdout,&quot;[-s] output over /dev/ttyS0 instead of the named pipe\n&quot;);
+	fprintf(stdout,&quot;[-gn3s] use the SIGE GN3S sampling device\n&quot;);
 	fflush(stdout);
 	exit(1);
 }
@@ -75,13 +77,16 @@ void echo_options()
 		fprintf(stdout,&quot;Verbose:          %13d\n&quot;,gopt.verbose);
 		fprintf(stdout,&quot;Log channel:      %13d\n&quot;,gopt.log_channel);
 		fprintf(stdout,&quot;Telemetry:        %13d\n&quot;,gopt.tlm_type);
-		fprintf(stdout,&quot;USRP Decimation:  %13d\n&quot;,gopt.decimate);
-		fprintf(stdout,&quot;USRP Sample Rate: %13.2f\n&quot;,gopt.f_sample);
-		fprintf(stdout,&quot;DBSRX LO A:       %13.2f\n&quot;,gopt.f_lo_a);
-		fprintf(stdout,&quot;DBSRX LO B:       %13.2f\n&quot;,gopt.f_lo_b);
-		fprintf(stdout,&quot;RF Gain:          %13.2f\n&quot;,gopt.gr);
-		fprintf(stdout,&quot;IF Gain:          %13.2f\n&quot;,gopt.gi);
-		fprintf(stdout,&quot;DBSRX Bandwidth:  %13.2f\n&quot;,gopt.bandwidth);
+		if(gopt.source != SOURCE_SIGE_GN3S)
+		{
+			fprintf(stdout,&quot;USRP Decimation:  %13d\n&quot;,gopt.decimate);
+			fprintf(stdout,&quot;USRP Sample Rate: %13.2f\n&quot;,gopt.f_sample);
+			fprintf(stdout,&quot;DBSRX LO A:       %13.2f\n&quot;,gopt.f_lo_a);
+			fprintf(stdout,&quot;DBSRX LO B:       %13.2f\n&quot;,gopt.f_lo_b);
+			fprintf(stdout,&quot;RF Gain:          %13.2f\n&quot;,gopt.gr);
+			fprintf(stdout,&quot;IF Gain:          %13.2f\n&quot;,gopt.gi);
+			fprintf(stdout,&quot;DBSRX Bandwidth:  %13.2f\n&quot;,gopt.bandwidth);
+		}
 		fprintf(stdout,&quot;\n&quot;);
 		fflush(stdout);
 	}
@@ -113,10 +118,11 @@ void Parse_Arguments(int32 argc, char* argv[])
 	gopt.bandwidth 		= 6.0e6; 	//!&lt; DBS-RX is set to 10 MHz wide
 	gopt.f_sample 		= 64.0e6;	//!&lt; Nominal sample rate
 	gopt.realtime		= 1;
+	gopt.source			= SOURCE_USRP_V1;
 
 	for(lcv = 1; lcv &lt; argc; lcv++)
 	{
-		switch (argv[lcv][1])
+		switch(argv[lcv][1])
 		{
 
 			case 'c':
@@ -148,16 +154,20 @@ void Parse_Arguments(int32 argc, char* argv[])
 						usage (argv[0]);
 					break;
 				}
+				else if(strcmp(argv[lcv], &quot;-gn3s&quot;) == 0)
+				{
+					gopt.source	= SOURCE_SIGE_GN3S;
+				}
 				else
 					usage(argv[0]);
 				break;
-			case 'd':
-				gopt.mode = 1;
-				break;
-			case 'l':
-				gopt.mode = 2;
-				gopt.f_lo_b = L2; /* L2C center frequency */
-				break;
+//			case 'd':
+//				gopt.mode = 1;
+//				break;
+//			case 'l':
+//				gopt.mode = 2;
+//				gopt.f_lo_b = L2; /* L2C center frequency */
+//				break;
 			case 'w':
 				if(++lcv &gt;= argc)
 					usage (argv[0]);
@@ -280,12 +290,12 @@ int32 Object_Init(void)
 	for(lcv = 0; lcv &lt; MAX_CHANNELS; lcv++)
 		pChannels[lcv] = new Channel(lcv);
 
-	/* Draw the GPS data from somewhere */
-	pSource = new GPS_Source(&amp;gopt);
-
 	/* Get data from either the USRP or disk */
 	pFIFO = new FIFO;
 
+	/* Draw the GPS data from somewhere */
+	pSource = new GPS_Source(&amp;gopt);
+
 	pCorrelator = new Correlator();
 
 	if(gopt.verbose)</diff>
      <filename>main/init.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1,25 +1,17 @@
-clear; clc; close all;
+clear; clc; close all; pause(1)
 
 [data] = get_channel('channel.log');
 
 figure
+pause(1)
 hold all; grid on;
 for(lcv = 1:32)
     plot(data(lcv).tic,data(lcv).cn0,'.','MarkerSize',1);
 end
 
 figure
+pause(1)
 hold all; grid on;
 for(lcv = 1:32)
     plot(data(lcv).tic,data(lcv).sv,'o');
 end
-
-figure
-hold all; grid on;
-for(lcv = 1:32)
-    plot(data(lcv).code_nco-1.023e6,'.','MarkerSize',1);
-end
-
-for(lcv = 1:32)
-    plot((data(lcv).carrier_nco-160000)*(1.023e6/1.57542e9),'k');
-end
\ No newline at end of file</diff>
      <filename>matlab/plot_channel.m</filename>
    </modified>
    <modified>
      <diff>@@ -19,4 +19,4 @@ axis([1 length(data.p) -1e8 1e8])
 subplot(313)
 plot(data.v)
 hold on; grid on;
-axis([1 length(data.p) -1e4 1e4])
\ No newline at end of file
+axis([1 length(data.p) -1e4 1e4])</diff>
      <filename>matlab/plot_pvt.m</filename>
    </modified>
    <modified>
      <diff>@@ -437,19 +437,35 @@ void Channel::PLL()
 	float dp;
 	float dot;
 	float cross;
+	int32 I1, I2, Q1, Q2, lcv;
 
 	df = dp = 0;
 
-	/* FLL discriminator */
-	dot = 	  I[1]*I_prev + Q[1]*Q_prev;
-	cross =  -I[1]*Q_prev + Q[1]*I_prev;
+	if(len != 1)
+	{
+		for(lcv = 0; lcv &lt; 10; lcv++)
+		{
+			I2 += I_buff[lcv];
+			Q2 += Q_buff[lcv];
+		}
+
+		for(lcv; lcv &lt; 20; lcv++)
+		{
+			I1 += I_buff[lcv];
+			Q1 += Q_buff[lcv];
+		}
+
+		/* FLL discriminator */
+		dot = 	  I2*I1 + Q2*Q1;
+		cross =  -I2*Q1 + Q2*I1;
 
-	/* No FLL for now */
-//	if((dot != 0.0) &amp;&amp; (cross != 0.0))
-//	{
-//		df = atan(dot/cross);
-//		df /= (aPLL.t * 360);
-//	}
+		/* No FLL for now */
+		if((dot != 0.0) &amp;&amp; (cross != 0.0))
+		{
+			df = atan2(cross, dot);
+			df /= TWO_PI;
+		}
+	}
 
 	/* PLL discriminator */
 	if(I[1] != 0)
@@ -881,7 +897,7 @@ void Channel::PLL_W(float _bwpll)
 {
 
 	aPLL.PLLBW = _bwpll;
-	aPLL.FLLBW = 50.0;
+	aPLL.FLLBW = 4.0;
 
 	aPLL.b3 = 2.40;
 	aPLL.a3 = 1.10;
@@ -937,23 +953,23 @@ void Channel::Error()
 	/* Adjust integration length based on cn0 */
 	if(bit_lock)
 	{
-		if((mcn0 &gt; 39.0) &amp;&amp; (len != 1))
-		{
-			len = 1;
-			PLL_W(30.0);
-		}
+//		if((mcn0 &gt; 39.0) &amp;&amp; (len != 1))
+//		{
+//			len = 1;
+//			PLL_W(18.0);
+//		}
 
-		if((mcn0 &lt; 37.0) &amp;&amp; (len != 10))
-		{
-			len = 10;
-			PLL_W(25.0);
-		}
-
-		if((mcn0 &lt; 30.0) &amp;&amp; (len != 20))
+//		if((mcn0 &lt; 37.0) &amp;&amp; (len != 20))
 		{
 			len = 20;
-			PLL_W(20.0);
+			PLL_W(18.0);
 		}
+
+//		if((mcn0 &lt; 30.0) &amp;&amp; (len != 20))
+//		{
+//			len = 20;
+//			PLL_W(20.0);
+//		}
 	}
 
 }</diff>
      <filename>objects/channel.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -58,14 +58,6 @@ void FIFO::Start()
 
 
 /*----------------------------------------------------------------------------------------------*/
-void FIFO::SetScale(int32 _agc_scale)
-{
-	agc_scale = _agc_scale;
-}
-/*----------------------------------------------------------------------------------------------*/
-
-
-/*----------------------------------------------------------------------------------------------*/
 FIFO::FIFO():Threaded_Object(&quot;FIFTASK&quot;)
 {
 	int32 lcv;
@@ -82,9 +74,7 @@ FIFO::FIFO():Threaded_Object(&quot;FIFTASK&quot;)
 
 	buff[FIFO_DEPTH-1].next = &amp;buff[0];
 
-	tic = overflw = soverflw = count = 0;
-
-	agc_scale = 1;
+	tic = count = 0;
 
 	sem_init(&amp;sem_full, NULL, 0);
 	sem_init(&amp;sem_empty, NULL, FIFO_DEPTH);
@@ -122,28 +112,6 @@ void FIFO::Import()
 	/* Read from the GPS source */
 	pSource-&gt;Read(head);
 
-	/* Add to the buff */
-	soverflw += run_agc(&amp;head-&gt;data[0], SAMPS_MS, AGC_BITS, agc_scale);
-
-	/* Figure out the agc_scale value */
-	if((count &amp; 0xF) == 0)
-	{
-		if(soverflw &gt; OVERFLOW_HIGH*8)
-			agc_scale += 100;
-
-		if(soverflw &gt; OVERFLOW_HIGH)
-			agc_scale += 1;
-
-		if(soverflw &lt; OVERFLOW_LOW)
-			agc_scale -= 1;
-
-		if(agc_scale &lt; 1)
-			agc_scale = 1;
-
-		overflw = soverflw;
-		soverflw = 0;
-	}
-
 	Enqueue();
 
 	IncStopTic();</diff>
      <filename>objects/fifo.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -29,7 +29,6 @@
 #define FIFO_H_
 
 #include &quot;includes.h&quot;
-#include &quot;telemetry.h&quot;
 #include &quot;gps_source.h&quot;
 
 #define FIFO_DEPTH (2500)	//!&lt; In ms
@@ -40,8 +39,6 @@
 class FIFO : public Threaded_Object
 {
 
-	friend class Telemetry;
-
 	private:
 
 		sem_t sem_full;
@@ -52,9 +49,6 @@ class FIFO : public Threaded_Object
 		ms_packet *tail;	//!&lt; Pointer to the tail
 
 		int32 count;		//!&lt; Count the number of packets received
-		int32 agc_scale;	//!&lt; To do the AGC
-		int32 overflw;		//!&lt; Overflow counter
-		int32 soverflw;		//!&lt; Overflow counter
 		int32 tic;			//!&lt; Master receiver tic
 
 	public:
@@ -68,7 +62,6 @@ class FIFO : public Threaded_Object
 		void Open();
 		void Enqueue();
 		void Dequeue(ms_packet *p);
-		void SetScale(int32 _agc_scale);
 
 };
 </diff>
      <filename>objects/fifo.h</filename>
    </modified>
    <modified>
      <diff>@@ -25,26 +25,131 @@
 */
 /*----------------------------------------------------------------------------------------------*/
 
+
 #include &quot;gps_source.h&quot;
 
+
+/*----------------------------------------------------------------------------------------------*/
 GPS_Source::GPS_Source(Options_S *_opt)
 {
 
 	memcpy(&amp;opt, _opt, sizeof(Options_S));
-	Open_USRP_V1();
 
-	if(gopt.verbose)
+	switch(opt.source)
+	{
+		case SOURCE_USRP_V1:
+			source_type = SOURCE_USRP_V1;
+			Open_USRP_V1();
+			break;
+		case SOURCE_USRP_V2:
+//			source_type = SOURCE_USRP_V2;
+//			Open_USRP_V2();
+			break;
+		case SOURCE_SIGE_GN3S :
+			source_type = SOURCE_SIGE_GN3S;
+			Open_GN3S();
+			break;
+		default:
+			source_type = SOURCE_USRP_V1;
+			Open_USRP_V1();
+			break;
+	}
+
+	overflw = soverflw = 0;
+	agc_scale = 1;
+
+	/* Assign to base */
+	buff_out_p = &amp;buff_out[0];
+	ms_count = 0;
+
+	if(opt.verbose)
 		fprintf(stdout,&quot;Creating GPS Source\n&quot;);
+
 }
+/*----------------------------------------------------------------------------------------------*/
+
 
+/*----------------------------------------------------------------------------------------------*/
 GPS_Source::~GPS_Source()
 {
-	Close_USRP_V1();
 
-	if(gopt.verbose)
+	switch(source_type)
+	{
+		case SOURCE_USRP_V1:
+			Close_USRP_V1();
+			break;
+		case SOURCE_USRP_V2:
+//			Close_SOURCE_USRP_V2();
+			break;
+		case SOURCE_SIGE_GN3S :
+			Close_GN3S();
+			break;
+		default:
+			Close_USRP_V1();
+			break;
+	}
+
+	if(opt.verbose)
 		fprintf(stdout,&quot;Destructing GPS Source\n&quot;);
 }
+/*----------------------------------------------------------------------------------------------*/
+
+
+/*----------------------------------------------------------------------------------------------*/
+void GPS_Source::Read(ms_packet *_p)
+{
 
+	double gain;
+
+	switch(source_type)
+	{
+		case SOURCE_USRP_V1:
+			Read_USRP_V1(_p);
+			break;
+		case SOURCE_USRP_V2:
+//			Read_SOURCE_USRP_V2(_p);
+			break;
+		case SOURCE_SIGE_GN3S:
+			Read_GN3S(_p);
+			break;
+		default:
+			Read_USRP_V1(_p);
+			break;
+	}
+
+	/* Dont need to AGC the SOURCE_SIGE_GN3S */
+	if(source_type != SOURCE_SIGE_GN3S)
+	{
+		/* Add to the buff */
+		soverflw += run_agc(&amp;_p-&gt;data[0], SAMPS_MS, AGC_BITS, 1);
+
+		/* Figure out the agc_scale value */
+		if((ms_count &amp; 0xF) == 0)
+		{
+			gain = dbs_rx_a-&gt;rf_gain();
+
+			if(soverflw &gt; OVERFLOW_HIGH)
+				gain -= 0.5;
+
+			if(soverflw &lt; OVERFLOW_LOW)
+				gain += 0.5;
+
+			dbs_rx_a-&gt;rf_gain(gain);
+
+			overflw = soverflw;
+			soverflw = 0;
+
+			agc_scale = (int32)floor(2.0*(dbs_rx_a-&gt;max_rf_gain() - gain));
+		}
+	}
+
+	ms_count++;
+
+}
+/*----------------------------------------------------------------------------------------------*/
+
+
+/*----------------------------------------------------------------------------------------------*/
 void GPS_Source::Open_USRP_V1()
 {
 
@@ -202,8 +307,33 @@ void GPS_Source::Open_USRP_V1()
 	urx-&gt;start();
 
 }
+/*----------------------------------------------------------------------------------------------*/
+
 
+/*----------------------------------------------------------------------------------------------*/
+void GPS_Source::Open_GN3S()
+{
+
+	int32 lcv;
+	const double mul = 8.1838e6/2.048e6;
 
+	/* Create the object */
+	gn3s_a = new gn3s(0);
+
+	/* Create decimation lookup table */
+	for(lcv = 0; lcv &lt; 10240; lcv++)
+	{
+		gdec[lcv] = (int32)floor((double)lcv * mul);
+	}
+
+	/* Everything is super! */
+	fprintf(stdout,&quot;GN3S Start\n&quot;);
+
+}
+/*----------------------------------------------------------------------------------------------*/
+
+
+/*----------------------------------------------------------------------------------------------*/
 void GPS_Source::Close_USRP_V1()
 {
 
@@ -222,8 +352,25 @@ void GPS_Source::Close_USRP_V1()
 		fprintf(stdout,&quot;Destructing USRP\n&quot;);
 
 }
+/*----------------------------------------------------------------------------------------------*/
 
-void GPS_Source::Read(ms_packet *_p)
+
+/*----------------------------------------------------------------------------------------------*/
+void GPS_Source::Close_GN3S()
+{
+
+	if(gn3s_a != NULL)
+		delete gn3s_a;
+
+	if(opt.verbose)
+		fprintf(stdout,&quot;Destructing GN3S\n&quot;);
+
+}
+/*----------------------------------------------------------------------------------------------*/
+
+
+/*----------------------------------------------------------------------------------------------*/
+void GPS_Source::Read_USRP_V1(ms_packet *_p)
 {
 
 	bool overrun;
@@ -238,8 +385,8 @@ void GPS_Source::Read(ms_packet *_p)
 				Resample_USRP_V1(buff, buff_out);
 				memcpy(_p-&gt;data, buff_out, SAMPS_MS*sizeof(CPX));
 				leftover -= 4000;
-				memcpy(db_a, &amp;buff[4000], leftover*sizeof(int32));
-				memcpy(buff, db_a, leftover*sizeof(int32));
+				memcpy(dbuff, &amp;buff[4000], leftover*sizeof(int32));
+				memcpy(buff, dbuff, leftover*sizeof(int32));
 				return;
 			}
 			break;
@@ -251,8 +398,8 @@ void GPS_Source::Read(ms_packet *_p)
 				Resample_USRP_V1(buff, buff_out);
 				memcpy(_p-&gt;data, buff_out, SAMPS_MS*sizeof(CPX));
 				leftover -= 8000;
-				memcpy(db_a, &amp;buff[8000], leftover*sizeof(int32));
-				memcpy(buff, db_a, leftover*sizeof(int32));
+				memcpy(dbuff, &amp;buff[8000], leftover*sizeof(int32));
+				memcpy(buff, dbuff, leftover*sizeof(int32));
 				return;
 			}
 			break;
@@ -272,7 +419,6 @@ void GPS_Source::Read(ms_packet *_p)
 //		fflush(stdout);
 //	}
 
-
 	/* Now we have SAMPS_PER_READ samps, 4 possible things to do depending on the state:
 	 * 0) mode == 0 &amp;&amp; f_sample == 65.536e6: This mode is the easiest, 1 ms of data per FIFO node,
 	 * hence just call resample() and stuff in the pipe
@@ -304,8 +450,8 @@ void GPS_Source::Read(ms_packet *_p)
 			memcpy(_p-&gt;data, buff_out, SAMPS_MS*sizeof(CPX));
 
 			/* Move excess bytes at end of buffer down to the base */
-			memcpy(db_a, &amp;buff[4000], leftover*sizeof(int32));
-			memcpy(buff, db_a, leftover*sizeof(int32));
+			memcpy(dbuff, &amp;buff[4000], leftover*sizeof(int32));
+			memcpy(buff, dbuff, leftover*sizeof(int32));
 			break;
 
 		case 3:
@@ -315,8 +461,8 @@ void GPS_Source::Read(ms_packet *_p)
 			memcpy(_p-&gt;data, buff_out, SAMPS_MS*sizeof(CPX));
 
 			/* Move excess bytes at end of buffer down to the base */
-			memcpy(db_a, &amp;buff[8000], leftover*sizeof(int32));
-			memcpy(buff, db_a, leftover*sizeof(int32));
+			memcpy(dbuff, &amp;buff[8000], leftover*sizeof(int32));
+			memcpy(buff, dbuff, leftover*sizeof(int32));
 			break;
 
 		default:
@@ -328,6 +474,65 @@ void GPS_Source::Read(ms_packet *_p)
 
 
 /*----------------------------------------------------------------------------------------------*/
+void GPS_Source::Read_GN3S(ms_packet *_p)
+{
+
+	int bread;
+	bool overrun;
+	int32 ms_mod5;
+	int32 lcv;
+	int16 LUT[4] = {1, -1, 1, -1};
+	int16 *pbuff;
+
+	ms_mod5 = ms_count % 5;
+
+	if(ms_count == 0)
+	{
+		/* Start transfer */
+		 gn3s_a-&gt;usrp_xfer(VRQ_XFER, 1);
+	}
+
+	/* Do the GN3S reading */
+	if(ms_mod5 == 0)
+	{
+		pbuff = (int16 *)&amp;buff[7];
+
+		/* Read 5 ms */
+		bread = gn3s_a-&gt;read((void *)&amp;gbuff[0], 40919*2);
+
+		/* Convert to +-1 */
+		for(lcv = 0; lcv &lt; 40919*2; lcv++)
+			pbuff[lcv] = LUT[gbuff[lcv] &amp; 0x3];
+
+		/* Filter &amp; decimate the data to regain bit precision */
+		Resample_GN3S(&amp;buff[0], &amp;buff_out[0]);
+
+		/* Move last 7 elements to the bottom */
+		memcpy(&amp;buff[0], &amp;buff[40919], 7*sizeof(CPX));
+
+		/* Check the overrun */
+		overrun = gn3s_a-&gt;check_rx_overrun();
+		if(overrun &amp;&amp; opt.verbose)
+		{
+			time(&amp;rawtime);
+			timeinfo = localtime (&amp;rawtime);
+			fprintf(stdout, &quot;GN3S overflow at time %s\n&quot;, asctime(timeinfo));
+			fflush(stdout);
+		}
+
+	}
+
+	/* Move pointer */
+	buff_out_p = &amp;buff_out[SAMPS_MS*ms_mod5];
+
+	/* Copy to destination */
+	memcpy(_p-&gt;data, buff_out_p, SAMPS_MS*sizeof(CPX));
+
+}
+/*----------------------------------------------------------------------------------------------*/
+
+
+/*----------------------------------------------------------------------------------------------*/
 void GPS_Source::Resample_USRP_V1(CPX *_in, CPX *_out)
 {
 
@@ -375,3 +580,55 @@ void GPS_Source::Resample_USRP_V1(CPX *_in, CPX *_out)
 	}
 
 }
+/*----------------------------------------------------------------------------------------------*/
+
+
+/*----------------------------------------------------------------------------------------------*/
+void GPS_Source::Resample_GN3S(CPX *_in, CPX *_out)
+{
+	/* Runs specified filter on incoming signal. */
+	//static short filter[7] = {3,4,5,6,5,4,3}; 			Mike's Filter
+	//static short filter[7] = {-3,10,27,34,27,10,-3}; 		Greg's Filter
+	int32 lcv, ind;
+
+	/* Process the array */
+	for(lcv = 0; lcv &lt; 10240; lcv++)
+	{
+		ind = gdec[lcv];
+
+//		_out[lcv].i =	_in[ind + 6].i * -3 +
+//						_in[ind + 5].i * 10 +
+//						_in[ind + 4].i * 27 +
+//						_in[ind + 3].i * 34 +
+//						_in[ind + 2].i * 27 +
+//						_in[ind + 1].i * 10 +
+//						_in[ind + 0].i * -3;
+//
+//		_out[lcv].q =	_in[ind + 6].q * -3 +
+//						_in[ind + 5].q * 10 +
+//						_in[ind + 4].q * 27 +
+//						_in[ind + 3].q * 34 +
+//						_in[ind + 2].q * 27 +
+//						_in[ind + 1].q * 10 +
+//						_in[ind + 0].q * -3;
+
+		_out[lcv].i =	_in[ind + 6].i * 4 +
+						_in[ind + 5].i * 5 +
+						_in[ind + 4].i * 6 +
+						_in[ind + 3].i * 7 +
+						_in[ind + 2].i * 6 +
+						_in[ind + 1].i * 5 +
+						_in[ind + 0].i * 4;
+
+		_out[lcv].q =	_in[ind + 6].q * 4 +
+						_in[ind + 5].q * 5 +
+						_in[ind + 4].q * 6 +
+						_in[ind + 3].q * 7 +
+						_in[ind + 2].q * 6 +
+						_in[ind + 1].q * 5 +
+						_in[ind + 0].q * 4;
+	}
+
+	return;
+}
+/*----------------------------------------------------------------------------------------------*/</diff>
      <filename>objects/gps_source.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -30,30 +30,53 @@
 
 #include &quot;includes.h&quot;
 #include &quot;db_dbs_rx.h&quot;
+#include &quot;gn3s.h&quot;
 
 enum GPS_SOURCE_TYPE
 {
-	USRP_V1,
-	USRP_V2,
-	SIGE_GN3S
+	SOURCE_USRP_V1,
+	SOURCE_USRP_V2,
+	SOURCE_SIGE_GN3S,
+	SOURCE_DISK_FILE,
 };
 
+/*! \ingroup CLASSES
+ *
+ */
 class GPS_Source
 {
 
 	private:
 
-		/* Generic variables */
-		int32 source_open;
-		int32 source_type;
-		int32 sample_mode;
-		int32 leftover;
-		int32 bwrite;
-		CPX buff[16384]; 		//!&lt; Base buffer
-		CPX buff_out[4096]; 	//!&lt; Output buffer
-		CPX db_a[16384]; 		//!&lt; Buffer for double buffering
+		/* Options */
 		Options_S opt;			//!&lt; Options
 
+		/* Generic variables */
+//		int32 source_open;		//!&lt; Is the source open?
+		int32 source_type;		//!&lt; Source type
+		int32 sample_mode;		//!&lt; Sample mode
+		int32 leftover;			//!&lt; Leftover bytes for USRP double buffering
+		int32 bwrite;			//!&lt; Bytes somthing something?
+		int32 ms_count;			//!&lt; Count the numbers of ms processed
+
+		/* Tag overflows */
+		time_t rawtime;
+		struct tm * timeinfo;
+
+		/* AGC Values */
+		int32 agc_scale;		//!&lt; To do the AGC
+		int32 overflw;			//!&lt; Overflow counter
+		int32 soverflw;			//!&lt; Overflow counter
+
+		/* Data buffers */
+		int8 gbuff[40919*2]; 	//!&lt; Byte buffer for GN3S
+		CPX buff[40926]; 		//!&lt; Base buffer for GN3S/USRP
+		CPX buff_out[10240]; 	//!&lt; Output buffer @ 2.048 Msps
+		CPX *buff_out_p; 		//!&lt; Pointer to a spot in buff_out
+		CPX dbuff[16384]; 		//!&lt; Buffer for double buffering
+		MIX gn3s_mix[10240];	//!&lt; Mix GN3S to the same IF frequency
+		int32 gdec[10240];		//!&lt; Index array to filter &amp; resample GN3S data to 2.048 Msps
+
 		/* USRP V1 Handles */
 		usrp_standard_rx *urx;
 		db_dbs_rx *dbs_rx_a;
@@ -61,17 +84,16 @@ class GPS_Source
 
 		/* USRP V2 Handles */
 
-		/* SIGE_GN3S Handles */
+		/* SOURCE_SIGE_GN3S Handles */
+		gn3s *gn3s_a;
+		gn3s *gn3s_b;
 
 		/* File handles */
-
+		FILE *fp_a;
+		FILE *fp_b;
 
 	private:
 
-		void Read_USRP_V1();		//!&lt; Read from the USRP Version 1
-		void Read_USRP_V2();		//!&lt; Read from the USRP Version 2
-		void Read_GN3S();			//!&lt; Read from the SparkFun GN3S Sampler
-		void Read_File();			//!&lt; Read from a file
 		void Open_USRP_V1();		//!&lt; Open the USRP Version 1
 		void Open_USRP_V2();		//!&lt; Open the USRP Version 2
 		void Open_GN3S();			//!&lt; Open the SparkFun GN3S Sampler
@@ -80,12 +102,20 @@ class GPS_Source
 		void Close_USRP_V2();		//!&lt; Close the USRP Version 2
 		void Close_GN3S();			//!&lt; Close the SparkFun GN3S Sampler
 		void Close_File();			//!&lt; Close the file
+		void Read_USRP_V1(ms_packet *_p);//!&lt; Read from the USRP Version 1
+		void Read_USRP_V2(ms_packet *_p);//!&lt; Read from the USRP Version 2
+		void Read_GN3S(ms_packet *_p);	//!&lt; Read from the SparkFun GN3S Sampler
+		void Read_File(ms_packet *_p);	//!&lt; Read from a file
 		void Resample_USRP_V1(CPX *_in, CPX *_out);
+		void Resample_GN3S(CPX *_in, CPX *_out);
 
 	public:
-			GPS_Source(Options_S *_opt);	//!&lt; Create the GPS source with the proper hardware type
-			~GPS_Source();					//!&lt; Kill the object
-			void Read(ms_packet *_p);		//!&lt; Read in a single ms of data
+
+		GPS_Source(Options_S *_opt);	//!&lt; Create the GPS source with the proper hardware type
+		~GPS_Source();					//!&lt; Kill the object
+		void Read(ms_packet *_p);		//!&lt; Read in a single ms of data
+		int32 getScale(){return(agc_scale);}
+		int32 getOvrflw(){return(overflw);}
 
 };
 </diff>
      <filename>objects/gps_source.h</filename>
    </modified>
    <modified>
      <diff>@@ -494,7 +494,7 @@ void PVT::ClockInit()
 				master_clock.bias 			= 0;
 				master_clock.time 			= master_clock.time0;
 				master_clock.time_raw		= master_clock.time0;
-				master_clock.week 			= ephemerides[lcv].week_number;
+				master_clock.week 			= ephemerides[lcv].week_number + CURRENT_GPS_WEEK_ROLLOVER * 1024;
 				master_clock.state 			= PVT_CLOCK_NOMINAL;
 				break;
 			}</diff>
      <filename>objects/pvt.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -76,14 +76,17 @@ Telemetry::Telemetry():Threaded_Object(&quot;TLMTASK&quot;)
 	signal(SIGPIPE, lost_gui_pipe);
 
 	remove(&quot;/tmp/GPS2GUI&quot;);
-	fifo[WRITE] = mkfifo(&quot;/tmp/GPS2GUI&quot;, S_IRWXG | S_IRWXU | S_IRWXO);
+	fifo[WRITE] = mkfifo(&quot;/tmp/GPS2GUI&quot;, S_IRWXU|S_IRWXG|S_IRWXO|S_IROTH|S_IWOTH);
 	if(fifo[WRITE] == -1)
 		fprintf(stderr,&quot;Error creating the named pipe /tmp/GPS2GUI\n&quot;);
+	chmod(&quot;/tmp/GPS2GUI&quot;, S_IRWXU|S_IRWXG|S_IRWXO|S_IROTH|S_IWOTH);
+
 
 	remove(&quot;/tmp/GUI2GPS&quot;);
-	fifo[READ] = mkfifo(&quot;/tmp/GUI2GPS&quot;, S_IRWXG | S_IRWXU | S_IRWXO);
+	fifo[READ] = mkfifo(&quot;/tmp/GUI2GPS&quot;, S_IRWXU|S_IRWXG|S_IRWXO|S_IROTH|S_IWOTH);
 	if(fifo[READ] == -1)
 		fprintf(stderr,&quot;Error creating the named pipe /tmp/GUI2GPS\n&quot;);
+	chmod(&quot;/tmp/GUI2GPS&quot;, S_IRWXU|S_IRWXG|S_IRWXO|S_IROTH|S_IWOTH);
 
 	/* Build the function pointer array */
 	msg_handlers[FIRST_M_ID] 				= NULL;
@@ -534,13 +537,13 @@ void Telemetry::SendBoardHealth()
 	board_health-&gt;fft_version = 0;
 
 	/* DSA Values */
-	board_health-&gt;dsa0 = pFIFO-&gt;agc_scale;
+	board_health-&gt;dsa0 = pSource-&gt;getScale();
 	board_health-&gt;dsa1 = 0;
 	board_health-&gt;dsa2 = 0;
 	board_health-&gt;dsa3 = 0;
 
 	/* Overflow on A/Ds */
-	board_health-&gt;ovrflw0 = pFIFO-&gt;overflw;
+	board_health-&gt;ovrflw0 = pSource-&gt;getOvrflw();
 	board_health-&gt;ovrflw1 = 0;
 	board_health-&gt;ovrflw2 = 0;
 	board_health-&gt;ovrflw3 = 0;</diff>
      <filename>objects/telemetry.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -47,6 +47,7 @@ enum Telemetry_Type
 #include &quot;pvt.h&quot;				//!&lt; Least squares PVT solution
 //#include &quot;pps.h&quot;				//!&lt; Control the PPS
 #include &quot;channel.h&quot;			//!&lt; Tracking loops
+#include &quot;gps_source.h&quot;			//!&lt; Get GPS data from where
 
 /*! @ingroup CLASSES
 	@brief The Telemetry services the RS422 port.</diff>
      <filename>objects/telemetry.h</filename>
    </modified>
    <modified>
      <diff>@@ -20,8 +20,8 @@ $(EXE): $(EXE).o $(OBJS)
 	mv $(EXE) ../$(EXE)
 	
 %.o:%.cpp
-	$(CC) $(CFLAGS) -c $&lt; -o $@ 
-
+	$(CC) $(CFLAGS) -c $&lt; -o $@
+	
 clean:
 	@rm -rvf *.dis
 	@rm -rvf *.o</diff>
      <filename>usrp/Makefile</filename>
    </modified>
    <modified>
      <diff>@@ -44,8 +44,8 @@ typedef struct _options
 #define BYTES_PER_READ  (SAMPS_PER_READ*4)
 #define READ 			(0)
 #define WRITE 			(1)
-#define F_L1			(1.57542e9 - 160000)
-#define F_L2			(1.2276e9 - 160000)
+#define F_L1			(1.57542e9 - 38400)
+#define F_L2			(1.2276e9 - 38400)
 #define FIFO_SIZE 		(4000) //!&lt; 2 seconds deep?
 /*----------------------------------------------------------------------------------------------*/
 </diff>
      <filename>usrp/gps-usrp.cpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6153c01317f34a26b2fb41926505b9d97f764e90</id>
    </parent>
  </parents>
  <author>
    <name>gpssim</name>
    <email>gpssim@gpsdevc.(none)</email>
  </author>
  <url>http://github.com/gps-sdr/gps-sdr/commit/42f84616d0c3cb54dbd1aa0d11680bc1c58bc390</url>
  <id>42f84616d0c3cb54dbd1aa0d11680bc1c58bc390</id>
  <committed-date>2009-07-23T17:30:04-07:00</committed-date>
  <authored-date>2009-07-23T17:30:04-07:00</authored-date>
  <message>GN3S now incorporated into the receiver. Use -gn3s flag to invoke. Must use the ./install_gn3s.sh script in /usrp to modify udev. Updated GUI a little bit. GUI will now log a .klm file and a Rinex observation file. Also changed USRP code to use the variable gain in the BDS-RX for automatic gain contol.</message>
  <tree>7f726c9e78f5f90253128690b83ebb60fbea6096</tree>
  <committer>
    <name>gpssim</name>
    <email>gpssim@gpsdevc.(none)</email>
  </committer>
</commit>
