diff --git a/DMX-2.0/gtk-gui/DMX2.GestionCircuits.cs b/DMX-2.0/gtk-gui/DMX2.GestionCircuits.cs
deleted file mode 100644
index d626191..0000000
--- a/DMX-2.0/gtk-gui/DMX2.GestionCircuits.cs
+++ /dev/null
@@ -1,99 +0,0 @@
-
-// This file has been generated by the GUI designer. Do not modify.
-namespace DMX2
-{
- public partial class GestionCircuits
- {
- private global::Gtk.UIManager UIManager;
- private global::Gtk.Action addAction;
- private global::Gtk.Action removeAction;
- private global::Gtk.VBox vbox2;
- private global::Gtk.Toolbar toolbar1;
- private global::Gtk.ScrolledWindow GtkScrolledWindow;
- private global::Gtk.TreeView listeCircuits;
- private global::Gtk.Button buttonOk;
-
- protected virtual void Build ()
- {
- global::Stetic.Gui.Initialize (this);
- // Widget DMX2.GestionCircuits
- this.UIManager = new global::Gtk.UIManager ();
- global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
- this.addAction = new global::Gtk.Action ("addAction", null, null, "gtk-add");
- w1.Add (this.addAction, null);
- this.removeAction = new global::Gtk.Action ("removeAction", null, null, "gtk-remove");
- w1.Add (this.removeAction, null);
- this.UIManager.InsertActionGroup (w1, 0);
- this.AddAccelGroup (this.UIManager.AccelGroup);
- this.Name = "DMX2.GestionCircuits";
- this.Title = global::Mono.Unix.Catalog.GetString ("Circuits");
- this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
- this.WindowPosition = ((global::Gtk.WindowPosition)(4));
- this.DestroyWithParent = true;
- this.Gravity = ((global::Gdk.Gravity)(10));
- // Internal child DMX2.GestionCircuits.VBox
- global::Gtk.VBox w2 = this.VBox;
- w2.Name = "dialog1_VBox";
- w2.BorderWidth = ((uint)(2));
- // Container child dialog1_VBox.Gtk.Box+BoxChild
- this.vbox2 = new global::Gtk.VBox ();
- this.vbox2.Name = "vbox2";
- this.vbox2.Spacing = 6;
- // Container child vbox2.Gtk.Box+BoxChild
- this.UIManager.AddUiFromString ("");
- this.toolbar1 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar1")));
- this.toolbar1.Name = "toolbar1";
- this.toolbar1.ShowArrow = false;
- this.vbox2.Add (this.toolbar1);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.toolbar1]));
- w3.Position = 0;
- w3.Expand = false;
- w3.Fill = false;
- // Container child vbox2.Gtk.Box+BoxChild
- this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
- this.GtkScrolledWindow.Name = "GtkScrolledWindow";
- this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
- // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
- this.listeCircuits = new global::Gtk.TreeView ();
- this.listeCircuits.CanFocus = true;
- this.listeCircuits.Name = "listeCircuits";
- this.listeCircuits.EnableSearch = false;
- this.listeCircuits.Reorderable = true;
- this.GtkScrolledWindow.Add (this.listeCircuits);
- this.vbox2.Add (this.GtkScrolledWindow);
- global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
- w5.Position = 1;
- w2.Add (this.vbox2);
- global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w2 [this.vbox2]));
- w6.Position = 0;
- // Internal child DMX2.GestionCircuits.ActionArea
- global::Gtk.HButtonBox w7 = this.ActionArea;
- w7.Name = "dialog1_ActionArea";
- w7.Spacing = 10;
- w7.BorderWidth = ((uint)(5));
- w7.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
- // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
- this.buttonOk = new global::Gtk.Button ();
- this.buttonOk.CanDefault = true;
- this.buttonOk.CanFocus = true;
- this.buttonOk.Name = "buttonOk";
- this.buttonOk.UseStock = true;
- this.buttonOk.UseUnderline = true;
- this.buttonOk.Label = "gtk-close";
- this.AddActionWidget (this.buttonOk, -7);
- global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.buttonOk]));
- w8.Expand = false;
- w8.Fill = false;
- if ((this.Child != null)) {
- this.Child.ShowAll ();
- }
- this.DefaultWidth = 400;
- this.DefaultHeight = 456;
- this.buttonOk.HasDefault = true;
- this.Hide ();
- this.Response += new global::Gtk.ResponseHandler (this.OnResp);
- this.addAction.Activated += new global::System.EventHandler (this.OnAddActionActivated);
- this.removeAction.Activated += new global::System.EventHandler (this.OnRemoveActionActivated);
- }
- }
-}
diff --git a/DMX-2.0/gtk-gui/DMX2.MainWindow.cs b/DMX-2.0/gtk-gui/DMX2.MainWindow.cs
deleted file mode 100644
index 2976949..0000000
--- a/DMX-2.0/gtk-gui/DMX2.MainWindow.cs
+++ /dev/null
@@ -1,235 +0,0 @@
-
-// This file has been generated by the GUI designer. Do not modify.
-namespace DMX2
-{
- public partial class MainWindow
- {
- private global::Gtk.UIManager UIManager;
- private global::Gtk.Action openAction;
- private global::Gtk.Action saveAction;
- private global::Gtk.Action saveAsAction;
- private global::Gtk.Action quitAction;
- private global::Gtk.Action closeAction;
- private global::Gtk.Action TestAction;
- private global::Gtk.Action circAction;
- private global::Gtk.Action propertiesAction;
- private global::Gtk.Action FichierAction;
- private global::Gtk.Action newAction;
- private global::Gtk.Action seqLinAction;
- private global::Gtk.VBox vbox1;
- private global::Gtk.HBox hbox1;
- private global::Gtk.Fixed fixed2;
- private global::Gtk.VSeparator vseparator1;
- private global::Gtk.HPaned hpaned1;
- private global::Gtk.HPaned hpaned2;
- private global::Gtk.ScrolledWindow scrolledwindow1;
- private global::Gtk.VBox vbox3;
- private global::Gtk.ScrolledWindow GtkScrolledWindow2;
- private global::Gtk.NodeView nodeview1;
- private global::Gtk.ScrolledWindow scrolledwindow2;
- private global::Gtk.VBox vboxCircuits;
- private global::Gtk.HSeparator hseparator1;
- private global::Gtk.HBox hbox4;
- private global::Gtk.Toolbar toolbar7;
- private global::Gtk.Fixed fixed5;
- private global::Gtk.Toolbar toolbar8;
-
- protected virtual void Build ()
- {
- global::Stetic.Gui.Initialize (this);
- // Widget DMX2.MainWindow
- this.UIManager = new global::Gtk.UIManager ();
- global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
- this.openAction = new global::Gtk.Action ("openAction", global::Mono.Unix.Catalog.GetString ("_Ouvrir"), null, "gtk-open");
- this.openAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Ouvrir");
- w1.Add (this.openAction, null);
- this.saveAction = new global::Gtk.Action ("saveAction", null, null, "gtk-save");
- this.saveAction.Sensitive = false;
- w1.Add (this.saveAction, null);
- this.saveAsAction = new global::Gtk.Action ("saveAsAction", null, null, "gtk-save-as");
- this.saveAsAction.Sensitive = false;
- w1.Add (this.saveAsAction, null);
- this.quitAction = new global::Gtk.Action ("quitAction", null, null, "gtk-quit");
- w1.Add (this.quitAction, null);
- this.closeAction = new global::Gtk.Action ("closeAction", null, null, "gtk-close");
- this.closeAction.Sensitive = false;
- w1.Add (this.closeAction, null);
- this.TestAction = new global::Gtk.Action ("TestAction", global::Mono.Unix.Catalog.GetString ("Test"), null, null);
- this.TestAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Test");
- w1.Add (this.TestAction, null);
- this.circAction = new global::Gtk.Action ("circAction", global::Mono.Unix.Catalog.GetString ("Circuits"), null, "circuits");
- this.circAction.Sensitive = false;
- this.circAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Circuits");
- w1.Add (this.circAction, null);
- this.propertiesAction = new global::Gtk.Action ("propertiesAction", global::Mono.Unix.Catalog.GetString ("Circuits"), null, "gtk-properties");
- this.propertiesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Circuits");
- w1.Add (this.propertiesAction, null);
- this.FichierAction = new global::Gtk.Action ("FichierAction", global::Mono.Unix.Catalog.GetString ("_Fichier"), null, null);
- this.FichierAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Fichier");
- w1.Add (this.FichierAction, null);
- this.newAction = new global::Gtk.Action ("newAction", null, null, "gtk-new");
- w1.Add (this.newAction, null);
- this.seqLinAction = new global::Gtk.Action ("seqLinAction", null, null, "tirettes");
- this.seqLinAction.Sensitive = false;
- w1.Add (this.seqLinAction, null);
- this.UIManager.InsertActionGroup (w1, 0);
- this.AddAccelGroup (this.UIManager.AccelGroup);
- this.Name = "DMX2.MainWindow";
- this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
- this.WindowPosition = ((global::Gtk.WindowPosition)(4));
- // Container child DMX2.MainWindow.Gtk.Container+ContainerChild
- this.vbox1 = new global::Gtk.VBox ();
- this.vbox1.Name = "vbox1";
- this.vbox1.Spacing = 6;
- // Container child vbox1.Gtk.Box+BoxChild
- this.hbox1 = new global::Gtk.HBox ();
- this.hbox1.Name = "hbox1";
- this.hbox1.Spacing = 6;
- // Container child hbox1.Gtk.Box+BoxChild
- this.fixed2 = new global::Gtk.Fixed ();
- this.fixed2.WidthRequest = 50;
- this.fixed2.Name = "fixed2";
- this.fixed2.HasWindow = false;
- this.hbox1.Add (this.fixed2);
- global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.fixed2]));
- w2.Position = 0;
- w2.Expand = false;
- w2.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.vseparator1 = new global::Gtk.VSeparator ();
- this.vseparator1.Name = "vseparator1";
- this.hbox1.Add (this.vseparator1);
- global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator1]));
- w3.Position = 1;
- w3.Expand = false;
- w3.Fill = false;
- // Container child hbox1.Gtk.Box+BoxChild
- this.hpaned1 = new global::Gtk.HPaned ();
- this.hpaned1.CanFocus = true;
- this.hpaned1.Name = "hpaned1";
- this.hpaned1.Position = 753;
- // Container child hpaned1.Gtk.Paned+PanedChild
- this.hpaned2 = new global::Gtk.HPaned ();
- this.hpaned2.CanFocus = true;
- this.hpaned2.Name = "hpaned2";
- this.hpaned2.Position = 583;
- // Container child hpaned2.Gtk.Paned+PanedChild
- this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
- this.scrolledwindow1.CanFocus = true;
- this.scrolledwindow1.Name = "scrolledwindow1";
- this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
- // Container child scrolledwindow1.Gtk.Container+ContainerChild
- global::Gtk.Viewport w4 = new global::Gtk.Viewport ();
- w4.ShadowType = ((global::Gtk.ShadowType)(0));
- // Container child GtkViewport.Gtk.Container+ContainerChild
- this.vbox3 = new global::Gtk.VBox ();
- this.vbox3.Name = "vbox3";
- this.vbox3.Spacing = 6;
- w4.Add (this.vbox3);
- this.scrolledwindow1.Add (w4);
- this.hpaned2.Add (this.scrolledwindow1);
- global::Gtk.Paned.PanedChild w7 = ((global::Gtk.Paned.PanedChild)(this.hpaned2 [this.scrolledwindow1]));
- w7.Resize = false;
- w7.Shrink = false;
- // Container child hpaned2.Gtk.Paned+PanedChild
- this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
- this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
- this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
- // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
- this.nodeview1 = new global::Gtk.NodeView ();
- this.nodeview1.CanFocus = true;
- this.nodeview1.Name = "nodeview1";
- this.GtkScrolledWindow2.Add (this.nodeview1);
- this.hpaned2.Add (this.GtkScrolledWindow2);
- global::Gtk.Paned.PanedChild w9 = ((global::Gtk.Paned.PanedChild)(this.hpaned2 [this.GtkScrolledWindow2]));
- w9.Resize = false;
- w9.Shrink = false;
- this.hpaned1.Add (this.hpaned2);
- global::Gtk.Paned.PanedChild w10 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.hpaned2]));
- w10.Resize = false;
- // Container child hpaned1.Gtk.Paned+PanedChild
- this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
- this.scrolledwindow2.WidthRequest = 150;
- this.scrolledwindow2.CanFocus = true;
- this.scrolledwindow2.Name = "scrolledwindow2";
- this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
- // Container child scrolledwindow2.Gtk.Container+ContainerChild
- global::Gtk.Viewport w11 = new global::Gtk.Viewport ();
- w11.ShadowType = ((global::Gtk.ShadowType)(0));
- // Container child GtkViewport1.Gtk.Container+ContainerChild
- this.vboxCircuits = new global::Gtk.VBox ();
- this.vboxCircuits.Name = "vboxCircuits";
- this.vboxCircuits.Spacing = 2;
- w11.Add (this.vboxCircuits);
- this.scrolledwindow2.Add (w11);
- this.hpaned1.Add (this.scrolledwindow2);
- global::Gtk.Paned.PanedChild w14 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.scrolledwindow2]));
- w14.Resize = false;
- w14.Shrink = false;
- this.hbox1.Add (this.hpaned1);
- global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hpaned1]));
- w15.Position = 2;
- this.vbox1.Add (this.hbox1);
- global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
- w16.Position = 0;
- // Container child vbox1.Gtk.Box+BoxChild
- this.hseparator1 = new global::Gtk.HSeparator ();
- this.hseparator1.Name = "hseparator1";
- this.vbox1.Add (this.hseparator1);
- global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
- w17.Position = 1;
- w17.Expand = false;
- w17.Fill = false;
- // Container child vbox1.Gtk.Box+BoxChild
- this.hbox4 = new global::Gtk.HBox ();
- this.hbox4.Name = "hbox4";
- this.hbox4.Spacing = 6;
- // Container child hbox4.Gtk.Box+BoxChild
- this.UIManager.AddUiFromString ("");
- this.toolbar7 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar7")));
- this.toolbar7.Name = "toolbar7";
- this.toolbar7.ShowArrow = false;
- this.hbox4.Add (this.toolbar7);
- global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.toolbar7]));
- w18.Position = 0;
- w18.Expand = false;
- w18.Fill = false;
- // Container child hbox4.Gtk.Box+BoxChild
- this.fixed5 = new global::Gtk.Fixed ();
- this.fixed5.Name = "fixed5";
- this.fixed5.HasWindow = false;
- this.hbox4.Add (this.fixed5);
- global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.fixed5]));
- w19.Position = 1;
- // Container child hbox4.Gtk.Box+BoxChild
- this.UIManager.AddUiFromString ("");
- this.toolbar8 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar8")));
- this.toolbar8.Name = "toolbar8";
- this.toolbar8.ShowArrow = false;
- this.toolbar8.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
- this.hbox4.Add (this.toolbar8);
- global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.toolbar8]));
- w20.Position = 2;
- w20.Expand = false;
- w20.Fill = false;
- this.vbox1.Add (this.hbox4);
- global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox4]));
- w21.Position = 2;
- w21.Expand = false;
- w21.Fill = false;
- this.Add (this.vbox1);
- if ((this.Child != null)) {
- this.Child.ShowAll ();
- }
- this.DefaultWidth = 1027;
- this.DefaultHeight = 709;
- this.Show ();
- this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
- this.quitAction.Activated += new global::System.EventHandler (this.OnQuitActionActivated);
- this.closeAction.Activated += new global::System.EventHandler (this.OnCloseActionActivated);
- this.circAction.Activated += new global::System.EventHandler (this.OnCircuitsActionActivated);
- this.newAction.Activated += new global::System.EventHandler (this.OnNewActionActivated);
- this.seqLinAction.Activated += new global::System.EventHandler (this.OnSeqLinActionActivated);
- }
- }
-}