diff options
| author | Jacob Palecki <[email protected]> | 2020-08-03 13:20:17 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-08-03 13:20:17 -0700 |
| commit | dba84307479550135db0bccce9554da09c74aa74 (patch) | |
| tree | d5f6a56a174f4d0dc0a70f8ba6133997d3efead8 /grapher/Form1.resx | |
| parent | Add gain and velocity graphs (diff) | |
| download | rawaccel-dba84307479550135db0bccce9554da09c74aa74.tar.xz rawaccel-dba84307479550135db0bccce9554da09c74aa74.zip | |
Add tool menu to enable\disable charts
Diffstat (limited to 'grapher/Form1.resx')
| -rw-r--r-- | grapher/Form1.resx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/grapher/Form1.resx b/grapher/Form1.resx index 1af7de1..32fcbfb 100644 --- a/grapher/Form1.resx +++ b/grapher/Form1.resx @@ -117,4 +117,10 @@ <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> + <metadata name="menuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> + <value>17, 17</value> + </metadata> + <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> + <value>25</value> + </metadata> </root>
\ No newline at end of file |