Subversion Repositories Projects

Compare Revisions

Regard whitespace Rev 720 → Rev 721

/VibrationTest/trunk/VibrationTest/VibrationTestGui.py
332,7 → 332,7
self.label_40 = wx.StaticText(self, -1, "Graph Type ")
self.graphTypeChoice = wx.Choice(self, -1, choices=["Raw Signal", "Filtered Signal", "Spectrum"])
self.label_41 = wx.StaticText(self, -1, "Y Axis Range ")
self.yAxisChoice = wx.Choice(self, -1, choices=["25", "50", "75", "100", "200"])
self.yAxisChoice = wx.Choice(self, -1, choices=["25", "50", "75", "100", "200", "500", "1000"])
self.copyGraphButton = wx.Button(self, -1, "Copy Graph Data")
self.TestListCtrl = wx.ListCtrl(self, -1, style=wx.LC_REPORT|wx.SUNKEN_BORDER)