protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget Mono.Upnp.GtkClient.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.WidthRequest = 0;
			this.HeightRequest = 0;
			this.Name = "Mono.Upnp.GtkClient.MainWindow";
			this.Title = global::Mono.Unix.Catalog.GetString ("Mono.Upnp");
			this.WindowPosition = ((global::Gtk.WindowPosition)(1));
			// Container child Mono.Upnp.GtkClient.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.hpaned = new global::Gtk.HPaned ();
			this.hpaned.CanFocus = true;
			this.hpaned.Name = "hpaned";
			this.hpaned.Position = 354;
			this.hpaned.BorderWidth = ((uint)(5));
			// Container child hpaned.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.list = new global::Gtk.TreeView ();
			this.list.CanFocus = true;
			this.list.Name = "list";
			this.GtkScrolledWindow.Add (this.list);
			this.hpaned.Add (this.GtkScrolledWindow);
			global::Gtk.Paned.PanedChild w3 = ((global::Gtk.Paned.PanedChild)(this.hpaned [this.GtkScrolledWindow]));
			w3.Resize = false;
			// Container child hpaned.Gtk.Paned+PanedChild
			this.infoBox = new global::Gtk.VBox ();
			this.infoBox.Name = "infoBox";
			this.infoBox.Spacing = 6;
			// Container child infoBox.Gtk.Box+BoxChild
			this.infoFiller = new global::Gtk.Label ();
			this.infoFiller.Name = "infoFiller";
			this.infoFiller.LabelProp = global::Mono.Unix.Catalog.GetString ("Select a device or service");
			this.infoBox.Add (this.infoFiller);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.infoBox [this.infoFiller]));
			w4.Position = 0;
			w4.Fill = false;
			this.hpaned.Add (this.infoBox);
			this.vbox1.Add (this.hpaned);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned]));
			w6.Position = 0;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 1077;
			this.DefaultHeight = 527;
			this.Show ();
			this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
		}
Example #2
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Snively.NoteEditor
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Snively.NoteEditor";
     // Container child Snively.NoteEditor.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     this.vbox1.BorderWidth = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.entry1 = new global::Gtk.Entry ();
     this.entry1.CanFocus = true;
     this.entry1.Name = "entry1";
     this.entry1.IsEditable = true;
     this.entry1.InvisibleChar = '•';
     this.vbox1.Add (this.entry1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.entry1]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.NoteContentsScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.NoteContentsScrolledWindow.Name = "NoteContentsScrolledWindow";
     this.NoteContentsScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child NoteContentsScrolledWindow.Gtk.Container+ContainerChild
     this.NoteContentsEdit = new global::Gtk.TextView ();
     this.NoteContentsEdit.CanFocus = true;
     this.NoteContentsEdit.Name = "NoteContentsEdit";
     this.NoteContentsScrolledWindow.Add (this.NoteContentsEdit);
     this.hbox4.Add (this.NoteContentsScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.NoteContentsScrolledWindow]));
     w3.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.NoteChildrenScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.NoteChildrenScrolledWindow.Name = "NoteChildrenScrolledWindow";
     this.NoteChildrenScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child NoteChildrenScrolledWindow.Gtk.Container+ContainerChild
     this.NoteChildrenTreeView = new global::Gtk.TreeView ();
     this.NoteChildrenTreeView.CanFocus = true;
     this.NoteChildrenTreeView.Name = "NoteChildrenTreeView";
     this.NoteChildrenTreeView.Reorderable = true;
     this.NoteChildrenScrolledWindow.Add (this.NoteChildrenTreeView);
     this.hbox4.Add (this.NoteChildrenScrolledWindow);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.NoteChildrenScrolledWindow]));
     w5.Position = 1;
     this.vbox1.Add (this.hbox4);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox4]));
     w6.Position = 1;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget frugalmonotools.FEN_Debug
     this.Name = "frugalmonotools.FEN_Debug";
     this.Title = global::Mono.Unix.Catalog.GetString ("DEBUG");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child frugalmonotools.FEN_Debug.Gtk.Container+ContainerChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.SortieAPPLI = new global::Gtk.TextView ();
     this.SortieAPPLI.Buffer.Text = "DEBUG:\n";
     this.SortieAPPLI.CanFocus = true;
     this.SortieAPPLI.Name = "SortieAPPLI";
     this.GtkScrolledWindow.Add (this.SortieAPPLI);
     this.Add (this.GtkScrolledWindow);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
 }
Example #4
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeView = new global::Gtk.TreeView ();
     this.treeView.CanFocus = true;
     this.treeView.Name = "treeView";
     this.GtkScrolledWindow.Add (this.treeView);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w2.Position = 0;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
Example #5
0
 private void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Client.Forms.ConfigFile
     this.Name = "Client.Forms.ConfigFile";
     this.Title = "ConfigFile";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     Gtk.VBox vbox1 = new global::Gtk.VBox();
     vbox1.Name = "vbox1";
     vbox1.Spacing = 6;
     Gtk.HBox hbox1 = new Gtk.HBox();
     hbox1.Name = "hbox";
     Gtk.ScrolledWindow GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     GtkScrolledWindow.Name = "GtkScrolledWindow";
     GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     textview1 = new Gtk.TextView();
     vbox1.Add(GtkScrolledWindow);
     GtkScrolledWindow.Add(textview1);
     vbox1.Add(hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(vbox1[hbox1]));
     w6.Position = 2;
     w6.Expand = false;
     w6.Fill = false;
     button3 = new Gtk.Button();
     button3.Name = "button3";
     button3.UseUnderline = true;
     button3.Label = "Save";
     //button3.SetSizeRequest(220, 20);
     button3.Clicked += new EventHandler(button1_Click);
     hbox1.Add(button3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(hbox1[this.button3]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     button4 = new Gtk.Button();
     button4.UseUnderline = true;
     button4.Name = "button4";
     //button4.SetSizeRequest(200, 20);
     button4.Label = "Check syntax";
     button4.Clicked += new EventHandler(button2_Click);
     hbox1.Add(button4);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(hbox1[this.button4]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     this.label = new Gtk.Label();
     label.Name = "label";
     label.Text = "L 0 C 0";
     hbox1.Add(label);
     textview1.MoveCursor += new Gtk.MoveCursorHandler(cursor);
     this.Add(vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Icon = Gdk.Pixbuf.LoadFromResource("Client.Resources.pigeon_clip_art_hight.ico");
     this.DefaultWidth = 680;
     this.DefaultHeight = 480;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget bazar.AccountableDebts
     this.Name = "bazar.AccountableDebts";
     this.Title = global::Mono.Unix.Catalog.GetString ("Долги подотчетных лиц");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child bazar.AccountableDebts.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeviewDebts = new global::Gtk.TreeView ();
     this.treeviewDebts.CanFocus = true;
     this.treeviewDebts.Name = "treeviewDebts";
     this.GtkScrolledWindow.Add (this.treeviewDebts);
     w1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(w1 [this.GtkScrolledWindow]));
     w3.Position = 0;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.labelTotal = new global::Gtk.Label ();
     this.labelTotal.Name = "labelTotal";
     this.labelTotal.Xalign = 1F;
     this.labelTotal.LabelProp = global::Mono.Unix.Catalog.GetString ("0");
     w1.Add (this.labelTotal);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1 [this.labelTotal]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     // Internal child bazar.AccountableDebts.ActionArea
     global::Gtk.HButtonBox w5 = this.ActionArea;
     w5.Name = "dialog1_ActionArea";
     w5.Spacing = 10;
     w5.BorderWidth = ((uint)(5));
     w5.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonClose = new global::Gtk.Button ();
     this.buttonClose.CanFocus = true;
     this.buttonClose.Name = "buttonClose";
     this.buttonClose.UseUnderline = true;
     this.buttonClose.Label = global::Mono.Unix.Catalog.GetString ("_Закрыть");
     global::Gtk.Image w6 = new global::Gtk.Image ();
     w6.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-close", global::Gtk.IconSize.Menu);
     this.buttonClose.Image = w6;
     this.AddActionWidget (this.buttonClose, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5 [this.buttonClose]));
     w7.Expand = false;
     w7.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 469;
     this.DefaultHeight = 375;
     this.Show ();
     this.treeviewDebts.RowActivated += new global::Gtk.RowActivatedHandler (this.OnTreeviewDebtsRowActivated);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget meticulus.controls.gtk.image_viewer
			global::Stetic.BinContainer.Attach (this);
			this.Name = "meticulus.controls.gtk.image_viewer";
			// Container child meticulus.controls.gtk.image_viewer.Gtk.Container+ContainerChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.CanFocus = true;
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow1.Gtk.Container+ContainerChild
			global::Gtk.Viewport w1 = new global::Gtk.Viewport ();
			w1.ShadowType = ((global::Gtk.ShadowType)(0));
			// Container child GtkViewport.Gtk.Container+ContainerChild
			this.image1 = new global::Gtk.Image ();
			this.image1.Name = "image1";
			this.image1.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-missing-image", global::Gtk.IconSize.Menu);
			w1.Add (this.image1);
			this.scrolledwindow1.Add (w1);
			this.Add (this.scrolledwindow1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Plugins.Stats.PlayersViewer
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Plugins.Stats.PlayersViewer";
     // Container child LongoMatch.Plugins.Stats.PlayersViewer.Gtk.Container+ContainerChild
     this.hpaned1 = new global::Gtk.HPaned ();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name = "hpaned1";
     this.hpaned1.Position = 123;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.treeview1 = new global::Gtk.TreeView ();
     this.treeview1.CanFocus = true;
     this.treeview1.Name = "treeview1";
     this.GtkScrolledWindow2.Add (this.treeview1);
     this.hpaned1.Add (this.GtkScrolledWindow2);
     global::Gtk.Paned.PanedChild w2 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.GtkScrolledWindow2]));
     w2.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.categoriesviewer = new global::LongoMatch.Plugins.Stats.PlayerCategoriesViewer ();
     this.categoriesviewer.Events = ((global::Gdk.EventMask)(256));
     this.categoriesviewer.Name = "categoriesviewer";
     this.hpaned1.Add (this.categoriesviewer);
     this.Add (this.hpaned1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MediaConvertGUI.TextWin
     this.Name = "MediaConvertGUI.TextWin";
     this.Title = global::Mono.Unix.Catalog.GetString ("TextWin");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MediaConvertGUI.TextWin.Gtk.Container+ContainerChild
     this.scrolledwindow = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow.CanFocus = true;
     this.scrolledwindow.Name = "scrolledwindow";
     this.scrolledwindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow.Gtk.Container+ContainerChild
     this.textView = new global::Gtk.TextView ();
     this.textView.CanFocus = true;
     this.textView.Name = "textView";
     this.scrolledwindow.Add (this.textView);
     this.Add (this.scrolledwindow);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 1024;
     this.DefaultHeight = 199;
     this.Show ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget QSWidgetLib.VImagesList
     global::Stetic.BinContainer.Attach (this);
     this.Name = "QSWidgetLib.VImagesList";
     // Container child QSWidgetLib.VImagesList.Gtk.Container+ContainerChild
     this.scrolledImages = new global::Gtk.ScrolledWindow ();
     this.scrolledImages.CanFocus = true;
     this.scrolledImages.Name = "scrolledImages";
     this.scrolledImages.VscrollbarPolicy = ((global::Gtk.PolicyType)(0));
     this.scrolledImages.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledImages.Gtk.Container+ContainerChild
     global::Gtk.Viewport w1 = new global::Gtk.Viewport ();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vboxImages = new global::Gtk.VBox ();
     this.vboxImages.Name = "vboxImages";
     this.vboxImages.Spacing = 6;
     w1.Add (this.vboxImages);
     this.scrolledImages.Add (w1);
     this.Add (this.scrolledImages);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 private void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Client.Forms.TrafficScanner
     this.Name = "Client.Forms.TrafficScanner";
     this.Title = "TrafficScanner";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child Client.Forms.TrafficScanner.Gtk.Container+ContainerChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview2 = new global::Gtk.TextView();
     this.textview2.CanFocus = true;
     this.textview2.Name = "textview2";
     this.textview2.Editable = false;
     this.GtkScrolledWindow.Add(this.textview2);
     this.Add(this.GtkScrolledWindow);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth = 579;
     this.DefaultHeight = 395;
     this.Hide();
 }
Example #12
0
	protected virtual void Build ()
	{
		global::Stetic.Gui.Initialize (this);
		// Widget MainWindow
		this.Name = "MainWindow";
		this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
		this.WindowPosition = ((global::Gtk.WindowPosition)(4));
		// Container child MainWindow.Gtk.Container+ContainerChild
		this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
		this.alignment1.Name = "alignment1";
		// Container child alignment1.Gtk.Container+ContainerChild
		this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
		this.GtkScrolledWindow.Name = "GtkScrolledWindow";
		this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
		// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
		this.textview2 = new global::Gtk.TextView ();
		this.textview2.CanFocus = true;
		this.textview2.Name = "textview2";
		this.textview2.Editable = false;
		this.GtkScrolledWindow.Add (this.textview2);
		this.alignment1.Add (this.GtkScrolledWindow);
		this.Add (this.alignment1);
		if ((this.Child != null)) {
			this.Child.ShowAll ();
		}
		this.DefaultWidth = 593;
		this.DefaultHeight = 300;
		this.Show ();
		this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
	}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.PlaysListTreeWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.PlaysListTreeWidget";
     // Container child LongoMatch.Gui.Component.PlaysListTreeWidget.Gtk.Container+ContainerChild
     this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow1.CanFocus = true;
     this.scrolledwindow1.Name = "scrolledwindow1";
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w1 = new global::Gtk.Viewport ();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.treeview = new global::LongoMatch.Gui.Component.PlaysTreeView ();
     this.treeview.CanFocus = true;
     this.treeview.Name = "treeview";
     this.treeview.Colors = false;
     w1.Add (this.treeview);
     this.scrolledwindow1.Add (w1);
     this.Add (this.scrolledwindow1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
 }
Example #14
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.clearAction = new global::Gtk.Action ("clearAction", global::Mono.Unix.Catalog.GetString ("_Limpiar"), null, "gtk-clear");
     this.clearAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Limpiar");
     w1.Add (this.clearAction, 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.refreshAction = new global::Gtk.Action ("refreshAction", null, null, "gtk-refresh");
     w1.Add (this.refreshAction, null);
     this.newAction = new global::Gtk.Action ("newAction", null, null, "gtk-new");
     w1.Add (this.newAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar1'><toolitem name='newAction' action='newAction'/><toolitem name='editAction' action='editAction'/><toolitem name='clearAction' action='clearAction'/><toolitem name='refreshAction' action='refreshAction'/></toolbar></ui>");
     this.toolbar1 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar1")));
     this.toolbar1.Name = "toolbar1";
     this.toolbar1.ShowArrow = false;
     this.vbox1.Add (this.toolbar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeView = new global::Gtk.TreeView ();
     this.treeView.CanFocus = true;
     this.treeView.Name = "treeView";
     this.GtkScrolledWindow.Add (this.treeView);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w4.Position = 2;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.clearAction.Activated += new global::System.EventHandler (this.OnClearActionActivated);
     this.editAction.Activated += new global::System.EventHandler (this.OnEditActionActivated);
     this.refreshAction.Activated += new global::System.EventHandler (this.OnRefreshActionActivated);
     this.newAction.Activated += new global::System.EventHandler (this.OnNewActionActivated);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Windows.Controls.ListBox
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Windows.Controls.ListBox";
     // Container child Windows.Controls.ListBox.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.comboboxentry = global::Gtk.ComboBoxEntry.NewText ();
     this.comboboxentry.Name = "comboboxentry";
     this.hbox1.Add (this.comboboxentry);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboboxentry]));
     w1.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.btnAdd = new global::Gtk.Button ();
     this.btnAdd.CanDefault = true;
     this.btnAdd.CanFocus = true;
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Relief = ((global::Gtk.ReliefStyle)(2));
     global::Gtk.Image w2 = new global::Gtk.Image ();
     w2.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-add", global::Gtk.IconSize.Menu);
     this.btnAdd.Image = w2;
     this.hbox1.Add (this.btnAdd);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnAdd]));
     w3.Position = 1;
     w3.Expand = false;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.listbox = new global::Gtk.TreeView ();
     this.listbox.TooltipMarkup = "Press delete to remove symbols from portfolio.";
     this.listbox.CanFocus = true;
     this.listbox.Name = "listbox";
     this.GtkScrolledWindow.Add (this.listbox);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w6.Position = 1;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.comboboxentry.Changed += new global::System.EventHandler (this.OnComboboxentryChanged);
     this.btnAdd.Clicked += new global::System.EventHandler (this.OnBtnAddClicked);
     this.listbox.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.OnListboxKeyReleaseEvent);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget TraceLab.UI.GTK.CommentWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "TraceLab.UI.GTK.CommentWidget";
			// Container child TraceLab.UI.GTK.CommentWidget.Gtk.Container+ContainerChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.VscrollbarPolicy = ((global::Gtk.PolicyType)(2));
			this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.textview1 = new global::Gtk.TextView ();
			this.textview1.CanFocus = true;
			this.textview1.Name = "textview1";
			this.GtkScrolledWindow.Add (this.textview1);
			this.hbox1.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
			w2.Position = 0;
			this.Add (this.hbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Docking.Components.Messages
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Docking.Components.Messages";
     // Container child Docking.Components.Messages.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview1 = new global::Docking.Widgets.TextViewLocalized ();
     this.textview1.CanFocus = true;
     this.textview1.Name = "textview1";
     this.textview1.Editable = false;
     this.GtkScrolledWindow.Add (this.textview1);
     this.vbox2.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w2.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 Mono.Upnp.GtkClient.RawXmlInfo
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Mono.Upnp.GtkClient.RawXmlInfo";
     // Container child Mono.Upnp.GtkClient.RawXmlInfo.Gtk.Container+ContainerChild
     this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow1.CanFocus = true;
     this.scrolledwindow1.Name = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w1 = new global::Gtk.Viewport ();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.raw = new global::Gtk.TextView ();
     this.raw.CanFocus = true;
     this.raw.Name = "raw";
     this.raw.Editable = false;
     this.vbox1.Add (this.raw);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.raw]));
     w2.Position = 0;
     w1.Add (this.vbox1);
     this.scrolledwindow1.Add (w1);
     this.Add (this.scrolledwindow1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget aPlay_GUI.LibraryViewer
     global::Stetic.BinContainer.Attach (this);
     this.Name = "aPlay_GUI.LibraryViewer";
     // Container child aPlay_GUI.LibraryViewer.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(1)), ((uint)(1)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeview2 = new global::Gtk.TreeView ();
     this.treeview2.CanFocus = true;
     this.treeview2.Name = "treeview2";
     this.GtkScrolledWindow.Add (this.treeview2);
     this.table1.Add (this.GtkScrolledWindow);
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.treeview2.RowActivated += new global::Gtk.RowActivatedHandler (this.OnTreeview2RowActivated);
 }
Example #20
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.c_RegenerateAction = new global::Gtk.Action ("c_RegenerateAction", null, "Regenerate MonoDevelop Projects", "regenerate");
     w1.Add (this.c_RegenerateAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = "Module Manager";
     this.WindowPosition = ((global::Gtk.WindowPosition)(3));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.c_VerticalBox1 = new global::Gtk.VBox ();
     this.c_VerticalBox1.Name = "c_VerticalBox1";
     // Container child c_VerticalBox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='c_Toolbar'><toolitem name='c_RegenerateAction' action='c_RegenerateAction'/><separator/></toolbar></ui>");
     this.c_Toolbar = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/c_Toolbar")));
     this.c_Toolbar.Name = "c_Toolbar";
     this.c_Toolbar.ShowArrow = false;
     this.c_Toolbar.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
     this.c_Toolbar.IconSize = ((global::Gtk.IconSize)(1));
     this.c_VerticalBox1.Add (this.c_Toolbar);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.c_VerticalBox1 [this.c_Toolbar]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child c_VerticalBox1.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.c_ProjectTreeView = new global::Gtk.TreeView ();
     this.c_ProjectTreeView.CanFocus = true;
     this.c_ProjectTreeView.Name = "c_ProjectTreeView";
     this.GtkScrolledWindow.Add (this.c_ProjectTreeView);
     this.c_VerticalBox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.c_VerticalBox1 [this.GtkScrolledWindow]));
     w4.Position = 1;
     // Container child c_VerticalBox1.Gtk.Box+BoxChild
     this.c_CreateMessageLabel = new global::Gtk.Label ();
     this.c_CreateMessageLabel.Name = "c_CreateMessageLabel";
     this.c_CreateMessageLabel.Xpad = 10;
     this.c_CreateMessageLabel.Ypad = 5;
     this.c_CreateMessageLabel.Xalign = 0F;
     this.c_VerticalBox1.Add (this.c_CreateMessageLabel);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.c_VerticalBox1 [this.c_CreateMessageLabel]));
     w5.Position = 2;
     w5.Expand = false;
     w5.Fill = false;
     this.Add (this.c_VerticalBox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 479;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget meticulus.controls.gtk.filter_creator
			global::Stetic.BinContainer.Attach (this);
			this.Name = "meticulus.controls.gtk.filter_creator";
			// Container child meticulus.controls.gtk.filter_creator.Gtk.Container+ContainerChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			global::Gtk.Viewport w1 = new global::Gtk.Viewport ();
			w1.ShadowType = ((global::Gtk.ShadowType)(0));
			// Container child GtkViewport.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.fixed2 = new global::Gtk.Fixed ();
			this.fixed2.HeightRequest = 60;
			this.fixed2.Name = "fixed2";
			this.fixed2.HasWindow = false;
			// Container child fixed2.Gtk.Fixed+FixedChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Filter name:");
			this.fixed2.Add (this.label1);
			global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.label1]));
			w2.X = 5;
			w2.Y = 5;
			// Container child fixed2.Gtk.Fixed+FixedChild
			this.entry2 = new global::Gtk.Entry ();
			this.entry2.CanFocus = true;
			this.entry2.Name = "entry2";
			this.entry2.IsEditable = true;
			this.entry2.InvisibleChar = '•';
			this.fixed2.Add (this.entry2);
			global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.entry2]));
			w3.X = 10;
			w3.Y = 30;
			this.vbox2.Add (this.fixed2);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.fixed2]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			this.vbox2.Add (this.vbox3);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vbox3]));
			w5.Position = 1;
			w1.Add (this.vbox2);
			this.GtkScrolledWindow.Add (w1);
			this.Add (this.GtkScrolledWindow);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Serpis.Ad.MyWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Serpis.Ad.MyWidget";
     // Container child Serpis.Ad.MyWidget.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeView = new global::Gtk.TreeView ();
     this.treeView.CanFocus = true;
     this.treeView.Name = "treeView";
     this.GtkScrolledWindow.Add (this.treeView);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w2.Position = 1;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget CmisSync.TransmissionWindow
			this.Name = "CmisSync.TransmissionWindow";
			this.Title = global::Mono.Unix.Catalog.GetString ("TransmissionWindow");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Container child CmisSync.TransmissionWindow.Gtk.Container+ContainerChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.VscrollbarPolicy = ((global::Gtk.PolicyType)(0));
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			global::Gtk.Viewport w1 = new global::Gtk.Viewport ();
			w1.ShadowType = ((global::Gtk.ShadowType)(0));
			// Container child GtkViewport.Gtk.Container+ContainerChild
			this.transmissionList = new global::Gtk.VBox ();
			this.transmissionList.Name = "transmissionList";
			w1.Add (this.transmissionList);
			this.GtkScrolledWindow.Add (w1);
			this.Add (this.GtkScrolledWindow);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 542;
			this.DefaultHeight = 324;
			this.Show ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.DrawingWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.DrawingWidget";
     // Container child LongoMatch.Gui.Component.DrawingWidget.Gtk.Container+ContainerChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w1 = new global::Gtk.Viewport ();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.drawingarea = new global::Gtk.DrawingArea ();
     this.drawingarea.Events = ((global::Gdk.EventMask)(784));
     this.drawingarea.Name = "drawingarea";
     w1.Add (this.drawingarea);
     this.GtkScrolledWindow.Add (w1);
     this.Add (this.GtkScrolledWindow);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.drawingarea.ExposeEvent += new global::Gtk.ExposeEventHandler (this.OnDrawingareaExposeEvent);
     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.SizeAllocated += new global::Gtk.SizeAllocatedHandler (this.OnDrawingareaSizeAllocated);
     this.drawingarea.ConfigureEvent += new global::Gtk.ConfigureEventHandler (this.OnDrawingareaConfigureEvent);
 }
Example #25
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget BeaJay.MainWindow
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
     this.FileAction = new global::Gtk.Action ("FileAction", global::Mono.Unix.Catalog.GetString ("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
     w1.Add (this.FileAction, null);
     this.OpenAction = new global::Gtk.Action ("OpenAction", global::Mono.Unix.Catalog.GetString ("Open"), null, null);
     this.OpenAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Open");
     w1.Add (this.OpenAction, null);
     this.AboutAction = new global::Gtk.Action ("AboutAction", global::Mono.Unix.Catalog.GetString ("About"), null, null);
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
     w1.Add (this.AboutAction, null);
     this.ExitAction = new global::Gtk.Action ("ExitAction", global::Mono.Unix.Catalog.GetString ("Exit"), null, null);
     this.ExitAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Exit");
     w1.Add (this.ExitAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "BeaJay.MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Medico Main Window");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // Container child BeaJay.MainWindow.Gtk.Container+ContainerChild
     this.baseVerticalSplit = new global::Gtk.VBox ();
     this.baseVerticalSplit.Name = "baseVerticalSplit";
     this.baseVerticalSplit.Spacing = 6;
     // Container child baseVerticalSplit.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name='menubar2'><menu name='FileAction' action='FileAction'><menuitem name='OpenAction' action='OpenAction'/><menuitem name='AboutAction' action='AboutAction'/><menuitem name='ExitAction' action='ExitAction'/></menu></menubar></ui>");
     this.menubar2 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar2")));
     this.menubar2.Name = "menubar2";
     this.baseVerticalSplit.Add (this.menubar2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.baseVerticalSplit [this.menubar2]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child baseVerticalSplit.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.debugSerialise = new global::Gtk.TextView ();
     this.debugSerialise.CanFocus = true;
     this.debugSerialise.Name = "debugSerialise";
     this.GtkScrolledWindow.Add (this.debugSerialise);
     this.baseVerticalSplit.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.baseVerticalSplit [this.GtkScrolledWindow]));
     w4.Position = 1;
     this.Add (this.baseVerticalSplit);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 465;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.OpenAction.Activated += new global::System.EventHandler (this.OnOpen);
     this.AboutAction.Activated += new global::System.EventHandler (this.OnAbout);
     this.ExitAction.Activated += new global::System.EventHandler (this.OnExit);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Moscrif.IDE.Controls.LibsManagerDialog
     this.Name = "Moscrif.IDE.Controls.LibsManagerDialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // Internal child Moscrif.IDE.Controls.LibsManagerDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.tvLibs = new global::Gtk.TreeView ();
     this.tvLibs.CanFocus = true;
     this.tvLibs.Name = "tvLibs";
     this.GtkScrolledWindow.Add (this.tvLibs);
     w1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(w1 [this.GtkScrolledWindow]));
     w3.Position = 0;
     // Internal child Moscrif.IDE.Controls.LibsManagerDialog.ActionArea
     global::Gtk.HButtonBox w4 = this.ActionArea;
     w4.Name = "dialog1_ActionArea";
     w4.Spacing = 10;
     w4.BorderWidth = ((uint)(5));
     w4.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.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 w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w4 [this.buttonCancel]));
     w5.Expand = false;
     w5.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 w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w4 [this.buttonOk]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 399;
     this.DefaultHeight = 307;
     this.Show ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Execution.MonoExecutionParametersPreview
			this.Name = "MonoDevelop.Ide.Execution.MonoExecutionParametersPreview";
			this.Title = global::MonoDevelop.Core.GettextCatalog.GetString ("Options Preview");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.Modal = true;
			// Internal child MonoDevelop.Ide.Execution.MonoExecutionParametersPreview.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
			this.GtkScrolledWindow.BorderWidth = ((uint)(6));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			global::Gtk.Viewport w2 = new global::Gtk.Viewport ();
			w2.ShadowType = ((global::Gtk.ShadowType)(0));
			// Container child GtkViewport.Gtk.Container+ContainerChild
			this.labelOps = new global::Gtk.Label ();
			this.labelOps.Name = "labelOps";
			this.labelOps.Xalign = 0f;
			this.labelOps.Yalign = 0f;
			this.labelOps.UseMarkup = true;
			this.labelOps.Wrap = true;
			this.labelOps.Selectable = true;
			this.labelOps.WidthChars = 50;
			w2.Add (this.labelOps);
			this.GtkScrolledWindow.Add (w2);
			w1.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(w1[this.GtkScrolledWindow]));
			w5.Position = 0;
			// Internal child MonoDevelop.Ide.Execution.MonoExecutionParametersPreview.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-close";
			this.AddActionWidget (this.buttonOk, -7);
			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 = 501;
			this.DefaultHeight = 341;
			this.Show ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget";
			// Container child MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.headerText = new global::Gtk.TextView ();
			this.headerText.CanFocus = true;
			this.headerText.Name = "headerText";
			this.GtkScrolledWindow.Add (this.headerText);
			this.hbox2.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow]));
			w2.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
			this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
			this.treeviewTemplates = new global::Gtk.TreeView ();
			this.treeviewTemplates.CanFocus = true;
			this.treeviewTemplates.Name = "treeviewTemplates";
			this.GtkScrolledWindow1.Add (this.treeviewTemplates);
			this.hbox2.Add (this.GtkScrolledWindow1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow1]));
			w4.Position = 1;
			this.vbox2.Add (this.hbox2);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
			w5.Position = 0;
			// Container child vbox2.Gtk.Box+BoxChild
			this.includeAutoCheck = new global::Gtk.CheckButton ();
			this.includeAutoCheck.CanFocus = true;
			this.includeAutoCheck.Name = "includeAutoCheck";
			this.includeAutoCheck.Label = global::Mono.Unix.Catalog.GetString ("_Include standard header in new files");
			this.includeAutoCheck.DrawIndicator = true;
			this.includeAutoCheck.UseUnderline = true;
			this.vbox2.Add (this.includeAutoCheck);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.includeAutoCheck]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget FrontEnd.ViewLogbook
     this.Name = "FrontEnd.ViewLogbook";
     this.Title = global::Mono.Unix.Catalog.GetString ("ViewLogbook");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child FrontEnd.ViewLogbook.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     this.vbox3.BorderWidth = ((uint)(5));
     // Container child vbox3.Gtk.Box+BoxChild
     this.calendar1 = new global::Gtk.Calendar ();
     this.calendar1.CanFocus = true;
     this.calendar1.Name = "calendar1";
     this.calendar1.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35));
     this.vbox3.Add (this.calendar1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.calendar1]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview1 = new global::Gtk.TextView ();
     this.textview1.CanFocus = true;
     this.textview1.Name = "textview1";
     this.textview1.Editable = false;
     this.textview1.WrapMode = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow.Add (this.textview1);
     this.vbox3.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w3.Position = 1;
     // Container child vbox3.Gtk.Box+BoxChild
     this.btnClose = new global::Gtk.Button ();
     this.btnClose.CanFocus = true;
     this.btnClose.Name = "btnClose";
     this.btnClose.UseUnderline = true;
     this.btnClose.Label = global::Mono.Unix.Catalog.GetString ("Close");
     this.vbox3.Add (this.btnClose);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.btnClose]));
     w4.Position = 2;
     w4.Expand = false;
     w4.Fill = false;
     w4.Padding = ((uint)(5));
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 603;
     this.Show ();
     this.calendar1.DaySelected += new global::System.EventHandler (this.OnDayChange);
     this.calendar1.MonthChanged += new global::System.EventHandler (this.OnMonthChange);
     this.btnClose.Clicked += new global::System.EventHandler (this.OnCloseClick);
 }
Example #30
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget gtktest.DataListWidget
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
     this.newAction = new global::Gtk.Action ("newAction", null, null, "gtk-new");
     w2.Add (this.newAction, null);
     this.openAction = new global::Gtk.Action ("openAction", null, null, "gtk-open");
     w2.Add (this.openAction, null);
     this.deleteAction = new global::Gtk.Action ("deleteAction", null, null, "gtk-delete");
     w2.Add (this.deleteAction, null);
     this.saveAction = new global::Gtk.Action ("saveAction", null, null, "gtk-save");
     w2.Add (this.saveAction, null);
     this.UIManager.InsertActionGroup (w2, 0);
     this.Name = "gtktest.DataListWidget";
     // Container child gtktest.DataListWidget.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><toolbar name='toolbar1'><toolitem name='newAction' action='newAction'/><toolitem name='openAction' action='openAction'/><toolitem name='deleteAction' action='deleteAction'/><toolitem name='saveAction' action='saveAction'/></toolbar></ui>");
     this.toolbar1 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar1")));
     this.toolbar1.Name = "toolbar1";
     this.toolbar1.ShowArrow = false;
     this.vbox1.Add (this.toolbar1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar1]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeview1 = new global::Gtk.TreeView ();
     this.treeview1.CanFocus = true;
     this.treeview1.Name = "treeview1";
     this.GtkScrolledWindow.Add (this.treeview1);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w5.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1 = new global::Gtk.Statusbar ();
     this.statusbar1.Name = "statusbar1";
     this.statusbar1.Spacing = 6;
     this.vbox1.Add (this.statusbar1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar1]));
     w6.Position = 2;
     w6.Expand = false;
     w6.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     w1.SetUiManager (UIManager);
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Dialog.DatabasesManager
     this.Name            = "LongoMatch.Gui.Dialog.DatabasesManager";
     this.Title           = global::Mono.Unix.Catalog.GetString("Databases manager");
     this.Icon            = global::Gdk.Pixbuf.LoadFromResource("logo.svg");
     this.WindowPosition  = ((global::Gtk.WindowPosition)(4));
     this.Modal           = true;
     this.Gravity         = ((global::Gdk.Gravity)(5));
     this.SkipPagerHint   = true;
     this.SkipTaskbarHint = true;
     // Internal child LongoMatch.Gui.Dialog.DatabasesManager.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.dblabel      = new global::Gtk.Label();
     this.dblabel.Name = "dblabel";
     this.vbox2.Add(this.dblabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.dblabel]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeview          = new global::Gtk.TreeView();
     this.treeview.CanFocus = true;
     this.treeview.Name     = "treeview";
     this.GtkScrolledWindow.Add(this.treeview);
     this.hbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
     w4.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.selectbutton              = new global::Gtk.Button();
     this.selectbutton.Sensitive    = false;
     this.selectbutton.CanFocus     = true;
     this.selectbutton.Name         = "selectbutton";
     this.selectbutton.UseUnderline = true;
     // Container child selectbutton.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-apply", 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("_Select DB");
     w9.UseUnderline = true;
     w6.Add(w9);
     w5.Add(w6);
     this.selectbutton.Add(w5);
     this.vbox3.Add(this.selectbutton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.selectbutton]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.delbutton              = new global::Gtk.Button();
     this.delbutton.Sensitive    = false;
     this.delbutton.CanFocus     = true;
     this.delbutton.Name         = "delbutton";
     this.delbutton.UseUnderline = true;
     // Container child delbutton.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-delete", global::Gtk.IconSize.Menu);
     w15.Add(w16);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w18 = new global::Gtk.Label();
     w18.LabelProp    = global::Mono.Unix.Catalog.GetString("_Delete");
     w18.UseUnderline = true;
     w15.Add(w18);
     w14.Add(w15);
     this.delbutton.Add(w14);
     this.vbox3.Add(this.delbutton);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.delbutton]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.backupbutton              = new global::Gtk.Button();
     this.backupbutton.Sensitive    = false;
     this.backupbutton.CanFocus     = true;
     this.backupbutton.Name         = "backupbutton";
     this.backupbutton.UseUnderline = true;
     // Container child backupbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w23 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w24 = new global::Gtk.HBox();
     w24.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w25 = new global::Gtk.Image();
     w25.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-save-as", global::Gtk.IconSize.Menu);
     w24.Add(w25);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w27 = new global::Gtk.Label();
     w27.LabelProp    = global::Mono.Unix.Catalog.GetString("_Backup");
     w27.UseUnderline = true;
     w24.Add(w27);
     w23.Add(w24);
     this.backupbutton.Add(w23);
     this.vbox3.Add(this.backupbutton);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.backupbutton]));
     w31.Position = 2;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.addbutton              = new global::Gtk.Button();
     this.addbutton.CanFocus     = true;
     this.addbutton.Name         = "addbutton";
     this.addbutton.UseUnderline = true;
     // Container child addbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w32 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w33 = new global::Gtk.HBox();
     w33.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w34 = new global::Gtk.Image();
     w34.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     w33.Add(w34);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w36 = new global::Gtk.Label();
     w36.LabelProp    = global::Mono.Unix.Catalog.GetString("_Add");
     w36.UseUnderline = true;
     w33.Add(w36);
     w32.Add(w33);
     this.addbutton.Add(w32);
     this.vbox3.Add(this.addbutton);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.addbutton]));
     w40.Position = 3;
     w40.Expand   = false;
     w40.Fill     = false;
     this.hbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w41.Position = 1;
     w41.Expand   = false;
     w41.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w42.Position = 1;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w43.Position = 0;
     // Internal child LongoMatch.Gui.Dialog.DatabasesManager.ActionArea
     global::Gtk.HButtonBox w44 = this.ActionArea;
     w44.Name        = "dialog1_ActionArea";
     w44.Spacing     = 10;
     w44.BorderWidth = ((uint)(5));
     w44.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 w45 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w44 [this.buttonOk]));
     w45.Expand = false;
     w45.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.Show();
     this.treeview.CursorChanged += new global::System.EventHandler(this.OnTreeviewCursorChanged);
     this.selectbutton.Clicked   += new global::System.EventHandler(this.OnSelectbuttonClicked);
     this.delbutton.Clicked      += new global::System.EventHandler(this.OnDelbuttonClicked);
     this.backupbutton.Clicked   += new global::System.EventHandler(this.OnBackupbuttonClicked);
     this.addbutton.Clicked      += new global::System.EventHandler(this.OnAddbuttonClicked);
 }
Example #32
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget ocmgtk.ConfigureEToolsDlg
     this.Name            = "ocmgtk.ConfigureEToolsDlg";
     this.Title           = global::Mono.Unix.Catalog.GetString("External Tools...");
     this.TypeHint        = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition  = ((global::Gtk.WindowPosition)(4));
     this.Modal           = true;
     this.BorderWidth     = ((uint)(6));
     this.SkipPagerHint   = true;
     this.SkipTaskbarHint = true;
     // Internal child ocmgtk.ConfigureEToolsDlg.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.commandView          = new global::Gtk.TreeView();
     this.commandView.CanFocus = true;
     this.commandView.Name     = "commandView";
     this.GtkScrolledWindow.Add(this.commandView);
     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.vbuttonbox1             = new global::Gtk.VButtonBox();
     this.vbuttonbox1.Name        = "vbuttonbox1";
     this.vbuttonbox1.Spacing     = 6;
     this.vbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.addButton              = new global::Gtk.Button();
     this.addButton.CanFocus     = true;
     this.addButton.Name         = "addButton";
     this.addButton.UseUnderline = true;
     this.addButton.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.vbuttonbox1.Add(this.addButton);
     global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.addButton]));
     w4.Expand = false;
     w4.Fill   = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.editButton              = new global::Gtk.Button();
     this.editButton.Sensitive    = false;
     this.editButton.CanFocus     = true;
     this.editButton.Name         = "editButton";
     this.editButton.UseUnderline = true;
     this.editButton.Label        = global::Mono.Unix.Catalog.GetString("Edit");
     this.vbuttonbox1.Add(this.editButton);
     global::Gtk.ButtonBox.ButtonBoxChild w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.editButton]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.removeButton              = new global::Gtk.Button();
     this.removeButton.Sensitive    = false;
     this.removeButton.CanFocus     = true;
     this.removeButton.Name         = "removeButton";
     this.removeButton.UseUnderline = true;
     this.removeButton.Label        = global::Mono.Unix.Catalog.GetString("Delete");
     this.vbuttonbox1.Add(this.removeButton);
     global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1 [this.removeButton]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     this.hbox1.Add(this.vbuttonbox1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbuttonbox1]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
     w8.Position = 0;
     // Internal child ocmgtk.ConfigureEToolsDlg.ActionArea
     global::Gtk.HButtonBox w9 = this.ActionArea;
     w9.Name        = "dialog1_ActionArea";
     w9.Spacing     = 10;
     w9.BorderWidth = ((uint)(5));
     w9.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonClose              = new global::Gtk.Button();
     this.buttonClose.CanDefault   = true;
     this.buttonClose.CanFocus     = true;
     this.buttonClose.Name         = "buttonClose";
     this.buttonClose.UseStock     = true;
     this.buttonClose.UseUnderline = true;
     this.buttonClose.Label        = "gtk-close";
     this.AddActionWidget(this.buttonClose, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.buttonClose]));
     w10.Expand = false;
     w10.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.Show();
     this.addButton.Clicked    += new global::System.EventHandler(this.OnAddTool);
     this.editButton.Clicked   += new global::System.EventHandler(this.OnEditClicked);
     this.removeButton.Clicked += new global::System.EventHandler(this.OnDeleteClicked);
     this.buttonClose.Clicked  += new global::System.EventHandler(this.OnCloseClick);
 }
Example #33
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.DocFood.Options.OfTheReorderingWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.DocFood.Options.OfTheReorderingWidget";
     // Container child MonoDevelop.DocFood.Options.OfTheReorderingWidget.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.textview1               = new global::Gtk.TextView();
     this.textview1.Buffer.Text   = "All words that consist of only consonants (like sql) and/or upper case letters (like HTML) are treated as acronyms. However the acronym recognition can be improved by defining acronyms.";
     this.textview1.CanFocus      = true;
     this.textview1.Name          = "textview1";
     this.textview1.Editable      = false;
     this.textview1.CursorVisible = false;
     this.textview1.WrapMode      = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow1.Add(this.textview1);
     this.hbox1.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow1]));
     w2.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label1              = new global::Gtk.Label();
     this.label1.Name         = "label1";
     this.label1.Xalign       = 0f;
     this.label1.LabelProp    = global::Mono.Unix.Catalog.GetString("\"of the\" reordering words:");
     this.label1.UseUnderline = true;
     this.vbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeviewAcronyms          = new global::Gtk.TreeView();
     this.treeviewAcronyms.CanFocus = true;
     this.treeviewAcronyms.Name     = "treeviewAcronyms";
     this.GtkScrolledWindow.Add(this.treeviewAcronyms);
     this.hbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.GtkScrolledWindow]));
     w5.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.button2              = new global::Gtk.Button();
     this.button2.CanFocus     = true;
     this.button2.Name         = "button2";
     this.button2.UseStock     = true;
     this.button2.UseUnderline = true;
     this.button2.Label        = "gtk-remove";
     this.vbox2.Add(this.button2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.button2]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     this.hbox3.Add(this.vbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.vbox2]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
     w8.Position = 1;
     // 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.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("A_cronym:");
     this.label2.UseUnderline = true;
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label2]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox2.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.hbox2.Add(this.entry1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.entry1]));
     w10.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseStock     = true;
     this.button1.UseUnderline = true;
     this.button1.Label        = "gtk-add";
     this.hbox2.Add(this.button1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.button1]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox5.Add(this.vbox1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vbox1]));
     w13.Position = 0;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.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("Prefix words for the reordering:");
     this.label3.UseUnderline = true;
     this.vbox3.Add(this.label3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label3]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.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.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.treeviewAcronyms1          = new global::Gtk.TreeView();
     this.treeviewAcronyms1.CanFocus = true;
     this.treeviewAcronyms1.Name     = "treeviewAcronyms1";
     this.GtkScrolledWindow2.Add(this.treeviewAcronyms1);
     this.hbox4.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.GtkScrolledWindow2]));
     w16.Position = 0;
     // 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.button3              = new global::Gtk.Button();
     this.button3.CanFocus     = true;
     this.button3.Name         = "button3";
     this.button3.UseStock     = true;
     this.button3.UseUnderline = true;
     this.button3.Label        = "gtk-remove";
     this.vbox4.Add(this.button3);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.button3]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     this.hbox4.Add(this.vbox4);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.vbox4]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.vbox3.Add(this.hbox4);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox4]));
     w19.Position = 1;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label4              = new global::Gtk.Label();
     this.label4.Name         = "label4";
     this.label4.LabelProp    = global::Mono.Unix.Catalog.GetString("A_cronym:");
     this.label4.UseUnderline = true;
     this.hbox5.Add(this.label4);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.label4]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.entry2               = new global::Gtk.Entry();
     this.entry2.CanFocus      = true;
     this.entry2.Name          = "entry2";
     this.entry2.IsEditable    = true;
     this.entry2.InvisibleChar = '●';
     this.hbox5.Add(this.entry2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.entry2]));
     w21.Position = 1;
     // Container child hbox5.Gtk.Box+BoxChild
     this.button4              = new global::Gtk.Button();
     this.button4.CanFocus     = true;
     this.button4.Name         = "button4";
     this.button4.UseStock     = true;
     this.button4.UseUnderline = true;
     this.button4.Label        = "gtk-add";
     this.hbox5.Add(this.button4);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.button4]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     this.vbox3.Add(this.hbox5);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox5]));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     this.vbox5.Add(this.vbox3);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vbox3]));
     w24.Position = 1;
     this.hbox1.Add(this.vbox5);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox5]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label1.MnemonicWidget = this.treeviewAcronyms;
     this.label3.MnemonicWidget = this.treeviewAcronyms;
     this.Hide();
 }
Example #34
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget SshAgentLib.GTK.KeyManagerWiget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "SshAgentLib.GTK.KeyManagerWiget";
     // Container child SshAgentLib.GTK.KeyManagerWiget.Gtk.Container+ContainerChild
     this.mMainLayoutTable               = new global::Gtk.Table(((uint)(2)), ((uint)(1)), false);
     this.mMainLayoutTable.Name          = "mMainLayoutTable";
     this.mMainLayoutTable.RowSpacing    = ((uint)(6));
     this.mMainLayoutTable.ColumnSpacing = ((uint)(6));
     // Container child mMainLayoutTable.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Message");
     this.mMainLayoutTable.Add(this.label1);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.mMainLayoutTable [this.label1]));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child mMainLayoutTable.Gtk.Table+TableChild
     this.mButtonBox             = new global::Gtk.HButtonBox();
     this.mButtonBox.Name        = "mButtonBox";
     this.mButtonBox.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(1));
     // Container child mButtonBox.Gtk.ButtonBox+ButtonBoxChild
     this.mLockButton              = new global::Gtk.Button();
     this.mLockButton.CanFocus     = true;
     this.mLockButton.Name         = "mLockButton";
     this.mLockButton.UseUnderline = true;
     this.mLockButton.Label        = global::Mono.Unix.Catalog.GetString("Lock");
     this.mButtonBox.Add(this.mLockButton);
     global::Gtk.ButtonBox.ButtonBoxChild w2 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.mButtonBox [this.mLockButton]));
     w2.Expand = false;
     w2.Fill   = false;
     // Container child mButtonBox.Gtk.ButtonBox+ButtonBoxChild
     this.mUnlockButton              = new global::Gtk.Button();
     this.mUnlockButton.CanFocus     = true;
     this.mUnlockButton.Name         = "mUnlockButton";
     this.mUnlockButton.UseUnderline = true;
     this.mUnlockButton.Label        = global::Mono.Unix.Catalog.GetString("Unlock");
     this.mButtonBox.Add(this.mUnlockButton);
     global::Gtk.ButtonBox.ButtonBoxChild w3 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.mButtonBox [this.mUnlockButton]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child mButtonBox.Gtk.ButtonBox+ButtonBoxChild
     this.mAddButton              = new global::Gtk.Button();
     this.mAddButton.CanFocus     = true;
     this.mAddButton.Name         = "mAddButton";
     this.mAddButton.UseUnderline = true;
     this.mAddButton.Label        = global::Mono.Unix.Catalog.GetString("Add...");
     this.mButtonBox.Add(this.mAddButton);
     global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.mButtonBox [this.mAddButton]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child mButtonBox.Gtk.ButtonBox+ButtonBoxChild
     this.mRemoveButton              = new global::Gtk.Button();
     this.mRemoveButton.CanFocus     = true;
     this.mRemoveButton.Name         = "mRemoveButton";
     this.mRemoveButton.UseUnderline = true;
     this.mRemoveButton.Label        = global::Mono.Unix.Catalog.GetString("Remove");
     this.mButtonBox.Add(this.mRemoveButton);
     global::Gtk.ButtonBox.ButtonBoxChild w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.mButtonBox [this.mRemoveButton]));
     w5.Position = 3;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child mButtonBox.Gtk.ButtonBox+ButtonBoxChild
     this.mRemoveAllButton              = new global::Gtk.Button();
     this.mRemoveAllButton.CanFocus     = true;
     this.mRemoveAllButton.Name         = "mRemoveAllButton";
     this.mRemoveAllButton.UseUnderline = true;
     this.mRemoveAllButton.Label        = global::Mono.Unix.Catalog.GetString("Remove All");
     this.mButtonBox.Add(this.mRemoveAllButton);
     global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.mButtonBox [this.mRemoveAllButton]));
     w6.Position = 4;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child mButtonBox.Gtk.ButtonBox+ButtonBoxChild
     this.mRefreshButton              = new global::Gtk.Button();
     this.mRefreshButton.CanFocus     = true;
     this.mRefreshButton.Name         = "mRefreshButton";
     this.mRefreshButton.UseUnderline = true;
     this.mRefreshButton.Label        = global::Mono.Unix.Catalog.GetString("Refresh");
     this.mButtonBox.Add(this.mRefreshButton);
     global::Gtk.ButtonBox.ButtonBoxChild w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.mButtonBox [this.mRefreshButton]));
     w7.Position = 5;
     w7.Expand   = false;
     w7.Fill     = false;
     this.mMainLayoutTable.Add(this.mButtonBox);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.mMainLayoutTable [this.mButtonBox]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child mMainLayoutTable.Gtk.Table+TableChild
     this.mGtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.mGtkScrolledWindow.Name       = "mGtkScrolledWindow";
     this.mGtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child mGtkScrolledWindow.Gtk.Container+ContainerChild
     this.mKeyNodeView          = new global::Gtk.NodeView();
     this.mKeyNodeView.CanFocus = true;
     this.mKeyNodeView.Name     = "mKeyNodeView";
     this.mGtkScrolledWindow.Add(this.mKeyNodeView);
     this.mMainLayoutTable.Add(this.mGtkScrolledWindow);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.mMainLayoutTable [this.mGtkScrolledWindow]));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     this.Add(this.mMainLayoutTable);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.mLockButton.Clicked      += new global::System.EventHandler(this.OnMLockButtonClicked);
     this.mUnlockButton.Clicked    += new global::System.EventHandler(this.OnMUnlockButtonClicked);
     this.mAddButton.Clicked       += new global::System.EventHandler(this.OnMAddButtonClicked);
     this.mRemoveButton.Clicked    += new global::System.EventHandler(this.OnMRemoveButtonClicked);
     this.mRemoveAllButton.Clicked += new global::System.EventHandler(this.OnMRemoveAllButtonClicked);
     this.mRefreshButton.Clicked   += new global::System.EventHandler(this.OnMRefreshButtonClicked);
 }
Example #35
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.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.entry1               = new global::Gtk.Entry();
     this.entry1.CanFocus      = true;
     this.entry1.Name          = "entry1";
     this.entry1.IsEditable    = true;
     this.entry1.InvisibleChar = '•';
     this.fixed1.Add(this.entry1);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.entry1]));
     w1.X = 94;
     w1.Y = 137;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("new name");
     this.fixed1.Add(this.label1);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label1]));
     w2.X = 12;
     w2.Y = 139;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("select assembly");
     this.fixed1.Add(this.label2);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label2]));
     w3.X = 13;
     w3.Y = 105;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.button3              = new global::Gtk.Button();
     this.button3.CanFocus     = true;
     this.button3.Name         = "button3";
     this.button3.UseUnderline = true;
     this.button3.Label        = global::Mono.Unix.Catalog.GetString("Rename");
     this.fixed1.Add(this.button3);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.button3]));
     w4.X = 10;
     w4.Y = 206;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.filechooserbutton3 = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.filechooserbutton3.WidthRequest = 200;
     this.filechooserbutton3.Name         = "filechooserbutton3";
     this.fixed1.Add(this.filechooserbutton3);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.filechooserbutton3]));
     w5.X = 99;
     w5.Y = 169;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("output file");
     this.fixed1.Add(this.label3);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label3]));
     w6.X = 14;
     w6.Y = 175;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.filechooserbutton2 = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select a File"), ((global::Gtk.FileChooserAction)(0)));
     this.filechooserbutton2.WidthRequest = 200;
     this.filechooserbutton2.Name         = "filechooserbutton2";
     this.fixed1.Add(this.filechooserbutton2);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.filechooserbutton2]));
     w7.X = 142;
     w7.Y = 98;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview2 = new global::Gtk.TextView();
     this.textview2.WidthRequest  = 300;
     this.textview2.HeightRequest = 300;
     this.textview2.CanFocus      = true;
     this.textview2.Name          = "textview2";
     this.GtkScrolledWindow.Add(this.textview2);
     this.fixed1.Add(this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.GtkScrolledWindow]));
     w9.X = 379;
     w9.Y = 83;
     this.Add(this.fixed1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 751;
     this.DefaultHeight = 519;
     this.Show();
     this.DeleteEvent     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.button3.Clicked += new global::System.EventHandler(this.OnButton3Clicked);
     this.filechooserbutton2.SelectionChanged += new global::System.EventHandler(this.OnFilechooserbutton2SelectionChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Gui.Dialogs.ProgressDialog
     this.Name           = "MonoDevelop.Ide.Gui.Dialogs.ProgressDialog";
     this.Title          = global::MonoDevelop.Core.GettextCatalog.GetString("MonoDevelop");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     // Internal child MonoDevelop.Ide.Gui.Dialogs.ProgressDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(12));
     // Container child vbox2.Gtk.Box+BoxChild
     this.label           = new global::Gtk.Label();
     this.label.Name      = "label";
     this.label.Xalign    = 0F;
     this.label.LabelProp = "label";
     this.vbox2.Add(this.label);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.progressBar      = new global::Gtk.ProgressBar();
     this.progressBar.Name = "progressBar";
     this.hbox1.Add(this.progressBar);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.progressBar]));
     w3.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.btnCancel              = new global::Gtk.Button();
     this.btnCancel.CanDefault   = true;
     this.btnCancel.CanFocus     = true;
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.UseStock     = true;
     this.btnCancel.UseUnderline = true;
     this.btnCancel.Label        = "gtk-cancel";
     this.hbox1.Add(this.btnCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnCancel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.btnClose              = new global::Gtk.Button();
     this.btnClose.CanDefault   = true;
     this.btnClose.CanFocus     = true;
     this.btnClose.Name         = "btnClose";
     this.btnClose.UseStock     = true;
     this.btnClose.UseUnderline = true;
     this.btnClose.Label        = "gtk-close";
     this.hbox1.Add(this.btnClose);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnClose]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.expander          = new global::Gtk.Expander(null);
     this.expander.CanFocus = true;
     this.expander.Name     = "expander";
     // Container child expander.Gtk.Container+ContainerChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.HeightRequest = 250;
     this.GtkScrolledWindow.Name          = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.detailsTextView          = new global::Gtk.TextView();
     this.detailsTextView.CanFocus = true;
     this.detailsTextView.Name     = "detailsTextView";
     this.GtkScrolledWindow.Add(this.detailsTextView);
     this.expander.Add(this.GtkScrolledWindow);
     this.expanderLabel              = new global::Gtk.Label();
     this.expanderLabel.Name         = "expanderLabel";
     this.expanderLabel.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("Details");
     this.expanderLabel.UseUnderline = true;
     this.expander.LabelWidget       = this.expanderLabel;
     this.vbox2.Add(this.expander);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.expander]));
     w9.Position = 2;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w10.Position = 0;
     // Internal child MonoDevelop.Ide.Gui.Dialogs.ProgressDialog.ActionArea
     global::Gtk.HButtonBox w11 = this.ActionArea;
     w11.Name        = "dialog1_ActionArea";
     w11.Spacing     = 10;
     w11.BorderWidth = ((uint)(5));
     w11.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button103              = new global::Gtk.Button();
     this.button103.CanFocus     = true;
     this.button103.Name         = "button103";
     this.button103.UseUnderline = true;
     this.button103.Label        = global::MonoDevelop.Core.GettextCatalog.GetString("GtkButton");
     this.AddActionWidget(this.button103, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.button103]));
     w12.Expand = false;
     w12.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 544;
     this.DefaultHeight = 170;
     this.btnClose.Hide();
     w11.Hide();
     this.Hide();
     this.btnCancel.Clicked  += new global::System.EventHandler(this.OnBtnCancelClicked);
     this.btnClose.Clicked   += new global::System.EventHandler(this.OnBtnCloseClicked);
     this.expander.Activated += new global::System.EventHandler(this.OnExpander1Activated);
 }
Example #37
0
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Execution.CustomExecutionModeManagerDialog
     this.Name           = "MonoDevelop.Ide.Execution.CustomExecutionModeManagerDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Custom Execution Modes");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Ide.Execution.CustomExecutionModeManagerDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(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.listModes          = new global::Gtk.TreeView();
     this.listModes.CanFocus = true;
     this.listModes.Name     = "listModes";
     this.GtkScrolledWindow.Add(this.listModes);
     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.buttonAdd              = new global::Gtk.Button();
     this.buttonAdd.CanFocus     = true;
     this.buttonAdd.Name         = "buttonAdd";
     this.buttonAdd.UseStock     = true;
     this.buttonAdd.UseUnderline = true;
     this.buttonAdd.Label        = "gtk-add";
     this.vbox3.Add(this.buttonAdd);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonAdd]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.buttonRemove              = new global::Gtk.Button();
     this.buttonRemove.CanFocus     = true;
     this.buttonRemove.Name         = "buttonRemove";
     this.buttonRemove.UseStock     = true;
     this.buttonRemove.UseUnderline = true;
     this.buttonRemove.Label        = "gtk-remove";
     this.vbox3.Add(this.buttonRemove);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonRemove]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.buttonEdit              = new global::Gtk.Button();
     this.buttonEdit.CanFocus     = true;
     this.buttonEdit.Name         = "buttonEdit";
     this.buttonEdit.UseStock     = true;
     this.buttonEdit.UseUnderline = true;
     this.buttonEdit.Label        = "gtk-edit";
     this.vbox3.Add(this.buttonEdit);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonEdit]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     this.hbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w8.Position = 0;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w9.Position = 0;
     // Internal child MonoDevelop.Ide.Execution.CustomExecutionModeManagerDialog.ActionArea
     global::Gtk.HButtonBox w10 = this.ActionArea;
     w10.Name        = "dialog1_ActionArea";
     w10.Spacing     = 10;
     w10.BorderWidth = ((uint)(5));
     w10.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 w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonOk]));
     w11.Expand = false;
     w11.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 645;
     this.DefaultHeight = 409;
     this.Hide();
     this.buttonAdd.Clicked    += new global::System.EventHandler(this.OnButtonAddClicked);
     this.buttonRemove.Clicked += new global::System.EventHandler(this.OnButtonRemoveClicked);
     this.buttonEdit.Clicked   += new global::System.EventHandler(this.OnButtonEditClicked);
 }
Example #38
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.VersionControl.Dialogs.CommitDialog
     this.Events         = ((global::Gdk.EventMask)(256));
     this.Name           = "MonoDevelop.VersionControl.Dialogs.CommitDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Commit Files");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     // Internal child MonoDevelop.VersionControl.Dialogs.CommitDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Events      = ((global::Gdk.EventMask)(256));
     w1.Name        = "dialog_VBox";
     w1.Spacing     = 6;
     w1.BorderWidth = ((uint)(2));
     // Container child dialog_VBox.Gtk.Box+BoxChild
     this.mainBox             = new global::Gtk.VBox();
     this.mainBox.Name        = "mainBox";
     this.mainBox.Spacing     = 6;
     this.mainBox.BorderWidth = ((uint)(6));
     // Container child mainBox.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("The following files will be committed:");
     this.mainBox.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.mainBox [this.label1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child mainBox.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.fileList          = new global::Gtk.TreeView();
     this.fileList.CanFocus = true;
     this.fileList.Name     = "fileList";
     this.scrolledwindow1.Add(this.fileList);
     this.mainBox.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainBox [this.scrolledwindow1]));
     w4.Position = 1;
     // Container child mainBox.Gtk.Box+BoxChild
     this.vboxExtensions         = new global::Gtk.VBox();
     this.vboxExtensions.Name    = "vboxExtensions";
     this.vboxExtensions.Spacing = 6;
     this.mainBox.Add(this.vboxExtensions);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.mainBox [this.vboxExtensions]));
     w5.PackType = ((global::Gtk.PackType)(1));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child mainBox.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.textview          = new global::Gtk.TextView();
     this.textview.CanFocus = true;
     this.textview.Name     = "textview";
     this.scrolledwindow2.Add(this.textview);
     this.mainBox.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.mainBox [this.scrolledwindow2]));
     w7.PackType = ((global::Gtk.PackType)(1));
     w7.Position = 3;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child mainBox.Gtk.Box+BoxChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.Xalign       = 0F;
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("Commit _message:");
     this.label2.UseUnderline = true;
     this.mainBox.Add(this.label2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.mainBox [this.label2]));
     w8.PackType = ((global::Gtk.PackType)(1));
     w8.Position = 4;
     w8.Expand   = false;
     w8.Fill     = false;
     w1.Add(this.mainBox);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.mainBox]));
     w9.Position = 0;
     // Internal child MonoDevelop.VersionControl.Dialogs.CommitDialog.ActionArea
     global::Gtk.HButtonBox w10 = this.ActionArea;
     w10.Events      = ((global::Gdk.EventMask)(256));
     w10.Name        = "VersionControlAddIn.CommitDialog_ActionArea";
     w10.Spacing     = 6;
     w10.BorderWidth = ((uint)(5));
     w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child VersionControlAddIn.CommitDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button29              = new global::Gtk.Button();
     this.button29.CanDefault   = true;
     this.button29.CanFocus     = true;
     this.button29.Name         = "button29";
     this.button29.UseStock     = true;
     this.button29.UseUnderline = true;
     this.button29.Label        = "gtk-cancel";
     this.AddActionWidget(this.button29, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.button29]));
     w11.Expand = false;
     w11.Fill   = false;
     // Container child VersionControlAddIn.CommitDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCommit              = new global::Gtk.Button();
     this.buttonCommit.CanDefault   = true;
     this.buttonCommit.CanFocus     = true;
     this.buttonCommit.Name         = "buttonCommit";
     this.buttonCommit.UseUnderline = true;
     // Container child buttonCommit.Gtk.Container+ContainerChild
     global::Gtk.Alignment w12 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w13 = new global::Gtk.HBox();
     w13.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w14 = new global::Gtk.Image();
     w14.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "vc-commit", global::Gtk.IconSize.Menu);
     w13.Add(w14);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w16 = new global::Gtk.Label();
     w16.LabelProp    = global::Mono.Unix.Catalog.GetString("C_ommit");
     w16.UseUnderline = true;
     w13.Add(w16);
     w12.Add(w13);
     this.buttonCommit.Add(w12);
     w10.Add(this.buttonCommit);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonCommit]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth          = 628;
     this.DefaultHeight         = 481;
     this.label2.MnemonicWidget = this.textview;
     this.Hide();
     this.buttonCommit.Clicked += new global::System.EventHandler(this.OnButtonCommitClicked);
 }
Example #39
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.GameViewer
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.GameViewer";
     // Container child LongoMatch.Gui.Component.GameViewer.Gtk.Container+ContainerChild
     this.mainbox         = new global::Gtk.VBox();
     this.mainbox.Name    = "mainbox";
     this.mainbox.Spacing = 6;
     // Container child mainbox.Gtk.Box+BoxChild
     this.topbox             = new global::Gtk.HBox();
     this.topbox.Name        = "topbox";
     this.topbox.Homogeneous = true;
     this.topbox.Spacing     = 6;
     // Container child topbox.Gtk.Box+BoxChild
     this.homeimage      = new global::Gtk.Image();
     this.homeimage.Name = "homeimage";
     this.topbox.Add(this.homeimage);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.topbox [this.homeimage]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child topbox.Gtk.Box+BoxChild
     this.homelabel      = new global::Gtk.Label();
     this.homelabel.Name = "homelabel";
     this.topbox.Add(this.homelabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.topbox [this.homelabel]));
     w2.Position = 1;
     w2.Fill     = false;
     // Container child topbox.Gtk.Box+BoxChild
     this.subcatscheckbutton               = new global::Gtk.CheckButton();
     this.subcatscheckbutton.CanFocus      = true;
     this.subcatscheckbutton.Name          = "subcatscheckbutton";
     this.subcatscheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Sub categories");
     this.subcatscheckbutton.DrawIndicator = true;
     this.subcatscheckbutton.UseUnderline  = true;
     this.topbox.Add(this.subcatscheckbutton);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.topbox [this.subcatscheckbutton]));
     w3.Position = 2;
     w3.Fill     = false;
     // Container child topbox.Gtk.Box+BoxChild
     this.awaylabel      = new global::Gtk.Label();
     this.awaylabel.Name = "awaylabel";
     this.topbox.Add(this.awaylabel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.topbox [this.awaylabel]));
     w4.Position = 3;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child topbox.Gtk.Box+BoxChild
     this.awayimage      = new global::Gtk.Image();
     this.awayimage.Name = "awayimage";
     this.topbox.Add(this.awayimage);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.topbox [this.awayimage]));
     w5.Position = 4;
     w5.Expand   = false;
     w5.Fill     = false;
     this.mainbox.Add(this.topbox);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.mainbox [this.topbox]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child mainbox.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w7 = new global::Gtk.Viewport();
     w7.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.cstatsbox         = new global::Gtk.VBox();
     this.cstatsbox.Name    = "cstatsbox";
     this.cstatsbox.Spacing = 2;
     w7.Add(this.cstatsbox);
     this.scrolledwindow1.Add(w7);
     this.mainbox.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.mainbox [this.scrolledwindow1]));
     w10.Position = 1;
     this.Add(this.mainbox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.subcatscheckbutton.Clicked += new global::System.EventHandler(this.OnSubcatscheckbuttonClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget CardGenerator.DialogExportKLEIO
     this.Name           = "CardGenerator.DialogExportKLEIO";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child CardGenerator.DialogExportKLEIO.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global.Mono.Unix.Catalog.GetString("Copy and Paste text to KLEIO or export to file.Note: Sounds are not exported");
     w1.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1 [this.label1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.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.textview1          = new global::Gtk.TextView();
     this.textview1.CanFocus = true;
     this.textview1.Name     = "textview1";
     this.GtkScrolledWindow.Add(this.textview1);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w4.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.button26              = new global::Gtk.Button();
     this.button26.CanFocus     = true;
     this.button26.Name         = "button26";
     this.button26.UseUnderline = true;
     this.button26.Label        = global.Mono.Unix.Catalog.GetString("Export to File...");
     this.vbox2.Add(this.button26);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.button26]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w6.Position = 1;
     // Internal child CardGenerator.DialogExportKLEIO.ActionArea
     global::Gtk.HButtonBox w7 = this.ActionArea;
     w7.Name        = "dialog1_ActionArea";
     w7.Spacing     = 10;
     w7.BorderWidth = ((uint)(5));
     w7.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 w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.buttonOk]));
     w8.Expand = false;
     w8.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 448;
     this.DefaultHeight = 300;
     this.Show();
     this.button26.Clicked += new global::System.EventHandler(this.onBnExportKLEIO);
 }
 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();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget TraceLab.UI.GTK.ComponentsLibraryWidget
     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 = "TraceLab.UI.GTK.ComponentsLibraryWidget";
     // Container child TraceLab.UI.GTK.ComponentsLibraryWidget.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 = 2;
     // Container child hbox1.Gtk.Box+BoxChild
     this.refreshButton              = new global::Gtk.Button();
     this.refreshButton.CanFocus     = true;
     this.refreshButton.Name         = "refreshButton";
     this.refreshButton.UseUnderline = true;
     // Container child refreshButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w3 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w4 = new global::Gtk.HBox();
     w4.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w5 = new global::Gtk.Image();
     w5.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("TraceLab.UI.GTK.Resources.Icon_Refresh16.png");
     w4.Add(w5);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w7 = new global::Gtk.Label();
     w4.Add(w7);
     w3.Add(w4);
     this.refreshButton.Add(w3);
     this.hbox1.Add(this.refreshButton);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.refreshButton]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.packageReferencesButton              = new global::Gtk.Button();
     this.packageReferencesButton.CanFocus     = true;
     this.packageReferencesButton.Name         = "packageReferencesButton";
     this.packageReferencesButton.UseUnderline = true;
     // Container child packageReferencesButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w12 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w13 = new global::Gtk.HBox();
     w13.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w14 = new global::Gtk.Image();
     w14.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("TraceLab.UI.GTK.Resources.Icon_PkgReference16.png");
     w13.Add(w14);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w16 = new global::Gtk.Label();
     w13.Add(w16);
     w12.Add(w13);
     this.packageReferencesButton.Add(w12);
     this.hbox1.Add(this.packageReferencesButton);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.packageReferencesButton]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.filterEntry               = new global::Gtk.Entry();
     this.filterEntry.CanFocus      = true;
     this.filterEntry.Name          = "filterEntry";
     this.filterEntry.IsEditable    = true;
     this.filterEntry.InvisibleChar = '●';
     this.hbox1.Add(this.filterEntry);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.filterEntry]));
     w21.Position = 2;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.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.treeView          = new global::Gtk.TreeView();
     this.treeView.CanFocus = true;
     this.treeView.Name     = "treeView";
     this.GtkScrolledWindow.Add(this.treeView);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w24.Position = 1;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
     this.refreshButton.Clicked           += new global::System.EventHandler(this.RescanButtonClicked);
     this.packageReferencesButton.Clicked += new global::System.EventHandler(this.PackageReferencesButtonClicked);
     this.filterEntry.Changed             += new global::System.EventHandler(this.OnFilterEntryTextChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.CSharp.Refactoring.ExtractMethod.ExtractMethodDialog
     this.Name           = "MonoDevelop.CSharp.Refactoring.ExtractMethod.ExtractMethodDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Extract Method");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth    = ((uint)(6));
     // Internal child MonoDevelop.CSharp.Refactoring.ExtractMethod.ExtractMethodDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     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.comboboxModifiers      = global::Gtk.ComboBox.NewText();
     this.comboboxModifiers.Name = "comboboxModifiers";
     this.table1.Add(this.comboboxModifiers);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboboxModifiers]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entry               = new global::Gtk.Entry();
     this.entry.CanFocus      = true;
     this.entry.Name          = "entry";
     this.entry.IsEditable    = true;
     this.entry.InvisibleChar = '●';
     this.table1.Add(this.entry);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.entry]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1              = new global::Gtk.Label();
     this.label1.Name         = "label1";
     this.label1.Xalign       = 0F;
     this.label1.LabelProp    = global::Mono.Unix.Catalog.GetString("_Access modifier:");
     this.label1.UseUnderline = true;
     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.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelNewName              = new global::Gtk.Label();
     this.labelNewName.Name         = "labelNewName";
     this.labelNewName.Xalign       = 0F;
     this.labelNewName.LabelProp    = global::Mono.Unix.Catalog.GetString("_Method name:");
     this.labelNewName.UseUnderline = true;
     this.table1.Add(this.labelNewName);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelNewName]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.Xalign       = 0F;
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("_Parameters:");
     this.label2.UseUnderline = true;
     this.vbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeviewParameters          = new global::Gtk.TreeView();
     this.treeviewParameters.CanFocus = true;
     this.treeviewParameters.Name     = "treeviewParameters";
     this.GtkScrolledWindow.Add(this.treeviewParameters);
     this.hbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow]));
     w9.Position = 0;
     // 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.buttonUp              = new global::Gtk.Button();
     this.buttonUp.CanFocus     = true;
     this.buttonUp.Name         = "buttonUp";
     this.buttonUp.UseUnderline = true;
     this.buttonUp.Label        = global::Mono.Unix.Catalog.GetString("_Up");
     this.vbox3.Add(this.buttonUp);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonUp]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.buttonDown              = new global::Gtk.Button();
     this.buttonDown.CanFocus     = true;
     this.buttonDown.Name         = "buttonDown";
     this.buttonDown.UseUnderline = true;
     this.buttonDown.Label        = global::Mono.Unix.Catalog.GetString("_Down");
     this.vbox3.Add(this.buttonDown);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonDown]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.hbox2.Add(this.vbox3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox3]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w13.Position = 2;
     // Container child vbox2.Gtk.Box+BoxChild
     this.checkbuttonGenerateComment               = new global::Gtk.CheckButton();
     this.checkbuttonGenerateComment.CanFocus      = true;
     this.checkbuttonGenerateComment.Name          = "checkbuttonGenerateComment";
     this.checkbuttonGenerateComment.Label         = global::Mono.Unix.Catalog.GetString("_Generate method comment  ");
     this.checkbuttonGenerateComment.DrawIndicator = true;
     this.checkbuttonGenerateComment.UseUnderline  = true;
     this.vbox2.Add(this.checkbuttonGenerateComment);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkbuttonGenerateComment]));
     w14.Position = 3;
     w14.Expand   = false;
     w14.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.imageWarning        = new global::Gtk.Image();
     this.imageWarning.Name   = "imageWarning";
     this.imageWarning.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-apply", global::Gtk.IconSize.Button);
     this.hbox3.Add(this.imageWarning);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.imageWarning]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.labelWarning      = new global::Gtk.Label();
     this.labelWarning.Name = "labelWarning";
     this.hbox3.Add(this.labelWarning);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.labelWarning]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
     w17.Position = 4;
     w17.Expand   = false;
     w17.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w18.Position = 0;
     // Internal child MonoDevelop.CSharp.Refactoring.ExtractMethod.ExtractMethodDialog.ActionArea
     global::Gtk.HButtonBox w19 = this.ActionArea;
     w19.Name        = "dialog1_ActionArea";
     w19.Spacing     = 10;
     w19.BorderWidth = ((uint)(5));
     w19.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 w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19 [this.buttonCancel]));
     w20.Expand = false;
     w20.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonPreview              = new global::Gtk.Button();
     this.buttonPreview.CanFocus     = true;
     this.buttonPreview.Name         = "buttonPreview";
     this.buttonPreview.UseUnderline = true;
     this.buttonPreview.Label        = global::Mono.Unix.Catalog.GetString("_Preview");
     this.AddActionWidget(this.buttonPreview, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19 [this.buttonPreview]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.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 w22 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19 [this.buttonOk]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 461;
     this.DefaultHeight = 368;
     this.labelNewName.MnemonicWidget = this.entry;
     this.label2.MnemonicWidget       = this.treeviewParameters;
     this.Hide();
 }
Example #44
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, null);
     this.OpenAction            = new global::Gtk.Action("OpenAction", global::Mono.Unix.Catalog.GetString("Open"), null, null);
     this.OpenAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Open");
     w1.Add(this.OpenAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name=\'menubar1\'><menu name=\'FileAction\' action=\'FileAction\'><menuite" +
                                    "m name=\'OpenAction\' action=\'OpenAction\'/></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.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.WidthRequest = 180;
     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.GtkScrolledWindow.Add(this.treeview1);
     this.hbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
     w4.Position = 0;
     w4.Expand   = 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 = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Nothing to preview");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
     w6.PackType = ((global::Gtk.PackType)(1));
     w6.Position = 2;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w7.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1         = new global::Gtk.Statusbar();
     this.statusbar1.Name    = "statusbar1";
     this.statusbar1.Spacing = 6;
     this.vbox1.Add(this.statusbar1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar1]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 611;
     this.DefaultHeight = 443;
     this.Show();
     this.DeleteEvent             += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.OpenAction.Activated    += new global::System.EventHandler(this.OnOpenActionActivated);
     this.treeview1.CursorChanged += new global::System.EventHandler(this.OnTreeview1CursorChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.Employees.FineView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Views.Employees.FineView";
     // Container child Vodovoz.Views.Employees.FineView.Gtk.Container+ContainerChild
     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.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.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.hbox5.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonSave]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox5.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.hbox5.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonCancel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox4.Add(this.hbox5);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox5]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.tableWriteoff               = new global::Gtk.Table(((uint)(4)), ((uint)(6)), false);
     this.tableWriteoff.Name          = "tableWriteoff";
     this.tableWriteoff.RowSpacing    = ((uint)(6));
     this.tableWriteoff.ColumnSpacing = ((uint)(6));
     // Container child tableWriteoff.Gtk.Table+TableChild
     this.btnShowUndelivery              = new global::Gtk.Button();
     this.btnShowUndelivery.CanFocus     = true;
     this.btnShowUndelivery.Name         = "btnShowUndelivery";
     this.btnShowUndelivery.UseUnderline = true;
     this.btnShowUndelivery.Label        = global::Mono.Unix.Catalog.GetString("Перейти в недовоз");
     this.tableWriteoff.Add(this.btnShowUndelivery);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableWriteoff[this.btnShowUndelivery]));
     w6.TopAttach    = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.LeftAttach   = ((uint)(4));
     w6.RightAttach  = ((uint)(5));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWriteoff.Gtk.Table+TableChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.enumFineType      = new global::Gamma.Widgets.yEnumComboBox();
     this.enumFineType.Name = "enumFineType";
     this.enumFineType.ShowSpecialStateAll = false;
     this.enumFineType.ShowSpecialStateNot = false;
     this.enumFineType.UseShortTitle       = false;
     this.enumFineType.DefaultFirst        = false;
     this.hbox3.Add(this.enumFineType);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.enumFineType]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.ylabelOverspending           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelOverspending.Name      = "ylabelOverspending";
     this.ylabelOverspending.LabelProp = global::Mono.Unix.Catalog.GetString("Перерасход (л.):");
     this.hbox3.Add(this.ylabelOverspending);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.ylabelOverspending]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.yspinLiters          = new global::Gamma.GtkWidgets.ySpinButton(0D, 100000D, 1D);
     this.yspinLiters.CanFocus = true;
     this.yspinLiters.Name     = "yspinLiters";
     this.yspinLiters.Adjustment.PageIncrement = 10D;
     this.yspinLiters.ClimbRate      = 1D;
     this.yspinLiters.Digits         = ((uint)(2));
     this.yspinLiters.Numeric        = true;
     this.yspinLiters.ValueAsDecimal = 0m;
     this.yspinLiters.ValueAsInt     = 0;
     this.hbox3.Add(this.yspinLiters);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.yspinLiters]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.ylabelRequestRouteList           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelRequestRouteList.Name      = "ylabelRequestRouteList";
     this.ylabelRequestRouteList.LabelProp = global::Mono.Unix.Catalog.GetString("<span color=\"red\">Необходимо выбрать маршрутный лист</span>");
     this.ylabelRequestRouteList.UseMarkup = true;
     this.hbox3.Add(this.ylabelRequestRouteList);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.ylabelRequestRouteList]));
     w10.Position = 3;
     w10.Expand   = false;
     w10.Fill     = false;
     this.tableWriteoff.Add(this.hbox3);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableWriteoff[this.hbox3]));
     w11.LeftAttach  = ((uint)(1));
     w11.RightAttach = ((uint)(4));
     w11.XOptions    = ((global::Gtk.AttachOptions)(4));
     w11.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableWriteoff.Gtk.Table+TableChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.yentryFineReasonString               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryFineReasonString.CanFocus      = true;
     this.yentryFineReasonString.Name          = "yentryFineReasonString";
     this.yentryFineReasonString.IsEditable    = true;
     this.yentryFineReasonString.InvisibleChar = '●';
     this.hbox4.Add(this.yentryFineReasonString);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.yentryFineReasonString]));
     w12.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.ybuttonGetReasonFromTemplate              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonGetReasonFromTemplate.CanFocus     = true;
     this.ybuttonGetReasonFromTemplate.Name         = "ybuttonGetReasonFromTemplate";
     this.ybuttonGetReasonFromTemplate.UseUnderline = true;
     this.ybuttonGetReasonFromTemplate.Label        = global::Mono.Unix.Catalog.GetString("Заполнить из шаблона");
     this.hbox4.Add(this.ybuttonGetReasonFromTemplate);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.ybuttonGetReasonFromTemplate]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.tableWriteoff.Add(this.hbox4);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tableWriteoff[this.hbox4]));
     w14.TopAttach    = ((uint)(3));
     w14.BottomAttach = ((uint)(4));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(4));
     w14.XOptions     = ((global::Gtk.AttachOptions)(0));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWriteoff.Gtk.Table+TableChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.yspinMoney          = new global::Gamma.GtkWidgets.ySpinButton(0D, 100000D, 1D);
     this.yspinMoney.CanFocus = true;
     this.yspinMoney.Name     = "yspinMoney";
     this.yspinMoney.Adjustment.PageIncrement = 100D;
     this.yspinMoney.ClimbRate      = 1D;
     this.yspinMoney.Digits         = ((uint)(2));
     this.yspinMoney.Numeric        = true;
     this.yspinMoney.ValueAsDecimal = 0m;
     this.yspinMoney.ValueAsInt     = 0;
     this.hbox6.Add(this.yspinMoney);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.yspinMoney]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.ybuttonDivideByAll              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonDivideByAll.CanFocus     = true;
     this.ybuttonDivideByAll.Name         = "ybuttonDivideByAll";
     this.ybuttonDivideByAll.UseUnderline = true;
     this.ybuttonDivideByAll.Label        = global::Mono.Unix.Catalog.GetString("Разбить на всех");
     this.hbox6.Add(this.ybuttonDivideByAll);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.ybuttonDivideByAll]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     this.tableWriteoff.Add(this.hbox6);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.tableWriteoff[this.hbox6]));
     w17.TopAttach    = ((uint)(2));
     w17.BottomAttach = ((uint)(3));
     w17.LeftAttach   = ((uint)(3));
     w17.RightAttach  = ((uint)(4));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWriteoff.Gtk.Table+TableChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.ylabelDate           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelDate.Name      = "ylabelDate";
     this.ylabelDate.LabelProp = global::Mono.Unix.Catalog.GetString("ylabel1");
     this.hbox8.Add(this.ylabelDate);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.ylabelDate]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.ydatepicker                = new global::Gamma.Widgets.yDatePicker();
     this.ydatepicker.Events         = ((global::Gdk.EventMask)(256));
     this.ydatepicker.Name           = "ydatepicker";
     this.ydatepicker.WithTime       = false;
     this.ydatepicker.Date           = new global::System.DateTime(0);
     this.ydatepicker.IsEditable     = false;
     this.ydatepicker.AutoSeparation = false;
     this.hbox8.Add(this.ydatepicker);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.ydatepicker]));
     w19.Position = 1;
     this.tableWriteoff.Add(this.hbox8);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.tableWriteoff[this.hbox8]));
     w20.TopAttach    = ((uint)(2));
     w20.BottomAttach = ((uint)(3));
     w20.LeftAttach   = ((uint)(1));
     w20.RightAttach  = ((uint)(2));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWriteoff.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.tableWriteoff.Add(this.label1);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.tableWriteoff[this.label1]));
     w21.TopAttach    = ((uint)(2));
     w21.BottomAttach = ((uint)(3));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWriteoff.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Причина штрафа:");
     this.tableWriteoff.Add(this.label3);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.tableWriteoff[this.label3]));
     w22.TopAttach    = ((uint)(3));
     w22.BottomAttach = ((uint)(4));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWriteoff.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("Сумма штрафа:");
     this.tableWriteoff.Add(this.label4);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.tableWriteoff[this.label4]));
     w23.TopAttach    = ((uint)(2));
     w23.BottomAttach = ((uint)(3));
     w23.LeftAttach   = ((uint)(2));
     w23.RightAttach  = ((uint)(3));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWriteoff.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("№ МЛ");
     this.tableWriteoff.Add(this.label5);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.tableWriteoff[this.label5]));
     w24.TopAttach    = ((uint)(1));
     w24.BottomAttach = ((uint)(2));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWriteoff.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.tableWriteoff.Add(this.label6);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.tableWriteoff[this.label6]));
     w25.XOptions = ((global::Gtk.AttachOptions)(4));
     w25.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableWriteoff.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.tableWriteoff.Add(this.label7);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.tableWriteoff[this.label7]));
     w26.LeftAttach  = ((uint)(4));
     w26.RightAttach = ((uint)(5));
     w26.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableWriteoff.Gtk.Table+TableChild
     this.yentryreferenceRouteList        = new global::QS.Widgets.GtkUI.RepresentationEntry();
     this.yentryreferenceRouteList.Events = ((global::Gdk.EventMask)(256));
     this.yentryreferenceRouteList.Name   = "yentryreferenceRouteList";
     this.tableWriteoff.Add(this.yentryreferenceRouteList);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.tableWriteoff[this.yentryreferenceRouteList]));
     w27.TopAttach    = ((uint)(1));
     w27.BottomAttach = ((uint)(2));
     w27.LeftAttach   = ((uint)(1));
     w27.RightAttach  = ((uint)(4));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableWriteoff.Gtk.Table+TableChild
     this.ylabelAuthor           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelAuthor.Name      = "ylabelAuthor";
     this.ylabelAuthor.LabelProp = global::Mono.Unix.Catalog.GetString("author");
     this.tableWriteoff.Add(this.ylabelAuthor);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.tableWriteoff[this.ylabelAuthor]));
     w28.LeftAttach  = ((uint)(5));
     w28.RightAttach = ((uint)(6));
     w28.XOptions    = ((global::Gtk.AttachOptions)(4));
     w28.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox4.Add(this.tableWriteoff);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.tableWriteoff]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Оштрафованные сотрудники:");
     this.vbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label2]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ytreeviewItems          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewItems.CanFocus = true;
     this.ytreeviewItems.Name     = "ytreeviewItems";
     this.GtkScrolledWindow.Add(this.ytreeviewItems);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w32.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.ybuttonAdd              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonAdd.CanFocus     = true;
     this.ybuttonAdd.Name         = "ybuttonAdd";
     this.ybuttonAdd.UseUnderline = true;
     this.ybuttonAdd.Label        = global::Mono.Unix.Catalog.GetString("Добавить");
     global::Gtk.Image w33 = new global::Gtk.Image();
     w33.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.ybuttonAdd.Image = w33;
     this.hbox7.Add(this.ybuttonAdd);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.ybuttonAdd]));
     w34.Position = 0;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.ybuttonRemove              = new global::Gamma.GtkWidgets.yButton();
     this.ybuttonRemove.CanFocus     = true;
     this.ybuttonRemove.Name         = "ybuttonRemove";
     this.ybuttonRemove.UseUnderline = true;
     this.ybuttonRemove.Label        = global::Mono.Unix.Catalog.GetString("Удалить");
     global::Gtk.Image w35 = new global::Gtk.Image();
     w35.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-delete", global::Gtk.IconSize.Menu);
     this.ybuttonRemove.Image = w35;
     this.hbox7.Add(this.ybuttonRemove);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.ybuttonRemove]));
     w36.Position = 1;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.labelTotal      = new global::Gtk.Label();
     this.labelTotal.Name = "labelTotal";
     this.hbox7.Add(this.labelTotal);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.labelTotal]));
     w37.PackType = ((global::Gtk.PackType)(1));
     w37.Position = 3;
     w37.Expand   = false;
     w37.Fill     = false;
     this.vbox1.Add(this.hbox7);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox7]));
     w38.Position = 2;
     w38.Expand   = false;
     w38.Fill     = false;
     this.vbox4.Add(this.vbox1);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.vbox1]));
     w39.Position = 2;
     this.Add(this.vbox4);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.btnShowUndelivery.Hide();
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Wallet.KeysDialog
     global::Stetic.BinContainer.Attach(this);
     this.WidthRequest = 500;
     this.Name         = "Wallet.KeysDialog";
     // Container child Wallet.KeysDialog.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox();
     this.vbox1.WidthRequest  = 200;
     this.vbox1.HeightRequest = 400;
     this.vbox1.Name          = "vbox1";
     this.vbox1.Spacing       = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeview1          = new global::Gtk.TreeView();
     this.treeview1.CanFocus = true;
     this.treeview1.Name     = "treeview1";
     this.GtkScrolledWindow.Add(this.treeview1);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w2.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonClose              = new global::Gtk.Button();
     this.buttonClose.CanFocus     = true;
     this.buttonClose.Name         = "buttonClose";
     this.buttonClose.UseUnderline = true;
     this.buttonClose.Label        = global::Mono.Unix.Catalog.GetString("Close");
     this.hbox1.Add(this.buttonClose);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonClose]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonSign              = new global::Gtk.Button();
     this.buttonSign.CanFocus     = true;
     this.buttonSign.Name         = "buttonSign";
     this.buttonSign.UseUnderline = true;
     this.buttonSign.Label        = global::Mono.Unix.Catalog.GetString("Sign Message");
     this.hbox1.Add(this.buttonSign);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonSign]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Example #47
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Yamster.MessageComposer
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Yamster.MessageComposer";
     // Container child Yamster.MessageComposer.Gtk.Container+ContainerChild
     this.ctlWidgetBox      = new global::Gtk.EventBox();
     this.ctlWidgetBox.Name = "ctlWidgetBox";
     // Container child ctlWidgetBox.Gtk.Container+ContainerChild
     this.hbox2             = new global::Gtk.HBox();
     this.hbox2.Name        = "hbox2";
     this.hbox2.Spacing     = 6;
     this.hbox2.BorderWidth = ((uint)(3));
     // Container child hbox2.Gtk.Box+BoxChild
     this.fixed1 = new global::Gtk.Fixed();
     this.fixed1.WidthRequest = 33;
     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.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 4;
     // Container child vbox1.Gtk.Box+BoxChild
     this.ctlReplyToBox         = new global::Gtk.HBox();
     this.ctlReplyToBox.Name    = "ctlReplyToBox";
     this.ctlReplyToBox.Spacing = 6;
     // Container child ctlReplyToBox.Gtk.Box+BoxChild
     this.lblReplyTo           = new global::Gtk.Label();
     this.lblReplyTo.Name      = "lblReplyTo";
     this.lblReplyTo.Xalign    = 0F;
     this.lblReplyTo.LabelProp = global::Mono.Unix.Catalog.GetString("<b>...replying to John Doe</b>");
     this.lblReplyTo.UseMarkup = true;
     this.ctlReplyToBox.Add(this.lblReplyTo);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.ctlReplyToBox [this.lblReplyTo]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child ctlReplyToBox.Gtk.Box+BoxChild
     this.ctlCancelBox      = new global::Gtk.EventBox();
     this.ctlCancelBox.Name = "ctlCancelBox";
     // Container child ctlCancelBox.Gtk.Container+ContainerChild
     this.ctlCancelImage        = new global::Gtk.Image();
     this.ctlCancelImage.Name   = "ctlCancelImage";
     this.ctlCancelImage.Yalign = 0.8F;
     this.ctlCancelImage.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("Yamster.Resources.CancelX.png");
     this.ctlCancelBox.Add(this.ctlCancelImage);
     this.ctlReplyToBox.Add(this.ctlCancelBox);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.ctlReplyToBox [this.ctlCancelBox]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox1.Add(this.ctlReplyToBox);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.ctlReplyToBox]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.txtBody          = new global::Gtk.TextView();
     this.txtBody.CanFocus = true;
     this.txtBody.Name     = "txtBody";
     this.txtBody.WrapMode = ((global::Gtk.WrapMode)(3));
     this.GtkScrolledWindow.Add(this.txtBody);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w7.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("CC:");
     this.hbox3.Add(this.label1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label1]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.ctlCCUserEntry        = new global::Yamster.UserEntryWidget();
     this.ctlCCUserEntry.Events = ((global::Gdk.EventMask)(256));
     this.ctlCCUserEntry.Name   = "ctlCCUserEntry";
     this.hbox3.Add(this.ctlCCUserEntry);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.ctlCCUserEntry]));
     w9.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.btnSend              = new global::Gtk.Button();
     this.btnSend.CanFocus     = true;
     this.btnSend.Name         = "btnSend";
     this.btnSend.UseUnderline = true;
     this.btnSend.Label        = global::Mono.Unix.Catalog.GetString("_Send");
     this.hbox3.Add(this.btnSend);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.btnSend]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     this.hbox2.Add(this.vbox1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox1]));
     w12.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.fixed2 = new global::Gtk.Fixed();
     this.fixed2.WidthRequest = 2;
     this.fixed2.Name         = "fixed2";
     this.fixed2.HasWindow    = false;
     this.hbox2.Add(this.fixed2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fixed2]));
     w13.Position = 2;
     w13.Expand   = false;
     this.ctlWidgetBox.Add(this.hbox2);
     this.Add(this.ctlWidgetBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.lblReplyTo.Hide();
     this.ctlCancelImage.Hide();
     this.Hide();
     this.ctlCancelBox.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler(this.ctlCancelBox_ButtonPress);
     this.txtBody.WidgetEvent           += new global::Gtk.WidgetEventHandler(this.txtBody_WidgetEvent);
     this.btnSend.Clicked += new global::System.EventHandler(this.btnSend_Clicked);
 }
Example #48
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget escuela_manejo.Main_forms.ModifyService
     this.Name           = "escuela_manejo.Main_forms.ModifyService";
     this.Title          = global::Mono.Unix.Catalog.GetString("ModifyService");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child escuela_manejo.Main_forms.ModifyService.Gtk.Container+ContainerChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Nombre");
     this.fixed1.Add(this.label1);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.label1]));
     w1.X = 46;
     w1.Y = 21;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.txtname               = new global::Gtk.Entry();
     this.txtname.CanFocus      = true;
     this.txtname.Name          = "txtname";
     this.txtname.IsEditable    = true;
     this.txtname.InvisibleChar = '•';
     this.fixed1.Add(this.txtname);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.txtname]));
     w2.X = 116;
     w2.Y = 16;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Precio");
     this.fixed1.Add(this.label2);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.label2]));
     w3.X = 48;
     w3.Y = 72;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.txtprice               = new global::Gtk.Entry();
     this.txtprice.CanFocus      = true;
     this.txtprice.Name          = "txtprice";
     this.txtprice.IsEditable    = true;
     this.txtprice.InvisibleChar = '•';
     this.fixed1.Add(this.txtprice);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.txtprice]));
     w4.X = 116;
     w4.Y = 63;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = "Estado";
     this.fixed1.Add(this.label3);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.label3]));
     w5.X = 49;
     w5.Y = 126;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.txtstate               = new global::Gtk.Entry();
     this.txtstate.CanFocus      = true;
     this.txtstate.Name          = "txtstate";
     this.txtstate.IsEditable    = true;
     this.txtstate.InvisibleChar = '•';
     this.fixed1.Add(this.txtstate);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.txtstate]));
     w6.X = 116;
     w6.Y = 117;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("Modificar");
     this.fixed1.Add(this.button1);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.button1]));
     w7.X = 95;
     w7.Y = 436;
     // Container child fixed1.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("Eliminar");
     this.fixed1.Add(this.button2);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.button2]));
     w8.X = 365;
     w8.Y = 435;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.WidthRequest = 500;
     this.GtkScrolledWindow.Name         = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType   = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.TrwModifyService = new global::Gtk.TreeView();
     this.TrwModifyService.WidthRequest  = 400;
     this.TrwModifyService.HeightRequest = 200;
     this.TrwModifyService.CanFocus      = true;
     this.TrwModifyService.Name          = "TrwModifyService";
     this.GtkScrolledWindow.Add(this.TrwModifyService);
     this.fixed1.Add(this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.GtkScrolledWindow]));
     w10.X = 52;
     w10.Y = 181;
     this.Add(this.fixed1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 731;
     this.DefaultHeight = 3481;
     this.Show();
     this.button1.Clicked += new global::System.EventHandler(this.OnBtnActualizarClicked);
     this.button2.Clicked += new global::System.EventHandler(this.OnBtnEliminarClicked);
     this.TrwModifyService.CursorChanged += new global::System.EventHandler(this.OnTvwUsuariosCursorChanged);
 }
Example #49
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Mr. Fuji Bot");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.TitleLabel           = new global::Gtk.Label();
     this.TitleLabel.Name      = "TitleLabel";
     this.TitleLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Mr. Fuji Bot Control Panel");
     this.fixed1.Add(this.TitleLabel);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.TitleLabel]));
     w1.X = 15;
     w1.Y = 15;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.AccessTokenLabel           = new global::Gtk.Label();
     this.AccessTokenLabel.Name      = "AccessTokenLabel";
     this.AccessTokenLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Access Token:");
     this.fixed1.Add(this.AccessTokenLabel);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.AccessTokenLabel]));
     w2.X = 15;
     w2.Y = 75;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.AccessTokenEntry               = new global::Gtk.Entry();
     this.AccessTokenEntry.CanFocus      = true;
     this.AccessTokenEntry.Name          = "AccessTokenEntry";
     this.AccessTokenEntry.IsEditable    = true;
     this.AccessTokenEntry.WidthChars    = 17;
     this.AccessTokenEntry.InvisibleChar = '●';
     this.fixed1.Add(this.AccessTokenEntry);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.AccessTokenEntry]));
     w3.X = 155;
     w3.Y = 70;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.StartButton = new global::Gtk.Button();
     this.StartButton.WidthRequest = 100;
     this.StartButton.CanFocus     = true;
     this.StartButton.Name         = "StartButton";
     this.StartButton.UseUnderline = true;
     this.StartButton.Label        = global::Mono.Unix.Catalog.GetString("Start");
     this.fixed1.Add(this.StartButton);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.StartButton]));
     w4.X = 15;
     w4.Y = 105;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.StopButton = new global::Gtk.Button();
     this.StopButton.WidthRequest = 100;
     this.StopButton.CanFocus     = true;
     this.StopButton.Name         = "StopButton";
     this.StopButton.UseUnderline = true;
     this.StopButton.Label        = global::Mono.Unix.Catalog.GetString("Stop");
     this.fixed1.Add(this.StopButton);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.StopButton]));
     w5.X = 120;
     w5.Y = 105;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.StatusEntry               = new global::Gtk.Entry();
     this.StatusEntry.CanFocus      = true;
     this.StatusEntry.Name          = "StatusEntry";
     this.StatusEntry.Text          = global::Mono.Unix.Catalog.GetString("Stopped");
     this.StatusEntry.IsEditable    = false;
     this.StatusEntry.WidthChars    = 15;
     this.StatusEntry.InvisibleChar = '●';
     this.fixed1.Add(this.StatusEntry);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.StatusEntry]));
     w6.X = 265;
     w6.Y = 108;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.AddUserButton = new global::Gtk.Button();
     this.AddUserButton.WidthRequest = 120;
     this.AddUserButton.CanFocus     = true;
     this.AddUserButton.Name         = "AddUserButton";
     this.AddUserButton.UseUnderline = true;
     this.AddUserButton.Label        = global::Mono.Unix.Catalog.GetString("Add User");
     this.fixed1.Add(this.AddUserButton);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.AddUserButton]));
     w7.X = 197;
     w7.Y = 163;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.RemoveUserButton = new global::Gtk.Button();
     this.RemoveUserButton.WidthRequest = 120;
     this.RemoveUserButton.CanFocus     = true;
     this.RemoveUserButton.Name         = "RemoveUserButton";
     this.RemoveUserButton.UseUnderline = true;
     this.RemoveUserButton.Label        = global::Mono.Unix.Catalog.GetString("Remove User");
     this.fixed1.Add(this.RemoveUserButton);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.RemoveUserButton]));
     w8.X = 197;
     w8.Y = 190;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.AutoStartCheckbox               = new global::Gtk.CheckButton();
     this.AutoStartCheckbox.CanFocus      = true;
     this.AutoStartCheckbox.Name          = "AutoStartCheckbox";
     this.AutoStartCheckbox.Label         = global::Mono.Unix.Catalog.GetString("Auto-start");
     this.AutoStartCheckbox.DrawIndicator = true;
     this.AutoStartCheckbox.UseUnderline  = true;
     this.fixed1.Add(this.AutoStartCheckbox);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.AutoStartCheckbox]));
     w9.X = 400;
     w9.Y = 109;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GenerationBox = global::Gtk.ComboBox.NewText();
     this.GenerationBox.AppendText(global::Mono.Unix.Catalog.GetString("Generation 1"));
     this.GenerationBox.AppendText(global::Mono.Unix.Catalog.GetString("Generation 2"));
     this.GenerationBox.AppendText(global::Mono.Unix.Catalog.GetString("Generation 3"));
     this.GenerationBox.AppendText(global::Mono.Unix.Catalog.GetString("Generation 4"));
     this.GenerationBox.AppendText(global::Mono.Unix.Catalog.GetString("Generation 5"));
     this.GenerationBox.AppendText(global::Mono.Unix.Catalog.GetString("Generation 6"));
     this.GenerationBox.AppendText(global::Mono.Unix.Catalog.GetString("Generation 7"));
     this.GenerationBox.WidthRequest = 125;
     this.GenerationBox.CanDefault   = true;
     this.GenerationBox.Name         = "GenerationBox";
     this.GenerationBox.Active       = 6;
     this.fixed1.Add(this.GenerationBox);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.GenerationBox]));
     w10.X = 349;
     w10.Y = 163;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.UserList = new global::Gtk.TreeView();
     this.UserList.WidthRequest    = 150;
     this.UserList.CanFocus        = true;
     this.UserList.Name            = "UserList";
     this.UserList.FixedHeightMode = true;
     this.UserList.HeadersVisible  = false;
     this.UserList.Reorderable     = true;
     this.GtkScrolledWindow.Add(this.UserList);
     this.fixed1.Add(this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.GtkScrolledWindow]));
     w12.X = 25;
     w12.Y = 161;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.UsernameLabel           = new global::Gtk.Label();
     this.UsernameLabel.Name      = "UsernameLabel";
     this.UsernameLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Twitch Bot Username:"******"UsernameEntry";
     this.UsernameEntry.IsEditable    = true;
     this.UsernameEntry.WidthChars    = 17;
     this.UsernameEntry.InvisibleChar = '●';
     this.fixed1.Add(this.UsernameEntry);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.UsernameEntry]));
     w14.X = 155;
     w14.Y = 40;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.ChannelEntry               = new global::Gtk.Entry();
     this.ChannelEntry.CanFocus      = true;
     this.ChannelEntry.Name          = "ChannelEntry";
     this.ChannelEntry.IsEditable    = true;
     this.ChannelEntry.WidthChars    = 17;
     this.ChannelEntry.InvisibleChar = '●';
     this.fixed1.Add(this.ChannelEntry);
     global::Gtk.Fixed.FixedChild w15 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.ChannelEntry]));
     w15.X = 410;
     w15.Y = 40;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.ChannelLabel           = new global::Gtk.Label();
     this.ChannelLabel.Name      = "ChannelLabel";
     this.ChannelLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Twitch Channel:");
     this.fixed1.Add(this.ChannelLabel);
     global::Gtk.Fixed.FixedChild w16 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.ChannelLabel]));
     w16.X = 305;
     w16.Y = 46;
     this.Add(this.fixed1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth             = 561;
     this.DefaultHeight            = 265;
     this.GenerationBox.HasDefault = true;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.AccessTokenEntry.FocusOutEvent += new global::Gtk.FocusOutEventHandler(this.OnAccessTokenLostFocus);
     this.StartButton.Clicked            += new global::System.EventHandler(this.OnStartClick);
     this.StopButton.Clicked             += new global::System.EventHandler(this.OnStopClick);
     this.AddUserButton.Clicked          += new global::System.EventHandler(this.OnAddUserClick);
     this.RemoveUserButton.Clicked       += new global::System.EventHandler(this.OnRemoveUserClick);
     this.AutoStartCheckbox.Toggled      += new global::System.EventHandler(this.OnAutoStartToggle);
     this.GenerationBox.Changed          += new global::System.EventHandler(this.OnGenerationChanged);
     this.UsernameEntry.FocusOutEvent    += new global::Gtk.FocusOutEventHandler(this.OnBotUsernameLostFocus);
     this.ChannelEntry.FocusOutEvent     += new global::Gtk.FocusOutEventHandler(this.OnChannelLostFocus);
 }
Example #50
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget NPR.StationSearchWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "NPR.StationSearchWidget";
     // Container child NPR.StationSearchWidget.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.my_stations              = new global::Gtk.Button();
     this.my_stations.CanFocus     = true;
     this.my_stations.Name         = "my_stations";
     this.my_stations.UseUnderline = true;
     this.my_stations.Label        = global::Mono.Unix.Catalog.GetString("My _Stations");
     this.hbox1.Add(this.my_stations);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.my_stations]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.ZipEntry              = new global::Docky.Widgets.SearchEntry();
     this.ZipEntry.Name         = "ZipEntry";
     this.ZipEntry.EmptyMessage = "Zip Code";
     this.ZipEntry.Ready        = true;
     this.ZipEntry.HasFocus     = true;
     this.hbox1.Add(this.ZipEntry);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.ZipEntry]));
     w2.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.Search              = new global::Gtk.Button();
     this.Search.CanFocus     = true;
     this.Search.Name         = "Search";
     this.Search.UseUnderline = true;
     this.Search.Label        = global::Mono.Unix.Catalog.GetString("S_earch");
     global::Gtk.Image w3 = new global::Gtk.Image();
     w3.Pixbuf         = global::Stetic.IconLoader.LoadIcon(this, "gtk-find", global::Gtk.IconSize.Menu);
     this.Search.Image = w3;
     this.hbox1.Add(this.Search);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.Search]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.stationsScroll                  = new global::Gtk.ScrolledWindow();
     this.stationsScroll.CanFocus         = true;
     this.stationsScroll.Name             = "stationsScroll";
     this.stationsScroll.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.stationsScroll.ShadowType       = ((global::Gtk.ShadowType)(1));
     // Container child stationsScroll.Gtk.Container+ContainerChild
     global::Gtk.Viewport w6 = new global::Gtk.Viewport();
     w6.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.tileview          = new global::Docky.Widgets.TileView();
     this.tileview.Name     = "tileview";
     this.tileview.IconSize = 64;
     w6.Add(this.tileview);
     this.stationsScroll.Add(w6);
     this.vbox1.Add(this.stationsScroll);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.stationsScroll]));
     w9.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.my_stations.Clicked += new global::System.EventHandler(this.MyStationsClicked);
     this.Search.Clicked      += new global::System.EventHandler(this.SearchClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Seguridad.FrmUsuarios
     this.WidthRequest   = 860;
     this.HeightRequest  = 620;
     this.Name           = "Seguridad.FrmUsuarios";
     this.Title          = global::Mono.Unix.Catalog.GetString("FrmUsuarios");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable      = false;
     // Container child Seguridad.FrmUsuarios.Gtk.Container+ContainerChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.lblusuario           = new global::Gtk.Label();
     this.lblusuario.Name      = "lblusuario";
     this.lblusuario.LabelProp = global::Mono.Unix.Catalog.GetString("Usuario:");
     this.fixed1.Add(this.lblusuario);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.lblusuario]));
     w1.X = 379;
     w1.Y = 79;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.lblemail           = new global::Gtk.Label();
     this.lblemail.Name      = "lblemail";
     this.lblemail.LabelProp = global::Mono.Unix.Catalog.GetString("Correo electronico:");
     this.fixed1.Add(this.lblemail);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.lblemail]));
     w2.X = 14;
     w2.Y = 184;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.lblrepitaClave           = new global::Gtk.Label();
     this.lblrepitaClave.Name      = "lblrepitaClave";
     this.lblrepitaClave.LabelProp = global::Mono.Unix.Catalog.GetString("Repita contrasena:");
     this.fixed1.Add(this.lblrepitaClave);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.lblrepitaClave]));
     w3.X = 373;
     w3.Y = 176;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.lblclave           = new global::Gtk.Label();
     this.lblclave.Name      = "lblclave";
     this.lblclave.LabelProp = global::Mono.Unix.Catalog.GetString("Contrasena:");
     this.fixed1.Add(this.lblclave);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.lblclave]));
     w4.X = 377;
     w4.Y = 130;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.txtEmail               = new global::Gtk.Entry();
     this.txtEmail.CanFocus      = true;
     this.txtEmail.Name          = "txtEmail";
     this.txtEmail.IsEditable    = true;
     this.txtEmail.InvisibleChar = '•';
     this.fixed1.Add(this.txtEmail);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.txtEmail]));
     w5.X = 150;
     w5.Y = 176;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.txtRepitaClave               = new global::Gtk.Entry();
     this.txtRepitaClave.CanFocus      = true;
     this.txtRepitaClave.Name          = "txtRepitaClave";
     this.txtRepitaClave.IsEditable    = true;
     this.txtRepitaClave.WidthChars    = 30;
     this.txtRepitaClave.Visibility    = false;
     this.txtRepitaClave.InvisibleChar = '•';
     this.fixed1.Add(this.txtRepitaClave);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.txtRepitaClave]));
     w6.X = 509;
     w6.Y = 168;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.txtNombre               = new global::Gtk.Entry();
     this.txtNombre.CanFocus      = true;
     this.txtNombre.Name          = "txtNombre";
     this.txtNombre.IsEditable    = true;
     this.txtNombre.InvisibleChar = '•';
     this.fixed1.Add(this.txtNombre);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.txtNombre]));
     w7.X = 149;
     w7.Y = 84;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.txtApellidos               = new global::Gtk.Entry();
     this.txtApellidos.CanFocus      = true;
     this.txtApellidos.Name          = "txtApellidos";
     this.txtApellidos.IsEditable    = true;
     this.txtApellidos.InvisibleChar = '•';
     this.fixed1.Add(this.txtApellidos);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.txtApellidos]));
     w8.X = 148;
     w8.Y = 129;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.txtUsuario               = new global::Gtk.Entry();
     this.txtUsuario.CanFocus      = true;
     this.txtUsuario.Name          = "txtUsuario";
     this.txtUsuario.IsEditable    = true;
     this.txtUsuario.WidthChars    = 30;
     this.txtUsuario.InvisibleChar = '•';
     this.fixed1.Add(this.txtUsuario);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.txtUsuario]));
     w9.X = 510;
     w9.Y = 74;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.txtClave               = new global::Gtk.Entry();
     this.txtClave.CanFocus      = true;
     this.txtClave.Name          = "txtClave";
     this.txtClave.IsEditable    = true;
     this.txtClave.WidthChars    = 30;
     this.txtClave.Visibility    = false;
     this.txtClave.InvisibleChar = '•';
     this.fixed1.Add(this.txtClave);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.txtClave]));
     w10.X = 510;
     w10.Y = 122;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnEliminar              = new global::Gtk.Button();
     this.btnEliminar.CanFocus     = true;
     this.btnEliminar.Name         = "btnEliminar";
     this.btnEliminar.UseUnderline = true;
     this.btnEliminar.Label        = global::Mono.Unix.Catalog.GetString("Eliminar");
     this.fixed1.Add(this.btnEliminar);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.btnEliminar]));
     w11.X = 698;
     w11.Y = 207;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnCancelar              = new global::Gtk.Button();
     this.btnCancelar.CanFocus     = true;
     this.btnCancelar.Name         = "btnCancelar";
     this.btnCancelar.UseUnderline = true;
     this.btnCancelar.Label        = global::Mono.Unix.Catalog.GetString("Cancelar");
     this.fixed1.Add(this.btnCancelar);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.btnCancelar]));
     w12.X = 620;
     w12.Y = 207;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnGuardar              = new global::Gtk.Button();
     this.btnGuardar.CanFocus     = true;
     this.btnGuardar.Name         = "btnGuardar";
     this.btnGuardar.UseUnderline = true;
     this.btnGuardar.Label        = global::Mono.Unix.Catalog.GetString("Guardar");
     this.fixed1.Add(this.btnGuardar);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.btnGuardar]));
     w13.X = 545;
     w13.Y = 207;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.txtBuscar               = new global::Gtk.Entry();
     this.txtBuscar.CanFocus      = true;
     this.txtBuscar.Name          = "txtBuscar";
     this.txtBuscar.IsEditable    = true;
     this.txtBuscar.WidthChars    = 85;
     this.txtBuscar.InvisibleChar = '•';
     this.fixed1.Add(this.txtBuscar);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.txtBuscar]));
     w14.X = 21;
     w14.Y = 249;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.btnBuscar = new global::Gtk.Button();
     this.btnBuscar.WidthRequest = 80;
     this.btnBuscar.CanFocus     = true;
     this.btnBuscar.Name         = "btnBuscar";
     this.btnBuscar.UseUnderline = true;
     this.btnBuscar.Label        = global::Mono.Unix.Catalog.GetString("Buscar");
     this.fixed1.Add(this.btnBuscar);
     global::Gtk.Fixed.FixedChild w15 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.btnBuscar]));
     w15.X = 723;
     w15.Y = 248;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("CONTROL DE USUARIOS");
     this.fixed1.Add(this.label1);
     global::Gtk.Fixed.FixedChild w16 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.label1]));
     w16.X = 346;
     w16.Y = 16;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.lblapellido           = new global::Gtk.Label();
     this.lblapellido.Name      = "lblapellido";
     this.lblapellido.LabelProp = global::Mono.Unix.Catalog.GetString("Apellidos:");
     this.fixed1.Add(this.lblapellido);
     global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.lblapellido]));
     w17.X = 16;
     w17.Y = 132;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.lblnombres           = new global::Gtk.Label();
     this.lblnombres.Name      = "lblnombres";
     this.lblnombres.LabelProp = global::Mono.Unix.Catalog.GetString("Nombre:");
     this.fixed1.Add(this.lblnombres);
     global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.lblnombres]));
     w18.X = 18;
     w18.Y = 85;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.tvwUsuario = new global::Gtk.ScrolledWindow();
     this.tvwUsuario.WidthRequest  = 713;
     this.tvwUsuario.HeightRequest = 0;
     this.tvwUsuario.Name          = "tvwUsuario";
     this.tvwUsuario.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child tvwUsuario.Gtk.Container+ContainerChild
     this.tvwUsuario1          = new global::Gtk.TreeView();
     this.tvwUsuario1.CanFocus = true;
     this.tvwUsuario1.Name     = "tvwUsuario1";
     this.tvwUsuario.Add(this.tvwUsuario1);
     this.fixed1.Add(this.tvwUsuario);
     global::Gtk.Fixed.FixedChild w20 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.tvwUsuario]));
     w20.X = 22;
     w20.Y = 291;
     this.Add(this.fixed1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 860;
     this.DefaultHeight = 620;
     this.Show();
     this.btnEliminar.Clicked += new global::System.EventHandler(this.onELiminarCLicked);
     this.btnCancelar.Clicked += new global::System.EventHandler(this.onCancelarClicked);
     this.btnGuardar.Clicked  += new global::System.EventHandler(this.onBtnGuardarClicked);
 }
 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::MonoDevelop.Core.GettextCatalog.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::MonoDevelop.Core.GettextCatalog.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.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::MonoDevelop.Core.GettextCatalog.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::MonoDevelop.Core.GettextCatalog.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::MonoDevelop.Core.GettextCatalog.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::MonoDevelop.Core.GettextCatalog.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::MonoDevelop.Core.GettextCatalog.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::MonoDevelop.Core.GettextCatalog.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);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.ViewWidgets.CommentsTemplateView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.ViewWidgets.CommentsTemplateView";
     // Container child Vodovoz.ViewWidgets.CommentsTemplateView.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.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Шаблоны");
     this.vbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ytreeComments          = new global::QSOrmProject.RepresentationTreeView();
     this.ytreeComments.CanFocus = true;
     this.ytreeComments.Name     = "ytreeComments";
     this.GtkScrolledWindow.Add(this.ytreeComments);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w3.Position = 1;
     // 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.buttonAdd              = new global::Gtk.Button();
     this.buttonAdd.Sensitive    = false;
     this.buttonAdd.CanFocus     = true;
     this.buttonAdd.Name         = "buttonAdd";
     this.buttonAdd.UseUnderline = true;
     this.buttonAdd.Label        = global::Mono.Unix.Catalog.GetString("Добавить");
     global::Gtk.Image w4 = new global::Gtk.Image();
     w4.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.buttonAdd.Image = w4;
     this.hbox1.Add(this.buttonAdd);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonAdd]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonEdit              = new global::Gtk.Button();
     this.buttonEdit.Sensitive    = false;
     this.buttonEdit.CanFocus     = true;
     this.buttonEdit.Name         = "buttonEdit";
     this.buttonEdit.UseUnderline = true;
     this.buttonEdit.Label        = global::Mono.Unix.Catalog.GetString("Изменить");
     global::Gtk.Image w6 = new global::Gtk.Image();
     w6.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-edit", global::Gtk.IconSize.Menu);
     this.buttonEdit.Image = w6;
     this.hbox1.Add(this.buttonEdit);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonEdit]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox1.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("Удалить");
     global::Gtk.Image w8 = new global::Gtk.Image();
     w8.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-delete", global::Gtk.IconSize.Menu);
     this.buttonDelete.Image = w8;
     this.hbox1.Add(this.buttonDelete);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonDelete]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.buttonAdd.Hide();
     this.buttonEdit.Hide();
     this.buttonDelete.Hide();
     this.Hide();
 }
Example #54
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget OPDtabGui.ShowRanking
     this.Name           = "OPDtabGui.ShowRanking";
     this.Title          = "ShowRanking";
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("OPDtabGui.AppIcon.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // Container child OPDtabGui.ShowRanking.Gtk.Container+ContainerChild
     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.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.cTeamsFilter             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.cTeamsFilter.Name        = "cTeamsFilter";
     this.cTeamsFilter.LeftPadding = ((uint)(6));
     this.hbox2.Add(this.cTeamsFilter);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.cTeamsFilter]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.cbTeamsOnlyHighlight               = new global::Gtk.CheckButton();
     this.cbTeamsOnlyHighlight.CanFocus      = true;
     this.cbTeamsOnlyHighlight.Name          = "cbTeamsOnlyHighlight";
     this.cbTeamsOnlyHighlight.Label         = "Only Highlight";
     this.cbTeamsOnlyHighlight.Active        = true;
     this.cbTeamsOnlyHighlight.DrawIndicator = true;
     this.cbTeamsOnlyHighlight.UseUnderline  = true;
     this.hbox2.Add(this.cbTeamsOnlyHighlight);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.cbTeamsOnlyHighlight]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow1      = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w4 = new global::Gtk.Viewport();
     w4.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.tableTeams      = new global::Gtk.Table(((uint)(3)), ((uint)(6)), false);
     this.tableTeams.Name = "tableTeams";
     // Container child tableTeams.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = "<b>Team</b>";
     this.label8.UseMarkup = true;
     this.tableTeams.Add(this.label8);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.tableTeams[this.label8]));
     w5.LeftAttach  = ((uint)(1));
     w5.RightAttach = ((uint)(6));
     w5.XPadding    = ((uint)(6));
     w5.XOptions    = ((global::Gtk.AttachOptions)(4));
     w5.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableTeams.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = "<b>Pos</b>";
     this.label9.UseMarkup = true;
     this.tableTeams.Add(this.label9);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableTeams[this.label9]));
     w6.XPadding = ((uint)(6));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     w4.Add(this.tableTeams);
     this.GtkScrolledWindow1.Add(w4);
     this.vbox3.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.GtkScrolledWindow1]));
     w9.Position = 1;
     this.notebook1.Add(this.vbox3);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = "Teams";
     this.notebook1.SetTabLabel(this.vbox3, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.cSpeakersFilter             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.cSpeakersFilter.Name        = "cSpeakersFilter";
     this.cSpeakersFilter.LeftPadding = ((uint)(6));
     this.hbox3.Add(this.cSpeakersFilter);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.cSpeakersFilter]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.cbSpeakersOnlyHighlight               = new global::Gtk.CheckButton();
     this.cbSpeakersOnlyHighlight.CanFocus      = true;
     this.cbSpeakersOnlyHighlight.Name          = "cbSpeakersOnlyHighlight";
     this.cbSpeakersOnlyHighlight.Label         = "Only Highlight";
     this.cbSpeakersOnlyHighlight.Active        = true;
     this.cbSpeakersOnlyHighlight.DrawIndicator = true;
     this.cbSpeakersOnlyHighlight.UseUnderline  = true;
     this.hbox3.Add(this.cbSpeakersOnlyHighlight);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.cbSpeakersOnlyHighlight]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow      = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     global::Gtk.Viewport w14 = new global::Gtk.Viewport();
     w14.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.tableSpeakers      = new global::Gtk.Table(((uint)(3)), ((uint)(6)), false);
     this.tableSpeakers.Name = "tableSpeakers";
     // Container child tableSpeakers.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = "<b>Pos</b>";
     this.label6.UseMarkup = true;
     this.tableSpeakers.Add(this.label6);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableSpeakers[this.label6]));
     w15.XPadding = ((uint)(6));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableSpeakers.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = "<b>Speaker</b>";
     this.label7.UseMarkup = true;
     this.tableSpeakers.Add(this.label7);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableSpeakers[this.label7]));
     w16.LeftAttach  = ((uint)(1));
     w16.RightAttach = ((uint)(6));
     w16.XPadding    = ((uint)(6));
     w16.XOptions    = ((global::Gtk.AttachOptions)(4));
     w16.YOptions    = ((global::Gtk.AttachOptions)(4));
     w14.Add(this.tableSpeakers);
     this.GtkScrolledWindow.Add(w14);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w19.Position = 1;
     this.notebook1.Add(this.vbox1);
     global::Gtk.Notebook.NotebookChild w20 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox1]));
     w20.Position = 1;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = "Speakers";
     this.notebook1.SetTabLabel(this.vbox1, this.label3);
     this.label3.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow2                  = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name             = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     global::Gtk.Viewport w21 = new global::Gtk.Viewport();
     w21.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport2.Gtk.Container+ContainerChild
     this.tableJudges               = new global::Gtk.Table(((uint)(3)), ((uint)(4)), false);
     this.tableJudges.Name          = "tableJudges";
     this.tableJudges.ColumnSpacing = ((uint)(6));
     // Container child tableJudges.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 0F;
     this.label10.LabelProp = "<b>Judge</b>";
     this.label10.UseMarkup = true;
     this.tableJudges.Add(this.label10);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.tableJudges[this.label10]));
     w22.XOptions = ((global::Gtk.AttachOptions)(4));
     w22.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableJudges.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 0F;
     this.label11.LabelProp = "<b>Stats</b>";
     this.label11.UseMarkup = true;
     this.tableJudges.Add(this.label11);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.tableJudges[this.label11]));
     w23.LeftAttach  = ((uint)(1));
     w23.RightAttach = ((uint)(4));
     w23.XOptions    = ((global::Gtk.AttachOptions)(4));
     w23.YOptions    = ((global::Gtk.AttachOptions)(4));
     w21.Add(this.tableJudges);
     this.GtkScrolledWindow2.Add(w21);
     this.notebook1.Add(this.GtkScrolledWindow2);
     global::Gtk.Notebook.NotebookChild w26 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.GtkScrolledWindow2]));
     w26.Position = 2;
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = "Judges";
     this.notebook1.SetTabLabel(this.GtkScrolledWindow2, 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.hbuttonbox1             = new global::Gtk.HButtonBox();
     this.hbuttonbox1.Name        = "hbuttonbox1";
     this.hbuttonbox1.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(3));
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnExportPDF              = new global::Gtk.Button();
     this.btnExportPDF.CanFocus     = true;
     this.btnExportPDF.Name         = "btnExportPDF";
     this.btnExportPDF.UseUnderline = true;
     this.btnExportPDF.Label        = "Export as PDF";
     this.hbuttonbox1.Add(this.btnExportPDF);
     global::Gtk.ButtonBox.ButtonBoxChild w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1[this.btnExportPDF]));
     w27.Expand = false;
     w27.Fill   = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnExportCSV              = new global::Gtk.Button();
     this.btnExportCSV.CanFocus     = true;
     this.btnExportCSV.Name         = "btnExportCSV";
     this.btnExportCSV.UseUnderline = true;
     this.btnExportCSV.Label        = "Export as CSV";
     this.hbuttonbox1.Add(this.btnExportCSV);
     global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1[this.btnExportCSV]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnUpdate              = new global::Gtk.Button();
     this.btnUpdate.CanFocus     = true;
     this.btnUpdate.Name         = "btnUpdate";
     this.btnUpdate.UseUnderline = true;
     this.btnUpdate.Label        = "Update All";
     global::Gtk.Image w29 = new global::Gtk.Image();
     w29.Pixbuf           = global::Stetic.IconLoader.LoadIcon(this, "gtk-redo", global::Gtk.IconSize.Menu);
     this.btnUpdate.Image = w29;
     this.hbuttonbox1.Add(this.btnUpdate);
     global::Gtk.ButtonBox.ButtonBoxChild w30 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1[this.btnUpdate]));
     w30.Position = 2;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.btnResultsCSVExport              = new global::Gtk.Button();
     this.btnResultsCSVExport.CanFocus     = true;
     this.btnResultsCSVExport.Name         = "btnResultsCSVExport";
     this.btnResultsCSVExport.UseUnderline = true;
     this.btnResultsCSVExport.Label        = "Export Round Results";
     this.hbuttonbox1.Add(this.btnResultsCSVExport);
     global::Gtk.ButtonBox.ButtonBoxChild w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1[this.btnResultsCSVExport]));
     w31.Position = 3;
     w31.Expand   = false;
     w31.Fill     = false;
     this.vbox2.Add(this.hbuttonbox1);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbuttonbox1]));
     w32.Position = 0;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = "Mark Break:";
     this.hbox1.Add(this.label12);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label12]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.cbSelectMarking      = global::Gtk.ComboBox.NewText();
     this.cbSelectMarking.Name = "cbSelectMarking";
     this.hbox1.Add(this.cbSelectMarking);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.cbSelectMarking]));
     w34.Position = 1;
     w34.Expand   = false;
     w34.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w35.Position = 1;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment1      = new global::Gtk.Alignment(0F, 0F, 0F, 0F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.frame1      = new global::Gtk.Frame();
     this.frame1.Name = "frame1";
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment1               = new global::Gtk.Alignment(0F, 0F, 0F, 0F);
     this.GtkAlignment1.Name          = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding   = ((uint)(12));
     this.GtkAlignment1.TopPadding    = ((uint)(6));
     this.GtkAlignment1.RightPadding  = ((uint)(6));
     this.GtkAlignment1.BottomPadding = ((uint)(6));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.tableRounds               = new global::Gtk.Table(((uint)(3)), ((uint)(4)), false);
     this.tableRounds.Name          = "tableRounds";
     this.tableRounds.RowSpacing    = ((uint)(6));
     this.tableRounds.ColumnSpacing = ((uint)(6));
     // Container child tableRounds.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 0F;
     this.label13.LabelProp = "Name";
     this.tableRounds.Add(this.label13);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.tableRounds[this.label13]));
     w36.LeftAttach  = ((uint)(2));
     w36.RightAttach = ((uint)(3));
     w36.XOptions    = ((global::Gtk.AttachOptions)(4));
     w36.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child tableRounds.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = "Gov / Opp";
     this.tableRounds.Add(this.label5);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.tableRounds[this.label5]));
     w37.LeftAttach  = ((uint)(3));
     w37.RightAttach = ((uint)(4));
     w37.XOptions    = ((global::Gtk.AttachOptions)(4));
     w37.YOptions    = ((global::Gtk.AttachOptions)(0));
     this.GtkAlignment1.Add(this.tableRounds);
     this.frame1.Add(this.GtkAlignment1);
     this.GtkLabel5           = new global::Gtk.Label();
     this.GtkLabel5.Name      = "GtkLabel5";
     this.GtkLabel5.LabelProp = "<b>Selected Rounds</b>";
     this.GtkLabel5.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel5;
     this.alignment1.Add(this.frame1);
     this.vbox2.Add(this.alignment1);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment1]));
     w41.Position = 2;
     w41.Expand   = false;
     w41.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment2      = new global::Gtk.Alignment(0F, 0F, 0F, 0F);
     this.alignment2.Name = "alignment2";
     // Container child alignment2.Gtk.Container+ContainerChild
     this.frame2      = new global::Gtk.Frame();
     this.frame2.Name = "frame2";
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment2               = new global::Gtk.Alignment(0F, 0F, 0F, 0F);
     this.GtkAlignment2.Name          = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding   = ((uint)(12));
     this.GtkAlignment2.TopPadding    = ((uint)(6));
     this.GtkAlignment2.RightPadding  = ((uint)(6));
     this.GtkAlignment2.BottomPadding = ((uint)(6));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.tableAvgPoints               = new global::Gtk.Table(((uint)(12)), ((uint)(2)), false);
     this.tableAvgPoints.Name          = "tableAvgPoints";
     this.tableAvgPoints.RowSpacing    = ((uint)(6));
     this.tableAvgPoints.ColumnSpacing = ((uint)(6));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 0F;
     this.label14.LabelProp = "<small>Gov1</small>";
     this.label14.UseMarkup = true;
     this.tableAvgPoints.Add(this.label14);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints[this.label14]));
     w42.TopAttach    = ((uint)(1));
     w42.BottomAttach = ((uint)(2));
     w42.XOptions     = ((global::Gtk.AttachOptions)(4));
     w42.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.Xalign    = 0F;
     this.label15.LabelProp = "<small>Opp1</small>";
     this.label15.UseMarkup = true;
     this.tableAvgPoints.Add(this.label15);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints[this.label15]));
     w43.TopAttach    = ((uint)(2));
     w43.BottomAttach = ((uint)(3));
     w43.XOptions     = ((global::Gtk.AttachOptions)(4));
     w43.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label16           = new global::Gtk.Label();
     this.label16.Name      = "label16";
     this.label16.Xalign    = 0F;
     this.label16.LabelProp = "<small>Gov2</small>";
     this.label16.UseMarkup = true;
     this.tableAvgPoints.Add(this.label16);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints[this.label16]));
     w44.TopAttach    = ((uint)(3));
     w44.BottomAttach = ((uint)(4));
     w44.XOptions     = ((global::Gtk.AttachOptions)(4));
     w44.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label17           = new global::Gtk.Label();
     this.label17.Name      = "label17";
     this.label17.Xalign    = 0F;
     this.label17.LabelProp = "<small>Opp2</small>";
     this.label17.UseMarkup = true;
     this.tableAvgPoints.Add(this.label17);
     global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints[this.label17]));
     w45.TopAttach    = ((uint)(4));
     w45.BottomAttach = ((uint)(5));
     w45.XOptions     = ((global::Gtk.AttachOptions)(4));
     w45.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label18           = new global::Gtk.Label();
     this.label18.Name      = "label18";
     this.label18.Xalign    = 0F;
     this.label18.LabelProp = "<small>Free1</small>";
     this.label18.UseMarkup = true;
     this.tableAvgPoints.Add(this.label18);
     global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints[this.label18]));
     w46.TopAttach    = ((uint)(5));
     w46.BottomAttach = ((uint)(6));
     w46.XOptions     = ((global::Gtk.AttachOptions)(4));
     w46.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label19           = new global::Gtk.Label();
     this.label19.Name      = "label19";
     this.label19.Xalign    = 0F;
     this.label19.LabelProp = "<small>Free2</small>";
     this.label19.UseMarkup = true;
     this.tableAvgPoints.Add(this.label19);
     global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints[this.label19]));
     w47.TopAttach    = ((uint)(6));
     w47.BottomAttach = ((uint)(7));
     w47.XOptions     = ((global::Gtk.AttachOptions)(4));
     w47.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label20           = new global::Gtk.Label();
     this.label20.Name      = "label20";
     this.label20.Xalign    = 0F;
     this.label20.LabelProp = "<small>Free3</small>";
     this.label20.UseMarkup = true;
     this.tableAvgPoints.Add(this.label20);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints[this.label20]));
     w48.TopAttach    = ((uint)(7));
     w48.BottomAttach = ((uint)(8));
     w48.XOptions     = ((global::Gtk.AttachOptions)(4));
     w48.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label21           = new global::Gtk.Label();
     this.label21.Name      = "label21";
     this.label21.Xalign    = 0F;
     this.label21.LabelProp = "<small>Opp3</small>";
     this.label21.UseMarkup = true;
     this.tableAvgPoints.Add(this.label21);
     global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints[this.label21]));
     w49.TopAttach    = ((uint)(8));
     w49.BottomAttach = ((uint)(9));
     w49.XOptions     = ((global::Gtk.AttachOptions)(4));
     w49.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label22           = new global::Gtk.Label();
     this.label22.Name      = "label22";
     this.label22.Xalign    = 0F;
     this.label22.LabelProp = "<small>Gov3</small>";
     this.label22.UseMarkup = true;
     this.tableAvgPoints.Add(this.label22);
     global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints[this.label22]));
     w50.TopAttach    = ((uint)(9));
     w50.BottomAttach = ((uint)(10));
     w50.XOptions     = ((global::Gtk.AttachOptions)(4));
     w50.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label23           = new global::Gtk.Label();
     this.label23.Name      = "label23";
     this.label23.Xalign    = 0F;
     this.label23.LabelProp = "<small>Gov</small>";
     this.label23.UseMarkup = true;
     this.tableAvgPoints.Add(this.label23);
     global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints[this.label23]));
     w51.TopAttach    = ((uint)(10));
     w51.BottomAttach = ((uint)(11));
     w51.XOptions     = ((global::Gtk.AttachOptions)(4));
     w51.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child tableAvgPoints.Gtk.Table+TableChild
     this.label24           = new global::Gtk.Label();
     this.label24.Name      = "label24";
     this.label24.Xalign    = 0F;
     this.label24.LabelProp = "<small>Opp</small>";
     this.label24.UseMarkup = true;
     this.tableAvgPoints.Add(this.label24);
     global::Gtk.Table.TableChild w52 = ((global::Gtk.Table.TableChild)(this.tableAvgPoints[this.label24]));
     w52.TopAttach    = ((uint)(11));
     w52.BottomAttach = ((uint)(12));
     w52.XOptions     = ((global::Gtk.AttachOptions)(4));
     w52.YOptions     = ((global::Gtk.AttachOptions)(0));
     this.GtkAlignment2.Add(this.tableAvgPoints);
     this.frame2.Add(this.GtkAlignment2);
     this.GtkLabel6           = new global::Gtk.Label();
     this.GtkLabel6.Name      = "GtkLabel6";
     this.GtkLabel6.LabelProp = "<b>Average Points</b>";
     this.GtkLabel6.UseMarkup = true;
     this.frame2.LabelWidget  = this.GtkLabel6;
     this.alignment2.Add(this.frame2);
     this.vbox2.Add(this.alignment2);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment2]));
     w56.Position = 3;
     w56.Expand   = false;
     w56.Fill     = false;
     this.notebook1.Add(this.vbox2);
     global::Gtk.Notebook.NotebookChild w57 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox2]));
     w57.Position = 3;
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = "Options & Tools";
     this.notebook1.SetTabLabel(this.vbox2, this.label4);
     this.label4.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 616;
     this.DefaultHeight = 780;
     this.Hide();
     this.btnExportPDF.Clicked        += new global::System.EventHandler(this.OnBtnExportPDFClicked);
     this.btnExportCSV.Clicked        += new global::System.EventHandler(this.OnBtnExportCSVClicked);
     this.btnResultsCSVExport.Clicked += new global::System.EventHandler(this.OnBtnResultsCSVExportClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Debugger.ExceptionsDialog
     this.Name           = "MonoDevelop.Debugger.ExceptionsDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Exceptions");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(3));
     // Internal child MonoDevelop.Debugger.ExceptionsDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox1             = new global::Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Spacing     = 6;
     this.hbox1.BorderWidth = ((uint)(9));
     // 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.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Exceptions:");
     this.vbox4.Add(this.label2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label2]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // 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.image15        = new global::Gtk.Image();
     this.image15.Name   = "image15";
     this.image15.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-find", global::Gtk.IconSize.Menu);
     this.hbox2.Add(this.image15);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.image15]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entryFilter               = new global::Gtk.Entry();
     this.entryFilter.CanFocus      = true;
     this.entryFilter.Name          = "entryFilter";
     this.entryFilter.IsEditable    = true;
     this.entryFilter.InvisibleChar = '●';
     this.hbox2.Add(this.entryFilter);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entryFilter]));
     w4.Position = 1;
     this.vbox4.Add(this.hbox2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox4.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.treeExceptions                = new global::Gtk.TreeView();
     this.treeExceptions.CanFocus       = true;
     this.treeExceptions.Name           = "treeExceptions";
     this.treeExceptions.HeadersVisible = false;
     this.GtkScrolledWindow.Add(this.treeExceptions);
     this.vbox4.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow]));
     w7.Position = 2;
     this.hbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
     w8.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 12;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label1      = new global::Gtk.Label();
     this.label1.Name = "label1";
     this.vbox3.Add(this.label1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1]));
     w9.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.buttonAdd              = new global::Gtk.Button();
     this.buttonAdd.CanFocus     = true;
     this.buttonAdd.Name         = "buttonAdd";
     this.buttonAdd.UseUnderline = true;
     // Container child buttonAdd.Gtk.Container+ContainerChild
     global::Gtk.Alignment w10 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w11 = new global::Gtk.HBox();
     w11.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w12 = new global::Gtk.Image();
     w12.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-forward", global::Gtk.IconSize.Menu);
     w11.Add(w12);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w14 = new global::Gtk.Label();
     w11.Add(w14);
     w10.Add(w11);
     this.buttonAdd.Add(w10);
     this.vbox3.Add(this.buttonAdd);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonAdd]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.buttonRemove              = new global::Gtk.Button();
     this.buttonRemove.CanFocus     = true;
     this.buttonRemove.Name         = "buttonRemove";
     this.buttonRemove.UseUnderline = true;
     // Container child buttonRemove.Gtk.Container+ContainerChild
     global::Gtk.Alignment w19 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w20 = new global::Gtk.HBox();
     w20.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w21 = new global::Gtk.Image();
     w21.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-back", global::Gtk.IconSize.Menu);
     w20.Add(w21);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w23 = new global::Gtk.Label();
     w20.Add(w23);
     w19.Add(w20);
     this.buttonRemove.Add(w19);
     this.vbox3.Add(this.buttonRemove);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonRemove]));
     w27.Position = 2;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label4      = new global::Gtk.Label();
     this.label4.Name = "label4";
     this.vbox3.Add(this.label4);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label4]));
     w28.Position = 3;
     this.hbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     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("Stop in exceptions:");
     this.vbox5.Add(this.label3);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.label3]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbox5.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.treeSelected                = new global::Gtk.TreeView();
     this.treeSelected.CanFocus       = true;
     this.treeSelected.Name           = "treeSelected";
     this.treeSelected.HeadersVisible = false;
     this.GtkScrolledWindow1.Add(this.treeSelected);
     this.vbox5.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.GtkScrolledWindow1]));
     w32.Position = 1;
     this.hbox1.Add(this.vbox5);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox5]));
     w33.Position = 2;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
     w34.Position = 0;
     // Internal child MonoDevelop.Debugger.ExceptionsDialog.ActionArea
     global::Gtk.HButtonBox w35 = this.ActionArea;
     w35.Name        = "dialog1_ActionArea";
     w35.Spacing     = 6;
     w35.BorderWidth = ((uint)(5));
     w35.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 w36 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w35 [this.buttonCancel]));
     w36.Expand = false;
     w36.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 w37 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w35 [this.buttonOk]));
     w37.Position = 1;
     w37.Expand   = false;
     w37.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 910;
     this.DefaultHeight = 451;
     this.Hide();
     this.entryFilter.Changed          += new global::System.EventHandler(this.OnEntryFilterChanged);
     this.entryFilter.Activated        += new global::System.EventHandler(this.OnEntryFilterActivated);
     this.treeExceptions.KeyPressEvent += new global::Gtk.KeyPressEventHandler(this.OnTreeExceptionsKeyPressEvent);
     this.buttonAdd.Clicked            += new global::System.EventHandler(this.OnButtonAddClicked);
     this.buttonRemove.Clicked         += new global::System.EventHandler(this.OnButtonRemoveClicked);
     this.treeSelected.KeyPressEvent   += new global::Gtk.KeyPressEventHandler(this.OnTreeSelectedKeyPressEvent);
     this.buttonOk.Clicked             += new global::System.EventHandler(this.OnButtonOkClicked);
 }
Example #56
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.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.gridview                     = new global::GtkForms.FormsGridView();
     this.gridview.CanFocus            = true;
     this.gridview.Name                = "gridview";
     this.gridview.AutoGenerateColumns = true;
     this.gridview.FontSize            = 10;
     this.GtkScrolledWindow.Add(this.gridview);
     this.hbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
     w2.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     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.table1.BorderWidth   = ((uint)(4));
     // Container child table1.Gtk.Table+TableChild
     this.alignmentFavourite      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignmentFavourite.Name = "alignmentFavourite";
     // Container child alignmentFavourite.Gtk.Container+ContainerChild
     this.checkFavourite               = new global::GtkForms.FormsCheckButton();
     this.checkFavourite.CanFocus      = true;
     this.checkFavourite.Name          = "checkFavourite";
     this.checkFavourite.Label         = "";
     this.checkFavourite.DrawIndicator = true;
     this.checkFavourite.FontSize      = 10;
     this.alignmentFavourite.Add(this.checkFavourite);
     this.table1.Add(this.alignmentFavourite);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.alignmentFavourite]));
     w4.TopAttach    = ((uint)(3));
     w4.BottomAttach = ((uint)(4));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.alignmentPrice      = new global::Gtk.Alignment(1F, 0.5F, 0F, 1F);
     this.alignmentPrice.Name = "alignmentPrice";
     // Container child alignmentPrice.Gtk.Container+ContainerChild
     this.spinPrice = new global::GtkForms.FormsSpinButton();
     this.spinPrice.WidthRequest = 60;
     this.spinPrice.CanFocus     = true;
     this.spinPrice.Name         = "spinPrice";
     this.alignmentPrice.Add(this.spinPrice);
     this.table1.Add(this.alignmentPrice);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.alignmentPrice]));
     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.buttonLoad              = new global::Gtk.Button();
     this.buttonLoad.CanFocus     = true;
     this.buttonLoad.Name         = "buttonLoad";
     this.buttonLoad.UseUnderline = true;
     this.buttonLoad.Label        = global::Mono.Unix.Catalog.GetString("Load");
     this.table1.Add(this.buttonLoad);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.buttonLoad]));
     w7.TopAttach    = ((uint)(5));
     w7.BottomAttach = ((uint)(6));
     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.entryID               = new global::GtkForms.FormsEntry();
     this.entryID.CanFocus      = true;
     this.entryID.Name          = "entryID";
     this.entryID.IsEditable    = true;
     this.entryID.InvisibleChar = '●';
     this.entryID.FontSize      = 10;
     this.table1.Add(this.entryID);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryID]));
     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.entryName               = new global::GtkForms.FormsEntry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '●';
     this.entryName.FontSize      = 10;
     this.table1.Add(this.entryName);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryName]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelError           = new global::Gtk.Label();
     this.labelError.Name      = "labelError";
     this.labelError.LabelProp = global::Mono.Unix.Catalog.GetString("error message");
     this.table1.Add(this.labelError);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelError]));
     w10.TopAttach    = ((uint)(4));
     w10.BottomAttach = ((uint)(5));
     w10.RightAttach  = ((uint)(2));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelFavourite           = new global::GtkForms.FormsLabel();
     this.labelFavourite.Name      = "labelFavourite";
     this.labelFavourite.Xalign    = 1F;
     this.labelFavourite.Yalign    = 0F;
     this.labelFavourite.LabelProp = global::Mono.Unix.Catalog.GetString("Favourite");
     this.labelFavourite.FontSize  = 10;
     this.table1.Add(this.labelFavourite);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelFavourite]));
     w11.TopAttach    = ((uint)(3));
     w11.BottomAttach = ((uint)(4));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelID           = new global::GtkForms.FormsLabel();
     this.labelID.Name      = "labelID";
     this.labelID.Xalign    = 1F;
     this.labelID.Yalign    = 0F;
     this.labelID.LabelProp = global::Mono.Unix.Catalog.GetString("ID");
     this.labelID.FontSize  = 10;
     this.table1.Add(this.labelID);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelID]));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelName           = new global::GtkForms.FormsLabel();
     this.labelName.Name      = "labelName";
     this.labelName.Xalign    = 1F;
     this.labelName.Yalign    = 0F;
     this.labelName.LabelProp = global::Mono.Unix.Catalog.GetString("Company name\n");
     this.labelName.FontSize  = 10;
     this.table1.Add(this.labelName);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelName]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelPrice           = new global::GtkForms.FormsLabel();
     this.labelPrice.Name      = "labelPrice";
     this.labelPrice.Xalign    = 1F;
     this.labelPrice.Yalign    = 0F;
     this.labelPrice.LabelProp = global::Mono.Unix.Catalog.GetString("Price");
     this.labelPrice.FontSize  = 10;
     this.table1.Add(this.labelPrice);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelPrice]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table1]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 651;
     this.DefaultHeight = 300;
     this.labelError.Hide();
     this.Show();
     this.DeleteEvent          += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.entryName.Validating += new global::System.ComponentModel.CancelEventHandler(this.OnEntryNameValidating);
     this.buttonLoad.Clicked   += new global::System.EventHandler(this.ButtonLoad_Clicked);
 }
Example #57
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Deployment.DeployFileListWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Deployment.DeployFileListWidget";
     // Container child MonoDevelop.Deployment.DeployFileListWidget.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.labelFiles           = new global::Gtk.Label();
     this.labelFiles.Name      = "labelFiles";
     this.labelFiles.Xalign    = 0f;
     this.labelFiles.LabelProp = global::Mono.Unix.Catalog.GetString("The following files will be included in the package:");
     this.hbox1.Add(this.labelFiles);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.labelFiles]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboConfigs      = global::Gtk.ComboBox.NewText();
     this.comboConfigs.Name = "comboConfigs";
     this.hbox1.Add(this.comboConfigs);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboConfigs]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.fileList           = new global::Gtk.TreeView();
     this.fileList.CanFocus  = true;
     this.fileList.Name      = "fileList";
     this.fileList.RulesHint = true;
     this.scrolledwindow1.Add(this.fileList);
     this.vbox2.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.scrolledwindow1]));
     w5.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.comboConfigs.Changed += new global::System.EventHandler(this.OnComboConfigsChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.RouteListsFilter
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.RouteListsFilter";
     // Container child Vodovoz.RouteListsFilter.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(7)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.buttonStatusAll              = new global::Gtk.Button();
     this.buttonStatusAll.CanFocus     = true;
     this.buttonStatusAll.Name         = "buttonStatusAll";
     this.buttonStatusAll.UseUnderline = true;
     this.buttonStatusAll.Label        = global::Mono.Unix.Catalog.GetString("Выбрать все");
     this.table1.Add(this.buttonStatusAll);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.buttonStatusAll]));
     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.buttonStatusNone              = new global::Gtk.Button();
     this.buttonStatusNone.CanFocus     = true;
     this.buttonStatusNone.Name         = "buttonStatusNone";
     this.buttonStatusNone.UseUnderline = true;
     this.buttonStatusNone.Label        = global::Mono.Unix.Catalog.GetString("Снять выбор");
     this.table1.Add(this.buttonStatusNone);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.buttonStatusNone]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.dateperiodOrders           = new global::QS.Widgets.GtkUI.DateRangePicker();
     this.dateperiodOrders.Events    = ((global::Gdk.EventMask)(256));
     this.dateperiodOrders.Name      = "dateperiodOrders";
     this.dateperiodOrders.StartDate = new global::System.DateTime(0);
     this.dateperiodOrders.EndDate   = new global::System.DateTime(0);
     this.table1.Add(this.dateperiodOrders);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.dateperiodOrders]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach   = ((uint)(3));
     w3.RightAttach  = ((uint)(4));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.WidthRequest = 220;
     this.GtkScrolledWindow.Name         = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType   = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ytreeviewRouteListStatuses                = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewRouteListStatuses.CanFocus       = true;
     this.ytreeviewRouteListStatuses.Name           = "ytreeviewRouteListStatuses";
     this.ytreeviewRouteListStatuses.HeadersVisible = false;
     this.GtkScrolledWindow.Add(this.ytreeviewRouteListStatuses);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow]));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(0));
     w5.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 w6 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach   = ((uint)(4));
     w6.RightAttach  = ((uint)(5));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.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 w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w7.LeftAttach  = ((uint)(2));
     w7.RightAttach = ((uint)(3));
     w7.XOptions    = ((global::Gtk.AttachOptions)(4));
     w7.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 w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.LeftAttach   = ((uint)(2));
     w8.RightAttach  = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.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("Тип ТС:");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
     w9.LeftAttach  = ((uint)(4));
     w9.RightAttach = ((uint)(5));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yentryreferenceShift        = new global::Gamma.Widgets.yEntryReference();
     this.yentryreferenceShift.Events = ((global::Gdk.EventMask)(256));
     this.yentryreferenceShift.Name   = "yentryreferenceShift";
     this.table1.Add(this.yentryreferenceShift);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.yentryreferenceShift]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.LeftAttach   = ((uint)(5));
     w10.RightAttach  = ((uint)(6));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yEnumCmbTransport      = new global::Gamma.Widgets.yEnumComboBox();
     this.yEnumCmbTransport.Name = "yEnumCmbTransport";
     this.yEnumCmbTransport.ShowSpecialStateAll = true;
     this.yEnumCmbTransport.ShowSpecialStateNot = false;
     this.yEnumCmbTransport.UseShortTitle       = false;
     this.yEnumCmbTransport.DefaultFirst        = false;
     this.table1.Add(this.yEnumCmbTransport);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.yEnumCmbTransport]));
     w11.LeftAttach  = ((uint)(5));
     w11.RightAttach = ((uint)(6));
     w11.XOptions    = ((global::Gtk.AttachOptions)(4));
     w11.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 = true;
     this.ySpecCmbGeographicGroup.ShowSpecialStateNot = false;
     this.table1.Add(this.ySpecCmbGeographicGroup);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.ySpecCmbGeographicGroup]));
     w12.LeftAttach  = ((uint)(3));
     w12.RightAttach = ((uint)(4));
     w12.XOptions    = ((global::Gtk.AttachOptions)(4));
     w12.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ytreeviewAddressTypes                = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewAddressTypes.CanFocus       = true;
     this.ytreeviewAddressTypes.Name           = "ytreeviewAddressTypes";
     this.ytreeviewAddressTypes.HeadersVisible = false;
     this.table1.Add(this.ytreeviewAddressTypes);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.ytreeviewAddressTypes]));
     w13.BottomAttach = ((uint)(2));
     w13.LeftAttach   = ((uint)(6));
     w13.RightAttach  = ((uint)(7));
     w13.XOptions     = ((global::Gtk.AttachOptions)(0));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.ySpecCmbGeographicGroup.Changed += new global::System.EventHandler(this.OnYSpecCmbGeographicGroupChanged);
     this.yEnumCmbTransport.ChangedByUser += new global::System.EventHandler(this.OnYEnumCmbTransportChangedByUser);
     this.yentryreferenceShift.Changed    += new global::System.EventHandler(this.OnYentryreferenceShiftChanged);
     this.dateperiodOrders.PeriodChanged  += new global::System.EventHandler(this.OnDateperiodOrdersPeriodChanged);
     this.buttonStatusNone.Clicked        += new global::System.EventHandler(this.OnButtonStatusNoneClicked);
     this.buttonStatusAll.Clicked         += new global::System.EventHandler(this.OnButtonStatusAllClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Dialog.VideoConversionTool
     this.HeightRequest     = 0;
     this.Name              = "LongoMatch.Gui.Dialog.VideoConversionTool";
     this.Title             = global::Mono.Unix.Catalog.GetString("Video converter tool");
     this.Icon              = global::Stetic.IconLoader.LoadIcon(this, "longomatch", global::Gtk.IconSize.Menu);
     this.TypeHint          = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition    = ((global::Gtk.WindowPosition)(1));
     this.Modal             = true;
     this.DestroyWithParent = true;
     this.Gravity           = ((global::Gdk.Gravity)(5));
     this.SkipPagerHint     = true;
     this.SkipTaskbarHint   = true;
     // Internal child LongoMatch.Gui.Dialog.VideoConversionTool.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.eventbox1      = new global::Gtk.EventBox();
     this.eventbox1.Name = "eventbox1";
     // Container child eventbox1.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.scrolledwindow1          = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus = true;
     this.scrolledwindow1.Name     = "scrolledwindow1";
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w2 = new global::Gtk.Viewport();
     w2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.filesbox         = new global::Gtk.VBox();
     this.filesbox.Name    = "filesbox";
     this.filesbox.Spacing = 6;
     w2.Add(this.filesbox);
     this.scrolledwindow1.Add(w2);
     this.vbox2.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow1]));
     w5.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.addbutton1        = new global::Gtk.Button();
     this.addbutton1.Name   = "addbutton1";
     this.addbutton1.Relief = ((global::Gtk.ReliefStyle)(2));
     // Container child addbutton1.Gtk.Container+ContainerChild
     this.addimage      = new global::Gtk.Image();
     this.addimage.Name = "addimage";
     this.addbutton1.Add(this.addimage);
     this.addbutton1.Label = null;
     this.vbox2.Add(this.addbutton1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.addbutton1]));
     w7.Position = 1;
     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 = 2;
     w8.Expand   = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox();
     this.hbox1.HeightRequest = 130;
     this.hbox1.Name          = "hbox1";
     this.hbox1.Spacing       = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.convertimage = new global::Gtk.Image();
     this.convertimage.WidthRequest = 170;
     this.convertimage.Name         = "convertimage";
     this.hbox1.Add(this.convertimage);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.convertimage]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox1.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.bitratecombobox      = global::Gtk.ComboBox.NewText();
     this.bitratecombobox.Name = "bitratecombobox";
     this.table1.Add(this.bitratecombobox);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.bitratecombobox]));
     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 table1.Gtk.Table+TableChild
     this.filenamelabel           = new global::Gtk.Label();
     this.filenamelabel.Name      = "filenamelabel";
     this.filenamelabel.Xalign    = 1F;
     this.filenamelabel.LabelProp = global::Mono.Unix.Catalog.GetString("File name: ");
     this.table1.Add(this.filenamelabel);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.filenamelabel]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.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("Size: ");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w12.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("Bitrate: ");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.mediafilechooser1        = new global::LongoMatch.Gui.Component.MediaFileChooser();
     this.mediafilechooser1.Events = ((global::Gdk.EventMask)(256));
     this.mediafilechooser1.Name   = "mediafilechooser1";
     this.table1.Add(this.mediafilechooser1);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.mediafilechooser1]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.sizecombobox      = global::Gtk.ComboBox.NewText();
     this.sizecombobox.Name = "sizecombobox";
     this.table1.Add(this.sizecombobox);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.sizecombobox]));
     w15.LeftAttach  = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.XOptions    = ((global::Gtk.AttachOptions)(4));
     w15.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table1]));
     w16.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w17.PackType = ((global::Gtk.PackType)(1));
     w17.Position = 3;
     w17.Expand   = false;
     w17.Fill     = false;
     this.eventbox1.Add(this.vbox2);
     w1.Add(this.eventbox1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(w1 [this.eventbox1]));
     w19.Position = 0;
     // Internal child LongoMatch.Gui.Dialog.VideoConversionTool.ActionArea
     global::Gtk.HButtonBox w20 = this.ActionArea;
     w20.Name        = "dialog1_ActionArea";
     w20.Spacing     = 10;
     w20.BorderWidth = ((uint)(5));
     w20.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 w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w20 [this.buttonCancel]));
     w21.Expand = false;
     w21.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 w22 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w20 [this.buttonOk]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 882;
     this.DefaultHeight = 408;
     this.Show();
 }
Example #60
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MassDNS");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     // 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.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Username:"******"entryUsername";
     this.entryUsername.IsEditable    = true;
     this.entryUsername.InvisibleChar = '●';
     this.hbox2.Add(this.entryUsername);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entryUsername]));
     w2.Position = 1;
     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.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Password:"******"entryPassword";
     this.entryPassword.IsEditable    = true;
     this.entryPassword.Visibility    = false;
     this.entryPassword.InvisibleChar = '●';
     this.hbox3.Add(this.entryPassword);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.entryPassword]));
     w5.Position = 1;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // 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.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("IP:");
     this.hbox4.Add(this.label3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label3]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.entryIP               = new global::Gtk.Entry();
     this.entryIP.CanFocus      = true;
     this.entryIP.Name          = "entryIP";
     this.entryIP.IsEditable    = true;
     this.entryIP.InvisibleChar = '●';
     this.hbox4.Add(this.entryIP);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.entryIP]));
     w8.Position = 1;
     this.vbox2.Add(this.hbox4);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox4]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     this.vbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox2]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox62         = new global::Gtk.HBox();
     this.hbox62.Name    = "hbox62";
     this.hbox62.Spacing = 6;
     // Container child hbox62.Gtk.Box+BoxChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     this.hbox62.Add(this.vbox8);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox62 [this.vbox8]));
     w11.Position = 0;
     // Container child hbox62.Gtk.Box+BoxChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.radiobuttonDelegation               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Delegation"));
     this.radiobuttonDelegation.CanFocus      = true;
     this.radiobuttonDelegation.Name          = "radiobuttonDelegation";
     this.radiobuttonDelegation.DrawIndicator = true;
     this.radiobuttonDelegation.UseUnderline  = true;
     this.radiobuttonDelegation.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox7.Add(this.radiobuttonDelegation);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.radiobuttonDelegation]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.radiobuttonDetails               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Details"));
     this.radiobuttonDetails.CanFocus      = true;
     this.radiobuttonDetails.Name          = "radiobuttonDetails";
     this.radiobuttonDetails.DrawIndicator = true;
     this.radiobuttonDetails.UseUnderline  = true;
     this.radiobuttonDetails.Group         = this.radiobuttonDelegation.Group;
     this.vbox7.Add(this.radiobuttonDetails);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.radiobuttonDetails]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.hbox62.Add(this.vbox7);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox62 [this.vbox7]));
     w14.Position = 1;
     // Container child hbox62.Gtk.Box+BoxChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.radiobuttonCreate               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Create"));
     this.radiobuttonCreate.CanFocus      = true;
     this.radiobuttonCreate.Name          = "radiobuttonCreate";
     this.radiobuttonCreate.DrawIndicator = true;
     this.radiobuttonCreate.UseUnderline  = true;
     this.radiobuttonCreate.Group         = this.radiobuttonDelegation.Group;
     this.vbox6.Add(this.radiobuttonCreate);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.radiobuttonCreate]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.radiobuttonDelete               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Delete"));
     this.radiobuttonDelete.CanFocus      = true;
     this.radiobuttonDelete.Name          = "radiobuttonDelete";
     this.radiobuttonDelete.DrawIndicator = true;
     this.radiobuttonDelete.UseUnderline  = true;
     this.radiobuttonDelete.Group         = this.radiobuttonDelegation.Group;
     this.vbox6.Add(this.radiobuttonDelete);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.radiobuttonDelete]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     this.hbox62.Add(this.vbox6);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox62 [this.vbox6]));
     w17.Position = 2;
     this.vbox4.Add(this.hbox62);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox62]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox4.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.textviewHostnames             = new global::Gtk.TextView();
     this.textviewHostnames.Buffer.Text = "Input Hostnames on new lines";
     this.textviewHostnames.CanFocus    = true;
     this.textviewHostnames.Name        = "textviewHostnames";
     this.GtkScrolledWindow.Add(this.textviewHostnames);
     this.vbox4.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow]));
     w20.Position = 1;
     this.vbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox4]));
     w21.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Returned from API");
     this.vbox5.Add(this.label7);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.label7]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox5.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.textviewAPIReturn          = new global::Gtk.TextView();
     this.textviewAPIReturn.CanFocus = true;
     this.textviewAPIReturn.Name     = "textviewAPIReturn";
     this.textviewAPIReturn.Editable = false;
     this.GtkScrolledWindow1.Add(this.textviewAPIReturn);
     this.vbox5.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.GtkScrolledWindow1]));
     w24.Position = 1;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox19         = new global::Gtk.HBox();
     this.hbox19.Name    = "hbox19";
     this.hbox19.Spacing = 6;
     // Container child hbox19.Gtk.Box+BoxChild
     this.buttonPark              = new global::Gtk.Button();
     this.buttonPark.CanFocus     = true;
     this.buttonPark.Name         = "buttonPark";
     this.buttonPark.UseUnderline = true;
     this.buttonPark.Label        = global::Mono.Unix.Catalog.GetString("Do Things");
     this.hbox19.Add(this.buttonPark);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox19 [this.buttonPark]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child hbox19.Gtk.Box+BoxChild
     this.buttonClear              = new global::Gtk.Button();
     this.buttonClear.CanFocus     = true;
     this.buttonClear.Name         = "buttonClear";
     this.buttonClear.UseUnderline = true;
     this.buttonClear.Label        = global::Mono.Unix.Catalog.GetString("Clear");
     this.hbox19.Add(this.buttonClear);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox19 [this.buttonClear]));
     w26.Position = 1;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child hbox19.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // 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 w27 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.progressbar1]));
     w27.Position = 0;
     this.hbox19.Add(this.hbox1);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox19 [this.hbox1]));
     w28.Position = 2;
     this.vbox5.Add(this.hbox19);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox19]));
     w29.Position = 2;
     w29.Expand   = false;
     w29.Fill     = false;
     this.vbox1.Add(this.vbox5);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox5]));
     w30.Position = 2;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 500;
     this.DefaultHeight = 477;
     this.label3.Hide();
     this.entryIP.Hide();
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.radiobuttonDelegation.Clicked += new global::System.EventHandler(this.radiobuttonDelegationClicked);
     this.radiobuttonDetails.Clicked    += new global::System.EventHandler(this.radiobuttonDetailsClicked);
     this.radiobuttonCreate.Clicked     += new global::System.EventHandler(this.radiobuttonCreateClicked);
     this.radiobuttonDelete.Clicked     += new global::System.EventHandler(this.radiobuttonDeleteClicked);
     this.buttonPark.Clicked            += new global::System.EventHandler(this.buttonClickedPark);
     this.buttonClear.Clicked           += new global::System.EventHandler(this.buttonClickedClear);
 }