loupiottes/DMX-2.0/gtk-gui/DMX2.SeqSonUI.cs
2014-12-02 23:45:58 +00:00

451 lines
20 KiB
C#

// This file has been generated by the GUI designer. Do not modify.
namespace DMX2
{
public partial class SeqSonUI
{
private global::Gtk.UIManager UIManager;
private global::Gtk.Action closeAction;
private global::Gtk.Action mediaPlayAction;
private global::Gtk.Action mediaPauseAction;
private global::Gtk.Action mediaStopAction;
private global::Gtk.Action mediaPreviousAction;
private global::Gtk.Action mediaRewindAction;
private global::Gtk.Action mediaForwardAction;
private global::Gtk.Action mediaNextAction;
private global::Gtk.Action actAddFile;
private global::Gtk.Action actDelFile;
private global::Gtk.Action preferencesAction;
private global::Gtk.Action closeAction1;
private global::Gtk.Action preferencesAction1;
private global::Gtk.Frame frame1;
private global::Gtk.Alignment GtkAlignment;
private global::Gtk.VBox vbox2;
private global::Gtk.HBox hbox1;
private global::Gtk.VBox vbox3;
private global::Gtk.EventBox evBBox;
private global::Gtk.HBox hbox2;
private global::Gtk.Label posLabel;
private global::Gtk.Label titleLabel;
private global::Gtk.Label timeLabel;
private global::Gtk.ProgressBar pbCur;
private global::Gtk.HBox hbox3;
private global::Gtk.Button btnPlay;
private global::Gtk.Button btnPause;
private global::Gtk.Button btnStop;
private global::Gtk.Button btnPrev;
private global::Gtk.Button btnRewind;
private global::Gtk.Button btnForward;
private global::Gtk.Button btnNext;
private global::Gtk.Entry txtGoto;
private global::Gtk.Button btnGoto;
private global::Gtk.VScale sclVolume;
private global::Gtk.Toolbar toolbar4;
private global::Gtk.ScrolledWindow GtkScrolledWindow;
private global::Gtk.NodeView listFiles;
private global::Gtk.Label label1;
private global::Gtk.Label GtkLabel9;
protected virtual void Build ()
{
global::Stetic.Gui.Initialize (this);
// Widget DMX2.SeqSonUI
Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
this.UIManager = new global::Gtk.UIManager ();
global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
this.closeAction = new global::Gtk.Action ("closeAction", null, null, "gtk-close");
w2.Add (this.closeAction, null);
this.mediaPlayAction = new global::Gtk.Action ("mediaPlayAction", null, null, "gtk-media-play");
w2.Add (this.mediaPlayAction, null);
this.mediaPauseAction = new global::Gtk.Action ("mediaPauseAction", null, null, "gtk-media-pause");
w2.Add (this.mediaPauseAction, null);
this.mediaStopAction = new global::Gtk.Action ("mediaStopAction", null, null, "gtk-media-stop");
w2.Add (this.mediaStopAction, null);
this.mediaPreviousAction = new global::Gtk.Action ("mediaPreviousAction", null, null, "gtk-media-previous");
w2.Add (this.mediaPreviousAction, null);
this.mediaRewindAction = new global::Gtk.Action ("mediaRewindAction", null, null, "gtk-media-rewind");
w2.Add (this.mediaRewindAction, null);
this.mediaForwardAction = new global::Gtk.Action ("mediaForwardAction", null, null, "gtk-media-forward");
w2.Add (this.mediaForwardAction, null);
this.mediaNextAction = new global::Gtk.Action ("mediaNextAction", null, null, "gtk-media-next");
w2.Add (this.mediaNextAction, null);
this.actAddFile = new global::Gtk.Action ("actAddFile", null, null, "gtk-add");
w2.Add (this.actAddFile, null);
this.actDelFile = new global::Gtk.Action ("actDelFile", null, null, "gtk-remove");
w2.Add (this.actDelFile, null);
this.preferencesAction = new global::Gtk.Action ("preferencesAction", null, null, "gtk-preferences");
w2.Add (this.preferencesAction, null);
this.closeAction1 = new global::Gtk.Action ("closeAction1", null, null, "gtk-close");
w2.Add (this.closeAction1, null);
this.preferencesAction1 = new global::Gtk.Action ("preferencesAction1", null, null, "gtk-preferences");
w2.Add (this.preferencesAction1, null);
this.UIManager.InsertActionGroup (w2, 0);
this.Name = "DMX2.SeqSonUI";
// Container child DMX2.SeqSonUI.Gtk.Container+ContainerChild
this.frame1 = new global::Gtk.Frame ();
this.frame1.Name = "frame1";
this.frame1.ShadowType = ((global::Gtk.ShadowType)(1));
// Container child frame1.Gtk.Container+ContainerChild
this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
this.GtkAlignment.Name = "GtkAlignment";
this.GtkAlignment.LeftPadding = ((uint)(12));
// Container child GtkAlignment.Gtk.Container+ContainerChild
this.vbox2 = new global::Gtk.VBox ();
this.vbox2.Name = "vbox2";
this.vbox2.Spacing = 6;
// Container child vbox2.Gtk.Box+BoxChild
this.hbox1 = new global::Gtk.HBox ();
this.hbox1.Name = "hbox1";
this.hbox1.Spacing = 6;
// Container child hbox1.Gtk.Box+BoxChild
this.vbox3 = new global::Gtk.VBox ();
this.vbox3.Name = "vbox3";
this.vbox3.Spacing = 6;
// Container child vbox3.Gtk.Box+BoxChild
this.evBBox = new global::Gtk.EventBox ();
this.evBBox.Name = "evBBox";
// Container child evBBox.Gtk.Container+ContainerChild
this.hbox2 = new global::Gtk.HBox ();
this.hbox2.WidthRequest = 300;
this.hbox2.Name = "hbox2";
this.hbox2.Spacing = 6;
// Container child hbox2.Gtk.Box+BoxChild
this.posLabel = new global::Gtk.Label ();
this.posLabel.HeightRequest = 33;
this.posLabel.Name = "posLabel";
this.posLabel.Xpad = 15;
this.posLabel.Xalign = 0F;
this.posLabel.LabelProp = "<big>n° 0</big>";
this.posLabel.UseMarkup = true;
this.hbox2.Add (this.posLabel);
global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.posLabel]));
w3.Position = 0;
w3.Expand = false;
w3.Fill = false;
// Container child hbox2.Gtk.Box+BoxChild
this.titleLabel = new global::Gtk.Label ();
this.titleLabel.Name = "titleLabel";
this.titleLabel.UseMarkup = true;
this.titleLabel.Wrap = true;
this.hbox2.Add (this.titleLabel);
global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.titleLabel]));
w4.Position = 1;
w4.Fill = false;
// Container child hbox2.Gtk.Box+BoxChild
this.timeLabel = new global::Gtk.Label ();
this.timeLabel.HeightRequest = 33;
this.timeLabel.Name = "timeLabel";
this.timeLabel.Xpad = 15;
this.timeLabel.LabelProp = "<small>00.0</small>";
this.timeLabel.UseMarkup = true;
this.timeLabel.Justify = ((global::Gtk.Justification)(1));
this.hbox2.Add (this.timeLabel);
global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.timeLabel]));
w5.PackType = ((global::Gtk.PackType)(1));
w5.Position = 2;
w5.Expand = false;
w5.Fill = false;
this.evBBox.Add (this.hbox2);
this.vbox3.Add (this.evBBox);
global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.evBBox]));
w7.Position = 0;
w7.Expand = false;
w7.Fill = false;
// Container child vbox3.Gtk.Box+BoxChild
this.pbCur = new global::Gtk.ProgressBar ();
this.pbCur.Name = "pbCur";
this.vbox3.Add (this.pbCur);
global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.pbCur]));
w8.Position = 1;
w8.Expand = false;
w8.Fill = false;
// Container child vbox3.Gtk.Box+BoxChild
this.hbox3 = new global::Gtk.HBox ();
this.hbox3.Name = "hbox3";
this.hbox3.Spacing = 6;
// Container child hbox3.Gtk.Box+BoxChild
this.btnPlay = new global::Gtk.Button ();
this.btnPlay.CanFocus = true;
this.btnPlay.Name = "btnPlay";
this.btnPlay.UseUnderline = true;
// Container child btnPlay.Gtk.Container+ContainerChild
global::Gtk.Alignment w9 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
// Container child GtkAlignment.Gtk.Container+ContainerChild
global::Gtk.HBox w10 = new global::Gtk.HBox ();
w10.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Image w11 = new global::Gtk.Image ();
w11.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-play", global::Gtk.IconSize.Button);
w10.Add (w11);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w13 = new global::Gtk.Label ();
w10.Add (w13);
w9.Add (w10);
this.btnPlay.Add (w9);
this.hbox3.Add (this.btnPlay);
global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.btnPlay]));
w17.Position = 0;
w17.Expand = false;
w17.Fill = false;
// Container child hbox3.Gtk.Box+BoxChild
this.btnPause = new global::Gtk.Button ();
this.btnPause.CanFocus = true;
this.btnPause.Name = "btnPause";
this.btnPause.UseUnderline = true;
// Container child btnPause.Gtk.Container+ContainerChild
global::Gtk.Alignment w18 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
// Container child GtkAlignment.Gtk.Container+ContainerChild
global::Gtk.HBox w19 = new global::Gtk.HBox ();
w19.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Image w20 = new global::Gtk.Image ();
w20.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-pause", global::Gtk.IconSize.Button);
w19.Add (w20);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w22 = new global::Gtk.Label ();
w19.Add (w22);
w18.Add (w19);
this.btnPause.Add (w18);
this.hbox3.Add (this.btnPause);
global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.btnPause]));
w26.Position = 1;
w26.Expand = false;
w26.Fill = false;
// Container child hbox3.Gtk.Box+BoxChild
this.btnStop = new global::Gtk.Button ();
this.btnStop.CanFocus = true;
this.btnStop.Name = "btnStop";
this.btnStop.UseUnderline = true;
// Container child btnStop.Gtk.Container+ContainerChild
global::Gtk.Alignment w27 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
// Container child GtkAlignment.Gtk.Container+ContainerChild
global::Gtk.HBox w28 = new global::Gtk.HBox ();
w28.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Image w29 = new global::Gtk.Image ();
w29.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-stop", global::Gtk.IconSize.Button);
w28.Add (w29);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w31 = new global::Gtk.Label ();
w28.Add (w31);
w27.Add (w28);
this.btnStop.Add (w27);
this.hbox3.Add (this.btnStop);
global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.btnStop]));
w35.Position = 2;
w35.Expand = false;
w35.Fill = false;
// Container child hbox3.Gtk.Box+BoxChild
this.btnPrev = new global::Gtk.Button ();
this.btnPrev.CanFocus = true;
this.btnPrev.Name = "btnPrev";
this.btnPrev.UseUnderline = true;
// Container child btnPrev.Gtk.Container+ContainerChild
global::Gtk.Alignment w36 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
// Container child GtkAlignment.Gtk.Container+ContainerChild
global::Gtk.HBox w37 = new global::Gtk.HBox ();
w37.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Image w38 = new global::Gtk.Image ();
w38.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-previous", global::Gtk.IconSize.Button);
w37.Add (w38);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w40 = new global::Gtk.Label ();
w37.Add (w40);
w36.Add (w37);
this.btnPrev.Add (w36);
this.hbox3.Add (this.btnPrev);
global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.btnPrev]));
w44.Position = 3;
w44.Expand = false;
w44.Fill = false;
// Container child hbox3.Gtk.Box+BoxChild
this.btnRewind = new global::Gtk.Button ();
this.btnRewind.CanFocus = true;
this.btnRewind.Name = "btnRewind";
this.btnRewind.UseUnderline = true;
// Container child btnRewind.Gtk.Container+ContainerChild
global::Gtk.Alignment w45 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
// Container child GtkAlignment.Gtk.Container+ContainerChild
global::Gtk.HBox w46 = new global::Gtk.HBox ();
w46.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Image w47 = new global::Gtk.Image ();
w47.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-rewind", global::Gtk.IconSize.Button);
w46.Add (w47);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w49 = new global::Gtk.Label ();
w46.Add (w49);
w45.Add (w46);
this.btnRewind.Add (w45);
this.hbox3.Add (this.btnRewind);
global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.btnRewind]));
w53.Position = 4;
w53.Expand = false;
w53.Fill = false;
// Container child hbox3.Gtk.Box+BoxChild
this.btnForward = new global::Gtk.Button ();
this.btnForward.CanFocus = true;
this.btnForward.Name = "btnForward";
this.btnForward.UseUnderline = true;
// Container child btnForward.Gtk.Container+ContainerChild
global::Gtk.Alignment w54 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
// Container child GtkAlignment.Gtk.Container+ContainerChild
global::Gtk.HBox w55 = new global::Gtk.HBox ();
w55.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Image w56 = new global::Gtk.Image ();
w56.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-forward", global::Gtk.IconSize.Button);
w55.Add (w56);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w58 = new global::Gtk.Label ();
w55.Add (w58);
w54.Add (w55);
this.btnForward.Add (w54);
this.hbox3.Add (this.btnForward);
global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.btnForward]));
w62.Position = 5;
w62.Expand = false;
w62.Fill = false;
// Container child hbox3.Gtk.Box+BoxChild
this.btnNext = new global::Gtk.Button ();
this.btnNext.CanFocus = true;
this.btnNext.Name = "btnNext";
this.btnNext.UseUnderline = true;
// Container child btnNext.Gtk.Container+ContainerChild
global::Gtk.Alignment w63 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
// Container child GtkAlignment.Gtk.Container+ContainerChild
global::Gtk.HBox w64 = new global::Gtk.HBox ();
w64.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Image w65 = new global::Gtk.Image ();
w65.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-media-next", global::Gtk.IconSize.Button);
w64.Add (w65);
// Container child GtkHBox.Gtk.Container+ContainerChild
global::Gtk.Label w67 = new global::Gtk.Label ();
w64.Add (w67);
w63.Add (w64);
this.btnNext.Add (w63);
this.hbox3.Add (this.btnNext);
global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.btnNext]));
w71.Position = 6;
w71.Expand = false;
w71.Fill = false;
// Container child hbox3.Gtk.Box+BoxChild
this.txtGoto = new global::Gtk.Entry ();
this.txtGoto.CanFocus = true;
this.txtGoto.Name = "txtGoto";
this.txtGoto.IsEditable = true;
this.txtGoto.InvisibleChar = '•';
this.hbox3.Add (this.txtGoto);
global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.txtGoto]));
w72.Position = 7;
// Container child hbox3.Gtk.Box+BoxChild
this.btnGoto = new global::Gtk.Button ();
this.btnGoto.CanFocus = true;
this.btnGoto.Name = "btnGoto";
this.btnGoto.UseUnderline = true;
this.btnGoto.Label = "Cmd";
this.hbox3.Add (this.btnGoto);
global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.btnGoto]));
w73.Position = 8;
w73.Expand = false;
w73.Fill = false;
this.vbox3.Add (this.hbox3);
global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox3]));
w74.Position = 2;
w74.Expand = false;
w74.Fill = false;
this.hbox1.Add (this.vbox3);
global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
w75.Position = 0;
// Container child hbox1.Gtk.Box+BoxChild
this.sclVolume = new global::Gtk.VScale (null);
this.sclVolume.WidthRequest = 20;
this.sclVolume.CanFocus = true;
this.sclVolume.Name = "sclVolume";
this.sclVolume.Inverted = true;
this.sclVolume.Adjustment.Upper = 100;
this.sclVolume.Adjustment.PageIncrement = 10;
this.sclVolume.Adjustment.StepIncrement = 1;
this.sclVolume.Adjustment.Value = 100;
this.sclVolume.DrawValue = true;
this.sclVolume.Digits = 0;
this.sclVolume.ValuePos = ((global::Gtk.PositionType)(3));
this.hbox1.Add (this.sclVolume);
global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.sclVolume]));
w76.Position = 1;
w76.Expand = false;
w76.Fill = false;
// Container child hbox1.Gtk.Box+BoxChild
this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar4'><toolitem name='closeAction1' action='closeAction1'/><toolitem name='actAddFile' action='actAddFile'/><toolitem name='actDelFile' action='actDelFile'/></toolbar></ui>");
this.toolbar4 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar4")));
this.toolbar4.Name = "toolbar4";
this.toolbar4.Orientation = ((global::Gtk.Orientation)(1));
this.toolbar4.ShowArrow = false;
this.toolbar4.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
this.toolbar4.IconSize = ((global::Gtk.IconSize)(2));
this.hbox1.Add (this.toolbar4);
global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.toolbar4]));
w77.Position = 2;
w77.Expand = false;
w77.Fill = false;
this.vbox2.Add (this.hbox1);
global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
w78.Position = 0;
w78.Expand = false;
w78.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.listFiles = new global::Gtk.NodeView ();
this.listFiles.CanFocus = true;
this.listFiles.Name = "listFiles";
this.listFiles.RulesHint = true;
this.GtkScrolledWindow.Add (this.listFiles);
this.vbox2.Add (this.GtkScrolledWindow);
global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
w80.Position = 1;
// Container child vbox2.Gtk.Box+BoxChild
this.label1 = new global::Gtk.Label ();
this.label1.Name = "label1";
this.label1.Xalign = 0F;
this.label1.LabelProp = "Commands : \n[XX][gMM:SS.f][vVOL,T][p|ps|s]\n(FileNumber)(g=goto)(v=volume,fade in/out time)(p=play,ps=pause,s=stop)";
this.label1.UseMarkup = true;
this.vbox2.Add (this.label1);
global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
w81.Position = 2;
w81.Expand = false;
w81.Fill = false;
this.GtkAlignment.Add (this.vbox2);
this.frame1.Add (this.GtkAlignment);
this.GtkLabel9 = new global::Gtk.Label ();
this.GtkLabel9.Name = "GtkLabel9";
this.GtkLabel9.LabelProp = "Sequenceur Son";
this.GtkLabel9.UseMarkup = true;
this.frame1.LabelWidget = this.GtkLabel9;
this.Add (this.frame1);
if ((this.Child != null)) {
this.Child.ShowAll ();
}
w1.SetUiManager (UIManager);
this.Hide ();
this.actAddFile.Activated += new global::System.EventHandler (this.OnActAddFileActivated);
this.actDelFile.Activated += new global::System.EventHandler (this.OnActDelFileActivated);
this.btnPlay.Clicked += new global::System.EventHandler (this.OnBtnPlayClicked);
this.btnPause.Clicked += new global::System.EventHandler (this.OnBtnPauseClicked);
this.btnStop.Clicked += new global::System.EventHandler (this.OnBtnStopClicked);
this.btnPrev.Clicked += new global::System.EventHandler (this.OnBtnPrevClicked);
this.btnRewind.Pressed += new global::System.EventHandler (this.OnBtnRewindPressed);
this.btnRewind.Released += new global::System.EventHandler (this.OnBtnRewindReleased);
this.btnForward.Pressed += new global::System.EventHandler (this.OnBtnForwardPressed);
this.btnForward.Released += new global::System.EventHandler (this.OnBtnForwardReleased);
this.btnNext.Clicked += new global::System.EventHandler (this.OnBtnNextClicked);
this.btnGoto.Clicked += new global::System.EventHandler (this.OnBtnGotoClicked);
this.sclVolume.ValueChanged += new global::System.EventHandler (this.OnSclVolumeValueChanged);
this.listFiles.CursorChanged += new global::System.EventHandler (this.OnListFilesCursorChanged);
}
}
}