Skip to content

Commit

Permalink
Added some text to aid in useability. Added the gpl logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
josefski committed Apr 12, 2012
1 parent 3a440ae commit 1197918
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 26 deletions.
92 changes: 90 additions & 2 deletions Observation-Deluxe.wxg
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- generated by wxGlade 0.6.3 on Wed Apr 4 14:50:56 2012 -->
<!-- generated by wxGlade 0.6.3 on Thu Apr 12 13:13:41 2012 -->

<application path="/home/josef/Desktop/observatory.py" name="behavior_observation" class="" option="0" language="python" top_window="dialog_3" encoding="UTF-8" use_gettext="0" overwrite="0" use_new_namespace="1" for_version="2.8" is_template="0">
<application path="/home/josef/Behavior-Observatory/observatory.py" name="behavior_observation" class="" option="0" language="python" top_window="dialog_3" encoding="UTF-8" use_gettext="0" overwrite="0" use_new_namespace="1" for_version="2.8" is_template="0">
<object class="Dialog1" name="dialog_1" base="EditDialog">
<style>wxDEFAULT_DIALOG_STYLE</style>
<title>Behavior Observatory</title>
Expand All @@ -13,6 +13,14 @@
<option>0</option>
<object class="wxBoxSizer" name="sizer_left" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<border>0</border>
<option>0</option>
<object class="wxStaticText" name="welcome" base="EditStaticText">
<attribute>1</attribute>
<label>Thank you for using FBA Machine. \nStart by entering the first and last \nnames of the student and then your name.</label>
</object>
</object>
<object class="sizeritem">
<border>0</border>
<option>1</option>
Expand Down Expand Up @@ -83,6 +91,14 @@
</object>
</object>
</object>
<object class="sizeritem">
<border>0</border>
<option>0</option>
<object class="wxStaticText" name="label_directions" base="EditStaticText">
<attribute>1</attribute>
<label>The widget underneath this message\nis the task timer. Push the "TIME" button \nand see what happens.</label>
</object>
</object>
<object class="sizeritem">
<flag>wxEXPAND</flag>
<border>0</border>
Expand Down Expand Up @@ -288,6 +304,14 @@
</object>
</object>
</object>
<object class="sizeritem">
<border>0</border>
<option>0</option>
<object class="wxStaticText" name="hint" base="EditStaticText">
<attribute>1</attribute>
<label>\nHINT: You can use\nTAB and SHIFT + TAB\nto navigate around\nthe application and "ENTER"\nto activate buttons.</label>
</object>
</object>
</object>
</object>
<object class="sizeritem">
Expand Down Expand Up @@ -344,6 +368,38 @@
<label>0</label>
</object>
</object>
<object class="sizeritem">
<border>0</border>
<option>0</option>
<object class="spacer" name="spacer" base="EditSpacer">
<height>20</height>
<width>205</width>
</object>
</object>
<object class="sizeritem">
<border>0</border>
<option>0</option>
<object class="wxStaticText" name="setting_events" base="EditStaticText">
<attribute>1</attribute>
<label>Record Setting Events</label>
<font>
<size>14</size>
<family>default</family>
<style>normal</style>
<weight>normal</weight>
<underlined>0</underlined>
<face>Cantarell</face>
</font>
</object>
</object>
<object class="sizeritem">
<border>0</border>
<option>0</option>
<object class="wxTextCtrl" name="setting_get" base="EditTextCtrl">
<style>wxTE_MULTILINE|wxTE_LINEWRAP|wxTE_WORDWRAP</style>
<size>205, 150</size>
</object>
</object>
<object class="sizeritem">
<border>0</border>
<option>0</option>
Expand All @@ -358,6 +414,38 @@
<label>About</label>
</object>
</object>
<object class="sizeritem">
<border>0</border>
<option>0</option>
<object class="spacer" name="spacer" base="EditSpacer">
<height>30</height>
<width>205</width>
</object>
</object>
<object class="sizeritem">
<flag>wxEXPAND</flag>
<border>0</border>
<option>1</option>
<object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<border>0</border>
<option>0</option>
<object class="wxStaticText" name="Copyright" base="EditStaticText">
<attribute>1</attribute>
<label>Josef Hoffman\n(C) 2012</label>
</object>
</object>
<object class="sizeritem">
<border>0</border>
<option>0</option>
<object class="wxStaticBitmap" name="bitmap_1" base="EditStaticBitmap">
<attribute>1</attribute>
<bitmap>/home/josef/Behavior-Observatory/gplv3-127x51.png</bitmap>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
Expand Down

0 comments on commit 1197918

Please sign in to comment.