This commit is contained in:
tzim 2015-05-20 07:03:38 +00:00
parent dc2f54bcd2
commit f01883444e
14 changed files with 21 additions and 20 deletions

View file

@ -7,6 +7,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject ProjectSection(SolutionItems) = preProject
dmx512_v2_ino.c = dmx512_v2_ino.c dmx512_v2_ino.c = dmx512_v2_ino.c
dmx512_v2_ino\dmx512_v2_ino.ino = dmx512_v2_ino\dmx512_v2_ino.ino dmx512_v2_ino\dmx512_v2_ino.ino = dmx512_v2_ino\dmx512_v2_ino.ino
loupiottes.js = loupiottes.js
dmx512_micro\dmx512_micro.cpp = dmx512_micro\dmx512_micro.cpp
EndProjectSection EndProjectSection
EndProject EndProject
Global Global

View file

@ -66,19 +66,19 @@
<EmbeddedResource Include="icons\ictir\32.png" /> <EmbeddedResource Include="icons\ictir\32.png" />
<EmbeddedResource Include="icons\ictir\48.png" /> <EmbeddedResource Include="icons\ictir\48.png" />
<EmbeddedResource Include="icons\docListe\16.png"> <EmbeddedResource Include="icons\docListe\16.png">
<DeployService-UseProjectRelativePath>true</DeployService-UseProjectRelativePath> <DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="icons\docListe\22.png"> <EmbeddedResource Include="icons\docListe\22.png">
<DeployService-UseProjectRelativePath>true</DeployService-UseProjectRelativePath> <DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="icons\docListe\24.png"> <EmbeddedResource Include="icons\docListe\24.png">
<DeployService-UseProjectRelativePath>true</DeployService-UseProjectRelativePath> <DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="icons\docListe\32.png"> <EmbeddedResource Include="icons\docListe\32.png">
<DeployService-UseProjectRelativePath>true</DeployService-UseProjectRelativePath> <DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="icons\docListe\48.png"> <EmbeddedResource Include="icons\docListe\48.png">
<DeployService-UseProjectRelativePath>true</DeployService-UseProjectRelativePath> <DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="style.gtkrc"> <EmbeddedResource Include="style.gtkrc">
<LogicalName>style.gtkrc</LogicalName> <LogicalName>style.gtkrc</LogicalName>
@ -181,8 +181,8 @@
<Policies> <Policies>
<VersionControlPolicy inheritsSet="Mono" /> <VersionControlPolicy inheritsSet="Mono" />
</Policies> </Policies>
<Deployment.LinuxDeployData generateScript="false" /> <Deployment.LinuxDeployData generateScript="False" />
<GtkDesignInfo generateGettext="false" /> <GtkDesignInfo generateGettext="False" />
</Properties> </Properties>
</MonoDevelop> </MonoDevelop>
</ProjectExtensions> </ProjectExtensions>
@ -199,6 +199,5 @@
<None Include="html\css\theme\images\ui-icons_ef8c08_256x240.png" /> <None Include="html\css\theme\images\ui-icons_ef8c08_256x240.png" />
<None Include="html\css\theme\images\ui-icons_ffd27a_256x240.png" /> <None Include="html\css\theme\images\ui-icons_ffd27a_256x240.png" />
<None Include="html\css\theme\images\ui-icons_ffffff_256x240.png" /> <None Include="html\css\theme\images\ui-icons_ffffff_256x240.png" />
<None Include="WebServer.cs" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View file

@ -6,7 +6,7 @@ namespace DMX2
{ {
private global::Gtk.Label label1; private global::Gtk.Label label1;
private global::Gtk.Button buttonOk; private global::Gtk.Button buttonOk;
protected virtual void Build () protected virtual void Build ()
{ {
global::Stetic.Gui.Initialize (this); global::Stetic.Gui.Initialize (this);

View file

@ -13,7 +13,7 @@ namespace DMX2
private global::Gtk.Label lblEtat; private global::Gtk.Label lblEtat;
private global::Gtk.HBox hbox1; private global::Gtk.HBox hbox1;
private global::Gtk.Button btnValider; private global::Gtk.Button btnValider;
protected virtual void Build () protected virtual void Build ()
{ {
global::Stetic.Gui.Initialize (this); global::Stetic.Gui.Initialize (this);

View file

@ -23,7 +23,7 @@ namespace DMX2
private global::Gtk.HBox hbox1; private global::Gtk.HBox hbox1;
private global::Gtk.Button btnValider; private global::Gtk.Button btnValider;
private global::Gtk.Button btnInit; private global::Gtk.Button btnInit;
protected virtual void Build () protected virtual void Build ()
{ {
global::Stetic.Gui.Initialize (this); global::Stetic.Gui.Initialize (this);

View file

@ -26,7 +26,7 @@ namespace DMX2
private global::Gtk.HBox hbox1; private global::Gtk.HBox hbox1;
private global::Gtk.Button btnValider; private global::Gtk.Button btnValider;
private global::Gtk.Button btnInit; private global::Gtk.Button btnInit;
protected virtual void Build () protected virtual void Build ()
{ {
global::Stetic.Gui.Initialize (this); global::Stetic.Gui.Initialize (this);

View file

@ -32,7 +32,7 @@ namespace DMX2
private global::Gtk.TreeView tvCircuits; private global::Gtk.TreeView tvCircuits;
private global::Gtk.Label label5; private global::Gtk.Label label5;
private global::Gtk.Button buttonCancel; private global::Gtk.Button buttonCancel;
protected virtual void Build () protected virtual void Build ()
{ {
global::Stetic.Gui.Initialize (this); global::Stetic.Gui.Initialize (this);

View file

@ -11,7 +11,7 @@ namespace DMX2
private global::Gtk.ScrolledWindow GtkScrolledWindow; private global::Gtk.ScrolledWindow GtkScrolledWindow;
private global::Gtk.TreeView listeCircuits; private global::Gtk.TreeView listeCircuits;
private global::Gtk.Button buttonOk; private global::Gtk.Button buttonOk;
protected virtual void Build () protected virtual void Build ()
{ {
global::Stetic.Gui.Initialize (this); global::Stetic.Gui.Initialize (this);

View file

@ -14,7 +14,7 @@ namespace DMX2
private global::Gtk.Alignment frmDrvChild; private global::Gtk.Alignment frmDrvChild;
private global::Gtk.Label GtkLabel2; private global::Gtk.Label GtkLabel2;
private global::Gtk.Button buttonOk; private global::Gtk.Button buttonOk;
protected virtual void Build () protected virtual void Build ()
{ {
global::Stetic.Gui.Initialize (this); global::Stetic.Gui.Initialize (this);

View file

@ -32,7 +32,7 @@ namespace DMX2
private global::Gtk.ScrolledWindow GtkScrolledWindow1; private global::Gtk.ScrolledWindow GtkScrolledWindow1;
private global::Gtk.TreeView listKnown; private global::Gtk.TreeView listKnown;
private global::Gtk.Button buttonClose; private global::Gtk.Button buttonClose;
protected virtual void Build () protected virtual void Build ()
{ {
global::Stetic.Gui.Initialize (this); global::Stetic.Gui.Initialize (this);

View file

@ -18,7 +18,7 @@ namespace DMX2
private global::Gtk.TreeView listeSelCircuits; private global::Gtk.TreeView listeSelCircuits;
private global::Gtk.Button buttonCancel; private global::Gtk.Button buttonCancel;
private global::Gtk.Button buttonOk; private global::Gtk.Button buttonOk;
protected virtual void Build () protected virtual void Build ()
{ {
global::Stetic.Gui.Initialize (this); global::Stetic.Gui.Initialize (this);

View file

@ -38,7 +38,7 @@ namespace DMX2
private global::Gtk.ScrolledWindow GtkScrolledWindow1; private global::Gtk.ScrolledWindow GtkScrolledWindow1;
private global::Gtk.Fixed zoneWid; private global::Gtk.Fixed zoneWid;
private global::Gtk.Label titreLabel; private global::Gtk.Label titreLabel;
protected virtual void Build () protected virtual void Build ()
{ {
global::Stetic.Gui.Initialize (this); global::Stetic.Gui.Initialize (this);

View file

@ -33,7 +33,7 @@ namespace DMX2
private global::Gtk.ScrolledWindow scrolledwindow1; private global::Gtk.ScrolledWindow scrolledwindow1;
private global::Gtk.TreeView effetsListe; private global::Gtk.TreeView effetsListe;
private global::Gtk.Label titreLabel; private global::Gtk.Label titreLabel;
protected virtual void Build () protected virtual void Build ()
{ {
global::Stetic.Gui.Initialize (this); global::Stetic.Gui.Initialize (this);

View file

@ -5,7 +5,7 @@
<target-gtk-version>2.12</target-gtk-version> <target-gtk-version>2.12</target-gtk-version>
</configuration> </configuration>
<import> <import>
<widget-library name="../bin/Debug/DMX-2.0.exe" internal="true" /> <widget-library name="../bin/Release/DMX-2.0.exe" internal="true" />
</import> </import>
<icon-factory> <icon-factory>
<icon-set id="tirettes"> <icon-set id="tirettes">