This commit is contained in:
parent
dc2f54bcd2
commit
f01883444e
14 changed files with 21 additions and 20 deletions
|
|
@ -7,6 +7,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||
ProjectSection(SolutionItems) = preProject
|
||||
dmx512_v2_ino.c = dmx512_v2_ino.c
|
||||
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
|
||||
EndProject
|
||||
Global
|
||||
|
|
|
|||
|
|
@ -66,19 +66,19 @@
|
|||
<EmbeddedResource Include="icons\ictir\32.png" />
|
||||
<EmbeddedResource Include="icons\ictir\48.png" />
|
||||
<EmbeddedResource Include="icons\docListe\16.png">
|
||||
<DeployService-UseProjectRelativePath>true</DeployService-UseProjectRelativePath>
|
||||
<DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="icons\docListe\22.png">
|
||||
<DeployService-UseProjectRelativePath>true</DeployService-UseProjectRelativePath>
|
||||
<DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="icons\docListe\24.png">
|
||||
<DeployService-UseProjectRelativePath>true</DeployService-UseProjectRelativePath>
|
||||
<DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="icons\docListe\32.png">
|
||||
<DeployService-UseProjectRelativePath>true</DeployService-UseProjectRelativePath>
|
||||
<DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="icons\docListe\48.png">
|
||||
<DeployService-UseProjectRelativePath>true</DeployService-UseProjectRelativePath>
|
||||
<DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="style.gtkrc">
|
||||
<LogicalName>style.gtkrc</LogicalName>
|
||||
|
|
@ -181,8 +181,8 @@
|
|||
<Policies>
|
||||
<VersionControlPolicy inheritsSet="Mono" />
|
||||
</Policies>
|
||||
<Deployment.LinuxDeployData generateScript="false" />
|
||||
<GtkDesignInfo generateGettext="false" />
|
||||
<Deployment.LinuxDeployData generateScript="False" />
|
||||
<GtkDesignInfo generateGettext="False" />
|
||||
</Properties>
|
||||
</MonoDevelop>
|
||||
</ProjectExtensions>
|
||||
|
|
@ -199,6 +199,5 @@
|
|||
<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_ffffff_256x240.png" />
|
||||
<None Include="WebServer.cs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
@ -6,7 +6,7 @@ namespace DMX2
|
|||
{
|
||||
private global::Gtk.Label label1;
|
||||
private global::Gtk.Button buttonOk;
|
||||
|
||||
|
||||
protected virtual void Build ()
|
||||
{
|
||||
global::Stetic.Gui.Initialize (this);
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ namespace DMX2
|
|||
private global::Gtk.Label lblEtat;
|
||||
private global::Gtk.HBox hbox1;
|
||||
private global::Gtk.Button btnValider;
|
||||
|
||||
|
||||
protected virtual void Build ()
|
||||
{
|
||||
global::Stetic.Gui.Initialize (this);
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ namespace DMX2
|
|||
private global::Gtk.HBox hbox1;
|
||||
private global::Gtk.Button btnValider;
|
||||
private global::Gtk.Button btnInit;
|
||||
|
||||
|
||||
protected virtual void Build ()
|
||||
{
|
||||
global::Stetic.Gui.Initialize (this);
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ namespace DMX2
|
|||
private global::Gtk.HBox hbox1;
|
||||
private global::Gtk.Button btnValider;
|
||||
private global::Gtk.Button btnInit;
|
||||
|
||||
|
||||
protected virtual void Build ()
|
||||
{
|
||||
global::Stetic.Gui.Initialize (this);
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ namespace DMX2
|
|||
private global::Gtk.TreeView tvCircuits;
|
||||
private global::Gtk.Label label5;
|
||||
private global::Gtk.Button buttonCancel;
|
||||
|
||||
|
||||
protected virtual void Build ()
|
||||
{
|
||||
global::Stetic.Gui.Initialize (this);
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ namespace DMX2
|
|||
private global::Gtk.ScrolledWindow GtkScrolledWindow;
|
||||
private global::Gtk.TreeView listeCircuits;
|
||||
private global::Gtk.Button buttonOk;
|
||||
|
||||
|
||||
protected virtual void Build ()
|
||||
{
|
||||
global::Stetic.Gui.Initialize (this);
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ namespace DMX2
|
|||
private global::Gtk.Alignment frmDrvChild;
|
||||
private global::Gtk.Label GtkLabel2;
|
||||
private global::Gtk.Button buttonOk;
|
||||
|
||||
|
||||
protected virtual void Build ()
|
||||
{
|
||||
global::Stetic.Gui.Initialize (this);
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ namespace DMX2
|
|||
private global::Gtk.ScrolledWindow GtkScrolledWindow1;
|
||||
private global::Gtk.TreeView listKnown;
|
||||
private global::Gtk.Button buttonClose;
|
||||
|
||||
|
||||
protected virtual void Build ()
|
||||
{
|
||||
global::Stetic.Gui.Initialize (this);
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ namespace DMX2
|
|||
private global::Gtk.TreeView listeSelCircuits;
|
||||
private global::Gtk.Button buttonCancel;
|
||||
private global::Gtk.Button buttonOk;
|
||||
|
||||
|
||||
protected virtual void Build ()
|
||||
{
|
||||
global::Stetic.Gui.Initialize (this);
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ namespace DMX2
|
|||
private global::Gtk.ScrolledWindow GtkScrolledWindow1;
|
||||
private global::Gtk.Fixed zoneWid;
|
||||
private global::Gtk.Label titreLabel;
|
||||
|
||||
|
||||
protected virtual void Build ()
|
||||
{
|
||||
global::Stetic.Gui.Initialize (this);
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ namespace DMX2
|
|||
private global::Gtk.ScrolledWindow scrolledwindow1;
|
||||
private global::Gtk.TreeView effetsListe;
|
||||
private global::Gtk.Label titreLabel;
|
||||
|
||||
|
||||
protected virtual void Build ()
|
||||
{
|
||||
global::Stetic.Gui.Initialize (this);
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<target-gtk-version>2.12</target-gtk-version>
|
||||
</configuration>
|
||||
<import>
|
||||
<widget-library name="../bin/Debug/DMX-2.0.exe" internal="true" />
|
||||
<widget-library name="../bin/Release/DMX-2.0.exe" internal="true" />
|
||||
</import>
|
||||
<icon-factory>
|
||||
<icon-set id="tirettes">
|
||||
|
|
|
|||
Loading…
Reference in a new issue