protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget frugalmonotools.FEN_Debug
     this.Name = "frugalmonotools.FEN_Debug";
     this.Title = global::Mono.Unix.Catalog.GetString ("DEBUG");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child frugalmonotools.FEN_Debug.Gtk.Container+ContainerChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.SortieAPPLI = new global::Gtk.TextView ();
     this.SortieAPPLI.Buffer.Text = "DEBUG:\n";
     this.SortieAPPLI.CanFocus = true;
     this.SortieAPPLI.Name = "SortieAPPLI";
     this.GtkScrolledWindow.Add (this.SortieAPPLI);
     this.Add (this.GtkScrolledWindow);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget TraceLab.UI.GTK.ConfirmationPage
			global::Stetic.BinContainer.Attach (this);
			this.Name = "TraceLab.UI.GTK.ConfirmationPage";
			// Container child TraceLab.UI.GTK.ConfirmationPage.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.messageTextView = new global::Gtk.TextView ();
			this.messageTextView.Sensitive = false;
			this.messageTextView.CanFocus = true;
			this.messageTextView.Name = "messageTextView";
			this.messageTextView.Editable = false;
			this.messageTextView.CursorVisible = false;
			this.messageTextView.Justification = ((global::Gtk.Justification)(2));
			this.messageTextView.WrapMode = ((global::Gtk.WrapMode)(2));
			this.messageTextView.LeftMargin = 10;
			this.messageTextView.RightMargin = 10;
			this.vbox2.Add (this.messageTextView);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.messageTextView]));
			w1.Position = 0;
			w1.Padding = ((uint)(25));
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.messageTextView.Hide ();
			this.Hide ();
		}
Ejemplo n.º 3
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Snively.NoteEditor
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Snively.NoteEditor";
     // Container child Snively.NoteEditor.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     this.vbox1.BorderWidth = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.entry1 = new global::Gtk.Entry ();
     this.entry1.CanFocus = true;
     this.entry1.Name = "entry1";
     this.entry1.IsEditable = true;
     this.entry1.InvisibleChar = '•';
     this.vbox1.Add (this.entry1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.entry1]));
     w1.Position = 0;
     w1.Expand = false;
     w1.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.NoteContentsScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.NoteContentsScrolledWindow.Name = "NoteContentsScrolledWindow";
     this.NoteContentsScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child NoteContentsScrolledWindow.Gtk.Container+ContainerChild
     this.NoteContentsEdit = new global::Gtk.TextView ();
     this.NoteContentsEdit.CanFocus = true;
     this.NoteContentsEdit.Name = "NoteContentsEdit";
     this.NoteContentsScrolledWindow.Add (this.NoteContentsEdit);
     this.hbox4.Add (this.NoteContentsScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.NoteContentsScrolledWindow]));
     w3.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.NoteChildrenScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.NoteChildrenScrolledWindow.Name = "NoteChildrenScrolledWindow";
     this.NoteChildrenScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child NoteChildrenScrolledWindow.Gtk.Container+ContainerChild
     this.NoteChildrenTreeView = new global::Gtk.TreeView ();
     this.NoteChildrenTreeView.CanFocus = true;
     this.NoteChildrenTreeView.Name = "NoteChildrenTreeView";
     this.NoteChildrenTreeView.Reorderable = true;
     this.NoteChildrenScrolledWindow.Add (this.NoteChildrenTreeView);
     this.hbox4.Add (this.NoteChildrenScrolledWindow);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.NoteChildrenScrolledWindow]));
     w5.Position = 1;
     this.vbox1.Add (this.hbox4);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox4]));
     w6.Position = 1;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MediaConvertGUI.TextWin
     this.Name = "MediaConvertGUI.TextWin";
     this.Title = global::Mono.Unix.Catalog.GetString ("TextWin");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MediaConvertGUI.TextWin.Gtk.Container+ContainerChild
     this.scrolledwindow = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow.CanFocus = true;
     this.scrolledwindow.Name = "scrolledwindow";
     this.scrolledwindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow.Gtk.Container+ContainerChild
     this.textView = new global::Gtk.TextView ();
     this.textView.CanFocus = true;
     this.textView.Name = "textView";
     this.scrolledwindow.Add (this.textView);
     this.Add (this.scrolledwindow);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 1024;
     this.DefaultHeight = 199;
     this.Show ();
 }
Ejemplo n.º 5
0
	protected virtual void Build ()
	{
		global::Stetic.Gui.Initialize (this);
		// Widget MainWindow
		this.Name = "MainWindow";
		this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
		this.WindowPosition = ((global::Gtk.WindowPosition)(4));
		// Container child 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.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
		this.GtkScrolledWindow.Name = "GtkScrolledWindow";
		this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
		// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
		this.textview2 = new global::Gtk.TextView ();
		this.textview2.CanFocus = true;
		this.textview2.Name = "textview2";
		this.GtkScrolledWindow.Add (this.textview2);
		this.vbox1.Add (this.GtkScrolledWindow);
		global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
		w2.Position = 0;
		this.Add (this.vbox1);
		if ((this.Child != null)) {
			this.Child.ShowAll ();
		}
		this.DefaultWidth = 400;
		this.DefaultHeight = 300;
		this.Show ();
		this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
	}
Ejemplo n.º 6
0
	protected virtual void Build ()
	{
		global::Stetic.Gui.Initialize (this);
		// Widget MainWindow
		this.Name = "MainWindow";
		this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
		this.WindowPosition = ((global::Gtk.WindowPosition)(4));
		// Container child MainWindow.Gtk.Container+ContainerChild
		this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
		this.alignment1.Name = "alignment1";
		// Container child alignment1.Gtk.Container+ContainerChild
		this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
		this.GtkScrolledWindow.Name = "GtkScrolledWindow";
		this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
		// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
		this.textview2 = new global::Gtk.TextView ();
		this.textview2.CanFocus = true;
		this.textview2.Name = "textview2";
		this.textview2.Editable = false;
		this.GtkScrolledWindow.Add (this.textview2);
		this.alignment1.Add (this.GtkScrolledWindow);
		this.Add (this.alignment1);
		if ((this.Child != null)) {
			this.Child.ShowAll ();
		}
		this.DefaultWidth = 593;
		this.DefaultHeight = 300;
		this.Show ();
		this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
	}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget TraceLab.UI.GTK.CommentWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "TraceLab.UI.GTK.CommentWidget";
			// Container child TraceLab.UI.GTK.CommentWidget.Gtk.Container+ContainerChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.VscrollbarPolicy = ((global::Gtk.PolicyType)(2));
			this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.textview1 = new global::Gtk.TextView ();
			this.textview1.CanFocus = true;
			this.textview1.Name = "textview1";
			this.GtkScrolledWindow.Add (this.textview1);
			this.hbox1.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
			w2.Position = 0;
			this.Add (this.hbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Mono.Upnp.GtkClient.RawXmlInfo
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Mono.Upnp.GtkClient.RawXmlInfo";
     // Container child Mono.Upnp.GtkClient.RawXmlInfo.Gtk.Container+ContainerChild
     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 w1 = new global::Gtk.Viewport ();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.raw = new global::Gtk.TextView ();
     this.raw.CanFocus = true;
     this.raw.Name = "raw";
     this.raw.Editable = false;
     this.vbox1.Add (this.raw);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.raw]));
     w2.Position = 0;
     w1.Add (this.vbox1);
     this.scrolledwindow1.Add (w1);
     this.Add (this.scrolledwindow1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Ejemplo n.º 9
0
 private void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Client.Forms.TrafficScanner
     this.Name = "Client.Forms.TrafficScanner";
     this.Title = "TrafficScanner";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child Client.Forms.TrafficScanner.Gtk.Container+ContainerChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview2 = new global::Gtk.TextView();
     this.textview2.CanFocus = true;
     this.textview2.Name = "textview2";
     this.textview2.Editable = false;
     this.GtkScrolledWindow.Add(this.textview2);
     this.Add(this.GtkScrolledWindow);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth = 579;
     this.DefaultHeight = 395;
     this.Hide();
 }
Ejemplo n.º 10
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget BeaJay.MainWindow
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
     this.FileAction = new global::Gtk.Action ("FileAction", global::Mono.Unix.Catalog.GetString ("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
     w1.Add (this.FileAction, null);
     this.OpenAction = new global::Gtk.Action ("OpenAction", global::Mono.Unix.Catalog.GetString ("Open"), null, null);
     this.OpenAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Open");
     w1.Add (this.OpenAction, null);
     this.AboutAction = new global::Gtk.Action ("AboutAction", global::Mono.Unix.Catalog.GetString ("About"), null, null);
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
     w1.Add (this.AboutAction, null);
     this.ExitAction = new global::Gtk.Action ("ExitAction", global::Mono.Unix.Catalog.GetString ("Exit"), null, null);
     this.ExitAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Exit");
     w1.Add (this.ExitAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "BeaJay.MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Medico Main Window");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // Container child BeaJay.MainWindow.Gtk.Container+ContainerChild
     this.baseVerticalSplit = new global::Gtk.VBox ();
     this.baseVerticalSplit.Name = "baseVerticalSplit";
     this.baseVerticalSplit.Spacing = 6;
     // Container child baseVerticalSplit.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name='menubar2'><menu name='FileAction' action='FileAction'><menuitem name='OpenAction' action='OpenAction'/><menuitem name='AboutAction' action='AboutAction'/><menuitem name='ExitAction' action='ExitAction'/></menu></menubar></ui>");
     this.menubar2 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar2")));
     this.menubar2.Name = "menubar2";
     this.baseVerticalSplit.Add (this.menubar2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.baseVerticalSplit [this.menubar2]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child baseVerticalSplit.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.debugSerialise = new global::Gtk.TextView ();
     this.debugSerialise.CanFocus = true;
     this.debugSerialise.Name = "debugSerialise";
     this.GtkScrolledWindow.Add (this.debugSerialise);
     this.baseVerticalSplit.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.baseVerticalSplit [this.GtkScrolledWindow]));
     w4.Position = 1;
     this.Add (this.baseVerticalSplit);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 465;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.OpenAction.Activated += new global::System.EventHandler (this.OnOpen);
     this.AboutAction.Activated += new global::System.EventHandler (this.OnAbout);
     this.ExitAction.Activated += new global::System.EventHandler (this.OnExit);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.NotesWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.NotesWidget";
     // Container child LongoMatch.Gui.Component.NotesWidget.Gtk.Container+ContainerChild
     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 w1 = new global::Gtk.Viewport ();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.textview1 = new global::Gtk.TextView ();
     this.textview1.CanFocus = true;
     this.textview1.Name = "textview1";
     w1.Add (this.textview1);
     this.scrolledwindow1.Add (w1);
     this.Add (this.scrolledwindow1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
 }
Ejemplo n.º 12
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget SCTIGR.SequencesInput
     global::Stetic.BinContainer.Attach (this);
     this.Name = "SCTIGR.SequencesInput";
     // Container child SCTIGR.SequencesInput.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // 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.textview3 = new global::Gtk.TextView ();
     this.textview3.CanFocus = true;
     this.textview3.Name = "textview3";
     this.GtkScrolledWindow.Add (this.textview3);
     this.vbox2.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow]));
     w2.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.cancelButton = new global::Gtk.Button ();
     this.cancelButton.CanFocus = true;
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.UseUnderline = true;
     this.cancelButton.Label = global::Mono.Unix.Catalog.GetString ("Anuluj");
     this.hbox5.Add (this.cancelButton);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.cancelButton]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.okButton = new global::Gtk.Button ();
     this.okButton.CanFocus = true;
     this.okButton.Name = "okButton";
     this.okButton.UseUnderline = true;
     this.okButton.Label = global::Mono.Unix.Catalog.GetString ("OK");
     this.hbox5.Add (this.okButton);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.okButton]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.vbox2.Add (this.hbox5);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox5]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Ejemplo n.º 13
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget FrontEnd.ViewLogbook
     this.Name = "FrontEnd.ViewLogbook";
     this.Title = global::Mono.Unix.Catalog.GetString ("ViewLogbook");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child FrontEnd.ViewLogbook.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     this.vbox3.BorderWidth = ((uint)(5));
     // Container child vbox3.Gtk.Box+BoxChild
     this.calendar1 = new global::Gtk.Calendar ();
     this.calendar1.CanFocus = true;
     this.calendar1.Name = "calendar1";
     this.calendar1.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35));
     this.vbox3.Add (this.calendar1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.calendar1]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox3.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.textview1 = new global::Gtk.TextView ();
     this.textview1.CanFocus = true;
     this.textview1.Name = "textview1";
     this.textview1.Editable = false;
     this.textview1.WrapMode = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow.Add (this.textview1);
     this.vbox3.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w3.Position = 1;
     // Container child vbox3.Gtk.Box+BoxChild
     this.btnClose = new global::Gtk.Button ();
     this.btnClose.CanFocus = true;
     this.btnClose.Name = "btnClose";
     this.btnClose.UseUnderline = true;
     this.btnClose.Label = global::Mono.Unix.Catalog.GetString ("Close");
     this.vbox3.Add (this.btnClose);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.btnClose]));
     w4.Position = 2;
     w4.Expand = false;
     w4.Fill = false;
     w4.Padding = ((uint)(5));
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 603;
     this.Show ();
     this.calendar1.DaySelected += new global::System.EventHandler (this.OnDayChange);
     this.calendar1.MonthChanged += new global::System.EventHandler (this.OnMonthChange);
     this.btnClose.Clicked += new global::System.EventHandler (this.OnCloseClick);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget";
			// Container child MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.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.headerText = new global::Gtk.TextView ();
			this.headerText.CanFocus = true;
			this.headerText.Name = "headerText";
			this.GtkScrolledWindow.Add (this.headerText);
			this.hbox2.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow]));
			w2.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
			this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
			this.treeviewTemplates = new global::Gtk.TreeView ();
			this.treeviewTemplates.CanFocus = true;
			this.treeviewTemplates.Name = "treeviewTemplates";
			this.GtkScrolledWindow1.Add (this.treeviewTemplates);
			this.hbox2.Add (this.GtkScrolledWindow1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow1]));
			w4.Position = 1;
			this.vbox2.Add (this.hbox2);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
			w5.Position = 0;
			// Container child vbox2.Gtk.Box+BoxChild
			this.includeAutoCheck = new global::Gtk.CheckButton ();
			this.includeAutoCheck.CanFocus = true;
			this.includeAutoCheck.Name = "includeAutoCheck";
			this.includeAutoCheck.Label = global::Mono.Unix.Catalog.GetString ("_Include standard header in new files");
			this.includeAutoCheck.DrawIndicator = true;
			this.includeAutoCheck.UseUnderline = true;
			this.vbox2.Add (this.includeAutoCheck);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.includeAutoCheck]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget SQLGrenadineGui.QueryWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "SQLGrenadineGui.QueryWidget";
     // Container child SQLGrenadineGui.QueryWidget.Gtk.Container+ContainerChild
     this.vpanedContent = new global::Gtk.VPaned ();
     this.vpanedContent.CanFocus = true;
     this.vpanedContent.Name = "vpanedContent";
     this.vpanedContent.Position = 198;
     // Container child vpanedContent.Gtk.Paned+PanedChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.textviewEditor = new global::Gtk.TextView ();
     this.textviewEditor.CanFocus = true;
     this.textviewEditor.Name = "textviewEditor";
     this.GtkScrolledWindow1.Add (this.textviewEditor);
     this.vpanedContent.Add (this.GtkScrolledWindow1);
     global::Gtk.Paned.PanedChild w2 = ((global::Gtk.Paned.PanedChild)(this.vpanedContent [this.GtkScrolledWindow1]));
     w2.Resize = false;
     // Container child vpanedContent.Gtk.Paned+PanedChild
     this.vpanedResult = new global::Gtk.VPaned ();
     this.vpanedResult.CanFocus = true;
     this.vpanedResult.Name = "vpanedResult";
     this.vpanedResult.Position = 144;
     // Container child vpanedResult.Gtk.Paned+PanedChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeviewResult = new global::Gtk.TreeView ();
     this.treeviewResult.CanFocus = true;
     this.treeviewResult.Name = "treeviewResult";
     this.GtkScrolledWindow.Add (this.treeviewResult);
     this.vpanedResult.Add (this.GtkScrolledWindow);
     global::Gtk.Paned.PanedChild w4 = ((global::Gtk.Paned.PanedChild)(this.vpanedResult [this.GtkScrolledWindow]));
     w4.Resize = false;
     // Container child vpanedResult.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.textviewMessage = new global::Gtk.TextView ();
     this.textviewMessage.CanFocus = true;
     this.textviewMessage.Name = "textviewMessage";
     this.GtkScrolledWindow2.Add (this.textviewMessage);
     this.vpanedResult.Add (this.GtkScrolledWindow2);
     this.vpanedContent.Add (this.vpanedResult);
     this.Add (this.vpanedContent);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.textviewEditor.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.OnKeyReleased);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Screenary.Client.ExceptionDialog
     this.Name = "Screenary.Client.ExceptionDialog";
     this.Title = global::Mono.Unix.Catalog.GetString ("Exception");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth = ((uint)(3));
     // Internal child Screenary.Client.ExceptionDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.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.txtMessage = new global::Gtk.TextView ();
     this.txtMessage.Sensitive = false;
     this.txtMessage.CanFocus = true;
     this.txtMessage.Name = "txtMessage";
     this.txtMessage.Editable = false;
     this.txtMessage.CursorVisible = false;
     this.txtMessage.AcceptsTab = false;
     this.txtMessage.PixelsAboveLines = 5;
     this.txtMessage.LeftMargin = 15;
     this.txtMessage.RightMargin = 15;
     this.GtkScrolledWindow.Add (this.txtMessage);
     w1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(w1 [this.GtkScrolledWindow]));
     w3.Position = 0;
     // Internal child Screenary.Client.ExceptionDialog.ActionArea
     global::Gtk.HButtonBox w4 = this.ActionArea;
     w4.Name = "dialog1_ActionArea";
     w4.Spacing = 10;
     w4.BorderWidth = ((uint)(5));
     w4.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-ok";
     this.AddActionWidget (this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w4 [this.buttonOk]));
     w5.Expand = false;
     w5.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 364;
     this.DefaultHeight = 178;
     this.Show ();
     this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
 }
Ejemplo n.º 17
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget PreferencesWindow
     this.Name = "PreferencesWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Mybox Preferences");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child PreferencesWindow.Gtk.Container+ContainerChild
     this.tabs = new global::Gtk.Notebook ();
     this.tabs.CanFocus = true;
     this.tabs.Name = "tabs";
     this.tabs.CurrentPage = 0;
     // Container child tabs.Gtk.Notebook+NotebookChild
     this.fixedAccountArea = new global::Gtk.Fixed ();
     this.fixedAccountArea.Name = "fixedAccountArea";
     this.fixedAccountArea.HasWindow = false;
     // Container child fixedAccountArea.Gtk.Fixed+FixedChild
     this.labelAccount = new global::Gtk.Label ();
     this.labelAccount.Name = "labelAccount";
     this.labelAccount.LabelProp = global::Mono.Unix.Catalog.GetString ("Account:");
     this.fixedAccountArea.Add (this.labelAccount);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixedAccountArea [this.labelAccount]));
     w1.X = 38;
     w1.Y = 50;
     this.tabs.Add (this.fixedAccountArea);
     // Notebook tab
     this.labelTabAccount = new global::Gtk.Label ();
     this.labelTabAccount.Name = "labelTabAccount";
     this.labelTabAccount.LabelProp = global::Mono.Unix.Catalog.GetString ("Account");
     this.tabs.SetTabLabel (this.fixedAccountArea, this.labelTabAccount);
     this.labelTabAccount.ShowAll ();
     // Container child tabs.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textviewMessages = new global::Gtk.TextView ();
     this.textviewMessages.CanFocus = true;
     this.textviewMessages.Name = "textviewMessages";
     this.GtkScrolledWindow.Add (this.textviewMessages);
     this.tabs.Add (this.GtkScrolledWindow);
     global::Gtk.Notebook.NotebookChild w4 = ((global::Gtk.Notebook.NotebookChild)(this.tabs [this.GtkScrolledWindow]));
     w4.Position = 1;
     // Notebook tab
     this.labelTabMessages = new global::Gtk.Label ();
     this.labelTabMessages.Name = "labelTabMessages";
     this.labelTabMessages.LabelProp = global::Mono.Unix.Catalog.GetString ("Messages");
     this.tabs.SetTabLabel (this.GtkScrolledWindow, this.labelTabMessages);
     this.labelTabMessages.ShowAll ();
     this.Add (this.tabs);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 478;
     this.DefaultHeight = 406;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget ToyLanguage_NET.OneStepWindow
     this.Name = "ToyLanguage_NET.OneStepWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("OneStepWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child ToyLanguage_NET.OneStepWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.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.textView = new global::Gtk.TextView ();
     this.textView.CanFocus = true;
     this.textView.Name = "textView";
     this.GtkScrolledWindow.Add (this.textView);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w2.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.btnOneStep = new global::Gtk.Button ();
     this.btnOneStep.CanFocus = true;
     this.btnOneStep.Events = ((global::Gdk.EventMask)(256));
     this.btnOneStep.Name = "btnOneStep";
     this.btnOneStep.UseUnderline = true;
     this.btnOneStep.Label = global::Mono.Unix.Catalog.GetString ("One Step");
     this.vbox1.Add (this.btnOneStep);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.btnOneStep]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.btnBack = new global::Gtk.Button ();
     this.btnBack.CanFocus = true;
     this.btnBack.Events = ((global::Gdk.EventMask)(256));
     this.btnBack.Name = "btnBack";
     this.btnBack.UseUnderline = true;
     this.btnBack.Label = global::Mono.Unix.Catalog.GetString ("Back");
     this.vbox1.Add (this.btnBack);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.btnBack]));
     w4.Position = 2;
     w4.Expand = false;
     w4.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.btnOneStep.Clicked += new global::System.EventHandler (this.oneStepTouched);
     this.btnBack.Clicked += new global::System.EventHandler (this.backTouched);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LapseStudioGtkUI.MyAboutDialog
     this.WidthRequest = 470;
     this.HeightRequest = 340;
     this.Name = "LapseStudioGtkUI.MyAboutDialog";
     this.Title = "About LapseStudio";
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-about", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal = true;
     this.Resizable = false;
     this.DestroyWithParent = true;
     // Internal child LapseStudioGtkUI.MyAboutDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.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.textview1 = new global::Gtk.TextView ();
     this.textview1.CanFocus = true;
     this.textview1.Name = "textview1";
     this.textview1.Editable = false;
     this.textview1.CursorVisible = false;
     this.GtkScrolledWindow.Add (this.textview1);
     w1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(w1 [this.GtkScrolledWindow]));
     w3.Position = 0;
     // Internal child LapseStudioGtkUI.MyAboutDialog.ActionArea
     global::Gtk.HButtonBox w4 = this.ActionArea;
     w4.Name = "dialog1_ActionArea";
     w4.Spacing = 10;
     w4.BorderWidth = ((uint)(5));
     w4.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-ok";
     this.AddActionWidget (this.buttonOK, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w4 [this.buttonOK]));
     w5.Expand = false;
     w5.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 470;
     this.DefaultHeight = 340;
     this.Show ();
     this.buttonOK.Clicked += new global::System.EventHandler (this.OnButtonOKClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Bla.Dialog
     this.Name = "Bla.Dialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child Bla.Dialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Enter Input");
     w1.Add (this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1 [this.label1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child dialog1_VBox.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.inputField = new global::Gtk.TextView ();
     this.inputField.CanFocus = true;
     this.inputField.Name = "inputField";
     this.GtkScrolledWindow.Add (this.inputField);
     w1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1 [this.GtkScrolledWindow]));
     w4.Position = 1;
     // Internal child Bla.Dialog.ActionArea
     global::Gtk.HButtonBox w5 = this.ActionArea;
     w5.Name = "dialog1_ActionArea";
     w5.Spacing = 10;
     w5.BorderWidth = ((uint)(5));
     w5.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-ok";
     this.AddActionWidget (this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5 [this.buttonOk]));
     w6.Expand = false;
     w6.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 537;
     this.DefaultHeight = 326;
     this.Show ();
     this.buttonOk.Clicked += new global::System.EventHandler (this.okButtonClicked);
 }
Ejemplo n.º 21
0
	protected virtual void Build ()
	{
		global::Stetic.Gui.Initialize (this);
		// Widget MainWindow
		this.Name = "MainWindow";
		this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
		this.WindowPosition = ((global::Gtk.WindowPosition)(4));
		// Container child 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.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
		this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
		this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
		// Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
		this.inputTextView = new global::Gtk.TextView ();
		this.inputTextView.Buffer.Text = "http://www.bing.com/";
		this.inputTextView.CanFocus = true;
		this.inputTextView.Name = "inputTextView";
		this.GtkScrolledWindow1.Add (this.inputTextView);
		this.vbox1.Add (this.GtkScrolledWindow1);
		global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow1]));
		w2.Position = 0;
		// Container child vbox1.Gtk.Box+BoxChild
		this.goFetchButton = new global::Gtk.Button ();
		this.goFetchButton.CanFocus = true;
		this.goFetchButton.Name = "goFetchButton";
		this.goFetchButton.UseUnderline = true;
		this.goFetchButton.Label = global::Mono.Unix.Catalog.GetString ("Go Fetch!");
		this.vbox1.Add (this.goFetchButton);
		global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.goFetchButton]));
		w3.Position = 1;
		w3.Expand = false;
		w3.Fill = false;
		// Container child vbox1.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.outputTextView = new global::Gtk.TextView ();
		this.outputTextView.CanFocus = true;
		this.outputTextView.Name = "outputTextView";
		this.outputTextView.Editable = false;
		this.GtkScrolledWindow.Add (this.outputTextView);
		this.vbox1.Add (this.GtkScrolledWindow);
		global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
		w5.Position = 2;
		this.Add (this.vbox1);
		if ((this.Child != null)) {
			this.Child.ShowAll ();
		}
		this.DefaultWidth = 400;
		this.DefaultHeight = 300;
		this.Show ();
		this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
	}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget PubnubMessagingExampleGTK.PublishMessageDialog
			this.Name = "PubnubMessagingExampleGTK.PublishMessageDialog";
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child PubnubMessagingExampleGTK.PublishMessageDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.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.textViewMessage = new global::Gtk.TextView ();
			this.textViewMessage.CanFocus = true;
			this.textViewMessage.Name = "textViewMessage";
			this.GtkScrolledWindow.Add (this.textViewMessage);
			w1.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(w1 [this.GtkScrolledWindow]));
			w3.Position = 0;
			// Internal child PubnubMessagingExampleGTK.PublishMessageDialog.ActionArea
			global::Gtk.HButtonBox w4 = this.ActionArea;
			w4.Name = "dialog1_ActionArea";
			w4.Spacing = 10;
			w4.BorderWidth = ((uint)(5));
			w4.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.btnCancel = new global::Gtk.Button ();
			this.btnCancel.CanFocus = true;
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.UseUnderline = true;
			this.btnCancel.Label = global::Mono.Unix.Catalog.GetString ("Cancel");
			this.AddActionWidget (this.btnCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w4 [this.btnCancel]));
			w5.Expand = false;
			w5.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.btnOk = new global::Gtk.Button ();
			this.btnOk.CanFocus = true;
			this.btnOk.Name = "btnOk";
			this.btnOk.UseUnderline = true;
			this.btnOk.Label = global::Mono.Unix.Catalog.GetString ("Ok");
			this.AddActionWidget (this.btnOk, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w4 [this.btnOk]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 406;
			this.DefaultHeight = 246;
			this.Show ();
			this.textViewMessage.FocusOutEvent += new global::Gtk.FocusOutEventHandler (this.MessageFocusOut);
		}
Ejemplo n.º 23
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MNM.Gimmeh
     this.Name = "MNM.Gimmeh";
     this.Title = global::Mono.Unix.Catalog.GetString ("Window");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MNM.Gimmeh.Gtk.Container+ContainerChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // 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.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.inputText = new global::Gtk.TextView ();
     this.inputText.CanFocus = true;
     this.inputText.Name = "inputText";
     this.GtkScrolledWindow.Add (this.inputText);
     this.vbox2.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w2.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.inputButton = new global::Gtk.Button ();
     this.inputButton.CanFocus = true;
     this.inputButton.Name = "inputButton";
     this.inputButton.UseUnderline = true;
     this.inputButton.Label = global::Mono.Unix.Catalog.GetString ("Enter");
     this.vbox2.Add (this.inputButton);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.inputButton]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     this.GtkAlignment.Add (this.vbox2);
     this.frame1.Add (this.GtkAlignment);
     this.GtkLabel1 = new global::Gtk.Label ();
     this.GtkLabel1.Name = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("Enter Input:");
     this.GtkLabel1.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel1;
     this.Add (this.frame1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 708;
     this.DefaultHeight = 189;
     this.Show ();
 }
Ejemplo n.º 24
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Gui.AboutWindow
     this.WidthRequest = 300;
     this.HeightRequest = 200;
     this.Name = "Gui.AboutWindow";
     this.Title = global::Mono.Unix.Catalog.GetString("About");
     this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
     this.Modal = true;
     this.Resizable = false;
     // Container child Gui.AboutWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     this.vbox1.BorderWidth = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.imageLogo = new global::Gtk.Image();
     this.imageLogo.Name = "imageLogo";
     this.imageLogo.Pixbuf = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "..\\..\\..\\misc\\dgle2_logo.png"));
     this.vbox1.Add(this.imageLogo);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.imageLogo]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox1.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.textviewAbout = new global::Gtk.TextView();
     this.textviewAbout.Buffer.Text = "About";
     this.textviewAbout.Sensitive = false;
     this.textviewAbout.CanFocus = true;
     this.textviewAbout.Name = "textviewAbout";
     this.textviewAbout.Editable = false;
     this.textviewAbout.CursorVisible = false;
     this.textviewAbout.AcceptsTab = false;
     this.textviewAbout.Justification = ((global::Gtk.Justification)(2));
     this.textviewAbout.WrapMode = ((global::Gtk.WrapMode)(2));
     this.textviewAbout.PixelsAboveLines = 6;
     this.textviewAbout.LeftMargin = 6;
     this.textviewAbout.RightMargin = 6;
     this.GtkScrolledWindow.Add(this.textviewAbout);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w3.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth = 300;
     this.DefaultHeight = 200;
     this.Hide();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget TraceLab.UI.GTK.IOSpecSetupPage
			global::Stetic.BinContainer.Attach (this);
			this.Name = "TraceLab.UI.GTK.IOSpecSetupPage";
			// Container child TraceLab.UI.GTK.IOSpecSetupPage.Gtk.Container+ContainerChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			global::Gtk.Viewport w1 = new global::Gtk.Viewport ();
			w1.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;
			this.vbox3.BorderWidth = ((uint)(3));
			// Container child vbox3.Gtk.Box+BoxChild
			this.textview1 = new global::Gtk.TextView ();
			this.textview1.Buffer.Text = "Component is defined by its inputs and outputs. \nPlease select inputs that your c" +
				"omponent will require to do its computation, and final outputs.";
			this.textview1.Sensitive = false;
			this.textview1.CanFocus = true;
			this.textview1.Name = "textview1";
			this.textview1.Editable = false;
			this.textview1.CursorVisible = false;
			this.textview1.WrapMode = ((global::Gtk.WrapMode)(2));
			this.textview1.LeftMargin = 4;
			this.textview1.RightMargin = 4;
			this.vbox3.Add (this.textview1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.textview1]));
			w2.Position = 0;
			w2.Expand = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.inputsView = new global::Gtk.TreeView ();
			this.inputsView.CanFocus = true;
			this.inputsView.Name = "inputsView";
			this.vbox3.Add (this.inputsView);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.inputsView]));
			w3.Position = 1;
			// Container child vbox3.Gtk.Box+BoxChild
			this.outputsView = new global::Gtk.TreeView ();
			this.outputsView.CanFocus = true;
			this.outputsView.Name = "outputsView";
			this.vbox3.Add (this.outputsView);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.outputsView]));
			w4.Position = 2;
			w1.Add (this.vbox3);
			this.GtkScrolledWindow.Add (w1);
			this.Add (this.GtkScrolledWindow);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
Ejemplo n.º 26
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget BeaJay.About
     this.Name = "BeaJay.About";
     this.Title = "Medico About Window";
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.DefaultWidth = 250;
     this.DefaultHeight = 250;
     // Internal child BeaJay.About.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "aboutVbox";
     w1.BorderWidth = ((uint)(2));
     // Container child aboutVbox.Gtk.Box+BoxChild
     this.aboutScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.aboutScrolledWindow.Name = "aboutScrolledWindow";
     this.aboutScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child aboutScrolledWindow.Gtk.Container+ContainerChild
     this.aboutTextView = new global::Gtk.TextView ();
     this.aboutTextView.CanFocus = true;
     this.aboutTextView.Name = "aboutTextView";
     this.aboutTextView.Editable = false;
     this.aboutTextView.CursorVisible = false;
     this.aboutTextView.AcceptsTab = false;
     this.aboutScrolledWindow.Add (this.aboutTextView);
     w1.Add (this.aboutScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(w1 [this.aboutScrolledWindow]));
     w3.Position = 0;
     // Internal child BeaJay.About.ActionArea
     global::Gtk.HButtonBox w4 = this.ActionArea;
     w4.Name = "aboutActionArea";
     w4.Spacing = 10;
     w4.BorderWidth = ((uint)(5));
     w4.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child aboutActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.aboutBtnOk = new global::Gtk.Button ();
     this.aboutBtnOk.CanDefault = true;
     this.aboutBtnOk.CanFocus = true;
     this.aboutBtnOk.Name = "aboutBtnOk";
     this.aboutBtnOk.UseStock = true;
     this.aboutBtnOk.UseUnderline = true;
     this.aboutBtnOk.Label = "gtk-ok";
     this.AddActionWidget (this.aboutBtnOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w4 [this.aboutBtnOk]));
     w5.Expand = false;
     w5.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
     this.aboutBtnOk.Clicked += new global::System.EventHandler (this.OnButtonClick);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget DynamicConsole.ConsoleWindow
     this.Name = "DynamicConsole.ConsoleWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("ConsoleWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child DynamicConsole.ConsoleWindow.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.OutputBox = new global::Gtk.TextView ();
     this.OutputBox.CanFocus = true;
     this.OutputBox.Name = "OutputBox";
     this.OutputBox.Editable = false;
     this.OutputBox.CursorVisible = false;
     this.OutputBox.WrapMode = ((global::Gtk.WrapMode)(2));
     this.vbox3.Add (this.OutputBox);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.OutputBox]));
     w1.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator2 = new global::Gtk.HSeparator ();
     this.hseparator2.Name = "hseparator2";
     this.vbox3.Add (this.hseparator2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator2]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.InputBox = new global::Gtk.Entry ();
     this.InputBox.CanFocus = true;
     this.InputBox.Name = "InputBox";
     this.InputBox.IsEditable = true;
     this.InputBox.ActivatesDefault = true;
     this.InputBox.InvisibleChar = '●';
     this.vbox3.Add (this.InputBox);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.InputBox]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     w3.Padding = ((uint)(8));
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 483;
     this.DefaultHeight = 300;
     this.Show ();
     this.KeyPressEvent += new global::Gtk.KeyPressEventHandler (this.OnWindowKeyPress);
     this.InputBox.Activated += new global::System.EventHandler (this.OnTextInput);
 }
Ejemplo n.º 28
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget compactCA.viewLog
			this.Name = "compactCA.viewLog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Logfile");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child compactCA.viewLog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.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.logView = new global::Gtk.TextView ();
			this.logView.CanFocus = true;
			this.logView.Name = "logView";
			this.logView.Editable = false;
			this.GtkScrolledWindow.Add (this.logView);
			w1.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(w1 [this.GtkScrolledWindow]));
			w3.Position = 0;
			// Internal child compactCA.viewLog.ActionArea
			global::Gtk.HButtonBox w4 = this.ActionArea;
			w4.Name = "dialog1_ActionArea";
			w4.Spacing = 10;
			w4.BorderWidth = ((uint)(5));
			w4.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(1));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = global::Mono.Unix.Catalog.GetString ("Close");
			global::Gtk.Image w5 = new global::Gtk.Image ();
			w5.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-no", global::Gtk.IconSize.Menu);
			this.buttonCancel.Image = w5;
			this.AddActionWidget (this.buttonCancel, -7);
			global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w4 [this.buttonCancel]));
			w6.Expand = false;
			w6.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 738;
			this.DefaultHeight = 497;
			this.Show ();
			this.buttonCancel.Clicked += new global::System.EventHandler (this.OnButtonCancelClicked);
		}
Ejemplo n.º 29
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget SCTIGR.SequenceLoadForm
     this.Name = "SCTIGR.SequenceLoadForm";
     this.Title = global::Mono.Unix.Catalog.GetString ("SequenceLoadForm");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child SCTIGR.SequenceLoadForm.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.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.textview1 = new global::Gtk.TextView ();
     this.textview1.CanFocus = true;
     this.textview1.Name = "textview1";
     this.GtkScrolledWindow.Add (this.textview1);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w2.Position = 0;
     // 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.button1 = new global::Gtk.Button ();
     this.button1.CanFocus = true;
     this.button1.Name = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label = global::Mono.Unix.Catalog.GetString ("Wczytaj");
     this.hbox1.Add (this.button1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.button1]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w4.Position = 1;
     w4.Expand = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.button1.Activated += new global::System.EventHandler (this.OnButton1Activated);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget TraceLab.UI.GTK.ConfigSetupPage
			global::Stetic.BinContainer.Attach (this);
			this.Name = "TraceLab.UI.GTK.ConfigSetupPage";
			// Container child TraceLab.UI.GTK.ConfigSetupPage.Gtk.Container+ContainerChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			global::Gtk.Viewport w1 = new global::Gtk.Viewport ();
			w1.ShadowType = ((global::Gtk.ShadowType)(0));
			// Container child GtkViewport.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			this.vbox2.BorderWidth = ((uint)(3));
			// Container child vbox2.Gtk.Box+BoxChild
			this.textview1 = new global::Gtk.TextView ();
			this.textview1.Buffer.Text = @"Component is defined also by the configuration parameters.
All configuration parameters can be set by the component's user, but only some are visible in the top level view of component in its info pane. 
Please select config parameters that are going to be visible at the top level.";
			this.textview1.Sensitive = false;
			this.textview1.CanFocus = true;
			this.textview1.Name = "textview1";
			this.textview1.Editable = false;
			this.textview1.CursorVisible = false;
			this.textview1.WrapMode = ((global::Gtk.WrapMode)(1));
			this.textview1.LeftMargin = 4;
			this.textview1.RightMargin = 4;
			this.vbox2.Add (this.textview1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.textview1]));
			w2.Position = 0;
			w2.Expand = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.configView = new global::Gtk.TreeView ();
			this.configView.CanFocus = true;
			this.configView.Name = "configView";
			this.vbox2.Add (this.configView);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.configView]));
			w3.Position = 1;
			w1.Add (this.vbox2);
			this.GtkScrolledWindow.Add (w1);
			this.Add (this.GtkScrolledWindow);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.FindInFiles.SearchResultWidget
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.ViewModeAction            = new global::Gtk.Action("ViewModeAction", global::MonoDevelop.Core.GettextCatalog.GetString("ViewMode"), null, null);
     this.ViewModeAction.ShortLabel = global::MonoDevelop.Core.GettextCatalog.GetString("ViewMode");
     w2.Add(this.ViewModeAction, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "MonoDevelop.Ide.FindInFiles.SearchResultWidget";
     // Container child MonoDevelop.Ide.FindInFiles.SearchResultWidget.Gtk.Container+ContainerChild
     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";
     // Container child vbox2.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 499;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.GtkScrolledWindow      = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeviewSearchResults          = new global::Gtk.TreeView();
     this.treeviewSearchResults.CanFocus = true;
     this.treeviewSearchResults.Name     = "treeviewSearchResults";
     this.GtkScrolledWindow.Add(this.treeviewSearchResults);
     this.hpaned1.Add(this.GtkScrolledWindow);
     global::Gtk.Paned.PanedChild w4 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.GtkScrolledWindow]));
     w4.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.scrolledwindowLogView            = new global::Gtk.ScrolledWindow();
     this.scrolledwindowLogView.CanFocus   = true;
     this.scrolledwindowLogView.Name       = "scrolledwindowLogView";
     this.scrolledwindowLogView.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindowLogView.Gtk.Container+ContainerChild
     this.textviewLog          = new global::Gtk.TextView();
     this.textviewLog.CanFocus = true;
     this.textviewLog.Name     = "textviewLog";
     this.textviewLog.Editable = false;
     this.scrolledwindowLogView.Add(this.textviewLog);
     this.hpaned1.Add(this.scrolledwindowLogView);
     this.vbox2.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hpaned1]));
     w7.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelStatus        = new global::Gtk.Label();
     this.labelStatus.Name   = "labelStatus";
     this.labelStatus.Xalign = 0F;
     this.vbox2.Add(this.labelStatus);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelStatus]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     w8.Padding  = ((uint)(3));
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w9.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name='toolbar'/></ui>");
     this.toolbar              = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar")));
     this.toolbar.Name         = "toolbar";
     this.toolbar.Orientation  = ((global::Gtk.Orientation)(1));
     this.toolbar.ShowArrow    = false;
     this.toolbar.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
     this.toolbar.IconSize     = ((global::Gtk.IconSize)(1));
     this.hbox1.Add(this.toolbar);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.toolbar]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
 }
Ejemplo n.º 32
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Gui.Dialogs.ProgressDialog
     this.Name           = "MonoDevelop.Ide.Gui.Dialogs.ProgressDialog";
     this.Title          = global::MonoDevelop.Core.GettextCatalog.GetString("MonoDevelop");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     // Internal child MonoDevelop.Ide.Gui.Dialogs.ProgressDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(12));
     // Container child vbox2.Gtk.Box+BoxChild
     this.label           = new global::Gtk.Label();
     this.label.Name      = "label";
     this.label.Xalign    = 0f;
     this.label.LabelProp = "label";
     this.vbox2.Add(this.label);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // 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.progressBar      = new global::Gtk.ProgressBar();
     this.progressBar.Name = "progressBar";
     this.hbox1.Add(this.progressBar);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.progressBar]));
     w3.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.btnCancel              = new global::Gtk.Button();
     this.btnCancel.CanDefault   = true;
     this.btnCancel.CanFocus     = true;
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.UseStock     = true;
     this.btnCancel.UseUnderline = true;
     this.btnCancel.Label        = "gtk-cancel";
     this.hbox1.Add(this.btnCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnCancel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.btnClose              = new global::Gtk.Button();
     this.btnClose.CanDefault   = true;
     this.btnClose.CanFocus     = true;
     this.btnClose.Name         = "btnClose";
     this.btnClose.UseStock     = true;
     this.btnClose.UseUnderline = true;
     this.btnClose.Label        = "gtk-close";
     this.hbox1.Add(this.btnClose);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnClose]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.expander          = new global::Gtk.Expander(null);
     this.expander.CanFocus = true;
     this.expander.Name     = "expander";
     // Container child expander.Gtk.Container+ContainerChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.HeightRequest = 250;
     this.GtkScrolledWindow.Name          = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.detailsTextView          = new global::Gtk.TextView();
     this.detailsTextView.CanFocus = true;
     this.detailsTextView.Name     = "detailsTextView";
     this.GtkScrolledWindow.Add(this.detailsTextView);
     this.expander.Add(this.GtkScrolledWindow);
     this.expanderLabel              = new global::Gtk.Label();
     this.expanderLabel.Name         = "expanderLabel";
     this.expanderLabel.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("Details");
     this.expanderLabel.UseUnderline = true;
     this.expander.LabelWidget       = this.expanderLabel;
     this.vbox2.Add(this.expander);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.expander]));
     w9.Position = 2;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
     w10.Position = 0;
     // Internal child MonoDevelop.Ide.Gui.Dialogs.ProgressDialog.ActionArea
     global::Gtk.HButtonBox w11 = this.ActionArea;
     w11.Name        = "dialog1_ActionArea";
     w11.Spacing     = 10;
     w11.BorderWidth = ((uint)(5));
     w11.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button103              = new global::Gtk.Button();
     this.button103.CanFocus     = true;
     this.button103.Name         = "button103";
     this.button103.UseUnderline = true;
     this.button103.Label        = global::MonoDevelop.Core.GettextCatalog.GetString("GtkButton");
     this.AddActionWidget(this.button103, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11[this.button103]));
     w12.Expand = false;
     w12.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 544;
     this.DefaultHeight = 170;
     this.btnClose.Hide();
     w11.Hide();
     this.Hide();
     this.btnCancel.Clicked  += new global::System.EventHandler(this.OnBtnCancelClicked);
     this.btnClose.Clicked   += new global::System.EventHandler(this.OnBtnCloseClicked);
     this.expander.Activated += new global::System.EventHandler(this.OnExpander1Activated);
 }
Ejemplo n.º 33
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Glippy.Actions.EditActionWindow
     this.Name           = "Glippy.Actions.EditActionWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Add action");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth    = ((uint)(9));
     // Container child Glippy.Actions.EditActionWindow.Gtk.Container+ContainerChild
     this.dialog1_VBox      = new global::Gtk.VBox();
     this.dialog1_VBox.Name = "dialog1_VBox";
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.alignment3             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment3.Name        = "alignment3";
     this.alignment3.BorderWidth = ((uint)(12));
     // Container child alignment3.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Both label and content are required.");
     this.vbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("You can use underscore in label for menu shortcut and %s in content as text placeholder. Each line is executed separately.");
     this.label2.Wrap      = true;
     this.vbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label2]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.alignment3.Add(this.vbox1);
     this.dialog1_VBox.Add(this.alignment3);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox [this.alignment3]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox1             = new global::Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Spacing     = 6;
     this.hbox1.BorderWidth = ((uint)(6));
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelLabel              = new global::Gtk.Label();
     this.labelLabel.Name         = "labelLabel";
     this.labelLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("_Label");
     this.labelLabel.UseUnderline = true;
     this.vbox2.Add(this.labelLabel);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelLabel]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     w5.Padding  = ((uint)(1));
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelContent              = new global::Gtk.Label();
     this.labelContent.Name         = "labelContent";
     this.labelContent.LabelProp    = global::Mono.Unix.Catalog.GetString("C_ontent");
     this.labelContent.UseUnderline = true;
     this.vbox2.Add(this.labelContent);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelContent]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     w6.Padding  = ((uint)(4));
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w7.Position = 0;
     w7.Expand   = false;
     // 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.label               = new global::Gtk.Entry();
     this.label.CanDefault    = true;
     this.label.CanFocus      = true;
     this.label.Name          = "label";
     this.label.IsEditable    = true;
     this.label.InvisibleChar = '•';
     this.vbox3.Add(this.label);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox3.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.content = new global::Gtk.TextView();
     this.content.HeightRequest = 169;
     this.content.CanDefault    = true;
     this.content.CanFocus      = true;
     this.content.Name          = "content";
     this.GtkScrolledWindow.Add(this.content);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w10.Position = 1;
     this.hbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w11.Position = 1;
     this.dialog1_VBox.Add(this.hbox1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox [this.hbox1]));
     w12.Position = 1;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox3             = new global::Gtk.HBox();
     this.hbox3.Name        = "hbox3";
     this.hbox3.Homogeneous = true;
     this.hbox3.Spacing     = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.alignment1      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     this.hbox3.Add(this.alignment1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.alignment1]));
     w13.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.alignment2      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name = "alignment2";
     // Container child alignment2.Gtk.Container+ContainerChild
     this.fixed1 = new global::Gtk.Fixed();
     this.fixed1.HeightRequest = 26;
     this.fixed1.Name          = "fixed1";
     this.fixed1.HasWindow     = false;
     this.alignment2.Add(this.fixed1);
     this.hbox3.Add(this.alignment2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.alignment2]));
     w15.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonApply              = new global::Gtk.Button();
     this.buttonApply.CanDefault   = true;
     this.buttonApply.CanFocus     = true;
     this.buttonApply.Name         = "buttonApply";
     this.buttonApply.UseUnderline = true;
     this.buttonApply.Label        = global::Mono.Unix.Catalog.GetString("_Apply");
     this.hbox3.Add(this.buttonApply);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.buttonApply]));
     w16.PackType = ((global::Gtk.PackType)(1));
     w16.Position = 2;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("_Cancel");
     this.hbox3.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.buttonCancel]));
     w17.PackType = ((global::Gtk.PackType)(1));
     w17.Position = 3;
     this.dialog1_VBox.Add(this.hbox3);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox [this.hbox3]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     this.Add(this.dialog1_VBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth     = 333;
     this.DefaultHeight    = 361;
     this.label.HasDefault = true;
     this.Show();
     this.KeyPressEvent        += new global::Gtk.KeyPressEventHandler(this.OnKeyPressEvent);
     this.buttonCancel.Clicked += new global::System.EventHandler(this.OnButtonCancelClicked);
     this.buttonApply.Clicked  += new global::System.EventHandler(this.OnButtonApplyClicked);
 }
Ejemplo n.º 34
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.OpenFileAction            = new global::Gtk.Action("OpenFileAction", global::Mono.Unix.Catalog.GetString("Open File"), null, null);
     this.OpenFileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("CODE");
     w1.Add(this.OpenFileAction, null);
     this.AddFileAction            = new global::Gtk.Action("AddFileAction", global::Mono.Unix.Catalog.GetString("Add File"), null, null);
     this.AddFileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Add File");
     w1.Add(this.AddFileAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name=\'menubar1\'><menu name=\'OpenFileAction\' action=\'OpenFileAction\'>" +
                                    "<menuitem name=\'AddFileAction\' action=\'AddFileAction\'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox2.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.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.TextEditor = new global::Gtk.TextView();
     this.TextEditor.WidthRequest = 30;
     this.TextEditor.CanFocus     = true;
     this.TextEditor.Name         = "TextEditor";
     this.GtkScrolledWindow.Add(this.TextEditor);
     this.hbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.GtkScrolledWindow]));
     w4.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.entry2               = new global::Gtk.Entry();
     this.entry2.CanFocus      = true;
     this.entry2.Name          = "entry2";
     this.entry2.Text          = global::Mono.Unix.Catalog.GetString("LEXEMES");
     this.entry2.IsEditable    = true;
     this.entry2.InvisibleChar = '•';
     this.vbox3.Add(this.entry2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.entry2]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow4            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow4.Name       = "GtkScrolledWindow4";
     this.GtkScrolledWindow4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow4.Gtk.Container+ContainerChild
     this.LexTree          = new global::Gtk.TreeView();
     this.LexTree.CanFocus = true;
     this.LexTree.Name     = "LexTree";
     this.GtkScrolledWindow4.Add(this.LexTree);
     this.vbox3.Add(this.GtkScrolledWindow4);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow4]));
     w7.Position = 1;
     this.hbox3.Add(this.vbox3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox3]));
     w8.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.entry3 = new global::Gtk.Entry();
     this.entry3.WidthRequest  = 10;
     this.entry3.CanFocus      = true;
     this.entry3.Name          = "entry3";
     this.entry3.Text          = global::Mono.Unix.Catalog.GetString("SYMBOL TABLE");
     this.entry3.IsEditable    = true;
     this.entry3.InvisibleChar = '•';
     this.vbox4.Add(this.entry3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.entry3]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.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.SymbolTable          = new global::Gtk.TreeView();
     this.SymbolTable.CanFocus = true;
     this.SymbolTable.Name     = "SymbolTable";
     this.GtkScrolledWindow2.Add(this.SymbolTable);
     this.vbox4.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow2]));
     w11.Position = 1;
     this.hbox3.Add(this.vbox4);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox4]));
     w12.Position = 2;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
     w13.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.ExecuteBtn              = new global::Gtk.Button();
     this.ExecuteBtn.CanFocus     = true;
     this.ExecuteBtn.Name         = "ExecuteBtn";
     this.ExecuteBtn.UseUnderline = true;
     this.ExecuteBtn.Label        = global::Mono.Unix.Catalog.GetString("EXECUTE");
     this.vbox2.Add(this.ExecuteBtn);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.ExecuteBtn]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.ConsoleLabel           = new global::Gtk.Label();
     this.ConsoleLabel.Name      = "ConsoleLabel";
     this.ConsoleLabel.Xpad      = 10;
     this.ConsoleLabel.Xalign    = 0F;
     this.ConsoleLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Console");
     this.vbox2.Add(this.ConsoleLabel);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.ConsoleLabel]));
     w15.Position = 3;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.Console          = new global::Gtk.TextView();
     this.Console.CanFocus = true;
     this.Console.Name     = "Console";
     this.Console.Editable = false;
     this.GtkScrolledWindow1.Add(this.Console);
     this.hbox2.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow1]));
     w17.Position = 0;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w18.Position = 4;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 1077;
     this.DefaultHeight = 733;
     this.Show();
     this.DeleteEvent             += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.AddFileAction.Activated += new global::System.EventHandler(this.OnAddFileActionActivated);
     this.ExecuteBtn.Clicked      += new global::System.EventHandler(this.OnExecuteBtnClicked);
 }
Ejemplo n.º 35
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("OpenWeasel Setup");
     this.WindowPosition = ((global::Gtk.WindowPosition)(3));
     this.Gravity        = ((global::Gdk.Gravity)(5));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed1 = new global::Gtk.Fixed();
     this.fixed1.WidthRequest = 350;
     this.fixed1.Name         = "fixed1";
     this.fixed1.HasWindow    = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.acceptbt = new global::Gtk.Button();
     this.acceptbt.WidthRequest = 138;
     this.acceptbt.CanFocus     = true;
     this.acceptbt.Events       = ((global::Gdk.EventMask)(256));
     this.acceptbt.Name         = "acceptbt";
     this.acceptbt.UseUnderline = true;
     this.acceptbt.Label        = global::Mono.Unix.Catalog.GetString("Accept");
     this.fixed1.Add(this.acceptbt);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.acceptbt]));
     w1.X = 416;
     w1.Y = 463;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow                  = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name             = "GtkScrolledWindow";
     this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow.ShadowType       = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview2               = new global::Gtk.TextView();
     this.textview2.Buffer.Text   = "GNU GENERAL PUBLIC LICENSE\n\nVersion 3, 29 June 2007\n\nCopyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>\n\nEveryone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.\nPreamble\n\nThe GNU General Public License is a free, copyleft license for software and other kinds of works.\n\nThe licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too.\n\nWhen we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.\n\nTo protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others.\n\nFor example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.\n\nDevelopers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it.\n\nFor the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions.\n\nSome devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.\n\nFinally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free.\n\nThe precise terms and conditions for copying, distribution and modification follow.\nTERMS AND CONDITIONS\n0. Definitions.\n\n“This License” refers to version 3 of the GNU General Public License.\n\n“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.\n\n“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations.\n\nTo “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work.\n\nA “covered work” means either the unmodified Program or a work based on the Program.\n\nTo “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.\n\nTo “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.\n\nAn interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.\n1. Source Code.\n\nThe “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work.\n\nA “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.\n\nThe “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.\n\nThe “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.\n\nThe Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.\n\nThe Corresponding Source for a work in source code form is that same work.\n2. Basic Permissions.\n\nAll rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.\n\nYou may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.\n\nConveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.\n3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\nNo covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.\n\nWhen you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.\n4. Conveying Verbatim Copies.\n\nYou may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.\n\nYou may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.\n5. Conveying Modified Source Versions.\n\nYou may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified it, and giving a relevant date.\n    b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”.\n    c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.\n    d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.\n\nA compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.\n6. Conveying Non-Source Forms.\n\nYou may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.\n    b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.\n    c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.\n    d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.\n    e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.\n\nA separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.\n\nA “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.\n\n“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.\n\nIf you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).\n\nThe requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.\n\nCorresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.\n7. Additional Terms.\n\n“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.\n\nWhen you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.\n\nNotwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or\n    b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or\n    c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or\n    d) Limiting the use for publicity purposes of names of licensors or authors of the material; or\n    e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or\n    f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.\n\nAll other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.\n\nIf you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.\n\nAdditional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.\n8. Termination.\n\nYou may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).\n\nHowever, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.\n\nMoreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.\n\nTermination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.\n9. Acceptance Not Required for Having Copies.\n\nYou are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.\n10. Automatic Licensing of Downstream Recipients.\n\nEach time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.\n\nAn “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.\n\nYou may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.\n11. Patents.\n\nA “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”.\n\nA contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.\n\nEach contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.\n\nIn the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.\n\nIf you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.\n\nIf, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.\n\nA patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.\n\nNothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.\n12. No Surrender of Others' Freedom.\n\nIf conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.\n13. Use with the GNU Affero General Public License.\n\nNotwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.\n14. Revised Versions of this License.\n\nThe Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.\n\nEach version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation.\n\nIf the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.\n\nLater license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.\n15. Disclaimer of Warranty.\n\nTHERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n16. Limitation of Liability.\n\nIN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n17. Interpretation of Sections 15 and 16.\n\nIf the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.\n\nEND OF TERMS AND CONDITIONS";
     this.textview2.WidthRequest  = 582;
     this.textview2.HeightRequest = 406;
     this.textview2.CanFocus      = true;
     this.textview2.Name          = "textview2";
     this.textview2.Editable      = false;
     this.textview2.Overwrite     = true;
     this.textview2.Justification = ((global::Gtk.Justification)(2));
     this.textview2.WrapMode      = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow.Add(this.textview2);
     this.fixed1.Add(this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.GtkScrolledWindow]));
     w3.Y = 28;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Terms and Conditions");
     this.fixed1.Add(this.label3);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.label3]));
     w4.X = 214;
     w4.Y = 6;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.declinebt = new global::Gtk.Button();
     this.declinebt.WidthRequest = 138;
     this.declinebt.CanFocus     = true;
     this.declinebt.Events       = ((global::Gdk.EventMask)(3840));
     this.declinebt.Name         = "declinebt";
     this.declinebt.UseUnderline = true;
     this.declinebt.Label        = global::Mono.Unix.Catalog.GetString("Decline");
     this.fixed1.Add(this.declinebt);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.declinebt]));
     w5.X = 32;
     w5.Y = 463;
     this.Add(this.fixed1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 584;
     this.DefaultHeight = 515;
     this.Show();
     this.DeleteEvent       += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.acceptbt.Released += new global::System.EventHandler(this.OnAcceptbtReleased);
     this.declinebt.Clicked += new global::System.EventHandler(this.OnDeclinebtClicked);
 }
Ejemplo n.º 36
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoGame.Tools.Pipeline.AboutDialog
     this.Name           = "MonoGame.Tools.Pipeline.AboutDialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoGame.Tools.Pipeline.AboutDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(4));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 10;
     // Container child hbox1.Gtk.Box+BoxChild
     this.image1        = new global::Gtk.Image();
     this.image1.Name   = "image1";
     this.image1.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("MonoGame.Tools.Pipeline.App.ico");
     this.hbox1.Add(this.image1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image1]));
     w2.Position = 0;
     w2.Expand   = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 11;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("label1");
     this.vbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
     w3.Position = 0;
     w3.Expand   = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("label2");
     this.vbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("label3");
     this.vbox2.Add(this.label3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label3]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("label4");
     this.vbox2.Add(this.label4);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label4]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.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.textview1          = new global::Gtk.TextView();
     this.textview1.CanFocus = true;
     this.textview1.Name     = "textview1";
     this.textview1.Editable = false;
     this.GtkScrolledWindow.Add(this.textview1);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w8.Position = 4;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w9.Position = 1;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
     w10.Position = 0;
     // Internal child MonoGame.Tools.Pipeline.AboutDialog.ActionArea
     global::Gtk.HButtonBox w11 = this.ActionArea;
     w11.Name        = "dialog1_ActionArea";
     w11.Spacing     = 10;
     w11.BorderWidth = ((uint)(5));
     w11.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-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonOk]));
     w12.Expand = false;
     w12.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 482;
     this.DefaultHeight = 328;
     this.Show();
     this.Response += new global::Gtk.ResponseHandler(this.OnResponse);
 }
Ejemplo n.º 37
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.AnimusIRCAction            = new global::Gtk.Action("AnimusIRCAction", global::Mono.Unix.Catalog.GetString("Animus IRC"), null, null);
     this.AnimusIRCAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Animus IRC");
     w1.Add(this.AnimusIRCAction, null);
     this.ServerAction            = new global::Gtk.Action("ServerAction", global::Mono.Unix.Catalog.GetString("Server"), null, null);
     this.ServerAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Server");
     w1.Add(this.ServerAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox_container_main         = new global::Gtk.VBox();
     this.vbox_container_main.Name    = "vbox_container_main";
     this.vbox_container_main.Spacing = 6;
     // Container child vbox_container_main.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name=\'menu_main\'><menu name=\'AnimusIRCAction\' action=\'AnimusIRCActio" +
                                    "n\'/><menu name=\'ServerAction\' action=\'ServerAction\'/></menubar></ui>");
     this.menu_main      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menu_main")));
     this.menu_main.Name = "menu_main";
     this.vbox_container_main.Add(this.menu_main);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox_container_main [this.menu_main]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox_container_main.Gtk.Box+BoxChild
     this.hbox_main         = new global::Gtk.HBox();
     this.hbox_main.Name    = "hbox_main";
     this.hbox_main.Spacing = 6;
     // Container child hbox_main.Gtk.Box+BoxChild
     this.scrolled_channels = new global::Gtk.ScrolledWindow();
     this.scrolled_channels.WidthRequest = 150;
     this.scrolled_channels.Name         = "scrolled_channels";
     this.scrolled_channels.ShadowType   = ((global::Gtk.ShadowType)(1));
     // Container child scrolled_channels.Gtk.Container+ContainerChild
     this.treeview_servers          = new global::Gtk.TreeView();
     this.treeview_servers.CanFocus = true;
     this.treeview_servers.Name     = "treeview_servers";
     this.scrolled_channels.Add(this.treeview_servers);
     this.hbox_main.Add(this.scrolled_channels);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox_main [this.scrolled_channels]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox_main.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.lbl_topic           = new global::Gtk.Label();
     this.lbl_topic.Name      = "lbl_topic";
     this.lbl_topic.LabelProp = global::Mono.Unix.Catalog.GetString("{{ topic }}");
     this.vbox2.Add(this.lbl_topic);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lbl_topic]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox2.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.txt_chat                 = new global::Gtk.TextView();
     this.txt_chat.CanFocus        = true;
     this.txt_chat.ExtensionEvents = ((global::Gdk.ExtensionMode)(1));
     this.txt_chat.Name            = "txt_chat";
     this.txt_chat.Editable        = false;
     this.txt_chat.Overwrite       = true;
     this.GtkScrolledWindow1.Add(this.txt_chat);
     this.vbox2.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow1]));
     w8.Position = 2;
     // Container child vbox2.Gtk.Box+BoxChild
     this.entry_chat               = new global::Gtk.Entry();
     this.entry_chat.CanFocus      = true;
     this.entry_chat.Name          = "entry_chat";
     this.entry_chat.IsEditable    = true;
     this.entry_chat.InvisibleChar = '●';
     this.vbox2.Add(this.entry_chat);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.entry_chat]));
     w9.Position = 3;
     w9.Expand   = false;
     w9.Fill     = false;
     this.hbox_main.Add(this.vbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox_main [this.vbox2]));
     w10.Position = 1;
     // Container child hbox_main.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.WidthRequest = 150;
     this.GtkScrolledWindow.Name         = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType   = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeview_users          = new global::Gtk.TreeView();
     this.treeview_users.CanFocus = true;
     this.treeview_users.Name     = "treeview_users";
     this.GtkScrolledWindow.Add(this.treeview_users);
     this.hbox_main.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox_main [this.GtkScrolledWindow]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox_container_main.Add(this.hbox_main);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox_container_main [this.hbox_main]));
     w13.Position = 1;
     this.Add(this.vbox_container_main);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 799;
     this.DefaultHeight = 510;
     this.Show();
     this.DeleteEvent          += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.entry_chat.Activated += new global::System.EventHandler(this.OnEntryChatActivated);
 }
Ejemplo n.º 38
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.FileAction1            = new global::Gtk.Action("FileAction1", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w1.Add(this.FileAction1, null);
     this.ExitAction1            = new global::Gtk.Action("ExitAction1", global::Mono.Unix.Catalog.GetString("Exit"), null, null);
     this.ExitAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Exit");
     w1.Add(this.ExitAction1, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child 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.UIManager.AddUiFromString("<ui><menubar name=\'menubar1\'><menu name=\'FileAction1\' action=\'FileAction1\'><menui" +
                                    "tem name=\'ExitAction1\' action=\'ExitAction1\'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.filechooserwidget1 = new global::Gtk.FileChooserWidget(((global::Gtk.FileChooserAction)(0)));
     this.filechooserwidget1.WidthRequest  = 400;
     this.filechooserwidget1.HeightRequest = 350;
     this.filechooserwidget1.Name          = "filechooserwidget1";
     this.vbox6.Add(this.filechooserwidget1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.filechooserwidget1]));
     w3.Position = 0;
     // Container child vbox6.Gtk.Box+BoxChild
     this.CheckFile1              = new global::Gtk.Button();
     this.CheckFile1.CanFocus     = true;
     this.CheckFile1.Name         = "CheckFile1";
     this.CheckFile1.UseUnderline = true;
     this.CheckFile1.Label        = global::Mono.Unix.Catalog.GetString("Check File .txt 1");
     this.vbox6.Add(this.CheckFile1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.CheckFile1]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox6.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.textview1 = new global::Gtk.TextView();
     this.textview1.HeightRequest = 200;
     this.textview1.CanFocus      = true;
     this.textview1.Name          = "textview1";
     this.GtkScrolledWindow2.Add(this.textview1);
     this.vbox6.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.GtkScrolledWindow2]));
     w6.Position = 2;
     // Container child vbox6.Gtk.Box+BoxChild
     this.vbox10         = new global::Gtk.VBox();
     this.vbox10.Name    = "vbox10";
     this.vbox10.Spacing = 6;
     // Container child vbox10.Gtk.Box+BoxChild
     this.btnRead1              = new global::Gtk.Button();
     this.btnRead1.CanFocus     = true;
     this.btnRead1.Name         = "btnRead1";
     this.btnRead1.UseUnderline = true;
     this.btnRead1.Label        = global::Mono.Unix.Catalog.GetString("Read File 1");
     this.vbox10.Add(this.btnRead1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox10[this.btnRead1]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox6.Add(this.vbox10);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.vbox10]));
     w8.Position = 3;
     w8.Expand   = false;
     w8.Fill     = false;
     this.hbox3.Add(this.vbox6);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.vbox6]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.filechooserwidget2 = new global::Gtk.FileChooserWidget(((global::Gtk.FileChooserAction)(0)));
     this.filechooserwidget2.WidthRequest  = 400;
     this.filechooserwidget2.HeightRequest = 350;
     this.filechooserwidget2.Name          = "filechooserwidget2";
     this.vbox8.Add(this.filechooserwidget2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.filechooserwidget2]));
     w10.Position = 0;
     // Container child vbox8.Gtk.Box+BoxChild
     this.CheckFile2              = new global::Gtk.Button();
     this.CheckFile2.CanFocus     = true;
     this.CheckFile2.Name         = "CheckFile2";
     this.CheckFile2.UseUnderline = true;
     this.CheckFile2.Label        = global::Mono.Unix.Catalog.GetString("Check File .txt 2");
     this.vbox8.Add(this.CheckFile2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.CheckFile2]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.GtkScrolledWindow5            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow5.Name       = "GtkScrolledWindow5";
     this.GtkScrolledWindow5.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow5.Gtk.Container+ContainerChild
     this.textview2 = new global::Gtk.TextView();
     this.textview2.HeightRequest = 200;
     this.textview2.CanFocus      = true;
     this.textview2.Name          = "textview2";
     this.GtkScrolledWindow5.Add(this.textview2);
     this.vbox8.Add(this.GtkScrolledWindow5);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.GtkScrolledWindow5]));
     w13.Position = 2;
     // Container child vbox8.Gtk.Box+BoxChild
     this.vbox11         = new global::Gtk.VBox();
     this.vbox11.Name    = "vbox11";
     this.vbox11.Spacing = 6;
     // Container child vbox11.Gtk.Box+BoxChild
     this.btnRead2              = new global::Gtk.Button();
     this.btnRead2.CanFocus     = true;
     this.btnRead2.Name         = "btnRead2";
     this.btnRead2.UseUnderline = true;
     this.btnRead2.Label        = global::Mono.Unix.Catalog.GetString("Read File 2");
     this.vbox11.Add(this.btnRead2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.btnRead2]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     this.vbox8.Add(this.vbox11);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.vbox11]));
     w15.Position = 3;
     w15.Expand   = false;
     w15.Fill     = false;
     this.hbox3.Add(this.vbox8);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.vbox8]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox15         = new global::Gtk.VBox();
     this.vbox15.Name    = "vbox15";
     this.vbox15.Spacing = 6;
     // Container child vbox15.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Logs:");
     this.vbox15.Add(this.label1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox15[this.label1]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox15.Gtk.Box+BoxChild
     this.GtkScrolledWindow6            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow6.Name       = "GtkScrolledWindow6";
     this.GtkScrolledWindow6.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow6.Gtk.Container+ContainerChild
     this.textview3 = new global::Gtk.TextView();
     this.textview3.WidthRequest = 400;
     this.textview3.CanFocus     = true;
     this.textview3.Name         = "textview3";
     this.textview3.Editable     = false;
     this.GtkScrolledWindow6.Add(this.textview3);
     this.vbox15.Add(this.GtkScrolledWindow6);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox15[this.GtkScrolledWindow6]));
     w19.Position = 1;
     // Container child vbox15.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.image1      = new global::Gtk.Image();
     this.image1.Name = "image1";
     this.vbox3.Add(this.image1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.image1]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     this.vbox15.Add(this.vbox3);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox15[this.vbox3]));
     w21.Position = 2;
     w21.Expand   = false;
     w21.Fill     = false;
     this.hbox3.Add(this.vbox15);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.vbox15]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     this.vbox4.Add(this.hbox3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox3]));
     w23.Position = 0;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Batas Waktu :");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label2]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entry1               = new global::Gtk.Entry();
     this.entry1.CanFocus      = true;
     this.entry1.Name          = "entry1";
     this.entry1.IsEditable    = true;
     this.entry1.InvisibleChar = '●';
     this.hbox1.Add(this.entry1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entry1]));
     w25.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("Solve");
     this.hbox1.Add(this.button1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.button1]));
     w26.Position = 2;
     w26.Expand   = false;
     w26.Fill     = false;
     this.vbox4.Add(this.hbox1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox1]));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     this.vbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.vbox4]));
     w28.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 800;       // 1225;
     this.DefaultHeight = 600;       // 932;
     this.Show();
     this.DeleteEvent           += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.ExitAction1.Activated += new global::System.EventHandler(this.exit);
     this.CheckFile1.Pressed    += new global::System.EventHandler(this.Check1);
     this.btnRead1.Pressed      += new global::System.EventHandler(this.Read1);
     this.CheckFile2.Pressed    += new global::System.EventHandler(this.Check2);
     this.btnRead2.Pressed      += new global::System.EventHandler(this.Read2);
     this.button1.Pressed       += new global::System.EventHandler(this.Solve);
 }
Ejemplo n.º 39
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Template.TemplateWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.FileAction            = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w1.Add(this.FileAction, null);
     this.CloseAction            = new global::Gtk.Action("CloseAction", global::Mono.Unix.Catalog.GetString("Close"), null, null);
     this.CloseAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Close");
     w1.Add(this.CloseAction, null);
     this.HelpAction            = new global::Gtk.Action("HelpAction", global::Mono.Unix.Catalog.GetString("Help"), null, null);
     this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Help");
     w1.Add(this.HelpAction, null);
     this.AboutAction            = new global::Gtk.Action("AboutAction", global::Mono.Unix.Catalog.GetString("About"), null, null);
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("About");
     w1.Add(this.AboutAction, null);
     this.SettingsAction            = new global::Gtk.Action("SettingsAction", global::Mono.Unix.Catalog.GetString("Settings"), null, null);
     this.SettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Settings");
     w1.Add(this.SettingsAction, null);
     this.WindowStyleAction            = new global::Gtk.Action("WindowStyleAction", global::Mono.Unix.Catalog.GetString("Window style"), null, null);
     this.WindowStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Style");
     w1.Add(this.WindowStyleAction, null);
     this.CustomStyleAction            = new global::Gtk.RadioAction("CustomStyleAction", global::Mono.Unix.Catalog.GetString("DGLE"), null, null, 0);
     this.CustomStyleAction.Group      = new global::GLib.SList(global::System.IntPtr.Zero);
     this.CustomStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("DGLE");
     w1.Add(this.CustomStyleAction, null);
     this.PlatformStyleAction                   = new global::Gtk.RadioAction("PlatformStyleAction", global::Mono.Unix.Catalog.GetString("Platform"), null, null, 0);
     this.PlatformStyleAction.Group             = this.CustomStyleAction.Group;
     this.PlatformStyleAction.Sensitive         = false;
     this.PlatformStyleAction.ShortLabel        = global::Mono.Unix.Catalog.GetString("Platform");
     this.PlatformStyleAction.Visible           = false;
     this.PlatformStyleAction.VisibleHorizontal = false;
     this.PlatformStyleAction.VisibleVertical   = false;
     this.PlatformStyleAction.VisibleOverflown  = false;
     w1.Add(this.PlatformStyleAction, null);
     this.DecoratedCustomStyleAction            = new global::Gtk.RadioAction("DecoratedCustomStyleAction", global::Mono.Unix.Catalog.GetString("Decorated DGLE"), null, null, 0);
     this.DecoratedCustomStyleAction.Group      = this.PlatformStyleAction.Group;
     this.DecoratedCustomStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Decorated DGLE");
     w1.Add(this.DecoratedCustomStyleAction, null);
     this.PlatformStyleAction1            = new global::Gtk.RadioAction("PlatformStyleAction1", global::Mono.Unix.Catalog.GetString("Platform"), null, null, 0);
     this.PlatformStyleAction1.Group      = this.PlatformStyleAction.Group;
     this.PlatformStyleAction1.Sensitive  = false;
     this.PlatformStyleAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Platform");
     this.PlatformStyleAction1.Visible    = false;
     w1.Add(this.PlatformStyleAction1, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "Template.TemplateWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Young, strong and crazy!");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Decorated      = false;
     // Container child Template.TemplateWindow.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='CloseAction' action='CloseAction'/></menu><menu name='SettingsAction' action='SettingsAction'><menu name='WindowStyleAction' action='WindowStyleAction'><menuitem name='CustomStyleAction' action='CustomStyleAction'/><menuitem name='DecoratedCustomStyleAction' action='DecoratedCustomStyleAction'/></menu></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(8)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("GtkButton");
     this.table1.Add(this.button1);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.button1]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.calendar2                = new global::Gtk.Calendar();
     this.calendar2.CanFocus       = true;
     this.calendar2.Name           = "calendar2";
     this.calendar2.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35));
     this.table1.Add(this.calendar2);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.calendar2]));
     w4.TopAttach    = ((uint)(6));
     w4.BottomAttach = ((uint)(7));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.combobox1 = global::Gtk.ComboBox.NewText();
     this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString("young"));
     this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString("strong"));
     this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString("crazy"));
     this.combobox1.Name   = "combobox1";
     this.combobox1.Active = 0;
     this.table1.Add(this.combobox1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.combobox1]));
     w5.TopAttach    = ((uint)(3));
     w5.BottomAttach = ((uint)(4));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboboxentry1 = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentry1.AppendText(global::Mono.Unix.Catalog.GetString("young"));
     this.comboboxentry1.AppendText(global::Mono.Unix.Catalog.GetString("strong"));
     this.comboboxentry1.AppendText(global::Mono.Unix.Catalog.GetString("crazy"));
     this.comboboxentry1.Name   = "comboboxentry1";
     this.comboboxentry1.Active = 0;
     this.table1.Add(this.comboboxentry1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.comboboxentry1]));
     w6.TopAttach    = ((uint)(4));
     w6.BottomAttach = ((uint)(5));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entry1               = new global::Gtk.Entry();
     this.entry1.CanFocus      = true;
     this.entry1.Name          = "entry1";
     this.entry1.Text          = global::Mono.Unix.Catalog.GetString("Young, strong and crazy!");
     this.entry1.IsEditable    = true;
     this.entry1.InvisibleChar = '●';
     this.table1.Add(this.entry1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.entry1]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview1             = new global::Gtk.TextView();
     this.textview1.Buffer.Text = "Young, strong and crazy!";
     this.textview1.CanFocus    = true;
     this.textview1.Name        = "textview1";
     this.GtkScrolledWindow.Add(this.textview1);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow]));
     w9.TopAttach    = ((uint)(6));
     w9.BottomAttach = ((uint)(7));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("label1");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.progressbar1          = new global::Gtk.ProgressBar();
     this.progressbar1.Name     = "progressbar1";
     this.progressbar1.Fraction = 0.5D;
     this.table1.Add(this.progressbar1);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.progressbar1]));
     w11.TopAttach    = ((uint)(3));
     w11.BottomAttach = ((uint)(4));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbutton1          = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name     = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10D;
     this.spinbutton1.ClimbRate = 1D;
     this.spinbutton1.Numeric   = true;
     this.table1.Add(this.spinbutton1);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.spinbutton1]));
     w12.TopAttach    = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.togglebutton1              = new global::Gtk.ToggleButton();
     this.togglebutton1.CanFocus     = true;
     this.togglebutton1.Name         = "togglebutton1";
     this.togglebutton1.UseUnderline = true;
     this.togglebutton1.Label        = global::Mono.Unix.Catalog.GetString("GtkToggleButton");
     this.table1.Add(this.togglebutton1);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.togglebutton1]));
     w13.TopAttach    = ((uint)(2));
     w13.BottomAttach = ((uint)(3));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkbutton2               = new global::Gtk.CheckButton();
     this.checkbutton2.CanFocus      = true;
     this.checkbutton2.Name          = "checkbutton2";
     this.checkbutton2.Label         = global::Mono.Unix.Catalog.GetString("checkbutton2");
     this.checkbutton2.DrawIndicator = true;
     this.checkbutton2.UseUnderline  = true;
     this.vbox3.Add(this.checkbutton2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkbutton2]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkbutton3               = new global::Gtk.CheckButton();
     this.checkbutton3.CanFocus      = true;
     this.checkbutton3.Name          = "checkbutton3";
     this.checkbutton3.Label         = global::Mono.Unix.Catalog.GetString("checkbutton3");
     this.checkbutton3.DrawIndicator = true;
     this.checkbutton3.UseUnderline  = true;
     this.vbox3.Add(this.checkbutton3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkbutton3]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkbutton4               = new global::Gtk.CheckButton();
     this.checkbutton4.CanFocus      = true;
     this.checkbutton4.Name          = "checkbutton4";
     this.checkbutton4.Label         = global::Mono.Unix.Catalog.GetString("checkbutton4");
     this.checkbutton4.DrawIndicator = true;
     this.checkbutton4.UseUnderline  = true;
     this.vbox3.Add(this.checkbutton4);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkbutton4]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     this.table1.Add(this.vbox3);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox3]));
     w17.TopAttach    = ((uint)(5));
     w17.BottomAttach = ((uint)(6));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobutton1               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("radiobutton1"));
     this.radiobutton1.CanFocus      = true;
     this.radiobutton1.Name          = "radiobutton1";
     this.radiobutton1.DrawIndicator = true;
     this.radiobutton1.UseUnderline  = true;
     this.radiobutton1.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox4.Add(this.radiobutton1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.radiobutton1]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobutton2               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("radiobutton2"));
     this.radiobutton2.CanFocus      = true;
     this.radiobutton2.Name          = "radiobutton2";
     this.radiobutton2.DrawIndicator = true;
     this.radiobutton2.UseUnderline  = true;
     this.radiobutton2.Group         = this.radiobutton1.Group;
     this.vbox4.Add(this.radiobutton2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.radiobutton2]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobutton3               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("radiobutton3"));
     this.radiobutton3.CanFocus      = true;
     this.radiobutton3.Name          = "radiobutton3";
     this.radiobutton3.DrawIndicator = true;
     this.radiobutton3.UseUnderline  = true;
     this.radiobutton3.Group         = this.radiobutton1.Group;
     this.vbox4.Add(this.radiobutton3);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.radiobutton3]));
     w20.Position = 2;
     w20.Expand   = false;
     w20.Fill     = false;
     this.table1.Add(this.vbox4);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox4]));
     w21.TopAttach    = ((uint)(5));
     w21.BottomAttach = ((uint)(6));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.table1]));
     w22.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1         = new global::Gtk.Statusbar();
     this.statusbar1.Name    = "statusbar1";
     this.statusbar1.Spacing = 6;
     this.vbox1.Add(this.statusbar1);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.statusbar1]));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 483;
     this.DefaultHeight = 497;
     this.Show();
 }
Ejemplo n.º 40
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child 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.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.devtty               = new global::Gtk.Entry();
     this.devtty.CanFocus      = true;
     this.devtty.Name          = "devtty";
     this.devtty.Text          = global::Mono.Unix.Catalog.GetString("/dev/ttyUSB0");
     this.devtty.IsEditable    = true;
     this.devtty.InvisibleChar = '•';
     this.hbox2.Add(this.devtty);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.devtty]));
     w1.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.baudrate               = new global::Gtk.Entry();
     this.baudrate.CanFocus      = true;
     this.baudrate.Name          = "baudrate";
     this.baudrate.Text          = global::Mono.Unix.Catalog.GetString("115200");
     this.baudrate.IsEditable    = true;
     this.baudrate.InvisibleChar = '•';
     this.hbox2.Add(this.baudrate);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.baudrate]));
     w2.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.start              = new global::Gtk.Button();
     this.start.CanFocus     = true;
     this.start.Name         = "start";
     this.start.UseUnderline = true;
     this.start.Label        = global::Mono.Unix.Catalog.GetString("Start");
     this.hbox2.Add(this.start);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.start]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.send              = new global::Gtk.Button();
     this.send.CanFocus     = true;
     this.send.Name         = "send";
     this.send.UseUnderline = true;
     this.send.Label        = global::Mono.Unix.Catalog.GetString("Send Bytes");
     this.hbox2.Add(this.send);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.send]));
     w4.Position = 3;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox1.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.serialin          = new global::Gtk.TextView();
     this.serialin.CanFocus = true;
     this.serialin.Name     = "serialin";
     this.GtkScrolledWindow.Add(this.serialin);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w7.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.serialout          = new global::Gtk.TextView();
     this.serialout.CanFocus = true;
     this.serialout.Name     = "serialout";
     this.GtkScrolledWindow1.Add(this.serialout);
     this.vbox1.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow1]));
     w9.Position = 2;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 578;
     this.DefaultHeight = 666;
     this.Show();
     this.DeleteEvent   += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.start.Clicked += new global::System.EventHandler(this.OnStartClicked);
     this.send.Clicked  += new global::System.EventHandler(this.OnsendClicked);
 }
Ejemplo n.º 41
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget SDVMMR.About
     this.Name           = "SDVMMR.About";
     this.Title          = global::Mono.Unix.Catalog.GetString("About");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(5));
     // Container child SDVMMR.About.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.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.Website = new global::Gtk.Label();
     this.Website.WidthRequest = 80;
     this.Website.Name         = "Website";
     this.Website.LabelProp    = global::Mono.Unix.Catalog.GetString("label10");
     this.vbox7.Add(this.Website);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.Website]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.Translator = new global::Gtk.Label();
     this.Translator.WidthRequest = 80;
     this.Translator.Name         = "Translator";
     this.Translator.LabelProp    = global::Mono.Unix.Catalog.GetString("label12");
     this.vbox7.Add(this.Translator);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.Translator]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.Version = new global::Gtk.Label();
     this.Version.WidthRequest = 80;
     this.Version.Name         = "Version";
     this.Version.LabelProp    = global::Mono.Unix.Catalog.GetString("label14");
     this.vbox7.Add(this.Version);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.Version]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     this.hbox2.Add(this.vbox7);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox7]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.WebsiteLink = new global::Gtk.Label();
     this.WebsiteLink.WidthRequest = 80;
     this.WebsiteLink.Name         = "WebsiteLink";
     this.WebsiteLink.LabelProp    = global::Mono.Unix.Catalog.GetString("label11");
     this.vbox6.Add(this.WebsiteLink);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.WebsiteLink]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.TranslatorName = new global::Gtk.Label();
     this.TranslatorName.WidthRequest = 80;
     this.TranslatorName.Name         = "TranslatorName";
     this.TranslatorName.LabelProp    = global::Mono.Unix.Catalog.GetString("label13");
     this.vbox6.Add(this.TranslatorName);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.TranslatorName]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.VersionNumber = new global::Gtk.Label();
     this.VersionNumber.WidthRequest = 80;
     this.VersionNumber.Name         = "VersionNumber";
     this.VersionNumber.LabelProp    = global::Mono.Unix.Catalog.GetString("label15");
     this.vbox6.Add(this.VersionNumber);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.VersionNumber]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.hbox2.Add(this.vbox6);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox6]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.hbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.hbox2]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // 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.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ChangelogTV          = new global::Gtk.TextView();
     this.ChangelogTV.CanFocus = true;
     this.ChangelogTV.Name     = "ChangelogTV";
     this.GtkScrolledWindow.Add(this.ChangelogTV);
     this.GtkAlignment.Add(this.GtkScrolledWindow);
     this.frame1.Add(this.GtkAlignment);
     this.FrameChangelog           = new global::Gtk.Label();
     this.FrameChangelog.Name      = "FrameChangelog";
     this.FrameChangelog.LabelProp = global::Mono.Unix.Catalog.GetString("<b>GtkFrame</b>");
     this.FrameChangelog.UseMarkup = true;
     this.frame1.LabelWidget       = this.FrameChangelog;
     this.vbox3.Add(this.frame1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.frame1]));
     w14.Position = 0;
     this.vbox2.Add(this.vbox3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vbox3]));
     w15.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.frame2            = new global::Gtk.Frame();
     this.frame2.Name       = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment1             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name        = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.CreditsTV          = new global::Gtk.TextView();
     this.CreditsTV.CanFocus = true;
     this.CreditsTV.Name     = "CreditsTV";
     this.GtkScrolledWindow1.Add(this.CreditsTV);
     this.GtkAlignment1.Add(this.GtkScrolledWindow1);
     this.frame2.Add(this.GtkAlignment1);
     this.FrameCredits           = new global::Gtk.Label();
     this.FrameCredits.Name      = "FrameCredits";
     this.FrameCredits.LabelProp = global::Mono.Unix.Catalog.GetString("<b>GtkFrame</b>");
     this.FrameCredits.UseMarkup = true;
     this.frame2.LabelWidget     = this.FrameCredits;
     this.vbox4.Add(this.frame2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.frame2]));
     w19.Position = 0;
     this.vbox2.Add(this.vbox4);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vbox4]));
     w20.Position = 2;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 719;
     this.DefaultHeight = 497;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.PackageManagement.ManagePackagesDialog
     this.Name           = "MonoDevelop.PackageManagement.ManagePackagesDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Manage Packages");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.DefaultWidth   = 640;
     this.DefaultHeight  = 480;
     // Internal child MonoDevelop.PackageManagement.ManagePackagesDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "mainVBox";
     w1.BorderWidth = ((uint)(2));
     // Container child mainVBox.Gtk.Box+BoxChild
     this.notebook             = new global::Gtk.Notebook();
     this.notebook.CanFocus    = true;
     this.notebook.Name        = "notebook";
     this.notebook.CurrentPage = 0;
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.availablePackagesWidget        = new global::MonoDevelop.PackageManagement.PackagesWidget();
     this.availablePackagesWidget.Events = ((global::Gdk.EventMask)(256));
     this.availablePackagesWidget.Name   = "availablePackagesWidget";
     this.notebook.Add(this.availablePackagesWidget);
     // Notebook tab
     this.availablePackagesLabel           = new global::Gtk.Label();
     this.availablePackagesLabel.Name      = "availablePackagesLabel";
     this.availablePackagesLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Available");
     this.notebook.SetTabLabel(this.availablePackagesWidget, this.availablePackagesLabel);
     this.availablePackagesLabel.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.installedPackagesWidget        = new global::MonoDevelop.PackageManagement.PackagesWidget();
     this.installedPackagesWidget.Events = ((global::Gdk.EventMask)(256));
     this.installedPackagesWidget.Name   = "installedPackagesWidget";
     this.notebook.Add(this.installedPackagesWidget);
     global::Gtk.Notebook.NotebookChild w3 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.installedPackagesWidget]));
     w3.Position = 1;
     // Notebook tab
     this.installedPackagesLabel           = new global::Gtk.Label();
     this.installedPackagesLabel.Name      = "installedPackagesLabel";
     this.installedPackagesLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Installed");
     this.notebook.SetTabLabel(this.installedPackagesWidget, this.installedPackagesLabel);
     this.installedPackagesLabel.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.UpdatedPackagesWidget        = new global::MonoDevelop.PackageManagement.PackagesWidget();
     this.UpdatedPackagesWidget.Events = ((global::Gdk.EventMask)(256));
     this.UpdatedPackagesWidget.Name   = "UpdatedPackagesWidget";
     this.notebook.Add(this.UpdatedPackagesWidget);
     global::Gtk.Notebook.NotebookChild w4 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.UpdatedPackagesWidget]));
     w4.Position = 2;
     // Notebook tab
     this.updatedPackagesLabel           = new global::Gtk.Label();
     this.updatedPackagesLabel.Name      = "updatedPackagesLabel";
     this.updatedPackagesLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Updated");
     this.notebook.SetTabLabel(this.UpdatedPackagesWidget, this.updatedPackagesLabel);
     this.updatedPackagesLabel.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.recentPackagesWidget        = new global::MonoDevelop.PackageManagement.PackagesWidget();
     this.recentPackagesWidget.Events = ((global::Gdk.EventMask)(256));
     this.recentPackagesWidget.Name   = "recentPackagesWidget";
     this.notebook.Add(this.recentPackagesWidget);
     global::Gtk.Notebook.NotebookChild w5 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.recentPackagesWidget]));
     w5.Position = 3;
     // Notebook tab
     this.recentPackagesLabel           = new global::Gtk.Label();
     this.recentPackagesLabel.Name      = "recentPackagesLabel";
     this.recentPackagesLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Recent");
     this.notebook.SetTabLabel(this.recentPackagesWidget, this.recentPackagesLabel);
     this.recentPackagesLabel.ShowAll();
     w1.Add(this.notebook);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.notebook]));
     w6.Position = 0;
     // Container child mainVBox.Gtk.Box+BoxChild
     this.messagesExpander          = new global::Gtk.Expander(null);
     this.messagesExpander.CanFocus = true;
     this.messagesExpander.Name     = "messagesExpander";
     // Container child messagesExpander.Gtk.Container+ContainerChild
     this.GtkScrolledWindow8            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow8.Name       = "GtkScrolledWindow8";
     this.GtkScrolledWindow8.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow8.Gtk.Container+ContainerChild
     this.messagesTextView               = new global::Gtk.TextView();
     this.messagesTextView.CanFocus      = true;
     this.messagesTextView.Name          = "messagesTextView";
     this.messagesTextView.Editable      = false;
     this.messagesTextView.CursorVisible = false;
     this.GtkScrolledWindow8.Add(this.messagesTextView);
     this.messagesExpander.Add(this.GtkScrolledWindow8);
     this.messagesExpanderLabel              = new global::Gtk.Label();
     this.messagesExpanderLabel.Name         = "messagesExpanderLabel";
     this.messagesExpanderLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Messages");
     this.messagesExpanderLabel.UseUnderline = true;
     this.messagesExpander.LabelWidget       = this.messagesExpanderLabel;
     w1.Add(this.messagesExpander);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.messagesExpander]));
     w9.Position = 1;
     w9.Expand   = false;
     // Internal child MonoDevelop.PackageManagement.ManagePackagesDialog.ActionArea
     global::Gtk.HButtonBox w10 = this.ActionArea;
     w10.Name        = "buttonArea";
     w10.Spacing     = 10;
     w10.BorderWidth = ((uint)(5));
     w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child buttonArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonClose              = new global::Gtk.Button();
     this.buttonClose.CanDefault   = true;
     this.buttonClose.CanFocus     = true;
     this.buttonClose.Name         = "buttonClose";
     this.buttonClose.UseStock     = true;
     this.buttonClose.UseUnderline = true;
     this.buttonClose.Label        = "gtk-close";
     this.AddActionWidget(this.buttonClose, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonClose]));
     w11.Expand = false;
     w11.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.messagesExpander.Activated += new global::System.EventHandler(this.MessagesExpanderActivated);
 }
Ejemplo n.º 43
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.ArquivoAction            = new global::Gtk.Action("ArquivoAction", global::Mono.Unix.Catalog.GetString("Arquivo"), null, null);
     this.ArquivoAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Arquivo");
     w1.Add(this.ArquivoAction, null);
     this.EditarAction            = new global::Gtk.Action("EditarAction", global::Mono.Unix.Catalog.GetString("Editar"), null, null);
     this.EditarAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Editar");
     w1.Add(this.EditarAction, null);
     this.AbrirAction            = new global::Gtk.Action("AbrirAction", global::Mono.Unix.Catalog.GetString("Abrir"), null, null);
     this.AbrirAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Abrir");
     w1.Add(this.AbrirAction, null);
     this.SalvarAction            = new global::Gtk.Action("SalvarAction", global::Mono.Unix.Catalog.GetString("Salvar"), null, null);
     this.SalvarAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Salvar");
     w1.Add(this.SalvarAction, null);
     this.ArquivoAction1            = new global::Gtk.Action("ArquivoAction1", global::Mono.Unix.Catalog.GetString("Arquivo"), null, null);
     this.ArquivoAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Arquivo");
     w1.Add(this.ArquivoAction1, null);
     this.EditarAction1            = new global::Gtk.Action("EditarAction1", global::Mono.Unix.Catalog.GetString("Editar"), null, null);
     this.EditarAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Editar");
     w1.Add(this.EditarAction1, null);
     this.InserirAction            = new global::Gtk.Action("InserirAction", global::Mono.Unix.Catalog.GetString("Inserir"), null, null);
     this.InserirAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Inserir");
     w1.Add(this.InserirAction, null);
     this.AutmatoAction            = new global::Gtk.Action("AutmatoAction", global::Mono.Unix.Catalog.GetString("Autômato"), null, null);
     this.AutmatoAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Autômato");
     w1.Add(this.AutmatoAction, null);
     this.GramticaRegularAction            = new global::Gtk.Action("GramticaRegularAction", global::Mono.Unix.Catalog.GetString("Gramática Regular"), null, null);
     this.GramticaRegularAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Gramática Regular");
     w1.Add(this.GramticaRegularAction, null);
     this.ExpressoRegularAction            = new global::Gtk.Action("ExpressoRegularAction", global::Mono.Unix.Catalog.GetString("Expressão Regular"), null, null);
     this.ExpressoRegularAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Expressão Regular");
     w1.Add(this.ExpressoRegularAction, null);
     this.AbrirAction1            = new global::Gtk.Action("AbrirAction1", global::Mono.Unix.Catalog.GetString("Abrir"), null, null);
     this.AbrirAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Abrir");
     w1.Add(this.AbrirAction1, null);
     this.AutomatoAction            = new global::Gtk.Action("AutomatoAction", global::Mono.Unix.Catalog.GetString("Automato"), null, null);
     this.AutomatoAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Automato");
     w1.Add(this.AutomatoAction, null);
     this.SalvarAction1            = new global::Gtk.Action("SalvarAction1", global::Mono.Unix.Catalog.GetString("Salvar"), null, null);
     this.SalvarAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Salvar");
     w1.Add(this.SalvarAction1, null);
     this.AutomatoAction1            = new global::Gtk.Action("AutomatoAction1", global::Mono.Unix.Catalog.GetString("Automato"), null, null);
     this.AutomatoAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Automato");
     w1.Add(this.AutomatoAction1, null);
     this.DeterminizarAutmatoAction            = new global::Gtk.Action("DeterminizarAutmatoAction", global::Mono.Unix.Catalog.GetString("Determinizar Autômato"), null, null);
     this.DeterminizarAutmatoAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Determinizar Autômato");
     w1.Add(this.DeterminizarAutmatoAction, null);
     this.GramticaAction            = new global::Gtk.Action("GramticaAction", global::Mono.Unix.Catalog.GetString("Gramática"), null, null);
     this.GramticaAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Gramática");
     w1.Add(this.GramticaAction, null);
     this.GramaticaAction            = new global::Gtk.Action("GramaticaAction", global::Mono.Unix.Catalog.GetString("Gramatica"), null, null);
     this.GramaticaAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Gramatica");
     w1.Add(this.GramaticaAction, null);
     this.UnirAutmatosAction            = new global::Gtk.Action("UnirAutmatosAction", global::Mono.Unix.Catalog.GetString("Unir Autômatos"), null, null);
     this.UnirAutmatosAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Unir Autômatos");
     w1.Add(this.UnirAutmatosAction, null);
     this.EditarAutmatoAction            = new global::Gtk.Action("EditarAutmatoAction", global::Mono.Unix.Catalog.GetString("Editar Autômato"), null, null);
     this.EditarAutmatoAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Editar Autômato");
     w1.Add(this.EditarAutmatoAction, null);
     this.EditarAutmatoAction1            = new global::Gtk.Action("EditarAutmatoAction1", global::Mono.Unix.Catalog.GetString("Editar Autômato"), null, null);
     this.EditarAutmatoAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Editar Autômato");
     w1.Add(this.EditarAutmatoAction1, null);
     this.InterseccionarAutmatosAction            = new global::Gtk.Action("InterseccionarAutmatosAction", global::Mono.Unix.Catalog.GetString("Interseccionar Autômatos"), null, null);
     this.InterseccionarAutmatosAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Interseccionar Autômatos");
     w1.Add(this.InterseccionarAutmatosAction, null);
     this.MinimizarAutmatoAction            = new global::Gtk.Action("MinimizarAutmatoAction", global::Mono.Unix.Catalog.GetString("Minimizar Autômato"), null, null);
     this.MinimizarAutmatoAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Minimizar Autômato");
     w1.Add(this.MinimizarAutmatoAction, null);
     this.ConverterEREmAFDAction            = new global::Gtk.Action("ConverterEREmAFDAction", global::Mono.Unix.Catalog.GetString("Converter ER em AFD"), null, null);
     this.ConverterEREmAFDAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Converter ER em AFD");
     w1.Add(this.ConverterEREmAFDAction, null);
     this.GramticaRegularAction1            = new global::Gtk.Action("GramticaRegularAction1", global::Mono.Unix.Catalog.GetString("Gramtica Regular"), null, null);
     this.GramticaRegularAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Gramtica Regular");
     w1.Add(this.GramticaRegularAction1, null);
     this.ExpressoAction            = new global::Gtk.Action("ExpressoAction", global::Mono.Unix.Catalog.GetString("Expressão"), null, null);
     this.ExpressoAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Expressão");
     w1.Add(this.ExpressoAction, null);
     this.ExpressoAction1            = new global::Gtk.Action("ExpressoAction1", global::Mono.Unix.Catalog.GetString("Expressão"), null, null);
     this.ExpressoAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Expressão");
     w1.Add(this.ExpressoAction1, null);
     this.ConverterGramticaParaAFNDAction            = new global::Gtk.Action("ConverterGramticaParaAFNDAction", global::Mono.Unix.Catalog.GetString("Converter Gramática para AFND"), null, null);
     this.ConverterGramticaParaAFNDAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Converter Gramática para AFND");
     w1.Add(this.ConverterGramticaParaAFNDAction, null);
     this.ConverterAFDEmGramticaAction            = new global::Gtk.Action("ConverterAFDEmGramticaAction", global::Mono.Unix.Catalog.GetString("Converter AFD em Gramática"), null, null);
     this.ConverterAFDEmGramticaAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Converter AFD em Gramática");
     w1.Add(this.ConverterAFDEmGramticaAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name='menubar2'><menu name='ArquivoAction1' action='ArquivoAction1'><menu name='AbrirAction1' action='AbrirAction1'><menuitem name='AutomatoAction' action='AutomatoAction'/><menuitem name='GramaticaAction' action='GramaticaAction'/><menuitem name='ExpressoAction1' action='ExpressoAction1'/></menu><menu name='SalvarAction1' action='SalvarAction1'><menuitem name='AutomatoAction1' action='AutomatoAction1'/><menuitem name='GramticaAction' action='GramticaAction'/><menuitem name='ExpressoAction' action='ExpressoAction'/></menu></menu><menu name='EditarAction1' action='EditarAction1'><menuitem name='DeterminizarAutmatoAction' action='DeterminizarAutmatoAction'/><menuitem name='UnirAutmatosAction' action='UnirAutmatosAction'/><menuitem name='InterseccionarAutmatosAction' action='InterseccionarAutmatosAction'/><menuitem name='MinimizarAutmatoAction' action='MinimizarAutmatoAction'/><menuitem name='ConverterEREmAFDAction' action='ConverterEREmAFDAction'/><menuitem name='ConverterGramticaParaAFNDAction' action='ConverterGramticaParaAFNDAction'/><menuitem name='ConverterAFDEmGramticaAction' action='ConverterAFDEmGramticaAction'/></menu><menu name='InserirAction' action='InserirAction'><menuitem name='AutmatoAction' action='AutmatoAction'/></menu></menubar></ui>");
     this.menubar2      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar2")));
     this.menubar2.Name = "menubar2";
     this.vbox2.Add(this.menubar2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.menubar2]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.combobox1      = global::Gtk.ComboBox.NewText();
     this.combobox1.Name = "combobox1";
     this.vbox3.Add(this.combobox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.combobox1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vbox3.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow1]));
     w4.Position = 1;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbuttonbox2      = new global::Gtk.HButtonBox();
     this.hbuttonbox2.Name = "hbuttonbox2";
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.button6              = new global::Gtk.Button();
     this.button6.CanFocus     = true;
     this.button6.Name         = "button6";
     this.button6.UseUnderline = true;
     this.button6.Label        = global::Mono.Unix.Catalog.GetString("Adicionar Autômato");
     this.hbuttonbox2.Add(this.button6);
     global::Gtk.ButtonBox.ButtonBoxChild w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.button6]));
     w5.Expand = false;
     w5.Fill   = false;
     this.vbox3.Add(this.hbuttonbox2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbuttonbox2]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     this.notebook1.Add(this.vbox3);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Autômato");
     this.notebook1.SetTabLabel(this.vbox3, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.combobox2      = global::Gtk.ComboBox.NewText();
     this.combobox2.Name = "combobox2";
     this.vbox4.Add(this.combobox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.combobox2]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.textview2          = new global::Gtk.TextView();
     this.textview2.CanFocus = true;
     this.textview2.Name     = "textview2";
     this.scrolledwindow2.Add(this.textview2);
     this.vbox4.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.scrolledwindow2]));
     w10.Position = 1;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbuttonbox3      = new global::Gtk.HButtonBox();
     this.hbuttonbox3.Name = "hbuttonbox3";
     // Container child hbuttonbox3.Gtk.ButtonBox+ButtonBoxChild
     this.button230              = new global::Gtk.Button();
     this.button230.CanFocus     = true;
     this.button230.Name         = "button230";
     this.button230.UseUnderline = true;
     this.button230.Label        = global::Mono.Unix.Catalog.GetString("Adicionar Gramática");
     this.hbuttonbox3.Add(this.button230);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox3 [this.button230]));
     w11.Expand = false;
     w11.Fill   = false;
     this.vbox4.Add(this.hbuttonbox3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbuttonbox3]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.notebook1.Add(this.vbox4);
     global::Gtk.Notebook.NotebookChild w13 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox4]));
     w13.Position = 1;
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Gramática Regular");
     this.notebook1.SetTabLabel(this.vbox4, this.label4);
     this.label4.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.combobox3      = global::Gtk.ComboBox.NewText();
     this.combobox3.Name = "combobox3";
     this.vbox5.Add(this.combobox3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.combobox3]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox5.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.textview3          = new global::Gtk.TextView();
     this.textview3.CanFocus = true;
     this.textview3.Name     = "textview3";
     this.GtkScrolledWindow.Add(this.textview3);
     this.vbox5.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.GtkScrolledWindow]));
     w16.Position = 1;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbuttonbox4      = new global::Gtk.HButtonBox();
     this.hbuttonbox4.Name = "hbuttonbox4";
     // Container child hbuttonbox4.Gtk.ButtonBox+ButtonBoxChild
     this.button1952              = new global::Gtk.Button();
     this.button1952.CanFocus     = true;
     this.button1952.Name         = "button1952";
     this.button1952.UseUnderline = true;
     this.button1952.Label        = global::Mono.Unix.Catalog.GetString("Adicionar Expressão");
     this.hbuttonbox4.Add(this.button1952);
     global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox4 [this.button1952]));
     w17.Expand = false;
     w17.Fill   = false;
     this.vbox5.Add(this.hbuttonbox4);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbuttonbox4]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     this.notebook1.Add(this.vbox5);
     global::Gtk.Notebook.NotebookChild w19 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox5]));
     w19.Position = 2;
     // Notebook tab
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Expressão Regular");
     this.notebook1.SetTabLabel(this.vbox5, this.label5);
     this.label5.ShowAll();
     this.vbox2.Add(this.notebook1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook1]));
     w20.Position = 1;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 547;
     this.DefaultHeight = 306;
     this.Show();
     this.DeleteEvent                               += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.AutmatoAction.Activated                   += new global::System.EventHandler(this.inserirAutomato);
     this.AutomatoAction.Activated                  += new global::System.EventHandler(this.OnAutomatoActionActivated);
     this.AutomatoAction1.Activated                 += new global::System.EventHandler(this.OnAutomatoAction1Activated);
     this.DeterminizarAutmatoAction.Activated       += new global::System.EventHandler(this.OnDeterminizarAutmatoActionActivated);
     this.GramticaAction.Activated                  += new global::System.EventHandler(this.OnGramticaActionActivated);
     this.GramaticaAction.Activated                 += new global::System.EventHandler(this.OnGramaticaActionActivated);
     this.UnirAutmatosAction.Activated              += new global::System.EventHandler(this.OnUnirAutmatosActionActivated);
     this.InterseccionarAutmatosAction.Activated    += new global::System.EventHandler(this.OnInterseccionarAutmatosActionActivated);
     this.MinimizarAutmatoAction.Activated          += new global::System.EventHandler(this.OnMinimizarAutmatoActionActivated);
     this.ConverterEREmAFDAction.Activated          += new global::System.EventHandler(this.OnConverterEREmAFDActionActivated);
     this.ConverterGramticaParaAFNDAction.Activated += new global::System.EventHandler(this.OnConverterGramticaParaAFNDActionActivated);
     this.ConverterAFDEmGramticaAction.Activated    += new global::System.EventHandler(this.OnConverterAFDEmGramticaActionActivated);
     this.combobox1.Changed                         += new global::System.EventHandler(this.OnCombobox1Changed);
     this.button6.Clicked                           += new global::System.EventHandler(this.OnButton6Clicked);
     this.combobox2.Changed                         += new global::System.EventHandler(this.OnCombobox2Changed);
     this.button230.Clicked                         += new global::System.EventHandler(this.OnButton230Clicked);
     this.combobox3.Changed                         += new global::System.EventHandler(this.OnCombobox3Changed);
     this.button1952.Clicked                        += new global::System.EventHandler(this.OnButton1952Clicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget CBinding.CodeGenerationPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "CBinding.CodeGenerationPanel";
     // Container child CBinding.CodeGenerationPanel.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 3;
     // Container child vbox6.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(5));
     this.table1.ColumnSpacing = ((uint)(5));
     this.table1.BorderWidth   = ((uint)(2));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xpad      = 10;
     this.label4.Xalign    = 0f;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Warning Level:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xpad      = 10;
     this.label5.Xalign    = 0f;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Optimization Level:");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xpad      = 10;
     this.label6.Xalign    = 0f;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Target:");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.label6]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.optimizationSpinButton          = new global::Gtk.SpinButton(0, 3, 1);
     this.optimizationSpinButton.CanFocus = true;
     this.optimizationSpinButton.Name     = "optimizationSpinButton";
     this.optimizationSpinButton.Adjustment.PageIncrement = 10;
     this.optimizationSpinButton.ClimbRate = 1;
     this.optimizationSpinButton.Numeric   = true;
     this.table1.Add(this.optimizationSpinButton);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.optimizationSpinButton]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.targetComboBox = global::Gtk.ComboBox.NewText();
     this.targetComboBox.AppendText(global::Mono.Unix.Catalog.GetString("Executable"));
     this.targetComboBox.AppendText(global::Mono.Unix.Catalog.GetString("Static Library"));
     this.targetComboBox.AppendText(global::Mono.Unix.Catalog.GetString("Shared Object"));
     this.targetComboBox.Name = "targetComboBox";
     this.table1.Add(this.targetComboBox);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.targetComboBox]));
     w5.TopAttach    = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.noWarningRadio               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("no warnings"));
     this.noWarningRadio.CanFocus      = true;
     this.noWarningRadio.Name          = "noWarningRadio";
     this.noWarningRadio.DrawIndicator = true;
     this.noWarningRadio.UseUnderline  = true;
     this.noWarningRadio.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox1.Add(this.noWarningRadio);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.noWarningRadio]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.normalWarningRadio               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("normal"));
     this.normalWarningRadio.CanFocus      = true;
     this.normalWarningRadio.Name          = "normalWarningRadio";
     this.normalWarningRadio.DrawIndicator = true;
     this.normalWarningRadio.UseUnderline  = true;
     this.normalWarningRadio.Group         = this.noWarningRadio.Group;
     this.vbox1.Add(this.normalWarningRadio);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.normalWarningRadio]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.allWarningRadio               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("all"));
     this.allWarningRadio.CanFocus      = true;
     this.allWarningRadio.Name          = "allWarningRadio";
     this.allWarningRadio.DrawIndicator = true;
     this.allWarningRadio.UseUnderline  = true;
     this.allWarningRadio.Group         = this.noWarningRadio.Group;
     this.vbox1.Add(this.allWarningRadio);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.allWarningRadio]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.warningsAsErrorsCheckBox               = new global::Gtk.CheckButton();
     this.warningsAsErrorsCheckBox.CanFocus      = true;
     this.warningsAsErrorsCheckBox.Name          = "warningsAsErrorsCheckBox";
     this.warningsAsErrorsCheckBox.Label         = global::Mono.Unix.Catalog.GetString("Treat warnings as errors");
     this.warningsAsErrorsCheckBox.DrawIndicator = true;
     this.warningsAsErrorsCheckBox.UseUnderline  = true;
     this.vbox1.Add(this.warningsAsErrorsCheckBox);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.warningsAsErrorsCheckBox]));
     w9.Position = 3;
     w9.Expand   = false;
     w9.Fill     = false;
     this.table1.Add(this.vbox1);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox1]));
     w10.LeftAttach  = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.XOptions    = ((global::Gtk.AttachOptions)(4));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox6.Add(this.table1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.table1]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.Xpad      = 13;
     this.label12.Xalign    = 0f;
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Define Symbols:");
     this.hbox1.Add(this.label12);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label12]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.defineSymbolsTextEntry = new global::Gtk.Entry();
     this.defineSymbolsTextEntry.TooltipMarkup = "A space seperated list of symbols to define.";
     this.defineSymbolsTextEntry.CanFocus      = true;
     this.defineSymbolsTextEntry.Name          = "defineSymbolsTextEntry";
     this.defineSymbolsTextEntry.IsEditable    = true;
     this.defineSymbolsTextEntry.InvisibleChar = '●';
     this.hbox1.Add(this.defineSymbolsTextEntry);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.defineSymbolsTextEntry]));
     w13.Position = 1;
     w13.Padding  = ((uint)(14));
     this.vbox6.Add(this.hbox1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hbox1]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.frame2             = new global::Gtk.Frame();
     this.frame2.Name        = "frame2";
     this.frame2.ShadowType  = ((global::Gtk.ShadowType)(0));
     this.frame2.LabelYalign = 0f;
     // Container child frame2.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.table5               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table5.Name          = "table5";
     this.table5.RowSpacing    = ((uint)(6));
     this.table5.ColumnSpacing = ((uint)(9));
     this.table5.BorderWidth   = ((uint)(6));
     // Container child table5.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 0f;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Extra Linker Options");
     this.table5.Add(this.label11);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table5[this.label11]));
     w15.LeftAttach  = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.XOptions    = ((global::Gtk.AttachOptions)(4));
     w15.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0f;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Extra Compiler Options");
     this.table5.Add(this.label7);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table5[this.label7]));
     w16.XOptions = ((global::Gtk.AttachOptions)(4));
     w16.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.scrolledwindow4            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow4.CanFocus   = true;
     this.scrolledwindow4.Name       = "scrolledwindow4";
     this.scrolledwindow4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow4.Gtk.Container+ContainerChild
     this.extraCompilerTextView = new global::Gtk.TextView();
     this.extraCompilerTextView.TooltipMarkup = "A newline seperated list of extra options to send to the compiler.\nOne option can be in more than one line.\nExample:\n\t`pkg-config\n\t--cflags\n\tcairo`";
     this.extraCompilerTextView.CanFocus      = true;
     this.extraCompilerTextView.Name          = "extraCompilerTextView";
     this.scrolledwindow4.Add(this.extraCompilerTextView);
     this.table5.Add(this.scrolledwindow4);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table5[this.scrolledwindow4]));
     w18.TopAttach    = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     // Container child table5.Gtk.Table+TableChild
     this.scrolledwindow5            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow5.CanFocus   = true;
     this.scrolledwindow5.Name       = "scrolledwindow5";
     this.scrolledwindow5.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow5.Gtk.Container+ContainerChild
     this.extraLinkerTextView = new global::Gtk.TextView();
     this.extraLinkerTextView.TooltipMarkup = "A newline seperated list of extra options to send to the linker.\nOne option can be in more than one line.\nExample:\n\t`pkg-config\n\t--libs\n\tcairo`";
     this.extraLinkerTextView.CanFocus      = true;
     this.extraLinkerTextView.Name          = "extraLinkerTextView";
     this.scrolledwindow5.Add(this.extraLinkerTextView);
     this.table5.Add(this.scrolledwindow5);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table5[this.scrolledwindow5]));
     w20.TopAttach    = ((uint)(1));
     w20.BottomAttach = ((uint)(2));
     w20.LeftAttach   = ((uint)(1));
     w20.RightAttach  = ((uint)(2));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment.Add(this.table5);
     this.frame2.Add(this.GtkAlignment);
     this.GtkLabel12           = new global::Gtk.Label();
     this.GtkLabel12.Name      = "GtkLabel12";
     this.GtkLabel12.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Extra Options</b>");
     this.GtkLabel12.UseMarkup = true;
     this.frame2.LabelWidget   = this.GtkLabel12;
     this.vbox6.Add(this.frame2);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.frame2]));
     w23.Position = 2;
     this.notebook1.Add(this.vbox6);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Code Generation");
     this.notebook1.SetTabLabel(this.vbox6, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table2               = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(10));
     this.table2.ColumnSpacing = ((uint)(10));
     this.table2.BorderWidth   = ((uint)(3));
     // Container child table2.Gtk.Table+TableChild
     this.addLibButton              = new global::Gtk.Button();
     this.addLibButton.Sensitive    = false;
     this.addLibButton.CanFocus     = true;
     this.addLibButton.Name         = "addLibButton";
     this.addLibButton.UseUnderline = true;
     this.addLibButton.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.table2.Add(this.addLibButton);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2[this.addLibButton]));
     w25.LeftAttach  = ((uint)(2));
     w25.RightAttach = ((uint)(3));
     w25.XOptions    = ((global::Gtk.AttachOptions)(4));
     w25.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Library:");
     this.table2.Add(this.label8);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2[this.label8]));
     w26.XOptions = ((global::Gtk.AttachOptions)(4));
     w26.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.libAddEntry               = new global::Gtk.Entry();
     this.libAddEntry.CanFocus      = true;
     this.libAddEntry.Name          = "libAddEntry";
     this.libAddEntry.IsEditable    = true;
     this.libAddEntry.InvisibleChar = '●';
     this.table2.Add(this.libAddEntry);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2[this.libAddEntry]));
     w27.LeftAttach  = ((uint)(1));
     w27.RightAttach = ((uint)(2));
     w27.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     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
     this.libTreeView          = new global::Gtk.TreeView();
     this.libTreeView.CanFocus = true;
     this.libTreeView.Name     = "libTreeView";
     this.scrolledwindow1.Add(this.libTreeView);
     this.table2.Add(this.scrolledwindow1);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table2[this.scrolledwindow1]));
     w29.TopAttach    = ((uint)(1));
     w29.BottomAttach = ((uint)(2));
     w29.LeftAttach   = ((uint)(1));
     w29.RightAttach  = ((uint)(2));
     // Container child table2.Gtk.Table+TableChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.browseButton              = new global::Gtk.Button();
     this.browseButton.CanFocus     = true;
     this.browseButton.Name         = "browseButton";
     this.browseButton.UseUnderline = true;
     this.browseButton.Label        = global::Mono.Unix.Catalog.GetString("Browse...");
     this.vbox4.Add(this.browseButton);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.browseButton]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.removeLibButton              = new global::Gtk.Button();
     this.removeLibButton.Sensitive    = false;
     this.removeLibButton.CanFocus     = true;
     this.removeLibButton.Name         = "removeLibButton";
     this.removeLibButton.UseUnderline = true;
     this.removeLibButton.Label        = global::Mono.Unix.Catalog.GetString("Remove");
     this.vbox4.Add(this.removeLibButton);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.removeLibButton]));
     w31.Position = 1;
     w31.Expand   = false;
     w31.Fill     = false;
     this.table2.Add(this.vbox4);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table2[this.vbox4]));
     w32.TopAttach    = ((uint)(1));
     w32.BottomAttach = ((uint)(2));
     w32.LeftAttach   = ((uint)(2));
     w32.RightAttach  = ((uint)(3));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table2);
     global::Gtk.Notebook.NotebookChild w33 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.table2]));
     w33.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Libraries");
     this.notebook1.SetTabLabel(this.table2, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox7             = new global::Gtk.VBox();
     this.vbox7.Name        = "vbox7";
     this.vbox7.Spacing     = 6;
     this.vbox7.BorderWidth = ((uint)(3));
     // Container child vbox7.Gtk.Box+BoxChild
     this.table4               = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table4.Name          = "table4";
     this.table4.RowSpacing    = ((uint)(10));
     this.table4.ColumnSpacing = ((uint)(10));
     // Container child table4.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.libPathEntry               = new global::Gtk.Entry();
     this.libPathEntry.CanFocus      = true;
     this.libPathEntry.Name          = "libPathEntry";
     this.libPathEntry.IsEditable    = true;
     this.libPathEntry.InvisibleChar = '●';
     this.hbox2.Add(this.libPathEntry);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.libPathEntry]));
     w34.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.quickInsertLibButton = new global::Gtk.Button();
     this.quickInsertLibButton.TooltipMarkup = "Insert a macro.";
     this.quickInsertLibButton.CanFocus      = true;
     this.quickInsertLibButton.Name          = "quickInsertLibButton";
     this.quickInsertLibButton.UseUnderline  = true;
     this.quickInsertLibButton.Label         = global::Mono.Unix.Catalog.GetString(">");
     this.hbox2.Add(this.quickInsertLibButton);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.quickInsertLibButton]));
     w35.Position = 1;
     w35.Expand   = false;
     w35.Fill     = false;
     this.table4.Add(this.hbox2);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table4[this.hbox2]));
     w36.LeftAttach  = ((uint)(1));
     w36.RightAttach = ((uint)(2));
     w36.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Library:");
     this.table4.Add(this.label10);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table4[this.label10]));
     w37.XOptions = ((global::Gtk.AttachOptions)(4));
     w37.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.libPathAddButton              = new global::Gtk.Button();
     this.libPathAddButton.Sensitive    = false;
     this.libPathAddButton.CanFocus     = true;
     this.libPathAddButton.Name         = "libPathAddButton";
     this.libPathAddButton.UseUnderline = true;
     this.libPathAddButton.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.table4.Add(this.libPathAddButton);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table4[this.libPathAddButton]));
     w38.LeftAttach  = ((uint)(2));
     w38.RightAttach = ((uint)(3));
     w38.XOptions    = ((global::Gtk.AttachOptions)(4));
     w38.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.scrolledwindow3            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow3.CanFocus   = true;
     this.scrolledwindow3.Name       = "scrolledwindow3";
     this.scrolledwindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     this.libPathTreeView          = new global::Gtk.TreeView();
     this.libPathTreeView.CanFocus = true;
     this.libPathTreeView.Name     = "libPathTreeView";
     this.scrolledwindow3.Add(this.libPathTreeView);
     this.table4.Add(this.scrolledwindow3);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table4[this.scrolledwindow3]));
     w40.TopAttach    = ((uint)(1));
     w40.BottomAttach = ((uint)(2));
     w40.LeftAttach   = ((uint)(1));
     w40.RightAttach  = ((uint)(2));
     // Container child table4.Gtk.Table+TableChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.libPathBrowseButton              = new global::Gtk.Button();
     this.libPathBrowseButton.CanFocus     = true;
     this.libPathBrowseButton.Name         = "libPathBrowseButton";
     this.libPathBrowseButton.UseUnderline = true;
     this.libPathBrowseButton.Label        = global::Mono.Unix.Catalog.GetString("Browse...");
     this.vbox3.Add(this.libPathBrowseButton);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.libPathBrowseButton]));
     w41.Position = 0;
     w41.Expand   = false;
     w41.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.libPathRemoveButton              = new global::Gtk.Button();
     this.libPathRemoveButton.Sensitive    = false;
     this.libPathRemoveButton.CanFocus     = true;
     this.libPathRemoveButton.Name         = "libPathRemoveButton";
     this.libPathRemoveButton.UseUnderline = true;
     this.libPathRemoveButton.Label        = global::Mono.Unix.Catalog.GetString("Remove");
     this.vbox3.Add(this.libPathRemoveButton);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.libPathRemoveButton]));
     w42.Position = 1;
     w42.Expand   = false;
     w42.Fill     = false;
     this.table4.Add(this.vbox3);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table4[this.vbox3]));
     w43.TopAttach    = ((uint)(1));
     w43.BottomAttach = ((uint)(2));
     w43.LeftAttach   = ((uint)(2));
     w43.RightAttach  = ((uint)(3));
     w43.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox7.Add(this.table4);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.table4]));
     w44.Position = 0;
     // Container child vbox7.Gtk.Box+BoxChild
     this.table3               = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(10));
     this.table3.ColumnSpacing = ((uint)(10));
     // Container child table3.Gtk.Table+TableChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.includePathEntry               = new global::Gtk.Entry();
     this.includePathEntry.CanFocus      = true;
     this.includePathEntry.Name          = "includePathEntry";
     this.includePathEntry.IsEditable    = true;
     this.includePathEntry.InvisibleChar = '●';
     this.hbox3.Add(this.includePathEntry);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.includePathEntry]));
     w45.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.quickInsertIncludeButton = new global::Gtk.Button();
     this.quickInsertIncludeButton.TooltipMarkup = "Insert a macro.";
     this.quickInsertIncludeButton.CanFocus      = true;
     this.quickInsertIncludeButton.Name          = "quickInsertIncludeButton";
     this.quickInsertIncludeButton.UseUnderline  = true;
     this.quickInsertIncludeButton.Label         = global::Mono.Unix.Catalog.GetString(">");
     this.hbox3.Add(this.quickInsertIncludeButton);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.quickInsertIncludeButton]));
     w46.Position = 1;
     w46.Expand   = false;
     w46.Fill     = false;
     this.table3.Add(this.hbox3);
     global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table3[this.hbox3]));
     w47.LeftAttach  = ((uint)(1));
     w47.RightAttach = ((uint)(2));
     w47.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.includePathAddButton              = new global::Gtk.Button();
     this.includePathAddButton.Sensitive    = false;
     this.includePathAddButton.CanFocus     = true;
     this.includePathAddButton.Name         = "includePathAddButton";
     this.includePathAddButton.UseUnderline = true;
     this.includePathAddButton.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.table3.Add(this.includePathAddButton);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table3[this.includePathAddButton]));
     w48.LeftAttach  = ((uint)(2));
     w48.RightAttach = ((uint)(3));
     w48.XOptions    = ((global::Gtk.AttachOptions)(4));
     w48.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Include:");
     this.table3.Add(this.label9);
     global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.table3[this.label9]));
     w49.XOptions = ((global::Gtk.AttachOptions)(4));
     w49.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.includePathTreeView          = new global::Gtk.TreeView();
     this.includePathTreeView.CanFocus = true;
     this.includePathTreeView.Name     = "includePathTreeView";
     this.scrolledwindow2.Add(this.includePathTreeView);
     this.table3.Add(this.scrolledwindow2);
     global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.table3[this.scrolledwindow2]));
     w51.TopAttach    = ((uint)(1));
     w51.BottomAttach = ((uint)(2));
     w51.LeftAttach   = ((uint)(1));
     w51.RightAttach  = ((uint)(2));
     // Container child table3.Gtk.Table+TableChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.includePathBrowseButton              = new global::Gtk.Button();
     this.includePathBrowseButton.CanFocus     = true;
     this.includePathBrowseButton.Name         = "includePathBrowseButton";
     this.includePathBrowseButton.UseUnderline = true;
     this.includePathBrowseButton.Label        = global::Mono.Unix.Catalog.GetString("Browse...");
     this.vbox5.Add(this.includePathBrowseButton);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.includePathBrowseButton]));
     w52.Position = 0;
     w52.Expand   = false;
     w52.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.includePathRemoveButton              = new global::Gtk.Button();
     this.includePathRemoveButton.Sensitive    = false;
     this.includePathRemoveButton.CanFocus     = true;
     this.includePathRemoveButton.Name         = "includePathRemoveButton";
     this.includePathRemoveButton.UseUnderline = true;
     this.includePathRemoveButton.Label        = global::Mono.Unix.Catalog.GetString("Remove");
     this.vbox5.Add(this.includePathRemoveButton);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.includePathRemoveButton]));
     w53.Position = 1;
     w53.Expand   = false;
     w53.Fill     = false;
     this.table3.Add(this.vbox5);
     global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.table3[this.vbox5]));
     w54.TopAttach    = ((uint)(1));
     w54.BottomAttach = ((uint)(2));
     w54.LeftAttach   = ((uint)(2));
     w54.RightAttach  = ((uint)(3));
     w54.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox7.Add(this.table3);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.table3]));
     w55.Position = 1;
     this.notebook1.Add(this.vbox7);
     global::Gtk.Notebook.NotebookChild w56 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox7]));
     w56.Position = 2;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Paths");
     this.notebook1.SetTabLabel(this.vbox7, this.label3);
     this.label3.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.browseButton.Clicked              += new global::System.EventHandler(this.OnBrowseButtonClick);
     this.removeLibButton.Clicked           += new global::System.EventHandler(this.OnRemoveLibButtonClicked);
     this.removeLibButton.Clicked           += new global::System.EventHandler(this.OnLibRemoved);
     this.libTreeView.CursorChanged         += new global::System.EventHandler(this.OnLibTreeViewCursorChanged);
     this.libAddEntry.Changed               += new global::System.EventHandler(this.OnLibAddEntryChanged);
     this.libAddEntry.Activated             += new global::System.EventHandler(this.OnLibAddEntryActivated);
     this.addLibButton.Clicked              += new global::System.EventHandler(this.OnLibAdded);
     this.libPathBrowseButton.Clicked       += new global::System.EventHandler(this.OnLibPathBrowseButtonClick);
     this.libPathRemoveButton.Clicked       += new global::System.EventHandler(this.OnLibPathRemoveButtonClicked);
     this.libPathRemoveButton.Clicked       += new global::System.EventHandler(this.OnLibPathRemoved);
     this.libPathTreeView.CursorChanged     += new global::System.EventHandler(this.OnLibPathTreeViewCursorChanged);
     this.libPathAddButton.Clicked          += new global::System.EventHandler(this.OnLibPathAdded);
     this.libPathEntry.Changed              += new global::System.EventHandler(this.OnLibPathEntryChanged);
     this.libPathEntry.Activated            += new global::System.EventHandler(this.OnLibPathEntryActivated);
     this.includePathBrowseButton.Clicked   += new global::System.EventHandler(this.OnIncludePathBrowseButtonClick);
     this.includePathRemoveButton.Clicked   += new global::System.EventHandler(this.OnIncludePathRemoveButtonClicked);
     this.includePathRemoveButton.Clicked   += new global::System.EventHandler(this.OnIncludePathRemoved);
     this.includePathTreeView.CursorChanged += new global::System.EventHandler(this.OnIncludePathTreeViewCursorChanged);
     this.includePathAddButton.Clicked      += new global::System.EventHandler(this.OnIncludePathAdded);
     this.includePathEntry.Changed          += new global::System.EventHandler(this.OnIncludePathEntryChanged);
     this.includePathEntry.Activated        += new global::System.EventHandler(this.OnIncludePathEntryActivated);
 }
Ejemplo n.º 45
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child 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.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.filechooserbutton      = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.filechooserbutton.Name = "filechooserbutton";
     this.hbox4.Add(this.filechooserbutton);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.filechooserbutton]));
     w1.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Symbol Table");
     this.fixed1.Add(this.label1);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.label1]));
     w2.X = 133;
     w2.Y = 9;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label           = new global::Gtk.Label();
     this.label.Name      = "label";
     this.label.Xalign    = 1F;
     this.label.LabelProp = global::Mono.Unix.Catalog.GetString("Lexeme");
     this.fixed1.Add(this.label);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.label]));
     w3.X = 63;
     w3.Y = 7;
     this.hbox4.Add(this.fixed1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.fixed1]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // 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.GtkScrolledWindow3            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow3.Name       = "GtkScrolledWindow3";
     this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
     this.textview          = new global::Gtk.TextView();
     this.textview.CanFocus = true;
     this.textview.Name     = "textview";
     this.GtkScrolledWindow3.Add(this.textview);
     this.hbox1.Add(this.GtkScrolledWindow3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow3]));
     w7.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.treeview          = new global::Gtk.TreeView();
     this.treeview.CanFocus = true;
     this.treeview.Name     = "treeview";
     this.GtkScrolledWindow1.Add(this.treeview);
     this.hbox1.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow1]));
     w9.Position = 1;
     // Container child hbox1.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.stTree          = new global::Gtk.TreeView();
     this.stTree.CanFocus = true;
     this.stTree.Name     = "stTree";
     this.GtkScrolledWindow2.Add(this.stTree);
     this.hbox1.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow2]));
     w11.Position = 2;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w12.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.button              = new global::Gtk.Button();
     this.button.CanFocus     = true;
     this.button.Name         = "button";
     this.button.UseUnderline = true;
     this.button.Label        = global::Mono.Unix.Catalog.GetString("Run");
     this.vbox1.Add(this.button);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.button]));
     w13.Position = 2;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame            = new global::Gtk.Frame();
     this.frame.Name       = "frame";
     this.frame.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame.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.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.commandLine          = new global::Gtk.TextView();
     this.commandLine.CanFocus = true;
     this.commandLine.Name     = "commandLine";
     this.GtkScrolledWindow.Add(this.commandLine);
     this.GtkAlignment.Add(this.GtkScrolledWindow);
     this.frame.Add(this.GtkAlignment);
     this.GtkLabel2           = new global::Gtk.Label();
     this.GtkLabel2.Name      = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Console</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame.LabelWidget   = this.GtkLabel2;
     this.vbox1.Add(this.frame);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.frame]));
     w17.Position = 3;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 1062;
     this.DefaultHeight = 577;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.filechooserbutton.FileActivated    += new global::System.EventHandler(this.OnOpen);
     this.filechooserbutton.SelectionChanged += new global::System.EventHandler(this.OnOpen);
     this.button.Clicked += new global::System.EventHandler(this.Run);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget PackageManagerAddin.Dialogs.ManagePackagesDialog
     this.Name           = "PackageManagerAddin.Dialogs.ManagePackagesDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Manage Packages");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     // Internal child PackageManagerAddin.Dialogs.ManagePackagesDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.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.nodeview2          = new global::Gtk.NodeView();
     this.nodeview2.CanFocus = true;
     this.nodeview2.Name     = "nodeview2";
     this.GtkScrolledWindow.Add(this.nodeview2);
     this.hbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow]));
     w3.Position = 0;
     // 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.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xpad      = 5;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Sort by:");
     this.hbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboboxSorting = global::Gtk.ComboBox.NewText();
     this.comboboxSorting.AppendText(global::Mono.Unix.Catalog.GetString("Default"));
     this.comboboxSorting.Name = "comboboxSorting";
     this.hbox2.Add(this.comboboxSorting);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.comboboxSorting]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entrySearch               = new global::Gtk.Entry();
     this.entrySearch.CanFocus      = true;
     this.entrySearch.Name          = "entrySearch";
     this.entrySearch.IsEditable    = true;
     this.entrySearch.InvisibleChar = '●';
     this.hbox2.Add(this.entrySearch);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.entrySearch]));
     w6.Position = 2;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.nodeview3          = new global::Gtk.NodeView();
     this.nodeview3.CanFocus = true;
     this.nodeview3.Name     = "nodeview3";
     this.GtkScrolledWindow1.Add(this.nodeview3);
     this.vbox3.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.GtkScrolledWindow1]));
     w9.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label2                = new global::Gtk.Label();
     this.label2.Name           = "label2";
     this.label2.LabelProp      = global::Mono.Unix.Catalog.GetString("< 1 2 3 4 5 >");
     this.label2.SingleLineMode = true;
     this.vbox3.Add(this.label2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label2]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.hbox3.Add(this.vbox3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.vbox3]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.textview2                  = new global::Gtk.TextView();
     this.textview2.Buffer.Text      = "Created by: Monoman\nVersion: 0.1.0.2\n\nDependencies:\nMonoDevelop";
     this.textview2.CanFocus         = true;
     this.textview2.Name             = "textview2";
     this.textview2.Editable         = false;
     this.textview2.PixelsAboveLines = -2;
     this.textview2.LeftMargin       = 4;
     this.textview2.RightMargin      = 4;
     this.hbox3.Add(this.textview2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.textview2]));
     w12.Position = 1;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w13.Position = 1;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
     w14.Position = 1;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(w1[this.hbox1]));
     w15.Position = 0;
     // Internal child PackageManagerAddin.Dialogs.ManagePackagesDialog.ActionArea
     global::Gtk.HButtonBox w16 = this.ActionArea;
     w16.Name        = "dialog1_ActionArea";
     w16.Spacing     = 10;
     w16.BorderWidth = ((uint)(5));
     w16.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(2));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonSettings              = new global::Gtk.Button();
     this.buttonSettings.CanFocus     = true;
     this.buttonSettings.Name         = "buttonSettings";
     this.buttonSettings.UseUnderline = true;
     this.buttonSettings.Label        = global::Mono.Unix.Catalog.GetString("Settings,,,");
     this.AddActionWidget(this.buttonSettings, 1);
     global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16[this.buttonSettings]));
     w17.Expand = false;
     w17.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonClose              = new global::Gtk.Button();
     this.buttonClose.CanDefault   = true;
     this.buttonClose.CanFocus     = true;
     this.buttonClose.Name         = "buttonClose";
     this.buttonClose.UseStock     = true;
     this.buttonClose.UseUnderline = true;
     this.buttonClose.Label        = "gtk-close";
     this.AddActionWidget(this.buttonClose, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16[this.buttonClose]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 597;
     this.DefaultHeight = 383;
     this.Show();
     this.buttonSettings.Clicked += new global::System.EventHandler(this.OnButtonSettingsClicked);
     this.buttonClose.Clicked    += new global::System.EventHandler(this.OnButtonCloseClicked);
 }
Ejemplo n.º 47
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Osobni_Troškovnik.UnesiTrosakWindow
     this.Name           = "Osobni_Troškovnik.UnesiTrosakWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("UnesiTrosakWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     this.Resizable      = false;
     // Container child Osobni_Troškovnik.UnesiTrosakWindow.Gtk.Container+ContainerChild
     this.eventboxHome      = new global::Gtk.EventBox();
     this.eventboxHome.Name = "eventboxHome";
     // Container child eventboxHome.Gtk.Container+ContainerChild
     this.vbox14             = new global::Gtk.VBox();
     this.vbox14.Name        = "vbox14";
     this.vbox14.Spacing     = 6;
     this.vbox14.BorderWidth = ((uint)(12));
     // Container child vbox14.Gtk.Box+BoxChild
     this.table5               = new global::Gtk.Table(((uint)(4)), ((uint)(3)), false);
     this.table5.Name          = "table5";
     this.table5.RowSpacing    = ((uint)(6));
     this.table5.ColumnSpacing = ((uint)(6));
     // Container child table5.Gtk.Table+TableChild
     this.cijena = new global::Gtk.SpinButton(0D, 1E+31D, 1D);
     global::Gtk.Tooltips w1 = new Gtk.Tooltips();
     w1.SetTip(this.cijena, "Unesite cijenu troška\n", "Unesite cijenu troška\n");
     this.cijena.CanFocus = true;
     this.cijena.Name     = "cijena";
     this.cijena.Adjustment.PageIncrement = 10D;
     this.cijena.ClimbRate = 1D;
     this.cijena.Digits    = ((uint)(2));
     this.cijena.Numeric   = true;
     this.table5.Add(this.cijena);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table5[this.cijena]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.YPadding     = ((uint)(6));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.dodajKategorijuButton = new global::Gtk.Button();
     w1.SetTip(this.dodajKategorijuButton, "Dodavanje nove kategorije", "Dodavanje nove kategorije");
     this.dodajKategorijuButton.CanFocus     = true;
     this.dodajKategorijuButton.Name         = "dodajKategorijuButton";
     this.dodajKategorijuButton.UseUnderline = true;
     global::Gtk.Image w3 = new global::Gtk.Image();
     w3.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("Osobni_Troškovnik.Pics.plus.png");
     this.dodajKategorijuButton.Image = w3;
     this.table5.Add(this.dodajKategorijuButton);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table5[this.dodajKategorijuButton]));
     w4.LeftAttach  = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.XOptions    = ((global::Gtk.AttachOptions)(4));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.opis = new global::Gtk.TextView();
     w1.SetTip(this.opis, "Kratak opis troška(pr. Kupnja mobitela IPhone 7)", "Kratak opis troška(pr. Kupnja mobitela IPhone 7)");
     this.opis.CanFocus = true;
     this.opis.Name     = "opis";
     this.GtkScrolledWindow.Add(this.opis);
     this.table5.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table5[this.GtkScrolledWindow]));
     w6.TopAttach    = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.kalendar = new global::Gtk.Calendar();
     w1.SetTip(this.kalendar, "Odaberite datum nastanka troška", "Odaberite datum nastanka troška");
     this.kalendar.CanFocus       = true;
     this.kalendar.Name           = "kalendar";
     this.kalendar.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35));
     this.table5.Add(this.kalendar);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table5[this.kalendar]));
     w7.TopAttach    = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.YPadding     = ((uint)(5));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.label18           = new global::Gtk.Label();
     this.label18.Name      = "label18";
     this.label18.Xpad      = 10;
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString("Kategorija:");
     this.table5.Add(this.label18);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table5[this.label18]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.label19           = new global::Gtk.Label();
     this.label19.Name      = "label19";
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString("Cijena:      ");
     this.table5.Add(this.label19);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table5[this.label19]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.listaKategorija      = global::Gtk.ComboBox.NewText();
     this.listaKategorija.Name = "listaKategorija";
     this.table5.Add(this.listaKategorija);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table5[this.listaKategorija]));
     w10.LeftAttach  = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.YPadding    = ((uint)(5));
     w10.XOptions    = ((global::Gtk.AttachOptions)(4));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.vbox15         = new global::Gtk.VBox();
     this.vbox15.Name    = "vbox15";
     this.vbox15.Spacing = 6;
     // Container child vbox15.Gtk.Box+BoxChild
     this.label20           = new global::Gtk.Label();
     this.label20.Name      = "label20";
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString("Datum:     ");
     this.vbox15.Add(this.label20);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox15[this.label20]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     w11.Padding  = ((uint)(8));
     this.table5.Add(this.vbox15);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table5[this.vbox15]));
     w12.TopAttach    = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.vbox16         = new global::Gtk.VBox();
     this.vbox16.Name    = "vbox16";
     this.vbox16.Spacing = 6;
     // Container child vbox16.Gtk.Box+BoxChild
     this.label21           = new global::Gtk.Label();
     this.label21.Name      = "label21";
     this.label21.LabelProp = global::Mono.Unix.Catalog.GetString("Opis:          ");
     this.vbox16.Add(this.label21);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox16[this.label21]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     this.table5.Add(this.vbox16);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table5[this.vbox16]));
     w14.TopAttach    = ((uint)(3));
     w14.BottomAttach = ((uint)(4));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox14.Add(this.table5);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox14[this.table5]));
     w15.Position = 0;
     // Container child vbox14.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox14.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox14[this.hseparator2]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.hbox6             = new global::Gtk.HBox();
     this.hbox6.Name        = "hbox6";
     this.hbox6.Homogeneous = true;
     this.hbox6.Spacing     = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.odustaniButton = new global::Gtk.Button();
     w1.SetTip(this.odustaniButton, "Odustani od upisivanja troška", "Odustani od upisivanja troška");
     this.odustaniButton.CanFocus     = true;
     this.odustaniButton.Name         = "odustaniButton";
     this.odustaniButton.UseUnderline = true;
     this.odustaniButton.Label        = global::Mono.Unix.Catalog.GetString("Odustani");
     this.hbox6.Add(this.odustaniButton);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.odustaniButton]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.spremiAndNovi = new global::Gtk.Button();
     w1.SetTip(this.spremiAndNovi, "Spremi trošak i unesi novi", "Spremi trošak i unesi novi");
     this.spremiAndNovi.CanFocus     = true;
     this.spremiAndNovi.Name         = "spremiAndNovi";
     this.spremiAndNovi.UseUnderline = true;
     this.spremiAndNovi.Label        = global::Mono.Unix.Catalog.GetString("Spremi & Novi");
     this.hbox6.Add(this.spremiAndNovi);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.spremiAndNovi]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.spremiButton = new global::Gtk.Button();
     w1.SetTip(this.spremiButton, "Spremi trošak", "Spremi trošak");
     this.spremiButton.CanFocus     = true;
     this.spremiButton.Name         = "spremiButton";
     this.spremiButton.UseUnderline = true;
     this.spremiButton.Label        = global::Mono.Unix.Catalog.GetString("Spremi");
     this.hbox6.Add(this.spremiButton);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.spremiButton]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     this.vbox14.Add(this.hbox6);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox14[this.hbox6]));
     w20.Position = 2;
     w20.Expand   = false;
     w20.Fill     = false;
     this.eventboxHome.Add(this.vbox14);
     this.Add(this.eventboxHome);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 380;
     this.DefaultHeight = 441;
     this.Show();
     this.DeleteEvent     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler(this.KeyPress);
     this.dodajKategorijuButton.Clicked += new global::System.EventHandler(this.novaKategorijaClicked);
     this.odustaniButton.Clicked        += new global::System.EventHandler(this.odustaniClicked);
     this.spremiAndNovi.Clicked         += new global::System.EventHandler(this.spremiAndNoviClicked);
     this.spremiButton.Clicked          += new global::System.EventHandler(this.spremiClicked);
 }
Ejemplo n.º 48
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.RegexToolkit.RegexToolkitWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.RegexToolkit.RegexToolkitWidget";
     // Container child MonoDevelop.RegexToolkit.RegexToolkitWidget.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vpaned1             = new global::Gtk.VPaned();
     this.vpaned1.CanFocus    = true;
     this.vpaned1.Name        = "vpaned1";
     this.vpaned1.Position    = 359;
     this.vpaned1.BorderWidth = ((uint)(6));
     // Container child vpaned1.Gtk.Paned+PanedChild
     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.vbox6             = new global::Gtk.VBox();
     this.vbox6.Name        = "vbox6";
     this.vbox6.Spacing     = 6;
     this.vbox6.BorderWidth = ((uint)(6));
     // Container child vbox6.Gtk.Box+BoxChild
     this.label8              = new global::Gtk.Label();
     this.label8.Name         = "label8";
     this.label8.Xalign       = 0F;
     this.label8.LabelProp    = global::Mono.Unix.Catalog.GetString("Regular Expression");
     this.label8.UseUnderline = true;
     this.vbox6.Add(this.label8);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label8]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.entryRegEx               = new global::Gtk.Entry();
     this.entryRegEx.CanFocus      = true;
     this.entryRegEx.Name          = "entryRegEx";
     this.entryRegEx.IsEditable    = true;
     this.entryRegEx.InvisibleChar = '●';
     this.vbox6.Add(this.entryRegEx);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.entryRegEx]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkbuttonReplace               = new global::Gtk.CheckButton();
     this.checkbuttonReplace.CanFocus      = true;
     this.checkbuttonReplace.Name          = "checkbuttonReplace";
     this.checkbuttonReplace.Label         = global::Mono.Unix.Catalog.GetString("Replace");
     this.checkbuttonReplace.Active        = true;
     this.checkbuttonReplace.DrawIndicator = true;
     this.checkbuttonReplace.UseUnderline  = true;
     this.vbox3.Add(this.checkbuttonReplace);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkbuttonReplace]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.entryReplace               = new global::Gtk.Entry();
     this.entryReplace.CanFocus      = true;
     this.entryReplace.Name          = "entryReplace";
     this.entryReplace.IsEditable    = true;
     this.entryReplace.InvisibleChar = '●';
     this.vbox3.Add(this.entryReplace);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.entryReplace]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.buttonStart              = new global::Gtk.Button();
     this.buttonStart.CanDefault   = true;
     this.buttonStart.CanFocus     = true;
     this.buttonStart.Name         = "buttonStart";
     this.buttonStart.UseUnderline = true;
     this.buttonStart.Label        = global::Mono.Unix.Catalog.GetString("Start Regular E_xpression");
     global::Gtk.Image w5 = new global::Gtk.Image();
     w5.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-play", global::Gtk.IconSize.Menu);
     this.buttonStart.Image = w5;
     this.hbox7.Add(this.buttonStart);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.buttonStart]));
     w6.PackType = ((global::Gtk.PackType)(1));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.expandMatches               = new global::Gtk.CheckButton();
     this.expandMatches.CanFocus      = true;
     this.expandMatches.Name          = "expandMatches";
     this.expandMatches.Label         = global::Mono.Unix.Catalog.GetString("Expand matches");
     this.expandMatches.Active        = true;
     this.expandMatches.DrawIndicator = true;
     this.expandMatches.UseUnderline  = true;
     this.expandMatches.BorderWidth   = ((uint)(3));
     this.hbox7.Add(this.expandMatches);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.expandMatches]));
     w7.Position = 1;
     w7.Expand   = false;
     this.vbox3.Add(this.hbox7);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox7]));
     w8.PackType = ((global::Gtk.PackType)(1));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox6.Add(this.vbox3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.vbox3]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     this.hbox1.Add(this.vbox6);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox6]));
     w10.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label10              = new global::Gtk.Label();
     this.label10.Name         = "label10";
     this.label10.Xalign       = 0F;
     this.label10.LabelProp    = global::Mono.Unix.Catalog.GetString("Options:");
     this.label10.UseMarkup    = true;
     this.label10.UseUnderline = true;
     this.vbox4.Add(this.label10);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label10]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.scrolledwindow5            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow5.CanFocus   = true;
     this.scrolledwindow5.Name       = "scrolledwindow5";
     this.scrolledwindow5.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow5.Gtk.Container+ContainerChild
     this.optionsTreeview          = new global::Gtk.TreeView();
     this.optionsTreeview.CanFocus = true;
     this.optionsTreeview.Name     = "optionsTreeview";
     this.scrolledwindow5.Add(this.optionsTreeview);
     this.vbox4.Add(this.scrolledwindow5);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.scrolledwindow5]));
     w13.Position = 1;
     this.hbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.HelpWidget             = new global::Gtk.VBox();
     this.HelpWidget.Name        = "HelpWidget";
     this.HelpWidget.Spacing     = 6;
     this.HelpWidget.BorderWidth = ((uint)(6));
     // Container child HelpWidget.Gtk.Box+BoxChild
     this.label9              = new global::Gtk.Label();
     this.label9.Name         = "label9";
     this.label9.Xalign       = 0F;
     this.label9.LabelProp    = global::Mono.Unix.Catalog.GetString("Input:");
     this.label9.UseMarkup    = true;
     this.label9.UseUnderline = true;
     this.HelpWidget.Add(this.label9);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.HelpWidget [this.label9]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child HelpWidget.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     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
     this.inputTextview          = new global::Gtk.TextView();
     this.inputTextview.CanFocus = true;
     this.inputTextview.Name     = "inputTextview";
     this.scrolledwindow1.Add(this.inputTextview);
     this.hbox5.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.scrolledwindow1]));
     w18.Position = 0;
     this.HelpWidget.Add(this.hbox5);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.HelpWidget [this.hbox5]));
     w19.Position = 1;
     this.vbox1.Add(this.HelpWidget);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.HelpWidget]));
     w20.Position = 1;
     this.vpaned1.Add(this.vbox1);
     global::Gtk.Paned.PanedChild w21 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.vbox1]));
     w21.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.notebook2             = new global::Gtk.Notebook();
     this.notebook2.CanFocus    = true;
     this.notebook2.Name        = "notebook2";
     this.notebook2.CurrentPage = 0;
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.resultsTreeview          = new global::Gtk.TreeView();
     this.resultsTreeview.CanFocus = true;
     this.resultsTreeview.Name     = "resultsTreeview";
     this.scrolledwindow2.Add(this.resultsTreeview);
     this.notebook2.Add(this.scrolledwindow2);
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Matches");
     this.notebook2.SetTabLabel(this.scrolledwindow2, this.label3);
     this.label3.ShowAll();
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.scrolledwindow4            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow4.CanFocus   = true;
     this.scrolledwindow4.Name       = "scrolledwindow4";
     this.scrolledwindow4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow4.Gtk.Container+ContainerChild
     this.replaceResultTextview               = new global::Gtk.TextView();
     this.replaceResultTextview.CanFocus      = true;
     this.replaceResultTextview.Name          = "replaceResultTextview";
     this.replaceResultTextview.Editable      = false;
     this.replaceResultTextview.CursorVisible = false;
     this.scrolledwindow4.Add(this.replaceResultTextview);
     this.notebook2.Add(this.scrolledwindow4);
     global::Gtk.Notebook.NotebookChild w25 = ((global::Gtk.Notebook.NotebookChild)(this.notebook2 [this.scrolledwindow4]));
     w25.Position = 1;
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Replace");
     this.notebook2.SetTabLabel(this.scrolledwindow4, this.label4);
     this.label4.ShowAll();
     this.hbox4.Add(this.notebook2);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.notebook2]));
     w26.Position = 0;
     this.vpaned1.Add(this.hbox4);
     this.vbox2.Add(this.vpaned1);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vpaned1]));
     w28.Position = 0;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label8.MnemonicWidget  = this.inputTextview;
     this.label10.MnemonicWidget = this.optionsTreeview;
     this.label9.MnemonicWidget  = this.inputTextview;
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.VersionControl.Dialogs.CommitDialog
     this.Events         = ((global::Gdk.EventMask)(256));
     this.Name           = "MonoDevelop.VersionControl.Dialogs.CommitDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Commit Files");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     // Internal child MonoDevelop.VersionControl.Dialogs.CommitDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Events      = ((global::Gdk.EventMask)(256));
     w1.Name        = "dialog_VBox";
     w1.Spacing     = 6;
     w1.BorderWidth = ((uint)(2));
     // Container child dialog_VBox.Gtk.Box+BoxChild
     this.mainBox             = new global::Gtk.VBox();
     this.mainBox.Name        = "mainBox";
     this.mainBox.Spacing     = 6;
     this.mainBox.BorderWidth = ((uint)(6));
     // Container child mainBox.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("The following files will be committed:");
     this.mainBox.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.mainBox [this.label1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child mainBox.Gtk.Box+BoxChild
     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
     this.fileList          = new global::Gtk.TreeView();
     this.fileList.CanFocus = true;
     this.fileList.Name     = "fileList";
     this.scrolledwindow1.Add(this.fileList);
     this.mainBox.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainBox [this.scrolledwindow1]));
     w4.Position = 1;
     // Container child mainBox.Gtk.Box+BoxChild
     this.vboxExtensions         = new global::Gtk.VBox();
     this.vboxExtensions.Name    = "vboxExtensions";
     this.vboxExtensions.Spacing = 6;
     // Container child vboxExtensions.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.textview          = new global::Gtk.TextView();
     this.textview.CanFocus = true;
     this.textview.Name     = "textview";
     this.scrolledwindow2.Add(this.textview);
     this.vboxExtensions.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vboxExtensions [this.scrolledwindow2]));
     w6.Position = 0;
     this.mainBox.Add(this.vboxExtensions);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.mainBox [this.vboxExtensions]));
     w7.PackType = ((global::Gtk.PackType)(1));
     w7.Position = 2;
     // Container child mainBox.Gtk.Box+BoxChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.Xalign       = 0F;
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("Commit _message:");
     this.label2.UseUnderline = true;
     this.mainBox.Add(this.label2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.mainBox [this.label2]));
     w8.PackType = ((global::Gtk.PackType)(1));
     w8.Position = 3;
     w8.Expand   = false;
     w8.Fill     = false;
     w1.Add(this.mainBox);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.mainBox]));
     w9.Position = 0;
     // Internal child MonoDevelop.VersionControl.Dialogs.CommitDialog.ActionArea
     global::Gtk.HButtonBox w10 = this.ActionArea;
     w10.Events      = ((global::Gdk.EventMask)(256));
     w10.Name        = "VersionControlAddIn.CommitDialog_ActionArea";
     w10.Spacing     = 6;
     w10.BorderWidth = ((uint)(5));
     w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child VersionControlAddIn.CommitDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button29              = new global::Gtk.Button();
     this.button29.CanDefault   = true;
     this.button29.CanFocus     = true;
     this.button29.Name         = "button29";
     this.button29.UseStock     = true;
     this.button29.UseUnderline = true;
     this.button29.Label        = "gtk-cancel";
     this.AddActionWidget(this.button29, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.button29]));
     w11.Expand = false;
     w11.Fill   = false;
     // Container child VersionControlAddIn.CommitDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCommit              = new global::Gtk.Button();
     this.buttonCommit.CanDefault   = true;
     this.buttonCommit.CanFocus     = true;
     this.buttonCommit.Name         = "buttonCommit";
     this.buttonCommit.UseUnderline = true;
     // Container child buttonCommit.Gtk.Container+ContainerChild
     global::Gtk.Alignment w12 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w13 = new global::Gtk.HBox();
     w13.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w14 = new global::Gtk.Image();
     w14.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "vc-commit", global::Gtk.IconSize.Menu);
     w13.Add(w14);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w16 = new global::Gtk.Label();
     w16.LabelProp    = global::Mono.Unix.Catalog.GetString("C_ommit");
     w16.UseUnderline = true;
     w13.Add(w16);
     w12.Add(w13);
     this.buttonCommit.Add(w12);
     w10.Add(this.buttonCommit);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonCommit]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth          = 628;
     this.DefaultHeight         = 481;
     this.label2.MnemonicWidget = this.textview;
     this.Hide();
     this.buttonCommit.Clicked += new global::System.EventHandler(this.OnButtonCommitClicked);
 }
Ejemplo n.º 50
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("ArnoldC Interpreter");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.choose_file = new global::Gtk.Button();
     this.choose_file.WidthRequest = 139;
     this.choose_file.CanFocus     = true;
     this.choose_file.Name         = "choose_file";
     this.choose_file.UseUnderline = true;
     this.choose_file.Label        = global::Mono.Unix.Catalog.GetString("Choose FIle");
     this.hbox4.Add(this.choose_file);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.choose_file]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.file_name = new global::Gtk.Label();
     this.file_name.WidthRequest = 148;
     this.file_name.Name         = "file_name";
     this.file_name.LabelProp    = global::Mono.Unix.Catalog.GetString("No file chosen");
     this.hbox4.Add(this.file_name);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.file_name]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.hbox2.Add(this.hbox4);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.hbox4]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.lexemes = new global::Gtk.Label();
     this.lexemes.WidthRequest = 278;
     this.lexemes.Name         = "lexemes";
     this.lexemes.LabelProp    = global::Mono.Unix.Catalog.GetString("LEXEMES");
     this.hbox5.Add(this.lexemes);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.lexemes]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.syymbol_table = new global::Gtk.Label();
     this.syymbol_table.WidthRequest = 289;
     this.syymbol_table.Name         = "syymbol_table";
     this.syymbol_table.LabelProp    = global::Mono.Unix.Catalog.GetString("SYMBOL TABLE");
     this.hbox5.Add(this.syymbol_table);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.syymbol_table]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.hbox2.Add(this.hbox5);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.hbox5]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox2]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.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.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview1 = new global::Gtk.TextView();
     this.textview1.WidthRequest = 0;
     this.textview1.CanFocus     = true;
     this.textview1.Name         = "textview1";
     this.GtkScrolledWindow.Add(this.textview1);
     this.hbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.GtkScrolledWindow]));
     w9.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.classification_column = new global::Gtk.Label();
     this.classification_column.WidthRequest = 131;
     this.classification_column.Name         = "classification_column";
     this.classification_column.LabelProp    = global::Mono.Unix.Catalog.GetString("Classification");
     this.table1.Add(this.classification_column);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.classification_column]));
     w10.LeftAttach  = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.XOptions    = ((global::Gtk.AttachOptions)(4));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.lexeme_column = new global::Gtk.Label();
     this.lexeme_column.WidthRequest = 117;
     this.lexeme_column.Name         = "lexeme_column";
     this.lexeme_column.LabelProp    = global::Mono.Unix.Catalog.GetString("Lexeme");
     this.table1.Add(this.lexeme_column);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.lexeme_column]));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox3.Add(this.table1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.table1]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.lexeme_scrollbar                          = new global::Gtk.VScrollbar(null);
     this.lexeme_scrollbar.Name                     = "lexeme_scrollbar";
     this.lexeme_scrollbar.Adjustment.Upper         = 100D;
     this.lexeme_scrollbar.Adjustment.PageIncrement = 10D;
     this.lexeme_scrollbar.Adjustment.PageSize      = 10D;
     this.lexeme_scrollbar.Adjustment.StepIncrement = 1D;
     this.hbox3.Add(this.lexeme_scrollbar);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.lexeme_scrollbar]));
     w13.Position = 2;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.identifier_column = new global::Gtk.Label();
     this.identifier_column.WidthRequest = 132;
     this.identifier_column.Name         = "identifier_column";
     this.identifier_column.LabelProp    = global::Mono.Unix.Catalog.GetString("Identifier");
     this.table2.Add(this.identifier_column);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2[this.identifier_column]));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.value_column = new global::Gtk.Label();
     this.value_column.WidthRequest = 141;
     this.value_column.Name         = "value_column";
     this.value_column.LabelProp    = global::Mono.Unix.Catalog.GetString("Value");
     this.table2.Add(this.value_column);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2[this.value_column]));
     w15.LeftAttach  = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.XOptions    = ((global::Gtk.AttachOptions)(4));
     w15.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.hbox3.Add(this.table2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.table2]));
     w16.Position = 3;
     w16.Expand   = false;
     w16.Fill     = false;
     this.vbox3.Add(this.hbox3);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox3]));
     w17.Position = 1;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.execute_button              = new global::Gtk.Button();
     this.execute_button.CanFocus     = true;
     this.execute_button.Name         = "execute_button";
     this.execute_button.UseUnderline = true;
     this.execute_button.Label        = global::Mono.Unix.Catalog.GetString("EXECUTE");
     this.vbox4.Add(this.execute_button);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.execute_button]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox4.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hseparator1]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     this.vbox3.Add(this.vbox4);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.vbox4]));
     w20.Position = 2;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 872;
     this.DefaultHeight = 492;
     this.Show();
     this.DeleteEvent         += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.choose_file.Clicked += new global::System.EventHandler(this.open_file_dialog);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.PackageManagement.PackagesWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.PackageManagement.PackagesWidget";
     // Container child MonoDevelop.PackageManagement.PackagesWidget.Gtk.Container+ContainerChild
     this.mainPane          = new global::Gtk.HPaned();
     this.mainPane.CanFocus = true;
     this.mainPane.Name     = "mainPane";
     this.mainPane.Position = 322;
     // Container child mainPane.Gtk.Paned+PanedChild
     this.packagesListVBox         = new global::Gtk.VBox();
     this.packagesListVBox.Name    = "packagesListVBox";
     this.packagesListVBox.Spacing = 6;
     // Container child packagesListVBox.Gtk.Box+BoxChild
     this.packagesTreeScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.packagesTreeScrolledWindow.Name       = "packagesTreeScrolledWindow";
     this.packagesTreeScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child packagesTreeScrolledWindow.Gtk.Container+ContainerChild
     this.packagesTreeView                = new global::Gtk.TreeView();
     this.packagesTreeView.CanFocus       = true;
     this.packagesTreeView.Name           = "packagesTreeView";
     this.packagesTreeView.EnableSearch   = false;
     this.packagesTreeView.HeadersVisible = false;
     this.packagesTreeScrolledWindow.Add(this.packagesTreeView);
     this.packagesListVBox.Add(this.packagesTreeScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.packagesListVBox [this.packagesTreeScrolledWindow]));
     w2.Position = 0;
     // Container child packagesListVBox.Gtk.Box+BoxChild
     this.pagedResultsHBox         = new global::Gtk.HBox();
     this.pagedResultsHBox.Name    = "pagedResultsHBox";
     this.pagedResultsHBox.Spacing = 6;
     // Container child pagedResultsHBox.Gtk.Box+BoxChild
     this.pagedResultsLeftLabel      = new global::Gtk.Label();
     this.pagedResultsLeftLabel.Name = "pagedResultsLeftLabel";
     this.pagedResultsHBox.Add(this.pagedResultsLeftLabel);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.pagedResultsHBox [this.pagedResultsLeftLabel]));
     w3.Position = 0;
     // Container child pagedResultsHBox.Gtk.Box+BoxChild
     this.pagedResultsWidget        = new global::MonoDevelop.PackageManagement.PagedResultsWidget();
     this.pagedResultsWidget.Events = ((global::Gdk.EventMask)(256));
     this.pagedResultsWidget.Name   = "pagedResultsWidget";
     this.pagedResultsHBox.Add(this.pagedResultsWidget);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.pagedResultsHBox [this.pagedResultsWidget]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child pagedResultsHBox.Gtk.Box+BoxChild
     this.pagedResultsRightLabel      = new global::Gtk.Label();
     this.pagedResultsRightLabel.Name = "pagedResultsRightLabel";
     this.pagedResultsHBox.Add(this.pagedResultsRightLabel);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.pagedResultsHBox [this.pagedResultsRightLabel]));
     w5.Position = 2;
     this.packagesListVBox.Add(this.pagedResultsHBox);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.packagesListVBox [this.pagedResultsHBox]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.mainPane.Add(this.packagesListVBox);
     global::Gtk.Paned.PanedChild w7 = ((global::Gtk.Paned.PanedChild)(this.mainPane [this.packagesListVBox]));
     w7.Resize = false;
     // Container child mainPane.Gtk.Paned+PanedChild
     this.packageInfoVBox         = new global::Gtk.VBox();
     this.packageInfoVBox.Name    = "packageInfoVBox";
     this.packageInfoVBox.Spacing = 6;
     // Container child packageInfoVBox.Gtk.Box+BoxChild
     this.packageSourceComboBox      = global::Gtk.ComboBox.NewText();
     this.packageSourceComboBox.Name = "packageSourceComboBox";
     this.packageInfoVBox.Add(this.packageSourceComboBox);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.packageSourceComboBox]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child packageInfoVBox.Gtk.Box+BoxChild
     this.packageSearchHBox         = new global::Gtk.HBox();
     this.packageSearchHBox.Name    = "packageSearchHBox";
     this.packageSearchHBox.Spacing = 6;
     // Container child packageSearchHBox.Gtk.Box+BoxChild
     this.packageSearchEntry               = new global::Gtk.Entry();
     this.packageSearchEntry.CanFocus      = true;
     this.packageSearchEntry.Name          = "packageSearchEntry";
     this.packageSearchEntry.IsEditable    = true;
     this.packageSearchEntry.InvisibleChar = '●';
     this.packageSearchHBox.Add(this.packageSearchEntry);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.packageSearchHBox [this.packageSearchEntry]));
     w9.Position = 0;
     // Container child packageSearchHBox.Gtk.Box+BoxChild
     this.packageSearchButton              = new global::Gtk.Button();
     this.packageSearchButton.CanFocus     = true;
     this.packageSearchButton.Name         = "packageSearchButton";
     this.packageSearchButton.UseUnderline = true;
     // Container child packageSearchButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w10 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w11 = new global::Gtk.HBox();
     w11.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w12 = new global::Gtk.Image();
     w12.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-find", global::Gtk.IconSize.Menu);
     w11.Add(w12);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w14 = new global::Gtk.Label();
     w11.Add(w14);
     w10.Add(w11);
     this.packageSearchButton.Add(w10);
     this.packageSearchHBox.Add(this.packageSearchButton);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.packageSearchHBox [this.packageSearchButton]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.packageInfoVBox.Add(this.packageSearchHBox);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.packageSearchHBox]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child packageInfoVBox.Gtk.Box+BoxChild
     this.includePrereleaseCheckButton               = new global::Gtk.CheckButton();
     this.includePrereleaseCheckButton.CanFocus      = true;
     this.includePrereleaseCheckButton.Name          = "includePrereleaseCheckButton";
     this.includePrereleaseCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Include Prerelease");
     this.includePrereleaseCheckButton.DrawIndicator = true;
     this.includePrereleaseCheckButton.UseUnderline  = true;
     this.packageInfoVBox.Add(this.includePrereleaseCheckButton);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.includePrereleaseCheckButton]));
     w20.Position = 2;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child packageInfoVBox.Gtk.Box+BoxChild
     this.updateAllPackagesButtonBox             = new global::Gtk.HButtonBox();
     this.updateAllPackagesButtonBox.Name        = "updateAllPackagesButtonBox";
     this.updateAllPackagesButtonBox.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child updateAllPackagesButtonBox.Gtk.ButtonBox+ButtonBoxChild
     this.updateAllPackagesButton              = new global::Gtk.Button();
     this.updateAllPackagesButton.CanFocus     = true;
     this.updateAllPackagesButton.Name         = "updateAllPackagesButton";
     this.updateAllPackagesButton.UseUnderline = true;
     this.updateAllPackagesButton.Label        = global::Mono.Unix.Catalog.GetString("Update All");
     this.updateAllPackagesButtonBox.Add(this.updateAllPackagesButton);
     global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.updateAllPackagesButtonBox [this.updateAllPackagesButton]));
     w21.Expand = false;
     w21.Fill   = false;
     this.packageInfoVBox.Add(this.updateAllPackagesButtonBox);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.updateAllPackagesButtonBox]));
     w22.Position = 3;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child packageInfoVBox.Gtk.Box+BoxChild
     this.packageInfoFrame             = new global::Gtk.Frame();
     this.packageInfoFrame.Name        = "packageInfoFrame";
     this.packageInfoFrame.ShadowType  = ((global::Gtk.ShadowType)(0));
     this.packageInfoFrame.LabelYalign = 0F;
     // Container child packageInfoFrame.Gtk.Container+ContainerChild
     this.packageInfoFrameAlignment      = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.packageInfoFrameAlignment.Name = "packageInfoFrameAlignment";
     // Container child packageInfoFrameAlignment.Gtk.Container+ContainerChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w23 = new global::Gtk.Viewport();
     w23.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.packageInfoFrameVBox         = new global::Gtk.VBox();
     this.packageInfoFrameVBox.Name    = "packageInfoFrameVBox";
     this.packageInfoFrameVBox.Spacing = 6;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.packageCreatedByHBox         = new global::Gtk.HBox();
     this.packageCreatedByHBox.Name    = "packageCreatedByHBox";
     this.packageCreatedByHBox.Spacing = 6;
     // Container child packageCreatedByHBox.Gtk.Box+BoxChild
     this.packageCreatedByLabel           = new global::Gtk.Label();
     this.packageCreatedByLabel.Name      = "packageCreatedByLabel";
     this.packageCreatedByLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<span weight=\'bold\'>Created by:</span>");
     this.packageCreatedByLabel.UseMarkup = true;
     this.packageCreatedByHBox.Add(this.packageCreatedByLabel);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.packageCreatedByHBox [this.packageCreatedByLabel]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child packageCreatedByHBox.Gtk.Box+BoxChild
     this.packageCreatedByTextBox            = new global::Gtk.Label();
     this.packageCreatedByTextBox.Name       = "packageCreatedByTextBox";
     this.packageCreatedByTextBox.Selectable = true;
     this.packageCreatedByHBox.Add(this.packageCreatedByTextBox);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.packageCreatedByHBox [this.packageCreatedByTextBox]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     this.packageInfoFrameVBox.Add(this.packageCreatedByHBox);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageCreatedByHBox]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.packageIdHBox         = new global::Gtk.HBox();
     this.packageIdHBox.Name    = "packageIdHBox";
     this.packageIdHBox.Spacing = 6;
     // Container child packageIdHBox.Gtk.Box+BoxChild
     this.packageIdLabel           = new global::Gtk.Label();
     this.packageIdLabel.Name      = "packageIdLabel";
     this.packageIdLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<span weight=\'bold\'>Id:</span>");
     this.packageIdLabel.UseMarkup = true;
     this.packageIdHBox.Add(this.packageIdLabel);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.packageIdHBox [this.packageIdLabel]));
     w27.Position = 0;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child packageIdHBox.Gtk.Box+BoxChild
     this.packageIdButton        = new global::MonoDevelop.PackageManagement.HyperlinkWidget();
     this.packageIdButton.Events = ((global::Gdk.EventMask)(256));
     this.packageIdButton.Name   = "packageIdButton";
     this.packageIdHBox.Add(this.packageIdButton);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.packageIdHBox [this.packageIdButton]));
     w28.Position = 1;
     // Container child packageIdHBox.Gtk.Box+BoxChild
     this.packageIdTextBox            = new global::Gtk.Label();
     this.packageIdTextBox.Name       = "packageIdTextBox";
     this.packageIdTextBox.Selectable = true;
     this.packageIdHBox.Add(this.packageIdTextBox);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.packageIdHBox [this.packageIdTextBox]));
     w29.Position = 2;
     w29.Expand   = false;
     w29.Fill     = false;
     this.packageInfoFrameVBox.Add(this.packageIdHBox);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageIdHBox]));
     w30.Position = 1;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.packageVersionHBox         = new global::Gtk.HBox();
     this.packageVersionHBox.Name    = "packageVersionHBox";
     this.packageVersionHBox.Spacing = 6;
     // Container child packageVersionHBox.Gtk.Box+BoxChild
     this.packageVersionLabel           = new global::Gtk.Label();
     this.packageVersionLabel.Name      = "packageVersionLabel";
     this.packageVersionLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<span weight=\'bold\'>Version:</span>");
     this.packageVersionLabel.UseMarkup = true;
     this.packageVersionHBox.Add(this.packageVersionLabel);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.packageVersionHBox [this.packageVersionLabel]));
     w31.Position = 0;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child packageVersionHBox.Gtk.Box+BoxChild
     this.packageVersionTextBox            = new global::Gtk.Label();
     this.packageVersionTextBox.Name       = "packageVersionTextBox";
     this.packageVersionTextBox.Selectable = true;
     this.packageVersionHBox.Add(this.packageVersionTextBox);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.packageVersionHBox [this.packageVersionTextBox]));
     w32.Position = 1;
     w32.Expand   = false;
     w32.Fill     = false;
     this.packageInfoFrameVBox.Add(this.packageVersionHBox);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageVersionHBox]));
     w33.Position = 2;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.packageLastUpdatedHBox         = new global::Gtk.HBox();
     this.packageLastUpdatedHBox.Name    = "packageLastUpdatedHBox";
     this.packageLastUpdatedHBox.Spacing = 6;
     // Container child packageLastUpdatedHBox.Gtk.Box+BoxChild
     this.packageLastUpdatedLabel           = new global::Gtk.Label();
     this.packageLastUpdatedLabel.Name      = "packageLastUpdatedLabel";
     this.packageLastUpdatedLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<span weight=\'bold\'>Last Updated:</span>");
     this.packageLastUpdatedLabel.UseMarkup = true;
     this.packageLastUpdatedHBox.Add(this.packageLastUpdatedLabel);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.packageLastUpdatedHBox [this.packageLastUpdatedLabel]));
     w34.Position = 0;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child packageLastUpdatedHBox.Gtk.Box+BoxChild
     this.packageLastUpdatedTextBox            = new global::Gtk.Label();
     this.packageLastUpdatedTextBox.Name       = "packageLastUpdatedTextBox";
     this.packageLastUpdatedTextBox.Selectable = true;
     this.packageLastUpdatedHBox.Add(this.packageLastUpdatedTextBox);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.packageLastUpdatedHBox [this.packageLastUpdatedTextBox]));
     w35.Position = 1;
     w35.Expand   = false;
     w35.Fill     = false;
     this.packageInfoFrameVBox.Add(this.packageLastUpdatedHBox);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageLastUpdatedHBox]));
     w36.Position = 3;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.packageDownloadsHBox         = new global::Gtk.HBox();
     this.packageDownloadsHBox.Name    = "packageDownloadsHBox";
     this.packageDownloadsHBox.Spacing = 6;
     // Container child packageDownloadsHBox.Gtk.Box+BoxChild
     this.packageDownloadsLabel           = new global::Gtk.Label();
     this.packageDownloadsLabel.Name      = "packageDownloadsLabel";
     this.packageDownloadsLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<span weight=\'bold\'>Downloads:</span>");
     this.packageDownloadsLabel.UseMarkup = true;
     this.packageDownloadsHBox.Add(this.packageDownloadsLabel);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.packageDownloadsHBox [this.packageDownloadsLabel]));
     w37.Position = 0;
     w37.Expand   = false;
     w37.Fill     = false;
     // Container child packageDownloadsHBox.Gtk.Box+BoxChild
     this.packageDownloadsTextBox            = new global::Gtk.Label();
     this.packageDownloadsTextBox.Name       = "packageDownloadsTextBox";
     this.packageDownloadsTextBox.Selectable = true;
     this.packageDownloadsHBox.Add(this.packageDownloadsTextBox);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.packageDownloadsHBox [this.packageDownloadsTextBox]));
     w38.Position = 1;
     w38.Expand   = false;
     w38.Fill     = false;
     this.packageInfoFrameVBox.Add(this.packageDownloadsHBox);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageDownloadsHBox]));
     w39.Position = 4;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.viewLicenseTermsHBox         = new global::Gtk.HBox();
     this.viewLicenseTermsHBox.Name    = "viewLicenseTermsHBox";
     this.viewLicenseTermsHBox.Spacing = 6;
     // Container child viewLicenseTermsHBox.Gtk.Box+BoxChild
     this.viewLicenseTermsButton        = new global::MonoDevelop.PackageManagement.HyperlinkWidget();
     this.viewLicenseTermsButton.Events = ((global::Gdk.EventMask)(256));
     this.viewLicenseTermsButton.Name   = "viewLicenseTermsButton";
     this.viewLicenseTermsButton.Uri    = "";
     this.viewLicenseTermsButton.Label  = "View License Terms";
     this.viewLicenseTermsHBox.Add(this.viewLicenseTermsButton);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.viewLicenseTermsHBox [this.viewLicenseTermsButton]));
     w40.Position = 0;
     this.packageInfoFrameVBox.Add(this.viewLicenseTermsHBox);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.viewLicenseTermsHBox]));
     w41.Position = 5;
     w41.Expand   = false;
     w41.Fill     = false;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.moreInformationHBox      = new global::Gtk.HBox();
     this.moreInformationHBox.Name = "moreInformationHBox";
     // Container child moreInformationHBox.Gtk.Box+BoxChild
     this.moreInformationButton        = new global::MonoDevelop.PackageManagement.HyperlinkWidget();
     this.moreInformationButton.Events = ((global::Gdk.EventMask)(256));
     this.moreInformationButton.Name   = "moreInformationButton";
     this.moreInformationButton.Uri    = "";
     this.moreInformationButton.Label  = "More Information";
     this.moreInformationHBox.Add(this.moreInformationButton);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.moreInformationHBox [this.moreInformationButton]));
     w42.Position = 0;
     this.packageInfoFrameVBox.Add(this.moreInformationHBox);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.moreInformationHBox]));
     w43.Position = 6;
     w43.Expand   = false;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.packageDescriptionTextView               = new global::Gtk.TextView();
     this.packageDescriptionTextView.CanFocus      = true;
     this.packageDescriptionTextView.Name          = "packageDescriptionTextView";
     this.packageDescriptionTextView.Editable      = false;
     this.packageDescriptionTextView.CursorVisible = false;
     this.packageDescriptionTextView.WrapMode      = ((global::Gtk.WrapMode)(2));
     this.packageInfoFrameVBox.Add(this.packageDescriptionTextView);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageDescriptionTextView]));
     w44.Position = 7;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.packageDependenciesHBox         = new global::Gtk.HBox();
     this.packageDependenciesHBox.Name    = "packageDependenciesHBox";
     this.packageDependenciesHBox.Spacing = 6;
     // Container child packageDependenciesHBox.Gtk.Box+BoxChild
     this.packageDependenciesLabel           = new global::Gtk.Label();
     this.packageDependenciesLabel.Name      = "packageDependenciesLabel";
     this.packageDependenciesLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<span weight=\'bold\'>Dependencies:</span>");
     this.packageDependenciesLabel.UseMarkup = true;
     this.packageDependenciesHBox.Add(this.packageDependenciesLabel);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.packageDependenciesHBox [this.packageDependenciesLabel]));
     w45.Position = 0;
     w45.Expand   = false;
     w45.Fill     = false;
     // Container child packageDependenciesHBox.Gtk.Box+BoxChild
     this.packageDependenciesNoneLabel            = new global::Gtk.Label();
     this.packageDependenciesNoneLabel.Name       = "packageDependenciesNoneLabel";
     this.packageDependenciesNoneLabel.LabelProp  = global::Mono.Unix.Catalog.GetString("None");
     this.packageDependenciesNoneLabel.Selectable = true;
     this.packageDependenciesHBox.Add(this.packageDependenciesNoneLabel);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.packageDependenciesHBox [this.packageDependenciesNoneLabel]));
     w46.Position = 1;
     w46.Expand   = false;
     w46.Fill     = false;
     this.packageInfoFrameVBox.Add(this.packageDependenciesHBox);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageDependenciesHBox]));
     w47.Position = 8;
     w47.Expand   = false;
     w47.Fill     = false;
     // Container child packageInfoFrameVBox.Gtk.Box+BoxChild
     this.packageDependenciesListHBox             = new global::Gtk.HBox();
     this.packageDependenciesListHBox.Name        = "packageDependenciesListHBox";
     this.packageDependenciesListHBox.Spacing     = 6;
     this.packageDependenciesListHBox.BorderWidth = ((uint)(2));
     // Container child packageDependenciesListHBox.Gtk.Box+BoxChild
     this.packageDependenciesListLabel           = new global::Gtk.Label();
     this.packageDependenciesListLabel.Name      = "packageDependenciesListLabel";
     this.packageDependenciesListLabel.UseMarkup = true;
     this.packageDependenciesListHBox.Add(this.packageDependenciesListLabel);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.packageDependenciesListHBox [this.packageDependenciesListLabel]));
     w48.Position = 0;
     w48.Expand   = false;
     w48.Fill     = false;
     // Container child packageDependenciesListHBox.Gtk.Box+BoxChild
     this.packageDependenciesListFillerLabel            = new global::Gtk.Label();
     this.packageDependenciesListFillerLabel.Name       = "packageDependenciesListFillerLabel";
     this.packageDependenciesListFillerLabel.Selectable = true;
     this.packageDependenciesListHBox.Add(this.packageDependenciesListFillerLabel);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.packageDependenciesListHBox [this.packageDependenciesListFillerLabel]));
     w49.Position = 1;
     this.packageInfoFrameVBox.Add(this.packageDependenciesListHBox);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.packageInfoFrameVBox [this.packageDependenciesListHBox]));
     w50.Position = 9;
     w50.Expand   = false;
     w50.Fill     = false;
     w23.Add(this.packageInfoFrameVBox);
     this.GtkScrolledWindow.Add(w23);
     this.packageInfoFrameAlignment.Add(this.GtkScrolledWindow);
     this.packageInfoFrame.Add(this.packageInfoFrameAlignment);
     this.packageInfoVBox.Add(this.packageInfoFrame);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.packageInfoFrame]));
     w55.Position = 4;
     // Container child packageInfoVBox.Gtk.Box+BoxChild
     this.managePackageButtonBox             = new global::Gtk.HButtonBox();
     this.managePackageButtonBox.Name        = "managePackageButtonBox";
     this.managePackageButtonBox.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child managePackageButtonBox.Gtk.ButtonBox+ButtonBoxChild
     this.addPackageButton              = new global::Gtk.Button();
     this.addPackageButton.CanFocus     = true;
     this.addPackageButton.Name         = "addPackageButton";
     this.addPackageButton.UseUnderline = true;
     this.addPackageButton.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.managePackageButtonBox.Add(this.addPackageButton);
     global::Gtk.ButtonBox.ButtonBoxChild w56 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.managePackageButtonBox [this.addPackageButton]));
     w56.Expand = false;
     w56.Fill   = false;
     // Container child managePackageButtonBox.Gtk.ButtonBox+ButtonBoxChild
     this.removePackageButton              = new global::Gtk.Button();
     this.removePackageButton.CanFocus     = true;
     this.removePackageButton.Name         = "removePackageButton";
     this.removePackageButton.UseUnderline = true;
     this.removePackageButton.Label        = global::Mono.Unix.Catalog.GetString("Remove");
     this.managePackageButtonBox.Add(this.removePackageButton);
     global::Gtk.ButtonBox.ButtonBoxChild w57 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.managePackageButtonBox [this.removePackageButton]));
     w57.Position = 1;
     w57.Expand   = false;
     w57.Fill     = false;
     // Container child managePackageButtonBox.Gtk.ButtonBox+ButtonBoxChild
     this.managePackageButton              = new global::Gtk.Button();
     this.managePackageButton.CanFocus     = true;
     this.managePackageButton.Name         = "managePackageButton";
     this.managePackageButton.UseUnderline = true;
     this.managePackageButton.Label        = global::Mono.Unix.Catalog.GetString("Manage");
     this.managePackageButtonBox.Add(this.managePackageButton);
     global::Gtk.ButtonBox.ButtonBoxChild w58 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.managePackageButtonBox [this.managePackageButton]));
     w58.Position = 2;
     w58.Expand   = false;
     w58.Fill     = false;
     this.packageInfoVBox.Add(this.managePackageButtonBox);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.packageInfoVBox [this.managePackageButtonBox]));
     w59.PackType = ((global::Gtk.PackType)(1));
     w59.Position = 5;
     w59.Expand   = false;
     w59.Fill     = false;
     this.mainPane.Add(this.packageInfoVBox);
     this.Add(this.mainPane);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.packageInfoFrameVBox.Hide();
     this.addPackageButton.Hide();
     this.removePackageButton.Hide();
     this.managePackageButton.Hide();
     this.Hide();
     this.packageSourceComboBox.Changed   += new global::System.EventHandler(this.PackageSourceChanged);
     this.packageSearchEntry.Activated    += new global::System.EventHandler(this.PackageSearchEntryActivated);
     this.packageSearchButton.Clicked     += new global::System.EventHandler(this.SearchButtonClicked);
     this.updateAllPackagesButton.Clicked += new global::System.EventHandler(this.UpdateAllPackagesButtonClicked);
     this.addPackageButton.Clicked        += new global::System.EventHandler(this.OnAddPackageButtonClicked);
     this.removePackageButton.Clicked     += new global::System.EventHandler(this.RemovePackageButtonClicked);
     this.managePackageButton.Clicked     += new global::System.EventHandler(this.ManagePackagesButtonClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget TraceLab.UI.GTK.ComponentInfoPage
     global::Stetic.BinContainer.Attach(this);
     this.Name = "TraceLab.UI.GTK.ComponentInfoPage";
     // Container child TraceLab.UI.GTK.ComponentInfoPage.Gtk.Container+ContainerChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(3));
     // Container child vbox2.Gtk.Box+BoxChild
     this.textview1             = new global::Gtk.TextView();
     this.textview1.Buffer.Text = "Finally define component\'s name, version and optionally provide description.\r\nNot" +
                                  "e, that component\'s Name, Version, Input and Output, and Configuration determine" +
                                  "s its unique ID.";
     this.textview1.Sensitive     = false;
     this.textview1.CanFocus      = true;
     this.textview1.Name          = "textview1";
     this.textview1.Editable      = false;
     this.textview1.CursorVisible = false;
     this.textview1.WrapMode      = ((global::Gtk.WrapMode)(2));
     this.textview1.LeftMargin    = 4;
     this.textview1.RightMargin   = 4;
     this.vbox2.Add(this.textview1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.textview1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(8));
     this.table1.ColumnSpacing = ((uint)(12));
     this.table1.BorderWidth   = ((uint)(4));
     // Container child table1.Gtk.Table+TableChild
     this.authorEntry               = new global::Gtk.Entry();
     this.authorEntry.CanFocus      = true;
     this.authorEntry.Name          = "authorEntry";
     this.authorEntry.IsEditable    = true;
     this.authorEntry.InvisibleChar = '●';
     this.table1.Add(this.authorEntry);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.authorEntry]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.componentNameEntry               = new global::Gtk.Entry();
     this.componentNameEntry.CanFocus      = true;
     this.componentNameEntry.Name          = "componentNameEntry";
     this.componentNameEntry.IsEditable    = true;
     this.componentNameEntry.InvisibleChar = '●';
     this.table1.Add(this.componentNameEntry);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.componentNameEntry]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions    = ((global::Gtk.AttachOptions)(4));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.componentsDirectoryComboBox      = global::Gtk.ComboBox.NewText();
     this.componentsDirectoryComboBox.Name = "componentsDirectoryComboBox";
     this.table1.Add(this.componentsDirectoryComboBox);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.componentsDirectoryComboBox]));
     w4.TopAttach    = ((uint)(4));
     w4.BottomAttach = ((uint)(5));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.finalLocationEntry               = new global::Gtk.Entry();
     this.finalLocationEntry.Sensitive     = false;
     this.finalLocationEntry.CanFocus      = true;
     this.finalLocationEntry.Name          = "finalLocationEntry";
     this.finalLocationEntry.IsEditable    = false;
     this.finalLocationEntry.InvisibleChar = '●';
     this.table1.Add(this.finalLocationEntry);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.finalLocationEntry]));
     w5.TopAttach    = ((uint)(5));
     w5.BottomAttach = ((uint)(6));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.descriptionTextView          = new global::Gtk.TextView();
     this.descriptionTextView.CanFocus = true;
     this.descriptionTextView.Name     = "descriptionTextView";
     this.GtkScrolledWindow.Add(this.descriptionTextView);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkScrolledWindow]));
     w7.TopAttach    = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Component name:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Author:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Version:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.Yalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Description:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w11.TopAttach    = ((uint)(3));
     w11.BottomAttach = ((uint)(4));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Components directory:");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w12.TopAttach    = ((uint)(4));
     w12.BottomAttach = ((uint)(5));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Final location:");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w13.TopAttach    = ((uint)(5));
     w13.BottomAttach = ((uint)(6));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.versionEntry               = new global::Gtk.Entry();
     this.versionEntry.CanFocus      = true;
     this.versionEntry.Name          = "versionEntry";
     this.versionEntry.IsEditable    = true;
     this.versionEntry.InvisibleChar = '●';
     this.table1.Add(this.versionEntry);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.versionEntry]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
     w15.Position = 1;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.versionEntry.Changed += new global::System.EventHandler(this.VersionEntryChanged);
     this.componentsDirectoryComboBox.Changed += new global::System.EventHandler(this.componentComboBoxChanged);
     this.componentNameEntry.Changed          += new global::System.EventHandler(this.ComponentNameEntryChanged);
     this.authorEntry.Changed += new global::System.EventHandler(this.AuthorEntryChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget ServiceStackXS.AddReferenceDialog
     this.Name           = "ServiceStackXS.AddReferenceDialog";
     this.Title          = "Add ServiceStack Reference";
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("ServiceStackXS.favicon.ico");
     this.TypeHint       = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Modal          = true;
     this.DefaultWidth   = 620;
     this.DefaultHeight  = 320;
     // Internal child ServiceStackXS.AddReferenceDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(6));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox3             = new global::Gtk.VBox();
     this.vbox3.Name        = "vbox3";
     this.vbox3.Spacing     = 10;
     this.vbox3.BorderWidth = ((uint)(20));
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.instructionsTextView             = new global::Gtk.TextView();
     this.instructionsTextView.Buffer.Text = "\r\nTo generate the DTO Service Model types for a specific ServiceStack instance, e" +
                                             "nter the base URI for the remote ServiceStack server and click OK.";
     this.instructionsTextView.Sensitive     = false;
     this.instructionsTextView.Name          = "instructionsTextView";
     this.instructionsTextView.Editable      = false;
     this.instructionsTextView.CursorVisible = false;
     this.instructionsTextView.AcceptsTab    = false;
     this.instructionsTextView.WrapMode      = ((global::Gtk.WrapMode)(2));
     this.vbox2.Add(this.instructionsTextView);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.instructionsTextView]));
     w2.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.addressLabel                = new global::Gtk.Label();
     this.addressLabel.Name           = "addressLabel";
     this.addressLabel.Xalign         = 0.01F;
     this.addressLabel.LabelProp      = "Address";
     this.addressLabel.SingleLineMode = true;
     this.vbox2.Add(this.addressLabel);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.addressLabel]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.addressEntry               = new global::Gtk.Entry();
     this.addressEntry.CanFocus      = true;
     this.addressEntry.Name          = "addressEntry";
     this.addressEntry.IsEditable    = true;
     this.addressEntry.InvisibleChar = '●';
     this.vbox2.Add(this.addressEntry);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.addressEntry]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox3.Add(this.vbox2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox2]));
     w5.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 2;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0.01F;
     this.label2.LabelProp = "Name";
     this.vbox4.Add(this.label2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label2]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.nameEntry               = new global::Gtk.Entry();
     this.nameEntry.CanFocus      = true;
     this.nameEntry.Name          = "nameEntry";
     this.nameEntry.IsEditable    = true;
     this.nameEntry.InvisibleChar = '●';
     this.vbox4.Add(this.nameEntry);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.nameEntry]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox3.Add(this.vbox4);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox4]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.errorMessageView           = new global::Gtk.TextView();
     this.errorMessageView.Sensitive = false;
     this.errorMessageView.CanFocus  = true;
     this.errorMessageView.Name      = "errorMessageView";
     this.errorMessageView.Editable  = false;
     this.vbox5.Add(this.errorMessageView);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.errorMessageView]));
     w9.Position = 0;
     this.vbox3.Add(this.vbox5);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox5]));
     w10.Position = 2;
     w1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox3]));
     w11.Position = 0;
     // Internal child ServiceStackXS.AddReferenceDialog.ActionArea
     global::Gtk.HButtonBox w12 = this.ActionArea;
     w12.Name        = "dialog1_ActionArea";
     w12.Spacing     = 10;
     w12.BorderWidth = ((uint)(5));
     w12.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w12 [this.buttonCancel]));
     w13.Expand = false;
     w13.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "OK";
     w12.Add(this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w12 [this.buttonOk]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.errorMessageView.Hide();
     this.Show();
     this.buttonCancel.Clicked += new global::System.EventHandler(this.CancelAdd);
     this.buttonOk.Clicked     += new global::System.EventHandler(this.AddReference);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget TraceLab.UI.GTK.WelcomePageWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "TraceLab.UI.GTK.WelcomePageWidget";
     // Container child TraceLab.UI.GTK.WelcomePageWidget.Gtk.Container+ContainerChild
     this.mainEventBox      = new global::Gtk.EventBox();
     this.mainEventBox.Name = "mainEventBox";
     // Container child mainEventBox.Gtk.Container+ContainerChild
     this.mainVbox         = new global::Gtk.VBox();
     this.mainVbox.Name    = "mainVbox";
     this.mainVbox.Spacing = 6;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.coestHeader        = new global::Gtk.Image();
     this.coestHeader.Name   = "coestHeader";
     this.coestHeader.Xalign = 0F;
     this.coestHeader.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("TraceLab.UI.GTK.Resources.Image_StartPageHeader.png");
     this.mainVbox.Add(this.coestHeader);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.coestHeader]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.hbox1             = new global::Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Spacing     = 12;
     this.hbox1.BorderWidth = ((uint)(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.buttonCreateNewExperiment              = new global::Gtk.Button();
     this.buttonCreateNewExperiment.CanFocus     = true;
     this.buttonCreateNewExperiment.Name         = "buttonCreateNewExperiment";
     this.buttonCreateNewExperiment.UseUnderline = true;
     this.buttonCreateNewExperiment.Xalign       = 0F;
     // Container child buttonCreateNewExperiment.Gtk.Container+ContainerChild
     global::Gtk.Alignment w2 = new global::Gtk.Alignment(0F, 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-new", global::Gtk.IconSize.Menu);
     w3.Add(w4);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w6 = new global::Gtk.Label();
     w6.LabelProp    = global::Mono.Unix.Catalog.GetString("Create New Experiment...");
     w6.UseUnderline = true;
     w3.Add(w6);
     w2.Add(w3);
     this.buttonCreateNewExperiment.Add(w2);
     this.vbox2.Add(this.buttonCreateNewExperiment);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.buttonCreateNewExperiment]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.buttonOpenExperiment              = new global::Gtk.Button();
     this.buttonOpenExperiment.CanFocus     = true;
     this.buttonOpenExperiment.Name         = "buttonOpenExperiment";
     this.buttonOpenExperiment.UseUnderline = true;
     this.buttonOpenExperiment.Xalign       = 0F;
     // Container child buttonOpenExperiment.Gtk.Container+ContainerChild
     global::Gtk.Alignment w11 = new global::Gtk.Alignment(0F, 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-open", global::Gtk.IconSize.Menu);
     w12.Add(w13);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w15 = new global::Gtk.Label();
     w15.LabelProp    = global::Mono.Unix.Catalog.GetString("Open Existing Experiment...");
     w15.UseUnderline = true;
     w12.Add(w15);
     w11.Add(w12);
     this.buttonOpenExperiment.Add(w11);
     this.vbox2.Add(this.buttonOpenExperiment);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.buttonOpenExperiment]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox2.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1]));
     w20.Position = 2;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelRecentExperiments           = new global::Gtk.Label();
     this.labelRecentExperiments.Name      = "labelRecentExperiments";
     this.labelRecentExperiments.Xalign    = 0F;
     this.labelRecentExperiments.LabelProp = global::Mono.Unix.Catalog.GetString("Recent Experiments");
     this.vbox2.Add(this.labelRecentExperiments);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelRecentExperiments]));
     w21.Position = 3;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow                  = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name             = "GtkScrolledWindow";
     this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.recentExperimentNodeView                = new global::Gtk.NodeView();
     this.recentExperimentNodeView.CanFocus       = true;
     this.recentExperimentNodeView.Name           = "recentExperimentNodeView";
     this.recentExperimentNodeView.EnableSearch   = false;
     this.recentExperimentNodeView.HeadersVisible = false;
     this.GtkScrolledWindow.Add(this.recentExperimentNodeView);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w23.Position = 4;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.image89        = new global::Gtk.Image();
     this.image89.Name   = "image89";
     this.image89.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("TraceLab.UI.GTK.Resources.Image_NSFLogo.png");
     this.hbox2.Add(this.image89);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.image89]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.NSFFundingText             = new global::Gtk.TextView();
     this.NSFFundingText.Buffer.Text = "TraceLab is funded under National Science Foundation MRI-R2 Grant # CNS: 0959924." +
                                       "";
     this.NSFFundingText.CanFocus      = true;
     this.NSFFundingText.Name          = "NSFFundingText";
     this.NSFFundingText.Editable      = false;
     this.NSFFundingText.CursorVisible = false;
     this.NSFFundingText.WrapMode      = ((global::Gtk.WrapMode)(2));
     this.hbox2.Add(this.NSFFundingText);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.NSFFundingText]));
     w25.Position = 1;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w26.Position = 5;
     w26.Expand   = false;
     w26.Fill     = false;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w27.Position = 0;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     this.notebook1.ShowBorder  = false;
     this.notebook1.BorderWidth = ((uint)(2));
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.onlineResourcesNodeView                = new global::Gtk.NodeView();
     this.onlineResourcesNodeView.CanFocus       = true;
     this.onlineResourcesNodeView.Name           = "onlineResourcesNodeView";
     this.onlineResourcesNodeView.EnableSearch   = false;
     this.onlineResourcesNodeView.HeadersVisible = false;
     this.notebook1.Add(this.onlineResourcesNodeView);
     // Notebook tab
     this.labelOnlineResources                = new global::Gtk.Label();
     this.labelOnlineResources.Name           = "labelOnlineResources";
     this.labelOnlineResources.LabelProp      = global::Mono.Unix.Catalog.GetString("Online Resources");
     this.labelOnlineResources.WidthChars     = 18;
     this.labelOnlineResources.SingleLineMode = true;
     this.notebook1.SetTabLabel(this.onlineResourcesNodeView, this.labelOnlineResources);
     this.labelOnlineResources.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.videoTutorialsTreeView                = new global::Gtk.NodeView();
     this.videoTutorialsTreeView.CanFocus       = true;
     this.videoTutorialsTreeView.Name           = "videoTutorialsTreeView";
     this.videoTutorialsTreeView.EnableSearch   = false;
     this.videoTutorialsTreeView.HeadersVisible = false;
     this.notebook1.Add(this.videoTutorialsTreeView);
     global::Gtk.Notebook.NotebookChild w29 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.videoTutorialsTreeView]));
     w29.Position = 1;
     // Notebook tab
     this.labelVideoTutorials            = new global::Gtk.Label();
     this.labelVideoTutorials.Name       = "labelVideoTutorials";
     this.labelVideoTutorials.LabelProp  = global::Mono.Unix.Catalog.GetString("Video Tutorials");
     this.labelVideoTutorials.WidthChars = 18;
     this.notebook1.SetTabLabel(this.videoTutorialsTreeView, this.labelVideoTutorials);
     this.labelVideoTutorials.ShowAll();
     this.hbox1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.notebook1]));
     w30.Position = 1;
     this.mainVbox.Add(this.hbox1);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.hbox1]));
     w31.Position = 1;
     w31.Padding  = ((uint)(4));
     this.mainEventBox.Add(this.mainVbox);
     this.Add(this.mainEventBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Ejemplo n.º 55
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget EditWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.applyAction = new global::Gtk.Action("applyAction", null, null, "gtk-apply");
     w1.Add(this.applyAction, null);
     this.executeAction            = new global::Gtk.Action("executeAction", global::Mono.Unix.Catalog.GetString("Ejecutar"), global::Mono.Unix.Catalog.GetString("Ejecutar"), "gtk-execute");
     this.executeAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Ejecutar");
     w1.Add(this.executeAction, null);
     this.goBackAction            = new global::Gtk.Action("goBackAction", global::Mono.Unix.Catalog.GetString("Volver"), global::Mono.Unix.Catalog.GetString("Volver"), "gtk-go-back");
     this.goBackAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Volver");
     w1.Add(this.goBackAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "EditWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("SQL Script");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "stock_edit", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(3));
     this.Gravity        = ((global::Gdk.Gravity)(5));
     // Container child EditWindow.Gtk.Container+ContainerChild
     this.vboxMain_EW         = new global::Gtk.VBox();
     this.vboxMain_EW.Name    = "vboxMain_EW";
     this.vboxMain_EW.Spacing = 6;
     // Container child vboxMain_EW.Gtk.Box+BoxChild
     this.hboxEditTB_EW         = new global::Gtk.HBox();
     this.hboxEditTB_EW.Name    = "hboxEditTB_EW";
     this.hboxEditTB_EW.Spacing = 6;
     // Container child hboxEditTB_EW.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name='editTB1_EW'><toolitem name='executeAction' action='executeAction'/></toolbar></ui>");
     this.editTB1_EW           = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/editTB1_EW")));
     this.editTB1_EW.Name      = "editTB1_EW";
     this.editTB1_EW.ShowArrow = false;
     this.hboxEditTB_EW.Add(this.editTB1_EW);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hboxEditTB_EW [this.editTB1_EW]));
     w2.Position = 0;
     // Container child hboxEditTB_EW.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name='editTB3_EW'><toolitem name='goBackAction' action='goBackAction'/></toolbar></ui>");
     this.editTB3_EW           = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/editTB3_EW")));
     this.editTB3_EW.Name      = "editTB3_EW";
     this.editTB3_EW.ShowArrow = false;
     this.hboxEditTB_EW.Add(this.editTB3_EW);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxEditTB_EW [this.editTB3_EW]));
     w3.Position = 2;
     this.vboxMain_EW.Add(this.hboxEditTB_EW);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vboxMain_EW [this.hboxEditTB_EW]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vboxMain_EW.Gtk.Box+BoxChild
     this.GtkSWEdit_EW            = new global::Gtk.ScrolledWindow();
     this.GtkSWEdit_EW.Name       = "GtkSWEdit_EW";
     this.GtkSWEdit_EW.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkSWEdit_EW.Gtk.Container+ContainerChild
     this.textView_EW          = new global::Gtk.TextView();
     this.textView_EW.CanFocus = true;
     this.textView_EW.Name     = "textView_EW";
     this.GtkSWEdit_EW.Add(this.textView_EW);
     this.vboxMain_EW.Add(this.GtkSWEdit_EW);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vboxMain_EW [this.GtkSWEdit_EW]));
     w6.Position = 1;
     // Container child vboxMain_EW.Gtk.Box+BoxChild
     this.hboxEditBtn_EW         = new global::Gtk.HBox();
     this.hboxEditBtn_EW.Name    = "hboxEditBtn_EW";
     this.hboxEditBtn_EW.Spacing = 6;
     // Container child hboxEditBtn_EW.Gtk.Box+BoxChild
     this.btnCreate              = new global::Gtk.Button();
     this.btnCreate.CanFocus     = true;
     this.btnCreate.Name         = "btnCreate";
     this.btnCreate.UseUnderline = true;
     this.btnCreate.Label        = global::Mono.Unix.Catalog.GetString("CREATE");
     this.hboxEditBtn_EW.Add(this.btnCreate);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxEditBtn_EW [this.btnCreate]));
     w7.Position = 0;
     // Container child hboxEditBtn_EW.Gtk.Box+BoxChild
     this.btnDrop              = new global::Gtk.Button();
     this.btnDrop.CanFocus     = true;
     this.btnDrop.Name         = "btnDrop";
     this.btnDrop.UseUnderline = true;
     this.btnDrop.Label        = global::Mono.Unix.Catalog.GetString("DROP");
     this.hboxEditBtn_EW.Add(this.btnDrop);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hboxEditBtn_EW [this.btnDrop]));
     w8.Position = 1;
     // Container child hboxEditBtn_EW.Gtk.Box+BoxChild
     this.btnInsert              = new global::Gtk.Button();
     this.btnInsert.CanFocus     = true;
     this.btnInsert.Name         = "btnInsert";
     this.btnInsert.UseUnderline = true;
     this.btnInsert.Label        = global::Mono.Unix.Catalog.GetString("INSERT");
     this.hboxEditBtn_EW.Add(this.btnInsert);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxEditBtn_EW [this.btnInsert]));
     w9.Position = 2;
     // Container child hboxEditBtn_EW.Gtk.Box+BoxChild
     this.btnUpdate              = new global::Gtk.Button();
     this.btnUpdate.CanFocus     = true;
     this.btnUpdate.Name         = "btnUpdate";
     this.btnUpdate.UseUnderline = true;
     this.btnUpdate.Label        = global::Mono.Unix.Catalog.GetString("UPDATE");
     this.hboxEditBtn_EW.Add(this.btnUpdate);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hboxEditBtn_EW [this.btnUpdate]));
     w10.Position = 3;
     // Container child hboxEditBtn_EW.Gtk.Box+BoxChild
     this.btnDelete              = new global::Gtk.Button();
     this.btnDelete.CanFocus     = true;
     this.btnDelete.Name         = "btnDelete";
     this.btnDelete.UseUnderline = true;
     this.btnDelete.Label        = global::Mono.Unix.Catalog.GetString("DELETE");
     this.hboxEditBtn_EW.Add(this.btnDelete);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hboxEditBtn_EW [this.btnDelete]));
     w11.Position = 4;
     this.vboxMain_EW.Add(this.hboxEditBtn_EW);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vboxMain_EW [this.hboxEditBtn_EW]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.Add(this.vboxMain_EW);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 387;
     this.DefaultHeight = 300;
     this.Show();
     this.executeAction.Activated += new global::System.EventHandler(this.OnExecuteActionActivated);
     this.goBackAction.Activated  += new global::System.EventHandler(this.OnGoBackActionActivated);
     this.btnCreate.Clicked       += new global::System.EventHandler(this.OnBtnCreateClicked);
     this.btnDrop.Clicked         += new global::System.EventHandler(this.OnBtnDropClicked);
     this.btnInsert.Clicked       += new global::System.EventHandler(this.OnBtnInsertClicked);
     this.btnUpdate.Clicked       += new global::System.EventHandler(this.OnBtnUpdateClicked);
     this.btnDelete.Clicked       += new global::System.EventHandler(this.OnBtnDeleteClicked);
 }
Ejemplo n.º 56
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Extract Article Gtk Sample");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth    = ((uint)(12));
     // Container child 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.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("         Url:");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label2]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.txtUrl               = new global::Gtk.Entry();
     this.txtUrl.CanFocus      = true;
     this.txtUrl.Name          = "txtUrl";
     this.txtUrl.IsEditable    = true;
     this.txtUrl.InvisibleChar = '●';
     this.hbox1.Add(this.txtUrl);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.txtUrl]));
     w2.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("Extract");
     this.hbox1.Add(this.button1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.button1]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("       Title:");
     this.hbox3.Add(this.label4);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label4]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.txtTitle               = new global::Gtk.Entry();
     this.txtTitle.CanFocus      = true;
     this.txtTitle.Name          = "txtTitle";
     this.txtTitle.IsEditable    = true;
     this.txtTitle.InvisibleChar = '●';
     this.hbox3.Add(this.txtTitle);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.txtTitle]));
     w6.Position = 1;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("PubDate:");
     this.hbox5.Add(this.label6);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.label6]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.txtPubDate               = new global::Gtk.Entry();
     this.txtPubDate.CanFocus      = true;
     this.txtPubDate.Name          = "txtPubDate";
     this.txtPubDate.IsEditable    = true;
     this.txtPubDate.InvisibleChar = '●';
     this.hbox5.Add(this.txtPubDate);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.txtPubDate]));
     w9.Position = 1;
     this.vbox1.Add(this.hbox5);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox5]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.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.txtContent                  = new global::Gtk.TextView();
     this.txtContent.CanFocus         = true;
     this.txtContent.Name             = "txtContent";
     this.txtContent.WrapMode         = ((global::Gtk.WrapMode)(3));
     this.txtContent.PixelsBelowLines = 10;
     this.txtContent.LeftMargin       = 10;
     this.txtContent.RightMargin      = 10;
     this.GtkScrolledWindow.Add(this.txtContent);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w12.Position = 3;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 508;
     this.DefaultHeight = 366;
     this.Show();
     this.DeleteEvent     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.button1.Clicked += new global::System.EventHandler(this.OnButton1Clicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget OpenGraal.GraalIM.RCWindow
     this.Name           = "OpenGraal.GraalIM.RCWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("OpenGraal Remote Control 2013/06/03");
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("OpenGraal.GraalIM.Resources.rcicon.ico");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child OpenGraal.GraalIM.RCWindow.Gtk.Container+ContainerChild
     this.table2      = new global::Gtk.Table(((uint)(3)), ((uint)(1)), false);
     this.table2.Name = "table2";
     // Container child table2.Gtk.Table+TableChild
     this.entry1               = new global::Gtk.Entry();
     this.entry1.CanFocus      = true;
     this.entry1.Name          = "entry1";
     this.entry1.IsEditable    = true;
     this.entry1.InvisibleChar = '•';
     this.table2.Add(this.entry1);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table2 [this.entry1]));
     w1.TopAttach    = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview1                  = new global::Gtk.TextView();
     this.textview1.CanFocus         = true;
     this.textview1.Name             = "textview1";
     this.textview1.Editable         = false;
     this.textview1.WrapMode         = ((global::Gtk.WrapMode)(3));
     this.textview1.PixelsInsideWrap = 7;
     this.GtkScrolledWindow.Add(this.textview1);
     this.table2.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2 [this.GtkScrolledWindow]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     // Container child table2.Gtk.Table+TableChild
     this.table3 = new global::Gtk.Table(((uint)(2)), ((uint)(1)), false);
     this.table3.WidthRequest  = 476;
     this.table3.HeightRequest = 148;
     this.table3.Name          = "table3";
     // Container child table3.Gtk.Table+TableChild
     this.table4               = new global::Gtk.Table(((uint)(3)), ((uint)(7)), false);
     this.table4.Name          = "table4";
     this.table4.RowSpacing    = ((uint)(1));
     this.table4.ColumnSpacing = ((uint)(1));
     this.table4.BorderWidth   = ((uint)(5));
     // Container child table4.Gtk.Table+TableChild
     this.fixed2           = new global::Gtk.Fixed();
     this.fixed2.Name      = "fixed2";
     this.fixed2.HasWindow = false;
     this.table4.Add(this.fixed2);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table4 [this.fixed2]));
     w4.BottomAttach = ((uint)(3));
     w4.LeftAttach   = ((uint)(3));
     w4.RightAttach  = ((uint)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.image10            = new global::Gtk.Image();
     this.image10.CanDefault = true;
     this.image10.Name       = "image10";
     this.image10.Xalign     = 0F;
     this.image10.Yalign     = 0F;
     this.image10.Pixbuf     = global::Gdk.Pixbuf.LoadFromResource("OpenGraal.GraalIM.Resources.rc_images.rc_serveroptions_normal.png");
     this.table4.Add(this.image10);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table4 [this.image10]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach   = ((uint)(6));
     w5.RightAttach  = ((uint)(7));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.image11            = new global::Gtk.Image();
     this.image11.CanDefault = true;
     this.image11.Name       = "image11";
     this.image11.Xalign     = 0F;
     this.image11.Yalign     = 0F;
     this.image11.Pixbuf     = global::Gdk.Pixbuf.LoadFromResource("OpenGraal.GraalIM.Resources.rc_images.rc_accounts_normal.png");
     this.table4.Add(this.image11);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table4 [this.image11]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions    = ((global::Gtk.AttachOptions)(4));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.image12            = new global::Gtk.Image();
     this.image12.CanDefault = true;
     this.image12.Name       = "image12";
     this.image12.Xalign     = 0F;
     this.image12.Yalign     = 0F;
     this.image12.Pixbuf     = global::Gdk.Pixbuf.LoadFromResource("OpenGraal.GraalIM.Resources.rc_images.rc_toalls_normal.png");
     this.table4.Add(this.image12);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table4 [this.image12]));
     w7.LeftAttach  = ((uint)(2));
     w7.RightAttach = ((uint)(3));
     w7.XOptions    = ((global::Gtk.AttachOptions)(4));
     w7.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.image13            = new global::Gtk.Image();
     this.image13.CanDefault = true;
     this.image13.Name       = "image13";
     this.image13.Xalign     = 0F;
     this.image13.Yalign     = 0F;
     this.image13.Pixbuf     = global::Gdk.Pixbuf.LoadFromResource("OpenGraal.GraalIM.Resources.rc_images.rc_serverflags_normal.png");
     this.table4.Add(this.image13);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table4 [this.image13]));
     w8.LeftAttach  = ((uint)(5));
     w8.RightAttach = ((uint)(6));
     w8.XOptions    = ((global::Gtk.AttachOptions)(4));
     w8.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.image14            = new global::Gtk.Image();
     this.image14.CanDefault = true;
     this.image14.Name       = "image14";
     this.image14.Xalign     = 0F;
     this.image14.Yalign     = 0F;
     this.image14.Pixbuf     = global::Gdk.Pixbuf.LoadFromResource("OpenGraal.GraalIM.Resources.rc_images.rc_options_normal.png");
     this.table4.Add(this.image14);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table4 [this.image14]));
     w9.LeftAttach  = ((uint)(4));
     w9.RightAttach = ((uint)(5));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.image7            = new global::Gtk.Image();
     this.image7.CanDefault = true;
     this.image7.Name       = "image7";
     this.image7.Xalign     = 0F;
     this.image7.Yalign     = 0F;
     this.image7.Pixbuf     = global::Gdk.Pixbuf.LoadFromResource("OpenGraal.GraalIM.Resources.rc_images.rc_playerlist_normal.png");
     this.table4.Add(this.image7);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table4 [this.image7]));
     w10.XOptions = ((global::Gtk.AttachOptions)(0));
     w10.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table4.Gtk.Table+TableChild
     this.image8            = new global::Gtk.Image();
     this.image8.CanDefault = true;
     this.image8.Name       = "image8";
     this.image8.Xalign     = 1F;
     this.image8.Yalign     = 1F;
     this.image8.Pixbuf     = global::Gdk.Pixbuf.LoadFromResource("OpenGraal.GraalIM.Resources.rc_images.rc_folderoptions_normal.png");
     this.table4.Add(this.image8);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table4 [this.image8]));
     w11.LeftAttach  = ((uint)(6));
     w11.RightAttach = ((uint)(7));
     w11.XOptions    = ((global::Gtk.AttachOptions)(4));
     w11.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.image9            = new global::Gtk.Image();
     this.image9.CanDefault = true;
     this.image9.Name       = "image9";
     this.image9.Xalign     = 0F;
     this.image9.Yalign     = 0F;
     this.image9.Pixbuf     = global::Gdk.Pixbuf.LoadFromResource("OpenGraal.GraalIM.Resources.rc_images.rc_filebrowser_normal.png");
     this.table4.Add(this.image9);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table4 [this.image9]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(0));
     w12.YOptions     = ((global::Gtk.AttachOptions)(0));
     this.table3.Add(this.table4);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table3 [this.table4]));
     w13.YPadding = ((uint)(11));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     this.table2.Add(this.table3);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2 [this.table3]));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 476;
     this.DefaultHeight = 310;
     this.Show();
     this.ResizeChecked             += new global::System.EventHandler(this.OnResize);
     this.image7.ButtonPressEvent   += new global::Gtk.ButtonPressEventHandler(this.PlayerlistClicked);
     this.image7.Unmapped           += new global::System.EventHandler(this.OnImage7Unmapped);
     this.image7.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler(this.PlayerlistRelease);
 }
Ejemplo n.º 58
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.mainFixedContainer           = new global::Gtk.Fixed();
     this.mainFixedContainer.Name      = "mainFixedContainer";
     this.mainFixedContainer.HasWindow = false;
     // Container child mainFixedContainer.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.dumpTextView = new global::Gtk.TextView();
     this.dumpTextView.WidthRequest  = 600;
     this.dumpTextView.HeightRequest = 200;
     this.dumpTextView.CanFocus      = true;
     this.dumpTextView.Name          = "dumpTextView";
     this.dumpTextView.Editable      = false;
     this.GtkScrolledWindow.Add(this.dumpTextView);
     this.mainFixedContainer.Add(this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.mainFixedContainer[this.GtkScrolledWindow]));
     w2.X = 14;
     w2.Y = 286;
     // Container child mainFixedContainer.Gtk.Fixed+FixedChild
     this.testFrame = new global::Gtk.Frame();
     this.testFrame.WidthRequest     = 600;
     this.testFrame.HeightRequest    = 200;
     this.testFrame.Name             = "testFrame";
     this.testFrame.ShadowType       = ((global::Gtk.ShadowType)(0));
     this.drawingAreaLabel           = new global::Gtk.Label();
     this.drawingAreaLabel.Name      = "drawingAreaLabel";
     this.drawingAreaLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Drawing Area</b>");
     this.drawingAreaLabel.UseMarkup = true;
     this.testFrame.LabelWidget      = this.drawingAreaLabel;
     this.mainFixedContainer.Add(this.testFrame);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.mainFixedContainer[this.testFrame]));
     w3.X = 21;
     w3.Y = 76;
     // Container child mainFixedContainer.Gtk.Fixed+FixedChild
     this.testLabel           = new global::Gtk.Label();
     this.testLabel.Name      = "testLabel";
     this.testLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Test Suite");
     this.mainFixedContainer.Add(this.testLabel);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.mainFixedContainer[this.testLabel]));
     w4.X = 24;
     w4.Y = 30;
     // Container child mainFixedContainer.Gtk.Fixed+FixedChild
     this.testComboBox = global::Gtk.ComboBox.NewText();
     this.testComboBox.AppendText(global::Mono.Unix.Catalog.GetString("BitBlt"));
     this.testComboBox.AppendText(global::Mono.Unix.Catalog.GetString("LineTo"));
     this.testComboBox.AppendText(global::Mono.Unix.Catalog.GetString("PolylineTo"));
     this.testComboBox.AppendText(global::Mono.Unix.Catalog.GetString("Ellipse"));
     this.testComboBox.AppendText(global::Mono.Unix.Catalog.GetString("Polygon"));
     this.testComboBox.Name   = "testComboBox";
     this.testComboBox.Active = 0;
     this.mainFixedContainer.Add(this.testComboBox);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.mainFixedContainer[this.testComboBox]));
     w5.X = 79;
     w5.Y = 26;
     // Container child mainFixedContainer.Gtk.Fixed+FixedChild
     this.dumpButton              = new global::Gtk.Button();
     this.dumpButton.CanFocus     = true;
     this.dumpButton.Name         = "dumpButton";
     this.dumpButton.UseUnderline = true;
     this.dumpButton.Label        = global::Mono.Unix.Catalog.GetString("Dump");
     this.mainFixedContainer.Add(this.dumpButton);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.mainFixedContainer[this.dumpButton]));
     w6.X = 174;
     w6.Y = 23;
     this.Add(this.mainFixedContainer);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 664;
     this.DefaultHeight = 562;
     this.Show();
     this.DeleteEvent          += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.testComboBox.Changed += new global::System.EventHandler(this.OnTestComboBoxChanged);
     this.dumpButton.Clicked   += new global::System.EventHandler(this.OnDumpButtonClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget TraceLab.UI.GTK.ComponentInfoPanel
     global::Stetic.BinContainer.Attach(this);
     this.CanDefault = true;
     this.Name       = "TraceLab.UI.GTK.ComponentInfoPanel";
     // Container child TraceLab.UI.GTK.ComponentInfoPanel.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox();
     this.vbox1.WidthRequest = 600;
     this.vbox1.Name         = "vbox1";
     // Container child vbox1.Gtk.Box+BoxChild
     this.errorTextView               = new global::Gtk.TextView();
     this.errorTextView.CanFocus      = true;
     this.errorTextView.Name          = "errorTextView";
     this.errorTextView.Editable      = false;
     this.errorTextView.CursorVisible = false;
     this.errorTextView.AcceptsTab    = false;
     this.errorTextView.Justification = ((global::Gtk.Justification)(3));
     this.errorTextView.WrapMode      = ((global::Gtk.WrapMode)(2));
     this.errorTextView.LeftMargin    = 3;
     this.errorTextView.RightMargin   = 3;
     this.vbox1.Add(this.errorTextView);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.errorTextView]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     w1.Padding  = ((uint)(3));
     // Container child vbox1.Gtk.Box+BoxChild
     this.IOExpander          = new global::Gtk.Expander(null);
     this.IOExpander.CanFocus = true;
     this.IOExpander.Name     = "IOExpander";
     // Container child IOExpander.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.inputView          = new global::Gtk.NodeView();
     this.inputView.CanFocus = true;
     this.inputView.Name     = "inputView";
     this.vbox2.Add(this.inputView);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.inputView]));
     w2.Position = 0;
     w2.Expand   = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.outputView          = new global::Gtk.NodeView();
     this.outputView.CanFocus = true;
     this.outputView.Name     = "outputView";
     this.vbox2.Add(this.outputView);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.outputView]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     this.IOExpander.Add(this.vbox2);
     this.IOExpanderLabel              = new global::Gtk.Label();
     this.IOExpanderLabel.Name         = "IOExpanderLabel";
     this.IOExpanderLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Input/Output");
     this.IOExpanderLabel.UseUnderline = true;
     this.IOExpander.LabelWidget       = this.IOExpanderLabel;
     this.vbox1.Add(this.IOExpander);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.IOExpander]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.configurationExpander                   = new global::Gtk.Expander(null);
     this.configurationExpander.CanFocus          = true;
     this.configurationExpander.Name              = "configurationExpander";
     this.configurationExpanderLabel              = new global::Gtk.Label();
     this.configurationExpanderLabel.Name         = "configurationExpanderLabel";
     this.configurationExpanderLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Configuration");
     this.configurationExpanderLabel.UseUnderline = true;
     this.configurationExpander.LabelWidget       = this.configurationExpanderLabel;
     this.vbox1.Add(this.configurationExpander);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.configurationExpander]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.componentInfoExpander          = new global::Gtk.Expander(null);
     this.componentInfoExpander.CanFocus = true;
     this.componentInfoExpander.Name     = "componentInfoExpander";
     // Container child componentInfoExpander.Gtk.Container+ContainerChild
     this.infoTable               = new global::Gtk.Table(((uint)(5)), ((uint)(2)), false);
     this.infoTable.Name          = "infoTable";
     this.infoTable.RowSpacing    = ((uint)(6));
     this.infoTable.ColumnSpacing = ((uint)(6));
     // Container child infoTable.Gtk.Table+TableChild
     this.authorLbl           = new global::Gtk.Label();
     this.authorLbl.Name      = "authorLbl";
     this.authorLbl.Xpad      = 3;
     this.authorLbl.Ypad      = 2;
     this.authorLbl.Xalign    = 0F;
     this.authorLbl.Yalign    = 0F;
     this.authorLbl.LabelProp = global::Mono.Unix.Catalog.GetString("Author:");
     this.infoTable.Add(this.authorLbl);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.infoTable [this.authorLbl]));
     w7.TopAttach    = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.Gtk.Table+TableChild
     this.authorValue        = new global::Gtk.Label();
     this.authorValue.Name   = "authorValue";
     this.authorValue.Xpad   = 3;
     this.authorValue.Ypad   = 2;
     this.authorValue.Xalign = 0F;
     this.authorValue.Yalign = 0F;
     this.infoTable.Add(this.authorValue);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.infoTable [this.authorValue]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.Gtk.Table+TableChild
     this.componentLabelLbl           = new global::Gtk.Label();
     this.componentLabelLbl.Name      = "componentLabelLbl";
     this.componentLabelLbl.Xpad      = 3;
     this.componentLabelLbl.Ypad      = 2;
     this.componentLabelLbl.Xalign    = 0F;
     this.componentLabelLbl.Yalign    = 0F;
     this.componentLabelLbl.LabelProp = global::Mono.Unix.Catalog.GetString("Label:");
     this.infoTable.Add(this.componentLabelLbl);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.infoTable [this.componentLabelLbl]));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.Gtk.Table+TableChild
     this.componentLabelValue               = new global::Gtk.Entry();
     this.componentLabelValue.CanFocus      = true;
     this.componentLabelValue.Name          = "componentLabelValue";
     this.componentLabelValue.IsEditable    = true;
     this.componentLabelValue.InvisibleChar = '●';
     this.infoTable.Add(this.componentLabelValue);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.infoTable [this.componentLabelValue]));
     w10.LeftAttach  = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.XPadding    = ((uint)(20));
     w10.XOptions    = ((global::Gtk.AttachOptions)(4));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.Gtk.Table+TableChild
     this.componentNameLbl           = new global::Gtk.Label();
     this.componentNameLbl.Name      = "componentNameLbl";
     this.componentNameLbl.Xpad      = 3;
     this.componentNameLbl.Ypad      = 2;
     this.componentNameLbl.Xalign    = 0F;
     this.componentNameLbl.Yalign    = 0F;
     this.componentNameLbl.LabelProp = global::Mono.Unix.Catalog.GetString("Component:");
     this.infoTable.Add(this.componentNameLbl);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.infoTable [this.componentNameLbl]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.Gtk.Table+TableChild
     this.componentNameValue        = new global::Gtk.Label();
     this.componentNameValue.Name   = "componentNameValue";
     this.componentNameValue.Xpad   = 3;
     this.componentNameValue.Ypad   = 2;
     this.componentNameValue.Xalign = 0F;
     this.componentNameValue.Yalign = 0F;
     this.infoTable.Add(this.componentNameValue);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.infoTable [this.componentNameValue]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.Gtk.Table+TableChild
     this.descriptionLbl           = new global::Gtk.Label();
     this.descriptionLbl.Name      = "descriptionLbl";
     this.descriptionLbl.Xpad      = 3;
     this.descriptionLbl.Ypad      = 2;
     this.descriptionLbl.Xalign    = 0F;
     this.descriptionLbl.Yalign    = 0F;
     this.descriptionLbl.LabelProp = global::Mono.Unix.Catalog.GetString("Description:");
     this.infoTable.Add(this.descriptionLbl);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.infoTable [this.descriptionLbl]));
     w13.TopAttach    = ((uint)(4));
     w13.BottomAttach = ((uint)(5));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.Gtk.Table+TableChild
     this.descriptionValue = new global::Gtk.Label();
     this.descriptionValue.WidthRequest = 500;
     this.descriptionValue.Name         = "descriptionValue";
     this.descriptionValue.Xpad         = 3;
     this.descriptionValue.Ypad         = 2;
     this.descriptionValue.Xalign       = 0F;
     this.descriptionValue.Yalign       = 0F;
     this.descriptionValue.Wrap         = true;
     this.infoTable.Add(this.descriptionValue);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.infoTable [this.descriptionValue]));
     w14.TopAttach    = ((uint)(4));
     w14.BottomAttach = ((uint)(5));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.Gtk.Table+TableChild
     this.versionLbl           = new global::Gtk.Label();
     this.versionLbl.Name      = "versionLbl";
     this.versionLbl.Xpad      = 3;
     this.versionLbl.Ypad      = 2;
     this.versionLbl.Xalign    = 0F;
     this.versionLbl.Yalign    = 0F;
     this.versionLbl.LabelProp = global::Mono.Unix.Catalog.GetString("Version:");
     this.infoTable.Add(this.versionLbl);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.infoTable [this.versionLbl]));
     w15.TopAttach    = ((uint)(2));
     w15.BottomAttach = ((uint)(3));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child infoTable.Gtk.Table+TableChild
     this.versionValue        = new global::Gtk.Label();
     this.versionValue.Name   = "versionValue";
     this.versionValue.Xpad   = 3;
     this.versionValue.Ypad   = 2;
     this.versionValue.Xalign = 0F;
     this.versionValue.Yalign = 0F;
     this.infoTable.Add(this.versionValue);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.infoTable [this.versionValue]));
     w16.TopAttach    = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.componentInfoExpander.Add(this.infoTable);
     this.componentInfoExpanderLabel              = new global::Gtk.Label();
     this.componentInfoExpanderLabel.Name         = "componentInfoExpanderLabel";
     this.componentInfoExpanderLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Component Info");
     this.componentInfoExpanderLabel.UseUnderline = true;
     this.componentInfoExpander.LabelWidget       = this.componentInfoExpanderLabel;
     this.vbox1.Add(this.componentInfoExpander);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.componentInfoExpander]));
     w18.Position = 3;
     w18.Expand   = false;
     w18.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.errorTextView.Hide();
     this.Hide();
     this.IOExpander.Activated            += new global::System.EventHandler(this.OnIOExpanderActivated);
     this.configurationExpander.Activated += new global::System.EventHandler(this.OnConfigurationExpanderActivated);
     this.componentInfoExpander.Activated += new global::System.EventHandler(this.OnComponentInfoExpanderActivated);
     this.componentLabelValue.Changed     += new global::System.EventHandler(this.HandleComponentLabelChanged);
 }
Ejemplo n.º 60
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.DateiAction            = new global::Gtk.Action("DateiAction", global::Mono.Unix.Catalog.GetString("Datei"), null, null);
     this.DateiAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Datei");
     w1.Add(this.DateiAction, null);
     this.newAction            = new global::Gtk.Action("newAction", global::Mono.Unix.Catalog.GetString("Neu"), null, "gtk-new");
     this.newAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Neu");
     w1.Add(this.newAction, null);
     this.openAction            = new global::Gtk.Action("openAction", global::Mono.Unix.Catalog.GetString("Öffnen"), null, "gtk-open");
     this.openAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Öffnen");
     w1.Add(this.openAction, null);
     this.saveAction            = new global::Gtk.Action("saveAction", global::Mono.Unix.Catalog.GetString("Speichern"), null, "gtk-save");
     this.saveAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Speichern");
     w1.Add(this.saveAction, null);
     this.saveAsAction             = new global::Gtk.Action("saveAsAction", global::Mono.Unix.Catalog.GetString("Speichern unter"), null, "gtk-save-as");
     this.saveAsAction.HideIfEmpty = false;
     this.saveAsAction.ShortLabel  = global::Mono.Unix.Catalog.GetString("Speichern unter");
     w1.Add(this.saveAsAction, "<Primary><Alt>s");
     this.closeAction            = new global::Gtk.Action("closeAction", global::Mono.Unix.Catalog.GetString("Schließen"), null, "gtk-close");
     this.closeAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Schließen");
     w1.Add(this.closeAction, "<Primary>e");
     this.quitAction            = new global::Gtk.Action("quitAction", global::Mono.Unix.Catalog.GetString("Beenden"), null, "gtk-quit");
     this.quitAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Beenden");
     w1.Add(this.quitAction, null);
     this.BearbeitenAction            = new global::Gtk.Action("BearbeitenAction", global::Mono.Unix.Catalog.GetString("Bearbeiten"), null, null);
     this.BearbeitenAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Bearbeiten");
     w1.Add(this.BearbeitenAction, null);
     this.SaveRegex            = new global::Gtk.Action("SaveRegex", null, null, "gtk-save");
     this.SaveRegex.ShortLabel = global::Mono.Unix.Catalog.GetString("Save");
     w1.Add(this.SaveRegex, null);
     this.CloseRegex            = new global::Gtk.Action("CloseRegex", null, null, "gtk-close");
     this.CloseRegex.ShortLabel = global::Mono.Unix.Catalog.GetString("Close");
     w1.Add(this.CloseRegex, null);
     this.SaveRegexOtherFileName            = new global::Gtk.Action("SaveRegexOtherFileName", null, null, "gtk-save-as");
     this.SaveRegexOtherFileName.ShortLabel = global::Mono.Unix.Catalog.GetString("Save as");
     w1.Add(this.SaveRegexOtherFileName, null);
     this.newAction1            = new global::Gtk.Action("newAction1", null, null, "gtk-new");
     this.newAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Neu");
     w1.Add(this.newAction1, null);
     this.OpenRegex            = new global::Gtk.Action("OpenRegex", null, null, "gtk-open");
     this.OpenRegex.ShortLabel = global::Mono.Unix.Catalog.GetString("Open");
     w1.Add(this.OpenRegex, null);
     this.undoAction            = new global::Gtk.Action("undoAction", null, null, "gtk-undo");
     this.undoAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Undo");
     w1.Add(this.undoAction, null);
     this.redoAction            = new global::Gtk.Action("redoAction", null, null, "gtk-redo");
     this.redoAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Redo");
     w1.Add(this.redoAction, null);
     this.cutAction            = new global::Gtk.Action("cutAction", null, null, "gtk-cut");
     this.cutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Cut");
     w1.Add(this.cutAction, null);
     this.copyAction            = new global::Gtk.Action("copyAction", null, null, "gtk-copy");
     this.copyAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Copy");
     w1.Add(this.copyAction, null);
     this.pasteAction            = new global::Gtk.Action("pasteAction", null, null, "gtk-paste");
     this.pasteAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Paste");
     w1.Add(this.pasteAction, null);
     this.Execute            = new global::Gtk.Action("Execute", global::Mono.Unix.Catalog.GetString("Ausführen"), null, "gtk-media-play");
     this.Execute.ShortLabel = global::Mono.Unix.Catalog.GetString("Ausführen");
     w1.Add(this.Execute, null);
     this.clearAction            = new global::Gtk.Action("clearAction", null, null, "gtk-clear");
     this.clearAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Clear");
     w1.Add(this.clearAction, null);
     this.Library            = new global::Gtk.Action("Library", global::Mono.Unix.Catalog.GetString("Bibliothek"), null, "gtk-select-all");
     this.Library.ShortLabel = global::Mono.Unix.Catalog.GetString("Library");
     w1.Add(this.Library, null);
     this.separatorAction = new global::Gtk.Action("separatorAction", null, null, "gtk-separator");
     w1.Add(this.separatorAction, null);
     this.undoAction1            = new global::Gtk.Action("undoAction1", global::Mono.Unix.Catalog.GetString("Rückgängig"), null, "gtk-undo");
     this.undoAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("_Undo");
     w1.Add(this.undoAction1, "<Primary>z");
     this.redoAction1            = new global::Gtk.Action("redoAction1", global::Mono.Unix.Catalog.GetString("Wiederholen"), null, "gtk-redo");
     this.redoAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("_Redo");
     w1.Add(this.redoAction1, "<Primary>w");
     this.cutAction1            = new global::Gtk.Action("cutAction1", global::Mono.Unix.Catalog.GetString("Ausschneiden"), null, "gtk-cut");
     this.cutAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Cu_t");
     w1.Add(this.cutAction1, null);
     this.copyAction1            = new global::Gtk.Action("copyAction1", global::Mono.Unix.Catalog.GetString("Kopieren"), null, "gtk-copy");
     this.copyAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("_Copy");
     w1.Add(this.copyAction1, null);
     this.pasteAction1            = new global::Gtk.Action("pasteAction1", global::Mono.Unix.Catalog.GetString("Einfügen"), null, "gtk-paste");
     this.pasteAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("_Paste");
     w1.Add(this.pasteAction1, null);
     this.RegexAction            = new global::Gtk.Action("RegexAction", global::Mono.Unix.Catalog.GetString("Regex"), null, null);
     this.RegexAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Regex");
     w1.Add(this.RegexAction, null);
     this.mediaPlayAction            = new global::Gtk.Action("mediaPlayAction", global::Mono.Unix.Catalog.GetString("RunParser"), null, "gtk-media-play");
     this.mediaPlayAction.ShortLabel = global::Mono.Unix.Catalog.GetString("RunParser");
     w1.Add(this.mediaPlayAction, "<Primary>space");
     this.ExtrasAction            = new global::Gtk.Action("ExtrasAction", global::Mono.Unix.Catalog.GetString("Extras"), null, null);
     this.ExtrasAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Extras");
     w1.Add(this.ExtrasAction, null);
     this.propertiesAction            = new global::Gtk.Action("propertiesAction", global::Mono.Unix.Catalog.GetString("_Properties"), null, "gtk-properties");
     this.propertiesAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Properties");
     w1.Add(this.propertiesAction, null);
     this.HilfeAction            = new global::Gtk.Action("HilfeAction", global::Mono.Unix.Catalog.GetString("Hilfe"), null, null);
     this.HilfeAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Hilfe");
     w1.Add(this.HilfeAction, null);
     this.cancelAction            = new global::Gtk.Action("cancelAction", global::Mono.Unix.Catalog.GetString("Fehler melden"), null, "gtk-cancel");
     this.cancelAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Fehler melden");
     w1.Add(this.cancelAction, "<Primary>b");
     this.aboutAction            = new global::Gtk.Action("aboutAction", global::Mono.Unix.Catalog.GetString("Info"), null, "gtk-about");
     this.aboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_About");
     w1.Add(this.aboutAction, "<Primary>i");
     this.preferencesAction            = new global::Gtk.Action("preferencesAction", global::Mono.Unix.Catalog.GetString("Einstellungen"), null, "gtk-preferences");
     this.preferencesAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Properties");
     w1.Add(this.preferencesAction, "<Primary>p");
     this.selectAllAction            = new global::Gtk.Action("selectAllAction", global::Mono.Unix.Catalog.GetString("LibraryMenu"), null, "gtk-select-all");
     this.selectAllAction.ShortLabel = global::Mono.Unix.Catalog.GetString("LibraryMenu");
     w1.Add(this.selectAllAction, "<Primary>l");
     this.spellCheckAction            = new global::Gtk.Action("spellCheckAction", global::Mono.Unix.Catalog.GetString("_Spell Check"), null, "gtk-spell-check");
     this.spellCheckAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Spell Check");
     w1.Add(this.spellCheckAction, null);
     this.aboutAction1            = new global::Gtk.Action("aboutAction1", global::Mono.Unix.Catalog.GetString("Info"), null, "gtk-about");
     this.aboutAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Info");
     w1.Add(this.aboutAction1, null);
     this.ExportAction            = new global::Gtk.Action("ExportAction", global::Mono.Unix.Catalog.GetString("Export"), null, null);
     this.ExportAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Export");
     w1.Add(this.ExportAction, null);
     this.Action = new global::Gtk.Action("Action", null, null, null);
     w1.Add(this.Action, null);
     this.convertAction            = new global::Gtk.Action("convertAction", global::Mono.Unix.Catalog.GetString("Exportieren"), null, "gtk-convert");
     this.convertAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Exportieren");
     w1.Add(this.convertAction, null);
     this.NurTextTxtAction            = new global::Gtk.Action("NurTextTxtAction", global::Mono.Unix.Catalog.GetString("Nur Text (*.txt)"), null, null);
     this.NurTextTxtAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Nur Text (*.txt)");
     w1.Add(this.NurTextTxtAction, "<Primary><Alt>t");
     this.HypertextHtmlAction            = new global::Gtk.Action("HypertextHtmlAction", global::Mono.Unix.Catalog.GetString("Hypertext (*.html)"), null, null);
     this.HypertextHtmlAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Hypertext (*.html)");
     w1.Add(this.HypertextHtmlAction, "<Primary><Alt>h");
     this.KommaGetrenntCsvAction            = new global::Gtk.Action("KommaGetrenntCsvAction", global::Mono.Unix.Catalog.GetString("Komma - getrennt (*.csv)"), null, null);
     this.KommaGetrenntCsvAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Komma - getrennt (*.csv)");
     w1.Add(this.KommaGetrenntCsvAction, "<Primary><Alt>c");
     this.preferencesAction1            = new global::Gtk.Action("preferencesAction1", null, null, "gtk-preferences");
     this.preferencesAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Preferences");
     w1.Add(this.preferencesAction1, null);
     this.berDieseVersionAction            = new global::Gtk.Action("berDieseVersionAction", global::Mono.Unix.Catalog.GetString("Über diese Version"), null, null);
     this.berDieseVersionAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Über diese Version");
     w1.Add(this.berDieseVersionAction, null);
     this.dialogQuestionAction            = new global::Gtk.Action("dialogQuestionAction", global::Mono.Unix.Catalog.GetString("Über diese Version"), null, "gtk-dialog-question");
     this.dialogQuestionAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Über diese Version");
     w1.Add(this.dialogQuestionAction, "<Primary>y");
     this.connectAction            = new global::Gtk.Action("connectAction", global::Mono.Unix.Catalog.GetString("Web"), null, "gtk-connect");
     this.connectAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Web");
     w1.Add(this.connectAction, "<Primary><Alt>i");
     this.clearAction1            = new global::Gtk.Action("clearAction1", global::Mono.Unix.Catalog.GetString("Leeren"), null, "gtk-clear");
     this.clearAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Leeren");
     w1.Add(this.clearAction1, "<Primary><Alt><Mod4><Super>c");
     this.saveAsAction2            = new global::Gtk.Action("saveAsAction2", global::Mono.Unix.Catalog.GetString("Kopie speichern unter"), null, "gtk-save-as");
     this.saveAsAction2.ShortLabel = global::Mono.Unix.Catalog.GetString("Kopie speichern unter");
     w1.Add(this.saveAsAction2, "<Primary>k");
     this.printAction            = new global::Gtk.Action("printAction", global::Mono.Unix.Catalog.GetString("Drucken"), null, "gtk-print");
     this.printAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Drucken");
     w1.Add(this.printAction, null);
     this.selectFontAction            = new global::Gtk.Action("selectFontAction", global::Mono.Unix.Catalog.GetString("Tastenkombinationen"), null, "gtk-select-font");
     this.selectFontAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Tastenkombinationen");
     w1.Add(this.selectFontAction, "<Primary><Alt>k");
     this.restore            = new global::Gtk.Action("restore", global::Mono.Unix.Catalog.GetString("Ausdrücke wiederherstellen"), null, "gtk-undelete");
     this.restore.ShortLabel = global::Mono.Unix.Catalog.GetString("Ausdrücke wiederherstellen");
     w1.Add(this.restore, "<Primary><Alt>u");
     this.homeAction            = new global::Gtk.Action("homeAction", global::Mono.Unix.Catalog.GetString("Start"), null, "gtk-home");
     this.homeAction.Sensitive  = false;
     this.homeAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Willkommensseite");
     w1.Add(this.homeAction, null);
     this.mediaPlayAction1            = new global::Gtk.Action("mediaPlayAction1", global::Mono.Unix.Catalog.GetString("Run"), null, "gtk-media-play");
     this.mediaPlayAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Run");
     w1.Add(this.mediaPlayAction1, "<Primary>space");
     this.quitAction1            = new global::Gtk.Action("quitAction1", global::Mono.Unix.Catalog.GetString("Beenden"), null, "gtk-quit");
     this.quitAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Beenden");
     w1.Add(this.quitAction1, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("Terminus.bin.Debug.Boot.Images.Programm.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth    = ((uint)(2));
     // Container child 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.UIManager.AddUiFromString("<ui><menubar name='menubar1'><menu name='DateiAction' action='DateiAction'><menuitem name='newAction' action='newAction'/><menuitem name='openAction' action='openAction'/><menuitem name='saveAction' action='saveAction'/><menuitem name='saveAsAction' action='saveAsAction'/><menuitem name='saveAsAction2' action='saveAsAction2'/><menuitem name='closeAction' action='closeAction'/><menuitem name='quitAction1' action='quitAction1'/></menu><menu name='BearbeitenAction' action='BearbeitenAction'><menuitem name='undoAction1' action='undoAction1'/><menuitem name='redoAction1' action='redoAction1'/><menuitem name='cutAction1' action='cutAction1'/><menuitem name='copyAction1' action='copyAction1'/><menuitem name='pasteAction1' action='pasteAction1'/><menuitem name='preferencesAction' action='preferencesAction'/></menu><menu name='RegexAction' action='RegexAction'><menuitem name='mediaPlayAction1' action='mediaPlayAction1'/><menu name='convertAction' action='convertAction'><menuitem name='NurTextTxtAction' action='NurTextTxtAction'/><menuitem name='HypertextHtmlAction' action='HypertextHtmlAction'/><menuitem name='KommaGetrenntCsvAction' action='KommaGetrenntCsvAction'/></menu><menuitem name='clearAction1' action='clearAction1'/></menu><menu name='ExtrasAction' action='ExtrasAction'><menuitem name='selectAllAction' action='selectAllAction'/><menuitem name='restore' action='restore'/></menu><menu name='HilfeAction' action='HilfeAction'><menuitem name='connectAction' action='connectAction'/><menuitem name='selectFontAction' action='selectFontAction'/><menuitem name='cancelAction' action='cancelAction'/><menuitem name='aboutAction' action='aboutAction'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name='toolbar1'><toolitem name='newAction1' action='newAction1'/><toolitem name='OpenRegex' action='OpenRegex'/><toolitem name='SaveRegex' action='SaveRegex'/><toolitem name='SaveRegexOtherFileName' action='SaveRegexOtherFileName'/><toolitem name='CloseRegex' action='CloseRegex'/><separator/><toolitem name='undoAction' action='undoAction'/><toolitem name='redoAction' action='redoAction'/><separator/><toolitem name='Execute' action='Execute'/><toolitem name='clearAction' action='clearAction'/><separator/><toolitem name='cutAction' action='cutAction'/><toolitem name='copyAction' action='copyAction'/><toolitem name='pasteAction' action='pasteAction'/><separator/><toolitem name='Library' action='Library'/><separator/><toolitem name='preferencesAction1' action='preferencesAction1'/><toolitem name='aboutAction1' action='aboutAction1'/></toolbar></ui>");
     this.toolbar1              = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar1")));
     this.toolbar1.Name         = "toolbar1";
     this.toolbar1.ShowArrow    = false;
     this.toolbar1.ToolbarStyle = ((global::Gtk.ToolbarStyle)(2));
     this.toolbar1.IconSize     = ((global::Gtk.IconSize)(4));
     this.vbox1.Add(this.toolbar1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar1]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = -1;
     this.notebook1.ShowBorder  = false;
     this.notebook1.Scrollable  = true;
     this.vbox1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebook1]));
     w4.Position = 2;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.expander3          = new global::Gtk.Expander(null);
     this.expander3.CanFocus = true;
     this.expander3.Name     = "expander3";
     // Container child expander3.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.IgnoreCase = new global::Gtk.CheckButton();
     this.IgnoreCase.TooltipMarkup = "Die Groß- und Kleinschreibung Ihres Ausdrucks wird ignoriert.\nBeispiel: \"test\" trifft auch auf \"TEST\" zu.";
     this.IgnoreCase.CanFocus      = true;
     this.IgnoreCase.Name          = "IgnoreCase";
     this.IgnoreCase.Label         = global::Mono.Unix.Catalog.GetString("Groß- /Kleinschreibung ignorieren.");
     this.IgnoreCase.DrawIndicator = true;
     this.IgnoreCase.UseUnderline  = true;
     this.vbox3.Add(this.IgnoreCase);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.IgnoreCase]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.ExplicitCapture = new global::Gtk.CheckButton();
     this.ExplicitCapture.TooltipMarkup = "Die Datenquelle muss genau auf den Ausdruck übereinstimmen.";
     this.ExplicitCapture.CanFocus      = true;
     this.ExplicitCapture.Name          = "ExplicitCapture";
     this.ExplicitCapture.Label         = global::Mono.Unix.Catalog.GetString("Explicit Capture");
     this.ExplicitCapture.DrawIndicator = true;
     this.ExplicitCapture.UseUnderline  = true;
     this.vbox3.Add(this.ExplicitCapture);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.ExplicitCapture]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.IgnorePatternWhitespace = new global::Gtk.CheckButton();
     this.IgnorePatternWhitespace.TooltipMarkup = "Leerzeichen werden im Ausdruck/ Datenquelle ignoriert.";
     this.IgnorePatternWhitespace.CanFocus      = true;
     this.IgnorePatternWhitespace.Name          = "IgnorePatternWhitespace";
     this.IgnorePatternWhitespace.Label         = global::Mono.Unix.Catalog.GetString("Leerzeichen ignorieren");
     this.IgnorePatternWhitespace.DrawIndicator = true;
     this.IgnorePatternWhitespace.UseUnderline  = true;
     this.vbox3.Add(this.IgnorePatternWhitespace);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.IgnorePatternWhitespace]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.radiobutton1 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Alle Ergebnisse anzeigen"));
     this.radiobutton1.TooltipMarkup = "Alle aus dem Ausdruck resultierenden Ergebnisse anzeigen";
     this.radiobutton1.CanFocus      = true;
     this.radiobutton1.Name          = "radiobutton1";
     this.radiobutton1.DrawIndicator = true;
     this.radiobutton1.UseUnderline  = true;
     this.radiobutton1.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox1.Add(this.radiobutton1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.radiobutton1]));
     w8.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.radiobutton2 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Nur nicht gruppierte Ergebnisse"));
     this.radiobutton2.TooltipMarkup = "Nur Ergebnisse präsentieren, die nicht in eine Gruppe eingeordnet sind.";
     this.radiobutton2.CanFocus      = true;
     this.radiobutton2.Name          = "radiobutton2";
     this.radiobutton2.DrawIndicator = true;
     this.radiobutton2.UseUnderline  = true;
     this.radiobutton2.Group         = this.radiobutton1.Group;
     this.hbox1.Add(this.radiobutton2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.radiobutton2]));
     w9.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.radiobutton3 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Nur Gruppen"));
     this.radiobutton3.TooltipMarkup = "Nur Ergebnisse einblenden, die aus Gruppen resultieren.";
     this.radiobutton3.CanFocus      = true;
     this.radiobutton3.Name          = "radiobutton3";
     this.radiobutton3.DrawIndicator = true;
     this.radiobutton3.UseUnderline  = true;
     this.radiobutton3.Group         = this.radiobutton1.Group;
     this.hbox1.Add(this.radiobutton3);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.radiobutton3]));
     w10.Position = 2;
     this.vbox3.Add(this.hbox1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox1]));
     w11.Position = 4;
     w11.Expand   = false;
     w11.Fill     = false;
     this.expander3.Add(this.vbox3);
     this.GtkLabel26              = new global::Gtk.Label();
     this.GtkLabel26.Name         = "GtkLabel26";
     this.GtkLabel26.LabelProp    = global::Mono.Unix.Catalog.GetString("Verarbeitungsoptionen");
     this.GtkLabel26.UseUnderline = true;
     this.expander3.LabelWidget   = this.GtkLabel26;
     this.vbox2.Add(this.expander3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.expander3]));
     w13.Position = 0;
     w13.Expand   = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.expander1          = new global::Gtk.Expander(null);
     this.expander1.CanFocus = true;
     this.expander1.Name     = "expander1";
     this.expander1.Expanded = true;
     // Container child expander1.Gtk.Container+ContainerChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.Output = new global::Gtk.TextView();
     this.Output.HeightRequest = 111;
     this.Output.CanFocus      = true;
     this.Output.Name          = "Output";
     this.Output.WrapMode      = ((global::Gtk.WrapMode)(3));
     this.GtkScrolledWindow.Add(this.Output);
     this.expander1.Add(this.GtkScrolledWindow);
     this.GtkLabel27              = new global::Gtk.Label();
     this.GtkLabel27.Name         = "GtkLabel27";
     this.GtkLabel27.LabelProp    = global::Mono.Unix.Catalog.GetString("Ergebnis(se)");
     this.GtkLabel27.UseUnderline = true;
     this.expander1.LabelWidget   = this.GtkLabel27;
     this.vbox2.Add(this.expander1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.expander1]));
     w16.Position = 1;
     w16.Expand   = false;
     this.vbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox2]));
     w17.Position = 3;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.cStatusLabele        = new global::Gtk.Label();
     this.cStatusLabele.Name   = "cStatusLabele";
     this.cStatusLabele.Xpad   = 3;
     this.cStatusLabele.Xalign = 0F;
     this.vbox1.Add(this.cStatusLabele);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.cStatusLabele]));
     w18.Position = 4;
     w18.Expand   = false;
     w18.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 935;
     this.DefaultHeight = 500;
     this.Show();
     this.DeleteEvent                      += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.newAction.Activated              += new global::System.EventHandler(this.OnNewActionActivated);
     this.closeAction.Activated            += new global::System.EventHandler(this.OnCloseActionActivated);
     this.quitAction.Activated             += new global::System.EventHandler(this.OnQuitActionActivated);
     this.SaveRegex.Activated              += new global::System.EventHandler(this.OnSaveAction1Activated);
     this.CloseRegex.Activated             += new global::System.EventHandler(this.OnCloseAction1Activated);
     this.SaveRegexOtherFileName.Activated += new global::System.EventHandler(this.OnSaveAsAction1Activated);
     this.OpenRegex.Activated              += new global::System.EventHandler(this.OnOpenAction1Activated);
     this.undoAction.Activated             += new global::System.EventHandler(this.OnUndoActionActivated);
     this.redoAction.Activated             += new global::System.EventHandler(this.OnRedoActionActivated);
     this.Execute.Activated                += new global::System.EventHandler(this.OnExecuteActionActivated);
     this.clearAction.Activated            += new global::System.EventHandler(this.OnClearActionActivated);
     this.cutAction1.Activated             += new global::System.EventHandler(this.OnCutAction1Activated);
     this.copyAction1.Activated            += new global::System.EventHandler(this.OnCopyAction1Activated);
     this.pasteAction1.Activated           += new global::System.EventHandler(this.OnPasteAction1Activated);
     this.cancelAction.Activated           += new global::System.EventHandler(this.OnCancelActionActivated);
     this.aboutAction.Activated            += new global::System.EventHandler(this.OnAboutActionActivated);
     this.preferencesAction.Activated      += new global::System.EventHandler(this.OnPreferencesActionActivated);
     this.selectAllAction.Activated        += new global::System.EventHandler(this.OnSelectAllActionActivated);
     this.spellCheckAction.Activated       += new global::System.EventHandler(this.OnSpellCheckActionActivated);
     this.NurTextTxtAction.Activated       += new global::System.EventHandler(this.OnNurTextTxtActionActivated);
     this.HypertextHtmlAction.Activated    += new global::System.EventHandler(this.OnHypertextHtmlActionActivated);
     this.KommaGetrenntCsvAction.Activated += new global::System.EventHandler(this.OnKommaGetrenntCsvActionActivated);
     this.preferencesAction1.Activated     += new global::System.EventHandler(this.OnPreferencesAction1Activated);
     this.connectAction.Activated          += new global::System.EventHandler(this.OnConnectActionActivated);
     this.saveAsAction2.Activated          += new global::System.EventHandler(this.OnSaveAsAction2Activated);
     this.printAction.Activated            += new global::System.EventHandler(this.OnPrintActionActivated);
     this.selectFontAction.Activated       += new global::System.EventHandler(this.OnSelectFontActionActivated);
     this.restore.Activated                += new global::System.EventHandler(this.OnRestoreActivated);
     this.quitAction1.Activated            += new global::System.EventHandler(this.OnQuitActionActivated);
     this.notebook1.SelectPage             += new global::Gtk.SelectPageHandler(this.OnNotebook1SelectPage);
 }