dialogs/LDPowerRailDialog.py
changeset 534 d506a353b3d3
parent 466 68aacce44fe0
child 577 9dbb79722fbc
equal deleted inserted replaced
533:7081b52a8a2d 534:d506a353b3d3
    95 
    95 
    96         self.SetSizer(self.flexGridSizer1)
    96         self.SetSizer(self.flexGridSizer1)
    97 
    97 
    98     def _init_ctrls(self, prnt, ctrler):
    98     def _init_ctrls(self, prnt, ctrler):
    99         wx.Dialog.__init__(self, id=ID_LDPOWERRAILDIALOG,
    99         wx.Dialog.__init__(self, id=ID_LDPOWERRAILDIALOG,
   100               name='PowerRailDialog', parent=prnt, pos=wx.Point(376, 223),
   100               name='PowerRailDialog', parent=prnt,
   101               size=wx.Size(350, 260), style=wx.DEFAULT_DIALOG_STYLE,
   101               size=wx.Size(350, 260), style=wx.DEFAULT_DIALOG_STYLE,
   102               title=_('Power Rail Properties'))
   102               title=_('Power Rail Properties'))
   103         self.SetClientSize(wx.Size(350, 260))
   103         self.SetClientSize(wx.Size(350, 260))
   104 
   104 
   105         self.staticText1 = wx.StaticText(id=ID_LDPOWERRAILDIALOGSTATICTEXT1,
   105         self.staticText1 = wx.StaticText(id=ID_LDPOWERRAILDIALOGSTATICTEXT1,