453 lines
22 KiB
C#
453 lines
22 KiB
C#
|
|
// 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.Action fullscreenAction;
|
|
private global::Gtk.Action fullscreenAction1;
|
|
private global::Gtk.Action showAllAction;
|
|
private global::Gtk.Action universAction;
|
|
private global::Gtk.Action connectAction;
|
|
private global::Gtk.Action seqMacroAction;
|
|
private global::Gtk.VBox vbox1;
|
|
private global::Gtk.HBox hbox1;
|
|
private global::Gtk.VBox vbox2;
|
|
private global::Gtk.Button btnGo;
|
|
private global::Gtk.Button btnGoBack;
|
|
private global::Gtk.Button btnAjoutLigne;
|
|
private global::Gtk.Button btnRetireLigne;
|
|
private global::Gtk.ToggleButton btnBlackOut;
|
|
private global::Gtk.ToggleButton btnPause;
|
|
private global::Gtk.EventBox evBBox;
|
|
private global::Gtk.Label timeLabel;
|
|
private global::Gtk.VScale masterScale;
|
|
private global::Gtk.VSeparator vseparator1;
|
|
private global::Gtk.HPaned hpaned1;
|
|
private global::Gtk.HPaned hpaned2;
|
|
private global::Gtk.ScrolledWindow GtkScrolledWindow2;
|
|
private global::Gtk.NodeView MatriceUI;
|
|
private global::Gtk.Notebook onglets;
|
|
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.EventBox evInfo;
|
|
private global::Gtk.Label label2;
|
|
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.fullscreenAction = new global::Gtk.Action ("fullscreenAction", global::Mono.Unix.Catalog.GetString ("_Plein écran"), null, "gtk-fullscreen");
|
|
this.fullscreenAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Plein écran");
|
|
w1.Add (this.fullscreenAction, null);
|
|
this.fullscreenAction1 = new global::Gtk.Action ("fullscreenAction1", global::Mono.Unix.Catalog.GetString ("_Plein écran"), null, "gtk-fullscreen");
|
|
this.fullscreenAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Plein écran");
|
|
w1.Add (this.fullscreenAction1, null);
|
|
this.showAllAction = new global::Gtk.Action ("showAllAction", global::Mono.Unix.Catalog.GetString ("ShowAll"), null, "gtk-refresh");
|
|
this.showAllAction.Sensitive = false;
|
|
this.showAllAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("ShowAll");
|
|
w1.Add (this.showAllAction, null);
|
|
this.universAction = new global::Gtk.Action ("universAction", global::Mono.Unix.Catalog.GetString ("Univers"), null, "gtk-execute");
|
|
this.universAction.Sensitive = false;
|
|
this.universAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Univers");
|
|
w1.Add (this.universAction, null);
|
|
this.connectAction = new global::Gtk.Action ("connectAction", null, null, "gtk-connect");
|
|
w1.Add (this.connectAction, null);
|
|
this.seqMacroAction = new global::Gtk.Action ("seqMacroAction", null, null, "gtk-index");
|
|
this.seqMacroAction.Sensitive = false;
|
|
w1.Add (this.seqMacroAction, 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));
|
|
this.BorderWidth = ((uint)(3));
|
|
// 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.vbox2 = new global::Gtk.VBox ();
|
|
this.vbox2.Name = "vbox2";
|
|
this.vbox2.Spacing = 6;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.btnGo = new global::Gtk.Button ();
|
|
this.btnGo.CanFocus = true;
|
|
this.btnGo.Name = "btnGo";
|
|
this.btnGo.UseUnderline = true;
|
|
// Container child btnGo.Gtk.Container+ContainerChild
|
|
global::Gtk.Alignment w2 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
|
|
// Container child GtkAlignment.Gtk.Container+ContainerChild
|
|
global::Gtk.HBox w3 = new global::Gtk.HBox ();
|
|
w3.Spacing = 2;
|
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
|
global::Gtk.Image w4 = new global::Gtk.Image ();
|
|
w4.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-goto-last", global::Gtk.IconSize.Dnd);
|
|
w3.Add (w4);
|
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
|
global::Gtk.Label w6 = new global::Gtk.Label ();
|
|
w3.Add (w6);
|
|
w2.Add (w3);
|
|
this.btnGo.Add (w2);
|
|
this.vbox2.Add (this.btnGo);
|
|
global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.btnGo]));
|
|
w10.Position = 0;
|
|
w10.Expand = false;
|
|
w10.Fill = false;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.btnGoBack = new global::Gtk.Button ();
|
|
this.btnGoBack.CanFocus = true;
|
|
this.btnGoBack.Name = "btnGoBack";
|
|
this.btnGoBack.UseUnderline = true;
|
|
// Container child btnGoBack.Gtk.Container+ContainerChild
|
|
global::Gtk.Alignment w11 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
|
|
// Container child GtkAlignment.Gtk.Container+ContainerChild
|
|
global::Gtk.HBox w12 = new global::Gtk.HBox ();
|
|
w12.Spacing = 2;
|
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
|
global::Gtk.Image w13 = new global::Gtk.Image ();
|
|
w13.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-goto-first", global::Gtk.IconSize.Dnd);
|
|
w12.Add (w13);
|
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
|
global::Gtk.Label w15 = new global::Gtk.Label ();
|
|
w12.Add (w15);
|
|
w11.Add (w12);
|
|
this.btnGoBack.Add (w11);
|
|
this.vbox2.Add (this.btnGoBack);
|
|
global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.btnGoBack]));
|
|
w19.Position = 1;
|
|
w19.Expand = false;
|
|
w19.Fill = false;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.btnAjoutLigne = new global::Gtk.Button ();
|
|
this.btnAjoutLigne.CanFocus = true;
|
|
this.btnAjoutLigne.Name = "btnAjoutLigne";
|
|
this.btnAjoutLigne.UseUnderline = true;
|
|
// Container child btnAjoutLigne.Gtk.Container+ContainerChild
|
|
global::Gtk.Alignment w20 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
|
|
// Container child GtkAlignment.Gtk.Container+ContainerChild
|
|
global::Gtk.HBox w21 = new global::Gtk.HBox ();
|
|
w21.Spacing = 2;
|
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
|
global::Gtk.Image w22 = new global::Gtk.Image ();
|
|
w22.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-add", global::Gtk.IconSize.Dnd);
|
|
w21.Add (w22);
|
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
|
global::Gtk.Label w24 = new global::Gtk.Label ();
|
|
w21.Add (w24);
|
|
w20.Add (w21);
|
|
this.btnAjoutLigne.Add (w20);
|
|
this.vbox2.Add (this.btnAjoutLigne);
|
|
global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.btnAjoutLigne]));
|
|
w28.Position = 2;
|
|
w28.Expand = false;
|
|
w28.Fill = false;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.btnRetireLigne = new global::Gtk.Button ();
|
|
this.btnRetireLigne.CanFocus = true;
|
|
this.btnRetireLigne.Name = "btnRetireLigne";
|
|
this.btnRetireLigne.UseUnderline = true;
|
|
// Container child btnRetireLigne.Gtk.Container+ContainerChild
|
|
global::Gtk.Alignment w29 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
|
|
// Container child GtkAlignment.Gtk.Container+ContainerChild
|
|
global::Gtk.HBox w30 = new global::Gtk.HBox ();
|
|
w30.Spacing = 2;
|
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
|
global::Gtk.Image w31 = new global::Gtk.Image ();
|
|
w31.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-remove", global::Gtk.IconSize.Dnd);
|
|
w30.Add (w31);
|
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
|
global::Gtk.Label w33 = new global::Gtk.Label ();
|
|
w30.Add (w33);
|
|
w29.Add (w30);
|
|
this.btnRetireLigne.Add (w29);
|
|
this.vbox2.Add (this.btnRetireLigne);
|
|
global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.btnRetireLigne]));
|
|
w37.Position = 3;
|
|
w37.Expand = false;
|
|
w37.Fill = false;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.btnBlackOut = new global::Gtk.ToggleButton ();
|
|
this.btnBlackOut.CanFocus = true;
|
|
this.btnBlackOut.Name = "btnBlackOut";
|
|
this.btnBlackOut.UseUnderline = true;
|
|
// Container child btnBlackOut.Gtk.Container+ContainerChild
|
|
global::Gtk.Alignment w38 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
|
|
// Container child GtkAlignment.Gtk.Container+ContainerChild
|
|
global::Gtk.HBox w39 = new global::Gtk.HBox ();
|
|
w39.Spacing = 2;
|
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
|
global::Gtk.Image w40 = new global::Gtk.Image ();
|
|
w40.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-no", global::Gtk.IconSize.Dnd);
|
|
w39.Add (w40);
|
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
|
global::Gtk.Label w42 = new global::Gtk.Label ();
|
|
w39.Add (w42);
|
|
w38.Add (w39);
|
|
this.btnBlackOut.Add (w38);
|
|
this.vbox2.Add (this.btnBlackOut);
|
|
global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.btnBlackOut]));
|
|
w46.Position = 4;
|
|
w46.Expand = false;
|
|
w46.Fill = false;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.btnPause = new global::Gtk.ToggleButton ();
|
|
this.btnPause.CanFocus = true;
|
|
this.btnPause.Name = "btnPause";
|
|
this.btnPause.UseUnderline = true;
|
|
// Container child btnPause.Gtk.Container+ContainerChild
|
|
global::Gtk.Alignment w47 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
|
|
// Container child GtkAlignment.Gtk.Container+ContainerChild
|
|
global::Gtk.HBox w48 = new global::Gtk.HBox ();
|
|
w48.Spacing = 2;
|
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
|
global::Gtk.Image w49 = new global::Gtk.Image ();
|
|
w49.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-pause", global::Gtk.IconSize.Dnd);
|
|
w48.Add (w49);
|
|
// Container child GtkHBox.Gtk.Container+ContainerChild
|
|
global::Gtk.Label w51 = new global::Gtk.Label ();
|
|
w48.Add (w51);
|
|
w47.Add (w48);
|
|
this.btnPause.Add (w47);
|
|
this.vbox2.Add (this.btnPause);
|
|
global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.btnPause]));
|
|
w55.Position = 5;
|
|
w55.Expand = false;
|
|
w55.Fill = false;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.evBBox = new global::Gtk.EventBox ();
|
|
this.evBBox.Name = "evBBox";
|
|
// Container child evBBox.Gtk.Container+ContainerChild
|
|
this.timeLabel = new global::Gtk.Label ();
|
|
this.timeLabel.Name = "timeLabel";
|
|
this.timeLabel.Ypad = 8;
|
|
this.timeLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("<big>0.00</big>");
|
|
this.timeLabel.UseMarkup = true;
|
|
this.timeLabel.Justify = ((global::Gtk.Justification)(2));
|
|
this.timeLabel.Angle = 90;
|
|
this.evBBox.Add (this.timeLabel);
|
|
this.vbox2.Add (this.evBBox);
|
|
global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.evBBox]));
|
|
w57.Position = 6;
|
|
w57.Expand = false;
|
|
w57.Fill = false;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.masterScale = new global::Gtk.VScale (null);
|
|
this.masterScale.HeightRequest = 75;
|
|
this.masterScale.Name = "masterScale";
|
|
this.masterScale.Inverted = true;
|
|
this.masterScale.Adjustment.Upper = 100;
|
|
this.masterScale.Adjustment.PageIncrement = 10;
|
|
this.masterScale.Adjustment.StepIncrement = 1;
|
|
this.masterScale.Adjustment.Value = 100;
|
|
this.masterScale.DrawValue = true;
|
|
this.masterScale.Digits = 0;
|
|
this.masterScale.ValuePos = ((global::Gtk.PositionType)(2));
|
|
this.vbox2.Add (this.masterScale);
|
|
global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.masterScale]));
|
|
w58.Position = 7;
|
|
this.hbox1.Add (this.vbox2);
|
|
global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
|
|
w59.Position = 0;
|
|
w59.Expand = false;
|
|
w59.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 w60 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator1]));
|
|
w60.Position = 1;
|
|
w60.Expand = false;
|
|
w60.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 = 776;
|
|
// Container child hpaned1.Gtk.Paned+PanedChild
|
|
this.hpaned2 = new global::Gtk.HPaned ();
|
|
this.hpaned2.CanFocus = true;
|
|
this.hpaned2.Name = "hpaned2";
|
|
this.hpaned2.Position = 177;
|
|
// 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.MatriceUI = new global::Gtk.NodeView ();
|
|
this.MatriceUI.CanFocus = true;
|
|
this.MatriceUI.Name = "MatriceUI";
|
|
this.MatriceUI.RulesHint = true;
|
|
this.GtkScrolledWindow2.Add (this.MatriceUI);
|
|
this.hpaned2.Add (this.GtkScrolledWindow2);
|
|
global::Gtk.Paned.PanedChild w62 = ((global::Gtk.Paned.PanedChild)(this.hpaned2 [this.GtkScrolledWindow2]));
|
|
w62.Resize = false;
|
|
// Container child hpaned2.Gtk.Paned+PanedChild
|
|
this.onglets = new global::Gtk.Notebook ();
|
|
this.onglets.CanFocus = true;
|
|
this.onglets.Name = "onglets";
|
|
this.onglets.CurrentPage = 0;
|
|
this.hpaned2.Add (this.onglets);
|
|
this.hpaned1.Add (this.hpaned2);
|
|
global::Gtk.Paned.PanedChild w64 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.hpaned2]));
|
|
w64.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 w65 = new global::Gtk.Viewport ();
|
|
w65.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;
|
|
w65.Add (this.vboxCircuits);
|
|
this.scrolledwindow2.Add (w65);
|
|
this.hpaned1.Add (this.scrolledwindow2);
|
|
global::Gtk.Paned.PanedChild w68 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.scrolledwindow2]));
|
|
w68.Resize = false;
|
|
w68.Shrink = false;
|
|
this.hbox1.Add (this.hpaned1);
|
|
global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hpaned1]));
|
|
w69.Position = 2;
|
|
this.vbox1.Add (this.hbox1);
|
|
global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
|
|
w70.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 w71 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1]));
|
|
w71.Position = 1;
|
|
w71.Expand = false;
|
|
w71.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 ("<ui><toolbar name='toolbar7'><toolitem name='circAction' action='circAction'/><toolitem name='seqLinAction' action='seqLinAction'/><toolitem name='seqMacroAction' action='seqMacroAction'/><separator/><toolitem name='showAllAction' action='showAllAction'/><toolitem name='fullscreenAction1' action='fullscreenAction1'/><toolitem name='universAction' action='universAction'/><toolitem name='connectAction' action='connectAction'/></toolbar></ui>");
|
|
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 w72 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.toolbar7]));
|
|
w72.Position = 0;
|
|
w72.Expand = false;
|
|
w72.Fill = false;
|
|
// Container child hbox4.Gtk.Box+BoxChild
|
|
this.evInfo = new global::Gtk.EventBox ();
|
|
this.evInfo.Name = "evInfo";
|
|
// Container child evInfo.Gtk.Container+ContainerChild
|
|
this.label2 = new global::Gtk.Label ();
|
|
this.label2.Name = "label2";
|
|
this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("info");
|
|
this.evInfo.Add (this.label2);
|
|
this.hbox4.Add (this.evInfo);
|
|
global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.evInfo]));
|
|
w74.Position = 1;
|
|
// Container child hbox4.Gtk.Box+BoxChild
|
|
this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar8'><toolitem name='newAction' action='newAction'/><toolitem name='openAction' action='openAction'/><toolitem name='saveAction' action='saveAction'/><toolitem name='saveAsAction' action='saveAsAction'/><toolitem name='closeAction' action='closeAction'/><toolitem name='quitAction' action='quitAction'/></toolbar></ui>");
|
|
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 w75 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.toolbar8]));
|
|
w75.Position = 2;
|
|
w75.Expand = false;
|
|
w75.Fill = false;
|
|
this.vbox1.Add (this.hbox4);
|
|
global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox4]));
|
|
w76.Position = 2;
|
|
w76.Expand = false;
|
|
w76.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.openAction.Activated += new global::System.EventHandler (this.OnOpenActionActivated);
|
|
this.saveAction.Activated += new global::System.EventHandler (this.OnSaveActionActivated);
|
|
this.saveAsAction.Activated += new global::System.EventHandler (this.OnSaveAsActionActivated);
|
|
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);
|
|
this.fullscreenAction1.Activated += new global::System.EventHandler (this.OnFullscreenAction1Activated);
|
|
this.showAllAction.Activated += new global::System.EventHandler (this.OnShowAllActionActivated);
|
|
this.universAction.Activated += new global::System.EventHandler (this.OnUniversActionActivated);
|
|
this.connectAction.Activated += new global::System.EventHandler (this.OnConnectActionActivated);
|
|
this.seqMacroAction.Activated += new global::System.EventHandler (this.OnSeqMacroActionActivated);
|
|
this.btnGo.Clicked += new global::System.EventHandler (this.OnBtnGoClicked);
|
|
this.btnGoBack.Clicked += new global::System.EventHandler (this.OnBtnGoBackClicked);
|
|
this.btnAjoutLigne.Clicked += new global::System.EventHandler (this.OnBtnAjoutLigneClicked);
|
|
this.btnRetireLigne.Clicked += new global::System.EventHandler (this.OnBtnRetireLigneClicked);
|
|
this.btnBlackOut.Toggled += new global::System.EventHandler (this.OnBtnBlackOutToggled);
|
|
this.btnPause.Toggled += new global::System.EventHandler (this.OnBtnPauseToggled);
|
|
this.masterScale.ValueChanged += new global::System.EventHandler (this.OnMasterScaleValueChanged);
|
|
this.MatriceUI.CursorChanged += new global::System.EventHandler (this.OnMatriceUICursorChanged);
|
|
}
|
|
}
|
|
}
|