OpenCores
URL https://opencores.org/ocsvn/phr/phr/trunk

Subversion Repositories phr

[/] [phr/] [trunk/] [codigo/] [gui/] [xin/] [guiparent.py] - Diff between revs 331 and 332

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 331 Rev 332
Line 1... Line 1...
#!/usr/bin/env python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
# generated by wxGlade 0.6.5 on Sun Jun  8 15:52:19 2014
# generated by wxGlade 0.6.5 on Mon Jun  9 21:21:26 2014
 
 
import wx
import wx
 
 
# begin wxGlade: extracode
# begin wxGlade: extracode
# some extra code appended by maximiq
# some extra code appended by maximiq
Line 27... Line 27...
        # Menu Bar end
        # Menu Bar end
        self.statusbar = self.CreateStatusBar(1, 0)
        self.statusbar = self.CreateStatusBar(1, 0)
        self.label_1 = wx.StaticText(self, -1, "Dispositivos conectados")
        self.label_1 = wx.StaticText(self, -1, "Dispositivos conectados")
        self.boton_detectar = wx.Button(self, -1, "&Detectar")
        self.boton_detectar = wx.Button(self, -1, "&Detectar")
        self.list_box_dispositivos_conectados = wx.ListBox(self, -1, choices=[])
        self.list_box_dispositivos_conectados = wx.ListBox(self, -1, choices=[])
        self.label_2 = wx.StaticText(self, -1, "Fichero de configuracion/programacion")
        self.label_2 = wx.StaticText(self, -1, u"Fichero de configuraciĆ³n/programaciĆ³n")
        self.boton_elegir_fichero = wx.Button(self, -1, "&Elegir")
        self.boton_elegir_fichero = wx.Button(self, -1, "&Elegir")
        self.text_ctrl_fichero = wx.TextCtrl(self, -1, "")
        self.text_ctrl_fichero = wx.TextCtrl(self, -1, "")
        self.boton_transferir = wx.Button(self, -1, "&Transferir")
        self.boton_transferir = wx.Button(self, -1, "&Transferir")
        self.text_ctrl_console = wx.TextCtrl(self, -1, "PHR>>>", style=wx.TE_MULTILINE | wx.TE_READONLY | wx.HSCROLL)
        self.text_ctrl_console = wx.TextCtrl(self, -1, "PHR>>>", style=wx.TE_MULTILINE | wx.TE_READONLY | wx.HSCROLL)
        self.boton_borrar_salida = wx.Button(self, -1, "&Borrar salida")
        self.boton_borrar_salida = wx.Button(self, -1, "&Borrar salida")

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.