mirror of
https://github.com/muccc/WomoLIN.git
synced 2026-03-11 19:46:48 +01:00
added gitignore for *~ files e.g. vim ~ files
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*~
|
||||
@@ -1,152 +0,0 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: UTF-8 -*-
|
||||
#
|
||||
# generated by wxGlade 0.8.0 on Sat Sep 28 11:22:51 2019
|
||||
#
|
||||
|
||||
import wx
|
||||
|
||||
# begin wxGlade: dependencies
|
||||
import gettext
|
||||
# end wxGlade
|
||||
|
||||
# begin wxGlade: extracode
|
||||
# end wxGlade
|
||||
|
||||
|
||||
class _240609421_MyFrame(wx.Frame):
|
||||
def __init__(self, *args, **kwds):
|
||||
# begin wxGlade: _240609421_MyFrame.__init__
|
||||
kwds["style"] = kwds.get("style", 0) | wx.DEFAULT_FRAME_STYLE
|
||||
wx.Frame.__init__(self, *args, **kwds)
|
||||
self.SetSize((640, 480))
|
||||
self.Button_V12 = wx.Button(self, wx.ID_ANY, _("V12"), style=wx.BORDER_NONE)
|
||||
self.Button_V230 = wx.Button(self, wx.ID_ANY, _("V230"), style=wx.BORDER_NONE)
|
||||
self.Button_Gas = wx.Button(self, wx.ID_ANY, _("Gas"), style=wx.BORDER_NONE)
|
||||
self.Button_Temp = wx.Button(self, wx.ID_ANY, _("Temp"), style=wx.BORDER_NONE)
|
||||
self.Button_Licht = wx.Button(self, wx.ID_ANY, _("Licht"), style=wx.BORDER_NONE)
|
||||
self.Button_Tur = wx.Button(self, wx.ID_ANY, _(u"T\u00fcr"), style=wx.BORDER_NONE)
|
||||
self.Button_Batterie = wx.Button(self, wx.ID_ANY, _("Batterie"), style=wx.BORDER_NONE)
|
||||
self.Button_Zundung = wx.Button(self, wx.ID_ANY, _(u"Z\u00fcndung"), style=wx.BORDER_NONE)
|
||||
self.button_3 = wx.Button(self, wx.ID_ANY, _("Anzeige 1"))
|
||||
self.button_4 = wx.Button(self, wx.ID_ANY, _("Anzeige 2"))
|
||||
self.button_5 = wx.Button(self, wx.ID_ANY, _("Anzeige 3"))
|
||||
self.button_6 = wx.Button(self, wx.ID_ANY, _("Anzeige 4"))
|
||||
self.button_Batterieladung = wx.Button(self, wx.ID_ANY, _("Batterieladung 30%"), style=wx.BORDER_NONE)
|
||||
self.button_Alarmzeit = wx.Button(self, wx.ID_ANY, _("Alarmzeit 14:02:30"), style=wx.BORDER_NONE)
|
||||
self.button_Uhrzeit = wx.Button(self, wx.ID_ANY, _("Uhrzeit 14:02:30"), style=wx.BORDER_NONE)
|
||||
|
||||
self.__set_properties()
|
||||
self.__do_layout()
|
||||
# end wxGlade
|
||||
|
||||
def __set_properties(self):
|
||||
# begin wxGlade: _240609421_MyFrame.__set_properties
|
||||
self.SetTitle(_("frame"))
|
||||
self.SetBackgroundColour(wx.Colour(71, 71, 200))
|
||||
self.Button_V12.SetMinSize((75, 30))
|
||||
self.Button_V12.SetBackgroundColour(wx.Colour(0, 255, 0))
|
||||
self.Button_V12.SetForegroundColour(wx.Colour(0, 0, 255))
|
||||
self.Button_V12.SetFont(wx.Font(11, wx.DEFAULT, wx.NORMAL, wx.BOLD, 0, ""))
|
||||
self.Button_V12.Enable(False)
|
||||
self.Button_V230.SetMinSize((75, 30))
|
||||
self.Button_V230.SetBackgroundColour(wx.Colour(0, 255, 0))
|
||||
self.Button_V230.SetForegroundColour(wx.Colour(0, 0, 255))
|
||||
self.Button_V230.SetFont(wx.Font(11, wx.DEFAULT, wx.NORMAL, wx.BOLD, 0, ""))
|
||||
self.Button_V230.Enable(False)
|
||||
self.Button_Gas.SetMinSize((75, 30))
|
||||
self.Button_Gas.SetBackgroundColour(wx.Colour(255, 0, 0))
|
||||
self.Button_Gas.SetForegroundColour(wx.Colour(255, 255, 255))
|
||||
self.Button_Gas.SetFont(wx.Font(11, wx.DEFAULT, wx.NORMAL, wx.BOLD, 0, ""))
|
||||
self.Button_Gas.Enable(False)
|
||||
self.Button_Temp.SetMinSize((75, 30))
|
||||
self.Button_Temp.SetBackgroundColour(wx.Colour(0, 255, 0))
|
||||
self.Button_Temp.SetForegroundColour(wx.Colour(0, 0, 255))
|
||||
self.Button_Temp.SetFont(wx.Font(11, wx.DEFAULT, wx.NORMAL, wx.BOLD, 0, ""))
|
||||
self.Button_Temp.Enable(False)
|
||||
self.Button_Licht.SetMinSize((75, 30))
|
||||
self.Button_Licht.SetBackgroundColour(wx.Colour(0, 255, 0))
|
||||
self.Button_Licht.SetForegroundColour(wx.Colour(0, 0, 255))
|
||||
self.Button_Licht.SetFont(wx.Font(11, wx.DEFAULT, wx.NORMAL, wx.BOLD, 0, ""))
|
||||
self.Button_Licht.Enable(False)
|
||||
self.Button_Tur.SetMinSize((75, 30))
|
||||
self.Button_Tur.SetBackgroundColour(wx.Colour(255, 255, 0))
|
||||
self.Button_Tur.SetForegroundColour(wx.Colour(0, 0, 255))
|
||||
self.Button_Tur.SetFont(wx.Font(11, wx.DEFAULT, wx.NORMAL, wx.BOLD, 0, ""))
|
||||
self.Button_Tur.Enable(False)
|
||||
self.Button_Batterie.SetMinSize((75, 30))
|
||||
self.Button_Batterie.SetBackgroundColour(wx.Colour(255, 0, 0))
|
||||
self.Button_Batterie.SetForegroundColour(wx.Colour(255, 255, 255))
|
||||
self.Button_Batterie.SetFont(wx.Font(11, wx.DEFAULT, wx.NORMAL, wx.BOLD, 0, ""))
|
||||
self.Button_Batterie.Enable(False)
|
||||
self.Button_Zundung.SetMinSize((75, 30))
|
||||
self.Button_Zundung.SetBackgroundColour(wx.Colour(255, 255, 0))
|
||||
self.Button_Zundung.SetForegroundColour(wx.Colour(0, 0, 255))
|
||||
self.Button_Zundung.SetFont(wx.Font(11, wx.DEFAULT, wx.NORMAL, wx.BOLD, 0, ""))
|
||||
self.Button_Zundung.Enable(False)
|
||||
self.button_3.SetMinSize((85, 83))
|
||||
self.button_4.SetMinSize((85, 83))
|
||||
self.button_5.SetMinSize((85, 83))
|
||||
self.button_6.SetMinSize((85, 83))
|
||||
self.button_Batterieladung.SetBackgroundColour(wx.Colour(255, 255, 255))
|
||||
self.button_Batterieladung.SetForegroundColour(wx.Colour(0, 0, 255))
|
||||
self.button_Batterieladung.SetFont(wx.Font(11, wx.DEFAULT, wx.NORMAL, wx.BOLD, 0, ""))
|
||||
self.button_Batterieladung.Enable(False)
|
||||
self.button_Alarmzeit.SetBackgroundColour(wx.Colour(255, 255, 255))
|
||||
self.button_Alarmzeit.SetForegroundColour(wx.Colour(0, 0, 255))
|
||||
self.button_Alarmzeit.SetFont(wx.Font(11, wx.DEFAULT, wx.NORMAL, wx.BOLD, 0, ""))
|
||||
self.button_Alarmzeit.Enable(False)
|
||||
self.button_Uhrzeit.SetBackgroundColour(wx.Colour(255, 255, 255))
|
||||
self.button_Uhrzeit.SetForegroundColour(wx.Colour(0, 0, 255))
|
||||
self.button_Uhrzeit.SetFont(wx.Font(11, wx.DEFAULT, wx.NORMAL, wx.BOLD, 0, ""))
|
||||
self.button_Uhrzeit.Enable(False)
|
||||
# end wxGlade
|
||||
|
||||
def __do_layout(self):
|
||||
# begin wxGlade: _240609421_MyFrame.__do_layout
|
||||
grid_sizer_3 = wx.FlexGridSizer(3, 1, 0, 0)
|
||||
grid_sizer_1 = wx.GridSizer(1, 3, 0, 0)
|
||||
grid_sizer_2 = wx.FlexGridSizer(1, 2, 5, 5)
|
||||
grid_sizer_6 = wx.GridBagSizer(3, 3)
|
||||
grid_sizer_5 = wx.FlexGridSizer(4, 1, 0, 0)
|
||||
grid_sizer_4 = wx.FlexGridSizer(1, 8, 0, 0)
|
||||
grid_sizer_4.Add(self.Button_V12, 0, wx.ALL, 2)
|
||||
grid_sizer_4.Add(self.Button_V230, 0, wx.ALL, 2)
|
||||
grid_sizer_4.Add(self.Button_Gas, 0, wx.ALL, 2)
|
||||
grid_sizer_4.Add(self.Button_Temp, 0, wx.ALL, 2)
|
||||
grid_sizer_4.Add(self.Button_Licht, 0, wx.ALL, 2)
|
||||
grid_sizer_4.Add(self.Button_Tur, 0, wx.ALL, 2)
|
||||
grid_sizer_4.Add(self.Button_Batterie, 0, wx.ALL, 2)
|
||||
grid_sizer_4.Add(self.Button_Zundung, 0, wx.ALL, 2)
|
||||
grid_sizer_3.Add(grid_sizer_4, 1, wx.ALIGN_CENTER_HORIZONTAL | wx.EXPAND, 0)
|
||||
grid_sizer_5.Add(self.button_3, 0, wx.ALL, 5)
|
||||
grid_sizer_5.Add(self.button_4, 0, wx.ALL, 5)
|
||||
grid_sizer_5.Add(self.button_5, 0, wx.ALL, 5)
|
||||
grid_sizer_5.Add(self.button_6, 0, wx.ALL, 5)
|
||||
grid_sizer_2.Add(grid_sizer_5, 1, wx.EXPAND, 0)
|
||||
grid_sizer_2.Add(grid_sizer_6, 1, wx.EXPAND, 0)
|
||||
grid_sizer_3.Add(grid_sizer_2, 1, wx.EXPAND, 0)
|
||||
grid_sizer_1.Add(self.button_Batterieladung, 0, wx.ALIGN_CENTER | wx.ALL | wx.EXPAND, 2)
|
||||
grid_sizer_1.Add(self.button_Alarmzeit, 0, wx.ALIGN_CENTER | wx.ALL | wx.EXPAND, 2)
|
||||
grid_sizer_1.Add(self.button_Uhrzeit, 0, wx.ALIGN_CENTER | wx.ALL | wx.EXPAND, 2)
|
||||
grid_sizer_3.Add(grid_sizer_1, 1, wx.EXPAND, 0)
|
||||
self.SetSizer(grid_sizer_3)
|
||||
self.Layout()
|
||||
# end wxGlade
|
||||
|
||||
# end of class _240609421_MyFrame
|
||||
|
||||
class MyApp(wx.App):
|
||||
def OnInit(self):
|
||||
self.frame = _240609421_MyFrame(None, wx.ID_ANY, "")
|
||||
self.SetTopWindow(self.frame)
|
||||
self.frame.Show()
|
||||
return True
|
||||
|
||||
# end of class MyApp
|
||||
|
||||
if __name__ == "__main__":
|
||||
gettext.install("app") # replace with the appropriate catalog name
|
||||
|
||||
app = MyApp(0)
|
||||
app.MainLoop()
|
||||
@@ -1,390 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- generated by wxGlade 0.8.0 on Sat Sep 28 11:26:14 2019 -->
|
||||
|
||||
<application class="MyApp" encoding="UTF-8" for_version="3.0" header_extension=".h" indent_amount="4" indent_symbol="space" is_template="0" language="python" name="app" option="0" overwrite="1" path="GuiPc.py" source_extension=".cpp" top_window="frame" use_gettext="1" use_new_namespace="1">
|
||||
<object class="_240609421_MyFrame" name="frame" base="EditFrame">
|
||||
<size>640, 480</size>
|
||||
<background>#4747c8</background>
|
||||
<title>frame</title>
|
||||
<style>wxDEFAULT_FRAME_STYLE</style>
|
||||
<object class="wxFlexGridSizer" name="grid_sizer_3" base="EditFlexGridSizer">
|
||||
<rows>3</rows>
|
||||
<cols>1</cols>
|
||||
<vgap>0</vgap>
|
||||
<hgap>0</hgap>
|
||||
<object class="sizeritem">
|
||||
<option>1</option>
|
||||
<border>0</border>
|
||||
<flag>wxEXPAND|wxALIGN_CENTER_HORIZONTAL</flag>
|
||||
<object class="wxFlexGridSizer" name="grid_sizer_4" base="EditFlexGridSizer">
|
||||
<rows>1</rows>
|
||||
<cols>8</cols>
|
||||
<vgap>0</vgap>
|
||||
<hgap>0</hgap>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<border>2</border>
|
||||
<flag>wxALL</flag>
|
||||
<object class="wxButton" name="Button_V12" base="EditButton">
|
||||
<size>75, 30</size>
|
||||
<background>#00ff00</background>
|
||||
<foreground>#0000ff</foreground>
|
||||
<font>
|
||||
<size>11</size>
|
||||
<family>default</family>
|
||||
<style>normal</style>
|
||||
<weight>bold</weight>
|
||||
<underlined>0</underlined>
|
||||
<face />
|
||||
</font>
|
||||
<disabled>1</disabled>
|
||||
<style>wxBORDER_NONE</style>
|
||||
<label>V12</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<border>2</border>
|
||||
<flag>wxALL</flag>
|
||||
<object class="wxButton" name="Button_V230" base="EditButton">
|
||||
<size>75, 30</size>
|
||||
<background>#00ff00</background>
|
||||
<foreground>#0000ff</foreground>
|
||||
<font>
|
||||
<size>11</size>
|
||||
<family>default</family>
|
||||
<style>normal</style>
|
||||
<weight>bold</weight>
|
||||
<underlined>0</underlined>
|
||||
<face />
|
||||
</font>
|
||||
<disabled>1</disabled>
|
||||
<style>wxBORDER_NONE</style>
|
||||
<label>V230</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<border>2</border>
|
||||
<flag>wxALL</flag>
|
||||
<object class="wxButton" name="Button_Gas" base="EditButton">
|
||||
<size>75, 30</size>
|
||||
<background>#ff0000</background>
|
||||
<foreground>#ffffff</foreground>
|
||||
<font>
|
||||
<size>11</size>
|
||||
<family>default</family>
|
||||
<style>normal</style>
|
||||
<weight>bold</weight>
|
||||
<underlined>0</underlined>
|
||||
<face />
|
||||
</font>
|
||||
<disabled>1</disabled>
|
||||
<style>wxBORDER_NONE</style>
|
||||
<label>Gas</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<border>2</border>
|
||||
<flag>wxALL</flag>
|
||||
<object class="wxButton" name="Button_Temp" base="EditButton">
|
||||
<size>75, 30</size>
|
||||
<background>#00ff00</background>
|
||||
<foreground>#0000ff</foreground>
|
||||
<font>
|
||||
<size>11</size>
|
||||
<family>default</family>
|
||||
<style>normal</style>
|
||||
<weight>bold</weight>
|
||||
<underlined>0</underlined>
|
||||
<face />
|
||||
</font>
|
||||
<disabled>1</disabled>
|
||||
<style>wxBORDER_NONE</style>
|
||||
<label>Temp</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<border>2</border>
|
||||
<flag>wxALL</flag>
|
||||
<object class="wxButton" name="Button_Licht" base="EditButton">
|
||||
<size>75, 30</size>
|
||||
<background>#00ff00</background>
|
||||
<foreground>#0000ff</foreground>
|
||||
<font>
|
||||
<size>11</size>
|
||||
<family>default</family>
|
||||
<style>normal</style>
|
||||
<weight>bold</weight>
|
||||
<underlined>0</underlined>
|
||||
<face />
|
||||
</font>
|
||||
<disabled>1</disabled>
|
||||
<style>wxBORDER_NONE</style>
|
||||
<label>Licht</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<border>2</border>
|
||||
<flag>wxALL</flag>
|
||||
<object class="wxButton" name="Button_Tur" base="EditButton">
|
||||
<size>75, 30</size>
|
||||
<background>#ffff00</background>
|
||||
<foreground>#0000ff</foreground>
|
||||
<font>
|
||||
<size>11</size>
|
||||
<family>default</family>
|
||||
<style>normal</style>
|
||||
<weight>bold</weight>
|
||||
<underlined>0</underlined>
|
||||
<face />
|
||||
</font>
|
||||
<disabled>1</disabled>
|
||||
<style>wxBORDER_NONE</style>
|
||||
<label>Tür</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<border>2</border>
|
||||
<flag>wxALL</flag>
|
||||
<object class="wxButton" name="Button_Batterie" base="EditButton">
|
||||
<size>75, 30</size>
|
||||
<background>#ff0000</background>
|
||||
<foreground>#ffffff</foreground>
|
||||
<font>
|
||||
<size>11</size>
|
||||
<family>default</family>
|
||||
<style>normal</style>
|
||||
<weight>bold</weight>
|
||||
<underlined>0</underlined>
|
||||
<face />
|
||||
</font>
|
||||
<disabled>1</disabled>
|
||||
<style>wxBORDER_NONE</style>
|
||||
<label>Batterie</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<border>2</border>
|
||||
<flag>wxALL</flag>
|
||||
<object class="wxButton" name="Button_Zundung" base="EditButton">
|
||||
<size>75, 30</size>
|
||||
<background>#ffff00</background>
|
||||
<foreground>#0000ff</foreground>
|
||||
<font>
|
||||
<size>11</size>
|
||||
<family>default</family>
|
||||
<style>normal</style>
|
||||
<weight>bold</weight>
|
||||
<underlined>0</underlined>
|
||||
<face />
|
||||
</font>
|
||||
<disabled>1</disabled>
|
||||
<style>wxBORDER_NONE</style>
|
||||
<label>Zündung</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>1</option>
|
||||
<border>0</border>
|
||||
<flag>wxEXPAND</flag>
|
||||
<object class="wxFlexGridSizer" name="grid_sizer_2" base="EditFlexGridSizer">
|
||||
<rows>1</rows>
|
||||
<cols>2</cols>
|
||||
<vgap>5</vgap>
|
||||
<hgap>5</hgap>
|
||||
<object class="sizeritem">
|
||||
<option>1</option>
|
||||
<border>0</border>
|
||||
<flag>wxEXPAND</flag>
|
||||
<object class="wxFlexGridSizer" name="grid_sizer_5" base="EditFlexGridSizer">
|
||||
<rows>4</rows>
|
||||
<cols>1</cols>
|
||||
<vgap>0</vgap>
|
||||
<hgap>0</hgap>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<border>5</border>
|
||||
<flag>wxALL</flag>
|
||||
<object class="wxButton" name="button_3" base="EditButton">
|
||||
<size>85, 83</size>
|
||||
<label>Anzeige 1</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<border>5</border>
|
||||
<flag>wxALL</flag>
|
||||
<object class="wxButton" name="button_4" base="EditButton">
|
||||
<size>85, 83</size>
|
||||
<label>Anzeige 2</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<border>5</border>
|
||||
<flag>wxALL</flag>
|
||||
<object class="wxButton" name="button_5" base="EditButton">
|
||||
<size>85, 83</size>
|
||||
<label>Anzeige 3</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<border>5</border>
|
||||
<flag>wxALL</flag>
|
||||
<object class="wxButton" name="button_6" base="EditButton">
|
||||
<size>85, 83</size>
|
||||
<label>Anzeige 4</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>1</option>
|
||||
<border>5</border>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<object class="wxGridBagSizer" name="grid_sizer_6" base="EditGridBagSizer">
|
||||
<rows>3</rows>
|
||||
<cols>3</cols>
|
||||
<vgap>3</vgap>
|
||||
<hgap>3</hgap>
|
||||
<object class="sizeritem">
|
||||
<border>0</border>
|
||||
<object class="wxButton" name="button_1" base="EditButton">
|
||||
<label>button_1</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<border>0</border>
|
||||
<object class="wxButton" name="button_2" base="EditButton">
|
||||
<label>button_2</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<border>0</border>
|
||||
<object class="wxButton" name="button_7" base="EditButton">
|
||||
<label>button_7</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<border>0</border>
|
||||
<object class="wxButton" name="button_8" base="EditButton">
|
||||
<label>button_8</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<border>0</border>
|
||||
<object class="wxButton" name="button_9" base="EditButton">
|
||||
<label>button_9</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<border>0</border>
|
||||
<object class="wxButton" name="button_10" base="EditButton">
|
||||
<label>button_10</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<border>0</border>
|
||||
<object class="wxButton" name="button_11" base="EditButton">
|
||||
<label>button_11</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<border>0</border>
|
||||
<object class="wxButton" name="button_12" base="EditButton">
|
||||
<label>button_12</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<border>0</border>
|
||||
<object class="wxButton" name="button_13" base="EditButton">
|
||||
<label>button_13</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>1</option>
|
||||
<border>0</border>
|
||||
<flag>wxEXPAND</flag>
|
||||
<object class="wxGridSizer" name="grid_sizer_1" base="EditGridSizer">
|
||||
<rows>1</rows>
|
||||
<cols>3</cols>
|
||||
<vgap>0</vgap>
|
||||
<hgap>0</hgap>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<border>2</border>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTER</flag>
|
||||
<object class="wxButton" name="button_Batterieladung" base="EditButton">
|
||||
<background>#ffffff</background>
|
||||
<foreground>#0000ff</foreground>
|
||||
<font>
|
||||
<size>11</size>
|
||||
<family>default</family>
|
||||
<style>normal</style>
|
||||
<weight>bold</weight>
|
||||
<underlined>0</underlined>
|
||||
<face />
|
||||
</font>
|
||||
<disabled>1</disabled>
|
||||
<style>wxBORDER_NONE</style>
|
||||
<label>Batterieladung 30%</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<border>2</border>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTER</flag>
|
||||
<object class="wxButton" name="button_Alarmzeit" base="EditButton">
|
||||
<background>#ffffff</background>
|
||||
<foreground>#0000ff</foreground>
|
||||
<font>
|
||||
<size>11</size>
|
||||
<family>default</family>
|
||||
<style>normal</style>
|
||||
<weight>bold</weight>
|
||||
<underlined>0</underlined>
|
||||
<face />
|
||||
</font>
|
||||
<disabled>1</disabled>
|
||||
<style>wxBORDER_NONE</style>
|
||||
<label>Alarmzeit 14:02:30</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>0</option>
|
||||
<border>2</border>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTER</flag>
|
||||
<object class="wxButton" name="button_Uhrzeit" base="EditButton">
|
||||
<background>#ffffff</background>
|
||||
<foreground>#0000ff</foreground>
|
||||
<font>
|
||||
<size>11</size>
|
||||
<family>default</family>
|
||||
<style>normal</style>
|
||||
<weight>bold</weight>
|
||||
<underlined>0</underlined>
|
||||
<face />
|
||||
</font>
|
||||
<disabled>1</disabled>
|
||||
<style>wxBORDER_NONE</style>
|
||||
<label>Uhrzeit 14:02:30</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</application>
|
||||
Reference in New Issue
Block a user