Example #1
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.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.notebook = new global::Gtk.Notebook ();
     this.notebook.CanFocus = true;
     this.notebook.Name = "notebook";
     this.notebook.CurrentPage = -1;
     this.vbox1.Add (this.notebook);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebook]));
     w2.Position = 2;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 513;
     this.DefaultHeight = 420;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Deployment.Linux.DesktopPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.CanFocus = true;
			this.Name = "MonoDevelop.Deployment.Linux.DesktopPanelWidget";
			// Container child MonoDevelop.Deployment.Linux.DesktopPanelWidget.Gtk.Container+ContainerChild
			this.notebook2 = new global::Gtk.Notebook ();
			this.notebook2.CanFocus = true;
			this.notebook2.Name = "notebook2";
			this.notebook2.CurrentPage = 0;
			// Notebook tab
			global::Gtk.Label w1 = new global::Gtk.Label ();
			w1.Visible = true;
			this.notebook2.Add (w1);
			this.label6 = new global::Gtk.Label ();
			this.label6.CanFocus = true;
			this.label6.Name = "label6";
			this.label6.LabelProp = "page1";
			this.notebook2.SetTabLabel (w1, this.label6);
			this.label6.ShowAll ();
			this.Add (this.notebook2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
		}
Example #3
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.notebook1 = new global::Gtk.Notebook ();
		this.notebook1.CanFocus = true;
		this.notebook1.Name = "notebook1";
		this.notebook1.CurrentPage = 0;
		// Notebook tab
		global::Gtk.Label w1 = new global::Gtk.Label ();
		w1.Visible = true;
		this.notebook1.Add (w1);
		this.label1 = new global::Gtk.Label ();
		this.label1.Name = "label1";
		this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("page1");
		this.notebook1.SetTabLabel (w1, this.label1);
		this.label1.ShowAll ();
		this.Add (this.notebook1);
		if ((this.Child != null)) {
			this.Child.ShowAll ();
		}
		this.DefaultWidth = 400;
		this.DefaultHeight = 300;
		this.Show ();
		this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
	}
Example #4
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);
 }
Example #5
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.newAction = new global::Gtk.Action ("newAction", global::Mono.Unix.Catalog.GetString ("_Añadir"), null, "gtk-add");
     this.newAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Añadir");
     w1.Add (this.newAction, null);
     this.editAction = new global::Gtk.Action ("editAction", global::Mono.Unix.Catalog.GetString ("_Editar"), null, "gtk-edit");
     this.editAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Editar");
     w1.Add (this.editAction, 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><toolbar name='toolbar1'><toolitem name='newAction' action='newAction'/><toolitem name='editAction' action='editAction'/></toolbar></ui>");
     this.toolbar1 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar1")));
     this.toolbar1.Name = "toolbar1";
     this.toolbar1.ShowArrow = false;
     this.vbox2.Add (this.toolbar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.toolbar1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.notebook = new global::Gtk.Notebook ();
     this.notebook.CanFocus = true;
     this.notebook.Name = "notebook";
     this.notebook.CurrentPage = 0;
     // Notebook tab
     global::Gtk.Label w3 = new global::Gtk.Label ();
     w3.Visible = true;
     this.notebook.Add (w3);
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("page1");
     this.notebook.SetTabLabel (w3, this.label1);
     this.label1.ShowAll ();
     this.vbox2.Add (this.notebook);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook]));
     w4.Position = 1;
     this.Add (this.vbox2);
     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 Cheque.GTK.Dialogs.CheckNotebook
     this.Name = "Cheque.GTK.Dialogs.CheckNotebook";
     this.Title = global::Mono.Unix.Catalog.GetString ("Propiedades do Cheque");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // Container child Cheque.GTK.Dialogs.CheckNotebook.Gtk.Container+ContainerChild
     this.notebook1 = new global::Gtk.Notebook ();
     this.notebook1.CanFocus = true;
     this.notebook1.CurrentPage = 2;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.checkinfo = new global::Cheque.GTK.Dialogs.NotebookPage.CheckInfo ();
     this.checkinfo.Events = ((global::Gdk.EventMask)(256));
     this.checkinfo.Name = "checkinfo";
     this.notebook1.Add (this.checkinfo);
     // Notebook tab
     this.lblCheck = new global::Gtk.Label ();
     this.lblCheck.Name = "lblCheck";
     this.lblCheck.LabelProp = global::Mono.Unix.Catalog.GetString ("Cheque");
     this.notebook1.SetTabLabel (this.checkinfo, this.lblCheck);
     this.lblCheck.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.customerinfo1 = new global::Cheque.GTK.Dialogs.NotebookPage.CustomerInfo ();
     this.customerinfo1.Events = ((global::Gdk.EventMask)(256));
     this.customerinfo1.Name = "customerinfo1";
     this.notebook1.Add (this.customerinfo1);
     global::Gtk.Notebook.NotebookChild w2 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.customerinfo1]));
     w2.Position = 1;
     // Notebook tab
     this.lblCustomer = new global::Gtk.Label ();
     this.lblCustomer.Name = "lblCustomer";
     this.lblCustomer.LabelProp = global::Mono.Unix.Catalog.GetString ("Cliente");
     this.notebook1.SetTabLabel (this.customerinfo1, this.lblCustomer);
     this.lblCustomer.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.branchinfo1 = new global::Cheque.GTK.Dialogs.NotebookPage.BranchInfo ();
     this.branchinfo1.Events = ((global::Gdk.EventMask)(256));
     this.branchinfo1.Name = "branchinfo1";
     this.notebook1.Add (this.branchinfo1);
     global::Gtk.Notebook.NotebookChild w3 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.branchinfo1]));
     w3.Position = 2;
     // Notebook tab
     this.lblBranch1 = new global::Gtk.Label ();
     this.lblBranch1.Name = "lblBranch1";
     this.lblBranch1.LabelProp = global::Mono.Unix.Catalog.GetString ("Agência");
     this.notebook1.SetTabLabel (this.branchinfo1, this.lblBranch1);
     this.lblBranch1.ShowAll ();
     this.Add (this.notebook1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 475;
     this.DefaultHeight = 352;
     this.Show ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.EventsListWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.EventsListWidget";
     // Container child LongoMatch.Gui.Component.EventsListWidget.Gtk.Container+ContainerChild
     this.playsnotebook = new global::Gtk.Notebook ();
     this.playsnotebook.CanFocus = true;
     this.playsnotebook.Name = "playsnotebook";
     this.playsnotebook.CurrentPage = 0;
     this.playsnotebook.TabPos = ((global::Gtk.PositionType)(3));
     // Container child playsnotebook.Gtk.Notebook+NotebookChild
     this.playsList = new global::LongoMatch.Gui.Component.PlaysListTreeWidget ();
     this.playsList.Events = ((global::Gdk.EventMask)(256));
     this.playsList.Name = "playsList";
     this.playsnotebook.Add (this.playsList);
     // Notebook tab
     this.playsList1 = new global::Gtk.Label ();
     this.playsList1.Name = "playsList1";
     this.playsList1.LabelProp = global::VAS.Core.Catalog.GetString ("Events");
     this.playsnotebook.SetTabLabel (this.playsList, this.playsList1);
     this.playsList1.ShowAll ();
     // Container child playsnotebook.Gtk.Notebook+NotebookChild
     this.localPlayersList = new global::LongoMatch.Gui.Component.PlayersListTreeWidget ();
     this.localPlayersList.Events = ((global::Gdk.EventMask)(256));
     this.localPlayersList.Name = "localPlayersList";
     this.playsnotebook.Add (this.localPlayersList);
     global::Gtk.Notebook.NotebookChild w2 = ((global::Gtk.Notebook.NotebookChild)(this.playsnotebook [this.localPlayersList]));
     w2.Position = 1;
     // Notebook tab
     this.localPlaysList = new global::Gtk.Label ();
     this.localPlaysList.Name = "localPlaysList";
     this.playsnotebook.SetTabLabel (this.localPlayersList, this.localPlaysList);
     this.localPlaysList.ShowAll ();
     // Container child playsnotebook.Gtk.Notebook+NotebookChild
     this.visitorPlayersList = new global::LongoMatch.Gui.Component.PlayersListTreeWidget ();
     this.visitorPlayersList.Events = ((global::Gdk.EventMask)(256));
     this.visitorPlayersList.Name = "visitorPlayersList";
     this.playsnotebook.Add (this.visitorPlayersList);
     global::Gtk.Notebook.NotebookChild w3 = ((global::Gtk.Notebook.NotebookChild)(this.playsnotebook [this.visitorPlayersList]));
     w3.Position = 2;
     // Notebook tab
     this.visitorPlaysList = new global::Gtk.Label ();
     this.visitorPlaysList.Name = "visitorPlaysList";
     this.playsnotebook.SetTabLabel (this.visitorPlayersList, this.visitorPlaysList);
     this.visitorPlaysList.ShowAll ();
     this.Add (this.playsnotebook);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Example #8
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.editAction = new global::Gtk.Action ("editAction", null, null, "gtk-edit");
     w1.Add (this.editAction, null);
     this.newAction = new global::Gtk.Action ("newAction", null, null, "gtk-new");
     w1.Add (this.newAction, null);
     this.editAction1 = new global::Gtk.Action ("editAction1", null, null, "gtk-edit");
     w1.Add (this.editAction1, null);
     this.deleteAction = new global::Gtk.Action ("deleteAction", null, null, "gtk-delete");
     w1.Add (this.deleteAction, null);
     this.refreshAction = new global::Gtk.Action ("refreshAction", null, null, "gtk-refresh");
     w1.Add (this.refreshAction, 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 = new global::Gtk.VBox ();
     this.vbox.Name = "vbox";
     this.vbox.Spacing = 6;
     // Container child vbox.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.ShowArrow = false;
     this.vbox.Add (this.toolbar);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox [this.toolbar]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox.Gtk.Box+BoxChild
     this.notebook2 = new global::Gtk.Notebook ();
     this.notebook2.CanFocus = true;
     this.notebook2.Name = "notebook2";
     this.notebook2.CurrentPage = -1;
     this.vbox.Add (this.notebook2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox [this.notebook2]));
     w3.Position = 1;
     this.Add (this.vbox);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 485;
     this.DefaultHeight = 330;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
Example #9
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.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='menuMain'/></ui>");
     this.menuMain = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menuMain")));
     this.menuMain.Name = "menuMain";
     this.vbox1.Add (this.menuMain);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menuMain]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='tbMain'/></ui>");
     this.tbMain = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/tbMain")));
     this.tbMain.Name = "tbMain";
     this.tbMain.ShowArrow = false;
     this.vbox1.Add (this.tbMain);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.tbMain]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.nbMain = new global::Gtk.Notebook ();
     this.nbMain.CanFocus = true;
     this.nbMain.Name = "nbMain";
     this.nbMain.CurrentPage = -1;
     this.vbox1.Add (this.nbMain);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.nbMain]));
     w4.Position = 2;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 1257;
     this.DefaultHeight = 805;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.VersionControl.Views.DiffWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.VersionControl.Views.DiffWidget";
			// Container child MonoDevelop.VersionControl.Views.DiffWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.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.ShowTabs = false;
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vboxComparisonView = new global::Gtk.VBox ();
			this.vboxComparisonView.Name = "vboxComparisonView";
			this.vboxComparisonView.Spacing = 6;
			this.notebook1.Add (this.vboxComparisonView);
			// Notebook tab
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("page2");
			this.notebook1.SetTabLabel (this.vboxComparisonView, this.label1);
			this.label1.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.CanFocus = true;
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			this.notebook1.Add (this.scrolledwindow1);
			global::Gtk.Notebook.NotebookChild w2 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.scrolledwindow1]));
			w2.Position = 1;
			// Notebook tab
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("page2");
			this.notebook1.SetTabLabel (this.scrolledwindow1, this.label3);
			this.label3.ShowAll ();
			this.vbox2.Add (this.notebook1);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook1]));
			w3.Position = 0;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget goprogtk.SettingsWindow
			this.Name = "goprogtk.SettingsWindow";
			this.Title = global::Mono.Unix.Catalog.GetString ("Inställningar");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.BorderWidth = ((uint)(6));
			// Container child goprogtk.SettingsWindow.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.table1 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			this.notebook1.Add (this.table1);
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Stillbilder");
			this.notebook1.SetTabLabel (this.table1, this.label2);
			this.label2.ShowAll ();
			// Notebook tab
			global::Gtk.Label w2 = new global::Gtk.Label ();
			w2.Visible = true;
			this.notebook1.Add (w2);
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Video");
			this.notebook1.SetTabLabel (w2, this.label3);
			this.label3.ShowAll ();
			// Notebook tab
			global::Gtk.Label w3 = new global::Gtk.Label ();
			w3.Visible = true;
			this.notebook1.Add (w3);
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Annat");
			this.notebook1.SetTabLabel (w3, this.label4);
			this.label4.ShowAll ();
			this.Add (this.notebook1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 400;
			this.DefaultHeight = 300;
			this.Show ();
		}
Example #12
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Snively");
     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 = 16;
     this.vbox1.BorderWidth = ((uint)(16));
     // 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.notebook1 = new global::Gtk.Notebook ();
     this.notebook1.CanFocus = true;
     this.notebook1.Name = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Notebook tab
     global::Gtk.Label w2 = new global::Gtk.Label ();
     w2.Visible = true;
     this.notebook1.Add (w2);
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("page1");
     this.notebook1.SetTabLabel (w2, this.label1);
     this.label1.ShowAll ();
     this.vbox1.Add (this.notebook1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebook1]));
     w3.Position = 1;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 821;
     this.DefaultHeight = 410;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Astro Platform Client");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.notebook1 = new global::Gtk.Notebook ();
     this.notebook1.CanFocus = true;
     this.notebook1.Name = "notebook1";
     this.notebook1.CurrentPage = 1;
     this.notebook1.BorderWidth = ((uint)(6));
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.sendmessagewidget1 = new global::NasaAstroPlatform.Desktop.Client.SendMessageWidget ();
     this.sendmessagewidget1.Events = ((global::Gdk.EventMask)(256));
     this.sendmessagewidget1.Name = "sendmessagewidget1";
     this.notebook1.Add (this.sendmessagewidget1);
     // Notebook tab
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Send message to Earth");
     this.notebook1.SetTabLabel (this.sendmessagewidget1, this.label1);
     this.label1.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.sendmessagewidget2 = new global::NasaAstroPlatform.Desktop.Client.SendMessageWidget ();
     this.sendmessagewidget2.Events = ((global::Gdk.EventMask)(256));
     this.sendmessagewidget2.Name = "sendmessagewidget2";
     this.notebook1.Add (this.sendmessagewidget2);
     global::Gtk.Notebook.NotebookChild w2 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.sendmessagewidget2]));
     w2.Position = 1;
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Send message to NASA");
     this.notebook1.SetTabLabel (this.sendmessagewidget2, this.label2);
     this.label2.ShowAll ();
     this.Add (this.notebook1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 598;
     this.DefaultHeight = 415;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
Example #14
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("SharpTalk");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.hpaned1 = new global::Gtk.HPaned ();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name = "hpaned1";
     this.hpaned1.Position = 210;
     // Container child hpaned1.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.treeview1 = new global::Gtk.TreeView ();
     this.treeview1.CanFocus = true;
     this.treeview1.Name = "treeview1";
     this.treeview1.HeadersVisible = false;
     this.GtkScrolledWindow.Add (this.treeview1);
     this.hpaned1.Add (this.GtkScrolledWindow);
     global::Gtk.Paned.PanedChild w2 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.GtkScrolledWindow]));
     w2.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.notebook2 = new global::Gtk.Notebook ();
     this.notebook2.CanFocus = true;
     this.notebook2.Name = "notebook2";
     this.notebook2.CurrentPage = -1;
     this.hpaned1.Add (this.notebook2);
     this.Add (this.hpaned1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 710;
     this.DefaultHeight = 383;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.treeview1.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.treeview1_ButtonPress);
     this.treeview1.RowActivated += new global::Gtk.RowActivatedHandler (this.treeview1_RowActivated);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget ECMGTK.ViewItemDetails
     this.Name = "ECMGTK.ViewItemDetails";
     this.Title = global::Mono.Unix.Catalog.GetString ("ViewItemDetails");
     this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child ECMGTK.ViewItemDetails.Gtk.Container+ContainerChild
     this.ntbItems = new global::Gtk.Notebook ();
     this.ntbItems.CanFocus = true;
     this.ntbItems.Name = "ntbItems";
     this.ntbItems.CurrentPage = -1;
     this.ntbItems.Scrollable = true;
     this.ntbItems.BorderWidth = ((uint)(3));
     this.Add (this.ntbItems);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 314;
     this.DefaultHeight = 300;
     this.Hide ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDelete);
 }
Example #16
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Yamster.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.mnuHelp            = new global::Gtk.Action("mnuHelp", global::Mono.Unix.Catalog.GetString("_Help"), null, null);
     this.mnuHelp.ShortLabel = global::Mono.Unix.Catalog.GetString("_Help");
     w1.Add(this.mnuHelp, null);
     this.mnuHelpAbout            = new global::Gtk.Action("mnuHelpAbout", global::Mono.Unix.Catalog.GetString("_About Yamster..."), null, null);
     this.mnuHelpAbout.ShortLabel = global::Mono.Unix.Catalog.GetString("_About Yamster...");
     w1.Add(this.mnuHelpAbout, null);
     this.mnuFileExit            = new global::Gtk.Action("mnuFileExit", global::Mono.Unix.Catalog.GetString("E_xit"), null, null);
     this.mnuFileExit.ShortLabel = global::Mono.Unix.Catalog.GetString("E_xit");
     w1.Add(this.mnuFileExit, null);
     this.mnuFileYammerSync            = new global::Gtk.Action("mnuFileYammerSync", global::Mono.Unix.Catalog.GetString("_Yammer Sync..."), null, null);
     this.mnuFileYammerSync.ShortLabel = global::Mono.Unix.Catalog.GetString("_Yammer Sync...");
     w1.Add(this.mnuFileYammerSync, null);
     this.mnuHelpManual            = new global::Gtk.Action("mnuHelpManual", global::Mono.Unix.Catalog.GetString("Online _Documentation..."), null, null);
     this.mnuHelpManual.ShortLabel = global::Mono.Unix.Catalog.GetString("Online _Documentation...");
     w1.Add(this.mnuHelpManual, "F1");
     this.mnuHelpWebSite            = new global::Gtk.Action("mnuHelpWebSite", global::Mono.Unix.Catalog.GetString("_Yamster Web Site"), null, null);
     this.mnuHelpWebSite.ShortLabel = global::Mono.Unix.Catalog.GetString("_Yamster Web Site");
     w1.Add(this.mnuHelpWebSite, null);
     this.mnuHelpDiscussionGroup            = new global::Gtk.Action("mnuHelpDiscussionGroup", global::Mono.Unix.Catalog.GetString("_Ask a Question..."), null, null);
     this.mnuHelpDiscussionGroup.ShortLabel = global::Mono.Unix.Catalog.GetString("_Ask a Question...");
     w1.Add(this.mnuHelpDiscussionGroup, null);
     this.mnuYammerFullResync            = new global::Gtk.Action("mnuYammerFullResync", global::Mono.Unix.Catalog.GetString("_Resync Everything..."), null, null);
     this.mnuYammerFullResync.ShortLabel = global::Mono.Unix.Catalog.GetString("_Resync Everything...");
     w1.Add(this.mnuYammerFullResync, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "Yamster.MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Yamster!");
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("Yamster.Resources.Yamster-16x16.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child Yamster.MainWindow.Gtk.Container+ContainerChild
     this.ctlMainVBox         = new global::Gtk.VBox();
     this.ctlMainVBox.Name    = "ctlMainVBox";
     this.ctlMainVBox.Spacing = 6;
     // Container child ctlMainVBox.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='ctlMenuBar'><menu name='FileAction' action='FileAction'><menuitem name='mnuFileYammerSync' action='mnuFileYammerSync'/><menuitem name='mnuYammerFullResync' action='mnuYammerFullResync'/><separator/><menuitem name='mnuFileExit' action='mnuFileExit'/></menu><menu name='mnuHelp' action='mnuHelp'><menuitem name='mnuHelpManual' action='mnuHelpManual'/><menuitem name='mnuHelpDiscussionGroup' action='mnuHelpDiscussionGroup'/><menuitem name='mnuHelpWebSite' action='mnuHelpWebSite'/><separator/><menuitem name='mnuHelpAbout' action='mnuHelpAbout'/></menu></menubar></ui>");
     this.ctlMenuBar      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/ctlMenuBar")));
     this.ctlMenuBar.Name = "ctlMenuBar";
     this.ctlMainVBox.Add(this.ctlMenuBar);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.ctlMainVBox [this.ctlMenuBar]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child ctlMainVBox.Gtk.Box+BoxChild
     this.ctlMainHBox             = new global::Gtk.HBox();
     this.ctlMainHBox.Name        = "ctlMainHBox";
     this.ctlMainHBox.Spacing     = 6;
     this.ctlMainHBox.BorderWidth = ((uint)(5));
     // Container child ctlMainHBox.Gtk.Box+BoxChild
     this.ctlScreenBox             = new global::Gtk.Notebook();
     this.ctlScreenBox.CanFocus    = true;
     this.ctlScreenBox.Name        = "ctlScreenBox";
     this.ctlScreenBox.CurrentPage = 0;
     // Container child ctlScreenBox.Gtk.Notebook+NotebookChild
     this.ctlViewsScreen        = new global::Yamster.ViewsScreen();
     this.ctlViewsScreen.Events = ((global::Gdk.EventMask)(256));
     this.ctlViewsScreen.Name   = "ctlViewsScreen";
     this.ctlScreenBox.Add(this.ctlViewsScreen);
     // Notebook tab
     this.label4              = new global::Gtk.Label();
     this.label4.Name         = "label4";
     this.label4.LabelProp    = global::Mono.Unix.Catalog.GetString("_Views");
     this.label4.UseUnderline = true;
     this.ctlScreenBox.SetTabLabel(this.ctlViewsScreen, this.label4);
     this.label4.ShowAll();
     // Container child ctlScreenBox.Gtk.Notebook+NotebookChild
     this.ctlGroupThreadScreen        = new global::Yamster.GroupThreadScreen();
     this.ctlGroupThreadScreen.Events = ((global::Gdk.EventMask)(256));
     this.ctlGroupThreadScreen.Name   = "ctlGroupThreadScreen";
     this.ctlScreenBox.Add(this.ctlGroupThreadScreen);
     global::Gtk.Notebook.NotebookChild w4 = ((global::Gtk.Notebook.NotebookChild)(this.ctlScreenBox [this.ctlGroupThreadScreen]));
     w4.Position = 1;
     // Notebook tab
     this.label7              = new global::Gtk.Label();
     this.label7.Name         = "label7";
     this.label7.LabelProp    = global::Mono.Unix.Catalog.GetString("_Groups");
     this.label7.UseUnderline = true;
     this.ctlScreenBox.SetTabLabel(this.ctlGroupThreadScreen, this.label7);
     this.label7.ShowAll();
     // Container child ctlScreenBox.Gtk.Notebook+NotebookChild
     this.ctlConversationsScreen        = new global::Yamster.ConversationsScreen();
     this.ctlConversationsScreen.Events = ((global::Gdk.EventMask)(256));
     this.ctlConversationsScreen.Name   = "ctlConversationsScreen";
     this.ctlScreenBox.Add(this.ctlConversationsScreen);
     global::Gtk.Notebook.NotebookChild w5 = ((global::Gtk.Notebook.NotebookChild)(this.ctlScreenBox [this.ctlConversationsScreen]));
     w5.Position = 2;
     // Notebook tab
     this.label9              = new global::Gtk.Label();
     this.label9.Name         = "label9";
     this.label9.LabelProp    = global::Mono.Unix.Catalog.GetString("_Conversations");
     this.label9.UseUnderline = true;
     this.ctlScreenBox.SetTabLabel(this.ctlConversationsScreen, this.label9);
     this.label9.ShowAll();
     // Container child ctlScreenBox.Gtk.Notebook+NotebookChild
     this.ctlSearchScreen        = new global::Yamster.SearchScreen();
     this.ctlSearchScreen.Events = ((global::Gdk.EventMask)(256));
     this.ctlSearchScreen.Name   = "ctlSearchScreen";
     this.ctlScreenBox.Add(this.ctlSearchScreen);
     global::Gtk.Notebook.NotebookChild w6 = ((global::Gtk.Notebook.NotebookChild)(this.ctlScreenBox [this.ctlSearchScreen]));
     w6.Position = 3;
     // Notebook tab
     this.lblScreenSearch              = new global::Gtk.Label();
     this.lblScreenSearch.Name         = "lblScreenSearch";
     this.lblScreenSearch.LabelProp    = global::Mono.Unix.Catalog.GetString("_Search");
     this.lblScreenSearch.UseUnderline = true;
     this.ctlScreenBox.SetTabLabel(this.ctlSearchScreen, this.lblScreenSearch);
     this.lblScreenSearch.ShowAll();
     // Container child ctlScreenBox.Gtk.Notebook+NotebookChild
     this.ctlGroupConfigScreen        = new global::Yamster.GroupConfigScreen();
     this.ctlGroupConfigScreen.Events = ((global::Gdk.EventMask)(256));
     this.ctlGroupConfigScreen.Name   = "ctlGroupConfigScreen";
     this.ctlScreenBox.Add(this.ctlGroupConfigScreen);
     global::Gtk.Notebook.NotebookChild w7 = ((global::Gtk.Notebook.NotebookChild)(this.ctlScreenBox [this.ctlGroupConfigScreen]));
     w7.Position = 4;
     // Notebook tab
     this.label17              = new global::Gtk.Label();
     this.label17.Name         = "label17";
     this.label17.LabelProp    = global::Mono.Unix.Catalog.GetString("Sync Settings");
     this.label17.UseUnderline = true;
     this.ctlScreenBox.SetTabLabel(this.ctlGroupConfigScreen, this.label17);
     this.label17.ShowAll();
     this.ctlMainHBox.Add(this.ctlScreenBox);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.ctlMainHBox [this.ctlScreenBox]));
     w8.Position = 0;
     // Container child ctlMainHBox.Gtk.Box+BoxChild
     this.ctlChatPaneVBox = new global::Gtk.VBox();
     this.ctlChatPaneVBox.WidthRequest = 380;
     this.ctlChatPaneVBox.Name         = "ctlChatPaneVBox";
     this.ctlChatPaneVBox.Spacing      = 6;
     this.ctlChatPaneVBox.BorderWidth  = ((uint)(5));
     // Container child ctlChatPaneVBox.Gtk.Box+BoxChild
     this.ctlButtonStripHBox         = new global::Gtk.HBox();
     this.ctlButtonStripHBox.Name    = "ctlButtonStripHBox";
     this.ctlButtonStripHBox.Spacing = 6;
     // Container child ctlButtonStripHBox.Gtk.Box+BoxChild
     this.btnAboutBox              = new global::Gtk.Button();
     this.btnAboutBox.CanFocus     = true;
     this.btnAboutBox.Name         = "btnAboutBox";
     this.btnAboutBox.UseUnderline = true;
     this.btnAboutBox.Label        = global::Mono.Unix.Catalog.GetString("_About Yamster...");
     this.ctlButtonStripHBox.Add(this.btnAboutBox);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.ctlButtonStripHBox [this.btnAboutBox]));
     w9.PackType = ((global::Gtk.PackType)(1));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child ctlButtonStripHBox.Gtk.Box+BoxChild
     this.btnSync              = new global::Gtk.Button();
     this.btnSync.CanFocus     = true;
     this.btnSync.Name         = "btnSync";
     this.btnSync.UseUnderline = true;
     this.btnSync.Label        = global::Mono.Unix.Catalog.GetString("_Yammer Sync...");
     this.ctlButtonStripHBox.Add(this.btnSync);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.ctlButtonStripHBox [this.btnSync]));
     w10.PackType = ((global::Gtk.PackType)(1));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child ctlButtonStripHBox.Gtk.Box+BoxChild
     this.btnTest              = new global::Gtk.Button();
     this.btnTest.CanFocus     = true;
     this.btnTest.Name         = "btnTest";
     this.btnTest.UseUnderline = true;
     this.btnTest.Label        = global::Mono.Unix.Catalog.GetString("Test");
     this.ctlButtonStripHBox.Add(this.btnTest);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.ctlButtonStripHBox [this.btnTest]));
     w11.PackType = ((global::Gtk.PackType)(1));
     w11.Position = 3;
     w11.Expand   = false;
     w11.Fill     = false;
     this.ctlChatPaneVBox.Add(this.ctlButtonStripHBox);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.ctlChatPaneVBox [this.ctlButtonStripHBox]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child ctlChatPaneVBox.Gtk.Box+BoxChild
     this.ctlThreadViewer = new global::Yamster.ThreadViewer();
     this.ctlThreadViewer.WidthRequest = 400;
     this.ctlThreadViewer.Events       = ((global::Gdk.EventMask)(256));
     this.ctlThreadViewer.Name         = "ctlThreadViewer";
     this.ctlChatPaneVBox.Add(this.ctlThreadViewer);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.ctlChatPaneVBox [this.ctlThreadViewer]));
     w13.Position = 1;
     this.ctlMainHBox.Add(this.ctlChatPaneVBox);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.ctlMainHBox [this.ctlChatPaneVBox]));
     w14.Position = 1;
     w14.Expand   = false;
     this.ctlMainVBox.Add(this.ctlMainHBox);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.ctlMainVBox [this.ctlMainHBox]));
     w15.Position = 1;
     // Container child ctlMainVBox.Gtk.Box+BoxChild
     this.ctlStatusBarHbox         = new global::Gtk.HBox();
     this.ctlStatusBarHbox.Name    = "ctlStatusBarHbox";
     this.ctlStatusBarHbox.Spacing = 6;
     // Container child ctlStatusBarHbox.Gtk.Box+BoxChild
     this.ctlStatusBarMain               = new global::Gtk.Statusbar();
     this.ctlStatusBarMain.Name          = "ctlStatusBarMain";
     this.ctlStatusBarMain.Spacing       = 6;
     this.ctlStatusBarMain.HasResizeGrip = false;
     this.ctlStatusBarHbox.Add(this.ctlStatusBarMain);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.ctlStatusBarHbox [this.ctlStatusBarMain]));
     w16.Position = 0;
     // Container child ctlStatusBarHbox.Gtk.Box+BoxChild
     this.ctlStatusBarTotalYams = new global::Gtk.Statusbar();
     this.ctlStatusBarTotalYams.WidthRequest  = 150;
     this.ctlStatusBarTotalYams.Name          = "ctlStatusBarTotalYams";
     this.ctlStatusBarTotalYams.Spacing       = 6;
     this.ctlStatusBarTotalYams.HasResizeGrip = false;
     this.ctlStatusBarHbox.Add(this.ctlStatusBarTotalYams);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.ctlStatusBarHbox [this.ctlStatusBarTotalYams]));
     w17.Position = 1;
     w17.Expand   = false;
     // Container child ctlStatusBarHbox.Gtk.Box+BoxChild
     this.ctlStatusBarSyncStatus = new global::Gtk.Statusbar();
     this.ctlStatusBarSyncStatus.WidthRequest = 100;
     this.ctlStatusBarSyncStatus.Name         = "ctlStatusBarSyncStatus";
     this.ctlStatusBarSyncStatus.Spacing      = 6;
     this.ctlStatusBarHbox.Add(this.ctlStatusBarSyncStatus);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.ctlStatusBarHbox [this.ctlStatusBarSyncStatus]));
     w18.Position = 2;
     w18.Expand   = false;
     this.ctlMainVBox.Add(this.ctlStatusBarHbox);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.ctlMainVBox [this.ctlStatusBarHbox]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     this.Add(this.ctlMainVBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 985;
     this.DefaultHeight = 649;
     this.Show();
     this.DeleteEvent                      += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.mnuHelpAbout.Activated           += new global::System.EventHandler(this.mnuHelpAbout_Activated);
     this.mnuFileExit.Activated            += new global::System.EventHandler(this.mnuFileExit_Activated);
     this.mnuFileYammerSync.Activated      += new global::System.EventHandler(this.mnuFileYammerSync_Activated);
     this.mnuHelpManual.Activated          += new global::System.EventHandler(this.mnuHelpManual_Activated);
     this.mnuHelpWebSite.Activated         += new global::System.EventHandler(this.mnuHelpWebSite_Activated);
     this.mnuHelpDiscussionGroup.Activated += new global::System.EventHandler(this.mnuHelpDiscussionGroup_Activated);
     this.mnuYammerFullResync.Activated    += new global::System.EventHandler(this.mnuYammerFullResync_Activated);
     this.btnTest.Clicked                  += new global::System.EventHandler(this.btnTest_Click);
     this.btnSync.Clicked                  += new global::System.EventHandler(this.btnSync_Click);
     this.btnAboutBox.Clicked              += new global::System.EventHandler(this.btnAboutBox_Clicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Plugins.Stats.StatsDialog
     this.Name = "LongoMatch.Plugins.Stats.StatsDialog";
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "longomatch", global::Gtk.IconSize.Menu);
     this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.DestroyWithParent = true;
     this.Gravity = ((global::Gdk.Gravity)(5));
     // Internal child LongoMatch.Plugins.Stats.StatsDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.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.gameviewer = new global::LongoMatch.Plugins.Stats.GameViewer ();
     this.gameviewer.Events = ((global::Gdk.EventMask)(256));
     this.gameviewer.Name = "gameviewer";
     this.notebook1.Add (this.gameviewer);
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Game stats");
     this.notebook1.SetTabLabel (this.gameviewer, this.label2);
     this.label2.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.categoriesviewer = new global::LongoMatch.Plugins.Stats.CategoriesViewer ();
     this.categoriesviewer.Events = ((global::Gdk.EventMask)(256));
     this.categoriesviewer.Name = "categoriesviewer";
     this.notebook1.Add (this.categoriesviewer);
     global::Gtk.Notebook.NotebookChild w3 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.categoriesviewer]));
     w3.Position = 1;
     // Notebook tab
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Categories stats");
     this.notebook1.SetTabLabel (this.categoriesviewer, this.label4);
     this.label4.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.playersviewer = new global::LongoMatch.Plugins.Stats.PlayersViewer ();
     this.playersviewer.Events = ((global::Gdk.EventMask)(256));
     this.playersviewer.Name = "playersviewer";
     this.notebook1.Add (this.playersviewer);
     global::Gtk.Notebook.NotebookChild w4 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.playersviewer]));
     w4.Position = 2;
     // Notebook tab
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Players stats");
     this.notebook1.SetTabLabel (this.playersviewer, this.label5);
     this.label5.ShowAll ();
     w1.Add (this.notebook1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(w1 [this.notebook1]));
     w5.Position = 0;
     // Internal child LongoMatch.Plugins.Stats.StatsDialog.ActionArea
     global::Gtk.HButtonBox w6 = this.ActionArea;
     w6.Name = "dialog1_ActionArea";
     w6.Spacing = 10;
     w6.BorderWidth = ((uint)(5));
     w6.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 w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6 [this.buttonOk]));
     w7.Expand = false;
     w7.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 659;
     this.DefaultHeight = 300;
     this.Show ();
 }
Example #18
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget EasyOS.EditCompuMethod
     global::Stetic.BinContainer.Attach(this);
     this.Name = "EasyOS.EditCompuMethod";
     // Container child EasyOS.EditCompuMethod.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(10));
     // Container child table1.Gtk.Table+TableChild
     this.entryDescription               = new global::Gtk.Entry();
     this.entryDescription.CanFocus      = true;
     this.entryDescription.Name          = "entryDescription";
     this.entryDescription.IsEditable    = true;
     this.entryDescription.InvisibleChar = '●';
     this.table1.Add(this.entryDescription);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryDescription]));
     w1.TopAttach    = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryName               = new global::Gtk.Entry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '●';
     this.table1.Add(this.entryName);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryName]));
     w2.LeftAttach  = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.textviewDebug          = new global::Gtk.TextView();
     this.textviewDebug.CanFocus = true;
     this.textviewDebug.Name     = "textviewDebug";
     this.GtkScrolledWindow1.Add(this.textviewDebug);
     this.table1.Add(this.GtkScrolledWindow1);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkScrolledWindow1]));
     w4.TopAttach    = ((uint)(3));
     w4.BottomAttach = ((uint)(4));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Name");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Description");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     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.table2               = new global::Gtk.Table(((uint)(3)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entryNumerator = new global::Gtk.Entry();
     this.entryNumerator.WidthRequest  = 5;
     this.entryNumerator.CanFocus      = true;
     this.entryNumerator.Name          = "entryNumerator";
     this.entryNumerator.IsEditable    = true;
     this.entryNumerator.InvisibleChar = '●';
     this.hbox1.Add(this.entryNumerator);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryNumerator]));
     w7.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString(" * 1 + ");
     this.hbox1.Add(this.label5);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label5]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entryNumerator1 = new global::Gtk.Entry();
     this.entryNumerator1.WidthRequest  = 5;
     this.entryNumerator1.CanFocus      = true;
     this.entryNumerator1.Name          = "entryNumerator1";
     this.entryNumerator1.IsEditable    = true;
     this.entryNumerator1.InvisibleChar = '●';
     this.hbox1.Add(this.entryNumerator1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryNumerator1]));
     w9.Position = 2;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString(" * Phy");
     this.hbox1.Add(this.label7);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label7]));
     w10.Position = 3;
     w10.Expand   = false;
     w10.Fill     = false;
     this.table2.Add(this.hbox1);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox1]));
     w11.LeftAttach  = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entryDenominator = new global::Gtk.Entry();
     this.entryDenominator.WidthRequest  = 5;
     this.entryDenominator.CanFocus      = true;
     this.entryDenominator.Name          = "entryDenominator";
     this.entryDenominator.IsEditable    = true;
     this.entryDenominator.InvisibleChar = '●';
     this.hbox2.Add(this.entryDenominator);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entryDenominator]));
     w12.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString(" * 1 + ");
     this.hbox2.Add(this.label8);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label8]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entryDenominator1 = new global::Gtk.Entry();
     this.entryDenominator1.WidthRequest  = 5;
     this.entryDenominator1.CanFocus      = true;
     this.entryDenominator1.Name          = "entryDenominator1";
     this.entryDenominator1.IsEditable    = true;
     this.entryDenominator1.InvisibleChar = '●';
     this.hbox2.Add(this.entryDenominator1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entryDenominator1]));
     w14.Position = 2;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString(" * Phy");
     this.hbox2.Add(this.label9);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label9]));
     w15.Position = 3;
     w15.Expand   = false;
     w15.Fill     = false;
     this.table2.Add(this.hbox2);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox2]));
     w16.TopAttach    = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.table2.Add(this.hseparator1);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2 [this.hseparator1]));
     w17.TopAttach    = ((uint)(1));
     w17.BottomAttach = ((uint)(2));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Int(Phy)=");
     this.table2.Add(this.label4);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.label4]));
     w18.TopAttach    = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table2);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Rational Function");
     this.notebook1.SetTabLabel(this.table2, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.buttonAdd              = new global::Gtk.Button();
     this.buttonAdd.CanFocus     = true;
     this.buttonAdd.Name         = "buttonAdd";
     this.buttonAdd.UseUnderline = true;
     this.buttonAdd.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.vbox1.Add(this.buttonAdd);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.buttonAdd]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.buttonDelete              = new global::Gtk.Button();
     this.buttonDelete.Sensitive    = false;
     this.buttonDelete.CanFocus     = true;
     this.buttonDelete.Name         = "buttonDelete";
     this.buttonDelete.UseUnderline = true;
     this.buttonDelete.Label        = global::Mono.Unix.Catalog.GetString("Delete");
     this.vbox1.Add(this.buttonDelete);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.buttonDelete]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     this.hbox3.Add(this.vbox1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox1]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // 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.TreeViewVT          = new global::Gtk.TreeView();
     this.TreeViewVT.CanFocus = true;
     this.TreeViewVT.Name     = "TreeViewVT";
     this.GtkScrolledWindow.Add(this.TreeViewVT);
     this.hbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.GtkScrolledWindow]));
     w24.Position = 1;
     this.notebook1.Add(this.hbox3);
     global::Gtk.Notebook.NotebookChild w25 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.hbox3]));
     w25.Position = 1;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Verbal Table");
     this.notebook1.SetTabLabel(this.hbox3, this.label3);
     this.label3.ShowAll();
     this.table1.Add(this.notebook1);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table1 [this.notebook1]));
     w26.TopAttach    = ((uint)(2));
     w26.BottomAttach = ((uint)(3));
     w26.LeftAttach   = ((uint)(1));
     w26.RightAttach  = ((uint)(2));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.entryDenominator.Changed  += new global::System.EventHandler(this.OnEntryDenominatorChanged);
     this.entryDenominator1.Changed += new global::System.EventHandler(this.OnEntryDenominator1Changed);
     this.entryNumerator.Changed    += new global::System.EventHandler(this.OnEntryNumeratorChanged);
     this.entryNumerator1.Changed   += new global::System.EventHandler(this.OnEntryNumerator1Changed);
     this.buttonAdd.Clicked         += new global::System.EventHandler(this.OnButtonAddClicked);
     this.buttonDelete.Clicked      += new global::System.EventHandler(this.OnButtonDeleteClicked);
     this.TreeViewVT.CursorChanged  += new global::System.EventHandler(this.OnTreeViewVTCursorChanged);
     this.entryName.Changed         += new global::System.EventHandler(this.OnEntryNameChanged);
     this.entryDescription.Changed  += new global::System.EventHandler(this.OnEntryDescriptionChanged);
 }
Example #19
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget BioGorod.Dialogs.Company.OrganizationDlg
     global::Stetic.BinContainer.Attach(this);
     this.Name = "BioGorod.Dialogs.Company.OrganizationDlg";
     // Container child BioGorod.Dialogs.Company.OrganizationDlg.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.buttonSave              = new global::Gtk.Button();
     this.buttonSave.CanFocus     = true;
     this.buttonSave.Name         = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w1 = new global::Gtk.Image();
     w1.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w1;
     this.hbox1.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonSave]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.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("Отменить");
     global::Gtk.Image w3 = new global::Gtk.Image();
     w3.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w3;
     this.hbox1.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonCancel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vseparator1]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.radioTabInfo               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Основное"));
     this.radioTabInfo.CanFocus      = true;
     this.radioTabInfo.Name          = "radioTabInfo";
     this.radioTabInfo.DrawIndicator = false;
     this.radioTabInfo.UseUnderline  = true;
     this.radioTabInfo.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox1.Add(this.radioTabInfo);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.radioTabInfo]));
     w6.Position = 3;
     // Container child hbox1.Gtk.Box+BoxChild
     this.radioTabAccounts               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Счета"));
     this.radioTabAccounts.CanFocus      = true;
     this.radioTabAccounts.Name          = "radioTabAccounts";
     this.radioTabAccounts.DrawIndicator = false;
     this.radioTabAccounts.UseUnderline  = true;
     this.radioTabAccounts.Group         = this.radioTabInfo.Group;
     this.hbox1.Add(this.radioTabAccounts);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.radioTabAccounts]));
     w7.Position = 4;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.notebookMain             = new global::Gtk.Notebook();
     this.notebookMain.CanFocus    = true;
     this.notebookMain.Name        = "notebookMain";
     this.notebookMain.CurrentPage = 0;
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.scrolledwindow1                  = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus         = true;
     this.scrolledwindow1.Name             = "scrolledwindow1";
     this.scrolledwindow1.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.scrolledwindow1.ShadowType       = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w9 = new global::Gtk.Viewport();
     w9.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.datatableMain               = new global::Gtk.Table(((uint)(12)), ((uint)(2)), false);
     this.datatableMain.Name          = "datatableMain";
     this.datatableMain.RowSpacing    = ((uint)(6));
     this.datatableMain.ColumnSpacing = ((uint)(6));
     this.datatableMain.BorderWidth   = ((uint)(2));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryEmail               = new global::Gamma.Widgets.yValidatedEntry();
     this.dataentryEmail.CanFocus      = true;
     this.dataentryEmail.Name          = "dataentryEmail";
     this.dataentryEmail.IsEditable    = true;
     this.dataentryEmail.MaxLength     = 45;
     this.dataentryEmail.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryEmail);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.dataentryEmail]));
     w10.TopAttach    = ((uint)(3));
     w10.BottomAttach = ((uint)(4));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryFullName               = new global::Gamma.GtkWidgets.yEntry();
     this.dataentryFullName.CanFocus      = true;
     this.dataentryFullName.Name          = "dataentryFullName";
     this.dataentryFullName.IsEditable    = true;
     this.dataentryFullName.MaxLength     = 200;
     this.dataentryFullName.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryFullName);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.dataentryFullName]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryINN               = new global::Gamma.Widgets.yValidatedEntry();
     this.dataentryINN.CanFocus      = true;
     this.dataentryINN.Name          = "dataentryINN";
     this.dataentryINN.IsEditable    = true;
     this.dataentryINN.MaxLength     = 12;
     this.dataentryINN.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryINN);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.dataentryINN]));
     w12.TopAttach    = ((uint)(6));
     w12.BottomAttach = ((uint)(7));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryKPP               = new global::Gamma.Widgets.yValidatedEntry();
     this.dataentryKPP.CanFocus      = true;
     this.dataentryKPP.Name          = "dataentryKPP";
     this.dataentryKPP.IsEditable    = true;
     this.dataentryKPP.MaxLength     = 9;
     this.dataentryKPP.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryKPP);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.dataentryKPP]));
     w13.TopAttach    = ((uint)(7));
     w13.BottomAttach = ((uint)(8));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryName               = new global::Gamma.GtkWidgets.yEntry();
     this.dataentryName.CanFocus      = true;
     this.dataentryName.Name          = "dataentryName";
     this.dataentryName.IsEditable    = true;
     this.dataentryName.MaxLength     = 100;
     this.dataentryName.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryName);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.dataentryName]));
     w14.LeftAttach  = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.dataentryOGRN               = new global::Gamma.Widgets.yValidatedEntry();
     this.dataentryOGRN.CanFocus      = true;
     this.dataentryOGRN.Name          = "dataentryOGRN";
     this.dataentryOGRN.IsEditable    = true;
     this.dataentryOGRN.MaxLength     = 13;
     this.dataentryOGRN.InvisibleChar = '●';
     this.datatableMain.Add(this.dataentryOGRN);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.dataentryOGRN]));
     w15.TopAttach    = ((uint)(8));
     w15.BottomAttach = ((uint)(9));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.datatextviewJurAddress          = new global::Gamma.GtkWidgets.yTextView();
     this.datatextviewJurAddress.CanFocus = true;
     this.datatextviewJurAddress.Name     = "datatextviewJurAddress";
     this.datatextviewJurAddress.WrapMode = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow1.Add(this.datatextviewJurAddress);
     this.datatableMain.Add(this.GtkScrolledWindow1);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.GtkScrolledWindow1]));
     w17.TopAttach    = ((uint)(10));
     w17.BottomAttach = ((uint)(11));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.datatextviewAddress          = new global::Gamma.GtkWidgets.yTextView();
     this.datatextviewAddress.CanFocus = true;
     this.datatextviewAddress.Name     = "datatextviewAddress";
     this.datatextviewAddress.WrapMode = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow2.Add(this.datatextviewAddress);
     this.datatableMain.Add(this.GtkScrolledWindow2);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.GtkScrolledWindow2]));
     w19.TopAttach    = ((uint)(9));
     w19.BottomAttach = ((uint)(10));
     w19.LeftAttach   = ((uint)(1));
     w19.RightAttach  = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.GtkScrolledWindow3            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow3.Name       = "GtkScrolledWindow3";
     this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
     this.ytextPostAddress          = new global::Gamma.GtkWidgets.yTextView();
     this.ytextPostAddress.CanFocus = true;
     this.ytextPostAddress.Name     = "ytextPostAddress";
     this.GtkScrolledWindow3.Add(this.ytextPostAddress);
     this.datatableMain.Add(this.GtkScrolledWindow3);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.GtkScrolledWindow3]));
     w21.TopAttach    = ((uint)(11));
     w21.BottomAttach = ((uint)(12));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 1F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("ОГРН:");
     this.datatableMain.Add(this.label10);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label10]));
     w22.TopAttach    = ((uint)(8));
     w22.BottomAttach = ((uint)(9));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 1F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("E-mail:");
     this.datatableMain.Add(this.label11);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label11]));
     w23.TopAttach    = ((uint)(3));
     w23.BottomAttach = ((uint)(4));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 1F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Руководитель:");
     this.datatableMain.Add(this.label13);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label13]));
     w24.TopAttach    = ((uint)(4));
     w24.BottomAttach = ((uint)(5));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 1F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Главный бухгалтер:");
     this.datatableMain.Add(this.label14);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label14]));
     w25.TopAttach    = ((uint)(5));
     w25.BottomAttach = ((uint)(6));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.Yalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Почтовый адрес:");
     this.datatableMain.Add(this.label2);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label2]));
     w26.TopAttach    = ((uint)(11));
     w26.BottomAttach = ((uint)(12));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Полное название:");
     this.datatableMain.Add(this.label3);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label3]));
     w27.TopAttach    = ((uint)(1));
     w27.BottomAttach = ((uint)(2));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Название<span foreground=\"red\">*</span>:");
     this.label4.UseMarkup = true;
     this.datatableMain.Add(this.label4);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label4]));
     w28.XOptions = ((global::Gtk.AttachOptions)(4));
     w28.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 1F;
     this.label5.Yalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Фактический адрес:");
     this.datatableMain.Add(this.label5);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label5]));
     w29.TopAttach    = ((uint)(9));
     w29.BottomAttach = ((uint)(10));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 1F;
     this.label6.Yalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Юридический адрес:");
     this.datatableMain.Add(this.label6);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label6]));
     w30.TopAttach    = ((uint)(10));
     w30.BottomAttach = ((uint)(11));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("ИНН:");
     this.datatableMain.Add(this.label7);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label7]));
     w31.TopAttach    = ((uint)(6));
     w31.BottomAttach = ((uint)(7));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("КПП:");
     this.datatableMain.Add(this.label8);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label8]));
     w32.TopAttach    = ((uint)(7));
     w32.BottomAttach = ((uint)(8));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 1F;
     this.label9.Yalign    = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Телефоны:");
     this.datatableMain.Add(this.label9);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.label9]));
     w33.TopAttach    = ((uint)(2));
     w33.BottomAttach = ((uint)(3));
     w33.XOptions     = ((global::Gtk.AttachOptions)(4));
     w33.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.phonesview1        = new global::QSContacts.PhonesView();
     this.phonesview1.Events = ((global::Gdk.EventMask)(256));
     this.phonesview1.Name   = "phonesview1";
     this.datatableMain.Add(this.phonesview1);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.phonesview1]));
     w34.TopAttach    = ((uint)(2));
     w34.BottomAttach = ((uint)(3));
     w34.LeftAttach   = ((uint)(1));
     w34.RightAttach  = ((uint)(2));
     w34.XOptions     = ((global::Gtk.AttachOptions)(4));
     w34.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.referenceBuhgalter               = new global::Gamma.Widgets.yEntryReference();
     this.referenceBuhgalter.Events        = ((global::Gdk.EventMask)(256));
     this.referenceBuhgalter.Name          = "referenceBuhgalter";
     this.referenceBuhgalter.DisplayFields = new string[] {
         "FullName"
     };
     this.referenceBuhgalter.DisplayFormatString = "{0}";
     this.datatableMain.Add(this.referenceBuhgalter);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.referenceBuhgalter]));
     w35.TopAttach    = ((uint)(5));
     w35.BottomAttach = ((uint)(6));
     w35.LeftAttach   = ((uint)(1));
     w35.RightAttach  = ((uint)(2));
     w35.XOptions     = ((global::Gtk.AttachOptions)(4));
     w35.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatableMain.Gtk.Table+TableChild
     this.referenceLeader               = new global::Gamma.Widgets.yEntryReference();
     this.referenceLeader.Events        = ((global::Gdk.EventMask)(256));
     this.referenceLeader.Name          = "referenceLeader";
     this.referenceLeader.DisplayFields = new string[] {
         "FullName"
     };
     this.referenceLeader.DisplayFormatString = "{0}";
     this.datatableMain.Add(this.referenceLeader);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.datatableMain [this.referenceLeader]));
     w36.TopAttach    = ((uint)(4));
     w36.BottomAttach = ((uint)(5));
     w36.LeftAttach   = ((uint)(1));
     w36.RightAttach  = ((uint)(2));
     w36.XOptions     = ((global::Gtk.AttachOptions)(4));
     w36.YOptions     = ((global::Gtk.AttachOptions)(4));
     w9.Add(this.datatableMain);
     this.scrolledwindow1.Add(w9);
     this.notebookMain.Add(this.scrolledwindow1);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Информация");
     this.notebookMain.SetTabLabel(this.scrolledwindow1, this.label1);
     this.label1.ShowAll();
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.accountsview1        = new global::QSBanks.AccountsView();
     this.accountsview1.Events = ((global::Gdk.EventMask)(256));
     this.accountsview1.Name   = "accountsview1";
     this.notebookMain.Add(this.accountsview1);
     global::Gtk.Notebook.NotebookChild w40 = ((global::Gtk.Notebook.NotebookChild)(this.notebookMain [this.accountsview1]));
     w40.Position = 1;
     // Notebook tab
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Счет");
     this.notebookMain.SetTabLabel(this.accountsview1, this.label12);
     this.label12.ShowAll();
     this.vbox1.Add(this.notebookMain);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebookMain]));
     w41.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonSave.Clicked       += new global::System.EventHandler(this.OnButtonSaveClicked);
     this.buttonCancel.Clicked     += new global::System.EventHandler(this.OnButtonCancelClicked);
     this.radioTabInfo.Toggled     += new global::System.EventHandler(this.OnRadioTabInfoToggled);
     this.radioTabAccounts.Toggled += new global::System.EventHandler(this.OnRadioTabAccountsToggled);
 }
Example #20
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget NodeTester.TransactionsPane
     global::Stetic.BinContainer.Attach(this);
     this.Name = "NodeTester.TransactionsPane";
     // Container child NodeTester.TransactionsPane.Gtk.Container+ContainerChild
     this.notebook2             = new global::Gtk.Notebook();
     this.notebook2.CanFocus    = true;
     this.notebook2.Name        = "notebook2";
     this.notebook2.CurrentPage = 1;
     this.notebook2.BorderWidth = ((uint)(5));
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.notebook3             = new global::Gtk.Notebook();
     this.notebook3.CanFocus    = true;
     this.notebook3.Name        = "notebook3";
     this.notebook3.CurrentPage = 2;
     this.notebook3.BorderWidth = ((uint)(5));
     // Container child notebook3.Gtk.Notebook+NotebookChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 6;
     this.vbox1.BorderWidth = ((uint)(5));
     // 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.treeviewKeysUnused          = new global::Gtk.TreeView();
     this.treeviewKeysUnused.CanFocus = true;
     this.treeviewKeysUnused.Name     = "treeviewKeysUnused";
     this.GtkScrolledWindow1.Add(this.treeviewKeysUnused);
     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.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonKeyCreate              = new global::Gtk.Button();
     this.buttonKeyCreate.CanFocus     = true;
     this.buttonKeyCreate.Name         = "buttonKeyCreate";
     this.buttonKeyCreate.UseUnderline = true;
     this.buttonKeyCreate.Label        = global::Mono.Unix.Catalog.GetString("Create");
     this.hbox2.Add(this.buttonKeyCreate);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.buttonKeyCreate]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.notebook3.Add(this.vbox1);
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Unused");
     this.notebook3.SetTabLabel(this.vbox1, this.label4);
     this.label4.ShowAll();
     // Container child notebook3.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow2             = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name        = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType  = ((global::Gtk.ShadowType)(1));
     this.GtkScrolledWindow2.BorderWidth = ((uint)(5));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.treeviewKeysUsed          = new global::Gtk.TreeView();
     this.treeviewKeysUsed.CanFocus = true;
     this.treeviewKeysUsed.Name     = "treeviewKeysUsed";
     this.GtkScrolledWindow2.Add(this.treeviewKeysUsed);
     this.notebook3.Add(this.GtkScrolledWindow2);
     global::Gtk.Notebook.NotebookChild w7 = ((global::Gtk.Notebook.NotebookChild)(this.notebook3[this.GtkScrolledWindow2]));
     w7.Position = 1;
     // Notebook tab
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Used");
     this.notebook3.SetTabLabel(this.GtkScrolledWindow2, this.label5);
     this.label5.ShowAll();
     // Container child notebook3.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow3             = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow3.Name        = "GtkScrolledWindow3";
     this.GtkScrolledWindow3.ShadowType  = ((global::Gtk.ShadowType)(1));
     this.GtkScrolledWindow3.BorderWidth = ((uint)(5));
     // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
     this.treeviewKeysChange          = new global::Gtk.TreeView();
     this.treeviewKeysChange.CanFocus = true;
     this.treeviewKeysChange.Name     = "treeviewKeysChange";
     this.GtkScrolledWindow3.Add(this.treeviewKeysChange);
     this.notebook3.Add(this.GtkScrolledWindow3);
     global::Gtk.Notebook.NotebookChild w9 = ((global::Gtk.Notebook.NotebookChild)(this.notebook3[this.GtkScrolledWindow3]));
     w9.Position = 2;
     // Notebook tab
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Change");
     this.notebook3.SetTabLabel(this.GtkScrolledWindow3, this.label7);
     this.label7.ShowAll();
     this.notebook2.Add(this.notebook3);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Keys");
     this.notebook2.SetTabLabel(this.notebook3, this.label2);
     this.label2.ShowAll();
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.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.treeviewTransactions          = new global::Gtk.TreeView();
     this.treeviewTransactions.CanFocus = true;
     this.treeviewTransactions.Name     = "treeviewTransactions";
     this.GtkScrolledWindow4.Add(this.treeviewTransactions);
     this.vbox2.Add(this.GtkScrolledWindow4);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow4]));
     w12.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.buttonMine              = new global::Gtk.Button();
     this.buttonMine.CanFocus     = true;
     this.buttonMine.Name         = "buttonMine";
     this.buttonMine.UseUnderline = true;
     this.buttonMine.Label        = global::Mono.Unix.Catalog.GetString("Mine");
     this.hbox4.Add(this.buttonMine);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.buttonMine]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbox2.Add(this.hbox4);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox4]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.notebook2.Add(this.vbox2);
     global::Gtk.Notebook.NotebookChild w15 = ((global::Gtk.Notebook.NotebookChild)(this.notebook2[this.vbox2]));
     w15.Position = 1;
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Transactions");
     this.notebook2.SetTabLabel(this.vbox2, this.label1);
     this.label1.ShowAll();
     // Container child notebook2.Gtk.Notebook+NotebookChild
     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.table3               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.comboboxentry1      = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentry1.Name = "comboboxentry1";
     this.table3.Add(this.comboboxentry1);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table3[this.comboboxentry1]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.entryTransactionSendAmount               = new global::Gtk.Entry();
     this.entryTransactionSendAmount.CanFocus      = true;
     this.entryTransactionSendAmount.Name          = "entryTransactionSendAmount";
     this.entryTransactionSendAmount.IsEditable    = true;
     this.entryTransactionSendAmount.InvisibleChar = '●';
     this.table3.Add(this.entryTransactionSendAmount);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table3[this.entryTransactionSendAmount]));
     w17.TopAttach    = ((uint)(2));
     w17.BottomAttach = ((uint)(3));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.entryTransactionSendTo               = new global::Gtk.Entry();
     this.entryTransactionSendTo.CanFocus      = true;
     this.entryTransactionSendTo.Name          = "entryTransactionSendTo";
     this.entryTransactionSendTo.IsEditable    = true;
     this.entryTransactionSendTo.InvisibleChar = '●';
     this.table3.Add(this.entryTransactionSendTo);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table3[this.entryTransactionSendTo]));
     w18.LeftAttach  = ((uint)(1));
     w18.RightAttach = ((uint)(2));
     w18.XOptions    = ((global::Gtk.AttachOptions)(4));
     w18.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 0F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Send To:");
     this.table3.Add(this.label10);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table3[this.label10]));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.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("Asset:");
     this.table3.Add(this.label11);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table3[this.label11]));
     w20.TopAttach    = ((uint)(1));
     w20.BottomAttach = ((uint)(2));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.Xalign    = 0F;
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Amount:");
     this.table3.Add(this.label12);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table3[this.label12]));
     w21.TopAttach    = ((uint)(2));
     w21.BottomAttach = ((uint)(3));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table3);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.table3]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.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.buttonTransactionSend              = new global::Gtk.Button();
     this.buttonTransactionSend.CanFocus     = true;
     this.buttonTransactionSend.Name         = "buttonTransactionSend";
     this.buttonTransactionSend.UseUnderline = true;
     this.buttonTransactionSend.Label        = global::Mono.Unix.Catalog.GetString("Send");
     this.hbox1.Add(this.buttonTransactionSend);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonTransactionSend]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonTransactionPreview              = new global::Gtk.Button();
     this.buttonTransactionPreview.CanFocus     = true;
     this.buttonTransactionPreview.Name         = "buttonTransactionPreview";
     this.buttonTransactionPreview.UseUnderline = true;
     this.buttonTransactionPreview.Label        = global::Mono.Unix.Catalog.GetString("Preview");
     this.hbox1.Add(this.buttonTransactionPreview);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonTransactionPreview]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     this.vbox3.Add(this.hbox1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox1]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.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.treeviewTransactionItems          = new global::Gtk.TreeView();
     this.treeviewTransactionItems.CanFocus = true;
     this.treeviewTransactionItems.Name     = "treeviewTransactionItems";
     this.GtkScrolledWindow.Add(this.treeviewTransactionItems);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.GtkScrolledWindow]));
     w27.Position = 2;
     // 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.buttonTransactionRemove              = new global::Gtk.Button();
     this.buttonTransactionRemove.CanFocus     = true;
     this.buttonTransactionRemove.Name         = "buttonTransactionRemove";
     this.buttonTransactionRemove.UseUnderline = true;
     this.buttonTransactionRemove.Label        = global::Mono.Unix.Catalog.GetString("Remove");
     this.hbox3.Add(this.buttonTransactionRemove);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.buttonTransactionRemove]));
     w28.Position = 0;
     w28.Expand   = false;
     w28.Fill     = false;
     this.vbox3.Add(this.hbox3);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox3]));
     w29.Position = 3;
     w29.Expand   = false;
     w29.Fill     = false;
     this.notebook2.Add(this.vbox3);
     global::Gtk.Notebook.NotebookChild w30 = ((global::Gtk.Notebook.NotebookChild)(this.notebook2[this.vbox3]));
     w30.Position = 2;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Send");
     this.notebook2.SetTabLabel(this.vbox3, this.label3);
     this.label3.ShowAll();
     this.Add(this.notebook2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Example #21
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.LauncherOptionsAction            = new global::Gtk.Action("LauncherOptionsAction", global::Mono.Unix.Catalog.GetString("Launcher Options"), null, null);
     this.LauncherOptionsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Launcher Options");
     w1.Add(this.LauncherOptionsAction, null);
     this.Action1 = new global::Gtk.Action("Action1", null, null, null);
     w1.Add(this.Action1, 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.GameManagementAction            = new global::Gtk.Action("GameManagementAction", global::Mono.Unix.Catalog.GetString("Game Management"), null, null);
     this.GameManagementAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Game Management");
     w1.Add(this.GameManagementAction, null);
     this.PlacesAction            = new global::Gtk.Action("PlacesAction", global::Mono.Unix.Catalog.GetString("Places"), null, null);
     this.PlacesAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Places");
     w1.Add(this.PlacesAction, null);
     this.VisitOurWebsiteAction            = new global::Gtk.Action("VisitOurWebsiteAction", global::Mono.Unix.Catalog.GetString("Visit Our Website"), null, null);
     this.VisitOurWebsiteAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Visit Our Website");
     w1.Add(this.VisitOurWebsiteAction, null);
     this.ViewGameFolderInFileBrowserAction            = new global::Gtk.Action("ViewGameFolderInFileBrowserAction", global::Mono.Unix.Catalog.GetString("View Game Folder In File Browser..."), null, null);
     this.ViewGameFolderInFileBrowserAction.ShortLabel = global::Mono.Unix.Catalog.GetString("View Game Folder In File Browser...");
     w1.Add(this.ViewGameFolderInFileBrowserAction, null);
     this.CheckAllGamesForUpdatesAction            = new global::Gtk.Action("CheckAllGamesForUpdatesAction", global::Mono.Unix.Catalog.GetString("Check All Games for Updates"), null, null);
     this.CheckAllGamesForUpdatesAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Check All Games for Updates");
     w1.Add(this.CheckAllGamesForUpdatesAction, null);
     this.GlobalSettingsAction            = new global::Gtk.Action("GlobalSettingsAction", global::Mono.Unix.Catalog.GetString("Global Settings"), null, null);
     this.GlobalSettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Global Settings");
     w1.Add(this.GlobalSettingsAction, 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.AboutTheLauncherAction            = new global::Gtk.Action("AboutTheLauncherAction", global::Mono.Unix.Catalog.GetString("About the Launcher"), null, null);
     this.AboutTheLauncherAction.ShortLabel = global::Mono.Unix.Catalog.GetString("About the Launcher");
     w1.Add(this.AboutTheLauncherAction, null);
     this.btnrefresh = new global::Gtk.Action("btnrefresh", null, null, "gtk-undo");
     w1.Add(this.btnrefresh, null);
     this.RefreshAction            = new global::Gtk.Action("RefreshAction", global::Mono.Unix.Catalog.GetString("Refresh"), null, null);
     this.RefreshAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Refresh");
     w1.Add(this.RefreshAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Shifted Games Launcher");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // 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='SettingsBar'><menu name='SettingsAction' action='SettingsAction'><menuitem name='GlobalSettingsAction' action='GlobalSettingsAction'/></menu><menu name='GameManagementAction' action='GameManagementAction'><menuitem name='ViewGameFolderInFileBrowserAction' action='ViewGameFolderInFileBrowserAction'/><menuitem name='CheckAllGamesForUpdatesAction' action='CheckAllGamesForUpdatesAction'/></menu><menu name='PlacesAction' action='PlacesAction'><menuitem name='VisitOurWebsiteAction' action='VisitOurWebsiteAction'/></menu><menu name='AboutAction' action='AboutAction'><menuitem name='AboutTheLauncherAction' action='AboutTheLauncherAction'/></menu></menubar></ui>");
     this.SettingsBar      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/SettingsBar")));
     this.SettingsBar.Name = "SettingsBar";
     this.vbox1.Add(this.SettingsBar);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.SettingsBar]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.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;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.hpaned5          = new global::Gtk.HPaned();
     this.hpaned5.CanFocus = true;
     this.hpaned5.Name     = "hpaned5";
     this.hpaned5.Position = 61;
     // Container child hpaned5.Gtk.Paned+PanedChild
     this.libraryholder = new global::Gtk.ScrolledWindow();
     this.libraryholder.HeightRequest = 300;
     this.libraryholder.Name          = "libraryholder";
     this.libraryholder.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child libraryholder.Gtk.Container+ContainerChild
     this.library          = new global::Gtk.TreeView();
     this.library.CanFocus = true;
     this.library.Name     = "library";
     this.libraryholder.Add(this.library);
     this.hpaned5.Add(this.libraryholder);
     global::Gtk.Paned.PanedChild w4 = ((global::Gtk.Paned.PanedChild)(this.hpaned5 [this.libraryholder]));
     w4.Resize = false;
     w4.Shrink = false;
     // Container child hpaned5.Gtk.Paned+PanedChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.lbgamename           = new global::Gtk.Label();
     this.lbgamename.Name      = "lbgamename";
     this.lbgamename.LabelProp = global::Mono.Unix.Catalog.GetString("Game");
     this.vbox2.Add(this.lbgamename);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lbgamename]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.fixed2           = new global::Gtk.Fixed();
     this.fixed2.Name      = "fixed2";
     this.fixed2.HasWindow = false;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.lbdescription = new global::Gtk.Label();
     this.lbdescription.WidthRequest  = 500;
     this.lbdescription.HeightRequest = 256;
     this.lbdescription.Name          = "lbdescription";
     this.lbdescription.LabelProp     = global::Mono.Unix.Catalog.GetString(@"This is a description. This is a description. This is a description. This is a description. This is a description. This is a description. This is a description. This is a description. This is a description. This is a description. This is a description. This is a description. This is a description. This is a description. This is a description. This is a description. This is a description. This is a description. This is a description. This is a description. This is a description. ");
     this.lbdescription.Wrap          = true;
     this.fixed2.Add(this.lbdescription);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.lbdescription]));
     w6.X = 17;
     w6.Y = 53;
     this.vbox2.Add(this.fixed2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.fixed2]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.gameactions      = new global::Gtk.HButtonBox();
     this.gameactions.Name = "gameactions";
     // Container child gameactions.Gtk.ButtonBox+ButtonBoxChild
     this.btnviewfolder = new global::Gtk.Button();
     global::Gtk.Tooltips w8 = new Gtk.Tooltips();
     w8.SetTip(this.btnviewfolder, "Opens the game\'s install folder. Useful for modding.", "Opens the game\'s install folder. Useful for modding.");
     this.btnviewfolder.CanFocus     = true;
     this.btnviewfolder.Name         = "btnviewfolder";
     this.btnviewfolder.UseUnderline = true;
     this.btnviewfolder.Label        = global::Mono.Unix.Catalog.GetString("Open Game Folder");
     this.gameactions.Add(this.btnviewfolder);
     global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.gameactions [this.btnviewfolder]));
     w9.Expand = false;
     w9.Fill   = false;
     // Container child gameactions.Gtk.ButtonBox+ButtonBoxChild
     this.btnlaunch = new global::Gtk.Button();
     w8.SetTip(this.btnlaunch, "Launches the game.\n\nNote: If the game is not available on your platform, it will " +
               "not launch.", "Launches the game.\n\nNote: If the game is not available on your platform, it will " +
               "not launch.");
     this.btnlaunch.CanFocus     = true;
     this.btnlaunch.Name         = "btnlaunch";
     this.btnlaunch.UseUnderline = true;
     this.btnlaunch.Label        = global::Mono.Unix.Catalog.GetString("Launch");
     this.gameactions.Add(this.btnlaunch);
     global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.gameactions [this.btnlaunch]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child gameactions.Gtk.ButtonBox+ButtonBoxChild
     this.btnuninstall = new global::Gtk.Button();
     w8.SetTip(this.btnuninstall, "Uninstalls the game and removes it from the launcher.", "Uninstalls the game and removes it from the launcher.");
     this.btnuninstall.CanFocus     = true;
     this.btnuninstall.Name         = "btnuninstall";
     this.btnuninstall.UseUnderline = true;
     this.btnuninstall.Label        = global::Mono.Unix.Catalog.GetString("Uninstall");
     this.gameactions.Add(this.btnuninstall);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.gameactions [this.btnuninstall]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     this.vbox2.Add(this.gameactions);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.gameactions]));
     w12.Position = 2;
     this.hpaned5.Add(this.vbox2);
     this.notebook1.Add(this.hpaned5);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("My Games");
     this.notebook1.SetTabLabel(this.hpaned5, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 85;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.storeinfo         = new global::Gtk.VBox();
     this.storeinfo.Name    = "storeinfo";
     this.storeinfo.Spacing = 6;
     // Container child storeinfo.Gtk.Box+BoxChild
     this.lbstorename           = new global::Gtk.Label();
     this.lbstorename.Name      = "lbstorename";
     this.lbstorename.LabelProp = global::Mono.Unix.Catalog.GetString("label1");
     this.storeinfo.Add(this.lbstorename);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.storeinfo [this.lbstorename]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child storeinfo.Gtk.Box+BoxChild
     this.tbgameinfo               = new global::Gtk.Table(((uint)(2)), ((uint)(1)), false);
     this.tbgameinfo.Name          = "tbgameinfo";
     this.tbgameinfo.RowSpacing    = ((uint)(6));
     this.tbgameinfo.ColumnSpacing = ((uint)(6));
     // Container child tbgameinfo.Gtk.Table+TableChild
     this.lbstoredesc           = new global::Gtk.Label();
     this.lbstoredesc.Name      = "lbstoredesc";
     this.lbstoredesc.LabelProp = global::Mono.Unix.Catalog.GetString("label2");
     this.lbstoredesc.Wrap      = true;
     this.tbgameinfo.Add(this.lbstoredesc);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tbgameinfo [this.lbstoredesc]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     // Container child tbgameinfo.Gtk.Table+TableChild
     this.table2               = new global::Gtk.Table(((uint)(3)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.lbstoregenre           = new global::Gtk.Label();
     this.lbstoregenre.Name      = "lbstoregenre";
     this.lbstoregenre.LabelProp = global::Mono.Unix.Catalog.GetString("label6");
     this.table2.Add(this.lbstoregenre);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2 [this.lbstoregenre]));
     w17.TopAttach    = ((uint)(2));
     w17.BottomAttach = ((uint)(3));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.lbstoreplatform           = new global::Gtk.Label();
     this.lbstoreplatform.Name      = "lbstoreplatform";
     this.lbstoreplatform.LabelProp = global::Mono.Unix.Catalog.GetString("label4");
     this.table2.Add(this.lbstoreplatform);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.lbstoreplatform]));
     w18.TopAttach    = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.lbstoreversion           = new global::Gtk.Label();
     this.lbstoreversion.Name      = "lbstoreversion";
     this.lbstoreversion.LabelProp = global::Mono.Unix.Catalog.GetString("label3");
     this.lbstoreversion.Justify   = ((global::Gtk.Justification)(2));
     this.table2.Add(this.lbstoreversion);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.lbstoreversion]));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     this.tbgameinfo.Add(this.table2);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.tbgameinfo [this.table2]));
     w20.XOptions = ((global::Gtk.AttachOptions)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     this.storeinfo.Add(this.tbgameinfo);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.storeinfo [this.tbgameinfo]));
     w21.Position = 1;
     // Container child storeinfo.Gtk.Box+BoxChild
     this.storeactions = new global::Gtk.HButtonBox();
     this.storeactions.HeightRequest = 35;
     this.storeactions.Name          = "storeactions";
     // Container child storeactions.Gtk.ButtonBox+ButtonBoxChild
     this.btndownload              = new global::Gtk.Button();
     this.btndownload.CanFocus     = true;
     this.btndownload.Name         = "btndownload";
     this.btndownload.UseUnderline = true;
     this.btndownload.Label        = global::Mono.Unix.Catalog.GetString("Download");
     this.storeactions.Add(this.btndownload);
     global::Gtk.ButtonBox.ButtonBoxChild w22 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.storeactions [this.btndownload]));
     w22.Expand = false;
     w22.Fill   = false;
     this.storeinfo.Add(this.storeactions);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.storeinfo [this.storeactions]));
     w23.PackType = ((global::Gtk.PackType)(1));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     this.hpaned1.Add(this.storeinfo);
     global::Gtk.Paned.PanedChild w24 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.storeinfo]));
     w24.Resize = false;
     w24.Shrink = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name=\'menubar1\'><menu name=\'RefreshAction\' action=\'RefreshAction\'/><" +
                                    "/menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox3.Add(this.menubar1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.menubar1]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // 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.nd_store          = new global::Gtk.TreeView();
     this.nd_store.CanFocus = true;
     this.nd_store.Name     = "nd_store";
     this.GtkScrolledWindow1.Add(this.nd_store);
     this.vbox3.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow1]));
     w27.Position = 1;
     this.hpaned1.Add(this.vbox3);
     this.notebook1.Add(this.hpaned1);
     global::Gtk.Notebook.NotebookChild w29 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.hpaned1]));
     w29.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Shifted Store");
     this.notebook1.SetTabLabel(this.hpaned1, this.label2);
     this.label2.ShowAll();
     this.vbox1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebook1]));
     w30.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3             = new global::Gtk.HBox();
     this.hbox3.Name        = "hbox3";
     this.hbox3.Spacing     = 6;
     this.hbox3.BorderWidth = ((uint)(2));
     // Container child hbox3.Gtk.Box+BoxChild
     this.lbstatus           = new global::Gtk.Label();
     this.lbstatus.Events    = ((global::Gdk.EventMask)(65536));
     this.lbstatus.Name      = "lbstatus";
     this.lbstatus.LabelProp = global::Mono.Unix.Catalog.GetString("Nothing\'s happening.");
     this.hbox3.Add(this.lbstatus);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.lbstatus]));
     w31.Position = 0;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.tbtnshowprogress              = new global::Gtk.ToggleButton();
     this.tbtnshowprogress.CanFocus     = true;
     this.tbtnshowprogress.Events       = ((global::Gdk.EventMask)(256));
     this.tbtnshowprogress.Name         = "tbtnshowprogress";
     this.tbtnshowprogress.UseUnderline = true;
     this.tbtnshowprogress.Label        = global::Mono.Unix.Catalog.GetString("Show/Hide Progress");
     this.hbox3.Add(this.tbtnshowprogress);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.tbtnshowprogress]));
     w32.Position = 1;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.statusbar5         = new global::Gtk.Statusbar();
     this.statusbar5.Name    = "statusbar5";
     this.statusbar5.Spacing = 6;
     // Container child statusbar5.Gtk.Box+BoxChild
     this.lbprog           = new global::Gtk.Label();
     this.lbprog.Name      = "lbprog";
     this.lbprog.LabelProp = global::Mono.Unix.Catalog.GetString("{0} of {1} bytes");
     this.statusbar5.Add(this.lbprog);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.statusbar5 [this.lbprog]));
     w33.Position = 1;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child statusbar5.Gtk.Box+BoxChild
     this.prgdownloading      = new global::Gtk.ProgressBar();
     this.prgdownloading.Name = "prgdownloading";
     this.statusbar5.Add(this.prgdownloading);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.statusbar5 [this.prgdownloading]));
     w34.Position = 2;
     // Container child statusbar5.Gtk.Box+BoxChild
     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 Download");
     this.statusbar5.Add(this.btncancel);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.statusbar5 [this.btncancel]));
     w35.PackType = ((global::Gtk.PackType)(1));
     w35.Position = 3;
     w35.Expand   = false;
     w35.Fill     = false;
     this.hbox3.Add(this.statusbar5);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.statusbar5]));
     w36.Position = 2;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w37.PackType = ((global::Gtk.PackType)(1));
     w37.Position = 2;
     w37.Expand   = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 1009;
     this.DefaultHeight = 504;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.VisitOurWebsiteAction.Activated  += new global::System.EventHandler(this.OpenWebsite);
     this.AboutTheLauncherAction.Activated += new global::System.EventHandler(this.ShowAbout);
     this.btnrefresh.Activated             += new global::System.EventHandler(this.Refresh_Store);
     this.library.RowActivated             += new global::Gtk.RowActivatedHandler(this.SetupGameInfoField);
     this.btnlaunch.Clicked        += new global::System.EventHandler(this.LaunchGame);
     this.btndownload.Entered      += new global::System.EventHandler(this.StartGameDownload);
     this.nd_store.RowActivated    += new global::Gtk.RowActivatedHandler(this.Store_Click);
     this.tbtnshowprogress.Clicked += new global::System.EventHandler(this.ToggleProgressVisibility);
 }
Example #22
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Do.UI.PluginConfigurationWindow
     this.Name           = "Do.UI.PluginConfigurationWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("PluginConfigurationWindow");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "gtk-preferences", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth    = ((uint)(6));
     this.DefaultWidth   = 400;
     this.DefaultHeight  = 400;
     // Container child Do.UI.PluginConfigurationWindow.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.addin_title_img        = new global::Gtk.Image();
     this.addin_title_img.Name   = "addin_title_img";
     this.addin_title_img.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-info", global::Gtk.IconSize.Menu);
     this.hbox2.Add(this.addin_title_img);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.addin_title_img]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.addin_title_lbl           = new global::Gtk.Label();
     this.addin_title_lbl.Name      = "addin_title_lbl";
     this.addin_title_lbl.LabelProp = global::Mono.Unix.Catalog.GetString("<span size=\"large\" weight=\"heavy\">Plugin name here</span>");
     this.addin_title_lbl.UseMarkup = true;
     this.hbox2.Add(this.addin_title_lbl);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.addin_title_lbl]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.notebook             = new global::Gtk.Notebook();
     this.notebook.CanFocus    = true;
     this.notebook.Name        = "notebook";
     this.notebook.CurrentPage = 0;
     // Notebook tab
     global::Gtk.Label w4 = new global::Gtk.Label();
     w4.Visible = true;
     this.notebook.Add(w4);
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
     this.notebook.SetTabLabel(w4, this.label2);
     this.label2.ShowAll();
     this.vbox2.Add(this.notebook);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook]));
     w5.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbuttonbox2             = new global::Gtk.HButtonBox();
     this.hbuttonbox2.Name        = "hbuttonbox2";
     this.hbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btn_close              = new global::Gtk.Button();
     this.btn_close.CanFocus     = true;
     this.btn_close.Name         = "btn_close";
     this.btn_close.UseStock     = true;
     this.btn_close.UseUnderline = true;
     this.btn_close.Label        = "gtk-close";
     this.hbuttonbox2.Add(this.btn_close);
     global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.btn_close]));
     w6.Expand = false;
     w6.Fill   = false;
     this.vbox2.Add(this.hbuttonbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbuttonbox2]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.btn_close.Clicked += new global::System.EventHandler(this.OnBtnCloseClicked);
 }
Example #23
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.Organization.SubdivisionView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Views.Organization.SubdivisionView";
     // Container child Vodovoz.Views.Organization.SubdivisionView.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(7)), ((uint)(3)), false);
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.entryChief                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entryChief.Events           = ((global::Gdk.EventMask)(256));
     this.entryChief.Name             = "entryChief";
     this.entryChief.CanEditReference = false;
     this.table1.Add(this.entryChief);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.entryChief]));
     w1.TopAttach    = ((uint)(3));
     w1.BottomAttach = ((uint)(4));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.frmWarehoses            = new global::Gtk.Frame();
     this.frmWarehoses.Name       = "frmWarehoses";
     this.frmWarehoses.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frmWarehoses.Gtk.Container+ContainerChild
     this.GtkAlignment4             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment4.Name        = "GtkAlignment4";
     this.GtkAlignment4.LeftPadding = ((uint)(12));
     // Container child GtkAlignment4.Gtk.Container+ContainerChild
     this.lblWarehouses            = new global::Gtk.Label();
     this.lblWarehouses.Name       = "lblWarehouses";
     this.lblWarehouses.Xalign     = 0F;
     this.lblWarehouses.LabelProp  = global::Mono.Unix.Catalog.GetString("<b>?</b>");
     this.lblWarehouses.UseMarkup  = true;
     this.lblWarehouses.Selectable = true;
     this.GtkAlignment4.Add(this.lblWarehouses);
     this.frmWarehoses.Add(this.GtkAlignment4);
     this.GtkLabel8                = new global::Gtk.Label();
     this.GtkLabel8.Name           = "GtkLabel8";
     this.GtkLabel8.LabelProp      = global::Mono.Unix.Catalog.GetString("<b>Склады отдела:</b>");
     this.GtkLabel8.UseMarkup      = true;
     this.frmWarehoses.LabelWidget = this.GtkLabel8;
     this.table1.Add(this.frmWarehoses);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.frmWarehoses]));
     w4.TopAttach    = ((uint)(2));
     w4.BottomAttach = ((uint)(6));
     w4.LeftAttach   = ((uint)(2));
     w4.RightAttach  = ((uint)(3));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 3;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.subdivisionentitypermissionwidget        = new global::Vodovoz.Core.Permissions.SubdivisionEntityPermissionWidget();
     this.subdivisionentitypermissionwidget.Events = ((global::Gdk.EventMask)(256));
     this.subdivisionentitypermissionwidget.Name   = "subdivisionentitypermissionwidget";
     this.notebook1.Add(this.subdivisionentitypermissionwidget);
     // Notebook tab
     this.labelPermissions           = new global::Gtk.Label();
     this.labelPermissions.Name      = "labelPermissions";
     this.labelPermissions.LabelProp = global::Mono.Unix.Catalog.GetString("Права доступа");
     this.notebook1.SetTabLabel(this.subdivisionentitypermissionwidget, this.labelPermissions);
     this.labelPermissions.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.repTreeChildSubdivisions          = new global::QSOrmProject.RepresentationTreeView();
     this.repTreeChildSubdivisions.CanFocus = true;
     this.repTreeChildSubdivisions.Name     = "repTreeChildSubdivisions";
     this.GtkScrolledWindow2.Add(this.repTreeChildSubdivisions);
     this.notebook1.Add(this.GtkScrolledWindow2);
     global::Gtk.Notebook.NotebookChild w7 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.GtkScrolledWindow2]));
     w7.Position = 1;
     // Notebook tab
     this.labelChildSubdivizions           = new global::Gtk.Label();
     this.labelChildSubdivizions.Name      = "labelChildSubdivizions";
     this.labelChildSubdivizions.LabelProp = global::Mono.Unix.Catalog.GetString("Дочерние подразделения");
     this.notebook1.SetTabLabel(this.GtkScrolledWindow2, this.labelChildSubdivizions);
     this.labelChildSubdivizions.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vboxDocuments         = new global::Gtk.VBox();
     this.vboxDocuments.Name    = "vboxDocuments";
     this.vboxDocuments.Spacing = 6;
     // Container child vboxDocuments.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.ytreeviewDocuments          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewDocuments.CanFocus = true;
     this.ytreeviewDocuments.Name     = "ytreeviewDocuments";
     this.GtkScrolledWindow4.Add(this.ytreeviewDocuments);
     this.vboxDocuments.Add(this.GtkScrolledWindow4);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vboxDocuments[this.GtkScrolledWindow4]));
     w9.Position = 0;
     // Container child vboxDocuments.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonAddDocument              = new global::Gamma.GtkWidgets.yButton();
     this.buttonAddDocument.CanFocus     = true;
     this.buttonAddDocument.Name         = "buttonAddDocument";
     this.buttonAddDocument.UseUnderline = true;
     this.buttonAddDocument.Label        = global::Mono.Unix.Catalog.GetString("Добавить");
     this.hbox5.Add(this.buttonAddDocument);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonAddDocument]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonDeleteDocument              = new global::Gamma.GtkWidgets.yButton();
     this.buttonDeleteDocument.CanFocus     = true;
     this.buttonDeleteDocument.Name         = "buttonDeleteDocument";
     this.buttonDeleteDocument.UseUnderline = true;
     this.buttonDeleteDocument.Label        = global::Mono.Unix.Catalog.GetString("Удалить");
     this.hbox5.Add(this.buttonDeleteDocument);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonDeleteDocument]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.vboxDocuments.Add(this.hbox5);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vboxDocuments[this.hbox5]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.notebook1.Add(this.vboxDocuments);
     global::Gtk.Notebook.NotebookChild w13 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vboxDocuments]));
     w13.Position = 2;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Документы");
     this.notebook1.SetTabLabel(this.vboxDocuments, this.label3);
     this.label3.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.widgetcontainerview2        = new global::Vodovoz.Core.WidgetContainerView();
     this.widgetcontainerview2.Events = ((global::Gdk.EventMask)(256));
     this.widgetcontainerview2.Name   = "widgetcontainerview2";
     this.notebook1.Add(this.widgetcontainerview2);
     global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.widgetcontainerview2]));
     w14.Position = 3;
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Предустановленные права");
     this.notebook1.SetTabLabel(this.widgetcontainerview2, this.label4);
     this.label4.ShowAll();
     this.hbox3.Add(this.notebook1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.notebook1]));
     w15.Position = 0;
     this.table1.Add(this.hbox3);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox3]));
     w16.TopAttach    = ((uint)(6));
     w16.BottomAttach = ((uint)(7));
     w16.RightAttach  = ((uint)(3));
     // Container child table1.Gtk.Table+TableChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.buttonSave              = new global::Gtk.Button();
     this.buttonSave.CanFocus     = true;
     this.buttonSave.Name         = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w17 = new global::Gtk.Image();
     w17.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w17;
     this.hbox4.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.buttonSave]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox4.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("Отменить");
     global::Gtk.Image w19 = new global::Gtk.Image();
     w19.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w19;
     this.hbox4.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.buttonCancel]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     this.table1.Add(this.hbox4);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox4]));
     w21.RightAttach = ((uint)(3));
     w21.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hboxtype         = new global::Gtk.HBox();
     this.hboxtype.Name    = "hboxtype";
     this.hboxtype.Spacing = 6;
     // Container child hboxtype.Gtk.Box+BoxChild
     this.ylabelType           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelType.Name      = "ylabelType";
     this.ylabelType.Xalign    = 1F;
     this.ylabelType.LabelProp = global::Mono.Unix.Catalog.GetString(" Тип:");
     this.hboxtype.Add(this.ylabelType);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hboxtype[this.ylabelType]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child hboxtype.Gtk.Box+BoxChild
     this.yenumcomboType      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboType.Name = "yenumcomboType";
     this.yenumcomboType.ShowSpecialStateAll = false;
     this.yenumcomboType.ShowSpecialStateNot = false;
     this.yenumcomboType.UseShortTitle       = false;
     this.yenumcomboType.DefaultFirst        = false;
     this.hboxtype.Add(this.yenumcomboType);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hboxtype[this.yenumcomboType]));
     w23.Position = 1;
     w23.Expand   = false;
     w23.Fill     = false;
     this.table1.Add(this.hboxtype);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1[this.hboxtype]));
     w24.TopAttach    = ((uint)(1));
     w24.BottomAttach = ((uint)(2));
     w24.LeftAttach   = ((uint)(2));
     w24.RightAttach  = ((uint)(3));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Название подразделения:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w25.TopAttach    = ((uint)(1));
     w25.BottomAttach = ((uint)(2));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Начальник подразделения:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w26.TopAttach    = ((uint)(3));
     w26.BottomAttach = ((uint)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelShortName           = new global::Gtk.Label();
     this.labelShortName.Name      = "labelShortName";
     this.labelShortName.Xalign    = 1F;
     this.labelShortName.LabelProp = global::Mono.Unix.Catalog.GetString("Сокращенное наименование:");
     this.table1.Add(this.labelShortName);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table1[this.labelShortName]));
     w27.TopAttach    = ((uint)(2));
     w27.BottomAttach = ((uint)(3));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.lblGeographicGroup           = new global::Gamma.GtkWidgets.yLabel();
     this.lblGeographicGroup.Name      = "lblGeographicGroup";
     this.lblGeographicGroup.Xalign    = 1F;
     this.lblGeographicGroup.LabelProp = global::Mono.Unix.Catalog.GetString("Местоположение подразделения:");
     this.table1.Add(this.lblGeographicGroup);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table1[this.lblGeographicGroup]));
     w28.TopAttach    = ((uint)(5));
     w28.BottomAttach = ((uint)(6));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.lblParent           = new global::Gtk.Label();
     this.lblParent.Name      = "lblParent";
     this.lblParent.Xalign    = 1F;
     this.lblParent.LabelProp = global::Mono.Unix.Catalog.GetString("Вышестоящее подразделение:");
     this.table1.Add(this.lblParent);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table1[this.lblParent]));
     w29.TopAttach    = ((uint)(4));
     w29.BottomAttach = ((uint)(5));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yentryName               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryName.CanFocus      = true;
     this.yentryName.Name          = "yentryName";
     this.yentryName.IsEditable    = true;
     this.yentryName.InvisibleChar = '●';
     this.table1.Add(this.yentryName);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table1[this.yentryName]));
     w30.TopAttach    = ((uint)(1));
     w30.BottomAttach = ((uint)(2));
     w30.LeftAttach   = ((uint)(1));
     w30.RightAttach  = ((uint)(2));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yentryrefParentSubdivision        = new global::Gamma.Widgets.yEntryReference();
     this.yentryrefParentSubdivision.Events = ((global::Gdk.EventMask)(256));
     this.yentryrefParentSubdivision.Name   = "yentryrefParentSubdivision";
     this.table1.Add(this.yentryrefParentSubdivision);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table1[this.yentryrefParentSubdivision]));
     w31.TopAttach    = ((uint)(4));
     w31.BottomAttach = ((uint)(5));
     w31.LeftAttach   = ((uint)(1));
     w31.RightAttach  = ((uint)(2));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yentryShortName               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryShortName.CanFocus      = true;
     this.yentryShortName.Name          = "yentryShortName";
     this.yentryShortName.IsEditable    = true;
     this.yentryShortName.MaxLength     = 20;
     this.yentryShortName.InvisibleChar = '●';
     this.table1.Add(this.yentryShortName);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table1[this.yentryShortName]));
     w32.TopAttach    = ((uint)(2));
     w32.BottomAttach = ((uint)(3));
     w32.LeftAttach   = ((uint)(1));
     w32.RightAttach  = ((uint)(2));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ySpecCmbGeographicGroup                     = new global::Gamma.Widgets.ySpecComboBox();
     this.ySpecCmbGeographicGroup.Name                = "ySpecCmbGeographicGroup";
     this.ySpecCmbGeographicGroup.AddIfNotExist       = false;
     this.ySpecCmbGeographicGroup.DefaultFirst        = false;
     this.ySpecCmbGeographicGroup.ShowSpecialStateAll = false;
     this.ySpecCmbGeographicGroup.ShowSpecialStateNot = true;
     this.table1.Add(this.ySpecCmbGeographicGroup);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table1[this.ySpecCmbGeographicGroup]));
     w33.TopAttach    = ((uint)(5));
     w33.BottomAttach = ((uint)(6));
     w33.LeftAttach   = ((uint)(1));
     w33.RightAttach  = ((uint)(2));
     w33.XOptions     = ((global::Gtk.AttachOptions)(4));
     w33.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Example #24
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.dndAction            = new global::Gtk.Action("dndAction", global::Mono.Unix.Catalog.GetString("Arquivo"), null, "gtk-dnd");
     this.dndAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Arquivo");
     w1.Add(this.dndAction, null);
     this.newAction            = new global::Gtk.Action("newAction", global::Mono.Unix.Catalog.GetString("Novo Arquivo"), null, "gtk-new");
     this.newAction.ShortLabel = global::Mono.Unix.Catalog.GetString("New");
     w1.Add(this.newAction, null);
     this.editAction            = new global::Gtk.Action("editAction", global::Mono.Unix.Catalog.GetString("Abrir..."), null, "gtk-edit");
     this.editAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Open");
     w1.Add(this.editAction, null);
     this.saveAction            = new global::Gtk.Action("saveAction", global::Mono.Unix.Catalog.GetString("Salvar"), null, "gtk-save");
     this.saveAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Save");
     w1.Add(this.saveAction, null);
     this.saveAsAction            = new global::Gtk.Action("saveAsAction", global::Mono.Unix.Catalog.GetString("Salvar Como..."), null, "gtk-save-as");
     this.saveAsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Save as");
     w1.Add(this.saveAsAction, null);
     this.mediaPlayAction            = new global::Gtk.Action("mediaPlayAction", global::Mono.Unix.Catalog.GetString("Simulação"), null, "gtk-media-play");
     this.mediaPlayAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Simulação");
     w1.Add(this.mediaPlayAction, null);
     this.directoryAction            = new global::Gtk.Action("directoryAction", global::Mono.Unix.Catalog.GetString("Exportar"), null, "gtk-directory");
     this.directoryAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Exportar");
     w1.Add(this.directoryAction, null);
     this.PNGAction            = new global::Gtk.Action("PNGAction", global::Mono.Unix.Catalog.GetString(".PNG"), null, null);
     this.PNGAction.ShortLabel = global::Mono.Unix.Catalog.GetString(".PNG");
     w1.Add(this.PNGAction, null);
     this.SVGAction            = new global::Gtk.Action("SVGAction", global::Mono.Unix.Catalog.GetString(".SVG"), null, null);
     this.SVGAction.ShortLabel = global::Mono.Unix.Catalog.GetString(".SVG");
     w1.Add(this.SVGAction, null);
     this.LogLogAction            = new global::Gtk.Action("LogLogAction", global::Mono.Unix.Catalog.GetString("Log: .log"), null, null);
     this.LogLogAction.ShortLabel = global::Mono.Unix.Catalog.GetString(".json");
     w1.Add(this.LogLogAction, null);
     this.quitAction            = new global::Gtk.Action("quitAction", global::Mono.Unix.Catalog.GetString("Fechar"), null, "gtk-quit");
     this.quitAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Fechar");
     w1.Add(this.quitAction, null);
     this.LogTxtAction            = new global::Gtk.Action("LogTxtAction", global::Mono.Unix.Catalog.GetString("Log: .txt"), null, null);
     this.LogTxtAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Log .txt");
     w1.Add(this.LogTxtAction, null);
     this.orientationPortraitAction            = new global::Gtk.Action("orientationPortraitAction", global::Mono.Unix.Catalog.GetString("Importar"), null, "gtk-orientation-portrait");
     this.orientationPortraitAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Importar");
     w1.Add(this.orientationPortraitAction, null);
     this.LogLogAction1            = new global::Gtk.Action("LogLogAction1", global::Mono.Unix.Catalog.GetString("Log: .log"), null, null);
     this.LogLogAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Log .json");
     w1.Add(this.LogLogAction1, null);
     this.CompatibilidadeAction            = new global::Gtk.Action("CompatibilidadeAction", global::Mono.Unix.Catalog.GetString("Compatibilidade"), null, null);
     this.CompatibilidadeAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Compatibilidade");
     w1.Add(this.CompatibilidadeAction, null);
     this.TxtParaJsonAction            = new global::Gtk.Action("TxtParaJsonAction", global::Mono.Unix.Catalog.GetString(".txt para .json"), null, null);
     this.TxtParaJsonAction.ShortLabel = global::Mono.Unix.Catalog.GetString(".txt para .json");
     w1.Add(this.TxtParaJsonAction, null);
     this.findAndReplaceAction            = new global::Gtk.Action("findAndReplaceAction", global::Mono.Unix.Catalog.GetString("Compatibilidade"), null, "gtk-find-and-replace");
     this.findAndReplaceAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Compatibilidade");
     w1.Add(this.findAndReplaceAction, null);
     this.convertAction            = new global::Gtk.Action("convertAction", global::Mono.Unix.Catalog.GetString("TXT para PRB"), null, "gtk-convert");
     this.convertAction.ShortLabel = global::Mono.Unix.Catalog.GetString("TXT para PRB");
     w1.Add(this.convertAction, null);
     this.FCFSAction            = new global::Gtk.Action("FCFSAction", global::Mono.Unix.Catalog.GetString("FCFS"), null, null);
     this.FCFSAction.ShortLabel = global::Mono.Unix.Catalog.GetString("FCFS");
     w1.Add(this.FCFSAction, null);
     this.PNGAction1            = new global::Gtk.Action("PNGAction1", global::Mono.Unix.Catalog.GetString(".PNG"), null, null);
     this.PNGAction1.ShortLabel = global::Mono.Unix.Catalog.GetString(".PNG");
     w1.Add(this.PNGAction1, null);
     this.SVGAction1            = new global::Gtk.Action("SVGAction1", global::Mono.Unix.Catalog.GetString(".SVG"), null, null);
     this.SVGAction1.ShortLabel = global::Mono.Unix.Catalog.GetString(".SVG");
     w1.Add(this.SVGAction1, null);
     this.FCFSAction1            = new global::Gtk.Action("FCFSAction1", global::Mono.Unix.Catalog.GetString("FCFS"), null, null);
     this.FCFSAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("FCFS");
     w1.Add(this.FCFSAction1, null);
     this.SJFAction            = new global::Gtk.Action("SJFAction", global::Mono.Unix.Catalog.GetString("SJF"), null, null);
     this.SJFAction.ShortLabel = global::Mono.Unix.Catalog.GetString("SJF");
     w1.Add(this.SJFAction, null);
     this.RRAction            = new global::Gtk.Action("RRAction", global::Mono.Unix.Catalog.GetString("RR"), null, null);
     this.RRAction.ShortLabel = global::Mono.Unix.Catalog.GetString("RR");
     w1.Add(this.RRAction, null);
     this.PNGAction2            = new global::Gtk.Action("PNGAction2", global::Mono.Unix.Catalog.GetString(".PNG"), null, null);
     this.PNGAction2.ShortLabel = global::Mono.Unix.Catalog.GetString(".PNG");
     w1.Add(this.PNGAction2, null);
     this.SVGAction2            = new global::Gtk.Action("SVGAction2", global::Mono.Unix.Catalog.GetString(".SVG"), null, null);
     this.SVGAction2.ShortLabel = global::Mono.Unix.Catalog.GetString(".SVG");
     w1.Add(this.SVGAction2, null);
     this.PNGAction3            = new global::Gtk.Action("PNGAction3", global::Mono.Unix.Catalog.GetString(".PNG"), null, null);
     this.PNGAction3.ShortLabel = global::Mono.Unix.Catalog.GetString(".PNG");
     w1.Add(this.PNGAction3, null);
     this.SVGAction3            = new global::Gtk.Action("SVGAction3", global::Mono.Unix.Catalog.GetString(".SVG"), null, null);
     this.SVGAction3.ShortLabel = global::Mono.Unix.Catalog.GetString(".SVG");
     w1.Add(this.SVGAction3, null);
     this.PNGAction4            = new global::Gtk.Action("PNGAction4", global::Mono.Unix.Catalog.GetString(".PNG"), null, null);
     this.PNGAction4.ShortLabel = global::Mono.Unix.Catalog.GetString(".PNG");
     w1.Add(this.PNGAction4, null);
     this.SVGAction4            = new global::Gtk.Action("SVGAction4", global::Mono.Unix.Catalog.GetString(".SVG"), null, null);
     this.SVGAction4.ShortLabel = global::Mono.Unix.Catalog.GetString(".SVG");
     w1.Add(this.SVGAction4, null);
     this.TodosAction            = new global::Gtk.Action("TodosAction", global::Mono.Unix.Catalog.GetString("Todos"), null, null);
     this.TodosAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Todos");
     w1.Add(this.TodosAction, null);
     this.PNGAction5            = new global::Gtk.Action("PNGAction5", global::Mono.Unix.Catalog.GetString(".PNG"), null, null);
     this.PNGAction5.ShortLabel = global::Mono.Unix.Catalog.GetString(".PNG");
     w1.Add(this.PNGAction5, null);
     this.SVGAction5            = new global::Gtk.Action("SVGAction5", global::Mono.Unix.Catalog.GetString(".SVG"), null, null);
     this.SVGAction5.ShortLabel = global::Mono.Unix.Catalog.GetString(".SVG");
     w1.Add(this.SVGAction5, null);
     this.BenchmarkAction            = new global::Gtk.Action("BenchmarkAction", global::Mono.Unix.Catalog.GetString("Benchmark"), null, null);
     this.BenchmarkAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Comparação");
     w1.Add(this.BenchmarkAction, null);
     this.PNGAction6            = new global::Gtk.Action("PNGAction6", global::Mono.Unix.Catalog.GetString(".PNG"), null, null);
     this.PNGAction6.ShortLabel = global::Mono.Unix.Catalog.GetString(".PNG");
     w1.Add(this.PNGAction6, null);
     this.SVGAction6            = new global::Gtk.Action("SVGAction6", global::Mono.Unix.Catalog.GetString(".SVG"), null, null);
     this.SVGAction6.ShortLabel = global::Mono.Unix.Catalog.GetString(".SVG");
     w1.Add(this.SVGAction6, null);
     this.dialogQuestionAction            = new global::Gtk.Action("dialogQuestionAction", global::Mono.Unix.Catalog.GetString("Ajuda"), null, "gtk-dialog-question");
     this.dialogQuestionAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Ajuda");
     w1.Add(this.dialogQuestionAction, null);
     this.dialogInfoAction            = new global::Gtk.Action("dialogInfoAction", global::Mono.Unix.Catalog.GetString("Sobre"), null, "gtk-dialog-info");
     this.dialogInfoAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Sobre");
     w1.Add(this.dialogInfoAction, null);
     this.AjudaAction1            = new global::Gtk.Action("AjudaAction1", global::Mono.Unix.Catalog.GetString("Ajuda"), null, null);
     this.AjudaAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Ajuda");
     w1.Add(this.AjudaAction1, null);
     this.connectAction            = new global::Gtk.Action("connectAction", global::Mono.Unix.Catalog.GetString("Documentação"), null, "gtk-connect");
     this.connectAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Ajuda");
     w1.Add(this.connectAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Scheduler#");
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("SchedulerSharp.icon512.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.DefaultWidth   = 800;
     this.DefaultHeight  = 600;
     // 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=\'menubar3\'><menu name=\'dndAction\' action=\'dndAction\'><menuitem " +
                                    "name=\'newAction\' action=\'newAction\'/><menuitem name=\'editAction\' action=\'editAct" +
                                    "ion\'/><menuitem name=\'saveAction\' action=\'saveAction\'/><menuitem name=\'saveAsAct" +
                                    "ion\' action=\'saveAsAction\'/><menuitem name=\'quitAction\' action=\'quitAction\'/></m" +
                                    "enu><menu name=\'mediaPlayAction\' action=\'mediaPlayAction\'><menu name=\'directoryA" +
                                    "ction\' action=\'directoryAction\'><menu name=\'FCFSAction1\' action=\'FCFSAction1\'><m" +
                                    "enuitem name=\'PNGAction2\' action=\'PNGAction2\'/><menuitem name=\'SVGAction2\' actio" +
                                    "n=\'SVGAction2\'/></menu><menu name=\'SJFAction\' action=\'SJFAction\'><menuitem name=" +
                                    "\'PNGAction3\' action=\'PNGAction3\'/><menuitem name=\'SVGAction3\' action=\'SVGAction3" +
                                    "\'/></menu><menu name=\'RRAction\' action=\'RRAction\'><menuitem name=\'PNGAction4\' ac" +
                                    "tion=\'PNGAction4\'/><menuitem name=\'SVGAction4\' action=\'SVGAction4\'/></menu><menu" +
                                    " name=\'BenchmarkAction\' action=\'BenchmarkAction\'><menuitem name=\'PNGAction6\' act" +
                                    "ion=\'PNGAction6\'/><menuitem name=\'SVGAction6\' action=\'SVGAction6\'/></menu><menu " +
                                    "name=\'TodosAction\' action=\'TodosAction\'><menuitem name=\'PNGAction5\' action=\'PNGA" +
                                    "ction5\'/><menuitem name=\'SVGAction5\' action=\'SVGAction5\'/></menu><menuitem name=" +
                                    "\'LogLogAction\' action=\'LogLogAction\'/><menuitem name=\'LogTxtAction\' action=\'LogT" +
                                    "xtAction\'/></menu><menu name=\'orientationPortraitAction\' action=\'orientationPort" +
                                    "raitAction\'><menuitem name=\'LogLogAction1\' action=\'LogLogAction1\'/></menu></menu" +
                                    "><menu name=\'findAndReplaceAction\' action=\'findAndReplaceAction\'><menuitem name=" +
                                    "\'convertAction\' action=\'convertAction\'/></menu><menu name=\'dialogQuestionAction\'" +
                                    " action=\'dialogQuestionAction\'><menuitem name=\'connectAction\' action=\'connectAct" +
                                    "ion\'/><menuitem name=\'dialogInfoAction\' action=\'dialogInfoAction\'/></menu></menu" +
                                    "bar></ui>");
     this.menubar3      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar3")));
     this.menubar3.Name = "menubar3";
     this.vbox1.Add(this.menubar3);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.menubar3]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.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 = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.simulatorBox         = new global::Gtk.VBox();
     this.simulatorBox.Name    = "simulatorBox";
     this.simulatorBox.Spacing = 6;
     // Container child simulatorBox.Gtk.Box+BoxChild
     this.menuBox         = new global::Gtk.HBox();
     this.menuBox.Name    = "menuBox";
     this.menuBox.Spacing = 6;
     // Container child menuBox.Gtk.Box+BoxChild
     this.SchedulerCombobox = global::Gtk.ComboBox.NewText();
     this.SchedulerCombobox.AppendText(global::Mono.Unix.Catalog.GetString("FCFS"));
     this.SchedulerCombobox.AppendText(global::Mono.Unix.Catalog.GetString("SJF"));
     this.SchedulerCombobox.AppendText(global::Mono.Unix.Catalog.GetString("RR"));
     this.SchedulerCombobox.AppendText(global::Mono.Unix.Catalog.GetString("Benchmark"));
     this.SchedulerCombobox.WidthRequest = 160;
     this.SchedulerCombobox.Name         = "SchedulerCombobox";
     this.SchedulerCombobox.Active       = 0;
     this.menuBox.Add(this.SchedulerCombobox);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.menuBox[this.SchedulerCombobox]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child menuBox.Gtk.Box+BoxChild
     this.directoryEntry      = global::Gtk.ComboBox.NewText();
     this.directoryEntry.Name = "directoryEntry";
     this.menuBox.Add(this.directoryEntry);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.menuBox[this.directoryEntry]));
     w4.Position = 1;
     this.simulatorBox.Add(this.menuBox);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.simulatorBox[this.menuBox]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child simulatorBox.Gtk.Box+BoxChild
     this.quantumBox         = new global::Gtk.HBox();
     this.quantumBox.Name    = "quantumBox";
     this.quantumBox.Spacing = 6;
     // Container child quantumBox.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Quantum");
     this.label1.Justify   = ((global::Gtk.Justification)(2));
     this.quantumBox.Add(this.label1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.quantumBox[this.label1]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child quantumBox.Gtk.Box+BoxChild
     this.quantumScale                          = new global::Gtk.HScale(null);
     this.quantumScale.CanFocus                 = true;
     this.quantumScale.Name                     = "quantumScale";
     this.quantumScale.Adjustment.Lower         = 1D;
     this.quantumScale.Adjustment.Upper         = 100D;
     this.quantumScale.Adjustment.PageIncrement = 10D;
     this.quantumScale.Adjustment.StepIncrement = 1D;
     this.quantumScale.Adjustment.Value         = 1D;
     this.quantumScale.DrawValue                = true;
     this.quantumScale.Digits                   = 0;
     this.quantumScale.ValuePos                 = ((global::Gtk.PositionType)(1));
     this.quantumBox.Add(this.quantumScale);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.quantumBox[this.quantumScale]));
     w7.Position = 1;
     this.simulatorBox.Add(this.quantumBox);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.simulatorBox[this.quantumBox]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child simulatorBox.Gtk.Box+BoxChild
     this.plotBox          = new global::Gtk.HPaned();
     this.plotBox.CanFocus = true;
     this.plotBox.Name     = "plotBox";
     this.plotBox.Position = 328;
     this.simulatorBox.Add(this.plotBox);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.simulatorBox[this.plotBox]));
     w9.Position = 2;
     // Container child simulatorBox.Gtk.Box+BoxChild
     this.mediaBox         = new global::Gtk.HBox();
     this.mediaBox.Name    = "mediaBox";
     this.mediaBox.Spacing = 6;
     // Container child mediaBox.Gtk.Box+BoxChild
     this.previewButton              = new global::Gtk.Button();
     this.previewButton.CanFocus     = true;
     this.previewButton.Name         = "previewButton";
     this.previewButton.UseUnderline = true;
     this.previewButton.Label        = global::Mono.Unix.Catalog.GetString("Retroceder");
     global::Gtk.Image w10 = new global::Gtk.Image();
     w10.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-previous", global::Gtk.IconSize.Button);
     this.previewButton.Image = w10;
     this.mediaBox.Add(this.previewButton);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.mediaBox[this.previewButton]));
     w11.Position = 0;
     // Container child mediaBox.Gtk.Box+BoxChild
     this.pauseButton              = new global::Gtk.Button();
     this.pauseButton.CanFocus     = true;
     this.pauseButton.Name         = "pauseButton";
     this.pauseButton.UseUnderline = true;
     this.pauseButton.Label        = global::Mono.Unix.Catalog.GetString("Pausa/Continue");
     global::Gtk.Image w12 = new global::Gtk.Image();
     w12.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-pause", global::Gtk.IconSize.Button);
     this.pauseButton.Image = w12;
     this.mediaBox.Add(this.pauseButton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.mediaBox[this.pauseButton]));
     w13.Position = 1;
     // Container child mediaBox.Gtk.Box+BoxChild
     this.playButton              = new global::Gtk.Button();
     this.playButton.CanFocus     = true;
     this.playButton.Name         = "playButton";
     this.playButton.UseUnderline = true;
     this.playButton.Label        = global::Mono.Unix.Catalog.GetString("Iniciar");
     global::Gtk.Image w14 = new global::Gtk.Image();
     w14.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-play", global::Gtk.IconSize.Button);
     this.playButton.Image = w14;
     this.mediaBox.Add(this.playButton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.mediaBox[this.playButton]));
     w15.Position = 2;
     // Container child mediaBox.Gtk.Box+BoxChild
     this.nextButton              = new global::Gtk.Button();
     this.nextButton.CanFocus     = true;
     this.nextButton.Name         = "nextButton";
     this.nextButton.UseUnderline = true;
     this.nextButton.Label        = global::Mono.Unix.Catalog.GetString("Avançar");
     global::Gtk.Image w16 = new global::Gtk.Image();
     w16.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-next", global::Gtk.IconSize.Button);
     this.nextButton.Image = w16;
     this.mediaBox.Add(this.nextButton);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.mediaBox[this.nextButton]));
     w17.Position = 3;
     this.simulatorBox.Add(this.mediaBox);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.simulatorBox[this.mediaBox]));
     w18.Position = 3;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child simulatorBox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.progressFCFS      = new global::Gtk.ProgressBar();
     this.progressFCFS.Name = "progressFCFS";
     this.progressFCFS.Text = global::Mono.Unix.Catalog.GetString("FCFS");
     this.hbox1.Add(this.progressFCFS);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.progressFCFS]));
     w19.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.progressSJF      = new global::Gtk.ProgressBar();
     this.progressSJF.Name = "progressSJF";
     this.progressSJF.Text = global::Mono.Unix.Catalog.GetString("SJF");
     this.hbox1.Add(this.progressSJF);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.progressSJF]));
     w20.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.progressRR      = new global::Gtk.ProgressBar();
     this.progressRR.Name = "progressRR";
     this.progressRR.Text = global::Mono.Unix.Catalog.GetString("RR");
     this.hbox1.Add(this.progressRR);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.progressRR]));
     w21.Position = 2;
     this.simulatorBox.Add(this.hbox1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.simulatorBox[this.hbox1]));
     w22.PackType = ((global::Gtk.PackType)(1));
     w22.Position = 4;
     w22.Expand   = false;
     w22.Fill     = false;
     this.notebook1.Add(this.simulatorBox);
     // Notebook tab
     this.simuPageText           = new global::Gtk.Label();
     this.simuPageText.Name      = "simuPageText";
     this.simuPageText.LabelProp = global::Mono.Unix.Catalog.GetString("Simulação");
     this.notebook1.SetTabLabel(this.simulatorBox, this.simuPageText);
     this.simuPageText.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.creatorBox         = new global::Gtk.VBox();
     this.creatorBox.Name    = "creatorBox";
     this.creatorBox.Spacing = 6;
     // Container child creatorBox.Gtk.Box+BoxChild
     this.cMenuBox         = new global::Gtk.HBox();
     this.cMenuBox.Name    = "cMenuBox";
     this.cMenuBox.Spacing = 6;
     // Container child cMenuBox.Gtk.Box+BoxChild
     this.dirCreatorEntry      = global::Gtk.ComboBox.NewText();
     this.dirCreatorEntry.Name = "dirCreatorEntry";
     this.cMenuBox.Add(this.dirCreatorEntry);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.cMenuBox[this.dirCreatorEntry]));
     w24.Position = 0;
     this.creatorBox.Add(this.cMenuBox);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.creatorBox[this.cMenuBox]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child creatorBox.Gtk.Box+BoxChild
     this.scrolledWindow            = new global::Gtk.ScrolledWindow();
     this.scrolledWindow.CanFocus   = true;
     this.scrolledWindow.Name       = "scrolledWindow";
     this.scrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     this.creatorBox.Add(this.scrolledWindow);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.creatorBox[this.scrolledWindow]));
     w26.Position = 1;
     // Container child creatorBox.Gtk.Box+BoxChild
     this.settingsBox         = new global::Gtk.HBox();
     this.settingsBox.Name    = "settingsBox";
     this.settingsBox.Spacing = 6;
     // Container child settingsBox.Gtk.Box+BoxChild
     this.addCreatorButton              = new global::Gtk.Button();
     this.addCreatorButton.CanFocus     = true;
     this.addCreatorButton.Name         = "addCreatorButton";
     this.addCreatorButton.UseUnderline = true;
     this.addCreatorButton.Label        = global::Mono.Unix.Catalog.GetString("Adicionar");
     global::Gtk.Image w27 = new global::Gtk.Image();
     w27.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Button);
     this.addCreatorButton.Image = w27;
     this.settingsBox.Add(this.addCreatorButton);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.settingsBox[this.addCreatorButton]));
     w28.Position = 0;
     // Container child settingsBox.Gtk.Box+BoxChild
     this.removeCreatorButton              = new global::Gtk.Button();
     this.removeCreatorButton.CanFocus     = true;
     this.removeCreatorButton.Name         = "removeCreatorButton";
     this.removeCreatorButton.UseUnderline = true;
     this.removeCreatorButton.Label        = global::Mono.Unix.Catalog.GetString("Remover");
     global::Gtk.Image w29 = new global::Gtk.Image();
     w29.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "stock_delete", global::Gtk.IconSize.Button);
     this.removeCreatorButton.Image = w29;
     this.settingsBox.Add(this.removeCreatorButton);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.settingsBox[this.removeCreatorButton]));
     w30.Position = 1;
     this.creatorBox.Add(this.settingsBox);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.creatorBox[this.settingsBox]));
     w31.Position = 2;
     w31.Expand   = false;
     w31.Fill     = false;
     this.notebook1.Add(this.creatorBox);
     global::Gtk.Notebook.NotebookChild w32 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.creatorBox]));
     w32.Position = 1;
     // Notebook tab
     this.creationPageText           = new global::Gtk.Label();
     this.creationPageText.Name      = "creationPageText";
     this.creationPageText.LabelProp = global::Mono.Unix.Catalog.GetString("Criação");
     this.notebook1.SetTabLabel(this.creatorBox, this.creationPageText);
     this.creationPageText.ShowAll();
     this.vbox1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.notebook1]));
     w33.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.DeleteEvent                 += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.newAction.Activated         += new global::System.EventHandler(this.NewEvent);
     this.editAction.Activated        += new global::System.EventHandler(this.EditButtonEvent);
     this.saveAction.Activated        += new global::System.EventHandler(this.SaveEvent);
     this.saveAsAction.Activated      += new global::System.EventHandler(this.SaveAsEvent);
     this.LogLogAction.Activated      += new global::System.EventHandler(this.LogJsonEvent);
     this.quitAction.Activated        += new global::System.EventHandler(this.CloseEvent);
     this.LogTxtAction.Activated      += new global::System.EventHandler(this.LogTxtEvent);
     this.LogLogAction1.Activated     += new global::System.EventHandler(this.OnOpenLogJson);
     this.convertAction.Activated     += new global::System.EventHandler(this.TxtToPRBEvent);
     this.PNGAction2.Activated        += new global::System.EventHandler(this.ExportFCFSPNG);
     this.SVGAction2.Activated        += new global::System.EventHandler(this.ExportFCFSSVG);
     this.PNGAction3.Activated        += new global::System.EventHandler(this.ExportSJFPNG);
     this.SVGAction3.Activated        += new global::System.EventHandler(this.ExportSJFSVG);
     this.PNGAction4.Activated        += new global::System.EventHandler(this.ExportRRPNG);
     this.SVGAction4.Activated        += new global::System.EventHandler(this.ExportRRSVG);
     this.PNGAction5.Activated        += new global::System.EventHandler(this.ExportALLPNG);
     this.SVGAction5.Activated        += new global::System.EventHandler(this.ExportALLSVG);
     this.PNGAction6.Activated        += new global::System.EventHandler(this.ExportComparePNG);
     this.SVGAction6.Activated        += new global::System.EventHandler(this.ExportCompareSVG);
     this.dialogInfoAction.Activated  += new global::System.EventHandler(this.AboutWindowOpen);
     this.connectAction.Activated     += new global::System.EventHandler(this.HelpEvent);
     this.SchedulerCombobox.Changed   += new global::System.EventHandler(this.OnSelectScheduler);
     this.directoryEntry.Changed      += new global::System.EventHandler(this.OnChangeDirEntry);
     this.quantumScale.ValueChanged   += new global::System.EventHandler(this.OnQuantumChange);
     this.previewButton.Clicked       += new global::System.EventHandler(this.PreviewEvent);
     this.pauseButton.Clicked         += new global::System.EventHandler(this.PauseEvent);
     this.playButton.Clicked          += new global::System.EventHandler(this.PlayEvent);
     this.nextButton.Clicked          += new global::System.EventHandler(this.NextEvent);
     this.dirCreatorEntry.Changed     += new global::System.EventHandler(this.OnChangeDirEntry);
     this.addCreatorButton.Clicked    += new global::System.EventHandler(this.AddCreationEvent);
     this.removeCreatorButton.Clicked += new global::System.EventHandler(this.RemoveCreationEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Moscrif.IDE.Controls.Wizard.PublishDialogWizzard
     this.Name           = "Moscrif.IDE.Controls.Wizard.PublishDialogWizzard";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child Moscrif.IDE.Controls.Wizard.PublishDialogWizzard.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     this.notebook1.BorderWidth = ((uint)(10));
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     this.notebook1.Add(this.vbox2);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
     this.notebook1.SetTabLabel(this.vbox2, this.label1);
     this.label1.ShowAll();
     // 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.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.nvOutput          = new global::Gtk.NodeView();
     this.nvOutput.CanFocus = true;
     this.nvOutput.Name     = "nvOutput";
     this.GtkScrolledWindow.Add(this.nvOutput);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w4.Position = 0;
     this.notebook1.Add(this.vbox3);
     global::Gtk.Notebook.NotebookChild w5 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox3]));
     w5.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("page2");
     this.notebook1.SetTabLabel(this.vbox3, this.label2);
     this.label2.ShowAll();
     // Notebook tab
     global::Gtk.Label w6 = new global::Gtk.Label();
     w6.Visible = true;
     this.notebook1.Add(w6);
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("page3");
     this.notebook1.SetTabLabel(w6, this.label3);
     this.label3.ShowAll();
     w1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1 [this.notebook1]));
     w7.Position = 0;
     // Internal child Moscrif.IDE.Controls.Wizard.PublishDialogWizzard.ActionArea
     global::Gtk.HButtonBox w8 = this.ActionArea;
     w8.Name        = "dialog1_ActionArea";
     w8.Spacing     = 10;
     w8.BorderWidth = ((uint)(10));
     w8.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.btnCancel              = new global::Gtk.Button();
     this.btnCancel.CanDefault   = true;
     this.btnCancel.CanFocus     = true;
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.UseUnderline = true;
     this.btnCancel.Label        = global::Mono.Unix.Catalog.GetString("_Cancel");
     w8.Add(this.btnCancel);
     global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8 [this.btnCancel]));
     w9.Expand = false;
     w9.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.btnResetMatrix              = new global::Gtk.Button();
     this.btnResetMatrix.CanFocus     = true;
     this.btnResetMatrix.Name         = "btnResetMatrix";
     this.btnResetMatrix.UseUnderline = true;
     this.btnResetMatrix.Label        = global::Mono.Unix.Catalog.GetString("_Reset Matrix");
     w8.Add(this.btnResetMatrix);
     global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8 [this.btnResetMatrix]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.btnNext              = new global::Gtk.Button();
     this.btnNext.CanFocus     = true;
     this.btnNext.Name         = "btnNext";
     this.btnNext.UseUnderline = true;
     this.btnNext.Label        = global::Mono.Unix.Catalog.GetString("_Next");
     w8.Add(this.btnNext);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8 [this.btnNext]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 742;
     this.DefaultHeight = 482;
     this.Show();
     this.btnCancel.Clicked      += new global::System.EventHandler(this.OnBtnCancelClicked);
     this.btnResetMatrix.Clicked += new global::System.EventHandler(this.OnBtnResetMatrixClicked);
     this.btnNext.Clicked        += new global::System.EventHandler(this.OnBtnNextClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Do.UI.PreferencesWindow
     this.WidthRequest   = 428;
     this.HeightRequest  = 440;
     this.Name           = "Do.UI.PreferencesWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("GNOME Do Preferences");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "gtk-preferences", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth    = ((uint)(6));
     // Container child Do.UI.PreferencesWindow.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.notebook             = new global::Gtk.Notebook();
     this.notebook.CanFocus    = true;
     this.notebook.Name        = "notebook";
     this.notebook.CurrentPage = 0;
     this.hbox1.Add(this.notebook);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.notebook]));
     w1.Position = 0;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w2.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbuttonbox2      = new global::Gtk.HButtonBox();
     this.hbuttonbox2.Name = "hbuttonbox2";
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btn_help              = new global::Gtk.Button();
     this.btn_help.CanFocus     = true;
     this.btn_help.Name         = "btn_help";
     this.btn_help.UseStock     = true;
     this.btn_help.UseUnderline = true;
     this.btn_help.Label        = "gtk-help";
     this.hbuttonbox2.Add(this.btn_help);
     global::Gtk.ButtonBox.ButtonBoxChild w3 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.btn_help]));
     w3.Expand = false;
     w3.Fill   = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btn_close              = new global::Gtk.Button();
     this.btn_close.CanDefault   = true;
     this.btn_close.CanFocus     = true;
     this.btn_close.Name         = "btn_close";
     this.btn_close.UseStock     = true;
     this.btn_close.UseUnderline = true;
     this.btn_close.Label        = "gtk-close";
     this.hbuttonbox2.Add(this.btn_close);
     global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.btn_close]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox1.Add(this.hbuttonbox2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbuttonbox2]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth         = 450;
     this.DefaultHeight        = 470;
     this.btn_close.HasDefault = true;
     this.Show();
     this.btn_help.Clicked  += new global::System.EventHandler(this.OnBtnHelpClicked);
     this.btn_close.Clicked += new global::System.EventHandler(this.OnBtnCloseClicked);
 }
Example #27
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Dialogs.CertificateDlg
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Dialogs.CertificateDlg";
     // Container child Vodovoz.Dialogs.CertificateDlg.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.buttonSave              = new global::Gtk.Button();
     this.buttonSave.CanFocus     = true;
     this.buttonSave.Name         = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w1 = new global::Gtk.Image();
     w1.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-floppy", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w1;
     this.hbox1.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonSave]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.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("Отменить");
     global::Gtk.Image w3 = new global::Gtk.Image();
     w3.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w3;
     this.hbox1.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonCancel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator1]));
     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 = 0;
     w6.Expand   = false;
     w6.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.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.lblExpirationDate           = new global::Gtk.Label();
     this.lblExpirationDate.Name      = "lblExpirationDate";
     this.lblExpirationDate.Xalign    = 1F;
     this.lblExpirationDate.LabelProp = global::Mono.Unix.Catalog.GetString("Окончание срока действия:");
     this.table2.Add(this.lblExpirationDate);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2[this.lblExpirationDate]));
     w7.TopAttach    = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.lblName           = new global::Gtk.Label();
     this.lblName.Name      = "lblName";
     this.lblName.Xalign    = 1F;
     this.lblName.LabelProp = global::Mono.Unix.Catalog.GetString("Название сертификата:");
     this.table2.Add(this.lblName);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2[this.lblName]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.lblStartDate           = new global::Gtk.Label();
     this.lblStartDate.Name      = "lblStartDate";
     this.lblStartDate.Xalign    = 1F;
     this.lblStartDate.LabelProp = global::Mono.Unix.Catalog.GetString("Начало срока действия (либо дата выдачи):");
     this.table2.Add(this.lblStartDate);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2[this.lblStartDate]));
     w9.TopAttach    = ((uint)(2));
     w9.BottomAttach = ((uint)(3));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.lblType           = new global::Gtk.Label();
     this.lblType.Name      = "lblType";
     this.lblType.Xalign    = 1F;
     this.lblType.LabelProp = global::Mono.Unix.Catalog.GetString("Тип сертификата:");
     this.table2.Add(this.lblType);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2[this.lblType]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.yChkIsArchive               = new global::Gamma.GtkWidgets.yCheckButton();
     this.yChkIsArchive.CanFocus      = true;
     this.yChkIsArchive.Name          = "yChkIsArchive";
     this.yChkIsArchive.Label         = global::Mono.Unix.Catalog.GetString("Архивный");
     this.yChkIsArchive.DrawIndicator = true;
     this.yChkIsArchive.UseUnderline  = true;
     this.table2.Add(this.yChkIsArchive);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2[this.yChkIsArchive]));
     w11.TopAttach    = ((uint)(4));
     w11.BottomAttach = ((uint)(5));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.yDateOfExpiration                = new global::QS.Widgets.GtkUI.DatePicker();
     this.yDateOfExpiration.Events         = ((global::Gdk.EventMask)(256));
     this.yDateOfExpiration.Name           = "yDateOfExpiration";
     this.yDateOfExpiration.WithTime       = false;
     this.yDateOfExpiration.Date           = new global::System.DateTime(631139040000000000);
     this.yDateOfExpiration.IsEditable     = true;
     this.yDateOfExpiration.AutoSeparation = true;
     this.table2.Add(this.yDateOfExpiration);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2[this.yDateOfExpiration]));
     w12.TopAttach    = ((uint)(3));
     w12.BottomAttach = ((uint)(4));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.yEntryName               = new global::Gamma.GtkWidgets.yEntry();
     this.yEntryName.CanFocus      = true;
     this.yEntryName.Name          = "yEntryName";
     this.yEntryName.IsEditable    = true;
     this.yEntryName.InvisibleChar = '•';
     this.table2.Add(this.yEntryName);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2[this.yEntryName]));
     w13.LeftAttach  = ((uint)(1));
     w13.RightAttach = ((uint)(2));
     w13.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.yEnumCmbType      = new global::Gamma.Widgets.yEnumComboBox();
     this.yEnumCmbType.Name = "yEnumCmbType";
     this.yEnumCmbType.ShowSpecialStateAll = false;
     this.yEnumCmbType.ShowSpecialStateNot = true;
     this.yEnumCmbType.UseShortTitle       = false;
     this.yEnumCmbType.DefaultFirst        = false;
     this.table2.Add(this.yEnumCmbType);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2[this.yEnumCmbType]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.yStartDate                = new global::QS.Widgets.GtkUI.DatePicker();
     this.yStartDate.Events         = ((global::Gdk.EventMask)(256));
     this.yStartDate.Name           = "yStartDate";
     this.yStartDate.WithTime       = false;
     this.yStartDate.Date           = new global::System.DateTime(631139040000000000);
     this.yStartDate.IsEditable     = true;
     this.yStartDate.AutoSeparation = true;
     this.table2.Add(this.yStartDate);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2[this.yStartDate]));
     w15.TopAttach    = ((uint)(2));
     w15.BottomAttach = ((uint)(3));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox2.Add(this.table2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.table2]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox2.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.GtkAlignment4             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment4.Name        = "GtkAlignment4";
     this.GtkAlignment4.LeftPadding = ((uint)(12));
     // Container child GtkAlignment4.Gtk.Container+ContainerChild
     this.photoViewCertificate          = new global::QS.Widgets.GtkUI.PhotoView();
     this.photoViewCertificate.Events   = ((global::Gdk.EventMask)(256));
     this.photoViewCertificate.Name     = "photoViewCertificate";
     this.photoViewCertificate.CanPrint = false;
     this.GtkAlignment4.Add(this.photoViewCertificate);
     this.frame2.Add(this.GtkAlignment4);
     this.lblImage           = new global::Gtk.Label();
     this.lblImage.Name      = "lblImage";
     this.lblImage.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Изображение сертификата</b>");
     this.lblImage.UseMarkup = true;
     this.frame2.LabelWidget = this.lblImage;
     this.hbox2.Add(this.frame2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.frame2]));
     w19.Position = 1;
     this.notebook1.Add(this.hbox2);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<span foreground=\'black\'><b>Общее</b></span>");
     this.label1.UseMarkup = true;
     this.notebook1.SetTabLabel(this.hbox2, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbxNomenclatures         = new global::Gtk.VBox();
     this.vbxNomenclatures.Name    = "vbxNomenclatures";
     this.vbxNomenclatures.Spacing = 6;
     // Container child vbxNomenclatures.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.yTreeNomenclatures          = new global::Gamma.GtkWidgets.yTreeView();
     this.yTreeNomenclatures.CanFocus = true;
     this.yTreeNomenclatures.Name     = "yTreeNomenclatures";
     this.GtkScrolledWindow.Add(this.yTreeNomenclatures);
     this.vbxNomenclatures.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbxNomenclatures[this.GtkScrolledWindow]));
     w22.Position = 0;
     // Container child vbxNomenclatures.Gtk.Box+BoxChild
     this.hbuttonbox2             = new global::Gtk.HButtonBox();
     this.hbuttonbox2.Name        = "hbuttonbox2";
     this.hbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btnAddNomenclature              = new global::Gtk.Button();
     this.btnAddNomenclature.CanFocus     = true;
     this.btnAddNomenclature.Name         = "btnAddNomenclature";
     this.btnAddNomenclature.UseUnderline = true;
     this.btnAddNomenclature.Label        = global::Mono.Unix.Catalog.GetString("Добавить");
     this.hbuttonbox2.Add(this.btnAddNomenclature);
     global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.btnAddNomenclature]));
     w23.Expand = false;
     w23.Fill   = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     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("Удалить");
     this.hbuttonbox2.Add(this.btnDelete);
     global::Gtk.ButtonBox.ButtonBoxChild w24 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.btnDelete]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     this.vbxNomenclatures.Add(this.hbuttonbox2);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbxNomenclatures[this.hbuttonbox2]));
     w25.Position = 1;
     w25.Expand   = false;
     this.notebook1.Add(this.vbxNomenclatures);
     global::Gtk.Notebook.NotebookChild w26 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbxNomenclatures]));
     w26.Position = 1;
     // Notebook tab
     this.lblNomenclatures           = new global::Gtk.Label();
     this.lblNomenclatures.Name      = "lblNomenclatures";
     this.lblNomenclatures.LabelProp = global::Mono.Unix.Catalog.GetString("<span foreground=\'black\'><b>Номенклатуры</b></span>");
     this.lblNomenclatures.UseMarkup = true;
     this.notebook1.SetTabLabel(this.vbxNomenclatures, this.lblNomenclatures);
     this.lblNomenclatures.ShowAll();
     this.vbox2.Add(this.notebook1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.notebook1]));
     w27.Position = 1;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.btnAddNomenclature.Clicked += new global::System.EventHandler(this.OnBtnAddNomenclatureClicked);
     this.btnDelete.Activated        += new global::System.EventHandler(this.OnBtnDeleteActivated);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget PubnubMessagingExampleGTK.MainWindow
     this.Name           = "PubnubMessagingExampleGTK.MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("PubNub Messaging");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.DefaultWidth   = 800;
     this.DefaultHeight  = 600;
     // Container child PubnubMessagingExampleGTK.MainWindow.Gtk.Container+ContainerChild
     this.mainVpanel             = new global::Gtk.VPaned();
     this.mainVpanel.CanFocus    = true;
     this.mainVpanel.Name        = "mainVpanel";
     this.mainVpanel.Position    = 411;
     this.mainVpanel.BorderWidth = ((uint)(3));
     // Container child mainVpanel.Gtk.Paned+PanedChild
     this.mainHpanel          = new global::Gtk.HPaned();
     this.mainHpanel.CanFocus = true;
     this.mainHpanel.Name     = "mainHpanel";
     this.mainHpanel.Position = 200;
     // Container child mainHpanel.Gtk.Paned+PanedChild
     this.actionButtonTable = new global::Gtk.Table(((uint)(13)), ((uint)(3)), false);
     this.actionButtonTable.WidthRequest  = 200;
     this.actionButtonTable.Name          = "actionButtonTable";
     this.actionButtonTable.RowSpacing    = ((uint)(6));
     this.actionButtonTable.ColumnSpacing = ((uint)(6));
     // Container child actionButtonTable.Gtk.Table+TableChild
     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.actionButtonTable.Add(this.btnCancel);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.actionButtonTable [this.btnCancel]));
     w1.TopAttach    = ((uint)(4));
     w1.BottomAttach = ((uint)(5));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child actionButtonTable.Gtk.Table+TableChild
     this.btnDetailedHistory              = new global::Gtk.Button();
     this.btnDetailedHistory.CanFocus     = true;
     this.btnDetailedHistory.Name         = "btnDetailedHistory";
     this.btnDetailedHistory.UseUnderline = true;
     this.btnDetailedHistory.Label        = global::Mono.Unix.Catalog.GetString("Detailed History");
     this.actionButtonTable.Add(this.btnDetailedHistory);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.actionButtonTable [this.btnDetailedHistory]));
     w2.TopAttach    = ((uint)(8));
     w2.BottomAttach = ((uint)(9));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child actionButtonTable.Gtk.Table+TableChild
     this.btnHereNow              = new global::Gtk.Button();
     this.btnHereNow.CanFocus     = true;
     this.btnHereNow.Name         = "btnHereNow";
     this.btnHereNow.UseUnderline = true;
     this.btnHereNow.Label        = global::Mono.Unix.Catalog.GetString("Here Now");
     this.actionButtonTable.Add(this.btnHereNow);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.actionButtonTable [this.btnHereNow]));
     w3.TopAttach    = ((uint)(9));
     w3.BottomAttach = ((uint)(10));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child actionButtonTable.Gtk.Table+TableChild
     this.btnPresence              = new global::Gtk.Button();
     this.btnPresence.CanFocus     = true;
     this.btnPresence.Name         = "btnPresence";
     this.btnPresence.UseUnderline = true;
     this.btnPresence.Label        = global::Mono.Unix.Catalog.GetString("Presence");
     this.actionButtonTable.Add(this.btnPresence);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.actionButtonTable [this.btnPresence]));
     w4.TopAttach    = ((uint)(7));
     w4.BottomAttach = ((uint)(8));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child actionButtonTable.Gtk.Table+TableChild
     this.btnPresenceUnsubscribe              = new global::Gtk.Button();
     this.btnPresenceUnsubscribe.CanFocus     = true;
     this.btnPresenceUnsubscribe.Name         = "btnPresenceUnsubscribe";
     this.btnPresenceUnsubscribe.UseUnderline = true;
     this.btnPresenceUnsubscribe.Label        = global::Mono.Unix.Catalog.GetString("Presence Unsubscribe");
     this.actionButtonTable.Add(this.btnPresenceUnsubscribe);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.actionButtonTable [this.btnPresenceUnsubscribe]));
     w5.TopAttach    = ((uint)(11));
     w5.BottomAttach = ((uint)(12));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child actionButtonTable.Gtk.Table+TableChild
     this.btnPublish              = new global::Gtk.Button();
     this.btnPublish.CanFocus     = true;
     this.btnPublish.Name         = "btnPublish";
     this.btnPublish.UseUnderline = true;
     this.btnPublish.Label        = global::Mono.Unix.Catalog.GetString("Publish");
     this.actionButtonTable.Add(this.btnPublish);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.actionButtonTable [this.btnPublish]));
     w6.TopAttach    = ((uint)(6));
     w6.BottomAttach = ((uint)(7));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child actionButtonTable.Gtk.Table+TableChild
     this.btnSettings = new global::Gtk.Button();
     this.btnSettings.WidthRequest = 180;
     this.btnSettings.CanFocus     = true;
     this.btnSettings.Name         = "btnSettings";
     this.btnSettings.UseUnderline = true;
     this.btnSettings.Label        = global::Mono.Unix.Catalog.GetString("Settings");
     this.actionButtonTable.Add(this.btnSettings);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.actionButtonTable [this.btnSettings]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child actionButtonTable.Gtk.Table+TableChild
     this.btnSubscribe              = new global::Gtk.Button();
     this.btnSubscribe.CanFocus     = true;
     this.btnSubscribe.Name         = "btnSubscribe";
     this.btnSubscribe.UseUnderline = true;
     this.btnSubscribe.Label        = global::Mono.Unix.Catalog.GetString("Subscribe");
     this.actionButtonTable.Add(this.btnSubscribe);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.actionButtonTable [this.btnSubscribe]));
     w8.TopAttach    = ((uint)(5));
     w8.BottomAttach = ((uint)(6));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child actionButtonTable.Gtk.Table+TableChild
     this.btnTime              = new global::Gtk.Button();
     this.btnTime.CanFocus     = true;
     this.btnTime.Name         = "btnTime";
     this.btnTime.UseUnderline = true;
     this.btnTime.Label        = global::Mono.Unix.Catalog.GetString("Time");
     this.actionButtonTable.Add(this.btnTime);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.actionButtonTable [this.btnTime]));
     w9.TopAttach    = ((uint)(12));
     w9.BottomAttach = ((uint)(13));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child actionButtonTable.Gtk.Table+TableChild
     this.btnUnsubscribe              = new global::Gtk.Button();
     this.btnUnsubscribe.CanFocus     = true;
     this.btnUnsubscribe.Name         = "btnUnsubscribe";
     this.btnUnsubscribe.UseUnderline = true;
     this.btnUnsubscribe.Label        = global::Mono.Unix.Catalog.GetString("Unsubscribe");
     this.actionButtonTable.Add(this.btnUnsubscribe);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.actionButtonTable [this.btnUnsubscribe]));
     w10.TopAttach    = ((uint)(10));
     w10.BottomAttach = ((uint)(11));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.mainHpanel.Add(this.actionButtonTable);
     global::Gtk.Paned.PanedChild w11 = ((global::Gtk.Paned.PanedChild)(this.mainHpanel [this.actionButtonTable]));
     w11.Resize = false;
     w11.Shrink = false;
     // Container child mainHpanel.Gtk.Paned+PanedChild
     this.subVbox             = new global::Gtk.VBox();
     this.subVbox.Name        = "subVbox";
     this.subVbox.Spacing     = 6;
     this.subVbox.BorderWidth = ((uint)(10));
     // Container child subVbox.Gtk.Box+BoxChild
     this.line1Hbox = new global::Gtk.HBox();
     this.line1Hbox.HeightRequest = 40;
     this.line1Hbox.Name          = "line1Hbox";
     this.line1Hbox.Spacing       = 6;
     // Container child line1Hbox.Gtk.Box+BoxChild
     this.lblSsl           = new global::Gtk.Label();
     this.lblSsl.Name      = "lblSsl";
     this.lblSsl.LabelProp = global::Mono.Unix.Catalog.GetString("SSL");
     this.line1Hbox.Add(this.lblSsl);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.line1Hbox [this.lblSsl]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child line1Hbox.Gtk.Box+BoxChild
     this.entrySsl = new global::Gtk.Entry();
     this.entrySsl.WidthRequest  = 30;
     this.entrySsl.CanFocus      = true;
     this.entrySsl.Name          = "entrySsl";
     this.entrySsl.IsEditable    = false;
     this.entrySsl.InvisibleChar = '•';
     this.line1Hbox.Add(this.entrySsl);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.line1Hbox [this.entrySsl]));
     w13.Position = 1;
     // Container child line1Hbox.Gtk.Box+BoxChild
     this.lblUuid              = new global::Gtk.Label();
     this.lblUuid.Name         = "lblUuid";
     this.lblUuid.LabelProp    = global::Mono.Unix.Catalog.GetString("UUID");
     this.lblUuid.UseUnderline = true;
     this.line1Hbox.Add(this.lblUuid);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.line1Hbox [this.lblUuid]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child line1Hbox.Gtk.Box+BoxChild
     this.entryUuid               = new global::Gtk.Entry();
     this.entryUuid.CanFocus      = true;
     this.entryUuid.Name          = "entryUuid";
     this.entryUuid.IsEditable    = false;
     this.entryUuid.InvisibleChar = '•';
     this.line1Hbox.Add(this.entryUuid);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.line1Hbox [this.entryUuid]));
     w15.Position = 3;
     // Container child line1Hbox.Gtk.Box+BoxChild
     this.lblCipher           = new global::Gtk.Label();
     this.lblCipher.Name      = "lblCipher";
     this.lblCipher.LabelProp = global::Mono.Unix.Catalog.GetString("Cipher");
     this.line1Hbox.Add(this.lblCipher);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.line1Hbox [this.lblCipher]));
     w16.Position = 4;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child line1Hbox.Gtk.Box+BoxChild
     this.entryCipher               = new global::Gtk.Entry();
     this.entryCipher.CanFocus      = true;
     this.entryCipher.Name          = "entryCipher";
     this.entryCipher.IsEditable    = false;
     this.entryCipher.InvisibleChar = '•';
     this.line1Hbox.Add(this.entryCipher);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.line1Hbox [this.entryCipher]));
     w17.Position = 5;
     // Container child line1Hbox.Gtk.Box+BoxChild
     this.lblTime           = new global::Gtk.Label();
     this.lblTime.Name      = "lblTime";
     this.lblTime.LabelProp = global::Mono.Unix.Catalog.GetString("Last Request Time");
     this.line1Hbox.Add(this.lblTime);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.line1Hbox [this.lblTime]));
     w18.Position = 6;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child line1Hbox.Gtk.Box+BoxChild
     this.entryServerTime               = new global::Gtk.Entry();
     this.entryServerTime.CanFocus      = true;
     this.entryServerTime.Name          = "entryServerTime";
     this.entryServerTime.IsEditable    = false;
     this.entryServerTime.InvisibleChar = '•';
     this.line1Hbox.Add(this.entryServerTime);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.line1Hbox [this.entryServerTime]));
     w19.Position = 7;
     this.subVbox.Add(this.line1Hbox);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.subVbox [this.line1Hbox]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child subVbox.Gtk.Box+BoxChild
     this.hBoxChannelAndConnected = new global::Gtk.HBox();
     this.hBoxChannelAndConnected.HeightRequest = 20;
     this.hBoxChannelAndConnected.Name          = "hBoxChannelAndConnected";
     this.hBoxChannelAndConnected.Spacing       = 6;
     this.hBoxChannelAndConnected.BorderWidth   = ((uint)(5));
     // Container child hBoxChannelAndConnected.Gtk.Box+BoxChild
     this.notebook3             = new global::Gtk.Notebook();
     this.notebook3.CanFocus    = true;
     this.notebook3.Name        = "notebook3";
     this.notebook3.CurrentPage = 0;
     // Container child notebook3.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.tvChannels = new global::Gtk.TextView();
     this.tvChannels.HeightRequest = 40;
     this.tvChannels.CanFocus      = true;
     this.tvChannels.Name          = "tvChannels";
     this.GtkScrolledWindow1.Add(this.tvChannels);
     this.notebook3.Add(this.GtkScrolledWindow1);
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Channels Subscribed To");
     this.notebook3.SetTabLabel(this.GtkScrolledWindow1, this.label3);
     this.label3.ShowAll();
     this.hBoxChannelAndConnected.Add(this.notebook3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hBoxChannelAndConnected [this.notebook3]));
     w23.Position = 0;
     // Container child hBoxChannelAndConnected.Gtk.Box+BoxChild
     this.nbConnectedChannels             = new global::Gtk.Notebook();
     this.nbConnectedChannels.CanFocus    = true;
     this.nbConnectedChannels.Name        = "nbConnectedChannels";
     this.nbConnectedChannels.CurrentPage = 0;
     // Container child nbConnectedChannels.Gtk.Notebook+NotebookChild
     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.btnShowConnectedUsers              = new global::Gtk.Button();
     this.btnShowConnectedUsers.CanFocus     = true;
     this.btnShowConnectedUsers.Name         = "btnShowConnectedUsers";
     this.btnShowConnectedUsers.UseUnderline = true;
     this.btnShowConnectedUsers.Label        = global::Mono.Unix.Catalog.GetString("Run Here Now");
     this.hbox2.Add(this.btnShowConnectedUsers);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnShowConnectedUsers]));
     w24.Position = 2;
     w24.Expand   = false;
     w24.Fill     = false;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox2]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vbox3.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.tvConnectedUsers = new global::Gtk.TextView();
     this.tvConnectedUsers.HeightRequest = 20;
     this.tvConnectedUsers.CanFocus      = true;
     this.tvConnectedUsers.Name          = "tvConnectedUsers";
     this.GtkScrolledWindow2.Add(this.tvConnectedUsers);
     this.vbox3.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow2]));
     w27.Position = 1;
     this.nbConnectedChannels.Add(this.vbox3);
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Connected Users");
     this.nbConnectedChannels.SetTabLabel(this.vbox3, this.label4);
     this.label4.ShowAll();
     this.hBoxChannelAndConnected.Add(this.nbConnectedChannels);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hBoxChannelAndConnected [this.nbConnectedChannels]));
     w29.Position = 1;
     this.subVbox.Add(this.hBoxChannelAndConnected);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.subVbox [this.hBoxChannelAndConnected]));
     w30.Position = 1;
     // Container child subVbox.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.notebook5             = new global::Gtk.Notebook();
     this.notebook5.CanFocus    = true;
     this.notebook5.Name        = "notebook5";
     this.notebook5.CurrentPage = 0;
     // Container child notebook5.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow4            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow4.Name       = "GtkScrolledWindow4";
     this.GtkScrolledWindow4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow4.Gtk.Container+ContainerChild
     this.tvMessages          = new global::Gtk.TextView();
     this.tvMessages.CanFocus = true;
     this.tvMessages.Name     = "tvMessages";
     this.GtkScrolledWindow4.Add(this.tvMessages);
     this.notebook5.Add(this.GtkScrolledWindow4);
     // Notebook tab
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Messages");
     this.notebook5.SetTabLabel(this.GtkScrolledWindow4, this.label5);
     this.label5.ShowAll();
     this.hbox4.Add(this.notebook5);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.notebook5]));
     w33.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.notebook6             = new global::Gtk.Notebook();
     this.notebook6.CanFocus    = true;
     this.notebook6.Name        = "notebook6";
     this.notebook6.CurrentPage = 0;
     // Container child notebook6.Gtk.Notebook+NotebookChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // 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.btnReloadDetailedHistory              = new global::Gtk.Button();
     this.btnReloadDetailedHistory.CanFocus     = true;
     this.btnReloadDetailedHistory.Name         = "btnReloadDetailedHistory";
     this.btnReloadDetailedHistory.UseUnderline = true;
     this.btnReloadDetailedHistory.Label        = global::Mono.Unix.Catalog.GetString("Run History");
     this.hbox5.Add(this.btnReloadDetailedHistory);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.btnReloadDetailedHistory]));
     w34.Position = 2;
     w34.Expand   = false;
     w34.Fill     = false;
     this.vbox2.Add(this.hbox5);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox5]));
     w35.Position = 0;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child vbox2.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.tvDetailedHistory          = new global::Gtk.TextView();
     this.tvDetailedHistory.CanFocus = true;
     this.tvDetailedHistory.Name     = "tvDetailedHistory";
     this.GtkScrolledWindow3.Add(this.tvDetailedHistory);
     this.vbox2.Add(this.GtkScrolledWindow3);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow3]));
     w37.Position = 1;
     this.notebook6.Add(this.vbox2);
     // Notebook tab
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Detailed History");
     this.notebook6.SetTabLabel(this.vbox2, this.label7);
     this.label7.ShowAll();
     this.hbox4.Add(this.notebook6);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.notebook6]));
     w39.Position = 1;
     this.subVbox.Add(this.hbox4);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.subVbox [this.hbox4]));
     w40.PackType = ((global::Gtk.PackType)(1));
     w40.Position = 2;
     this.mainHpanel.Add(this.subVbox);
     global::Gtk.Paned.PanedChild w41 = ((global::Gtk.Paned.PanedChild)(this.mainHpanel [this.subVbox]));
     w41.Resize = false;
     w41.Shrink = false;
     this.mainVpanel.Add(this.mainHpanel);
     global::Gtk.Paned.PanedChild w42 = ((global::Gtk.Paned.PanedChild)(this.mainVpanel [this.mainHpanel]));
     w42.Resize = false;
     w42.Shrink = false;
     // Container child mainVpanel.Gtk.Paned+PanedChild
     this.bottomTabs             = new global::Gtk.Notebook();
     this.bottomTabs.CanFocus    = true;
     this.bottomTabs.Name        = "bottomTabs";
     this.bottomTabs.CurrentPage = 0;
     // Container child bottomTabs.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.logs          = new global::Gtk.TextView();
     this.logs.CanFocus = true;
     this.logs.Name     = "logs";
     this.GtkScrolledWindow.Add(this.logs);
     this.bottomTabs.Add(this.GtkScrolledWindow);
     // Notebook tab
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Logs");
     this.bottomTabs.SetTabLabel(this.GtkScrolledWindow, this.label6);
     this.label6.ShowAll();
     this.mainVpanel.Add(this.bottomTabs);
     this.Add(this.mainVpanel);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.lblTime.Hide();
     this.entryServerTime.Hide();
     this.Show();
     this.btnUnsubscribe.Clicked           += new global::System.EventHandler(this.UnsubscribeClicked);
     this.btnTime.Clicked                  += new global::System.EventHandler(this.TimeClicked);
     this.btnSubscribe.Clicked             += new global::System.EventHandler(this.SubscribeClicked);
     this.btnSettings.Clicked              += new global::System.EventHandler(this.SettingsClicked);
     this.btnPublish.Clicked               += new global::System.EventHandler(this.PublishClicked);
     this.btnPresenceUnsubscribe.Clicked   += new global::System.EventHandler(this.UnsubscribePresenceClicked);
     this.btnPresence.Clicked              += new global::System.EventHandler(this.PresenceClicked);
     this.btnHereNow.Clicked               += new global::System.EventHandler(this.HereNowClicked);
     this.btnDetailedHistory.Clicked       += new global::System.EventHandler(this.DetailedHistoryClicked);
     this.btnShowConnectedUsers.Clicked    += new global::System.EventHandler(this.ShowConnectedUsers);
     this.btnReloadDetailedHistory.Clicked += new global::System.EventHandler(this.DetailedHistoryClicked);
 }
Example #29
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget BioGorod.Dialogs.Client.DeliveryPointDlg
     global::Stetic.BinContainer.Attach(this);
     this.Name = "BioGorod.Dialogs.Client.DeliveryPointDlg";
     // Container child BioGorod.Dialogs.Client.DeliveryPointDlg.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.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonSave              = new global::Gtk.Button();
     this.buttonSave.CanFocus     = true;
     this.buttonSave.Name         = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w1 = new global::Gtk.Image();
     w1.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w1;
     this.hbox1.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonSave]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.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("Отменить");
     global::Gtk.Image w3 = new global::Gtk.Image();
     w3.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w3;
     this.hbox1.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonCancel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.menuActions              = new global::QSWidgetLib.MenuButton();
     this.menuActions.CanFocus     = true;
     this.menuActions.Name         = "menuActions";
     this.menuActions.UseUnderline = true;
     this.menuActions.UseMarkup    = false;
     global::Gtk.Image w5 = new global::Gtk.Image();
     w5.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("BioGorod.Icons.Buttons.menu.png");
     this.menuActions.Image = w5;
     this.hbox1.Add(this.menuActions);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.menuActions]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox13         = new global::Gtk.HBox();
     this.hbox13.Name    = "hbox13";
     this.hbox13.Spacing = 6;
     // Container child hbox13.Gtk.Box+BoxChild
     this.radioInformation               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Информация"));
     this.radioInformation.CanFocus      = true;
     this.radioInformation.Name          = "radioInformation";
     this.radioInformation.DrawIndicator = false;
     this.radioInformation.UseUnderline  = true;
     this.radioInformation.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox13.Add(this.radioInformation);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.radioInformation]));
     w8.Position = 0;
     // Container child hbox13.Gtk.Box+BoxChild
     this.radioContacts               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Контактные лица"));
     this.radioContacts.CanFocus      = true;
     this.radioContacts.Name          = "radioContacts";
     this.radioContacts.DrawIndicator = false;
     this.radioContacts.UseUnderline  = true;
     this.radioContacts.Group         = this.radioInformation.Group;
     this.hbox13.Add(this.radioContacts);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.radioContacts]));
     w9.Position = 1;
     this.vbox1.Add(this.hbox13);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox13]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.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 = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.hbox12         = new global::Gtk.HBox();
     this.hbox12.Name    = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.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
     global::Gtk.Viewport w11 = new global::Gtk.Viewport();
     w11.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.datatable1               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.datatable1.Name          = "datatable1";
     this.datatable1.RowSpacing    = ((uint)(6));
     this.datatable1.ColumnSpacing = ((uint)(6));
     this.datatable1.BorderWidth   = ((uint)(6));
     // Container child datatable1.Gtk.Table+TableChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.textComment          = new global::Gamma.GtkWidgets.yTextView();
     this.textComment.CanFocus = true;
     this.textComment.Name     = "textComment";
     this.GtkScrolledWindow1.Add(this.textComment);
     this.datatable1.Add(this.GtkScrolledWindow1);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.GtkScrolledWindow1]));
     w13.TopAttach    = ((uint)(5));
     w13.BottomAttach = ((uint)(6));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.yentryAddition               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryAddition.CanFocus      = true;
     this.yentryAddition.Name          = "yentryAddition";
     this.yentryAddition.IsEditable    = true;
     this.yentryAddition.MaxLength     = 100;
     this.yentryAddition.InvisibleChar = '●';
     this.hbox10.Add(this.yentryAddition);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.yentryAddition]));
     w14.Position = 0;
     // Container child hbox10.Gtk.Box+BoxChild
     this.labelHouseName            = new global::Gtk.Label();
     this.labelHouseName.Name       = "labelHouseName";
     this.labelHouseName.Xalign     = 1F;
     this.labelHouseName.Justify    = ((global::Gtk.Justification)(1));
     this.labelHouseName.Selectable = true;
     this.hbox10.Add(this.labelHouseName);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.labelHouseName]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.datatable1.Add(this.hbox10);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.hbox10]));
     w16.TopAttach    = ((uint)(3));
     w16.BottomAttach = ((uint)(4));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.hbox11         = new global::Gtk.HBox();
     this.hbox11.Name    = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.label20           = new global::Gtk.Label();
     this.label20.Name      = "label20";
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString("Район города:");
     this.hbox11.Add(this.label20);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.label20]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.ylabelDistrictOfCity           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelDistrictOfCity.Name      = "ylabelDistrictOfCity";
     this.ylabelDistrictOfCity.LabelProp = global::Mono.Unix.Catalog.GetString("отсутствует");
     this.hbox11.Add(this.ylabelDistrictOfCity);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.ylabelDistrictOfCity]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     this.datatable1.Add(this.hbox11);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.hbox11]));
     w19.TopAttach    = ((uint)(4));
     w19.BottomAttach = ((uint)(5));
     w19.LeftAttach   = ((uint)(1));
     w19.RightAttach  = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.labelCompiledAddress            = new global::Gamma.GtkWidgets.yLabel();
     this.labelCompiledAddress.Name       = "labelCompiledAddress";
     this.labelCompiledAddress.Xalign     = 0F;
     this.labelCompiledAddress.Wrap       = true;
     this.labelCompiledAddress.Selectable = true;
     this.hbox6.Add(this.labelCompiledAddress);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.labelCompiledAddress]));
     w20.Position = 0;
     // Container child hbox6.Gtk.Box+BoxChild
     this.ycheckOsmFixed               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckOsmFixed.CanFocus      = true;
     this.ycheckOsmFixed.Name          = "ycheckOsmFixed";
     this.ycheckOsmFixed.Label         = global::Mono.Unix.Catalog.GetString("Исправлено");
     this.ycheckOsmFixed.DrawIndicator = true;
     this.ycheckOsmFixed.UseUnderline  = true;
     this.hbox6.Add(this.ycheckOsmFixed);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.ycheckOsmFixed]));
     w21.Position = 2;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.checkIsActive               = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkIsActive.CanFocus      = true;
     this.checkIsActive.Name          = "checkIsActive";
     this.checkIsActive.Label         = global::Mono.Unix.Catalog.GetString("Активный");
     this.checkIsActive.DrawIndicator = true;
     this.checkIsActive.UseUnderline  = true;
     this.hbox6.Add(this.checkIsActive);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.checkIsActive]));
     w22.Position = 3;
     w22.Expand   = false;
     w22.Fill     = false;
     this.datatable1.Add(this.hbox6);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.hbox6]));
     w23.LeftAttach  = ((uint)(1));
     w23.RightAttach = ((uint)(2));
     w23.XOptions    = ((global::Gtk.AttachOptions)(4));
     w23.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.entryCity               = new global::QSOsm.CityEntry();
     this.entryCity.CanFocus      = true;
     this.entryCity.Name          = "entryCity";
     this.entryCity.IsEditable    = true;
     this.entryCity.InvisibleChar = '●';
     this.hbox7.Add(this.entryCity);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.entryCity]));
     w24.Position = 0;
     // Container child hbox7.Gtk.Box+BoxChild
     this.ylabelFoundOnOsm            = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelFoundOnOsm.Name       = "ylabelFoundOnOsm";
     this.ylabelFoundOnOsm.LabelProp  = global::Mono.Unix.Catalog.GetString("FoundOnOsm");
     this.ylabelFoundOnOsm.UseMarkup  = true;
     this.ylabelFoundOnOsm.Selectable = true;
     this.hbox7.Add(this.ylabelFoundOnOsm);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.ylabelFoundOnOsm]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.buttonInsertFromBuffer              = new global::Gtk.Button();
     this.buttonInsertFromBuffer.CanFocus     = true;
     this.buttonInsertFromBuffer.Name         = "buttonInsertFromBuffer";
     this.buttonInsertFromBuffer.UseUnderline = true;
     this.buttonInsertFromBuffer.Label        = global::Mono.Unix.Catalog.GetString("Вставить из буфера обмена");
     this.hbox7.Add(this.buttonInsertFromBuffer);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.buttonInsertFromBuffer]));
     w26.Position = 2;
     w26.Expand   = false;
     w26.Fill     = false;
     this.datatable1.Add(this.hbox7);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.hbox7]));
     w27.TopAttach    = ((uint)(1));
     w27.BottomAttach = ((uint)(2));
     w27.LeftAttach   = ((uint)(1));
     w27.RightAttach  = ((uint)(2));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.entryStreet               = new global::QSOsm.StreetEntry();
     this.entryStreet.CanFocus      = true;
     this.entryStreet.Name          = "entryStreet";
     this.entryStreet.IsEditable    = true;
     this.entryStreet.InvisibleChar = '●';
     this.entryStreet.CityId        = 0;
     this.hbox8.Add(this.entryStreet);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.entryStreet]));
     w28.Position = 0;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Дом:");
     this.hbox8.Add(this.label7);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label7]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.entryBuilding               = new global::QSOsm.HouseEntry();
     this.entryBuilding.CanFocus      = true;
     this.entryBuilding.Name          = "entryBuilding";
     this.entryBuilding.IsEditable    = true;
     this.entryBuilding.WidthChars    = 20;
     this.entryBuilding.MaxLength     = 20;
     this.entryBuilding.InvisibleChar = '●';
     this.hbox8.Add(this.entryBuilding);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.entryBuilding]));
     w30.Position = 2;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Литера:");
     this.hbox8.Add(this.label3);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label3]));
     w31.Position = 3;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.yentryLitter               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryLitter.CanFocus      = true;
     this.yentryLitter.Name          = "yentryLitter";
     this.yentryLitter.IsEditable    = true;
     this.yentryLitter.WidthChars    = 3;
     this.yentryLitter.MaxLength     = 2;
     this.yentryLitter.InvisibleChar = '●';
     this.hbox8.Add(this.yentryLitter);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.yentryLitter]));
     w32.Position = 4;
     w32.Expand   = false;
     w32.Fill     = false;
     this.datatable1.Add(this.hbox8);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.hbox8]));
     w33.TopAttach    = ((uint)(2));
     w33.BottomAttach = ((uint)(3));
     w33.LeftAttach   = ((uint)(1));
     w33.RightAttach  = ((uint)(2));
     w33.XOptions     = ((global::Gtk.AttachOptions)(4));
     w33.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Название:");
     this.datatable1.Add(this.label1);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.label1]));
     w34.XOptions = ((global::Gtk.AttachOptions)(4));
     w34.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 1F;
     this.label11.Yalign    = 0F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Комментарий к\nадресу объекта:");
     this.datatable1.Add(this.label11);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.label11]));
     w35.TopAttach    = ((uint)(5));
     w35.BottomAttach = ((uint)(6));
     w35.XOptions     = ((global::Gtk.AttachOptions)(4));
     w35.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Город:");
     this.datatable1.Add(this.label4);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.label4]));
     w36.TopAttach    = ((uint)(1));
     w36.BottomAttach = ((uint)(2));
     w36.XOptions     = ((global::Gtk.AttachOptions)(4));
     w36.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 1F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Улица:");
     this.datatable1.Add(this.label6);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.label6]));
     w37.TopAttach    = ((uint)(2));
     w37.BottomAttach = ((uint)(3));
     w37.XOptions     = ((global::Gtk.AttachOptions)(4));
     w37.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child datatable1.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Дополнение к адресу:");
     this.datatable1.Add(this.label8);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.label8]));
     w38.TopAttach    = ((uint)(3));
     w38.BottomAttach = ((uint)(4));
     w38.XOptions     = ((global::Gtk.AttachOptions)(4));
     w38.YOptions     = ((global::Gtk.AttachOptions)(4));
     w11.Add(this.datatable1);
     this.GtkScrolledWindow.Add(w11);
     this.hbox12.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.GtkScrolledWindow]));
     w41.Position = 0;
     // Container child hbox12.Gtk.Box+BoxChild
     this.rightsidepanel1         = new global::QSWidgetLib.RightSidePanel();
     this.rightsidepanel1.Events  = ((global::Gdk.EventMask)(256));
     this.rightsidepanel1.Name    = "rightsidepanel1";
     this.rightsidepanel1.Title   = "Карта";
     this.rightsidepanel1.IsHided = true;
     this.hbox12.Add(this.rightsidepanel1);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.rightsidepanel1]));
     w42.Position = 1;
     w42.Expand   = false;
     this.notebook1.Add(this.hbox12);
     // Notebook tab
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Информация");
     this.notebook1.SetTabLabel(this.hbox12, this.label12);
     this.label12.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label16           = new global::Gtk.Label();
     this.label16.Name      = "label16";
     this.label16.Xalign    = 0F;
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("Список контактных лиц");
     this.vbox2.Add(this.label16);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label16]));
     w44.Position = 0;
     w44.Expand   = false;
     w44.Fill     = false;
     // Container child vbox2.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.ytreeviewResponsiblePersons          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewResponsiblePersons.CanFocus = true;
     this.ytreeviewResponsiblePersons.Name     = "ytreeviewResponsiblePersons";
     this.GtkScrolledWindow2.Add(this.ytreeviewResponsiblePersons);
     this.vbox2.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow2]));
     w46.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox14         = new global::Gtk.HBox();
     this.hbox14.Name    = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.buttonAddResponsiblePerson              = new global::Gtk.Button();
     this.buttonAddResponsiblePerson.CanFocus     = true;
     this.buttonAddResponsiblePerson.Name         = "buttonAddResponsiblePerson";
     this.buttonAddResponsiblePerson.UseUnderline = true;
     this.buttonAddResponsiblePerson.Label        = global::Mono.Unix.Catalog.GetString("Добавить");
     this.hbox14.Add(this.buttonAddResponsiblePerson);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.buttonAddResponsiblePerson]));
     w47.Position = 0;
     w47.Expand   = false;
     w47.Fill     = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.buttonDeleteResponsiblePerson              = new global::Gtk.Button();
     this.buttonDeleteResponsiblePerson.CanFocus     = true;
     this.buttonDeleteResponsiblePerson.Name         = "buttonDeleteResponsiblePerson";
     this.buttonDeleteResponsiblePerson.UseUnderline = true;
     this.buttonDeleteResponsiblePerson.Label        = global::Mono.Unix.Catalog.GetString("Удалить");
     this.hbox14.Add(this.buttonDeleteResponsiblePerson);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.buttonDeleteResponsiblePerson]));
     w48.Position = 1;
     w48.Expand   = false;
     w48.Fill     = false;
     this.vbox2.Add(this.hbox14);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox14]));
     w49.Position = 2;
     w49.Expand   = false;
     w49.Fill     = false;
     this.notebook1.Add(this.vbox2);
     global::Gtk.Notebook.NotebookChild w50 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox2]));
     w50.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Ответственные лица");
     this.notebook1.SetTabLabel(this.vbox2, this.label2);
     this.label2.ShowAll();
     this.vbox1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebook1]));
     w51.Position = 2;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.labelHouseName.Hide();
     this.Hide();
     this.buttonSave.Clicked                    += new global::System.EventHandler(this.OnButtonSaveClicked);
     this.buttonCancel.Clicked                  += new global::System.EventHandler(this.OnButtonCancelClicked);
     this.radioInformation.Toggled              += new global::System.EventHandler(this.OnRadoiInformationToggled);
     this.radioContacts.Toggled                 += new global::System.EventHandler(this.OnRadioContactsToggled);
     this.buttonInsertFromBuffer.Clicked        += new global::System.EventHandler(this.OnButtonInsertFromBufferClicked);
     this.buttonAddResponsiblePerson.Clicked    += new global::System.EventHandler(this.OnButtonAddResponsiblePersonClicked);
     this.buttonDeleteResponsiblePerson.Clicked += new global::System.EventHandler(this.OnButtonDeleteResponsiblePersonClicked);
 }
Example #30
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget gtk.frmCiv
			this.Name = "gtk.frmCiv";
			this.Title = global::Mono.Unix.Catalog.GetString ("frmCiv");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Container child gtk.frmCiv.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.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.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.nvCiudades = new global::Gtk.NodeView ();
			this.nvCiudades.CanFocus = true;
			this.nvCiudades.Name = "nvCiudades";
			this.GtkScrolledWindow.Add (this.nvCiudades);
			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.hbuttonbox1 = new global::Gtk.HButtonBox ();
			this.hbuttonbox1.Name = "hbuttonbox1";
			// Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
			this.cmdIrCiudad = new global::Gtk.Button ();
			this.cmdIrCiudad.CanFocus = true;
			this.cmdIrCiudad.Name = "cmdIrCiudad";
			this.cmdIrCiudad.UseUnderline = true;
			this.cmdIrCiudad.Label = global::Mono.Unix.Catalog.GetString ("_Ir a");
			this.hbuttonbox1.Add (this.cmdIrCiudad);
			global::Gtk.ButtonBox.ButtonBoxChild w3 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.cmdIrCiudad]));
			w3.Expand = false;
			w3.Fill = false;
			this.vbox2.Add (this.hbuttonbox1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbuttonbox1]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.notebook1.Add (this.vbox2);
			// Notebook tab
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Ciudades");
			this.notebook1.SetTabLabel (this.vbox2, this.label1);
			this.label1.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.frame1 = new global::Gtk.Frame ();
			this.frame1.Name = "frame1";
			this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
			this.frame1.LabelXalign = 1F;
			// 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.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow1.WidthRequest = 0;
			this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
			this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
			this.nvAvances = new global::Gtk.NodeView ();
			this.nvAvances.WidthRequest = 200;
			this.nvAvances.CanFocus = true;
			this.nvAvances.Name = "nvAvances";
			this.GtkScrolledWindow1.Add (this.nvAvances);
			this.GtkAlignment.Add (this.GtkScrolledWindow1);
			this.frame1.Add (this.GtkAlignment);
			this.GtkLabel1 = new global::Gtk.Label ();
			this.GtkLabel1.Name = "GtkLabel1";
			this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Avances</b>");
			this.GtkLabel1.UseMarkup = true;
			this.frame1.LabelWidget = this.GtkLabel1;
			this.hbox1.Add (this.frame1);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.frame1]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.frame2 = new global::Gtk.Frame ();
			this.frame2.Name = "frame2";
			this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
			this.frame2.LabelXalign = 1F;
			// 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.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.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.nvInvestigando = new global::Gtk.NodeView ();
			this.nvInvestigando.WidthRequest = 200;
			this.nvInvestigando.CanFocus = true;
			this.nvInvestigando.Name = "nvInvestigando";
			this.GtkScrolledWindow3.Add (this.nvInvestigando);
			this.hbox3.Add (this.GtkScrolledWindow3);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.GtkScrolledWindow3]));
			w11.Position = 0;
			// Container child hbox3.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.nvInvestDetalle = new global::Gtk.NodeView ();
			this.nvInvestDetalle.WidthRequest = 400;
			this.nvInvestDetalle.CanFocus = true;
			this.nvInvestDetalle.Name = "nvInvestDetalle";
			this.GtkScrolledWindow2.Add (this.nvInvestDetalle);
			this.hbox3.Add (this.GtkScrolledWindow2);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.GtkScrolledWindow2]));
			w13.Position = 1;
			this.GtkAlignment1.Add (this.hbox3);
			this.frame2.Add (this.GtkAlignment1);
			this.GtkLabel2 = new global::Gtk.Label ();
			this.GtkLabel2.Name = "GtkLabel2";
			this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Investigando</b>");
			this.GtkLabel2.UseMarkup = true;
			this.frame2.LabelWidget = this.GtkLabel2;
			this.hbox1.Add (this.frame2);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.frame2]));
			w16.Position = 1;
			w16.Expand = false;
			w16.Fill = false;
			this.notebook1.Add (this.hbox1);
			global::Gtk.Notebook.NotebookChild w17 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.hbox1]));
			w17.Position = 1;
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("_Avances");
			this.label2.UseUnderline = true;
			this.notebook1.SetTabLabel (this.hbox1, this.label2);
			this.label2.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			this.hbox4.Spacing = 6;
			// Container child hbox4.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.ArmadaSelector = new global::gtk.wgArmadaComboBox ();
			this.ArmadaSelector.Events = ((global::Gdk.EventMask)(256));
			this.ArmadaSelector.Name = "ArmadaSelector";
			this.vbox3.Add (this.ArmadaSelector);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.ArmadaSelector]));
			w18.Position = 0;
			w18.Expand = false;
			w18.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.ArmadaSeleccionadaInfo = new global::gtk.ArmadaWidget ();
			this.ArmadaSeleccionadaInfo.WidthRequest = 200;
			this.ArmadaSeleccionadaInfo.Events = ((global::Gdk.EventMask)(256));
			this.ArmadaSeleccionadaInfo.Name = "ArmadaSeleccionadaInfo";
			this.vbox3.Add (this.ArmadaSeleccionadaInfo);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.ArmadaSeleccionadaInfo]));
			w19.Position = 1;
			// Container child vbox3.Gtk.Box+BoxChild
			this.lbPos = new global::Gtk.Label ();
			this.lbPos.Name = "lbPos";
			this.vbox3.Add (this.lbPos);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.lbPos]));
			w20.Position = 2;
			w20.Expand = false;
			w20.Fill = false;
			this.hbox4.Add (this.vbox3);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.vbox3]));
			w21.Position = 0;
			w21.Expand = false;
			w21.Fill = false;
			// Container child hbox4.Gtk.Box+BoxChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.expIr = new global::Gtk.Expander (null);
			this.expIr.CanFocus = true;
			this.expIr.Name = "expIr";
			this.expIr.Expanded = true;
			// Container child expIr.Gtk.Container+ContainerChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			this.hbox5.Spacing = 6;
			// Container child hbox5.Gtk.Box+BoxChild
			this.IrACB = new global::gtk.GeneralCombobox ();
			this.IrACB.Events = ((global::Gdk.EventMask)(256));
			this.IrACB.Name = "IrACB";
			this.hbox5.Add (this.IrACB);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.IrACB]));
			w22.Position = 0;
			w22.Expand = false;
			w22.Fill = false;
			// Container child hbox5.Gtk.Box+BoxChild
			this.cmdIrA = new global::Gtk.Button ();
			this.cmdIrA.CanFocus = true;
			this.cmdIrA.Name = "cmdIrA";
			this.cmdIrA.UseUnderline = true;
			this.cmdIrA.Label = global::Mono.Unix.Catalog.GetString ("_Ir");
			this.hbox5.Add (this.cmdIrA);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.cmdIrA]));
			w23.Position = 1;
			w23.Expand = false;
			w23.Fill = false;
			this.expIr.Add (this.hbox5);
			this.GtkLabel9 = new global::Gtk.Label ();
			this.GtkLabel9.Name = "GtkLabel9";
			this.GtkLabel9.LabelProp = global::Mono.Unix.Catalog.GetString ("Ir a");
			this.GtkLabel9.UseUnderline = true;
			this.expIr.LabelWidget = this.GtkLabel9;
			this.vbox4.Add (this.expIr);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.expIr]));
			w25.Position = 0;
			w25.Expand = false;
			w25.Fill = false;
			this.hbox4.Add (this.vbox4);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.vbox4]));
			w26.Position = 1;
			w26.Expand = false;
			w26.Fill = false;
			// Container child hbox4.Gtk.Box+BoxChild
			this.hbuttonbox2 = new global::Gtk.HButtonBox ();
			this.hbuttonbox2.Name = "hbuttonbox2";
			this.hbuttonbox2.BorderWidth = ((uint)(18));
			// Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
			this.cmdColonizar = new global::Gtk.Button ();
			this.cmdColonizar.CanFocus = true;
			this.cmdColonizar.Name = "cmdColonizar";
			this.cmdColonizar.UseUnderline = true;
			this.cmdColonizar.Label = global::Mono.Unix.Catalog.GetString ("_Colonizar");
			this.hbuttonbox2.Add (this.cmdColonizar);
			global::Gtk.ButtonBox.ButtonBoxChild w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.cmdColonizar]));
			w27.Expand = false;
			w27.Fill = false;
			this.hbox4.Add (this.hbuttonbox2);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.hbuttonbox2]));
			w28.PackType = ((global::Gtk.PackType)(1));
			w28.Position = 2;
			this.notebook1.Add (this.hbox4);
			global::Gtk.Notebook.NotebookChild w29 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.hbox4]));
			w29.Position = 2;
			// Notebook tab
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Armadas");
			this.notebook1.SetTabLabel (this.hbox4, this.label3);
			this.label3.ShowAll ();
			this.vbox1.Add (this.notebook1);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebook1]));
			w30.Position = 0;
			// Container child vbox1.Gtk.Box+BoxChild
			this.statusbar = new global::Gtk.Statusbar ();
			this.statusbar.Name = "statusbar";
			this.statusbar.Spacing = 6;
			// Container child statusbar.Gtk.Box+BoxChild
			this.Mens = new global::gtk.MensView ();
			this.Mens.Events = ((global::Gdk.EventMask)(256));
			this.Mens.Name = "Mens";
			this.statusbar.Add (this.Mens);
			global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.statusbar [this.Mens]));
			w31.Position = 1;
			w31.Expand = false;
			w31.Fill = false;
			// Container child statusbar.Gtk.Box+BoxChild
			this.cmdActualiza = new global::Gtk.Button ();
			this.cmdActualiza.CanFocus = true;
			this.cmdActualiza.Name = "cmdActualiza";
			this.cmdActualiza.UseUnderline = true;
			this.cmdActualiza.Label = global::Mono.Unix.Catalog.GetString ("Actualiza");
			this.statusbar.Add (this.cmdActualiza);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.statusbar [this.cmdActualiza]));
			w32.PackType = ((global::Gtk.PackType)(1));
			w32.Position = 2;
			w32.Expand = false;
			w32.Fill = false;
			this.vbox1.Add (this.statusbar);
			global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar]));
			w33.Position = 1;
			w33.Expand = false;
			w33.Fill = false;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 1002;
			this.DefaultHeight = 300;
			this.Show ();
			this.notebook1.SwitchPage += new global::Gtk.SwitchPageHandler (this.OnNotebook1SwitchPage);
			this.cmdIrCiudad.Activated += new global::System.EventHandler (this.OnCmdIrActivated);
			this.cmdIrCiudad.Clicked += new global::System.EventHandler (this.OnCmdIrActivated);
			this.nvInvestigando.CursorChanged += new global::System.EventHandler (this.OnNvInvestigandoCursorChanged);
			this.ArmadaSelector.onSelectionChanged += new global::System.EventHandler (this.OnArmadaSelectoronSelectionChanged);
			this.cmdIrA.Clicked += new global::System.EventHandler (this.OnCmdIrAClicked);
			this.cmdIrA.Activated += new global::System.EventHandler (this.OnCmdIrAClicked);
			this.cmdColonizar.Clicked += new global::System.EventHandler (this.OnCmdColonizarClicked);
			this.cmdColonizar.Activated += new global::System.EventHandler (this.OnCmdColonizarClicked);
			this.cmdActualiza.Clicked += new global::System.EventHandler (this.OnCmdActualizaClicked);
			this.cmdActualiza.Activated += new global::System.EventHandler (this.OnCmdActualizaClicked);
		}
Example #31
0
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.RegexToolkit.RegexToolkitWidget
     MonoDevelop.Components.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.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 w5 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.expandMatches]));
     w5.Position = 0;
     w5.Expand   = false;
     this.vbox3.Add(this.hbox7);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox7]));
     w6.PackType = ((global::Gtk.PackType)(1));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vbox6.Add(this.vbox3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.vbox3]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.hbox1.Add(this.vbox6);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox6]));
     w8.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 w9 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label10]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.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 w11 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.scrolledwindow5]));
     w11.Position = 1;
     this.hbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.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 w14 = ((global::Gtk.Box.BoxChild)(this.HelpWidget [this.label9]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.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 w16 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.scrolledwindow1]));
     w16.Position = 0;
     this.HelpWidget.Add(this.hbox5);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.HelpWidget [this.hbox5]));
     w17.Position = 1;
     this.vbox1.Add(this.HelpWidget);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.HelpWidget]));
     w18.Position = 1;
     this.vpaned1.Add(this.vbox1);
     global::Gtk.Paned.PanedChild w19 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.vbox1]));
     w19.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.hbox4             = new global::Gtk.HBox();
     this.hbox4.Name        = "hbox4";
     this.hbox4.Spacing     = 6;
     this.hbox4.BorderWidth = ((uint)(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 w23 = ((global::Gtk.Notebook.NotebookChild)(this.notebook2 [this.scrolledwindow4]));
     w23.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 w24 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.notebook2]));
     w24.Position = 0;
     this.vpaned1.Add(this.hbox4);
     this.vbox2.Add(this.vpaned1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vpaned1]));
     w26.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.Database.CodeGenerator.GenerateDataClassesDialog
			this.Name = "MonoDevelop.Database.CodeGenerator.GenerateDataClassesDialog";
			this.Title = global::MonoDevelop.Database.AddinCatalog.GetString ("Generate Data Classes");
			this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.SkipPagerHint = true;
			this.SkipTaskbarHint = true;
			// Internal child MonoDevelop.Database.CodeGenerator.GenerateDataClassesDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.notebook = new global::Gtk.Notebook ();
			this.notebook.CanFocus = true;
			this.notebook.Name = "notebook";
			this.notebook.CurrentPage = 1;
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.tableGeneral = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
			this.tableGeneral.Name = "tableGeneral";
			this.tableGeneral.RowSpacing = ((uint)(6));
			this.tableGeneral.ColumnSpacing = ((uint)(6));
			// Container child tableGeneral.Gtk.Table+TableChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.Xalign = 0f;
			this.label5.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Location:");
			this.tableGeneral.Add (this.label5);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.tableGeneral[this.label5]));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableGeneral.Gtk.Table+TableChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.Xalign = 0f;
			this.label6.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Database:");
			this.tableGeneral.Add (this.label6);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.tableGeneral[this.label6]));
			w3.TopAttach = ((uint)(1));
			w3.BottomAttach = ((uint)(2));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			this.notebook.Add (this.tableGeneral);
			// Notebook tab
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("General");
			this.notebook.SetTabLabel (this.tableGeneral, this.label7);
			this.label7.ShowAll ();
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.tableTables = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
			this.tableTables.Name = "tableTables";
			this.tableTables.RowSpacing = ((uint)(6));
			this.tableTables.ColumnSpacing = ((uint)(6));
			// Container child tableTables.Gtk.Table+TableChild
			this.label10 = new global::Gtk.Label ();
			this.label10.Name = "label10";
			this.label10.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Fields & Properties");
			this.tableTables.Add (this.label10);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.tableTables[this.label10]));
			w5.LeftAttach = ((uint)(1));
			w5.RightAttach = ((uint)(2));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableTables.Gtk.Table+TableChild
			this.label9 = new global::Gtk.Label ();
			this.label9.Name = "label9";
			this.label9.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Classes");
			this.tableTables.Add (this.label9);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableTables[this.label9]));
			w6.XOptions = ((global::Gtk.AttachOptions)(4));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			this.notebook.Add (this.tableTables);
			global::Gtk.Notebook.NotebookChild w7 = ((global::Gtk.Notebook.NotebookChild)(this.notebook[this.tableTables]));
			w7.Position = 1;
			// Notebook tab
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Tables");
			this.notebook.SetTabLabel (this.tableTables, this.label8);
			this.label8.ShowAll ();
			w1.Add (this.notebook);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1[this.notebook]));
			w8.Position = 0;
			// Internal child MonoDevelop.Database.CodeGenerator.GenerateDataClassesDialog.ActionArea
			global::Gtk.HButtonBox w9 = this.ActionArea;
			w9.Name = "dialog1_ActionArea";
			w9.Spacing = 6;
			w9.BorderWidth = ((uint)(5));
			w9.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 w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9[this.buttonCancel]));
			w10.Expand = false;
			w10.Fill = false;
			// 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 w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9[this.buttonOk]));
			w11.Position = 1;
			w11.Expand = false;
			w11.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 699;
			this.DefaultHeight = 471;
			this.Show ();
		}
Example #33
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.ValaBinding.CodeGenerationPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.ValaBinding.CodeGenerationPanel";
     // Container child MonoDevelop.ValaBinding.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)(4)), ((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.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xpad      = 10;
     this.label10.Xalign    = 0f;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Warning Level:");
     this.table1.Add(this.label10);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.label10]));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // 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("Multithreading:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     w2.TopAttach    = ((uint)(3));
     w2.BottomAttach = ((uint)(4));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.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 w3 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.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 w4 = ((global::Gtk.Table.TableChild)(this.table1[this.label6]));
     w4.TopAttach    = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.optimizationSpinButton           = new global::Gtk.SpinButton(0, 3, 1);
     this.optimizationSpinButton.Sensitive = false;
     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 w5 = ((global::Gtk.Table.TableChild)(this.table1[this.optimizationSpinButton]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     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.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 w6 = ((global::Gtk.Table.TableChild)(this.table1[this.targetComboBox]));
     w6.TopAttach    = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.threadingCheckbox               = new global::Gtk.CheckButton();
     this.threadingCheckbox.CanFocus      = true;
     this.threadingCheckbox.Name          = "threadingCheckbox";
     this.threadingCheckbox.Label         = global::Mono.Unix.Catalog.GetString("Enable multithreading");
     this.threadingCheckbox.DrawIndicator = true;
     this.threadingCheckbox.UseUnderline  = true;
     this.table1.Add(this.threadingCheckbox);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.threadingCheckbox]));
     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.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.Active        = true;
     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 w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.noWarningRadio]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.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 w9 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.normalWarningRadio]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.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 w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.allWarningRadio]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.warningsAsErrorsCheckBox               = new global::Gtk.CheckButton();
     this.warningsAsErrorsCheckBox.Sensitive     = false;
     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 w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.warningsAsErrorsCheckBox]));
     w11.Position = 3;
     w11.Expand   = false;
     w11.Fill     = false;
     this.table1.Add(this.vbox1);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox1]));
     w12.LeftAttach  = ((uint)(1));
     w12.RightAttach = ((uint)(2));
     w12.XOptions    = ((global::Gtk.AttachOptions)(4));
     w12.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox6.Add(this.table1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.table1]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.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 w14 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label12]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.defineSymbolsTextEntry = new global::Gtk.Entry();
     this.defineSymbolsTextEntry.TooltipMarkup = "A space-separated 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 w15 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.defineSymbolsTextEntry]));
     w15.Position = 1;
     w15.Padding  = ((uint)(14));
     this.vbox6.Add(this.hbox1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hbox1]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.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)(1)), 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.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 w17 = ((global::Gtk.Table.TableChild)(this.table5[this.label7]));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.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-separated list of extra options to send to the compiler.\nOne option can be in more than one line.\nExample:\n\t`--pkg\n\tcairo`";
     this.extraCompilerTextView.CanFocus      = true;
     this.extraCompilerTextView.Name          = "extraCompilerTextView";
     this.scrolledwindow4.Add(this.extraCompilerTextView);
     this.table5.Add(this.scrolledwindow4);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table5[this.scrolledwindow4]));
     w19.TopAttach    = ((uint)(1));
     w19.BottomAttach = ((uint)(2));
     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 w22 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.frame2]));
     w22.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 w24 = ((global::Gtk.Table.TableChild)(this.table2[this.addLibButton]));
     w24.LeftAttach  = ((uint)(2));
     w24.RightAttach = ((uint)(3));
     w24.XOptions    = ((global::Gtk.AttachOptions)(4));
     w24.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 w25 = ((global::Gtk.Table.TableChild)(this.table2[this.label8]));
     w25.XOptions = ((global::Gtk.AttachOptions)(4));
     w25.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 w26 = ((global::Gtk.Table.TableChild)(this.table2[this.libAddEntry]));
     w26.LeftAttach  = ((uint)(1));
     w26.RightAttach = ((uint)(2));
     w26.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 w28 = ((global::Gtk.Table.TableChild)(this.table2[this.scrolledwindow1]));
     w28.TopAttach    = ((uint)(1));
     w28.BottomAttach = ((uint)(2));
     w28.LeftAttach   = ((uint)(1));
     w28.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 w29 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.browseButton]));
     w29.Position = 0;
     w29.Expand   = false;
     w29.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 w30 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.removeLibButton]));
     w30.Position = 1;
     w30.Expand   = false;
     w30.Fill     = false;
     this.table2.Add(this.vbox4);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table2[this.vbox4]));
     w31.TopAttach    = ((uint)(1));
     w31.BottomAttach = ((uint)(2));
     w31.LeftAttach   = ((uint)(2));
     w31.RightAttach  = ((uint)(3));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table2);
     global::Gtk.Notebook.NotebookChild w32 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.table2]));
     w32.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.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.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 w33 = ((global::Gtk.Table.TableChild)(this.table3[this.includePathAddButton]));
     w33.LeftAttach  = ((uint)(2));
     w33.RightAttach = ((uint)(3));
     w33.XOptions    = ((global::Gtk.AttachOptions)(4));
     w33.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.includePathEntry               = new global::Gtk.Entry();
     this.includePathEntry.CanFocus      = true;
     this.includePathEntry.Name          = "includePathEntry";
     this.includePathEntry.IsEditable    = true;
     this.includePathEntry.InvisibleChar = '●';
     this.table3.Add(this.includePathEntry);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table3[this.includePathEntry]));
     w34.LeftAttach  = ((uint)(1));
     w34.RightAttach = ((uint)(2));
     w34.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("Vapi Paths:");
     this.table3.Add(this.label9);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table3[this.label9]));
     w35.XOptions = ((global::Gtk.AttachOptions)(4));
     w35.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 w37 = ((global::Gtk.Table.TableChild)(this.table3[this.scrolledwindow2]));
     w37.TopAttach    = ((uint)(1));
     w37.BottomAttach = ((uint)(2));
     w37.LeftAttach   = ((uint)(1));
     w37.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 w38 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.includePathBrowseButton]));
     w38.Position = 0;
     w38.Expand   = false;
     w38.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 w39 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.includePathRemoveButton]));
     w39.Position = 1;
     w39.Expand   = false;
     w39.Fill     = false;
     this.table3.Add(this.vbox5);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table3[this.vbox5]));
     w40.TopAttach    = ((uint)(1));
     w40.BottomAttach = ((uint)(2));
     w40.LeftAttach   = ((uint)(2));
     w40.RightAttach  = ((uint)(3));
     w40.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox7.Add(this.table3);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.table3]));
     w41.Position = 0;
     this.notebook1.Add(this.vbox7);
     global::Gtk.Notebook.NotebookChild w42 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox7]));
     w42.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.targetComboBox.Changed            += new global::System.EventHandler(this.OnTargetComboBoxChanged);
     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.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.includePathEntry.Changed          += new global::System.EventHandler(this.OnIncludePathEntryChanged);
     this.includePathEntry.Activated        += new global::System.EventHandler(this.OnIncludePathEntryActivated);
     this.includePathAddButton.Clicked      += new global::System.EventHandler(this.OnIncludePathAdded);
 }
Example #34
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("ECM Database Compactor");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth = ((uint)(3));
     // 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";
     // Container child hbox1.Gtk.Box+BoxChild
     this.ntbServers = new global::Gtk.Notebook ();
     this.ntbServers.CanFocus = true;
     this.ntbServers.Name = "ntbServers";
     this.ntbServers.CurrentPage = 0;
     this.ntbServers.BorderWidth = ((uint)(3));
     // Container child ntbServers.Gtk.Notebook+NotebookChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(4)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth = ((uint)(3));
     // Container child table1.Gtk.Table+TableChild
     this.chkIntegratedSec = new global::Gtk.CheckButton ();
     this.chkIntegratedSec.CanFocus = true;
     this.chkIntegratedSec.Name = "chkIntegratedSec";
     this.chkIntegratedSec.Label = global::Mono.Unix.Catalog.GetString ("Integrated Security");
     this.chkIntegratedSec.Active = true;
     this.chkIntegratedSec.DrawIndicator = true;
     this.chkIntegratedSec.UseUnderline = true;
     this.table1.Add (this.chkIntegratedSec);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.chkIntegratedSec]));
     w1.TopAttach = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach = ((uint)(3));
     w1.RightAttach = ((uint)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Source");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.Xalign = 1F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("DB Name");
     this.table1.Add (this.label11);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label11]));
     w3.TopAttach = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("User Name");
     this.table1.Add (this.label5);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w4.LeftAttach = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xalign = 1F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Password");
     this.table1.Add (this.label6);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w5.TopAttach = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach = ((uint)(2));
     w5.RightAttach = ((uint)(3));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.txtMSSQLDbname = new global::Gtk.Entry ();
     this.txtMSSQLDbname.CanFocus = true;
     this.txtMSSQLDbname.Name = "txtMSSQLDbname";
     this.txtMSSQLDbname.Text = global::Mono.Unix.Catalog.GetString ("evedb");
     this.txtMSSQLDbname.IsEditable = true;
     this.txtMSSQLDbname.InvisibleChar = '●';
     this.table1.Add (this.txtMSSQLDbname);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtMSSQLDbname]));
     w6.TopAttach = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.txtMSSQLPass = new global::Gtk.Entry ();
     this.txtMSSQLPass.Sensitive = false;
     this.txtMSSQLPass.CanFocus = true;
     this.txtMSSQLPass.Name = "txtMSSQLPass";
     this.txtMSSQLPass.IsEditable = true;
     this.txtMSSQLPass.Visibility = false;
     this.txtMSSQLPass.InvisibleChar = '●';
     this.table1.Add (this.txtMSSQLPass);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtMSSQLPass]));
     w7.TopAttach = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach = ((uint)(3));
     w7.RightAttach = ((uint)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.txtMSSQLSource = new global::Gtk.Entry ();
     this.txtMSSQLSource.CanFocus = true;
     this.txtMSSQLSource.Name = "txtMSSQLSource";
     this.txtMSSQLSource.Text = global::Mono.Unix.Catalog.GetString (".\\SQLEXPRESS");
     this.txtMSSQLSource.IsEditable = true;
     this.txtMSSQLSource.InvisibleChar = '●';
     this.table1.Add (this.txtMSSQLSource);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtMSSQLSource]));
     w8.LeftAttach = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.txtMSSQLUser = new global::Gtk.Entry ();
     this.txtMSSQLUser.Sensitive = false;
     this.txtMSSQLUser.CanFocus = true;
     this.txtMSSQLUser.Name = "txtMSSQLUser";
     this.txtMSSQLUser.IsEditable = true;
     this.txtMSSQLUser.InvisibleChar = '●';
     this.table1.Add (this.txtMSSQLUser);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtMSSQLUser]));
     w9.LeftAttach = ((uint)(3));
     w9.RightAttach = ((uint)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     this.ntbServers.Add (this.table1);
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("MS SQL");
     this.ntbServers.SetTabLabel (this.table1, this.label2);
     this.label2.ShowAll ();
     // Container child ntbServers.Gtk.Notebook+NotebookChild
     this.table2 = new global::Gtk.Table (((uint)(3)), ((uint)(4)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     this.table2.BorderWidth = ((uint)(3));
     // Container child table2.Gtk.Table+TableChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.Xalign = 1F;
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Source");
     this.table2.Add (this.label12);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.label12]));
     w11.TopAttach = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.Xalign = 1F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Port");
     this.table2.Add (this.label13);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.label13]));
     w12.TopAttach = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xalign = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("DB Name");
     this.table2.Add (this.label3);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2 [this.label3]));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.Xalign = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Password");
     this.table2.Add (this.label8);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8]));
     w14.TopAttach = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.LeftAttach = ((uint)(2));
     w14.RightAttach = ((uint)(3));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.Xalign = 1F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("User Name");
     this.table2.Add (this.label9);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.label9]));
     w15.LeftAttach = ((uint)(2));
     w15.RightAttach = ((uint)(3));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.spbPort = new global::Gtk.SpinButton (1, 65535, 1);
     this.spbPort.CanFocus = true;
     this.spbPort.Name = "spbPort";
     this.spbPort.Adjustment.PageIncrement = 10;
     this.spbPort.ClimbRate = 1;
     this.spbPort.Numeric = true;
     this.spbPort.Value = 3306;
     this.table2.Add (this.spbPort);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2 [this.spbPort]));
     w16.TopAttach = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.RightAttach = ((uint)(2));
     w16.XOptions = ((global::Gtk.AttachOptions)(0));
     w16.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.txtMySqlDbName = new global::Gtk.Entry ();
     this.txtMySqlDbName.CanFocus = true;
     this.txtMySqlDbName.Name = "txtMySqlDbName";
     this.txtMySqlDbName.Text = global::Mono.Unix.Catalog.GetString ("evedb");
     this.txtMySqlDbName.IsEditable = true;
     this.txtMySqlDbName.InvisibleChar = '●';
     this.table2.Add (this.txtMySqlDbName);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtMySqlDbName]));
     w17.LeftAttach = ((uint)(1));
     w17.RightAttach = ((uint)(2));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.txtMySqlPass = new global::Gtk.Entry ();
     this.txtMySqlPass.CanFocus = true;
     this.txtMySqlPass.Name = "txtMySqlPass";
     this.txtMySqlPass.Text = global::Mono.Unix.Catalog.GetString ("zn645szn");
     this.txtMySqlPass.IsEditable = true;
     this.txtMySqlPass.Visibility = false;
     this.txtMySqlPass.InvisibleChar = '●';
     this.table2.Add (this.txtMySqlPass);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtMySqlPass]));
     w18.TopAttach = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.LeftAttach = ((uint)(3));
     w18.RightAttach = ((uint)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.txtMySqlSource = new global::Gtk.Entry ();
     this.txtMySqlSource.CanFocus = true;
     this.txtMySqlSource.Name = "txtMySqlSource";
     this.txtMySqlSource.Text = global::Mono.Unix.Catalog.GetString ("localhost");
     this.txtMySqlSource.IsEditable = true;
     this.txtMySqlSource.InvisibleChar = '●';
     this.table2.Add (this.txtMySqlSource);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtMySqlSource]));
     w19.TopAttach = ((uint)(1));
     w19.BottomAttach = ((uint)(2));
     w19.LeftAttach = ((uint)(1));
     w19.RightAttach = ((uint)(2));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.txtMySqlUser = new global::Gtk.Entry ();
     this.txtMySqlUser.CanFocus = true;
     this.txtMySqlUser.Name = "txtMySqlUser";
     this.txtMySqlUser.Text = global::Mono.Unix.Catalog.GetString ("root");
     this.txtMySqlUser.IsEditable = true;
     this.txtMySqlUser.InvisibleChar = '●';
     this.table2.Add (this.txtMySqlUser);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2 [this.txtMySqlUser]));
     w20.LeftAttach = ((uint)(3));
     w20.RightAttach = ((uint)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     this.ntbServers.Add (this.table2);
     global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.ntbServers [this.table2]));
     w21.Position = 1;
     // Notebook tab
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("MySql");
     this.ntbServers.SetTabLabel (this.table2, this.label4);
     this.label4.ShowAll ();
     // Container child ntbServers.Gtk.Notebook+NotebookChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.Xalign = 0F;
     this.label7.Yalign = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Database File:");
     this.vbox2.Add (this.label7);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label7]));
     w22.Position = 0;
     w22.Expand = false;
     w22.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.fcbSqliteDB = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select SQLite3 Database"), ((global::Gtk.FileChooserAction)(0)));
     this.fcbSqliteDB.Name = "fcbSqliteDB";
     this.vbox2.Add (this.fcbSqliteDB);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.fcbSqliteDB]));
     w23.Position = 1;
     w23.Expand = false;
     w23.Fill = false;
     this.ntbServers.Add (this.vbox2);
     global::Gtk.Notebook.NotebookChild w24 = ((global::Gtk.Notebook.NotebookChild)(this.ntbServers [this.vbox2]));
     w24.Position = 2;
     // Notebook tab
     this.label10 = new global::Gtk.Label ();
     this.label10.Name = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("SQLite");
     this.label10.WidthChars = 6;
     this.ntbServers.SetTabLabel (this.vbox2, this.label10);
     this.label10.ShowAll ();
     this.hbox1.Add (this.ntbServers);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.ntbServers]));
     w25.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbuttonbox1 = new global::Gtk.VButtonBox ();
     this.vbuttonbox1.Name = "vbuttonbox1";
     this.vbuttonbox1.BorderWidth = ((uint)(3));
     this.vbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnStartProcess = new global::Gtk.Button ();
     this.btnStartProcess.CanFocus = true;
     this.btnStartProcess.Name = "btnStartProcess";
     this.btnStartProcess.UseUnderline = true;
     this.btnStartProcess.Label = global::Mono.Unix.Catalog.GetString ("Compact\nDatabase");
     this.vbuttonbox1.Add (this.btnStartProcess);
     global::Gtk.ButtonBox.ButtonBoxChild w26 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.btnStartProcess]));
     w26.Expand = false;
     w26.Fill = false;
     this.hbox1.Add (this.vbuttonbox1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbuttonbox1]));
     w27.Position = 1;
     w27.Expand = false;
     w27.Fill = false;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w28.Position = 0;
     w28.Expand = false;
     w28.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.lblStatus = new global::Gtk.Label ();
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     this.vbox1.Add (this.lblStatus);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblStatus]));
     w29.Position = 1;
     w29.Expand = false;
     w29.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.lblRecords = new global::Gtk.Label ();
     this.lblRecords.Name = "lblRecords";
     this.lblRecords.LabelProp = global::Mono.Unix.Catalog.GetString ("label4");
     this.vbox1.Add (this.lblRecords);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblRecords]));
     w30.Position = 2;
     w30.Expand = false;
     w30.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.pgbProgress = new global::Gtk.ProgressBar ();
     this.pgbProgress.Name = "pgbProgress";
     this.vbox1.Add (this.pgbProgress);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.pgbProgress]));
     w31.PackType = ((global::Gtk.PackType)(1));
     w31.Position = 3;
     w31.Expand = false;
     w31.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 569;
     this.DefaultHeight = 200;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.chkIntegratedSec.Toggled += new global::System.EventHandler (this.IntegratedSecToggle);
     this.btnStartProcess.Clicked += new global::System.EventHandler (this.StartProcess);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.D.OptionPanels.DCompilerOptions
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.D.OptionPanels.DCompilerOptions";
     // Container child MonoDevelop.D.OptionPanels.DCompilerOptions.Gtk.Container+ContainerChild
     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 = 3;
     // Container child vbox6.Gtk.Box+BoxChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.table6               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table6.Name          = "table6";
     this.table6.RowSpacing    = ((uint)(6));
     this.table6.ColumnSpacing = ((uint)(6));
     // Container child table6.Gtk.Table+TableChild
     this.btnDefaults              = new global::Gtk.Button();
     this.btnDefaults.CanFocus     = true;
     this.btnDefaults.Name         = "btnDefaults";
     this.btnDefaults.UseUnderline = true;
     this.btnDefaults.Label        = global::Mono.Unix.Catalog.GetString("Defaults");
     this.table6.Add(this.btnDefaults);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table6 [this.btnDefaults]));
     w1.TopAttach    = ((uint)(5));
     w1.BottomAttach = ((uint)(6));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.btnDebugArguments              = new global::Gtk.Button();
     this.btnDebugArguments.CanFocus     = true;
     this.btnDebugArguments.Name         = "btnDebugArguments";
     this.btnDebugArguments.UseUnderline = true;
     this.btnDebugArguments.Label        = global::Mono.Unix.Catalog.GetString("Debug Arguments");
     this.hbox8.Add(this.btnDebugArguments);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.btnDebugArguments]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.btnReleaseArguments              = new global::Gtk.Button();
     this.btnReleaseArguments.CanFocus     = true;
     this.btnReleaseArguments.Name         = "btnReleaseArguments";
     this.btnReleaseArguments.UseUnderline = true;
     this.btnReleaseArguments.Label        = global::Mono.Unix.Catalog.GetString("Release Arguments");
     this.hbox8.Add(this.btnReleaseArguments);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.btnReleaseArguments]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     this.table6.Add(this.hbox8);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table6 [this.hbox8]));
     w4.TopAttach    = ((uint)(5));
     w4.BottomAttach = ((uint)(6));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.label28           = new global::Gtk.Label();
     this.label28.Name      = "label28";
     this.label28.LabelProp = global::Mono.Unix.Catalog.GetString("Static Lib Linker");
     this.table6.Add(this.label28);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table6 [this.label28]));
     w5.TopAttach    = ((uint)(4));
     w5.BottomAttach = ((uint)(5));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.label29           = new global::Gtk.Label();
     this.label29.Name      = "label29";
     this.label29.LabelProp = global::Mono.Unix.Catalog.GetString("Shared Lib Linker");
     this.table6.Add(this.label29);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table6 [this.label29]));
     w6.TopAttach    = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.label30           = new global::Gtk.Label();
     this.label30.Name      = "label30";
     this.label30.LabelProp = global::Mono.Unix.Catalog.GetString("Console app Linker");
     this.table6.Add(this.label30);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table6 [this.label30]));
     w7.TopAttach    = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.label31           = new global::Gtk.Label();
     this.label31.Name      = "label31";
     this.label31.LabelProp = global::Mono.Unix.Catalog.GetString("Compiler");
     this.table6.Add(this.label31);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table6 [this.label31]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.label32           = new global::Gtk.Label();
     this.label32.Name      = "label32";
     this.label32.LabelProp = global::Mono.Unix.Catalog.GetString("GUI app Linker");
     this.table6.Add(this.label32);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table6 [this.label32]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.txtCompiler               = new global::Gtk.Entry();
     this.txtCompiler.CanFocus      = true;
     this.txtCompiler.Name          = "txtCompiler";
     this.txtCompiler.IsEditable    = true;
     this.txtCompiler.InvisibleChar = '•';
     this.table6.Add(this.txtCompiler);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table6 [this.txtCompiler]));
     w10.LeftAttach  = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.txtConsoleAppLinker               = new global::Gtk.Entry();
     this.txtConsoleAppLinker.CanFocus      = true;
     this.txtConsoleAppLinker.Name          = "txtConsoleAppLinker";
     this.txtConsoleAppLinker.IsEditable    = true;
     this.txtConsoleAppLinker.InvisibleChar = '•';
     this.table6.Add(this.txtConsoleAppLinker);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table6 [this.txtConsoleAppLinker]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.txtGUIAppLinker               = new global::Gtk.Entry();
     this.txtGUIAppLinker.CanFocus      = true;
     this.txtGUIAppLinker.Name          = "txtGUIAppLinker";
     this.txtGUIAppLinker.IsEditable    = true;
     this.txtGUIAppLinker.InvisibleChar = '•';
     this.table6.Add(this.txtGUIAppLinker);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table6 [this.txtGUIAppLinker]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.txtSharedLibLinker               = new global::Gtk.Entry();
     this.txtSharedLibLinker.CanFocus      = true;
     this.txtSharedLibLinker.Name          = "txtSharedLibLinker";
     this.txtSharedLibLinker.IsEditable    = true;
     this.txtSharedLibLinker.InvisibleChar = '•';
     this.table6.Add(this.txtSharedLibLinker);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table6 [this.txtSharedLibLinker]));
     w13.TopAttach    = ((uint)(3));
     w13.BottomAttach = ((uint)(4));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.txtStaticLibLinker               = new global::Gtk.Entry();
     this.txtStaticLibLinker.CanFocus      = true;
     this.txtStaticLibLinker.Name          = "txtStaticLibLinker";
     this.txtStaticLibLinker.IsEditable    = true;
     this.txtStaticLibLinker.InvisibleChar = '•';
     this.table6.Add(this.txtStaticLibLinker);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table6 [this.txtStaticLibLinker]));
     w14.TopAttach    = ((uint)(4));
     w14.BottomAttach = ((uint)(5));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox8.Add(this.table6);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.table6]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.notebook2             = new global::Gtk.Notebook();
     this.notebook2.CanFocus    = true;
     this.notebook2.Name        = "notebook2";
     this.notebook2.CurrentPage = 0;
     this.notebook2.ShowBorder  = false;
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.table5               = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.table5.Name          = "table5";
     this.table5.RowSpacing    = ((uint)(10));
     this.table5.ColumnSpacing = ((uint)(10));
     this.table5.BorderWidth   = ((uint)(3));
     // Container child table5.Gtk.Table+TableChild
     this.btnAddDefaultLib              = new global::Gtk.Button();
     this.btnAddDefaultLib.Sensitive    = false;
     this.btnAddDefaultLib.CanFocus     = true;
     this.btnAddDefaultLib.Name         = "btnAddDefaultLib";
     this.btnAddDefaultLib.UseUnderline = true;
     this.btnAddDefaultLib.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.table5.Add(this.btnAddDefaultLib);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table5 [this.btnAddDefaultLib]));
     w16.LeftAttach  = ((uint)(2));
     w16.RightAttach = ((uint)(3));
     w16.XOptions    = ((global::Gtk.AttachOptions)(4));
     w16.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.txtDefaultLib               = new global::Gtk.Entry();
     this.txtDefaultLib.CanFocus      = true;
     this.txtDefaultLib.Name          = "txtDefaultLib";
     this.txtDefaultLib.IsEditable    = true;
     this.txtDefaultLib.InvisibleChar = '?';
     this.hbox6.Add(this.txtDefaultLib);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.txtDefaultLib]));
     w17.Position = 0;
     // Container child hbox6.Gtk.Box+BoxChild
     this.btnBrowseDefaultLib              = new global::Gtk.Button();
     this.btnBrowseDefaultLib.CanFocus     = true;
     this.btnBrowseDefaultLib.Name         = "btnBrowseDefaultLib";
     this.btnBrowseDefaultLib.UseUnderline = true;
     this.btnBrowseDefaultLib.Label        = global::Mono.Unix.Catalog.GetString("Browse...");
     this.hbox6.Add(this.btnBrowseDefaultLib);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.btnBrowseDefaultLib]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.table5.Add(this.hbox6);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table5 [this.hbox6]));
     w19.LeftAttach  = ((uint)(1));
     w19.RightAttach = ((uint)(2));
     w19.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.label16           = new global::Gtk.Label();
     this.label16.Name      = "label16";
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("Library:");
     this.table5.Add(this.label16);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table5 [this.label16]));
     w20.XOptions = ((global::Gtk.AttachOptions)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.scrolledwindow12            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow12.CanFocus   = true;
     this.scrolledwindow12.Name       = "scrolledwindow12";
     this.scrolledwindow12.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow12.Gtk.Container+ContainerChild
     this.tvDefaultLibs          = new global::Gtk.TreeView();
     this.tvDefaultLibs.CanFocus = true;
     this.tvDefaultLibs.Name     = "tvDefaultLibs";
     this.scrolledwindow12.Add(this.tvDefaultLibs);
     this.table5.Add(this.scrolledwindow12);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table5 [this.scrolledwindow12]));
     w22.TopAttach    = ((uint)(1));
     w22.BottomAttach = ((uint)(2));
     w22.LeftAttach   = ((uint)(1));
     w22.RightAttach  = ((uint)(2));
     // Container child table5.Gtk.Table+TableChild
     this.vbox10         = new global::Gtk.VBox();
     this.vbox10.Name    = "vbox10";
     this.vbox10.Spacing = 6;
     // Container child vbox10.Gtk.Box+BoxChild
     this.btnRemoveDefaultLib              = new global::Gtk.Button();
     this.btnRemoveDefaultLib.Sensitive    = false;
     this.btnRemoveDefaultLib.CanFocus     = true;
     this.btnRemoveDefaultLib.Name         = "btnRemoveDefaultLib";
     this.btnRemoveDefaultLib.UseUnderline = true;
     this.btnRemoveDefaultLib.Label        = global::Mono.Unix.Catalog.GetString("Remove");
     this.vbox10.Add(this.btnRemoveDefaultLib);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.btnRemoveDefaultLib]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     this.table5.Add(this.vbox10);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table5 [this.vbox10]));
     w24.TopAttach    = ((uint)(1));
     w24.BottomAttach = ((uint)(2));
     w24.LeftAttach   = ((uint)(2));
     w24.RightAttach  = ((uint)(3));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook2.Add(this.table5);
     // Notebook tab
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Default Libraries");
     this.notebook2.SetTabLabel(this.table5, this.label12);
     this.label12.ShowAll();
     // Container child notebook2.Gtk.Notebook+NotebookChild
     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));
     this.table4.BorderWidth   = ((uint)(3));
     // Container child table4.Gtk.Table+TableChild
     this.btnAddIncludePath              = new global::Gtk.Button();
     this.btnAddIncludePath.Sensitive    = false;
     this.btnAddIncludePath.CanFocus     = true;
     this.btnAddIncludePath.Name         = "btnAddIncludePath";
     this.btnAddIncludePath.UseUnderline = true;
     this.btnAddIncludePath.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.table4.Add(this.btnAddIncludePath);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table4 [this.btnAddIncludePath]));
     w26.LeftAttach  = ((uint)(2));
     w26.RightAttach = ((uint)(3));
     w26.XOptions    = ((global::Gtk.AttachOptions)(4));
     w26.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.txtIncludePath               = new global::Gtk.Entry();
     this.txtIncludePath.CanFocus      = true;
     this.txtIncludePath.Name          = "txtIncludePath";
     this.txtIncludePath.IsEditable    = true;
     this.txtIncludePath.InvisibleChar = '?';
     this.hbox5.Add(this.txtIncludePath);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.txtIncludePath]));
     w27.Position = 0;
     // Container child hbox5.Gtk.Box+BoxChild
     this.btnBrowseIncludePath              = new global::Gtk.Button();
     this.btnBrowseIncludePath.CanFocus     = true;
     this.btnBrowseIncludePath.Name         = "btnBrowseIncludePath";
     this.btnBrowseIncludePath.UseUnderline = true;
     this.btnBrowseIncludePath.Label        = global::Mono.Unix.Catalog.GetString("Browse...");
     this.hbox5.Add(this.btnBrowseIncludePath);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.btnBrowseIncludePath]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     this.table4.Add(this.hbox5);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table4 [this.hbox5]));
     w29.LeftAttach  = ((uint)(1));
     w29.RightAttach = ((uint)(2));
     w29.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Path:");
     this.table4.Add(this.label15);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table4 [this.label15]));
     w30.XOptions = ((global::Gtk.AttachOptions)(4));
     w30.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.scrolledwindow11            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow11.CanFocus   = true;
     this.scrolledwindow11.Name       = "scrolledwindow11";
     this.scrolledwindow11.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow11.Gtk.Container+ContainerChild
     this.tvIncludePaths          = new global::Gtk.TreeView();
     this.tvIncludePaths.CanFocus = true;
     this.tvIncludePaths.Name     = "tvIncludePaths";
     this.scrolledwindow11.Add(this.tvIncludePaths);
     this.table4.Add(this.scrolledwindow11);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table4 [this.scrolledwindow11]));
     w32.TopAttach    = ((uint)(1));
     w32.BottomAttach = ((uint)(2));
     w32.LeftAttach   = ((uint)(1));
     w32.RightAttach  = ((uint)(2));
     // Container child table4.Gtk.Table+TableChild
     this.vbox9         = new global::Gtk.VBox();
     this.vbox9.Name    = "vbox9";
     this.vbox9.Spacing = 6;
     // Container child vbox9.Gtk.Box+BoxChild
     this.btnRemoveIncludePath              = new global::Gtk.Button();
     this.btnRemoveIncludePath.Sensitive    = false;
     this.btnRemoveIncludePath.CanFocus     = true;
     this.btnRemoveIncludePath.Name         = "btnRemoveIncludePath";
     this.btnRemoveIncludePath.UseUnderline = true;
     this.btnRemoveIncludePath.Label        = global::Mono.Unix.Catalog.GetString("Remove");
     this.vbox9.Add(this.btnRemoveIncludePath);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.btnRemoveIncludePath]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.Fill     = false;
     this.table4.Add(this.vbox9);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table4 [this.vbox9]));
     w34.TopAttach    = ((uint)(1));
     w34.BottomAttach = ((uint)(2));
     w34.LeftAttach   = ((uint)(2));
     w34.RightAttach  = ((uint)(3));
     w34.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook2.Add(this.table4);
     global::Gtk.Notebook.NotebookChild w35 = ((global::Gtk.Notebook.NotebookChild)(this.notebook2 [this.table4]));
     w35.Position = 1;
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Includes");
     this.notebook2.SetTabLabel(this.table4, this.label1);
     this.label1.ShowAll();
     this.vbox8.Add(this.notebook2);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.notebook2]));
     w36.Position = 1;
     this.vbox6.Add(this.vbox8);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.vbox8]));
     w37.Position = 0;
     this.hbox1.Add(this.vbox6);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox6]));
     w38.Position = 0;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.btnDebugArguments.Clicked    += new global::System.EventHandler(this.btnDebugArguments_Clicked);
     this.btnReleaseArguments.Clicked  += new global::System.EventHandler(this.btnReleaseArguments_Clicked);
     this.btnDefaults.Clicked          += new global::System.EventHandler(this.btnDefaults_Clicked);
     this.btnRemoveDefaultLib.Clicked  += new global::System.EventHandler(this.btnRemoveDefaultLib_Clicked);
     this.tvDefaultLibs.CursorChanged  += new global::System.EventHandler(this.tvDefaultLibs_CursorChanged);
     this.txtDefaultLib.Changed        += new global::System.EventHandler(this.txtDefaultLib_Changed);
     this.txtDefaultLib.Activated      += new global::System.EventHandler(this.txtDefaultLib_Activated);
     this.btnBrowseDefaultLib.Clicked  += new global::System.EventHandler(this.btnBrowseDefaultLib_Clicked);
     this.btnAddDefaultLib.Clicked     += new global::System.EventHandler(this.btnAddDefaultLib_Click);
     this.btnRemoveIncludePath.Clicked += new global::System.EventHandler(this.btnRemoveIncludePath_Clicked);
     this.tvIncludePaths.CursorChanged += new global::System.EventHandler(this.tvIncludePaths_CursorChanged);
     this.txtIncludePath.Changed       += new global::System.EventHandler(this.txtIncludePath_Changed);
     this.txtIncludePath.Activated     += new global::System.EventHandler(this.txtIncludePath_Activated);
     this.btnBrowseIncludePath.Clicked += new global::System.EventHandler(this.btnBrowseIncludePath_Clicked);
     this.btnAddIncludePath.Clicked    += new global::System.EventHandler(this.btnAddIncludePath_Clicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget bazar.ContractsProlongation
     this.Name = "bazar.ContractsProlongation";
     this.Title = global::Mono.Unix.Catalog.GetString ("Обработка договоров");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child bazar.ContractsProlongation.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.notebookMain = new global::Gtk.Notebook ();
     this.notebookMain.CanFocus = true;
     this.notebookMain.Name = "notebookMain";
     this.notebookMain.CurrentPage = 0;
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(4)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.dateFrom = new global::QSWidgetLib.DatePicker ();
     this.dateFrom.Sensitive = false;
     this.dateFrom.Events = ((global::Gdk.EventMask)(256));
     this.dateFrom.Name = "dateFrom";
     this.dateFrom.Date = new global::System.DateTime (0);
     this.dateFrom.IsEditable = true;
     this.dateFrom.AutoSeparation = true;
     this.table1.Add (this.dateFrom);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.dateFrom]));
     w2.TopAttach = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.dateTo = new global::QSWidgetLib.DatePicker ();
     this.dateTo.Sensitive = false;
     this.dateTo.Events = ((global::Gdk.EventMask)(256));
     this.dateTo.Name = "dateTo";
     this.dateTo.Date = new global::System.DateTime (0);
     this.dateTo.IsEditable = true;
     this.dateTo.AutoSeparation = true;
     this.table1.Add (this.dateTo);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.dateTo]));
     w3.TopAttach = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach = ((uint)(3));
     w3.RightAttach = ((uint)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("-");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w4.TopAttach = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.radiobuttonActiveOnly = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Только активные"));
     this.radiobuttonActiveOnly.CanFocus = true;
     this.radiobuttonActiveOnly.Name = "radiobuttonActiveOnly";
     this.radiobuttonActiveOnly.Active = true;
     this.radiobuttonActiveOnly.DrawIndicator = true;
     this.radiobuttonActiveOnly.UseUnderline = true;
     this.radiobuttonActiveOnly.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.table1.Add (this.radiobuttonActiveOnly);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.radiobuttonActiveOnly]));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.radiobuttonDates = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Дата окончания в диапазоне:"));
     this.radiobuttonDates.CanFocus = true;
     this.radiobuttonDates.Name = "radiobuttonDates";
     this.radiobuttonDates.DrawIndicator = true;
     this.radiobuttonDates.UseUnderline = true;
     this.radiobuttonDates.Group = this.radiobuttonActiveOnly.Group;
     this.table1.Add (this.radiobuttonDates);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.radiobuttonDates]));
     w6.TopAttach = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add (this.table1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
     w7.Position = 0;
     w7.Expand = false;
     w7.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 w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1]));
     w8.Position = 1;
     w8.Expand = false;
     w8.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.checkAll = new global::Gtk.CheckButton ();
     this.checkAll.CanFocus = true;
     this.checkAll.Name = "checkAll";
     this.checkAll.Label = global::Mono.Unix.Catalog.GetString ("Выбрать все");
     this.checkAll.DrawIndicator = true;
     this.checkAll.UseUnderline = true;
     this.hbox3.Add (this.checkAll);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.checkAll]));
     w9.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xalign = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Поиск:");
     this.hbox3.Add (this.label4);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label4]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     // Container child hbox3.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.hbox3.Add (this.entrySearch);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.entrySearch]));
     w11.Position = 2;
     this.vbox2.Add (this.hbox3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
     w12.Position = 2;
     w12.Expand = false;
     w12.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.treeviewContracts = new global::Gtk.TreeView ();
     this.treeviewContracts.CanFocus = true;
     this.treeviewContracts.Name = "treeviewContracts";
     this.GtkScrolledWindow.Add (this.treeviewContracts);
     this.vbox2.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w14.Position = 3;
     this.notebookMain.Add (this.vbox2);
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Выборка");
     this.notebookMain.SetTabLabel (this.vbox2, this.label2);
     this.label2.ShowAll ();
     // Container child notebookMain.Gtk.Notebook+NotebookChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Метод обработки договоров</b>");
     this.label5.UseMarkup = true;
     this.vbox3.Add (this.label5);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label5]));
     w16.Position = 0;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.radioCopyMode = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Копирование"));
     this.radioCopyMode.CanFocus = true;
     this.radioCopyMode.Name = "radioCopyMode";
     this.radioCopyMode.Active = true;
     this.radioCopyMode.DrawIndicator = true;
     this.radioCopyMode.UseUnderline = true;
     this.radioCopyMode.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.hbox4.Add (this.radioCopyMode);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.radioCopyMode]));
     w17.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.radioChangeMode = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Изменение"));
     this.radioChangeMode.CanFocus = true;
     this.radioChangeMode.Name = "radioChangeMode";
     this.radioChangeMode.DrawIndicator = true;
     this.radioChangeMode.UseUnderline = true;
     this.radioChangeMode.Group = this.radioCopyMode.Group;
     this.hbox4.Add (this.radioChangeMode);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.radioChangeMode]));
     w18.Position = 1;
     this.vbox3.Add (this.hbox4);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
     w19.Position = 1;
     w19.Expand = false;
     w19.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xalign = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Изменения в данных</b>");
     this.label6.UseMarkup = true;
     this.vbox3.Add (this.label6);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label6]));
     w20.Position = 2;
     w20.Expand = false;
     w20.Fill = false;
     // Container child vbox3.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.checkEnd = new global::Gtk.CheckButton ();
     this.checkEnd.CanFocus = true;
     this.checkEnd.Name = "checkEnd";
     this.checkEnd.Label = global::Mono.Unix.Catalog.GetString ("Дата окончания аренды");
     this.checkEnd.DrawIndicator = true;
     this.checkEnd.UseUnderline = true;
     this.table2.Add (this.checkEnd);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2 [this.checkEnd]));
     w21.TopAttach = ((uint)(2));
     w21.BottomAttach = ((uint)(3));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.checkSign = new global::Gtk.CheckButton ();
     this.checkSign.CanFocus = true;
     this.checkSign.Name = "checkSign";
     this.checkSign.Label = global::Mono.Unix.Catalog.GetString ("Дата подписания");
     this.checkSign.DrawIndicator = true;
     this.checkSign.UseUnderline = true;
     this.table2.Add (this.checkSign);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table2 [this.checkSign]));
     w22.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.checkStart = new global::Gtk.CheckButton ();
     this.checkStart.CanFocus = true;
     this.checkStart.Name = "checkStart";
     this.checkStart.Label = global::Mono.Unix.Catalog.GetString ("Дата начала аренды");
     this.checkStart.DrawIndicator = true;
     this.checkStart.UseUnderline = true;
     this.table2.Add (this.checkStart);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table2 [this.checkStart]));
     w23.TopAttach = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.dateEnd = new global::QSWidgetLib.DatePicker ();
     this.dateEnd.Sensitive = false;
     this.dateEnd.Events = ((global::Gdk.EventMask)(256));
     this.dateEnd.Name = "dateEnd";
     this.dateEnd.Date = new global::System.DateTime (0);
     this.dateEnd.IsEditable = true;
     this.dateEnd.AutoSeparation = true;
     this.table2.Add (this.dateEnd);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table2 [this.dateEnd]));
     w24.TopAttach = ((uint)(2));
     w24.BottomAttach = ((uint)(3));
     w24.LeftAttach = ((uint)(1));
     w24.RightAttach = ((uint)(2));
     w24.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.dateSign = new global::QSWidgetLib.DatePicker ();
     this.dateSign.Sensitive = false;
     this.dateSign.Events = ((global::Gdk.EventMask)(256));
     this.dateSign.Name = "dateSign";
     this.dateSign.Date = new global::System.DateTime (0);
     this.dateSign.IsEditable = true;
     this.dateSign.AutoSeparation = true;
     this.table2.Add (this.dateSign);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2 [this.dateSign]));
     w25.LeftAttach = ((uint)(1));
     w25.RightAttach = ((uint)(2));
     w25.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.dateStart = new global::QSWidgetLib.DatePicker ();
     this.dateStart.Sensitive = false;
     this.dateStart.Events = ((global::Gdk.EventMask)(256));
     this.dateStart.Name = "dateStart";
     this.dateStart.Date = new global::System.DateTime (0);
     this.dateStart.IsEditable = true;
     this.dateStart.AutoSeparation = true;
     this.table2.Add (this.dateStart);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2 [this.dateStart]));
     w26.TopAttach = ((uint)(1));
     w26.BottomAttach = ((uint)(2));
     w26.LeftAttach = ((uint)(1));
     w26.RightAttach = ((uint)(2));
     w26.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add (this.table2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table2]));
     w27.Position = 3;
     w27.Expand = false;
     w27.Fill = false;
     this.notebookMain.Add (this.vbox3);
     global::Gtk.Notebook.NotebookChild w28 = ((global::Gtk.Notebook.NotebookChild)(this.notebookMain [this.vbox3]));
     w28.Position = 1;
     // Notebook tab
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Действия");
     this.notebookMain.SetTabLabel (this.vbox3, this.label3);
     this.label3.ShowAll ();
     w1.Add (this.notebookMain);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(w1 [this.notebookMain]));
     w29.Position = 0;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.labelInfo = new global::Gtk.Label ();
     this.labelInfo.Name = "labelInfo";
     this.labelInfo.LabelProp = global::Mono.Unix.Catalog.GetString ("Договоров не выбрано.");
     this.labelInfo.UseMarkup = true;
     this.labelInfo.Justify = ((global::Gtk.Justification)(2));
     w1.Add (this.labelInfo);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(w1 [this.labelInfo]));
     w30.Position = 1;
     w30.Expand = false;
     w30.Fill = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.progressbarMain = new global::Gtk.ProgressBar ();
     this.progressbarMain.Name = "progressbarMain";
     w1.Add (this.progressbarMain);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(w1 [this.progressbarMain]));
     w31.Position = 2;
     w31.Expand = false;
     w31.Fill = false;
     // Internal child bazar.ContractsProlongation.ActionArea
     global::Gtk.HButtonBox w32 = this.ActionArea;
     w32.Name = "dialog1_ActionArea";
     w32.Spacing = 10;
     w32.BorderWidth = ((uint)(5));
     w32.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 w33 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w32 [this.buttonCancel]));
     w33.Expand = false;
     w33.Fill = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk = new global::Gtk.Button ();
     this.buttonOk.Sensitive = false;
     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 w34 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w32 [this.buttonOk]));
     w34.Position = 1;
     w34.Expand = false;
     w34.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 713;
     this.DefaultHeight = 466;
     this.Show ();
     this.radiobuttonDates.Clicked += new global::System.EventHandler (this.OnRadiobuttonDatesClicked);
     this.radiobuttonActiveOnly.Clicked += new global::System.EventHandler (this.OnRadiobuttonActiveOnlyClicked);
     this.dateTo.DateChanged += new global::System.EventHandler (this.OnDateToDateChanged);
     this.dateFrom.DateChanged += new global::System.EventHandler (this.OnDateFromDateChanged);
     this.checkAll.Clicked += new global::System.EventHandler (this.OnCheckAllClicked);
     this.entrySearch.Changed += new global::System.EventHandler (this.OnEntrySearchChanged);
     this.radioCopyMode.Toggled += new global::System.EventHandler (this.OnRadioCopyModeToggled);
     this.dateStart.DateChanged += new global::System.EventHandler (this.OnDateStartDateChanged);
     this.dateSign.DateChanged += new global::System.EventHandler (this.OnDateSignDateChanged);
     this.dateEnd.DateChanged += new global::System.EventHandler (this.OnDateEndDateChanged);
     this.checkStart.Clicked += new global::System.EventHandler (this.OnCheckStartClicked);
     this.checkSign.Clicked += new global::System.EventHandler (this.OnCheckSignClicked);
     this.checkEnd.Clicked += new global::System.EventHandler (this.OnCheckEndClicked);
     this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
 }
Example #37
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget QSProjectsLib.UserProperty
     this.Name           = "QSProjectsLib.UserProperty";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child QSProjectsLib.UserProperty.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.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.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(5)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(9));
     // Container child table1.Gtk.Table+TableChild
     this.entryEmail               = new global::Gtk.Entry();
     this.entryEmail.CanFocus      = true;
     this.entryEmail.Name          = "entryEmail";
     this.entryEmail.IsEditable    = true;
     this.entryEmail.InvisibleChar = '●';
     this.table1.Add(this.entryEmail);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.entryEmail]));
     w2.TopAttach    = ((uint)(4));
     w2.BottomAttach = ((uint)(5));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryID               = new global::Gtk.Entry();
     this.entryID.Sensitive     = false;
     this.entryID.CanFocus      = true;
     this.entryID.Name          = "entryID";
     this.entryID.IsEditable    = true;
     this.entryID.InvisibleChar = '●';
     this.table1.Add(this.entryID);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.entryID]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryLogin               = new global::Gtk.Entry();
     this.entryLogin.CanFocus      = true;
     this.entryLogin.Name          = "entryLogin";
     this.entryLogin.IsEditable    = true;
     this.entryLogin.InvisibleChar = '●';
     this.table1.Add(this.entryLogin);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.entryLogin]));
     w4.TopAttach    = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryName               = new global::Gtk.Entry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '●';
     this.table1.Add(this.entryName);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.entryName]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryPassword = new global::Gtk.Entry();
     this.entryPassword.TooltipMarkup = "Не вводите пароль на русском языке, это может не работать.";
     this.entryPassword.CanFocus      = true;
     this.entryPassword.Name          = "entryPassword";
     this.entryPassword.IsEditable    = true;
     this.entryPassword.Visibility    = false;
     this.entryPassword.InvisibleChar = '●';
     this.table1.Add(this.entryPassword);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.entryPassword]));
     w6.TopAttach    = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("E-mail:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w7.TopAttach    = ((uint)(4));
     w7.BottomAttach = ((uint)(5));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Код:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Логин:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w9.TopAttach    = ((uint)(2));
     w9.BottomAttach = ((uint)(3));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Отображаемой имя:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 1F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Пароль:");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.label6]));
     w11.TopAttach    = ((uint)(3));
     w11.BottomAttach = ((uint)(4));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.table1]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // 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.checkDeactivated               = new global::Gtk.CheckButton();
     this.checkDeactivated.CanFocus      = true;
     this.checkDeactivated.Name          = "checkDeactivated";
     this.checkDeactivated.Label         = global::Mono.Unix.Catalog.GetString("Пользователь отключён");
     this.checkDeactivated.DrawIndicator = true;
     this.checkDeactivated.UseUnderline  = true;
     this.vbox4.Add(this.checkDeactivated);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.checkDeactivated]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbox3.Add(this.vbox4);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.vbox4]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.hbox2.Add(this.vbox3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox3]));
     w15.Position = 0;
     // Container child hbox2.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.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.GtkScrolledWindow1                  = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name             = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow1.ShadowType       = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w16 = new global::Gtk.Viewport();
     w16.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vboxPermissions         = new global::Gtk.VBox();
     this.vboxPermissions.Name    = "vboxPermissions";
     this.vboxPermissions.Spacing = 6;
     // Container child vboxPermissions.Gtk.Box+BoxChild
     this.checkAdmin               = new global::Gtk.CheckButton();
     this.checkAdmin.CanFocus      = true;
     this.checkAdmin.Name          = "checkAdmin";
     this.checkAdmin.Label         = global::Mono.Unix.Catalog.GetString("Администрирование");
     this.checkAdmin.DrawIndicator = true;
     this.checkAdmin.UseUnderline  = true;
     this.vboxPermissions.Add(this.checkAdmin);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vboxPermissions[this.checkAdmin]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     w16.Add(this.vboxPermissions);
     this.GtkScrolledWindow1.Add(w16);
     this.GtkAlignment2.Add(this.GtkScrolledWindow1);
     this.frame1.Add(this.GtkAlignment2);
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Права пользователя</b>");
     this.GtkLabel4.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel4;
     this.hbox2.Add(this.frame1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.frame1]));
     w22.Position = 1;
     this.vbox5.Add(this.hbox2);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hbox2]));
     w23.Position = 0;
     // Container child vbox5.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Комментарии</b>");
     this.label5.UseMarkup = true;
     this.vbox5.Add(this.label5);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.label5]));
     w24.Position = 1;
     w24.Expand   = 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.textviewComments          = new global::Gtk.TextView();
     this.textviewComments.CanFocus = true;
     this.textviewComments.Name     = "textviewComments";
     this.textviewComments.WrapMode = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow.Add(this.textviewComments);
     this.vbox5.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.GtkScrolledWindow]));
     w26.Position = 2;
     w26.Expand   = false;
     this.notebook1.Add(this.vbox5);
     // Notebook tab
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Информация");
     this.notebook1.SetTabLabel(this.vbox5, this.label7);
     this.label7.ShowAll();
     w1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(w1[this.notebook1]));
     w28.Position = 0;
     // Internal child QSProjectsLib.UserProperty.ActionArea
     global::Gtk.HButtonBox w29 = this.ActionArea;
     w29.Name        = "dialog1_ActionArea";
     w29.Spacing     = 10;
     w29.BorderWidth = ((uint)(5));
     w29.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.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("О_тменить");
     global::Gtk.Image w30 = new global::Gtk.Image();
     w30.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-cancel", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w30;
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w29[this.buttonCancel]));
     w31.Expand = false;
     w31.Fill   = false;
     // 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.UseUnderline = true;
     this.buttonOk.Label        = global::Mono.Unix.Catalog.GetString("_OK");
     global::Gtk.Image w32 = new global::Gtk.Image();
     w32.Pixbuf          = global::Stetic.IconLoader.LoadIcon(this, "gtk-ok", global::Gtk.IconSize.Menu);
     this.buttonOk.Image = w32;
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w33 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w29[this.buttonOk]));
     w33.Position = 1;
     w33.Expand   = false;
     w33.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 636;
     this.DefaultHeight = 423;
     this.Show();
     this.buttonOk.Clicked += new global::System.EventHandler(this.OnButtonOkClicked);
 }
Example #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.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);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.RoutesAtDayDlg
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.RoutesAtDayDlg";
     // Container child Vodovoz.RoutesAtDayDlg.Gtk.Container+ContainerChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(6)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.checkShowCompleted               = new global::Gtk.CheckButton();
     this.checkShowCompleted.CanFocus      = true;
     this.checkShowCompleted.Name          = "checkShowCompleted";
     this.checkShowCompleted.Label         = global::Mono.Unix.Catalog.GetString("Показывать уехавшие");
     this.checkShowCompleted.DrawIndicator = true;
     this.checkShowCompleted.UseUnderline  = true;
     this.table1.Add(this.checkShowCompleted);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.checkShowCompleted]));
     w1.TopAttach    = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Дата:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.label2            = new global::Gtk.Label();
     this.label2.Events     = ((global::Gdk.EventMask)(768));
     this.label2.Name       = "label2";
     this.label2.Xalign     = 0F;
     this.label2.Yalign     = 0F;
     this.label2.LabelProp  = global::Mono.Unix.Catalog.GetString("Оперативная сводка:");
     this.label2.Selectable = true;
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w3.LeftAttach  = ((uint)(4));
     w3.RightAttach = ((uint)(5));
     w3.XOptions    = ((global::Gtk.AttachOptions)(4));
     w3.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Сдается \nв кассу:");
     this.label7.Justify   = ((global::Gtk.Justification)(1));
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.label7]));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.table2               = new global::Gtk.Table(((uint)(3)), ((uint)(4)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.buttonFilter              = new global::Gtk.Button();
     this.buttonFilter.CanFocus     = true;
     this.buttonFilter.Name         = "buttonFilter";
     this.buttonFilter.UseUnderline = true;
     this.buttonFilter.Label        = global::Mono.Unix.Catalog.GetString("Фильтровать");
     this.table2.Add(this.buttonFilter);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2[this.buttonFilter]));
     w5.TopAttach    = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.LeftAttach   = ((uint)(3));
     w5.RightAttach  = ((uint)(4));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.GtkScrolledWindow3                  = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow3.Name             = "GtkScrolledWindow3";
     this.GtkScrolledWindow3.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow3.ShadowType       = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
     this.ytreeviewGeographicGroup          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewGeographicGroup.CanFocus = true;
     this.ytreeviewGeographicGroup.Name     = "ytreeviewGeographicGroup";
     this.GtkScrolledWindow3.Add(this.ytreeviewGeographicGroup);
     this.table2.Add(this.GtkScrolledWindow3);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2[this.GtkScrolledWindow3]));
     w7.BottomAttach = ((uint)(3));
     w7.XOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Время доставки");
     this.table2.Add(this.label3);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2[this.label3]));
     w8.LeftAttach  = ((uint)(1));
     w8.RightAttach = ((uint)(3));
     w8.XOptions    = ((global::Gtk.AttachOptions)(0));
     w8.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Минимум 19л. бут.");
     this.table2.Add(this.label8);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2[this.label8]));
     w9.LeftAttach  = ((uint)(3));
     w9.RightAttach = ((uint)(4));
     w9.XOptions    = ((global::Gtk.AttachOptions)(0));
     w9.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.labelTimeFrom           = new global::Gtk.Label();
     this.labelTimeFrom.Name      = "labelTimeFrom";
     this.labelTimeFrom.LabelProp = global::Mono.Unix.Catalog.GetString("с");
     this.table2.Add(this.labelTimeFrom);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2[this.labelTimeFrom]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.labelTimeTo           = new global::Gtk.Label();
     this.labelTimeTo.Name      = "labelTimeTo";
     this.labelTimeTo.LabelProp = global::Mono.Unix.Catalog.GetString("по");
     this.table2.Add(this.labelTimeTo);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2[this.labelTimeTo]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.ySpnMin19Btls = new global::Gamma.GtkWidgets.ySpinButton(0D, 100D, 1D);
     this.ySpnMin19Btls.WidthRequest             = 100;
     this.ySpnMin19Btls.CanFocus                 = true;
     this.ySpnMin19Btls.Name                     = "ySpnMin19Btls";
     this.ySpnMin19Btls.Adjustment.PageIncrement = 1D;
     this.ySpnMin19Btls.Adjustment.PageSize      = 1D;
     this.ySpnMin19Btls.ClimbRate                = 1D;
     this.ySpnMin19Btls.Numeric                  = true;
     this.ySpnMin19Btls.ValueAsDecimal           = 0m;
     this.ySpnMin19Btls.ValueAsInt               = 0;
     this.table2.Add(this.ySpnMin19Btls);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2[this.ySpnMin19Btls]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(3));
     w12.RightAttach  = ((uint)(4));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.ytimeToDeliveryFrom = new global::Gamma.Widgets.yTimeEntry();
     this.ytimeToDeliveryFrom.WidthRequest     = 100;
     this.ytimeToDeliveryFrom.CanFocus         = true;
     this.ytimeToDeliveryFrom.Events           = ((global::Gdk.EventMask)(256));
     this.ytimeToDeliveryFrom.Name             = "ytimeToDeliveryFrom";
     this.ytimeToDeliveryFrom.IsEditable       = true;
     this.ytimeToDeliveryFrom.InvisibleChar    = '●';
     this.ytimeToDeliveryFrom.ShowSeconds      = false;
     this.ytimeToDeliveryFrom.AutocompleteStep = 15;
     this.ytimeToDeliveryFrom.DateTime         = new global::System.DateTime(0);
     this.ytimeToDeliveryFrom.Time             = new global::System.TimeSpan(0);
     this.table2.Add(this.ytimeToDeliveryFrom);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2[this.ytimeToDeliveryFrom]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.LeftAttach   = ((uint)(2));
     w13.RightAttach  = ((uint)(3));
     w13.XOptions     = ((global::Gtk.AttachOptions)(0));
     w13.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.ytimeToDeliveryTo = new global::Gamma.Widgets.yTimeEntry();
     this.ytimeToDeliveryTo.WidthRequest     = 100;
     this.ytimeToDeliveryTo.CanFocus         = true;
     this.ytimeToDeliveryTo.Events           = ((global::Gdk.EventMask)(256));
     this.ytimeToDeliveryTo.Name             = "ytimeToDeliveryTo";
     this.ytimeToDeliveryTo.IsEditable       = true;
     this.ytimeToDeliveryTo.InvisibleChar    = '●';
     this.ytimeToDeliveryTo.ShowSeconds      = false;
     this.ytimeToDeliveryTo.AutocompleteStep = 15;
     this.ytimeToDeliveryTo.DateTime         = new global::System.DateTime(0);
     this.ytimeToDeliveryTo.Time             = new global::System.TimeSpan(0);
     this.table2.Add(this.ytimeToDeliveryTo);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2[this.ytimeToDeliveryTo]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.LeftAttach   = ((uint)(2));
     w14.RightAttach  = ((uint)(3));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.table1.Add(this.table2);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.table2]));
     w15.BottomAttach = ((uint)(3));
     w15.LeftAttach   = ((uint)(3));
     w15.RightAttach  = ((uint)(4));
     // Container child table1.Gtk.Table+TableChild
     this.textOrdersInfo          = new global::Gtk.TextView();
     this.textOrdersInfo.CanFocus = true;
     this.textOrdersInfo.Name     = "textOrdersInfo";
     this.textOrdersInfo.Editable = false;
     this.table1.Add(this.textOrdersInfo);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.textOrdersInfo]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(3));
     w16.LeftAttach   = ((uint)(4));
     w16.RightAttach  = ((uint)(5));
     // Container child table1.Gtk.Table+TableChild
     this.ydateForRoutes                = new global::QS.Widgets.GtkUI.DatePicker();
     this.ydateForRoutes.Events         = ((global::Gdk.EventMask)(256));
     this.ydateForRoutes.Name           = "ydateForRoutes";
     this.ydateForRoutes.WithTime       = false;
     this.ydateForRoutes.Date           = new global::System.DateTime(0);
     this.ydateForRoutes.IsEditable     = true;
     this.ydateForRoutes.AutoSeparation = true;
     this.table1.Add(this.ydateForRoutes);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.ydateForRoutes]));
     w17.TopAttach    = ((uint)(1));
     w17.BottomAttach = ((uint)(2));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.yspeccomboboxCashSubdivision                     = new global::Gamma.Widgets.ySpecComboBox();
     this.yspeccomboboxCashSubdivision.Name                = "yspeccomboboxCashSubdivision";
     this.yspeccomboboxCashSubdivision.AddIfNotExist       = false;
     this.yspeccomboboxCashSubdivision.DefaultFirst        = false;
     this.yspeccomboboxCashSubdivision.ShowSpecialStateAll = false;
     this.yspeccomboboxCashSubdivision.ShowSpecialStateNot = false;
     this.table1.Add(this.yspeccomboboxCashSubdivision);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1[this.yspeccomboboxCashSubdivision]));
     w18.LeftAttach  = ((uint)(1));
     w18.RightAttach = ((uint)(3));
     w18.XOptions    = ((global::Gtk.AttachOptions)(4));
     w18.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ytextFullOrdersInfo          = new global::Gamma.GtkWidgets.yTextView();
     this.ytextFullOrdersInfo.CanFocus = true;
     this.ytextFullOrdersInfo.Name     = "ytextFullOrdersInfo";
     this.ytextFullOrdersInfo.Editable = false;
     this.table1.Add(this.ytextFullOrdersInfo);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1[this.ytextFullOrdersInfo]));
     w19.TopAttach    = ((uint)(1));
     w19.BottomAttach = ((uint)(3));
     w19.LeftAttach   = ((uint)(5));
     w19.RightAttach  = ((uint)(6));
     this.vbox5.Add(this.table1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.table1]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hpaned3          = new global::Gtk.HPaned();
     this.hpaned3.CanFocus = true;
     this.hpaned3.Name     = "hpaned3";
     this.hpaned3.Position = 664;
     // Container child hpaned3.Gtk.Paned+PanedChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.progressOrders           = new global::Gtk.ProgressBar();
     this.progressOrders.Name      = "progressOrders";
     this.progressOrders.Ellipsize = ((global::Pango.EllipsizeMode)(1));
     this.hbox8.Add(this.progressOrders);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.progressOrders]));
     w21.Position = 0;
     // Container child hbox8.Gtk.Box+BoxChild
     this.buttonWarnings = new global::Gtk.Button();
     this.buttonWarnings.TooltipMarkup = "Имеются перудупреждения. Нажмите что бы посмотреть.";
     this.buttonWarnings.CanFocus      = true;
     this.buttonWarnings.Name          = "buttonWarnings";
     this.buttonWarnings.UseUnderline  = true;
     this.buttonWarnings.Relief        = ((global::Gtk.ReliefStyle)(2));
     global::Gtk.Image w22 = new global::Gtk.Image();
     w22.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-warning", global::Gtk.IconSize.Menu);
     this.buttonWarnings.Image = w22;
     this.hbox8.Add(this.buttonWarnings);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.buttonWarnings]));
     w23.Position = 1;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.buttonAutoCreate              = new global::Gtk.Button();
     this.buttonAutoCreate.CanFocus     = true;
     this.buttonAutoCreate.Name         = "buttonAutoCreate";
     this.buttonAutoCreate.UseUnderline = true;
     this.buttonAutoCreate.Label        = global::Mono.Unix.Catalog.GetString("Создать маршруты");
     this.hbox8.Add(this.buttonAutoCreate);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.buttonAutoCreate]));
     w24.Position = 2;
     w24.Expand   = false;
     w24.Fill     = false;
     this.vbox3.Add(this.hbox8);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox8]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 2;
     this.notebook1.TabPos      = ((global::Gtk.PositionType)(0));
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vboxDrivers         = new global::Gtk.VBox();
     this.vboxDrivers.Name    = "vboxDrivers";
     this.vboxDrivers.Spacing = 6;
     // Container child vboxDrivers.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.ytreeviewOnDayDrivers          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewOnDayDrivers.CanFocus = true;
     this.ytreeviewOnDayDrivers.Name     = "ytreeviewOnDayDrivers";
     this.GtkScrolledWindow1.Add(this.ytreeviewOnDayDrivers);
     this.vboxDrivers.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vboxDrivers[this.GtkScrolledWindow1]));
     w27.Position = 0;
     // Container child vboxDrivers.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.buttonAddDriver              = new global::Gtk.Button();
     this.buttonAddDriver.CanFocus     = true;
     this.buttonAddDriver.Name         = "buttonAddDriver";
     this.buttonAddDriver.UseUnderline = true;
     this.buttonAddDriver.Label        = global::Mono.Unix.Catalog.GetString("Добавить водителя");
     global::Gtk.Image w28 = new global::Gtk.Image();
     w28.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.buttonAddDriver.Image = w28;
     this.hbox7.Add(this.buttonAddDriver);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.buttonAddDriver]));
     w29.Position = 0;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.buttonRemoveDriver              = new global::Gtk.Button();
     this.buttonRemoveDriver.CanFocus     = true;
     this.buttonRemoveDriver.Name         = "buttonRemoveDriver";
     this.buttonRemoveDriver.UseUnderline = true;
     this.buttonRemoveDriver.Label        = global::Mono.Unix.Catalog.GetString("Снять водителя");
     global::Gtk.Image w30 = new global::Gtk.Image();
     w30.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-remove", global::Gtk.IconSize.Menu);
     this.buttonRemoveDriver.Image = w30;
     this.hbox7.Add(this.buttonRemoveDriver);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.buttonRemoveDriver]));
     w31.Position = 1;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.buttonDriverSelectAuto              = new global::Gtk.Button();
     this.buttonDriverSelectAuto.CanFocus     = true;
     this.buttonDriverSelectAuto.Name         = "buttonDriverSelectAuto";
     this.buttonDriverSelectAuto.UseUnderline = true;
     this.buttonDriverSelectAuto.Label        = global::Mono.Unix.Catalog.GetString("Выбрать авто");
     global::Gtk.Image w32 = new global::Gtk.Image();
     w32.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("Vodovoz.icons.buttons.car.png");
     this.buttonDriverSelectAuto.Image = w32;
     this.hbox7.Add(this.buttonDriverSelectAuto);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.buttonDriverSelectAuto]));
     w33.Position = 2;
     w33.Expand   = false;
     w33.Fill     = false;
     this.vboxDrivers.Add(this.hbox7);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vboxDrivers[this.hbox7]));
     w34.Position = 1;
     w34.Expand   = false;
     w34.Fill     = false;
     this.notebook1.Add(this.vboxDrivers);
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Водители");
     this.label4.Angle     = 270D;
     this.notebook1.SetTabLabel(this.vboxDrivers, this.label4);
     this.label4.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.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.ytreeviewOnDayForwarders          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewOnDayForwarders.CanFocus = true;
     this.ytreeviewOnDayForwarders.Name     = "ytreeviewOnDayForwarders";
     this.GtkScrolledWindow2.Add(this.ytreeviewOnDayForwarders);
     this.vbox4.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.GtkScrolledWindow2]));
     w37.Position = 0;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.buttonAddForwarder              = new global::Gtk.Button();
     this.buttonAddForwarder.CanFocus     = true;
     this.buttonAddForwarder.Name         = "buttonAddForwarder";
     this.buttonAddForwarder.UseUnderline = true;
     this.buttonAddForwarder.Label        = global::Mono.Unix.Catalog.GetString("Добавить экспедитора");
     global::Gtk.Image w38 = new global::Gtk.Image();
     w38.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.buttonAddForwarder.Image = w38;
     this.hbox6.Add(this.buttonAddForwarder);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.buttonAddForwarder]));
     w39.Position = 0;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.buttonRemoveForwarder              = new global::Gtk.Button();
     this.buttonRemoveForwarder.CanFocus     = true;
     this.buttonRemoveForwarder.Name         = "buttonRemoveForwarder";
     this.buttonRemoveForwarder.UseUnderline = true;
     this.buttonRemoveForwarder.Label        = global::Mono.Unix.Catalog.GetString("Снять экспедитора");
     global::Gtk.Image w40 = new global::Gtk.Image();
     w40.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-remove", global::Gtk.IconSize.Menu);
     this.buttonRemoveForwarder.Image = w40;
     this.hbox6.Add(this.buttonRemoveForwarder);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.buttonRemoveForwarder]));
     w41.Position = 1;
     w41.Expand   = false;
     w41.Fill     = false;
     this.vbox4.Add(this.hbox6);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox6]));
     w42.Position = 1;
     w42.Expand   = false;
     w42.Fill     = false;
     this.notebook1.Add(this.vbox4);
     global::Gtk.Notebook.NotebookChild w43 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox4]));
     w43.Position = 1;
     // Notebook tab
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Экспедиторы");
     this.label5.Angle     = 270D;
     this.notebook1.SetTabLabel(this.vbox4, this.label5);
     this.label5.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vboxRouteLists         = new global::Gtk.VBox();
     this.vboxRouteLists.Name    = "vboxRouteLists";
     this.vboxRouteLists.Spacing = 6;
     // Container child vboxRouteLists.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.ytreeRoutes          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeRoutes.CanFocus = true;
     this.ytreeRoutes.Name     = "ytreeRoutes";
     this.GtkScrolledWindow.Add(this.ytreeRoutes);
     this.vboxRouteLists.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vboxRouteLists[this.GtkScrolledWindow]));
     w45.Position = 0;
     // Container child vboxRouteLists.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonOpen              = new global::Gtk.Button();
     this.buttonOpen.CanFocus     = true;
     this.buttonOpen.Name         = "buttonOpen";
     this.buttonOpen.UseUnderline = true;
     this.buttonOpen.Label        = global::Mono.Unix.Catalog.GetString("Открыть");
     this.hbox5.Add(this.buttonOpen);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonOpen]));
     w46.Position = 0;
     w46.Expand   = false;
     w46.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonRebuildRoute              = new global::Gtk.Button();
     this.buttonRebuildRoute.CanFocus     = true;
     this.buttonRebuildRoute.Name         = "buttonRebuildRoute";
     this.buttonRebuildRoute.UseUnderline = true;
     this.buttonRebuildRoute.Label        = global::Mono.Unix.Catalog.GetString("Перестроить маршрут");
     global::Gtk.Image w47 = new global::Gtk.Image();
     w47.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("Vodovoz.icons.buttons.sort-ascending.png");
     this.buttonRebuildRoute.Image = w47;
     this.hbox5.Add(this.buttonRebuildRoute);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonRebuildRoute]));
     w48.Position = 1;
     w48.Expand   = false;
     w48.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonRemoveAddress              = new global::Gtk.Button();
     this.buttonRemoveAddress.CanFocus     = true;
     this.buttonRemoveAddress.Name         = "buttonRemoveAddress";
     this.buttonRemoveAddress.UseUnderline = true;
     this.buttonRemoveAddress.Label        = global::Mono.Unix.Catalog.GetString("Убрать адрес");
     global::Gtk.Image w49 = new global::Gtk.Image();
     w49.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-remove", global::Gtk.IconSize.Menu);
     this.buttonRemoveAddress.Image = w49;
     this.hbox5.Add(this.buttonRemoveAddress);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonRemoveAddress]));
     w50.Position = 2;
     w50.Expand   = false;
     w50.Fill     = false;
     this.vboxRouteLists.Add(this.hbox5);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vboxRouteLists[this.hbox5]));
     w51.Position = 1;
     w51.Expand   = false;
     w51.Fill     = false;
     this.notebook1.Add(this.vboxRouteLists);
     global::Gtk.Notebook.NotebookChild w52 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vboxRouteLists]));
     w52.Position = 2;
     // Notebook tab
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Маршруты");
     this.label6.Angle     = 270D;
     this.notebook1.SetTabLabel(this.vboxRouteLists, this.label6);
     this.label6.ShowAll();
     this.vbox3.Add(this.notebook1);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.notebook1]));
     w53.Position = 1;
     this.hpaned3.Add(this.vbox3);
     global::Gtk.Paned.PanedChild w54 = ((global::Gtk.Paned.PanedChild)(this.hpaned3[this.vbox3]));
     w54.Resize = false;
     // Container child hpaned3.Gtk.Paned+PanedChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // 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.btnRefresh = new global::Gtk.Button();
     this.btnRefresh.TooltipMarkup = "Обновить";
     this.btnRefresh.CanFocus      = true;
     this.btnRefresh.Name          = "btnRefresh";
     this.btnRefresh.UseUnderline  = true;
     global::Gtk.Image w55 = new global::Gtk.Image();
     w55.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-refresh", global::Gtk.IconSize.Menu);
     this.btnRefresh.Image = w55;
     this.hbox3.Add(this.btnRefresh);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.btnRefresh]));
     w56.Position = 0;
     w56.Expand   = false;
     w56.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.labelSelected           = new global::Gtk.Label();
     this.labelSelected.Name      = "labelSelected";
     this.labelSelected.LabelProp = global::Mono.Unix.Catalog.GetString("Адресов\nне выбрано");
     this.labelSelected.Justify   = ((global::Gtk.Justification)(2));
     this.hbox3.Add(this.labelSelected);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.labelSelected]));
     w57.Position = 1;
     w57.Expand   = false;
     w57.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.menuAddToRL              = new global::QSWidgetLib.MenuButton();
     this.menuAddToRL.Sensitive    = false;
     this.menuAddToRL.CanFocus     = true;
     this.menuAddToRL.Name         = "menuAddToRL";
     this.menuAddToRL.UseUnderline = true;
     this.menuAddToRL.UseMarkup    = false;
     this.menuAddToRL.LabelXAlign  = 0F;
     this.menuAddToRL.Label        = global::Mono.Unix.Catalog.GetString("В маршрутный лист");
     global::Gtk.Image w58 = new global::Gtk.Image();
     w58.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.menuAddToRL.Image = w58;
     this.hbox3.Add(this.menuAddToRL);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.menuAddToRL]));
     w59.Position = 2;
     w59.Expand   = false;
     w59.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.checkShowDistricts               = new global::Gtk.CheckButton();
     this.checkShowDistricts.CanFocus      = true;
     this.checkShowDistricts.Name          = "checkShowDistricts";
     this.checkShowDistricts.Label         = global::Mono.Unix.Catalog.GetString("Районы");
     this.checkShowDistricts.DrawIndicator = true;
     this.checkShowDistricts.UseUnderline  = true;
     this.hbox3.Add(this.checkShowDistricts);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.checkShowDistricts]));
     w60.Position = 3;
     w60.Expand   = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.yspinMaxTime = new global::Gamma.GtkWidgets.ySpinButton(0D, 1000D, 1D);
     this.yspinMaxTime.TooltipMarkup            = "Максимальное время оптимизаций, в секундах.";
     this.yspinMaxTime.CanFocus                 = true;
     this.yspinMaxTime.Name                     = "yspinMaxTime";
     this.yspinMaxTime.Adjustment.PageIncrement = 10D;
     this.yspinMaxTime.ClimbRate                = 1D;
     this.yspinMaxTime.Numeric                  = true;
     this.yspinMaxTime.UpdatePolicy             = ((global::Gtk.SpinButtonUpdatePolicy)(1));
     this.yspinMaxTime.Value                    = 30D;
     this.yspinMaxTime.ValueAsDecimal           = 0m;
     this.yspinMaxTime.ValueAsInt               = 0;
     this.hbox3.Add(this.yspinMaxTime);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.yspinMaxTime]));
     w61.Position = 4;
     w61.Expand   = false;
     w61.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vseparator2      = new global::Gtk.VSeparator();
     this.vseparator2.Name = "vseparator2";
     this.hbox3.Add(this.vseparator2);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.vseparator2]));
     w62.Position = 5;
     w62.Expand   = false;
     w62.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.yenumcomboMapType      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboMapType.Name = "yenumcomboMapType";
     this.yenumcomboMapType.ShowSpecialStateAll = false;
     this.yenumcomboMapType.ShowSpecialStateNot = false;
     this.yenumcomboMapType.UseShortTitle       = false;
     this.yenumcomboMapType.DefaultFirst        = true;
     this.hbox3.Add(this.yenumcomboMapType);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.yenumcomboMapType]));
     w63.Position = 6;
     w63.Expand   = false;
     w63.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonMapHelp = new global::Gtk.Button();
     this.buttonMapHelp.TooltipMarkup = "Справка по работе с картой.";
     this.buttonMapHelp.CanFocus      = true;
     this.buttonMapHelp.Name          = "buttonMapHelp";
     this.buttonMapHelp.UseUnderline  = true;
     this.buttonMapHelp.Relief        = ((global::Gtk.ReliefStyle)(1));
     global::Gtk.Image w64 = new global::Gtk.Image();
     w64.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-help", global::Gtk.IconSize.Menu);
     this.buttonMapHelp.Image = w64;
     this.hbox3.Add(this.buttonMapHelp);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.buttonMapHelp]));
     w65.Position = 7;
     w65.Expand   = false;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w66.Position = 0;
     w66.Expand   = false;
     w66.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.gmapWidget         = new global::GMap.NET.GtkSharp.GMapControl();
     this.gmapWidget.Name    = "gmapWidget";
     this.gmapWidget.MaxZoom = 24;
     this.gmapWidget.MinZoom = 0;
     this.gmapWidget.MouseWheelZoomEnabled = true;
     this.gmapWidget.ShowTileGridLines     = false;
     this.gmapWidget.GrayScaleMode         = false;
     this.gmapWidget.NegativeMode          = false;
     this.gmapWidget.HasFrame        = false;
     this.gmapWidget.Bearing         = 0F;
     this.gmapWidget.Zoom            = 9D;
     this.gmapWidget.RoutesEnabled   = true;
     this.gmapWidget.PolygonsEnabled = true;
     this.gmapWidget.MarkersEnabled  = true;
     this.gmapWidget.CanDragMap      = true;
     this.vbox2.Add(this.gmapWidget);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.gmapWidget]));
     w67.Position = 1;
     this.hpaned3.Add(this.vbox2);
     this.vbox5.Add(this.hpaned3);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hpaned3]));
     w69.Position = 1;
     this.Add(this.vbox5);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.buttonWarnings.Hide();
     this.Hide();
     this.ydateForRoutes.DateChanged      += new global::System.EventHandler(this.OnYdateForRoutesDateChanged);
     this.ytimeToDeliveryTo.WidgetEvent   += new global::Gtk.WidgetEventHandler(this.OnFilterWidgetEvent);
     this.ytimeToDeliveryFrom.WidgetEvent += new global::Gtk.WidgetEventHandler(this.OnFilterWidgetEvent);
     this.ySpnMin19Btls.WidgetEvent       += new global::Gtk.WidgetEventHandler(this.OnFilterWidgetEvent);
     this.buttonFilter.Clicked            += new global::System.EventHandler(this.OnButtonLoadClicked);
     this.label2.WidgetEvent                 += new global::Gtk.WidgetEventHandler(this.OnLabel2WidgetEvent);
     this.checkShowCompleted.Toggled         += new global::System.EventHandler(this.OnCheckShowCompletedToggled);
     this.buttonWarnings.Clicked             += new global::System.EventHandler(this.OnButtonWarningsClicked);
     this.buttonAutoCreate.Clicked           += new global::System.EventHandler(this.OnButtonAutoCreateClicked);
     this.ytreeviewOnDayDrivers.RowActivated += new global::Gtk.RowActivatedHandler(this.OnYtreeviewOnDayDriversRowActivated);
     this.buttonAddDriver.Clicked            += new global::System.EventHandler(this.OnButtonAddDriverClicked);
     this.buttonRemoveDriver.Clicked         += new global::System.EventHandler(this.OnButtonRemoveDriverClicked);
     this.buttonDriverSelectAuto.Clicked     += new global::System.EventHandler(this.OnButtonDriverSelectAutoClicked);
     this.buttonAddForwarder.Clicked         += new global::System.EventHandler(this.OnButtonAddForwarderClicked);
     this.buttonRemoveForwarder.Clicked      += new global::System.EventHandler(this.OnButtonRemoveForwarderClicked);
     this.buttonOpen.Clicked                 += new global::System.EventHandler(this.OnButtonOpenClicked);
     this.buttonRebuildRoute.Clicked         += new global::System.EventHandler(this.OnButtonRebuildRouteClicked);
     this.buttonRemoveAddress.Clicked        += new global::System.EventHandler(this.OnButtonRemoveAddressClicked);
     this.btnRefresh.Clicked                 += new global::System.EventHandler(this.OnBtnRefreshClicked);
     this.checkShowDistricts.Toggled         += new global::System.EventHandler(this.OnCheckShowDistrictsToggled);
     this.yenumcomboMapType.ChangedByUser    += new global::System.EventHandler(this.OnYenumcomboMapTypeChangedByUser);
     this.buttonMapHelp.Clicked              += new global::System.EventHandler(this.OnButtonMapHelpClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Projects.NewProjectDialog
			this.WidthRequest = 930;
			this.Name = "MonoDevelop.Ide.Projects.NewProjectDialog";
			this.Title = "New Solution";
			this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
			this.WindowPosition = ((global::Gtk.WindowPosition)(1));
			this.BorderWidth = ((uint)(6));
			this.DestroyWithParent = true;
			// Internal child MonoDevelop.Ide.Projects.NewProjectDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog-vbox1";
			w1.Spacing = 6;
			w1.BorderWidth = ((uint)(2));
			// Container child dialog-vbox1.Gtk.Box+BoxChild
			this.notebook = new global::Gtk.Notebook ();
			this.notebook.CanFocus = true;
			this.notebook.Name = "notebook";
			this.notebook.CurrentPage = 0;
			this.notebook.ShowBorder = false;
			this.notebook.BorderWidth = ((uint)(6));
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 7;
			// 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.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			// 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.hpaned1 = new global::Gtk.HPaned ();
			this.hpaned1.CanFocus = true;
			this.hpaned1.Name = "hpaned1";
			this.hpaned1.Position = 188;
			// Container child hpaned1.Gtk.Paned+PanedChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow1.Gtk.Container+ContainerChild
			this.lst_template_types = new global::Gtk.TreeView ();
			this.lst_template_types.Name = "lst_template_types";
			this.lst_template_types.HeadersVisible = false;
			this.scrolledwindow1.Add (this.lst_template_types);
			this.hpaned1.Add (this.scrolledwindow1);
			global::Gtk.Paned.PanedChild w3 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.scrolledwindow1]));
			w3.Resize = false;
			// Container child hpaned1.Gtk.Paned+PanedChild
			this.panedTemplates = new global::Gtk.HPaned ();
			this.panedTemplates.CanFocus = true;
			this.panedTemplates.Name = "panedTemplates";
			this.panedTemplates.Position = 430;
			// Container child panedTemplates.Gtk.Paned+PanedChild
			this.boxTemplates = new global::Gtk.VBox ();
			this.boxTemplates.Name = "boxTemplates";
			this.boxTemplates.Spacing = 6;
			this.panedTemplates.Add (this.boxTemplates);
			global::Gtk.Paned.PanedChild w4 = ((global::Gtk.Paned.PanedChild)(this.panedTemplates [this.boxTemplates]));
			w4.Resize = false;
			// Container child panedTemplates.Gtk.Paned+PanedChild
			this.scrolledInfo = new global::Gtk.ScrolledWindow ();
			this.scrolledInfo.CanFocus = true;
			this.scrolledInfo.Name = "scrolledInfo";
			this.scrolledInfo.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
			this.scrolledInfo.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledInfo.Gtk.Container+ContainerChild
			global::Gtk.Viewport w5 = new global::Gtk.Viewport ();
			w5.ShadowType = ((global::Gtk.ShadowType)(0));
			// Container child GtkViewport.Gtk.Container+ContainerChild
			this.boxInfo = new global::Gtk.VBox ();
			this.boxInfo.Name = "boxInfo";
			this.boxInfo.Spacing = 6;
			this.boxInfo.BorderWidth = ((uint)(3));
			// Container child boxInfo.Gtk.Box+BoxChild
			this.labelTemplateTitle = new global::Gtk.Label ();
			this.labelTemplateTitle.WidthRequest = 30;
			this.labelTemplateTitle.Name = "labelTemplateTitle";
			this.labelTemplateTitle.Xalign = 0F;
			this.labelTemplateTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Console Project</b>");
			this.labelTemplateTitle.UseMarkup = true;
			this.labelTemplateTitle.Wrap = true;
			this.boxInfo.Add (this.labelTemplateTitle);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.boxInfo [this.labelTemplateTitle]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Fill = false;
			// Container child boxInfo.Gtk.Box+BoxChild
			this.lbl_template_descr = new global::Gtk.Label ();
			this.lbl_template_descr.WidthRequest = 116;
			this.lbl_template_descr.Name = "lbl_template_descr";
			this.lbl_template_descr.Xalign = 0F;
			this.lbl_template_descr.Yalign = 0F;
			this.lbl_template_descr.LabelProp = global::Mono.Unix.Catalog.GetString ("Creates a new C# Project");
			this.lbl_template_descr.Wrap = true;
			this.boxInfo.Add (this.lbl_template_descr);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.boxInfo [this.lbl_template_descr]));
			w7.Position = 1;
			w7.Expand = false;
			w7.Fill = false;
			w5.Add (this.boxInfo);
			this.scrolledInfo.Add (w5);
			this.panedTemplates.Add (this.scrolledInfo);
			global::Gtk.Paned.PanedChild w10 = ((global::Gtk.Paned.PanedChild)(this.panedTemplates [this.scrolledInfo]));
			w10.Resize = false;
			this.hpaned1.Add (this.panedTemplates);
			this.vbox4.Add (this.hpaned1);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hpaned1]));
			w12.Position = 0;
			this.hbox1.Add (this.vbox4);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
			w13.Position = 0;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w14.Position = 0;
			this.vbox1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox2]));
			w15.Position = 0;
			// Container child vbox1.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.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.entry_location = new global::MonoDevelop.Components.FolderEntry ();
			this.entry_location.Name = "entry_location";
			this.entry_location.DisplayAsRelativePath = false;
			this.table1.Add (this.entry_location);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.entry_location]));
			w16.TopAttach = ((uint)(1));
			w16.BottomAttach = ((uint)(2));
			w16.LeftAttach = ((uint)(1));
			w16.RightAttach = ((uint)(2));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.txt_subdirectory = new global::Gtk.Entry ();
			this.txt_subdirectory.Name = "txt_subdirectory";
			this.txt_subdirectory.IsEditable = true;
			this.txt_subdirectory.ActivatesDefault = true;
			this.txt_subdirectory.InvisibleChar = '●';
			this.hbox2.Add (this.txt_subdirectory);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.txt_subdirectory]));
			w17.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.chk_combine_directory = new global::Gtk.CheckButton ();
			this.chk_combine_directory.Name = "chk_combine_directory";
			this.chk_combine_directory.Label = global::Mono.Unix.Catalog.GetString ("_Create directory for solution");
			this.chk_combine_directory.Active = true;
			this.chk_combine_directory.DrawIndicator = true;
			this.chk_combine_directory.UseUnderline = true;
			this.hbox2.Add (this.chk_combine_directory);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.chk_combine_directory]));
			w18.Position = 1;
			w18.Expand = false;
			w18.Fill = false;
			this.table1.Add (this.hbox2);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2]));
			w19.TopAttach = ((uint)(2));
			w19.BottomAttach = ((uint)(3));
			w19.LeftAttach = ((uint)(1));
			w19.RightAttach = ((uint)(2));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lbl_location = new global::Gtk.Label ();
			this.lbl_location.Name = "lbl_location";
			this.lbl_location.Xalign = 0F;
			this.lbl_location.Yalign = 0F;
			this.lbl_location.LabelProp = global::Mono.Unix.Catalog.GetString ("_Location:");
			this.lbl_location.UseUnderline = true;
			this.table1.Add (this.lbl_location);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.lbl_location]));
			w20.TopAttach = ((uint)(1));
			w20.BottomAttach = ((uint)(2));
			w20.XOptions = ((global::Gtk.AttachOptions)(4));
			w20.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table1.Gtk.Table+TableChild
			this.lbl_name = new global::Gtk.Label ();
			this.lbl_name.Name = "lbl_name";
			this.lbl_name.Xalign = 0F;
			this.lbl_name.Yalign = 0F;
			this.lbl_name.LabelProp = global::Mono.Unix.Catalog.GetString ("N_ame:");
			this.lbl_name.UseUnderline = true;
			this.table1.Add (this.lbl_name);
			global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.lbl_name]));
			w21.XOptions = ((global::Gtk.AttachOptions)(4));
			w21.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table1.Gtk.Table+TableChild
			this.lbl_subdirectory = new global::Gtk.Label ();
			this.lbl_subdirectory.Name = "lbl_subdirectory";
			this.lbl_subdirectory.Xalign = 0F;
			this.lbl_subdirectory.LabelProp = global::Mono.Unix.Catalog.GetString ("_Solution name:");
			this.lbl_subdirectory.UseUnderline = true;
			this.table1.Add (this.lbl_subdirectory);
			global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.lbl_subdirectory]));
			w22.TopAttach = ((uint)(2));
			w22.BottomAttach = ((uint)(3));
			w22.XOptions = ((global::Gtk.AttachOptions)(4));
			w22.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.txt_name = new global::Gtk.Entry ();
			this.txt_name.Name = "txt_name";
			this.txt_name.IsEditable = true;
			this.txt_name.ActivatesDefault = true;
			this.txt_name.InvisibleChar = '●';
			this.table1.Add (this.txt_name);
			global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.txt_name]));
			w23.LeftAttach = ((uint)(1));
			w23.RightAttach = ((uint)(2));
			w23.YOptions = ((global::Gtk.AttachOptions)(0));
			this.vbox3.Add (this.table1);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
			w24.Position = 0;
			w24.Expand = false;
			w24.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.lbl_will_save_in = new global::Gtk.Label ();
			this.lbl_will_save_in.WidthRequest = 580;
			this.lbl_will_save_in.Name = "lbl_will_save_in";
			this.lbl_will_save_in.Xalign = 0F;
			this.lbl_will_save_in.Yalign = 0F;
			this.lbl_will_save_in.LabelProp = "Project will be saved in: /dev/null";
			this.lbl_will_save_in.Wrap = true;
			this.vbox3.Add (this.lbl_will_save_in);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.lbl_will_save_in]));
			w25.Position = 1;
			w25.Expand = false;
			w25.Fill = false;
			this.vbox1.Add (this.vbox3);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox3]));
			w26.Position = 1;
			w26.Expand = false;
			this.notebook.Add (this.vbox1);
			// Notebook tab
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = "page1";
			this.notebook.SetTabLabel (this.vbox1, this.label1);
			this.label1.ShowAll ();
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.vbox5 = new global::Gtk.VBox ();
			this.vbox5.Name = "vbox5";
			this.vbox5.Spacing = 6;
			// Container child vbox5.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 ("<b>Project Features</b>");
			this.label3.UseMarkup = true;
			this.vbox5.Add (this.label3);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.label3]));
			w28.Position = 0;
			w28.Expand = false;
			w28.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.label4 = new global::Gtk.Label ();
			this.label4.WidthRequest = 632;
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("<small>This list shows a set of features you can enable in the new project. After creating the project those features can be enabled or disabled in the Project Options dialog, or by adding new projects to the solution.</small>");
			this.label4.UseMarkup = true;
			this.label4.Wrap = true;
			this.vbox5.Add (this.label4);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.label4]));
			w29.Position = 1;
			w29.Expand = false;
			w29.Fill = false;
			this.notebook.Add (this.vbox5);
			global::Gtk.Notebook.NotebookChild w30 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.vbox5]));
			w30.Position = 1;
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = "page2";
			this.notebook.SetTabLabel (this.vbox5, this.label2);
			this.label2.ShowAll ();
			w1.Add (this.notebook);
			global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(w1 [this.notebook]));
			w31.Position = 0;
			// Internal child MonoDevelop.Ide.Projects.NewProjectDialog.ActionArea
			global::Gtk.HButtonBox w32 = this.ActionArea;
			w32.Name = "dialog-action_area1";
			w32.Spacing = 6;
			w32.BorderWidth = ((uint)(5));
			w32.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog-action_area1.Gtk.ButtonBox+ButtonBoxChild
			this.btn_close = new global::Gtk.Button ();
			this.btn_close.CanDefault = true;
			this.btn_close.Name = "btn_close";
			this.btn_close.UseStock = true;
			this.btn_close.UseUnderline = true;
			this.btn_close.Label = "gtk-cancel";
			this.AddActionWidget (this.btn_close, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w33 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w32 [this.btn_close]));
			w33.Expand = false;
			w33.Fill = false;
			// Container child dialog-action_area1.Gtk.ButtonBox+ButtonBoxChild
			this.btn_new = new global::Gtk.Button ();
			this.btn_new.CanDefault = true;
			this.btn_new.Name = "btn_new";
			this.btn_new.UseStock = true;
			this.btn_new.UseUnderline = true;
			this.btn_new.Label = "gtk-go-forward";
			w32.Add (this.btn_new);
			global::Gtk.ButtonBox.ButtonBoxChild w34 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w32 [this.btn_new]));
			w34.Position = 1;
			w34.Expand = false;
			w34.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 930;
			this.DefaultHeight = 539;
			this.lbl_name.MnemonicWidget = this.txt_name;
			this.lbl_subdirectory.MnemonicWidget = this.txt_subdirectory;
			this.Hide ();
			this.scrolledInfo.SizeAllocated += new global::Gtk.SizeAllocatedHandler (this.OnScrolledInfoSizeAllocated);
			this.boxInfo.SizeAllocated += new global::Gtk.SizeAllocatedHandler (this.OnBoxInfoSizeAllocated);
			this.txt_name.Changed += new global::System.EventHandler (this.NameChanged);
			this.txt_subdirectory.Changed += new global::System.EventHandler (this.PathChanged);
			this.chk_combine_directory.Clicked += new global::System.EventHandler (this.SolutionCheckChanged);
			this.btn_close.Clicked += new global::System.EventHandler (this.cancelClicked);
			this.btn_new.Clicked += new global::System.EventHandler (this.OpenEvent);
		}
Example #41
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.mediaPlayAction = new global::Gtk.ToggleAction("mediaPlayAction", null, null, "gtk-media-play");
     w1.Add(this.mediaPlayAction, null);
     this.propertiesAction = new global::Gtk.Action("propertiesAction", null, null, "gtk-properties");
     w1.Add(this.propertiesAction, 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));
     this.DefaultWidth   = 1280;
     this.DefaultHeight  = 720;
     // 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><toolbar name=\'toolbar2\'><toolitem name=\'mediaPlayAction\' action=\'mediaPlayAc" +
                                    "tion\'/><toolitem name=\'propertiesAction\' action=\'propertiesAction\'/></toolbar></" +
                                    "ui>");
     this.toolbar2           = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar2")));
     this.toolbar2.Name      = "toolbar2";
     this.toolbar2.ShowArrow = false;
     this.toolbar2.IconSize  = ((global::Gtk.IconSize)(4));
     this.vbox2.Add(this.toolbar2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.toolbar2]));
     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 = 2;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.binanceview1        = new global::CryptoExchange.BinanceView();
     this.binanceview1.Events = ((global::Gdk.EventMask)(256));
     this.binanceview1.Name   = "binanceview1";
     this.notebook1.Add(this.binanceview1);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Binance");
     this.notebook1.SetTabLabel(this.binanceview1, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.dsxview1        = new global::CryptoExchange.DsxView();
     this.dsxview1.Events = ((global::Gdk.EventMask)(256));
     this.dsxview1.Name   = "dsxview1";
     this.notebook1.Add(this.dsxview1);
     global::Gtk.Notebook.NotebookChild w4 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.dsxview1]));
     w4.Position = 1;
     // Notebook tab
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("DSX");
     this.notebook1.SetTabLabel(this.dsxview1, this.label9);
     this.label9.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.huobiview1        = new global::CryptoExchange.HuobiView();
     this.huobiview1.Events = ((global::Gdk.EventMask)(256));
     this.huobiview1.Name   = "huobiview1";
     this.notebook1.Add(this.huobiview1);
     global::Gtk.Notebook.NotebookChild w5 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.huobiview1]));
     w5.Position = 2;
     // Notebook tab
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Huobi");
     this.notebook1.SetTabLabel(this.huobiview1, this.label10);
     this.label10.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.alignment9      = new global::Gtk.Alignment(0F, 0.5F, 0.1F, 1F);
     this.alignment9.Name = "alignment9";
     // Container child alignment9.Gtk.Container+ContainerChild
     this.botsview1 = new global::CryptoExchange.BotsView();
     this.botsview1.WidthRequest = 300;
     this.botsview1.Events       = ((global::Gdk.EventMask)(256));
     this.botsview1.Name         = "botsview1";
     this.alignment9.Add(this.botsview1);
     this.notebook1.Add(this.alignment9);
     global::Gtk.Notebook.NotebookChild w7 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.alignment9]));
     w7.Position = 3;
     // Notebook tab
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Bots");
     this.notebook1.SetTabLabel(this.alignment9, this.label11);
     this.label11.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.coinmarketcapview1        = new global::CryptoExchange.CoinMarketCapView();
     this.coinmarketcapview1.Events = ((global::Gdk.EventMask)(256));
     this.coinmarketcapview1.Name   = "coinmarketcapview1";
     this.notebook1.Add(this.coinmarketcapview1);
     global::Gtk.Notebook.NotebookChild w8 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.coinmarketcapview1]));
     w8.Position = 4;
     // Notebook tab
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("CoinMarketCap");
     this.notebook1.SetTabLabel(this.coinmarketcapview1, this.label13);
     this.label13.ShowAll();
     this.vbox2.Add(this.notebook1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.notebook1]));
     w9.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.statusbar1         = new global::Gtk.Statusbar();
     this.statusbar1.Name    = "statusbar1";
     this.statusbar1.Spacing = 6;
     this.vbox2.Add(this.statusbar1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.statusbar1]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.DeleteEvent                += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.mediaPlayAction.Toggled    += new global::System.EventHandler(this.OnMediaPlayActionToggled);
     this.propertiesAction.Activated += new global::System.EventHandler(this.OnPropertiesActionActivated);
 }
Example #42
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Gettext.POEditorWidget
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "MonoDevelop.Gettext.POEditorWidget";
     // Container child MonoDevelop.Gettext.POEditorWidget.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.notebookPages             = new global::Gtk.Notebook();
     this.notebookPages.CanFocus    = true;
     this.notebookPages.Name        = "notebookPages";
     this.notebookPages.CurrentPage = 0;
     this.notebookPages.ShowBorder  = false;
     this.notebookPages.ShowTabs    = false;
     // Container child notebookPages.Gtk.Notebook+NotebookChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("_Filter:");
     this.label2.UseUnderline = true;
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.searchEntryFilter      = new global::MonoDevelop.Components.SearchEntry();
     this.searchEntryFilter.Name = "searchEntryFilter";
     this.searchEntryFilter.ForceFilterButtonVisible = false;
     this.searchEntryFilter.HasFrame       = false;
     this.searchEntryFilter.RoundedShape   = false;
     this.searchEntryFilter.IsCheckMenu    = false;
     this.searchEntryFilter.ActiveFilterID = 0;
     this.searchEntryFilter.Ready          = false;
     this.searchEntryFilter.HasFocus       = false;
     this.hbox2.Add(this.searchEntryFilter);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.searchEntryFilter]));
     w4.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.togglebuttonOk          = new global::Gtk.ToggleButton();
     this.togglebuttonOk.CanFocus = true;
     this.togglebuttonOk.Name     = "togglebuttonOk";
     // Container child togglebuttonOk.Gtk.Container+ContainerChild
     this.togglebuttonOkHbox         = new global::Gtk.HBox();
     this.togglebuttonOkHbox.Name    = "togglebuttonOkHbox";
     this.togglebuttonOkHbox.Spacing = 2;
     // Container child togglebuttonOkHbox.Gtk.Box+BoxChild
     this.togglebuttonOkIcon          = new global::MonoDevelop.Components.ImageView();
     this.togglebuttonOkIcon.Name     = "togglebuttonOkIcon";
     this.togglebuttonOkIcon.IconId   = "md-done";
     this.togglebuttonOkIcon.IconSize = ((global::Gtk.IconSize)(1));
     this.togglebuttonOkHbox.Add(this.togglebuttonOkIcon);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.togglebuttonOkHbox [this.togglebuttonOkIcon]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child togglebuttonOkHbox.Gtk.Box+BoxChild
     this.togglebuttonOkLabel              = new global::Gtk.Label();
     this.togglebuttonOkLabel.Name         = "togglebuttonOkLabel";
     this.togglebuttonOkLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Valid");
     this.togglebuttonOkLabel.UseUnderline = true;
     this.togglebuttonOkHbox.Add(this.togglebuttonOkLabel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.togglebuttonOkHbox [this.togglebuttonOkLabel]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.togglebuttonOk.Add(this.togglebuttonOkHbox);
     this.hbox2.Add(this.togglebuttonOk);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.togglebuttonOk]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.togglebuttonMissing          = new global::Gtk.ToggleButton();
     this.togglebuttonMissing.CanFocus = true;
     this.togglebuttonMissing.Name     = "togglebuttonMissing";
     // Container child togglebuttonMissing.Gtk.Container+ContainerChild
     this.togglebuttonMissingHbox         = new global::Gtk.HBox();
     this.togglebuttonMissingHbox.Name    = "togglebuttonMissingHbox";
     this.togglebuttonMissingHbox.Spacing = 2;
     // Container child togglebuttonMissingHbox.Gtk.Box+BoxChild
     this.togglebuttonMissingIcon          = new global::MonoDevelop.Components.ImageView();
     this.togglebuttonMissingIcon.Name     = "togglebuttonMissingIcon";
     this.togglebuttonMissingIcon.IconId   = "md-warning";
     this.togglebuttonMissingIcon.IconSize = ((global::Gtk.IconSize)(1));
     this.togglebuttonMissingHbox.Add(this.togglebuttonMissingIcon);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.togglebuttonMissingHbox [this.togglebuttonMissingIcon]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child togglebuttonMissingHbox.Gtk.Box+BoxChild
     this.togglebuttonMissingLabel              = new global::Gtk.Label();
     this.togglebuttonMissingLabel.Name         = "togglebuttonMissingLabel";
     this.togglebuttonMissingLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Missing");
     this.togglebuttonMissingLabel.UseUnderline = true;
     this.togglebuttonMissingHbox.Add(this.togglebuttonMissingLabel);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.togglebuttonMissingHbox [this.togglebuttonMissingLabel]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.togglebuttonMissing.Add(this.togglebuttonMissingHbox);
     this.hbox2.Add(this.togglebuttonMissing);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.togglebuttonMissing]));
     w12.Position = 3;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.togglebuttonFuzzy          = new global::Gtk.ToggleButton();
     this.togglebuttonFuzzy.CanFocus = true;
     this.togglebuttonFuzzy.Name     = "togglebuttonFuzzy";
     // Container child togglebuttonFuzzy.Gtk.Container+ContainerChild
     this.togglebuttonFuzzyHbox         = new global::Gtk.HBox();
     this.togglebuttonFuzzyHbox.Name    = "togglebuttonFuzzyHbox";
     this.togglebuttonFuzzyHbox.Spacing = 2;
     // Container child togglebuttonFuzzyHbox.Gtk.Box+BoxChild
     this.togglebuttonFuzzyIcon          = new global::MonoDevelop.Components.ImageView();
     this.togglebuttonFuzzyIcon.Name     = "togglebuttonFuzzyIcon";
     this.togglebuttonFuzzyIcon.IconId   = "md-error";
     this.togglebuttonFuzzyIcon.IconSize = ((global::Gtk.IconSize)(1));
     this.togglebuttonFuzzyHbox.Add(this.togglebuttonFuzzyIcon);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.togglebuttonFuzzyHbox [this.togglebuttonFuzzyIcon]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child togglebuttonFuzzyHbox.Gtk.Box+BoxChild
     this.togglebuttonFuzzyLabel              = new global::Gtk.Label();
     this.togglebuttonFuzzyLabel.Name         = "togglebuttonFuzzyLabel";
     this.togglebuttonFuzzyLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Fuzzy");
     this.togglebuttonFuzzyLabel.UseUnderline = true;
     this.togglebuttonFuzzyHbox.Add(this.togglebuttonFuzzyLabel);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.togglebuttonFuzzyHbox [this.togglebuttonFuzzyLabel]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.togglebuttonFuzzy.Add(this.togglebuttonFuzzyHbox);
     this.hbox2.Add(this.togglebuttonFuzzy);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.togglebuttonFuzzy]));
     w16.Position = 4;
     w16.Expand   = false;
     w16.Fill     = false;
     this.vbox7.Add(this.hbox2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox2]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.vpaned2          = new global::Gtk.VPaned();
     this.vpaned2.CanFocus = true;
     this.vpaned2.Name     = "vpaned2";
     this.vpaned2.Position = 186;
     // Container child vpaned2.Gtk.Paned+PanedChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.treeviewEntries          = new global::Gtk.TreeView();
     this.treeviewEntries.CanFocus = true;
     this.treeviewEntries.Name     = "treeviewEntries";
     this.scrolledwindow1.Add(this.treeviewEntries);
     this.vpaned2.Add(this.scrolledwindow1);
     global::Gtk.Paned.PanedChild w19 = ((global::Gtk.Paned.PanedChild)(this.vpaned2 [this.scrolledwindow1]));
     w19.Resize = false;
     // Container child vpaned2.Gtk.Paned+PanedChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), true);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // 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.label6              = new global::Gtk.Label();
     this.label6.Name         = "label6";
     this.label6.Xalign       = 0F;
     this.label6.LabelProp    = global::Mono.Unix.Catalog.GetString("_Comments:");
     this.label6.UseUnderline = true;
     this.vbox3.Add(this.label6);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label6]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     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.textviewComments            = new global::Gtk.TextView();
     this.textviewComments.CanFocus   = true;
     this.textviewComments.Name       = "textviewComments";
     this.textviewComments.AcceptsTab = false;
     this.scrolledwindow3.Add(this.textviewComments);
     this.vbox3.Add(this.scrolledwindow3);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow3]));
     w22.Position = 1;
     this.table1.Add(this.vbox3);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox3]));
     w23.TopAttach    = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.LeftAttach   = ((uint)(1));
     w23.RightAttach  = ((uint)(2));
     w23.XOptions     = ((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.label7              = new global::Gtk.Label();
     this.label7.Name         = "label7";
     this.label7.Xalign       = 0F;
     this.label7.LabelProp    = global::Mono.Unix.Catalog.GetString("_Translated (msgstr):");
     this.label7.UseUnderline = true;
     this.vbox4.Add(this.label7);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label7]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.notebookTranslated             = new global::Gtk.Notebook();
     this.notebookTranslated.CanFocus    = true;
     this.notebookTranslated.Name        = "notebookTranslated";
     this.notebookTranslated.CurrentPage = 0;
     // Notebook tab
     global::Gtk.Label w25 = new global::Gtk.Label();
     w25.Visible = true;
     this.notebookTranslated.Add(w25);
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
     this.notebookTranslated.SetTabLabel(w25, this.label1);
     this.label1.ShowAll();
     this.vbox4.Add(this.notebookTranslated);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.notebookTranslated]));
     w26.Position = 1;
     this.table1.Add(this.vbox4);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox4]));
     w27.TopAttach    = ((uint)(1));
     w27.BottomAttach = ((uint)(2));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.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("Original (msgid):");
     this.hbox3.Add(this.label8);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label8]));
     w28.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.checkbuttonWhiteSpaces               = new global::Gtk.CheckButton();
     this.checkbuttonWhiteSpaces.CanFocus      = true;
     this.checkbuttonWhiteSpaces.Name          = "checkbuttonWhiteSpaces";
     this.checkbuttonWhiteSpaces.Label         = global::Mono.Unix.Catalog.GetString("S_how whitespaces");
     this.checkbuttonWhiteSpaces.DrawIndicator = true;
     this.checkbuttonWhiteSpaces.UseUnderline  = true;
     this.hbox3.Add(this.checkbuttonWhiteSpaces);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.checkbuttonWhiteSpaces]));
     w29.Position = 1;
     w29.Expand   = false;
     this.vbox5.Add(this.hbox3);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox3]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.scrolledwindowOriginal            = new global::Gtk.ScrolledWindow();
     this.scrolledwindowOriginal.CanFocus   = true;
     this.scrolledwindowOriginal.Name       = "scrolledwindowOriginal";
     this.scrolledwindowOriginal.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vbox5.Add(this.scrolledwindowOriginal);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.scrolledwindowOriginal]));
     w31.Position = 1;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.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("Original plural (msgid_plural):");
     this.vbox8.Add(this.label9);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.label9]));
     w32.Position = 0;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.scrolledwindowPlural            = new global::Gtk.ScrolledWindow();
     this.scrolledwindowPlural.CanFocus   = true;
     this.scrolledwindowPlural.Name       = "scrolledwindowPlural";
     this.scrolledwindowPlural.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vbox8.Add(this.scrolledwindowPlural);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.scrolledwindowPlural]));
     w33.Position = 1;
     this.vbox5.Add(this.vbox8);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox8]));
     w34.Position = 2;
     this.table1.Add(this.vbox5);
     // Container child table1.Gtk.Table+TableChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.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("F_ound in:");
     this.label4.UseUnderline = true;
     this.vbox6.Add(this.label4);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label4]));
     w36.Position = 0;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child vbox6.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.treeviewFoundIn          = new global::Gtk.TreeView();
     this.treeviewFoundIn.CanFocus = true;
     this.treeviewFoundIn.Name     = "treeviewFoundIn";
     this.scrolledwindow2.Add(this.treeviewFoundIn);
     this.vbox6.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.scrolledwindow2]));
     w38.Position = 1;
     this.table1.Add(this.vbox6);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox6]));
     w39.LeftAttach  = ((uint)(1));
     w39.RightAttach = ((uint)(2));
     w39.XOptions    = ((global::Gtk.AttachOptions)(4));
     w39.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vpaned2.Add(this.table1);
     global::Gtk.Paned.PanedChild w40 = ((global::Gtk.Paned.PanedChild)(this.vpaned2 [this.table1]));
     w40.Resize = false;
     this.vbox7.Add(this.vpaned2);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.vpaned2]));
     w41.Position = 1;
     this.notebookPages.Add(this.vbox7);
     // Notebook tab
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
     this.notebookPages.SetTabLabel(this.vbox7, this.label5);
     this.label5.ShowAll();
     this.vbox2.Add(this.notebookPages);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebookPages]));
     w43.Position = 0;
     // 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.UIManager.AddUiFromString("<ui><toolbar name='toolbarPages'/></ui>");
     this.toolbarPages              = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbarPages")));
     this.toolbarPages.Name         = "toolbarPages";
     this.toolbarPages.ShowArrow    = false;
     this.toolbarPages.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
     this.toolbarPages.IconSize     = ((global::Gtk.IconSize)(3));
     this.hbox1.Add(this.toolbarPages);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.toolbarPages]));
     w44.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.progressbar1      = new global::Gtk.ProgressBar();
     this.progressbar1.Name = "progressbar1";
     this.hbox1.Add(this.progressbar1);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.progressbar1]));
     w45.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w46.Position = 1;
     w46.Expand   = false;
     w46.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.label6.MnemonicWidget = this.textviewComments;
     this.label7.MnemonicWidget = this.notebookTranslated;
     this.label4.MnemonicWidget = this.treeviewFoundIn;
     this.Show();
 }
Example #43
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.WidthRequest   = 800;
     this.HeightRequest  = 600;
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("DeepLearnMAC (BETA)");
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("DeepLearnMono.DeepLearn.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable      = false;
     this.AllowGrow      = false;
     this.DefaultWidth   = 800;
     this.DefaultHeight  = 600;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.MainLayout = new global::Gtk.Fixed();
     this.MainLayout.WidthRequest  = 800;
     this.MainLayout.HeightRequest = 600;
     this.MainLayout.Name          = "MainLayout";
     this.MainLayout.HasWindow     = false;
     // Container child MainLayout.Gtk.Fixed+FixedChild
     this.MainNotebook = new global::Gtk.Notebook();
     this.MainNotebook.WidthRequest  = 640;
     this.MainNotebook.HeightRequest = 480;
     this.MainNotebook.CanFocus      = true;
     this.MainNotebook.Name          = "MainNotebook";
     this.MainNotebook.CurrentPage   = 0;
     // Container child MainNotebook.Gtk.Notebook+NotebookChild
     this.LayoutClassify           = new global::Gtk.Fixed();
     this.LayoutClassify.Name      = "LayoutClassify";
     this.LayoutClassify.HasWindow = false;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.DigitEventBox = new global::Gtk.EventBox();
     this.DigitEventBox.WidthRequest  = 256;
     this.DigitEventBox.HeightRequest = 256;
     this.DigitEventBox.Name          = "DigitEventBox";
     this.DigitEventBox.BorderWidth   = ((uint)(1));
     // Container child DigitEventBox.Gtk.Container+ContainerChild
     this.DigitBox = new global::Gtk.Image();
     this.DigitBox.WidthRequest  = 256;
     this.DigitBox.HeightRequest = 256;
     this.DigitBox.Name          = "DigitBox";
     this.DigitEventBox.Add(this.DigitBox);
     this.LayoutClassify.Add(this.DigitEventBox);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.DigitEventBox]));
     w2.X = 30;
     w2.Y = 30;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.ButtonClassify = new global::Gtk.Button();
     this.ButtonClassify.WidthRequest = 160;
     this.ButtonClassify.CanFocus     = true;
     this.ButtonClassify.Name         = "ButtonClassify";
     this.ButtonClassify.UseUnderline = true;
     this.ButtonClassify.Label        = global::Mono.Unix.Catalog.GetString("Classify");
     this.LayoutClassify.Add(this.ButtonClassify);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.ButtonClassify]));
     w3.X = 330;
     w3.Y = 335;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.LoadButton = new global::Gtk.Button();
     this.LoadButton.WidthRequest = 100;
     this.LoadButton.CanFocus     = true;
     this.LoadButton.Name         = "LoadButton";
     this.LoadButton.UseUnderline = true;
     this.LoadButton.Label        = global::Mono.Unix.Catalog.GetString("Load");
     this.LayoutClassify.Add(this.LoadButton);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.LoadButton]));
     w4.X = 166;
     w4.Y = 300;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.ClearButton = new global::Gtk.Button();
     this.ClearButton.WidthRequest = 100;
     this.ClearButton.CanFocus     = true;
     this.ClearButton.Name         = "ClearButton";
     this.ClearButton.UseUnderline = true;
     this.ClearButton.Label        = global::Mono.Unix.Catalog.GetString("Clear");
     this.LayoutClassify.Add(this.ClearButton);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.ClearButton]));
     w5.X = 50;
     w5.Y = 300;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.ClassificationScoresLabel           = new global::Gtk.Label();
     this.ClassificationScoresLabel.Name      = "ClassificationScoresLabel";
     this.ClassificationScoresLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Classification Scores</b>");
     this.ClassificationScoresLabel.UseMarkup = true;
     this.LayoutClassify.Add(this.ClassificationScoresLabel);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.ClassificationScoresLabel]));
     w6.X = 332;
     w6.Y = 10;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Probability1               = new global::Gtk.Entry();
     this.Probability1.CanFocus      = true;
     this.Probability1.Name          = "Probability1";
     this.Probability1.IsEditable    = false;
     this.Probability1.InvisibleChar = '●';
     this.LayoutClassify.Add(this.Probability1);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Probability1]));
     w7.X = 330;
     w7.Y = 60;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.ProbabilityZ               = new global::Gtk.Entry();
     this.ProbabilityZ.CanFocus      = true;
     this.ProbabilityZ.Name          = "ProbabilityZ";
     this.ProbabilityZ.IsEditable    = false;
     this.ProbabilityZ.InvisibleChar = '●';
     this.LayoutClassify.Add(this.ProbabilityZ);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.ProbabilityZ]));
     w8.X = 330;
     w8.Y = 30;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Probability2               = new global::Gtk.Entry();
     this.Probability2.CanFocus      = true;
     this.Probability2.Name          = "Probability2";
     this.Probability2.IsEditable    = false;
     this.Probability2.InvisibleChar = '●';
     this.LayoutClassify.Add(this.Probability2);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Probability2]));
     w9.X = 330;
     w9.Y = 90;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Probability3               = new global::Gtk.Entry();
     this.Probability3.CanFocus      = true;
     this.Probability3.Name          = "Probability3";
     this.Probability3.IsEditable    = false;
     this.Probability3.InvisibleChar = '●';
     this.LayoutClassify.Add(this.Probability3);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Probability3]));
     w10.X = 330;
     w10.Y = 120;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Probability4               = new global::Gtk.Entry();
     this.Probability4.CanFocus      = true;
     this.Probability4.Name          = "Probability4";
     this.Probability4.IsEditable    = false;
     this.Probability4.InvisibleChar = '●';
     this.LayoutClassify.Add(this.Probability4);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Probability4]));
     w11.X = 330;
     w11.Y = 150;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Probability5               = new global::Gtk.Entry();
     this.Probability5.CanFocus      = true;
     this.Probability5.Name          = "Probability5";
     this.Probability5.IsEditable    = false;
     this.Probability5.InvisibleChar = '●';
     this.LayoutClassify.Add(this.Probability5);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Probability5]));
     w12.X = 330;
     w12.Y = 180;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Probability6               = new global::Gtk.Entry();
     this.Probability6.CanFocus      = true;
     this.Probability6.Name          = "Probability6";
     this.Probability6.IsEditable    = false;
     this.Probability6.InvisibleChar = '●';
     this.LayoutClassify.Add(this.Probability6);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Probability6]));
     w13.X = 330;
     w13.Y = 210;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Probability7               = new global::Gtk.Entry();
     this.Probability7.CanFocus      = true;
     this.Probability7.Name          = "Probability7";
     this.Probability7.IsEditable    = false;
     this.Probability7.InvisibleChar = '●';
     this.LayoutClassify.Add(this.Probability7);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Probability7]));
     w14.X = 330;
     w14.Y = 240;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Probability8               = new global::Gtk.Entry();
     this.Probability8.CanFocus      = true;
     this.Probability8.Name          = "Probability8";
     this.Probability8.IsEditable    = false;
     this.Probability8.InvisibleChar = '●';
     this.LayoutClassify.Add(this.Probability8);
     global::Gtk.Fixed.FixedChild w15 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Probability8]));
     w15.X = 330;
     w15.Y = 270;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Probability9               = new global::Gtk.Entry();
     this.Probability9.CanFocus      = true;
     this.Probability9.Name          = "Probability9";
     this.Probability9.IsEditable    = false;
     this.Probability9.InvisibleChar = '●';
     this.LayoutClassify.Add(this.Probability9);
     global::Gtk.Fixed.FixedChild w16 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Probability9]));
     w16.X = 330;
     w16.Y = 300;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.LabelZ           = new global::Gtk.Label();
     this.LabelZ.Name      = "LabelZ";
     this.LabelZ.LabelProp = global::Mono.Unix.Catalog.GetString("0:");
     this.LayoutClassify.Add(this.LabelZ);
     global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.LabelZ]));
     w17.X = 315;
     w17.Y = 35;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Label1           = new global::Gtk.Label();
     this.Label1.Name      = "Label1";
     this.Label1.LabelProp = global::Mono.Unix.Catalog.GetString("1:");
     this.LayoutClassify.Add(this.Label1);
     global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Label1]));
     w18.X = 315;
     w18.Y = 65;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Label2           = new global::Gtk.Label();
     this.Label2.Name      = "Label2";
     this.Label2.LabelProp = global::Mono.Unix.Catalog.GetString("2:");
     this.LayoutClassify.Add(this.Label2);
     global::Gtk.Fixed.FixedChild w19 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Label2]));
     w19.X = 315;
     w19.Y = 95;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Label3           = new global::Gtk.Label();
     this.Label3.Name      = "Label3";
     this.Label3.LabelProp = global::Mono.Unix.Catalog.GetString("3:");
     this.LayoutClassify.Add(this.Label3);
     global::Gtk.Fixed.FixedChild w20 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Label3]));
     w20.X = 315;
     w20.Y = 125;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Label4           = new global::Gtk.Label();
     this.Label4.Name      = "Label4";
     this.Label4.LabelProp = global::Mono.Unix.Catalog.GetString("4:");
     this.LayoutClassify.Add(this.Label4);
     global::Gtk.Fixed.FixedChild w21 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Label4]));
     w21.X = 315;
     w21.Y = 155;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Label5           = new global::Gtk.Label();
     this.Label5.Name      = "Label5";
     this.Label5.LabelProp = global::Mono.Unix.Catalog.GetString("5:");
     this.LayoutClassify.Add(this.Label5);
     global::Gtk.Fixed.FixedChild w22 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Label5]));
     w22.X = 315;
     w22.Y = 185;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Label6           = new global::Gtk.Label();
     this.Label6.Name      = "Label6";
     this.Label6.LabelProp = global::Mono.Unix.Catalog.GetString("6:");
     this.LayoutClassify.Add(this.Label6);
     global::Gtk.Fixed.FixedChild w23 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Label6]));
     w23.X = 315;
     w23.Y = 215;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Label7           = new global::Gtk.Label();
     this.Label7.Name      = "Label7";
     this.Label7.LabelProp = global::Mono.Unix.Catalog.GetString("7:");
     this.LayoutClassify.Add(this.Label7);
     global::Gtk.Fixed.FixedChild w24 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Label7]));
     w24.X = 315;
     w24.Y = 245;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Label8           = new global::Gtk.Label();
     this.Label8.Name      = "Label8";
     this.Label8.LabelProp = global::Mono.Unix.Catalog.GetString("8:");
     this.LayoutClassify.Add(this.Label8);
     global::Gtk.Fixed.FixedChild w25 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Label8]));
     w25.X = 315;
     w25.Y = 275;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.Label9           = new global::Gtk.Label();
     this.Label9.Name      = "Label9";
     this.Label9.LabelProp = global::Mono.Unix.Catalog.GetString("9:");
     this.LayoutClassify.Add(this.Label9);
     global::Gtk.Fixed.FixedChild w26 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.Label9]));
     w26.X = 315;
     w26.Y = 305;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.ScoreBox = new global::Gtk.Entry();
     this.ScoreBox.WidthRequest  = 100;
     this.ScoreBox.HeightRequest = 70;
     this.ScoreBox.Name          = "ScoreBox";
     this.ScoreBox.Text          = global::Mono.Unix.Catalog.GetString("00.00 %");
     this.ScoreBox.IsEditable    = false;
     this.ScoreBox.InvisibleChar = '●';
     this.ScoreBox.Xalign        = 0.5F;
     this.LayoutClassify.Add(this.ScoreBox);
     global::Gtk.Fixed.FixedChild w27 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.ScoreBox]));
     w27.X = 500;
     w27.Y = 30;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.ScoreBoxLabel           = new global::Gtk.Label();
     this.ScoreBoxLabel.Name      = "ScoreBoxLabel";
     this.ScoreBoxLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Score</b>");
     this.ScoreBoxLabel.UseMarkup = true;
     this.ScoreBoxLabel.Justify   = ((global::Gtk.Justification)(2));
     this.LayoutClassify.Add(this.ScoreBoxLabel);
     global::Gtk.Fixed.FixedChild w28 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.ScoreBoxLabel]));
     w28.X = 530;
     w28.Y = 10;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.ClassificationLabel           = new global::Gtk.Label();
     this.ClassificationLabel.Name      = "ClassificationLabel";
     this.ClassificationLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Digit</b>");
     this.ClassificationLabel.UseMarkup = true;
     this.LayoutClassify.Add(this.ClassificationLabel);
     global::Gtk.Fixed.FixedChild w29 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.ClassificationLabel]));
     w29.X = 530;
     w29.Y = 130;
     // Container child LayoutClassify.Gtk.Fixed+FixedChild
     this.ClassificationBox = new global::Gtk.Entry();
     this.ClassificationBox.WidthRequest  = 100;
     this.ClassificationBox.HeightRequest = 70;
     this.ClassificationBox.Name          = "ClassificationBox";
     this.ClassificationBox.Text          = global::Mono.Unix.Catalog.GetString("0");
     this.ClassificationBox.IsEditable    = false;
     this.ClassificationBox.InvisibleChar = '●';
     this.ClassificationBox.Xalign        = 0.5F;
     this.LayoutClassify.Add(this.ClassificationBox);
     global::Gtk.Fixed.FixedChild w30 = ((global::Gtk.Fixed.FixedChild)(this.LayoutClassify[this.ClassificationBox]));
     w30.X = 500;
     w30.Y = 150;
     this.MainNotebook.Add(this.LayoutClassify);
     // Notebook tab
     this.PageClassify           = new global::Gtk.Label();
     this.PageClassify.Name      = "PageClassify";
     this.PageClassify.LabelProp = global::Mono.Unix.Catalog.GetString("Classify");
     this.MainNotebook.SetTabLabel(this.LayoutClassify, this.PageClassify);
     this.PageClassify.ShowAll();
     // Container child MainNotebook.Gtk.Notebook+NotebookChild
     this.LayoutNetwork           = new global::Gtk.Fixed();
     this.LayoutNetwork.Name      = "LayoutNetwork";
     this.LayoutNetwork.HasWindow = false;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.NetworksLayersLabel           = new global::Gtk.Label();
     this.NetworksLayersLabel.Name      = "NetworksLayersLabel";
     this.NetworksLayersLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Network Layers</b>");
     this.NetworksLayersLabel.UseMarkup = true;
     this.LayoutNetwork.Add(this.NetworksLayersLabel);
     global::Gtk.Fixed.FixedChild w32 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.NetworksLayersLabel]));
     w32.X = 30;
     w32.Y = 10;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.NetworkLayers = global::Gtk.ComboBox.NewText();
     this.NetworkLayers.WidthRequest = 210;
     this.NetworkLayers.Name         = "NetworkLayers";
     this.LayoutNetwork.Add(this.NetworkLayers);
     global::Gtk.Fixed.FixedChild w33 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.NetworkLayers]));
     w33.X = 30;
     w33.Y = 30;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.ActivationMap = new global::Gtk.Image();
     this.ActivationMap.WidthRequest  = 128;
     this.ActivationMap.HeightRequest = 128;
     this.ActivationMap.Name          = "ActivationMap";
     this.LayoutNetwork.Add(this.ActivationMap);
     global::Gtk.Fixed.FixedChild w34 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.ActivationMap]));
     w34.X = 30;
     w34.Y = 100;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.ActivationMapLabel           = new global::Gtk.Label();
     this.ActivationMapLabel.Name      = "ActivationMapLabel";
     this.ActivationMapLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Activation</b>");
     this.ActivationMapLabel.UseMarkup = true;
     this.LayoutNetwork.Add(this.ActivationMapLabel);
     global::Gtk.Fixed.FixedChild w35 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.ActivationMapLabel]));
     w35.X = 30;
     w35.Y = 75;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.ActivationMapsTextBox = new global::Gtk.Entry();
     this.ActivationMapsTextBox.WidthRequest  = 30;
     this.ActivationMapsTextBox.HeightRequest = 30;
     this.ActivationMapsTextBox.Name          = "ActivationMapsTextBox";
     this.ActivationMapsTextBox.IsEditable    = false;
     this.ActivationMapsTextBox.InvisibleChar = '●';
     this.ActivationMapsTextBox.Xalign        = 0.5F;
     this.LayoutNetwork.Add(this.ActivationMapsTextBox);
     global::Gtk.Fixed.FixedChild w36 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.ActivationMapsTextBox]));
     w36.X = 128;
     w36.Y = 70;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.ActivationMapScroll = new global::Gtk.HScrollbar(null);
     this.ActivationMapScroll.WidthRequest             = 128;
     this.ActivationMapScroll.HeightRequest            = 30;
     this.ActivationMapScroll.Name                     = "ActivationMapScroll";
     this.ActivationMapScroll.Adjustment.Upper         = 100D;
     this.ActivationMapScroll.Adjustment.PageIncrement = 1D;
     this.ActivationMapScroll.Adjustment.PageSize      = 1D;
     this.ActivationMapScroll.Adjustment.StepIncrement = 1D;
     this.LayoutNetwork.Add(this.ActivationMapScroll);
     global::Gtk.Fixed.FixedChild w37 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.ActivationMapScroll]));
     w37.X = 30;
     w37.Y = 230;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.ActivationXLabel           = new global::Gtk.Label();
     this.ActivationXLabel.Name      = "ActivationXLabel";
     this.ActivationXLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>X</b>");
     this.ActivationXLabel.UseMarkup = true;
     this.LayoutNetwork.Add(this.ActivationXLabel);
     global::Gtk.Fixed.FixedChild w38 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.ActivationXLabel]));
     w38.X = 180;
     w38.Y = 100;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.ActivationX = new global::Gtk.Entry();
     this.ActivationX.WidthRequest  = 30;
     this.ActivationX.HeightRequest = 30;
     this.ActivationX.Name          = "ActivationX";
     this.ActivationX.IsEditable    = false;
     this.ActivationX.InvisibleChar = '●';
     this.ActivationX.Xalign        = 0.5F;
     this.LayoutNetwork.Add(this.ActivationX);
     global::Gtk.Fixed.FixedChild w39 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.ActivationX]));
     w39.X = 170;
     w39.Y = 120;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.ActivationYLabel           = new global::Gtk.Label();
     this.ActivationYLabel.Name      = "ActivationYLabel";
     this.ActivationYLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Y</b>");
     this.ActivationYLabel.UseMarkup = true;
     this.LayoutNetwork.Add(this.ActivationYLabel);
     global::Gtk.Fixed.FixedChild w40 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.ActivationYLabel]));
     w40.X = 180;
     w40.Y = 160;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.ActivationY = new global::Gtk.Entry();
     this.ActivationY.WidthRequest  = 30;
     this.ActivationY.HeightRequest = 30;
     this.ActivationY.Name          = "ActivationY";
     this.ActivationY.IsEditable    = false;
     this.ActivationY.InvisibleChar = '●';
     this.ActivationY.Xalign        = 0.5F;
     this.LayoutNetwork.Add(this.ActivationY);
     global::Gtk.Fixed.FixedChild w41 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.ActivationY]));
     w41.X = 170;
     w41.Y = 180;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.FeatureVectorLabel           = new global::Gtk.Label();
     this.FeatureVectorLabel.Name      = "FeatureVectorLabel";
     this.FeatureVectorLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Feature Vector</b>");
     this.FeatureVectorLabel.UseMarkup = true;
     this.LayoutNetwork.Add(this.FeatureVectorLabel);
     global::Gtk.Fixed.FixedChild w42 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.FeatureVectorLabel]));
     w42.X = 30;
     w42.Y = 270;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.FeatureVector = new global::Gtk.Image();
     this.FeatureVector.WidthRequest  = 150;
     this.FeatureVector.HeightRequest = 50;
     this.FeatureVector.Name          = "FeatureVector";
     this.LayoutNetwork.Add(this.FeatureVector);
     global::Gtk.Fixed.FixedChild w43 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.FeatureVector]));
     w43.X = 30;
     w43.Y = 295;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.Weights = new global::Gtk.Image();
     this.Weights.WidthRequest  = 150;
     this.Weights.HeightRequest = 50;
     this.Weights.Name          = "Weights";
     this.LayoutNetwork.Add(this.Weights);
     global::Gtk.Fixed.FixedChild w44 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.Weights]));
     w44.X = 220;
     w44.Y = 295;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.WeightsLabel           = new global::Gtk.Label();
     this.WeightsLabel.Name      = "WeightsLabel";
     this.WeightsLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Weights</b>");
     this.WeightsLabel.UseMarkup = true;
     this.LayoutNetwork.Add(this.WeightsLabel);
     global::Gtk.Fixed.FixedChild w45 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.WeightsLabel]));
     w45.X = 220;
     w45.Y = 270;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.OutputLabel           = new global::Gtk.Label();
     this.OutputLabel.Name      = "OutputLabel";
     this.OutputLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Output</b>");
     this.OutputLabel.UseMarkup = true;
     this.LayoutNetwork.Add(this.OutputLabel);
     global::Gtk.Fixed.FixedChild w46 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.OutputLabel]));
     w46.X = 30;
     w46.Y = 360;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.Output = new global::Gtk.Image();
     this.Output.WidthRequest  = 150;
     this.Output.HeightRequest = 50;
     this.Output.Name          = "Output";
     this.LayoutNetwork.Add(this.Output);
     global::Gtk.Fixed.FixedChild w47 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.Output]));
     w47.X = 30;
     w47.Y = 385;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.NetworkBiasLabel           = new global::Gtk.Label();
     this.NetworkBiasLabel.Name      = "NetworkBiasLabel";
     this.NetworkBiasLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Network Bias</b>");
     this.NetworkBiasLabel.UseMarkup = true;
     this.LayoutNetwork.Add(this.NetworkBiasLabel);
     global::Gtk.Fixed.FixedChild w48 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.NetworkBiasLabel]));
     w48.X = 410;
     w48.Y = 270;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.NetworkBias = new global::Gtk.Image();
     this.NetworkBias.WidthRequest  = 150;
     this.NetworkBias.HeightRequest = 50;
     this.NetworkBias.Name          = "NetworkBias";
     this.LayoutNetwork.Add(this.NetworkBias);
     global::Gtk.Fixed.FixedChild w49 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.NetworkBias]));
     w49.X = 410;
     w49.Y = 295;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.FeatureMap = new global::Gtk.Image();
     this.FeatureMap.WidthRequest  = 128;
     this.FeatureMap.HeightRequest = 128;
     this.FeatureMap.Name          = "FeatureMap";
     this.LayoutNetwork.Add(this.FeatureMap);
     global::Gtk.Fixed.FixedChild w50 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.FeatureMap]));
     w50.X = 260;
     w50.Y = 100;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.FeatureMapLabel           = new global::Gtk.Label();
     this.FeatureMapLabel.Name      = "FeatureMapLabel";
     this.FeatureMapLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Feature Map</b>");
     this.FeatureMapLabel.UseMarkup = true;
     this.LayoutNetwork.Add(this.FeatureMapLabel);
     global::Gtk.Fixed.FixedChild w51 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.FeatureMapLabel]));
     w51.X = 260;
     w51.Y = 75;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.FeatureMapJ = new global::Gtk.VScrollbar(null);
     this.FeatureMapJ.WidthRequest             = 30;
     this.FeatureMapJ.HeightRequest            = 128;
     this.FeatureMapJ.Name                     = "FeatureMapJ";
     this.FeatureMapJ.Adjustment.Upper         = 100D;
     this.FeatureMapJ.Adjustment.PageIncrement = 1D;
     this.FeatureMapJ.Adjustment.PageSize      = 1D;
     this.FeatureMapJ.Adjustment.StepIncrement = 1D;
     this.FeatureMapJ.Adjustment.Value         = 0.765625D;
     this.LayoutNetwork.Add(this.FeatureMapJ);
     global::Gtk.Fixed.FixedChild w52 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.FeatureMapJ]));
     w52.X = 220;
     w52.Y = 100;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.FeatureMapI = new global::Gtk.HScrollbar(null);
     this.FeatureMapI.WidthRequest             = 128;
     this.FeatureMapI.HeightRequest            = 30;
     this.FeatureMapI.Name                     = "FeatureMapI";
     this.FeatureMapI.Adjustment.Upper         = 100D;
     this.FeatureMapI.Adjustment.PageIncrement = 1D;
     this.FeatureMapI.Adjustment.PageSize      = 1D;
     this.FeatureMapI.Adjustment.StepIncrement = 1D;
     this.LayoutNetwork.Add(this.FeatureMapI);
     global::Gtk.Fixed.FixedChild w53 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.FeatureMapI]));
     w53.X = 260;
     w53.Y = 230;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.FeatureMapIText = new global::Gtk.Entry();
     this.FeatureMapIText.WidthRequest  = 30;
     this.FeatureMapIText.HeightRequest = 30;
     this.FeatureMapIText.Name          = "FeatureMapIText";
     this.FeatureMapIText.IsEditable    = false;
     this.FeatureMapIText.InvisibleChar = '●';
     this.FeatureMapIText.Xalign        = 0.5F;
     this.LayoutNetwork.Add(this.FeatureMapIText);
     global::Gtk.Fixed.FixedChild w54 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.FeatureMapIText]));
     w54.X = 400;
     w54.Y = 120;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.FeatureMapILabel           = new global::Gtk.Label();
     this.FeatureMapILabel.Name      = "FeatureMapILabel";
     this.FeatureMapILabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>I</b>");
     this.FeatureMapILabel.UseMarkup = true;
     this.FeatureMapILabel.Justify   = ((global::Gtk.Justification)(2));
     this.LayoutNetwork.Add(this.FeatureMapILabel);
     global::Gtk.Fixed.FixedChild w55 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.FeatureMapILabel]));
     w55.X = 410;
     w55.Y = 100;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.FeatureMapXText = new global::Gtk.Entry();
     this.FeatureMapXText.WidthRequest  = 30;
     this.FeatureMapXText.HeightRequest = 30;
     this.FeatureMapXText.Name          = "FeatureMapXText";
     this.FeatureMapXText.IsEditable    = false;
     this.FeatureMapXText.InvisibleChar = '●';
     this.FeatureMapXText.Xalign        = 0.5F;
     this.LayoutNetwork.Add(this.FeatureMapXText);
     global::Gtk.Fixed.FixedChild w56 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.FeatureMapXText]));
     w56.X = 400;
     w56.Y = 180;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.FeatureMapXLabel           = new global::Gtk.Label();
     this.FeatureMapXLabel.Name      = "FeatureMapXLabel";
     this.FeatureMapXLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>X</b>");
     this.FeatureMapXLabel.UseMarkup = true;
     this.FeatureMapXLabel.Justify   = ((global::Gtk.Justification)(2));
     this.LayoutNetwork.Add(this.FeatureMapXLabel);
     global::Gtk.Fixed.FixedChild w57 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.FeatureMapXLabel]));
     w57.X = 410;
     w57.Y = 160;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.FeatureMapJText = new global::Gtk.Entry();
     this.FeatureMapJText.WidthRequest  = 30;
     this.FeatureMapJText.HeightRequest = 30;
     this.FeatureMapJText.Name          = "FeatureMapJText";
     this.FeatureMapJText.IsEditable    = false;
     this.FeatureMapJText.InvisibleChar = '●';
     this.FeatureMapJText.Xalign        = 0.5F;
     this.LayoutNetwork.Add(this.FeatureMapJText);
     global::Gtk.Fixed.FixedChild w58 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.FeatureMapJText]));
     w58.X = 440;
     w58.Y = 120;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.FeatureMapYText = new global::Gtk.Entry();
     this.FeatureMapYText.WidthRequest  = 30;
     this.FeatureMapYText.HeightRequest = 30;
     this.FeatureMapYText.Name          = "FeatureMapYText";
     this.FeatureMapYText.IsEditable    = false;
     this.FeatureMapYText.InvisibleChar = '●';
     this.FeatureMapYText.Xalign        = 0.5F;
     this.LayoutNetwork.Add(this.FeatureMapYText);
     global::Gtk.Fixed.FixedChild w59 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.FeatureMapYText]));
     w59.X = 440;
     w59.Y = 180;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.FeatureMapJLabel           = new global::Gtk.Label();
     this.FeatureMapJLabel.Name      = "FeatureMapJLabel";
     this.FeatureMapJLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>J</b>");
     this.FeatureMapJLabel.UseMarkup = true;
     this.FeatureMapJLabel.Justify   = ((global::Gtk.Justification)(2));
     this.LayoutNetwork.Add(this.FeatureMapJLabel);
     global::Gtk.Fixed.FixedChild w60 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.FeatureMapJLabel]));
     w60.X = 450;
     w60.Y = 100;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.FeatureMapYLabel           = new global::Gtk.Label();
     this.FeatureMapYLabel.Name      = "FeatureMapYLabel";
     this.FeatureMapYLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Y</b>");
     this.FeatureMapYLabel.UseMarkup = true;
     this.FeatureMapYLabel.Justify   = ((global::Gtk.Justification)(2));
     this.LayoutNetwork.Add(this.FeatureMapYLabel);
     global::Gtk.Fixed.FixedChild w61 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.FeatureMapYLabel]));
     w61.X = 450;
     w61.Y = 160;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.BiasMap = new global::Gtk.Image();
     this.BiasMap.WidthRequest  = 128;
     this.BiasMap.HeightRequest = 128;
     this.BiasMap.Name          = "BiasMap";
     this.LayoutNetwork.Add(this.BiasMap);
     global::Gtk.Fixed.FixedChild w62 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.BiasMap]));
     w62.X = 482;
     w62.Y = 100;
     // Container child LayoutNetwork.Gtk.Fixed+FixedChild
     this.BiasLabel           = new global::Gtk.Label();
     this.BiasLabel.Name      = "BiasLabel";
     this.BiasLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Bias</b>");
     this.BiasLabel.UseMarkup = true;
     this.LayoutNetwork.Add(this.BiasLabel);
     global::Gtk.Fixed.FixedChild w63 = ((global::Gtk.Fixed.FixedChild)(this.LayoutNetwork[this.BiasLabel]));
     w63.X = 482;
     w63.Y = 75;
     this.MainNotebook.Add(this.LayoutNetwork);
     global::Gtk.Notebook.NotebookChild w64 = ((global::Gtk.Notebook.NotebookChild)(this.MainNotebook[this.LayoutNetwork]));
     w64.Position = 1;
     // Notebook tab
     this.PageNetwork           = new global::Gtk.Label();
     this.PageNetwork.Name      = "PageNetwork";
     this.PageNetwork.LabelProp = global::Mono.Unix.Catalog.GetString("Network");
     this.MainNotebook.SetTabLabel(this.LayoutNetwork, this.PageNetwork);
     this.PageNetwork.ShowAll();
     this.MainLayout.Add(this.MainNotebook);
     global::Gtk.Fixed.FixedChild w65 = ((global::Gtk.Fixed.FixedChild)(this.MainLayout[this.MainNotebook]));
     w65.X = 80;
     w65.Y = 60;
     this.Add(this.MainLayout);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.DigitEventBox.ButtonPressEvent   += new global::Gtk.ButtonPressEventHandler(this.OnDigitEventBoxButtonPressEvent);
     this.DigitEventBox.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler(this.OnDigitEventBoxButtonReleaseEvent);
     this.DigitEventBox.MotionNotifyEvent  += new global::Gtk.MotionNotifyEventHandler(this.OnDigitEventBoxMotionNotifyEvent);
     this.ButtonClassify.Clicked           += new global::System.EventHandler(this.OnButtonClassifyClicked);
     this.LoadButton.Clicked               += new global::System.EventHandler(this.OnLoadButtonClicked);
     this.ClearButton.Clicked              += new global::System.EventHandler(this.OnClearButtonClicked);
     this.NetworkLayers.Changed            += new global::System.EventHandler(this.OnNetworkLayersChanged);
     this.ActivationMapScroll.ValueChanged += new global::System.EventHandler(this.OnActivationMapScrollValueChanged);
     this.FeatureMapJ.ValueChanged         += new global::System.EventHandler(this.OnFeatureMapJValueChanged);
     this.FeatureMapI.ValueChanged         += new global::System.EventHandler(this.OnFeatureMapIValueChanged);
 }
Example #44
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.ValaBinding.EditPackagesDialog
     this.Name  = "MonoDevelop.ValaBinding.EditPackagesDialog";
     this.Title = global::Mono.Unix.Catalog.GetString("Edit packages");
     this.Modal = true;
     // Internal child MonoDevelop.ValaBinding.EditPackagesDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vpaned1             = new global::Gtk.VPaned();
     this.vpaned1.CanFocus    = true;
     this.vpaned1.Name        = "vpaned1";
     this.vpaned1.Position    = 183;
     this.vpaned1.BorderWidth = ((uint)(6));
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.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.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.normalPackageTreeView          = new global::Gtk.TreeView();
     this.normalPackageTreeView.CanFocus = true;
     this.normalPackageTreeView.Name     = "normalPackageTreeView";
     this.scrolledwindow1.Add(this.normalPackageTreeView);
     this.notebook1.Add(this.scrolledwindow1);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("System Packages");
     this.notebook1.SetTabLabel(this.scrolledwindow1, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     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.projectPackageTreeView          = new global::Gtk.TreeView();
     this.projectPackageTreeView.CanFocus = true;
     this.projectPackageTreeView.Name     = "projectPackageTreeView";
     this.scrolledwindow3.Add(this.projectPackageTreeView);
     this.notebook1.Add(this.scrolledwindow3);
     global::Gtk.Notebook.NotebookChild w5 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.scrolledwindow3]));
     w5.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Project Packages");
     this.notebook1.SetTabLabel(this.scrolledwindow3, this.label2);
     this.label2.ShowAll();
     this.hbox1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.notebook1]));
     w6.Position = 0;
     // 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.fixed1 = new global::Gtk.Fixed();
     this.fixed1.HeightRequest = 21;
     this.fixed1.Name          = "fixed1";
     this.fixed1.HasWindow     = false;
     this.vbox3.Add(this.fixed1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.fixed1]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.detailsButton = new global::Gtk.Button();
     this.detailsButton.WidthRequest  = 33;
     this.detailsButton.HeightRequest = 33;
     this.detailsButton.Sensitive     = false;
     this.detailsButton.CanFocus      = true;
     this.detailsButton.Name          = "detailsButton";
     this.detailsButton.UseUnderline  = true;
     this.detailsButton.Label         = global::Mono.Unix.Catalog.GetString("...");
     this.vbox3.Add(this.detailsButton);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.detailsButton]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.hbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox3]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     this.vpaned1.Add(this.hbox1);
     global::Gtk.Paned.PanedChild w10 = ((global::Gtk.Paned.PanedChild)(this.vpaned1[this.hbox1]));
     w10.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0f;
     this.label3.Yalign    = 0f;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Selected packages:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.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.selectedPackageTreeView          = new global::Gtk.TreeView();
     this.selectedPackageTreeView.CanFocus = true;
     this.selectedPackageTreeView.Name     = "selectedPackageTreeView";
     this.scrolledwindow2.Add(this.selectedPackageTreeView);
     this.table1.Add(this.scrolledwindow2);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.scrolledwindow2]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.removeButton = new global::Gtk.Button();
     this.removeButton.TooltipMarkup = "Remove selected package from the project.";
     this.removeButton.WidthRequest  = 33;
     this.removeButton.HeightRequest = 33;
     this.removeButton.Sensitive     = false;
     this.removeButton.CanFocus      = true;
     this.removeButton.Name          = "removeButton";
     this.removeButton.UseUnderline  = true;
     // Container child removeButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w14 = new global::Gtk.Alignment(0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w15 = new global::Gtk.HBox();
     w15.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w16 = new global::Gtk.Image();
     w16.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-remove", global::Gtk.IconSize.Menu);
     w15.Add(w16);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w18 = new global::Gtk.Label();
     w15.Add(w18);
     w14.Add(w15);
     this.removeButton.Add(w14);
     this.vbox2.Add(this.removeButton);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.removeButton]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     this.table1.Add(this.vbox2);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox2]));
     w23.TopAttach    = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.LeftAttach   = ((uint)(1));
     w23.RightAttach  = ((uint)(2));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.vpaned1.Add(this.table1);
     w1.Add(this.vpaned1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(w1[this.vpaned1]));
     w25.Position = 0;
     w25.Padding  = ((uint)(3));
     // Internal child MonoDevelop.ValaBinding.EditPackagesDialog.ActionArea
     global::Gtk.HButtonBox w26 = this.ActionArea;
     w26.Name        = "dialog1_ActionArea";
     w26.Spacing     = 6;
     w26.BorderWidth = ((uint)(5));
     w26.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 w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w26[this.buttonCancel]));
     w27.Expand = false;
     w27.Fill   = false;
     // 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 w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w26[this.buttonOk]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 580;
     this.DefaultHeight = 449;
     this.Show();
     this.normalPackageTreeView.CursorChanged  += new global::System.EventHandler(this.OnNonSelectedPackageCursorChanged);
     this.projectPackageTreeView.CursorChanged += new global::System.EventHandler(this.OnNonSelectedPackageCursorChanged);
     this.detailsButton.Clicked += new global::System.EventHandler(this.OnDetailsButtonClicked);
     this.removeButton.Clicked  += new global::System.EventHandler(this.OnRemoveButtonClicked);
     this.removeButton.Clicked  += new global::System.EventHandler(this.OnRemoveButtonClick);
     this.selectedPackageTreeView.CursorChanged += new global::System.EventHandler(this.OnSelectedPackagesTreeViewCursorChanged);
     this.buttonCancel.Clicked += new global::System.EventHandler(this.OnCancelButtonClick);
     this.buttonOk.Clicked     += new global::System.EventHandler(this.OnOkButtonClick);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget
			Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
			this.UIManager = new global::Gtk.UIManager ();
			global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
			this.NavigateBackwardAction = new global::Gtk.Action ("NavigateBackwardAction", global::Mono.Unix.Catalog.GetString ("Navigate backward"), null, "gtk-go-back");
			this.NavigateBackwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Navigate backward");
			w2.Add (this.NavigateBackwardAction, null);
			this.NavigateForwardAction = new global::Gtk.Action ("NavigateForwardAction", global::Mono.Unix.Catalog.GetString ("Navigate forward"), null, "gtk-go-forward");
			this.NavigateForwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Navigate forward");
			w2.Add (this.NavigateForwardAction, null);
			this.UIManager.InsertActionGroup (w2, 0);
			this.Name = "MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget";
			// Container child MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 2;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hpaned1 = new global::Gtk.HPaned ();
			this.hpaned1.CanFocus = true;
			this.hpaned1.Name = "hpaned1";
			this.hpaned1.Position = 271;
			// Container child hpaned1.Gtk.Paned+PanedChild
			this.treeViewPlaceholder = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.treeViewPlaceholder.Name = "treeViewPlaceholder";
			this.hpaned1.Add (this.treeViewPlaceholder);
			global::Gtk.Paned.PanedChild w3 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.treeViewPlaceholder]));
			w3.Resize = false;
			// Container child hpaned1.Gtk.Paned+PanedChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.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;
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.documentationScrolledWindow = new global::MonoDevelop.Components.CompactScrolledWindow ();
			this.documentationScrolledWindow.CanFocus = true;
			this.documentationScrolledWindow.Name = "documentationScrolledWindow";
			this.documentationScrolledWindow.ShowBorderLine = false;
			this.notebook1.Add (this.documentationScrolledWindow);
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.searchWidget = new global::Gtk.VBox ();
			this.searchWidget.Name = "searchWidget";
			this.searchWidget.Spacing = 6;
			// Container child searchWidget.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.searchTreeview = new global::Gtk.TreeView ();
			this.searchTreeview.CanFocus = true;
			this.searchTreeview.Name = "searchTreeview";
			this.scrolledwindow1.Add (this.searchTreeview);
			this.searchWidget.Add (this.scrolledwindow1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.searchWidget [this.scrolledwindow1]));
			w6.Position = 0;
			this.notebook1.Add (this.searchWidget);
			global::Gtk.Notebook.NotebookChild w7 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.searchWidget]));
			w7.Position = 1;
			this.vbox3.Add (this.notebook1);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.notebook1]));
			w8.Position = 0;
			this.hpaned1.Add (this.vbox3);
			this.vbox1.Add (this.hpaned1);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned1]));
			w10.Position = 0;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			w1.SetUiManager (UIManager);
			this.Hide ();
			this.NavigateBackwardAction.Activated += new global::System.EventHandler (this.OnNavigateBackwardActionActivated);
			this.NavigateForwardAction.Activated += new global::System.EventHandler (this.OnNavigateForwardActionActivated);
		}
Example #46
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.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, "<Alt><Mod2>f");
     this.OptionsAction            = new global::Gtk.Action("OptionsAction", global::Mono.Unix.Catalog.GetString("Options"), null, null);
     this.OptionsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Options");
     w1.Add(this.OptionsAction, null);
     this.refreshAction            = new global::Gtk.Action("refreshAction", global::Mono.Unix.Catalog.GetString("Reload"), null, "gtk-refresh");
     this.refreshAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Reload Roms List");
     w1.Add(this.refreshAction, null);
     this.quitAction            = new global::Gtk.Action("quitAction", global::Mono.Unix.Catalog.GetString("_Quit"), null, "gtk-quit");
     this.quitAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Quit");
     w1.Add(this.quitAction, null);
     this.preferencesAction            = new global::Gtk.Action("preferencesAction", global::Mono.Unix.Catalog.GetString("_Preferences"), null, "gtk-preferences");
     this.preferencesAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Preferences");
     w1.Add(this.preferencesAction, 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.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MameMonoUI");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "stock_smiley-1", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Gravity        = ((global::Gdk.Gravity)(5));
     // 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='FileAction' action='FileAction'><menuitem name='refreshAction' action='refreshAction'/><menuitem name='quitAction' action='quitAction'/></menu><menu name='OptionsAction' action='OptionsAction'><menuitem name='preferencesAction' action='preferencesAction'/></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;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hpaned1             = new global::Gtk.HPaned();
     this.hpaned1.CanFocus    = true;
     this.hpaned1.Name        = "hpaned1";
     this.hpaned1.Position    = 237;
     this.hpaned1.BorderWidth = ((uint)(2));
     // Container child hpaned1.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.tvRoms          = new global::Gtk.TreeView();
     this.tvRoms.CanFocus = true;
     this.tvRoms.Name     = "tvRoms";
     this.GtkScrolledWindow1.Add(this.tvRoms);
     this.hpaned1.Add(this.GtkScrolledWindow1);
     global::Gtk.Paned.PanedChild w4 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.GtkScrolledWindow1]));
     w4.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     this.notebook1.Scrollable  = true;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.imgRom1      = new global::Gtk.Image();
     this.imgRom1.Name = "imgRom1";
     this.hbox1.Add(this.imgRom1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.imgRom1]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.imgRom2      = new global::Gtk.Image();
     this.imgRom2.Name = "imgRom2";
     this.hbox1.Add(this.imgRom2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.imgRom2]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.notebook1.Add(this.hbox1);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Snap");
     this.notebook1.SetTabLabel(this.hbox1, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow3            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow3.Name       = "GtkScrolledWindow3";
     this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
     global::Gtk.Viewport w8 = new global::Gtk.Viewport();
     w8.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport2.Gtk.Container+ContainerChild
     this.imgFlyer      = new global::Gtk.Image();
     this.imgFlyer.Name = "imgFlyer";
     w8.Add(this.imgFlyer);
     this.GtkScrolledWindow3.Add(w8);
     this.notebook1.Add(this.GtkScrolledWindow3);
     global::Gtk.Notebook.NotebookChild w11 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.GtkScrolledWindow3]));
     w11.Position = 1;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Flyer");
     this.notebook1.SetTabLabel(this.GtkScrolledWindow3, this.label3);
     this.label3.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     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.ckbOpenGLGLSL               = new global::Gtk.CheckButton();
     this.ckbOpenGLGLSL.CanFocus      = true;
     this.ckbOpenGLGLSL.Name          = "ckbOpenGLGLSL";
     this.ckbOpenGLGLSL.Label         = global::Mono.Unix.Catalog.GetString("OpenGL GLSL");
     this.ckbOpenGLGLSL.DrawIndicator = true;
     this.ckbOpenGLGLSL.UseUnderline  = true;
     this.hbox2.Add(this.ckbOpenGLGLSL);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.ckbOpenGLGLSL]));
     w12.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.image1 = new global::Gtk.Image();
     this.image1.TooltipMarkup = "Enable OpenGL GLSL, if available (default off)";
     this.image1.Name          = "image1";
     this.image1.Pixbuf        = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-info", global::Gtk.IconSize.Menu);
     this.hbox2.Add(this.image1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.image1]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.btnRomConfigSave              = new global::Gtk.Button();
     this.btnRomConfigSave.CanFocus     = true;
     this.btnRomConfigSave.Name         = "btnRomConfigSave";
     this.btnRomConfigSave.UseUnderline = true;
     this.btnRomConfigSave.Label        = global::Mono.Unix.Catalog.GetString("Save");
     global::Gtk.Image w15 = new global::Gtk.Image();
     w15.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-floppy", global::Gtk.IconSize.Menu);
     this.btnRomConfigSave.Image = w15;
     this.vbox2.Add(this.btnRomConfigSave);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.btnRomConfigSave]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     this.notebook1.Add(this.vbox2);
     global::Gtk.Notebook.NotebookChild w17 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox2]));
     w17.Position = 2;
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Rom Config");
     this.notebook1.SetTabLabel(this.vbox2, this.label4);
     this.label4.ShowAll();
     this.hpaned1.Add(this.notebook1);
     this.vbox1.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned1]));
     w19.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1         = new global::Gtk.Statusbar();
     this.statusbar1.Name    = "statusbar1";
     this.statusbar1.Spacing = 6;
     // Container child statusbar1.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("MameMonoUI v1.0");
     this.statusbar1.Add(this.label5);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.statusbar1 [this.label5]));
     w20.Position = 2;
     w20.Expand   = false;
     w20.Fill     = false;
     this.vbox1.Add(this.statusbar1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar1]));
     w21.Position = 2;
     w21.Expand   = false;
     w21.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 734;
     this.DefaultHeight = 388;
     this.Show();
     this.DeleteEvent                 += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.refreshAction.Activated     += new global::System.EventHandler(this.OnRefreshActivated);
     this.quitAction.Activated        += new global::System.EventHandler(this.OnQuitActionActivated);
     this.preferencesAction.Activated += new global::System.EventHandler(this.OnPreferencesActionActivated);
     this.tvRoms.RowActivated         += new global::Gtk.RowActivatedHandler(this.OnTvRomsRowActivated);
     this.tvRoms.CursorChanged        += new global::System.EventHandler(this.OnTvRomsCursorChanged);
     this.btnRomConfigSave.Clicked    += new global::System.EventHandler(this.OnBtnRomConfigSaveClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget
			Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
			this.UIManager = new global::Gtk.UIManager ();
			global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
			this.NavigateBackwardAction = new global::Gtk.Action ("NavigateBackwardAction", global::Mono.Unix.Catalog.GetString ("Navigate backward"), null, "gtk-go-back");
			this.NavigateBackwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Navigate backward");
			w2.Add (this.NavigateBackwardAction, null);
			this.NavigateForwardAction = new global::Gtk.Action ("NavigateForwardAction", global::Mono.Unix.Catalog.GetString ("Navigate forward"), null, "gtk-go-forward");
			this.NavigateForwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Navigate forward");
			w2.Add (this.NavigateForwardAction, null);
			this.goBackAction = new global::Gtk.Action ("goBackAction", null, null, "gtk-go-back");
			w2.Add (this.goBackAction, null);
			this.goForwardAction = new global::Gtk.Action ("goForwardAction", null, null, "gtk-go-forward");
			w2.Add (this.goForwardAction, null);
			this.goBackAction1 = new global::Gtk.Action ("goBackAction1", null, null, "gtk-go-back");
			w2.Add (this.goBackAction1, null);
			this.UIManager.InsertActionGroup (w2, 0);
			this.Name = "MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget";
			// Container child MonoDevelop.AssemblyBrowser.AssemblyBrowserWidget.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 2;
			// 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.buttonBack = new global::Gtk.Button ();
			this.buttonBack.CanFocus = true;
			this.buttonBack.Name = "buttonBack";
			this.buttonBack.UseStock = true;
			this.buttonBack.UseUnderline = true;
			this.buttonBack.Label = "gtk-go-back";
			this.hbox2.Add (this.buttonBack);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.buttonBack]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.buttonForeward = new global::Gtk.Button ();
			this.buttonForeward.CanFocus = true;
			this.buttonForeward.Name = "buttonForeward";
			this.buttonForeward.UseStock = true;
			this.buttonForeward.UseUnderline = true;
			this.buttonForeward.Label = "gtk-go-forward";
			this.hbox2.Add (this.buttonForeward);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.buttonForeward]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("_Visibility:");
			this.label3.UseUnderline = true;
			this.hbox2.Add (this.label3);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label3]));
			w5.Position = 2;
			w5.Expand = false;
			w5.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.languageCombobox = global::Gtk.ComboBox.NewText ();
			this.languageCombobox.Name = "languageCombobox";
			this.hbox2.Add (this.languageCombobox);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.languageCombobox]));
			w6.PackType = ((global::Gtk.PackType)(1));
			w6.Position = 3;
			w6.Expand = false;
			w6.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("_Language:");
			this.label1.UseUnderline = true;
			this.hbox2.Add (this.label1);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label1]));
			w7.PackType = ((global::Gtk.PackType)(1));
			w7.Position = 4;
			w7.Expand = false;
			w7.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.searchentry1 = new global::MonoDevelop.Components.SearchEntry ();
			this.searchentry1.Name = "searchentry1";
			this.searchentry1.ForceFilterButtonVisible = false;
			this.searchentry1.IsCheckMenu = false;
			this.searchentry1.ActiveFilterID = 0;
			this.searchentry1.Ready = false;
			this.searchentry1.HasFocus = false;
			this.hbox2.Add (this.searchentry1);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.searchentry1]));
			w8.PackType = ((global::Gtk.PackType)(1));
			w8.Position = 5;
			// Container child hbox2.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 1f;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("_Search:");
			this.label2.UseUnderline = true;
			this.hbox2.Add (this.label2);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label2]));
			w9.PackType = ((global::Gtk.PackType)(1));
			w9.Position = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.comboboxVisibilty = global::Gtk.ComboBox.NewText ();
			this.comboboxVisibilty.Name = "comboboxVisibilty";
			this.hbox2.Add (this.comboboxVisibilty);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.comboboxVisibilty]));
			w10.PackType = ((global::Gtk.PackType)(1));
			w10.Position = 7;
			w10.Expand = false;
			w10.Fill = false;
			this.vbox1.Add (this.hbox2);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
			w11.Position = 0;
			w11.Expand = false;
			w11.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hpaned1 = new global::Gtk.HPaned ();
			this.hpaned1.CanFocus = true;
			this.hpaned1.Name = "hpaned1";
			this.hpaned1.Position = 271;
			// Container child hpaned1.Gtk.Paned+PanedChild
			this.treeViewPlaceholder = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
			this.treeViewPlaceholder.Name = "treeViewPlaceholder";
			this.hpaned1.Add (this.treeViewPlaceholder);
			global::Gtk.Paned.PanedChild w12 = ((global::Gtk.Paned.PanedChild)(this.hpaned1[this.treeViewPlaceholder]));
			w12.Resize = false;
			// Container child hpaned1.Gtk.Paned+PanedChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.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.ShowTabs = false;
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.documentationScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.documentationScrolledWindow.Name = "documentationScrolledWindow";
			this.documentationScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child documentationScrolledWindow.Gtk.Container+ContainerChild
			global::Gtk.Viewport w13 = new global::Gtk.Viewport ();
			w13.ShadowType = ((global::Gtk.ShadowType)(0));
			// Container child GtkViewport.Gtk.Container+ContainerChild
			this.documentationLabel = new global::Gtk.Label ();
			this.documentationLabel.Name = "documentationLabel";
			this.documentationLabel.Xpad = 6;
			this.documentationLabel.Ypad = 6;
			this.documentationLabel.Xalign = 0f;
			this.documentationLabel.Yalign = 0f;
			this.documentationLabel.UseMarkup = true;
			this.documentationLabel.Selectable = true;
			w13.Add (this.documentationLabel);
			this.documentationScrolledWindow.Add (w13);
			this.notebook1.Add (this.documentationScrolledWindow);
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vboxInspect = new global::Gtk.VBox ();
			this.vboxInspect.Name = "vboxInspect";
			this.vboxInspect.Spacing = 6;
			// Container child vboxInspect.Gtk.Box+BoxChild
			this.scrolledwindow3 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow3.CanFocus = true;
			this.scrolledwindow3.Name = "scrolledwindow3";
			this.scrolledwindow3.ShadowType = ((global::Gtk.ShadowType)(1));
			this.vboxInspect.Add (this.scrolledwindow3);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vboxInspect[this.scrolledwindow3]));
			w17.Position = 0;
			this.notebook1.Add (this.vboxInspect);
			global::Gtk.Notebook.NotebookChild w18 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vboxInspect]));
			w18.Position = 1;
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.searchWidget = new global::Gtk.VBox ();
			this.searchWidget.Name = "searchWidget";
			this.searchWidget.Spacing = 6;
			// Container child searchWidget.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.searchTreeview = new global::Gtk.TreeView ();
			this.searchTreeview.CanFocus = true;
			this.searchTreeview.Name = "searchTreeview";
			this.scrolledwindow1.Add (this.searchTreeview);
			this.searchWidget.Add (this.scrolledwindow1);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.searchWidget[this.scrolledwindow1]));
			w20.Position = 0;
			this.notebook1.Add (this.searchWidget);
			global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.searchWidget]));
			w21.Position = 2;
			this.vbox3.Add (this.notebook1);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.notebook1]));
			w22.Position = 0;
			this.hpaned1.Add (this.vbox3);
			this.vbox1.Add (this.hpaned1);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hpaned1]));
			w24.Position = 1;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			w1.SetUiManager (UIManager);
			this.label3.MnemonicWidget = this.comboboxVisibilty;
			this.label1.MnemonicWidget = this.languageCombobox;
			this.label2.MnemonicWidget = this.searchentry1;
			this.Show ();
			this.NavigateBackwardAction.Activated += new global::System.EventHandler (this.OnNavigateBackwardActionActivated);
			this.NavigateForwardAction.Activated += new global::System.EventHandler (this.OnNavigateForwardActionActivated);
		}
Example #48
0
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget
     MonoDevelop.Components.BinContainer.Attach(this);
     this.Name = "MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget";
     // Container child MonoDevelop.ChangeLogAddIn.ProjectOptionPanelWidget.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.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.noneRadioButton               = new global::Gtk.RadioButton("1");
     this.noneRadioButton.CanFocus      = true;
     this.noneRadioButton.Name          = "noneRadioButton";
     this.noneRadioButton.Active        = true;
     this.noneRadioButton.DrawIndicator = true;
     this.noneRadioButton.UseUnderline  = true;
     this.noneRadioButton.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.noneRadioButton.Remove(this.noneRadioButton.Child);
     // Container child noneRadioButton.Gtk.Container+ContainerChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Disable ChangeLog support</b>\nNo ChangeLog entries will be generated for this project.");
     this.label3.UseMarkup = true;
     this.noneRadioButton.Add(this.label3);
     this.vbox2.Add(this.noneRadioButton);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.noneRadioButton]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.nearestRadioButton               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Custom policy"));
     this.nearestRadioButton.CanFocus      = true;
     this.nearestRadioButton.Name          = "nearestRadioButton";
     this.nearestRadioButton.DrawIndicator = true;
     this.nearestRadioButton.UseUnderline  = true;
     this.nearestRadioButton.Group         = this.noneRadioButton.Group;
     this.nearestRadioButton.Remove(this.nearestRadioButton.Child);
     // Container child nearestRadioButton.Gtk.Container+ContainerChild
     this.label5 = new global::Gtk.Label();
     this.label5.WidthRequest = 500;
     this.label5.Name         = "label5";
     this.label5.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>Update nearest ChangeLog</b>\nThe nearest ChangeLog file in the directory hierarchy will be updated (below the commit directory). If none is found, a warning message will be shown. ChangeLog files will never be automatically created.");
     this.label5.UseMarkup    = true;
     this.label5.Wrap         = true;
     this.nearestRadioButton.Add(this.label5);
     this.vbox2.Add(this.nearestRadioButton);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.nearestRadioButton]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.oneChangeLogInProjectRootDirectoryRadioButton               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("One ChangeLog in the project root directory"));
     this.oneChangeLogInProjectRootDirectoryRadioButton.CanFocus      = true;
     this.oneChangeLogInProjectRootDirectoryRadioButton.Name          = "oneChangeLogInProjectRootDirectoryRadioButton";
     this.oneChangeLogInProjectRootDirectoryRadioButton.DrawIndicator = true;
     this.oneChangeLogInProjectRootDirectoryRadioButton.UseUnderline  = true;
     this.oneChangeLogInProjectRootDirectoryRadioButton.Group         = this.noneRadioButton.Group;
     this.oneChangeLogInProjectRootDirectoryRadioButton.Remove(this.oneChangeLogInProjectRootDirectoryRadioButton.Child);
     // Container child oneChangeLogInProjectRootDirectoryRadioButton.Gtk.Container+ContainerChild
     this.label6 = new global::Gtk.Label();
     this.label6.WidthRequest = 500;
     this.label6.Name         = "label6";
     this.label6.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>Single project ChangeLog</b>\nAll changes done in the project files will be logged in a single ChangeLog file, located at the project root directory. The ChangeLog file will be created if it doesn't exist.");
     this.label6.UseMarkup    = true;
     this.label6.Wrap         = true;
     this.oneChangeLogInProjectRootDirectoryRadioButton.Add(this.label6);
     this.vbox2.Add(this.oneChangeLogInProjectRootDirectoryRadioButton);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.oneChangeLogInProjectRootDirectoryRadioButton]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.oneChangeLogInEachDirectoryRadioButton               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("One ChangeLog in each directory"));
     this.oneChangeLogInEachDirectoryRadioButton.CanFocus      = true;
     this.oneChangeLogInEachDirectoryRadioButton.Name          = "oneChangeLogInEachDirectoryRadioButton";
     this.oneChangeLogInEachDirectoryRadioButton.DrawIndicator = true;
     this.oneChangeLogInEachDirectoryRadioButton.UseUnderline  = true;
     this.oneChangeLogInEachDirectoryRadioButton.Group         = this.noneRadioButton.Group;
     this.oneChangeLogInEachDirectoryRadioButton.Remove(this.oneChangeLogInEachDirectoryRadioButton.Child);
     // Container child oneChangeLogInEachDirectoryRadioButton.Gtk.Container+ContainerChild
     this.label7 = new global::Gtk.Label();
     this.label7.WidthRequest = 500;
     this.label7.Name         = "label7";
     this.label7.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>One ChangeLog in each directory</b>\nFile changes will be logged in a ChangeLog located at the file's directory. The ChangeLog file will be created if it doesn't exist.");
     this.label7.UseMarkup    = true;
     this.label7.Wrap         = true;
     this.oneChangeLogInEachDirectoryRadioButton.Add(this.label7);
     this.vbox2.Add(this.oneChangeLogInEachDirectoryRadioButton);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.oneChangeLogInEachDirectoryRadioButton]));
     w8.Position = 3;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment1      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.alignment2            = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.alignment2.Name       = "alignment2";
     this.alignment2.TopPadding = ((uint)(18));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.checkVersionControl               = new global::Gtk.CheckButton();
     this.checkVersionControl.CanFocus      = true;
     this.checkVersionControl.Name          = "checkVersionControl";
     this.checkVersionControl.Label         = global::Mono.Unix.Catalog.GetString("Integrate with _version control");
     this.checkVersionControl.DrawIndicator = true;
     this.checkVersionControl.UseUnderline  = true;
     this.alignment2.Add(this.checkVersionControl);
     this.alignment1.Add(this.alignment2);
     this.vbox2.Add(this.alignment1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1]));
     w11.Position = 4;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment3             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.alignment3.Name        = "alignment3";
     this.alignment3.LeftPadding = ((uint)(24));
     // Container child alignment3.Gtk.Container+ContainerChild
     this.checkRequireOnCommit               = new global::Gtk.CheckButton();
     this.checkRequireOnCommit.CanFocus      = true;
     this.checkRequireOnCommit.Name          = "checkRequireOnCommit";
     this.checkRequireOnCommit.Label         = global::Mono.Unix.Catalog.GetString("_Require ChangeLog entries for all files when committing");
     this.checkRequireOnCommit.DrawIndicator = true;
     this.checkRequireOnCommit.UseUnderline  = true;
     this.alignment3.Add(this.checkRequireOnCommit);
     this.vbox2.Add(this.alignment3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment3]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 6;
     w13.Expand   = false;
     w13.Fill     = false;
     this.notebook1.Add(this.vbox2);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("ChangeLog Generation");
     this.notebook1.SetTabLabel(this.vbox2, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 6;
     this.vbox1.BorderWidth = ((uint)(9));
     // Container child vbox1.Gtk.Box+BoxChild
     this.messageWidget        = new global::MonoDevelop.VersionControl.CommitMessageStylePanelWidget();
     this.messageWidget.Events = ((global::Gdk.EventMask)(256));
     this.messageWidget.Name   = "messageWidget";
     this.vbox1.Add(this.messageWidget);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.messageWidget]));
     w15.Position = 0;
     this.notebook1.Add(this.vbox1);
     global::Gtk.Notebook.NotebookChild w16 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox1]));
     w16.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Message Style");
     this.notebook1.SetTabLabel(this.vbox1, this.label2);
     this.label2.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.noneRadioButton.Toggled    += new global::System.EventHandler(this.ValueChanged);
     this.nearestRadioButton.Toggled += new global::System.EventHandler(this.ValueChanged);
     this.oneChangeLogInProjectRootDirectoryRadioButton.Toggled += new global::System.EventHandler(this.ValueChanged);
     this.oneChangeLogInEachDirectoryRadioButton.Toggled        += new global::System.EventHandler(this.ValueChanged);
     this.checkVersionControl.Toggled  += new global::System.EventHandler(this.ValueChanged);
     this.checkRequireOnCommit.Toggled += new global::System.EventHandler(this.ValueChanged);
     this.messageWidget.Changed        += new global::System.EventHandler(this.OnMessageWidgetChanged);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.VersionControl.Git.GitConfigurationDialog
			this.Name = "MonoDevelop.VersionControl.Git.GitConfigurationDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Git Repository Configuration");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.VersionControl.Git.GitConfigurationDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.notebook1 = new global::Gtk.Notebook ();
			this.notebook1.CanFocus = true;
			this.notebook1.Name = "notebook1";
			this.notebook1.CurrentPage = 0;
			this.notebook1.BorderWidth = ((uint)(9));
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			this.vbox2.BorderWidth = ((uint)(9));
			// 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.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.listBranches = new global::Gtk.TreeView ();
			this.listBranches.CanFocus = true;
			this.listBranches.Name = "listBranches";
			this.GtkScrolledWindow.Add (this.listBranches);
			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.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.buttonAddBranch = new global::Gtk.Button ();
			this.buttonAddBranch.CanFocus = true;
			this.buttonAddBranch.Name = "buttonAddBranch";
			this.buttonAddBranch.UseStock = true;
			this.buttonAddBranch.UseUnderline = true;
			this.buttonAddBranch.Label = "gtk-new";
			this.vbox3.Add (this.buttonAddBranch);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonAddBranch]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.buttonEditBranch = new global::Gtk.Button ();
			this.buttonEditBranch.CanFocus = true;
			this.buttonEditBranch.Name = "buttonEditBranch";
			this.buttonEditBranch.UseStock = true;
			this.buttonEditBranch.UseUnderline = true;
			this.buttonEditBranch.Label = "gtk-edit";
			this.vbox3.Add (this.buttonEditBranch);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonEditBranch]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.buttonRemoveBranch = new global::Gtk.Button ();
			this.buttonRemoveBranch.CanFocus = true;
			this.buttonRemoveBranch.Name = "buttonRemoveBranch";
			this.buttonRemoveBranch.UseStock = true;
			this.buttonRemoveBranch.UseUnderline = true;
			this.buttonRemoveBranch.Label = "gtk-delete";
			this.vbox3.Add (this.buttonRemoveBranch);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonRemoveBranch]));
			w6.Position = 2;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.buttonSetDefaultBranch = new global::Gtk.Button ();
			this.buttonSetDefaultBranch.CanFocus = true;
			this.buttonSetDefaultBranch.Name = "buttonSetDefaultBranch";
			this.buttonSetDefaultBranch.UseUnderline = true;
			this.buttonSetDefaultBranch.Label = global::Mono.Unix.Catalog.GetString ("Switch to Branch");
			this.vbox3.Add (this.buttonSetDefaultBranch);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonSetDefaultBranch]));
			w7.Position = 3;
			w7.Expand = false;
			w7.Fill = false;
			this.hbox1.Add (this.vbox3);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
			w8.Position = 1;
			w8.Expand = false;
			w8.Fill = false;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w9.Position = 0;
			this.notebook1.Add (this.vbox2);
			// Notebook tab
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Branches");
			this.notebook1.SetTabLabel (this.vbox2, this.label1);
			this.label1.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox6 = new global::Gtk.VBox ();
			this.vbox6.Name = "vbox6";
			this.vbox6.Spacing = 6;
			this.vbox6.BorderWidth = ((uint)(9));
			// Container child vbox6.Gtk.Box+BoxChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.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.listTags = new global::Gtk.TreeView ();
			this.listTags.CanFocus = true;
			this.listTags.Name = "listTags";
			this.GtkScrolledWindow2.Add (this.listTags);
			this.hbox3.Add (this.GtkScrolledWindow2);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.GtkScrolledWindow2]));
			w12.Position = 0;
			// Container child hbox3.Gtk.Box+BoxChild
			this.vbox7 = new global::Gtk.VBox ();
			this.vbox7.Name = "vbox7";
			this.vbox7.Spacing = 6;
			// Container child vbox7.Gtk.Box+BoxChild
			this.buttonAddTag = new global::Gtk.Button ();
			this.buttonAddTag.CanFocus = true;
			this.buttonAddTag.Name = "buttonAddTag";
			this.buttonAddTag.UseStock = true;
			this.buttonAddTag.UseUnderline = true;
			this.buttonAddTag.Label = "gtk-new";
			this.vbox7.Add (this.buttonAddTag);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.buttonAddTag]));
			w13.Position = 0;
			w13.Expand = false;
			w13.Fill = false;
			// Container child vbox7.Gtk.Box+BoxChild
			this.buttonPushTag = new global::Gtk.Button ();
			this.buttonPushTag.CanFocus = true;
			this.buttonPushTag.Name = "buttonPushTag";
			this.buttonPushTag.UseUnderline = true;
			this.buttonPushTag.Label = global::Mono.Unix.Catalog.GetString ("_Push");
			this.vbox7.Add (this.buttonPushTag);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.buttonPushTag]));
			w14.Position = 1;
			w14.Expand = false;
			w14.Fill = false;
			// Container child vbox7.Gtk.Box+BoxChild
			this.buttonRemoveTag = new global::Gtk.Button ();
			this.buttonRemoveTag.CanFocus = true;
			this.buttonRemoveTag.Name = "buttonRemoveTag";
			this.buttonRemoveTag.UseStock = true;
			this.buttonRemoveTag.UseUnderline = true;
			this.buttonRemoveTag.Label = "gtk-delete";
			this.vbox7.Add (this.buttonRemoveTag);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.buttonRemoveTag]));
			w15.Position = 2;
			w15.Expand = false;
			w15.Fill = false;
			this.hbox3.Add (this.vbox7);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox7]));
			w16.Position = 1;
			w16.Expand = false;
			w16.Fill = false;
			this.vbox6.Add (this.hbox3);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox3]));
			w17.Position = 0;
			this.notebook1.Add (this.vbox6);
			global::Gtk.Notebook.NotebookChild w18 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox6]));
			w18.Position = 1;
			// Notebook tab
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Tags");
			this.notebook1.SetTabLabel (this.vbox6, this.label5);
			this.label5.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			this.vbox4.BorderWidth = ((uint)(9));
			// Container child vbox4.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.treeRemotes = new global::Gtk.TreeView ();
			this.treeRemotes.CanFocus = true;
			this.treeRemotes.Name = "treeRemotes";
			this.GtkScrolledWindow1.Add (this.treeRemotes);
			this.hbox2.Add (this.GtkScrolledWindow1);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow1]));
			w20.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.vbox5 = new global::Gtk.VBox ();
			this.vbox5.Name = "vbox5";
			this.vbox5.Spacing = 6;
			// Container child vbox5.Gtk.Box+BoxChild
			this.buttonAddRemote = new global::Gtk.Button ();
			this.buttonAddRemote.CanFocus = true;
			this.buttonAddRemote.Name = "buttonAddRemote";
			this.buttonAddRemote.UseStock = true;
			this.buttonAddRemote.UseUnderline = true;
			this.buttonAddRemote.Label = "gtk-add";
			this.vbox5.Add (this.buttonAddRemote);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonAddRemote]));
			w21.Position = 0;
			w21.Expand = false;
			w21.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.buttonEditRemote = new global::Gtk.Button ();
			this.buttonEditRemote.CanFocus = true;
			this.buttonEditRemote.Name = "buttonEditRemote";
			this.buttonEditRemote.UseStock = true;
			this.buttonEditRemote.UseUnderline = true;
			this.buttonEditRemote.Label = "gtk-edit";
			this.vbox5.Add (this.buttonEditRemote);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonEditRemote]));
			w22.Position = 1;
			w22.Expand = false;
			w22.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.buttonRemoveRemote = new global::Gtk.Button ();
			this.buttonRemoveRemote.CanFocus = true;
			this.buttonRemoveRemote.Name = "buttonRemoveRemote";
			this.buttonRemoveRemote.UseStock = true;
			this.buttonRemoveRemote.UseUnderline = true;
			this.buttonRemoveRemote.Label = "gtk-remove";
			this.vbox5.Add (this.buttonRemoveRemote);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonRemoveRemote]));
			w23.Position = 2;
			w23.Expand = false;
			w23.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.hseparator2 = new global::Gtk.HSeparator ();
			this.hseparator2.Name = "hseparator2";
			this.vbox5.Add (this.hseparator2);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hseparator2]));
			w24.Position = 3;
			w24.Expand = false;
			w24.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.buttonTrackRemote = new global::Gtk.Button ();
			this.buttonTrackRemote.CanFocus = true;
			this.buttonTrackRemote.Name = "buttonTrackRemote";
			this.buttonTrackRemote.UseUnderline = true;
			this.buttonTrackRemote.Label = global::Mono.Unix.Catalog.GetString ("Track in Local Branch");
			this.vbox5.Add (this.buttonTrackRemote);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonTrackRemote]));
			w25.Position = 4;
			w25.Expand = false;
			w25.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.buttonFetch = new global::Gtk.Button ();
			this.buttonFetch.CanFocus = true;
			this.buttonFetch.Name = "buttonFetch";
			this.buttonFetch.UseUnderline = true;
			this.buttonFetch.Label = global::Mono.Unix.Catalog.GetString ("Fetch");
			this.vbox5.Add (this.buttonFetch);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.buttonFetch]));
			w26.Position = 5;
			w26.Expand = false;
			w26.Fill = false;
			this.hbox2.Add (this.vbox5);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox5]));
			w27.Position = 1;
			w27.Expand = false;
			w27.Fill = false;
			this.vbox4.Add (this.hbox2);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
			w28.Position = 0;
			this.notebook1.Add (this.vbox4);
			global::Gtk.Notebook.NotebookChild w29 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox4]));
			w29.Position = 2;
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Remote Sources");
			this.notebook1.SetTabLabel (this.vbox4, this.label2);
			this.label2.ShowAll ();
			w1.Add (this.notebook1);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(w1 [this.notebook1]));
			w30.Position = 0;
			// Internal child MonoDevelop.VersionControl.Git.GitConfigurationDialog.ActionArea
			global::Gtk.HButtonBox w31 = this.ActionArea;
			w31.Name = "dialog1_ActionArea";
			w31.Spacing = 10;
			w31.BorderWidth = ((uint)(5));
			w31.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-close";
			this.AddActionWidget (this.buttonOk, -7);
			global::Gtk.ButtonBox.ButtonBoxChild w32 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w31 [this.buttonOk]));
			w32.Expand = false;
			w32.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 602;
			this.DefaultHeight = 410;
			this.Hide ();
			this.buttonAddBranch.Clicked += new global::System.EventHandler (this.OnButtonAddBranchClicked);
			this.buttonEditBranch.Clicked += new global::System.EventHandler (this.OnButtonEditBranchClicked);
			this.buttonRemoveBranch.Clicked += new global::System.EventHandler (this.OnButtonRemoveBranchClicked);
			this.buttonSetDefaultBranch.Clicked += new global::System.EventHandler (this.OnButtonSetDefaultBranchClicked);
			this.buttonAddTag.Clicked += new global::System.EventHandler (this.OnButtonNewTagClicked);
			this.buttonPushTag.Clicked += new global::System.EventHandler (this.OnButtonPushTagClicked);
			this.buttonRemoveTag.Clicked += new global::System.EventHandler (this.OnButtonRemoveTagClicked);
			this.buttonAddRemote.Clicked += new global::System.EventHandler (this.OnButtonAddRemoteClicked);
			this.buttonEditRemote.Clicked += new global::System.EventHandler (this.OnButtonEditRemoteClicked);
			this.buttonRemoveRemote.Clicked += new global::System.EventHandler (this.OnButtonRemoveRemoteClicked);
			this.buttonTrackRemote.Clicked += new global::System.EventHandler (this.OnButtonTrackRemoteClicked);
			this.buttonFetch.Clicked += new global::System.EventHandler (this.OnButtonFetchClicked);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Execution.CustomExecutionModeDialog
     this.Name           = "MonoDevelop.Ide.Execution.CustomExecutionModeDialog";
     this.Title          = global::MonoDevelop.Core.GettextCatalog.GetString("Execution Arguments");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     // Internal child MonoDevelop.Ide.Execution.CustomExecutionModeDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.boxEditor             = new global::Gtk.VBox();
     this.boxEditor.Name        = "boxEditor";
     this.boxEditor.Spacing     = 9;
     this.boxEditor.BorderWidth = ((uint)(6));
     // Container child boxEditor.Gtk.Box+BoxChild
     this.boxModeSelector         = new global::Gtk.VBox();
     this.boxModeSelector.Name    = "boxModeSelector";
     this.boxModeSelector.Spacing = 6;
     // Container child boxModeSelector.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Execution Mode:");
     this.hbox5.Add(this.label2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label2]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.comboTargetMode        = new global::MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox();
     this.comboTargetMode.Events = ((global::Gdk.EventMask)(256));
     this.comboTargetMode.Name   = "comboTargetMode";
     this.hbox5.Add(this.comboTargetMode);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.comboTargetMode]));
     w3.Position = 1;
     this.boxModeSelector.Add(this.hbox5);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.boxModeSelector [this.hbox5]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child boxModeSelector.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.boxModeSelector.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.boxModeSelector [this.hseparator1]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.boxEditor.Add(this.boxModeSelector);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.boxEditor [this.boxModeSelector]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child boxEditor.Gtk.Box+BoxChild
     this.notebook             = new global::Gtk.Notebook();
     this.notebook.CanFocus    = true;
     this.notebook.Name        = "notebook";
     this.notebook.CurrentPage = -1;
     this.boxEditor.Add(this.notebook);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.boxEditor [this.notebook]));
     w7.Position = 1;
     // Container child boxEditor.Gtk.Box+BoxChild
     this.boxSave         = new global::Gtk.VBox();
     this.boxSave.Name    = "boxSave";
     this.boxSave.Spacing = 6;
     // Container child boxSave.Gtk.Box+BoxChild
     this.hseparator      = new global::Gtk.HSeparator();
     this.hseparator.Name = "hseparator";
     this.boxSave.Add(this.hseparator);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.boxSave [this.hseparator]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child boxSave.Gtk.Box+BoxChild
     this.checkSave               = new global::Gtk.CheckButton();
     this.checkSave.CanFocus      = true;
     this.checkSave.Name          = "checkSave";
     this.checkSave.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Save this configuration as a custom execution mode");
     this.checkSave.DrawIndicator = true;
     this.checkSave.UseUnderline  = true;
     this.boxSave.Add(this.checkSave);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.boxSave [this.checkSave]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child boxSave.Gtk.Box+BoxChild
     this.boxName         = new global::Gtk.HBox();
     this.boxName.Name    = "boxName";
     this.boxName.Spacing = 6;
     // Container child boxName.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Custom Mode Name:");
     this.boxName.Add(this.label4);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.boxName [this.label4]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child boxName.Gtk.Box+BoxChild
     this.entryModeName               = new global::Gtk.Entry();
     this.entryModeName.CanFocus      = true;
     this.entryModeName.Name          = "entryModeName";
     this.entryModeName.IsEditable    = true;
     this.entryModeName.InvisibleChar = '●';
     this.boxName.Add(this.entryModeName);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.boxName [this.entryModeName]));
     w11.Position = 1;
     // Container child boxName.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Available for:");
     this.boxName.Add(this.label3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.boxName [this.label3]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child boxName.Gtk.Box+BoxChild
     this.comboStore = global::Gtk.ComboBox.NewText();
     this.comboStore.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Only this project"));
     this.comboStore.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Only this solution"));
     this.comboStore.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("All solutions"));
     this.comboStore.Name   = "comboStore";
     this.comboStore.Active = 0;
     this.boxName.Add(this.comboStore);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.boxName [this.comboStore]));
     w13.Position = 3;
     w13.Expand   = false;
     w13.Fill     = false;
     this.boxSave.Add(this.boxName);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.boxSave [this.boxName]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child boxSave.Gtk.Box+BoxChild
     this.checkPrompt               = new global::Gtk.CheckButton();
     this.checkPrompt.CanFocus      = true;
     this.checkPrompt.Name          = "checkPrompt";
     this.checkPrompt.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Always show the parameters window before running this custom mode");
     this.checkPrompt.DrawIndicator = true;
     this.checkPrompt.UseUnderline  = true;
     this.boxSave.Add(this.checkPrompt);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.boxSave [this.checkPrompt]));
     w15.Position = 3;
     w15.Expand   = false;
     w15.Fill     = false;
     this.boxEditor.Add(this.boxSave);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.boxEditor [this.boxSave]));
     w16.PackType = ((global::Gtk.PackType)(1));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     w1.Add(this.boxEditor);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.boxEditor]));
     w17.Position = 0;
     // Internal child MonoDevelop.Ide.Execution.CustomExecutionModeDialog.ActionArea
     global::Gtk.HButtonBox w18 = this.ActionArea;
     w18.Name        = "dialog1_ActionArea";
     w18.Spacing     = 10;
     w18.BorderWidth = ((uint)(5));
     w18.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 w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonCancel]));
     w19.Expand = false;
     w19.Fill   = false;
     // 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 w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonOk]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 655;
     this.DefaultHeight = 525;
     this.boxName.Hide();
     this.checkPrompt.Hide();
     this.Hide();
     this.comboTargetMode.SelectionChanged += new global::System.EventHandler(this.OnComboTargetModeSelectionChanged);
     this.checkSave.Toggled     += new global::System.EventHandler(this.OnCheckSaveToggled);
     this.entryModeName.Changed += new global::System.EventHandler(this.OnEntryModeNameChanged);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog
			this.Name = "MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog";
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.BorderWidth = ((uint)(6));
			// Internal child MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.Spacing = 6;
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.vbox5 = new global::Gtk.VBox ();
			this.vbox5.Name = "vbox5";
			this.vbox5.Spacing = 6;
			// Container child vbox5.Gtk.Box+BoxChild
			this.hpaned1 = new global::Gtk.HPaned ();
			this.hpaned1.CanFocus = true;
			this.hpaned1.Name = "hpaned1";
			this.hpaned1.Position = 424;
			// Container child hpaned1.Gtk.Paned+PanedChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			this.hbox4.Spacing = 6;
			// Container child hbox4.Gtk.Box+BoxChild
			this.label12 = new global::Gtk.Label ();
			this.label12.Name = "label12";
			this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("_Category:");
			this.label12.UseUnderline = true;
			this.hbox4.Add (this.label12);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label12]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox4.Gtk.Box+BoxChild
			this.comboboxCategories = global::Gtk.ComboBox.NewText ();
			this.comboboxCategories.Name = "comboboxCategories";
			this.hbox4.Add (this.comboboxCategories);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.comboboxCategories]));
			w3.Position = 1;
			this.vbox2.Add (this.hbox4);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox4]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.notebookCategories = new global::Gtk.Notebook ();
			this.notebookCategories.CanFocus = true;
			this.notebookCategories.Name = "notebookCategories";
			this.notebookCategories.CurrentPage = 3;
			// Container child notebookCategories.Gtk.Notebook+NotebookChild
			this.vbox8 = new global::Gtk.VBox ();
			this.vbox8.Name = "vbox8";
			this.vbox8.Spacing = 6;
			// Container child vbox8.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.treeviewIndentOptions = new global::Gtk.TreeView ();
			this.treeviewIndentOptions.CanFocus = true;
			this.treeviewIndentOptions.Name = "treeviewIndentOptions";
			this.GtkScrolledWindow.Add (this.treeviewIndentOptions);
			this.vbox8.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.GtkScrolledWindow]));
			w6.Position = 0;
			this.notebookCategories.Add (this.vbox8);
			// Notebook tab
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("page1");
			this.notebookCategories.SetTabLabel (this.vbox8, this.label8);
			this.label8.ShowAll ();
			// Container child notebookCategories.Gtk.Notebook+NotebookChild
			this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
			this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
			this.treeviewBracePositions = new global::Gtk.TreeView ();
			this.treeviewBracePositions.CanFocus = true;
			this.treeviewBracePositions.Name = "treeviewBracePositions";
			this.GtkScrolledWindow1.Add (this.treeviewBracePositions);
			this.notebookCategories.Add (this.GtkScrolledWindow1);
			global::Gtk.Notebook.NotebookChild w9 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow1]));
			w9.Position = 1;
			// Notebook tab
			this.label9 = new global::Gtk.Label ();
			this.label9.Name = "label9";
			this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("page2");
			this.notebookCategories.SetTabLabel (this.GtkScrolledWindow1, this.label9);
			this.label9.ShowAll ();
			// Container child notebookCategories.Gtk.Notebook+NotebookChild
			this.table4 = new global::Gtk.Table (((uint)(10)), ((uint)(2)), false);
			this.table4.Name = "table4";
			this.table4.RowSpacing = ((uint)(6));
			this.table4.ColumnSpacing = ((uint)(6));
			// Container child table4.Gtk.Table+TableChild
			this.entryAfterUsings = new global::Gtk.Entry ();
			this.entryAfterUsings.CanFocus = true;
			this.entryAfterUsings.Name = "entryAfterUsings";
			this.entryAfterUsings.IsEditable = true;
			this.entryAfterUsings.InvisibleChar = '●';
			this.table4.Add (this.entryAfterUsings);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryAfterUsings]));
			w10.TopAttach = ((uint)(2));
			w10.BottomAttach = ((uint)(3));
			w10.LeftAttach = ((uint)(1));
			w10.RightAttach = ((uint)(2));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryBeforeFirstDeclaration = new global::Gtk.Entry ();
			this.entryBeforeFirstDeclaration.CanFocus = true;
			this.entryBeforeFirstDeclaration.Name = "entryBeforeFirstDeclaration";
			this.entryBeforeFirstDeclaration.IsEditable = true;
			this.entryBeforeFirstDeclaration.InvisibleChar = '●';
			this.table4.Add (this.entryBeforeFirstDeclaration);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBeforeFirstDeclaration]));
			w11.TopAttach = ((uint)(4));
			w11.BottomAttach = ((uint)(5));
			w11.LeftAttach = ((uint)(1));
			w11.RightAttach = ((uint)(2));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryBeforUsings = new global::Gtk.Entry ();
			this.entryBeforUsings.CanFocus = true;
			this.entryBeforUsings.Name = "entryBeforUsings";
			this.entryBeforUsings.IsEditable = true;
			this.entryBeforUsings.InvisibleChar = '●';
			this.table4.Add (this.entryBeforUsings);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBeforUsings]));
			w12.TopAttach = ((uint)(1));
			w12.BottomAttach = ((uint)(2));
			w12.LeftAttach = ((uint)(1));
			w12.RightAttach = ((uint)(2));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryBetweenEvents = new global::Gtk.Entry ();
			this.entryBetweenEvents.CanFocus = true;
			this.entryBetweenEvents.Name = "entryBetweenEvents";
			this.entryBetweenEvents.IsEditable = true;
			this.entryBetweenEvents.InvisibleChar = '●';
			this.table4.Add (this.entryBetweenEvents);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBetweenEvents]));
			w13.TopAttach = ((uint)(8));
			w13.BottomAttach = ((uint)(9));
			w13.LeftAttach = ((uint)(1));
			w13.RightAttach = ((uint)(2));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryBetweenFields = new global::Gtk.Entry ();
			this.entryBetweenFields.CanFocus = true;
			this.entryBetweenFields.Name = "entryBetweenFields";
			this.entryBetweenFields.IsEditable = true;
			this.entryBetweenFields.InvisibleChar = '●';
			this.table4.Add (this.entryBetweenFields);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBetweenFields]));
			w14.TopAttach = ((uint)(7));
			w14.BottomAttach = ((uint)(8));
			w14.LeftAttach = ((uint)(1));
			w14.RightAttach = ((uint)(2));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryBetweenMembers = new global::Gtk.Entry ();
			this.entryBetweenMembers.CanFocus = true;
			this.entryBetweenMembers.Name = "entryBetweenMembers";
			this.entryBetweenMembers.IsEditable = true;
			this.entryBetweenMembers.InvisibleChar = '●';
			this.table4.Add (this.entryBetweenMembers);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBetweenMembers]));
			w15.TopAttach = ((uint)(9));
			w15.BottomAttach = ((uint)(10));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(2));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryBetweenTypes = new global::Gtk.Entry ();
			this.entryBetweenTypes.CanFocus = true;
			this.entryBetweenTypes.Name = "entryBetweenTypes";
			this.entryBetweenTypes.IsEditable = true;
			this.entryBetweenTypes.InvisibleChar = '●';
			this.table4.Add (this.entryBetweenTypes);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryBetweenTypes]));
			w16.TopAttach = ((uint)(5));
			w16.BottomAttach = ((uint)(6));
			w16.LeftAttach = ((uint)(1));
			w16.RightAttach = ((uint)(2));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.GtkLabel8 = new global::Gtk.Label ();
			this.GtkLabel8.Name = "GtkLabel8";
			this.GtkLabel8.Xalign = 0F;
			this.GtkLabel8.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Blank lines in namespaces</b>");
			this.GtkLabel8.UseMarkup = true;
			this.table4.Add (this.GtkLabel8);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table4 [this.GtkLabel8]));
			w17.TopAttach = ((uint)(3));
			w17.BottomAttach = ((uint)(4));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.GtkLabel9 = new global::Gtk.Label ();
			this.GtkLabel9.Name = "GtkLabel9";
			this.GtkLabel9.Xalign = 0F;
			this.GtkLabel9.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Blank lines in types</b>");
			this.GtkLabel9.UseMarkup = true;
			this.table4.Add (this.GtkLabel9);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table4 [this.GtkLabel9]));
			w18.TopAttach = ((uint)(6));
			w18.BottomAttach = ((uint)(7));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.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 ("<b>Blank lines in compilation unit</b>");
			this.label1.UseMarkup = true;
			this.table4.Add (this.label1);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table4 [this.label1]));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label15 = new global::Gtk.Label ();
			this.label15.Name = "label15";
			this.label15.Xalign = 1F;
			this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("Before using declaration:");
			this.table4.Add (this.label15);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table4 [this.label15]));
			w20.TopAttach = ((uint)(1));
			w20.BottomAttach = ((uint)(2));
			w20.XOptions = ((global::Gtk.AttachOptions)(4));
			w20.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label16 = new global::Gtk.Label ();
			this.label16.Name = "label16";
			this.label16.Xalign = 1F;
			this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("After using declaration:");
			this.table4.Add (this.label16);
			global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table4 [this.label16]));
			w21.TopAttach = ((uint)(2));
			w21.BottomAttach = ((uint)(3));
			w21.XOptions = ((global::Gtk.AttachOptions)(4));
			w21.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label19 = new global::Gtk.Label ();
			this.label19.Name = "label19";
			this.label19.Xalign = 1F;
			this.label19.LabelProp = global::Mono.Unix.Catalog.GetString ("Between type declarations:");
			this.table4.Add (this.label19);
			global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table4 [this.label19]));
			w22.TopAttach = ((uint)(5));
			w22.BottomAttach = ((uint)(6));
			w22.XOptions = ((global::Gtk.AttachOptions)(4));
			w22.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label20 = new global::Gtk.Label ();
			this.label20.Name = "label20";
			this.label20.Xalign = 1F;
			this.label20.LabelProp = global::Mono.Unix.Catalog.GetString ("Before first declaration:");
			this.table4.Add (this.label20);
			global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table4 [this.label20]));
			w23.TopAttach = ((uint)(4));
			w23.BottomAttach = ((uint)(5));
			w23.XOptions = ((global::Gtk.AttachOptions)(4));
			w23.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label21 = new global::Gtk.Label ();
			this.label21.Name = "label21";
			this.label21.Xalign = 1F;
			this.label21.LabelProp = global::Mono.Unix.Catalog.GetString ("Between field declarations:");
			this.table4.Add (this.label21);
			global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table4 [this.label21]));
			w24.TopAttach = ((uint)(7));
			w24.BottomAttach = ((uint)(8));
			w24.XOptions = ((global::Gtk.AttachOptions)(4));
			w24.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label22 = new global::Gtk.Label ();
			this.label22.Name = "label22";
			this.label22.Xalign = 1F;
			this.label22.LabelProp = global::Mono.Unix.Catalog.GetString ("Between other member declarations:");
			this.table4.Add (this.label22);
			global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table4 [this.label22]));
			w25.TopAttach = ((uint)(9));
			w25.BottomAttach = ((uint)(10));
			w25.XOptions = ((global::Gtk.AttachOptions)(4));
			w25.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label23 = new global::Gtk.Label ();
			this.label23.Name = "label23";
			this.label23.Xalign = 1F;
			this.label23.LabelProp = global::Mono.Unix.Catalog.GetString ("Between simple event declarations:");
			this.table4.Add (this.label23);
			global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table4 [this.label23]));
			w26.TopAttach = ((uint)(8));
			w26.BottomAttach = ((uint)(9));
			w26.XOptions = ((global::Gtk.AttachOptions)(4));
			w26.YOptions = ((global::Gtk.AttachOptions)(4));
			this.notebookCategories.Add (this.table4);
			global::Gtk.Notebook.NotebookChild w27 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.table4]));
			w27.Position = 2;
			// Notebook tab
			this.label14 = new global::Gtk.Label ();
			this.label14.Name = "label14";
			this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("page5");
			this.notebookCategories.SetTabLabel (this.table4, this.label14);
			this.label14.ShowAll ();
			// Container child notebookCategories.Gtk.Notebook+NotebookChild
			this.GtkScrolledWindow3 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow3.Name = "GtkScrolledWindow3";
			this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
			this.treeviewWrappingCategory = new global::Gtk.TreeView ();
			this.treeviewWrappingCategory.CanFocus = true;
			this.treeviewWrappingCategory.Name = "treeviewWrappingCategory";
			this.GtkScrolledWindow3.Add (this.treeviewWrappingCategory);
			this.notebookCategories.Add (this.GtkScrolledWindow3);
			global::Gtk.Notebook.NotebookChild w29 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow3]));
			w29.Position = 3;
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("page6");
			this.notebookCategories.SetTabLabel (this.GtkScrolledWindow3, this.label2);
			this.label2.ShowAll ();
			// Container child notebookCategories.Gtk.Notebook+NotebookChild
			this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
			this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
			this.treeviewInsertWhiteSpaceCategory = new global::Gtk.TreeView ();
			this.treeviewInsertWhiteSpaceCategory.CanFocus = true;
			this.treeviewInsertWhiteSpaceCategory.Name = "treeviewInsertWhiteSpaceCategory";
			this.GtkScrolledWindow2.Add (this.treeviewInsertWhiteSpaceCategory);
			this.notebookCategories.Add (this.GtkScrolledWindow2);
			global::Gtk.Notebook.NotebookChild w31 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow2]));
			w31.Position = 4;
			// Notebook tab
			this.label10 = new global::Gtk.Label ();
			this.label10.Name = "label10";
			this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("page3");
			this.notebookCategories.SetTabLabel (this.GtkScrolledWindow2, this.label10);
			this.label10.ShowAll ();
			// Container child notebookCategories.Gtk.Notebook+NotebookChild
			this.GtkScrolledWindow4 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow4.Name = "GtkScrolledWindow4";
			this.GtkScrolledWindow4.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow4.Gtk.Container+ContainerChild
			this.treeviewNewLines = new global::Gtk.TreeView ();
			this.treeviewNewLines.CanFocus = true;
			this.treeviewNewLines.Name = "treeviewNewLines";
			this.GtkScrolledWindow4.Add (this.treeviewNewLines);
			this.notebookCategories.Add (this.GtkScrolledWindow4);
			global::Gtk.Notebook.NotebookChild w33 = ((global::Gtk.Notebook.NotebookChild)(this.notebookCategories [this.GtkScrolledWindow4]));
			w33.Position = 5;
			// Notebook tab
			this.label11 = new global::Gtk.Label ();
			this.label11.Name = "label11";
			this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("page4");
			this.notebookCategories.SetTabLabel (this.GtkScrolledWindow4, this.label11);
			this.label11.ShowAll ();
			this.vbox2.Add (this.notebookCategories);
			global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebookCategories]));
			w34.Position = 1;
			this.hpaned1.Add (this.vbox2);
			global::Gtk.Paned.PanedChild w35 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.vbox2]));
			w35.Resize = false;
			// Container child hpaned1.Gtk.Paned+PanedChild
			this.vbox6 = new global::Gtk.VBox ();
			this.vbox6.Name = "vbox6";
			this.vbox6.Spacing = 6;
			// Container child vbox6.Gtk.Box+BoxChild
			this.label13 = new global::Gtk.Label ();
			this.label13.Name = "label13";
			this.label13.Xalign = 0F;
			this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Preview:");
			this.vbox6.Add (this.label13);
			global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label13]));
			w36.Position = 0;
			w36.Expand = false;
			w36.Fill = false;
			// Container child vbox6.Gtk.Box+BoxChild
			this.scrolledwindow = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow.CanFocus = true;
			this.scrolledwindow.Name = "scrolledwindow";
			this.scrolledwindow.ShadowType = ((global::Gtk.ShadowType)(1));
			this.vbox6.Add (this.scrolledwindow);
			global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.scrolledwindow]));
			w37.Position = 1;
			this.hpaned1.Add (this.vbox6);
			this.vbox5.Add (this.hpaned1);
			global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hpaned1]));
			w39.Position = 0;
			w1.Add (this.vbox5);
			global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox5]));
			w40.Position = 0;
			// Internal child MonoDevelop.CSharp.Formatting.CSharpFormattingProfileDialog.ActionArea
			global::Gtk.HButtonBox w41 = this.ActionArea;
			w41.Name = "dialog1_ActionArea";
			w41.Spacing = 10;
			w41.BorderWidth = ((uint)(5));
			w41.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 w42 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w41 [this.buttonCancel]));
			w42.Expand = false;
			w42.Fill = false;
			// 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 w43 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w41 [this.buttonOk]));
			w43.Position = 1;
			w43.Expand = false;
			w43.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 880;
			this.DefaultHeight = 551;
			this.Hide ();
		}
Example #52
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.articuloRefreshAction = new global::Gtk.Action("articuloRefreshAction", null, null, "gtk-refresh");
     w1.Add(this.articuloRefreshAction, null);
     this.articuloAddAction = new global::Gtk.Action("articuloAddAction", null, null, "gtk-add");
     w1.Add(this.articuloAddAction, null);
     this.articuloDeleteAction = new global::Gtk.Action("articuloDeleteAction", null, null, "gtk-delete");
     w1.Add(this.articuloDeleteAction, null);
     this.articuloEditAction = new global::Gtk.Action("articuloEditAction", null, null, "gtk-edit");
     w1.Add(this.articuloEditAction, null);
     this.categoriaRefreshAction = new global::Gtk.Action("categoriaRefreshAction", null, null, "gtk-refresh");
     w1.Add(this.categoriaRefreshAction, null);
     this.categoriaAddAction = new global::Gtk.Action("categoriaAddAction", null, null, "gtk-add");
     w1.Add(this.categoriaAddAction, null);
     this.categoriaDeleteAction = new global::Gtk.Action("categoriaDeleteAction", null, null, "gtk-delete");
     w1.Add(this.categoriaDeleteAction, null);
     this.categoriaEditAction = new global::Gtk.Action("categoriaEditAction", null, null, "gtk-edit");
     w1.Add(this.categoriaEditAction, 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.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 1;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     this.notebook1.Add(this.vbox2);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("articulo");
     this.notebook1.SetTabLabel(this.vbox2, this.label1);
     this.label1.ShowAll();
     // Notebook tab
     global::Gtk.Label w3 = new global::Gtk.Label();
     w3.Visible = true;
     this.notebook1.Add(w3);
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("categoria");
     this.notebook1.SetTabLabel(w3, this.label2);
     this.label2.ShowAll();
     this.vbox1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.notebook1]));
     w4.Position = 1;
     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);
     this.articuloRefreshAction.Activated += new global::System.EventHandler(this.OnArticuloRefreshActionActivated);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Autotools.MakefileOptionPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Events = ((global::Gdk.EventMask)(256));
			this.Name = "MonoDevelop.Autotools.MakefileOptionPanelWidget";
			// Container child MonoDevelop.Autotools.MakefileOptionPanelWidget.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.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.cbEnableMakefileIntegration = new global::Gtk.CheckButton ();
			this.cbEnableMakefileIntegration.CanFocus = true;
			this.cbEnableMakefileIntegration.Name = "cbEnableMakefileIntegration";
			this.cbEnableMakefileIntegration.Label = global::Mono.Unix.Catalog.GetString ("Enable makefile Integration in this project");
			this.cbEnableMakefileIntegration.DrawIndicator = true;
			this.vbox1.Add (this.cbEnableMakefileIntegration);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.cbEnableMakefileIntegration]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.headerSep1 = new global::Gtk.HSeparator ();
			this.headerSep1.Name = "headerSep1";
			this.vbox1.Add (this.headerSep1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.headerSep1]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(10)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.cbBuildTarget = new global::Gtk.CheckButton ();
			this.cbBuildTarget.CanFocus = true;
			this.cbBuildTarget.Name = "cbBuildTarget";
			this.cbBuildTarget.Label = global::Mono.Unix.Catalog.GetString ("Build target name:");
			this.cbBuildTarget.DrawIndicator = true;
			this.cbBuildTarget.UseUnderline = true;
			this.table1.Add (this.cbBuildTarget);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbBuildTarget]));
			w3.TopAttach = ((uint)(4));
			w3.BottomAttach = ((uint)(5));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.cbCleanTarget = new global::Gtk.CheckButton ();
			this.cbCleanTarget.CanFocus = true;
			this.cbCleanTarget.Name = "cbCleanTarget";
			this.cbCleanTarget.Label = global::Mono.Unix.Catalog.GetString ("Clean target name:");
			this.cbCleanTarget.DrawIndicator = true;
			this.cbCleanTarget.UseUnderline = true;
			this.table1.Add (this.cbCleanTarget);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbCleanTarget]));
			w4.TopAttach = ((uint)(5));
			w4.BottomAttach = ((uint)(6));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.cbRunTarget = new global::Gtk.CheckButton ();
			this.cbRunTarget.CanFocus = true;
			this.cbRunTarget.Name = "cbRunTarget";
			this.cbRunTarget.Label = global::Mono.Unix.Catalog.GetString ("Execute target name:");
			this.cbRunTarget.DrawIndicator = true;
			this.cbRunTarget.UseUnderline = true;
			this.table1.Add (this.cbRunTarget);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbRunTarget]));
			w5.TopAttach = ((uint)(6));
			w5.BottomAttach = ((uint)(7));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.fileEntryMakefilePath = new global::MonoDevelop.Components.FileEntry ();
			this.fileEntryMakefilePath.CanFocus = true;
			this.fileEntryMakefilePath.Name = "fileEntryMakefilePath";
			this.fileEntryMakefilePath.BrowserTitle = "";
			this.table1.Add (this.fileEntryMakefilePath);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.fileEntryMakefilePath]));
			w6.TopAttach = ((uint)(1));
			w6.BottomAttach = ((uint)(2));
			w6.LeftAttach = ((uint)(1));
			w6.RightAttach = ((uint)(2));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			// Container child hbox1.Gtk.Box+BoxChild
			this.comboAssemblyName = global::Gtk.ComboBox.NewText ();
			this.comboAssemblyName.WidthRequest = 300;
			this.comboAssemblyName.Name = "comboAssemblyName";
			this.hbox1.Add (this.comboAssemblyName);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboAssemblyName]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			this.table1.Add (this.hbox1);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
			w8.TopAttach = ((uint)(7));
			w8.BottomAttach = ((uint)(8));
			w8.LeftAttach = ((uint)(1));
			w8.RightAttach = ((uint)(2));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			// Container child hbox2.Gtk.Box+BoxChild
			this.comboOutputDir = global::Gtk.ComboBox.NewText ();
			this.comboOutputDir.WidthRequest = 300;
			this.comboOutputDir.Name = "comboOutputDir";
			this.hbox2.Add (this.comboOutputDir);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboOutputDir]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			this.table1.Add (this.hbox2);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2]));
			w10.TopAttach = ((uint)(8));
			w10.BottomAttach = ((uint)(9));
			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.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			// Container child hbox3.Gtk.Box+BoxChild
			this.BuildTargetName = new global::Gtk.Entry ();
			this.BuildTargetName.WidthRequest = 200;
			this.BuildTargetName.CanFocus = true;
			this.BuildTargetName.Name = "BuildTargetName";
			this.BuildTargetName.IsEditable = true;
			this.BuildTargetName.InvisibleChar = '●';
			this.hbox3.Add (this.BuildTargetName);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.BuildTargetName]));
			w11.Position = 0;
			w11.Expand = false;
			w11.Fill = false;
			this.table1.Add (this.hbox3);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox3]));
			w12.TopAttach = ((uint)(4));
			w12.BottomAttach = ((uint)(5));
			w12.LeftAttach = ((uint)(1));
			w12.RightAttach = ((uint)(2));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			// Container child hbox4.Gtk.Box+BoxChild
			this.ExecuteTargetName = new global::Gtk.Entry ();
			this.ExecuteTargetName.WidthRequest = 200;
			this.ExecuteTargetName.CanFocus = true;
			this.ExecuteTargetName.Name = "ExecuteTargetName";
			this.ExecuteTargetName.IsEditable = true;
			this.ExecuteTargetName.InvisibleChar = '●';
			this.hbox4.Add (this.ExecuteTargetName);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.ExecuteTargetName]));
			w13.Position = 0;
			w13.Expand = false;
			w13.Fill = false;
			this.table1.Add (this.hbox4);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox4]));
			w14.TopAttach = ((uint)(6));
			w14.BottomAttach = ((uint)(7));
			w14.LeftAttach = ((uint)(1));
			w14.RightAttach = ((uint)(2));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			// Container child hbox5.Gtk.Box+BoxChild
			this.CleanTargetName = new global::Gtk.Entry ();
			this.CleanTargetName.WidthRequest = 200;
			this.CleanTargetName.CanFocus = true;
			this.CleanTargetName.Name = "CleanTargetName";
			this.CleanTargetName.IsEditable = true;
			this.CleanTargetName.InvisibleChar = '●';
			this.hbox5.Add (this.CleanTargetName);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.CleanTargetName]));
			w15.Position = 0;
			w15.Expand = false;
			w15.Fill = false;
			this.table1.Add (this.hbox5);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox5]));
			w16.TopAttach = ((uint)(5));
			w16.BottomAttach = ((uint)(6));
			w16.LeftAttach = ((uint)(1));
			w16.RightAttach = ((uint)(2));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.headerSep2 = new global::Gtk.HSeparator ();
			this.headerSep2.Name = "headerSep2";
			this.table1.Add (this.headerSep2);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.headerSep2]));
			w17.TopAttach = ((uint)(2));
			w17.BottomAttach = ((uint)(3));
			w17.RightAttach = ((uint)(2));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label8 = new global::Gtk.Label ();
			this.label8.WidthRequest = 500;
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the makefile targets that should be executed for the build and clean operations:");
			this.label8.Wrap = true;
			this.table1.Add (this.label8);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
			w18.TopAttach = ((uint)(3));
			w18.BottomAttach = ((uint)(4));
			w18.RightAttach = ((uint)(2));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label9 = new global::Gtk.Label ();
			this.label9.Name = "label9";
			this.label9.Xalign = 1F;
			this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Build processes:");
			this.table1.Add (this.label9);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.label9]));
			w19.TopAttach = ((uint)(9));
			w19.BottomAttach = ((uint)(10));
			w19.XOptions = ((global::Gtk.AttachOptions)(4));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblAssemblyNameVar = new global::Gtk.Label ();
			this.lblAssemblyNameVar.Name = "lblAssemblyNameVar";
			this.lblAssemblyNameVar.Xalign = 0F;
			this.lblAssemblyNameVar.LabelProp = global::Mono.Unix.Catalog.GetString ("Assembly Name variable:");
			this.table1.Add (this.lblAssemblyNameVar);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblAssemblyNameVar]));
			w20.TopAttach = ((uint)(7));
			w20.BottomAttach = ((uint)(8));
			w20.XOptions = ((global::Gtk.AttachOptions)(4));
			w20.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblMakeCommand = new global::Gtk.Label ();
			this.lblMakeCommand.Name = "lblMakeCommand";
			this.lblMakeCommand.Xalign = 0F;
			this.lblMakeCommand.LabelProp = global::Mono.Unix.Catalog.GetString ("Make command:");
			this.table1.Add (this.lblMakeCommand);
			global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblMakeCommand]));
			w21.XOptions = ((global::Gtk.AttachOptions)(4));
			w21.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblMakefileName = new global::Gtk.Label ();
			this.lblMakefileName.Name = "lblMakefileName";
			this.lblMakefileName.Xalign = 0F;
			this.lblMakefileName.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile path:");
			this.table1.Add (this.lblMakefileName);
			global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblMakefileName]));
			w22.TopAttach = ((uint)(1));
			w22.BottomAttach = ((uint)(2));
			w22.XOptions = ((global::Gtk.AttachOptions)(4));
			w22.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblOutputDirVar = new global::Gtk.Label ();
			this.lblOutputDirVar.Name = "lblOutputDirVar";
			this.lblOutputDirVar.Xalign = 0F;
			this.lblOutputDirVar.LabelProp = global::Mono.Unix.Catalog.GetString ("Output directory variable:");
			this.table1.Add (this.lblOutputDirVar);
			global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblOutputDirVar]));
			w23.TopAttach = ((uint)(8));
			w23.BottomAttach = ((uint)(9));
			w23.XOptions = ((global::Gtk.AttachOptions)(4));
			w23.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.MakeCommand = new global::Gtk.Entry ();
			this.MakeCommand.WidthRequest = 200;
			this.MakeCommand.CanFocus = true;
			this.MakeCommand.Name = "MakeCommand";
			this.MakeCommand.Text = global::Mono.Unix.Catalog.GetString ("make");
			this.MakeCommand.IsEditable = true;
			this.MakeCommand.InvisibleChar = '●';
			this.table1.Add (this.MakeCommand);
			global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.MakeCommand]));
			w24.LeftAttach = ((uint)(1));
			w24.RightAttach = ((uint)(2));
			w24.XOptions = ((global::Gtk.AttachOptions)(4));
			w24.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.spinProcesses = new global::Gtk.SpinButton (1, 64, 1);
			this.spinProcesses.CanFocus = true;
			this.spinProcesses.Name = "spinProcesses";
			this.spinProcesses.Adjustment.PageIncrement = 1;
			this.spinProcesses.ClimbRate = 1;
			this.spinProcesses.Numeric = true;
			this.spinProcesses.Value = 1;
			this.table1.Add (this.spinProcesses);
			global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinProcesses]));
			w25.TopAttach = ((uint)(9));
			w25.BottomAttach = ((uint)(10));
			w25.LeftAttach = ((uint)(1));
			w25.RightAttach = ((uint)(2));
			w25.XOptions = ((global::Gtk.AttachOptions)(4));
			w25.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox1.Add (this.table1);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
			w26.Position = 2;
			w26.Expand = false;
			w26.Fill = false;
			this.notebook1.Add (this.vbox1);
			// Notebook tab
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile");
			this.notebook1.SetTabLabel (this.vbox1, this.label1);
			this.label1.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			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.cbFileSync = new global::Gtk.CheckButton ();
			this.cbFileSync.CanFocus = true;
			this.cbFileSync.Name = "cbFileSync";
			this.cbFileSync.Label = global::Mono.Unix.Catalog.GetString ("Enable project file synchronization");
			this.cbFileSync.DrawIndicator = true;
			this.cbFileSync.UseUnderline = true;
			this.vbox2.Add (this.cbFileSync);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.cbFileSync]));
			w28.Position = 0;
			w28.Expand = false;
			w28.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hseparator2 = new global::Gtk.HSeparator ();
			this.hseparator2.Name = "hseparator2";
			this.vbox2.Add (this.hseparator2);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator2]));
			w29.Position = 1;
			w29.Expand = false;
			w29.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.table3 = new global::Gtk.Table (((uint)(6)), ((uint)(3)), false);
			this.table3.Name = "table3";
			this.table3.RowSpacing = ((uint)(6));
			this.table3.ColumnSpacing = ((uint)(6));
			// Container child table3.Gtk.Table+TableChild
			this.cbKeepDeployFilesSync = new global::Gtk.CheckButton ();
			this.cbKeepDeployFilesSync.CanFocus = true;
			this.cbKeepDeployFilesSync.Name = "cbKeepDeployFilesSync";
			this.cbKeepDeployFilesSync.Label = global::Mono.Unix.Catalog.GetString ("Deployment files");
			this.cbKeepDeployFilesSync.DrawIndicator = true;
			this.table3.Add (this.cbKeepDeployFilesSync);
			global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table3 [this.cbKeepDeployFilesSync]));
			w30.TopAttach = ((uint)(4));
			w30.BottomAttach = ((uint)(5));
			w30.XOptions = ((global::Gtk.AttachOptions)(4));
			w30.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.cbKeepFilesSync = new global::Gtk.CheckButton ();
			this.cbKeepFilesSync.CanFocus = true;
			this.cbKeepFilesSync.Name = "cbKeepFilesSync";
			this.cbKeepFilesSync.Label = global::Mono.Unix.Catalog.GetString ("Source code files");
			this.cbKeepFilesSync.DrawIndicator = true;
			this.table3.Add (this.cbKeepFilesSync);
			global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table3 [this.cbKeepFilesSync]));
			w31.TopAttach = ((uint)(2));
			w31.BottomAttach = ((uint)(3));
			w31.XOptions = ((global::Gtk.AttachOptions)(4));
			w31.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.cbKeepOthersSync = new global::Gtk.CheckButton ();
			this.cbKeepOthersSync.CanFocus = true;
			this.cbKeepOthersSync.Name = "cbKeepOthersSync";
			this.cbKeepOthersSync.Label = global::Mono.Unix.Catalog.GetString ("Other Files");
			this.cbKeepOthersSync.DrawIndicator = true;
			this.table3.Add (this.cbKeepOthersSync);
			global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table3 [this.cbKeepOthersSync]));
			w32.TopAttach = ((uint)(5));
			w32.BottomAttach = ((uint)(6));
			w32.XOptions = ((global::Gtk.AttachOptions)(4));
			w32.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.cbKeepResourcesSync = new global::Gtk.CheckButton ();
			this.cbKeepResourcesSync.CanFocus = true;
			this.cbKeepResourcesSync.Name = "cbKeepResourcesSync";
			this.cbKeepResourcesSync.Label = global::Mono.Unix.Catalog.GetString ("Resources");
			this.cbKeepResourcesSync.DrawIndicator = true;
			this.table3.Add (this.cbKeepResourcesSync);
			global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table3 [this.cbKeepResourcesSync]));
			w33.TopAttach = ((uint)(3));
			w33.BottomAttach = ((uint)(4));
			w33.XOptions = ((global::Gtk.AttachOptions)(4));
			w33.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.comboDeployFilesVar = global::Gtk.ComboBox.NewText ();
			this.comboDeployFilesVar.WidthRequest = 200;
			this.comboDeployFilesVar.Name = "comboDeployFilesVar";
			this.table3.Add (this.comboDeployFilesVar);
			global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboDeployFilesVar]));
			w34.TopAttach = ((uint)(4));
			w34.BottomAttach = ((uint)(5));
			w34.LeftAttach = ((uint)(1));
			w34.RightAttach = ((uint)(2));
			w34.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.comboFilesVar = global::Gtk.ComboBox.NewText ();
			this.comboFilesVar.WidthRequest = 200;
			this.comboFilesVar.Name = "comboFilesVar";
			this.table3.Add (this.comboFilesVar);
			global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboFilesVar]));
			w35.TopAttach = ((uint)(2));
			w35.BottomAttach = ((uint)(3));
			w35.LeftAttach = ((uint)(1));
			w35.RightAttach = ((uint)(2));
			w35.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.comboOthersVar = global::Gtk.ComboBox.NewText ();
			this.comboOthersVar.WidthRequest = 200;
			this.comboOthersVar.Name = "comboOthersVar";
			this.table3.Add (this.comboOthersVar);
			global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboOthersVar]));
			w36.TopAttach = ((uint)(5));
			w36.BottomAttach = ((uint)(6));
			w36.LeftAttach = ((uint)(1));
			w36.RightAttach = ((uint)(2));
			w36.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.comboResourcesVar = global::Gtk.ComboBox.NewText ();
			this.comboResourcesVar.WidthRequest = 200;
			this.comboResourcesVar.Name = "comboResourcesVar";
			this.table3.Add (this.comboResourcesVar);
			global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboResourcesVar]));
			w37.TopAttach = ((uint)(3));
			w37.BottomAttach = ((uint)(4));
			w37.LeftAttach = ((uint)(1));
			w37.RightAttach = ((uint)(2));
			w37.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.entryDeployFilesPattern = new global::Gtk.Entry ();
			this.entryDeployFilesPattern.CanFocus = true;
			this.entryDeployFilesPattern.Name = "entryDeployFilesPattern";
			this.entryDeployFilesPattern.IsEditable = true;
			this.entryDeployFilesPattern.InvisibleChar = '●';
			this.table3.Add (this.entryDeployFilesPattern);
			global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table3 [this.entryDeployFilesPattern]));
			w38.TopAttach = ((uint)(4));
			w38.BottomAttach = ((uint)(5));
			w38.LeftAttach = ((uint)(2));
			w38.RightAttach = ((uint)(3));
			w38.XOptions = ((global::Gtk.AttachOptions)(4));
			w38.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.entryFilesPattern = new global::Gtk.Entry ();
			this.entryFilesPattern.CanFocus = true;
			this.entryFilesPattern.Name = "entryFilesPattern";
			this.entryFilesPattern.IsEditable = true;
			this.entryFilesPattern.InvisibleChar = '●';
			this.table3.Add (this.entryFilesPattern);
			global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table3 [this.entryFilesPattern]));
			w39.TopAttach = ((uint)(2));
			w39.BottomAttach = ((uint)(3));
			w39.LeftAttach = ((uint)(2));
			w39.RightAttach = ((uint)(3));
			w39.XOptions = ((global::Gtk.AttachOptions)(4));
			w39.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.entryResourcesPattern = new global::Gtk.Entry ();
			this.entryResourcesPattern.CanFocus = true;
			this.entryResourcesPattern.Name = "entryResourcesPattern";
			this.entryResourcesPattern.IsEditable = true;
			this.entryResourcesPattern.InvisibleChar = '●';
			this.table3.Add (this.entryResourcesPattern);
			global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table3 [this.entryResourcesPattern]));
			w40.TopAttach = ((uint)(3));
			w40.BottomAttach = ((uint)(4));
			w40.LeftAttach = ((uint)(2));
			w40.RightAttach = ((uint)(3));
			w40.XOptions = ((global::Gtk.AttachOptions)(4));
			w40.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.eventbox1 = new global::Gtk.EventBox ();
			this.eventbox1.Name = "eventbox1";
			// Container child eventbox1.Gtk.Container+ContainerChild
			this.entryOthersPattern = new global::Gtk.Entry ();
			this.entryOthersPattern.CanFocus = true;
			this.entryOthersPattern.Name = "entryOthersPattern";
			this.entryOthersPattern.IsEditable = true;
			this.entryOthersPattern.InvisibleChar = '●';
			this.eventbox1.Add (this.entryOthersPattern);
			this.table3.Add (this.eventbox1);
			global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table3 [this.eventbox1]));
			w42.TopAttach = ((uint)(5));
			w42.BottomAttach = ((uint)(6));
			w42.LeftAttach = ((uint)(2));
			w42.RightAttach = ((uint)(3));
			w42.XOptions = ((global::Gtk.AttachOptions)(4));
			w42.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.label5 = new global::Gtk.Label ();
			this.label5.WidthRequest = 500;
			this.label5.Name = "label5";
			this.label5.Xalign = 0F;
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the kind of files you want to synchronize with the makefile. For each file kind please specify the makefile variable that holds the list and optionally a prefix to be prepended to each file name.");
			this.label5.Wrap = true;
			this.table3.Add (this.label5);
			global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table3 [this.label5]));
			w43.RightAttach = ((uint)(3));
			w43.YPadding = ((uint)(9));
			w43.XOptions = ((global::Gtk.AttachOptions)(4));
			w43.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.lblCol2 = new global::Gtk.Label ();
			this.lblCol2.Name = "lblCol2";
			this.lblCol2.Xalign = 0F;
			this.lblCol2.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile variable name:");
			this.table3.Add (this.lblCol2);
			global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table3 [this.lblCol2]));
			w44.TopAttach = ((uint)(1));
			w44.BottomAttach = ((uint)(2));
			w44.LeftAttach = ((uint)(1));
			w44.RightAttach = ((uint)(2));
			w44.XOptions = ((global::Gtk.AttachOptions)(4));
			w44.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.lblCol3 = new global::Gtk.Label ();
			this.lblCol3.Name = "lblCol3";
			this.lblCol3.Xalign = 0F;
			this.lblCol3.LabelProp = global::Mono.Unix.Catalog.GetString ("Prefix:");
			this.table3.Add (this.lblCol3);
			global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table3 [this.lblCol3]));
			w45.TopAttach = ((uint)(1));
			w45.BottomAttach = ((uint)(2));
			w45.LeftAttach = ((uint)(2));
			w45.RightAttach = ((uint)(3));
			w45.XOptions = ((global::Gtk.AttachOptions)(4));
			w45.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox2.Add (this.table3);
			global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table3]));
			w46.Position = 2;
			w46.Expand = false;
			w46.Fill = false;
			this.notebook1.Add (this.vbox2);
			global::Gtk.Notebook.NotebookChild w47 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox2]));
			w47.Position = 1;
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Files");
			this.notebook1.SetTabLabel (this.vbox2, 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;
			this.vbox4.BorderWidth = ((uint)(6));
			// Container child vbox4.Gtk.Box+BoxChild
			this.cbKeepRefSync = new global::Gtk.CheckButton ();
			this.cbKeepRefSync.CanFocus = true;
			this.cbKeepRefSync.Name = "cbKeepRefSync";
			this.cbKeepRefSync.Label = global::Mono.Unix.Catalog.GetString ("Enable references synchronization");
			this.cbKeepRefSync.DrawIndicator = true;
			this.vbox4.Add (this.cbKeepRefSync);
			global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.cbKeepRefSync]));
			w48.Position = 0;
			w48.Expand = false;
			w48.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hseparator5 = new global::Gtk.HSeparator ();
			this.hseparator5.Name = "hseparator5";
			this.vbox4.Add (this.hseparator5);
			global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator5]));
			w49.Position = 1;
			w49.Expand = false;
			w49.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.table4 = new global::Gtk.Table (((uint)(8)), ((uint)(3)), false);
			this.table4.Name = "table4";
			this.table4.RowSpacing = ((uint)(6));
			this.table4.ColumnSpacing = ((uint)(6));
			// Container child table4.Gtk.Table+TableChild
			this.cbAutotoolsProject = new global::Gtk.CheckButton ();
			this.cbAutotoolsProject.CanFocus = true;
			this.cbAutotoolsProject.Name = "cbAutotoolsProject";
			this.cbAutotoolsProject.Label = global::Mono.Unix.Catalog.GetString ("Look for packages in configure.in");
			this.cbAutotoolsProject.DrawIndicator = true;
			this.table4.Add (this.cbAutotoolsProject);
			global::Gtk.Table.TableChild w150 = ((global::Gtk.Table.TableChild)(this.table4 [this.cbAutotoolsProject]));
			w150.TopAttach = ((uint)(6));
			w150.BottomAttach = ((uint)(7));
			w150.RightAttach = ((uint)(3));
			w150.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.comboAsmRefVar = global::Gtk.ComboBox.NewText ();
			this.comboAsmRefVar.WidthRequest = 200;
			this.comboAsmRefVar.Name = "comboAsmRefVar";
			this.table4.Add (this.comboAsmRefVar);
			global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.table4 [this.comboAsmRefVar]));
			w51.TopAttach = ((uint)(3));
			w51.BottomAttach = ((uint)(4));
			w51.LeftAttach = ((uint)(1));
			w51.RightAttach = ((uint)(2));
			w51.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.comboPackageRefVar = global::Gtk.ComboBox.NewText ();
			this.comboPackageRefVar.WidthRequest = 200;
			this.comboPackageRefVar.Name = "comboPackageRefVar";
			this.table4.Add (this.comboPackageRefVar);
			global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.table4 [this.comboPackageRefVar]));
			w50.TopAttach = ((uint)(2));
			w50.BottomAttach = ((uint)(3));
			w50.LeftAttach = ((uint)(1));
			w50.RightAttach = ((uint)(2));
			w50.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.comboProjectRefVar = global::Gtk.ComboBox.NewText ();
			this.comboProjectRefVar.WidthRequest = 200;
			this.comboProjectRefVar.Name = "comboProjectRefVar";
			this.table4.Add (this.comboProjectRefVar);
			global::Gtk.Table.TableChild w153 = ((global::Gtk.Table.TableChild)(this.table4 [this.comboProjectRefVar]));
			w153.TopAttach = ((uint)(4));
			w153.BottomAttach = ((uint)(5));
			w153.LeftAttach = ((uint)(1));
			w153.RightAttach = ((uint)(2));
			w153.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryAsmRefPattern = new global::Gtk.Entry ();
			this.entryAsmRefPattern.CanFocus = true;
			this.entryAsmRefPattern.Name = "entryAsmRefPattern";
			this.entryAsmRefPattern.IsEditable = true;
			this.entryAsmRefPattern.InvisibleChar = '●';
			this.table4.Add (this.entryAsmRefPattern);
			global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryAsmRefPattern]));
			w54.TopAttach = ((uint)(3));
			w54.BottomAttach = ((uint)(4));
			w54.LeftAttach = ((uint)(2));
			w54.RightAttach = ((uint)(3));
			w54.XOptions = ((global::Gtk.AttachOptions)(4));
			w54.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryPackageRefPattern = new global::Gtk.Entry ();
			this.entryPackageRefPattern.CanFocus = true;
			this.entryPackageRefPattern.Name = "entryPackageRefPattern";
			this.entryPackageRefPattern.IsEditable = true;
			this.entryPackageRefPattern.InvisibleChar = '●';
			this.table4.Add (this.entryPackageRefPattern);
			global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryPackageRefPattern]));
			w53.TopAttach = ((uint)(2));
			w53.BottomAttach = ((uint)(3));
			w53.LeftAttach = ((uint)(2));
			w53.RightAttach = ((uint)(3));
			w53.XOptions = ((global::Gtk.AttachOptions)(4));
			w53.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryProjectRefPattern = new global::Gtk.Entry ();
			this.entryProjectRefPattern.CanFocus = true;
			this.entryProjectRefPattern.Name = "entryProjectRefPattern";
			this.entryProjectRefPattern.IsEditable = true;
			this.entryProjectRefPattern.InvisibleChar = '●';
			this.table4.Add (this.entryProjectRefPattern);
			global::Gtk.Table.TableChild w56 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryProjectRefPattern]));
			w56.TopAttach = ((uint)(4));
			w56.BottomAttach = ((uint)(5));
			w56.LeftAttach = ((uint)(2));
			w56.RightAttach = ((uint)(3));
			w56.XOptions = ((global::Gtk.AttachOptions)(4));
			w56.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.fileEntryConfigureInPath = new global::MonoDevelop.Components.FolderEntry ();
			this.fileEntryConfigureInPath.Name = "fileEntryConfigureInPath";
			this.table4.Add (this.fileEntryConfigureInPath);
			global::Gtk.Table.TableChild w57 = ((global::Gtk.Table.TableChild)(this.table4 [this.fileEntryConfigureInPath]));
			w57.TopAttach = ((uint)(7));
			w57.BottomAttach = ((uint)(8));
			w57.LeftAttach = ((uint)(1));
			w57.RightAttach = ((uint)(3));
			w57.XOptions = ((global::Gtk.AttachOptions)(4));
			w57.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.table4.Add (this.hseparator1);
			global::Gtk.Table.TableChild w58 = ((global::Gtk.Table.TableChild)(this.table4 [this.hseparator1]));
			w58.TopAttach = ((uint)(5));
			w58.BottomAttach = ((uint)(6));
			w58.RightAttach = ((uint)(3));
			w58.XOptions = ((global::Gtk.AttachOptions)(4));
			w58.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label6 = new global::Gtk.Label ();
			this.label6.WidthRequest = 500;
			this.label6.Name = "label6";
			this.label6.Xalign = 0F;
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the kind of references you want to synchronize with the makefile. For each reference type please specify the makefile variable that holds the list, and optionally a prefix to be prepended to each reference name. You can specify the same variable name for several types of references.");
			this.label6.Wrap = true;
			this.table4.Add (this.label6);
			global::Gtk.Table.TableChild w59 = ((global::Gtk.Table.TableChild)(this.table4 [this.label6]));
			w59.RightAttach = ((uint)(3));
			w59.YPadding = ((uint)(9));
			w59.XOptions = ((global::Gtk.AttachOptions)(4));
			w59.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblAsmRef = new global::Gtk.Label ();
			this.lblAsmRef.Name = "lblAsmRef";
			this.lblAsmRef.Xalign = 0F;
			this.lblAsmRef.LabelProp = global::Mono.Unix.Catalog.GetString ("Assembly References");
			this.table4.Add (this.lblAsmRef);
			global::Gtk.Table.TableChild w60 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblAsmRef]));
			w60.TopAttach = ((uint)(3));
			w60.BottomAttach = ((uint)(4));
			w60.XOptions = ((global::Gtk.AttachOptions)(4));
			w60.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblCol5 = new global::Gtk.Label ();
			this.lblCol5.Name = "lblCol5";
			this.lblCol5.Xalign = 0F;
			this.lblCol5.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile variable name:");
			this.table4.Add (this.lblCol5);
			global::Gtk.Table.TableChild w61 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblCol5]));
			w61.TopAttach = ((uint)(1));
			w61.BottomAttach = ((uint)(2));
			w61.LeftAttach = ((uint)(1));
			w61.RightAttach = ((uint)(2));
			w61.XOptions = ((global::Gtk.AttachOptions)(4));
			w61.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblCol6 = new global::Gtk.Label ();
			this.lblCol6.Name = "lblCol6";
			this.lblCol6.Xalign = 0F;
			this.lblCol6.LabelProp = global::Mono.Unix.Catalog.GetString ("Prefix:");
			this.table4.Add (this.lblCol6);
			global::Gtk.Table.TableChild w162 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblCol6]));
			w162.TopAttach = ((uint)(1));
			w162.BottomAttach = ((uint)(2));
			w162.LeftAttach = ((uint)(2));
			w162.RightAttach = ((uint)(3));
			w162.XOptions = ((global::Gtk.AttachOptions)(4));
			w162.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblConfigureInPath = new global::Gtk.Label ();
			this.lblConfigureInPath.Name = "lblConfigureInPath";
			this.lblConfigureInPath.Xalign = 0F;
			this.lblConfigureInPath.LabelProp = global::Mono.Unix.Catalog.GetString ("Path for configure.in");
			this.table4.Add (this.lblConfigureInPath);
			global::Gtk.Table.TableChild w63 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblConfigureInPath]));
			w63.TopAttach = ((uint)(7));
			w63.BottomAttach = ((uint)(8));
			w63.XOptions = ((global::Gtk.AttachOptions)(4));
			w63.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblPackageRef = new global::Gtk.Label ();
			this.lblPackageRef.Name = "lblPackageRef";
			this.lblPackageRef.Xalign = 0F;
			this.lblPackageRef.LabelProp = global::Mono.Unix.Catalog.GetString ("Package References");
			this.table4.Add (this.lblPackageRef);
			global::Gtk.Table.TableChild w62 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblPackageRef]));
			w62.TopAttach = ((uint)(2));
			w62.BottomAttach = ((uint)(3));
			w62.XOptions = ((global::Gtk.AttachOptions)(4));
			w62.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblProjectRef = new global::Gtk.Label ();
			this.lblProjectRef.Name = "lblProjectRef";
			this.lblProjectRef.Xalign = 0F;
			this.lblProjectRef.LabelProp = global::Mono.Unix.Catalog.GetString ("Project References");
			this.table4.Add (this.lblProjectRef);
			global::Gtk.Table.TableChild w65 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblProjectRef]));
			w65.TopAttach = ((uint)(4));
			w65.BottomAttach = ((uint)(5));
			w65.XOptions = ((global::Gtk.AttachOptions)(4));
			w65.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox4.Add (this.table4);
			global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.table4]));
			w66.Position = 2;
			w66.Expand = false;
			w66.Fill = false;
			this.notebook1.Add (this.vbox4);
			global::Gtk.Notebook.NotebookChild w67 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox4]));
			w67.Position = 2;
			// Notebook tab
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("References");
			this.notebook1.SetTabLabel (this.vbox4, this.label3);
			this.label3.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.BorderWidth = ((uint)(6));
			// Container child vbox3.Gtk.Box+BoxChild
			this.label7 = new global::Gtk.Label ();
			this.label7.WidthRequest = 500;
			this.label7.Name = "label7";
			this.label7.Xalign = 0F;
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the Compiler message format for parsing the compiler errors and warnings. You can either select one of the built-in options, or specify custom regular expressions for errors and warnings. The regex must be the .net style regex. The following named groups are relevant : file, line, column, number (error number) and message.");
			this.label7.Wrap = true;
			this.label7.Justify = ((global::Gtk.Justification)(3));
			this.vbox3.Add (this.label7);
			global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label7]));
			w68.Position = 0;
			w68.Expand = false;
			w68.Fill = false;
			w68.Padding = ((uint)(6));
			// Container child vbox3.Gtk.Box+BoxChild
			this.table2 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
			this.table2.Name = "table2";
			this.table2.RowSpacing = ((uint)(6));
			this.table2.ColumnSpacing = ((uint)(6));
			// Container child table2.Gtk.Table+TableChild
			this.entryErrorRegex = new global::Gtk.Entry ();
			this.entryErrorRegex.WidthRequest = 350;
			this.entryErrorRegex.CanFocus = true;
			this.entryErrorRegex.Name = "entryErrorRegex";
			this.entryErrorRegex.IsEditable = true;
			this.entryErrorRegex.InvisibleChar = '●';
			this.table2.Add (this.entryErrorRegex);
			global::Gtk.Table.TableChild w69 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryErrorRegex]));
			w69.TopAttach = ((uint)(1));
			w69.BottomAttach = ((uint)(2));
			w69.LeftAttach = ((uint)(1));
			w69.RightAttach = ((uint)(3));
			w69.XOptions = ((global::Gtk.AttachOptions)(4));
			w69.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.entryWarningRegex = new global::Gtk.Entry ();
			this.entryWarningRegex.WidthRequest = 350;
			this.entryWarningRegex.CanFocus = true;
			this.entryWarningRegex.Name = "entryWarningRegex";
			this.entryWarningRegex.IsEditable = true;
			this.entryWarningRegex.InvisibleChar = '●';
			this.table2.Add (this.entryWarningRegex);
			global::Gtk.Table.TableChild w70 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryWarningRegex]));
			w70.TopAttach = ((uint)(2));
			w70.BottomAttach = ((uint)(3));
			w70.LeftAttach = ((uint)(1));
			w70.RightAttach = ((uint)(3));
			w70.XOptions = ((global::Gtk.AttachOptions)(4));
			w70.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.hbox6 = new global::Gtk.HBox ();
			this.hbox6.Name = "hbox6";
			// Container child hbox6.Gtk.Box+BoxChild
			this.comboMessageType = global::Gtk.ComboBox.NewText ();
			this.comboMessageType.WidthRequest = 150;
			this.comboMessageType.Name = "comboMessageType";
			this.hbox6.Add (this.comboMessageType);
			global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.comboMessageType]));
			w71.Position = 0;
			w71.Expand = false;
			w71.Fill = false;
			this.table2.Add (this.hbox6);
			global::Gtk.Table.TableChild w72 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox6]));
			w72.LeftAttach = ((uint)(1));
			w72.RightAttach = ((uint)(2));
			w72.XOptions = ((global::Gtk.AttachOptions)(4));
			w72.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.lblErrorRegex = new global::Gtk.Label ();
			this.lblErrorRegex.Name = "lblErrorRegex";
			this.lblErrorRegex.Xalign = 0F;
			this.lblErrorRegex.LabelProp = global::Mono.Unix.Catalog.GetString ("Error regex :");
			this.table2.Add (this.lblErrorRegex);
			global::Gtk.Table.TableChild w73 = ((global::Gtk.Table.TableChild)(this.table2 [this.lblErrorRegex]));
			w73.TopAttach = ((uint)(1));
			w73.BottomAttach = ((uint)(2));
			w73.XOptions = ((global::Gtk.AttachOptions)(4));
			w73.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.lblMessageType = new global::Gtk.Label ();
			this.lblMessageType.Name = "lblMessageType";
			this.lblMessageType.Xalign = 0F;
			this.lblMessageType.LabelProp = global::Mono.Unix.Catalog.GetString ("Compiler :");
			this.table2.Add (this.lblMessageType);
			global::Gtk.Table.TableChild w74 = ((global::Gtk.Table.TableChild)(this.table2 [this.lblMessageType]));
			w74.XOptions = ((global::Gtk.AttachOptions)(4));
			w74.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.lblWarningRegex = new global::Gtk.Label ();
			this.lblWarningRegex.Name = "lblWarningRegex";
			this.lblWarningRegex.Xalign = 0F;
			this.lblWarningRegex.LabelProp = global::Mono.Unix.Catalog.GetString ("Warnings regex :");
			this.table2.Add (this.lblWarningRegex);
			global::Gtk.Table.TableChild w75 = ((global::Gtk.Table.TableChild)(this.table2 [this.lblWarningRegex]));
			w75.TopAttach = ((uint)(2));
			w75.BottomAttach = ((uint)(3));
			w75.XOptions = ((global::Gtk.AttachOptions)(4));
			w75.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox3.Add (this.table2);
			global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table2]));
			w76.Position = 1;
			this.notebook1.Add (this.vbox3);
			global::Gtk.Notebook.NotebookChild w77 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox3]));
			w77.Position = 3;
			// Notebook tab
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Messages Regex");
			this.notebook1.SetTabLabel (this.vbox3, this.label4);
			this.label4.ShowAll ();
			this.Add (this.notebook1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.comboAssemblyName.Hide ();
			this.comboOutputDir.Hide ();
			this.lblAssemblyNameVar.Hide ();
			this.lblOutputDirVar.Hide ();
			this.Show ();
			this.cbEnableMakefileIntegration.Clicked += new global::System.EventHandler (this.OnEnableMakefileIntegrationClicked);
			this.fileEntryMakefilePath.FocusOutEvent += new global::Gtk.FocusOutEventHandler (this.OnFileEntryMakefilePathFocusOutEvent);
			this.cbRunTarget.Clicked += new global::System.EventHandler (this.OnCbRunTargetClicked);
			this.cbCleanTarget.Clicked += new global::System.EventHandler (this.OnCbCleanTargetClicked);
			this.cbBuildTarget.Clicked += new global::System.EventHandler (this.OnCbBuildTargetClicked);
			this.cbFileSync.Clicked += new global::System.EventHandler (this.OnCbFileSyncClicked);
			this.comboResourcesVar.Changed += new global::System.EventHandler (this.OnComboResourcesVarChanged);
			this.cbKeepResourcesSync.Clicked += new global::System.EventHandler (this.OnCbKeepResourcesSyncClicked);
			this.cbKeepOthersSync.Clicked += new global::System.EventHandler (this.OnCbKeepOthersSyncClicked);
			this.cbKeepFilesSync.Clicked += new global::System.EventHandler (this.OnCbKeepFilesSyncClicked);
			this.cbKeepDeployFilesSync.Clicked += new global::System.EventHandler (this.OnCbKeepDeployFilesSyncClicked);
			this.cbKeepRefSync.Clicked += new global::System.EventHandler (this.OnCbKeepRefSyncClicked);
			this.comboProjectRefVar.Changed += new global::System.EventHandler (this.OnComboProjectRefVarChanged);
			this.comboPackageRefVar.Changed += new global::System.EventHandler (this.OnComboPackageRefVarChanged);
			this.comboAsmRefVar.Changed += new global::System.EventHandler (this.OnComboAsmRefVarChanged);
			this.cbAutotoolsProject.Clicked += new global::System.EventHandler (this.OnCbAutotoolsProjectClicked);
			this.comboMessageType.Changed += new global::System.EventHandler (this.OnComboMessageTypeChanged);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.RegexToolkit.RegexToolkitWindow
     this.Name           = "MonoDevelop.RegexToolkit.RegexToolkitWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Regular Expression Toolkit");
     this.TypeHint       = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     // Container child MonoDevelop.RegexToolkit.RegexToolkitWindow.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    = 393;
     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.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 335;
     // Container child hpaned1.Gtk.Paned+PanedChild
     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;
     // Container child buttonStart.Gtk.Container+ContainerChild
     global::Gtk.Alignment w5 = new global::Gtk.Alignment(0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w6 = new global::Gtk.HBox();
     w6.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w7 = new global::Gtk.Image();
     w7.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-media-play", global::Gtk.IconSize.Menu);
     w6.Add(w7);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w9 = new global::Gtk.Label();
     w9.LabelProp    = global::Mono.Unix.Catalog.GetString("_Start Regular Expression");
     w9.UseUnderline = true;
     w6.Add(w9);
     w5.Add(w6);
     this.buttonStart.Add(w5);
     this.hbox7.Add(this.buttonStart);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.buttonStart]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbox3.Add(this.hbox7);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox7]));
     w14.PackType = ((global::Gtk.PackType)(1));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     this.vbox6.Add(this.vbox3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.vbox3]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox6.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.vbox6.Add(this.scrolledwindow5);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.scrolledwindow5]));
     w17.PackType = ((global::Gtk.PackType)(1));
     w17.Position = 3;
     // Container child vbox6.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.vbox6.Add(this.label10);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.label10]));
     w18.PackType = ((global::Gtk.PackType)(1));
     w18.Position = 4;
     w18.Expand   = false;
     w18.Fill     = false;
     this.hpaned1.Add(this.vbox6);
     global::Gtk.Paned.PanedChild w19 = ((global::Gtk.Paned.PanedChild)(this.hpaned1[this.vbox6]));
     w19.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label11              = new global::Gtk.Label();
     this.label11.Name         = "label11";
     this.label11.Xalign       = 0f;
     this.label11.LabelProp    = global::Mono.Unix.Catalog.GetString("_Elements:");
     this.label11.UseMarkup    = true;
     this.label11.UseUnderline = true;
     this.vbox4.Add(this.label11);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.label11]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.elementsscrolledwindow            = new global::Gtk.ScrolledWindow();
     this.elementsscrolledwindow.CanFocus   = true;
     this.elementsscrolledwindow.Name       = "elementsscrolledwindow";
     this.elementsscrolledwindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child elementsscrolledwindow.Gtk.Container+ContainerChild
     this.elementsTreeview          = new global::Gtk.TreeView();
     this.elementsTreeview.CanFocus = true;
     this.elementsTreeview.Name     = "elementsTreeview";
     this.elementsscrolledwindow.Add(this.elementsTreeview);
     this.vbox4.Add(this.elementsscrolledwindow);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.elementsscrolledwindow]));
     w22.Position = 1;
     this.hpaned1.Add(this.vbox4);
     this.vbox1.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hpaned1]));
     w24.Position = 0;
     // 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 w25 = ((global::Gtk.Box.BoxChild)(this.HelpWidget[this.label9]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.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 w27 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.scrolledwindow1]));
     w27.Position = 0;
     this.HelpWidget.Add(this.hbox5);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.HelpWidget[this.hbox5]));
     w28.Position = 1;
     this.vbox1.Add(this.HelpWidget);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.HelpWidget]));
     w29.Position = 1;
     this.vpaned1.Add(this.vbox1);
     global::Gtk.Paned.PanedChild w30 = ((global::Gtk.Paned.PanedChild)(this.vpaned1[this.vbox1]));
     w30.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 w34 = ((global::Gtk.Notebook.NotebookChild)(this.notebook2[this.scrolledwindow4]));
     w34.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 w35 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.notebook2]));
     w35.Position = 0;
     this.vpaned1.Add(this.hbox4);
     this.vbox2.Add(this.vpaned1);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.vpaned1]));
     w37.Position = 0;
     // 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.labelStatus              = new global::Gtk.Label();
     this.labelStatus.Name         = "labelStatus";
     this.labelStatus.Xalign       = 0f;
     this.labelStatus.UseMarkup    = true;
     this.labelStatus.UseUnderline = true;
     this.hbox1.Add(this.labelStatus);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.labelStatus]));
     w38.Position = 0;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     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-close";
     this.hbox1.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonCancel]));
     w39.PackType = ((global::Gtk.PackType)(1));
     w39.Position = 1;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonLibrary              = new global::Gtk.Button();
     this.buttonLibrary.CanDefault   = true;
     this.buttonLibrary.CanFocus     = true;
     this.buttonLibrary.Name         = "buttonLibrary";
     this.buttonLibrary.UseUnderline = true;
     this.buttonLibrary.Label        = global::Mono.Unix.Catalog.GetString("Regex Library");
     this.hbox1.Add(this.buttonLibrary);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonLibrary]));
     w40.PackType = ((global::Gtk.PackType)(1));
     w40.Position = 2;
     w40.Expand   = false;
     w40.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w41.Position = 1;
     w41.Expand   = false;
     w41.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth               = 613;
     this.DefaultHeight              = 623;
     this.label8.MnemonicWidget      = this.inputTextview;
     this.label10.MnemonicWidget     = this.optionsTreeview;
     this.label11.MnemonicWidget     = this.elementsTreeview;
     this.label9.MnemonicWidget      = this.inputTextview;
     this.labelStatus.MnemonicWidget = this.inputTextview;
     this.Show();
 }
Example #55
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Unified Programmer");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-sort-ascending", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable = false;
     this.AllowGrow = false;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.boxLayout = new global::Gtk.VBox ();
     this.boxLayout.Name = "boxLayout";
     this.boxLayout.Spacing = 6;
     // Container child boxLayout.Gtk.Box+BoxChild
     this.image5 = new global::Gtk.Image ();
     this.image5.Name = "image5";
     this.image5.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("ProgrammerGUI.watson_dash_smaller.png");
     this.boxLayout.Add (this.image5);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.boxLayout[this.image5]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child boxLayout.Gtk.Box+BoxChild
     this.tabLayout = new global::Gtk.Notebook ();
     this.tabLayout.CanFocus = true;
     this.tabLayout.Name = "tabLayout";
     this.tabLayout.CurrentPage = 0;
     // Container child tabLayout.Gtk.Notebook+NotebookChild
     this.fixed2 = new global::Gtk.Fixed ();
     this.fixed2.Name = "fixed2";
     this.fixed2.HasWindow = false;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.fileHex = new global::Gtk.FileChooserButton (global::Mono.Unix.Catalog.GetString ("Select A File"), ((global::Gtk.FileChooserAction)(0)));
     this.fileHex.WidthRequest = 489;
     this.fileHex.Name = "fileHex";
     this.fileHex.ShowHidden = true;
     this.fixed2.Add (this.fileHex);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.fileHex]));
     w2.X = 8;
     w2.Y = 34;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the intel Hex file to be programmed:");
     this.fixed2.Add (this.label6);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.label6]));
     w3.X = 11;
     w3.Y = 12;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.lblHexStatistics = new global::Gtk.Label ();
     this.lblHexStatistics.WidthRequest = 477;
     this.lblHexStatistics.HeightRequest = 65;
     this.lblHexStatistics.Name = "lblHexStatistics";
     this.lblHexStatistics.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Program Memory Available:</b> XX\n<b>Data Memory Available:</b> YY\n");
     this.lblHexStatistics.UseMarkup = true;
     this.lblHexStatistics.MaxWidthChars = 57;
     this.fixed2.Add (this.lblHexStatistics);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.lblHexStatistics]));
     w4.X = 16;
     w4.Y = 80;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.btnHexProgram = new global::Gtk.Button ();
     this.btnHexProgram.WidthRequest = 115;
     this.btnHexProgram.Sensitive = false;
     this.btnHexProgram.CanFocus = true;
     this.btnHexProgram.Name = "btnHexProgram";
     this.btnHexProgram.UseUnderline = true;
     // Container child btnHexProgram.Gtk.Container+ContainerChild
     global::Gtk.Alignment w5 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w6 = new global::Gtk.HBox ();
     w6.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w7 = new global::Gtk.Image ();
     w7.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-jump-to", global::Gtk.IconSize.Menu);
     w6.Add (w7);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w9 = new global::Gtk.Label ();
     w9.LabelProp = global::Mono.Unix.Catalog.GetString ("Program");
     w9.UseUnderline = true;
     w6.Add (w9);
     w5.Add (w6);
     this.btnHexProgram.Add (w5);
     this.fixed2.Add (this.btnHexProgram);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.btnHexProgram]));
     w13.X = 379;
     w13.Y = 241;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.lblOldHexWarning = new global::Gtk.Label ();
     this.lblOldHexWarning.Name = "lblOldHexWarning";
     this.lblOldHexWarning.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Warning!</b> The file you're programming hasn't changed\nsince the previous programming. (Did you recompile?)");
     this.lblOldHexWarning.UseMarkup = true;
     this.lblOldHexWarning.Angle = 360;
     this.fixed2.Add (this.lblOldHexWarning);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.lblOldHexWarning]));
     w14.X = 13;
     w14.Y = 230;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.btnHexRefresh = new global::Gtk.Button ();
     this.btnHexRefresh.Sensitive = false;
     this.btnHexRefresh.CanFocus = true;
     this.btnHexRefresh.Name = "btnHexRefresh";
     this.btnHexRefresh.UseUnderline = true;
     // Container child btnHexRefresh.Gtk.Container+ContainerChild
     global::Gtk.Alignment w15 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w16 = new global::Gtk.HBox ();
     w16.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w17 = new global::Gtk.Image ();
     w17.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-refresh", global::Gtk.IconSize.Menu);
     w16.Add (w17);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w19 = new global::Gtk.Label ();
     w19.LabelProp = global::Mono.Unix.Catalog.GetString ("_Refresh");
     w19.UseUnderline = true;
     w16.Add (w19);
     w15.Add (w16);
     this.btnHexRefresh.Add (w15);
     this.fixed2.Add (this.btnHexRefresh);
     global::Gtk.Fixed.FixedChild w23 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.btnHexRefresh]));
     w23.X = 419;
     w23.Y = 71;
     this.tabLayout.Add (this.fixed2);
     // Notebook tab
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Microcontroller Only");
     this.tabLayout.SetTabLabel (this.fixed2, this.label1);
     this.label1.ShowAll ();
     // Notebook tab
     global::Gtk.Label w25 = new global::Gtk.Label ();
     w25.Visible = true;
     this.tabLayout.Add (w25);
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("FPGA Only");
     this.tabLayout.SetTabLabel (w25, this.label2);
     this.label2.ShowAll ();
     // Notebook tab
     global::Gtk.Label w26 = new global::Gtk.Label ();
     w26.Visible = true;
     this.tabLayout.Add (w26);
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Full Kit");
     this.tabLayout.SetTabLabel (w26, this.label3);
     this.label3.ShowAll ();
     // Notebook tab
     global::Gtk.Label w27 = new global::Gtk.Label ();
     w27.Visible = true;
     this.tabLayout.Add (w27);
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Ready Modules");
     this.tabLayout.SetTabLabel (w27, this.label5);
     this.label5.ShowAll ();
     // Notebook tab
     global::Gtk.Label w28 = new global::Gtk.Label ();
     w28.Visible = true;
     this.tabLayout.Add (w28);
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Advanced");
     this.tabLayout.SetTabLabel (w28, this.label4);
     this.label4.ShowAll ();
     this.boxLayout.Add (this.tabLayout);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.boxLayout[this.tabLayout]));
     w29.Position = 1;
     // Container child boxLayout.Gtk.Box+BoxChild
     this.progressBar = new global::Gtk.ProgressBar ();
     this.progressBar.WidthRequest = 505;
     this.progressBar.HeightRequest = 0;
     this.progressBar.Name = "progressBar";
     this.progressBar.Text = global::Mono.Unix.Catalog.GetString (" ");
     this.boxLayout.Add (this.progressBar);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.boxLayout[this.progressBar]));
     w30.Position = 2;
     w30.Expand = false;
     w30.Fill = false;
     this.Add (this.boxLayout);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 517;
     this.DefaultHeight = 450;
     this.lblHexStatistics.Hide ();
     this.lblOldHexWarning.Hide ();
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
Example #56
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoReports.Gui.Widgets.MainDesignView
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.executeAction = new global::Gtk.Action("executeAction", null, null, "gtk-execute");
     w2.Add(this.executeAction, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "MonoReports.Gui.Widgets.MainDesignView";
     // Container child MonoReports.Gui.Widgets.MainDesignView.Gtk.Container+ContainerChild
     this.mainNotebook             = new global::Gtk.Notebook();
     this.mainNotebook.CanFocus    = true;
     this.mainNotebook.Events      = ((global::Gdk.EventMask)(52992));
     this.mainNotebook.Name        = "mainNotebook";
     this.mainNotebook.CurrentPage = 2;
     // Container child mainNotebook.Gtk.Notebook+NotebookChild
     this.designScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.designScrolledWindow.CanFocus   = true;
     this.designScrolledWindow.Name       = "designScrolledWindow";
     this.designScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child designScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w3 = new global::Gtk.Viewport();
     w3.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.drawingarea                 = new global::Gtk.DrawingArea();
     this.drawingarea.CanFocus        = true;
     this.drawingarea.Events          = ((global::Gdk.EventMask)(69382));
     this.drawingarea.ExtensionEvents = ((global::Gdk.ExtensionMode)(1));
     this.drawingarea.Name            = "drawingarea";
     w3.Add(this.drawingarea);
     this.designScrolledWindow.Add(w3);
     this.mainNotebook.Add(this.designScrolledWindow);
     // Notebook tab
     this.designTitleLabel           = new global::Gtk.Label();
     this.designTitleLabel.Name      = "designTitleLabel";
     this.designTitleLabel.LabelProp = global::Mono.Unix.Catalog.GetString("desing");
     this.mainNotebook.SetTabLabel(this.designScrolledWindow, this.designTitleLabel);
     this.designTitleLabel.ShowAll();
     // Container child mainNotebook.Gtk.Notebook+NotebookChild
     this.previewVbox         = new global::Gtk.VBox();
     this.previewVbox.Name    = "previewVbox";
     this.previewVbox.Spacing = 6;
     // Container child previewVbox.Gtk.Box+BoxChild
     this.previewScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.previewScrolledWindow.CanFocus   = true;
     this.previewScrolledWindow.Name       = "previewScrolledWindow";
     this.previewScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child previewScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w7 = new global::Gtk.Viewport();
     w7.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.previewDrawingArea        = new global::Gtk.DrawingArea();
     this.previewDrawingArea.Events = ((global::Gdk.EventMask)(774));
     this.previewDrawingArea.Name   = "previewDrawingArea";
     w7.Add(this.previewDrawingArea);
     this.previewScrolledWindow.Add(w7);
     this.previewVbox.Add(this.previewScrolledWindow);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.previewVbox [this.previewScrolledWindow]));
     w10.Position = 0;
     // Container child previewVbox.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name=\'previewToolbar\'/></ui>");
     this.previewToolbar           = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/previewToolbar")));
     this.previewToolbar.Name      = "previewToolbar";
     this.previewToolbar.ShowArrow = false;
     this.previewVbox.Add(this.previewToolbar);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.previewVbox [this.previewToolbar]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.mainNotebook.Add(this.previewVbox);
     global::Gtk.Notebook.NotebookChild w12 = ((global::Gtk.Notebook.NotebookChild)(this.mainNotebook [this.previewVbox]));
     w12.Position = 1;
     // Notebook tab
     this.previewTitleLabel           = new global::Gtk.Label();
     this.previewTitleLabel.Name      = "previewTitleLabel";
     this.previewTitleLabel.LabelProp = global::Mono.Unix.Catalog.GetString("preview");
     this.mainNotebook.SetTabLabel(this.previewVbox, this.previewTitleLabel);
     this.previewTitleLabel.ShowAll();
     // Container child mainNotebook.Gtk.Notebook+NotebookChild
     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 = 399;
     // Container child vpaned1.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.codeTextview          = new global::Gtk.TextView();
     this.codeTextview.CanFocus = true;
     this.codeTextview.Name     = "codeTextview";
     this.GtkScrolledWindow.Add(this.codeTextview);
     this.vpaned1.Add(this.GtkScrolledWindow);
     global::Gtk.Paned.PanedChild w14 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.GtkScrolledWindow]));
     w14.Resize = false;
     // Container child vpaned1.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.outputTextview          = new global::Gtk.TextView();
     this.outputTextview.CanFocus = true;
     this.outputTextview.Name     = "outputTextview";
     this.GtkScrolledWindow1.Add(this.outputTextview);
     this.vpaned1.Add(this.GtkScrolledWindow1);
     this.vbox2.Add(this.vpaned1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vpaned1]));
     w17.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name=\'toolbar1\'><toolitem name=\'executeAction\' action=\'executeAction" +
                                    "\'/></toolbar></ui>");
     this.toolbar1           = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar1")));
     this.toolbar1.Name      = "toolbar1";
     this.toolbar1.ShowArrow = false;
     this.vbox2.Add(this.toolbar1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.toolbar1]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.mainNotebook.Add(this.vbox2);
     global::Gtk.Notebook.NotebookChild w19 = ((global::Gtk.Notebook.NotebookChild)(this.mainNotebook [this.vbox2]));
     w19.Position = 2;
     // Notebook tab
     this.datasourceLabel           = new global::Gtk.Label();
     this.datasourceLabel.Name      = "datasourceLabel";
     this.datasourceLabel.LabelProp = global::Mono.Unix.Catalog.GetString("datasource");
     this.mainNotebook.SetTabLabel(this.vbox2, this.datasourceLabel);
     this.datasourceLabel.ShowAll();
     this.Add(this.mainNotebook);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
     this.executeAction.Activated               += new global::System.EventHandler(this.OnExecuteActionActivated);
     this.mainNotebook.SwitchPage               += new global::Gtk.SwitchPageHandler(this.OnMainNotebookSwitchPage);
     this.drawingarea.ButtonPressEvent          += new global::Gtk.ButtonPressEventHandler(this.OnDrawingareaButtonPressEvent);
     this.drawingarea.ButtonReleaseEvent        += new global::Gtk.ButtonReleaseEventHandler(this.OnDrawingareaButtonReleaseEvent);
     this.drawingarea.MotionNotifyEvent         += new global::Gtk.MotionNotifyEventHandler(this.OnDrawingareaMotionNotifyEvent);
     this.drawingarea.ExposeEvent               += new global::Gtk.ExposeEventHandler(this.OnDrawingareaExposeEvent);
     this.drawingarea.KeyPressEvent             += new global::Gtk.KeyPressEventHandler(this.OnDrawingareaKeyPressEvent);
     this.drawingarea.KeyReleaseEvent           += new global::Gtk.KeyReleaseEventHandler(this.OnDrawingareaKeyReleaseEvent);
     this.previewDrawingArea.ExposeEvent        += new global::Gtk.ExposeEventHandler(this.OnPreviewDrawingareaExposeEvent);
     this.previewDrawingArea.ButtonPressEvent   += new global::Gtk.ButtonPressEventHandler(this.OnDrawingareaButtonPressEvent);
     this.previewDrawingArea.ButtonReleaseEvent += new global::Gtk.ButtonReleaseEventHandler(this.OnDrawingareaButtonReleaseEvent);
     this.previewDrawingArea.MotionNotifyEvent  += new global::Gtk.MotionNotifyEventHandler(this.OnDrawingareaMotionNotifyEvent);
 }
Example #57
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.Icon = new global::Gdk.Pixbuf (global::System.IO.Path.Combine (global::System.AppDomain.CurrentDomain.BaseDirectory, "./image/12.ico"));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.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.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.WidthRequest = 200;
     this.GtkScrolledWindow.HeightRequest = 20;
     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.UsernameTxt = new global::Gtk.TextView ();
     this.UsernameTxt.WidthRequest = 200;
     this.UsernameTxt.HeightRequest = 50;
     this.UsernameTxt.CanFocus = true;
     this.UsernameTxt.Name = "UsernameTxt";
     this.UsernameTxt.WrapMode = ((global::Gtk.WrapMode)(3));
     this.GtkScrolledWindow.Add (this.UsernameTxt);
     this.fixed1.Add (this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.GtkScrolledWindow]));
     w2.X = 117;
     w2.Y = 349;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.UserLbl = new global::Gtk.Label ();
     this.UserLbl.WidthRequest = 100;
     this.UserLbl.Name = "UserLbl";
     this.UserLbl.LabelProp = global::Mono.Unix.Catalog.GetString ("Username");
     this.fixed1.Add (this.UserLbl);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.UserLbl]));
     w3.X = 3;
     w3.Y = 354;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.LoginFrame = new global::Gtk.Frame ();
     this.LoginFrame.WidthRequest = 400;
     this.LoginFrame.HeightRequest = 150;
     this.LoginFrame.Name = "LoginFrame";
     this.LoginFrame.ShadowType = ((global::Gtk.ShadowType)(1));
     this.LoginFrame.BorderWidth = ((uint)(1));
     // Container child LoginFrame.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.fixed5 = new global::Gtk.Fixed ();
     this.fixed5.Name = "fixed5";
     this.fixed5.HasWindow = false;
     // Container child fixed5.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.WidthRequest = 200;
     this.GtkScrolledWindow1.HeightRequest = 20;
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.VscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow1.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.PasswordTxt = new global::Gtk.TextView ();
     this.PasswordTxt.CanFocus = true;
     this.PasswordTxt.Name = "PasswordTxt";
     this.GtkScrolledWindow1.Add (this.PasswordTxt);
     this.fixed5.Add (this.GtkScrolledWindow1);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed5 [this.GtkScrolledWindow1]));
     w5.X = 101;
     w5.Y = 33;
     this.GtkAlignment.Add (this.fixed5);
     this.LoginFrame.Add (this.GtkAlignment);
     this.Login = new global::Gtk.Label ();
     this.Login.Name = "Login";
     this.Login.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Login</b>");
     this.Login.UseMarkup = true;
     this.LoginFrame.LabelWidget = this.Login;
     this.fixed1.Add (this.LoginFrame);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.LoginFrame]));
     w8.Y = 330;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label3 = new global::Gtk.Label ();
     this.label3.WidthRequest = 100;
     this.label3.HeightRequest = 20;
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Password");
     this.fixed1.Add (this.label3);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label3]));
     w9.X = 4;
     w9.Y = 378;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.PlayBtn = new global::Gtk.Button ();
     this.PlayBtn.CanFocus = true;
     this.PlayBtn.Name = "PlayBtn";
     this.PlayBtn.UseUnderline = true;
     this.PlayBtn.Label = global::Mono.Unix.Catalog.GetString ("Play");
     this.fixed1.Add (this.PlayBtn);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.PlayBtn]));
     w10.X = 517;
     w10.Y = 378;
     this.notebook1.Add (this.fixed1);
     // Notebook tab
     this.MainLbl = new global::Gtk.Label ();
     this.MainLbl.Name = "MainLbl";
     this.MainLbl.LabelProp = global::Mono.Unix.Catalog.GetString ("Main");
     this.notebook1.SetTabLabel (this.fixed1, this.MainLbl);
     this.MainLbl.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.fixed4 = new global::Gtk.Fixed ();
     this.fixed4.Name = "fixed4";
     this.fixed4.HasWindow = false;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow2.WidthRequest = 700;
     this.GtkScrolledWindow2.HeightRequest = 400;
     this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.screenBox = new global::Gtk.TextView ();
     this.screenBox.CanFocus = true;
     this.screenBox.Name = "screenBox";
     this.GtkScrolledWindow2.Add (this.screenBox);
     this.fixed4.Add (this.GtkScrolledWindow2);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed4 [this.GtkScrolledWindow2]));
     w13.Y = 100;
     // Container child fixed4.Gtk.Fixed+FixedChild
     this.button2 = new global::Gtk.Button ();
     this.button2.CanFocus = true;
     this.button2.Name = "button2";
     this.button2.UseUnderline = true;
     this.button2.Label = global::Mono.Unix.Catalog.GetString ("GtkButton");
     this.fixed4.Add (this.button2);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed4 [this.button2]));
     w14.X = 433;
     w14.Y = 49;
     this.notebook1.Add (this.fixed4);
     global::Gtk.Notebook.NotebookChild w15 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.fixed4]));
     w15.Position = 1;
     // Notebook tab
     this.CharCopyLbl = new global::Gtk.Label ();
     this.CharCopyLbl.Name = "CharCopyLbl";
     this.CharCopyLbl.LabelProp = global::Mono.Unix.Catalog.GetString ("Character Copy");
     this.notebook1.SetTabLabel (this.fixed4, this.CharCopyLbl);
     this.CharCopyLbl.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.fixed3 = new global::Gtk.Fixed ();
     this.fixed3.Name = "fixed3";
     this.fixed3.HasWindow = false;
     this.notebook1.Add (this.fixed3);
     global::Gtk.Notebook.NotebookChild w16 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.fixed3]));
     w16.Position = 2;
     // Notebook tab
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Shoutbox");
     this.notebook1.SetTabLabel (this.fixed3, this.label1);
     this.label1.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.fixed2 = new global::Gtk.Fixed ();
     this.fixed2.Name = "fixed2";
     this.fixed2.HasWindow = false;
     this.notebook1.Add (this.fixed2);
     global::Gtk.Notebook.NotebookChild w17 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.fixed2]));
     w17.Position = 3;
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Gm Panel");
     this.notebook1.SetTabLabel (this.fixed2, this.label2);
     this.label2.ShowAll ();
     this.Add (this.notebook1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 706;
     this.DefaultHeight = 532;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.Unrealized += new global::System.EventHandler (this.OnUnrealized);
     this.PlayBtn.Clicked += new global::System.EventHandler (this.OnPlayBtnClicked);
     this.button2.Clicked += new global::System.EventHandler (this.OnButton2Clicked);
 }
Example #58
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.D.OptionPanels.ProjectOptions
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.D.OptionPanels.ProjectOptions";
     // Container child MonoDevelop.D.OptionPanels.ProjectOptions.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 1;
     this.notebook1.EnablePopup = true;
     this.notebook1.ShowBorder  = false;
     this.notebook1.Scrollable  = true;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table4               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table4.Name          = "table4";
     this.table4.RowSpacing    = ((uint)(4));
     this.table4.ColumnSpacing = ((uint)(4));
     this.table4.BorderWidth   = ((uint)(4));
     // Container child table4.Gtk.Table+TableChild
     this.combo_ProjectType      = global::Gtk.ComboBox.NewText();
     this.combo_ProjectType.Name = "combo_ProjectType";
     this.table4.Add(this.combo_ProjectType);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table4 [this.combo_ProjectType]));
     w1.TopAttach    = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 0F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Extra Linker Options");
     this.table4.Add(this.label10);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table4 [this.label10]));
     w2.TopAttach    = ((uint)(5));
     w2.BottomAttach = ((uint)(6));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 0F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Compile target");
     this.table4.Add(this.label13);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table4 [this.label13]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.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("Output file");
     this.table4.Add(this.label3);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table4 [this.label3]));
     w4.TopAttach    = ((uint)(3));
     w4.BottomAttach = ((uint)(4));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.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("Output directory");
     this.table4.Add(this.label6);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table4 [this.label6]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Libraries\r\n(one per line)");
     this.table4.Add(this.label8);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table4 [this.label8]));
     w6.TopAttach    = ((uint)(4));
     w6.BottomAttach = ((uint)(5));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Note: Relative paths will be related to the project\'s base directory!");
     this.table4.Add(this.label9);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table4 [this.label9]));
     w7.LeftAttach  = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.XOptions    = ((global::Gtk.AttachOptions)(4));
     w7.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.scrolledwindow3 = new global::Gtk.ScrolledWindow();
     this.scrolledwindow3.HeightRequest = 100;
     this.scrolledwindow3.CanFocus      = true;
     this.scrolledwindow3.Name          = "scrolledwindow3";
     this.scrolledwindow3.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     this.text_Libraries          = new global::Gtk.TextView();
     this.text_Libraries.CanFocus = true;
     this.text_Libraries.Name     = "text_Libraries";
     this.scrolledwindow3.Add(this.text_Libraries);
     this.table4.Add(this.scrolledwindow3);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table4 [this.scrolledwindow3]));
     w9.TopAttach    = ((uint)(4));
     w9.BottomAttach = ((uint)(5));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.scrolledwindow5 = new global::Gtk.ScrolledWindow();
     this.scrolledwindow5.HeightRequest = 100;
     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-separated list of extra options to send to the compiler.\r\nOne option ca" +
                                              "n be in more than one line.\r\nExample:\r\n\t`--pkg\r\n\tcairo`";
     this.extraLinkerTextView.CanFocus = true;
     this.extraLinkerTextView.Name     = "extraLinkerTextView";
     this.scrolledwindow5.Add(this.extraLinkerTextView);
     this.table4.Add(this.scrolledwindow5);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table4 [this.scrolledwindow5]));
     w11.TopAttach    = ((uint)(5));
     w11.BottomAttach = ((uint)(6));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.text_BinDirectory               = new global::Gtk.Entry();
     this.text_BinDirectory.CanFocus      = true;
     this.text_BinDirectory.Name          = "text_BinDirectory";
     this.text_BinDirectory.IsEditable    = true;
     this.text_BinDirectory.InvisibleChar = '●';
     this.table4.Add(this.text_BinDirectory);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table4 [this.text_BinDirectory]));
     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 table4.Gtk.Table+TableChild
     this.text_TargetFile               = new global::Gtk.Entry();
     this.text_TargetFile.CanFocus      = true;
     this.text_TargetFile.Name          = "text_TargetFile";
     this.text_TargetFile.IsEditable    = true;
     this.text_TargetFile.InvisibleChar = '●';
     this.table4.Add(this.text_TargetFile);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table4 [this.text_TargetFile]));
     w13.TopAttach    = ((uint)(3));
     w13.BottomAttach = ((uint)(4));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table4);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Linking");
     this.notebook1.SetTabLabel(this.table4, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table1               = new global::Gtk.Table(((uint)(10)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(4));
     this.table1.ColumnSpacing = ((uint)(4));
     this.table1.BorderWidth   = ((uint)(4));
     // Container child table1.Gtk.Table+TableChild
     this.cbPreferOneStepCompilation               = new global::Gtk.CheckButton();
     this.cbPreferOneStepCompilation.CanFocus      = true;
     this.cbPreferOneStepCompilation.Name          = "cbPreferOneStepCompilation";
     this.cbPreferOneStepCompilation.Label         = global::Mono.Unix.Catalog.GetString("Perform a one-step compilation if the compiler allows it to do that");
     this.cbPreferOneStepCompilation.DrawIndicator = true;
     this.cbPreferOneStepCompilation.UseUnderline  = true;
     this.table1.Add(this.cbPreferOneStepCompilation);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbPreferOneStepCompilation]));
     w15.TopAttach    = ((uint)(3));
     w15.BottomAttach = ((uint)(4));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.cbUseDefaultCompiler               = new global::Gtk.CheckButton();
     this.cbUseDefaultCompiler.CanFocus      = true;
     this.cbUseDefaultCompiler.Name          = "cbUseDefaultCompiler";
     this.cbUseDefaultCompiler.Label         = global::Mono.Unix.Catalog.GetString("Use Default Compiler");
     this.cbUseDefaultCompiler.Active        = true;
     this.cbUseDefaultCompiler.DrawIndicator = true;
     this.cbUseDefaultCompiler.UseUnderline  = true;
     this.table1.Add(this.cbUseDefaultCompiler);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbUseDefaultCompiler]));
     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));
     // Container child table1.Gtk.Table+TableChild
     this.cmbCompiler      = global::Gtk.ComboBox.NewText();
     this.cmbCompiler.Name = "cmbCompiler";
     this.table1.Add(this.cmbCompiler);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbCompiler]));
     w17.TopAttach    = ((uint)(1));
     w17.BottomAttach = ((uint)(2));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.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("Note: Relative paths will be related to the project\'s base directory!");
     this.table1.Add(this.label11);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.label11]));
     w18.LeftAttach  = ((uint)(1));
     w18.RightAttach = ((uint)(2));
     w18.XOptions    = ((global::Gtk.AttachOptions)(4));
     w18.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label17           = new global::Gtk.Label();
     this.label17.Name      = "label17";
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString("Debug constants");
     this.table1.Add(this.label17);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.label17]));
     w19.TopAttach    = ((uint)(4));
     w19.BottomAttach = ((uint)(5));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label18           = new global::Gtk.Label();
     this.label18.Name      = "label18";
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString("Version constants");
     this.table1.Add(this.label18);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.label18]));
     w20.TopAttach    = ((uint)(6));
     w20.BottomAttach = ((uint)(7));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label19           = new global::Gtk.Label();
     this.label19.Name      = "label19";
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString("Debug level");
     this.table1.Add(this.label19);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.label19]));
     w21.TopAttach    = ((uint)(5));
     w21.BottomAttach = ((uint)(6));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label20           = new global::Gtk.Label();
     this.label20.Name      = "label20";
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString("DDoc directory");
     this.table1.Add(this.label20);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.label20]));
     w22.TopAttach    = ((uint)(8));
     w22.BottomAttach = ((uint)(9));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.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.LabelProp = global::Mono.Unix.Catalog.GetString("Compiler");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w23.TopAttach    = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.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("Objects directory");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w24.TopAttach    = ((uint)(7));
     w24.BottomAttach = ((uint)(8));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.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.table1.Add(this.label7);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w25.TopAttach    = ((uint)(9));
     w25.BottomAttach = ((uint)(10));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.scrolledwindow4 = new global::Gtk.ScrolledWindow();
     this.scrolledwindow4.HeightRequest = 150;
     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-separated list of extra options to send to the compiler.\r\nOne option ca" +
                                                "n be in more than one line.\r\nExample:\r\n\t`--pkg\r\n\tcairo`";
     this.extraCompilerTextView.CanFocus = true;
     this.extraCompilerTextView.Name     = "extraCompilerTextView";
     this.scrolledwindow4.Add(this.extraCompilerTextView);
     this.table1.Add(this.scrolledwindow4);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table1 [this.scrolledwindow4]));
     w27.TopAttach    = ((uint)(9));
     w27.BottomAttach = ((uint)(10));
     w27.LeftAttach   = ((uint)(1));
     w27.RightAttach  = ((uint)(2));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spin_debugLevel = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.spin_debugLevel.TooltipMarkup = "The debug level the program is built in.\r\nA value of zero (0) will not emit a -de" +
                                          "bug flag to the compilation argument string!";
     this.spin_debugLevel.CanFocus = true;
     this.spin_debugLevel.Name     = "spin_debugLevel";
     this.spin_debugLevel.Adjustment.PageIncrement = 10D;
     this.spin_debugLevel.ClimbRate = 1D;
     this.spin_debugLevel.Numeric   = true;
     this.table1.Add(this.spin_debugLevel);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table1 [this.spin_debugLevel]));
     w28.TopAttach    = ((uint)(5));
     w28.BottomAttach = ((uint)(6));
     w28.LeftAttach   = ((uint)(1));
     w28.RightAttach  = ((uint)(2));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.text_DDocDir               = new global::Gtk.Entry();
     this.text_DDocDir.CanFocus      = true;
     this.text_DDocDir.Name          = "text_DDocDir";
     this.text_DDocDir.IsEditable    = true;
     this.text_DDocDir.InvisibleChar = '●';
     this.table1.Add(this.text_DDocDir);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_DDocDir]));
     w29.TopAttach    = ((uint)(8));
     w29.BottomAttach = ((uint)(9));
     w29.LeftAttach   = ((uint)(1));
     w29.RightAttach  = ((uint)(2));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.text_debugConstants = new global::Gtk.Entry();
     this.text_debugConstants.TooltipMarkup = "Semicolon (;) separated list of debug constants to define for debug-build compila" +
                                              "tion.\r\nImportant: May affect code completion if omitted/written into extra compi" +
                                              "ler options field!";
     this.text_debugConstants.CanFocus      = true;
     this.text_debugConstants.Name          = "text_debugConstants";
     this.text_debugConstants.IsEditable    = true;
     this.text_debugConstants.InvisibleChar = '●';
     this.table1.Add(this.text_debugConstants);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_debugConstants]));
     w30.TopAttach    = ((uint)(4));
     w30.BottomAttach = ((uint)(5));
     w30.LeftAttach   = ((uint)(1));
     w30.RightAttach  = ((uint)(2));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.text_ObjectsDirectory               = new global::Gtk.Entry();
     this.text_ObjectsDirectory.CanFocus      = true;
     this.text_ObjectsDirectory.Name          = "text_ObjectsDirectory";
     this.text_ObjectsDirectory.IsEditable    = true;
     this.text_ObjectsDirectory.InvisibleChar = '●';
     this.table1.Add(this.text_ObjectsDirectory);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_ObjectsDirectory]));
     w31.TopAttach    = ((uint)(7));
     w31.BottomAttach = ((uint)(8));
     w31.LeftAttach   = ((uint)(1));
     w31.RightAttach  = ((uint)(2));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.text_versionConstants = new global::Gtk.Entry();
     this.text_versionConstants.TooltipMarkup = "Semicolon (;) separated list of version constants to define for compilation.\r\nImp" +
                                                "ortant: May affect code completion if omitted/written into extra compiler option" +
                                                "s field!";
     this.text_versionConstants.CanFocus      = true;
     this.text_versionConstants.Name          = "text_versionConstants";
     this.text_versionConstants.IsEditable    = true;
     this.text_versionConstants.InvisibleChar = '●';
     this.table1.Add(this.text_versionConstants);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_versionConstants]));
     w32.TopAttach    = ((uint)(6));
     w32.BottomAttach = ((uint)(7));
     w32.LeftAttach   = ((uint)(1));
     w32.RightAttach  = ((uint)(2));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table1);
     global::Gtk.Notebook.NotebookChild w33 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.table1]));
     w33.Position = 1;
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Compiling");
     this.notebook1.SetTabLabel(this.table1, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label16           = new global::Gtk.Label();
     this.label16.Name      = "label16";
     this.label16.Xalign    = 0F;
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("Checking a project in this list will add an include (that points to the respectiv" +
                                                                  "e project\'s base directory) to this project automatically.");
     this.label16.Wrap = true;
     this.vbox2.Add(this.label16);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label16]));
     w34.Position = 0;
     w34.Expand   = false;
     // Container child vbox2.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
     global::Gtk.Viewport w35 = new global::Gtk.Viewport();
     w35.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vbox_ProjectDeps         = new global::Gtk.VBox();
     this.vbox_ProjectDeps.Name    = "vbox_ProjectDeps";
     this.vbox_ProjectDeps.Spacing = 6;
     w35.Add(this.vbox_ProjectDeps);
     this.scrolledwindow2.Add(w35);
     this.vbox2.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow2]));
     w38.Position = 1;
     this.notebook1.Add(this.vbox2);
     global::Gtk.Notebook.NotebookChild w39 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox2]));
     w39.Position = 2;
     // Notebook tab
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Project Dependencies");
     this.notebook1.SetTabLabel(this.vbox2, this.label12);
     this.label12.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.table2               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.TooltipMarkup = "Line-separated list of paths where the compiler (and the code completion engine!)" +
                                             " shall look in to resolve imports.";
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.text_Includes          = new global::Gtk.TextView();
     this.text_Includes.CanFocus = true;
     this.text_Includes.Name     = "text_Includes";
     this.GtkScrolledWindow1.Add(this.text_Includes);
     this.table2.Add(this.GtkScrolledWindow1);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table2 [this.GtkScrolledWindow1]));
     w41.TopAttach    = ((uint)(1));
     w41.BottomAttach = ((uint)(2));
     w41.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 0F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Note: Relative paths will be related to the project\'s base directory!");
     this.table2.Add(this.label14);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table2 [this.label14]));
     w42.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.table3               = new global::Gtk.Table(((uint)(2)), ((uint)(1)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.button_AddInclude              = new global::Gtk.Button();
     this.button_AddInclude.CanFocus     = true;
     this.button_AddInclude.Name         = "button_AddInclude";
     this.button_AddInclude.UseUnderline = true;
     this.button_AddInclude.Label        = global::Mono.Unix.Catalog.GetString("Browse & Add");
     this.table3.Add(this.button_AddInclude);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table3 [this.button_AddInclude]));
     w43.XOptions = ((global::Gtk.AttachOptions)(4));
     w43.YOptions = ((global::Gtk.AttachOptions)(4));
     this.table2.Add(this.table3);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table2 [this.table3]));
     w44.TopAttach    = ((uint)(1));
     w44.BottomAttach = ((uint)(2));
     w44.LeftAttach   = ((uint)(1));
     w44.RightAttach  = ((uint)(2));
     w44.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox7.Add(this.table2);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.table2]));
     w45.Position = 0;
     this.notebook1.Add(this.vbox7);
     global::Gtk.Notebook.NotebookChild w46 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox7]));
     w46.Position = 3;
     // Notebook tab
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Includes");
     this.notebook1.SetTabLabel(this.vbox7, this.label15);
     this.label15.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.cbUseDefaultCompiler.Clicked += new global::System.EventHandler(this.cbUseDefaultCompiler_Clicked);
     this.button_AddInclude.Clicked    += new global::System.EventHandler(this.OnButtonAddIncludeClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.VersionControl.Views.DiffWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.VersionControl.Views.DiffWidget";
			// Container child MonoDevelop.VersionControl.Views.DiffWidget.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.fixed1 = new global::Gtk.Fixed ();
			this.fixed1.Name = "fixed1";
			this.fixed1.HasWindow = false;
			this.hbox2.Add (this.fixed1);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fixed1]));
			w1.Position = 0;
			w1.Expand = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.labelOverview = new global::Gtk.Label ();
			this.labelOverview.Name = "labelOverview";
			this.hbox2.Add (this.labelOverview);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.labelOverview]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.buttonDiff = new global::Gtk.Button ();
			this.buttonDiff.CanFocus = true;
			this.buttonDiff.Name = "buttonDiff";
			this.buttonDiff.UseUnderline = true;
			this.buttonDiff.Label = global::Mono.Unix.Catalog.GetString ("_Patch");
			this.hbox2.Add (this.buttonDiff);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonDiff]));
			w3.PackType = ((global::Gtk.PackType)(1));
			w3.Position = 2;
			w3.Expand = false;
			w3.Fill = false;
			this.hbox1.Add (this.hbox2);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hbox2]));
			w4.Position = 0;
			// Container child hbox1.Gtk.Box+BoxChild
			this.buttonNext = new global::Gtk.Button ();
			this.buttonNext.CanFocus = true;
			this.buttonNext.Name = "buttonNext";
			this.buttonNext.UseStock = true;
			this.buttonNext.UseUnderline = true;
			this.buttonNext.Label = "gtk-go-forward";
			this.hbox1.Add (this.buttonNext);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonNext]));
			w5.PackType = ((global::Gtk.PackType)(1));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.buttonPrev = new global::Gtk.Button ();
			this.buttonPrev.CanFocus = true;
			this.buttonPrev.Name = "buttonPrev";
			this.buttonPrev.UseStock = true;
			this.buttonPrev.UseUnderline = true;
			this.buttonPrev.Label = "gtk-go-back";
			this.hbox1.Add (this.buttonPrev);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonPrev]));
			w6.PackType = ((global::Gtk.PackType)(1));
			w6.Position = 2;
			w6.Expand = false;
			w6.Fill = false;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w7.Position = 0;
			w7.Expand = false;
			w7.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;
			this.notebook1.ShowBorder = false;
			this.notebook1.ShowTabs = false;
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vboxComparisonView = new global::Gtk.VBox ();
			this.vboxComparisonView.Name = "vboxComparisonView";
			this.vboxComparisonView.Spacing = 6;
			this.notebook1.Add (this.vboxComparisonView);
			// Notebook tab
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("page2");
			this.notebook1.SetTabLabel (this.vboxComparisonView,this.label1);
			this.label1.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.CanFocus = true;
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			this.notebook1.Add (this.scrolledwindow1);
			global::Gtk.Notebook.NotebookChild w9 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.scrolledwindow1]));
			w9.Position = 1;
			// Notebook tab
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("page2");
			this.notebook1.SetTabLabel (this.scrolledwindow1,this.label3);
			this.label3.ShowAll ();
			this.vbox2.Add (this.notebook1);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook1]));
			w10.Position = 1;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Chrono.PreferencesWindow
     this.Name           = "Chrono.PreferencesWindow";
     this.Title          = "Preferences";
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth    = ((uint)(6));
     this.Resizable      = false;
     // Container child Chrono.PreferencesWindow.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.notebook2             = new global::Gtk.Notebook();
     this.notebook2.CanFocus    = true;
     this.notebook2.Name        = "notebook2";
     this.notebook2.CurrentPage = 1;
     this.notebook2.BorderWidth = ((uint)(1));
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.alignment2               = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name          = "alignment2";
     this.alignment2.LeftPadding   = ((uint)(24));
     this.alignment2.TopPadding    = ((uint)(16));
     this.alignment2.RightPadding  = ((uint)(24));
     this.alignment2.BottomPadding = ((uint)(16));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.vbox10         = new global::Gtk.VBox();
     this.vbox10.Name    = "vbox10";
     this.vbox10.Spacing = 6;
     // Container child vbox10.Gtk.Box+BoxChild
     this.createWatchOnStartupCheck               = new global::Gtk.CheckButton();
     this.createWatchOnStartupCheck.CanFocus      = true;
     this.createWatchOnStartupCheck.Name          = "createWatchOnStartupCheck";
     this.createWatchOnStartupCheck.Label         = "Create a stopwatch on startup";
     this.createWatchOnStartupCheck.Active        = true;
     this.createWatchOnStartupCheck.DrawIndicator = true;
     this.createWatchOnStartupCheck.UseUnderline  = true;
     this.vbox10.Add(this.createWatchOnStartupCheck);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.createWatchOnStartupCheck]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.alignment4             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment4.Name        = "alignment4";
     this.alignment4.LeftPadding = ((uint)(20));
     this.alignment4.TopPadding  = ((uint)(5));
     // Container child alignment4.Gtk.Container+ContainerChild
     this.vbox12         = new global::Gtk.VBox();
     this.vbox12.Name    = "vbox12";
     this.vbox12.Spacing = 6;
     // Container child vbox12.Gtk.Box+BoxChild
     this.startupClockNameContainer         = new global::Gtk.HBox();
     this.startupClockNameContainer.Name    = "startupClockNameContainer";
     this.startupClockNameContainer.Spacing = 20;
     // Container child startupClockNameContainer.Gtk.Box+BoxChild
     this.startupClockNameLabel           = new global::Gtk.Label();
     this.startupClockNameLabel.Name      = "startupClockNameLabel";
     this.startupClockNameLabel.LabelProp = "Name";
     this.startupClockNameContainer.Add(this.startupClockNameLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.startupClockNameContainer [this.startupClockNameLabel]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child startupClockNameContainer.Gtk.Box+BoxChild
     this.startupClockNameEntry               = new global::Gtk.Entry();
     this.startupClockNameEntry.CanFocus      = true;
     this.startupClockNameEntry.Name          = "startupClockNameEntry";
     this.startupClockNameEntry.Text          = "Insert name here";
     this.startupClockNameEntry.IsEditable    = true;
     this.startupClockNameEntry.InvisibleChar = '●';
     this.startupClockNameContainer.Add(this.startupClockNameEntry);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.startupClockNameContainer [this.startupClockNameEntry]));
     w3.Position = 1;
     this.vbox12.Add(this.startupClockNameContainer);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.startupClockNameContainer]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     this.alignment4.Add(this.vbox12);
     this.vbox10.Add(this.alignment4);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.alignment4]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbox10.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.hseparator3]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.byDefaultLabel           = new global::Gtk.Label();
     this.byDefaultLabel.Name      = "byDefaultLabel";
     this.byDefaultLabel.Xalign    = 0F;
     this.byDefaultLabel.LabelProp = "By default stopwatches are";
     this.vbox10.Add(this.byDefaultLabel);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.byDefaultLabel]));
     w8.Position = 3;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.alignment6             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment6.Name        = "alignment6";
     this.alignment6.LeftPadding = ((uint)(20));
     this.alignment6.TopPadding  = ((uint)(5));
     // Container child alignment6.Gtk.Container+ContainerChild
     this.vbox13         = new global::Gtk.VBox();
     this.vbox13.Name    = "vbox13";
     this.vbox13.Spacing = 6;
     // Container child vbox13.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.compactByDefaultCheck               = new global::Gtk.CheckButton();
     this.compactByDefaultCheck.CanFocus      = true;
     this.compactByDefaultCheck.Name          = "compactByDefaultCheck";
     this.compactByDefaultCheck.Label         = "Compact";
     this.compactByDefaultCheck.DrawIndicator = true;
     this.compactByDefaultCheck.UseUnderline  = true;
     this.hbox3.Add(this.compactByDefaultCheck);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.compactByDefaultCheck]));
     w9.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.dockedByDefaultCheck               = new global::Gtk.CheckButton();
     this.dockedByDefaultCheck.CanFocus      = true;
     this.dockedByDefaultCheck.Name          = "dockedByDefaultCheck";
     this.dockedByDefaultCheck.Label         = "Docked";
     this.dockedByDefaultCheck.DrawIndicator = true;
     this.dockedByDefaultCheck.UseUnderline  = true;
     this.hbox3.Add(this.dockedByDefaultCheck);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.dockedByDefaultCheck]));
     w10.Position = 1;
     this.vbox13.Add(this.hbox3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.hbox3]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     this.alignment6.Add(this.vbox13);
     this.vbox10.Add(this.alignment6);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox10 [this.alignment6]));
     w13.Position = 4;
     w13.Expand   = false;
     w13.Fill     = false;
     this.alignment2.Add(this.vbox10);
     this.notebook2.Add(this.alignment2);
     // Notebook tab
     this.generalTabLabel           = new global::Gtk.Label();
     this.generalTabLabel.Name      = "generalTabLabel";
     this.generalTabLabel.LabelProp = global::Mono.Unix.Catalog.GetString("General");
     this.notebook2.SetTabLabel(this.alignment2, this.generalTabLabel);
     this.generalTabLabel.ShowAll();
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.alignment1               = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name          = "alignment1";
     this.alignment1.LeftPadding   = ((uint)(24));
     this.alignment1.TopPadding    = ((uint)(16));
     this.alignment1.RightPadding  = ((uint)(24));
     this.alignment1.BottomPadding = ((uint)(16));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.formattingTopLabel           = new global::Gtk.Label();
     this.formattingTopLabel.Name      = "formattingTopLabel";
     this.formattingTopLabel.Xalign    = 0F;
     this.formattingTopLabel.LabelProp = "Show the following in the stopwatch display";
     this.vbox3.Add(this.formattingTopLabel);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.formattingTopLabel]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.alignment5             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment5.Name        = "alignment5";
     this.alignment5.LeftPadding = ((uint)(20));
     this.alignment5.TopPadding  = ((uint)(5));
     // Container child alignment5.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(5)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(20));
     // Container child table1.Gtk.Table+TableChild
     this.showAbbreviationsOption               = new global::Gtk.RadioButton("Abbreviations");
     this.showAbbreviationsOption.CanFocus      = true;
     this.showAbbreviationsOption.Name          = "showAbbreviationsOption";
     this.showAbbreviationsOption.Active        = true;
     this.showAbbreviationsOption.DrawIndicator = true;
     this.showAbbreviationsOption.UseUnderline  = true;
     this.showAbbreviationsOption.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.table1.Add(this.showAbbreviationsOption);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.showAbbreviationsOption]));
     w17.TopAttach    = ((uint)(4));
     w17.BottomAttach = ((uint)(5));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.showHoursCheck               = new global::Gtk.CheckButton();
     this.showHoursCheck.CanFocus      = true;
     this.showHoursCheck.Name          = "showHoursCheck";
     this.showHoursCheck.Label         = "Hours";
     this.showHoursCheck.Active        = true;
     this.showHoursCheck.DrawIndicator = true;
     this.showHoursCheck.UseUnderline  = true;
     this.table1.Add(this.showHoursCheck);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.showHoursCheck]));
     w18.TopAttach    = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.showLeadingZerosCheck               = new global::Gtk.CheckButton();
     this.showLeadingZerosCheck.CanFocus      = true;
     this.showLeadingZerosCheck.Name          = "showLeadingZerosCheck";
     this.showLeadingZerosCheck.Label         = "Leading Zeros";
     this.showLeadingZerosCheck.Active        = true;
     this.showLeadingZerosCheck.DrawIndicator = true;
     this.showLeadingZerosCheck.UseUnderline  = true;
     this.table1.Add(this.showLeadingZerosCheck);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.showLeadingZerosCheck]));
     w19.LeftAttach  = ((uint)(1));
     w19.RightAttach = ((uint)(2));
     w19.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.showMillisecondsCheck               = new global::Gtk.CheckButton();
     this.showMillisecondsCheck.CanFocus      = true;
     this.showMillisecondsCheck.Name          = "showMillisecondsCheck";
     this.showMillisecondsCheck.Label         = "Milliseconds";
     this.showMillisecondsCheck.Active        = true;
     this.showMillisecondsCheck.DrawIndicator = true;
     this.showMillisecondsCheck.UseUnderline  = true;
     this.table1.Add(this.showMillisecondsCheck);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.showMillisecondsCheck]));
     w20.TopAttach    = ((uint)(4));
     w20.BottomAttach = ((uint)(5));
     w20.LeftAttach   = ((uint)(1));
     w20.RightAttach  = ((uint)(2));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.showMinusSymbolCheck               = new global::Gtk.CheckButton();
     this.showMinusSymbolCheck.CanFocus      = true;
     this.showMinusSymbolCheck.Name          = "showMinusSymbolCheck";
     this.showMinusSymbolCheck.Label         = "Minus Symbol";
     this.showMinusSymbolCheck.Active        = true;
     this.showMinusSymbolCheck.DrawIndicator = true;
     this.showMinusSymbolCheck.UseUnderline  = true;
     this.table1.Add(this.showMinusSymbolCheck);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.showMinusSymbolCheck]));
     w21.TopAttach    = ((uint)(1));
     w21.BottomAttach = ((uint)(2));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.showMinutesCheck               = new global::Gtk.CheckButton();
     this.showMinutesCheck.CanFocus      = true;
     this.showMinutesCheck.Name          = "showMinutesCheck";
     this.showMinutesCheck.Label         = "Minutes";
     this.showMinutesCheck.Active        = true;
     this.showMinutesCheck.DrawIndicator = true;
     this.showMinutesCheck.UseUnderline  = true;
     this.table1.Add(this.showMinutesCheck);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.showMinutesCheck]));
     w22.TopAttach    = ((uint)(2));
     w22.BottomAttach = ((uint)(3));
     w22.LeftAttach   = ((uint)(1));
     w22.RightAttach  = ((uint)(2));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.showPlusSymbolCheck               = new global::Gtk.CheckButton();
     this.showPlusSymbolCheck.CanFocus      = true;
     this.showPlusSymbolCheck.Name          = "showPlusSymbolCheck";
     this.showPlusSymbolCheck.Label         = "Plus Symbol";
     this.showPlusSymbolCheck.DrawIndicator = true;
     this.showPlusSymbolCheck.UseUnderline  = true;
     this.table1.Add(this.showPlusSymbolCheck);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.showPlusSymbolCheck]));
     w23.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.showSecondsCheck               = new global::Gtk.CheckButton();
     this.showSecondsCheck.CanFocus      = true;
     this.showSecondsCheck.Name          = "showSecondsCheck";
     this.showSecondsCheck.Label         = "Seconds";
     this.showSecondsCheck.Active        = true;
     this.showSecondsCheck.DrawIndicator = true;
     this.showSecondsCheck.UseUnderline  = true;
     this.table1.Add(this.showSecondsCheck);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.showSecondsCheck]));
     w24.TopAttach    = ((uint)(3));
     w24.BottomAttach = ((uint)(4));
     w24.LeftAttach   = ((uint)(1));
     w24.RightAttach  = ((uint)(2));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.showSeparatorsOption               = new global::Gtk.RadioButton("Separators");
     this.showSeparatorsOption.CanFocus      = true;
     this.showSeparatorsOption.Name          = "showSeparatorsOption";
     this.showSeparatorsOption.DrawIndicator = true;
     this.showSeparatorsOption.UseUnderline  = true;
     this.showSeparatorsOption.Group         = this.showAbbreviationsOption.Group;
     this.table1.Add(this.showSeparatorsOption);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.showSeparatorsOption]));
     w25.TopAttach    = ((uint)(3));
     w25.BottomAttach = ((uint)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.alignment5.Add(this.table1);
     this.vbox3.Add(this.alignment5);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.alignment5]));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.previewContainer         = new global::Gtk.HBox();
     this.previewContainer.Name    = "previewContainer";
     this.previewContainer.Spacing = 20;
     // Container child previewContainer.Gtk.Box+BoxChild
     this.previewLabel           = new global::Gtk.Label();
     this.previewLabel.Name      = "previewLabel";
     this.previewLabel.Xalign    = 0F;
     this.previewLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Preview");
     this.previewContainer.Add(this.previewLabel);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.previewContainer [this.previewLabel]));
     w28.Position = 0;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child previewContainer.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.previewDisplayBox1               = new global::Gtk.Entry();
     this.previewDisplayBox1.Sensitive     = false;
     this.previewDisplayBox1.CanFocus      = true;
     this.previewDisplayBox1.Name          = "previewDisplayBox1";
     this.previewDisplayBox1.Text          = "113:59:15.250";
     this.previewDisplayBox1.IsEditable    = false;
     this.previewDisplayBox1.WidthChars    = 16;
     this.previewDisplayBox1.InvisibleChar = '●';
     this.previewDisplayBox1.Xalign        = 1F;
     this.hbox2.Add(this.previewDisplayBox1);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.previewDisplayBox1]));
     w29.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.previewDisplayBox2               = new global::Gtk.Entry();
     this.previewDisplayBox2.Sensitive     = false;
     this.previewDisplayBox2.CanFocus      = true;
     this.previewDisplayBox2.Name          = "previewDisplayBox2";
     this.previewDisplayBox2.Text          = "-00:03:14:159";
     this.previewDisplayBox2.IsEditable    = false;
     this.previewDisplayBox2.WidthChars    = 16;
     this.previewDisplayBox2.InvisibleChar = '●';
     this.previewDisplayBox2.Xalign        = 1F;
     this.hbox2.Add(this.previewDisplayBox2);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.previewDisplayBox2]));
     w30.Position = 1;
     this.previewContainer.Add(this.hbox2);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.previewContainer [this.hbox2]));
     w31.Position = 1;
     this.vbox3.Add(this.previewContainer);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.previewContainer]));
     w32.PackType = ((global::Gtk.PackType)(1));
     w32.Position = 2;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator5      = new global::Gtk.HSeparator();
     this.hseparator5.Name = "hseparator5";
     this.vbox3.Add(this.hseparator5);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator5]));
     w33.PackType = ((global::Gtk.PackType)(1));
     w33.Position = 3;
     w33.Expand   = false;
     w33.Fill     = false;
     this.alignment1.Add(this.vbox3);
     this.notebook2.Add(this.alignment1);
     global::Gtk.Notebook.NotebookChild w35 = ((global::Gtk.Notebook.NotebookChild)(this.notebook2 [this.alignment1]));
     w35.Position = 1;
     // Notebook tab
     this.formattingTabLabel           = new global::Gtk.Label();
     this.formattingTabLabel.Name      = "formattingTabLabel";
     this.formattingTabLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Formatting");
     this.notebook2.SetTabLabel(this.alignment1, this.formattingTabLabel);
     this.formattingTabLabel.ShowAll();
     this.vbox2.Add(this.notebook2);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook2]));
     w36.Position = 0;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbuttonbox2             = new global::Gtk.HButtonBox();
     this.hbuttonbox2.Name        = "hbuttonbox2";
     this.hbuttonbox2.Spacing     = 4;
     this.hbuttonbox2.BorderWidth = ((uint)(4));
     this.hbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.button133              = new global::Gtk.Button();
     this.button133.CanFocus     = true;
     this.button133.Name         = "button133";
     this.button133.UseStock     = true;
     this.button133.UseUnderline = true;
     this.button133.Label        = "gtk-apply";
     this.hbuttonbox2.Add(this.button133);
     global::Gtk.ButtonBox.ButtonBoxChild w37 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.button133]));
     w37.Expand = false;
     w37.Fill   = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.button32              = new global::Gtk.Button();
     this.button32.CanFocus     = true;
     this.button32.Name         = "button32";
     this.button32.UseStock     = true;
     this.button32.UseUnderline = true;
     this.button32.Label        = "gtk-cancel";
     this.hbuttonbox2.Add(this.button32);
     global::Gtk.ButtonBox.ButtonBoxChild w38 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.button32]));
     w38.Position = 1;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.button19              = new global::Gtk.Button();
     this.button19.CanFocus     = true;
     this.button19.Name         = "button19";
     this.button19.UseStock     = true;
     this.button19.UseUnderline = true;
     this.button19.Label        = "gtk-ok";
     this.hbuttonbox2.Add(this.button19);
     global::Gtk.ButtonBox.ButtonBoxChild w39 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.button19]));
     w39.Position = 2;
     w39.Expand   = false;
     w39.Fill     = false;
     this.vbox2.Add(this.hbuttonbox2);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbuttonbox2]));
     w40.Position = 1;
     w40.Expand   = false;
     w40.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 341;
     this.DefaultHeight = 362;
     this.Hide();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.windowDelete_event);
     this.Shown       += new global::System.EventHandler(this.windowShown_event);
     this.createWatchOnStartupCheck.Toggled += new global::System.EventHandler(this.createOnStartupToggled_event);
     this.showSeparatorsOption.Toggled      += new global::System.EventHandler(this.displayCheckToggled_event);
     this.showSecondsCheck.Toggled          += new global::System.EventHandler(this.displayCheckToggled_event);
     this.showPlusSymbolCheck.Toggled       += new global::System.EventHandler(this.displayCheckToggled_event);
     this.showMinutesCheck.Toggled          += new global::System.EventHandler(this.displayCheckToggled_event);
     this.showMinusSymbolCheck.Toggled      += new global::System.EventHandler(this.displayCheckToggled_event);
     this.showMillisecondsCheck.Toggled     += new global::System.EventHandler(this.displayCheckToggled_event);
     this.showLeadingZerosCheck.Toggled     += new global::System.EventHandler(this.displayCheckToggled_event);
     this.showHoursCheck.Toggled            += new global::System.EventHandler(this.displayCheckToggled_event);
     this.showAbbreviationsOption.Toggled   += new global::System.EventHandler(this.displayCheckToggled_event);
     this.button133.Clicked += new global::System.EventHandler(this.apply_event);
     this.button32.Clicked  += new global::System.EventHandler(this.cancel_event);
     this.button19.Clicked  += new global::System.EventHandler(this.ok_event);
 }