compilation
This commit is contained in:
parent
40ea0ed7f1
commit
06bc112ad2
10 changed files with 69 additions and 81 deletions
|
|
@ -44,19 +44,6 @@
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<Package>glib-sharp-2.0</Package>
|
<Package>glib-sharp-2.0</Package>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
||||||
<SpecificVersion>False</SpecificVersion>
|
|
||||||
<Package>glade-sharp-2.0</Package>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
||||||
<SpecificVersion>False</SpecificVersion>
|
|
||||||
<Package>gtk-sharp-2.0</Package>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
|
|
||||||
<SpecificVersion>False</SpecificVersion>
|
|
||||||
<Package>gtk-sharp-2.0</Package>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="Mono.Posix" />
|
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
@ -124,6 +111,8 @@
|
||||||
<Policies>
|
<Policies>
|
||||||
<VersionControlPolicy inheritsSet="Mono" />
|
<VersionControlPolicy inheritsSet="Mono" />
|
||||||
</Policies>
|
</Policies>
|
||||||
|
<Deployment.LinuxDeployData generateScript="false" />
|
||||||
|
<GtkDesignInfo generateGettext="false" />
|
||||||
</Properties>
|
</Properties>
|
||||||
</MonoDevelop>
|
</MonoDevelop>
|
||||||
</ProjectExtensions>
|
</ProjectExtensions>
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ namespace DMX2
|
||||||
outputbuffer[0]=27;
|
outputbuffer[0]=27;
|
||||||
outputbuffer[1]=68;
|
outputbuffer[1]=68;
|
||||||
outputbuffer[4]=255;
|
outputbuffer[4]=255;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Start ()
|
void Start ()
|
||||||
|
|
|
||||||
|
|
@ -253,7 +253,6 @@ namespace DMX2
|
||||||
dlg.AddButton (Stock.Ok, ResponseType.Ok).GrabDefault(); dlg.AddButton (Stock.Cancel, ResponseType.Cancel);
|
dlg.AddButton (Stock.Ok, ResponseType.Ok).GrabDefault(); dlg.AddButton (Stock.Cancel, ResponseType.Cancel);
|
||||||
dlg.VBox.Add (new Label("Nom de la nouvelle Conduite :")); dlg.VBox.Add (entry); dlg.VBox.ShowAll ();
|
dlg.VBox.Add (new Label("Nom de la nouvelle Conduite :")); dlg.VBox.Add (entry); dlg.VBox.ShowAll ();
|
||||||
entry.ActivatesDefault=true;
|
entry.ActivatesDefault=true;
|
||||||
|
|
||||||
if ((ResponseType)dlg.Run () == ResponseType.Ok) {
|
if ((ResponseType)dlg.Run () == ResponseType.Ok) {
|
||||||
Conduite.Courante = new Conduite ();
|
Conduite.Courante = new Conduite ();
|
||||||
Conduite.Courante.Name = entry.Text;
|
Conduite.Courante.Name = entry.Text;
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ namespace DMX2
|
||||||
// Container child hbox2.Gtk.Box+BoxChild
|
// Container child hbox2.Gtk.Box+BoxChild
|
||||||
this.label1 = new global::Gtk.Label ();
|
this.label1 = new global::Gtk.Label ();
|
||||||
this.label1.Name = "label1";
|
this.label1.Name = "label1";
|
||||||
this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Univers :");
|
this.label1.LabelProp = "Univers :";
|
||||||
this.hbox2.Add (this.label1);
|
this.hbox2.Add (this.label1);
|
||||||
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1]));
|
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1]));
|
||||||
w3.Position = 0;
|
w3.Position = 0;
|
||||||
|
|
@ -89,7 +89,7 @@ namespace DMX2
|
||||||
w6.Add (w7);
|
w6.Add (w7);
|
||||||
// Container child GtkHBox.Gtk.Container+ContainerChild
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
||||||
global::Gtk.Label w9 = new global::Gtk.Label ();
|
global::Gtk.Label w9 = new global::Gtk.Label ();
|
||||||
w9.LabelProp = global::Mono.Unix.Catalog.GetString ("Nouvel Univers");
|
w9.LabelProp = "Nouvel Univers";
|
||||||
w9.UseUnderline = true;
|
w9.UseUnderline = true;
|
||||||
w6.Add (w9);
|
w6.Add (w9);
|
||||||
w5.Add (w6);
|
w5.Add (w6);
|
||||||
|
|
@ -116,7 +116,7 @@ namespace DMX2
|
||||||
w15.Add (w16);
|
w15.Add (w16);
|
||||||
// Container child GtkHBox.Gtk.Container+ContainerChild
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
||||||
global::Gtk.Label w18 = new global::Gtk.Label ();
|
global::Gtk.Label w18 = new global::Gtk.Label ();
|
||||||
w18.LabelProp = global::Mono.Unix.Catalog.GetString ("Supprimer");
|
w18.LabelProp = "Supprimer";
|
||||||
w18.UseUnderline = true;
|
w18.UseUnderline = true;
|
||||||
w15.Add (w18);
|
w15.Add (w18);
|
||||||
w14.Add (w15);
|
w14.Add (w15);
|
||||||
|
|
@ -142,7 +142,7 @@ namespace DMX2
|
||||||
w24.Add (w25);
|
w24.Add (w25);
|
||||||
// Container child GtkHBox.Gtk.Container+ContainerChild
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
||||||
global::Gtk.Label w27 = new global::Gtk.Label ();
|
global::Gtk.Label w27 = new global::Gtk.Label ();
|
||||||
w27.LabelProp = global::Mono.Unix.Catalog.GetString ("Réinitialiser");
|
w27.LabelProp = "Réinitialiser";
|
||||||
w27.UseUnderline = true;
|
w27.UseUnderline = true;
|
||||||
w24.Add (w27);
|
w24.Add (w27);
|
||||||
w23.Add (w24);
|
w23.Add (w24);
|
||||||
|
|
@ -169,7 +169,7 @@ namespace DMX2
|
||||||
w33.Add (w34);
|
w33.Add (w34);
|
||||||
// Container child GtkHBox.Gtk.Container+ContainerChild
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
||||||
global::Gtk.Label w36 = new global::Gtk.Label ();
|
global::Gtk.Label w36 = new global::Gtk.Label ();
|
||||||
w36.LabelProp = global::Mono.Unix.Catalog.GetString ("Patch Droit");
|
w36.LabelProp = "Patch Droit";
|
||||||
w36.UseUnderline = true;
|
w36.UseUnderline = true;
|
||||||
w33.Add (w36);
|
w33.Add (w36);
|
||||||
w32.Add (w33);
|
w32.Add (w33);
|
||||||
|
|
@ -217,7 +217,7 @@ namespace DMX2
|
||||||
w45.Add (w46);
|
w45.Add (w46);
|
||||||
// Container child GtkHBox.Gtk.Container+ContainerChild
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
||||||
global::Gtk.Label w48 = new global::Gtk.Label ();
|
global::Gtk.Label w48 = new global::Gtk.Label ();
|
||||||
w48.LabelProp = global::Mono.Unix.Catalog.GetString ("Allumer !");
|
w48.LabelProp = "Allumer !";
|
||||||
w48.UseUnderline = true;
|
w48.UseUnderline = true;
|
||||||
w45.Add (w48);
|
w45.Add (w48);
|
||||||
w44.Add (w45);
|
w44.Add (w45);
|
||||||
|
|
@ -243,7 +243,7 @@ namespace DMX2
|
||||||
// Container child hbox1.Gtk.Box+BoxChild
|
// Container child hbox1.Gtk.Box+BoxChild
|
||||||
this.label6 = new global::Gtk.Label ();
|
this.label6 = new global::Gtk.Label ();
|
||||||
this.label6.Name = "label6";
|
this.label6.Name = "label6";
|
||||||
this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Circuit :");
|
this.label6.LabelProp = "Circuit :";
|
||||||
this.hbox1.Add (this.label6);
|
this.hbox1.Add (this.label6);
|
||||||
global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label6]));
|
global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label6]));
|
||||||
w54.Position = 2;
|
w54.Position = 2;
|
||||||
|
|
@ -268,7 +268,7 @@ namespace DMX2
|
||||||
// Container child hbox1.Gtk.Box+BoxChild
|
// Container child hbox1.Gtk.Box+BoxChild
|
||||||
this.lbParam1 = new global::Gtk.Label ();
|
this.lbParam1 = new global::Gtk.Label ();
|
||||||
this.lbParam1.Name = "lbParam1";
|
this.lbParam1.Name = "lbParam1";
|
||||||
this.lbParam1.LabelProp = global::Mono.Unix.Catalog.GetString ("param 1");
|
this.lbParam1.LabelProp = "param 1";
|
||||||
this.hbox1.Add (this.lbParam1);
|
this.hbox1.Add (this.lbParam1);
|
||||||
global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.lbParam1]));
|
global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.lbParam1]));
|
||||||
w57.Position = 5;
|
w57.Position = 5;
|
||||||
|
|
@ -286,7 +286,7 @@ namespace DMX2
|
||||||
// Container child hbox1.Gtk.Box+BoxChild
|
// Container child hbox1.Gtk.Box+BoxChild
|
||||||
this.lbParam2 = new global::Gtk.Label ();
|
this.lbParam2 = new global::Gtk.Label ();
|
||||||
this.lbParam2.Name = "lbParam2";
|
this.lbParam2.Name = "lbParam2";
|
||||||
this.lbParam2.LabelProp = global::Mono.Unix.Catalog.GetString ("param2");
|
this.lbParam2.LabelProp = "param2";
|
||||||
this.hbox1.Add (this.lbParam2);
|
this.hbox1.Add (this.lbParam2);
|
||||||
global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.lbParam2]));
|
global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.lbParam2]));
|
||||||
w59.Position = 7;
|
w59.Position = 7;
|
||||||
|
|
@ -324,7 +324,7 @@ namespace DMX2
|
||||||
// Notebook tab
|
// Notebook tab
|
||||||
this.label2 = new global::Gtk.Label ();
|
this.label2 = new global::Gtk.Label ();
|
||||||
this.label2.Name = "label2";
|
this.label2.Name = "label2";
|
||||||
this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Patch");
|
this.label2.LabelProp = "Patch";
|
||||||
this.notebook1.SetTabLabel (this.GtkScrolledWindow, this.label2);
|
this.notebook1.SetTabLabel (this.GtkScrolledWindow, this.label2);
|
||||||
this.label2.ShowAll ();
|
this.label2.ShowAll ();
|
||||||
// Container child notebook1.Gtk.Notebook+NotebookChild
|
// Container child notebook1.Gtk.Notebook+NotebookChild
|
||||||
|
|
@ -342,7 +342,7 @@ namespace DMX2
|
||||||
// Notebook tab
|
// Notebook tab
|
||||||
this.label5 = new global::Gtk.Label ();
|
this.label5 = new global::Gtk.Label ();
|
||||||
this.label5.Name = "label5";
|
this.label5.Name = "label5";
|
||||||
this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Patch Rapide");
|
this.label5.LabelProp = "Patch Rapide";
|
||||||
this.notebook1.SetTabLabel (this.GtkScrolledWindow1, this.label5);
|
this.notebook1.SetTabLabel (this.GtkScrolledWindow1, this.label5);
|
||||||
this.label5.ShowAll ();
|
this.label5.ShowAll ();
|
||||||
w2.Add (this.notebook1);
|
w2.Add (this.notebook1);
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ namespace DMX2
|
||||||
this.UIManager.InsertActionGroup (w1, 0);
|
this.UIManager.InsertActionGroup (w1, 0);
|
||||||
this.AddAccelGroup (this.UIManager.AccelGroup);
|
this.AddAccelGroup (this.UIManager.AccelGroup);
|
||||||
this.Name = "DMX2.GestionCircuits";
|
this.Name = "DMX2.GestionCircuits";
|
||||||
this.Title = global::Mono.Unix.Catalog.GetString ("Circuits");
|
this.Title = "Circuits";
|
||||||
this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
|
this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
|
||||||
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
|
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
|
||||||
this.DestroyWithParent = true;
|
this.DestroyWithParent = true;
|
||||||
|
|
|
||||||
|
|
@ -56,64 +56,64 @@ namespace DMX2
|
||||||
// Widget DMX2.MainWindow
|
// Widget DMX2.MainWindow
|
||||||
this.UIManager = new global::Gtk.UIManager ();
|
this.UIManager = new global::Gtk.UIManager ();
|
||||||
global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
|
global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
|
||||||
this.openAction = new global::Gtk.Action ("openAction", global::Mono.Unix.Catalog.GetString ("_Ouvrir"), global::Mono.Unix.Catalog.GetString ("Ouvrir"), "gtk-open");
|
this.openAction = new global::Gtk.Action ("openAction", "_Ouvrir", "Ouvrir", "gtk-open");
|
||||||
this.openAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Ouvrir");
|
this.openAction.ShortLabel = "_Ouvrir";
|
||||||
w1.Add (this.openAction, null);
|
w1.Add (this.openAction, null);
|
||||||
this.saveAction = new global::Gtk.Action ("saveAction", null, global::Mono.Unix.Catalog.GetString ("Enregistrer"), "gtk-save");
|
this.saveAction = new global::Gtk.Action ("saveAction", null, "Enregistrer", "gtk-save");
|
||||||
this.saveAction.Sensitive = false;
|
this.saveAction.Sensitive = false;
|
||||||
w1.Add (this.saveAction, null);
|
w1.Add (this.saveAction, null);
|
||||||
this.saveAsAction = new global::Gtk.Action ("saveAsAction", null, global::Mono.Unix.Catalog.GetString ("Enregistrer sous ..."), "gtk-save-as");
|
this.saveAsAction = new global::Gtk.Action ("saveAsAction", null, "Enregistrer sous ...", "gtk-save-as");
|
||||||
this.saveAsAction.Sensitive = false;
|
this.saveAsAction.Sensitive = false;
|
||||||
w1.Add (this.saveAsAction, null);
|
w1.Add (this.saveAsAction, null);
|
||||||
this.quitAction = new global::Gtk.Action ("quitAction", null, global::Mono.Unix.Catalog.GetString ("Quitter"), "gtk-quit");
|
this.quitAction = new global::Gtk.Action ("quitAction", null, "Quitter", "gtk-quit");
|
||||||
w1.Add (this.quitAction, null);
|
w1.Add (this.quitAction, null);
|
||||||
this.closeAction = new global::Gtk.Action ("closeAction", null, global::Mono.Unix.Catalog.GetString ("Fermer"), "gtk-close");
|
this.closeAction = new global::Gtk.Action ("closeAction", null, "Fermer", "gtk-close");
|
||||||
this.closeAction.Sensitive = false;
|
this.closeAction.Sensitive = false;
|
||||||
w1.Add (this.closeAction, null);
|
w1.Add (this.closeAction, null);
|
||||||
this.TestAction = new global::Gtk.Action ("TestAction", global::Mono.Unix.Catalog.GetString ("Test"), null, null);
|
this.TestAction = new global::Gtk.Action ("TestAction", "Test", null, null);
|
||||||
this.TestAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Test");
|
this.TestAction.ShortLabel = "Test";
|
||||||
w1.Add (this.TestAction, null);
|
w1.Add (this.TestAction, null);
|
||||||
this.circAction = new global::Gtk.Action ("circAction", global::Mono.Unix.Catalog.GetString ("Gestion des Circuits"), global::Mono.Unix.Catalog.GetString ("Gestion des Circuits"), "circuits");
|
this.circAction = new global::Gtk.Action ("circAction", "Gestion des Circuits", "Gestion des Circuits", "circuits");
|
||||||
this.circAction.Sensitive = false;
|
this.circAction.Sensitive = false;
|
||||||
this.circAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Circuits");
|
this.circAction.ShortLabel = "Circuits";
|
||||||
w1.Add (this.circAction, null);
|
w1.Add (this.circAction, null);
|
||||||
this.propertiesAction = new global::Gtk.Action ("propertiesAction", global::Mono.Unix.Catalog.GetString ("Circuits"), null, "gtk-properties");
|
this.propertiesAction = new global::Gtk.Action ("propertiesAction", "Circuits", null, "gtk-properties");
|
||||||
this.propertiesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Circuits");
|
this.propertiesAction.ShortLabel = "Circuits";
|
||||||
w1.Add (this.propertiesAction, null);
|
w1.Add (this.propertiesAction, null);
|
||||||
this.FichierAction = new global::Gtk.Action ("FichierAction", global::Mono.Unix.Catalog.GetString ("_Fichier"), null, null);
|
this.FichierAction = new global::Gtk.Action ("FichierAction", "_Fichier", null, null);
|
||||||
this.FichierAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Fichier");
|
this.FichierAction.ShortLabel = "_Fichier";
|
||||||
w1.Add (this.FichierAction, null);
|
w1.Add (this.FichierAction, null);
|
||||||
this.newAction = new global::Gtk.Action ("newAction", null, global::Mono.Unix.Catalog.GetString ("Nouvelle Conduite"), "gtk-new");
|
this.newAction = new global::Gtk.Action ("newAction", null, "Nouvelle Conduite", "gtk-new");
|
||||||
w1.Add (this.newAction, null);
|
w1.Add (this.newAction, null);
|
||||||
this.seqLinAction = new global::Gtk.Action ("seqLinAction", global::Mono.Unix.Catalog.GetString ("Ajout Sequenceur"), global::Mono.Unix.Catalog.GetString ("Ajouter un sequenceur lineraire"), "tirettes");
|
this.seqLinAction = new global::Gtk.Action ("seqLinAction", "Ajout Sequenceur", "Ajouter un sequenceur lineraire", "tirettes");
|
||||||
this.seqLinAction.Sensitive = false;
|
this.seqLinAction.Sensitive = false;
|
||||||
this.seqLinAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Ajout Sequenceur");
|
this.seqLinAction.ShortLabel = "Ajout Sequenceur";
|
||||||
w1.Add (this.seqLinAction, null);
|
w1.Add (this.seqLinAction, null);
|
||||||
this.fullscreenAction = new global::Gtk.Action ("fullscreenAction", global::Mono.Unix.Catalog.GetString ("_Plein écran"), null, "gtk-fullscreen");
|
this.fullscreenAction = new global::Gtk.Action ("fullscreenAction", "_Plein écran", null, "gtk-fullscreen");
|
||||||
this.fullscreenAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Plein écran");
|
this.fullscreenAction.ShortLabel = "_Plein écran";
|
||||||
w1.Add (this.fullscreenAction, null);
|
w1.Add (this.fullscreenAction, null);
|
||||||
this.fullscreenAction1 = new global::Gtk.Action ("fullscreenAction1", global::Mono.Unix.Catalog.GetString ("_Plein écran"), global::Mono.Unix.Catalog.GetString ("Plein Ecran"), "gtk-fullscreen");
|
this.fullscreenAction1 = new global::Gtk.Action ("fullscreenAction1", "_Plein écran", "Plein Ecran", "gtk-fullscreen");
|
||||||
this.fullscreenAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Plein écran");
|
this.fullscreenAction1.ShortLabel = "_Plein écran";
|
||||||
w1.Add (this.fullscreenAction1, null);
|
w1.Add (this.fullscreenAction1, null);
|
||||||
this.showAllAction = new global::Gtk.Action ("showAllAction", global::Mono.Unix.Catalog.GetString ("ShowAll"), global::Mono.Unix.Catalog.GetString ("Tout réafficher"), "gtk-refresh");
|
this.showAllAction = new global::Gtk.Action ("showAllAction", "ShowAll", "Tout réafficher", "gtk-refresh");
|
||||||
this.showAllAction.Sensitive = false;
|
this.showAllAction.Sensitive = false;
|
||||||
this.showAllAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("ShowAll");
|
this.showAllAction.ShortLabel = "ShowAll";
|
||||||
w1.Add (this.showAllAction, null);
|
w1.Add (this.showAllAction, null);
|
||||||
this.universAction = new global::Gtk.Action ("universAction", global::Mono.Unix.Catalog.GetString ("Univers"), global::Mono.Unix.Catalog.GetString ("Gestion des Univers"), "gtk-execute");
|
this.universAction = new global::Gtk.Action ("universAction", "Univers", "Gestion des Univers", "gtk-execute");
|
||||||
this.universAction.Sensitive = false;
|
this.universAction.Sensitive = false;
|
||||||
this.universAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Univers");
|
this.universAction.ShortLabel = "Univers";
|
||||||
w1.Add (this.universAction, null);
|
w1.Add (this.universAction, null);
|
||||||
this.connectAction = new global::Gtk.Action ("connectAction", null, global::Mono.Unix.Catalog.GetString ("Connecter d'un boitier"), "gtk-connect");
|
this.connectAction = new global::Gtk.Action ("connectAction", null, "Connecter d'un boitier", "gtk-connect");
|
||||||
w1.Add (this.connectAction, null);
|
w1.Add (this.connectAction, null);
|
||||||
this.seqMacroAction = new global::Gtk.Action ("seqMacroAction", null, global::Mono.Unix.Catalog.GetString ("Ajouter un sequenceur macro"), "gtk-index");
|
this.seqMacroAction = new global::Gtk.Action ("seqMacroAction", null, "Ajouter un sequenceur macro", "gtk-index");
|
||||||
this.seqMacroAction.Sensitive = false;
|
this.seqMacroAction.Sensitive = false;
|
||||||
w1.Add (this.seqMacroAction, null);
|
w1.Add (this.seqMacroAction, null);
|
||||||
this.selectColorAction = new global::Gtk.Action ("selectColorAction", null, global::Mono.Unix.Catalog.GetString ("Recharger le theme"), "gtk-select-color");
|
this.selectColorAction = new global::Gtk.Action ("selectColorAction", null, "Recharger le theme", "gtk-select-color");
|
||||||
w1.Add (this.selectColorAction, null);
|
w1.Add (this.selectColorAction, null);
|
||||||
this.UIManager.InsertActionGroup (w1, 0);
|
this.UIManager.InsertActionGroup (w1, 0);
|
||||||
this.AddAccelGroup (this.UIManager.AccelGroup);
|
this.AddAccelGroup (this.UIManager.AccelGroup);
|
||||||
this.Name = "DMX2.MainWindow";
|
this.Name = "DMX2.MainWindow";
|
||||||
this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
|
this.Title = "MainWindow";
|
||||||
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
|
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
|
||||||
this.BorderWidth = ((uint)(3));
|
this.BorderWidth = ((uint)(3));
|
||||||
// Container child DMX2.MainWindow.Gtk.Container+ContainerChild
|
// Container child DMX2.MainWindow.Gtk.Container+ContainerChild
|
||||||
|
|
@ -283,7 +283,7 @@ namespace DMX2
|
||||||
this.timeLabel = new global::Gtk.Label ();
|
this.timeLabel = new global::Gtk.Label ();
|
||||||
this.timeLabel.Name = "timeLabel";
|
this.timeLabel.Name = "timeLabel";
|
||||||
this.timeLabel.Ypad = 8;
|
this.timeLabel.Ypad = 8;
|
||||||
this.timeLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<big>0.00</big>");
|
this.timeLabel.LabelProp = "<big>0.00</big>";
|
||||||
this.timeLabel.UseMarkup = true;
|
this.timeLabel.UseMarkup = true;
|
||||||
this.timeLabel.Justify = ((global::Gtk.Justification)(2));
|
this.timeLabel.Justify = ((global::Gtk.Justification)(2));
|
||||||
this.timeLabel.Angle = 90;
|
this.timeLabel.Angle = 90;
|
||||||
|
|
@ -407,7 +407,7 @@ namespace DMX2
|
||||||
// Container child evInfo.Gtk.Container+ContainerChild
|
// Container child evInfo.Gtk.Container+ContainerChild
|
||||||
this.lblInfo = new global::Gtk.Label ();
|
this.lblInfo = new global::Gtk.Label ();
|
||||||
this.lblInfo.Name = "lblInfo";
|
this.lblInfo.Name = "lblInfo";
|
||||||
this.lblInfo.LabelProp = global::Mono.Unix.Catalog.GetString ("info");
|
this.lblInfo.LabelProp = "info";
|
||||||
this.evInfo.Add (this.lblInfo);
|
this.evInfo.Add (this.lblInfo);
|
||||||
this.hbox4.Add (this.evInfo);
|
this.hbox4.Add (this.evInfo);
|
||||||
global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.evInfo]));
|
global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.evInfo]));
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ namespace DMX2
|
||||||
global::Stetic.Gui.Initialize (this);
|
global::Stetic.Gui.Initialize (this);
|
||||||
// Widget DMX2.SelSeqCircuits
|
// Widget DMX2.SelSeqCircuits
|
||||||
this.Name = "DMX2.SelSeqCircuits";
|
this.Name = "DMX2.SelSeqCircuits";
|
||||||
this.Title = global::Mono.Unix.Catalog.GetString ("Selection des Circuits");
|
this.Title = "Selection des Circuits";
|
||||||
this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
|
this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
|
||||||
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
|
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
|
||||||
this.Modal = true;
|
this.Modal = true;
|
||||||
|
|
@ -70,7 +70,7 @@ namespace DMX2
|
||||||
w5.Add (w6);
|
w5.Add (w6);
|
||||||
// Container child GtkHBox.Gtk.Container+ContainerChild
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
||||||
global::Gtk.Label w8 = new global::Gtk.Label ();
|
global::Gtk.Label w8 = new global::Gtk.Label ();
|
||||||
w8.LabelProp = global::Mono.Unix.Catalog.GetString ("Ajouter");
|
w8.LabelProp = "Ajouter";
|
||||||
w8.UseUnderline = true;
|
w8.UseUnderline = true;
|
||||||
w5.Add (w8);
|
w5.Add (w8);
|
||||||
w4.Add (w5);
|
w4.Add (w5);
|
||||||
|
|
@ -95,7 +95,7 @@ namespace DMX2
|
||||||
w14.Add (w15);
|
w14.Add (w15);
|
||||||
// Container child GtkHBox.Gtk.Container+ContainerChild
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
||||||
global::Gtk.Label w17 = new global::Gtk.Label ();
|
global::Gtk.Label w17 = new global::Gtk.Label ();
|
||||||
w17.LabelProp = global::Mono.Unix.Catalog.GetString ("Enlever");
|
w17.LabelProp = "Enlever";
|
||||||
w17.UseUnderline = true;
|
w17.UseUnderline = true;
|
||||||
w14.Add (w17);
|
w14.Add (w17);
|
||||||
w13.Add (w14);
|
w13.Add (w14);
|
||||||
|
|
@ -121,7 +121,7 @@ namespace DMX2
|
||||||
w23.Add (w24);
|
w23.Add (w24);
|
||||||
// Container child GtkHBox.Gtk.Container+ContainerChild
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
||||||
global::Gtk.Label w26 = new global::Gtk.Label ();
|
global::Gtk.Label w26 = new global::Gtk.Label ();
|
||||||
w26.LabelProp = global::Mono.Unix.Catalog.GetString ("Tout Enlever");
|
w26.LabelProp = "Tout Enlever";
|
||||||
w26.UseUnderline = true;
|
w26.UseUnderline = true;
|
||||||
w23.Add (w26);
|
w23.Add (w26);
|
||||||
w22.Add (w23);
|
w22.Add (w23);
|
||||||
|
|
@ -160,7 +160,7 @@ namespace DMX2
|
||||||
w33.Add (w34);
|
w33.Add (w34);
|
||||||
// Container child GtkHBox.Gtk.Container+ContainerChild
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
||||||
global::Gtk.Label w36 = new global::Gtk.Label ();
|
global::Gtk.Label w36 = new global::Gtk.Label ();
|
||||||
w36.LabelProp = global::Mono.Unix.Catalog.GetString ("Monter");
|
w36.LabelProp = "Monter";
|
||||||
w36.UseUnderline = true;
|
w36.UseUnderline = true;
|
||||||
w33.Add (w36);
|
w33.Add (w36);
|
||||||
w32.Add (w33);
|
w32.Add (w33);
|
||||||
|
|
@ -186,7 +186,7 @@ namespace DMX2
|
||||||
w42.Add (w43);
|
w42.Add (w43);
|
||||||
// Container child GtkHBox.Gtk.Container+ContainerChild
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
||||||
global::Gtk.Label w45 = new global::Gtk.Label ();
|
global::Gtk.Label w45 = new global::Gtk.Label ();
|
||||||
w45.LabelProp = global::Mono.Unix.Catalog.GetString ("Descendre");
|
w45.LabelProp = "Descendre";
|
||||||
w45.UseUnderline = true;
|
w45.UseUnderline = true;
|
||||||
w42.Add (w45);
|
w42.Add (w45);
|
||||||
w41.Add (w42);
|
w41.Add (w42);
|
||||||
|
|
|
||||||
|
|
@ -49,23 +49,23 @@ namespace DMX2
|
||||||
w2.Add (this.goBackAction, null);
|
w2.Add (this.goBackAction, null);
|
||||||
this.goForwardAction = new global::Gtk.Action ("goForwardAction", null, null, "gtk-go-forward");
|
this.goForwardAction = new global::Gtk.Action ("goForwardAction", null, null, "gtk-go-forward");
|
||||||
w2.Add (this.goForwardAction, null);
|
w2.Add (this.goForwardAction, null);
|
||||||
this.applyAction = new global::Gtk.Action ("applyAction", null, global::Mono.Unix.Catalog.GetString ("Ecrase l'effet selectionné."), "gtk-apply");
|
this.applyAction = new global::Gtk.Action ("applyAction", null, "Ecrase l'effet selectionné.", "gtk-apply");
|
||||||
w2.Add (this.applyAction, null);
|
w2.Add (this.applyAction, null);
|
||||||
this.mediaPauseAction = new global::Gtk.Action ("mediaPauseAction", null, global::Mono.Unix.Catalog.GetString ("Pause"), "gtk-media-pause");
|
this.mediaPauseAction = new global::Gtk.Action ("mediaPauseAction", null, "Pause", "gtk-media-pause");
|
||||||
w2.Add (this.mediaPauseAction, null);
|
w2.Add (this.mediaPauseAction, null);
|
||||||
this.mediaNextAction = new global::Gtk.Action ("mediaNextAction", null, global::Mono.Unix.Catalog.GetString ("Fin de transition"), "gtk-media-next");
|
this.mediaNextAction = new global::Gtk.Action ("mediaNextAction", null, "Fin de transition", "gtk-media-next");
|
||||||
w2.Add (this.mediaNextAction, null);
|
w2.Add (this.mediaNextAction, null);
|
||||||
this.saveAction = new global::Gtk.Action ("saveAction", null, global::Mono.Unix.Catalog.GetString ("Enregistre l'effet à la fin."), "gtk-save");
|
this.saveAction = new global::Gtk.Action ("saveAction", null, "Enregistre l'effet à la fin.", "gtk-save");
|
||||||
w2.Add (this.saveAction, null);
|
w2.Add (this.saveAction, null);
|
||||||
this.saveAfterAction = new global::Gtk.Action ("saveAfterAction", null, global::Mono.Unix.Catalog.GetString ("Insère un effet sous celui selectionné."), "gtk-save-as");
|
this.saveAfterAction = new global::Gtk.Action ("saveAfterAction", null, "Insère un effet sous celui selectionné.", "gtk-save-as");
|
||||||
w2.Add (this.saveAfterAction, null);
|
w2.Add (this.saveAfterAction, null);
|
||||||
this.deleteAction = new global::Gtk.Action ("deleteAction", null, global::Mono.Unix.Catalog.GetString ("Supprime l'effet selectionné."), "gtk-delete");
|
this.deleteAction = new global::Gtk.Action ("deleteAction", null, "Supprime l'effet selectionné.", "gtk-delete");
|
||||||
w2.Add (this.deleteAction, null);
|
w2.Add (this.deleteAction, null);
|
||||||
this.moveUpAction = new global::Gtk.Action ("moveUpAction", null, "", "gtk-go-up");
|
this.moveUpAction = new global::Gtk.Action ("moveUpAction", null, "", "gtk-go-up");
|
||||||
w2.Add (this.moveUpAction, null);
|
w2.Add (this.moveUpAction, null);
|
||||||
this.moveDownAction = new global::Gtk.Action ("moveDownAction", null, null, "gtk-go-down");
|
this.moveDownAction = new global::Gtk.Action ("moveDownAction", null, null, "gtk-go-down");
|
||||||
w2.Add (this.moveDownAction, null);
|
w2.Add (this.moveDownAction, null);
|
||||||
this.circuitsAction = new global::Gtk.Action ("circuitsAction", null, global::Mono.Unix.Catalog.GetString ("Association des circuits\nau sequenceur"), "circuits");
|
this.circuitsAction = new global::Gtk.Action ("circuitsAction", null, "Association des circuits\nau sequenceur", "circuits");
|
||||||
w2.Add (this.circuitsAction, null);
|
w2.Add (this.circuitsAction, null);
|
||||||
this.closeAction = new global::Gtk.Action ("closeAction", null, null, "gtk-close");
|
this.closeAction = new global::Gtk.Action ("closeAction", null, null, "gtk-close");
|
||||||
w2.Add (this.closeAction, null);
|
w2.Add (this.closeAction, null);
|
||||||
|
|
@ -103,7 +103,7 @@ namespace DMX2
|
||||||
this.posLabel.Name = "posLabel";
|
this.posLabel.Name = "posLabel";
|
||||||
this.posLabel.Xpad = 15;
|
this.posLabel.Xpad = 15;
|
||||||
this.posLabel.Xalign = 0F;
|
this.posLabel.Xalign = 0F;
|
||||||
this.posLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<big>n°0</big>");
|
this.posLabel.LabelProp = "<big>n°0</big>";
|
||||||
this.posLabel.UseMarkup = true;
|
this.posLabel.UseMarkup = true;
|
||||||
this.hbox2.Add (this.posLabel);
|
this.hbox2.Add (this.posLabel);
|
||||||
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.posLabel]));
|
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.posLabel]));
|
||||||
|
|
@ -116,7 +116,7 @@ namespace DMX2
|
||||||
this.timeLabel.Name = "timeLabel";
|
this.timeLabel.Name = "timeLabel";
|
||||||
this.timeLabel.Xpad = 15;
|
this.timeLabel.Xpad = 15;
|
||||||
this.timeLabel.Xalign = 1F;
|
this.timeLabel.Xalign = 1F;
|
||||||
this.timeLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<big>0.00</big>");
|
this.timeLabel.LabelProp = "<big>0.00</big>";
|
||||||
this.timeLabel.UseMarkup = true;
|
this.timeLabel.UseMarkup = true;
|
||||||
this.timeLabel.Justify = ((global::Gtk.Justification)(1));
|
this.timeLabel.Justify = ((global::Gtk.Justification)(1));
|
||||||
this.hbox2.Add (this.timeLabel);
|
this.hbox2.Add (this.timeLabel);
|
||||||
|
|
@ -245,7 +245,7 @@ namespace DMX2
|
||||||
this.frame1.Add (this.GtkAlignment);
|
this.frame1.Add (this.GtkAlignment);
|
||||||
this.titreLabel = new global::Gtk.Label ();
|
this.titreLabel = new global::Gtk.Label ();
|
||||||
this.titreLabel.Name = "titreLabel";
|
this.titreLabel.Name = "titreLabel";
|
||||||
this.titreLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Sequenceur Lineaire");
|
this.titreLabel.LabelProp = "Sequenceur Lineaire";
|
||||||
this.titreLabel.UseMarkup = true;
|
this.titreLabel.UseMarkup = true;
|
||||||
this.frame1.LabelWidget = this.titreLabel;
|
this.frame1.LabelWidget = this.titreLabel;
|
||||||
this.Add (this.frame1);
|
this.Add (this.frame1);
|
||||||
|
|
|
||||||
|
|
@ -40,10 +40,10 @@ namespace DMX2
|
||||||
Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
|
Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
|
||||||
this.UIManager = new global::Gtk.UIManager ();
|
this.UIManager = new global::Gtk.UIManager ();
|
||||||
global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
|
global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
|
||||||
this.closeAction = new global::Gtk.ToggleAction ("closeAction", global::Mono.Unix.Catalog.GetString (" "), null, "gtk-close");
|
this.closeAction = new global::Gtk.ToggleAction ("closeAction", " ", null, "gtk-close");
|
||||||
this.closeAction.ShortLabel = global::Mono.Unix.Catalog.GetString (" ");
|
this.closeAction.ShortLabel = " ";
|
||||||
w2.Add (this.closeAction, null);
|
w2.Add (this.closeAction, null);
|
||||||
this.circuitsAction = new global::Gtk.Action ("circuitsAction", null, global::Mono.Unix.Catalog.GetString ("Association des circuits\nau sequenceur"), "circuits");
|
this.circuitsAction = new global::Gtk.Action ("circuitsAction", null, "Association des circuits\nau sequenceur", "circuits");
|
||||||
w2.Add (this.circuitsAction, null);
|
w2.Add (this.circuitsAction, null);
|
||||||
this.goForwardAction = new global::Gtk.Action ("goForwardAction", null, null, "gtk-go-forward");
|
this.goForwardAction = new global::Gtk.Action ("goForwardAction", null, null, "gtk-go-forward");
|
||||||
w2.Add (this.goForwardAction, null);
|
w2.Add (this.goForwardAction, null);
|
||||||
|
|
@ -94,7 +94,7 @@ namespace DMX2
|
||||||
this.posLabel.Name = "posLabel";
|
this.posLabel.Name = "posLabel";
|
||||||
this.posLabel.Xpad = 15;
|
this.posLabel.Xpad = 15;
|
||||||
this.posLabel.Xalign = 0F;
|
this.posLabel.Xalign = 0F;
|
||||||
this.posLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<big>n° 0</big>");
|
this.posLabel.LabelProp = "<big>n° 0</big>";
|
||||||
this.posLabel.UseMarkup = true;
|
this.posLabel.UseMarkup = true;
|
||||||
this.hbox2.Add (this.posLabel);
|
this.hbox2.Add (this.posLabel);
|
||||||
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.posLabel]));
|
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.posLabel]));
|
||||||
|
|
@ -106,7 +106,7 @@ namespace DMX2
|
||||||
this.timeLabel.HeightRequest = 33;
|
this.timeLabel.HeightRequest = 33;
|
||||||
this.timeLabel.Name = "timeLabel";
|
this.timeLabel.Name = "timeLabel";
|
||||||
this.timeLabel.Xpad = 15;
|
this.timeLabel.Xpad = 15;
|
||||||
this.timeLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<big>00.0</big>");
|
this.timeLabel.LabelProp = "<big>00.0</big>";
|
||||||
this.timeLabel.UseMarkup = true;
|
this.timeLabel.UseMarkup = true;
|
||||||
this.hbox2.Add (this.timeLabel);
|
this.hbox2.Add (this.timeLabel);
|
||||||
global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.timeLabel]));
|
global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.timeLabel]));
|
||||||
|
|
@ -165,7 +165,7 @@ namespace DMX2
|
||||||
w10.Add (w11);
|
w10.Add (w11);
|
||||||
// Container child GtkHBox.Gtk.Container+ContainerChild
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
||||||
global::Gtk.Label w13 = new global::Gtk.Label ();
|
global::Gtk.Label w13 = new global::Gtk.Label ();
|
||||||
w13.LabelProp = global::Mono.Unix.Catalog.GetString ("Ok");
|
w13.LabelProp = "Ok";
|
||||||
w13.UseUnderline = true;
|
w13.UseUnderline = true;
|
||||||
w10.Add (w13);
|
w10.Add (w13);
|
||||||
w9.Add (w10);
|
w9.Add (w10);
|
||||||
|
|
@ -231,7 +231,7 @@ namespace DMX2
|
||||||
this.frame1.Add (this.GtkAlignment);
|
this.frame1.Add (this.GtkAlignment);
|
||||||
this.titreLabel = new global::Gtk.Label ();
|
this.titreLabel = new global::Gtk.Label ();
|
||||||
this.titreLabel.Name = "titreLabel";
|
this.titreLabel.Name = "titreLabel";
|
||||||
this.titreLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Séquenceur Macro");
|
this.titreLabel.LabelProp = "Séquenceur Macro";
|
||||||
this.titreLabel.UseMarkup = true;
|
this.titreLabel.UseMarkup = true;
|
||||||
this.frame1.LabelWidget = this.titreLabel;
|
this.frame1.LabelWidget = this.titreLabel;
|
||||||
this.Add (this.frame1);
|
this.Add (this.frame1);
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
<target-gtk-version>2.12</target-gtk-version>
|
<target-gtk-version>2.12</target-gtk-version>
|
||||||
</configuration>
|
</configuration>
|
||||||
<import>
|
<import>
|
||||||
<widget-library name="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
|
|
||||||
<widget-library name="../bin/Debug/DMX-2.0.exe" internal="true" />
|
<widget-library name="../bin/Debug/DMX-2.0.exe" internal="true" />
|
||||||
</import>
|
</import>
|
||||||
<icon-factory>
|
<icon-factory>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue