Changeset 194
- Timestamp:
- 17/08/09 10:25:11 (4 years ago)
- File:
-
- 1 edited
-
trunk/sancabase.py (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sancabase.py
r193 r194 4032 4032 import py.listalum as listalum 4033 4033 f.close() 4034 reload(listalum) 4034 4035 panel = wx.Panel(self, -1) 4035 4036 LblLa = wx.StaticText(panel, -1, u'Listado General de Alumnos:') … … 4149 4150 panel = wx.Panel(self, -1) 4150 4151 import py.listcursos as listcursos 4152 reload(listcursos) 4151 4153 LblLc = wx.StaticText(panel, -1, u'Listado de cursos:') 4152 4154 LblLc.SetFont(wx.Font(18, wx.SWISS, wx.NORMAL, wx.BOLD)) … … 4264 4266 panel = wx.Panel(self, -1) 4265 4267 import py.list_curso_num as list_curso_num 4268 reload(list_curso_num) 4266 4269 self.num_curso = list_curso_num.num_curso 4267 4270 LblLcn = wx.StaticText(panel, -1, u'Listado de curso Número %s:' %(self.num_curso)) … … 4499 4502 import py.listinstruc as listinstruc 4500 4503 f.close() 4504 reload(listinstruc) 4501 4505 wx.Frame.__init__(self, None, -1, u'Listado de Instructores:', pos=(30, 120), size=(800, 490)) 4502 4506 panel = wx.Panel(self, -1) … … 4617 4621 import py.listcoord as listcoord 4618 4622 f.close() 4623 reload(listcoord) 4619 4624 panel = wx.Panel(self, -1) 4620 4625 LblLc = wx.StaticText(panel, -1, u'Listado General de Coordinadores:', (30, 20)) … … 4734 4739 imp.load_module('listadm', f, 'listadm', ('.py', 'U', 1)) 4735 4740 import py.listadm as listadm 4741 reload(listadm) 4736 4742 f.close() 4737 4743 panel = wx.Panel(self, -1) … … 4976 4982 imp.load_module('listcentros', f, 'listcentros', ('.py', 'U', 1)) 4977 4983 import py.listcentros as listcentros 4984 reload(listcentros) 4978 4985 f.close() 4979 4986 panel = wx.Panel(self, -1) … … 5097 5104 imp.load_module('movporfecha', f, 'movporfecha', ('.py', 'U', 1)) 5098 5105 import py.movporfecha as movporfecha 5106 reload(movporfecha) 5099 5107 import datetime 5100 5108 f.close() … … 5217 5225 imp.load_module('movpordestino', f, 'movpordestino', ('.py', 'U', 1)) 5218 5226 import py.movpordestino as movpordestino 5227 reload(movpordestino) 5219 5228 import datetime 5220 5229 f.close() … … 5337 5346 imp.load_module('movporresponsable', f, 'movporresponsable', ('.py', 'U', 1)) 5338 5347 import py.movporresponsable as movporresponsable 5348 reload(movporresponsable) 5339 5349 import datetime 5340 5350 f.close()
Note: See TracChangeset
for help on using the changeset viewer.
