569 lines
25 KiB
C#
569 lines
25 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.Action selectColorAction;
|
|
|
|
private global::Gtk.Action aboutAction;
|
|
|
|
private global::Gtk.Action midiAction;
|
|
|
|
private global::Gtk.Action connectAction1;
|
|
|
|
private global::Gtk.Action selectColorAction1;
|
|
|
|
private global::Gtk.Action seqSonAction;
|
|
|
|
private global::Gtk.Action selectColorAction2;
|
|
|
|
private global::Gtk.Action seqMidiAction;
|
|
|
|
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.EventBox evBBox1;
|
|
|
|
private global::Gtk.VBox vbox3;
|
|
|
|
private global::Gtk.Label lblPage;
|
|
|
|
private global::Gtk.Label lblpagesmall;
|
|
|
|
private global::Gtk.VSeparator vseparator1;
|
|
|
|
private global::Gtk.HPaned hpaned1;
|
|
|
|
private global::Gtk.HPaned hpaned2;
|
|
|
|
private global::Gtk.VBox vbox4;
|
|
|
|
private global::Gtk.EventBox evBBox2;
|
|
|
|
private global::Gtk.VBox vbox5;
|
|
|
|
private global::Gtk.Label labelMasterPos;
|
|
|
|
private global::Gtk.Label labelMasterNext;
|
|
|
|
private global::Gtk.ScrolledWindow GtkScrolledWindow2;
|
|
|
|
private global::Gtk.NodeView MatriceUI;
|
|
|
|
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 lblInfo;
|
|
|
|
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", "_Ouvrir", "Ouvrir", "gtk-open");
|
|
this.openAction.ShortLabel = "_Ouvrir";
|
|
w1.Add(this.openAction, null);
|
|
this.saveAction = new global::Gtk.Action("saveAction", null, "Enregistrer", "gtk-save");
|
|
this.saveAction.Sensitive = false;
|
|
w1.Add(this.saveAction, null);
|
|
this.saveAsAction = new global::Gtk.Action("saveAsAction", null, "Enregistrer sous ...", "gtk-save-as");
|
|
this.saveAsAction.Sensitive = false;
|
|
w1.Add(this.saveAsAction, null);
|
|
this.quitAction = new global::Gtk.Action("quitAction", null, "Quitter", "gtk-quit");
|
|
w1.Add(this.quitAction, null);
|
|
this.closeAction = new global::Gtk.Action("closeAction", null, "Fermer", "gtk-close");
|
|
this.closeAction.Sensitive = false;
|
|
w1.Add(this.closeAction, null);
|
|
this.TestAction = new global::Gtk.Action("TestAction", "Test", null, null);
|
|
this.TestAction.ShortLabel = "Test";
|
|
w1.Add(this.TestAction, null);
|
|
this.circAction = new global::Gtk.Action("circAction", "Gestion des Circuits", "Gestion des Circuits", "circuits");
|
|
this.circAction.Sensitive = false;
|
|
this.circAction.ShortLabel = "Circuits";
|
|
w1.Add(this.circAction, null);
|
|
this.propertiesAction = new global::Gtk.Action("propertiesAction", "Circuits", null, "gtk-properties");
|
|
this.propertiesAction.ShortLabel = "Circuits";
|
|
w1.Add(this.propertiesAction, null);
|
|
this.FichierAction = new global::Gtk.Action("FichierAction", "_Fichier", null, null);
|
|
this.FichierAction.ShortLabel = "_Fichier";
|
|
w1.Add(this.FichierAction, null);
|
|
this.newAction = new global::Gtk.Action("newAction", null, "Nouvelle Conduite", "gtk-new");
|
|
w1.Add(this.newAction, null);
|
|
this.seqLinAction = new global::Gtk.Action("seqLinAction", "Ajout Sequenceur", "Ajouter un sequenceur lineraire", "tirettes");
|
|
this.seqLinAction.Sensitive = false;
|
|
this.seqLinAction.ShortLabel = "Ajout Sequenceur";
|
|
w1.Add(this.seqLinAction, null);
|
|
this.fullscreenAction = new global::Gtk.Action("fullscreenAction", "_Plein écran", null, "gtk-fullscreen");
|
|
this.fullscreenAction.ShortLabel = "_Plein écran";
|
|
w1.Add(this.fullscreenAction, null);
|
|
this.fullscreenAction1 = new global::Gtk.Action("fullscreenAction1", "_Plein écran", "Plein Ecran", "gtk-fullscreen");
|
|
this.fullscreenAction1.ShortLabel = "_Plein écran";
|
|
w1.Add(this.fullscreenAction1, null);
|
|
this.showAllAction = new global::Gtk.Action("showAllAction", "ShowAll", "Tout réafficher", "gtk-refresh");
|
|
this.showAllAction.Sensitive = false;
|
|
this.showAllAction.ShortLabel = "ShowAll";
|
|
w1.Add(this.showAllAction, null);
|
|
this.universAction = new global::Gtk.Action("universAction", "Univers", "Gestion des Univers", "gtk-execute");
|
|
this.universAction.Sensitive = false;
|
|
this.universAction.ShortLabel = "Univers";
|
|
w1.Add(this.universAction, null);
|
|
this.connectAction = new global::Gtk.Action("connectAction", null, "Connecter d\'un boitier", "gtk-connect");
|
|
w1.Add(this.connectAction, null);
|
|
this.seqMacroAction = new global::Gtk.Action("seqMacroAction", null, "Ajouter un sequenceur macro", "gtk-index");
|
|
this.seqMacroAction.Sensitive = false;
|
|
w1.Add(this.seqMacroAction, null);
|
|
this.selectColorAction = new global::Gtk.Action("selectColorAction", null, "Recharger le theme", "gtk-select-color");
|
|
w1.Add(this.selectColorAction, null);
|
|
this.aboutAction = new global::Gtk.Action("aboutAction", null, null, "gtk-about");
|
|
w1.Add(this.aboutAction, null);
|
|
this.midiAction = new global::Gtk.Action("midiAction", null, null, "gtk-preferences");
|
|
w1.Add(this.midiAction, null);
|
|
this.connectAction1 = new global::Gtk.Action("connectAction1", "Connection Midi", null, "gtk-connect");
|
|
this.connectAction1.ShortLabel = "Connection Midi";
|
|
w1.Add(this.connectAction1, null);
|
|
this.selectColorAction1 = new global::Gtk.Action("selectColorAction1", null, null, "gtk-select-color");
|
|
w1.Add(this.selectColorAction1, null);
|
|
this.seqSonAction = new global::Gtk.Action("seqSonAction", null, null, "gtk-cdrom");
|
|
this.seqSonAction.Sensitive = false;
|
|
w1.Add(this.seqSonAction, null);
|
|
this.selectColorAction2 = new global::Gtk.Action("selectColorAction2", null, null, "gtk-select-color");
|
|
this.selectColorAction2.Visible = false;
|
|
this.selectColorAction2.VisibleHorizontal = false;
|
|
this.selectColorAction2.VisibleVertical = false;
|
|
this.selectColorAction2.VisibleOverflown = false;
|
|
w1.Add(this.selectColorAction2, null);
|
|
this.seqMidiAction = new global::Gtk.Action("seqMidiAction", null, null, "MidiSeq");
|
|
this.seqMidiAction.Sensitive = false;
|
|
w1.Add(this.seqMidiAction, null);
|
|
this.UIManager.InsertActionGroup(w1, 0);
|
|
this.AddAccelGroup(this.UIManager.AccelGroup);
|
|
this.Name = "DMX2.MainWindow";
|
|
this.Title = "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;
|
|
global::Gtk.Image w2 = new global::Gtk.Image();
|
|
w2.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-goto-last", global::Gtk.IconSize.Dnd);
|
|
this.btnGo.Image = w2;
|
|
this.vbox2.Add(this.btnGo);
|
|
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.btnGo]));
|
|
w3.Position = 0;
|
|
w3.Expand = false;
|
|
w3.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;
|
|
global::Gtk.Image w4 = new global::Gtk.Image();
|
|
w4.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-goto-first", global::Gtk.IconSize.Dnd);
|
|
this.btnGoBack.Image = w4;
|
|
this.vbox2.Add(this.btnGoBack);
|
|
global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.btnGoBack]));
|
|
w5.Position = 1;
|
|
w5.Expand = false;
|
|
w5.Fill = false;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.btnAjoutLigne = new global::Gtk.Button();
|
|
this.btnAjoutLigne.TooltipMarkup = "Ajoute ligne sous\ncelle selectionnée";
|
|
this.btnAjoutLigne.CanFocus = true;
|
|
this.btnAjoutLigne.Name = "btnAjoutLigne";
|
|
this.btnAjoutLigne.UseUnderline = true;
|
|
global::Gtk.Image w6 = new global::Gtk.Image();
|
|
w6.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Dnd);
|
|
this.btnAjoutLigne.Image = w6;
|
|
this.vbox2.Add(this.btnAjoutLigne);
|
|
global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.btnAjoutLigne]));
|
|
w7.Position = 2;
|
|
w7.Expand = false;
|
|
w7.Fill = false;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.btnRetireLigne = new global::Gtk.Button();
|
|
this.btnRetireLigne.TooltipMarkup = "Retire la ligne selectionnée";
|
|
this.btnRetireLigne.CanFocus = true;
|
|
this.btnRetireLigne.Name = "btnRetireLigne";
|
|
this.btnRetireLigne.UseUnderline = true;
|
|
global::Gtk.Image w8 = new global::Gtk.Image();
|
|
w8.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-remove", global::Gtk.IconSize.Dnd);
|
|
this.btnRetireLigne.Image = w8;
|
|
this.vbox2.Add(this.btnRetireLigne);
|
|
global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.btnRetireLigne]));
|
|
w9.Position = 3;
|
|
w9.Expand = false;
|
|
w9.Fill = false;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.btnBlackOut = new global::Gtk.ToggleButton();
|
|
this.btnBlackOut.TooltipMarkup = "Blackout";
|
|
this.btnBlackOut.CanFocus = true;
|
|
this.btnBlackOut.Name = "btnBlackOut";
|
|
this.btnBlackOut.UseUnderline = true;
|
|
global::Gtk.Image w10 = new global::Gtk.Image();
|
|
w10.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-no", global::Gtk.IconSize.Dnd);
|
|
this.btnBlackOut.Image = w10;
|
|
this.vbox2.Add(this.btnBlackOut);
|
|
global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.btnBlackOut]));
|
|
w11.Position = 4;
|
|
w11.Expand = false;
|
|
w11.Fill = false;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.btnPause = new global::Gtk.ToggleButton();
|
|
this.btnPause.TooltipMarkup = "Pause";
|
|
this.btnPause.CanFocus = true;
|
|
this.btnPause.Name = "btnPause";
|
|
this.btnPause.UseUnderline = true;
|
|
global::Gtk.Image w12 = new global::Gtk.Image();
|
|
w12.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-pause", global::Gtk.IconSize.Dnd);
|
|
this.btnPause.Image = w12;
|
|
this.vbox2.Add(this.btnPause);
|
|
global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.btnPause]));
|
|
w13.Position = 5;
|
|
w13.Expand = false;
|
|
w13.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 = "<big>0.00</big>";
|
|
this.timeLabel.UseMarkup = true;
|
|
this.timeLabel.Justify = ((global::Gtk.Justification)(2));
|
|
this.timeLabel.Angle = 90D;
|
|
this.evBBox.Add(this.timeLabel);
|
|
this.vbox2.Add(this.evBBox);
|
|
global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.evBBox]));
|
|
w15.Position = 6;
|
|
w15.Expand = false;
|
|
w15.Fill = false;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.masterScale = new global::Gtk.VScale(null);
|
|
this.masterScale.TooltipMarkup = "Master";
|
|
this.masterScale.HeightRequest = 75;
|
|
this.masterScale.Name = "masterScale";
|
|
this.masterScale.Inverted = true;
|
|
this.masterScale.Adjustment.Upper = 100D;
|
|
this.masterScale.Adjustment.PageIncrement = 10D;
|
|
this.masterScale.Adjustment.StepIncrement = 1D;
|
|
this.masterScale.Adjustment.Value = 100D;
|
|
this.masterScale.DrawValue = true;
|
|
this.masterScale.Digits = 0;
|
|
this.masterScale.ValuePos = ((global::Gtk.PositionType)(2));
|
|
this.vbox2.Add(this.masterScale);
|
|
global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.masterScale]));
|
|
w16.Position = 7;
|
|
// Container child vbox2.Gtk.Box+BoxChild
|
|
this.evBBox1 = new global::Gtk.EventBox();
|
|
this.evBBox1.Name = "evBBox1";
|
|
// Container child evBBox1.Gtk.Container+ContainerChild
|
|
this.vbox3 = new global::Gtk.VBox();
|
|
this.vbox3.Name = "vbox3";
|
|
this.vbox3.Spacing = 6;
|
|
// Container child vbox3.Gtk.Box+BoxChild
|
|
this.lblPage = new global::Gtk.Label();
|
|
this.lblPage.Name = "lblPage";
|
|
this.lblPage.LabelProp = "0";
|
|
this.vbox3.Add(this.lblPage);
|
|
global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.lblPage]));
|
|
w17.Position = 0;
|
|
w17.Expand = false;
|
|
w17.Fill = false;
|
|
// Container child vbox3.Gtk.Box+BoxChild
|
|
this.lblpagesmall = new global::Gtk.Label();
|
|
this.lblpagesmall.HeightRequest = 28;
|
|
this.lblpagesmall.Name = "lblpagesmall";
|
|
this.lblpagesmall.LabelProp = "midi\npage";
|
|
this.lblpagesmall.UseMarkup = true;
|
|
this.vbox3.Add(this.lblpagesmall);
|
|
global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.lblpagesmall]));
|
|
w18.Position = 1;
|
|
w18.Fill = false;
|
|
this.evBBox1.Add(this.vbox3);
|
|
this.vbox2.Add(this.evBBox1);
|
|
global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.evBBox1]));
|
|
w20.Position = 8;
|
|
w20.Expand = false;
|
|
w20.Fill = false;
|
|
this.hbox1.Add(this.vbox2);
|
|
global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
|
|
w21.Position = 0;
|
|
w21.Expand = false;
|
|
w21.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 w22 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator1]));
|
|
w22.Position = 1;
|
|
w22.Expand = false;
|
|
w22.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.vbox4 = new global::Gtk.VBox();
|
|
this.vbox4.Name = "vbox4";
|
|
this.vbox4.Spacing = 6;
|
|
// Container child vbox4.Gtk.Box+BoxChild
|
|
this.evBBox2 = new global::Gtk.EventBox();
|
|
this.evBBox2.Name = "evBBox2";
|
|
// Container child evBBox2.Gtk.Container+ContainerChild
|
|
this.vbox5 = new global::Gtk.VBox();
|
|
this.vbox5.Name = "vbox5";
|
|
this.vbox5.Spacing = 6;
|
|
// Container child vbox5.Gtk.Box+BoxChild
|
|
this.labelMasterPos = new global::Gtk.Label();
|
|
this.labelMasterPos.Name = "labelMasterPos";
|
|
this.labelMasterPos.Xpad = 4;
|
|
this.labelMasterPos.Ypad = 1;
|
|
this.labelMasterPos.Xalign = 0F;
|
|
this.labelMasterPos.LabelProp = "\t";
|
|
this.vbox5.Add(this.labelMasterPos);
|
|
global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.labelMasterPos]));
|
|
w23.Position = 0;
|
|
w23.Expand = false;
|
|
w23.Fill = false;
|
|
// Container child vbox5.Gtk.Box+BoxChild
|
|
this.labelMasterNext = new global::Gtk.Label();
|
|
this.labelMasterNext.Name = "labelMasterNext";
|
|
this.labelMasterNext.Xpad = 20;
|
|
this.labelMasterNext.Xalign = 0F;
|
|
this.labelMasterNext.LabelProp = "\t";
|
|
this.vbox5.Add(this.labelMasterNext);
|
|
global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.labelMasterNext]));
|
|
w24.Position = 1;
|
|
w24.Expand = false;
|
|
w24.Fill = false;
|
|
this.evBBox2.Add(this.vbox5);
|
|
this.vbox4.Add(this.evBBox2);
|
|
global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.evBBox2]));
|
|
w26.Position = 0;
|
|
w26.Expand = false;
|
|
w26.Fill = false;
|
|
// Container child vbox4.Gtk.Box+BoxChild
|
|
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.vbox4.Add(this.GtkScrolledWindow2);
|
|
global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.GtkScrolledWindow2]));
|
|
w28.Position = 1;
|
|
this.hpaned2.Add(this.vbox4);
|
|
global::Gtk.Paned.PanedChild w29 = ((global::Gtk.Paned.PanedChild)(this.hpaned2[this.vbox4]));
|
|
w29.Resize = false;
|
|
this.hpaned1.Add(this.hpaned2);
|
|
global::Gtk.Paned.PanedChild w30 = ((global::Gtk.Paned.PanedChild)(this.hpaned1[this.hpaned2]));
|
|
w30.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 w31 = new global::Gtk.Viewport();
|
|
w31.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;
|
|
w31.Add(this.vboxCircuits);
|
|
this.scrolledwindow2.Add(w31);
|
|
this.hpaned1.Add(this.scrolledwindow2);
|
|
global::Gtk.Paned.PanedChild w34 = ((global::Gtk.Paned.PanedChild)(this.hpaned1[this.scrolledwindow2]));
|
|
w34.Resize = false;
|
|
w34.Shrink = false;
|
|
this.hbox1.Add(this.hpaned1);
|
|
global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.hpaned1]));
|
|
w35.Position = 2;
|
|
this.vbox1.Add(this.hbox1);
|
|
global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
|
|
w36.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 w37 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hseparator1]));
|
|
w37.Position = 1;
|
|
w37.Expand = false;
|
|
w37.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'/><toolitem name='seqSonAction' action='seqSonAction'/><toolitem name='seqMidiAction' action='seqMidiAction'/><separator/><toolitem name='showAllAction' action='showAllAction'/><toolitem name='fullscreenAction1' action='fullscreenAction1'/><toolitem name='universAction' action='universAction'/><toolitem name='midiAction' action='midiAction'/><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.toolbar7.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
|
|
this.hbox4.Add(this.toolbar7);
|
|
global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.toolbar7]));
|
|
w38.Position = 0;
|
|
w38.Expand = false;
|
|
w38.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.lblInfo = new global::Gtk.Label();
|
|
this.lblInfo.Name = "lblInfo";
|
|
this.lblInfo.LabelProp = "info";
|
|
this.evInfo.Add(this.lblInfo);
|
|
this.hbox4.Add(this.evInfo);
|
|
global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.evInfo]));
|
|
w40.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='aboutAction' action='aboutAction'/><toolitem name='quitAction' action='quitAction'/><toolitem name='selectColorAction2' action='selectColorAction2'/></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 w41 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.toolbar8]));
|
|
w41.Position = 2;
|
|
w41.Expand = false;
|
|
w41.Fill = false;
|
|
this.vbox1.Add(this.hbox4);
|
|
global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
|
|
w42.Position = 2;
|
|
w42.Expand = false;
|
|
w42.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.selectColorAction.Activated += new global::System.EventHandler(this.OnSelectColorActionActivated);
|
|
this.aboutAction.Activated += new global::System.EventHandler(this.OnAboutActionActivated);
|
|
this.midiAction.Activated += new global::System.EventHandler(this.OnMidiActionActivated);
|
|
this.selectColorAction1.Activated += new global::System.EventHandler(this.OnSelectColorActionActivated);
|
|
this.seqSonAction.Activated += new global::System.EventHandler(this.OnSeqSonActionActivated);
|
|
this.selectColorAction2.Activated += new global::System.EventHandler(this.OnSelectColorActionActivated);
|
|
this.seqMidiAction.Activated += new global::System.EventHandler(this.OnSeqMidiActionActivated);
|
|
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);
|
|
}
|
|
}
|
|
}
|