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 MonoDevelop.Database.Sql.MySql.MySqlCreateDatabaseWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Database.Sql.MySql.MySqlCreateDatabaseWidget";
			// Container child MonoDevelop.Database.Sql.MySql.MySqlCreateDatabaseWidget.Gtk.Container+ContainerChild
			this.table = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
			this.table.Name = "table";
			this.table.RowSpacing = ((uint)(6));
			this.table.ColumnSpacing = ((uint)(6));
			this.table.BorderWidth = ((uint)(6));
			// Container child table.Gtk.Table+TableChild
			this.comboCharset = global::Gtk.ComboBoxEntry.NewText ();
			this.comboCharset.Name = "comboCharset";
			this.table.Add (this.comboCharset);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table[this.comboCharset]));
			w1.LeftAttach = ((uint)(1));
			w1.RightAttach = ((uint)(2));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.comboCollation = global::Gtk.ComboBoxEntry.NewText ();
			this.comboCollation.Name = "comboCollation";
			this.table.Add (this.comboCollation);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table[this.comboCollation]));
			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 table.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0f;
			this.label2.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Character Set:");
			this.table.Add (this.label2);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table[this.label2]));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0f;
			this.label3.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Collation:");
			this.table.Add (this.label3);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table[this.label3]));
			w4.TopAttach = ((uint)(1));
			w4.BottomAttach = ((uint)(2));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.table);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.AddinAuthoring.TypeSelector
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.AddinAuthoring.TypeSelector";
			// Container child MonoDevelop.AddinAuthoring.TypeSelector.Gtk.Container+ContainerChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.Gtk.Box+BoxChild
			this.eventbox = new global::Gtk.EventBox ();
			this.eventbox.Name = "eventbox";
			// Container child eventbox.Gtk.Container+ContainerChild
			this.typeImage = new global::Gtk.Image ();
			this.typeImage.Name = "typeImage";
			this.typeImage.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "md-addinauthoring-newclass", global::Gtk.IconSize.Menu);
			this.eventbox.Add (this.typeImage);
			this.hbox3.Add (this.eventbox);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.eventbox]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox3.Gtk.Box+BoxChild
			this.combo = global::Gtk.ComboBoxEntry.NewText ();
			this.combo.Name = "combo";
			this.hbox3.Add (this.combo);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.combo]));
			w3.Position = 1;
			this.Add (this.hbox3);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
			this.combo.Changed += new global::System.EventHandler (this.OnComboChanged);
		}
Пример #4
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget CarGlass.Order
     this.Name = "CarGlass.Order";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child CarGlass.Order.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.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(12)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.comboManufacturer = new global::Gtk.ComboBox ();
     this.comboManufacturer.Name = "comboManufacturer";
     this.table1.Add (this.comboManufacturer);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboManufacturer]));
     w2.TopAttach = ((uint)(7));
     w2.BottomAttach = ((uint)(8));
     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.comboMark = new global::Gtk.ComboBox ();
     this.comboMark.Name = "comboMark";
     this.table1.Add (this.comboMark);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboMark]));
     w3.TopAttach = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboModel = new global::Gtk.ComboBox ();
     this.comboModel.Name = "comboModel";
     this.table1.Add (this.comboModel);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboModel]));
     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.comboStatus = new global::Gtk.ComboBox ();
     this.comboStatus.Name = "comboStatus";
     this.table1.Add (this.comboStatus);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboStatus]));
     w5.LeftAttach = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboStock = global::Gtk.ComboBox.NewText ();
     this.comboStock.Name = "comboStock";
     this.table1.Add (this.comboStock);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboStock]));
     w6.TopAttach = ((uint)(8));
     w6.BottomAttach = ((uint)(9));
     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.comboYear = global::Gtk.ComboBoxEntry.NewText ();
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1980"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1981"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1982"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1983"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1984"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1985"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1986"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1987"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1988"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1989"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1990"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1991"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1992"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1993"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1994"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1995"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1996"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1997"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1998"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("1999"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2000"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2001"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2002"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2003"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2004"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2005"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2006"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2007"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2008"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2009"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2010"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2011"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2012"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2013"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2014"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2015"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2016"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2017"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2018"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2019"));
     this.comboYear.AppendText (global::Mono.Unix.Catalog.GetString ("2020"));
     this.comboYear.Name = "comboYear";
     this.table1.Add (this.comboYear);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboYear]));
     w7.TopAttach = ((uint)(4));
     w7.BottomAttach = ((uint)(5));
     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.entryEurocode = new global::Gtk.Entry ();
     this.entryEurocode.CanFocus = true;
     this.entryEurocode.Name = "entryEurocode";
     this.entryEurocode.IsEditable = true;
     this.entryEurocode.InvisibleChar = '●';
     this.table1.Add (this.entryEurocode);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryEurocode]));
     w8.TopAttach = ((uint)(9));
     w8.BottomAttach = ((uint)(10));
     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.entryPhone = new global::Gtk.Entry ();
     this.entryPhone.CanFocus = true;
     this.entryPhone.Name = "entryPhone";
     this.entryPhone.Text = global::Mono.Unix.Catalog.GetString ("+7");
     this.entryPhone.IsEditable = true;
     this.entryPhone.InvisibleChar = '●';
     this.table1.Add (this.entryPhone);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryPhone]));
     w9.TopAttach = ((uint)(5));
     w9.BottomAttach = ((uint)(6));
     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.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.treeviewCost = new global::Gtk.TreeView ();
     this.treeviewCost.CanFocus = true;
     this.treeviewCost.Name = "treeviewCost";
     this.GtkScrolledWindow1.Add (this.treeviewCost);
     this.table1.Add (this.GtkScrolledWindow1);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkScrolledWindow1]));
     w11.TopAttach = ((uint)(10));
     w11.BottomAttach = ((uint)(11));
     w11.RightAttach = ((uint)(2));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Клиент</b>");
     this.label2.UseMarkup = true;
     this.table1.Add (this.label2);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w12.TopAttach = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.RightAttach = ((uint)(2));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     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 ("Марка<span foreground=\"red\">*</span>:");
     this.label3.UseMarkup = true;
     this.table1.Add (this.label3);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w13.TopAttach = ((uint)(2));
     w13.BottomAttach = ((uint)(3));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.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 w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w14.TopAttach = ((uint)(4));
     w14.BottomAttach = ((uint)(5));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.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 w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w15.TopAttach = ((uint)(5));
     w15.BottomAttach = ((uint)(6));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Состояние заказа<span foreground=\"red\">*</span>:");
     this.label6.UseMarkup = true;
     this.table1.Add (this.label6);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w16.XOptions = ((global::Gtk.AttachOptions)(4));
     w16.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.Xalign = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Модель<span foreground=\"red\">*</span>:");
     this.label8.UseMarkup = true;
     this.table1.Add (this.label8);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w17.TopAttach = ((uint)(3));
     w17.BottomAttach = ((uint)(4));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelEurocode = new global::Gtk.Label ();
     this.labelEurocode.Name = "labelEurocode";
     this.labelEurocode.Xalign = 1F;
     this.labelEurocode.LabelProp = global::Mono.Unix.Catalog.GetString ("Еврокод:");
     this.table1.Add (this.labelEurocode);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelEurocode]));
     w18.TopAttach = ((uint)(9));
     w18.BottomAttach = ((uint)(10));
     w18.XOptions = ((global::Gtk.AttachOptions)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelGlass = new global::Gtk.Label ();
     this.labelGlass.Name = "labelGlass";
     this.labelGlass.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Стекло</b>");
     this.labelGlass.UseMarkup = true;
     this.table1.Add (this.labelGlass);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelGlass]));
     w19.TopAttach = ((uint)(6));
     w19.BottomAttach = ((uint)(7));
     w19.RightAttach = ((uint)(2));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelManufacturer = new global::Gtk.Label ();
     this.labelManufacturer.Name = "labelManufacturer";
     this.labelManufacturer.Xalign = 1F;
     this.labelManufacturer.LabelProp = global::Mono.Unix.Catalog.GetString ("Производитель:");
     this.table1.Add (this.labelManufacturer);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelManufacturer]));
     w20.TopAttach = ((uint)(7));
     w20.BottomAttach = ((uint)(8));
     w20.XOptions = ((global::Gtk.AttachOptions)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelStock = new global::Gtk.Label ();
     this.labelStock.Name = "labelStock";
     this.labelStock.Xalign = 1F;
     this.labelStock.LabelProp = global::Mono.Unix.Catalog.GetString ("Склад:");
     this.table1.Add (this.labelStock);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelStock]));
     w21.TopAttach = ((uint)(8));
     w21.BottomAttach = ((uint)(9));
     w21.XOptions = ((global::Gtk.AttachOptions)(4));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelSum = new global::Gtk.Label ();
     this.labelSum.Name = "labelSum";
     this.labelSum.Xalign = 0F;
     this.labelSum.LabelProp = global::Mono.Unix.Catalog.GetString ("<span foreground=\"red\"><b>Итого: 0</b></span>");
     this.labelSum.UseMarkup = true;
     this.table1.Add (this.labelSum);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelSum]));
     w22.TopAttach = ((uint)(11));
     w22.BottomAttach = ((uint)(12));
     w22.LeftAttach = ((uint)(1));
     w22.RightAttach = ((uint)(2));
     w22.XOptions = ((global::Gtk.AttachOptions)(4));
     w22.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add (this.table1);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
     w23.Position = 0;
     this.hbox1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w24.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vboxGlass = new global::Gtk.VBox ();
     this.vboxGlass.Name = "vboxGlass";
     this.vboxGlass.Spacing = 6;
     // Container child vboxGlass.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Задействуемые стекла</b>");
     this.label1.UseMarkup = true;
     this.vboxGlass.Add (this.label1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vboxGlass [this.label1]));
     w25.Position = 0;
     w25.Expand = false;
     w25.Fill = false;
     // Container child vboxGlass.Gtk.Box+BoxChild
     this.checksGlass = new global::QSWidgetLib.CheckList ();
     this.checksGlass.Name = "checksGlass";
     this.vboxGlass.Add (this.checksGlass);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vboxGlass [this.checksGlass]));
     w26.Position = 1;
     w26.Expand = false;
     w26.Fill = false;
     this.hbox1.Add (this.vboxGlass);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vboxGlass]));
     w27.Position = 1;
     w27.Expand = false;
     w27.Fill = false;
     w1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
     w28.Position = 0;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     this.hbox2.BorderWidth = ((uint)(6));
     // Container child hbox2.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.Yalign = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Комментарий:");
     this.hbox2.Add (this.label7);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label7]));
     w29.Position = 0;
     w29.Expand = false;
     w29.Fill = false;
     // 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.textviewComment = new global::Gtk.TextView ();
     this.textviewComment.CanFocus = true;
     this.textviewComment.Name = "textviewComment";
     this.GtkScrolledWindow.Add (this.textviewComment);
     this.hbox2.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow]));
     w31.Position = 1;
     w1.Add (this.hbox2);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox2]));
     w32.Position = 1;
     w32.Expand = false;
     w32.Fill = false;
     // Internal child CarGlass.Order.ActionArea
     global::Gtk.HButtonBox w33 = this.ActionArea;
     w33.Name = "dialog1_ActionArea";
     w33.Spacing = 10;
     w33.BorderWidth = ((uint)(5));
     w33.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonDelete = new global::Gtk.Button ();
     this.buttonDelete.Sensitive = false;
     this.buttonDelete.CanFocus = true;
     this.buttonDelete.Name = "buttonDelete";
     this.buttonDelete.UseStock = true;
     this.buttonDelete.UseUnderline = true;
     this.buttonDelete.Label = "gtk-delete";
     w33.Add (this.buttonDelete);
     global::Gtk.ButtonBox.ButtonBoxChild w34 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w33 [this.buttonDelete]));
     w34.Expand = false;
     w34.Fill = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonPrint = new global::Gtk.Button ();
     this.buttonPrint.Sensitive = false;
     this.buttonPrint.CanFocus = true;
     this.buttonPrint.Name = "buttonPrint";
     this.buttonPrint.UseStock = true;
     this.buttonPrint.UseUnderline = true;
     this.buttonPrint.Label = "gtk-print";
     w33.Add (this.buttonPrint);
     global::Gtk.ButtonBox.ButtonBoxChild w35 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w33 [this.buttonPrint]));
     w35.Position = 1;
     w35.Expand = false;
     w35.Fill = false;
     // 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)(w33 [this.buttonCancel]));
     w36.Position = 2;
     w36.Expand = false;
     w36.Fill = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk = new global::Gtk.Button ();
     this.buttonOk.Sensitive = false;
     this.buttonOk.CanDefault = true;
     this.buttonOk.CanFocus = true;
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.UseStock = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label = "gtk-ok";
     w33.Add (this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w37 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w33 [this.buttonOk]));
     w37.Position = 3;
     w37.Expand = false;
     w37.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 692;
     this.DefaultHeight = 699;
     this.Show ();
     this.comboStatus.Changed += new global::System.EventHandler (this.OnComboStatusChanged);
     this.comboModel.Changed += new global::System.EventHandler (this.OnComboModelChanged);
     this.comboMark.Changed += new global::System.EventHandler (this.OnComboMarkChanged);
     this.buttonDelete.Clicked += new global::System.EventHandler (this.OnButtonDeleteClicked);
     this.buttonPrint.Clicked += new global::System.EventHandler (this.OnButtonPrintClicked);
     this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
 }
Пример #5
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
     this.testAction = new global::Gtk.Action ("testAction", global::Mono.Unix.Catalog.GetString ("test"), null, null);
     this.testAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("test");
     w1.Add (this.testAction, 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='menubar2'><menu name='testAction' action='testAction'/></menubar></ui>");
     this.menubar2 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar2")));
     this.menubar2.Name = "menubar2";
     this.vbox1.Add (this.menubar2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menubar2]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // 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.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.from_lang = global::Gtk.ComboBoxEntry.NewText ();
     this.from_lang.AppendText (global::Mono.Unix.Catalog.GetString ("English"));
     this.from_lang.AppendText (global::Mono.Unix.Catalog.GetString ("Russian"));
     this.from_lang.Name = "from_lang";
     this.vbox2.Add (this.from_lang);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.from_lang]));
     w3.Position = 0;
     w3.Expand = false;
     w3.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.fromTextInput = new global::Gtk.TextView ();
     this.fromTextInput.CanDefault = true;
     this.fromTextInput.CanFocus = true;
     this.fromTextInput.Name = "fromTextInput";
     this.GtkScrolledWindow.Add (this.fromTextInput);
     this.vbox2.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w5.Position = 1;
     this.hbox2.Add (this.vbox2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox2]));
     w6.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.auto_translate_checkbox = new global::Gtk.CheckButton ();
     this.auto_translate_checkbox.CanFocus = true;
     this.auto_translate_checkbox.Name = "auto_translate_checkbox";
     this.auto_translate_checkbox.Label = global::Mono.Unix.Catalog.GetString ("TranslateAuto");
     this.auto_translate_checkbox.DrawIndicator = true;
     this.auto_translate_checkbox.UseUnderline = true;
     this.vbox3.Add (this.auto_translate_checkbox);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.auto_translate_checkbox]));
     w7.Position = 0;
     w7.Expand = false;
     w7.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.change_languages_button = new global::Gtk.Button ();
     this.change_languages_button.CanFocus = true;
     this.change_languages_button.Name = "change_languages_button";
     this.change_languages_button.UseUnderline = true;
     this.change_languages_button.Label = global::Mono.Unix.Catalog.GetString ("ChangeLanguage");
     this.vbox3.Add (this.change_languages_button);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.change_languages_button]));
     w8.Position = 1;
     w8.Expand = false;
     w8.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.translate_button = new global::Gtk.Button ();
     this.translate_button.CanFocus = true;
     this.translate_button.Name = "translate_button";
     this.translate_button.UseUnderline = true;
     this.translate_button.Label = global::Mono.Unix.Catalog.GetString ("Translate");
     this.vbox3.Add (this.translate_button);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.translate_button]));
     w9.Position = 2;
     w9.Expand = false;
     w9.Fill = false;
     this.hbox2.Add (this.vbox3);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox3]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.to_lang = global::Gtk.ComboBoxEntry.NewText ();
     this.to_lang.AppendText (global::Mono.Unix.Catalog.GetString ("English"));
     this.to_lang.AppendText (global::Mono.Unix.Catalog.GetString ("Russian"));
     this.to_lang.Name = "to_lang";
     this.vbox4.Add (this.to_lang);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.to_lang]));
     w11.Position = 0;
     w11.Expand = false;
     w11.Fill = false;
     // Container child vbox4.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.toTextInput = new global::Gtk.TextView ();
     this.toTextInput.CanFocus = true;
     this.toTextInput.Name = "toTextInput";
     this.GtkScrolledWindow1.Add (this.toTextInput);
     this.vbox4.Add (this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow1]));
     w13.Position = 1;
     this.hbox2.Add (this.vbox4);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox4]));
     w14.Position = 2;
     this.vbox1.Add (this.hbox2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w15.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 w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar1]));
     w16.Position = 2;
     w16.Expand = false;
     w16.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 644;
     this.DefaultHeight = 428;
     this.fromTextInput.HasDefault = true;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.translate_button.Clicked += new global::System.EventHandler (this.OnTranslateButtonClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget";
			// Container child MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.label82 = new global::Gtk.Label ();
			this.label82.Name = "label82";
			this.label82.Xalign = 0F;
			this.label82.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Code Generation</b>");
			this.label82.UseMarkup = true;
			this.vbox1.Add (this.label82);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label82]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			this.hbox5.Spacing = 6;
			// Container child hbox5.Gtk.Box+BoxChild
			this.label76 = new global::Gtk.Label ();
			this.label76.WidthRequest = 18;
			this.label76.Name = "label76";
			this.hbox5.Add (this.label76);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label76]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox5.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.table7 = new global::Gtk.Table (((uint)(5)), ((uint)(2)), false);
			this.table7.Name = "table7";
			this.table7.RowSpacing = ((uint)(6));
			this.table7.ColumnSpacing = ((uint)(6));
			// Container child table7.Gtk.Table+TableChild
			this.codepageEntry = global::Gtk.ComboBoxEntry.NewText ();
			this.codepageEntry.Name = "codepageEntry";
			this.table7.Add (this.codepageEntry);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table7 [this.codepageEntry]));
			w3.TopAttach = ((uint)(3));
			w3.BottomAttach = ((uint)(4));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table7.Gtk.Table+TableChild
			this.hbox57 = new global::Gtk.HBox ();
			this.hbox57.Name = "hbox57";
			// Container child hbox57.Gtk.Box+BoxChild
			this.compileTargetCombo = new global::Gtk.ComboBox ();
			this.compileTargetCombo.Name = "compileTargetCombo";
			this.hbox57.Add (this.compileTargetCombo);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox57 [this.compileTargetCombo]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			this.table7.Add (this.hbox57);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table7 [this.hbox57]));
			w5.LeftAttach = ((uint)(1));
			w5.RightAttach = ((uint)(2));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table7.Gtk.Table+TableChild
			this.iconEntry = new global::MonoDevelop.Components.FileEntry ();
			this.iconEntry.Name = "iconEntry";
			this.table7.Add (this.iconEntry);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table7 [this.iconEntry]));
			w6.TopAttach = ((uint)(2));
			w6.BottomAttach = ((uint)(3));
			w6.LeftAttach = ((uint)(1));
			w6.RightAttach = ((uint)(2));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table7.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 ("Compiler Code Page:");
			this.table7.Add (this.label1);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table7 [this.label1]));
			w7.TopAttach = ((uint)(3));
			w7.BottomAttach = ((uint)(4));
			w7.XOptions = ((global::Gtk.AttachOptions)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table7.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0F;
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Win32 Icon:");
			this.table7.Add (this.label3);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table7 [this.label3]));
			w8.TopAttach = ((uint)(2));
			w8.BottomAttach = ((uint)(3));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table7.Gtk.Table+TableChild
			this.label86 = new global::Gtk.Label ();
			this.label86.Name = "label86";
			this.label86.Xalign = 0F;
			this.label86.LabelProp = global::Mono.Unix.Catalog.GetString ("Compile _Target:");
			this.label86.UseUnderline = true;
			this.table7.Add (this.label86);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table7 [this.label86]));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table7.Gtk.Table+TableChild
			this.label88 = new global::Gtk.Label ();
			this.label88.Name = "label88";
			this.label88.Xalign = 0F;
			this.label88.LabelProp = global::Mono.Unix.Catalog.GetString ("_Main Class:");
			this.label88.UseUnderline = true;
			this.table7.Add (this.label88);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table7 [this.label88]));
			w10.TopAttach = ((uint)(1));
			w10.BottomAttach = ((uint)(2));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table7.Gtk.Table+TableChild
			this.mainClassEntry = new global::Gtk.ComboBoxEntry ();
			this.mainClassEntry.Name = "mainClassEntry";
			this.table7.Add (this.mainClassEntry);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table7 [this.mainClassEntry]));
			w11.TopAttach = ((uint)(1));
			w11.BottomAttach = ((uint)(2));
			w11.LeftAttach = ((uint)(1));
			w11.RightAttach = ((uint)(2));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox2.Add (this.table7);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table7]));
			w12.Position = 0;
			this.hbox5.Add (this.vbox2);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.vbox2]));
			w13.Position = 1;
			this.vbox1.Add (this.hbox5);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox5]));
			w14.Position = 1;
			w14.Expand = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.label83 = new global::Gtk.Label ();
			this.label83.Name = "label83";
			this.label83.Xalign = 0F;
			this.label83.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Language Options</b>");
			this.label83.UseMarkup = true;
			this.vbox1.Add (this.label83);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label83]));
			w15.Position = 2;
			w15.Expand = false;
			w15.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.label75 = new global::Gtk.Label ();
			this.label75.WidthRequest = 18;
			this.label75.Name = "label75";
			this.vbox1.Add (this.label75);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label75]));
			w16.PackType = ((global::Gtk.PackType)(1));
			w16.Position = 3;
			// 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.label74 = new global::Gtk.Label ();
			this.label74.WidthRequest = 18;
			this.label74.Name = "label74";
			this.hbox7.Add (this.label74);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label74]));
			w17.Position = 0;
			w17.Expand = false;
			w17.Fill = false;
			// Container child hbox7.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.table2 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
			this.table2.Name = "table2";
			this.table2.RowSpacing = ((uint)(6));
			this.table2.ColumnSpacing = ((uint)(6));
			// Container child table2.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0F;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("C# Language Version:");
			this.table2.Add (this.label2);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.label2]));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.langVerCombo = global::Gtk.ComboBox.NewText ();
			this.langVerCombo.Name = "langVerCombo";
			this.table2.Add (this.langVerCombo);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.langVerCombo]));
			w19.LeftAttach = ((uint)(1));
			w19.RightAttach = ((uint)(2));
			w19.XOptions = ((global::Gtk.AttachOptions)(4));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox3.Add (this.table2);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table2]));
			w20.Position = 0;
			w20.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.allowUnsafeCodeCheckButton = new global::Gtk.CheckButton ();
			this.allowUnsafeCodeCheckButton.CanFocus = true;
			this.allowUnsafeCodeCheckButton.Name = "allowUnsafeCodeCheckButton";
			this.allowUnsafeCodeCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Allow '_unsafe' code");
			this.allowUnsafeCodeCheckButton.DrawIndicator = true;
			this.allowUnsafeCodeCheckButton.UseUnderline = true;
			this.vbox3.Add (this.allowUnsafeCodeCheckButton);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.allowUnsafeCodeCheckButton]));
			w21.Position = 1;
			w21.Expand = false;
			w21.Fill = false;
			this.hbox7.Add (this.vbox3);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vbox3]));
			w22.Position = 1;
			this.vbox1.Add (this.hbox7);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox7]));
			w23.PackType = ((global::Gtk.PackType)(1));
			w23.Position = 4;
			w23.Expand = false;
			w23.Fill = false;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.label88.MnemonicWidget = this.mainClassEntry;
			this.Show ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.CodeTemplates.EditTemplateDialog
     this.Name            = "MonoDevelop.Ide.CodeTemplates.EditTemplateDialog";
     this.Title           = "";
     this.WindowPosition  = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth     = ((uint)(6));
     this.SkipPagerHint   = true;
     this.SkipTaskbarHint = true;
     // Internal child MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.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.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 555;
     // Container child hpaned1.Gtk.Paned+PanedChild
     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.table2               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entryDescription               = new global::Gtk.Entry();
     this.entryDescription.CanFocus      = true;
     this.entryDescription.Name          = "entryDescription";
     this.entryDescription.IsEditable    = true;
     this.entryDescription.InvisibleChar = '●';
     this.hbox1.Add(this.entryDescription);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryDescription]));
     w2.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.Xalign       = 0F;
     this.label2.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("_Mime:");
     this.label2.UseUnderline = true;
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboboxentryMime      = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentryMime.Name = "comboboxentryMime";
     this.hbox1.Add(this.comboboxentryMime);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboboxentryMime]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     this.table2.Add(this.hbox1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox1]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entryShortcut1               = new global::Gtk.Entry();
     this.entryShortcut1.CanFocus      = true;
     this.entryShortcut1.Name          = "entryShortcut1";
     this.entryShortcut1.Text          = global::MonoDevelop.Core.GettextCatalog.GetString(" ");
     this.entryShortcut1.IsEditable    = true;
     this.entryShortcut1.InvisibleChar = '●';
     this.hbox2.Add(this.entryShortcut1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entryShortcut1]));
     w6.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label5              = new global::Gtk.Label();
     this.label5.Name         = "label5";
     this.label5.Xalign       = 0F;
     this.label5.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("_Group:");
     this.label5.UseUnderline = true;
     this.hbox2.Add(this.label5);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label5]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboboxentryGroups      = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentryGroups.Name = "comboboxentryGroups";
     this.hbox2.Add(this.comboboxentryGroups);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboboxentryGroups]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     this.table2.Add(this.hbox2);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox2]));
     w9.LeftAttach  = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.checkbuttonExpansion               = new global::Gtk.CheckButton();
     this.checkbuttonExpansion.CanFocus      = true;
     this.checkbuttonExpansion.Name          = "checkbuttonExpansion";
     this.checkbuttonExpansion.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Is _expandable template");
     this.checkbuttonExpansion.DrawIndicator = true;
     this.checkbuttonExpansion.UseUnderline  = true;
     this.hbox5.Add(this.checkbuttonExpansion);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.checkbuttonExpansion]));
     w10.Position = 0;
     w10.Expand   = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.checkbuttonSurroundWith               = new global::Gtk.CheckButton();
     this.checkbuttonSurroundWith.CanFocus      = true;
     this.checkbuttonSurroundWith.Name          = "checkbuttonSurroundWith";
     this.checkbuttonSurroundWith.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Is _surround with template");
     this.checkbuttonSurroundWith.DrawIndicator = true;
     this.checkbuttonSurroundWith.UseUnderline  = true;
     this.hbox5.Add(this.checkbuttonSurroundWith);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.checkbuttonSurroundWith]));
     w11.Position = 1;
     this.table2.Add(this.hbox5);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox5]));
     w12.TopAttach    = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label1              = new global::Gtk.Label();
     this.label1.Name         = "label1";
     this.label1.Xalign       = 0F;
     this.label1.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("_Shortcut:");
     this.label1.UseUnderline = true;
     this.table2.Add(this.label1);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2 [this.label1]));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label3              = new global::Gtk.Label();
     this.label3.Name         = "label3";
     this.label3.Xalign       = 1F;
     this.label3.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("_Description:");
     this.label3.UseUnderline = true;
     this.table2.Add(this.label3);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2 [this.label3]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table2]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.vbox3             = new global::Gtk.VBox();
     this.vbox3.Name        = "vbox3";
     this.vbox3.Spacing     = 6;
     this.vbox3.BorderWidth = ((uint)(6));
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Template Text:");
     this.hbox3.Add(this.label6);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label6]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     this.hbox3.Add(this.fixed1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.fixed1]));
     w17.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.checkbuttonWhiteSpaces               = new global::Gtk.CheckButton();
     this.checkbuttonWhiteSpaces.CanFocus      = true;
     this.checkbuttonWhiteSpaces.Name          = "checkbuttonWhiteSpaces";
     this.checkbuttonWhiteSpaces.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("S_how whitespaces");
     this.checkbuttonWhiteSpaces.DrawIndicator = true;
     this.checkbuttonWhiteSpaces.UseUnderline  = true;
     this.hbox3.Add(this.checkbuttonWhiteSpaces);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.checkbuttonWhiteSpaces]));
     w18.Position = 2;
     w18.Expand   = false;
     this.vbox3.Add(this.hbox3);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox3]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vbox3.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow1]));
     w20.Position = 1;
     this.vbox2.Add(this.vbox3);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vbox3]));
     w21.Position = 1;
     this.hpaned1.Add(this.vbox2);
     global::Gtk.Paned.PanedChild w22 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.vbox2]));
     w22.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.comboboxVariables      = global::Gtk.ComboBox.NewText();
     this.comboboxVariables.Name = "comboboxVariables";
     this.vbox4.Add(this.comboboxVariables);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.comboboxVariables]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.treeviewVariable          = new global::Gtk.TreeView();
     this.treeviewVariable.CanFocus = true;
     this.treeviewVariable.Name     = "treeviewVariable";
     this.scrolledwindow2.Add(this.treeviewVariable);
     this.vbox4.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.scrolledwindow2]));
     w25.Position = 1;
     this.hpaned1.Add(this.vbox4);
     w1.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(w1 [this.hpaned1]));
     w27.Position = 0;
     // Internal child MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.ActionArea
     global::Gtk.HButtonBox w28 = this.ActionArea;
     w28.Name        = "dialog1_ActionArea";
     w28.Spacing     = 6;
     w28.BorderWidth = ((uint)(5));
     w28.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 w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w28 [this.buttonCancel]));
     w29.Expand = false;
     w29.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 w30 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w28 [this.buttonOk]));
     w30.Position = 1;
     w30.Expand   = false;
     w30.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 859;
     this.DefaultHeight = 494;
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Smuxi.Frontend.Gnome.ServerWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Smuxi.Frontend.Gnome.ServerWidget";
     // Container child Smuxi.Frontend.Gnome.ServerWidget.Gtk.Container+ContainerChild
     this.vbox16 = new global::Gtk.VBox ();
     this.vbox16.Name = "vbox16";
     this.vbox16.Spacing = 5;
     // Container child vbox16.Gtk.Box+BoxChild
     this.table2 = new global::Gtk.Table (((uint)(5)), ((uint)(2)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(5));
     this.table2.ColumnSpacing = ((uint)(5));
     // Container child table2.Gtk.Table+TableChild
     this.f_HostnameLabel = new global::Gtk.Label ();
     this.f_HostnameLabel.Name = "f_HostnameLabel";
     this.f_HostnameLabel.Xalign = 0f;
     this.f_HostnameLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Hostname:");
     this.f_HostnameLabel.UseUnderline = true;
     this.table2.Add (this.f_HostnameLabel);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table2[this.f_HostnameLabel]));
     w1.TopAttach = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     // Container child table2.Gtk.Table+TableChild
     this.f_NetworkComboBoxEntry = global::Gtk.ComboBoxEntry.NewText ();
     this.f_NetworkComboBoxEntry.Name = "f_NetworkComboBoxEntry";
     this.table2.Add (this.f_NetworkComboBoxEntry);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2[this.f_NetworkComboBoxEntry]));
     w2.TopAttach = ((uint)(2));
     w2.BottomAttach = ((uint)(3));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.f_NetworkLabel = new global::Gtk.Label ();
     this.f_NetworkLabel.Name = "f_NetworkLabel";
     this.f_NetworkLabel.Xalign = 0f;
     this.f_NetworkLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Network:");
     this.f_NetworkLabel.UseUnderline = true;
     this.table2.Add (this.f_NetworkLabel);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2[this.f_NetworkLabel]));
     w3.TopAttach = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.f_PasswordLabel = new global::Gtk.Label ();
     this.f_PasswordLabel.Name = "f_PasswordLabel";
     this.f_PasswordLabel.Xalign = 0f;
     this.f_PasswordLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Password:"******"f_ProtocolComboBox";
     this.table2.Add (this.f_ProtocolComboBox);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2[this.f_ProtocolComboBox]));
     w5.LeftAttach = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     // Container child table2.Gtk.Table+TableChild
     this.f_UsernameEntry = new global::Gtk.Entry ();
     this.f_UsernameEntry.Name = "f_UsernameEntry";
     this.f_UsernameEntry.IsEditable = true;
     this.f_UsernameEntry.InvisibleChar = '●';
     this.table2.Add (this.f_UsernameEntry);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2[this.f_UsernameEntry]));
     w6.TopAttach = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.LeftAttach = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     // Container child table2.Gtk.Table+TableChild
     this.hbox10 = new global::Gtk.HBox ();
     this.hbox10.Name = "hbox10";
     // Container child hbox10.Gtk.Box+BoxChild
     this.f_HostnameEntry = new global::Gtk.Entry ();
     this.f_HostnameEntry.Name = "f_HostnameEntry";
     this.f_HostnameEntry.IsEditable = true;
     this.f_HostnameEntry.InvisibleChar = '●';
     this.hbox10.Add (this.f_HostnameEntry);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.f_HostnameEntry]));
     w7.Position = 0;
     // Container child hbox10.Gtk.Box+BoxChild
     this.hbox11 = new global::Gtk.HBox ();
     this.hbox11.Name = "hbox11";
     this.hbox11.Spacing = 5;
     // Container child hbox11.Gtk.Box+BoxChild
     this.f_PortLabel = new global::Gtk.Label ();
     this.f_PortLabel.Name = "f_PortLabel";
     this.f_PortLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Port:");
     this.f_PortLabel.UseUnderline = true;
     this.hbox11.Add (this.f_PortLabel);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.f_PortLabel]));
     w8.Position = 0;
     // Container child hbox11.Gtk.Box+BoxChild
     this.f_PortSpinButton = new global::Gtk.SpinButton (0, 65535, 1);
     this.f_PortSpinButton.Name = "f_PortSpinButton";
     this.f_PortSpinButton.Adjustment.PageIncrement = 10;
     this.f_PortSpinButton.Adjustment.PageSize = 10;
     this.f_PortSpinButton.ClimbRate = 1;
     this.f_PortSpinButton.Numeric = true;
     this.hbox11.Add (this.f_PortSpinButton);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.f_PortSpinButton]));
     w9.Position = 1;
     this.hbox10.Add (this.hbox11);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.hbox11]));
     w10.Position = 1;
     this.table2.Add (this.hbox10);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2[this.hbox10]));
     w11.TopAttach = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     // Container child table2.Gtk.Table+TableChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.f_PasswordEntry = new global::Gtk.Entry ();
     this.f_PasswordEntry.Name = "f_PasswordEntry";
     this.f_PasswordEntry.IsEditable = true;
     this.f_PasswordEntry.Visibility = false;
     this.f_PasswordEntry.InvisibleChar = '●';
     this.hbox2.Add (this.f_PasswordEntry);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.f_PasswordEntry]));
     w12.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.f_ShowPasswordCheckButton = new global::Gtk.CheckButton ();
     this.f_ShowPasswordCheckButton.CanFocus = true;
     this.f_ShowPasswordCheckButton.Name = "f_ShowPasswordCheckButton";
     this.f_ShowPasswordCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Show Password");
     this.f_ShowPasswordCheckButton.DrawIndicator = true;
     this.f_ShowPasswordCheckButton.UseUnderline = true;
     this.hbox2.Add (this.f_ShowPasswordCheckButton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.f_ShowPasswordCheckButton]));
     w13.Position = 1;
     this.table2.Add (this.hbox2);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2[this.hbox2]));
     w14.TopAttach = ((uint)(4));
     w14.BottomAttach = ((uint)(5));
     w14.LeftAttach = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label21 = new global::Gtk.Label ();
     this.label21.Name = "label21";
     this.label21.Xalign = 0f;
     this.label21.LabelProp = global::Mono.Unix.Catalog.GetString ("_Username:"******"label5";
     this.label5.Xalign = 0f;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("_Protocol:");
     this.label5.UseUnderline = true;
     this.table2.Add (this.label5);
     this.vbox16.Add (this.table2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox16[this.table2]));
     w17.Position = 0;
     w17.Expand = false;
     // Container child vbox16.Gtk.Box+BoxChild
     this.f_OnStartupConnectCheckButton = new global::Gtk.CheckButton ();
     this.f_OnStartupConnectCheckButton.CanFocus = true;
     this.f_OnStartupConnectCheckButton.Name = "f_OnStartupConnectCheckButton";
     this.f_OnStartupConnectCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Automatically connect to server at startup");
     this.f_OnStartupConnectCheckButton.DrawIndicator = true;
     this.f_OnStartupConnectCheckButton.UseUnderline = true;
     this.f_OnStartupConnectCheckButton.Xalign = 0f;
     this.vbox16.Add (this.f_OnStartupConnectCheckButton);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox16[this.f_OnStartupConnectCheckButton]));
     w18.Position = 1;
     w18.Expand = false;
     w18.Fill = false;
     // Container child vbox16.Gtk.Box+BoxChild
     this.f_UseEncryptionCheckButton = new global::Gtk.CheckButton ();
     this.f_UseEncryptionCheckButton.CanFocus = true;
     this.f_UseEncryptionCheckButton.Name = "f_UseEncryptionCheckButton";
     this.f_UseEncryptionCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Use Encryption");
     this.f_UseEncryptionCheckButton.DrawIndicator = true;
     this.f_UseEncryptionCheckButton.UseUnderline = true;
     this.vbox16.Add (this.f_UseEncryptionCheckButton);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox16[this.f_UseEncryptionCheckButton]));
     w19.Position = 2;
     w19.Expand = false;
     w19.Fill = false;
     // Container child vbox16.Gtk.Box+BoxChild
     this.f_ValidateServerCertificateCheckButton = new global::Gtk.CheckButton ();
     this.f_ValidateServerCertificateCheckButton.CanFocus = true;
     this.f_ValidateServerCertificateCheckButton.Name = "f_ValidateServerCertificateCheckButton";
     this.f_ValidateServerCertificateCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Validate Server Certificate");
     this.f_ValidateServerCertificateCheckButton.DrawIndicator = true;
     this.f_ValidateServerCertificateCheckButton.UseUnderline = true;
     this.vbox16.Add (this.f_ValidateServerCertificateCheckButton);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox16[this.f_ValidateServerCertificateCheckButton]));
     w20.Position = 3;
     w20.Expand = false;
     w20.Fill = false;
     // Container child vbox16.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 5;
     // 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.label37 = new global::Gtk.Label ();
     this.label37.Name = "label37";
     this.label37.Xalign = 0f;
     this.label37.LabelProp = global::Mono.Unix.Catalog.GetString ("_On Connect Commands:");
     this.label37.UseUnderline = true;
     this.hbox3.Add (this.label37);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label37]));
     w21.Position = 0;
     w21.Expand = false;
     w21.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.f_IgnoreOnConnectCommandsCheckButton = new global::Gtk.CheckButton ();
     this.f_IgnoreOnConnectCommandsCheckButton.CanFocus = true;
     this.f_IgnoreOnConnectCommandsCheckButton.Name = "f_IgnoreOnConnectCommandsCheckButton";
     this.f_IgnoreOnConnectCommandsCheckButton.Label = global::Mono.Unix.Catalog.GetString ("_Ignore Commands");
     this.f_IgnoreOnConnectCommandsCheckButton.DrawIndicator = true;
     this.f_IgnoreOnConnectCommandsCheckButton.UseUnderline = true;
     this.hbox3.Add (this.f_IgnoreOnConnectCommandsCheckButton);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.f_IgnoreOnConnectCommandsCheckButton]));
     w22.Position = 1;
     this.vbox2.Add (this.hbox3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w23.Position = 0;
     w23.Expand = false;
     w23.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow1.WidthRequest = 350;
     this.scrolledwindow1.HeightRequest = 100;
     this.scrolledwindow1.Name = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.f_OnConnectCommandsTextView = new global::Gtk.TextView ();
     this.f_OnConnectCommandsTextView.WidthRequest = 152;
     this.f_OnConnectCommandsTextView.HeightRequest = 168;
     this.f_OnConnectCommandsTextView.Name = "f_OnConnectCommandsTextView";
     this.f_OnConnectCommandsTextView.WrapMode = ((global::Gtk.WrapMode)(2));
     this.scrolledwindow1.Add (this.f_OnConnectCommandsTextView);
     this.vbox2.Add (this.scrolledwindow1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.scrolledwindow1]));
     w25.Position = 1;
     this.vbox16.Add (this.vbox2);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox16[this.vbox2]));
     w26.Position = 4;
     this.Add (this.vbox16);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.f_HostnameLabel.MnemonicWidget = this.f_HostnameEntry;
     this.f_NetworkLabel.MnemonicWidget = this.f_NetworkComboBoxEntry;
     this.f_PasswordLabel.MnemonicWidget = this.f_PasswordEntry;
     this.f_PortLabel.MnemonicWidget = this.f_PortSpinButton;
     this.label21.MnemonicWidget = this.f_UsernameEntry;
     this.label5.MnemonicWidget = this.f_ProtocolComboBox;
     this.label37.MnemonicWidget = this.f_OnConnectCommandsTextView;
     this.Hide ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget LiqPayDemo.PhoneCreditWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "LiqPayDemo.PhoneCreditWidget";
			// Container child LiqPayDemo.PhoneCreditWidget.Gtk.Container+ContainerChild
			this.contentTable = new global::Gtk.Table (((uint)(7)), ((uint)(2)), false);
			this.contentTable.Name = "contentTable";
			this.contentTable.RowSpacing = ((uint)(6));
			this.contentTable.ColumnSpacing = ((uint)(6));
			// Container child contentTable.Gtk.Table+TableChild
			this.amountEntry = new global::Gtk.Entry ();
			this.amountEntry.CanFocus = true;
			this.amountEntry.Name = "amountEntry";
			this.amountEntry.IsEditable = true;
			this.amountEntry.InvisibleChar = '●';
			this.contentTable.Add (this.amountEntry);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.contentTable [this.amountEntry]));
			w1.TopAttach = ((uint)(3));
			w1.BottomAttach = ((uint)(4));
			w1.LeftAttach = ((uint)(1));
			w1.RightAttach = ((uint)(2));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.amountLabel = new global::Gtk.Label ();
			this.amountLabel.Name = "amountLabel";
			this.amountLabel.Xalign = 1F;
			this.amountLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Amount:");
			this.contentTable.Add (this.amountLabel);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.contentTable [this.amountLabel]));
			w2.TopAttach = ((uint)(3));
			w2.BottomAttach = ((uint)(4));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.creditButton = new global::Gtk.Button ();
			this.creditButton.CanFocus = true;
			this.creditButton.Name = "creditButton";
			this.creditButton.UseUnderline = true;
			this.creditButton.Label = global::Mono.Unix.Catalog.GetString ("Credit");
			this.contentTable.Add (this.creditButton);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.contentTable [this.creditButton]));
			w3.TopAttach = ((uint)(6));
			w3.BottomAttach = ((uint)(7));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.currencyComboBox = global::Gtk.ComboBoxEntry.NewText ();
			this.currencyComboBox.Name = "currencyComboBox";
			this.contentTable.Add (this.currencyComboBox);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.contentTable [this.currencyComboBox]));
			w4.TopAttach = ((uint)(4));
			w4.BottomAttach = ((uint)(5));
			w4.LeftAttach = ((uint)(1));
			w4.RightAttach = ((uint)(2));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.currencyLabel = new global::Gtk.Label ();
			this.currencyLabel.Name = "currencyLabel";
			this.currencyLabel.Xalign = 1F;
			this.currencyLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Currency:");
			this.contentTable.Add (this.currencyLabel);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.contentTable [this.currencyLabel]));
			w5.TopAttach = ((uint)(4));
			w5.BottomAttach = ((uint)(5));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.merchantIdEntry = new global::Gtk.Entry ();
			this.merchantIdEntry.CanFocus = true;
			this.merchantIdEntry.Name = "merchantIdEntry";
			this.merchantIdEntry.IsEditable = true;
			this.merchantIdEntry.InvisibleChar = '●';
			this.contentTable.Add (this.merchantIdEntry);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.contentTable [this.merchantIdEntry]));
			w6.LeftAttach = ((uint)(1));
			w6.RightAttach = ((uint)(2));
			w6.XOptions = ((global::Gtk.AttachOptions)(4));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.merchantIdLabel = new global::Gtk.Label ();
			this.merchantIdLabel.Name = "merchantIdLabel";
			this.merchantIdLabel.Xalign = 1F;
			this.merchantIdLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Merchant ID:");
			this.contentTable.Add (this.merchantIdLabel);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.contentTable [this.merchantIdLabel]));
			w7.XOptions = ((global::Gtk.AttachOptions)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.orderIdEntry = new global::Gtk.Entry ();
			this.orderIdEntry.CanFocus = true;
			this.orderIdEntry.Name = "orderIdEntry";
			this.orderIdEntry.IsEditable = true;
			this.orderIdEntry.InvisibleChar = '●';
			this.contentTable.Add (this.orderIdEntry);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.contentTable [this.orderIdEntry]));
			w8.TopAttach = ((uint)(5));
			w8.BottomAttach = ((uint)(6));
			w8.LeftAttach = ((uint)(1));
			w8.RightAttach = ((uint)(2));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.orderIdLabel = new global::Gtk.Label ();
			this.orderIdLabel.Name = "orderIdLabel";
			this.orderIdLabel.Xalign = 1F;
			this.orderIdLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Order ID:");
			this.contentTable.Add (this.orderIdLabel);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.contentTable [this.orderIdLabel]));
			w9.TopAttach = ((uint)(5));
			w9.BottomAttach = ((uint)(6));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.phoneEntry = new global::Gtk.Entry ();
			this.phoneEntry.CanFocus = true;
			this.phoneEntry.Name = "phoneEntry";
			this.phoneEntry.IsEditable = true;
			this.phoneEntry.InvisibleChar = '●';
			this.contentTable.Add (this.phoneEntry);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.contentTable [this.phoneEntry]));
			w10.TopAttach = ((uint)(2));
			w10.BottomAttach = ((uint)(3));
			w10.LeftAttach = ((uint)(1));
			w10.RightAttach = ((uint)(2));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.phoneLabel = new global::Gtk.Label ();
			this.phoneLabel.Name = "phoneLabel";
			this.phoneLabel.Xalign = 1F;
			this.phoneLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Phone:");
			this.contentTable.Add (this.phoneLabel);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.contentTable [this.phoneLabel]));
			w11.TopAttach = ((uint)(2));
			w11.BottomAttach = ((uint)(3));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.pwdEntry = new global::Gtk.Entry ();
			this.pwdEntry.CanFocus = true;
			this.pwdEntry.Name = "pwdEntry";
			this.pwdEntry.IsEditable = true;
			this.pwdEntry.InvisibleChar = '●';
			this.contentTable.Add (this.pwdEntry);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.contentTable [this.pwdEntry]));
			w12.TopAttach = ((uint)(1));
			w12.BottomAttach = ((uint)(2));
			w12.LeftAttach = ((uint)(1));
			w12.RightAttach = ((uint)(2));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.pwdLabel = new global::Gtk.Label ();
			this.pwdLabel.Name = "pwdLabel";
			this.pwdLabel.Xalign = 1F;
			this.pwdLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Password:");
			this.contentTable.Add (this.pwdLabel);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.contentTable [this.pwdLabel]));
			w13.TopAttach = ((uint)(1));
			w13.BottomAttach = ((uint)(2));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.contentTable);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.creditButton.Clicked += new global::System.EventHandler (this.OnPhoneCreditClicked);
		}
Пример #10
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget PNMail.DlgPrefs
     this.Name           = "PNMail.DlgPrefs";
     this.Title          = global::Mono.Unix.Catalog.GetString("PNMail : Preferences");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child PNMail.DlgPrefs.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.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Call Adresse : ");
     this.hbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label3]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.eCall               = new global::Gtk.Entry();
     this.eCall.CanFocus      = true;
     this.eCall.Name          = "eCall";
     this.eCall.IsEditable    = true;
     this.eCall.InvisibleChar = '•';
     this.hbox1.Add(this.eCall);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.eCall]));
     w3.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Code : ");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.eCode               = new global::Gtk.Entry();
     this.eCode.CanFocus      = true;
     this.eCode.Name          = "eCode";
     this.eCode.IsEditable    = true;
     this.eCode.InvisibleChar = '•';
     this.hbox1.Add(this.eCode);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.eCode]));
     w5.Position = 3;
     // Container child hbox1.Gtk.Box+BoxChild
     this.eLocator               = new global::Gtk.Entry();
     this.eLocator.CanFocus      = true;
     this.eLocator.Name          = "eLocator";
     this.eLocator.IsEditable    = true;
     this.eLocator.InvisibleChar = '•';
     this.hbox1.Add(this.eLocator);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.eLocator]));
     w6.PackType = ((global::Gtk.PackType)(1));
     w6.Position = 4;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Locator : ");
     this.hbox1.Add(this.label4);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label4]));
     w7.PackType = ((global::Gtk.PackType)(1));
     w7.Position = 5;
     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;
     w8.Expand   = false;
     w8.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.btnAdd              = new global::Gtk.Button();
     this.btnAdd.CanFocus     = true;
     this.btnAdd.Name         = "btnAdd";
     this.btnAdd.UseUnderline = true;
     this.btnAdd.Label        = global::Mono.Unix.Catalog.GetString("Ajout");
     this.hbox2.Add(this.btnAdd);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnAdd]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.btnEff              = new global::Gtk.Button();
     this.btnEff.CanFocus     = true;
     this.btnEff.Name         = "btnEff";
     this.btnEff.UseUnderline = true;
     this.btnEff.Label        = global::Mono.Unix.Catalog.GetString("Efface");
     this.hbox2.Add(this.btnEff);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnEff]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.btnWlist              = new global::Gtk.Button();
     this.btnWlist.CanFocus     = true;
     this.btnWlist.Name         = "btnWlist";
     this.btnWlist.UseUnderline = true;
     this.btnWlist.Label        = global::Mono.Unix.Catalog.GetString("White list");
     this.hbox2.Add(this.btnWlist);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnWlist]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.cbAdress      = global::Gtk.ComboBoxEntry.NewText();
     this.cbAdress.Name = "cbAdress";
     this.hbox2.Add(this.cbAdress);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.cbAdress]));
     w12.PackType = ((global::Gtk.PackType)(1));
     w12.Position = 3;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Internal child PNMail.DlgPrefs.ActionArea
     global::Gtk.HButtonBox w15 = this.ActionArea;
     w15.Name        = "dialog1_ActionArea";
     w15.Spacing     = 10;
     w15.BorderWidth = ((uint)(5));
     w15.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 w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w15 [this.buttonCancel]));
     w16.Expand = false;
     w16.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = global::Mono.Unix.Catalog.GetString("_Valider");
     global::Gtk.Image w17 = new global::Gtk.Image();
     w17.Pixbuf          = global::Stetic.IconLoader.LoadIcon(this, "gtk-apply", global::Gtk.IconSize.Menu);
     this.buttonOk.Image = w17;
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w15 [this.buttonOk]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 664;
     this.DefaultHeight = 131;
     this.Show();
     this.btnAdd.Clicked   += new global::System.EventHandler(this.OnBtnAddClicked);
     this.btnEff.Clicked   += new global::System.EventHandler(this.OnBtnEffClicked);
     this.buttonOk.Clicked += new global::System.EventHandler(this.OnButtonOkClicked);
 }
Пример #11
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget punto.gui.PagoTarjetaDialog
     this.Name = "punto.gui.PagoTarjetaDialog";
     this.Title = global::Mono.Unix.Catalog.GetString ("Pago Tarjeta");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Resizable = false;
     // Internal child punto.gui.PagoTarjetaDialog.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.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment1 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(4)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.comboboxentryTipoTarjeta = global::Gtk.ComboBoxEntry.NewText ();
     this.comboboxentryTipoTarjeta.Name = "comboboxentryTipoTarjeta";
     this.table1.Add (this.comboboxentryTipoTarjeta);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboboxentryTipoTarjeta]));
     w2.LeftAttach = ((uint)(2));
     w2.RightAttach = ((uint)(3));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryMonto = new global::Gtk.Entry ();
     this.entryMonto.CanFocus = true;
     this.entryMonto.Name = "entryMonto";
     this.entryMonto.IsEditable = true;
     this.entryMonto.InvisibleChar = '●';
     this.table1.Add (this.entryMonto);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryMonto]));
     w3.TopAttach = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.LeftAttach = ((uint)(2));
     w3.RightAttach = ((uint)(3));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryNroTransaccion = new global::Gtk.Entry ();
     this.entryNroTransaccion.CanFocus = true;
     this.entryNroTransaccion.Name = "entryNroTransaccion";
     this.entryNroTransaccion.IsEditable = true;
     this.entryNroTransaccion.InvisibleChar = '●';
     this.table1.Add (this.entryNroTransaccion);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryNroTransaccion]));
     w4.TopAttach = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach = ((uint)(2));
     w4.RightAttach = ((uint)(3));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelMonto = new global::Gtk.Label ();
     this.labelMonto.Name = "labelMonto";
     this.labelMonto.Xalign = 0F;
     this.labelMonto.LabelProp = global::Mono.Unix.Catalog.GetString ("Monto:");
     this.table1.Add (this.labelMonto);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelMonto]));
     w5.TopAttach = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.LeftAttach = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelNroTransacción = new global::Gtk.Label ();
     this.labelNroTransacción.Name = "labelNroTransacción";
     this.labelNroTransacción.Xalign = 0F;
     this.labelNroTransacción.LabelProp = global::Mono.Unix.Catalog.GetString ("Nro Transacción:");
     this.table1.Add (this.labelNroTransacción);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelNroTransacción]));
     w6.TopAttach = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     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.labelTipoTarjeta = new global::Gtk.Label ();
     this.labelTipoTarjeta.Name = "labelTipoTarjeta";
     this.labelTipoTarjeta.Xalign = 0F;
     this.labelTipoTarjeta.LabelProp = global::Mono.Unix.Catalog.GetString ("Tipo Tarjeta:");
     this.table1.Add (this.labelTipoTarjeta);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelTipoTarjeta]));
     w7.LeftAttach = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment1.Add (this.table1);
     this.frame1.Add (this.GtkAlignment1);
     this.GtkLabel1 = new global::Gtk.Label ();
     this.GtkLabel1.Name = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("Pago con Tarjeta");
     this.GtkLabel1.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel1;
     this.vbox2.Add (this.frame1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame1]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     w1.Add (this.vbox2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w11.Position = 0;
     // Internal child punto.gui.PagoTarjetaDialog.ActionArea
     global::Gtk.HButtonBox w12 = this.ActionArea;
     w12.Name = "dialog1_ActionArea";
     w12.Spacing = 10;
     w12.BorderWidth = ((uint)(5));
     w12.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.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 w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w12 [this.buttonOk]));
     w13.Expand = false;
     w13.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MediaConvertGUI.WidgetAudioTracks
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MediaConvertGUI.WidgetAudioTracks";
     // Container child MediaConvertGUI.WidgetAudioTracks.Gtk.Container+ContainerChild
     this.@fixed           = new global::Gtk.Fixed();
     [email protected]      = "fixed";
     [email protected] = false;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.labelTrackInfo           = new global::Gtk.Label();
     this.labelTrackInfo.Name      = "labelTrackInfo";
     this.labelTrackInfo.LabelProp = global::Mono.Unix.Catalog.GetString("Track");
     [email protected](this.labelTrackInfo);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.labelTrackInfo]));
     w1.X = 5;
     w1.Y = 15;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.comboTracks      = global::Gtk.ComboBox.NewText();
     this.comboTracks.Name = "comboTracks";
     [email protected](this.comboTracks);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.comboTracks]));
     w2.X = 130;
     w2.Y = 10;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.labelCodecInfo           = new global::Gtk.Label();
     this.labelCodecInfo.Name      = "labelCodecInfo";
     this.labelCodecInfo.LabelProp = global::Mono.Unix.Catalog.GetString("Codec");
     [email protected](this.labelCodecInfo);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.labelCodecInfo]));
     w3.X = 5;
     w3.Y = 45;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.comboCodec      = global::Gtk.ComboBox.NewText();
     this.comboCodec.Name = "comboCodec";
     [email protected](this.comboCodec);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.comboCodec]));
     w4.X = 130;
     w4.Y = 40;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.frameAudioOptions             = new global::Gtk.Frame();
     this.frameAudioOptions.Name        = "frameAudioOptions";
     this.frameAudioOptions.ShadowType  = ((global::Gtk.ShadowType)(0));
     this.frameAudioOptions.LabelYalign = 0F;
     // Container child frameAudioOptions.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.fixedAudioOptions           = new global::Gtk.Fixed();
     this.fixedAudioOptions.Name      = "fixedAudioOptions";
     this.fixedAudioOptions.HasWindow = false;
     // Container child fixedAudioOptions.Gtk.Fixed+FixedChild
     this.labelSampleRateInfo           = new global::Gtk.Label();
     this.labelSampleRateInfo.Name      = "labelSampleRateInfo";
     this.labelSampleRateInfo.LabelProp = global::Mono.Unix.Catalog.GetString("Sample rate");
     this.fixedAudioOptions.Add(this.labelSampleRateInfo);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixedAudioOptions [this.labelSampleRateInfo]));
     w5.Y = 65;
     // Container child fixedAudioOptions.Gtk.Fixed+FixedChild
     this.labelTrackSizeInfo           = new global::Gtk.Label();
     this.labelTrackSizeInfo.Name      = "labelTrackSizeInfo";
     this.labelTrackSizeInfo.LabelProp = global::Mono.Unix.Catalog.GetString("Track size");
     this.fixedAudioOptions.Add(this.labelTrackSizeInfo);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixedAudioOptions [this.labelTrackSizeInfo]));
     w6.Y = 95;
     // Container child fixedAudioOptions.Gtk.Fixed+FixedChild
     this.comboChannels      = global::Gtk.ComboBox.NewText();
     this.comboChannels.Name = "comboChannels";
     this.fixedAudioOptions.Add(this.comboChannels);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixedAudioOptions [this.comboChannels]));
     w7.X = 110;
     // Container child fixedAudioOptions.Gtk.Fixed+FixedChild
     this.labelTrackSze           = new global::Gtk.Label();
     this.labelTrackSze.Name      = "labelTrackSze";
     this.labelTrackSze.LabelProp = global::Mono.Unix.Catalog.GetString("0 MB");
     this.fixedAudioOptions.Add(this.labelTrackSze);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixedAudioOptions [this.labelTrackSze]));
     w8.X = 110;
     w8.Y = 95;
     // Container child fixedAudioOptions.Gtk.Fixed+FixedChild
     this.labelChannels           = new global::Gtk.Label();
     this.labelChannels.Name      = "labelChannels";
     this.labelChannels.LabelProp = global::Mono.Unix.Catalog.GetString("Channels");
     this.fixedAudioOptions.Add(this.labelChannels);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixedAudioOptions [this.labelChannels]));
     w9.Y = 5;
     // Container child fixedAudioOptions.Gtk.Fixed+FixedChild
     this.labelBitrate           = new global::Gtk.Label();
     this.labelBitrate.Name      = "labelBitrate";
     this.labelBitrate.LabelProp = global::Mono.Unix.Catalog.GetString("Bitrate");
     this.fixedAudioOptions.Add(this.labelBitrate);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixedAudioOptions [this.labelBitrate]));
     w10.Y = 35;
     // Container child fixedAudioOptions.Gtk.Fixed+FixedChild
     this.labelKbps           = new global::Gtk.Label();
     this.labelKbps.Name      = "labelKbps";
     this.labelKbps.LabelProp = global::Mono.Unix.Catalog.GetString("kpbs");
     this.fixedAudioOptions.Add(this.labelKbps);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixedAudioOptions [this.labelKbps]));
     w11.X = 215;
     w11.Y = 35;
     // Container child fixedAudioOptions.Gtk.Fixed+FixedChild
     this.comboBitrate = global::Gtk.ComboBoxEntry.NewText();
     this.comboBitrate.WidthRequest = 100;
     this.comboBitrate.Name         = "comboBitrate";
     this.fixedAudioOptions.Add(this.comboBitrate);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixedAudioOptions [this.comboBitrate]));
     w12.X = 110;
     w12.Y = 30;
     // Container child fixedAudioOptions.Gtk.Fixed+FixedChild
     this.labelKhz           = new global::Gtk.Label();
     this.labelKhz.Name      = "labelKhz";
     this.labelKhz.LabelProp = global::Mono.Unix.Catalog.GetString("Hz");
     this.fixedAudioOptions.Add(this.labelKhz);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixedAudioOptions [this.labelKhz]));
     w13.X = 305;
     w13.Y = 65;
     // Container child fixedAudioOptions.Gtk.Fixed+FixedChild
     this.comboSampleRate      = global::Gtk.ComboBoxEntry.NewText();
     this.comboSampleRate.Name = "comboSampleRate";
     this.fixedAudioOptions.Add(this.comboSampleRate);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixedAudioOptions [this.comboSampleRate]));
     w14.X = 110;
     w14.Y = 60;
     this.GtkAlignment.Add(this.fixedAudioOptions);
     this.frameAudioOptions.Add(this.GtkAlignment);
     this.GtkLabel                      = new global::Gtk.Label();
     this.GtkLabel.Name                 = "GtkLabel";
     this.GtkLabel.UseMarkup            = true;
     this.frameAudioOptions.LabelWidget = this.GtkLabel;
     [email protected](this.frameAudioOptions);
     global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.frameAudioOptions]));
     w17.X = 8;
     w17.Y = 70;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.eventBox = new global::Gtk.EventBox();
     this.eventBox.WidthRequest  = 25;
     this.eventBox.HeightRequest = 25;
     this.eventBox.Events        = ((global::Gdk.EventMask)(256));
     this.eventBox.Name          = "eventBox";
     // Container child eventBox.Gtk.Container+ContainerChild
     this.image        = new global::Gtk.Image();
     this.image.Name   = "image";
     this.image.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-info", global::Gtk.IconSize.Menu);
     this.eventBox.Add(this.image);
     [email protected](this.eventBox);
     global::Gtk.Fixed.FixedChild w19 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.eventBox]));
     w19.X = 99;
     w19.Y = 40;
     this.Add(this.@fixed);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.comboTracks.Changed       += new global::System.EventHandler(this.OnComboTracksChanged);
     this.comboCodec.Changed        += new global::System.EventHandler(this.OnComboCodecChanged);
     this.eventBox.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler(this.OnEventBoxButtonPressEvent);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget LiqPayDemo.SendMoneyWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "LiqPayDemo.SendMoneyWidget";
			// Container child LiqPayDemo.SendMoneyWidget.Gtk.Container+ContainerChild
			this.contentTable = new global::Gtk.Table (((uint)(11)), ((uint)(2)), false);
			this.contentTable.Name = "contentTable";
			this.contentTable.RowSpacing = ((uint)(6));
			this.contentTable.ColumnSpacing = ((uint)(6));
			// Container child contentTable.Gtk.Table+TableChild
			this.amountEntry = new global::Gtk.Entry ();
			this.amountEntry.CanFocus = true;
			this.amountEntry.Name = "amountEntry";
			this.amountEntry.IsEditable = true;
			this.amountEntry.InvisibleChar = '●';
			this.contentTable.Add (this.amountEntry);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.contentTable [this.amountEntry]));
			w1.TopAttach = ((uint)(4));
			w1.BottomAttach = ((uint)(5));
			w1.LeftAttach = ((uint)(1));
			w1.RightAttach = ((uint)(2));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.amountLabel = new global::Gtk.Label ();
			this.amountLabel.Name = "amountLabel";
			this.amountLabel.Xalign = 1F;
			this.amountLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Amount:");
			this.contentTable.Add (this.amountLabel);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.contentTable [this.amountLabel]));
			w2.TopAttach = ((uint)(4));
			w2.BottomAttach = ((uint)(5));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.currencyComboBox = global::Gtk.ComboBoxEntry.NewText ();
			this.currencyComboBox.Name = "currencyComboBox";
			this.contentTable.Add (this.currencyComboBox);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.contentTable [this.currencyComboBox]));
			w3.TopAttach = ((uint)(5));
			w3.BottomAttach = ((uint)(6));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.currencyLabel = new global::Gtk.Label ();
			this.currencyLabel.Name = "currencyLabel";
			this.currencyLabel.Xalign = 1F;
			this.currencyLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Currency:");
			this.contentTable.Add (this.currencyLabel);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.contentTable [this.currencyLabel]));
			w4.TopAttach = ((uint)(5));
			w4.BottomAttach = ((uint)(6));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.descriptionEntry = new global::Gtk.Entry ();
			this.descriptionEntry.CanFocus = true;
			this.descriptionEntry.Name = "descriptionEntry";
			this.descriptionEntry.IsEditable = true;
			this.descriptionEntry.InvisibleChar = '●';
			this.contentTable.Add (this.descriptionEntry);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.contentTable [this.descriptionEntry]));
			w5.TopAttach = ((uint)(7));
			w5.BottomAttach = ((uint)(8));
			w5.LeftAttach = ((uint)(1));
			w5.RightAttach = ((uint)(2));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.descriptionLabel = new global::Gtk.Label ();
			this.descriptionLabel.Name = "descriptionLabel";
			this.descriptionLabel.Xalign = 1F;
			this.descriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Description:");
			this.contentTable.Add (this.descriptionLabel);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.contentTable [this.descriptionLabel]));
			w6.TopAttach = ((uint)(7));
			w6.BottomAttach = ((uint)(8));
			w6.XOptions = ((global::Gtk.AttachOptions)(4));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.contentTable.Add (this.hseparator1);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.contentTable [this.hseparator1]));
			w7.TopAttach = ((uint)(8));
			w7.BottomAttach = ((uint)(9));
			w7.LeftAttach = ((uint)(1));
			w7.RightAttach = ((uint)(2));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.hseparator2 = new global::Gtk.HSeparator ();
			this.hseparator2.Name = "hseparator2";
			this.contentTable.Add (this.hseparator2);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.contentTable [this.hseparator2]));
			w8.TopAttach = ((uint)(8));
			w8.BottomAttach = ((uint)(9));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.kindComboBox = global::Gtk.ComboBox.NewText ();
			this.kindComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Phone"));
			this.kindComboBox.AppendText (global::Mono.Unix.Catalog.GetString ("Card"));
			this.kindComboBox.Name = "kindComboBox";
			this.kindComboBox.Active = 0;
			this.contentTable.Add (this.kindComboBox);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.contentTable [this.kindComboBox]));
			w9.TopAttach = ((uint)(2));
			w9.BottomAttach = ((uint)(3));
			w9.LeftAttach = ((uint)(1));
			w9.RightAttach = ((uint)(2));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.kindLabel = new global::Gtk.Label ();
			this.kindLabel.Name = "kindLabel";
			this.kindLabel.Xalign = 1F;
			this.kindLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Kind:");
			this.contentTable.Add (this.kindLabel);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.contentTable [this.kindLabel]));
			w10.TopAttach = ((uint)(2));
			w10.BottomAttach = ((uint)(3));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.merchantIdEntry = new global::Gtk.Entry ();
			this.merchantIdEntry.CanFocus = true;
			this.merchantIdEntry.Name = "merchantIdEntry";
			this.merchantIdEntry.IsEditable = true;
			this.merchantIdEntry.InvisibleChar = '●';
			this.contentTable.Add (this.merchantIdEntry);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.contentTable [this.merchantIdEntry]));
			w11.LeftAttach = ((uint)(1));
			w11.RightAttach = ((uint)(2));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.merchantIdLabel = new global::Gtk.Label ();
			this.merchantIdLabel.Name = "merchantIdLabel";
			this.merchantIdLabel.Xalign = 1F;
			this.merchantIdLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Merchant ID:");
			this.contentTable.Add (this.merchantIdLabel);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.contentTable [this.merchantIdLabel]));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.orderIdEntry = new global::Gtk.Entry ();
			this.orderIdEntry.CanFocus = true;
			this.orderIdEntry.Name = "orderIdEntry";
			this.orderIdEntry.IsEditable = true;
			this.orderIdEntry.InvisibleChar = '●';
			this.contentTable.Add (this.orderIdEntry);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.contentTable [this.orderIdEntry]));
			w13.TopAttach = ((uint)(6));
			w13.BottomAttach = ((uint)(7));
			w13.LeftAttach = ((uint)(1));
			w13.RightAttach = ((uint)(2));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.orderIdLabel = new global::Gtk.Label ();
			this.orderIdLabel.Name = "orderIdLabel";
			this.orderIdLabel.Xalign = 1F;
			this.orderIdLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Order ID:");
			this.contentTable.Add (this.orderIdLabel);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.contentTable [this.orderIdLabel]));
			w14.TopAttach = ((uint)(6));
			w14.BottomAttach = ((uint)(7));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.pwdEntry = new global::Gtk.Entry ();
			this.pwdEntry.CanFocus = true;
			this.pwdEntry.Name = "pwdEntry";
			this.pwdEntry.IsEditable = true;
			this.pwdEntry.InvisibleChar = '●';
			this.contentTable.Add (this.pwdEntry);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.contentTable [this.pwdEntry]));
			w15.TopAttach = ((uint)(1));
			w15.BottomAttach = ((uint)(2));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(2));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.pwdLabel = new global::Gtk.Label ();
			this.pwdLabel.Name = "pwdLabel";
			this.pwdLabel.Xalign = 1F;
			this.pwdLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Password:"******"sendMoneyButton";
			this.sendMoneyButton.UseUnderline = true;
			this.sendMoneyButton.Label = global::Mono.Unix.Catalog.GetString ("Send");
			this.contentTable.Add (this.sendMoneyButton);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.contentTable [this.sendMoneyButton]));
			w17.TopAttach = ((uint)(10));
			w17.BottomAttach = ((uint)(11));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.toEntry = new global::Gtk.Entry ();
			this.toEntry.CanFocus = true;
			this.toEntry.Name = "toEntry";
			this.toEntry.IsEditable = true;
			this.toEntry.InvisibleChar = '●';
			this.contentTable.Add (this.toEntry);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.contentTable [this.toEntry]));
			w18.TopAttach = ((uint)(3));
			w18.BottomAttach = ((uint)(4));
			w18.LeftAttach = ((uint)(1));
			w18.RightAttach = ((uint)(2));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.toLabel = new global::Gtk.Label ();
			this.toLabel.Name = "toLabel";
			this.toLabel.Xalign = 1F;
			this.toLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("To:");
			this.contentTable.Add (this.toLabel);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.contentTable [this.toLabel]));
			w19.TopAttach = ((uint)(3));
			w19.BottomAttach = ((uint)(4));
			w19.XOptions = ((global::Gtk.AttachOptions)(4));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.transactionIdFieldLabel = new global::Gtk.Label ();
			this.transactionIdFieldLabel.Name = "transactionIdFieldLabel";
			this.transactionIdFieldLabel.Xalign = 1F;
			this.transactionIdFieldLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Transaction ID:");
			this.contentTable.Add (this.transactionIdFieldLabel);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.contentTable [this.transactionIdFieldLabel]));
			w20.TopAttach = ((uint)(9));
			w20.BottomAttach = ((uint)(10));
			w20.XOptions = ((global::Gtk.AttachOptions)(4));
			w20.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child contentTable.Gtk.Table+TableChild
			this.transactionIdLabel = new global::Gtk.Label ();
			this.transactionIdLabel.Name = "transactionIdLabel";
			this.transactionIdLabel.Xalign = 0F;
			this.contentTable.Add (this.transactionIdLabel);
			global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.contentTable [this.transactionIdLabel]));
			w21.TopAttach = ((uint)(9));
			w21.BottomAttach = ((uint)(10));
			w21.LeftAttach = ((uint)(1));
			w21.RightAttach = ((uint)(2));
			w21.XOptions = ((global::Gtk.AttachOptions)(4));
			w21.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.contentTable);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.sendMoneyButton.Clicked += new global::System.EventHandler (this.OnSendMoneyClicked);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.FindInFiles.FindInFilesDialog
			this.Name = "MonoDevelop.Ide.FindInFiles.FindInFilesDialog";
			this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.BorderWidth = ((uint)(6));
			this.DestroyWithParent = true;
			this.SkipPagerHint = true;
			this.SkipTaskbarHint = true;
			// Internal child MonoDevelop.Ide.FindInFiles.FindInFilesDialog.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.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.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.Gtk.Box+BoxChild
			this.toggleFindInFiles = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Find in Files"));
			this.toggleFindInFiles.TooltipMarkup = "Switch to Find in Files";
			this.toggleFindInFiles.CanFocus = true;
			this.toggleFindInFiles.Name = "toggleFindInFiles";
			this.toggleFindInFiles.Active = true;
			this.toggleFindInFiles.DrawIndicator = false;
			this.toggleFindInFiles.UseUnderline = true;
			this.toggleFindInFiles.Relief = ((global::Gtk.ReliefStyle)(2));
			this.toggleFindInFiles.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.hbox3.Add (this.toggleFindInFiles);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.toggleFindInFiles]));
			w2.Position = 0;
			w2.Expand = false;
			// Container child hbox3.Gtk.Box+BoxChild
			this.vseparator1 = new global::Gtk.VSeparator ();
			this.vseparator1.Name = "vseparator1";
			this.hbox3.Add (this.vseparator1);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vseparator1]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox3.Gtk.Box+BoxChild
			this.toggleReplaceInFiles = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Replace in Files"));
			this.toggleReplaceInFiles.TooltipMarkup = "Switch to Replace in Files";
			this.toggleReplaceInFiles.CanFocus = true;
			this.toggleReplaceInFiles.Name = "toggleReplaceInFiles";
			this.toggleReplaceInFiles.DrawIndicator = false;
			this.toggleReplaceInFiles.UseUnderline = true;
			this.toggleReplaceInFiles.Relief = ((global::Gtk.ReliefStyle)(2));
			this.toggleReplaceInFiles.Group = this.toggleFindInFiles.Group;
			this.hbox3.Add (this.toggleReplaceInFiles);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.toggleReplaceInFiles]));
			w4.Position = 2;
			w4.Expand = false;
			this.vbox2.Add (this.hbox3);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
			w5.Position = 0;
			w5.Expand = false;
			w5.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.tableFindAndReplace = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
			this.tableFindAndReplace.Name = "tableFindAndReplace";
			this.tableFindAndReplace.RowSpacing = ((uint)(6));
			this.tableFindAndReplace.ColumnSpacing = ((uint)(6));
			// Container child tableFindAndReplace.Gtk.Table+TableChild
			this.comboboxentryFind = global::Gtk.ComboBoxEntry.NewText ();
			this.comboboxentryFind.Name = "comboboxentryFind";
			this.tableFindAndReplace.Add (this.comboboxentryFind);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.comboboxentryFind]));
			w6.LeftAttach = ((uint)(1));
			w6.RightAttach = ((uint)(2));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableFindAndReplace.Gtk.Table+TableChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.comboboxScope = global::Gtk.ComboBox.NewText ();
			this.comboboxScope.Name = "comboboxScope";
			this.hbox2.Add (this.comboboxScope);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboboxScope]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			this.tableFindAndReplace.Add (this.hbox2);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.hbox2]));
			w8.TopAttach = ((uint)(1));
			w8.BottomAttach = ((uint)(2));
			w8.LeftAttach = ((uint)(1));
			w8.RightAttach = ((uint)(2));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableFindAndReplace.Gtk.Table+TableChild
			this.labelFind = new global::Gtk.Label ();
			this.labelFind.Name = "labelFind";
			this.labelFind.Xalign = 0F;
			this.labelFind.LabelProp = global::Mono.Unix.Catalog.GetString ("_Find:");
			this.labelFind.UseUnderline = true;
			this.tableFindAndReplace.Add (this.labelFind);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.labelFind]));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableFindAndReplace.Gtk.Table+TableChild
			this.labelScope = new global::Gtk.Label ();
			this.labelScope.Name = "labelScope";
			this.labelScope.Xalign = 0F;
			this.labelScope.LabelProp = global::Mono.Unix.Catalog.GetString ("_Look in:");
			this.labelScope.UseUnderline = true;
			this.tableFindAndReplace.Add (this.labelScope);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.labelScope]));
			w10.TopAttach = ((uint)(1));
			w10.BottomAttach = ((uint)(2));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			this.hbox1.Add (this.tableFindAndReplace);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.tableFindAndReplace]));
			w11.Position = 0;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w12.Position = 1;
			w12.Expand = false;
			w12.Fill = false;
			// Container child vbox2.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.checkbuttonCaseSensitive = new global::Gtk.CheckButton ();
			this.checkbuttonCaseSensitive.CanFocus = true;
			this.checkbuttonCaseSensitive.Name = "checkbuttonCaseSensitive";
			this.checkbuttonCaseSensitive.Label = global::Mono.Unix.Catalog.GetString ("C_ase sensitive");
			this.checkbuttonCaseSensitive.DrawIndicator = true;
			this.checkbuttonCaseSensitive.UseUnderline = true;
			this.table1.Add (this.checkbuttonCaseSensitive);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonCaseSensitive]));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.checkbuttonRegexSearch = new global::Gtk.CheckButton ();
			this.checkbuttonRegexSearch.CanFocus = true;
			this.checkbuttonRegexSearch.Name = "checkbuttonRegexSearch";
			this.checkbuttonRegexSearch.Label = global::Mono.Unix.Catalog.GetString ("Rege_x search");
			this.checkbuttonRegexSearch.DrawIndicator = true;
			this.checkbuttonRegexSearch.UseUnderline = true;
			this.table1.Add (this.checkbuttonRegexSearch);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonRegexSearch]));
			w14.TopAttach = ((uint)(2));
			w14.BottomAttach = ((uint)(3));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.checkbuttonWholeWordsOnly = new global::Gtk.CheckButton ();
			this.checkbuttonWholeWordsOnly.CanFocus = true;
			this.checkbuttonWholeWordsOnly.Name = "checkbuttonWholeWordsOnly";
			this.checkbuttonWholeWordsOnly.Label = global::Mono.Unix.Catalog.GetString ("_Whole words only");
			this.checkbuttonWholeWordsOnly.DrawIndicator = true;
			this.checkbuttonWholeWordsOnly.UseUnderline = true;
			this.table1.Add (this.checkbuttonWholeWordsOnly);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonWholeWordsOnly]));
			w15.TopAttach = ((uint)(1));
			w15.BottomAttach = ((uint)(2));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox2.Add (this.table1);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
			w16.Position = 2;
			w16.Expand = false;
			w16.Fill = false;
			w1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
			w17.Position = 0;
			w17.Expand = false;
			w17.Fill = false;
			// Internal child MonoDevelop.Ide.FindInFiles.FindInFilesDialog.ActionArea
			global::Gtk.HButtonBox w18 = this.ActionArea;
			w18.Name = "dialog1_ActionArea";
			w18.Spacing = 6;
			w18.BorderWidth = ((uint)(5));
			w18.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonStop = new global::Gtk.Button ();
			this.buttonStop.CanFocus = true;
			this.buttonStop.Name = "buttonStop";
			this.buttonStop.UseStock = true;
			this.buttonStop.UseUnderline = true;
			this.buttonStop.Label = "gtk-stop";
			this.AddActionWidget (this.buttonStop, 0);
			global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonStop]));
			w19.Expand = false;
			w19.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonClose = new global::Gtk.Button ();
			this.buttonClose.CanDefault = true;
			this.buttonClose.CanFocus = true;
			this.buttonClose.Name = "buttonClose";
			this.buttonClose.UseStock = true;
			this.buttonClose.UseUnderline = true;
			this.buttonClose.Label = "gtk-close";
			this.AddActionWidget (this.buttonClose, -7);
			global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonClose]));
			w20.Position = 1;
			w20.Expand = false;
			w20.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonSearch = new global::Gtk.Button ();
			this.buttonSearch.CanDefault = true;
			this.buttonSearch.CanFocus = true;
			this.buttonSearch.Name = "buttonSearch";
			this.buttonSearch.UseStock = true;
			this.buttonSearch.UseUnderline = true;
			this.buttonSearch.Label = "gtk-find";
			this.AddActionWidget (this.buttonSearch, 0);
			global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonSearch]));
			w21.Position = 2;
			w21.Expand = false;
			w21.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 456;
			this.DefaultHeight = 348;
			this.labelFind.MnemonicWidget = this.comboboxentryFind;
			this.labelScope.MnemonicWidget = this.comboboxScope;
			this.Hide ();
		}
Пример #15
0
	protected virtual void Build ()
	{
		global::Stetic.Gui.Initialize (this);
		// Widget MainWindow
		this.UIManager = new global::Gtk.UIManager ();
		global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
		this.FileAction = new global::Gtk.Action ("FileAction", global::Mono.Unix.Catalog.GetString ("File"), null, null);
		this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
		w1.Add (this.FileAction, "<Alt>f");
		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, "<Control>q");
		this.HelpAction = new global::Gtk.Action ("HelpAction", global::Mono.Unix.Catalog.GetString ("Help"), null, null);
		this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Help");
		w1.Add (this.HelpAction, null);
		this.AboutAction = new global::Gtk.Action ("AboutAction", global::Mono.Unix.Catalog.GetString ("About"), global::Mono.Unix.Catalog.GetString ("Shows the wonderful creator info"), null);
		this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
		w1.Add (this.AboutAction, 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 Session...");
		w1.Add (this.OpenAction, "<Control>o");
		this.SaveAction = new global::Gtk.Action ("SaveAction", global::Mono.Unix.Catalog.GetString ("Save"), null, null);
		this.SaveAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save Session");
		w1.Add (this.SaveAction, "<Control>s");
		this.SaveAsAction = new global::Gtk.Action ("SaveAsAction", global::Mono.Unix.Catalog.GetString ("Save As..."), null, null);
		this.SaveAsAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save Session As...");
		w1.Add (this.SaveAsAction, null);
		this.UIManager.InsertActionGroup (w1, 0);
		this.AddAccelGroup (this.UIManager.AccelGroup);
		this.Name = "MainWindow";
		this.Title = global::Mono.Unix.Catalog.GetString ("Grid Proxy");
		this.Icon = global::Gdk.Pixbuf.LoadFromResource ("GridProxyGUI.libomv.png");
		this.WindowPosition = ((global::Gtk.WindowPosition)(4));
		this.AllowShrink = true;
		// Container child MainWindow.Gtk.Container+ContainerChild
		this.vboxMenuMain = new global::Gtk.VBox ();
		this.vboxMenuMain.Name = "vboxMenuMain";
		this.vboxMenuMain.Spacing = 6;
		// Container child vboxMenuMain.Gtk.Box+BoxChild
		this.hboxMenu = new global::Gtk.HBox ();
		this.hboxMenu.Name = "hboxMenu";
		this.hboxMenu.Spacing = 6;
		this.hboxMenu.BorderWidth = ((uint)(3));
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.alignment2 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
		this.alignment2.Name = "alignment2";
		// Container child alignment2.Gtk.Container+ContainerChild
		this.UIManager.AddUiFromString (@"<ui><menubar name='menuMain'><menu name='FileAction' action='FileAction'><menuitem name='OpenAction' action='OpenAction'/><menuitem name='SaveAction' action='SaveAction'/><menuitem name='SaveAsAction' action='SaveAsAction'/><separator/><menuitem name='ExitAction' action='ExitAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>");
		this.menuMain = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menuMain")));
		this.menuMain.Name = "menuMain";
		this.alignment2.Add (this.menuMain);
		this.hboxMenu.Add (this.alignment2);
		global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.alignment2]));
		w3.Position = 0;
		w3.Expand = false;
		w3.Fill = false;
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.menuSeparator = new global::Gtk.VSeparator ();
		this.menuSeparator.Name = "menuSeparator";
		this.hboxMenu.Add (this.menuSeparator);
		global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.menuSeparator]));
		w4.Position = 1;
		w4.Expand = false;
		w4.Fill = false;
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.label1 = new global::Gtk.Label ();
		this.label1.Name = "label1";
		this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Listen IP Address:");
		this.hboxMenu.Add (this.label1);
		global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.label1]));
		w5.Position = 2;
		w5.Expand = false;
		w5.Fill = false;
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.cbListen = global::Gtk.ComboBoxEntry.NewText ();
		this.cbListen.WidthRequest = 120;
		this.cbListen.Name = "cbListen";
		this.hboxMenu.Add (this.cbListen);
		global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.cbListen]));
		w6.Position = 3;
		w6.Expand = false;
		w6.Fill = false;
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.label2 = new global::Gtk.Label ();
		this.label2.Name = "label2";
		this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Port");
		this.hboxMenu.Add (this.label2);
		global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.label2]));
		w7.Position = 4;
		w7.Expand = false;
		w7.Fill = false;
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.txtPort = new global::Gtk.Entry ();
		this.txtPort.WidthRequest = 50;
		this.txtPort.CanFocus = true;
		this.txtPort.Name = "txtPort";
		this.txtPort.Text = global::Mono.Unix.Catalog.GetString ("8080");
		this.txtPort.IsEditable = true;
		this.txtPort.MaxLength = 5;
		this.txtPort.InvisibleChar = '●';
		this.hboxMenu.Add (this.txtPort);
		global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.txtPort]));
		w8.Position = 5;
		w8.Expand = false;
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.label3 = new global::Gtk.Label ();
		this.label3.Name = "label3";
		this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Login URL");
		this.hboxMenu.Add (this.label3);
		global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.label3]));
		w9.Position = 6;
		w9.Expand = false;
		w9.Fill = false;
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.cbLoginURL = global::Gtk.ComboBoxEntry.NewText ();
		this.cbLoginURL.WidthRequest = 300;
		this.cbLoginURL.Name = "cbLoginURL";
		this.hboxMenu.Add (this.cbLoginURL);
		global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.cbLoginURL]));
		w10.Position = 7;
		w10.Expand = false;
		w10.Fill = false;
		// Container child hboxMenu.Gtk.Box+BoxChild
		this.btnStart = new global::Gtk.Button ();
		this.btnStart.CanFocus = true;
		this.btnStart.Name = "btnStart";
		this.btnStart.UseUnderline = true;
		this.btnStart.Label = global::Mono.Unix.Catalog.GetString ("Start Proxy");
		this.hboxMenu.Add (this.btnStart);
		global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.btnStart]));
		w11.Position = 8;
		w11.Expand = false;
		w11.Fill = false;
		this.vboxMenuMain.Add (this.hboxMenu);
		global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vboxMenuMain [this.hboxMenu]));
		w12.Position = 0;
		w12.Expand = false;
		w12.Fill = false;
		// Container child vboxMenuMain.Gtk.Box+BoxChild
		this.mainSplit = new global::Gtk.HPaned ();
		this.mainSplit.CanFocus = true;
		this.mainSplit.Name = "mainSplit";
		this.mainSplit.Position = 600;
		// Container child mainSplit.Gtk.Paned+PanedChild
		this.vboxSessions = new global::Gtk.VBox ();
		this.vboxSessions.Name = "vboxSessions";
		this.vboxSessions.Spacing = 6;
		// Container child vboxSessions.Gtk.Box+BoxChild
		this.sessionLogScroller = new global::Gtk.ScrolledWindow ();
		this.sessionLogScroller.CanFocus = true;
		this.sessionLogScroller.Name = "sessionLogScroller";
		this.sessionLogScroller.ShadowType = ((global::Gtk.ShadowType)(1));
		this.vboxSessions.Add (this.sessionLogScroller);
		global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vboxSessions [this.sessionLogScroller]));
		w13.Position = 0;
		// Container child vboxSessions.Gtk.Box+BoxChild
		this.hboxSessionBottom = new global::Gtk.HBox ();
		this.hboxSessionBottom.Name = "hboxSessionBottom";
		this.hboxSessionBottom.Spacing = 6;
		// Container child hboxSessionBottom.Gtk.Box+BoxChild
		this.cbAutoScroll = new global::Gtk.CheckButton ();
		this.cbAutoScroll.CanFocus = true;
		this.cbAutoScroll.Name = "cbAutoScroll";
		this.cbAutoScroll.Label = global::Mono.Unix.Catalog.GetString ("Auto Scroll");
		this.cbAutoScroll.Active = true;
		this.cbAutoScroll.DrawIndicator = true;
		this.cbAutoScroll.UseUnderline = true;
		this.hboxSessionBottom.Add (this.cbAutoScroll);
		global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hboxSessionBottom [this.cbAutoScroll]));
		w14.Position = 0;
		this.vboxSessions.Add (this.hboxSessionBottom);
		global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vboxSessions [this.hboxSessionBottom]));
		w15.Position = 1;
		w15.Expand = false;
		w15.Fill = false;
		this.mainSplit.Add (this.vboxSessions);
		global::Gtk.Paned.PanedChild w16 = ((global::Gtk.Paned.PanedChild)(this.mainSplit [this.vboxSessions]));
		w16.Resize = false;
		// Container child mainSplit.Gtk.Paned+PanedChild
		this.tabsMain = new global::Gtk.Notebook ();
		this.tabsMain.CanFocus = true;
		this.tabsMain.Name = "tabsMain";
		this.tabsMain.CurrentPage = 3;
		// Container child tabsMain.Gtk.Notebook+NotebookChild
		this.vboxLog = new global::Gtk.VBox ();
		this.vboxLog.Name = "vboxLog";
		this.vboxLog.Spacing = 6;
		// Container child vboxLog.Gtk.Box+BoxChild
		this.hbox5 = new global::Gtk.HBox ();
		this.hbox5.Name = "hbox5";
		this.hbox5.Homogeneous = true;
		this.hbox5.Spacing = 6;
		// Container child hbox5.Gtk.Box+BoxChild
		this.frame1 = new global::Gtk.Frame ();
		this.frame1.Name = "frame1";
		// Container child frame1.Gtk.Container+ContainerChild
		this.GtkAlignment2 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
		this.GtkAlignment2.Name = "GtkAlignment2";
		this.GtkAlignment2.LeftPadding = ((uint)(12));
		// Container child GtkAlignment2.Gtk.Container+ContainerChild
		this.vbox1 = new global::Gtk.VBox ();
		this.vbox1.Name = "vbox1";
		this.vbox1.Spacing = 6;
		// Container child vbox1.Gtk.Box+BoxChild
		this.lblUDPIn = new global::Gtk.Label ();
		this.lblUDPIn.Name = "lblUDPIn";
		this.lblUDPIn.LabelProp = global::Mono.Unix.Catalog.GetString ("Packets In 0 (0 bytes)");
		this.vbox1.Add (this.lblUDPIn);
		global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblUDPIn]));
		w17.Position = 0;
		w17.Expand = false;
		w17.Fill = false;
		// Container child vbox1.Gtk.Box+BoxChild
		this.lblUDPOut = new global::Gtk.Label ();
		this.lblUDPOut.Name = "lblUDPOut";
		this.lblUDPOut.LabelProp = global::Mono.Unix.Catalog.GetString ("Packets Out 0 (0 bytes)");
		this.vbox1.Add (this.lblUDPOut);
		global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblUDPOut]));
		w18.Position = 1;
		w18.Expand = false;
		w18.Fill = false;
		// Container child vbox1.Gtk.Box+BoxChild
		this.lblUDPTotal = new global::Gtk.Label ();
		this.lblUDPTotal.Name = "lblUDPTotal";
		this.lblUDPTotal.LabelProp = global::Mono.Unix.Catalog.GetString ("Packets Total 0 (0 bytes)");
		this.vbox1.Add (this.lblUDPTotal);
		global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblUDPTotal]));
		w19.Position = 2;
		w19.Expand = false;
		w19.Fill = false;
		this.GtkAlignment2.Add (this.vbox1);
		this.frame1.Add (this.GtkAlignment2);
		this.GtkLabel5 = new global::Gtk.Label ();
		this.GtkLabel5.Name = "GtkLabel5";
		this.GtkLabel5.LabelProp = global::Mono.Unix.Catalog.GetString ("UDP Packets");
		this.frame1.LabelWidget = this.GtkLabel5;
		this.hbox5.Add (this.frame1);
		global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.frame1]));
		w22.Position = 0;
		// Container child hbox5.Gtk.Box+BoxChild
		this.frame2 = new global::Gtk.Frame ();
		this.frame2.Name = "frame2";
		// Container child frame2.Gtk.Container+ContainerChild
		this.GtkAlignment3 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
		this.GtkAlignment3.Name = "GtkAlignment3";
		this.GtkAlignment3.LeftPadding = ((uint)(12));
		// Container child GtkAlignment3.Gtk.Container+ContainerChild
		this.vbox2 = new global::Gtk.VBox ();
		this.vbox2.Name = "vbox2";
		this.vbox2.Spacing = 6;
		// Container child vbox2.Gtk.Box+BoxChild
		this.lblCapIn = new global::Gtk.Label ();
		this.lblCapIn.Name = "lblCapIn";
		this.lblCapIn.LabelProp = global::Mono.Unix.Catalog.GetString ("Caps In 0 (0 bytes)");
		this.vbox2.Add (this.lblCapIn);
		global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lblCapIn]));
		w23.Position = 0;
		w23.Expand = false;
		w23.Fill = false;
		// Container child vbox2.Gtk.Box+BoxChild
		this.lblCapOut = new global::Gtk.Label ();
		this.lblCapOut.Name = "lblCapOut";
		this.lblCapOut.LabelProp = global::Mono.Unix.Catalog.GetString ("Caps Out 0 (0 bytes)");
		this.vbox2.Add (this.lblCapOut);
		global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lblCapOut]));
		w24.Position = 1;
		w24.Expand = false;
		w24.Fill = false;
		// Container child vbox2.Gtk.Box+BoxChild
		this.lblCapTotal = new global::Gtk.Label ();
		this.lblCapTotal.Name = "lblCapTotal";
		this.lblCapTotal.LabelProp = global::Mono.Unix.Catalog.GetString ("Caps Total 0 (0 bytes)");
		this.vbox2.Add (this.lblCapTotal);
		global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lblCapTotal]));
		w25.Position = 2;
		w25.Expand = false;
		w25.Fill = false;
		this.GtkAlignment3.Add (this.vbox2);
		this.frame2.Add (this.GtkAlignment3);
		this.GtkLabel12 = new global::Gtk.Label ();
		this.GtkLabel12.Name = "GtkLabel12";
		this.GtkLabel12.LabelProp = global::Mono.Unix.Catalog.GetString ("Caps Messages");
		this.frame2.LabelWidget = this.GtkLabel12;
		this.hbox5.Add (this.frame2);
		global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.frame2]));
		w28.Position = 1;
		this.vboxLog.Add (this.hbox5);
		global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vboxLog [this.hbox5]));
		w29.Position = 0;
		w29.Expand = false;
		w29.Fill = false;
		// Container child vboxLog.Gtk.Box+BoxChild
		this.logFileScroller = new global::Gtk.ScrolledWindow ();
		this.logFileScroller.Name = "logFileScroller";
		this.logFileScroller.ShadowType = ((global::Gtk.ShadowType)(1));
		// Container child logFileScroller.Gtk.Container+ContainerChild
		this.txtSummary = new global::Gtk.TextView ();
		this.txtSummary.CanFocus = true;
		this.txtSummary.Name = "txtSummary";
		this.txtSummary.Editable = false;
		this.txtSummary.WrapMode = ((global::Gtk.WrapMode)(2));
		this.logFileScroller.Add (this.txtSummary);
		this.vboxLog.Add (this.logFileScroller);
		global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vboxLog [this.logFileScroller]));
		w31.Position = 1;
		this.tabsMain.Add (this.vboxLog);
		// Notebook tab
		this.label4 = new global::Gtk.Label ();
		this.label4.Name = "label4";
		this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Summary");
		this.tabsMain.SetTabLabel (this.vboxLog, this.label4);
		this.label4.ShowAll ();
		// Container child tabsMain.Gtk.Notebook+NotebookChild
		this.hboxFilter = new global::Gtk.VBox ();
		this.hboxFilter.Name = "hboxFilter";
		this.hboxFilter.Spacing = 6;
		// Container child hboxFilter.Gtk.Box+BoxChild
		this.hbox2 = new global::Gtk.HBox ();
		this.hbox2.Name = "hbox2";
		this.hbox2.Spacing = 6;
		// Container child hbox2.Gtk.Box+BoxChild
		this.btnLoadFilters = new global::Gtk.Button ();
		this.btnLoadFilters.CanFocus = true;
		this.btnLoadFilters.Name = "btnLoadFilters";
		this.btnLoadFilters.UseUnderline = true;
		this.btnLoadFilters.Label = global::Mono.Unix.Catalog.GetString ("Load");
		global::Gtk.Image w33 = new global::Gtk.Image ();
		w33.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-open", global::Gtk.IconSize.Menu);
		this.btnLoadFilters.Image = w33;
		this.hbox2.Add (this.btnLoadFilters);
		global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnLoadFilters]));
		w34.Position = 0;
		w34.Expand = false;
		w34.Fill = false;
		// Container child hbox2.Gtk.Box+BoxChild
		this.btnSaveFilters = new global::Gtk.Button ();
		this.btnSaveFilters.CanFocus = true;
		this.btnSaveFilters.Name = "btnSaveFilters";
		this.btnSaveFilters.UseUnderline = true;
		this.btnSaveFilters.Label = global::Mono.Unix.Catalog.GetString ("Save");
		global::Gtk.Image w35 = new global::Gtk.Image ();
		w35.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save", global::Gtk.IconSize.Menu);
		this.btnSaveFilters.Image = w35;
		this.hbox2.Add (this.btnSaveFilters);
		global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnSaveFilters]));
		w36.Position = 1;
		w36.Expand = false;
		w36.Fill = false;
		this.hboxFilter.Add (this.hbox2);
		global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hboxFilter [this.hbox2]));
		w37.Position = 0;
		w37.Expand = false;
		w37.Fill = false;
		// Container child hboxFilter.Gtk.Box+BoxChild
		this.hbox3 = new global::Gtk.HBox ();
		this.hbox3.Name = "hbox3";
		this.hbox3.Homogeneous = true;
		this.hbox3.Spacing = 6;
		// Container child hbox3.Gtk.Box+BoxChild
		this.frameFilterUDP = new global::Gtk.Frame ();
		this.frameFilterUDP.Name = "frameFilterUDP";
		this.frameFilterUDP.ShadowType = ((global::Gtk.ShadowType)(0));
		this.frameFilterUDP.LabelYalign = 0F;
		// Container child frameFilterUDP.Gtk.Container+ContainerChild
		this.containerFilterUDP = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
		this.containerFilterUDP.Name = "containerFilterUDP";
		this.containerFilterUDP.LeftPadding = ((uint)(12));
		this.frameFilterUDP.Add (this.containerFilterUDP);
		this.GtkLabel8 = new global::Gtk.Label ();
		this.GtkLabel8.Name = "GtkLabel8";
		this.GtkLabel8.LabelProp = global::Mono.Unix.Catalog.GetString ("UDP Packets & Login");
		this.frameFilterUDP.LabelWidget = this.GtkLabel8;
		this.hbox3.Add (this.frameFilterUDP);
		global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.frameFilterUDP]));
		w39.Position = 0;
		// Container child hbox3.Gtk.Box+BoxChild
		this.frameFilterCap = new global::Gtk.Frame ();
		this.frameFilterCap.Name = "frameFilterCap";
		this.frameFilterCap.ShadowType = ((global::Gtk.ShadowType)(0));
		this.frameFilterCap.LabelYalign = 0F;
		// Container child frameFilterCap.Gtk.Container+ContainerChild
		this.containerFilterCap = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
		this.containerFilterCap.Name = "containerFilterCap";
		this.containerFilterCap.LeftPadding = ((uint)(12));
		this.frameFilterCap.Add (this.containerFilterCap);
		this.GtkLabel9 = new global::Gtk.Label ();
		this.GtkLabel9.Name = "GtkLabel9";
		this.GtkLabel9.LabelProp = global::Mono.Unix.Catalog.GetString ("Capabilities & EventQueue Messages");
		this.frameFilterCap.LabelWidget = this.GtkLabel9;
		this.hbox3.Add (this.frameFilterCap);
		global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.frameFilterCap]));
		w41.Position = 1;
		this.hboxFilter.Add (this.hbox3);
		global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hboxFilter [this.hbox3]));
		w42.Position = 1;
		// Container child hboxFilter.Gtk.Box+BoxChild
		this.hbox4 = new global::Gtk.HBox ();
		this.hbox4.Name = "hbox4";
		this.hbox4.Homogeneous = true;
		this.hbox4.Spacing = 6;
		// Container child hbox4.Gtk.Box+BoxChild
		this.cbSelectAllUDP = new global::Gtk.CheckButton ();
		this.cbSelectAllUDP.CanFocus = true;
		this.cbSelectAllUDP.Name = "cbSelectAllUDP";
		this.cbSelectAllUDP.Label = global::Mono.Unix.Catalog.GetString ("Select/Uncheck All");
		this.cbSelectAllUDP.DrawIndicator = true;
		this.cbSelectAllUDP.UseUnderline = true;
		this.hbox4.Add (this.cbSelectAllUDP);
		global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.cbSelectAllUDP]));
		w43.Position = 0;
		// Container child hbox4.Gtk.Box+BoxChild
		this.cbSelectAllCap = new global::Gtk.CheckButton ();
		this.cbSelectAllCap.CanFocus = true;
		this.cbSelectAllCap.Name = "cbSelectAllCap";
		this.cbSelectAllCap.Label = global::Mono.Unix.Catalog.GetString ("Select/Uncheck All");
		this.cbSelectAllCap.DrawIndicator = true;
		this.cbSelectAllCap.UseUnderline = true;
		this.hbox4.Add (this.cbSelectAllCap);
		global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.cbSelectAllCap]));
		w44.Position = 1;
		this.hboxFilter.Add (this.hbox4);
		global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hboxFilter [this.hbox4]));
		w45.PackType = ((global::Gtk.PackType)(1));
		w45.Position = 2;
		w45.Expand = false;
		w45.Fill = false;
		this.tabsMain.Add (this.hboxFilter);
		global::Gtk.Notebook.NotebookChild w46 = ((global::Gtk.Notebook.NotebookChild)(this.tabsMain [this.hboxFilter]));
		w46.Position = 1;
		// Notebook tab
		this.label5 = new global::Gtk.Label ();
		this.label5.Name = "label5";
		this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Filters");
		this.tabsMain.SetTabLabel (this.hboxFilter, this.label5);
		this.label5.ShowAll ();
		// Container child tabsMain.Gtk.Notebook+NotebookChild
		this.vboxInspector = new global::Gtk.VBox ();
		this.vboxInspector.Name = "vboxInspector";
		this.vboxInspector.Spacing = 6;
		// Container child vboxInspector.Gtk.Box+BoxChild
		this.tabsRequst = new global::Gtk.Notebook ();
		this.tabsRequst.CanFocus = true;
		this.tabsRequst.Name = "tabsRequst";
		this.tabsRequst.CurrentPage = 2;
		// Container child tabsRequst.Gtk.Notebook+NotebookChild
		this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
		this.GtkScrolledWindow.Name = "GtkScrolledWindow";
		this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
		// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
		this.txtRequest = new global::Gtk.TextView ();
		this.txtRequest.CanFocus = true;
		this.txtRequest.Name = "txtRequest";
		this.txtRequest.Editable = false;
		this.GtkScrolledWindow.Add (this.txtRequest);
		this.tabsRequst.Add (this.GtkScrolledWindow);
		// Notebook tab
		this.label7 = new global::Gtk.Label ();
		this.label7.Name = "label7";
		this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Request");
		this.tabsRequst.SetTabLabel (this.GtkScrolledWindow, this.label7);
		this.label7.ShowAll ();
		// Container child tabsRequst.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.txtRequestRaw = new global::Gtk.TextView ();
		this.txtRequestRaw.CanFocus = true;
		this.txtRequestRaw.Name = "txtRequestRaw";
		this.txtRequestRaw.Editable = false;
		this.GtkScrolledWindow1.Add (this.txtRequestRaw);
		this.tabsRequst.Add (this.GtkScrolledWindow1);
		global::Gtk.Notebook.NotebookChild w50 = ((global::Gtk.Notebook.NotebookChild)(this.tabsRequst [this.GtkScrolledWindow1]));
		w50.Position = 1;
		// Notebook tab
		this.label6 = new global::Gtk.Label ();
		this.label6.Name = "label6";
		this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Raw");
		this.tabsRequst.SetTabLabel (this.GtkScrolledWindow1, this.label6);
		this.label6.ShowAll ();
		// Container child tabsRequst.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.txtRequestNotation = new global::Gtk.TextView ();
		this.txtRequestNotation.CanFocus = true;
		this.txtRequestNotation.Name = "txtRequestNotation";
		this.txtRequestNotation.Editable = false;
		this.GtkScrolledWindow2.Add (this.txtRequestNotation);
		this.tabsRequst.Add (this.GtkScrolledWindow2);
		global::Gtk.Notebook.NotebookChild w52 = ((global::Gtk.Notebook.NotebookChild)(this.tabsRequst [this.GtkScrolledWindow2]));
		w52.Position = 2;
		// Notebook tab
		this.label8 = new global::Gtk.Label ();
		this.label8.Name = "label8";
		this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Notation");
		this.tabsRequst.SetTabLabel (this.GtkScrolledWindow2, this.label8);
		this.label8.ShowAll ();
		this.vboxInspector.Add (this.tabsRequst);
		global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vboxInspector [this.tabsRequst]));
		w53.Position = 0;
		// Container child vboxInspector.Gtk.Box+BoxChild
		this.tabsRequst1 = new global::Gtk.Notebook ();
		this.tabsRequst1.CanFocus = true;
		this.tabsRequst1.Name = "tabsRequst1";
		this.tabsRequst1.CurrentPage = 0;
		// Container child tabsRequst1.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.txtResponse = new global::Gtk.TextView ();
		this.txtResponse.CanFocus = true;
		this.txtResponse.Name = "txtResponse";
		this.txtResponse.Editable = false;
		this.GtkScrolledWindow3.Add (this.txtResponse);
		this.tabsRequst1.Add (this.GtkScrolledWindow3);
		// Notebook tab
		this.label9 = new global::Gtk.Label ();
		this.label9.Name = "label9";
		this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Response");
		this.tabsRequst1.SetTabLabel (this.GtkScrolledWindow3, this.label9);
		this.label9.ShowAll ();
		// Container child tabsRequst1.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.txtResponseRaw = new global::Gtk.TextView ();
		this.txtResponseRaw.CanFocus = true;
		this.txtResponseRaw.Name = "txtResponseRaw";
		this.txtResponseRaw.Editable = false;
		this.GtkScrolledWindow4.Add (this.txtResponseRaw);
		this.tabsRequst1.Add (this.GtkScrolledWindow4);
		global::Gtk.Notebook.NotebookChild w57 = ((global::Gtk.Notebook.NotebookChild)(this.tabsRequst1 [this.GtkScrolledWindow4]));
		w57.Position = 1;
		// Notebook tab
		this.label11 = new global::Gtk.Label ();
		this.label11.Name = "label11";
		this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Raw");
		this.tabsRequst1.SetTabLabel (this.GtkScrolledWindow4, this.label11);
		this.label11.ShowAll ();
		// Container child tabsRequst1.Gtk.Notebook+NotebookChild
		this.GtkScrolledWindow5 = new global::Gtk.ScrolledWindow ();
		this.GtkScrolledWindow5.Name = "GtkScrolledWindow5";
		this.GtkScrolledWindow5.ShadowType = ((global::Gtk.ShadowType)(1));
		// Container child GtkScrolledWindow5.Gtk.Container+ContainerChild
		this.txtResponseNotation = new global::Gtk.TextView ();
		this.txtResponseNotation.CanFocus = true;
		this.txtResponseNotation.Name = "txtResponseNotation";
		this.txtResponseNotation.Editable = false;
		this.GtkScrolledWindow5.Add (this.txtResponseNotation);
		this.tabsRequst1.Add (this.GtkScrolledWindow5);
		global::Gtk.Notebook.NotebookChild w59 = ((global::Gtk.Notebook.NotebookChild)(this.tabsRequst1 [this.GtkScrolledWindow5]));
		w59.Position = 2;
		// Notebook tab
		this.label12 = new global::Gtk.Label ();
		this.label12.Name = "label12";
		this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Notation");
		this.tabsRequst1.SetTabLabel (this.GtkScrolledWindow5, this.label12);
		this.label12.ShowAll ();
		this.vboxInspector.Add (this.tabsRequst1);
		global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.vboxInspector [this.tabsRequst1]));
		w60.Position = 1;
		this.tabsMain.Add (this.vboxInspector);
		global::Gtk.Notebook.NotebookChild w61 = ((global::Gtk.Notebook.NotebookChild)(this.tabsMain [this.vboxInspector]));
		w61.Position = 2;
		// Notebook tab
		this.label10 = new global::Gtk.Label ();
		this.label10.Name = "label10";
		this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("Inspector");
		this.tabsMain.SetTabLabel (this.vboxInspector, this.label10);
		this.label10.ShowAll ();
		// Container child tabsMain.Gtk.Notebook+NotebookChild
		this.vboxPlugins = new global::Gtk.VBox ();
		this.vboxPlugins.Name = "vboxPlugins";
		this.vboxPlugins.Spacing = 6;
		// Container child vboxPlugins.Gtk.Box+BoxChild
		this.hbox1 = new global::Gtk.HBox ();
		this.hbox1.Name = "hbox1";
		this.hbox1.Spacing = 6;
		// Container child hbox1.Gtk.Box+BoxChild
		this.btnLoadPlugin = new global::Gtk.Button ();
		this.btnLoadPlugin.CanFocus = true;
		this.btnLoadPlugin.Name = "btnLoadPlugin";
		this.btnLoadPlugin.UseUnderline = true;
		this.btnLoadPlugin.Label = global::Mono.Unix.Catalog.GetString ("Load Plugin...");
		this.hbox1.Add (this.btnLoadPlugin);
		global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnLoadPlugin]));
		w62.Position = 0;
		w62.Expand = false;
		w62.Fill = false;
		this.vboxPlugins.Add (this.hbox1);
		global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.vboxPlugins [this.hbox1]));
		w63.Position = 0;
		w63.Expand = false;
		w63.Fill = false;
		// Container child vboxPlugins.Gtk.Box+BoxChild
		this.scrolledwindowPlugin = new global::Gtk.ScrolledWindow ();
		this.scrolledwindowPlugin.CanFocus = true;
		this.scrolledwindowPlugin.Name = "scrolledwindowPlugin";
		this.scrolledwindowPlugin.ShadowType = ((global::Gtk.ShadowType)(1));
		this.vboxPlugins.Add (this.scrolledwindowPlugin);
		global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vboxPlugins [this.scrolledwindowPlugin]));
		w64.Position = 1;
		this.tabsMain.Add (this.vboxPlugins);
		global::Gtk.Notebook.NotebookChild w65 = ((global::Gtk.Notebook.NotebookChild)(this.tabsMain [this.vboxPlugins]));
		w65.Position = 3;
		// Notebook tab
		this.label13 = new global::Gtk.Label ();
		this.label13.Name = "label13";
		this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Plugins");
		this.tabsMain.SetTabLabel (this.vboxPlugins, this.label13);
		this.label13.ShowAll ();
		this.mainSplit.Add (this.tabsMain);
		this.vboxMenuMain.Add (this.mainSplit);
		global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.vboxMenuMain [this.mainSplit]));
		w67.Position = 1;
		this.Add (this.vboxMenuMain);
		if ((this.Child != null)) {
			this.Child.ShowAll ();
		}
		this.DefaultWidth = 1211;
		this.DefaultHeight = 650;
		this.Show ();
		this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
		this.ExitAction.Activated += new global::System.EventHandler (this.OnExitActionActivated);
		this.AboutAction.Activated += new global::System.EventHandler (this.OnAboutActionActivated);
		this.OpenAction.Activated += new global::System.EventHandler (this.OnOpenActionActivated);
		this.SaveAction.Activated += new global::System.EventHandler (this.OnSaveActionActivated);
		this.SaveAsAction.Activated += new global::System.EventHandler (this.OnSaveAsActionActivated);
		this.btnStart.Clicked += new global::System.EventHandler (this.OnBtnStartClicked);
		this.cbAutoScroll.Toggled += new global::System.EventHandler (this.OnCbAutoScrollToggled);
		this.cbSelectAllUDP.Toggled += new global::System.EventHandler (this.OnCbSelectAllUDPToggled);
		this.cbSelectAllCap.Toggled += new global::System.EventHandler (this.OnCbSelectAllCapToggled);
		this.btnLoadPlugin.Clicked += new global::System.EventHandler (this.OnBtnLoadPluginClicked);
	}
Пример #16
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget PNMail.MailDlg
     this.Name           = "PNMail.MailDlg";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child PNMail.MailDlg.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // 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.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Sujet : ");
     this.hbox5.Add(this.label5);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label5]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.eSujet               = new global::Gtk.Entry();
     this.eSujet.CanFocus      = true;
     this.eSujet.Name          = "eSujet";
     this.eSujet.IsEditable    = true;
     this.eSujet.InvisibleChar = '•';
     this.hbox5.Add(this.eSujet);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.eSujet]));
     w3.Position = 1;
     this.vbox3.Add(this.hbox5);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox5]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.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.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Adresse : ");
     this.hbox4.Add(this.label6);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label6]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.cbAdress      = global::Gtk.ComboBoxEntry.NewText();
     this.cbAdress.Name = "cbAdress";
     this.hbox4.Add(this.cbAdress);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.cbAdress]));
     w6.Position = 1;
     this.vbox3.Add(this.hbox4);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.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.tvMail          = new global::Gtk.TextView();
     this.tvMail.CanFocus = true;
     this.tvMail.Name     = "tvMail";
     this.GtkScrolledWindow.Add(this.tvMail);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w9.Position = 2;
     w1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox3]));
     w10.Position = 0;
     // Internal child PNMail.MailDlg.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.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 w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonCancel]));
     w12.Expand = false;
     w12.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = global::Mono.Unix.Catalog.GetString("_Envoie");
     global::Gtk.Image w13 = new global::Gtk.Image();
     w13.Pixbuf          = global::Stetic.IconLoader.LoadIcon(this, "stock_mail-send", global::Gtk.IconSize.Menu);
     this.buttonOk.Image = w13;
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonOk]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.Show();
     this.buttonOk.Clicked += new global::System.EventHandler(this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.FindInFiles.FindInFilesDialog
     this.Name              = "MonoDevelop.Ide.FindInFiles.FindInFilesDialog";
     this.TypeHint          = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition    = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth       = ((uint)(6));
     this.DestroyWithParent = true;
     this.SkipPagerHint     = true;
     this.SkipTaskbarHint   = true;
     // Internal child MonoDevelop.Ide.FindInFiles.FindInFilesDialog.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.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.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.toggleFindInFiles = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Find in Files"));
     this.toggleFindInFiles.TooltipMarkup = "Switch to Find in Files";
     this.toggleFindInFiles.CanFocus      = true;
     this.toggleFindInFiles.Name          = "toggleFindInFiles";
     this.toggleFindInFiles.Active        = true;
     this.toggleFindInFiles.DrawIndicator = false;
     this.toggleFindInFiles.UseUnderline  = true;
     this.toggleFindInFiles.Relief        = ((global::Gtk.ReliefStyle)(2));
     this.toggleFindInFiles.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.hbox3.Add(this.toggleFindInFiles);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.toggleFindInFiles]));
     w2.Position = 0;
     w2.Expand   = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox3.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vseparator1]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.toggleReplaceInFiles = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Replace in Files"));
     this.toggleReplaceInFiles.TooltipMarkup = "Switch to Replace in Files";
     this.toggleReplaceInFiles.CanFocus      = true;
     this.toggleReplaceInFiles.Name          = "toggleReplaceInFiles";
     this.toggleReplaceInFiles.DrawIndicator = false;
     this.toggleReplaceInFiles.UseUnderline  = true;
     this.toggleReplaceInFiles.Relief        = ((global::Gtk.ReliefStyle)(2));
     this.toggleReplaceInFiles.Group         = this.toggleFindInFiles.Group;
     this.hbox3.Add(this.toggleReplaceInFiles);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.toggleReplaceInFiles]));
     w4.Position = 2;
     w4.Expand   = false;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.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.tableFindAndReplace               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.tableFindAndReplace.Name          = "tableFindAndReplace";
     this.tableFindAndReplace.RowSpacing    = ((uint)(6));
     this.tableFindAndReplace.ColumnSpacing = ((uint)(6));
     // Container child tableFindAndReplace.Gtk.Table+TableChild
     this.comboboxentryFind      = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentryFind.Name = "comboboxentryFind";
     this.tableFindAndReplace.Add(this.comboboxentryFind);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.comboboxentryFind]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableFindAndReplace.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboboxScope      = global::Gtk.ComboBox.NewText();
     this.comboboxScope.Name = "comboboxScope";
     this.hbox2.Add(this.comboboxScope);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboboxScope]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     this.tableFindAndReplace.Add(this.hbox2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.hbox2]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableFindAndReplace.Gtk.Table+TableChild
     this.labelFind              = new global::Gtk.Label();
     this.labelFind.Name         = "labelFind";
     this.labelFind.Xalign       = 0F;
     this.labelFind.LabelProp    = global::Mono.Unix.Catalog.GetString("_Find:");
     this.labelFind.UseUnderline = true;
     this.tableFindAndReplace.Add(this.labelFind);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.labelFind]));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableFindAndReplace.Gtk.Table+TableChild
     this.labelScope              = new global::Gtk.Label();
     this.labelScope.Name         = "labelScope";
     this.labelScope.Xalign       = 0F;
     this.labelScope.LabelProp    = global::Mono.Unix.Catalog.GetString("_Look in:");
     this.labelScope.UseUnderline = true;
     this.tableFindAndReplace.Add(this.labelScope);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableFindAndReplace [this.labelScope]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.tableFindAndReplace);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.tableFindAndReplace]));
     w11.Position = 0;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox2.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.checkbuttonCaseSensitive               = new global::Gtk.CheckButton();
     this.checkbuttonCaseSensitive.CanFocus      = true;
     this.checkbuttonCaseSensitive.Name          = "checkbuttonCaseSensitive";
     this.checkbuttonCaseSensitive.Label         = global::Mono.Unix.Catalog.GetString("C_ase sensitive");
     this.checkbuttonCaseSensitive.DrawIndicator = true;
     this.checkbuttonCaseSensitive.UseUnderline  = true;
     this.table1.Add(this.checkbuttonCaseSensitive);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonCaseSensitive]));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkbuttonRegexSearch               = new global::Gtk.CheckButton();
     this.checkbuttonRegexSearch.CanFocus      = true;
     this.checkbuttonRegexSearch.Name          = "checkbuttonRegexSearch";
     this.checkbuttonRegexSearch.Label         = global::Mono.Unix.Catalog.GetString("Rege_x search");
     this.checkbuttonRegexSearch.DrawIndicator = true;
     this.checkbuttonRegexSearch.UseUnderline  = true;
     this.table1.Add(this.checkbuttonRegexSearch);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonRegexSearch]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkbuttonWholeWordsOnly               = new global::Gtk.CheckButton();
     this.checkbuttonWholeWordsOnly.CanFocus      = true;
     this.checkbuttonWholeWordsOnly.Name          = "checkbuttonWholeWordsOnly";
     this.checkbuttonWholeWordsOnly.Label         = global::Mono.Unix.Catalog.GetString("_Whole words only");
     this.checkbuttonWholeWordsOnly.DrawIndicator = true;
     this.checkbuttonWholeWordsOnly.UseUnderline  = true;
     this.table1.Add(this.checkbuttonWholeWordsOnly);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkbuttonWholeWordsOnly]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Internal child MonoDevelop.Ide.FindInFiles.FindInFilesDialog.ActionArea
     global::Gtk.HButtonBox w18 = this.ActionArea;
     w18.Name        = "dialog1_ActionArea";
     w18.Spacing     = 6;
     w18.BorderWidth = ((uint)(5));
     w18.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonStop              = new global::Gtk.Button();
     this.buttonStop.CanFocus     = true;
     this.buttonStop.Name         = "buttonStop";
     this.buttonStop.UseStock     = true;
     this.buttonStop.UseUnderline = true;
     this.buttonStop.Label        = "gtk-stop";
     this.AddActionWidget(this.buttonStop, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonStop]));
     w19.Expand = false;
     w19.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonClose              = new global::Gtk.Button();
     this.buttonClose.CanDefault   = true;
     this.buttonClose.CanFocus     = true;
     this.buttonClose.Name         = "buttonClose";
     this.buttonClose.UseStock     = true;
     this.buttonClose.UseUnderline = true;
     this.buttonClose.Label        = "gtk-close";
     this.AddActionWidget(this.buttonClose, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonClose]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonSearch              = new global::Gtk.Button();
     this.buttonSearch.CanDefault   = true;
     this.buttonSearch.CanFocus     = true;
     this.buttonSearch.Name         = "buttonSearch";
     this.buttonSearch.UseStock     = true;
     this.buttonSearch.UseUnderline = true;
     this.buttonSearch.Label        = "gtk-find";
     this.AddActionWidget(this.buttonSearch, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonSearch]));
     w21.Position = 2;
     w21.Expand   = false;
     w21.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth              = 456;
     this.DefaultHeight             = 348;
     this.labelFind.MnemonicWidget  = this.comboboxentryFind;
     this.labelScope.MnemonicWidget = this.comboboxScope;
     this.Hide();
 }
Пример #18
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget labwork.addElement
     this.Name           = "labwork.addElement";
     this.Title          = global::Mono.Unix.Catalog.GetString("addElement");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.DefaultWidth   = 500;
     this.DefaultHeight  = 500;
     // Container child labwork.addElement.Gtk.Container+ContainerChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.hpaned26          = new global::Gtk.HPaned();
     this.hpaned26.CanFocus = true;
     this.hpaned26.Name     = "hpaned26";
     this.hpaned26.Position = 10;
     // Container child hpaned26.Gtk.Paned+PanedChild
     this.vpaned28          = new global::Gtk.VPaned();
     this.vpaned28.CanFocus = true;
     this.vpaned28.Name     = "vpaned28";
     this.vpaned28.Position = 10;
     // Container child vpaned28.Gtk.Paned+PanedChild
     this.hpaned27          = new global::Gtk.HPaned();
     this.hpaned27.CanFocus = true;
     this.hpaned27.Name     = "hpaned27";
     this.hpaned27.Position = 306;
     // Container child hpaned27.Gtk.Paned+PanedChild
     this.vpaned30          = new global::Gtk.VPaned();
     this.vpaned30.CanFocus = true;
     this.vpaned30.Name     = "vpaned30";
     this.vpaned30.Position = 31;
     // Container child vpaned30.Gtk.Paned+PanedChild
     this.comboboxentry7      = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentry7.Name = "comboboxentry7";
     this.vpaned30.Add(this.comboboxentry7);
     global::Gtk.Paned.PanedChild w1 = ((global::Gtk.Paned.PanedChild)(this.vpaned30 [this.comboboxentry7]));
     w1.Resize = false;
     this.hpaned27.Add(this.vpaned30);
     global::Gtk.Paned.PanedChild w2 = ((global::Gtk.Paned.PanedChild)(this.hpaned27 [this.vpaned30]));
     w2.Resize = false;
     this.vpaned28.Add(this.hpaned27);
     this.hpaned26.Add(this.vpaned28);
     this.hbox5.Add(this.hpaned26);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.hpaned26]));
     w5.Position = 0;
     // Container child hbox5.Gtk.Box+BoxChild
     this.fixed16           = new global::Gtk.Fixed();
     this.fixed16.Name      = "fixed16";
     this.fixed16.HasWindow = false;
     this.hbox5.Add(this.fixed16);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.fixed16]));
     w6.Position = 1;
     // Container child hbox5.Gtk.Box+BoxChild
     this.vpaned31          = new global::Gtk.VPaned();
     this.vpaned31.CanFocus = true;
     this.vpaned31.Name     = "vpaned31";
     this.vpaned31.Position = 10;
     // Container child vpaned31.Gtk.Paned+PanedChild
     this.hpaned28          = new global::Gtk.HPaned();
     this.hpaned28.CanFocus = true;
     this.hpaned28.Name     = "hpaned28";
     this.hpaned28.Position = 10;
     // Container child hpaned28.Gtk.Paned+PanedChild
     this.vpaned32          = new global::Gtk.VPaned();
     this.vpaned32.CanFocus = true;
     this.vpaned32.Name     = "vpaned32";
     this.vpaned32.Position = 31;
     // Container child vpaned32.Gtk.Paned+PanedChild
     this.hpaned29          = new global::Gtk.HPaned();
     this.hpaned29.CanFocus = true;
     this.hpaned29.Name     = "hpaned29";
     this.hpaned29.Position = 143;
     // Container child hpaned29.Gtk.Paned+PanedChild
     this.button27              = new global::Gtk.Button();
     this.button27.CanFocus     = true;
     this.button27.Name         = "button27";
     this.button27.UseUnderline = true;
     this.button27.Label        = global::Mono.Unix.Catalog.GetString("Добавить");
     this.hpaned29.Add(this.button27);
     global::Gtk.Paned.PanedChild w7 = ((global::Gtk.Paned.PanedChild)(this.hpaned29 [this.button27]));
     w7.Resize = false;
     this.vpaned32.Add(this.hpaned29);
     global::Gtk.Paned.PanedChild w8 = ((global::Gtk.Paned.PanedChild)(this.vpaned32 [this.hpaned29]));
     w8.Resize = false;
     this.hpaned28.Add(this.vpaned32);
     this.vpaned31.Add(this.hpaned28);
     this.hbox5.Add(this.vpaned31);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.vpaned31]));
     w11.Position = 2;
     this.vbox6.Add(this.hbox5);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox5]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.vpaned21          = new global::Gtk.VPaned();
     this.vpaned21.CanFocus = true;
     this.vpaned21.Name     = "vpaned21";
     this.vpaned21.Position = 10;
     this.vbox6.Add(this.vpaned21);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.vpaned21]));
     w13.Position = 1;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.hpaned20          = new global::Gtk.HPaned();
     this.hpaned20.CanFocus = true;
     this.hpaned20.Name     = "hpaned20";
     this.hpaned20.Position = 10;
     // Container child hpaned20.Gtk.Paned+PanedChild
     this.hpaned21          = new global::Gtk.HPaned();
     this.hpaned21.CanFocus = true;
     this.hpaned21.Name     = "hpaned21";
     // Container child hpaned21.Gtk.Paned+PanedChild
     this.label14      = new global::Gtk.Label();
     this.label14.Name = "label14";
     this.hpaned21.Add(this.label14);
     global::Gtk.Paned.PanedChild w14 = ((global::Gtk.Paned.PanedChild)(this.hpaned21 [this.label14]));
     w14.Resize = false;
     this.hpaned20.Add(this.hpaned21);
     this.hbox8.Add(this.hpaned20);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.hpaned20]));
     w16.Position = 0;
     // Container child hbox8.Gtk.Box+BoxChild
     this.hpaned19          = new global::Gtk.HPaned();
     this.hpaned19.CanFocus = true;
     this.hpaned19.Name     = "hpaned19";
     this.hpaned19.Position = 10;
     // Container child hpaned19.Gtk.Paned+PanedChild
     this.hpaned22          = new global::Gtk.HPaned();
     this.hpaned22.CanFocus = true;
     this.hpaned22.Name     = "hpaned22";
     // Container child hpaned22.Gtk.Paned+PanedChild
     this.label13      = new global::Gtk.Label();
     this.label13.Name = "label13";
     this.hpaned22.Add(this.label13);
     global::Gtk.Paned.PanedChild w17 = ((global::Gtk.Paned.PanedChild)(this.hpaned22 [this.label13]));
     w17.Resize = false;
     this.hpaned19.Add(this.hpaned22);
     this.hbox8.Add(this.hpaned19);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.hpaned19]));
     w19.Position = 1;
     // Container child hbox8.Gtk.Box+BoxChild
     this.hpaned18          = new global::Gtk.HPaned();
     this.hpaned18.CanFocus = true;
     this.hpaned18.Name     = "hpaned18";
     this.hpaned18.Position = 10;
     // Container child hpaned18.Gtk.Paned+PanedChild
     this.hpaned23          = new global::Gtk.HPaned();
     this.hpaned23.CanFocus = true;
     this.hpaned23.Name     = "hpaned23";
     // Container child hpaned23.Gtk.Paned+PanedChild
     this.label12      = new global::Gtk.Label();
     this.label12.Name = "label12";
     this.hpaned23.Add(this.label12);
     global::Gtk.Paned.PanedChild w20 = ((global::Gtk.Paned.PanedChild)(this.hpaned23 [this.label12]));
     w20.Resize = false;
     this.hpaned18.Add(this.hpaned23);
     this.hbox8.Add(this.hpaned18);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.hpaned18]));
     w22.Position = 2;
     // Container child hbox8.Gtk.Box+BoxChild
     this.hpaned16          = new global::Gtk.HPaned();
     this.hpaned16.CanFocus = true;
     this.hpaned16.Name     = "hpaned16";
     this.hpaned16.Position = 10;
     // Container child hpaned16.Gtk.Paned+PanedChild
     this.hpaned17          = new global::Gtk.HPaned();
     this.hpaned17.CanFocus = true;
     this.hpaned17.Name     = "hpaned17";
     // Container child hpaned17.Gtk.Paned+PanedChild
     this.label11      = new global::Gtk.Label();
     this.label11.Name = "label11";
     this.hpaned17.Add(this.label11);
     global::Gtk.Paned.PanedChild w23 = ((global::Gtk.Paned.PanedChild)(this.hpaned17 [this.label11]));
     w23.Resize = false;
     this.hpaned16.Add(this.hpaned17);
     this.hbox8.Add(this.hpaned16);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.hpaned16]));
     w25.Position = 3;
     this.vbox6.Add(this.hbox8);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox8]));
     w26.Position = 2;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.entry9               = new global::Gtk.Entry();
     this.entry9.CanFocus      = true;
     this.entry9.Name          = "entry9";
     this.entry9.IsEditable    = true;
     this.entry9.InvisibleChar = '●';
     this.hbox9.Add(this.entry9);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.entry9]));
     w27.Position = 0;
     // Container child hbox9.Gtk.Box+BoxChild
     this.entry10               = new global::Gtk.Entry();
     this.entry10.CanFocus      = true;
     this.entry10.Name          = "entry10";
     this.entry10.IsEditable    = true;
     this.entry10.InvisibleChar = '●';
     this.hbox9.Add(this.entry10);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.entry10]));
     w28.Position = 1;
     // Container child hbox9.Gtk.Box+BoxChild
     this.entry11               = new global::Gtk.Entry();
     this.entry11.CanFocus      = true;
     this.entry11.Name          = "entry11";
     this.entry11.IsEditable    = true;
     this.entry11.InvisibleChar = '●';
     this.hbox9.Add(this.entry11);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.entry11]));
     w29.Position = 2;
     // Container child hbox9.Gtk.Box+BoxChild
     this.entry12               = new global::Gtk.Entry();
     this.entry12.CanFocus      = true;
     this.entry12.Name          = "entry12";
     this.entry12.IsEditable    = true;
     this.entry12.InvisibleChar = '●';
     this.hbox9.Add(this.entry12);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.entry12]));
     w30.Position = 3;
     this.vbox6.Add(this.hbox9);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox9]));
     w31.Position = 3;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.vpaned23          = new global::Gtk.VPaned();
     this.vpaned23.CanFocus = true;
     this.vpaned23.Name     = "vpaned23";
     this.vpaned23.Position = 51;
     this.vbox6.Add(this.vpaned23);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.vpaned23]));
     w32.Position = 4;
     this.Add(this.vbox6);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.DeleteEvent            += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.comboboxentry7.Changed += new global::System.EventHandler(this.OnComboboxentry7Changed);
     this.button27.Clicked       += new global::System.EventHandler(this.OnButton27Clicked);
 }
Пример #19
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.AddinAuthoring.AddinFeatureWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.AddinAuthoring.AddinFeatureWidget";
     // Container child MonoDevelop.AddinAuthoring.AddinFeatureWidget.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.boxLibraryType         = new global::Gtk.VBox();
     this.boxLibraryType.Name    = "boxLibraryType";
     this.boxLibraryType.Spacing = 6;
     // Container child boxLibraryType.Gtk.Box+BoxChild
     this.labelExtensibleApp           = new global::Gtk.Label();
     this.labelExtensibleApp.Name      = "labelExtensibleApp";
     this.labelExtensibleApp.Xalign    = 0f;
     this.labelExtensibleApp.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Allow the application to be extended by add-ins.");
     this.boxLibraryType.Add(this.labelExtensibleApp);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.boxLibraryType[this.labelExtensibleApp]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child boxLibraryType.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0f;
     this.label2.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Which kind of library you want to create?");
     this.boxLibraryType.Add(this.label2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.boxLibraryType[this.label2]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child boxLibraryType.Gtk.Box+BoxChild
     this.alignment1             = new global::Gtk.Alignment(0.5f, 0.5f, 1f, 1f);
     this.alignment1.Name        = "alignment1";
     this.alignment1.LeftPadding = ((uint)(12));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.radiobuttonLibrary               = new global::Gtk.RadioButton(global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("A library which can be extended by add-ins"));
     this.radiobuttonLibrary.CanFocus      = true;
     this.radiobuttonLibrary.Name          = "radiobuttonLibrary";
     this.radiobuttonLibrary.DrawIndicator = true;
     this.radiobuttonLibrary.UseUnderline  = true;
     this.radiobuttonLibrary.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox3.Add(this.radiobuttonLibrary);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.radiobuttonLibrary]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.radiobuttonAddin               = new global::Gtk.RadioButton(global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("An Add-in"));
     this.radiobuttonAddin.CanFocus      = true;
     this.radiobuttonAddin.Name          = "radiobuttonAddin";
     this.radiobuttonAddin.DrawIndicator = true;
     this.radiobuttonAddin.UseUnderline  = true;
     this.radiobuttonAddin.Group         = this.radiobuttonLibrary.Group;
     this.vbox3.Add(this.radiobuttonAddin);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.radiobuttonAddin]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.alignment1.Add(this.vbox3);
     this.boxLibraryType.Add(this.alignment1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.boxLibraryType[this.alignment1]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vbox2.Add(this.boxLibraryType);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.boxLibraryType]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.boxRepo         = new global::Gtk.HBox();
     this.boxRepo.Name    = "boxRepo";
     this.boxRepo.Spacing = 6;
     // Container child boxRepo.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0f;
     this.label3.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Extended Application:");
     this.boxRepo.Add(this.label3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.boxRepo[this.label3]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child boxRepo.Gtk.Box+BoxChild
     this.regSelector        = new global::MonoDevelop.AddinAuthoring.RegistrySelector();
     this.regSelector.Events = ((global::Gdk.EventMask)(256));
     this.regSelector.Name   = "regSelector";
     this.boxRepo.Add(this.regSelector);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.boxRepo[this.regSelector]));
     w9.Position = 1;
     this.vbox2.Add(this.boxRepo);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.boxRepo]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator      = new global::Gtk.HSeparator();
     this.hseparator.Name = "hseparator";
     this.vbox2.Add(this.hseparator);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hseparator]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelAddinInfo           = new global::Gtk.Label();
     this.labelAddinInfo.Name      = "labelAddinInfo";
     this.labelAddinInfo.Xalign    = 0f;
     this.labelAddinInfo.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Add-in module information:");
     this.vbox2.Add(this.labelAddinInfo);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.labelAddinInfo]));
     w12.Position = 3;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment3             = new global::Gtk.Alignment(0.5f, 0.5f, 1f, 1f);
     this.alignment3.Name        = "alignment3";
     this.alignment3.LeftPadding = ((uint)(24));
     // Container child alignment3.Gtk.Container+ContainerChild
     this.tableNames               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.tableNames.Name          = "tableNames";
     this.tableNames.RowSpacing    = ((uint)(6));
     this.tableNames.ColumnSpacing = ((uint)(6));
     // Container child tableNames.Gtk.Table+TableChild
     this.comboNs      = global::Gtk.ComboBoxEntry.NewText();
     this.comboNs.Name = "comboNs";
     this.tableNames.Add(this.comboNs);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tableNames[this.comboNs]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableNames.Gtk.Table+TableChild
     this.entryId               = new global::Gtk.Entry();
     this.entryId.CanFocus      = true;
     this.entryId.Name          = "entryId";
     this.entryId.IsEditable    = true;
     this.entryId.InvisibleChar = '●';
     this.tableNames.Add(this.entryId);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tableNames[this.entryId]));
     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 tableNames.Gtk.Table+TableChild
     this.entryName               = new global::Gtk.Entry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '●';
     this.tableNames.Add(this.entryName);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableNames[this.entryName]));
     w15.LeftAttach  = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.XOptions    = ((global::Gtk.AttachOptions)(4));
     w15.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableNames.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0f;
     this.label7.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Namespace:");
     this.tableNames.Add(this.label7);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableNames[this.label7]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableNames.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0f;
     this.label9.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Identifier:");
     this.tableNames.Add(this.label9);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.tableNames[this.label9]));
     w17.TopAttach    = ((uint)(2));
     w17.BottomAttach = ((uint)(3));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableNames.Gtk.Table+TableChild
     this.labelName           = new global::Gtk.Label();
     this.labelName.Name      = "labelName";
     this.labelName.Xalign    = 0f;
     this.labelName.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Display name:");
     this.tableNames.Add(this.labelName);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.tableNames[this.labelName]));
     w18.XOptions = ((global::Gtk.AttachOptions)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     this.alignment3.Add(this.tableNames);
     this.vbox2.Add(this.alignment3);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment3]));
     w20.Position = 4;
     w20.Expand   = false;
     w20.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.labelExtensibleApp.Hide();
     this.Show();
     this.radiobuttonLibrary.Toggled += new global::System.EventHandler(this.OnRadiobuttonLibraryToggled);
     this.regSelector.Changed        += new global::System.EventHandler(this.OnRegSelectorChanged);
     this.entryName.Changed          += new global::System.EventHandler(this.OnEntryNameChanged);
     this.entryId.Changed            += new global::System.EventHandler(this.OnEntryIdChanged);
     this.comboNs.Changed            += new global::System.EventHandler(this.OnComboNsChanged);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.AddinAuthoring.AddinFeatureWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.AddinAuthoring.AddinFeatureWidget";
			// Container child MonoDevelop.AddinAuthoring.AddinFeatureWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.boxLibraryType = new global::Gtk.VBox ();
			this.boxLibraryType.Name = "boxLibraryType";
			this.boxLibraryType.Spacing = 6;
			// Container child boxLibraryType.Gtk.Box+BoxChild
			this.labelExtensibleApp = new global::Gtk.Label ();
			this.labelExtensibleApp.Name = "labelExtensibleApp";
			this.labelExtensibleApp.Xalign = 0f;
			this.labelExtensibleApp.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Allow the application to be extended by add-ins.");
			this.boxLibraryType.Add (this.labelExtensibleApp);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.boxLibraryType[this.labelExtensibleApp]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child boxLibraryType.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0f;
			this.label2.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Which kind of library you want to create?");
			this.boxLibraryType.Add (this.label2);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.boxLibraryType[this.label2]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child boxLibraryType.Gtk.Box+BoxChild
			this.alignment1 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
			this.alignment1.Name = "alignment1";
			this.alignment1.LeftPadding = ((uint)(12));
			// Container child alignment1.Gtk.Container+ContainerChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.radiobuttonLibrary = new global::Gtk.RadioButton (global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("A library which can be extended by add-ins"));
			this.radiobuttonLibrary.CanFocus = true;
			this.radiobuttonLibrary.Name = "radiobuttonLibrary";
			this.radiobuttonLibrary.DrawIndicator = true;
			this.radiobuttonLibrary.UseUnderline = true;
			this.radiobuttonLibrary.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.vbox3.Add (this.radiobuttonLibrary);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.radiobuttonLibrary]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.radiobuttonAddin = new global::Gtk.RadioButton (global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("An Add-in"));
			this.radiobuttonAddin.CanFocus = true;
			this.radiobuttonAddin.Name = "radiobuttonAddin";
			this.radiobuttonAddin.DrawIndicator = true;
			this.radiobuttonAddin.UseUnderline = true;
			this.radiobuttonAddin.Group = this.radiobuttonLibrary.Group;
			this.vbox3.Add (this.radiobuttonAddin);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.radiobuttonAddin]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.alignment1.Add (this.vbox3);
			this.boxLibraryType.Add (this.alignment1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.boxLibraryType[this.alignment1]));
			w6.Position = 2;
			w6.Expand = false;
			w6.Fill = false;
			this.vbox2.Add (this.boxLibraryType);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.boxLibraryType]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.boxRepo = new global::Gtk.HBox ();
			this.boxRepo.Name = "boxRepo";
			this.boxRepo.Spacing = 6;
			// Container child boxRepo.Gtk.Box+BoxChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0f;
			this.label3.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Extended Application:");
			this.boxRepo.Add (this.label3);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.boxRepo[this.label3]));
			w8.Position = 0;
			w8.Expand = false;
			w8.Fill = false;
			// Container child boxRepo.Gtk.Box+BoxChild
			this.regSelector = new global::MonoDevelop.AddinAuthoring.RegistrySelector ();
			this.regSelector.Events = ((global::Gdk.EventMask)(256));
			this.regSelector.Name = "regSelector";
			this.boxRepo.Add (this.regSelector);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.boxRepo[this.regSelector]));
			w9.Position = 1;
			this.vbox2.Add (this.boxRepo);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.boxRepo]));
			w10.Position = 1;
			w10.Expand = false;
			w10.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hseparator = new global::Gtk.HSeparator ();
			this.hseparator.Name = "hseparator";
			this.vbox2.Add (this.hseparator);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hseparator]));
			w11.Position = 2;
			w11.Expand = false;
			w11.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.labelAddinInfo = new global::Gtk.Label ();
			this.labelAddinInfo.Name = "labelAddinInfo";
			this.labelAddinInfo.Xalign = 0f;
			this.labelAddinInfo.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Add-in module information:");
			this.vbox2.Add (this.labelAddinInfo);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.labelAddinInfo]));
			w12.Position = 3;
			w12.Expand = false;
			w12.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.alignment3 = new global::Gtk.Alignment (0.5f, 0.5f, 1f, 1f);
			this.alignment3.Name = "alignment3";
			this.alignment3.LeftPadding = ((uint)(24));
			// Container child alignment3.Gtk.Container+ContainerChild
			this.tableNames = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
			this.tableNames.Name = "tableNames";
			this.tableNames.RowSpacing = ((uint)(6));
			this.tableNames.ColumnSpacing = ((uint)(6));
			// Container child tableNames.Gtk.Table+TableChild
			this.comboNs = global::Gtk.ComboBoxEntry.NewText ();
			this.comboNs.Name = "comboNs";
			this.tableNames.Add (this.comboNs);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tableNames[this.comboNs]));
			w13.TopAttach = ((uint)(1));
			w13.BottomAttach = ((uint)(2));
			w13.LeftAttach = ((uint)(1));
			w13.RightAttach = ((uint)(2));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableNames.Gtk.Table+TableChild
			this.entryId = new global::Gtk.Entry ();
			this.entryId.CanFocus = true;
			this.entryId.Name = "entryId";
			this.entryId.IsEditable = true;
			this.entryId.InvisibleChar = '●';
			this.tableNames.Add (this.entryId);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tableNames[this.entryId]));
			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 tableNames.Gtk.Table+TableChild
			this.entryName = new global::Gtk.Entry ();
			this.entryName.CanFocus = true;
			this.entryName.Name = "entryName";
			this.entryName.IsEditable = true;
			this.entryName.InvisibleChar = '●';
			this.tableNames.Add (this.entryName);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableNames[this.entryName]));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(2));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableNames.Gtk.Table+TableChild
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.Xalign = 0f;
			this.label7.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Namespace:");
			this.tableNames.Add (this.label7);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableNames[this.label7]));
			w16.TopAttach = ((uint)(1));
			w16.BottomAttach = ((uint)(2));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableNames.Gtk.Table+TableChild
			this.label9 = new global::Gtk.Label ();
			this.label9.Name = "label9";
			this.label9.Xalign = 0f;
			this.label9.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Identifier:");
			this.tableNames.Add (this.label9);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.tableNames[this.label9]));
			w17.TopAttach = ((uint)(2));
			w17.BottomAttach = ((uint)(3));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableNames.Gtk.Table+TableChild
			this.labelName = new global::Gtk.Label ();
			this.labelName.Name = "labelName";
			this.labelName.Xalign = 0f;
			this.labelName.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Display name:");
			this.tableNames.Add (this.labelName);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.tableNames[this.labelName]));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			this.alignment3.Add (this.tableNames);
			this.vbox2.Add (this.alignment3);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.alignment3]));
			w20.Position = 4;
			w20.Expand = false;
			w20.Fill = false;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.labelExtensibleApp.Hide ();
			this.Show ();
			this.radiobuttonLibrary.Toggled += new global::System.EventHandler (this.OnRadiobuttonLibraryToggled);
			this.regSelector.Changed += new global::System.EventHandler (this.OnRegSelectorChanged);
			this.entryName.Changed += new global::System.EventHandler (this.OnEntryNameChanged);
			this.entryId.Changed += new global::System.EventHandler (this.OnEntryIdChanged);
			this.comboNs.Changed += new global::System.EventHandler (this.OnComboNsChanged);
		}
Пример #21
0
 private void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Client.Forms.Connection
     this.Name = "Client.Forms.Connection";
     this.Title = messages.Localize("[[newconnection-title]]");
     this.Icon = global::Gdk.Pixbuf.LoadFromResource("Client.Resources.pigeon_clip_art_hight.ico");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.AllowGrow = false;
     // Container child Client.Forms.Connection.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table(((uint)(8)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.checkbutton1 = new global::Gtk.CheckButton();
     this.checkbutton1.CanFocus = true;
     this.checkbutton1.Name = "checkbutton1";
     this.checkbutton1.Label = messages.Localize("[[newconnection-secure]]");
     this.checkbutton1.DrawIndicator = true;
     this.checkbutton1.UseUnderline = true;
     this.table1.Add(this.checkbutton1);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.checkbutton1]));
     w1.TopAttach = ((uint)(7));
     w1.BottomAttach = ((uint)(8));
     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.combobox1 = global::Gtk.ComboBox.NewText();
     this.combobox1.WidthRequest = 580;
     this.combobox1.Name = "combobox1";
     this.table1.Add(this.combobox1);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.combobox1]));
     w2.TopAttach = ((uint)(6));
     w2.BottomAttach = ((uint)(7));
     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.comboboxentry1 = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentry1.WidthRequest = 580;
     this.comboboxentry1.Name = "comboboxentry1";
     this.table1.Add(this.comboboxentry1);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.comboboxentry1]));
     w3.TopAttach = ((uint)(4));
     w3.BottomAttach = ((uint)(5));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entry1 = new global::Gtk.Entry();
     this.entry1.WidthRequest = 580;
     this.entry1.CanFocus = true;
     this.entry1.Name = "entry1";
     this.entry1.IsEditable = true;
     this.entry1.InvisibleChar = '•';
     this.table1.Add(this.entry1);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.entry1]));
     w4.TopAttach = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entry2 = new global::Gtk.Entry();
     this.entry2.WidthRequest = 580;
     this.entry2.CanFocus = true;
     this.entry2.Name = "entry2";
     this.entry2.IsEditable = true;
     this.entry2.InvisibleChar = '•';
     this.table1.Add(this.entry2);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.entry2]));
     w5.TopAttach = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.LeftAttach = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entry3 = new global::Gtk.Entry();
     this.entry3.WidthRequest = 580;
     this.entry3.CanFocus = true;
     this.entry3.Name = "entry3";
     this.entry3.IsEditable = true;
     this.entry3.InvisibleChar = '•';
     this.table1.Add(this.entry3);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.entry3]));
     w6.TopAttach = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     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.entry4 = new global::Gtk.Entry();
     this.entry4.WidthRequest = 580;
     this.entry4.CanFocus = true;
     this.entry4.Name = "entry4";
     this.entry4.IsEditable = true;
     this.entry4.InvisibleChar = '•';
     this.table1.Add(this.entry4);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.entry4]));
     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.fixed1 = new global::Gtk.Fixed();
     this.fixed1.HeightRequest = 20;
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     this.table1.Add(this.fixed1);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.fixed1]));
     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.label1 = new global::Gtk.Label();
     this.label1.Name = "label1";
     this.label1.LabelProp = messages.Localize("[[newconnection-nick]]");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w9.TopAttach = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label();
     this.label2.Name = "label2";
     this.label2.LabelProp = messages.Localize("[[newconnection-ident]]");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w10.TopAttach = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label();
     this.label3.Name = "label3";
     this.label3.LabelProp = messages.Localize("[[newconnection-port]]");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     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.label4 = new global::Gtk.Label();
     this.label4.Name = "label4";
     this.label4.LabelProp = messages.Localize("[[newconnection-address]]");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     w12.TopAttach = ((uint)(4));
     w12.BottomAttach = ((uint)(5));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label();
     this.label5.Name = "label5";
     this.label5.LabelProp = "Password:"******"label6";
     this.label6.LabelProp = "Protocol:";
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.label6]));
     w14.TopAttach = ((uint)(6));
     w14.BottomAttach = ((uint)(7));
     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 = 0;
     w15.Expand = false;
     w15.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.image1 = new global::Gtk.Image();
     this.image1.Name = "image1";
     this.image1.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("Client.Resources.darknetwork.png");
     this.vbox2.Add(this.image1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.image1]));
     w16.Position = 0;
     w16.Expand = false;
     w16.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.button1 = new global::Gtk.Button();
     this.button1.CanFocus = true;
     this.button1.Name = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label = "Connect to selected server";
     this.vbox2.Add(this.button1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.button1]));
     w17.Position = 1;
     w17.Expand = false;
     w17.Fill = false;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
     w18.Position = 1;
     w18.Expand = false;
     w18.Fill = false;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth = 927;
     this.DefaultHeight = 320;
     Hooks._Sys.Connection(this);
     this.Show();
 }
Пример #22
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.QuitAction = new global::Gtk.Action ("QuitAction", global::Mono.Unix.Catalog.GetString ("Quit"), null, null);
     this.QuitAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Quit");
     w1.Add (this.QuitAction, null);
     this.HelpAction = new global::Gtk.Action ("HelpAction", global::Mono.Unix.Catalog.GetString ("Help"), null, null);
     this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Help");
     w1.Add (this.HelpAction, null);
     this.AboutAction = new global::Gtk.Action ("AboutAction", global::Mono.Unix.Catalog.GetString ("About"), null, null);
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("About");
     w1.Add (this.AboutAction, null);
     this.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)(1));
     this.Decorated = false;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.eventboxNonClient = new global::Gtk.EventBox ();
     this.eventboxNonClient.Name = "eventboxNonClient";
     // Container child eventboxNonClient.Gtk.Container+ContainerChild
     this.eventboxClient = new global::Gtk.EventBox ();
     this.eventboxClient.Name = "eventboxClient";
     this.eventboxClient.BorderWidth = ((uint)(4));
     // Container child eventboxClient.Gtk.Container+ContainerChild
     this.vboxClient = new global::Gtk.VBox ();
     this.vboxClient.Name = "vboxClient";
     // Container child vboxClient.Gtk.Box+BoxChild
     this.titlebox2 = new global::GuiWidgets.TitleBox ();
     this.titlebox2.Events = ((global::Gdk.EventMask)(256));
     this.titlebox2.Name = "titlebox2";
     this.titlebox2.Title = "Young, strong and crazy!";
     this.titlebox2.QuitOnClose = true;
     this.titlebox2.MinimizeVisible = true;
     this.titlebox2.MaximizeVisible = true;
     this.vboxClient.Add (this.titlebox2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vboxClient [this.titlebox2]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vboxClient.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><menubar name=\'menubar4\'><menu name=\'FileAction\' action=\'FileAction\'><menuite" +
         "m name=\'QuitAction\' action=\'QuitAction\'/></menu><menu name=\'HelpAction\' action=\'" +
         "HelpAction\'><menuitem name=\'AboutAction\' action=\'AboutAction\'/></menu><menu/></m" +
         "enubar></ui>");
     this.menubar4 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar4")));
     this.menubar4.Name = "menubar4";
     this.vboxClient.Add (this.menubar4);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vboxClient [this.menubar4]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vboxClient.Gtk.Box+BoxChild
     this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     // 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 ("GtkButton");
     this.fixed1.Add (this.button1);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.button1]));
     w4.X = 8;
     w4.Y = 9;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.entry1 = new global::Gtk.Entry ();
     this.entry1.CanFocus = true;
     this.entry1.Name = "entry1";
     this.entry1.Text = global::Mono.Unix.Catalog.GetString ("Young, strong and crazy!");
     this.entry1.IsEditable = true;
     this.entry1.InvisibleChar = '●';
     this.fixed1.Add (this.entry1);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.entry1]));
     w5.X = 8;
     w5.Y = 38;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.comboboxentry1 = global::Gtk.ComboBoxEntry.NewText ();
     this.comboboxentry1.AppendText (global::Mono.Unix.Catalog.GetString ("Young"));
     this.comboboxentry1.AppendText (global::Mono.Unix.Catalog.GetString ("strong"));
     this.comboboxentry1.AppendText (global::Mono.Unix.Catalog.GetString ("crazy"));
     this.comboboxentry1.Name = "comboboxentry1";
     this.comboboxentry1.Active = 0;
     this.fixed1.Add (this.comboboxentry1);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.comboboxentry1]));
     w6.X = 8;
     w6.Y = 68;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.checkbutton1 = new global::Gtk.CheckButton ();
     this.checkbutton1.CanFocus = true;
     this.checkbutton1.Name = "checkbutton1";
     this.checkbutton1.Label = global::Mono.Unix.Catalog.GetString ("checkbutton1");
     this.checkbutton1.DrawIndicator = true;
     this.checkbutton1.UseUnderline = true;
     this.fixed1.Add (this.checkbutton1);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.checkbutton1]));
     w7.X = 287;
     w7.Y = 13;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.radiobutton1 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("radiobutton1"));
     this.radiobutton1.CanFocus = true;
     this.radiobutton1.Name = "radiobutton1";
     this.radiobutton1.Active = true;
     this.radiobutton1.DrawIndicator = true;
     this.radiobutton1.UseUnderline = true;
     this.radiobutton1.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.fixed1.Add (this.radiobutton1);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobutton1]));
     w8.X = 287;
     w8.Y = 41;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.radiobutton2 = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("radiobutton2"));
     this.radiobutton2.CanFocus = true;
     this.radiobutton2.Name = "radiobutton2";
     this.radiobutton2.DrawIndicator = true;
     this.radiobutton2.UseUnderline = true;
     this.radiobutton2.Group = this.radiobutton1.Group;
     this.fixed1.Add (this.radiobutton2);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.radiobutton2]));
     w9.X = 287;
     w9.Y = 66;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.progressbar1 = new global::Gtk.ProgressBar ();
     this.progressbar1.WidthRequest = 250;
     this.progressbar1.Name = "progressbar1";
     this.progressbar1.Fraction = 0.5D;
     this.fixed1.Add (this.progressbar1);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.progressbar1]));
     w10.X = 8;
     w10.Y = 105;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.hscale1 = new global::Gtk.HScale (null);
     this.hscale1.WidthRequest = 250;
     this.hscale1.CanFocus = true;
     this.hscale1.Name = "hscale1";
     this.hscale1.Adjustment.Upper = 100D;
     this.hscale1.Adjustment.PageIncrement = 10D;
     this.hscale1.Adjustment.StepIncrement = 1D;
     this.hscale1.Adjustment.Value = 50D;
     this.hscale1.DrawValue = true;
     this.hscale1.Digits = 0;
     this.hscale1.ValuePos = ((global::Gtk.PositionType)(3));
     this.fixed1.Add (this.hscale1);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.hscale1]));
     w11.X = 287;
     w11.Y = 105;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.spinbutton1 = new global::Gtk.SpinButton (0D, 100D, 1D);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10D;
     this.spinbutton1.ClimbRate = 1D;
     this.spinbutton1.Numeric = true;
     this.spinbutton1.Value = 50D;
     this.fixed1.Add (this.spinbutton1);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.spinbutton1]));
     w12.X = 422;
     w12.Y = 13;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.calendar3 = new global::Gtk.Calendar ();
     this.calendar3.CanFocus = true;
     this.calendar3.Name = "calendar3";
     this.calendar3.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35));
     this.fixed1.Add (this.calendar3);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.calendar3]));
     w13.X = 8;
     w13.Y = 140;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.togglebutton2 = new global::Gtk.ToggleButton ();
     this.togglebutton2.CanFocus = true;
     this.togglebutton2.Name = "togglebutton2";
     this.togglebutton2.UseUnderline = true;
     this.togglebutton2.Label = global::Mono.Unix.Catalog.GetString ("GtkToggleButton");
     this.fixed1.Add (this.togglebutton2);
     global::Gtk.Fixed.FixedChild w14 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.togglebutton2]));
     w14.X = 79;
     w14.Y = 9;
     // 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.textview3 = new global::Gtk.TextView ();
     this.textview3.Buffer.Text = "Young, strong and crazy!";
     this.textview3.WidthRequest = 200;
     this.textview3.HeightRequest = 150;
     this.textview3.CanFocus = true;
     this.textview3.Name = "textview3";
     this.GtkScrolledWindow.Add (this.textview3);
     this.fixed1.Add (this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w16 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.GtkScrolledWindow]));
     w16.X = 169;
     w16.Y = 140;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     this.fixed1.Add (this.label1);
     global::Gtk.Fixed.FixedChild w17 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label1]));
     w17.X = 193;
     w17.Y = 13;
     this.alignment1.Add (this.fixed1);
     this.vboxClient.Add (this.alignment1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vboxClient [this.alignment1]));
     w19.Position = 2;
     // Container child vboxClient.Gtk.Box+BoxChild
     this.statusbar2 = new global::Gtk.Statusbar ();
     this.statusbar2.Name = "statusbar2";
     this.statusbar2.Spacing = 6;
     this.vboxClient.Add (this.statusbar2);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vboxClient [this.statusbar2]));
     w20.Position = 3;
     w20.Expand = false;
     w20.Fill = false;
     this.eventboxClient.Add (this.vboxClient);
     this.eventboxNonClient.Add (this.eventboxClient);
     this.Add (this.eventboxNonClient);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 601;
     this.DefaultHeight = 481;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.QuitAction.Activated += new global::System.EventHandler (this.OnQuitActionActivated);
     this.AboutAction.Activated += new global::System.EventHandler (this.OnAboutActionActivated);
 }
Пример #23
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget EasyOS.EditTask
     global::Stetic.BinContainer.Attach(this);
     this.Name = "EasyOS.EditTask";
     // Container child EasyOS.EditTask.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(10));
     // Container child table1.Gtk.Table+TableChild
     this.comboboxentryRaster      = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentryRaster.Name = "comboboxentryRaster";
     this.table1.Add(this.comboboxentryRaster);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboboxentryRaster]));
     w1.TopAttach    = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryDescription               = new global::Gtk.Entry();
     this.entryDescription.CanFocus      = true;
     this.entryDescription.Name          = "entryDescription";
     this.entryDescription.IsEditable    = true;
     this.entryDescription.InvisibleChar = '●';
     this.table1.Add(this.entryDescription);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryDescription]));
     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.entryName               = new global::Gtk.Entry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '●';
     this.table1.Add(this.entryName);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryName]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions    = ((global::Gtk.AttachOptions)(4));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.buttonAdd              = new global::Gtk.Button();
     this.buttonAdd.CanFocus     = true;
     this.buttonAdd.Name         = "buttonAdd";
     this.buttonAdd.UseUnderline = true;
     this.buttonAdd.Label        = global::Mono.Unix.Catalog.GetString("Add");
     this.vbox1.Add(this.buttonAdd);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.buttonAdd]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.buttonDelete              = new global::Gtk.Button();
     this.buttonDelete.CanFocus     = true;
     this.buttonDelete.Name         = "buttonDelete";
     this.buttonDelete.UseUnderline = true;
     this.buttonDelete.Label        = global::Mono.Unix.Catalog.GetString("Delete");
     this.vbox1.Add(this.buttonDelete);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.buttonDelete]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox1.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.vbox1.Add(this.buttonUp);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.buttonUp]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.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.vbox1.Add(this.buttonDown);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.buttonDown]));
     w7.Position = 3;
     w7.Expand   = false;
     w7.Fill     = false;
     this.hbox1.Add(this.vbox1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox1]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // 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.treeviewProcesses          = new global::Gtk.TreeView();
     this.treeviewProcesses.CanFocus = true;
     this.treeviewProcesses.Name     = "treeviewProcesses";
     this.GtkScrolledWindow.Add(this.treeviewProcesses);
     this.hbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
     w10.Position = 1;
     this.table1.Add(this.hbox1);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
     w11.TopAttach    = ((uint)(3));
     w11.BottomAttach = ((uint)(4));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Name");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Description");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     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.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Raster");
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Processes");
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w15.TopAttach    = ((uint)(3));
     w15.BottomAttach = ((uint)(4));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonAdd.Clicked        += new global::System.EventHandler(this.OnButtonAddClicked);
     this.buttonDelete.Clicked     += new global::System.EventHandler(this.OnButtonDeleteClicked);
     this.buttonUp.Clicked         += new global::System.EventHandler(this.OnButtonUpClicked);
     this.buttonDown.Clicked       += new global::System.EventHandler(this.OnButtonDownClicked);
     this.entryName.Changed        += new global::System.EventHandler(this.OnEntryNameChanged);
     this.entryDescription.Changed += new global::System.EventHandler(this.OnEntryDescriptionChanged);
 }
Пример #24
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Frontend.AComConfigDialog
     this.Name           = "Frontend.AComConfigDialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child Frontend.AComConfigDialog.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.Homogeneous = true;
     this.hbox1.Spacing     = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment4             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment4.Name        = "GtkAlignment4";
     this.GtkAlignment4.LeftPadding = ((uint)(12));
     // Container child GtkAlignment4.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.btnAdd              = new global::Gtk.Button();
     this.btnAdd.CanFocus     = true;
     this.btnAdd.Name         = "btnAdd";
     this.btnAdd.UseUnderline = true;
     this.btnAdd.Label        = global::Mono.Unix.Catalog.GetString("Add");
     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.table1.Add(this.btnAdd);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.btnAdd]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach   = ((uint)(2));
     w3.RightAttach  = ((uint)(3));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.btnRemove              = new global::Gtk.Button();
     this.btnRemove.Sensitive    = false;
     this.btnRemove.CanFocus     = true;
     this.btnRemove.Name         = "btnRemove";
     this.btnRemove.UseUnderline = true;
     this.btnRemove.Label        = global::Mono.Unix.Catalog.GetString("Remove");
     global::Gtk.Image w4 = new global::Gtk.Image();
     w4.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-remove", global::Gtk.IconSize.Menu);
     this.btnRemove.Image = w4;
     this.table1.Add(this.btnRemove);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.btnRemove]));
     w5.TopAttach    = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.LeftAttach   = ((uint)(2));
     w5.RightAttach  = ((uint)(3));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.cbPins      = global::Gtk.ComboBox.NewText();
     this.cbPins.Name = "cbPins";
     this.table1.Add(this.cbPins);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.cbPins]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(3));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.YOptions     = ((global::Gtk.AttachOptions)(0));
     // 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.nvSignal                = new global::Gtk.NodeView();
     this.nvSignal.CanFocus       = true;
     this.nvSignal.Name           = "nvSignal";
     this.nvSignal.HoverSelection = true;
     this.GtkScrolledWindow.Add(this.nvSignal);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow]));
     w8.RightAttach = ((uint)(3));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Available Measurements:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(3));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(0));
     this.GtkAlignment4.Add(this.table1);
     this.frame1.Add(this.GtkAlignment4);
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Measurements:</b>");
     this.GtkLabel4.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel4;
     this.hbox1.Add(this.frame1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.frame1]));
     w12.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(7)), ((uint)(4)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.cbColor = new global::Gtk.ColorButton();
     this.cbColor.TooltipMarkup = "This is the color: this signals value colored in the plot.";
     this.cbColor.CanFocus      = true;
     this.cbColor.Events        = ((global::Gdk.EventMask)(784));
     this.cbColor.Name          = "cbColor";
     this.table2.Add(this.cbColor);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2[this.cbColor]));
     w13.TopAttach    = ((uint)(4));
     w13.BottomAttach = ((uint)(5));
     w13.LeftAttach   = ((uint)(2));
     w13.RightAttach  = ((uint)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.cbeUnit = global::Gtk.ComboBoxEntry.NewText();
     this.cbeUnit.TooltipMarkup = "The Unit of the Result.";
     this.cbeUnit.Name          = "cbeUnit";
     this.table2.Add(this.cbeUnit);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2[this.cbeUnit]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.LeftAttach   = ((uint)(2));
     w14.RightAttach  = ((uint)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryName = new global::Gtk.Entry();
     this.entryName.TooltipMarkup = "The name the result will by logged under.";
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '●';
     this.table2.Add(this.entryName);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2[this.entryName]));
     w15.LeftAttach  = ((uint)(2));
     w15.RightAttach = ((uint)(4));
     w15.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryOperation = new global::Gtk.Entry();
     this.entryOperation.TooltipMarkup = "The Operation you wish to be processed.\n\ne.g:\nGiven analog inputs A0 and A5.\nAddi" +
                                         "ng those two would require you to type in: \"A0+A5\".";
     this.entryOperation.CanFocus      = true;
     this.entryOperation.Name          = "entryOperation";
     this.entryOperation.IsEditable    = true;
     this.entryOperation.InvisibleChar = '●';
     this.table2.Add(this.entryOperation);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2[this.entryOperation]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.LeftAttach   = ((uint)(2));
     w16.RightAttach  = ((uint)(3));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.imageOperation        = new global::Gtk.Image();
     this.imageOperation.Name   = "imageOperation";
     this.imageOperation.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-warning", global::Gtk.IconSize.Menu);
     this.table2.Add(this.imageOperation);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2[this.imageOperation]));
     w17.TopAttach    = ((uint)(1));
     w17.BottomAttach = ((uint)(2));
     w17.LeftAttach   = ((uint)(3));
     w17.RightAttach  = ((uint)(4));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Name:");
     this.table2.Add(this.label2);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2[this.label2]));
     w18.LeftAttach  = ((uint)(1));
     w18.RightAttach = ((uint)(2));
     w18.XOptions    = ((global::Gtk.AttachOptions)(4));
     w18.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Operation:");
     this.table2.Add(this.label3);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2[this.label3]));
     w19.TopAttach    = ((uint)(1));
     w19.BottomAttach = ((uint)(2));
     w19.LeftAttach   = ((uint)(1));
     w19.RightAttach  = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Unit:");
     this.table2.Add(this.label4);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2[this.label4]));
     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 table2.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Color:");
     this.table2.Add(this.label5);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2[this.label5]));
     w21.TopAttach    = ((uint)(4));
     w21.BottomAttach = ((uint)(5));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Mean values count:");
     this.table2.Add(this.label6);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table2[this.label6]));
     w22.TopAttach    = ((uint)(3));
     w22.BottomAttach = ((uint)(4));
     w22.LeftAttach   = ((uint)(1));
     w22.RightAttach  = ((uint)(2));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label7      = new global::Gtk.Label();
     this.label7.Name = "label7";
     this.table2.Add(this.label7);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table2[this.label7]));
     w23.TopAttach    = ((uint)(6));
     w23.BottomAttach = ((uint)(7));
     w23.LeftAttach   = ((uint)(2));
     w23.RightAttach  = ((uint)(3));
     // Container child table2.Gtk.Table+TableChild
     this.lblWarning           = new global::Gtk.Label();
     this.lblWarning.Name      = "lblWarning";
     this.lblWarning.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Please note:</b>\nYou have selected measurements, who\'s frequency and/or interv" +
                                                                     "al are not compatible.\nIn order to apply the operation, the last available measu" +
                                                                     "rement-data will be used.");
     this.lblWarning.UseMarkup = true;
     this.lblWarning.Wrap      = true;
     this.table2.Add(this.lblWarning);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table2[this.lblWarning]));
     w24.TopAttach    = ((uint)(5));
     w24.BottomAttach = ((uint)(6));
     w24.LeftAttach   = ((uint)(1));
     w24.RightAttach  = ((uint)(4));
     // Container child table2.Gtk.Table+TableChild
     this.sbMeanValuesCount = new global::Gtk.SpinButton(1D, 100D, 1D);
     this.sbMeanValuesCount.TooltipMarkup            = "Amount of values to create a arithmetic mean value from";
     this.sbMeanValuesCount.CanFocus                 = true;
     this.sbMeanValuesCount.Name                     = "sbMeanValuesCount";
     this.sbMeanValuesCount.Adjustment.PageIncrement = 10D;
     this.sbMeanValuesCount.ClimbRate                = 1D;
     this.sbMeanValuesCount.Numeric                  = true;
     this.sbMeanValuesCount.Value                    = 1D;
     this.table2.Add(this.sbMeanValuesCount);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2[this.sbMeanValuesCount]));
     w25.TopAttach    = ((uint)(3));
     w25.BottomAttach = ((uint)(4));
     w25.LeftAttach   = ((uint)(2));
     w25.RightAttach  = ((uint)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.table2.Add(this.vseparator1);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2[this.vseparator1]));
     w26.BottomAttach = ((uint)(7));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.table2]));
     w27.Position = 1;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(w1[this.hbox1]));
     w28.Position = 0;
     // Internal child Frontend.AComConfigDialog.ActionArea
     global::Gtk.HButtonBox w29 = this.ActionArea;
     w29.Name        = "dialog1_ActionArea";
     w29.Spacing     = 10;
     w29.BorderWidth = ((uint)(5));
     w29.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w30 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w29[this.buttonCancel]));
     w30.Expand = false;
     w30.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-add";
     this.AddActionWidget(this.buttonOk, -10);
     global::Gtk.ButtonBox.ButtonBoxChild w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w29[this.buttonOk]));
     w31.Position = 1;
     w31.Expand   = false;
     w31.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 718;
     this.DefaultHeight = 346;
     this.lblWarning.Hide();
     this.Show();
     this.btnRemove.Clicked += new global::System.EventHandler(this.OnBtnRemoveClicked);
     this.btnAdd.Clicked    += new global::System.EventHandler(this.OnBtnAddClicked);
     this.sbMeanValuesCount.ValueChanged += new global::System.EventHandler(this.OnSbMeanValuesCountChanged);
     this.entryOperation.Changed         += new global::System.EventHandler(this.OnEntryOperationChanged);
     this.entryName.Changed += new global::System.EventHandler(this.OnEntryNameChanged);
     this.cbeUnit.Changed   += new global::System.EventHandler(this.OnCbeUnitChanged);
     this.cbColor.ColorSet  += new global::System.EventHandler(this.OnCbColorColorSet);
 }
Пример #25
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Seguridad.RolUser
     this.Name           = "Seguridad.RolUser";
     this.Title          = global::Mono.Unix.Catalog.GetString("Agregar Rol");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child Seguridad.RolUser.Gtk.Container+ContainerChild
     this.vbox10         = new global::Gtk.VBox();
     this.vbox10.Name    = "vbox10";
     this.vbox10.Spacing = 6;
     // Container child vbox10.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.LabelProp = global::Mono.Unix.Catalog.GetString("Agregar rol a Usuario");
     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.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox1.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hseparator1]));
     w2.Position = 1;
     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.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Buscar");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.txtBuscar               = new global::Gtk.Entry();
     this.txtBuscar.CanFocus      = true;
     this.txtBuscar.Name          = "txtBuscar";
     this.txtBuscar.IsEditable    = true;
     this.txtBuscar.InvisibleChar = '•';
     this.hbox1.Add(this.txtBuscar);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.txtBuscar]));
     w4.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.btnBuscar              = new global::Gtk.Button();
     this.btnBuscar.CanFocus     = true;
     this.btnBuscar.Name         = "btnBuscar";
     this.btnBuscar.UseUnderline = true;
     this.btnBuscar.Label        = global::Mono.Unix.Catalog.GetString("Buscar");
     this.hbox1.Add(this.btnBuscar);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnBuscar]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vbox10.Add(this.vbox1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox10[this.vbox1]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.hbox10.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.hseparator2]));
     w8.Position = 0;
     this.vbox10.Add(this.hbox10);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox10[this.hbox10]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox10.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.tvUsuarios          = new global::Gtk.TreeView();
     this.tvUsuarios.CanFocus = true;
     this.tvUsuarios.Name     = "tvUsuarios";
     this.GtkScrolledWindow.Add(this.tvUsuarios);
     this.vbox10.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox10[this.GtkScrolledWindow]));
     w11.Position = 2;
     // Container child vbox10.Gtk.Box+BoxChild
     this.vbox11         = new global::Gtk.VBox();
     this.vbox11.Name    = "vbox11";
     this.vbox11.Spacing = 6;
     // Container child vbox11.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Usuario");
     this.hbox3.Add(this.label3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label3]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.txtUsuario               = new global::Gtk.Entry();
     this.txtUsuario.CanFocus      = true;
     this.txtUsuario.Name          = "txtUsuario";
     this.txtUsuario.IsEditable    = true;
     this.txtUsuario.InvisibleChar = '•';
     this.hbox3.Add(this.txtUsuario);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.txtUsuario]));
     w13.Position = 1;
     this.vbox11.Add(this.hbox3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.hbox3]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox11.Gtk.Box+BoxChild
     this.hbox11         = new global::Gtk.HBox();
     this.hbox11.Name    = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Rol");
     this.hbox11.Add(this.label8);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.label8]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.cbxRol      = global::Gtk.ComboBox.NewText();
     this.cbxRol.Name = "cbxRol";
     this.hbox11.Add(this.cbxRol);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.cbxRol]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.cbxeRol      = global::Gtk.ComboBoxEntry.NewText();
     this.cbxeRol.Name = "cbxeRol";
     this.hbox11.Add(this.cbxeRol);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.cbxeRol]));
     w17.Position = 2;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.txtID               = new global::Gtk.Entry();
     this.txtID.CanFocus      = true;
     this.txtID.Name          = "txtID";
     this.txtID.IsEditable    = true;
     this.txtID.Visibility    = false;
     this.txtID.InvisibleChar = '•';
     this.hbox11.Add(this.txtID);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.txtID]));
     w18.Position = 3;
     this.vbox11.Add(this.hbox11);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.hbox11]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox11.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     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.hbox4.Add(this.btnGuardar);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.btnGuardar]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.btnModificar              = new global::Gtk.Button();
     this.btnModificar.CanFocus     = true;
     this.btnModificar.Name         = "btnModificar";
     this.btnModificar.UseUnderline = true;
     this.btnModificar.Label        = global::Mono.Unix.Catalog.GetString("Modificar");
     this.hbox4.Add(this.btnModificar);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.btnModificar]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.btnLimpiar              = new global::Gtk.Button();
     this.btnLimpiar.CanFocus     = true;
     this.btnLimpiar.Name         = "btnLimpiar";
     this.btnLimpiar.UseUnderline = true;
     this.btnLimpiar.Label        = global::Mono.Unix.Catalog.GetString("Limpiar");
     this.hbox4.Add(this.btnLimpiar);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.btnLimpiar]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     this.vbox11.Add(this.hbox4);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.hbox4]));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     this.vbox10.Add(this.vbox11);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox10[this.vbox11]));
     w24.Position = 3;
     w24.Expand   = false;
     w24.Fill     = false;
     this.Add(this.vbox10);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 422;
     this.DefaultHeight = 300;
     this.txtID.Hide();
     this.Show();
     this.btnBuscar.Clicked        += new global::System.EventHandler(this.OnBtnBuscarClicked);
     this.tvUsuarios.CursorChanged += new global::System.EventHandler(this.OnTvUsuariosCursorChanged);
     this.btnGuardar.Clicked       += new global::System.EventHandler(this.OnBtnGuardarClicked);
 }
Пример #26
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.executeAction = new global::Gtk.Action ("executeAction", global::Mono.Unix.Catalog.GetString ("Configuraciones"), null, "gtk-execute");
     this.executeAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Configuraciones");
     w1.Add (this.executeAction, null);
     this.disconnectAction = new global::Gtk.Action ("disconnectAction", global::Mono.Unix.Catalog.GetString ("Autoconectar"), null, "gtk-disconnect");
     this.disconnectAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Autoconectar");
     w1.Add (this.disconnectAction, "<Primary>a");
     this.closeAction = new global::Gtk.Action ("closeAction", global::Mono.Unix.Catalog.GetString ("Cerrar"), null, "gtk-close");
     this.closeAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Cerrar");
     w1.Add (this.closeAction, "<Primary>x");
     this.networkAction = new global::Gtk.Action ("networkAction", global::Mono.Unix.Catalog.GetString ("Acciones"), null, "gtk-network");
     this.networkAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Acciones");
     w1.Add (this.networkAction, null);
     this.refreshAction = new global::Gtk.Action ("refreshAction", global::Mono.Unix.Catalog.GetString ("Reconexión automática de puertos"), null, "gtk-refresh");
     this.refreshAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Reconexión automática de puertos");
     w1.Add (this.refreshAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Solución de salida");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-connect", global::Gtk.IconSize.SmallToolbar);
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth = ((uint)(6));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString (@"<ui><menubar name='menubar1'><menu name='networkAction' action='networkAction'><menuitem name='refreshAction' action='refreshAction'/></menu><menu name='executeAction' action='executeAction'><menuitem name='disconnectAction' action='disconnectAction'/></menu><menuitem name='closeAction' action='closeAction'/></menubar></ui>");
     this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget ("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox4.Add (this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.menubar1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.paned = new global::Gtk.HPaned ();
     this.paned.CanFocus = true;
     this.paned.Name = "paned";
     this.paned.Position = 1;
     this.paned.BorderWidth = ((uint)(1));
     // Container child paned.Gtk.Paned+PanedChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.WidthRequest = 38;
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.fraPortsGrid = new global::Gtk.Frame ();
     this.fraPortsGrid.Name = "fraPortsGrid";
     this.fraPortsGrid.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child fraPortsGrid.Gtk.Container+ContainerChild
     this.GtkAlignment6 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment6.Name = "GtkAlignment6";
     this.GtkAlignment6.LeftPadding = ((uint)(12));
     // Container child GtkAlignment6.Gtk.Container+ContainerChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.HeightRequest = 167;
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.tblPorts = new global::Gtk.TreeView ();
     this.tblPorts.CanFocus = true;
     this.tblPorts.Name = "tblPorts";
     this.GtkScrolledWindow.Add (this.tblPorts);
     this.vbox3.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w4.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.lblPortsNotFound = new global::Gtk.Label ();
     this.lblPortsNotFound.Name = "lblPortsNotFound";
     this.lblPortsNotFound.LabelProp = global::Mono.Unix.Catalog.GetString ("<span foreground=\"red\" size=\"xx-large\" weight=\"heavy\">No se encontraron PUERTOS</" +
     "span>");
     this.lblPortsNotFound.UseMarkup = true;
     this.lblPortsNotFound.Wrap = true;
     this.vbox3.Add (this.lblPortsNotFound);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.lblPortsNotFound]));
     w5.Position = 1;
     w5.Expand = false;
     this.hbox2.Add (this.vbox3);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox3]));
     w6.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.btnrefreshports = new global::Gtk.Button ();
     this.btnrefreshports.CanFocus = true;
     this.btnrefreshports.Name = "btnrefreshports";
     this.btnrefreshports.UseUnderline = true;
     global::Gtk.Image w7 = new global::Gtk.Image ();
     w7.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-refresh", global::Gtk.IconSize.Button);
     this.btnrefreshports.Image = w7;
     this.vbox2.Add (this.btnrefreshports);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.btnrefreshports]));
     w8.Position = 0;
     w8.Expand = false;
     w8.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     this.vbox2.Add (this.alignment1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1]));
     w9.Position = 1;
     this.hbox2.Add (this.vbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox2]));
     w10.Position = 1;
     w10.Expand = false;
     w10.Fill = false;
     this.GtkAlignment6.Add (this.hbox2);
     this.fraPortsGrid.Add (this.GtkAlignment6);
     this.GtkLabel9 = new global::Gtk.Label ();
     this.GtkLabel9.Name = "GtkLabel9";
     this.GtkLabel9.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Lista de puertos encontrados</b>");
     this.GtkLabel9.UseMarkup = true;
     this.fraPortsGrid.LabelWidget = this.GtkLabel9;
     this.vbox5.Add (this.fraPortsGrid);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.fraPortsGrid]));
     w13.Position = 0;
     // Container child vbox5.Gtk.Box+BoxChild
     this.fraPortDetail = new global::Gtk.Frame ();
     this.fraPortDetail.Name = "fraPortDetail";
     this.fraPortDetail.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child fraPortDetail.Gtk.Container+ContainerChild
     this.GtkAlignment7 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment7.Name = "GtkAlignment7";
     this.GtkAlignment7.LeftPadding = ((uint)(12));
     // Container child GtkAlignment7.Gtk.Container+ContainerChild
     this.hbox8 = new global::Gtk.HBox ();
     this.hbox8.Name = "hbox8";
     this.hbox8.Spacing = 10;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("<span foreground=\"black\" size=\"large\">Puerto</span>");
     this.label3.UseMarkup = true;
     this.hbox8.Add (this.label3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label3]));
     w14.Position = 0;
     w14.Expand = false;
     w14.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.lblPuerto = new global::Gtk.Label ();
     this.lblPuerto.Name = "lblPuerto";
     this.lblPuerto.UseMarkup = true;
     this.hbox8.Add (this.lblPuerto);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.lblPuerto]));
     w15.Position = 1;
     w15.Expand = false;
     w15.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.imgPortStatus = new global::Gtk.Image ();
     this.imgPortStatus.Name = "imgPortStatus";
     this.hbox8.Add (this.imgPortStatus);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.imgPortStatus]));
     w16.Position = 2;
     w16.Expand = false;
     w16.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.btndisconnect = new global::Gtk.Button ();
     this.btndisconnect.CanFocus = true;
     this.btndisconnect.Name = "btndisconnect";
     this.btndisconnect.UseUnderline = true;
     global::Gtk.Image w17 = new global::Gtk.Image ();
     w17.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-connect", global::Gtk.IconSize.Button);
     this.btndisconnect.Image = w17;
     this.hbox8.Add (this.btndisconnect);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.btndisconnect]));
     w18.PackType = ((global::Gtk.PackType)(1));
     w18.Position = 3;
     w18.Expand = false;
     w18.Fill = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.btnconnect = new global::Gtk.Button ();
     this.btnconnect.CanFocus = true;
     this.btnconnect.Name = "btnconnect";
     this.btnconnect.UseUnderline = true;
     global::Gtk.Image w19 = new global::Gtk.Image ();
     w19.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-disconnect", global::Gtk.IconSize.Button);
     this.btnconnect.Image = w19;
     this.hbox8.Add (this.btnconnect);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.btnconnect]));
     w20.PackType = ((global::Gtk.PackType)(1));
     w20.Position = 4;
     w20.Expand = false;
     w20.Fill = false;
     this.GtkAlignment7.Add (this.hbox8);
     this.fraPortDetail.Add (this.GtkAlignment7);
     this.GtkLabel10 = new global::Gtk.Label ();
     this.GtkLabel10.Name = "GtkLabel10";
     this.GtkLabel10.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Detalle del puerto</b>");
     this.GtkLabel10.UseMarkup = true;
     this.fraPortDetail.LabelWidget = this.GtkLabel10;
     this.vbox5.Add (this.fraPortDetail);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.fraPortDetail]));
     w23.Position = 1;
     w23.Expand = false;
     w23.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.fraCnnConfig = new global::Gtk.Frame ();
     this.fraCnnConfig.Name = "fraCnnConfig";
     this.fraCnnConfig.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child fraCnnConfig.Gtk.Container+ContainerChild
     this.GtkAlignment8 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment8.Name = "GtkAlignment8";
     this.GtkAlignment8.LeftPadding = ((uint)(12));
     // Container child GtkAlignment8.Gtk.Container+ContainerChild
     this.vbox6 = new global::Gtk.VBox ();
     this.vbox6.Name = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox9 = new global::Gtk.HBox ();
     this.hbox9.Name = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xpad = 20;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Baud Rate:");
     this.hbox9.Add (this.label5);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.label5]));
     w24.Position = 0;
     w24.Expand = false;
     w24.Fill = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.cmbBaudRate = global::Gtk.ComboBoxEntry.NewText ();
     this.cmbBaudRate.AppendText (global::Mono.Unix.Catalog.GetString ("9600"));
     this.cmbBaudRate.CanFocus = true;
     this.cmbBaudRate.Name = "cmbBaudRate";
     this.cmbBaudRate.Active = 0;
     this.hbox9.Add (this.cmbBaudRate);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.cmbBaudRate]));
     w25.Position = 1;
     this.vbox6.Add (this.hbox9);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox9]));
     w26.Position = 0;
     w26.Expand = false;
     w26.Fill = false;
     w26.Padding = ((uint)(4));
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox10 = new global::Gtk.HBox ();
     this.hbox10.Name = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xpad = 31;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Parity:");
     this.hbox10.Add (this.label6);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.label6]));
     w27.Position = 0;
     w27.Expand = false;
     w27.Fill = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.cmbParity = global::Gtk.ComboBoxEntry.NewText ();
     this.cmbParity.AppendText (global::Mono.Unix.Catalog.GetString ("Even"));
     this.cmbParity.AppendText (global::Mono.Unix.Catalog.GetString ("Odd"));
     this.cmbParity.AppendText (global::Mono.Unix.Catalog.GetString ("None"));
     this.cmbParity.AppendText (global::Mono.Unix.Catalog.GetString ("Mark"));
     this.cmbParity.AppendText (global::Mono.Unix.Catalog.GetString ("Space"));
     this.cmbParity.CanFocus = true;
     this.cmbParity.Name = "cmbParity";
     this.cmbParity.Active = 2;
     this.hbox10.Add (this.cmbParity);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.cmbParity]));
     w28.Position = 1;
     this.vbox6.Add (this.hbox10);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox10]));
     w29.Position = 1;
     w29.Expand = false;
     w29.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox11 = new global::Gtk.HBox ();
     this.hbox11.Name = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.Xpad = 24;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Databits:");
     this.hbox11.Add (this.label7);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.label7]));
     w30.Position = 0;
     w30.Expand = false;
     w30.Fill = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.cmbDatabits = global::Gtk.ComboBoxEntry.NewText ();
     this.cmbDatabits.AppendText (global::Mono.Unix.Catalog.GetString ("4"));
     this.cmbDatabits.AppendText (global::Mono.Unix.Catalog.GetString ("5"));
     this.cmbDatabits.AppendText (global::Mono.Unix.Catalog.GetString ("6"));
     this.cmbDatabits.AppendText (global::Mono.Unix.Catalog.GetString ("7"));
     this.cmbDatabits.AppendText (global::Mono.Unix.Catalog.GetString ("8"));
     this.cmbDatabits.CanFocus = true;
     this.cmbDatabits.Name = "cmbDatabits";
     this.cmbDatabits.Active = 4;
     this.hbox11.Add (this.cmbDatabits);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.cmbDatabits]));
     w31.Position = 1;
     this.vbox6.Add (this.hbox11);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox11]));
     w32.Position = 2;
     w32.Expand = false;
     w32.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox12 = new global::Gtk.HBox ();
     this.hbox12.Name = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.Xpad = 24;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Stopbits:");
     this.hbox12.Add (this.label8);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.label8]));
     w33.Position = 0;
     w33.Expand = false;
     w33.Fill = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.cmbStopbits = global::Gtk.ComboBoxEntry.NewText ();
     this.cmbStopbits.AppendText (global::Mono.Unix.Catalog.GetString ("None"));
     this.cmbStopbits.AppendText (global::Mono.Unix.Catalog.GetString ("One"));
     this.cmbStopbits.AppendText (global::Mono.Unix.Catalog.GetString ("OnePointFive"));
     this.cmbStopbits.AppendText (global::Mono.Unix.Catalog.GetString ("Two"));
     this.cmbStopbits.CanFocus = true;
     this.cmbStopbits.Name = "cmbStopbits";
     this.cmbStopbits.Active = 1;
     this.hbox12.Add (this.cmbStopbits);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.cmbStopbits]));
     w34.Position = 1;
     this.vbox6.Add (this.hbox12);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox12]));
     w35.Position = 3;
     w35.Expand = false;
     w35.Fill = false;
     this.GtkAlignment8.Add (this.vbox6);
     this.fraCnnConfig.Add (this.GtkAlignment8);
     this.GtkLabel11 = new global::Gtk.Label ();
     this.GtkLabel11.Name = "GtkLabel11";
     this.GtkLabel11.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Configuración de conexión</b>");
     this.GtkLabel11.UseMarkup = true;
     this.fraCnnConfig.LabelWidget = this.GtkLabel11;
     this.vbox5.Add (this.fraCnnConfig);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.fraCnnConfig]));
     w38.Position = 2;
     w38.Expand = false;
     w38.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.fraSendData = new global::Gtk.Frame ();
     this.fraSendData.Name = "fraSendData";
     this.fraSendData.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child fraSendData.Gtk.Container+ContainerChild
     this.GtkAlignment5 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment5.Name = "GtkAlignment5";
     this.GtkAlignment5.LeftPadding = ((uint)(12));
     // Container child GtkAlignment5.Gtk.Container+ContainerChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.lblsendmsg = new global::Gtk.Label ();
     this.lblsendmsg.Name = "lblsendmsg";
     this.lblsendmsg.LabelProp = global::Mono.Unix.Catalog.GetString ("Enviar mensaje");
     this.hbox3.Add (this.lblsendmsg);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.lblsendmsg]));
     w39.Position = 0;
     w39.Expand = false;
     w39.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.txtsendmsg = new global::Gtk.Entry ();
     this.txtsendmsg.CanFocus = true;
     this.txtsendmsg.Name = "txtsendmsg";
     this.txtsendmsg.IsEditable = true;
     this.txtsendmsg.InvisibleChar = '●';
     this.hbox3.Add (this.txtsendmsg);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.txtsendmsg]));
     w40.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.btnsendmsg = new global::Gtk.Button ();
     this.btnsendmsg.CanFocus = true;
     this.btnsendmsg.Name = "btnsendmsg";
     this.btnsendmsg.UseUnderline = true;
     global::Gtk.Image w41 = new global::Gtk.Image ();
     w41.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-forward", global::Gtk.IconSize.Dnd);
     this.btnsendmsg.Image = w41;
     this.hbox3.Add (this.btnsendmsg);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.btnsendmsg]));
     w42.Position = 2;
     w42.Expand = false;
     w42.Fill = false;
     this.GtkAlignment5.Add (this.hbox3);
     this.fraSendData.Add (this.GtkAlignment5);
     this.GtkLabel7 = new global::Gtk.Label ();
     this.GtkLabel7.Name = "GtkLabel7";
     this.GtkLabel7.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Envio de datos de prueba</b>");
     this.GtkLabel7.UseMarkup = true;
     this.fraSendData.LabelWidget = this.GtkLabel7;
     this.vbox5.Add (this.fraSendData);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.fraSendData]));
     w45.Position = 3;
     w45.Expand = false;
     w45.Fill = false;
     this.paned.Add (this.vbox5);
     global::Gtk.Paned.PanedChild w46 = ((global::Gtk.Paned.PanedChild)(this.paned [this.vbox5]));
     w46.Resize = false;
     // Container child paned.Gtk.Paned+PanedChild
     this.vbox7 = new global::Gtk.VBox ();
     this.vbox7.Name = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.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.tblBitacora = new global::Gtk.TreeView ();
     this.tblBitacora.CanFocus = true;
     this.tblBitacora.Name = "tblBitacora";
     this.GtkScrolledWindow1.Add (this.tblBitacora);
     this.vbox7.Add (this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.GtkScrolledWindow1]));
     w48.Position = 0;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.alignment2 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name = "alignment2";
     this.hbox4.Add (this.alignment2);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.alignment2]));
     w49.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.btnBitacoraHistorica = new global::Gtk.Button ();
     this.btnBitacoraHistorica.CanFocus = true;
     this.btnBitacoraHistorica.Name = "btnBitacoraHistorica";
     this.btnBitacoraHistorica.UseUnderline = true;
     global::Gtk.Image w50 = new global::Gtk.Image ();
     w50.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dnd-multiple", global::Gtk.IconSize.SmallToolbar);
     this.btnBitacoraHistorica.Image = w50;
     this.hbox4.Add (this.btnBitacoraHistorica);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.btnBitacoraHistorica]));
     w51.Position = 1;
     w51.Expand = false;
     w51.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.btnlimpiarbitacora = new global::Gtk.Button ();
     this.btnlimpiarbitacora.CanFocus = true;
     this.btnlimpiarbitacora.Name = "btnlimpiarbitacora";
     this.btnlimpiarbitacora.UseUnderline = true;
     global::Gtk.Image w52 = new global::Gtk.Image ();
     w52.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-clear", global::Gtk.IconSize.SmallToolbar);
     this.btnlimpiarbitacora.Image = w52;
     this.hbox4.Add (this.btnlimpiarbitacora);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.btnlimpiarbitacora]));
     w53.Position = 2;
     w53.Expand = false;
     w53.Fill = false;
     this.vbox7.Add (this.hbox4);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox4]));
     w54.Position = 1;
     w54.Expand = false;
     w54.Fill = false;
     this.paned.Add (this.vbox7);
     this.vbox4.Add (this.paned);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.paned]));
     w56.Position = 1;
     // Container child vbox4.Gtk.Box+BoxChild
     this.statusbar = new global::Gtk.Statusbar ();
     this.statusbar.Name = "statusbar";
     this.statusbar.Spacing = 6;
     this.statusbar.HasResizeGrip = false;
     // Container child statusbar.Gtk.Box+BoxChild
     this.button2 = new global::Gtk.Button ();
     this.button2.CanFocus = true;
     this.button2.Name = "button2";
     this.button2.UseUnderline = true;
     global::Gtk.Image w57 = new global::Gtk.Image ();
     w57.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-close", global::Gtk.IconSize.Dnd);
     this.button2.Image = w57;
     this.statusbar.Add (this.button2);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.statusbar [this.button2]));
     w58.Position = 1;
     w58.Expand = false;
     w58.Fill = false;
     this.vbox4.Add (this.statusbar);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.statusbar]));
     w59.Position = 2;
     w59.Expand = false;
     w59.Fill = false;
     this.Add (this.vbox4);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 887;
     this.DefaultHeight = 612;
     this.lblPortsNotFound.Hide ();
     this.fraPortDetail.Hide ();
     this.fraCnnConfig.Hide ();
     this.fraSendData.Hide ();
     this.btnBitacoraHistorica.Hide ();
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.disconnectAction.Activated += new global::System.EventHandler (this.OnYesActionActivated);
     this.closeAction.Activated += new global::System.EventHandler (this.OnCloseActionActivated);
     this.refreshAction.Activated += new global::System.EventHandler (this.OnRefreshActionActivated);
     this.btnrefreshports.Clicked += new global::System.EventHandler (this.OnBtnrefreshportsClicked);
     this.btnconnect.Clicked += new global::System.EventHandler (this.OnBtnconnectClicked);
     this.btndisconnect.Clicked += new global::System.EventHandler (this.OnBtndisconnectClicked);
     this.btnsendmsg.Clicked += new global::System.EventHandler (this.OnBtnsendmsgClicked);
     this.btnBitacoraHistorica.Clicked += new global::System.EventHandler (this.OnBtnBitacoraHistoricaClicked);
     this.btnlimpiarbitacora.Clicked += new global::System.EventHandler (this.OnBtnlimpiarbitacoraClicked);
     this.button2.Clicked += new global::System.EventHandler (this.OnButton2Clicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Projects.NewConfigurationDialog
			this.Name = "MonoDevelop.Ide.Projects.NewConfigurationDialog";
			this.Title = global::MonoDevelop.Core.GettextCatalog.GetString ("New Configuration");
			this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
			// Internal child MonoDevelop.Ide.Projects.NewConfigurationDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog-vbox6";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog-vbox6.Gtk.Box+BoxChild
			this.vbox77 = new global::Gtk.VBox ();
			this.vbox77.Name = "vbox77";
			this.vbox77.Spacing = 6;
			this.vbox77.BorderWidth = ((uint)(7));
			// Container child vbox77.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.comboName = global::Gtk.ComboBoxEntry.NewText ();
			this.comboName.Name = "comboName";
			this.table1.Add (this.comboName);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboName]));
			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.comboPlatform = global::Gtk.ComboBoxEntry.NewText ();
			this.comboPlatform.Name = "comboPlatform";
			this.table1.Add (this.comboPlatform);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboPlatform]));
			w3.TopAttach = ((uint)(1));
			w3.BottomAttach = ((uint)(2));
			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::MonoDevelop.Core.GettextCatalog.GetString ("Name:");
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Platform:");
			this.table1.Add (this.label2);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
			w5.TopAttach = ((uint)(1));
			w5.BottomAttach = ((uint)(2));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox77.Add (this.table1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox77 [this.table1]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox77.Gtk.Box+BoxChild
			this.createChildrenCheck = new global::Gtk.CheckButton ();
			this.createChildrenCheck.Name = "createChildrenCheck";
			this.createChildrenCheck.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Create configurations for all solution items");
			this.createChildrenCheck.Active = true;
			this.createChildrenCheck.DrawIndicator = true;
			this.createChildrenCheck.UseUnderline = true;
			this.vbox77.Add (this.createChildrenCheck);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox77 [this.createChildrenCheck]));
			w7.Position = 1;
			w7.Expand = false;
			w7.Fill = false;
			w1.Add (this.vbox77);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox77]));
			w8.Position = 0;
			// Internal child MonoDevelop.Ide.Projects.NewConfigurationDialog.ActionArea
			global::Gtk.HButtonBox w9 = this.ActionArea;
			w9.Name = "dialog-action_area6";
			w9.Spacing = 6;
			w9.BorderWidth = ((uint)(5));
			w9.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog-action_area6.Gtk.ButtonBox+ButtonBoxChild
			this.cancelbutton1 = new global::Gtk.Button ();
			this.cancelbutton1.Name = "cancelbutton1";
			this.cancelbutton1.UseStock = true;
			this.cancelbutton1.UseUnderline = true;
			this.cancelbutton1.Label = "gtk-cancel";
			this.AddActionWidget (this.cancelbutton1, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.cancelbutton1]));
			w10.Expand = false;
			w10.Fill = false;
			// Container child dialog-action_area6.Gtk.ButtonBox+ButtonBoxChild
			this.okbutton1 = new global::Gtk.Button ();
			this.okbutton1.Name = "okbutton1";
			this.okbutton1.UseStock = true;
			this.okbutton1.UseUnderline = true;
			this.okbutton1.Label = "gtk-ok";
			w9.Add (this.okbutton1);
			global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.okbutton1]));
			w11.Position = 1;
			w11.Expand = false;
			w11.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 407;
			this.DefaultHeight = 187;
			this.Show ();
			this.okbutton1.Clicked += new global::System.EventHandler (this.OnOkbutton1Clicked);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Gettext.Editor.CatalogHeadersWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Gettext.Editor.CatalogHeadersWidget";
			// Container child MonoDevelop.Gettext.Editor.CatalogHeadersWidget.Gtk.Container+ContainerChild
			this.notebook1 = new global::Gtk.Notebook ();
			this.notebook1.CanFocus = true;
			this.notebook1.Name = "notebook1";
			this.notebook1.CurrentPage = 1;
			this.notebook1.TabPos = ((global::Gtk.PositionType)(0));
			this.notebook1.BorderWidth = ((uint)(8));
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.table1 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			this.table1.BorderWidth = ((uint)(8));
			// Container child table1.Gtk.Table+TableChild
			this.entryBugzilla = new global::Gtk.Entry ();
			this.entryBugzilla.CanFocus = true;
			this.entryBugzilla.Name = "entryBugzilla";
			this.entryBugzilla.IsEditable = true;
			this.entryBugzilla.InvisibleChar = '●';
			this.table1.Add (this.entryBugzilla);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryBugzilla]));
			w1.TopAttach = ((uint)(3));
			w1.BottomAttach = ((uint)(4));
			w1.LeftAttach = ((uint)(1));
			w1.RightAttach = ((uint)(2));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.entryProjectName = new global::Gtk.Entry ();
			this.entryProjectName.CanFocus = true;
			this.entryProjectName.Name = "entryProjectName";
			this.entryProjectName.IsEditable = true;
			this.entryProjectName.InvisibleChar = '●';
			this.table1.Add (this.entryProjectName);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryProjectName]));
			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.entryProjectVersion = new global::Gtk.Entry ();
			this.entryProjectVersion.CanFocus = true;
			this.entryProjectVersion.Name = "entryProjectVersion";
			this.entryProjectVersion.IsEditable = true;
			this.entryProjectVersion.InvisibleChar = '●';
			this.table1.Add (this.entryProjectVersion);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryProjectVersion]));
			w3.TopAttach = ((uint)(2));
			w3.BottomAttach = ((uint)(3));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Last modification:");
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			w4.TopAttach = ((uint)(5));
			w4.BottomAttach = ((uint)(6));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.Xalign = 0F;
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("_Comments:");
			this.label5.UseUnderline = true;
			this.table1.Add (this.label5);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.Xalign = 0F;
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("_Project name:");
			this.label6.UseUnderline = true;
			this.table1.Add (this.label6);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
			w6.TopAttach = ((uint)(1));
			w6.BottomAttach = ((uint)(2));
			w6.XOptions = ((global::Gtk.AttachOptions)(4));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.Xalign = 0F;
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("P_roject version:");
			this.label7.UseUnderline = true;
			this.table1.Add (this.label7);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
			w7.TopAttach = ((uint)(2));
			w7.BottomAttach = ((uint)(3));
			w7.XOptions = ((global::Gtk.AttachOptions)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("_Bugzilla URL:");
			this.label8.UseUnderline = true;
			this.table1.Add (this.label8);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
			w8.TopAttach = ((uint)(3));
			w8.BottomAttach = ((uint)(4));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label9 = new global::Gtk.Label ();
			this.label9.Name = "label9";
			this.label9.Xalign = 0F;
			this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Creation date:");
			this.table1.Add (this.label9);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label9]));
			w9.TopAttach = ((uint)(4));
			w9.BottomAttach = ((uint)(5));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.labelPoLastModification = new global::Gtk.Label ();
			this.labelPoLastModification.Name = "labelPoLastModification";
			this.labelPoLastModification.Xalign = 0F;
			this.labelPoLastModification.UseMarkup = true;
			this.table1.Add (this.labelPoLastModification);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelPoLastModification]));
			w10.TopAttach = ((uint)(5));
			w10.BottomAttach = ((uint)(6));
			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.labelPotCreation = new global::Gtk.Label ();
			this.labelPotCreation.Name = "labelPotCreation";
			this.labelPotCreation.Xalign = 0F;
			this.labelPotCreation.UseMarkup = true;
			this.table1.Add (this.labelPotCreation);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelPotCreation]));
			w11.TopAttach = ((uint)(4));
			w11.BottomAttach = ((uint)(5));
			w11.LeftAttach = ((uint)(1));
			w11.RightAttach = ((uint)(2));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.CanFocus = true;
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow1.Gtk.Container+ContainerChild
			this.textviewComments = new global::Gtk.TextView ();
			this.textviewComments.HeightRequest = 180;
			this.textviewComments.CanFocus = true;
			this.textviewComments.Name = "textviewComments";
			this.scrolledwindow1.Add (this.textviewComments);
			this.table1.Add (this.scrolledwindow1);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.scrolledwindow1]));
			w13.LeftAttach = ((uint)(1));
			w13.RightAttach = ((uint)(2));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			this.notebook1.Add (this.table1);
			// Notebook tab
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Project settings");
			this.notebook1.SetTabLabel (this.table1, this.label3);
			this.label3.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.table2 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false);
			this.table2.Name = "table2";
			this.table2.RowSpacing = ((uint)(6));
			this.table2.ColumnSpacing = ((uint)(6));
			this.table2.BorderWidth = ((uint)(8));
			// Container child table2.Gtk.Table+TableChild
			this.comboboxentryCharset = new global::Gtk.ComboBoxEntry ();
			this.comboboxentryCharset.Name = "comboboxentryCharset";
			this.table2.Add (this.comboboxentryCharset);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.comboboxentryCharset]));
			w15.TopAttach = ((uint)(4));
			w15.BottomAttach = ((uint)(5));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(2));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.entryLanguageGroupEmail = new global::Gtk.Entry ();
			this.entryLanguageGroupEmail.CanFocus = true;
			this.entryLanguageGroupEmail.Name = "entryLanguageGroupEmail";
			this.entryLanguageGroupEmail.IsEditable = true;
			this.entryLanguageGroupEmail.InvisibleChar = '●';
			this.table2.Add (this.entryLanguageGroupEmail);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryLanguageGroupEmail]));
			w16.TopAttach = ((uint)(3));
			w16.BottomAttach = ((uint)(4));
			w16.LeftAttach = ((uint)(1));
			w16.RightAttach = ((uint)(2));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.entryLanguageGroupName = new global::Gtk.Entry ();
			this.entryLanguageGroupName.CanFocus = true;
			this.entryLanguageGroupName.Name = "entryLanguageGroupName";
			this.entryLanguageGroupName.IsEditable = true;
			this.entryLanguageGroupName.InvisibleChar = '●';
			this.table2.Add (this.entryLanguageGroupName);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryLanguageGroupName]));
			w17.TopAttach = ((uint)(2));
			w17.BottomAttach = ((uint)(3));
			w17.LeftAttach = ((uint)(1));
			w17.RightAttach = ((uint)(2));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.entryTranslatorEmail = new global::Gtk.Entry ();
			this.entryTranslatorEmail.CanFocus = true;
			this.entryTranslatorEmail.Name = "entryTranslatorEmail";
			this.entryTranslatorEmail.IsEditable = true;
			this.entryTranslatorEmail.InvisibleChar = '●';
			this.table2.Add (this.entryTranslatorEmail);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryTranslatorEmail]));
			w18.TopAttach = ((uint)(1));
			w18.BottomAttach = ((uint)(2));
			w18.LeftAttach = ((uint)(1));
			w18.RightAttach = ((uint)(2));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.entryTranslatorName = new global::Gtk.Entry ();
			this.entryTranslatorName.CanFocus = true;
			this.entryTranslatorName.Name = "entryTranslatorName";
			this.entryTranslatorName.IsEditable = true;
			this.entryTranslatorName.InvisibleChar = '●';
			this.table2.Add (this.entryTranslatorName);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryTranslatorName]));
			w19.LeftAttach = ((uint)(1));
			w19.RightAttach = ((uint)(2));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 4;
			// Container child hbox2.Gtk.Box+BoxChild
			this.entryPluralsForms = new global::Gtk.Entry ();
			this.entryPluralsForms.CanFocus = true;
			this.entryPluralsForms.Name = "entryPluralsForms";
			this.entryPluralsForms.IsEditable = true;
			this.entryPluralsForms.InvisibleChar = '●';
			this.hbox2.Add (this.entryPluralsForms);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entryPluralsForms]));
			w20.Position = 0;
			this.table2.Add (this.hbox2);
			global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox2]));
			w21.TopAttach = ((uint)(5));
			w21.BottomAttach = ((uint)(6));
			w21.LeftAttach = ((uint)(1));
			w21.RightAttach = ((uint)(2));
			w21.XOptions = ((global::Gtk.AttachOptions)(4));
			w21.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.label10 = new global::Gtk.Label ();
			this.label10.Name = "label10";
			this.label10.Xalign = 0F;
			this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("_Translator name:");
			this.label10.UseUnderline = true;
			this.table2.Add (this.label10);
			global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table2 [this.label10]));
			w22.XOptions = ((global::Gtk.AttachOptions)(4));
			w22.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.label11 = new global::Gtk.Label ();
			this.label11.Name = "label11";
			this.label11.Xalign = 0F;
			this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("T_ranslator e-mail:");
			this.label11.UseUnderline = true;
			this.table2.Add (this.label11);
			global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table2 [this.label11]));
			w23.TopAttach = ((uint)(1));
			w23.BottomAttach = ((uint)(2));
			w23.XOptions = ((global::Gtk.AttachOptions)(4));
			w23.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.label12 = new global::Gtk.Label ();
			this.label12.Name = "label12";
			this.label12.Xalign = 0F;
			this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("_Language group:");
			this.label12.UseUnderline = true;
			this.table2.Add (this.label12);
			global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table2 [this.label12]));
			w24.TopAttach = ((uint)(2));
			w24.BottomAttach = ((uint)(3));
			w24.XOptions = ((global::Gtk.AttachOptions)(4));
			w24.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.label13 = new global::Gtk.Label ();
			this.label13.Name = "label13";
			this.label13.Xalign = 0F;
			this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("L_anguage group e-mail:");
			this.label13.UseUnderline = true;
			this.table2.Add (this.label13);
			global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2 [this.label13]));
			w25.TopAttach = ((uint)(3));
			w25.BottomAttach = ((uint)(4));
			w25.XOptions = ((global::Gtk.AttachOptions)(4));
			w25.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.label14 = new global::Gtk.Label ();
			this.label14.Name = "label14";
			this.label14.Xalign = 0F;
			this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("_Charset:");
			this.label14.UseUnderline = true;
			this.table2.Add (this.label14);
			global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2 [this.label14]));
			w26.TopAttach = ((uint)(4));
			w26.BottomAttach = ((uint)(5));
			w26.XOptions = ((global::Gtk.AttachOptions)(4));
			w26.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.label15 = new global::Gtk.Label ();
			this.label15.Name = "label15";
			this.label15.Xalign = 0F;
			this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("_Plural forms:");
			this.label15.UseUnderline = true;
			this.table2.Add (this.label15);
			global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2 [this.label15]));
			w27.TopAttach = ((uint)(5));
			w27.BottomAttach = ((uint)(6));
			w27.XOptions = ((global::Gtk.AttachOptions)(4));
			w27.YOptions = ((global::Gtk.AttachOptions)(4));
			this.notebook1.Add (this.table2);
			global::Gtk.Notebook.NotebookChild w28 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.table2]));
			w28.Position = 1;
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Language settings");
			this.notebook1.SetTabLabel (this.table2, this.label2);
			this.label2.ShowAll ();
			this.Add (this.notebook1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.label5.MnemonicWidget = this.textviewComments;
			this.label6.MnemonicWidget = this.entryProjectName;
			this.label7.MnemonicWidget = this.entryProjectVersion;
			this.label8.MnemonicWidget = this.entryBugzilla;
			this.label10.MnemonicWidget = this.entryTranslatorName;
			this.label11.MnemonicWidget = this.entryTranslatorEmail;
			this.label12.MnemonicWidget = this.entryLanguageGroupName;
			this.label13.MnemonicWidget = this.entryLanguageGroupEmail;
			this.label15.MnemonicWidget = this.entryPluralsForms;
			this.Show ();
			this.entryProjectVersion.Changed += new global::System.EventHandler (this.OnHeaderChanged);
			this.entryProjectName.Changed += new global::System.EventHandler (this.OnHeaderChanged);
			this.entryBugzilla.Changed += new global::System.EventHandler (this.OnHeaderChanged);
			this.entryPluralsForms.Changed += new global::System.EventHandler (this.OnHeaderChanged);
			this.entryTranslatorName.Changed += new global::System.EventHandler (this.OnHeaderChanged);
			this.entryTranslatorEmail.Changed += new global::System.EventHandler (this.OnHeaderChanged);
			this.entryLanguageGroupName.Changed += new global::System.EventHandler (this.OnHeaderChanged);
			this.entryLanguageGroupEmail.Changed += new global::System.EventHandler (this.OnHeaderChanged);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.AddinAuthoring.SelectNodeSetDialog
     this.Name           = "MonoDevelop.AddinAuthoring.SelectNodeSetDialog";
     this.Title          = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Select Node Set");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     // Internal child MonoDevelop.AddinAuthoring.SelectNodeSetDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox3             = new global::Gtk.VBox();
     this.vbox3.Name        = "vbox3";
     this.vbox3.Spacing     = 12;
     this.vbox3.BorderWidth = ((uint)(9));
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0f;
     this.label1.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Node Set:");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.combo      = global::Gtk.ComboBoxEntry.NewText();
     this.combo.Name = "combo";
     this.hbox1.Add(this.combo);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.combo]));
     w3.Position = 1;
     this.vbox3.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.nodeseteditor              = new global::MonoDevelop.AddinAuthoring.NodeSetEditorWidget();
     this.nodeseteditor.Events       = ((global::Gdk.EventMask)(256));
     this.nodeseteditor.Name         = "nodeseteditor";
     this.nodeseteditor.AllowEditing = false;
     this.vbox3.Add(this.nodeseteditor);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.nodeseteditor]));
     w5.Position = 1;
     w1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1[this.vbox3]));
     w6.Position = 0;
     // Internal child MonoDevelop.AddinAuthoring.SelectNodeSetDialog.ActionArea
     global::Gtk.HButtonBox w7 = this.ActionArea;
     w7.Name        = "dialog1_ActionArea";
     w7.Spacing     = 6;
     w7.BorderWidth = ((uint)(5));
     w7.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 w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7[this.buttonCancel]));
     w8.Expand = false;
     w8.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 w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7[this.buttonOk]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 498;
     this.DefaultHeight = 346;
     this.Show();
     this.combo.Changed += new global::System.EventHandler(this.OnComboChanged);
 }
Пример #30
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget ryuk.RemoteLogin
     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.EditAction            = new global::Gtk.Action("EditAction", global::Mono.Unix.Catalog.GetString("Edit"), null, null);
     this.EditAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Edit");
     w1.Add(this.EditAction, null);
     this.WindowAction            = new global::Gtk.Action("WindowAction", global::Mono.Unix.Catalog.GetString("Window"), null, null);
     this.WindowAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Window");
     w1.Add(this.WindowAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "ryuk.RemoteLogin";
     this.Title          = global::Mono.Unix.Catalog.GetString("RemoteLogin");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child ryuk.RemoteLogin.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name=\'menubar3\'><menu name=\'FileAction\' action=\'FileAction\'/><menu n" +
                                    "ame=\'EditAction\' action=\'EditAction\'/><menu name=\'WindowAction\' action=\'WindowAc" +
                                    "tion\'/></menubar></ui>");
     this.menubar3      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar3")));
     this.menubar3.Name = "menubar3";
     this.vbox3.Add(this.menubar3);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.menubar3]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table3               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.comboboxentry5      = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentry5.Name = "comboboxentry5";
     this.table3.Add(this.comboboxentry5);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table3[this.comboboxentry5]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions    = ((global::Gtk.AttachOptions)(1));
     // Container child table3.Gtk.Table+TableChild
     this.comboboxentry7      = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentry7.Name = "comboboxentry7";
     this.table3.Add(this.comboboxentry7);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table3[this.comboboxentry7]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.YOptions     = ((global::Gtk.AttachOptions)(1));
     // Container child table3.Gtk.Table+TableChild
     this.entry3               = new global::Gtk.Entry();
     this.entry3.CanFocus      = true;
     this.entry3.Name          = "entry3";
     this.entry3.IsEditable    = true;
     this.entry3.InvisibleChar = '●';
     this.table3.Add(this.entry3);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table3[this.entry3]));
     w5.TopAttach    = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     // Container child table3.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Domain");
     this.table3.Add(this.label11);
     // Container child table3.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Username");
     this.table3.Add(this.label7);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table3[this.label7]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     // Container child table3.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Password");
     this.table3.Add(this.label9);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table3[this.label9]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     this.vbox3.Add(this.table3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.table3]));
     w9.Position = 1;
     // Container child vbox3.Gtk.Box+BoxChild
     this.expander3          = new global::Gtk.Expander(null);
     this.expander3.CanFocus = true;
     this.expander3.Name     = "expander3";
     this.expander3.Expanded = true;
     // Container child expander3.Gtk.Container+ContainerChild
     this.table5               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table5.Name          = "table5";
     this.table5.RowSpacing    = ((uint)(6));
     this.table5.ColumnSpacing = ((uint)(6));
     // Container child table5.Gtk.Table+TableChild
     this.checkbutton6               = new global::Gtk.CheckButton();
     this.checkbutton6.CanFocus      = true;
     this.checkbutton6.Name          = "checkbutton6";
     this.checkbutton6.Label         = global::Mono.Unix.Catalog.GetString("Use Key Encryption");
     this.checkbutton6.DrawIndicator = true;
     this.checkbutton6.UseUnderline  = true;
     this.table5.Add(this.checkbutton6);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table5[this.checkbutton6]));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.entry11               = new global::Gtk.Entry();
     this.entry11.CanFocus      = true;
     this.entry11.Name          = "entry11";
     this.entry11.IsEditable    = true;
     this.entry11.InvisibleChar = '●';
     this.table5.Add(this.entry11);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table5[this.entry11]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.entry9               = new global::Gtk.Entry();
     this.entry9.CanFocus      = true;
     this.entry9.Name          = "entry9";
     this.entry9.IsEditable    = true;
     this.entry9.InvisibleChar = '●';
     this.table5.Add(this.entry9);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table5[this.entry9]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.label17           = new global::Gtk.Label();
     this.label17.Name      = "label17";
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString("Private Key");
     this.table5.Add(this.label17);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table5[this.label17]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table5.Gtk.Table+TableChild
     this.label19           = new global::Gtk.Label();
     this.label19.Name      = "label19";
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString("Passphrase");
     this.table5.Add(this.label19);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table5[this.label19]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.expander3.Add(this.table5);
     this.GtkLabel4              = new global::Gtk.Label();
     this.GtkLabel4.Name         = "GtkLabel4";
     this.GtkLabel4.LabelProp    = global::Mono.Unix.Catalog.GetString("Extra Options");
     this.GtkLabel4.UseUnderline = true;
     this.expander3.LabelWidget  = this.GtkLabel4;
     this.vbox3.Add(this.expander3);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.expander3]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     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("Start Whatever");
     this.vbox3.Add(this.button3);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.button3]));
     w17.Position = 3;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 375;
     this.DefaultHeight = 283;
     this.Show();
     this.entry3.Changed         += new global::System.EventHandler(this.PasswordChanged);
     this.comboboxentry7.Changed += new global::System.EventHandler(this.UsernameChanged);
     this.comboboxentry5.Changed += new global::System.EventHandler(this.DomainChanged);
     this.button3.Clicked        += new global::System.EventHandler(this.StartClicked);
 }
Пример #31
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.executeAction            = new global::Gtk.Action("executeAction", global::Mono.Unix.Catalog.GetString("Configuraciones"), null, "gtk-execute");
     this.executeAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Configuraciones");
     w1.Add(this.executeAction, null);
     this.disconnectAction            = new global::Gtk.Action("disconnectAction", global::Mono.Unix.Catalog.GetString("Autoconectar"), null, "gtk-disconnect");
     this.disconnectAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Autoconectar");
     w1.Add(this.disconnectAction, "<Primary>a");
     this.closeAction            = new global::Gtk.Action("closeAction", global::Mono.Unix.Catalog.GetString("Cerrar"), null, "gtk-close");
     this.closeAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Cerrar");
     w1.Add(this.closeAction, "<Primary>x");
     this.networkAction            = new global::Gtk.Action("networkAction", global::Mono.Unix.Catalog.GetString("Acciones"), null, "gtk-network");
     this.networkAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Acciones");
     w1.Add(this.networkAction, null);
     this.refreshAction            = new global::Gtk.Action("refreshAction", global::Mono.Unix.Catalog.GetString("Reconexión automática de puertos"), null, "gtk-refresh");
     this.refreshAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Reconexión automática de puertos");
     w1.Add(this.refreshAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Solución de entrada");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "gtk-connect", global::Gtk.IconSize.SmallToolbar);
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth    = ((uint)(6));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='menubar1'><menu name='networkAction' action='networkAction'><menuitem name='refreshAction' action='refreshAction'/></menu><menu name='executeAction' action='executeAction'><menuitem name='disconnectAction' action='disconnectAction'/></menu><menuitem name='closeAction' action='closeAction'/></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox4.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.paned             = new global::Gtk.HPaned();
     this.paned.CanFocus    = true;
     this.paned.Name        = "paned";
     this.paned.Position    = 382;
     this.paned.BorderWidth = ((uint)(1));
     // Container child paned.Gtk.Paned+PanedChild
     this.vbox5 = new global::Gtk.VBox();
     this.vbox5.WidthRequest = 38;
     this.vbox5.Name         = "vbox5";
     this.vbox5.Spacing      = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.fraPortsGrid            = new global::Gtk.Frame();
     this.fraPortsGrid.Name       = "fraPortsGrid";
     this.fraPortsGrid.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child fraPortsGrid.Gtk.Container+ContainerChild
     this.GtkAlignment6             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment6.Name        = "GtkAlignment6";
     this.GtkAlignment6.LeftPadding = ((uint)(12));
     // Container child GtkAlignment6.Gtk.Container+ContainerChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.HeightRequest = 167;
     this.GtkScrolledWindow.Name          = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.tblPorts          = new global::Gtk.TreeView();
     this.tblPorts.CanFocus = true;
     this.tblPorts.Name     = "tblPorts";
     this.GtkScrolledWindow.Add(this.tblPorts);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w4.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.lblPortsNotFound           = new global::Gtk.Label();
     this.lblPortsNotFound.Name      = "lblPortsNotFound";
     this.lblPortsNotFound.LabelProp = global::Mono.Unix.Catalog.GetString("<span foreground=\"red\" size=\"xx-large\" weight=\"heavy\">No se encontraron PUERTOS</" +
                                                                           "span>");
     this.lblPortsNotFound.UseMarkup = true;
     this.lblPortsNotFound.Wrap      = true;
     this.vbox3.Add(this.lblPortsNotFound);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.lblPortsNotFound]));
     w5.Position = 1;
     w5.Expand   = false;
     this.hbox2.Add(this.vbox3);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox3]));
     w6.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.btnrefreshports              = new global::Gtk.Button();
     this.btnrefreshports.CanFocus     = true;
     this.btnrefreshports.Name         = "btnrefreshports";
     this.btnrefreshports.UseUnderline = true;
     global::Gtk.Image w7 = new global::Gtk.Image();
     w7.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-refresh", global::Gtk.IconSize.Button);
     this.btnrefreshports.Image = w7;
     this.vbox2.Add(this.btnrefreshports);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.btnrefreshports]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment1      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     this.vbox2.Add(this.alignment1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1]));
     w9.Position = 1;
     this.hbox2.Add(this.vbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox2]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.GtkAlignment6.Add(this.hbox2);
     this.fraPortsGrid.Add(this.GtkAlignment6);
     this.GtkLabel9                = new global::Gtk.Label();
     this.GtkLabel9.Name           = "GtkLabel9";
     this.GtkLabel9.LabelProp      = global::Mono.Unix.Catalog.GetString("<b>Lista de puertos encontrados</b>");
     this.GtkLabel9.UseMarkup      = true;
     this.fraPortsGrid.LabelWidget = this.GtkLabel9;
     this.vbox5.Add(this.fraPortsGrid);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.fraPortsGrid]));
     w13.Position = 0;
     // Container child vbox5.Gtk.Box+BoxChild
     this.fraPortDetail            = new global::Gtk.Frame();
     this.fraPortDetail.Name       = "fraPortDetail";
     this.fraPortDetail.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child fraPortDetail.Gtk.Container+ContainerChild
     this.GtkAlignment7             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment7.Name        = "GtkAlignment7";
     this.GtkAlignment7.LeftPadding = ((uint)(12));
     // Container child GtkAlignment7.Gtk.Container+ContainerChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 10;
     // Container child hbox8.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("<span foreground=\"black\" size=\"large\">Puerto</span>");
     this.label3.UseMarkup = true;
     this.hbox8.Add(this.label3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.label3]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.lblPuerto           = new global::Gtk.Label();
     this.lblPuerto.Name      = "lblPuerto";
     this.lblPuerto.UseMarkup = true;
     this.hbox8.Add(this.lblPuerto);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.lblPuerto]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.imgPortStatus      = new global::Gtk.Image();
     this.imgPortStatus.Name = "imgPortStatus";
     this.hbox8.Add(this.imgPortStatus);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.imgPortStatus]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.btndisconnect              = new global::Gtk.Button();
     this.btndisconnect.CanFocus     = true;
     this.btndisconnect.Name         = "btndisconnect";
     this.btndisconnect.UseUnderline = true;
     global::Gtk.Image w17 = new global::Gtk.Image();
     w17.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-connect", global::Gtk.IconSize.Button);
     this.btndisconnect.Image = w17;
     this.hbox8.Add(this.btndisconnect);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.btndisconnect]));
     w18.PackType = ((global::Gtk.PackType)(1));
     w18.Position = 3;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.btnconnect              = new global::Gtk.Button();
     this.btnconnect.CanFocus     = true;
     this.btnconnect.Name         = "btnconnectbtnconnect";
     this.btnconnect.UseUnderline = true;
     global::Gtk.Image w19 = new global::Gtk.Image();
     w19.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-disconnect", global::Gtk.IconSize.Button);
     this.btnconnect.Image = w19;
     this.hbox8.Add(this.btnconnect);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.btnconnect]));
     w20.PackType = ((global::Gtk.PackType)(1));
     w20.Position = 4;
     w20.Expand   = false;
     w20.Fill     = false;
     this.GtkAlignment7.Add(this.hbox8);
     this.fraPortDetail.Add(this.GtkAlignment7);
     this.GtkLabel10                = new global::Gtk.Label();
     this.GtkLabel10.Name           = "GtkLabel10";
     this.GtkLabel10.LabelProp      = global::Mono.Unix.Catalog.GetString("<b>Detalle del puerto</b>");
     this.GtkLabel10.UseMarkup      = true;
     this.fraPortDetail.LabelWidget = this.GtkLabel10;
     this.vbox5.Add(this.fraPortDetail);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.fraPortDetail]));
     w23.Position = 1;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.fraCnnConfig            = new global::Gtk.Frame();
     this.fraCnnConfig.Name       = "fraCnnConfig";
     this.fraCnnConfig.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child fraCnnConfig.Gtk.Container+ContainerChild
     this.GtkAlignment8             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment8.Name        = "GtkAlignment8";
     this.GtkAlignment8.LeftPadding = ((uint)(12));
     // Container child GtkAlignment8.Gtk.Container+ContainerChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xpad      = 20;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Baud Rate:");
     this.hbox9.Add(this.label5);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.label5]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.cmbBaudRate = global::Gtk.ComboBoxEntry.NewText();
     this.cmbBaudRate.AppendText(global::Mono.Unix.Catalog.GetString("9600"));
     this.cmbBaudRate.CanFocus = true;
     this.cmbBaudRate.Name     = "cmbBaudRate";
     this.cmbBaudRate.Active   = 0;
     this.hbox9.Add(this.cmbBaudRate);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.cmbBaudRate]));
     w25.Position = 1;
     this.vbox6.Add(this.hbox9);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox9]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     w26.Padding  = ((uint)(4));
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xpad      = 31;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Parity:");
     this.hbox10.Add(this.label6);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.label6]));
     w27.Position = 0;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.cmbParity = global::Gtk.ComboBoxEntry.NewText();
     this.cmbParity.AppendText(global::Mono.Unix.Catalog.GetString("Even"));
     this.cmbParity.AppendText(global::Mono.Unix.Catalog.GetString("Odd"));
     this.cmbParity.AppendText(global::Mono.Unix.Catalog.GetString("None"));
     this.cmbParity.AppendText(global::Mono.Unix.Catalog.GetString("Mark"));
     this.cmbParity.AppendText(global::Mono.Unix.Catalog.GetString("Space"));
     this.cmbParity.CanFocus = true;
     this.cmbParity.Name     = "cmbParity";
     this.cmbParity.Active   = 2;
     this.hbox10.Add(this.cmbParity);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.cmbParity]));
     w28.Position = 1;
     this.vbox6.Add(this.hbox10);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox10]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox11         = new global::Gtk.HBox();
     this.hbox11.Name    = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xpad      = 24;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Databits:");
     this.hbox11.Add(this.label7);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.label7]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.cmbDatabits = global::Gtk.ComboBoxEntry.NewText();
     this.cmbDatabits.AppendText(global::Mono.Unix.Catalog.GetString("4"));
     this.cmbDatabits.AppendText(global::Mono.Unix.Catalog.GetString("5"));
     this.cmbDatabits.AppendText(global::Mono.Unix.Catalog.GetString("6"));
     this.cmbDatabits.AppendText(global::Mono.Unix.Catalog.GetString("7"));
     this.cmbDatabits.AppendText(global::Mono.Unix.Catalog.GetString("8"));
     this.cmbDatabits.CanFocus = true;
     this.cmbDatabits.Name     = "cmbDatabits";
     this.cmbDatabits.Active   = 4;
     this.hbox11.Add(this.cmbDatabits);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.cmbDatabits]));
     w31.Position = 1;
     this.vbox6.Add(this.hbox11);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox11]));
     w32.Position = 2;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox12         = new global::Gtk.HBox();
     this.hbox12.Name    = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xpad      = 24;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Stopbits:");
     this.hbox12.Add(this.label8);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.label8]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.cmbStopbits = global::Gtk.ComboBoxEntry.NewText();
     this.cmbStopbits.AppendText(global::Mono.Unix.Catalog.GetString("None"));
     this.cmbStopbits.AppendText(global::Mono.Unix.Catalog.GetString("One"));
     this.cmbStopbits.AppendText(global::Mono.Unix.Catalog.GetString("OnePointFive"));
     this.cmbStopbits.AppendText(global::Mono.Unix.Catalog.GetString("Two"));
     this.cmbStopbits.CanFocus = true;
     this.cmbStopbits.Name     = "cmbStopbits";
     this.cmbStopbits.Active   = 1;
     this.hbox12.Add(this.cmbStopbits);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.cmbStopbits]));
     w34.Position = 1;
     this.vbox6.Add(this.hbox12);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox12]));
     w35.Position = 3;
     w35.Expand   = false;
     w35.Fill     = false;
     this.GtkAlignment8.Add(this.vbox6);
     this.fraCnnConfig.Add(this.GtkAlignment8);
     this.GtkLabel11               = new global::Gtk.Label();
     this.GtkLabel11.Name          = "GtkLabel11";
     this.GtkLabel11.LabelProp     = global::Mono.Unix.Catalog.GetString("<b>Configuración de conexión</b>");
     this.GtkLabel11.UseMarkup     = true;
     this.fraCnnConfig.LabelWidget = this.GtkLabel11;
     this.vbox5.Add(this.fraCnnConfig);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.fraCnnConfig]));
     w38.Position = 2;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.fraSendData            = new global::Gtk.Frame();
     this.fraSendData.Name       = "fraSendData";
     this.fraSendData.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child fraSendData.Gtk.Container+ContainerChild
     this.GtkAlignment5             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment5.Name        = "GtkAlignment5";
     this.GtkAlignment5.LeftPadding = ((uint)(12));
     // Container child GtkAlignment5.Gtk.Container+ContainerChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.lblsendmsg           = new global::Gtk.Label();
     this.lblsendmsg.Name      = "lblsendmsg";
     this.lblsendmsg.LabelProp = global::Mono.Unix.Catalog.GetString("Enviar mensaje");
     this.hbox3.Add(this.lblsendmsg);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.lblsendmsg]));
     w39.Position = 0;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.txtsendmsg               = new global::Gtk.Entry();
     this.txtsendmsg.CanFocus      = true;
     this.txtsendmsg.Name          = "txtsendmsg";
     this.txtsendmsg.IsEditable    = true;
     this.txtsendmsg.InvisibleChar = '●';
     this.hbox3.Add(this.txtsendmsg);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.txtsendmsg]));
     w40.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.btnsendmsg              = new global::Gtk.Button();
     this.btnsendmsg.CanFocus     = true;
     this.btnsendmsg.Name         = "btnsendmsg";
     this.btnsendmsg.UseUnderline = true;
     global::Gtk.Image w41 = new global::Gtk.Image();
     w41.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-go-forward", global::Gtk.IconSize.Dnd);
     this.btnsendmsg.Image = w41;
     this.hbox3.Add(this.btnsendmsg);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.btnsendmsg]));
     w42.Position = 2;
     w42.Expand   = false;
     w42.Fill     = false;
     this.GtkAlignment5.Add(this.hbox3);
     this.fraSendData.Add(this.GtkAlignment5);
     this.GtkLabel7               = new global::Gtk.Label();
     this.GtkLabel7.Name          = "GtkLabel7";
     this.GtkLabel7.LabelProp     = global::Mono.Unix.Catalog.GetString("<b>Envio de datos de prueba</b>");
     this.GtkLabel7.UseMarkup     = true;
     this.fraSendData.LabelWidget = this.GtkLabel7;
     this.vbox5.Add(this.fraSendData);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.fraSendData]));
     w45.Position = 3;
     w45.Expand   = false;
     w45.Fill     = false;
     this.paned.Add(this.vbox5);
     global::Gtk.Paned.PanedChild w46 = ((global::Gtk.Paned.PanedChild)(this.paned [this.vbox5]));
     w46.Resize = false;
     // Container child paned.Gtk.Paned+PanedChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.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.tblBitacora          = new global::Gtk.TreeView();
     this.tblBitacora.CanFocus = true;
     this.tblBitacora.Name     = "tblBitacora";
     this.GtkScrolledWindow1.Add(this.tblBitacora);
     this.vbox7.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.GtkScrolledWindow1]));
     w48.Position = 0;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.alignment2      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name = "alignment2";
     this.hbox4.Add(this.alignment2);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.alignment2]));
     w49.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.btnBitacoraHistorica              = new global::Gtk.Button();
     this.btnBitacoraHistorica.CanFocus     = true;
     this.btnBitacoraHistorica.Name         = "btnBitacoraHistorica";
     this.btnBitacoraHistorica.UseUnderline = true;
     global::Gtk.Image w50 = new global::Gtk.Image();
     w50.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dnd-multiple", global::Gtk.IconSize.SmallToolbar);
     this.btnBitacoraHistorica.Image = w50;
     this.hbox4.Add(this.btnBitacoraHistorica);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.btnBitacoraHistorica]));
     w51.Position = 1;
     w51.Expand   = false;
     w51.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.btnlimpiarbitacora              = new global::Gtk.Button();
     this.btnlimpiarbitacora.CanFocus     = true;
     this.btnlimpiarbitacora.Name         = "btnlimpiarbitacora";
     this.btnlimpiarbitacora.UseUnderline = true;
     global::Gtk.Image w52 = new global::Gtk.Image();
     w52.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-clear", global::Gtk.IconSize.SmallToolbar);
     this.btnlimpiarbitacora.Image = w52;
     this.hbox4.Add(this.btnlimpiarbitacora);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.btnlimpiarbitacora]));
     w53.Position = 2;
     w53.Expand   = false;
     w53.Fill     = false;
     this.vbox7.Add(this.hbox4);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox4]));
     w54.Position = 1;
     w54.Expand   = false;
     w54.Fill     = false;
     this.paned.Add(this.vbox7);
     this.vbox4.Add(this.paned);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.paned]));
     w56.Position = 1;
     // Container child vbox4.Gtk.Box+BoxChild
     this.statusbar               = new global::Gtk.Statusbar();
     this.statusbar.Name          = "statusbar";
     this.statusbar.Spacing       = 6;
     this.statusbar.HasResizeGrip = false;
     // Container child statusbar.Gtk.Box+BoxChild
     this.button2              = new global::Gtk.Button();
     this.button2.CanFocus     = true;
     this.button2.Name         = "button2";
     this.button2.UseUnderline = true;
     global::Gtk.Image w57 = new global::Gtk.Image();
     w57.Pixbuf         = global::Stetic.IconLoader.LoadIcon(this, "gtk-close", global::Gtk.IconSize.Dnd);
     this.button2.Image = w57;
     this.statusbar.Add(this.button2);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.statusbar [this.button2]));
     w58.Position = 1;
     w58.Expand   = false;
     w58.Fill     = false;
     this.vbox4.Add(this.statusbar);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.statusbar]));
     w59.Position = 2;
     w59.Expand   = false;
     w59.Fill     = false;
     this.Add(this.vbox4);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 887;
     this.DefaultHeight = 612;
     this.lblPortsNotFound.Hide();
     this.fraPortDetail.Hide();
     this.fraCnnConfig.Hide();
     this.fraSendData.Hide();
     this.btnBitacoraHistorica.Hide();
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.disconnectAction.Activated += new global::System.EventHandler(this.OnYesActionActivated);
     this.closeAction.Activated      += new global::System.EventHandler(this.OnCloseActionActivated);
     this.refreshAction.Activated    += new global::System.EventHandler(this.OnRefreshActionActivated);
     this.btnrefreshports.Clicked    += new global::System.EventHandler(this.OnBtnrefreshportsClicked);
     this.btnconnect.Clicked         += new global::System.EventHandler(this.OnBtnconnectClicked);
     this.btndisconnect.Clicked      += new global::System.EventHandler(this.OnBtndisconnectClicked);
     this.btnsendmsg.Clicked         += new global::System.EventHandler(this.OnBtnsendmsgClicked);
     this.btnlimpiarbitacora.Clicked += new global::System.EventHandler(this.OnBtnlimpiarbitacoraClicked);
     this.button2.Clicked            += new global::System.EventHandler(this.OnButton2Clicked);
 }
Пример #32
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.IPhone.Gui.IPhoneBuildOptionsWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.IPhone.Gui.IPhoneBuildOptionsWidget";
			// Container child MonoDevelop.IPhone.Gui.IPhoneBuildOptionsWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// 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 ("<b>MonoTouch iPhone compiler</b>");
			this.label2.UseMarkup = true;
			this.vbox2.Add (this.label2);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label2]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.contentsAlignment = new global::Gtk.Alignment (0f, 0.5f, 1f, 1f);
			this.contentsAlignment.Name = "contentsAlignment";
			this.contentsAlignment.LeftPadding = ((uint)(24));
			// Container child contentsAlignment.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.debugCheck = new global::Gtk.CheckButton ();
			this.debugCheck.CanFocus = true;
			this.debugCheck.Name = "debugCheck";
			this.debugCheck.Label = global::Mono.Unix.Catalog.GetString ("Build _debug-mode binaries");
			this.debugCheck.DrawIndicator = true;
			this.debugCheck.UseUnderline = true;
			this.vbox1.Add (this.debugCheck);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.debugCheck]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(5)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.extraArgsEntry = new global::MonoDevelop.Components.MenuButtonEntry ();
			this.extraArgsEntry.Name = "extraArgsEntry";
			this.table1.Add (this.extraArgsEntry);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.extraArgsEntry]));
			w3.TopAttach = ((uint)(3));
			w3.BottomAttach = ((uint)(4));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.i18nTreeView = new global::Gtk.TreeView ();
			this.i18nTreeView.CanFocus = true;
			this.i18nTreeView.Name = "i18nTreeView";
			this.GtkScrolledWindow.Add (this.i18nTreeView);
			this.table1.Add (this.GtkScrolledWindow);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow]));
			w5.TopAttach = ((uint)(4));
			w5.BottomAttach = ((uint)(5));
			w5.LeftAttach = ((uint)(1));
			w5.RightAttach = ((uint)(2));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0f;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Extra _arguments:");
			this.label1.UseUnderline = true;
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
			w6.TopAttach = ((uint)(3));
			w6.BottomAttach = ((uint)(4));
			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 = 0f;
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("_Linker behavior:");
			this.label3.UseUnderline = true;
			this.table1.Add (this.label3);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
			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 = 0f;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("_SDK version:");
			this.label4.UseUnderline = true;
			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.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 = 0f;
			this.label5.Yalign = 0f;
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("I18n assemblies:");
			this.label5.UseUnderline = true;
			this.table1.Add (this.label5);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
			w9.TopAttach = ((uint)(4));
			w9.BottomAttach = ((uint)(5));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.Xalign = 0f;
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Minimum _OS version:");
			this.label6.UseUnderline = true;
			this.table1.Add (this.label6);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label6]));
			w10.TopAttach = ((uint)(2));
			w10.BottomAttach = ((uint)(3));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.linkCombo = global::Gtk.ComboBox.NewText ();
			this.linkCombo.Name = "linkCombo";
			this.table1.Add (this.linkCombo);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.linkCombo]));
			w11.LeftAttach = ((uint)(1));
			w11.RightAttach = ((uint)(2));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.minOSComboEntry = global::Gtk.ComboBoxEntry.NewText ();
			this.minOSComboEntry.Name = "minOSComboEntry";
			this.table1.Add (this.minOSComboEntry);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.minOSComboEntry]));
			w12.TopAttach = ((uint)(2));
			w12.BottomAttach = ((uint)(3));
			w12.LeftAttach = ((uint)(1));
			w12.RightAttach = ((uint)(2));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.sdkComboEntry = global::Gtk.ComboBoxEntry.NewText ();
			this.sdkComboEntry.Name = "sdkComboEntry";
			this.table1.Add (this.sdkComboEntry);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.sdkComboEntry]));
			w13.TopAttach = ((uint)(1));
			w13.BottomAttach = ((uint)(2));
			w13.LeftAttach = ((uint)(1));
			w13.RightAttach = ((uint)(2));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox1.Add (this.table1);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.table1]));
			w14.Position = 1;
			w14.Expand = false;
			w14.Fill = false;
			this.contentsAlignment.Add (this.vbox1);
			this.vbox2.Add (this.contentsAlignment);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.contentsAlignment]));
			w16.Position = 1;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.label3.MnemonicWidget = this.linkCombo;
			this.label5.MnemonicWidget = this.i18nTreeView;
			this.Hide ();
		}
Пример #33
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.FileAction            = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w1.Add(this.FileAction, "<Alt>f");
     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, "<Control>q");
     this.HelpAction            = new global::Gtk.Action("HelpAction", global::Mono.Unix.Catalog.GetString("Help"), null, null);
     this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Help");
     w1.Add(this.HelpAction, null);
     this.AboutAction            = new global::Gtk.Action("AboutAction", global::Mono.Unix.Catalog.GetString("About"), global::Mono.Unix.Catalog.GetString("Shows the wonderful creator info"), null);
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("About");
     w1.Add(this.AboutAction, 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 Session...");
     w1.Add(this.OpenAction, "<Control>o");
     this.SaveAction            = new global::Gtk.Action("SaveAction", global::Mono.Unix.Catalog.GetString("Save"), null, null);
     this.SaveAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Save Session");
     w1.Add(this.SaveAction, "<Control>s");
     this.SaveAsAction            = new global::Gtk.Action("SaveAsAction", global::Mono.Unix.Catalog.GetString("Save As..."), null, null);
     this.SaveAsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Save Session As...");
     w1.Add(this.SaveAsAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Grid Proxy");
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("GridProxyGUI.libomv.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.AllowShrink    = true;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vboxMenuMain         = new global::Gtk.VBox();
     this.vboxMenuMain.Name    = "vboxMenuMain";
     this.vboxMenuMain.Spacing = 6;
     // Container child vboxMenuMain.Gtk.Box+BoxChild
     this.hboxMenu             = new global::Gtk.HBox();
     this.hboxMenu.Name        = "hboxMenu";
     this.hboxMenu.Spacing     = 6;
     this.hboxMenu.BorderWidth = ((uint)(3));
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.alignment2      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name = "alignment2";
     // Container child alignment2.Gtk.Container+ContainerChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='menuMain'><menu name='FileAction' action='FileAction'><menuitem name='OpenAction' action='OpenAction'/><menuitem name='SaveAction' action='SaveAction'/><menuitem name='SaveAsAction' action='SaveAsAction'/><separator/><menuitem name='ExitAction' action='ExitAction'/></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>");
     this.menuMain      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menuMain")));
     this.menuMain.Name = "menuMain";
     this.alignment2.Add(this.menuMain);
     this.hboxMenu.Add(this.alignment2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.alignment2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.menuSeparator      = new global::Gtk.VSeparator();
     this.menuSeparator.Name = "menuSeparator";
     this.hboxMenu.Add(this.menuSeparator);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.menuSeparator]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Listen IP Address:");
     this.hboxMenu.Add(this.label1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.label1]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.cbListen = global::Gtk.ComboBoxEntry.NewText();
     this.cbListen.WidthRequest = 120;
     this.cbListen.Name         = "cbListen";
     this.hboxMenu.Add(this.cbListen);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.cbListen]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Port");
     this.hboxMenu.Add(this.label2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.label2]));
     w7.Position = 4;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.txtPort = new global::Gtk.Entry();
     this.txtPort.WidthRequest  = 50;
     this.txtPort.CanFocus      = true;
     this.txtPort.Name          = "txtPort";
     this.txtPort.Text          = global::Mono.Unix.Catalog.GetString("8080");
     this.txtPort.IsEditable    = true;
     this.txtPort.MaxLength     = 5;
     this.txtPort.InvisibleChar = '●';
     this.hboxMenu.Add(this.txtPort);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.txtPort]));
     w8.Position = 5;
     w8.Expand   = false;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Login URL");
     this.hboxMenu.Add(this.label3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.label3]));
     w9.Position = 6;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.cbLoginURL = global::Gtk.ComboBoxEntry.NewText();
     this.cbLoginURL.WidthRequest = 300;
     this.cbLoginURL.Name         = "cbLoginURL";
     this.hboxMenu.Add(this.cbLoginURL);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.cbLoginURL]));
     w10.Position = 7;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hboxMenu.Gtk.Box+BoxChild
     this.btnStart              = new global::Gtk.Button();
     this.btnStart.CanFocus     = true;
     this.btnStart.Name         = "btnStart";
     this.btnStart.UseUnderline = true;
     this.btnStart.Label        = global::Mono.Unix.Catalog.GetString("Start Proxy");
     this.hboxMenu.Add(this.btnStart);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.btnStart]));
     w11.Position = 8;
     w11.Expand   = false;
     w11.Fill     = false;
     this.vboxMenuMain.Add(this.hboxMenu);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vboxMenuMain [this.hboxMenu]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vboxMenuMain.Gtk.Box+BoxChild
     this.mainSplit          = new global::Gtk.HPaned();
     this.mainSplit.CanFocus = true;
     this.mainSplit.Name     = "mainSplit";
     this.mainSplit.Position = 600;
     // Container child mainSplit.Gtk.Paned+PanedChild
     this.vboxSessions         = new global::Gtk.VBox();
     this.vboxSessions.Name    = "vboxSessions";
     this.vboxSessions.Spacing = 6;
     // Container child vboxSessions.Gtk.Box+BoxChild
     this.sessionLogScroller            = new global::Gtk.ScrolledWindow();
     this.sessionLogScroller.CanFocus   = true;
     this.sessionLogScroller.Name       = "sessionLogScroller";
     this.sessionLogScroller.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vboxSessions.Add(this.sessionLogScroller);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vboxSessions [this.sessionLogScroller]));
     w13.Position = 0;
     // Container child vboxSessions.Gtk.Box+BoxChild
     this.hboxSessionBottom         = new global::Gtk.HBox();
     this.hboxSessionBottom.Name    = "hboxSessionBottom";
     this.hboxSessionBottom.Spacing = 6;
     // Container child hboxSessionBottom.Gtk.Box+BoxChild
     this.cbAutoScroll               = new global::Gtk.CheckButton();
     this.cbAutoScroll.CanFocus      = true;
     this.cbAutoScroll.Name          = "cbAutoScroll";
     this.cbAutoScroll.Label         = global::Mono.Unix.Catalog.GetString("Auto Scroll");
     this.cbAutoScroll.Active        = true;
     this.cbAutoScroll.DrawIndicator = true;
     this.cbAutoScroll.UseUnderline  = true;
     this.hboxSessionBottom.Add(this.cbAutoScroll);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hboxSessionBottom [this.cbAutoScroll]));
     w14.Position = 0;
     this.vboxSessions.Add(this.hboxSessionBottom);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vboxSessions [this.hboxSessionBottom]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.mainSplit.Add(this.vboxSessions);
     global::Gtk.Paned.PanedChild w16 = ((global::Gtk.Paned.PanedChild)(this.mainSplit [this.vboxSessions]));
     w16.Resize = false;
     // Container child mainSplit.Gtk.Paned+PanedChild
     this.tabsMain             = new global::Gtk.Notebook();
     this.tabsMain.CanFocus    = true;
     this.tabsMain.Name        = "tabsMain";
     this.tabsMain.CurrentPage = 3;
     // Container child tabsMain.Gtk.Notebook+NotebookChild
     this.vboxLog         = new global::Gtk.VBox();
     this.vboxLog.Name    = "vboxLog";
     this.vboxLog.Spacing = 6;
     // Container child vboxLog.Gtk.Box+BoxChild
     this.hbox5             = new global::Gtk.HBox();
     this.hbox5.Name        = "hbox5";
     this.hbox5.Homogeneous = true;
     this.hbox5.Spacing     = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.frame1      = new global::Gtk.Frame();
     this.frame1.Name = "frame1";
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.lblUDPIn           = new global::Gtk.Label();
     this.lblUDPIn.Name      = "lblUDPIn";
     this.lblUDPIn.LabelProp = global::Mono.Unix.Catalog.GetString("Packets In 0 (0 bytes)");
     this.vbox1.Add(this.lblUDPIn);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblUDPIn]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.lblUDPOut           = new global::Gtk.Label();
     this.lblUDPOut.Name      = "lblUDPOut";
     this.lblUDPOut.LabelProp = global::Mono.Unix.Catalog.GetString("Packets Out 0 (0 bytes)");
     this.vbox1.Add(this.lblUDPOut);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblUDPOut]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.lblUDPTotal           = new global::Gtk.Label();
     this.lblUDPTotal.Name      = "lblUDPTotal";
     this.lblUDPTotal.LabelProp = global::Mono.Unix.Catalog.GetString("Packets Total 0 (0 bytes)");
     this.vbox1.Add(this.lblUDPTotal);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.lblUDPTotal]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     this.GtkAlignment2.Add(this.vbox1);
     this.frame1.Add(this.GtkAlignment2);
     this.GtkLabel5           = new global::Gtk.Label();
     this.GtkLabel5.Name      = "GtkLabel5";
     this.GtkLabel5.LabelProp = global::Mono.Unix.Catalog.GetString("UDP Packets");
     this.frame1.LabelWidget  = this.GtkLabel5;
     this.hbox5.Add(this.frame1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.frame1]));
     w22.Position = 0;
     // Container child hbox5.Gtk.Box+BoxChild
     this.frame2      = new global::Gtk.Frame();
     this.frame2.Name = "frame2";
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment3             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name        = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding = ((uint)(12));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.lblCapIn           = new global::Gtk.Label();
     this.lblCapIn.Name      = "lblCapIn";
     this.lblCapIn.LabelProp = global::Mono.Unix.Catalog.GetString("Caps In 0 (0 bytes)");
     this.vbox2.Add(this.lblCapIn);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lblCapIn]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.lblCapOut           = new global::Gtk.Label();
     this.lblCapOut.Name      = "lblCapOut";
     this.lblCapOut.LabelProp = global::Mono.Unix.Catalog.GetString("Caps Out 0 (0 bytes)");
     this.vbox2.Add(this.lblCapOut);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lblCapOut]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.lblCapTotal           = new global::Gtk.Label();
     this.lblCapTotal.Name      = "lblCapTotal";
     this.lblCapTotal.LabelProp = global::Mono.Unix.Catalog.GetString("Caps Total 0 (0 bytes)");
     this.vbox2.Add(this.lblCapTotal);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.lblCapTotal]));
     w25.Position = 2;
     w25.Expand   = false;
     w25.Fill     = false;
     this.GtkAlignment3.Add(this.vbox2);
     this.frame2.Add(this.GtkAlignment3);
     this.GtkLabel12           = new global::Gtk.Label();
     this.GtkLabel12.Name      = "GtkLabel12";
     this.GtkLabel12.LabelProp = global::Mono.Unix.Catalog.GetString("Caps Messages");
     this.frame2.LabelWidget   = this.GtkLabel12;
     this.hbox5.Add(this.frame2);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.frame2]));
     w28.Position = 1;
     this.vboxLog.Add(this.hbox5);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vboxLog [this.hbox5]));
     w29.Position = 0;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vboxLog.Gtk.Box+BoxChild
     this.logFileScroller            = new global::Gtk.ScrolledWindow();
     this.logFileScroller.Name       = "logFileScroller";
     this.logFileScroller.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child logFileScroller.Gtk.Container+ContainerChild
     this.txtSummary          = new global::Gtk.TextView();
     this.txtSummary.CanFocus = true;
     this.txtSummary.Name     = "txtSummary";
     this.txtSummary.Editable = false;
     this.txtSummary.WrapMode = ((global::Gtk.WrapMode)(2));
     this.logFileScroller.Add(this.txtSummary);
     this.vboxLog.Add(this.logFileScroller);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vboxLog [this.logFileScroller]));
     w31.Position = 1;
     this.tabsMain.Add(this.vboxLog);
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Summary");
     this.tabsMain.SetTabLabel(this.vboxLog, this.label4);
     this.label4.ShowAll();
     // Container child tabsMain.Gtk.Notebook+NotebookChild
     this.hboxFilter         = new global::Gtk.VBox();
     this.hboxFilter.Name    = "hboxFilter";
     this.hboxFilter.Spacing = 6;
     // Container child hboxFilter.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.btnLoadFilters              = new global::Gtk.Button();
     this.btnLoadFilters.CanFocus     = true;
     this.btnLoadFilters.Name         = "btnLoadFilters";
     this.btnLoadFilters.UseUnderline = true;
     this.btnLoadFilters.Label        = global::Mono.Unix.Catalog.GetString("Load");
     global::Gtk.Image w33 = new global::Gtk.Image();
     w33.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu);
     this.btnLoadFilters.Image = w33;
     this.hbox2.Add(this.btnLoadFilters);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnLoadFilters]));
     w34.Position = 0;
     w34.Expand   = false;
     w34.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.btnSaveFilters              = new global::Gtk.Button();
     this.btnSaveFilters.CanFocus     = true;
     this.btnSaveFilters.Name         = "btnSaveFilters";
     this.btnSaveFilters.UseUnderline = true;
     this.btnSaveFilters.Label        = global::Mono.Unix.Catalog.GetString("Save");
     global::Gtk.Image w35 = new global::Gtk.Image();
     w35.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.btnSaveFilters.Image = w35;
     this.hbox2.Add(this.btnSaveFilters);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.btnSaveFilters]));
     w36.Position = 1;
     w36.Expand   = false;
     w36.Fill     = false;
     this.hboxFilter.Add(this.hbox2);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hboxFilter [this.hbox2]));
     w37.Position = 0;
     w37.Expand   = false;
     w37.Fill     = false;
     // Container child hboxFilter.Gtk.Box+BoxChild
     this.hbox3             = new global::Gtk.HBox();
     this.hbox3.Name        = "hbox3";
     this.hbox3.Homogeneous = true;
     this.hbox3.Spacing     = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.frameFilterUDP             = new global::Gtk.Frame();
     this.frameFilterUDP.Name        = "frameFilterUDP";
     this.frameFilterUDP.ShadowType  = ((global::Gtk.ShadowType)(0));
     this.frameFilterUDP.LabelYalign = 0F;
     // Container child frameFilterUDP.Gtk.Container+ContainerChild
     this.containerFilterUDP             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.containerFilterUDP.Name        = "containerFilterUDP";
     this.containerFilterUDP.LeftPadding = ((uint)(12));
     this.frameFilterUDP.Add(this.containerFilterUDP);
     this.GtkLabel8                  = new global::Gtk.Label();
     this.GtkLabel8.Name             = "GtkLabel8";
     this.GtkLabel8.LabelProp        = global::Mono.Unix.Catalog.GetString("UDP Packets & Login");
     this.frameFilterUDP.LabelWidget = this.GtkLabel8;
     this.hbox3.Add(this.frameFilterUDP);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.frameFilterUDP]));
     w39.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.frameFilterCap             = new global::Gtk.Frame();
     this.frameFilterCap.Name        = "frameFilterCap";
     this.frameFilterCap.ShadowType  = ((global::Gtk.ShadowType)(0));
     this.frameFilterCap.LabelYalign = 0F;
     // Container child frameFilterCap.Gtk.Container+ContainerChild
     this.containerFilterCap             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.containerFilterCap.Name        = "containerFilterCap";
     this.containerFilterCap.LeftPadding = ((uint)(12));
     this.frameFilterCap.Add(this.containerFilterCap);
     this.GtkLabel9                  = new global::Gtk.Label();
     this.GtkLabel9.Name             = "GtkLabel9";
     this.GtkLabel9.LabelProp        = global::Mono.Unix.Catalog.GetString("Capabilities & EventQueue Messages");
     this.frameFilterCap.LabelWidget = this.GtkLabel9;
     this.hbox3.Add(this.frameFilterCap);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.frameFilterCap]));
     w41.Position = 1;
     this.hboxFilter.Add(this.hbox3);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hboxFilter [this.hbox3]));
     w42.Position = 1;
     // Container child hboxFilter.Gtk.Box+BoxChild
     this.hbox4             = new global::Gtk.HBox();
     this.hbox4.Name        = "hbox4";
     this.hbox4.Homogeneous = true;
     this.hbox4.Spacing     = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.cbSelectAllUDP               = new global::Gtk.CheckButton();
     this.cbSelectAllUDP.CanFocus      = true;
     this.cbSelectAllUDP.Name          = "cbSelectAllUDP";
     this.cbSelectAllUDP.Label         = global::Mono.Unix.Catalog.GetString("Select/Uncheck All");
     this.cbSelectAllUDP.DrawIndicator = true;
     this.cbSelectAllUDP.UseUnderline  = true;
     this.hbox4.Add(this.cbSelectAllUDP);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.cbSelectAllUDP]));
     w43.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.cbSelectAllCap               = new global::Gtk.CheckButton();
     this.cbSelectAllCap.CanFocus      = true;
     this.cbSelectAllCap.Name          = "cbSelectAllCap";
     this.cbSelectAllCap.Label         = global::Mono.Unix.Catalog.GetString("Select/Uncheck All");
     this.cbSelectAllCap.DrawIndicator = true;
     this.cbSelectAllCap.UseUnderline  = true;
     this.hbox4.Add(this.cbSelectAllCap);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.cbSelectAllCap]));
     w44.Position = 1;
     this.hboxFilter.Add(this.hbox4);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hboxFilter [this.hbox4]));
     w45.PackType = ((global::Gtk.PackType)(1));
     w45.Position = 2;
     w45.Expand   = false;
     w45.Fill     = false;
     this.tabsMain.Add(this.hboxFilter);
     global::Gtk.Notebook.NotebookChild w46 = ((global::Gtk.Notebook.NotebookChild)(this.tabsMain [this.hboxFilter]));
     w46.Position = 1;
     // Notebook tab
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Filters");
     this.tabsMain.SetTabLabel(this.hboxFilter, this.label5);
     this.label5.ShowAll();
     // Container child tabsMain.Gtk.Notebook+NotebookChild
     this.vboxInspector         = new global::Gtk.VBox();
     this.vboxInspector.Name    = "vboxInspector";
     this.vboxInspector.Spacing = 6;
     // Container child vboxInspector.Gtk.Box+BoxChild
     this.tabsRequst             = new global::Gtk.Notebook();
     this.tabsRequst.CanFocus    = true;
     this.tabsRequst.Name        = "tabsRequst";
     this.tabsRequst.CurrentPage = 2;
     // Container child tabsRequst.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.txtRequest          = new global::Gtk.TextView();
     this.txtRequest.CanFocus = true;
     this.txtRequest.Name     = "txtRequest";
     this.txtRequest.Editable = false;
     this.GtkScrolledWindow.Add(this.txtRequest);
     this.tabsRequst.Add(this.GtkScrolledWindow);
     // Notebook tab
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Request");
     this.tabsRequst.SetTabLabel(this.GtkScrolledWindow, this.label7);
     this.label7.ShowAll();
     // Container child tabsRequst.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.txtRequestRaw          = new global::Gtk.TextView();
     this.txtRequestRaw.CanFocus = true;
     this.txtRequestRaw.Name     = "txtRequestRaw";
     this.txtRequestRaw.Editable = false;
     this.GtkScrolledWindow1.Add(this.txtRequestRaw);
     this.tabsRequst.Add(this.GtkScrolledWindow1);
     global::Gtk.Notebook.NotebookChild w50 = ((global::Gtk.Notebook.NotebookChild)(this.tabsRequst [this.GtkScrolledWindow1]));
     w50.Position = 1;
     // Notebook tab
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Raw");
     this.tabsRequst.SetTabLabel(this.GtkScrolledWindow1, this.label6);
     this.label6.ShowAll();
     // Container child tabsRequst.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.txtRequestNotation          = new global::Gtk.TextView();
     this.txtRequestNotation.CanFocus = true;
     this.txtRequestNotation.Name     = "txtRequestNotation";
     this.txtRequestNotation.Editable = false;
     this.GtkScrolledWindow2.Add(this.txtRequestNotation);
     this.tabsRequst.Add(this.GtkScrolledWindow2);
     global::Gtk.Notebook.NotebookChild w52 = ((global::Gtk.Notebook.NotebookChild)(this.tabsRequst [this.GtkScrolledWindow2]));
     w52.Position = 2;
     // Notebook tab
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Notation");
     this.tabsRequst.SetTabLabel(this.GtkScrolledWindow2, this.label8);
     this.label8.ShowAll();
     this.vboxInspector.Add(this.tabsRequst);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vboxInspector [this.tabsRequst]));
     w53.Position = 0;
     // Container child vboxInspector.Gtk.Box+BoxChild
     this.tabsRequst1             = new global::Gtk.Notebook();
     this.tabsRequst1.CanFocus    = true;
     this.tabsRequst1.Name        = "tabsRequst1";
     this.tabsRequst1.CurrentPage = 0;
     // Container child tabsRequst1.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.txtResponse          = new global::Gtk.TextView();
     this.txtResponse.CanFocus = true;
     this.txtResponse.Name     = "txtResponse";
     this.txtResponse.Editable = false;
     this.GtkScrolledWindow3.Add(this.txtResponse);
     this.tabsRequst1.Add(this.GtkScrolledWindow3);
     // Notebook tab
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Response");
     this.tabsRequst1.SetTabLabel(this.GtkScrolledWindow3, this.label9);
     this.label9.ShowAll();
     // Container child tabsRequst1.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.txtResponseRaw          = new global::Gtk.TextView();
     this.txtResponseRaw.CanFocus = true;
     this.txtResponseRaw.Name     = "txtResponseRaw";
     this.txtResponseRaw.Editable = false;
     this.GtkScrolledWindow4.Add(this.txtResponseRaw);
     this.tabsRequst1.Add(this.GtkScrolledWindow4);
     global::Gtk.Notebook.NotebookChild w57 = ((global::Gtk.Notebook.NotebookChild)(this.tabsRequst1 [this.GtkScrolledWindow4]));
     w57.Position = 1;
     // Notebook tab
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Raw");
     this.tabsRequst1.SetTabLabel(this.GtkScrolledWindow4, this.label11);
     this.label11.ShowAll();
     // Container child tabsRequst1.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow5            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow5.Name       = "GtkScrolledWindow5";
     this.GtkScrolledWindow5.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow5.Gtk.Container+ContainerChild
     this.txtResponseNotation          = new global::Gtk.TextView();
     this.txtResponseNotation.CanFocus = true;
     this.txtResponseNotation.Name     = "txtResponseNotation";
     this.txtResponseNotation.Editable = false;
     this.GtkScrolledWindow5.Add(this.txtResponseNotation);
     this.tabsRequst1.Add(this.GtkScrolledWindow5);
     global::Gtk.Notebook.NotebookChild w59 = ((global::Gtk.Notebook.NotebookChild)(this.tabsRequst1 [this.GtkScrolledWindow5]));
     w59.Position = 2;
     // Notebook tab
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Notation");
     this.tabsRequst1.SetTabLabel(this.GtkScrolledWindow5, this.label12);
     this.label12.ShowAll();
     this.vboxInspector.Add(this.tabsRequst1);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.vboxInspector [this.tabsRequst1]));
     w60.Position = 1;
     this.tabsMain.Add(this.vboxInspector);
     global::Gtk.Notebook.NotebookChild w61 = ((global::Gtk.Notebook.NotebookChild)(this.tabsMain [this.vboxInspector]));
     w61.Position = 2;
     // Notebook tab
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Inspector");
     this.tabsMain.SetTabLabel(this.vboxInspector, this.label10);
     this.label10.ShowAll();
     // Container child tabsMain.Gtk.Notebook+NotebookChild
     this.vboxPlugins         = new global::Gtk.VBox();
     this.vboxPlugins.Name    = "vboxPlugins";
     this.vboxPlugins.Spacing = 6;
     // Container child vboxPlugins.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.btnLoadPlugin              = new global::Gtk.Button();
     this.btnLoadPlugin.CanFocus     = true;
     this.btnLoadPlugin.Name         = "btnLoadPlugin";
     this.btnLoadPlugin.UseUnderline = true;
     this.btnLoadPlugin.Label        = global::Mono.Unix.Catalog.GetString("Load Plugin...");
     this.hbox1.Add(this.btnLoadPlugin);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnLoadPlugin]));
     w62.Position = 0;
     w62.Expand   = false;
     w62.Fill     = false;
     this.vboxPlugins.Add(this.hbox1);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.vboxPlugins [this.hbox1]));
     w63.Position = 0;
     w63.Expand   = false;
     w63.Fill     = false;
     // Container child vboxPlugins.Gtk.Box+BoxChild
     this.scrolledwindowPlugin            = new global::Gtk.ScrolledWindow();
     this.scrolledwindowPlugin.CanFocus   = true;
     this.scrolledwindowPlugin.Name       = "scrolledwindowPlugin";
     this.scrolledwindowPlugin.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vboxPlugins.Add(this.scrolledwindowPlugin);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.vboxPlugins [this.scrolledwindowPlugin]));
     w64.Position = 1;
     this.tabsMain.Add(this.vboxPlugins);
     global::Gtk.Notebook.NotebookChild w65 = ((global::Gtk.Notebook.NotebookChild)(this.tabsMain [this.vboxPlugins]));
     w65.Position = 3;
     // Notebook tab
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Plugins");
     this.tabsMain.SetTabLabel(this.vboxPlugins, this.label13);
     this.label13.ShowAll();
     this.mainSplit.Add(this.tabsMain);
     this.vboxMenuMain.Add(this.mainSplit);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.vboxMenuMain [this.mainSplit]));
     w67.Position = 1;
     this.Add(this.vboxMenuMain);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 1211;
     this.DefaultHeight = 650;
     this.Show();
     this.DeleteEvent            += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.ExitAction.Activated   += new global::System.EventHandler(this.OnExitActionActivated);
     this.AboutAction.Activated  += new global::System.EventHandler(this.OnAboutActionActivated);
     this.OpenAction.Activated   += new global::System.EventHandler(this.OnOpenActionActivated);
     this.SaveAction.Activated   += new global::System.EventHandler(this.OnSaveActionActivated);
     this.SaveAsAction.Activated += new global::System.EventHandler(this.OnSaveAsActionActivated);
     this.btnStart.Clicked       += new global::System.EventHandler(this.OnBtnStartClicked);
     this.cbAutoScroll.Toggled   += new global::System.EventHandler(this.OnCbAutoScrollToggled);
     this.cbSelectAllUDP.Toggled += new global::System.EventHandler(this.OnCbSelectAllUDPToggled);
     this.cbSelectAllCap.Toggled += new global::System.EventHandler(this.OnCbSelectAllCapToggled);
     this.btnLoadPlugin.Clicked  += new global::System.EventHandler(this.OnBtnLoadPluginClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.VBNetBinding.ProjectOptionsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.VBNetBinding.ProjectOptionsPanelWidget";
			// Container child MonoDevelop.VBNetBinding.ProjectOptionsPanelWidget.Gtk.Container+ContainerChild
			this.vbox5 = new global::Gtk.VBox ();
			this.vbox5.Name = "vbox5";
			this.vbox5.Spacing = 6;
			// Container child vbox5.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(9)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.cmbCodePage = global::Gtk.ComboBoxEntry.NewText ();
			this.cmbCodePage.Name = "cmbCodePage";
			this.table1.Add (this.cmbCodePage);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbCodePage]));
			w1.TopAttach = ((uint)(3));
			w1.BottomAttach = ((uint)(4));
			w1.LeftAttach = ((uint)(1));
			w1.RightAttach = ((uint)(2));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.cmbOptionCompare = new global::Gtk.ComboBox ();
			this.cmbOptionCompare.Name = "cmbOptionCompare";
			this.table1.Add (this.cmbOptionCompare);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbOptionCompare]));
			w2.TopAttach = ((uint)(7));
			w2.BottomAttach = ((uint)(8));
			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.cmbOptionExplicit = new global::Gtk.ComboBox ();
			this.cmbOptionExplicit.Name = "cmbOptionExplicit";
			this.table1.Add (this.cmbOptionExplicit);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbOptionExplicit]));
			w3.TopAttach = ((uint)(5));
			w3.BottomAttach = ((uint)(6));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.cmbOptionInfer = new global::Gtk.ComboBox ();
			this.cmbOptionInfer.Name = "cmbOptionInfer";
			this.table1.Add (this.cmbOptionInfer);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbOptionInfer]));
			w4.TopAttach = ((uint)(8));
			w4.BottomAttach = ((uint)(9));
			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.cmbOptionStrict = new global::Gtk.ComboBox ();
			this.cmbOptionStrict.Name = "cmbOptionStrict";
			this.table1.Add (this.cmbOptionStrict);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbOptionStrict]));
			w5.TopAttach = ((uint)(6));
			w5.BottomAttach = ((uint)(7));
			w5.LeftAttach = ((uint)(1));
			w5.RightAttach = ((uint)(2));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.compileTargetCombo = new global::Gtk.ComboBox ();
			this.compileTargetCombo.Name = "compileTargetCombo";
			this.table1.Add (this.compileTargetCombo);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.compileTargetCombo]));
			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.entryMainClass = new global::Gtk.ComboBoxEntry ();
			this.entryMainClass.Name = "entryMainClass";
			this.table1.Add (this.entryMainClass);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryMainClass]));
			w7.TopAttach = ((uint)(1));
			w7.BottomAttach = ((uint)(2));
			w7.LeftAttach = ((uint)(1));
			w7.RightAttach = ((uint)(2));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.iconEntry = new global::MonoDevelop.Components.FileEntry ();
			this.iconEntry.Name = "iconEntry";
			this.table1.Add (this.iconEntry);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.iconEntry]));
			w8.TopAttach = ((uint)(2));
			w8.BottomAttach = ((uint)(3));
			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.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Option Infer:");
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w9.TopAttach = ((uint)(8));
			w9.BottomAttach = ((uint)(9));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0F;
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Win32 Icon:");
			this.table1.Add (this.label3);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
			w10.TopAttach = ((uint)(2));
			w10.BottomAttach = ((uint)(3));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("My Type:");
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			w11.TopAttach = ((uint)(4));
			w11.BottomAttach = ((uint)(5));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.Xalign = 0F;
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Option Explicit:");
			this.table1.Add (this.label5);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
			w12.TopAttach = ((uint)(5));
			w12.BottomAttach = ((uint)(6));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.Xalign = 0F;
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Option Strict:");
			this.table1.Add (this.label6);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
			w13.TopAttach = ((uint)(6));
			w13.BottomAttach = ((uint)(7));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.Xalign = 0F;
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Option Compare:");
			this.table1.Add (this.label7);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
			w14.TopAttach = ((uint)(7));
			w14.BottomAttach = ((uint)(8));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Compiler Code Page:");
			this.table1.Add (this.label8);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
			w15.TopAttach = ((uint)(3));
			w15.BottomAttach = ((uint)(4));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label86 = new global::Gtk.Label ();
			this.label86.Name = "label86";
			this.label86.Xalign = 0F;
			this.label86.LabelProp = global::Mono.Unix.Catalog.GetString ("Compile _Target:");
			this.label86.UseUnderline = true;
			this.table1.Add (this.label86);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.label86]));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label88 = new global::Gtk.Label ();
			this.label88.Name = "label88";
			this.label88.Xalign = 0F;
			this.label88.LabelProp = global::Mono.Unix.Catalog.GetString ("_Main Class:");
			this.label88.UseUnderline = true;
			this.table1.Add (this.label88);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.label88]));
			w17.TopAttach = ((uint)(1));
			w17.BottomAttach = ((uint)(2));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.txtMyType = new global::Gtk.ComboBoxEntry ();
			this.txtMyType.Name = "txtMyType";
			this.table1.Add (this.txtMyType);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtMyType]));
			w18.TopAttach = ((uint)(4));
			w18.BottomAttach = ((uint)(5));
			w18.LeftAttach = ((uint)(1));
			w18.RightAttach = ((uint)(2));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox5.Add (this.table1);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.table1]));
			w19.Position = 0;
			w19.Expand = false;
			w19.Fill = false;
			this.Add (this.vbox5);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget SQLGrenadine.Plugins.DatabaseSystems.MySql.WidgetConnection
     global::Stetic.BinContainer.Attach (this);
     this.Name = "SQLGrenadine.Plugins.DatabaseSystems.MySql.WidgetConnection";
     // Container child SQLGrenadine.Plugins.DatabaseSystems.MySql.WidgetConnection.Gtk.Container+ContainerChild
     this.fixedConnectionData = new global::Gtk.Fixed ();
     this.fixedConnectionData.Name = "fixedConnectionData";
     this.fixedConnectionData.HasWindow = false;
     // Container child fixedConnectionData.Gtk.Fixed+FixedChild
     this.labelHost = new global::Gtk.Label ();
     this.labelHost.Name = "labelHost";
     this.labelHost.LabelProp = global::Mono.Unix.Catalog.GetString ("Host:");
     this.fixedConnectionData.Add (this.labelHost);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixedConnectionData [this.labelHost]));
     w1.X = 15;
     w1.Y = 40;
     // Container child fixedConnectionData.Gtk.Fixed+FixedChild
     this.labelDatabase = new global::Gtk.Label ();
     this.labelDatabase.Name = "labelDatabase";
     this.labelDatabase.LabelProp = global::Mono.Unix.Catalog.GetString ("Database:");
     this.fixedConnectionData.Add (this.labelDatabase);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixedConnectionData [this.labelDatabase]));
     w2.X = 15;
     w2.Y = 70;
     // Container child fixedConnectionData.Gtk.Fixed+FixedChild
     this.labelUser = new global::Gtk.Label ();
     this.labelUser.Name = "labelUser";
     this.labelUser.LabelProp = global::Mono.Unix.Catalog.GetString ("User:"******"labelPassword";
     this.labelPassword.LabelProp = global::Mono.Unix.Catalog.GetString ("Password:"******"labelPooling";
     this.labelPooling.LabelProp = global::Mono.Unix.Catalog.GetString ("Enable pooling:");
     this.fixedConnectionData.Add (this.labelPooling);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixedConnectionData [this.labelPooling]));
     w5.X = 15;
     w5.Y = 160;
     // Container child fixedConnectionData.Gtk.Fixed+FixedChild
     this.checkbuttonPooling = new global::Gtk.CheckButton ();
     this.checkbuttonPooling.CanFocus = true;
     this.checkbuttonPooling.Name = "checkbuttonPooling";
     this.checkbuttonPooling.Label = "";
     this.checkbuttonPooling.Active = true;
     this.checkbuttonPooling.DrawIndicator = true;
     this.checkbuttonPooling.UseUnderline = true;
     this.fixedConnectionData.Add (this.checkbuttonPooling);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixedConnectionData [this.checkbuttonPooling]));
     w6.X = 130;
     w6.Y = 154;
     // Container child fixedConnectionData.Gtk.Fixed+FixedChild
     this.comboboxentryHost = global::Gtk.ComboBoxEntry.NewText ();
     this.comboboxentryHost.AppendText (global::Mono.Unix.Catalog.GetString ("localhost"));
     this.comboboxentryHost.Name = "comboboxentryHost";
     this.fixedConnectionData.Add (this.comboboxentryHost);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixedConnectionData [this.comboboxentryHost]));
     w7.X = 130;
     w7.Y = 34;
     // Container child fixedConnectionData.Gtk.Fixed+FixedChild
     this.comboboxentryDatabase = global::Gtk.ComboBoxEntry.NewText ();
     this.comboboxentryDatabase.AppendText (global::Mono.Unix.Catalog.GetString ("db1013497-datasalmon"));
     this.comboboxentryDatabase.Name = "comboboxentryDatabase";
     this.fixedConnectionData.Add (this.comboboxentryDatabase);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixedConnectionData [this.comboboxentryDatabase]));
     w8.X = 130;
     w8.Y = 64;
     // Container child fixedConnectionData.Gtk.Fixed+FixedChild
     this.entryPassword = new global::Gtk.Entry ();
     this.entryPassword.CanFocus = true;
     this.entryPassword.Name = "entryPassword";
     this.entryPassword.IsEditable = true;
     this.entryPassword.Visibility = false;
     this.entryPassword.InvisibleChar = '•';
     this.fixedConnectionData.Add (this.entryPassword);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixedConnectionData [this.entryPassword]));
     w9.X = 130;
     w9.Y = 124;
     // Container child fixedConnectionData.Gtk.Fixed+FixedChild
     this.comboboxentryUser = global::Gtk.ComboBoxEntry.NewText ();
     this.comboboxentryUser.AppendText (global::Mono.Unix.Catalog.GetString ("dbu1013497"));
     this.comboboxentryUser.Name = "comboboxentryUser";
     this.fixedConnectionData.Add (this.comboboxentryUser);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixedConnectionData [this.comboboxentryUser]));
     w10.X = 130;
     w10.Y = 94;
     // Container child fixedConnectionData.Gtk.Fixed+FixedChild
     this.labelInfo = new global::Gtk.Label ();
     this.labelInfo.Name = "labelInfo";
     this.labelInfo.LabelProp = global::Mono.Unix.Catalog.GetString ("<i>Enter your MySql connection data.</i>");
     this.labelInfo.UseMarkup = true;
     this.fixedConnectionData.Add (this.labelInfo);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixedConnectionData [this.labelInfo]));
     w11.X = 15;
     w11.Y = 10;
     this.Add (this.fixedConnectionData);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Пример #36
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Template.TemplateWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.FileAction            = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w1.Add(this.FileAction, null);
     this.CloseAction            = new global::Gtk.Action("CloseAction", global::Mono.Unix.Catalog.GetString("Close"), null, null);
     this.CloseAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Close");
     w1.Add(this.CloseAction, null);
     this.HelpAction            = new global::Gtk.Action("HelpAction", global::Mono.Unix.Catalog.GetString("Help"), null, null);
     this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Help");
     w1.Add(this.HelpAction, null);
     this.AboutAction            = new global::Gtk.Action("AboutAction", global::Mono.Unix.Catalog.GetString("About"), null, null);
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("About");
     w1.Add(this.AboutAction, null);
     this.SettingsAction            = new global::Gtk.Action("SettingsAction", global::Mono.Unix.Catalog.GetString("Settings"), null, null);
     this.SettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Settings");
     w1.Add(this.SettingsAction, null);
     this.WindowStyleAction            = new global::Gtk.Action("WindowStyleAction", global::Mono.Unix.Catalog.GetString("Window style"), null, null);
     this.WindowStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Style");
     w1.Add(this.WindowStyleAction, null);
     this.CustomStyleAction            = new global::Gtk.RadioAction("CustomStyleAction", global::Mono.Unix.Catalog.GetString("DGLE"), null, null, 0);
     this.CustomStyleAction.Group      = new global::GLib.SList(global::System.IntPtr.Zero);
     this.CustomStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("DGLE");
     w1.Add(this.CustomStyleAction, null);
     this.PlatformStyleAction                   = new global::Gtk.RadioAction("PlatformStyleAction", global::Mono.Unix.Catalog.GetString("Platform"), null, null, 0);
     this.PlatformStyleAction.Group             = this.CustomStyleAction.Group;
     this.PlatformStyleAction.Sensitive         = false;
     this.PlatformStyleAction.ShortLabel        = global::Mono.Unix.Catalog.GetString("Platform");
     this.PlatformStyleAction.Visible           = false;
     this.PlatformStyleAction.VisibleHorizontal = false;
     this.PlatformStyleAction.VisibleVertical   = false;
     this.PlatformStyleAction.VisibleOverflown  = false;
     w1.Add(this.PlatformStyleAction, null);
     this.DecoratedCustomStyleAction            = new global::Gtk.RadioAction("DecoratedCustomStyleAction", global::Mono.Unix.Catalog.GetString("Decorated DGLE"), null, null, 0);
     this.DecoratedCustomStyleAction.Group      = this.PlatformStyleAction.Group;
     this.DecoratedCustomStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Decorated DGLE");
     w1.Add(this.DecoratedCustomStyleAction, null);
     this.PlatformStyleAction1            = new global::Gtk.RadioAction("PlatformStyleAction1", global::Mono.Unix.Catalog.GetString("Platform"), null, null, 0);
     this.PlatformStyleAction1.Group      = this.PlatformStyleAction.Group;
     this.PlatformStyleAction1.Sensitive  = false;
     this.PlatformStyleAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Platform");
     this.PlatformStyleAction1.Visible    = false;
     w1.Add(this.PlatformStyleAction1, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "Template.TemplateWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Young, strong and crazy!");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Decorated      = false;
     // Container child Template.TemplateWindow.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='CloseAction' action='CloseAction'/></menu><menu name='SettingsAction' action='SettingsAction'><menu name='WindowStyleAction' action='WindowStyleAction'><menuitem name='CustomStyleAction' action='CustomStyleAction'/><menuitem name='DecoratedCustomStyleAction' action='DecoratedCustomStyleAction'/></menu></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(8)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("GtkButton");
     this.table1.Add(this.button1);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.button1]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.calendar2                = new global::Gtk.Calendar();
     this.calendar2.CanFocus       = true;
     this.calendar2.Name           = "calendar2";
     this.calendar2.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35));
     this.table1.Add(this.calendar2);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.calendar2]));
     w4.TopAttach    = ((uint)(6));
     w4.BottomAttach = ((uint)(7));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.combobox1 = global::Gtk.ComboBox.NewText();
     this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString("young"));
     this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString("strong"));
     this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString("crazy"));
     this.combobox1.Name   = "combobox1";
     this.combobox1.Active = 0;
     this.table1.Add(this.combobox1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.combobox1]));
     w5.TopAttach    = ((uint)(3));
     w5.BottomAttach = ((uint)(4));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboboxentry1 = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentry1.AppendText(global::Mono.Unix.Catalog.GetString("young"));
     this.comboboxentry1.AppendText(global::Mono.Unix.Catalog.GetString("strong"));
     this.comboboxentry1.AppendText(global::Mono.Unix.Catalog.GetString("crazy"));
     this.comboboxentry1.Name   = "comboboxentry1";
     this.comboboxentry1.Active = 0;
     this.table1.Add(this.comboboxentry1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.comboboxentry1]));
     w6.TopAttach    = ((uint)(4));
     w6.BottomAttach = ((uint)(5));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entry1               = new global::Gtk.Entry();
     this.entry1.CanFocus      = true;
     this.entry1.Name          = "entry1";
     this.entry1.Text          = global::Mono.Unix.Catalog.GetString("Young, strong and crazy!");
     this.entry1.IsEditable    = true;
     this.entry1.InvisibleChar = '●';
     this.table1.Add(this.entry1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.entry1]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview1             = new global::Gtk.TextView();
     this.textview1.Buffer.Text = "Young, strong and crazy!";
     this.textview1.CanFocus    = true;
     this.textview1.Name        = "textview1";
     this.GtkScrolledWindow.Add(this.textview1);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow]));
     w9.TopAttach    = ((uint)(6));
     w9.BottomAttach = ((uint)(7));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("label1");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.progressbar1          = new global::Gtk.ProgressBar();
     this.progressbar1.Name     = "progressbar1";
     this.progressbar1.Fraction = 0.5D;
     this.table1.Add(this.progressbar1);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.progressbar1]));
     w11.TopAttach    = ((uint)(3));
     w11.BottomAttach = ((uint)(4));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbutton1          = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name     = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10D;
     this.spinbutton1.ClimbRate = 1D;
     this.spinbutton1.Numeric   = true;
     this.table1.Add(this.spinbutton1);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.spinbutton1]));
     w12.TopAttach    = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.togglebutton1              = new global::Gtk.ToggleButton();
     this.togglebutton1.CanFocus     = true;
     this.togglebutton1.Name         = "togglebutton1";
     this.togglebutton1.UseUnderline = true;
     this.togglebutton1.Label        = global::Mono.Unix.Catalog.GetString("GtkToggleButton");
     this.table1.Add(this.togglebutton1);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.togglebutton1]));
     w13.TopAttach    = ((uint)(2));
     w13.BottomAttach = ((uint)(3));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkbutton2               = new global::Gtk.CheckButton();
     this.checkbutton2.CanFocus      = true;
     this.checkbutton2.Name          = "checkbutton2";
     this.checkbutton2.Label         = global::Mono.Unix.Catalog.GetString("checkbutton2");
     this.checkbutton2.DrawIndicator = true;
     this.checkbutton2.UseUnderline  = true;
     this.vbox3.Add(this.checkbutton2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkbutton2]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkbutton3               = new global::Gtk.CheckButton();
     this.checkbutton3.CanFocus      = true;
     this.checkbutton3.Name          = "checkbutton3";
     this.checkbutton3.Label         = global::Mono.Unix.Catalog.GetString("checkbutton3");
     this.checkbutton3.DrawIndicator = true;
     this.checkbutton3.UseUnderline  = true;
     this.vbox3.Add(this.checkbutton3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkbutton3]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkbutton4               = new global::Gtk.CheckButton();
     this.checkbutton4.CanFocus      = true;
     this.checkbutton4.Name          = "checkbutton4";
     this.checkbutton4.Label         = global::Mono.Unix.Catalog.GetString("checkbutton4");
     this.checkbutton4.DrawIndicator = true;
     this.checkbutton4.UseUnderline  = true;
     this.vbox3.Add(this.checkbutton4);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkbutton4]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     this.table1.Add(this.vbox3);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox3]));
     w17.TopAttach    = ((uint)(5));
     w17.BottomAttach = ((uint)(6));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobutton1               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("radiobutton1"));
     this.radiobutton1.CanFocus      = true;
     this.radiobutton1.Name          = "radiobutton1";
     this.radiobutton1.DrawIndicator = true;
     this.radiobutton1.UseUnderline  = true;
     this.radiobutton1.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox4.Add(this.radiobutton1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.radiobutton1]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobutton2               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("radiobutton2"));
     this.radiobutton2.CanFocus      = true;
     this.radiobutton2.Name          = "radiobutton2";
     this.radiobutton2.DrawIndicator = true;
     this.radiobutton2.UseUnderline  = true;
     this.radiobutton2.Group         = this.radiobutton1.Group;
     this.vbox4.Add(this.radiobutton2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.radiobutton2]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobutton3               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("radiobutton3"));
     this.radiobutton3.CanFocus      = true;
     this.radiobutton3.Name          = "radiobutton3";
     this.radiobutton3.DrawIndicator = true;
     this.radiobutton3.UseUnderline  = true;
     this.radiobutton3.Group         = this.radiobutton1.Group;
     this.vbox4.Add(this.radiobutton3);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.radiobutton3]));
     w20.Position = 2;
     w20.Expand   = false;
     w20.Fill     = false;
     this.table1.Add(this.vbox4);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox4]));
     w21.TopAttach    = ((uint)(5));
     w21.BottomAttach = ((uint)(6));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.table1]));
     w22.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1         = new global::Gtk.Statusbar();
     this.statusbar1.Name    = "statusbar1";
     this.statusbar1.Spacing = 6;
     this.vbox1.Add(this.statusbar1);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.statusbar1]));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 483;
     this.DefaultHeight = 497;
     this.Show();
 }
Пример #37
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Diplom.SettingsWindows
     this.Name              = "Diplom.SettingsWindows";
     this.Title             = global::Mono.Unix.Catalog.GetString("Настройки");
     this.Icon              = global::Stetic.IconLoader.LoadIcon(this, "gtk-execute", global::Gtk.IconSize.Menu);
     this.WindowPosition    = ((global::Gtk.WindowPosition)(4));
     this.DestroyWithParent = true;
     this.Gravity           = ((global::Gdk.Gravity)(5));
     // Internal child Diplom.SettingsWindows.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox5             = new global::Gtk.HBox();
     this.hbox5.Name        = "hbox5";
     this.hbox5.Homogeneous = true;
     // Container child hbox5.Gtk.Box+BoxChild
     this.frame2            = new global::Gtk.Frame();
     this.frame2.Name       = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.vbox9             = new global::Gtk.VBox();
     this.vbox9.Name        = "vbox9";
     this.vbox9.Homogeneous = true;
     this.vbox9.Spacing     = 6;
     // Container child vbox9.Gtk.Box+BoxChild
     this.label17           = new global::Gtk.Label();
     this.label17.Name      = "label17";
     this.label17.Xalign    = 0F;
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString("Начальная:");
     this.vbox9.Add(this.label17);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.label17]));
     w2.Position = 0;
     // Container child vbox9.Gtk.Box+BoxChild
     this.label18           = new global::Gtk.Label();
     this.label18.Name      = "label18";
     this.label18.Xalign    = 0F;
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString("Конечная:");
     this.vbox9.Add(this.label18);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.label18]));
     w3.Position = 1;
     // Container child vbox9.Gtk.Box+BoxChild
     this.label19           = new global::Gtk.Label();
     this.label19.Name      = "label19";
     this.label19.Xalign    = 0F;
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString("Шаг:");
     this.vbox9.Add(this.label19);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.label19]));
     w4.Position = 2;
     this.hbox6.Add(this.vbox9);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.vbox9]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.tempBegin          = new global::Gtk.SpinButton(-200D, 200D, 1D);
     this.tempBegin.CanFocus = true;
     this.tempBegin.Name     = "tempBegin";
     this.tempBegin.Adjustment.PageIncrement = 10D;
     this.tempBegin.ClimbRate = 1D;
     this.tempBegin.Numeric   = true;
     this.vbox6.Add(this.tempBegin);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.tempBegin]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.tempEnd          = new global::Gtk.SpinButton(-200D, 100D, 1D);
     this.tempEnd.CanFocus = true;
     this.tempEnd.Name     = "tempEnd";
     this.tempEnd.Adjustment.PageIncrement = 10D;
     this.tempEnd.ClimbRate = 1D;
     this.tempEnd.Numeric   = true;
     this.tempEnd.Value     = 4D;
     this.vbox6.Add(this.tempEnd);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.tempEnd]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.tempStep          = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.tempStep.CanFocus = true;
     this.tempStep.Name     = "tempStep";
     this.tempStep.Adjustment.PageIncrement = 10D;
     this.tempStep.ClimbRate = 1D;
     this.tempStep.Numeric   = true;
     this.vbox6.Add(this.tempStep);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.tempStep]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     this.hbox6.Add(this.vbox6);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.vbox6]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     this.GtkAlignment2.Add(this.hbox6);
     this.frame2.Add(this.GtkAlignment2);
     this.Frame1             = new global::Gtk.Label();
     this.Frame1.Name        = "Frame1";
     this.Frame1.Xpad        = 25;
     this.Frame1.Ypad        = 5;
     this.Frame1.LabelProp   = global::Mono.Unix.Catalog.GetString("<b>Температура, C&#176;</b>");
     this.Frame1.UseMarkup   = true;
     this.frame2.LabelWidget = this.Frame1;
     this.hbox5.Add(this.frame2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.frame2]));
     w12.Position = 0;
     // Container child hbox5.Gtk.Box+BoxChild
     this.frame3            = new global::Gtk.Frame();
     this.frame3.Name       = "frame3";
     this.frame3.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame3.Gtk.Container+ContainerChild
     this.GtkAlignment3             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name        = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding = ((uint)(12));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.vbox7             = new global::Gtk.VBox();
     this.vbox7.Name        = "vbox7";
     this.vbox7.Homogeneous = true;
     // Container child vbox7.Gtk.Box+BoxChild
     this.label14 = new global::Gtk.Label();
     this.label14.TooltipMarkup = "Сколько времени ждать, \nпосле того как уставка \nбудет равна текущей температуре";
     this.label14.Name          = "label14";
     this.label14.Xalign        = 0F;
     this.label14.LabelProp     = global::Mono.Unix.Catalog.GetString("Получение Sp<sub>t</sub>:");
     this.label14.UseMarkup     = true;
     this.vbox7.Add(this.label14);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label14]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.Xalign    = 0F;
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Получение Sp<sub>t<sub>1</sub></sub>:");
     this.label15.UseMarkup = true;
     this.vbox7.Add(this.label15);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label15]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.hbox7.Add(this.vbox7);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vbox7]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.vbox8             = new global::Gtk.VBox();
     this.vbox8.Name        = "vbox8";
     this.vbox8.Homogeneous = true;
     // Container child vbox8.Gtk.Box+BoxChild
     this.timeSp          = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.timeSp.CanFocus = true;
     this.timeSp.Name     = "timeSp";
     this.timeSp.Adjustment.PageIncrement = 10D;
     this.timeSp.ClimbRate = 1D;
     this.timeSp.Numeric   = true;
     this.vbox8.Add(this.timeSp);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.timeSp]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.timeSp1          = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.timeSp1.CanFocus = true;
     this.timeSp1.Name     = "timeSp1";
     this.timeSp1.Adjustment.PageIncrement = 10D;
     this.timeSp1.ClimbRate = 1D;
     this.timeSp1.Numeric   = true;
     this.vbox8.Add(this.timeSp1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.timeSp1]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     this.hbox7.Add(this.vbox8);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vbox8]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.GtkAlignment3.Add(this.hbox7);
     this.frame3.Add(this.GtkAlignment3);
     this.GtkLabel3           = new global::Gtk.Label();
     this.GtkLabel3.Name      = "GtkLabel3";
     this.GtkLabel3.Xpad      = 34;
     this.GtkLabel3.Ypad      = 5;
     this.GtkLabel3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Ожидание, мин</b>");
     this.GtkLabel3.UseMarkup = true;
     this.frame3.LabelWidget  = this.GtkLabel3;
     this.hbox5.Add(this.frame3);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.frame3]));
     w21.Position = 1;
     w1.Add(this.hbox5);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox5]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox2      = new global::Gtk.HBox();
     this.hbox2.Name = "hbox2";
     // Container child hbox2.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("COM порт:");
     this.hbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1]));
     w23.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboPort      = global::Gtk.ComboBoxEntry.NewText();
     this.comboPort.Name = "comboPort";
     this.hbox2.Add(this.comboPort);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboPort]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     w1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox2]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     w25.Padding  = ((uint)(10));
     // Internal child Diplom.SettingsWindows.ActionArea
     global::Gtk.HButtonBox w26 = this.ActionArea;
     w26.Name        = "dialog1_ActionArea";
     w26.Spacing     = 10;
     w26.BorderWidth = ((uint)(5));
     w26.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w26 [this.buttonCancel]));
     w27.Expand = false;
     w27.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w26 [this.buttonOk]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 388;
     this.DefaultHeight = 212;
     this.Show();
     this.buttonCancel.Clicked += new global::System.EventHandler(this.OnButtonCancelClicked);
     this.buttonOk.Clicked     += new global::System.EventHandler(this.OnButtonOkClicked);
 }
Пример #38
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Evidencija radnog vremena");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 2;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.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.nodeview1          = new global::Gtk.NodeView();
     this.nodeview1.CanFocus = true;
     this.nodeview1.Name     = "nodeview1";
     this.GtkScrolledWindow.Add(this.nodeview1);
     this.hbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.GtkScrolledWindow]));
     w2.Position = 0;
     this.hbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.hbox3]));
     w3.Position = 0;
     this.hbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.hbox2]));
     w4.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Ypad      = 7;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Novi unos:");
     this.vbox1.Add(this.label9);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label9]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // 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.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label10      = new global::Gtk.Label();
     this.label10.Name = "label10";
     this.hbox9.Add(this.label10);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.label10]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     w6.Padding  = ((uint)(10));
     // Container child hbox9.Gtk.Box+BoxChild
     this.comboboxEvidencija = global::Gtk.ComboBox.NewText();
     this.comboboxEvidencija.WidthRequest = 200;
     this.comboboxEvidencija.Name         = "comboboxEvidencija";
     this.hbox9.Add(this.comboboxEvidencija);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.comboboxEvidencija]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     w7.Padding  = ((uint)(112));
     this.vbox2.Add(this.hbox9);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox9]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.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.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Ypad      = 7;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Datum:");
     this.hbox4.Add(this.label5);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label5]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     w9.Padding  = ((uint)(20));
     // Container child hbox4.Gtk.Box+BoxChild
     this.entry1 = new global::Gtk.Entry();
     this.entry1.WidthRequest  = 200;
     this.entry1.CanFocus      = true;
     this.entry1.Name          = "entry1";
     this.entry1.Text          = global::Mono.Unix.Catalog.GetString("d/m/y");
     this.entry1.IsEditable    = true;
     this.entry1.InvisibleChar = '●';
     this.hbox4.Add(this.entry1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.entry1]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     w10.Padding  = ((uint)(52));
     this.vbox2.Add(this.hbox4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox4]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Ypad      = 7;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Početak rada:");
     this.hbox5.Add(this.label6);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.label6]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     w12.Padding  = ((uint)(20));
     // Container child hbox5.Gtk.Box+BoxChild
     this.entry2 = new global::Gtk.Entry();
     this.entry2.WidthRequest  = 200;
     this.entry2.CanFocus      = true;
     this.entry2.Name          = "entry2";
     this.entry2.IsEditable    = true;
     this.entry2.InvisibleChar = '●';
     this.hbox5.Add(this.entry2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.entry2]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     w13.Padding  = ((uint)(20));
     this.vbox2.Add(this.hbox5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox5]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     this.vbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.vbox2]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     // 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.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Ypad      = 7;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Kraj rada:");
     this.hbox6.Add(this.label7);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.label7]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     w16.Padding  = ((uint)(20));
     // Container child hbox6.Gtk.Box+BoxChild
     this.entry3 = new global::Gtk.Entry();
     this.entry3.WidthRequest  = 200;
     this.entry3.CanFocus      = true;
     this.entry3.Name          = "entry3";
     this.entry3.IsEditable    = true;
     this.entry3.InvisibleChar = '●';
     this.hbox6.Add(this.entry3);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.entry3]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     w17.Padding  = ((uint)(42));
     this.vbox3.Add(this.hbox6);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox6]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Ypad      = 7;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Tip:");
     this.hbox7.Add(this.label8);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.label8]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     w19.Padding  = ((uint)(20));
     // Container child hbox7.Gtk.Box+BoxChild
     this.comboboxentryTip = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentryTip.WidthRequest = 200;
     this.comboboxentryTip.Name         = "comboboxentryTip";
     this.hbox7.Add(this.comboboxentryTip);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.comboboxentryTip]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     w20.Padding  = ((uint)(72));
     this.vbox3.Add(this.hbox7);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox7]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.button2 = new global::Gtk.Button();
     this.button2.WidthRequest = 100;
     this.button2.CanFocus     = true;
     this.button2.Name         = "button2";
     this.button2.UseUnderline = true;
     this.button2.Label        = global::Mono.Unix.Catalog.GetString("Spremi");
     this.hbox8.Add(this.button2);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox8[this.button2]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     w22.Padding  = ((uint)(120));
     this.vbox3.Add(this.hbox8);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox8]));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     this.vbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.vbox3]));
     w24.Position = 2;
     w24.Expand   = false;
     w24.Fill     = false;
     this.hbox1.Add(this.vbox1);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox1]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     this.notebook1.Add(this.hbox1);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("     UNOS U EVIDENCIJU   ");
     this.notebook1.SetTabLabel(this.hbox1, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox11         = new global::Gtk.VBox();
     this.vbox11.Name    = "vbox11";
     this.vbox11.Spacing = 6;
     // Container child vbox11.Gtk.Box+BoxChild
     this.hbox12         = new global::Gtk.HBox();
     this.hbox12.Name    = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Ypad      = 10;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Unesi datum: ");
     this.hbox12.Add(this.label11);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.label11]));
     w27.Position = 0;
     w27.Expand   = false;
     w27.Fill     = false;
     w27.Padding  = ((uint)(40));
     // Container child hbox12.Gtk.Box+BoxChild
     this.entry4 = new global::Gtk.Entry();
     this.entry4.WidthRequest  = 200;
     this.entry4.CanFocus      = true;
     this.entry4.Name          = "entry4";
     this.entry4.IsEditable    = true;
     this.entry4.InvisibleChar = '●';
     this.hbox12.Add(this.entry4);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.entry4]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.button6 = new global::Gtk.Button();
     this.button6.WidthRequest = 70;
     this.button6.CanFocus     = true;
     this.button6.Name         = "button6";
     this.button6.UseUnderline = true;
     this.button6.Label        = global::Mono.Unix.Catalog.GetString("Pretraži");
     this.hbox12.Add(this.button6);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.button6]));
     w29.Position = 2;
     w29.Expand   = false;
     w29.Fill     = false;
     this.vbox11.Add(this.hbox12);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.hbox12]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbox11.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.nodeview2          = new global::Gtk.NodeView();
     this.nodeview2.CanFocus = true;
     this.nodeview2.Name     = "nodeview2";
     this.GtkScrolledWindow1.Add(this.nodeview2);
     this.vbox11.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.GtkScrolledWindow1]));
     w32.Position = 1;
     this.notebook1.Add(this.vbox11);
     global::Gtk.Notebook.NotebookChild w33 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox11]));
     w33.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("   DNEVNA EVIDENCIJA");
     this.notebook1.SetTabLabel(this.vbox11, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox12         = new global::Gtk.VBox();
     this.vbox12.Name    = "vbox12";
     this.vbox12.Spacing = 6;
     // Container child vbox12.Gtk.Box+BoxChild
     this.hbox25         = new global::Gtk.HBox();
     this.hbox25.Name    = "hbox25";
     this.hbox25.Spacing = 6;
     // Container child hbox25.Gtk.Box+BoxChild
     this.label21           = new global::Gtk.Label();
     this.label21.Name      = "label21";
     this.label21.Ypad      = 10;
     this.label21.LabelProp = global::Mono.Unix.Catalog.GetString("OD");
     this.hbox25.Add(this.label21);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox25[this.label21]));
     w34.Position = 0;
     w34.Expand   = false;
     w34.Fill     = false;
     w34.Padding  = ((uint)(40));
     // Container child hbox25.Gtk.Box+BoxChild
     this.hbox26         = new global::Gtk.HBox();
     this.hbox26.Name    = "hbox26";
     this.hbox26.Spacing = 6;
     // Container child hbox26.Gtk.Box+BoxChild
     this.entry5 = new global::Gtk.Entry();
     this.entry5.WidthRequest  = 200;
     this.entry5.CanFocus      = true;
     this.entry5.Name          = "entry5";
     this.entry5.IsEditable    = true;
     this.entry5.InvisibleChar = '●';
     this.hbox26.Add(this.entry5);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox26[this.entry5]));
     w35.Position = 0;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child hbox26.Gtk.Box+BoxChild
     this.hbox14         = new global::Gtk.HBox();
     this.hbox14.Name    = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.label23           = new global::Gtk.Label();
     this.label23.Name      = "label23";
     this.label23.LabelProp = global::Mono.Unix.Catalog.GetString("DO");
     this.hbox14.Add(this.label23);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.label23]));
     w36.Position = 0;
     w36.Expand   = false;
     w36.Fill     = false;
     w36.Padding  = ((uint)(40));
     // Container child hbox14.Gtk.Box+BoxChild
     this.entry6 = new global::Gtk.Entry();
     this.entry6.WidthRequest  = 200;
     this.entry6.CanFocus      = true;
     this.entry6.Name          = "entry6";
     this.entry6.IsEditable    = true;
     this.entry6.InvisibleChar = '●';
     this.hbox14.Add(this.entry6);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.entry6]));
     w37.Position = 1;
     w37.Expand   = false;
     w37.Fill     = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.button7 = new global::Gtk.Button();
     this.button7.WidthRequest = 70;
     this.button7.CanFocus     = true;
     this.button7.Name         = "button7";
     this.button7.UseUnderline = true;
     this.button7.Label        = global::Mono.Unix.Catalog.GetString("Odaberi");
     this.hbox14.Add(this.button7);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.button7]));
     w38.Position = 2;
     w38.Expand   = false;
     w38.Fill     = false;
     w38.Padding  = ((uint)(40));
     this.hbox26.Add(this.hbox14);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox26[this.hbox14]));
     w39.Position = 1;
     this.hbox25.Add(this.hbox26);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox25[this.hbox26]));
     w40.Position = 1;
     this.vbox12.Add(this.hbox25);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox12[this.hbox25]));
     w41.Position = 0;
     w41.Expand   = false;
     w41.Fill     = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.GtkScrolledWindow3            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow3.Name       = "GtkScrolledWindow3";
     this.GtkScrolledWindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow3.Gtk.Container+ContainerChild
     this.nodeview4          = new global::Gtk.NodeView();
     this.nodeview4.CanFocus = true;
     this.nodeview4.Name     = "nodeview4";
     this.GtkScrolledWindow3.Add(this.nodeview4);
     this.vbox12.Add(this.GtkScrolledWindow3);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox12[this.GtkScrolledWindow3]));
     w43.Position = 1;
     this.notebook1.Add(this.vbox12);
     global::Gtk.Notebook.NotebookChild w44 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox12]));
     w44.Position = 2;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("VIŠEDNEVNI PREGLED");
     this.notebook1.SetTabLabel(this.vbox12, this.label3);
     this.label3.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.nodeview3          = new global::Gtk.NodeView();
     this.nodeview3.CanFocus = true;
     this.nodeview3.Name     = "nodeview3";
     this.GtkScrolledWindow2.Add(this.nodeview3);
     this.vbox4.Add(this.GtkScrolledWindow2);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.GtkScrolledWindow2]));
     w46.Position = 0;
     this.hbox10.Add(this.vbox4);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.vbox4]));
     w47.Position = 0;
     // Container child hbox10.Gtk.Box+BoxChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.Ypad      = 20;
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Unos novog radnika");
     this.vbox5.Add(this.label12);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.label12]));
     w48.Position = 0;
     w48.Expand   = false;
     w48.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox13         = new global::Gtk.HBox();
     this.hbox13.Name    = "hbox13";
     this.hbox13.Spacing = 6;
     // Container child hbox13.Gtk.Box+BoxChild
     this.label20           = new global::Gtk.Label();
     this.label20.Name      = "label20";
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString("Id radnika");
     this.hbox13.Add(this.label20);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox13[this.label20]));
     w49.Position = 0;
     w49.Expand   = false;
     w49.Fill     = false;
     w49.Padding  = ((uint)(40));
     // Container child hbox13.Gtk.Box+BoxChild
     this.label22           = new global::Gtk.Label();
     this.label22.Name      = "label22";
     this.label22.LabelProp = global::Mono.Unix.Catalog.GetString("-");
     this.hbox13.Add(this.label22);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox13[this.label22]));
     w50.Position = 1;
     w50.Expand   = false;
     w50.Fill     = false;
     w50.Padding  = ((uint)(40));
     this.vbox5.Add(this.hbox13);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hbox13]));
     w51.Position = 1;
     w51.Expand   = false;
     w51.Fill     = false;
     this.vbox7.Add(this.vbox5);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.vbox5]));
     w52.Position = 0;
     w52.Expand   = false;
     w52.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox17         = new global::Gtk.HBox();
     this.hbox17.Name    = "hbox17";
     this.hbox17.Spacing = 6;
     // Container child hbox17.Gtk.Box+BoxChild
     this.label13 = new global::Gtk.Label();
     this.label13.WidthRequest = 120;
     this.label13.Name         = "label13";
     this.label13.Xpad         = 10;
     this.label13.Ypad         = 10;
     this.label13.LabelProp    = global::Mono.Unix.Catalog.GetString("Ime i prezime");
     this.hbox17.Add(this.label13);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.label13]));
     w53.Position = 0;
     w53.Expand   = false;
     w53.Fill     = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.entry7 = new global::Gtk.Entry();
     this.entry7.WidthRequest  = 0;
     this.entry7.CanFocus      = true;
     this.entry7.Name          = "entry7";
     this.entry7.IsEditable    = true;
     this.entry7.InvisibleChar = '●';
     this.hbox17.Add(this.entry7);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.entry7]));
     w54.Position = 1;
     w54.Expand   = false;
     w54.Fill     = false;
     this.vbox7.Add(this.hbox17);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox17]));
     w55.Position = 1;
     w55.Expand   = false;
     w55.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox18         = new global::Gtk.HBox();
     this.hbox18.Name    = "hbox18";
     this.hbox18.Spacing = 6;
     // Container child hbox18.Gtk.Box+BoxChild
     this.label14 = new global::Gtk.Label();
     this.label14.WidthRequest = 120;
     this.label14.Name         = "label14";
     this.label14.Xpad         = 10;
     this.label14.Ypad         = 10;
     this.label14.LabelProp    = global::Mono.Unix.Catalog.GetString("OIB");
     this.hbox18.Add(this.label14);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.hbox18[this.label14]));
     w56.Position = 0;
     w56.Expand   = false;
     w56.Fill     = false;
     // Container child hbox18.Gtk.Box+BoxChild
     this.entry8               = new global::Gtk.Entry();
     this.entry8.CanFocus      = true;
     this.entry8.Name          = "entry8";
     this.entry8.IsEditable    = true;
     this.entry8.InvisibleChar = '●';
     this.hbox18.Add(this.entry8);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox18[this.entry8]));
     w57.Position = 1;
     w57.Expand   = false;
     w57.Fill     = false;
     this.vbox7.Add(this.hbox18);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox18]));
     w58.Position = 2;
     w58.Expand   = false;
     w58.Fill     = false;
     this.vbox6.Add(this.vbox7);
     global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.vbox7]));
     w59.Position = 0;
     w59.Expand   = false;
     w59.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.vbox10         = new global::Gtk.VBox();
     this.vbox10.Name    = "vbox10";
     this.vbox10.Spacing = 6;
     // Container child vbox10.Gtk.Box+BoxChild
     this.hbox19         = new global::Gtk.HBox();
     this.hbox19.Name    = "hbox19";
     this.hbox19.Spacing = 6;
     // Container child hbox19.Gtk.Box+BoxChild
     this.label15 = new global::Gtk.Label();
     this.label15.WidthRequest = 120;
     this.label15.Name         = "label15";
     this.label15.Xpad         = 10;
     this.label15.Ypad         = 10;
     this.label15.LabelProp    = global::Mono.Unix.Catalog.GetString("Datum zaposlenja");
     this.hbox19.Add(this.label15);
     global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hbox19[this.label15]));
     w60.Position = 0;
     w60.Expand   = false;
     w60.Fill     = false;
     // Container child hbox19.Gtk.Box+BoxChild
     this.entry9               = new global::Gtk.Entry();
     this.entry9.CanFocus      = true;
     this.entry9.Name          = "entry9";
     this.entry9.Text          = global::Mono.Unix.Catalog.GetString("d/m/y");
     this.entry9.IsEditable    = true;
     this.entry9.InvisibleChar = '●';
     this.hbox19.Add(this.entry9);
     global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox19[this.entry9]));
     w61.Position = 1;
     w61.Expand   = false;
     w61.Fill     = false;
     this.vbox10.Add(this.hbox19);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.vbox10[this.hbox19]));
     w62.Position = 0;
     w62.Expand   = false;
     w62.Fill     = false;
     // Container child vbox10.Gtk.Box+BoxChild
     this.hbox20         = new global::Gtk.HBox();
     this.hbox20.Name    = "hbox20";
     this.hbox20.Spacing = 6;
     // Container child hbox20.Gtk.Box+BoxChild
     this.label16 = new global::Gtk.Label();
     this.label16.WidthRequest = 120;
     this.label16.Name         = "label16";
     this.label16.Xpad         = 10;
     this.label16.Ypad         = 10;
     this.label16.LabelProp    = global::Mono.Unix.Catalog.GetString("Radno mjesto");
     this.hbox20.Add(this.label16);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.label16]));
     w63.Position = 0;
     w63.Expand   = false;
     w63.Fill     = false;
     // Container child hbox20.Gtk.Box+BoxChild
     this.entry10               = new global::Gtk.Entry();
     this.entry10.CanFocus      = true;
     this.entry10.Name          = "entry10";
     this.entry10.IsEditable    = true;
     this.entry10.InvisibleChar = '●';
     this.hbox20.Add(this.entry10);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.entry10]));
     w64.Position = 1;
     w64.Expand   = false;
     w64.Fill     = false;
     this.vbox10.Add(this.hbox20);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.vbox10[this.hbox20]));
     w65.Position = 1;
     w65.Expand   = false;
     w65.Fill     = false;
     this.vbox8.Add(this.vbox10);
     global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.vbox10]));
     w66.Position = 0;
     w66.Expand   = false;
     w66.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox21         = new global::Gtk.HBox();
     this.hbox21.Name    = "hbox21";
     this.hbox21.Spacing = 6;
     // Container child hbox21.Gtk.Box+BoxChild
     this.label17 = new global::Gtk.Label();
     this.label17.WidthRequest = 120;
     this.label17.Name         = "label17";
     this.label17.Xpad         = 10;
     this.label17.Ypad         = 10;
     this.label17.LabelProp    = global::Mono.Unix.Catalog.GetString("Odjel");
     this.hbox21.Add(this.label17);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.label17]));
     w67.Position = 0;
     w67.Expand   = false;
     w67.Fill     = false;
     // Container child hbox21.Gtk.Box+BoxChild
     this.entry11               = new global::Gtk.Entry();
     this.entry11.CanFocus      = true;
     this.entry11.Name          = "entry11";
     this.entry11.IsEditable    = true;
     this.entry11.InvisibleChar = '●';
     this.hbox21.Add(this.entry11);
     global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.entry11]));
     w68.Position = 1;
     w68.Expand   = false;
     w68.Fill     = false;
     this.vbox8.Add(this.hbox21);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox21]));
     w69.Position = 1;
     w69.Expand   = false;
     w69.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox16         = new global::Gtk.HBox();
     this.hbox16.Name    = "hbox16";
     this.hbox16.Spacing = 6;
     // Container child hbox16.Gtk.Box+BoxChild
     this.button5              = new global::Gtk.Button();
     this.button5.CanFocus     = true;
     this.button5.Name         = "button5";
     this.button5.UseUnderline = true;
     this.button5.Label        = global::Mono.Unix.Catalog.GetString("Unesi u bazu");
     this.hbox16.Add(this.button5);
     global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.hbox16[this.button5]));
     w70.Position = 1;
     w70.Fill     = false;
     // Container child hbox16.Gtk.Box+BoxChild
     this.hbox11         = new global::Gtk.HBox();
     this.hbox11.Name    = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.button1 = new global::Gtk.Button();
     this.button1.WidthRequest = 65;
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("Izmijeni ");
     this.hbox11.Add(this.button1);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.button1]));
     w71.Position = 0;
     w71.Fill     = false;
     this.hbox16.Add(this.hbox11);
     global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.hbox16[this.hbox11]));
     w72.Position = 2;
     w72.Padding  = ((uint)(10));
     this.vbox8.Add(this.hbox16);
     global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox16]));
     w73.Position = 2;
     w73.Expand   = false;
     w73.Fill     = false;
     this.vbox6.Add(this.vbox8);
     global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.vbox8]));
     w74.Position = 1;
     w74.Expand   = false;
     w74.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.vbox9         = new global::Gtk.VBox();
     this.vbox9.Name    = "vbox9";
     this.vbox9.Spacing = 6;
     // Container child vbox9.Gtk.Box+BoxChild
     this.label18           = new global::Gtk.Label();
     this.label18.Name      = "label18";
     this.label18.Ypad      = 20;
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString("Brisanje radnika iz baze");
     this.vbox9.Add(this.label18);
     global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.label18]));
     w75.Position = 0;
     w75.Expand   = false;
     w75.Fill     = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.hbox22         = new global::Gtk.HBox();
     this.hbox22.Name    = "hbox22";
     this.hbox22.Spacing = 6;
     // Container child hbox22.Gtk.Box+BoxChild
     this.label19           = new global::Gtk.Label();
     this.label19.Name      = "label19";
     this.label19.Xpad      = 10;
     this.label19.Ypad      = 10;
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString("Odaberi radnika");
     this.hbox22.Add(this.label19);
     global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.hbox22[this.label19]));
     w76.Position = 0;
     w76.Expand   = false;
     w76.Fill     = false;
     // Container child hbox22.Gtk.Box+BoxChild
     this.comboboxOdaberiRadnika = global::Gtk.ComboBox.NewText();
     this.comboboxOdaberiRadnika.WidthRequest = 200;
     this.comboboxOdaberiRadnika.Name         = "comboboxOdaberiRadnika";
     this.hbox22.Add(this.comboboxOdaberiRadnika);
     global::Gtk.Box.BoxChild w77 = ((global::Gtk.Box.BoxChild)(this.hbox22[this.comboboxOdaberiRadnika]));
     w77.Position = 1;
     w77.Expand   = false;
     w77.Fill     = false;
     w77.Padding  = ((uint)(50));
     this.vbox9.Add(this.hbox22);
     global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.hbox22]));
     w78.Position = 1;
     w78.Expand   = false;
     w78.Fill     = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.hbox15         = new global::Gtk.HBox();
     this.hbox15.Name    = "hbox15";
     this.hbox15.Spacing = 6;
     // Container child hbox15.Gtk.Box+BoxChild
     this.button4              = new global::Gtk.Button();
     this.button4.CanFocus     = true;
     this.button4.Name         = "button4";
     this.button4.UseUnderline = true;
     this.button4.Label        = global::Mono.Unix.Catalog.GetString("Briši iz baze");
     this.hbox15.Add(this.button4);
     global::Gtk.Box.BoxChild w79 = ((global::Gtk.Box.BoxChild)(this.hbox15[this.button4]));
     w79.Position = 1;
     w79.Fill     = false;
     this.vbox9.Add(this.hbox15);
     global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.vbox9[this.hbox15]));
     w80.Position = 2;
     w80.Expand   = false;
     w80.Fill     = false;
     this.vbox6.Add(this.vbox9);
     global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.vbox9]));
     w81.Position = 2;
     w81.Expand   = false;
     w81.Fill     = false;
     this.hbox10.Add(this.vbox6);
     global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.vbox6]));
     w82.Position = 1;
     w82.Expand   = false;
     w82.Fill     = false;
     this.notebook1.Add(this.hbox10);
     global::Gtk.Notebook.NotebookChild w83 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.hbox10]));
     w83.Position = 3;
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("UNOS RADNIKA");
     this.notebook1.SetTabLabel(this.hbox10, this.label4);
     this.label4.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 947;
     this.DefaultHeight = 688;
     this.Show();
     this.DeleteEvent     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.button2.Clicked += new global::System.EventHandler(this.SpremiKorisnika);
     this.button6.Clicked += new global::System.EventHandler(this.OnPretrazi);
     this.button7.Clicked += new global::System.EventHandler(this.OnOdaberi);
     this.button5.Clicked += new global::System.EventHandler(this.SpremiRadnika);
     this.button1.Clicked += new global::System.EventHandler(this.IzmijeniPodatkeRadnika);
     this.button4.Clicked += new global::System.EventHandler(this.IzbrisiRadnika);
 }
Пример #39
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("KodIM");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Homogeneous = true;
     this.vbox3.Spacing = 6;
     // 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.lblSubject = new global::Gtk.Label ();
     this.lblSubject.Name = "lblSubject";
     this.lblSubject.LabelProp = global::Mono.Unix.Catalog.GetString ("Subject");
     this.hbox4.Add (this.lblSubject);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.lblSubject]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.txtSubject = new global::Gtk.Entry ();
     this.txtSubject.CanFocus = true;
     this.txtSubject.Name = "txtSubject";
     this.txtSubject.IsEditable = true;
     this.txtSubject.InvisibleChar = '•';
     this.hbox4.Add (this.txtSubject);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.txtSubject]));
     w2.Position = 1;
     this.vbox3.Add (this.hbox4);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // 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.lblMessage = new global::Gtk.Label ();
     this.lblMessage.Name = "lblMessage";
     this.lblMessage.LabelProp = global::Mono.Unix.Catalog.GetString ("Message");
     this.hbox5.Add (this.lblMessage);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.lblMessage]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.txtMessage = new global::Gtk.Entry ();
     this.txtMessage.CanFocus = true;
     this.txtMessage.Name = "txtMessage";
     this.txtMessage.IsEditable = true;
     this.txtMessage.InvisibleChar = '•';
     this.hbox5.Add (this.txtMessage);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.txtMessage]));
     w5.Position = 1;
     this.vbox3.Add (this.hbox5);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox5]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.lblDuration = new global::Gtk.Label ();
     this.lblDuration.TooltipMarkup = "Duration (in seconds) to show message.";
     this.lblDuration.Name = "lblDuration";
     this.lblDuration.LabelProp = global::Mono.Unix.Catalog.GetString ("Duration");
     this.hbox1.Add (this.lblDuration);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.lblDuration]));
     w7.Position = 0;
     w7.Expand = false;
     w7.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.spinbutton1 = new global::Gtk.SpinButton (1, 100, 1);
     this.spinbutton1.TooltipMarkup = "Duration (in seconds) to show message.";
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10;
     this.spinbutton1.ClimbRate = 1;
     this.spinbutton1.Numeric = true;
     this.spinbutton1.Value = 10;
     this.hbox1.Add (this.spinbutton1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.spinbutton1]));
     w8.Position = 1;
     w8.Expand = false;
     w8.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.lblSeconds = new global::Gtk.Label ();
     this.lblSeconds.TooltipMarkup = "Duration (in seconds) to show message.";
     this.lblSeconds.Name = "lblSeconds";
     this.lblSeconds.LabelProp = global::Mono.Unix.Catalog.GetString ("seconds");
     this.hbox1.Add (this.lblSeconds);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.lblSeconds]));
     w9.Position = 2;
     w9.Expand = false;
     w9.Fill = false;
     this.vbox3.Add (this.hbox1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox1]));
     w10.Position = 2;
     w10.Expand = false;
     w10.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox6 = new global::Gtk.HBox ();
     this.hbox6.Name = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.lblRecipient = new global::Gtk.Label ();
     this.lblRecipient.TooltipMarkup = "The IP or host name of the receiving XBMC/Kodi machine. Type \"all\" to send to all previous recipients.";
     this.lblRecipient.Name = "lblRecipient";
     this.lblRecipient.LabelProp = global::Mono.Unix.Catalog.GetString ("Recipient");
     this.hbox6.Add (this.lblRecipient);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.lblRecipient]));
     w11.Position = 0;
     w11.Expand = false;
     w11.Fill = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.txtRecipient = global::Gtk.ComboBoxEntry.NewText ();
     this.txtRecipient.TooltipMarkup = "The IP or host name of the receiving XBMC/Kodi machine. Type \"all\" to send to all previous recipients.";
     this.txtRecipient.Name = "txtRecipient";
     this.hbox6.Add (this.txtRecipient);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.txtRecipient]));
     w12.Position = 1;
     w12.Expand = false;
     w12.Fill = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.btnSend = new global::Gtk.Button ();
     this.btnSend.TooltipMarkup = "Send the message.";
     this.btnSend.CanFocus = true;
     this.btnSend.Name = "btnSend";
     this.btnSend.UseUnderline = true;
     this.btnSend.Label = global::Mono.Unix.Catalog.GetString ("Send");
     this.hbox6.Add (this.btnSend);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.btnSend]));
     w13.Position = 2;
     w13.Expand = false;
     w13.Fill = false;
     this.vbox3.Add (this.hbox6);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox6]));
     w14.Position = 3;
     w14.Expand = false;
     w14.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.txtStatus = new global::Gtk.Label ();
     this.txtStatus.Name = "txtStatus";
     this.vbox3.Add (this.txtStatus);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.txtStatus]));
     w15.Position = 4;
     w15.Expand = false;
     w15.Fill = false;
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 481;
     this.DefaultHeight = 169;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.btnSend.Clicked += new global::System.EventHandler (this.HandleSend);
     this.btnSend.Activated += new global::System.EventHandler (this.HandleSend);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget RippleClientGtk.SendRipple
     global::Stetic.BinContainer.Attach (this);
     this.Name = "RippleClientGtk.SendRipple";
     // Container child RippleClientGtk.SendRipple.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     this.vbox2.BorderWidth = ((uint)(5));
     // Container child vbox2.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b><u>Send Ripples</u></b></big>");
     this.label11.UseMarkup = true;
     this.vbox2.Add (this.label11);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label11]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator4 = new global::Gtk.HSeparator ();
     this.hseparator4.Name = "hseparator4";
     this.vbox2.Add (this.hseparator4);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator4]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox2.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.balanceLabel = new global::Gtk.Label ();
     this.balanceLabel.Name = "balanceLabel";
     this.balanceLabel.Xalign = 0F;
     this.balanceLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("   --   unsynced   --   ");
     this.balanceLabel.Selectable = true;
     this.table1.Add (this.balanceLabel);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.balanceLabel]));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.destinationcomboboxentry = global::Gtk.ComboBoxEntry.NewText ();
     this.destinationcomboboxentry.Name = "destinationcomboboxentry";
     this.table1.Add (this.destinationcomboboxentry);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.destinationcomboboxentry]));
     w4.TopAttach = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     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.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.amountcomboboxentry = global::Gtk.ComboBoxEntry.NewText ();
     this.amountcomboboxentry.Name = "amountcomboboxentry";
     this.hbox1.Add (this.amountcomboboxentry);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.amountcomboboxentry]));
     w5.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.unitsSelectBox = global::Gtk.ComboBoxEntry.NewText ();
     this.unitsSelectBox.AppendText (global::Mono.Unix.Catalog.GetString ("XRP"));
     this.unitsSelectBox.AppendText (global::Mono.Unix.Catalog.GetString ("drops"));
     this.unitsSelectBox.WidthRequest = 70;
     this.unitsSelectBox.Name = "unitsSelectBox";
     this.unitsSelectBox.Active = 1;
     this.hbox1.Add (this.unitsSelectBox);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.unitsSelectBox]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     this.table1.Add (this.hbox1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
     w7.TopAttach = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.Xalign = 0F;
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Amount</b>");
     this.label12.UseMarkup = true;
     this.table1.Add (this.label12);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label12]));
     w8.TopAttach = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label14 = new global::Gtk.Label ();
     this.label14.Name = "label14";
     this.label14.Xalign = 0F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Balance</b>");
     this.label14.UseMarkup = true;
     this.table1.Add (this.label14);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label14]));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label16 = new global::Gtk.Label ();
     this.label16.Name = "label16";
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Destination</b>");
     this.label16.UseMarkup = true;
     this.table1.Add (this.label16);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label16]));
     w10.TopAttach = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add (this.table1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
     w11.Position = 2;
     w11.Expand = false;
     w11.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.sendXRPButton = new global::Gtk.Button ();
     this.sendXRPButton.CanFocus = true;
     this.sendXRPButton.Name = "sendXRPButton";
     this.sendXRPButton.UseUnderline = true;
     this.sendXRPButton.Label = global::Mono.Unix.Catalog.GetString ("Send");
     this.vbox2.Add (this.sendXRPButton);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.sendXRPButton]));
     w12.PackType = ((global::Gtk.PackType)(1));
     w12.Position = 3;
     w12.Expand = false;
     w12.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator5 = new global::Gtk.HSeparator ();
     this.hseparator5.Name = "hseparator5";
     this.vbox2.Add (this.hseparator5);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator5]));
     w13.PackType = ((global::Gtk.PackType)(1));
     w13.Position = 4;
     w13.Expand = false;
     w13.Fill = false;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.sendXRPButton.Clicked += new global::System.EventHandler (this.OnSendXRPButtonClicked);
 }
Пример #41
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.NewConfigurationDialog
     this.Name     = "MonoDevelop.Ide.Projects.NewConfigurationDialog";
     this.Title    = global::MonoDevelop.Core.GettextCatalog.GetString("New Configuration");
     this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
     // Internal child MonoDevelop.Ide.Projects.NewConfigurationDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog-vbox6";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog-vbox6.Gtk.Box+BoxChild
     this.vbox77             = new global::Gtk.VBox();
     this.vbox77.Name        = "vbox77";
     this.vbox77.Spacing     = 6;
     this.vbox77.BorderWidth = ((uint)(7));
     // Container child vbox77.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.comboName      = global::Gtk.ComboBoxEntry.NewText();
     this.comboName.Name = "comboName";
     this.table1.Add(this.comboName);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboName]));
     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.comboPlatform      = global::Gtk.ComboBoxEntry.NewText();
     this.comboPlatform.Name = "comboPlatform";
     this.table1.Add(this.comboPlatform);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboPlatform]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     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::MonoDevelop.Core.GettextCatalog.GetString("Name:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Platform:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox77.Add(this.table1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox77 [this.table1]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox77.Gtk.Box+BoxChild
     this.createChildrenCheck               = new global::Gtk.CheckButton();
     this.createChildrenCheck.Name          = "createChildrenCheck";
     this.createChildrenCheck.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Create configurations for all solution items");
     this.createChildrenCheck.Active        = true;
     this.createChildrenCheck.DrawIndicator = true;
     this.createChildrenCheck.UseUnderline  = true;
     this.vbox77.Add(this.createChildrenCheck);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox77 [this.createChildrenCheck]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     w1.Add(this.vbox77);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox77]));
     w8.Position = 0;
     // Internal child MonoDevelop.Ide.Projects.NewConfigurationDialog.ActionArea
     global::Gtk.HButtonBox w9 = this.ActionArea;
     w9.Name        = "dialog-action_area6";
     w9.Spacing     = 6;
     w9.BorderWidth = ((uint)(5));
     w9.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog-action_area6.Gtk.ButtonBox+ButtonBoxChild
     this.cancelbutton1              = new global::Gtk.Button();
     this.cancelbutton1.Name         = "cancelbutton1";
     this.cancelbutton1.UseStock     = true;
     this.cancelbutton1.UseUnderline = true;
     this.cancelbutton1.Label        = "gtk-cancel";
     this.AddActionWidget(this.cancelbutton1, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.cancelbutton1]));
     w10.Expand = false;
     w10.Fill   = false;
     // Container child dialog-action_area6.Gtk.ButtonBox+ButtonBoxChild
     this.okbutton1              = new global::Gtk.Button();
     this.okbutton1.Name         = "okbutton1";
     this.okbutton1.UseStock     = true;
     this.okbutton1.UseUnderline = true;
     this.okbutton1.Label        = "gtk-ok";
     w9.Add(this.okbutton1);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.okbutton1]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 407;
     this.DefaultHeight = 187;
     this.Hide();
     this.okbutton1.Clicked += new global::System.EventHandler(this.OnOkbutton1Clicked);
 }
Пример #42
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MP3Tagger.SongDetail
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
     this.goForwardAction = new global::Gtk.Action ("goForwardAction", global::Mono.Unix.Catalog.GetString ("Next"), global::Mono.Unix.Catalog.GetString ("Next"), "gtk-go-forward");
     this.goForwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Next");
     w1.Add (this.goForwardAction, null);
     this.goBackAction = new global::Gtk.Action ("goBackAction", global::Mono.Unix.Catalog.GetString ("Previous"), global::Mono.Unix.Catalog.GetString ("Previous"), "gtk-go-back");
     this.goBackAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Previous");
     w1.Add (this.goBackAction, null);
     this.editAction = new global::Gtk.Action ("editAction", global::Mono.Unix.Catalog.GetString ("Edit"), null, "gtk-edit");
     this.editAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Edit");
     w1.Add (this.editAction, null);
     this.closeAction = new global::Gtk.Action ("closeAction", global::Mono.Unix.Catalog.GetString ("Close"), null, "gtk-close");
     this.closeAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Close");
     w1.Add (this.closeAction, null);
     this.saveAction = new global::Gtk.Action ("saveAction", global::Mono.Unix.Catalog.GetString ("Save"), null, "gtk-save");
     this.saveAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Save");
     w1.Add (this.saveAction, null);
     this.applyAction = new global::Gtk.Action ("applyAction", global::Mono.Unix.Catalog.GetString ("klk"), global::Mono.Unix.Catalog.GetString ("OK"), "gtk-apply");
     this.applyAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("OK");
     w1.Add (this.applyAction, null);
     this.undoAction = new global::Gtk.Action ("undoAction", global::Mono.Unix.Catalog.GetString ("Undo"), global::Mono.Unix.Catalog.GetString ("Undo"), "gtk-undo");
     this.undoAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Undo");
     w1.Add (this.undoAction, null);
     this.closeAction1 = new global::Gtk.Action ("closeAction1", global::Mono.Unix.Catalog.GetString ("Close"), global::Mono.Unix.Catalog.GetString ("Close"), "gtk-close");
     this.closeAction1.ShortLabel = global::Mono.Unix.Catalog.GetString ("Close");
     w1.Add (this.closeAction1, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MP3Tagger.SongDetail";
     this.Title = global::Mono.Unix.Catalog.GetString ("SongDetail");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal = true;
     this.AllowGrow = false;
     // Container child MP3Tagger.SongDetail.Gtk.Container+ContainerChild
     this.@fixed = new global::Gtk.Fixed ();
     [email protected] = "fixed";
     [email protected] = false;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.UIManager.AddUiFromString (@"<ui><toolbar name='toolbar'><toolitem name='applyAction' action='applyAction'/><separator/><toolitem name='goBackAction' action='goBackAction'/><toolitem name='goForwardAction' action='goForwardAction'/><separator/><toolitem name='undoAction' action='undoAction'/><separator/><toolitem name='closeAction1' action='closeAction1'/></toolbar></ui>");
     this.toolbar = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar")));
     this.toolbar.Name = "toolbar";
     this.toolbar.ShowArrow = false;
     this.toolbar.ToolbarStyle = ((global::Gtk.ToolbarStyle)(3));
     this.toolbar.IconSize = ((global::Gtk.IconSize)(3));
     [email protected] (this.toolbar);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.toolbar]));
     w2.X = 3;
     w2.Y = 6;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.checkButtonID31Active = new global::Gtk.CheckButton ();
     this.checkButtonID31Active.CanFocus = true;
     this.checkButtonID31Active.Name = "checkButtonID31Active";
     this.checkButtonID31Active.Label = global::Mono.Unix.Catalog.GetString ("TAG 1");
     this.checkButtonID31Active.Active = true;
     this.checkButtonID31Active.DrawIndicator = true;
     this.checkButtonID31Active.UseUnderline = true;
     [email protected] (this.checkButtonID31Active);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.checkButtonID31Active]));
     w3.X = 11;
     w3.Y = 112;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.checkButtonID32Active = new global::Gtk.CheckButton ();
     this.checkButtonID32Active.CanFocus = true;
     this.checkButtonID32Active.Name = "checkButtonID32Active";
     this.checkButtonID32Active.Label = global::Mono.Unix.Catalog.GetString ("TAG 2");
     this.checkButtonID32Active.DrawIndicator = true;
     this.checkButtonID32Active.UseUnderline = true;
     [email protected] (this.checkButtonID32Active);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.checkButtonID32Active]));
     w4.X = 85;
     w4.Y = 112;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.buttonMaskHelp = new global::Gtk.Button ();
     this.buttonMaskHelp.CanFocus = true;
     this.buttonMaskHelp.Name = "buttonMaskHelp";
     this.buttonMaskHelp.UseUnderline = true;
     global::Gtk.Image w5 = new global::Gtk.Image ();
     w5.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-info", global::Gtk.IconSize.Menu);
     this.buttonMaskHelp.Image = w5;
     [email protected] (this.buttonMaskHelp);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.buttonMaskHelp]));
     w6.X = 351;
     w6.Y = 74;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.comboboxentryFileName = global::Gtk.ComboBoxEntry.NewText ();
     this.comboboxentryFileName.WidthRequest = 260;
     this.comboboxentryFileName.Name = "comboboxentryFileName";
     [email protected] (this.comboboxentryFileName);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.comboboxentryFileName]));
     w7.X = 84;
     w7.Y = 74;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.labelFName = new global::Gtk.Label ();
     this.labelFName.Name = "labelFName";
     this.labelFName.LabelProp = global::Mono.Unix.Catalog.GetString ("Filename");
     [email protected] (this.labelFName);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.labelFName]));
     w8.X = 13;
     w8.Y = 77;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.notebook = new global::Gtk.Notebook ();
     this.notebook.HeightRequest = 330;
     this.notebook.CanFocus = true;
     this.notebook.Name = "notebook";
     this.notebook.CurrentPage = 0;
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.fixedTAG1 = new global::Gtk.Fixed ();
     this.fixedTAG1.Name = "fixedTAG1";
     this.fixedTAG1.HasWindow = false;
     // Container child fixedTAG1.Gtk.Fixed+FixedChild
     this.tagWidget1 = new global::MP3Tagger.TagWidget ();
     this.tagWidget1.Events = ((global::Gdk.EventMask)(256));
     this.tagWidget1.Name = "tagWidget1";
     this.fixedTAG1.Add (this.tagWidget1);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixedTAG1 [this.tagWidget1]));
     w9.X = 5;
     w9.Y = 5;
     // Container child fixedTAG1.Gtk.Fixed+FixedChild
     this.buttonCopyToTAG2 = new global::Gtk.Button ();
     this.buttonCopyToTAG2.CanFocus = true;
     this.buttonCopyToTAG2.Name = "buttonCopyToTAG2";
     this.buttonCopyToTAG2.UseUnderline = true;
     this.buttonCopyToTAG2.Label = global::Mono.Unix.Catalog.GetString ("GtkButton");
     this.fixedTAG1.Add (this.buttonCopyToTAG2);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixedTAG1 [this.buttonCopyToTAG2]));
     w10.X = 8;
     w10.Y = 267;
     this.notebook.Add (this.fixedTAG1);
     // Notebook tab
     this.labelTAG1 = new global::Gtk.Label ();
     this.labelTAG1.Name = "labelTAG1";
     this.labelTAG1.Xpad = 8;
     this.labelTAG1.LabelProp = global::Mono.Unix.Catalog.GetString ("TAG1");
     this.notebook.SetTabLabel (this.fixedTAG1, this.labelTAG1);
     this.labelTAG1.ShowAll ();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.fixedTAG2 = new global::Gtk.Fixed ();
     this.fixedTAG2.Name = "fixedTAG2";
     this.fixedTAG2.HasWindow = false;
     // Container child fixedTAG2.Gtk.Fixed+FixedChild
     this.tagWidget2 = new global::MP3Tagger.TagWidget ();
     this.tagWidget2.Events = ((global::Gdk.EventMask)(256));
     this.tagWidget2.Name = "tagWidget2";
     this.fixedTAG2.Add (this.tagWidget2);
     global::Gtk.Fixed.FixedChild w12 = ((global::Gtk.Fixed.FixedChild)(this.fixedTAG2 [this.tagWidget2]));
     w12.X = 5;
     w12.Y = 5;
     // Container child fixedTAG2.Gtk.Fixed+FixedChild
     this.buttonCopyToTAG1 = new global::Gtk.Button ();
     this.buttonCopyToTAG1.CanFocus = true;
     this.buttonCopyToTAG1.Name = "buttonCopyToTAG1";
     this.buttonCopyToTAG1.UseUnderline = true;
     this.buttonCopyToTAG1.Label = global::Mono.Unix.Catalog.GetString ("GtkButton");
     this.fixedTAG2.Add (this.buttonCopyToTAG1);
     global::Gtk.Fixed.FixedChild w13 = ((global::Gtk.Fixed.FixedChild)(this.fixedTAG2 [this.buttonCopyToTAG1]));
     w13.X = 9;
     w13.Y = 267;
     this.notebook.Add (this.fixedTAG2);
     global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.fixedTAG2]));
     w14.Position = 1;
     // Notebook tab
     this.labelTAG2 = new global::Gtk.Label ();
     this.labelTAG2.Name = "labelTAG2";
     this.labelTAG2.Xpad = 8;
     this.labelTAG2.LabelProp = global::Mono.Unix.Catalog.GetString ("TAG2");
     this.notebook.SetTabLabel (this.fixedTAG2, this.labelTAG2);
     this.labelTAG2.ShowAll ();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.fixedTAG2Frames = new global::Gtk.Fixed ();
     this.fixedTAG2Frames.Name = "fixedTAG2Frames";
     this.fixedTAG2Frames.HasWindow = false;
     // Container child fixedTAG2Frames.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow2.Name = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.treeViewFrames = new global::Gtk.TreeView ();
     this.treeViewFrames.WidthRequest = 350;
     this.treeViewFrames.HeightRequest = 260;
     this.treeViewFrames.CanFocus = true;
     this.treeViewFrames.Name = "treeViewFrames";
     this.GtkScrolledWindow2.Add (this.treeViewFrames);
     this.fixedTAG2Frames.Add (this.GtkScrolledWindow2);
     global::Gtk.Fixed.FixedChild w16 = ((global::Gtk.Fixed.FixedChild)(this.fixedTAG2Frames [this.GtkScrolledWindow2]));
     w16.X = 5;
     w16.Y = 5;
     this.notebook.Add (this.fixedTAG2Frames);
     global::Gtk.Notebook.NotebookChild w17 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.fixedTAG2Frames]));
     w17.Position = 2;
     // Notebook tab
     this.labelTAG2Frames = new global::Gtk.Label ();
     this.labelTAG2Frames.Name = "labelTAG2Frames";
     this.labelTAG2Frames.Xpad = 8;
     this.labelTAG2Frames.LabelProp = global::Mono.Unix.Catalog.GetString ("TAG2 - frames");
     this.notebook.SetTabLabel (this.fixedTAG2Frames, this.labelTAG2Frames);
     this.labelTAG2Frames.ShowAll ();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.fixedImages = new global::Gtk.Fixed ();
     this.fixedImages.Name = "fixedImages";
     this.fixedImages.HasWindow = false;
     // Container child fixedImages.Gtk.Fixed+FixedChild
     this.labelCoverFront = new global::Gtk.Label ();
     this.labelCoverFront.Name = "labelCoverFront";
     this.labelCoverFront.LabelProp = global::Mono.Unix.Catalog.GetString ("Front Cover");
     this.fixedImages.Add (this.labelCoverFront);
     global::Gtk.Fixed.FixedChild w18 = ((global::Gtk.Fixed.FixedChild)(this.fixedImages [this.labelCoverFront]));
     w18.X = 11;
     w18.Y = 16;
     // Container child fixedImages.Gtk.Fixed+FixedChild
     this.imageCoverFront = new global::Gtk.Image ();
     this.imageCoverFront.Name = "imageCoverFront";
     this.fixedImages.Add (this.imageCoverFront);
     global::Gtk.Fixed.FixedChild w19 = ((global::Gtk.Fixed.FixedChild)(this.fixedImages [this.imageCoverFront]));
     w19.X = 18;
     w19.Y = 45;
     // Container child fixedImages.Gtk.Fixed+FixedChild
     this.buttonSetFrontCoverImage = new global::Gtk.Button ();
     this.buttonSetFrontCoverImage.CanFocus = true;
     this.buttonSetFrontCoverImage.Name = "buttonSetFrontCoverImage";
     this.buttonSetFrontCoverImage.UseUnderline = true;
     this.buttonSetFrontCoverImage.Label = global::Mono.Unix.Catalog.GetString ("Browse ...");
     this.fixedImages.Add (this.buttonSetFrontCoverImage);
     global::Gtk.Fixed.FixedChild w20 = ((global::Gtk.Fixed.FixedChild)(this.fixedImages [this.buttonSetFrontCoverImage]));
     w20.X = 97;
     w20.Y = 10;
     this.notebook.Add (this.fixedImages);
     global::Gtk.Notebook.NotebookChild w21 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.fixedImages]));
     w21.Position = 3;
     w21.TabExpand = true;
     // Notebook tab
     this.labelTAG2Image = new global::Gtk.Label ();
     this.labelTAG2Image.Name = "labelTAG2Image";
     this.labelTAG2Image.LabelProp = global::Mono.Unix.Catalog.GetString ("Images");
     this.notebook.SetTabLabel (this.fixedImages, this.labelTAG2Image);
     this.labelTAG2Image.ShowAll ();
     [email protected] (this.notebook);
     global::Gtk.Fixed.FixedChild w22 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.notebook]));
     w22.X = 6;
     w22.Y = 140;
     this.Add (this.@fixed);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 416;
     this.DefaultHeight = 522;
     this.Show ();
     this.Shown += new global::System.EventHandler (this.OnShown);
     this.goForwardAction.Activated += new global::System.EventHandler (this.OnGoForwardActionActivated);
     this.goBackAction.Activated += new global::System.EventHandler (this.OnGoBackActionActivated);
     this.closeAction.Activated += new global::System.EventHandler (this.OnCloseActionActivated);
     this.applyAction.Activated += new global::System.EventHandler (this.OnApplyActionActivated);
     this.undoAction.Activated += new global::System.EventHandler (this.OnCancelActionActivated);
     this.closeAction1.Activated += new global::System.EventHandler (this.OnCloseAction1Activated);
     this.checkButtonID31Active.Clicked += new global::System.EventHandler (this.OnCheckButtonID31ActiveClicked);
     this.checkButtonID32Active.Clicked += new global::System.EventHandler (this.OnCheckButtonID32ActiveClicked);
     this.buttonMaskHelp.Activated += new global::System.EventHandler (this.OnButtonMaskHelpActivated);
     this.buttonMaskHelp.Clicked += new global::System.EventHandler (this.OnButtonMaskHelpClicked);
     this.buttonCopyToTAG2.Clicked += new global::System.EventHandler (this.OnButtonCopyToTAG2Clicked);
     this.buttonCopyToTAG1.Clicked += new global::System.EventHandler (this.OnButtonCopyToTAG1Clicked);
     this.buttonSetFrontCoverImage.Clicked += new global::System.EventHandler (this.OnButtonSetFrontCoverImageClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Database.Components.ConnectionSettingsWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Database.Components.ConnectionSettingsWidget";
			// Container child MonoDevelop.Database.Components.ConnectionSettingsWidget.Gtk.Container+ContainerChild
			this.table = new global::Gtk.Table (((uint)(10)), ((uint)(2)), false);
			this.table.Name = "table";
			this.table.RowSpacing = ((uint)(6));
			this.table.ColumnSpacing = ((uint)(6));
			this.table.BorderWidth = ((uint)(6));
			// Container child table.Gtk.Table+TableChild
			this.buttonTest = new global::Gtk.Button ();
			this.buttonTest.CanFocus = true;
			this.buttonTest.Name = "buttonTest";
			this.buttonTest.UseUnderline = true;
			// Container child buttonTest.Gtk.Container+ContainerChild
			global::Gtk.Alignment w1 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w2 = new global::Gtk.HBox ();
			w2.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w3 = new global::Gtk.Image ();
			w3.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Menu);
			w2.Add (w3);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w5 = new global::Gtk.Label ();
			w5.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Test");
			w5.UseUnderline = true;
			w2.Add (w5);
			w1.Add (w2);
			this.buttonTest.Add (w1);
			this.table.Add (this.buttonTest);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table[this.buttonTest]));
			w9.TopAttach = ((uint)(8));
			w9.BottomAttach = ((uint)(9));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.checkIntegratedSecurity = new global::Gtk.CheckButton ();
			this.checkIntegratedSecurity.CanFocus = true;
			this.checkIntegratedSecurity.Name = "checkIntegratedSecurity";
			this.checkIntegratedSecurity.Label = global::MonoDevelop.Database.AddinCatalog.GetString ("Use Integrated security");
			this.checkIntegratedSecurity.Active = true;
			this.checkIntegratedSecurity.DrawIndicator = true;
			this.checkIntegratedSecurity.UseUnderline = true;
			this.table.Add (this.checkIntegratedSecurity);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table[this.checkIntegratedSecurity]));
			w10.TopAttach = ((uint)(5));
			w10.BottomAttach = ((uint)(6));
			w10.LeftAttach = ((uint)(1));
			w10.RightAttach = ((uint)(2));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.entryName = new global::Gtk.Entry ();
			this.entryName.CanDefault = true;
			this.entryName.CanFocus = true;
			this.entryName.Name = "entryName";
			this.entryName.IsEditable = true;
			this.entryName.ActivatesDefault = true;
			this.entryName.InvisibleChar = '●';
			this.table.Add (this.entryName);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table[this.entryName]));
			w11.LeftAttach = ((uint)(1));
			w11.RightAttach = ((uint)(2));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.entryServer = new global::Gtk.Entry ();
			this.entryServer.CanFocus = true;
			this.entryServer.Name = "entryServer";
			this.entryServer.IsEditable = true;
			this.entryServer.InvisibleChar = '●';
			this.table.Add (this.entryServer);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table[this.entryServer]));
			w12.TopAttach = ((uint)(1));
			w12.BottomAttach = ((uint)(2));
			w12.LeftAttach = ((uint)(1));
			w12.RightAttach = ((uint)(2));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.entryUsername = new global::Gtk.Entry ();
			this.entryUsername.CanFocus = true;
			this.entryUsername.Name = "entryUsername";
			this.entryUsername.IsEditable = true;
			this.entryUsername.InvisibleChar = '●';
			this.table.Add (this.entryUsername);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table[this.entryUsername]));
			w13.TopAttach = ((uint)(3));
			w13.BottomAttach = ((uint)(4));
			w13.LeftAttach = ((uint)(1));
			w13.RightAttach = ((uint)(2));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.expander = new global::Gtk.Expander (null);
			this.expander.CanFocus = true;
			this.expander.Name = "expander";
			// Container child expander.Gtk.Container+ContainerChild
			this.tableAdvanced = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false);
			this.tableAdvanced.Name = "tableAdvanced";
			this.tableAdvanced.RowSpacing = ((uint)(6));
			this.tableAdvanced.ColumnSpacing = ((uint)(6));
			this.tableAdvanced.BorderWidth = ((uint)(6));
			// Container child tableAdvanced.Gtk.Table+TableChild
			this.checkCustom = new global::Gtk.CheckButton ();
			this.checkCustom.CanFocus = true;
			this.checkCustom.Name = "checkCustom";
			this.checkCustom.Label = global::MonoDevelop.Database.AddinCatalog.GetString ("Use custom connection string");
			this.checkCustom.DrawIndicator = true;
			this.checkCustom.UseUnderline = true;
			this.tableAdvanced.Add (this.checkCustom);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tableAdvanced[this.checkCustom]));
			w14.TopAttach = ((uint)(2));
			w14.BottomAttach = ((uint)(3));
			w14.RightAttach = ((uint)(2));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableAdvanced.Gtk.Table+TableChild
			this.label10 = new global::Gtk.Label ();
			this.label10.Name = "label10";
			this.label10.Xalign = 0f;
			this.label10.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Min Pool Size:");
			this.tableAdvanced.Add (this.label10);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableAdvanced[this.label10]));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableAdvanced.Gtk.Table+TableChild
			this.label11 = new global::Gtk.Label ();
			this.label11.Name = "label11";
			this.label11.Xalign = 0f;
			this.label11.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Max Pool Size:");
			this.tableAdvanced.Add (this.label11);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.tableAdvanced[this.label11]));
			w16.TopAttach = ((uint)(1));
			w16.BottomAttach = ((uint)(2));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableAdvanced.Gtk.Table+TableChild
			this.scrolledwindow = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow.Sensitive = false;
			this.scrolledwindow.CanFocus = true;
			this.scrolledwindow.Name = "scrolledwindow";
			this.scrolledwindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow.Gtk.Container+ContainerChild
			this.textConnectionString = new global::Gtk.TextView ();
			this.textConnectionString.CanFocus = true;
			this.textConnectionString.Name = "textConnectionString";
			this.scrolledwindow.Add (this.textConnectionString);
			this.tableAdvanced.Add (this.scrolledwindow);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.tableAdvanced[this.scrolledwindow]));
			w18.TopAttach = ((uint)(3));
			w18.BottomAttach = ((uint)(4));
			w18.RightAttach = ((uint)(2));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableAdvanced.Gtk.Table+TableChild
			this.spinMaxPoolSize = new global::Gtk.SpinButton (1, 100, 1);
			this.spinMaxPoolSize.CanFocus = true;
			this.spinMaxPoolSize.Name = "spinMaxPoolSize";
			this.spinMaxPoolSize.Adjustment.PageIncrement = 10;
			this.spinMaxPoolSize.ClimbRate = 1;
			this.spinMaxPoolSize.Numeric = true;
			this.spinMaxPoolSize.Value = 5;
			this.tableAdvanced.Add (this.spinMaxPoolSize);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.tableAdvanced[this.spinMaxPoolSize]));
			w19.TopAttach = ((uint)(1));
			w19.BottomAttach = ((uint)(2));
			w19.LeftAttach = ((uint)(1));
			w19.RightAttach = ((uint)(2));
			w19.XOptions = ((global::Gtk.AttachOptions)(4));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableAdvanced.Gtk.Table+TableChild
			this.spinMinPoolSize = new global::Gtk.SpinButton (1, 100, 1);
			this.spinMinPoolSize.CanFocus = true;
			this.spinMinPoolSize.Name = "spinMinPoolSize";
			this.spinMinPoolSize.Adjustment.PageIncrement = 10;
			this.spinMinPoolSize.ClimbRate = 1;
			this.spinMinPoolSize.Numeric = true;
			this.spinMinPoolSize.Value = 1;
			this.tableAdvanced.Add (this.spinMinPoolSize);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.tableAdvanced[this.spinMinPoolSize]));
			w20.LeftAttach = ((uint)(1));
			w20.RightAttach = ((uint)(2));
			w20.XOptions = ((global::Gtk.AttachOptions)(4));
			w20.YOptions = ((global::Gtk.AttachOptions)(4));
			this.expander.Add (this.tableAdvanced);
			this.GtkLabel5 = new global::Gtk.Label ();
			this.GtkLabel5.Name = "GtkLabel5";
			this.GtkLabel5.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Advanced");
			this.GtkLabel5.UseUnderline = true;
			this.expander.LabelWidget = this.GtkLabel5;
			this.table.Add (this.expander);
			global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table[this.expander]));
			w22.TopAttach = ((uint)(7));
			w22.BottomAttach = ((uint)(8));
			w22.RightAttach = ((uint)(2));
			w22.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.spinPort = new global::Gtk.SpinButton (1, 65535, 1);
			this.spinPort.CanFocus = true;
			this.spinPort.Name = "spinPort";
			this.spinPort.Adjustment.PageIncrement = 10;
			this.spinPort.ClimbRate = 1;
			this.spinPort.Numeric = true;
			this.spinPort.Value = 1;
			this.hbox2.Add (this.spinPort);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.spinPort]));
			w23.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.checkDefaultPort = new global::Gtk.CheckButton ();
			this.checkDefaultPort.CanFocus = true;
			this.checkDefaultPort.Name = "checkDefaultPort";
			this.checkDefaultPort.Label = global::MonoDevelop.Database.AddinCatalog.GetString ("Use default port");
			this.checkDefaultPort.DrawIndicator = true;
			this.checkDefaultPort.UseUnderline = true;
			this.hbox2.Add (this.checkDefaultPort);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.checkDefaultPort]));
			w24.Position = 1;
			w24.Expand = false;
			w24.Fill = false;
			this.table.Add (this.hbox2);
			global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table[this.hbox2]));
			w25.TopAttach = ((uint)(2));
			w25.BottomAttach = ((uint)(3));
			w25.LeftAttach = ((uint)(1));
			w25.RightAttach = ((uint)(2));
			w25.XOptions = ((global::Gtk.AttachOptions)(4));
			w25.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.hboxDatabase = new global::Gtk.HBox ();
			this.hboxDatabase.Name = "hboxDatabase";
			this.hboxDatabase.Spacing = 6;
			// Container child hboxDatabase.Gtk.Box+BoxChild
			this.comboDatabase = global::Gtk.ComboBoxEntry.NewText ();
			this.comboDatabase.Name = "comboDatabase";
			this.hboxDatabase.Add (this.comboDatabase);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hboxDatabase[this.comboDatabase]));
			w26.Position = 0;
			// Container child hboxDatabase.Gtk.Box+BoxChild
			this.buttonRefresh = new global::Gtk.Button ();
			this.buttonRefresh.CanFocus = true;
			this.buttonRefresh.Name = "buttonRefresh";
			this.buttonRefresh.UseStock = true;
			this.buttonRefresh.UseUnderline = true;
			this.buttonRefresh.Label = "gtk-refresh";
			this.hboxDatabase.Add (this.buttonRefresh);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hboxDatabase[this.buttonRefresh]));
			w27.Position = 1;
			w27.Expand = false;
			w27.Fill = false;
			// Container child hboxDatabase.Gtk.Box+BoxChild
			this.buttonOpen = new global::Gtk.Button ();
			this.buttonOpen.CanFocus = true;
			this.buttonOpen.Name = "buttonOpen";
			this.buttonOpen.UseStock = true;
			this.buttonOpen.UseUnderline = true;
			this.buttonOpen.Label = "gtk-open";
			this.hboxDatabase.Add (this.buttonOpen);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hboxDatabase[this.buttonOpen]));
			w28.Position = 2;
			w28.Expand = false;
			w28.Fill = false;
			this.table.Add (this.hboxDatabase);
			global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table[this.hboxDatabase]));
			w29.TopAttach = ((uint)(6));
			w29.BottomAttach = ((uint)(7));
			w29.LeftAttach = ((uint)(1));
			w29.RightAttach = ((uint)(2));
			w29.XOptions = ((global::Gtk.AttachOptions)(4));
			w29.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.hboxPassword = new global::Gtk.HBox ();
			this.hboxPassword.Name = "hboxPassword";
			this.hboxPassword.Spacing = 6;
			// Container child hboxPassword.Gtk.Box+BoxChild
			this.entryPassword = new global::Gtk.Entry ();
			this.entryPassword.CanFocus = true;
			this.entryPassword.Name = "entryPassword";
			this.entryPassword.IsEditable = true;
			this.entryPassword.Visibility = false;
			this.entryPassword.InvisibleChar = '●';
			this.hboxPassword.Add (this.entryPassword);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hboxPassword[this.entryPassword]));
			w30.Position = 0;
			// Container child hboxPassword.Gtk.Box+BoxChild
			this.checkSavePassword = new global::Gtk.CheckButton ();
			this.checkSavePassword.CanFocus = true;
			this.checkSavePassword.Name = "checkSavePassword";
			this.checkSavePassword.Label = global::MonoDevelop.Database.AddinCatalog.GetString ("Save Password");
			this.checkSavePassword.Active = true;
			this.checkSavePassword.DrawIndicator = true;
			this.checkSavePassword.UseUnderline = true;
			this.hboxPassword.Add (this.checkSavePassword);
			global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hboxPassword[this.checkSavePassword]));
			w31.Position = 1;
			w31.Expand = false;
			this.table.Add (this.hboxPassword);
			global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table[this.hboxPassword]));
			w32.TopAttach = ((uint)(4));
			w32.BottomAttach = ((uint)(5));
			w32.LeftAttach = ((uint)(1));
			w32.RightAttach = ((uint)(2));
			w32.XOptions = ((global::Gtk.AttachOptions)(4));
			w32.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.labelDatabase = new global::Gtk.Label ();
			this.labelDatabase.Name = "labelDatabase";
			this.labelDatabase.Xalign = 0f;
			this.labelDatabase.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Database:");
			this.table.Add (this.labelDatabase);
			global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table[this.labelDatabase]));
			w33.TopAttach = ((uint)(6));
			w33.BottomAttach = ((uint)(7));
			w33.XOptions = ((global::Gtk.AttachOptions)(4));
			w33.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.labelName = new global::Gtk.Label ();
			this.labelName.Name = "labelName";
			this.labelName.Xalign = 0f;
			this.labelName.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Name:");
			this.table.Add (this.labelName);
			global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table[this.labelName]));
			w34.XOptions = ((global::Gtk.AttachOptions)(4));
			w34.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.labelPassword = new global::Gtk.Label ();
			this.labelPassword.Name = "labelPassword";
			this.labelPassword.Xalign = 0f;
			this.labelPassword.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Password:"******"labelPort";
			this.labelPort.Xalign = 0f;
			this.labelPort.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Port:");
			this.table.Add (this.labelPort);
			global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table[this.labelPort]));
			w36.TopAttach = ((uint)(2));
			w36.BottomAttach = ((uint)(3));
			w36.XOptions = ((global::Gtk.AttachOptions)(4));
			w36.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.labelServer = new global::Gtk.Label ();
			this.labelServer.Name = "labelServer";
			this.labelServer.Xalign = 0f;
			this.labelServer.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Server:");
			this.table.Add (this.labelServer);
			global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table[this.labelServer]));
			w37.TopAttach = ((uint)(1));
			w37.BottomAttach = ((uint)(2));
			w37.XOptions = ((global::Gtk.AttachOptions)(4));
			w37.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.labelTest = new global::Gtk.Label ();
			this.labelTest.Name = "labelTest";
			this.labelTest.Xalign = 0f;
			this.labelTest.Wrap = true;
			this.table.Add (this.labelTest);
			global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table[this.labelTest]));
			w38.TopAttach = ((uint)(8));
			w38.BottomAttach = ((uint)(9));
			w38.LeftAttach = ((uint)(1));
			w38.RightAttach = ((uint)(2));
			w38.XOptions = ((global::Gtk.AttachOptions)(4));
			w38.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table.Gtk.Table+TableChild
			this.labelUsername = new global::Gtk.Label ();
			this.labelUsername.Name = "labelUsername";
			this.labelUsername.Xalign = 0f;
			this.labelUsername.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString ("Username:"******"VBoxMain";
			this.VBoxMain.Spacing = 6;
			// Container child VBoxMain.Gtk.Box+BoxChild
			this.labelMessage = new global::Gtk.Label ();
			this.labelMessage.Name = "labelMessage";
			this.labelMessage.UseMarkup = true;
			this.VBoxMain.Add (this.labelMessage);
			global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.VBoxMain[this.labelMessage]));
			w40.Position = 0;
			w40.Fill = false;
			this.table.Add (this.VBoxMain);
			global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table[this.VBoxMain]));
			w41.TopAttach = ((uint)(9));
			w41.BottomAttach = ((uint)(10));
			w41.RightAttach = ((uint)(2));
			w41.XOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.table);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
			this.entryPassword.Changed += new global::System.EventHandler (this.PasswordChanged);
			this.buttonRefresh.Clicked += new global::System.EventHandler (this.RefreshClicked);
			this.buttonOpen.Clicked += new global::System.EventHandler (this.OpenClicked);
			this.spinPort.Changed += new global::System.EventHandler (this.PortChanged);
			this.checkDefaultPort.Toggled += new global::System.EventHandler (this.OnCheckDefaultPortToggled);
			this.spinMinPoolSize.Changed += new global::System.EventHandler (this.MinPoolSizeChanged);
			this.spinMaxPoolSize.Changed += new global::System.EventHandler (this.MaxPoolSizeChanged);
			this.entryUsername.Changed += new global::System.EventHandler (this.UsernameChanged);
			this.entryServer.Changed += new global::System.EventHandler (this.ServerChanged);
			this.entryName.Changed += new global::System.EventHandler (this.NameChanged);
			this.checkIntegratedSecurity.Toggled += new global::System.EventHandler (this.OnCheckIntegratedSecurityToggled);
			this.buttonTest.Clicked += new global::System.EventHandler (this.TestClicked);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget";
     // Container child MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label82           = new global::Gtk.Label();
     this.label82.Name      = "label82";
     this.label82.Xalign    = 0F;
     this.label82.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Code Generation</b>");
     this.label82.UseMarkup = true;
     this.vbox1.Add(this.label82);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label82]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label76 = new global::Gtk.Label();
     this.label76.WidthRequest = 18;
     this.label76.Name         = "label76";
     this.hbox5.Add(this.label76);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label76]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table7               = new global::Gtk.Table(((uint)(5)), ((uint)(2)), false);
     this.table7.Name          = "table7";
     this.table7.RowSpacing    = ((uint)(6));
     this.table7.ColumnSpacing = ((uint)(6));
     // Container child table7.Gtk.Table+TableChild
     this.codepageEntry      = global::Gtk.ComboBoxEntry.NewText();
     this.codepageEntry.Name = "codepageEntry";
     this.table7.Add(this.codepageEntry);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table7 [this.codepageEntry]));
     w3.TopAttach    = ((uint)(3));
     w3.BottomAttach = ((uint)(4));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table7.Gtk.Table+TableChild
     this.hbox57      = new global::Gtk.HBox();
     this.hbox57.Name = "hbox57";
     // Container child hbox57.Gtk.Box+BoxChild
     this.compileTargetCombo      = new global::Gtk.ComboBox();
     this.compileTargetCombo.Name = "compileTargetCombo";
     this.hbox57.Add(this.compileTargetCombo);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox57 [this.compileTargetCombo]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     this.table7.Add(this.hbox57);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table7 [this.hbox57]));
     w5.LeftAttach  = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.XOptions    = ((global::Gtk.AttachOptions)(4));
     w5.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table7.Gtk.Table+TableChild
     this.iconEntry      = new global::MonoDevelop.Components.FileEntry();
     this.iconEntry.Name = "iconEntry";
     this.table7.Add(this.iconEntry);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table7 [this.iconEntry]));
     w6.TopAttach    = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table7.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("Compiler Code Page:");
     this.table7.Add(this.label1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table7 [this.label1]));
     w7.TopAttach    = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table7.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Win32 Icon:");
     this.table7.Add(this.label3);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table7 [this.label3]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table7.Gtk.Table+TableChild
     this.label86              = new global::Gtk.Label();
     this.label86.Name         = "label86";
     this.label86.Xalign       = 0F;
     this.label86.LabelProp    = global::Mono.Unix.Catalog.GetString("Compile _Target:");
     this.label86.UseUnderline = true;
     this.table7.Add(this.label86);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table7 [this.label86]));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table7.Gtk.Table+TableChild
     this.label88              = new global::Gtk.Label();
     this.label88.Name         = "label88";
     this.label88.Xalign       = 0F;
     this.label88.LabelProp    = global::Mono.Unix.Catalog.GetString("_Main Class:");
     this.label88.UseUnderline = true;
     this.table7.Add(this.label88);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table7 [this.label88]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table7.Gtk.Table+TableChild
     this.mainClassEntry      = new global::Gtk.ComboBoxEntry();
     this.mainClassEntry.Name = "mainClassEntry";
     this.table7.Add(this.mainClassEntry);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table7 [this.mainClassEntry]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table7);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table7]));
     w12.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.noStdLibCheckButton               = new global::Gtk.CheckButton();
     this.noStdLibCheckButton.CanFocus      = true;
     this.noStdLibCheckButton.Name          = "noStdLibCheckButton";
     this.noStdLibCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Do not reference mscorlib.dll");
     this.noStdLibCheckButton.DrawIndicator = true;
     this.noStdLibCheckButton.UseUnderline  = true;
     this.vbox2.Add(this.noStdLibCheckButton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.noStdLibCheckButton]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.hbox5.Add(this.vbox2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.vbox2]));
     w14.Position = 1;
     this.vbox1.Add(this.hbox5);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox5]));
     w15.Position = 1;
     w15.Expand   = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label83           = new global::Gtk.Label();
     this.label83.Name      = "label83";
     this.label83.Xalign    = 0F;
     this.label83.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Language Options</b>");
     this.label83.UseMarkup = true;
     this.vbox1.Add(this.label83);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label83]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label75 = new global::Gtk.Label();
     this.label75.WidthRequest = 18;
     this.label75.Name         = "label75";
     this.vbox1.Add(this.label75);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label75]));
     w17.PackType = ((global::Gtk.PackType)(1));
     w17.Position = 3;
     // 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.label74 = new global::Gtk.Label();
     this.label74.WidthRequest = 18;
     this.label74.Name         = "label74";
     this.hbox7.Add(this.label74);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label74]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("C# Language Version:");
     this.table2.Add(this.label2);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.label2]));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.langVerCombo      = global::Gtk.ComboBox.NewText();
     this.langVerCombo.Name = "langVerCombo";
     this.table2.Add(this.langVerCombo);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2 [this.langVerCombo]));
     w20.LeftAttach  = ((uint)(1));
     w20.RightAttach = ((uint)(2));
     w20.XOptions    = ((global::Gtk.AttachOptions)(4));
     w20.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table2]));
     w21.Position = 0;
     w21.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.allowUnsafeCodeCheckButton               = new global::Gtk.CheckButton();
     this.allowUnsafeCodeCheckButton.CanFocus      = true;
     this.allowUnsafeCodeCheckButton.Name          = "allowUnsafeCodeCheckButton";
     this.allowUnsafeCodeCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Allow '_unsafe' code");
     this.allowUnsafeCodeCheckButton.Active        = true;
     this.allowUnsafeCodeCheckButton.DrawIndicator = true;
     this.allowUnsafeCodeCheckButton.UseUnderline  = true;
     this.vbox3.Add(this.allowUnsafeCodeCheckButton);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.allowUnsafeCodeCheckButton]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     this.hbox7.Add(this.vbox3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vbox3]));
     w23.Position = 1;
     this.vbox1.Add(this.hbox7);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox7]));
     w24.PackType = ((global::Gtk.PackType)(1));
     w24.Position = 4;
     w24.Expand   = false;
     w24.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label88.MnemonicWidget = this.mainClassEntry;
     this.Show();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.CodeTemplates.EditTemplateDialog
			this.Name = "MonoDevelop.Ide.CodeTemplates.EditTemplateDialog";
			this.Title = "";
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.BorderWidth = ((uint)(6));
			this.SkipPagerHint = true;
			this.SkipTaskbarHint = true;
			// Internal child MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.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.hpaned1 = new global::Gtk.HPaned ();
			this.hpaned1.CanFocus = true;
			this.hpaned1.Name = "hpaned1";
			this.hpaned1.Position = 555;
			// Container child hpaned1.Gtk.Paned+PanedChild
			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.table2 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
			this.table2.Name = "table2";
			this.table2.RowSpacing = ((uint)(6));
			this.table2.ColumnSpacing = ((uint)(6));
			// Container child table2.Gtk.Table+TableChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.entryDescription = new global::Gtk.Entry ();
			this.entryDescription.CanFocus = true;
			this.entryDescription.Name = "entryDescription";
			this.entryDescription.IsEditable = true;
			this.entryDescription.InvisibleChar = '●';
			this.hbox1.Add (this.entryDescription);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryDescription]));
			w2.Position = 0;
			// Container child hbox1.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 ("_Mime:");
			this.label2.UseUnderline = true;
			this.hbox1.Add (this.label2);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.comboboxentryMime = global::Gtk.ComboBoxEntry.NewText ();
			this.comboboxentryMime.Name = "comboboxentryMime";
			this.hbox1.Add (this.comboboxentryMime);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboboxentryMime]));
			w4.Position = 2;
			w4.Expand = false;
			w4.Fill = false;
			this.table2.Add (this.hbox1);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox1]));
			w5.TopAttach = ((uint)(1));
			w5.BottomAttach = ((uint)(2));
			w5.LeftAttach = ((uint)(1));
			w5.RightAttach = ((uint)(2));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.entryShortcut1 = new global::Gtk.Entry ();
			this.entryShortcut1.CanFocus = true;
			this.entryShortcut1.Name = "entryShortcut1";
			this.entryShortcut1.Text = global::Mono.Unix.Catalog.GetString (" ");
			this.entryShortcut1.IsEditable = true;
			this.entryShortcut1.InvisibleChar = '●';
			this.hbox2.Add (this.entryShortcut1);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entryShortcut1]));
			w6.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.Xalign = 0F;
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("_Group:");
			this.label5.UseUnderline = true;
			this.hbox2.Add (this.label5);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label5]));
			w7.Position = 1;
			w7.Expand = false;
			w7.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.comboboxentryGroups = global::Gtk.ComboBoxEntry.NewText ();
			this.comboboxentryGroups.Name = "comboboxentryGroups";
			this.hbox2.Add (this.comboboxentryGroups);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboboxentryGroups]));
			w8.Position = 2;
			w8.Expand = false;
			w8.Fill = false;
			this.table2.Add (this.hbox2);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox2]));
			w9.LeftAttach = ((uint)(1));
			w9.RightAttach = ((uint)(2));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			this.hbox5.Spacing = 6;
			// Container child hbox5.Gtk.Box+BoxChild
			this.checkbuttonExpansion = new global::Gtk.CheckButton ();
			this.checkbuttonExpansion.CanFocus = true;
			this.checkbuttonExpansion.Name = "checkbuttonExpansion";
			this.checkbuttonExpansion.Label = global::Mono.Unix.Catalog.GetString ("Is _expandable template");
			this.checkbuttonExpansion.DrawIndicator = true;
			this.checkbuttonExpansion.UseUnderline = true;
			this.hbox5.Add (this.checkbuttonExpansion);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.checkbuttonExpansion]));
			w10.Position = 0;
			w10.Expand = false;
			// Container child hbox5.Gtk.Box+BoxChild
			this.checkbuttonSurroundWith = new global::Gtk.CheckButton ();
			this.checkbuttonSurroundWith.CanFocus = true;
			this.checkbuttonSurroundWith.Name = "checkbuttonSurroundWith";
			this.checkbuttonSurroundWith.Label = global::Mono.Unix.Catalog.GetString ("Is _surround with template");
			this.checkbuttonSurroundWith.DrawIndicator = true;
			this.checkbuttonSurroundWith.UseUnderline = true;
			this.hbox5.Add (this.checkbuttonSurroundWith);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.checkbuttonSurroundWith]));
			w11.Position = 1;
			this.table2.Add (this.hbox5);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox5]));
			w12.TopAttach = ((uint)(2));
			w12.BottomAttach = ((uint)(3));
			w12.LeftAttach = ((uint)(1));
			w12.RightAttach = ((uint)(2));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.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 ("_Shortcut:");
			this.label1.UseUnderline = true;
			this.table2.Add (this.label1);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2 [this.label1]));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 1F;
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("_Description:");
			this.label3.UseUnderline = true;
			this.table2.Add (this.label3);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2 [this.label3]));
			w14.TopAttach = ((uint)(1));
			w14.BottomAttach = ((uint)(2));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox2.Add (this.table2);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table2]));
			w15.Position = 0;
			w15.Expand = false;
			w15.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			this.vbox3.BorderWidth = ((uint)(6));
			// Container child vbox3.Gtk.Box+BoxChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.Gtk.Box+BoxChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.Xalign = 0F;
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Template Text:");
			this.hbox3.Add (this.label6);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label6]));
			w16.Position = 0;
			w16.Expand = false;
			w16.Fill = false;
			// Container child hbox3.Gtk.Box+BoxChild
			this.fixed1 = new global::Gtk.Fixed ();
			this.fixed1.Name = "fixed1";
			this.fixed1.HasWindow = false;
			this.hbox3.Add (this.fixed1);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.fixed1]));
			w17.Position = 1;
			// Container child hbox3.Gtk.Box+BoxChild
			this.checkbuttonWhiteSpaces = new global::Gtk.CheckButton ();
			this.checkbuttonWhiteSpaces.CanFocus = true;
			this.checkbuttonWhiteSpaces.Name = "checkbuttonWhiteSpaces";
			this.checkbuttonWhiteSpaces.Label = global::Mono.Unix.Catalog.GetString ("S_how whitespaces");
			this.checkbuttonWhiteSpaces.DrawIndicator = true;
			this.checkbuttonWhiteSpaces.UseUnderline = true;
			this.hbox3.Add (this.checkbuttonWhiteSpaces);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.checkbuttonWhiteSpaces]));
			w18.Position = 2;
			w18.Expand = false;
			this.vbox3.Add (this.hbox3);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox3]));
			w19.Position = 0;
			w19.Expand = false;
			w19.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.CanFocus = true;
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			this.vbox3.Add (this.scrolledwindow1);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow1]));
			w20.Position = 1;
			this.vbox2.Add (this.vbox3);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vbox3]));
			w21.Position = 1;
			this.hpaned1.Add (this.vbox2);
			global::Gtk.Paned.PanedChild w22 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.vbox2]));
			w22.Resize = false;
			// Container child hpaned1.Gtk.Paned+PanedChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.comboboxVariables = global::Gtk.ComboBox.NewText ();
			this.comboboxVariables.Name = "comboboxVariables";
			this.vbox4.Add (this.comboboxVariables);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.comboboxVariables]));
			w23.Position = 0;
			w23.Expand = false;
			w23.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.scrolledwindow2 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow2.CanFocus = true;
			this.scrolledwindow2.Name = "scrolledwindow2";
			this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow2.Gtk.Container+ContainerChild
			this.treeviewVariable = new global::Gtk.TreeView ();
			this.treeviewVariable.CanFocus = true;
			this.treeviewVariable.Name = "treeviewVariable";
			this.scrolledwindow2.Add (this.treeviewVariable);
			this.vbox4.Add (this.scrolledwindow2);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.scrolledwindow2]));
			w25.Position = 1;
			this.hpaned1.Add (this.vbox4);
			w1.Add (this.hpaned1);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(w1 [this.hpaned1]));
			w27.Position = 0;
			// Internal child MonoDevelop.Ide.CodeTemplates.EditTemplateDialog.ActionArea
			global::Gtk.HButtonBox w28 = this.ActionArea;
			w28.Name = "dialog1_ActionArea";
			w28.Spacing = 6;
			w28.BorderWidth = ((uint)(5));
			w28.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 w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w28 [this.buttonCancel]));
			w29.Expand = false;
			w29.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 w30 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w28 [this.buttonOk]));
			w30.Position = 1;
			w30.Expand = false;
			w30.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 859;
			this.DefaultHeight = 494;
			this.Hide ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.AddinAuthoring.AddinDescriptionWidget
			Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach (this);
			this.UIManager = new global::Gtk.UIManager ();
			global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup ("Default");
			this.UIManager.InsertActionGroup (w2, 0);
			this.Name = "MonoDevelop.AddinAuthoring.AddinDescriptionWidget";
			// Container child MonoDevelop.AddinAuthoring.AddinDescriptionWidget.Gtk.Container+ContainerChild
			this.mainBox = new global::Gtk.VBox ();
			this.mainBox.Name = "mainBox";
			this.mainBox.Spacing = 3;
			// Container child mainBox.Gtk.Box+BoxChild
			this.notebook = new global::Gtk.Notebook ();
			this.notebook.CanFocus = true;
			this.notebook.Name = "notebook";
			this.notebook.CurrentPage = 0;
			this.notebook.TabPos = ((global::Gtk.PositionType)(3));
			// Container child notebook.Gtk.Notebook+NotebookChild
			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)(11)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			this.table1.BorderWidth = ((uint)(12));
			// Container child table1.Gtk.Table+TableChild
			this.checkIsRoot = new global::Gtk.CheckButton ();
			this.checkIsRoot.CanFocus = true;
			this.checkIsRoot.Name = "checkIsRoot";
			this.checkIsRoot.Label = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Add-in root");
			this.checkIsRoot.DrawIndicator = true;
			this.checkIsRoot.UseUnderline = true;
			this.table1.Add (this.checkIsRoot);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.checkIsRoot]));
			w3.TopAttach = ((uint)(3));
			w3.BottomAttach = ((uint)(4));
			w3.RightAttach = ((uint)(2));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.comboNs = global::Gtk.ComboBoxEntry.NewText ();
			this.comboNs.Name = "comboNs";
			this.table1.Add (this.comboNs);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.comboNs]));
			w4.TopAttach = ((uint)(1));
			w4.BottomAttach = ((uint)(2));
			w4.LeftAttach = ((uint)(1));
			w4.RightAttach = ((uint)(2));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.entryAuthor = new global::Gtk.Entry ();
			this.entryAuthor.CanFocus = true;
			this.entryAuthor.Name = "entryAuthor";
			this.entryAuthor.IsEditable = true;
			this.entryAuthor.InvisibleChar = '●';
			this.table1.Add (this.entryAuthor);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.entryAuthor]));
			w5.TopAttach = ((uint)(8));
			w5.BottomAttach = ((uint)(9));
			w5.LeftAttach = ((uint)(1));
			w5.RightAttach = ((uint)(2));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.entryIdentifier = new global::Gtk.Entry ();
			this.entryIdentifier.CanFocus = true;
			this.entryIdentifier.Name = "entryIdentifier";
			this.entryIdentifier.IsEditable = true;
			this.entryIdentifier.InvisibleChar = '●';
			this.table1.Add (this.entryIdentifier);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.entryIdentifier]));
			w6.LeftAttach = ((uint)(1));
			w6.RightAttach = ((uint)(2));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.entryLicense = new global::Gtk.Entry ();
			this.entryLicense.CanFocus = true;
			this.entryLicense.Name = "entryLicense";
			this.entryLicense.IsEditable = true;
			this.entryLicense.InvisibleChar = '●';
			this.table1.Add (this.entryLicense);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.entryLicense]));
			w7.TopAttach = ((uint)(9));
			w7.BottomAttach = ((uint)(10));
			w7.LeftAttach = ((uint)(1));
			w7.RightAttach = ((uint)(2));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.entryName = new global::Gtk.Entry ();
			this.entryName.CanFocus = true;
			this.entryName.Name = "entryName";
			this.entryName.IsEditable = true;
			this.entryName.InvisibleChar = '●';
			this.table1.Add (this.entryName);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.entryName]));
			w8.TopAttach = ((uint)(5));
			w8.BottomAttach = ((uint)(6));
			w8.LeftAttach = ((uint)(1));
			w8.RightAttach = ((uint)(2));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.entryUrl = new global::Gtk.Entry ();
			this.entryUrl.CanFocus = true;
			this.entryUrl.Name = "entryUrl";
			this.entryUrl.IsEditable = true;
			this.entryUrl.InvisibleChar = '●';
			this.table1.Add (this.entryUrl);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.entryUrl]));
			w9.TopAttach = ((uint)(10));
			w9.BottomAttach = ((uint)(11));
			w9.LeftAttach = ((uint)(1));
			w9.RightAttach = ((uint)(2));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox9 = new global::Gtk.HBox ();
			this.hbox9.Name = "hbox9";
			this.hbox9.Spacing = 6;
			// Container child hbox9.Gtk.Box+BoxChild
			this.entryVersion = new global::Gtk.Entry ();
			this.entryVersion.CanFocus = true;
			this.entryVersion.Name = "entryVersion";
			this.entryVersion.IsEditable = true;
			this.entryVersion.WidthChars = 15;
			this.entryVersion.InvisibleChar = '●';
			this.hbox9.Add (this.entryVersion);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.entryVersion]));
			w10.Position = 0;
			w10.Expand = false;
			w10.Fill = false;
			// Container child hbox9.Gtk.Box+BoxChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Compatible Version:");
			this.hbox9.Add (this.label4);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.label4]));
			w11.Position = 1;
			w11.Expand = false;
			w11.Fill = false;
			// Container child hbox9.Gtk.Box+BoxChild
			this.entryCompatVersion = new global::Gtk.Entry ();
			this.entryCompatVersion.CanFocus = true;
			this.entryCompatVersion.Name = "entryCompatVersion";
			this.entryCompatVersion.IsEditable = true;
			this.entryCompatVersion.WidthChars = 15;
			this.entryCompatVersion.InvisibleChar = '●';
			this.hbox9.Add (this.entryCompatVersion);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.entryCompatVersion]));
			w12.Position = 2;
			w12.Expand = false;
			w12.Fill = false;
			this.table1.Add (this.hbox9);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox9]));
			w13.TopAttach = ((uint)(2));
			w13.BottomAttach = ((uint)(3));
			w13.LeftAttach = ((uint)(1));
			w13.RightAttach = ((uint)(2));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.table1.Add (this.hseparator1);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.hseparator1]));
			w14.TopAttach = ((uint)(7));
			w14.BottomAttach = ((uint)(8));
			w14.RightAttach = ((uint)(2));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hseparator2 = new global::Gtk.HSeparator ();
			this.hseparator2.Name = "hseparator2";
			this.table1.Add (this.hseparator2);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.hseparator2]));
			w15.TopAttach = ((uint)(4));
			w15.BottomAttach = ((uint)(5));
			w15.RightAttach = ((uint)(2));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label12 = new global::Gtk.Label ();
			this.label12.Name = "label12";
			this.label12.Xalign = 0f;
			this.label12.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("License:");
			this.table1.Add (this.label12);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.label12]));
			w16.TopAttach = ((uint)(9));
			w16.BottomAttach = ((uint)(10));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label13 = new global::Gtk.Label ();
			this.label13.Name = "label13";
			this.label13.Xalign = 0f;
			this.label13.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Author:");
			this.table1.Add (this.label13);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.label13]));
			w17.TopAttach = ((uint)(8));
			w17.BottomAttach = ((uint)(9));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label14 = new global::Gtk.Label ();
			this.label14.Name = "label14";
			this.label14.Xalign = 0f;
			this.label14.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Name:");
			this.table1.Add (this.label14);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1[this.label14]));
			w18.TopAttach = ((uint)(5));
			w18.BottomAttach = ((uint)(6));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label15 = new global::Gtk.Label ();
			this.label15.Name = "label15";
			this.label15.Xalign = 0f;
			this.label15.Yalign = 0f;
			this.label15.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Description:");
			this.table1.Add (this.label15);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1[this.label15]));
			w19.TopAttach = ((uint)(6));
			w19.BottomAttach = ((uint)(7));
			w19.XOptions = ((global::Gtk.AttachOptions)(4));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0f;
			this.label2.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Namespace:");
			this.table1.Add (this.label2);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
			w20.TopAttach = ((uint)(1));
			w20.BottomAttach = ((uint)(2));
			w20.XOptions = ((global::Gtk.AttachOptions)(4));
			w20.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0f;
			this.label3.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Version:");
			this.table1.Add (this.label3);
			global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
			w21.TopAttach = ((uint)(2));
			w21.BottomAttach = ((uint)(3));
			w21.XOptions = ((global::Gtk.AttachOptions)(4));
			w21.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.Xalign = 0f;
			this.label7.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("URL:");
			this.table1.Add (this.label7);
			global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1[this.label7]));
			w22.TopAttach = ((uint)(10));
			w22.BottomAttach = ((uint)(11));
			w22.XOptions = ((global::Gtk.AttachOptions)(4));
			w22.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.Xalign = 0f;
			this.label8.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Identifier:");
			this.table1.Add (this.label8);
			global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1[this.label8]));
			w23.XOptions = ((global::Gtk.AttachOptions)(4));
			w23.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.CanFocus = true;
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow1.Gtk.Container+ContainerChild
			this.textviewDesc = new global::Gtk.TextView ();
			this.textviewDesc.CanFocus = true;
			this.textviewDesc.Name = "textviewDesc";
			this.scrolledwindow1.Add (this.textviewDesc);
			this.table1.Add (this.scrolledwindow1);
			global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1[this.scrolledwindow1]));
			w25.TopAttach = ((uint)(6));
			w25.BottomAttach = ((uint)(7));
			w25.LeftAttach = ((uint)(1));
			w25.RightAttach = ((uint)(2));
			w25.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox3.Add (this.table1);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.table1]));
			w26.Position = 0;
			w26.Expand = false;
			w26.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.hseparator3 = new global::Gtk.HSeparator ();
			this.hseparator3.Name = "hseparator3";
			this.vbox3.Add (this.hseparator3);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hseparator3]));
			w27.PackType = ((global::Gtk.PackType)(1));
			w27.Position = 1;
			w27.Expand = false;
			w27.Fill = false;
			this.notebook.Add (this.vbox3);
			// Notebook tab
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Header");
			this.notebook.SetTabLabel (this.vbox3, this.label5);
			this.label5.ShowAll ();
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.extensionPointsEditor = new global::MonoDevelop.AddinAuthoring.ExtensionPointsEditorWidget ();
			this.extensionPointsEditor.Events = ((global::Gdk.EventMask)(256));
			this.extensionPointsEditor.Name = "extensionPointsEditor";
			this.notebook.Add (this.extensionPointsEditor);
			global::Gtk.Notebook.NotebookChild w29 = ((global::Gtk.Notebook.NotebookChild)(this.notebook[this.extensionPointsEditor]));
			w29.Position = 1;
			// Notebook tab
			this.label9 = new global::Gtk.Label ();
			this.label9.Name = "label9";
			this.label9.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Extension Points");
			this.notebook.SetTabLabel (this.extensionPointsEditor, this.label9);
			this.label9.ShowAll ();
			// Container child notebook.Gtk.Notebook+NotebookChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			this.hbox5.Spacing = 6;
			this.hbox5.BorderWidth = ((uint)(6));
			// Container child hbox5.Gtk.Box+BoxChild
			this.extensionEditor = new global::MonoDevelop.AddinAuthoring.ExtensionEditorWidget ();
			this.extensionEditor.Events = ((global::Gdk.EventMask)(256));
			this.extensionEditor.Name = "extensionEditor";
			this.hbox5.Add (this.extensionEditor);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.extensionEditor]));
			w30.Position = 0;
			this.notebook.Add (this.hbox5);
			global::Gtk.Notebook.NotebookChild w31 = ((global::Gtk.Notebook.NotebookChild)(this.notebook[this.hbox5]));
			w31.Position = 2;
			// Notebook tab
			this.label10 = new global::Gtk.Label ();
			this.label10.Name = "label10";
			this.label10.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString ("Extensions");
			this.notebook.SetTabLabel (this.hbox5, this.label10);
			this.label10.ShowAll ();
			this.mainBox.Add (this.notebook);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.mainBox[this.notebook]));
			w32.Position = 0;
			this.Add (this.mainBox);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			w1.SetUiManager (UIManager);
			this.Show ();
			this.entryVersion.Changed += new global::System.EventHandler (this.OnEntryChanged);
			this.entryCompatVersion.Changed += new global::System.EventHandler (this.OnEntryChanged);
			this.entryUrl.Changed += new global::System.EventHandler (this.OnEntryChanged);
			this.entryName.Changed += new global::System.EventHandler (this.OnEntryChanged);
			this.entryLicense.Changed += new global::System.EventHandler (this.OnEntryChanged);
			this.entryIdentifier.Changed += new global::System.EventHandler (this.OnEntryChanged);
			this.entryIdentifier.Changed += new global::System.EventHandler (this.OnEntryIdentifierChanged);
			this.entryAuthor.Changed += new global::System.EventHandler (this.OnEntryChanged);
			this.checkIsRoot.Clicked += new global::System.EventHandler (this.OnCheckIsRootClicked);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MequantaStudio.SmartQuant.ImportHistoricalDataWidget
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.addAction = new global::Gtk.Action("addAction", null, null, "gtk-add");
     w2.Add(this.addAction, null);
     this.deleteAction = new global::Gtk.Action("deleteAction", null, null, "gtk-delete");
     w2.Add(this.deleteAction, null);
     this.mediaPlayAction = new global::Gtk.Action("mediaPlayAction", null, null, "gtk-media-play");
     w2.Add(this.mediaPlayAction, null);
     this.mediaStopAction = new global::Gtk.Action("mediaStopAction", null, null, "gtk-media-stop");
     w2.Add(this.mediaStopAction, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "MequantaStudio.SmartQuant.ImportHistoricalDataWidget";
     // Container child MequantaStudio.SmartQuant.ImportHistoricalDataWidget.Gtk.Container+ContainerChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name='toolbar3'><toolitem name='addAction' action='addAction'/><toolitem name='deleteAction' action='deleteAction'/><separator/><toolitem name='mediaPlayAction' action='mediaPlayAction'/><toolitem name='mediaStopAction' action='mediaStopAction'/></toolbar></ui>");
     this.toolbar3           = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar3")));
     this.toolbar3.Name      = "toolbar3";
     this.toolbar3.ShowArrow = false;
     this.vbox4.Add(this.toolbar3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.toolbar3]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.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.combobox1      = global::Gtk.ComboBox.NewText();
     this.combobox1.Name = "combobox1";
     this.table1.Add(this.combobox1);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.combobox1]));
     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.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Data type");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Bar size");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbutton1          = new global::Gtk.SpinButton(0, 100, 1);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name     = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10;
     this.spinbutton1.ClimbRate = 1;
     this.spinbutton1.Numeric   = true;
     this.table1.Add(this.spinbutton1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinbutton1]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table1]));
     w8.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.comboboxentry1      = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentry1.Name = "comboboxentry1";
     this.table2.Add(this.comboboxentry1);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2 [this.comboboxentry1]));
     w9.LeftAttach  = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.comboboxentry2      = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentry2.Name = "comboboxentry2";
     this.table2.Add(this.comboboxentry2);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2 [this.comboboxentry2]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("From");
     this.table2.Add(this.label6);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.label6]));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("To");
     this.table2.Add(this.label7);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.label7]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table2]));
     w13.Position = 1;
     this.GtkAlignment.Add(this.hbox1);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel1           = new global::Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Settings</b>");
     this.GtkLabel1.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel1;
     this.vbox4.Add(this.frame1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.frame1]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.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.treeview5          = new global::Gtk.TreeView();
     this.treeview5.CanFocus = true;
     this.treeview5.Name     = "treeview5";
     this.GtkScrolledWindow.Add(this.treeview5);
     this.vbox4.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow]));
     w18.Position = 2;
     this.Add(this.vbox4);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Show();
 }
Пример #48
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.AddinAuthoring.AddinDescriptionWidget
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "MonoDevelop.AddinAuthoring.AddinDescriptionWidget";
     // Container child MonoDevelop.AddinAuthoring.AddinDescriptionWidget.Gtk.Container+ContainerChild
     this.mainBox         = new global::Gtk.VBox();
     this.mainBox.Name    = "mainBox";
     this.mainBox.Spacing = 3;
     // Container child mainBox.Gtk.Box+BoxChild
     this.notebook             = new global::Gtk.Notebook();
     this.notebook.CanFocus    = true;
     this.notebook.Name        = "notebook";
     this.notebook.CurrentPage = 2;
     this.notebook.TabPos      = ((global::Gtk.PositionType)(3));
     // Container child notebook.Gtk.Notebook+NotebookChild
     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)(11)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(12));
     // Container child table1.Gtk.Table+TableChild
     this.checkIsRoot               = new global::Gtk.CheckButton();
     this.checkIsRoot.CanFocus      = true;
     this.checkIsRoot.Name          = "checkIsRoot";
     this.checkIsRoot.Label         = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Add-in root");
     this.checkIsRoot.DrawIndicator = true;
     this.checkIsRoot.UseUnderline  = true;
     this.table1.Add(this.checkIsRoot);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkIsRoot]));
     w3.TopAttach    = ((uint)(3));
     w3.BottomAttach = ((uint)(4));
     w3.RightAttach  = ((uint)(2));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboNs      = global::Gtk.ComboBoxEntry.NewText();
     this.comboNs.Name = "comboNs";
     this.table1.Add(this.comboNs);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboNs]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryAuthor               = new global::Gtk.Entry();
     this.entryAuthor.CanFocus      = true;
     this.entryAuthor.Name          = "entryAuthor";
     this.entryAuthor.IsEditable    = true;
     this.entryAuthor.InvisibleChar = '●';
     this.table1.Add(this.entryAuthor);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryAuthor]));
     w5.TopAttach    = ((uint)(8));
     w5.BottomAttach = ((uint)(9));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryIdentifier               = new global::Gtk.Entry();
     this.entryIdentifier.CanFocus      = true;
     this.entryIdentifier.Name          = "entryIdentifier";
     this.entryIdentifier.IsEditable    = true;
     this.entryIdentifier.InvisibleChar = '●';
     this.table1.Add(this.entryIdentifier);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryIdentifier]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryLicense               = new global::Gtk.Entry();
     this.entryLicense.CanFocus      = true;
     this.entryLicense.Name          = "entryLicense";
     this.entryLicense.IsEditable    = true;
     this.entryLicense.InvisibleChar = '●';
     this.table1.Add(this.entryLicense);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryLicense]));
     w7.TopAttach    = ((uint)(9));
     w7.BottomAttach = ((uint)(10));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryName               = new global::Gtk.Entry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '●';
     this.table1.Add(this.entryName);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryName]));
     w8.TopAttach    = ((uint)(5));
     w8.BottomAttach = ((uint)(6));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryUrl               = new global::Gtk.Entry();
     this.entryUrl.CanFocus      = true;
     this.entryUrl.Name          = "entryUrl";
     this.entryUrl.IsEditable    = true;
     this.entryUrl.InvisibleChar = '●';
     this.table1.Add(this.entryUrl);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryUrl]));
     w9.TopAttach    = ((uint)(10));
     w9.BottomAttach = ((uint)(11));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.entryVersion               = new global::Gtk.Entry();
     this.entryVersion.CanFocus      = true;
     this.entryVersion.Name          = "entryVersion";
     this.entryVersion.IsEditable    = true;
     this.entryVersion.WidthChars    = 15;
     this.entryVersion.InvisibleChar = '●';
     this.hbox9.Add(this.entryVersion);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.entryVersion]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Compatible Version:");
     this.hbox9.Add(this.label4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.label4]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.entryCompatVersion               = new global::Gtk.Entry();
     this.entryCompatVersion.CanFocus      = true;
     this.entryCompatVersion.Name          = "entryCompatVersion";
     this.entryCompatVersion.IsEditable    = true;
     this.entryCompatVersion.WidthChars    = 15;
     this.entryCompatVersion.InvisibleChar = '●';
     this.hbox9.Add(this.entryCompatVersion);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.entryCompatVersion]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.table1.Add(this.hbox9);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox9]));
     w13.TopAttach    = ((uint)(2));
     w13.BottomAttach = ((uint)(3));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.table1.Add(this.hseparator1);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.hseparator1]));
     w14.TopAttach    = ((uint)(7));
     w14.BottomAttach = ((uint)(8));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.table1.Add(this.hseparator2);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.hseparator2]));
     w15.TopAttach    = ((uint)(4));
     w15.BottomAttach = ((uint)(5));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.Xalign    = 0F;
     this.label12.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("License:");
     this.table1.Add(this.label12);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.label12]));
     w16.TopAttach    = ((uint)(9));
     w16.BottomAttach = ((uint)(10));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 0F;
     this.label13.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Author:");
     this.table1.Add(this.label13);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.label13]));
     w17.TopAttach    = ((uint)(8));
     w17.BottomAttach = ((uint)(9));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 0F;
     this.label14.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Name:");
     this.table1.Add(this.label14);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.label14]));
     w18.TopAttach    = ((uint)(5));
     w18.BottomAttach = ((uint)(6));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.Xalign    = 0F;
     this.label15.Yalign    = 0F;
     this.label15.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Description:");
     this.table1.Add(this.label15);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.label15]));
     w19.TopAttach    = ((uint)(6));
     w19.BottomAttach = ((uint)(7));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Namespace:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w20.TopAttach    = ((uint)(1));
     w20.BottomAttach = ((uint)(2));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Version:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w21.TopAttach    = ((uint)(2));
     w21.BottomAttach = ((uint)(3));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("URL:");
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w22.TopAttach    = ((uint)(10));
     w22.BottomAttach = ((uint)(11));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Identifier:");
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w23.XOptions = ((global::Gtk.AttachOptions)(4));
     w23.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.textviewDesc          = new global::Gtk.TextView();
     this.textviewDesc.CanFocus = true;
     this.textviewDesc.Name     = "textviewDesc";
     this.scrolledwindow1.Add(this.textviewDesc);
     this.table1.Add(this.scrolledwindow1);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.scrolledwindow1]));
     w25.TopAttach    = ((uint)(6));
     w25.BottomAttach = ((uint)(7));
     w25.LeftAttach   = ((uint)(1));
     w25.RightAttach  = ((uint)(2));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbox3.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator3]));
     w27.PackType = ((global::Gtk.PackType)(1));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     this.notebook.Add(this.vbox3);
     // Notebook tab
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Header");
     this.notebook.SetTabLabel(this.vbox3, this.label5);
     this.label5.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.extensionPointsEditor        = new global::MonoDevelop.AddinAuthoring.ExtensionPointsEditorWidget();
     this.extensionPointsEditor.Events = ((global::Gdk.EventMask)(256));
     this.extensionPointsEditor.Name   = "extensionPointsEditor";
     this.notebook.Add(this.extensionPointsEditor);
     global::Gtk.Notebook.NotebookChild w29 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.extensionPointsEditor]));
     w29.Position = 1;
     // Notebook tab
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Extension Points");
     this.notebook.SetTabLabel(this.extensionPointsEditor, this.label9);
     this.label9.ShowAll();
     // Container child notebook.Gtk.Notebook+NotebookChild
     this.hbox5             = new global::Gtk.HBox();
     this.hbox5.Name        = "hbox5";
     this.hbox5.Spacing     = 6;
     this.hbox5.BorderWidth = ((uint)(6));
     // Container child hbox5.Gtk.Box+BoxChild
     this.extensionEditor        = new global::MonoDevelop.AddinAuthoring.ExtensionEditorWidget();
     this.extensionEditor.Events = ((global::Gdk.EventMask)(256));
     this.extensionEditor.Name   = "extensionEditor";
     this.hbox5.Add(this.extensionEditor);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.extensionEditor]));
     w30.Position = 0;
     this.notebook.Add(this.hbox5);
     global::Gtk.Notebook.NotebookChild w31 = ((global::Gtk.Notebook.NotebookChild)(this.notebook [this.hbox5]));
     w31.Position = 2;
     // Notebook tab
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Addins.AddinManager.CurrentLocalizer.GetString("Extensions");
     this.notebook.SetTabLabel(this.hbox5, this.label10);
     this.label10.ShowAll();
     this.mainBox.Add(this.notebook);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.mainBox [this.notebook]));
     w32.Position = 0;
     this.Add(this.mainBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Show();
     this.entryVersion.Changed       += new global::System.EventHandler(this.OnEntryChanged);
     this.entryCompatVersion.Changed += new global::System.EventHandler(this.OnEntryChanged);
     this.entryUrl.Changed           += new global::System.EventHandler(this.OnEntryChanged);
     this.entryName.Changed          += new global::System.EventHandler(this.OnEntryChanged);
     this.entryLicense.Changed       += new global::System.EventHandler(this.OnEntryChanged);
     this.entryIdentifier.Changed    += new global::System.EventHandler(this.OnEntryChanged);
     this.entryIdentifier.Changed    += new global::System.EventHandler(this.OnEntryIdentifierChanged);
     this.entryAuthor.Changed        += new global::System.EventHandler(this.OnEntryChanged);
     this.checkIsRoot.Clicked        += new global::System.EventHandler(this.OnCheckIsRootClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Gettext.Editor.CatalogHeadersWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Gettext.Editor.CatalogHeadersWidget";
     // Container child MonoDevelop.Gettext.Editor.CatalogHeadersWidget.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 1;
     this.notebook1.TabPos      = ((global::Gtk.PositionType)(0));
     this.notebook1.BorderWidth = ((uint)(8));
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table1               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(8));
     // Container child table1.Gtk.Table+TableChild
     this.entryBugzilla               = new global::Gtk.Entry();
     this.entryBugzilla.CanFocus      = true;
     this.entryBugzilla.Name          = "entryBugzilla";
     this.entryBugzilla.IsEditable    = true;
     this.entryBugzilla.InvisibleChar = '●';
     this.table1.Add(this.entryBugzilla);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryBugzilla]));
     w1.TopAttach    = ((uint)(3));
     w1.BottomAttach = ((uint)(4));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryProjectName               = new global::Gtk.Entry();
     this.entryProjectName.CanFocus      = true;
     this.entryProjectName.Name          = "entryProjectName";
     this.entryProjectName.IsEditable    = true;
     this.entryProjectName.InvisibleChar = '●';
     this.table1.Add(this.entryProjectName);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryProjectName]));
     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.entryProjectVersion               = new global::Gtk.Entry();
     this.entryProjectVersion.CanFocus      = true;
     this.entryProjectVersion.Name          = "entryProjectVersion";
     this.entryProjectVersion.IsEditable    = true;
     this.entryProjectVersion.InvisibleChar = '●';
     this.table1.Add(this.entryProjectVersion);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryProjectVersion]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Last modification:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w4.TopAttach    = ((uint)(5));
     w4.BottomAttach = ((uint)(6));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5              = new global::Gtk.Label();
     this.label5.Name         = "label5";
     this.label5.Xalign       = 0F;
     this.label5.LabelProp    = global::Mono.Unix.Catalog.GetString("_Comments:");
     this.label5.UseUnderline = true;
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6              = new global::Gtk.Label();
     this.label6.Name         = "label6";
     this.label6.Xalign       = 0F;
     this.label6.LabelProp    = global::Mono.Unix.Catalog.GetString("_Project name:");
     this.label6.UseUnderline = true;
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7              = new global::Gtk.Label();
     this.label7.Name         = "label7";
     this.label7.Xalign       = 0F;
     this.label7.LabelProp    = global::Mono.Unix.Catalog.GetString("P_roject version:");
     this.label7.UseUnderline = true;
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w7.TopAttach    = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8              = new global::Gtk.Label();
     this.label8.Name         = "label8";
     this.label8.Xalign       = 0F;
     this.label8.LabelProp    = global::Mono.Unix.Catalog.GetString("_Bugzilla URL:");
     this.label8.UseUnderline = true;
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Creation date:");
     this.table1.Add(this.label9);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label9]));
     w9.TopAttach    = ((uint)(4));
     w9.BottomAttach = ((uint)(5));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelPoLastModification           = new global::Gtk.Label();
     this.labelPoLastModification.Name      = "labelPoLastModification";
     this.labelPoLastModification.Xalign    = 0F;
     this.labelPoLastModification.UseMarkup = true;
     this.table1.Add(this.labelPoLastModification);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelPoLastModification]));
     w10.TopAttach    = ((uint)(5));
     w10.BottomAttach = ((uint)(6));
     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.labelPotCreation           = new global::Gtk.Label();
     this.labelPotCreation.Name      = "labelPotCreation";
     this.labelPotCreation.Xalign    = 0F;
     this.labelPotCreation.UseMarkup = true;
     this.table1.Add(this.labelPotCreation);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelPotCreation]));
     w11.TopAttach    = ((uint)(4));
     w11.BottomAttach = ((uint)(5));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.textviewComments = new global::Gtk.TextView();
     this.textviewComments.HeightRequest = 180;
     this.textviewComments.CanFocus      = true;
     this.textviewComments.Name          = "textviewComments";
     this.scrolledwindow1.Add(this.textviewComments);
     this.table1.Add(this.scrolledwindow1);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.scrolledwindow1]));
     w13.LeftAttach  = ((uint)(1));
     w13.RightAttach = ((uint)(2));
     w13.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table1);
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Project settings");
     this.notebook1.SetTabLabel(this.table1, this.label3);
     this.label3.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table2               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     this.table2.BorderWidth   = ((uint)(8));
     // Container child table2.Gtk.Table+TableChild
     this.comboboxentryCharset      = new global::Gtk.ComboBoxEntry();
     this.comboboxentryCharset.Name = "comboboxentryCharset";
     this.table2.Add(this.comboboxentryCharset);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.comboboxentryCharset]));
     w15.TopAttach    = ((uint)(4));
     w15.BottomAttach = ((uint)(5));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryLanguageGroupEmail               = new global::Gtk.Entry();
     this.entryLanguageGroupEmail.CanFocus      = true;
     this.entryLanguageGroupEmail.Name          = "entryLanguageGroupEmail";
     this.entryLanguageGroupEmail.IsEditable    = true;
     this.entryLanguageGroupEmail.InvisibleChar = '●';
     this.table2.Add(this.entryLanguageGroupEmail);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryLanguageGroupEmail]));
     w16.TopAttach    = ((uint)(3));
     w16.BottomAttach = ((uint)(4));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryLanguageGroupName               = new global::Gtk.Entry();
     this.entryLanguageGroupName.CanFocus      = true;
     this.entryLanguageGroupName.Name          = "entryLanguageGroupName";
     this.entryLanguageGroupName.IsEditable    = true;
     this.entryLanguageGroupName.InvisibleChar = '●';
     this.table2.Add(this.entryLanguageGroupName);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryLanguageGroupName]));
     w17.TopAttach    = ((uint)(2));
     w17.BottomAttach = ((uint)(3));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryTranslatorEmail               = new global::Gtk.Entry();
     this.entryTranslatorEmail.CanFocus      = true;
     this.entryTranslatorEmail.Name          = "entryTranslatorEmail";
     this.entryTranslatorEmail.IsEditable    = true;
     this.entryTranslatorEmail.InvisibleChar = '●';
     this.table2.Add(this.entryTranslatorEmail);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryTranslatorEmail]));
     w18.TopAttach    = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryTranslatorName               = new global::Gtk.Entry();
     this.entryTranslatorName.CanFocus      = true;
     this.entryTranslatorName.Name          = "entryTranslatorName";
     this.entryTranslatorName.IsEditable    = true;
     this.entryTranslatorName.InvisibleChar = '●';
     this.table2.Add(this.entryTranslatorName);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryTranslatorName]));
     w19.LeftAttach  = ((uint)(1));
     w19.RightAttach = ((uint)(2));
     w19.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 4;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entryPluralsForms               = new global::Gtk.Entry();
     this.entryPluralsForms.CanFocus      = true;
     this.entryPluralsForms.Name          = "entryPluralsForms";
     this.entryPluralsForms.IsEditable    = true;
     this.entryPluralsForms.InvisibleChar = '●';
     this.hbox2.Add(this.entryPluralsForms);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entryPluralsForms]));
     w20.Position = 0;
     this.table2.Add(this.hbox2);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox2]));
     w21.TopAttach    = ((uint)(5));
     w21.BottomAttach = ((uint)(6));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label10              = new global::Gtk.Label();
     this.label10.Name         = "label10";
     this.label10.Xalign       = 0F;
     this.label10.LabelProp    = global::Mono.Unix.Catalog.GetString("_Translator name:");
     this.label10.UseUnderline = true;
     this.table2.Add(this.label10);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table2 [this.label10]));
     w22.XOptions = ((global::Gtk.AttachOptions)(4));
     w22.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label11              = new global::Gtk.Label();
     this.label11.Name         = "label11";
     this.label11.Xalign       = 0F;
     this.label11.LabelProp    = global::Mono.Unix.Catalog.GetString("T_ranslator e-mail:");
     this.label11.UseUnderline = true;
     this.table2.Add(this.label11);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table2 [this.label11]));
     w23.TopAttach    = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label12              = new global::Gtk.Label();
     this.label12.Name         = "label12";
     this.label12.Xalign       = 0F;
     this.label12.LabelProp    = global::Mono.Unix.Catalog.GetString("_Language group:");
     this.label12.UseUnderline = true;
     this.table2.Add(this.label12);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table2 [this.label12]));
     w24.TopAttach    = ((uint)(2));
     w24.BottomAttach = ((uint)(3));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label13              = new global::Gtk.Label();
     this.label13.Name         = "label13";
     this.label13.Xalign       = 0F;
     this.label13.LabelProp    = global::Mono.Unix.Catalog.GetString("L_anguage group e-mail:");
     this.label13.UseUnderline = true;
     this.table2.Add(this.label13);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2 [this.label13]));
     w25.TopAttach    = ((uint)(3));
     w25.BottomAttach = ((uint)(4));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label14              = new global::Gtk.Label();
     this.label14.Name         = "label14";
     this.label14.Xalign       = 0F;
     this.label14.LabelProp    = global::Mono.Unix.Catalog.GetString("_Charset:");
     this.label14.UseUnderline = true;
     this.table2.Add(this.label14);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2 [this.label14]));
     w26.TopAttach    = ((uint)(4));
     w26.BottomAttach = ((uint)(5));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label15              = new global::Gtk.Label();
     this.label15.Name         = "label15";
     this.label15.Xalign       = 0F;
     this.label15.LabelProp    = global::Mono.Unix.Catalog.GetString("_Plural forms:");
     this.label15.UseUnderline = true;
     this.table2.Add(this.label15);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2 [this.label15]));
     w27.TopAttach    = ((uint)(5));
     w27.BottomAttach = ((uint)(6));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table2);
     global::Gtk.Notebook.NotebookChild w28 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.table2]));
     w28.Position = 1;
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Language settings");
     this.notebook1.SetTabLabel(this.table2, this.label2);
     this.label2.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label5.MnemonicWidget  = this.textviewComments;
     this.label6.MnemonicWidget  = this.entryProjectName;
     this.label7.MnemonicWidget  = this.entryProjectVersion;
     this.label8.MnemonicWidget  = this.entryBugzilla;
     this.label10.MnemonicWidget = this.entryTranslatorName;
     this.label11.MnemonicWidget = this.entryTranslatorEmail;
     this.label12.MnemonicWidget = this.entryLanguageGroupName;
     this.label13.MnemonicWidget = this.entryLanguageGroupEmail;
     this.label15.MnemonicWidget = this.entryPluralsForms;
     this.Show();
     this.entryProjectVersion.Changed     += new global::System.EventHandler(this.OnHeaderChanged);
     this.entryProjectName.Changed        += new global::System.EventHandler(this.OnHeaderChanged);
     this.entryBugzilla.Changed           += new global::System.EventHandler(this.OnHeaderChanged);
     this.entryPluralsForms.Changed       += new global::System.EventHandler(this.OnHeaderChanged);
     this.entryTranslatorName.Changed     += new global::System.EventHandler(this.OnHeaderChanged);
     this.entryTranslatorEmail.Changed    += new global::System.EventHandler(this.OnHeaderChanged);
     this.entryLanguageGroupName.Changed  += new global::System.EventHandler(this.OnHeaderChanged);
     this.entryLanguageGroupEmail.Changed += new global::System.EventHandler(this.OnHeaderChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.D.OptionPanels.DCompilerOptions
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.D.OptionPanels.DCompilerOptions";
     // Container child MonoDevelop.D.OptionPanels.DCompilerOptions.Gtk.Container+ContainerChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.table6               = new global::Gtk.Table(((uint)(8)), ((uint)(2)), false);
     this.table6.Name          = "table6";
     this.table6.RowSpacing    = ((uint)(6));
     this.table6.ColumnSpacing = ((uint)(6));
     // Container child table6.Gtk.Table+TableChild
     this.btnDefaults              = new global::Gtk.Button();
     this.btnDefaults.CanFocus     = true;
     this.btnDefaults.Name         = "btnDefaults";
     this.btnDefaults.UseUnderline = true;
     this.btnDefaults.Label        = global::Mono.Unix.Catalog.GetString("Defaults");
     this.table6.Add(this.btnDefaults);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table6 [this.btnDefaults]));
     w1.TopAttach    = ((uint)(7));
     w1.BottomAttach = ((uint)(8));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 2;
     // Container child hbox2.Gtk.Box+BoxChild
     this.txtBinPath               = new global::Gtk.Entry();
     this.txtBinPath.CanFocus      = true;
     this.txtBinPath.Name          = "txtBinPath";
     this.txtBinPath.IsEditable    = true;
     this.txtBinPath.InvisibleChar = '●';
     this.hbox2.Add(this.txtBinPath);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.txtBinPath]));
     w2.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.button_BinPathBrowser              = new global::Gtk.Button();
     this.button_BinPathBrowser.CanFocus     = true;
     this.button_BinPathBrowser.Name         = "button_BinPathBrowser";
     this.button_BinPathBrowser.UseUnderline = true;
     this.button_BinPathBrowser.Label        = global::Mono.Unix.Catalog.GetString("Browse...");
     this.hbox2.Add(this.button_BinPathBrowser);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.button_BinPathBrowser]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     this.table6.Add(this.hbox2);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table6 [this.hbox2]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 2;
     // Container child hbox4.Gtk.Box+BoxChild
     this.cmbCompilers      = global::Gtk.ComboBoxEntry.NewText();
     this.cmbCompilers.Name = "cmbCompilers";
     this.hbox4.Add(this.cmbCompilers);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.cmbCompilers]));
     w5.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.btnApplyRenaming = new global::Gtk.Button();
     this.btnApplyRenaming.TooltipMarkup = "Press to rename current compiler configuration";
     this.btnApplyRenaming.CanFocus      = true;
     this.btnApplyRenaming.Name          = "btnApplyRenaming";
     this.btnApplyRenaming.UseUnderline  = true;
     this.btnApplyRenaming.Label         = global::Mono.Unix.Catalog.GetString("Apply new name");
     this.hbox4.Add(this.btnApplyRenaming);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.btnApplyRenaming]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.btnAddCompiler = new global::Gtk.Button();
     this.btnAddCompiler.TooltipMarkup = "Click to add an empty configuration with the name entered in the drop-down";
     this.btnAddCompiler.WidthRequest  = 24;
     this.btnAddCompiler.CanFocus      = true;
     this.btnAddCompiler.Name          = "btnAddCompiler";
     this.btnAddCompiler.UseUnderline  = true;
     // Container child btnAddCompiler.Gtk.Container+ContainerChild
     global::Gtk.Alignment w7 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w8 = new global::Gtk.HBox();
     w8.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w9 = new global::Gtk.Image();
     w9.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     w8.Add(w9);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w11 = new global::Gtk.Label();
     w8.Add(w11);
     w7.Add(w8);
     this.btnAddCompiler.Add(w7);
     this.hbox4.Add(this.btnAddCompiler);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.btnAddCompiler]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.btnRemoveCompiler = new global::Gtk.Button();
     this.btnRemoveCompiler.TooltipMarkup = "Remove current configuration";
     this.btnRemoveCompiler.WidthRequest  = 24;
     this.btnRemoveCompiler.CanFocus      = true;
     this.btnRemoveCompiler.Name          = "btnRemoveCompiler";
     this.btnRemoveCompiler.UseUnderline  = true;
     // Container child btnRemoveCompiler.Gtk.Container+ContainerChild
     global::Gtk.Alignment w16 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w17 = new global::Gtk.HBox();
     w17.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w18 = new global::Gtk.Image();
     w18.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-remove", global::Gtk.IconSize.Menu);
     w17.Add(w18);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w20 = new global::Gtk.Label();
     w17.Add(w20);
     w16.Add(w17);
     this.btnRemoveCompiler.Add(w16);
     this.hbox4.Add(this.btnRemoveCompiler);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.btnRemoveCompiler]));
     w24.Position = 3;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.btnMakeDefault = new global::Gtk.ToggleButton();
     this.btnMakeDefault.TooltipMarkup = "Click to make the current configuration default";
     this.btnMakeDefault.Name          = "btnMakeDefault";
     this.btnMakeDefault.UseUnderline  = true;
     this.btnMakeDefault.Active        = true;
     this.btnMakeDefault.Label         = global::Mono.Unix.Catalog.GetString("Make Default");
     this.hbox4.Add(this.btnMakeDefault);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.btnMakeDefault]));
     w25.Position = 4;
     w25.Expand   = false;
     w25.Fill     = false;
     this.table6.Add(this.hbox4);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table6 [this.hbox4]));
     w26.LeftAttach  = ((uint)(1));
     w26.RightAttach = ((uint)(2));
     w26.XOptions    = ((global::Gtk.AttachOptions)(4));
     w26.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.btnDebugArguments              = new global::Gtk.Button();
     this.btnDebugArguments.CanFocus     = true;
     this.btnDebugArguments.Name         = "btnDebugArguments";
     this.btnDebugArguments.UseUnderline = true;
     this.btnDebugArguments.Label        = global::Mono.Unix.Catalog.GetString("Debug Arguments");
     this.hbox8.Add(this.btnDebugArguments);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.btnDebugArguments]));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child hbox8.Gtk.Box+BoxChild
     this.btnReleaseArguments              = new global::Gtk.Button();
     this.btnReleaseArguments.CanFocus     = true;
     this.btnReleaseArguments.Name         = "btnReleaseArguments";
     this.btnReleaseArguments.UseUnderline = true;
     this.btnReleaseArguments.Label        = global::Mono.Unix.Catalog.GetString("Release Arguments");
     this.hbox8.Add(this.btnReleaseArguments);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.btnReleaseArguments]));
     w28.Position = 2;
     w28.Expand   = false;
     w28.Fill     = false;
     this.table6.Add(this.hbox8);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table6 [this.hbox8]));
     w29.TopAttach    = ((uint)(7));
     w29.BottomAttach = ((uint)(8));
     w29.LeftAttach   = ((uint)(1));
     w29.RightAttach  = ((uint)(2));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Toolchain bin path");
     this.table6.Add(this.label2);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table6 [this.label2]));
     w30.TopAttach    = ((uint)(1));
     w30.BottomAttach = ((uint)(2));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.label28           = new global::Gtk.Label();
     this.label28.Name      = "label28";
     this.label28.LabelProp = global::Mono.Unix.Catalog.GetString("Static lib linker");
     this.table6.Add(this.label28);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table6 [this.label28]));
     w31.TopAttach    = ((uint)(6));
     w31.BottomAttach = ((uint)(7));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.label29           = new global::Gtk.Label();
     this.label29.Name      = "label29";
     this.label29.LabelProp = global::Mono.Unix.Catalog.GetString("Shared lib linker");
     this.table6.Add(this.label29);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table6 [this.label29]));
     w32.TopAttach    = ((uint)(5));
     w32.BottomAttach = ((uint)(6));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Compiler");
     this.table6.Add(this.label3);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table6 [this.label3]));
     w33.XOptions = ((global::Gtk.AttachOptions)(4));
     w33.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.label30           = new global::Gtk.Label();
     this.label30.Name      = "label30";
     this.label30.LabelProp = global::Mono.Unix.Catalog.GetString("Console app linker");
     this.table6.Add(this.label30);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table6 [this.label30]));
     w34.TopAttach    = ((uint)(4));
     w34.BottomAttach = ((uint)(5));
     w34.XOptions     = ((global::Gtk.AttachOptions)(4));
     w34.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.label31           = new global::Gtk.Label();
     this.label31.Name      = "label31";
     this.label31.LabelProp = global::Mono.Unix.Catalog.GetString("Compiler executable");
     this.table6.Add(this.label31);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table6 [this.label31]));
     w35.TopAttach    = ((uint)(2));
     w35.BottomAttach = ((uint)(3));
     w35.XOptions     = ((global::Gtk.AttachOptions)(4));
     w35.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.label32           = new global::Gtk.Label();
     this.label32.Name      = "label32";
     this.label32.LabelProp = global::Mono.Unix.Catalog.GetString("GUI app linker");
     this.table6.Add(this.label32);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table6 [this.label32]));
     w36.TopAttach    = ((uint)(3));
     w36.BottomAttach = ((uint)(4));
     w36.XOptions     = ((global::Gtk.AttachOptions)(4));
     w36.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.txtCompiler               = new global::Gtk.Entry();
     this.txtCompiler.CanFocus      = true;
     this.txtCompiler.Name          = "txtCompiler";
     this.txtCompiler.IsEditable    = true;
     this.txtCompiler.InvisibleChar = '•';
     this.table6.Add(this.txtCompiler);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table6 [this.txtCompiler]));
     w37.TopAttach    = ((uint)(2));
     w37.BottomAttach = ((uint)(3));
     w37.LeftAttach   = ((uint)(1));
     w37.RightAttach  = ((uint)(2));
     w37.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.txtConsoleAppLinker               = new global::Gtk.Entry();
     this.txtConsoleAppLinker.CanFocus      = true;
     this.txtConsoleAppLinker.Name          = "txtConsoleAppLinker";
     this.txtConsoleAppLinker.IsEditable    = true;
     this.txtConsoleAppLinker.InvisibleChar = '•';
     this.table6.Add(this.txtConsoleAppLinker);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table6 [this.txtConsoleAppLinker]));
     w38.TopAttach    = ((uint)(4));
     w38.BottomAttach = ((uint)(5));
     w38.LeftAttach   = ((uint)(1));
     w38.RightAttach  = ((uint)(2));
     w38.XOptions     = ((global::Gtk.AttachOptions)(4));
     w38.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.txtGUIAppLinker               = new global::Gtk.Entry();
     this.txtGUIAppLinker.CanFocus      = true;
     this.txtGUIAppLinker.Name          = "txtGUIAppLinker";
     this.txtGUIAppLinker.IsEditable    = true;
     this.txtGUIAppLinker.InvisibleChar = '•';
     this.table6.Add(this.txtGUIAppLinker);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table6 [this.txtGUIAppLinker]));
     w39.TopAttach    = ((uint)(3));
     w39.BottomAttach = ((uint)(4));
     w39.LeftAttach   = ((uint)(1));
     w39.RightAttach  = ((uint)(2));
     w39.XOptions     = ((global::Gtk.AttachOptions)(4));
     w39.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.txtSharedLibLinker               = new global::Gtk.Entry();
     this.txtSharedLibLinker.CanFocus      = true;
     this.txtSharedLibLinker.Name          = "txtSharedLibLinker";
     this.txtSharedLibLinker.IsEditable    = true;
     this.txtSharedLibLinker.InvisibleChar = '•';
     this.table6.Add(this.txtSharedLibLinker);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table6 [this.txtSharedLibLinker]));
     w40.TopAttach    = ((uint)(5));
     w40.BottomAttach = ((uint)(6));
     w40.LeftAttach   = ((uint)(1));
     w40.RightAttach  = ((uint)(2));
     w40.XOptions     = ((global::Gtk.AttachOptions)(4));
     w40.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table6.Gtk.Table+TableChild
     this.txtStaticLibLinker               = new global::Gtk.Entry();
     this.txtStaticLibLinker.CanFocus      = true;
     this.txtStaticLibLinker.Name          = "txtStaticLibLinker";
     this.txtStaticLibLinker.IsEditable    = true;
     this.txtStaticLibLinker.InvisibleChar = '•';
     this.table6.Add(this.txtStaticLibLinker);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table6 [this.txtStaticLibLinker]));
     w41.TopAttach    = ((uint)(6));
     w41.BottomAttach = ((uint)(7));
     w41.LeftAttach   = ((uint)(1));
     w41.RightAttach  = ((uint)(2));
     w41.XOptions     = ((global::Gtk.AttachOptions)(4));
     w41.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox8.Add(this.table6);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.table6]));
     w42.Position = 0;
     w42.Expand   = false;
     w42.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.notebook2             = new global::Gtk.Notebook();
     this.notebook2.CanFocus    = true;
     this.notebook2.Name        = "notebook2";
     this.notebook2.CurrentPage = 1;
     this.notebook2.ShowBorder  = false;
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.text_DefaultLibraries = new global::Gtk.TextView();
     this.text_DefaultLibraries.TooltipMarkup = "A line-separated list of library references to link in by default";
     this.text_DefaultLibraries.HeightRequest = 80;
     this.text_DefaultLibraries.CanFocus      = true;
     this.text_DefaultLibraries.Name          = "text_DefaultLibraries";
     this.GtkScrolledWindow.Add(this.text_DefaultLibraries);
     this.notebook2.Add(this.GtkScrolledWindow);
     // Notebook tab
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Default Libraries");
     this.notebook2.SetTabLabel(this.GtkScrolledWindow, this.label12);
     this.label12.ShowAll();
     // Container child notebook2.Gtk.Notebook+NotebookChild
     this.table2               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.TooltipMarkup = "Line-separated list of paths where the compiler (and the code completion engine!)" +
                                             " shall look in to resolve imports.";
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.text_Includes          = new global::Gtk.TextView();
     this.text_Includes.CanFocus = true;
     this.text_Includes.Name     = "text_Includes";
     this.GtkScrolledWindow1.Add(this.text_Includes);
     this.table2.Add(this.GtkScrolledWindow1);
     // Container child table2.Gtk.Table+TableChild
     this.table3               = new global::Gtk.Table(((uint)(2)), ((uint)(1)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.button_AddInclude              = new global::Gtk.Button();
     this.button_AddInclude.CanFocus     = true;
     this.button_AddInclude.Name         = "button_AddInclude";
     this.button_AddInclude.UseUnderline = true;
     this.button_AddInclude.Label        = global::Mono.Unix.Catalog.GetString("Browse & Add");
     this.table3.Add(this.button_AddInclude);
     global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table3 [this.button_AddInclude]));
     w47.XOptions = ((global::Gtk.AttachOptions)(4));
     w47.YOptions = ((global::Gtk.AttachOptions)(4));
     this.table2.Add(this.table3);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table2 [this.table3]));
     w48.LeftAttach  = ((uint)(1));
     w48.RightAttach = ((uint)(2));
     w48.XOptions    = ((global::Gtk.AttachOptions)(4));
     this.notebook2.Add(this.table2);
     global::Gtk.Notebook.NotebookChild w49 = ((global::Gtk.Notebook.NotebookChild)(this.notebook2 [this.table2]));
     w49.Position = 1;
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Includes");
     this.notebook2.SetTabLabel(this.table2, this.label1);
     this.label1.ShowAll();
     this.vbox8.Add(this.notebook2);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.notebook2]));
     w50.Position = 1;
     this.Add(this.vbox8);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.btnDebugArguments.Clicked     += new global::System.EventHandler(this.btnDebugArguments_Clicked);
     this.btnReleaseArguments.Clicked   += new global::System.EventHandler(this.btnReleaseArguments_Clicked);
     this.cmbCompilers.Changed          += new global::System.EventHandler(this.OnCmbCompilersChanged);
     this.btnApplyRenaming.Pressed      += new global::System.EventHandler(this.OnBtnApplyRenamingPressed);
     this.btnAddCompiler.Clicked        += new global::System.EventHandler(this.OnBtnAddCompilerClicked);
     this.btnRemoveCompiler.Clicked     += new global::System.EventHandler(this.OnBtnRemoveCompilerClicked);
     this.btnMakeDefault.Released       += new global::System.EventHandler(this.OnTogglebuttonMakeDefaultPressed);
     this.button_BinPathBrowser.Clicked += new global::System.EventHandler(this.OnButtonBinPathBrowserClicked);
     this.btnDefaults.Clicked           += new global::System.EventHandler(this.OnBtnDefaultsClicked);
     this.button_AddInclude.Clicked     += new global::System.EventHandler(this.OnButtonAddIncludeClicked);
 }
Пример #51
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget labwork.deleteElement
     this.Name           = "labwork.deleteElement";
     this.Title          = global::Mono.Unix.Catalog.GetString("deleteElement");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child labwork.deleteElement.Gtk.Container+ContainerChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview1          = new global::Gtk.TextView();
     this.textview1.CanFocus = true;
     this.textview1.Name     = "textview1";
     this.textview1.Editable = false;
     this.GtkScrolledWindow.Add(this.textview1);
     this.vbox7.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.GtkScrolledWindow]));
     w2.Position = 0;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.comboboxentry6      = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentry6.Name = "comboboxentry6";
     this.hbox3.Add(this.comboboxentry6);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.comboboxentry6]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vpaned12          = new global::Gtk.VPaned();
     this.vpaned12.CanFocus = true;
     this.vpaned12.Name     = "vpaned12";
     this.vpaned12.Position = 31;
     // Container child vpaned12.Gtk.Paned+PanedChild
     this.button6              = new global::Gtk.Button();
     this.button6.CanFocus     = true;
     this.button6.Name         = "button6";
     this.button6.UseUnderline = true;
     this.button6.Label        = global::Mono.Unix.Catalog.GetString("Удалить");
     this.vpaned12.Add(this.button6);
     this.hbox3.Add(this.vpaned12);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vpaned12]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox7.Add(this.hbox3);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox3]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.fixed2           = new global::Gtk.Fixed();
     this.fixed2.Name      = "fixed2";
     this.fixed2.HasWindow = false;
     this.vbox7.Add(this.fixed2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.fixed2]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.button8              = new global::Gtk.Button();
     this.button8.CanFocus     = true;
     this.button8.Name         = "button8";
     this.button8.UseUnderline = true;
     this.button8.Label        = global::Mono.Unix.Catalog.GetString("<-");
     this.hbox5.Add(this.button8);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.button8]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.hpaned5          = new global::Gtk.HPaned();
     this.hpaned5.CanFocus = true;
     this.hpaned5.Name     = "hpaned5";
     this.hpaned5.Position = 10;
     this.hbox5.Add(this.hpaned5);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.hpaned5]));
     w9.Position = 1;
     // Container child hbox5.Gtk.Box+BoxChild
     this.button9              = new global::Gtk.Button();
     this.button9.CanFocus     = true;
     this.button9.Name         = "button9";
     this.button9.UseUnderline = true;
     this.button9.Label        = global::Mono.Unix.Catalog.GetString("->");
     this.hbox5.Add(this.button9);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.button9]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     this.vbox7.Add(this.hbox5);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox5]));
     w11.Position = 3;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 10;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.label2      = new global::Gtk.Label();
     this.label2.Name = "label2";
     this.hpaned1.Add(this.label2);
     this.hbox6.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.hpaned1]));
     w13.Position = 0;
     // Container child hbox6.Gtk.Box+BoxChild
     this.hpaned2          = new global::Gtk.HPaned();
     this.hpaned2.CanFocus = true;
     this.hpaned2.Name     = "hpaned2";
     this.hpaned2.Position = 10;
     // Container child hpaned2.Gtk.Paned+PanedChild
     this.label3      = new global::Gtk.Label();
     this.label3.Name = "label3";
     this.hpaned2.Add(this.label3);
     this.hbox6.Add(this.hpaned2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.hpaned2]));
     w15.Position = 1;
     // Container child hbox6.Gtk.Box+BoxChild
     this.hpaned3          = new global::Gtk.HPaned();
     this.hpaned3.CanFocus = true;
     this.hpaned3.Name     = "hpaned3";
     this.hpaned3.Position = 10;
     // Container child hpaned3.Gtk.Paned+PanedChild
     this.label4      = new global::Gtk.Label();
     this.label4.Name = "label4";
     this.hpaned3.Add(this.label4);
     this.hbox6.Add(this.hpaned3);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.hpaned3]));
     w17.Position = 2;
     // Container child hbox6.Gtk.Box+BoxChild
     this.hpaned4          = new global::Gtk.HPaned();
     this.hpaned4.CanFocus = true;
     this.hpaned4.Name     = "hpaned4";
     this.hpaned4.Position = 10;
     // Container child hpaned4.Gtk.Paned+PanedChild
     this.label5      = new global::Gtk.Label();
     this.label5.Name = "label5";
     this.hpaned4.Add(this.label5);
     this.hbox6.Add(this.hpaned4);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.hpaned4]));
     w19.Position = 3;
     this.vbox7.Add(this.hbox6);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox6]));
     w20.Position = 4;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.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.hbox7.Add(this.entry1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.entry1]));
     w21.Position = 0;
     // Container child hbox7.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.hbox7.Add(this.entry2);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.entry2]));
     w22.Position = 1;
     // Container child hbox7.Gtk.Box+BoxChild
     this.entry3               = new global::Gtk.Entry();
     this.entry3.CanFocus      = true;
     this.entry3.Name          = "entry3";
     this.entry3.IsEditable    = true;
     this.entry3.InvisibleChar = '●';
     this.hbox7.Add(this.entry3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.entry3]));
     w23.Position = 2;
     // Container child hbox7.Gtk.Box+BoxChild
     this.entry4               = new global::Gtk.Entry();
     this.entry4.CanFocus      = true;
     this.entry4.Name          = "entry4";
     this.entry4.IsEditable    = true;
     this.entry4.InvisibleChar = '●';
     this.hbox7.Add(this.entry4);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.entry4]));
     w24.Position = 3;
     this.vbox7.Add(this.hbox7);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox7]));
     w25.Position = 5;
     w25.Expand   = false;
     w25.Fill     = false;
     this.Add(this.vbox7);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 682;
     this.DefaultHeight = 300;
     this.Show();
     this.DeleteEvent            += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.comboboxentry6.Changed += new global::System.EventHandler(this.OnComboboxentry6Changed);
     this.button6.Clicked        += new global::System.EventHandler(this.OnButton6Clicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.IPhone.Gui.IPhoneBuildOptionsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.IPhone.Gui.IPhoneBuildOptionsWidget";
     // Container child MonoDevelop.IPhone.Gui.IPhoneBuildOptionsWidget.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 1;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(5)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.label19 = new global::Gtk.Label();
     this.label19.WidthRequest = 18;
     this.label19.Name         = "label19";
     this.label19.Xalign       = 0F;
     this.label19.UseUnderline = true;
     this.table2.Add(this.label19);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table2 [this.label19]));
     w1.TopAttach    = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>SDK Options</b>");
     this.label2.UseMarkup = true;
     this.table2.Add(this.label2);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2 [this.label2]));
     w2.RightAttach = ((uint)(3));
     w2.XOptions    = ((global::Gtk.AttachOptions)(4));
     w2.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label3              = new global::Gtk.Label();
     this.label3.Name         = "label3";
     this.label3.Xalign       = 0F;
     this.label3.LabelProp    = global::Mono.Unix.Catalog.GetString("_Linker behavior:");
     this.label3.UseUnderline = true;
     this.table2.Add(this.label3);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2 [this.label3]));
     w3.TopAttach    = ((uint)(4));
     w3.BottomAttach = ((uint)(5));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.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("_SDK version:");
     this.label4.UseUnderline = true;
     this.table2.Add(this.label4);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.label4]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label6              = new global::Gtk.Label();
     this.label6.Name         = "label6";
     this.label6.Xalign       = 0F;
     this.label6.LabelProp    = global::Mono.Unix.Catalog.GetString("Minimum _OS version:");
     this.label6.UseUnderline = true;
     this.table2.Add(this.label6);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.label6]));
     w5.TopAttach    = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Linker Options</b>");
     this.label9.UseMarkup = true;
     this.table2.Add(this.label9);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2 [this.label9]));
     w6.TopAttach    = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.RightAttach  = ((uint)(3));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.linkCombo      = global::Gtk.ComboBox.NewText();
     this.linkCombo.Name = "linkCombo";
     this.table2.Add(this.linkCombo);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2 [this.linkCombo]));
     w7.TopAttach    = ((uint)(4));
     w7.BottomAttach = ((uint)(5));
     w7.LeftAttach   = ((uint)(2));
     w7.RightAttach  = ((uint)(3));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.minOSComboEntry      = global::Gtk.ComboBoxEntry.NewText();
     this.minOSComboEntry.Name = "minOSComboEntry";
     this.table2.Add(this.minOSComboEntry);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2 [this.minOSComboEntry]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.LeftAttach   = ((uint)(2));
     w8.RightAttach  = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.sdkCombo      = global::Gtk.ComboBox.NewText();
     this.sdkCombo.Name = "sdkCombo";
     this.table2.Add(this.sdkCombo);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2 [this.sdkCombo]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach   = ((uint)(2));
     w9.RightAttach  = ((uint)(3));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table2]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 0F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Additional Options</b>");
     this.label10.UseMarkup = true;
     this.vbox2.Add(this.label10);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label10]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment5             = new global::Gtk.Alignment(0F, 0.5F, 1F, 1F);
     this.alignment5.Name        = "alignment5";
     this.alignment5.LeftPadding = ((uint)(24));
     // Container child alignment5.Gtk.Container+ContainerChild
     this.vbox9         = new global::Gtk.VBox();
     this.vbox9.Name    = "vbox9";
     this.vbox9.Spacing = 6;
     // Container child vbox9.Gtk.Box+BoxChild
     this.debugCheck               = new global::Gtk.CheckButton();
     this.debugCheck.CanFocus      = true;
     this.debugCheck.Name          = "debugCheck";
     this.debugCheck.Label         = "";
     this.debugCheck.DrawIndicator = true;
     this.debugCheck.UseUnderline  = true;
     this.debugCheck.Remove(this.debugCheck.Child);
     // Container child debugCheck.Gtk.Container+ContainerChild
     this.label18           = new global::Gtk.Label();
     this.label18.Name      = "label18";
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString("Enable debugging\n<small>Do not use for release builds, as binaries are significantly larger</small>");
     this.label18.UseMarkup = true;
     this.debugCheck.Add(this.label18);
     this.vbox9.Add(this.debugCheck);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.debugCheck]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.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("Additional _mtouch arguments:");
     this.label1.UseUnderline = true;
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     this.vbox9.Add(this.hbox1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.hbox1]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox9.Gtk.Box+BoxChild
     this.alignment9             = new global::Gtk.Alignment(0F, 0.5F, 1F, 1F);
     this.alignment9.Name        = "alignment9";
     this.alignment9.LeftPadding = ((uint)(24));
     // Container child alignment9.Gtk.Container+ContainerChild
     this.extraArgsEntry      = new global::MonoDevelop.Components.MenuButtonEntry();
     this.extraArgsEntry.Name = "extraArgsEntry";
     this.alignment9.Add(this.extraArgsEntry);
     this.vbox9.Add(this.alignment9);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox9 [this.alignment9]));
     w17.Position = 2;
     w17.Expand   = false;
     w17.Fill     = false;
     this.alignment5.Add(this.vbox9);
     this.vbox2.Add(this.alignment5);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment5]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     this.notebook1.Add(this.vbox2);
     // Notebook tab
     this.label11              = new global::Gtk.Label();
     this.label11.Name         = "label11";
     this.label11.LabelProp    = global::Mono.Unix.Catalog.GetString("_General");
     this.label11.UseUnderline = true;
     this.notebook1.SetTabLabel(this.vbox2, this.label11);
     this.label11.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.advancedVbox             = new global::Gtk.VBox();
     this.advancedVbox.Name        = "advancedVbox";
     this.advancedVbox.Spacing     = 6;
     this.advancedVbox.BorderWidth = ((uint)(6));
     // Container child advancedVbox.Gtk.Box+BoxChild
     this.codeGenerationLabel           = new global::Gtk.Label();
     this.codeGenerationLabel.Name      = "codeGenerationLabel";
     this.codeGenerationLabel.Xalign    = 0F;
     this.codeGenerationLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Code Generation</b>");
     this.codeGenerationLabel.UseMarkup = true;
     this.advancedVbox.Add(this.codeGenerationLabel);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.advancedVbox [this.codeGenerationLabel]));
     w21.Position = 0;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child advancedVbox.Gtk.Box+BoxChild
     this.codeGenerationAlignment             = new global::Gtk.Alignment(0F, 0.5F, 1F, 1F);
     this.codeGenerationAlignment.Name        = "codeGenerationAlignment";
     this.codeGenerationAlignment.LeftPadding = ((uint)(24));
     // Container child codeGenerationAlignment.Gtk.Container+ContainerChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 2;
     // Container child vbox5.Gtk.Box+BoxChild
     this.useLlvmCheck               = new global::Gtk.CheckButton();
     this.useLlvmCheck.CanFocus      = true;
     this.useLlvmCheck.Name          = "useLlvmCheck";
     this.useLlvmCheck.Label         = "";
     this.useLlvmCheck.DrawIndicator = true;
     this.useLlvmCheck.UseUnderline  = true;
     this.useLlvmCheck.Remove(this.useLlvmCheck.Child);
     // Container child useLlvmCheck.Gtk.Container+ContainerChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Use LLVM optimizing compiler\n<small>Experimental, not compatible with debug mode</small>");
     this.label14.UseMarkup = true;
     this.hbox4.Add(this.label14);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label14]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.image6 = new global::Gtk.Image();
     this.image6.TooltipMarkup = "The experimental LLVM compiler generates code that is faster and smaller, but the compilation takes much longer. It is not compatible with debug mode.";
     this.image6.Name          = "image6";
     this.image6.Xalign        = 0F;
     this.image6.Pixbuf        = global::Gdk.Pixbuf.LoadFromResource("information.png");
     this.hbox4.Add(this.image6);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.image6]));
     w23.Position = 1;
     w23.Expand   = false;
     w23.Fill     = false;
     this.useLlvmCheck.Add(this.hbox4);
     this.vbox5.Add(this.useLlvmCheck);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.useLlvmCheck]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.llvmOptionsAlignment             = new global::Gtk.Alignment(0F, 0.5F, 1F, 1F);
     this.llvmOptionsAlignment.Name        = "llvmOptionsAlignment";
     this.llvmOptionsAlignment.LeftPadding = ((uint)(24));
     // Container child llvmOptionsAlignment.Gtk.Container+ContainerChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 2;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Supported architectures:");
     this.hbox2.Add(this.label8);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label8]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.archCombo      = global::Gtk.ComboBox.NewText();
     this.archCombo.Name = "archCombo";
     this.hbox2.Add(this.archCombo);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.archCombo]));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label13      = new global::Gtk.Label();
     this.label13.Name = "label13";
     this.hbox2.Add(this.label13);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label13]));
     w28.PackType = ((global::Gtk.PackType)(1));
     w28.Position = 2;
     // Container child hbox2.Gtk.Box+BoxChild
     this.image4 = new global::Gtk.Image();
     this.image4.TooltipMarkup = "ARMv7 code is faster and smaller but only works on iPhone 3GS and later. ARMv6 works on all devices.\n\nIncluding both ARMv6 and ARMv7 doubles the size of the executable, but allows use of ARMv7 on newer devices while still supporting older devices.";
     this.image4.Name          = "image4";
     this.image4.Xalign        = 0F;
     this.image4.Pixbuf        = global::Gdk.Pixbuf.LoadFromResource("information.png");
     this.hbox2.Add(this.image4);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.image4]));
     w29.PackType = ((global::Gtk.PackType)(1));
     w29.Position = 3;
     w29.Expand   = false;
     w29.Fill     = false;
     this.vbox6.Add(this.hbox2);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hbox2]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.useThumbCheck               = new global::Gtk.CheckButton();
     this.useThumbCheck.CanFocus      = true;
     this.useThumbCheck.Name          = "useThumbCheck";
     this.useThumbCheck.Label         = global::Mono.Unix.Catalog.GetString("Thumb");
     this.useThumbCheck.DrawIndicator = true;
     this.useThumbCheck.UseUnderline  = true;
     this.useThumbCheck.Remove(this.useThumbCheck.Child);
     // Container child useThumbCheck.Gtk.Container+ContainerChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label16           = new global::Gtk.Label();
     this.label16.Name      = "label16";
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("Use Thumb-2 instruction set for ARMv7");
     this.label16.UseMarkup = true;
     this.hbox3.Add(this.label16);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label16]));
     w31.Position = 0;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.image5 = new global::Gtk.Image();
     this.image5.TooltipMarkup = "Thumb-2 code is smaller but may be slightly slower in some cases.";
     this.image5.Name          = "image5";
     this.image5.Xalign        = 0F;
     this.image5.Pixbuf        = global::Gdk.Pixbuf.LoadFromResource("information.png");
     this.hbox3.Add(this.image5);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.image5]));
     w32.Position = 1;
     w32.Expand   = false;
     w32.Fill     = false;
     this.useThumbCheck.Add(this.hbox3);
     this.vbox6.Add(this.useThumbCheck);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.useThumbCheck]));
     w34.Position = 1;
     w34.Expand   = false;
     w34.Fill     = false;
     this.llvmOptionsAlignment.Add(this.vbox6);
     this.vbox5.Add(this.llvmOptionsAlignment);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.llvmOptionsAlignment]));
     w36.Position = 1;
     w36.Expand   = false;
     w36.Fill     = false;
     this.codeGenerationAlignment.Add(this.vbox5);
     this.advancedVbox.Add(this.codeGenerationAlignment);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.advancedVbox [this.codeGenerationAlignment]));
     w38.Position = 1;
     w38.Expand   = false;
     w38.Fill     = false;
     // Container child advancedVbox.Gtk.Box+BoxChild
     this.runtimeOptionsLabel           = new global::Gtk.Label();
     this.runtimeOptionsLabel.Name      = "runtimeOptionsLabel";
     this.runtimeOptionsLabel.Xalign    = 0F;
     this.runtimeOptionsLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Runtime Options</b>");
     this.runtimeOptionsLabel.UseMarkup = true;
     this.advancedVbox.Add(this.runtimeOptionsLabel);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.advancedVbox [this.runtimeOptionsLabel]));
     w39.Position = 2;
     w39.Expand   = false;
     w39.Fill     = false;
     // Container child advancedVbox.Gtk.Box+BoxChild
     this.runtimeOptionsAlignment             = new global::Gtk.Alignment(0F, 0.5F, 1F, 1F);
     this.runtimeOptionsAlignment.Name        = "runtimeOptionsAlignment";
     this.runtimeOptionsAlignment.LeftPadding = ((uint)(24));
     // Container child runtimeOptionsAlignment.Gtk.Container+ContainerChild
     this.useSGenCheck               = new global::Gtk.CheckButton();
     this.useSGenCheck.CanFocus      = true;
     this.useSGenCheck.Name          = "useSGenCheck";
     this.useSGenCheck.Label         = "";
     this.useSGenCheck.DrawIndicator = true;
     this.useSGenCheck.UseUnderline  = true;
     this.useSGenCheck.Remove(this.useSGenCheck.Child);
     // Container child useSGenCheck.Gtk.Container+ContainerChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Use SGen generational garbage collector\n<small>Experimental, may improve GC performance</small>");
     this.label7.UseMarkup = true;
     this.useSGenCheck.Add(this.label7);
     this.runtimeOptionsAlignment.Add(this.useSGenCheck);
     this.advancedVbox.Add(this.runtimeOptionsAlignment);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.advancedVbox [this.runtimeOptionsAlignment]));
     w42.Position = 3;
     w42.Expand   = false;
     w42.Fill     = false;
     // Container child advancedVbox.Gtk.Box+BoxChild
     this.label17           = new global::Gtk.Label();
     this.label17.Name      = "label17";
     this.label17.Xalign    = 0F;
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Internationalization</b>");
     this.label17.UseMarkup = true;
     this.advancedVbox.Add(this.label17);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.advancedVbox [this.label17]));
     w43.Position = 4;
     w43.Expand   = false;
     w43.Fill     = false;
     // Container child advancedVbox.Gtk.Box+BoxChild
     this.alignment8             = new global::Gtk.Alignment(0F, 0.5F, 1F, 1F);
     this.alignment8.Name        = "alignment8";
     this.alignment8.LeftPadding = ((uint)(24));
     // Container child alignment8.Gtk.Container+ContainerChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.Yalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<small>If the application uses certain international codesets, they must be\nspecified explicitly so that the linker can include supporting resources.</small>");
     this.label5.UseMarkup = true;
     this.vbox7.Add(this.label5);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label5]));
     w44.Position = 0;
     w44.Expand   = false;
     w44.Fill     = false;
     // Container child vbox7.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.i18nTreeView          = new global::Gtk.TreeView();
     this.i18nTreeView.CanFocus = true;
     this.i18nTreeView.Name     = "i18nTreeView";
     this.GtkScrolledWindow.Add(this.i18nTreeView);
     this.vbox7.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.GtkScrolledWindow]));
     w46.Position = 1;
     w46.Expand   = false;
     this.alignment8.Add(this.vbox7);
     this.advancedVbox.Add(this.alignment8);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.advancedVbox [this.alignment8]));
     w48.Position = 5;
     this.notebook1.Add(this.advancedVbox);
     global::Gtk.Notebook.NotebookChild w49 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.advancedVbox]));
     w49.Position = 1;
     // Notebook tab
     this.label12              = new global::Gtk.Label();
     this.label12.Name         = "label12";
     this.label12.LabelProp    = global::Mono.Unix.Catalog.GetString("_Advanced");
     this.label12.UseUnderline = true;
     this.notebook1.SetTabLabel(this.advancedVbox, this.label12);
     this.label12.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label19.MnemonicWidget = this.linkCombo;
     this.label3.MnemonicWidget  = this.linkCombo;
     this.label4.MnemonicWidget  = this.sdkCombo;
     this.label6.MnemonicWidget  = this.sdkCombo;
     this.label5.MnemonicWidget  = this.i18nTreeView;
     this.Hide();
 }
Пример #53
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Template.TemplateWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.FileAction = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w1.Add(this.FileAction, null);
     this.CloseAction = new global::Gtk.Action("CloseAction", global::Mono.Unix.Catalog.GetString("Close"), null, null);
     this.CloseAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Close");
     w1.Add(this.CloseAction, null);
     this.HelpAction = new global::Gtk.Action("HelpAction", global::Mono.Unix.Catalog.GetString("Help"), null, null);
     this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Help");
     w1.Add(this.HelpAction, null);
     this.AboutAction = new global::Gtk.Action("AboutAction", global::Mono.Unix.Catalog.GetString("About"), null, null);
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("About");
     w1.Add(this.AboutAction, null);
     this.SettingsAction = new global::Gtk.Action("SettingsAction", global::Mono.Unix.Catalog.GetString("Settings"), null, null);
     this.SettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Settings");
     w1.Add(this.SettingsAction, null);
     this.WindowStyleAction = new global::Gtk.Action("WindowStyleAction", global::Mono.Unix.Catalog.GetString("Window style"), null, null);
     this.WindowStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Style");
     w1.Add(this.WindowStyleAction, null);
     this.CustomStyleAction = new global::Gtk.RadioAction("CustomStyleAction", global::Mono.Unix.Catalog.GetString("DGLE"), null, null, 0);
     this.CustomStyleAction.Group = new global::GLib.SList(global::System.IntPtr.Zero);
     this.CustomStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("DGLE");
     w1.Add(this.CustomStyleAction, null);
     this.PlatformStyleAction = new global::Gtk.RadioAction("PlatformStyleAction", global::Mono.Unix.Catalog.GetString("Platform"), null, null, 0);
     this.PlatformStyleAction.Group = this.CustomStyleAction.Group;
     this.PlatformStyleAction.Sensitive = false;
     this.PlatformStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Platform");
     this.PlatformStyleAction.Visible = false;
     this.PlatformStyleAction.VisibleHorizontal = false;
     this.PlatformStyleAction.VisibleVertical = false;
     this.PlatformStyleAction.VisibleOverflown = false;
     w1.Add(this.PlatformStyleAction, null);
     this.DecoratedCustomStyleAction = new global::Gtk.RadioAction("DecoratedCustomStyleAction", global::Mono.Unix.Catalog.GetString("Decorated DGLE"), null, null, 0);
     this.DecoratedCustomStyleAction.Group = this.PlatformStyleAction.Group;
     this.DecoratedCustomStyleAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Decorated DGLE");
     w1.Add(this.DecoratedCustomStyleAction, null);
     this.PlatformStyleAction1 = new global::Gtk.RadioAction("PlatformStyleAction1", global::Mono.Unix.Catalog.GetString("Platform"), null, null, 0);
     this.PlatformStyleAction1.Group = this.PlatformStyleAction.Group;
     this.PlatformStyleAction1.Sensitive = false;
     this.PlatformStyleAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("Platform");
     this.PlatformStyleAction1.Visible = false;
     w1.Add(this.PlatformStyleAction1, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name = "Template.TemplateWindow";
     this.Title = global::Mono.Unix.Catalog.GetString("Young, strong and crazy!");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Decorated = false;
     // Container child Template.TemplateWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='CloseAction' action='CloseAction'/></menu><menu name='SettingsAction' action='SettingsAction'><menu name='WindowStyleAction' action='WindowStyleAction'><menuitem name='CustomStyleAction' action='CustomStyleAction'/><menuitem name='DecoratedCustomStyleAction' action='DecoratedCustomStyleAction'/></menu></menu><menu name='HelpAction' action='HelpAction'><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>");
     this.menubar1 = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.menubar1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table(((uint)(8)), ((uint)(3)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.button1 = new global::Gtk.Button();
     this.button1.CanFocus = true;
     this.button1.Name = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label = global::Mono.Unix.Catalog.GetString("GtkButton");
     this.table1.Add(this.button1);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.button1]));
     w3.TopAttach = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.calendar2 = new global::Gtk.Calendar();
     this.calendar2.CanFocus = true;
     this.calendar2.Name = "calendar2";
     this.calendar2.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35));
     this.table1.Add(this.calendar2);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.calendar2]));
     w4.TopAttach = ((uint)(6));
     w4.BottomAttach = ((uint)(7));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.combobox1 = global::Gtk.ComboBox.NewText();
     this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString ("young"));
     this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString ("strong"));
     this.combobox1.AppendText(global::Mono.Unix.Catalog.GetString ("crazy"));
     this.combobox1.Name = "combobox1";
     this.combobox1.Active = 0;
     this.table1.Add(this.combobox1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.combobox1]));
     w5.TopAttach = ((uint)(3));
     w5.BottomAttach = ((uint)(4));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.comboboxentry1 = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxentry1.AppendText(global::Mono.Unix.Catalog.GetString ("young"));
     this.comboboxentry1.AppendText(global::Mono.Unix.Catalog.GetString ("strong"));
     this.comboboxentry1.AppendText(global::Mono.Unix.Catalog.GetString ("crazy"));
     this.comboboxentry1.Name = "comboboxentry1";
     this.comboboxentry1.Active = 0;
     this.table1.Add(this.comboboxentry1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.comboboxentry1]));
     w6.TopAttach = ((uint)(4));
     w6.BottomAttach = ((uint)(5));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entry1 = new global::Gtk.Entry();
     this.entry1.CanFocus = true;
     this.entry1.Name = "entry1";
     this.entry1.Text = global::Mono.Unix.Catalog.GetString("Young, strong and crazy!");
     this.entry1.IsEditable = true;
     this.entry1.InvisibleChar = '●';
     this.table1.Add(this.entry1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.entry1]));
     w7.TopAttach = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview1 = new global::Gtk.TextView();
     this.textview1.Buffer.Text = "Young, strong and crazy!";
     this.textview1.CanFocus = true;
     this.textview1.Name = "textview1";
     this.GtkScrolledWindow.Add(this.textview1);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow]));
     w9.TopAttach = ((uint)(6));
     w9.BottomAttach = ((uint)(7));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label();
     this.label1.Name = "label1";
     this.label1.Xalign = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("label1");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.progressbar1 = new global::Gtk.ProgressBar();
     this.progressbar1.Name = "progressbar1";
     this.progressbar1.Fraction = 0.5D;
     this.table1.Add(this.progressbar1);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.progressbar1]));
     w11.TopAttach = ((uint)(3));
     w11.BottomAttach = ((uint)(4));
     w11.LeftAttach = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spinbutton1 = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.spinbutton1.CanFocus = true;
     this.spinbutton1.Name = "spinbutton1";
     this.spinbutton1.Adjustment.PageIncrement = 10D;
     this.spinbutton1.ClimbRate = 1D;
     this.spinbutton1.Numeric = true;
     this.table1.Add(this.spinbutton1);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.spinbutton1]));
     w12.TopAttach = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.togglebutton1 = new global::Gtk.ToggleButton();
     this.togglebutton1.CanFocus = true;
     this.togglebutton1.Name = "togglebutton1";
     this.togglebutton1.UseUnderline = true;
     this.togglebutton1.Label = global::Mono.Unix.Catalog.GetString("GtkToggleButton");
     this.table1.Add(this.togglebutton1);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.togglebutton1]));
     w13.TopAttach = ((uint)(2));
     w13.BottomAttach = ((uint)(3));
     w13.LeftAttach = ((uint)(1));
     w13.RightAttach = ((uint)(2));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox3 = new global::Gtk.VBox();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkbutton2 = new global::Gtk.CheckButton();
     this.checkbutton2.CanFocus = true;
     this.checkbutton2.Name = "checkbutton2";
     this.checkbutton2.Label = global::Mono.Unix.Catalog.GetString("checkbutton2");
     this.checkbutton2.DrawIndicator = true;
     this.checkbutton2.UseUnderline = true;
     this.vbox3.Add(this.checkbutton2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkbutton2]));
     w14.Position = 0;
     w14.Expand = false;
     w14.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkbutton3 = new global::Gtk.CheckButton();
     this.checkbutton3.CanFocus = true;
     this.checkbutton3.Name = "checkbutton3";
     this.checkbutton3.Label = global::Mono.Unix.Catalog.GetString("checkbutton3");
     this.checkbutton3.DrawIndicator = true;
     this.checkbutton3.UseUnderline = true;
     this.vbox3.Add(this.checkbutton3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkbutton3]));
     w15.Position = 1;
     w15.Expand = false;
     w15.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkbutton4 = new global::Gtk.CheckButton();
     this.checkbutton4.CanFocus = true;
     this.checkbutton4.Name = "checkbutton4";
     this.checkbutton4.Label = global::Mono.Unix.Catalog.GetString("checkbutton4");
     this.checkbutton4.DrawIndicator = true;
     this.checkbutton4.UseUnderline = true;
     this.vbox3.Add(this.checkbutton4);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.checkbutton4]));
     w16.Position = 2;
     w16.Expand = false;
     w16.Fill = false;
     this.table1.Add(this.vbox3);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox3]));
     w17.TopAttach = ((uint)(5));
     w17.BottomAttach = ((uint)(6));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox4 = new global::Gtk.VBox();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobutton1 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString ("radiobutton1"));
     this.radiobutton1.CanFocus = true;
     this.radiobutton1.Name = "radiobutton1";
     this.radiobutton1.DrawIndicator = true;
     this.radiobutton1.UseUnderline = true;
     this.radiobutton1.Group = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox4.Add(this.radiobutton1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.radiobutton1]));
     w18.Position = 0;
     w18.Expand = false;
     w18.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobutton2 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString ("radiobutton2"));
     this.radiobutton2.CanFocus = true;
     this.radiobutton2.Name = "radiobutton2";
     this.radiobutton2.DrawIndicator = true;
     this.radiobutton2.UseUnderline = true;
     this.radiobutton2.Group = this.radiobutton1.Group;
     this.vbox4.Add(this.radiobutton2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.radiobutton2]));
     w19.Position = 1;
     w19.Expand = false;
     w19.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobutton3 = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString ("radiobutton3"));
     this.radiobutton3.CanFocus = true;
     this.radiobutton3.Name = "radiobutton3";
     this.radiobutton3.DrawIndicator = true;
     this.radiobutton3.UseUnderline = true;
     this.radiobutton3.Group = this.radiobutton1.Group;
     this.vbox4.Add(this.radiobutton3);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.radiobutton3]));
     w20.Position = 2;
     w20.Expand = false;
     w20.Fill = false;
     this.table1.Add(this.vbox4);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.vbox4]));
     w21.TopAttach = ((uint)(5));
     w21.BottomAttach = ((uint)(6));
     w21.LeftAttach = ((uint)(1));
     w21.RightAttach = ((uint)(2));
     w21.XOptions = ((global::Gtk.AttachOptions)(4));
     w21.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.table1]));
     w22.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1 = new global::Gtk.Statusbar();
     this.statusbar1.Name = "statusbar1";
     this.statusbar1.Spacing = 6;
     this.vbox1.Add(this.statusbar1);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.statusbar1]));
     w23.Position = 2;
     w23.Expand = false;
     w23.Fill = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth = 483;
     this.DefaultHeight = 497;
     this.Show();
 }
Пример #54
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget frz.MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.AnsichtAction            = new global::Gtk.Action("AnsichtAction", "Ansicht", null, null);
     this.AnsichtAction.ShortLabel = "Ansicht";
     w1.Add(this.AnsichtAction, null);
     this.DateiAction            = new global::Gtk.Action("DateiAction", "Datei", null, null);
     this.DateiAction.ShortLabel = "Datei";
     w1.Add(this.DateiAction, null);
     this.HilfeAction            = new global::Gtk.Action("HilfeAction", "Hilfe", null, null);
     this.HilfeAction.ShortLabel = "Hilfe";
     w1.Add(this.HilfeAction, null);
     this.WortlisteFfnenAction            = new global::Gtk.Action("WortlisteFfnenAction", "Wortliste öffnen", null, null);
     this.WortlisteFfnenAction.ShortLabel = "Wortliste öffnen";
     w1.Add(this.WortlisteFfnenAction, null);
     this.ErgebnisInDateiSpeichernAction            = new global::Gtk.Action("ErgebnisInDateiSpeichernAction", "Ergebnis in Datei speichern", null, null);
     this.ErgebnisInDateiSpeichernAction.ShortLabel = "Ergebnis in Datei speichern";
     w1.Add(this.ErgebnisInDateiSpeichernAction, null);
     this.SchlieenAction            = new global::Gtk.Action("SchlieenAction", "Schließen", null, null);
     this.SchlieenAction.ShortLabel = "Schließen";
     w1.Add(this.SchlieenAction, null);
     this.NormalansichtAction            = new global::Gtk.Action("NormalansichtAction", "Normalansicht", null, null);
     this.NormalansichtAction.ShortLabel = "Normalanischt";
     w1.Add(this.NormalansichtAction, null);
     this.DokumentationAction            = new global::Gtk.Action("DokumentationAction", "Dokumentation", null, null);
     this.DokumentationAction.ShortLabel = "Dokumentation";
     w1.Add(this.DokumentationAction, null);
     this.AboutAction            = new global::Gtk.Action("AboutAction", "About", null, null);
     this.AboutAction.ShortLabel = "About";
     w1.Add(this.AboutAction, null);
     this.ExtrasAction            = new global::Gtk.Action("ExtrasAction", "Extras", null, null);
     this.ExtrasAction.ShortLabel = "Extras";
     w1.Add(this.ExtrasAction, null);
     this.openAction = new global::Gtk.Action("openAction", null, "Testliste öffnen", "gtk-open");
     w1.Add(this.openAction, null);
     this.saveAction = new global::Gtk.Action("saveAction", null, "Ausgabe speichern", "gtk-save");
     w1.Add(this.saveAction, null);
     this.LeerenAction            = new global::Gtk.Action("LeerenAction", "Leeren", null, null);
     this.LeerenAction.ShortLabel = "Leeren";
     w1.Add(this.LeerenAction, null);
     this.deleteAction            = new global::Gtk.Action("deleteAction", "_Löschen", "Ausgabefenster leeren", "gtk-delete");
     this.deleteAction.ShortLabel = "_Löschen";
     w1.Add(this.deleteAction, null);
     this.clearAction = new global::Gtk.Action("clearAction", null, null, "gtk-clear");
     w1.Add(this.clearAction, null);
     this.expandAction = new global::Gtk.ToggleAction("expandAction", null, "Alle Details anzeigen", "gtk-add");
     w1.Add(this.expandAction, null);
     this.BearbeitenAction            = new global::Gtk.Action("BearbeitenAction", "Bearbeiten", null, null);
     this.BearbeitenAction.ShortLabel = "Bearbeiten";
     w1.Add(this.BearbeitenAction, null);
     this.TextdateienNeuEinlesenAction            = new global::Gtk.Action("TextdateienNeuEinlesenAction", "Textdateien neu einlesen", null, null);
     this.TextdateienNeuEinlesenAction.ShortLabel = "Textdateien neu einlesen";
     w1.Add(this.TextdateienNeuEinlesenAction, null);
     this.diacriticsToggleAction        = new global::Gtk.ToggleAction("diacriticsToggleAction", null, "Eingabe mit/ohne Diakritika", "gtk-strikethrough");
     this.diacriticsToggleAction.Active = true;
     w1.Add(this.diacriticsToggleAction, null);
     this.ModusAction            = new global::Gtk.Action("ModusAction", "Modus", null, null);
     this.ModusAction.ShortLabel = "Modus";
     w1.Add(this.ModusAction, null);
     this.LautentwicklungAction            = new global::Gtk.RadioAction("LautentwicklungAction", "Lautentwicklung", null, null, 0);
     this.LautentwicklungAction.Group      = new global::GLib.SList(global::System.IntPtr.Zero);
     this.LautentwicklungAction.ShortLabel = "Lautentwicklungen";
     w1.Add(this.LautentwicklungAction, null);
     this.TranskriptionDerZielspracheAction            = new global::Gtk.RadioAction("TranskriptionDerZielspracheAction", "Transkription der Zielsprache", null, null, 0);
     this.TranskriptionDerZielspracheAction.Group      = this.LautentwicklungAction.Group;
     this.TranskriptionDerZielspracheAction.ShortLabel = "Transkription in der Zielsprache";
     w1.Add(this.TranskriptionDerZielspracheAction, null);
     this.WortformerkennungDerQuellspracheAction            = new global::Gtk.RadioAction("WortformerkennungDerQuellspracheAction", "Wortformerkennung der Quellsprache", null, null, 0);
     this.WortformerkennungDerQuellspracheAction.Group      = this.LautentwicklungAction.Group;
     this.WortformerkennungDerQuellspracheAction.ShortLabel = "Wortformerkennung der Quellsprache";
     w1.Add(this.WortformerkennungDerQuellspracheAction, null);
     this.WortformerkennungDerZielspracheAction            = new global::Gtk.RadioAction("WortformerkennungDerZielspracheAction", "Wortformerkennung der Zielsprache", null, null, 0);
     this.WortformerkennungDerZielspracheAction.Group      = this.LautentwicklungAction.Group;
     this.WortformerkennungDerZielspracheAction.ShortLabel = "Wortformerkennung der Zielsprache";
     w1.Add(this.WortformerkennungDerZielspracheAction, null);
     this.Action       = new global::Gtk.RadioAction("Action", null, null, null, 0);
     this.Action.Group = this.WortformerkennungDerZielspracheAction.Group;
     w1.Add(this.Action, null);
     this.TranskriptionDerQuellspracheAction            = new global::Gtk.RadioAction("TranskriptionDerQuellspracheAction", "Transkription der Quellsprache", null, null, 0);
     this.TranskriptionDerQuellspracheAction.Group      = this.WortformerkennungDerZielspracheAction.Group;
     this.TranskriptionDerQuellspracheAction.ShortLabel = "Transkription der Quellsprache";
     w1.Add(this.TranskriptionDerQuellspracheAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "frz.MainWindow";
     this.Title          = "CEW";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child frz.MainWindow.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='menubar1'><menu name='DateiAction' action='DateiAction'><menuitem name='WortlisteFfnenAction' action='WortlisteFfnenAction'/><menuitem name='ErgebnisInDateiSpeichernAction' action='ErgebnisInDateiSpeichernAction'/><menuitem name='SchlieenAction' action='SchlieenAction'/></menu><menu name='BearbeitenAction' action='BearbeitenAction'><menuitem name='TextdateienNeuEinlesenAction' action='TextdateienNeuEinlesenAction'/></menu><menu name='AnsichtAction' action='AnsichtAction'><menuitem name='LeerenAction' action='LeerenAction'/></menu><menu name='HilfeAction' action='HilfeAction'><menuitem name='AboutAction' action='AboutAction'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     w2.Padding  = ((uint)(5));
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 4;
     // Container child hbox2.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><toolbar name='toolbar1'><toolitem name='openAction' action='openAction'/><toolitem name='saveAction' action='saveAction'/><toolitem name='deleteAction' action='deleteAction'/><toolitem name='expandAction' action='expandAction'/><toolitem name='diacriticsToggleAction' action='diacriticsToggleAction'/></toolbar></ui>");
     this.toolbar1              = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbar1")));
     this.toolbar1.Name         = "toolbar1";
     this.toolbar1.ShowArrow    = false;
     this.toolbar1.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
     this.toolbar1.IconSize     = ((global::Gtk.IconSize)(2));
     this.hbox2.Add(this.toolbar1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.toolbar1]));
     w3.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.modusLabel           = new global::Gtk.Label();
     this.modusLabel.Name      = "modusLabel";
     this.modusLabel.LabelProp = "Modus:";
     this.hbox2.Add(this.modusLabel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.modusLabel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboboxModus = global::Gtk.ComboBoxEntry.NewText();
     this.comboboxModus.AppendText("Lautentwicklung");
     this.comboboxModus.AppendText("Transkription der Quellsprache");
     this.comboboxModus.AppendText("Transkription der Zielsprache");
     this.comboboxModus.AppendText("Wortformerkennung der Quellsprache");
     this.comboboxModus.AppendText("Wortformerkennung der Zielsprache");
     this.comboboxModus.TooltipMarkup = "Modus der Analyse";
     this.comboboxModus.WidthRequest  = 255;
     this.comboboxModus.Name          = "comboboxModus";
     this.comboboxModus.Active        = 0;
     this.hbox2.Add(this.comboboxModus);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.comboboxModus]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.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 w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.entry1]));
     w6.Position = 3;
     w6.Expand   = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.Start = new global::Gtk.Button();
     this.Start.TooltipMarkup = "Analyse starten";
     this.Start.CanFocus      = true;
     this.Start.Name          = "Start";
     this.Start.UseUnderline  = true;
     this.Start.Label         = "Start";
     this.hbox2.Add(this.Start);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.Start]));
     w7.Position = 4;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     w8.Padding  = ((uint)(5));
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1             = new global::Gtk.HBox();
     this.hbox1.Name        = "hbox1";
     this.hbox1.Homogeneous = true;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3             = new global::Gtk.HBox();
     this.hbox3.Name        = "hbox3";
     this.hbox3.Homogeneous = true;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
     w10.Position = 3;
     w10.Expand   = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4      = new global::Gtk.HBox();
     this.hbox4.Name = "hbox4";
     this.vbox1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
     w11.Position = 4;
     w11.Expand   = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vbox1.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.scrolledwindow1]));
     w12.Position = 5;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox();
     this.vbox2.WidthRequest = 250;
     this.vbox2.Name         = "vbox2";
     this.vbox2.Spacing      = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.calcResultOutputLine1_1 = new global::Gtk.Label();
     this.calcResultOutputLine1_1.WidthRequest = 0;
     this.calcResultOutputLine1_1.Name         = "calcResultOutputLine1_1";
     this.vbox2.Add(this.calcResultOutputLine1_1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.calcResultOutputLine1_1]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.calcResultOutputLine2      = new global::Gtk.Label();
     this.calcResultOutputLine2.Name = "calcResultOutputLine2";
     this.vbox2.Add(this.calcResultOutputLine2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.calcResultOutputLine2]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.hbox5.Add(this.vbox2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.vbox2]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     w15.Padding  = ((uint)(10));
     // Container child hbox5.Gtk.Box+BoxChild
     this.vbox3 = new global::Gtk.VBox();
     this.vbox3.WidthRequest = 250;
     this.vbox3.Name         = "vbox3";
     this.vbox3.Spacing      = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.calcResultOutputLine3 = new global::Gtk.Label();
     this.calcResultOutputLine3.WidthRequest = 400;
     this.calcResultOutputLine3.Name         = "calcResultOutputLine3";
     this.vbox3.Add(this.calcResultOutputLine3);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.calcResultOutputLine3]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.calcResultOutputLine4      = new global::Gtk.Label();
     this.calcResultOutputLine4.Name = "calcResultOutputLine4";
     this.vbox3.Add(this.calcResultOutputLine4);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.calcResultOutputLine4]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     this.hbox5.Add(this.vbox3);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.vbox3]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     w18.Padding  = ((uint)(10));
     // Container child hbox5.Gtk.Box+BoxChild
     this.vbox4 = new global::Gtk.VBox();
     this.vbox4.WidthRequest = 250;
     this.vbox4.Name         = "vbox4";
     this.vbox4.Spacing      = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.calcResultOutputLine1_2      = new global::Gtk.Label();
     this.calcResultOutputLine1_2.Name = "calcResultOutputLine1_2";
     this.vbox4.Add(this.calcResultOutputLine1_2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.calcResultOutputLine1_2]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     this.hbox5.Add(this.vbox4);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.vbox4]));
     w20.Position = 2;
     w20.Expand   = false;
     w20.Fill     = false;
     w20.Padding  = ((uint)(10));
     this.vbox1.Add(this.hbox5);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox5]));
     w21.Position = 6;
     w21.Expand   = false;
     w21.Fill     = false;
     w21.Padding  = ((uint)(5));
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 822;
     this.DefaultHeight = 459;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.WortlisteFfnenAction.Activated           += new global::System.EventHandler(this.OnOpen);
     this.ErgebnisInDateiSpeichernAction.Activated += new global::System.EventHandler(this.OnSave);
     this.SchlieenAction.Activated += new global::System.EventHandler(this.OnExit);
     this.AboutAction.Activated    += new global::System.EventHandler(this.OnAbout);
     this.openAction.Activated     += new global::System.EventHandler(this.OnOpen);
     this.saveAction.Activated     += new global::System.EventHandler(this.OnSave);
     this.LeerenAction.Activated   += new global::System.EventHandler(this.OnClear);
     this.deleteAction.Activated   += new global::System.EventHandler(this.OnClear);
     this.clearAction.Activated    += new global::System.EventHandler(this.OnClear);
     this.expandAction.Toggled     += new global::System.EventHandler(this.OnExpand);
     this.TextdateienNeuEinlesenAction.Activated         += new global::System.EventHandler(this.OnRereadFiles);
     this.diacriticsToggleAction.Toggled                 += new global::System.EventHandler(this.OnDiacritics);
     this.LautentwicklungAction.Changed                  += new global::Gtk.ChangedHandler(this.OnModusAction);
     this.TranskriptionDerZielspracheAction.Changed      += new global::Gtk.ChangedHandler(this.OnModusAction);
     this.WortformerkennungDerQuellspracheAction.Changed += new global::Gtk.ChangedHandler(this.OnModusAction);
     this.WortformerkennungDerZielspracheAction.Changed  += new global::Gtk.ChangedHandler(this.OnModusAction);
     this.TranskriptionDerQuellspracheAction.Changed     += new global::Gtk.ChangedHandler(this.OnModusAction);
     this.comboboxModus.Changed += new global::System.EventHandler(this.OnModusAction);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.AspNet.Mvc.Gui.AddViewDialog
			this.Name = "MonoDevelop.AspNet.Mvc.Gui.AddViewDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Add View");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.BorderWidth = ((uint)(6));
			this.Resizable = false;
			this.AllowGrow = false;
			// Internal child MonoDevelop.AspNet.Mvc.Gui.AddViewDialog.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.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.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("_Name:");
			this.label1.UseUnderline = true;
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("_Template:");
			this.label4.UseUnderline = true;
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			w3.TopAttach = ((uint)(1));
			w3.BottomAttach = ((uint)(2));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("_View Engine:");
			this.label6.UseUnderline = true;
			this.table1.Add (this.label6);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
			w4.TopAttach = ((uint)(2));
			w4.BottomAttach = ((uint)(3));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.nameEntry = new global::Gtk.Entry ();
			this.nameEntry.CanFocus = true;
			this.nameEntry.Name = "nameEntry";
			this.nameEntry.IsEditable = true;
			this.nameEntry.InvisibleChar = '●';
			this.table1.Add (this.nameEntry);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.nameEntry]));
			w5.LeftAttach = ((uint)(1));
			w5.RightAttach = ((uint)(2));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.templateCombo = global::Gtk.ComboBox.NewText ();
			this.templateCombo.Name = "templateCombo";
			this.table1.Add (this.templateCombo);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.templateCombo]));
			w6.TopAttach = ((uint)(1));
			w6.BottomAttach = ((uint)(2));
			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.viewEngineCombo = global::Gtk.ComboBox.NewText ();
			this.viewEngineCombo.Name = "viewEngineCombo";
			this.table1.Add (this.viewEngineCombo);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.viewEngineCombo]));
			w7.TopAttach = ((uint)(2));
			w7.BottomAttach = ((uint)(3));
			w7.LeftAttach = ((uint)(1));
			w7.RightAttach = ((uint)(2));
			w7.XOptions = ((global::Gtk.AttachOptions)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox2.Add (this.table1);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
			w8.Position = 0;
			w8.Expand = false;
			w8.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.frame1 = new global::Gtk.Frame ();
			this.frame1.Name = "frame1";
			this.frame1.ShadowType = ((global::Gtk.ShadowType)(1));
			this.frame1.BorderWidth = ((uint)(2));
			// Container child frame1.Gtk.Container+ContainerChild
			this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.alignment1.Name = "alignment1";
			this.alignment1.LeftPadding = ((uint)(4));
			this.alignment1.TopPadding = ((uint)(4));
			this.alignment1.RightPadding = ((uint)(4));
			this.alignment1.BottomPadding = ((uint)(4));
			// Container child alignment1.Gtk.Container+ContainerChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.partialCheck = new global::Gtk.CheckButton ();
			this.partialCheck.CanFocus = true;
			this.partialCheck.Name = "partialCheck";
			this.partialCheck.Label = global::Mono.Unix.Catalog.GetString ("_Partial view");
			this.partialCheck.DrawIndicator = true;
			this.partialCheck.UseUnderline = true;
			this.vbox4.Add (this.partialCheck);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.partialCheck]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.stronglyTypedCheck = new global::Gtk.CheckButton ();
			this.stronglyTypedCheck.CanFocus = true;
			this.stronglyTypedCheck.Name = "stronglyTypedCheck";
			this.stronglyTypedCheck.Label = global::Mono.Unix.Catalog.GetString ("_Strongly typed");
			this.stronglyTypedCheck.DrawIndicator = true;
			this.stronglyTypedCheck.UseUnderline = true;
			this.vbox4.Add (this.stronglyTypedCheck);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.stronglyTypedCheck]));
			w10.Position = 1;
			w10.Expand = false;
			w10.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.typePanel = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
			this.typePanel.Name = "typePanel";
			this.typePanel.LeftPadding = ((uint)(24));
			// Container child typePanel.Gtk.Container+ContainerChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.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 ("_Data class:");
			this.label3.UseUnderline = true;
			this.hbox1.Add (this.label3);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label3]));
			w11.Position = 0;
			w11.Expand = false;
			w11.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.dataClassAlignment = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.dataClassAlignment.Name = "dataClassAlignment";
			// Container child dataClassAlignment.Gtk.Container+ContainerChild
			this.dataClassCombo = global::Gtk.ComboBoxEntry.NewText ();
			this.dataClassCombo.Name = "dataClassCombo";
			this.dataClassAlignment.Add (this.dataClassCombo);
			this.hbox1.Add (this.dataClassAlignment);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.dataClassAlignment]));
			w13.Position = 1;
			this.typePanel.Add (this.hbox1);
			this.vbox4.Add (this.typePanel);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.typePanel]));
			w15.Position = 2;
			w15.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.masterCheck = new global::Gtk.CheckButton ();
			this.masterCheck.CanFocus = true;
			this.masterCheck.Name = "masterCheck";
			this.masterCheck.Label = global::Mono.Unix.Catalog.GetString ("Has _master page or layout:");
			this.masterCheck.DrawIndicator = true;
			this.masterCheck.UseUnderline = true;
			this.vbox4.Add (this.masterCheck);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.masterCheck]));
			w16.Position = 3;
			w16.Expand = false;
			w16.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.masterPanel = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
			this.masterPanel.Name = "masterPanel";
			this.masterPanel.LeftPadding = ((uint)(24));
			// Container child masterPanel.Gtk.Container+ContainerChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// 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.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("_File:");
			this.label5.UseUnderline = true;
			this.hbox4.Add (this.label5);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label5]));
			w17.Position = 0;
			w17.Expand = false;
			w17.Fill = false;
			// Container child hbox4.Gtk.Box+BoxChild
			this.masterEntry = new global::Gtk.Entry ();
			this.masterEntry.CanFocus = true;
			this.masterEntry.Name = "masterEntry";
			this.masterEntry.IsEditable = true;
			this.masterEntry.InvisibleChar = '●';
			this.hbox4.Add (this.masterEntry);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.masterEntry]));
			w18.Position = 1;
			// Container child hbox4.Gtk.Box+BoxChild
			this.masterButton = new global::Gtk.Button ();
			this.masterButton.CanFocus = true;
			this.masterButton.Name = "masterButton";
			this.masterButton.UseUnderline = true;
			this.masterButton.Label = global::Mono.Unix.Catalog.GetString ("...");
			this.hbox4.Add (this.masterButton);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.masterButton]));
			w19.Position = 2;
			w19.Expand = false;
			w19.Fill = false;
			this.vbox3.Add (this.hbox4);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
			w20.Position = 0;
			w20.Expand = false;
			w20.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.placeholderBox = new global::Gtk.HBox ();
			this.placeholderBox.Name = "placeholderBox";
			this.placeholderBox.Spacing = 6;
			// Container child placeholderBox.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("P_rimary placeholder: ");
			this.label2.UseUnderline = true;
			this.placeholderBox.Add (this.label2);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.placeholderBox [this.label2]));
			w21.Position = 0;
			w21.Expand = false;
			w21.Fill = false;
			// Container child placeholderBox.Gtk.Box+BoxChild
			this.primaryPlaceholderCombo = global::Gtk.ComboBoxEntry.NewText ();
			this.primaryPlaceholderCombo.WidthRequest = 250;
			this.primaryPlaceholderCombo.Name = "primaryPlaceholderCombo";
			this.placeholderBox.Add (this.primaryPlaceholderCombo);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.placeholderBox [this.primaryPlaceholderCombo]));
			w22.Position = 1;
			this.vbox3.Add (this.placeholderBox);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.placeholderBox]));
			w23.Position = 1;
			w23.Expand = false;
			w23.Fill = false;
			this.masterPanel.Add (this.vbox3);
			this.vbox4.Add (this.masterPanel);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.masterPanel]));
			w25.Position = 4;
			w25.Expand = false;
			w25.Fill = false;
			this.alignment1.Add (this.vbox4);
			this.frame1.Add (this.alignment1);
			this.GtkLabel6 = new global::Gtk.Label ();
			this.GtkLabel6.Name = "GtkLabel6";
			this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString ("Options");
			this.frame1.LabelWidget = this.GtkLabel6;
			this.vbox2.Add (this.frame1);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame1]));
			w28.Position = 1;
			w28.Expand = false;
			w28.Fill = false;
			w1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
			w29.Position = 0;
			w29.Expand = false;
			w29.Fill = false;
			// Internal child MonoDevelop.AspNet.Mvc.Gui.AddViewDialog.ActionArea
			global::Gtk.HButtonBox w30 = this.ActionArea;
			w30.Name = "dialog1_ActionArea";
			w30.Spacing = 6;
			w30.BorderWidth = ((uint)(5));
			w30.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 w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w30 [this.buttonCancel]));
			w31.Expand = false;
			w31.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-ok";
			this.AddActionWidget (this.buttonOk, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w32 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w30 [this.buttonOk]));
			w32.Position = 1;
			w32.Expand = false;
			w32.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 470;
			this.DefaultHeight = 393;
			this.label1.MnemonicWidget = this.nameEntry;
			this.label4.MnemonicWidget = this.templateCombo;
			this.label6.MnemonicWidget = this.viewEngineCombo;
			this.label3.MnemonicWidget = this.dataClassCombo;
			this.label5.MnemonicWidget = this.masterEntry;
			this.Hide ();
			this.viewEngineCombo.Changed += new global::System.EventHandler (this.ViewEngineChanged);
			this.templateCombo.Changed += new global::System.EventHandler (this.Validate);
			this.nameEntry.Changed += new global::System.EventHandler (this.Validate);
			this.partialCheck.Toggled += new global::System.EventHandler (this.UpdateMasterPanelSensitivity);
			this.stronglyTypedCheck.Toggled += new global::System.EventHandler (this.UpdateTypePanelSensitivity);
			this.dataClassCombo.Changed += new global::System.EventHandler (this.DataClassChanged);
			this.masterCheck.Toggled += new global::System.EventHandler (this.UpdateMasterPanelSensitivity);
			this.masterEntry.Changed += new global::System.EventHandler (this.MasterChanged);
			this.masterButton.Clicked += new global::System.EventHandler (this.ShowMasterSelectionDialog);
			this.primaryPlaceholderCombo.Changed += new global::System.EventHandler (this.Validate);
		}
Пример #56
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.AspNet.Mvc.Gui.AddViewDialog
     this.Name           = "MonoDevelop.AspNet.Mvc.Gui.AddViewDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Add View");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     this.Resizable      = false;
     this.AllowGrow      = false;
     // Internal child MonoDevelop.AspNet.Mvc.Gui.AddViewDialog.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.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.label1              = new global::Gtk.Label();
     this.label1.Name         = "label1";
     this.label1.Xalign       = 0F;
     this.label1.LabelProp    = global::Mono.Unix.Catalog.GetString("_Name:");
     this.label1.UseUnderline = true;
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4              = new global::Gtk.Label();
     this.label4.Name         = "label4";
     this.label4.Xalign       = 0F;
     this.label4.LabelProp    = global::Mono.Unix.Catalog.GetString("_Template:");
     this.label4.UseUnderline = true;
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6              = new global::Gtk.Label();
     this.label6.Name         = "label6";
     this.label6.LabelProp    = global::Mono.Unix.Catalog.GetString("_View Engine:");
     this.label6.UseUnderline = true;
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w4.TopAttach    = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nameEntry               = new global::Gtk.Entry();
     this.nameEntry.CanFocus      = true;
     this.nameEntry.Name          = "nameEntry";
     this.nameEntry.IsEditable    = true;
     this.nameEntry.InvisibleChar = '●';
     this.table1.Add(this.nameEntry);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.nameEntry]));
     w5.LeftAttach  = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.templateCombo      = global::Gtk.ComboBox.NewText();
     this.templateCombo.Name = "templateCombo";
     this.table1.Add(this.templateCombo);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.templateCombo]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     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.viewEngineCombo      = global::Gtk.ComboBox.NewText();
     this.viewEngineCombo.Name = "viewEngineCombo";
     this.table1.Add(this.viewEngineCombo);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.viewEngineCombo]));
     w7.TopAttach    = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame1             = new global::Gtk.Frame();
     this.frame1.Name        = "frame1";
     this.frame1.ShadowType  = ((global::Gtk.ShadowType)(1));
     this.frame1.BorderWidth = ((uint)(2));
     // Container child frame1.Gtk.Container+ContainerChild
     this.alignment1               = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name          = "alignment1";
     this.alignment1.LeftPadding   = ((uint)(4));
     this.alignment1.TopPadding    = ((uint)(4));
     this.alignment1.RightPadding  = ((uint)(4));
     this.alignment1.BottomPadding = ((uint)(4));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.partialCheck               = new global::Gtk.CheckButton();
     this.partialCheck.CanFocus      = true;
     this.partialCheck.Name          = "partialCheck";
     this.partialCheck.Label         = global::Mono.Unix.Catalog.GetString("_Partial view");
     this.partialCheck.DrawIndicator = true;
     this.partialCheck.UseUnderline  = true;
     this.vbox4.Add(this.partialCheck);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.partialCheck]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.stronglyTypedCheck               = new global::Gtk.CheckButton();
     this.stronglyTypedCheck.CanFocus      = true;
     this.stronglyTypedCheck.Name          = "stronglyTypedCheck";
     this.stronglyTypedCheck.Label         = global::Mono.Unix.Catalog.GetString("_Strongly typed");
     this.stronglyTypedCheck.DrawIndicator = true;
     this.stronglyTypedCheck.UseUnderline  = true;
     this.vbox4.Add(this.stronglyTypedCheck);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.stronglyTypedCheck]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.typePanel             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.typePanel.Name        = "typePanel";
     this.typePanel.LeftPadding = ((uint)(24));
     // Container child typePanel.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.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("_Data class:");
     this.label3.UseUnderline = true;
     this.hbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label3]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.dataClassAlignment      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.dataClassAlignment.Name = "dataClassAlignment";
     // Container child dataClassAlignment.Gtk.Container+ContainerChild
     this.dataClassCombo      = global::Gtk.ComboBoxEntry.NewText();
     this.dataClassCombo.Name = "dataClassCombo";
     this.dataClassAlignment.Add(this.dataClassCombo);
     this.hbox1.Add(this.dataClassAlignment);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.dataClassAlignment]));
     w13.Position = 1;
     this.typePanel.Add(this.hbox1);
     this.vbox4.Add(this.typePanel);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.typePanel]));
     w15.Position = 2;
     w15.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.masterCheck               = new global::Gtk.CheckButton();
     this.masterCheck.CanFocus      = true;
     this.masterCheck.Name          = "masterCheck";
     this.masterCheck.Label         = global::Mono.Unix.Catalog.GetString("Has _master page or layout:");
     this.masterCheck.DrawIndicator = true;
     this.masterCheck.UseUnderline  = true;
     this.vbox4.Add(this.masterCheck);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.masterCheck]));
     w16.Position = 3;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.masterPanel             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.masterPanel.Name        = "masterPanel";
     this.masterPanel.LeftPadding = ((uint)(24));
     // Container child masterPanel.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // 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.label5              = new global::Gtk.Label();
     this.label5.Name         = "label5";
     this.label5.LabelProp    = global::Mono.Unix.Catalog.GetString("_File:");
     this.label5.UseUnderline = true;
     this.hbox4.Add(this.label5);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label5]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.masterEntry               = new global::Gtk.Entry();
     this.masterEntry.CanFocus      = true;
     this.masterEntry.Name          = "masterEntry";
     this.masterEntry.IsEditable    = true;
     this.masterEntry.InvisibleChar = '●';
     this.hbox4.Add(this.masterEntry);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.masterEntry]));
     w18.Position = 1;
     // Container child hbox4.Gtk.Box+BoxChild
     this.masterButton              = new global::Gtk.Button();
     this.masterButton.CanFocus     = true;
     this.masterButton.Name         = "masterButton";
     this.masterButton.UseUnderline = true;
     this.masterButton.Label        = global::Mono.Unix.Catalog.GetString("...");
     this.hbox4.Add(this.masterButton);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.masterButton]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     this.vbox3.Add(this.hbox4);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.placeholderBox         = new global::Gtk.HBox();
     this.placeholderBox.Name    = "placeholderBox";
     this.placeholderBox.Spacing = 6;
     // Container child placeholderBox.Gtk.Box+BoxChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("P_rimary placeholder: ");
     this.label2.UseUnderline = true;
     this.placeholderBox.Add(this.label2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.placeholderBox [this.label2]));
     w21.Position = 0;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child placeholderBox.Gtk.Box+BoxChild
     this.primaryPlaceholderCombo = global::Gtk.ComboBoxEntry.NewText();
     this.primaryPlaceholderCombo.WidthRequest = 250;
     this.primaryPlaceholderCombo.Name         = "primaryPlaceholderCombo";
     this.placeholderBox.Add(this.primaryPlaceholderCombo);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.placeholderBox [this.primaryPlaceholderCombo]));
     w22.Position = 1;
     this.vbox3.Add(this.placeholderBox);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.placeholderBox]));
     w23.Position = 1;
     w23.Expand   = false;
     w23.Fill     = false;
     this.masterPanel.Add(this.vbox3);
     this.vbox4.Add(this.masterPanel);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.masterPanel]));
     w25.Position = 4;
     w25.Expand   = false;
     w25.Fill     = false;
     this.alignment1.Add(this.vbox4);
     this.frame1.Add(this.alignment1);
     this.GtkLabel6           = new global::Gtk.Label();
     this.GtkLabel6.Name      = "GtkLabel6";
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString("Options");
     this.frame1.LabelWidget  = this.GtkLabel6;
     this.vbox2.Add(this.frame1);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame1]));
     w28.Position = 1;
     w28.Expand   = false;
     w28.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w29.Position = 0;
     w29.Expand   = false;
     w29.Fill     = false;
     // Internal child MonoDevelop.AspNet.Mvc.Gui.AddViewDialog.ActionArea
     global::Gtk.HButtonBox w30 = this.ActionArea;
     w30.Name        = "dialog1_ActionArea";
     w30.Spacing     = 6;
     w30.BorderWidth = ((uint)(5));
     w30.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 w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w30 [this.buttonCancel]));
     w31.Expand = false;
     w31.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w32 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w30 [this.buttonOk]));
     w32.Position = 1;
     w32.Expand   = false;
     w32.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth          = 470;
     this.DefaultHeight         = 393;
     this.label1.MnemonicWidget = this.nameEntry;
     this.label4.MnemonicWidget = this.templateCombo;
     this.label6.MnemonicWidget = this.viewEngineCombo;
     this.label3.MnemonicWidget = this.dataClassCombo;
     this.label5.MnemonicWidget = this.masterEntry;
     this.Hide();
     this.viewEngineCombo.Changed         += new global::System.EventHandler(this.ViewEngineChanged);
     this.templateCombo.Changed           += new global::System.EventHandler(this.Validate);
     this.nameEntry.Changed               += new global::System.EventHandler(this.Validate);
     this.partialCheck.Toggled            += new global::System.EventHandler(this.UpdateMasterPanelSensitivity);
     this.stronglyTypedCheck.Toggled      += new global::System.EventHandler(this.UpdateTypePanelSensitivity);
     this.dataClassCombo.Changed          += new global::System.EventHandler(this.DataClassChanged);
     this.masterCheck.Toggled             += new global::System.EventHandler(this.UpdateMasterPanelSensitivity);
     this.masterEntry.Changed             += new global::System.EventHandler(this.MasterChanged);
     this.masterButton.Clicked            += new global::System.EventHandler(this.ShowMasterSelectionDialog);
     this.primaryPlaceholderCombo.Changed += new global::System.EventHandler(this.Validate);
 }
Пример #57
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Docking.Widgets.Find
     global::Stetic.BinContainer.Attach(this);
     this.Events = ((global::Gdk.EventMask)(3072));
     this.Name   = "Docking.Widgets.Find";
     // Container child Docking.Widgets.Find.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboFind      = global::Gtk.ComboBoxEntry.NewText();
     this.comboFind.Name = "comboFind";
     this.hbox1.Add(this.comboFind);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboFind]));
     w1.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.labelStatus           = new global::Gtk.Label();
     this.labelStatus.Name      = "labelStatus";
     this.labelStatus.LabelProp = "status";
     this.labelStatus.Justify   = ((global::Gtk.Justification)(2));
     this.hbox1.Add(this.labelStatus);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.labelStatus]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonPrev              = new global::Gtk.Button();
     this.buttonPrev.CanFocus     = true;
     this.buttonPrev.Name         = "buttonPrev";
     this.buttonPrev.UseUnderline = true;
     global::Gtk.Image w3 = new global::Gtk.Image();
     w3.Pixbuf             = global::Gdk.Pixbuf.LoadFromResource("Docking.Framework.Resources.arrow_left-16.png");
     this.buttonPrev.Image = w3;
     this.hbox1.Add(this.buttonPrev);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonPrev]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonNext              = new global::Gtk.Button();
     this.buttonNext.CanFocus     = true;
     this.buttonNext.Name         = "buttonNext";
     this.buttonNext.UseUnderline = true;
     global::Gtk.Image w5 = new global::Gtk.Image();
     w5.Pixbuf             = global::Gdk.Pixbuf.LoadFromResource("Docking.Framework.Resources.arrow_right-16.png");
     this.buttonNext.Image = w5;
     this.hbox1.Add(this.buttonNext);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonNext]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonClear              = new global::Gtk.Button();
     this.buttonClear.CanFocus     = true;
     this.buttonClear.Name         = "buttonClear";
     this.buttonClear.UseUnderline = true;
     global::Gtk.Image w7 = new global::Gtk.Image();
     w7.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("Docking.Framework.Resources.cross-16.png");
     this.buttonClear.Image = w7;
     this.hbox1.Add(this.buttonClear);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonClear]));
     w8.Position = 4;
     w8.Expand   = false;
     w8.Fill     = false;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
 }
Пример #58
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Frontend.APinConfigDialog
     this.Name           = "Frontend.APinConfigDialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child Frontend.APinConfigDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.table3               = new global::Gtk.Table(((uint)(9)), ((uint)(2)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.cbColor          = new global::Gtk.ColorButton();
     this.cbColor.CanFocus = true;
     this.cbColor.Events   = ((global::Gdk.EventMask)(784));
     this.cbColor.Name     = "cbColor";
     this.table3.Add(this.cbColor);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table3[this.cbColor]));
     w2.TopAttach    = ((uint)(2));
     w2.BottomAttach = ((uint)(3));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.cbPin      = global::Gtk.ComboBox.NewText();
     this.cbPin.Name = "cbPin";
     this.table3.Add(this.cbPin);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table3[this.cbPin]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.cbUnit      = global::Gtk.ComboBoxEntry.NewText();
     this.cbUnit.Name = "cbUnit";
     this.table3.Add(this.cbUnit);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table3[this.cbUnit]));
     w4.TopAttach    = ((uint)(4));
     w4.BottomAttach = ((uint)(5));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.entryName               = new global::Gtk.Entry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '●';
     this.table3.Add(this.entryName);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table3[this.entryName]));
     w5.LeftAttach  = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.table3.Add(this.hseparator1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table3[this.hseparator1]));
     w6.TopAttach    = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.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("Unit:");
     this.table3.Add(this.label1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table3[this.label1]));
     w7.TopAttach    = ((uint)(4));
     w7.BottomAttach = ((uint)(5));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Slope:");
     this.table3.Add(this.label2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table3[this.label2]));
     w8.TopAttach    = ((uint)(5));
     w8.BottomAttach = ((uint)(6));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Offset:");
     this.table3.Add(this.label3);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table3[this.label3]));
     w9.TopAttach    = ((uint)(6));
     w9.BottomAttach = ((uint)(7));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.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("Interval:");
     this.table3.Add(this.label4);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table3[this.label4]));
     w10.TopAttach    = ((uint)(7));
     w10.BottomAttach = ((uint)(8));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Mean values count:");
     this.table3.Add(this.label5);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table3[this.label5]));
     w11.TopAttach    = ((uint)(8));
     w11.BottomAttach = ((uint)(9));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.lblColor           = new global::Gtk.Label();
     this.lblColor.Name      = "lblColor";
     this.lblColor.Xalign    = 0F;
     this.lblColor.LabelProp = global::Mono.Unix.Catalog.GetString("Color:");
     this.table3.Add(this.lblColor);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table3[this.lblColor]));
     w12.TopAttach    = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.lblName           = new global::Gtk.Label();
     this.lblName.Name      = "lblName";
     this.lblName.Xalign    = 0F;
     this.lblName.LabelProp = global::Mono.Unix.Catalog.GetString("Name:");
     this.table3.Add(this.lblName);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table3[this.lblName]));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.lblPin           = new global::Gtk.Label();
     this.lblPin.Name      = "lblPin";
     this.lblPin.Xalign    = 0F;
     this.lblPin.LabelProp = global::Mono.Unix.Catalog.GetString("Pin:");
     this.table3.Add(this.lblPin);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table3[this.lblPin]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.sbMeanValuesCount          = new global::Gtk.SpinButton(1D, 100D, 1D);
     this.sbMeanValuesCount.CanFocus = true;
     this.sbMeanValuesCount.Name     = "sbMeanValuesCount";
     this.sbMeanValuesCount.Adjustment.PageIncrement = 10D;
     this.sbMeanValuesCount.ClimbRate = 1D;
     this.sbMeanValuesCount.Numeric   = true;
     this.sbMeanValuesCount.Value     = 1D;
     this.table3.Add(this.sbMeanValuesCount);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table3[this.sbMeanValuesCount]));
     w15.TopAttach    = ((uint)(8));
     w15.BottomAttach = ((uint)(9));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.sbOffset          = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.sbOffset.CanFocus = true;
     this.sbOffset.Name     = "sbOffset";
     this.sbOffset.Adjustment.PageIncrement = 10D;
     this.sbOffset.ClimbRate = 1D;
     this.sbOffset.Digits    = ((uint)(10));
     this.sbOffset.Numeric   = true;
     this.table3.Add(this.sbOffset);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table3[this.sbOffset]));
     w16.TopAttach    = ((uint)(6));
     w16.BottomAttach = ((uint)(7));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.sbSlope          = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.sbSlope.CanFocus = true;
     this.sbSlope.Name     = "sbSlope";
     this.sbSlope.Adjustment.PageIncrement = 10D;
     this.sbSlope.ClimbRate = 1D;
     this.sbSlope.Digits    = ((uint)(10));
     this.sbSlope.Numeric   = true;
     this.sbSlope.Value     = 1D;
     this.table3.Add(this.sbSlope);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table3[this.sbSlope]));
     w17.TopAttach    = ((uint)(5));
     w17.BottomAttach = ((uint)(6));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.table2               = new global::Gtk.Table(((uint)(1)), ((uint)(10)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("d:");
     this.table2.Add(this.label6);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2[this.label6]));
     w18.XOptions = ((global::Gtk.AttachOptions)(4));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("m:");
     this.table2.Add(this.label7);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2[this.label7]));
     w19.LeftAttach  = ((uint)(4));
     w19.RightAttach = ((uint)(5));
     w19.XOptions    = ((global::Gtk.AttachOptions)(4));
     w19.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.lblHours           = new global::Gtk.Label();
     this.lblHours.Name      = "lblHours";
     this.lblHours.LabelProp = global::Mono.Unix.Catalog.GetString("h:");
     this.table2.Add(this.lblHours);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2[this.lblHours]));
     w20.LeftAttach  = ((uint)(2));
     w20.RightAttach = ((uint)(3));
     w20.XOptions    = ((global::Gtk.AttachOptions)(4));
     w20.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.lblMilliSec           = new global::Gtk.Label();
     this.lblMilliSec.Name      = "lblMilliSec";
     this.lblMilliSec.LabelProp = global::Mono.Unix.Catalog.GetString("ms:");
     this.table2.Add(this.lblMilliSec);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2[this.lblMilliSec]));
     w21.LeftAttach  = ((uint)(8));
     w21.RightAttach = ((uint)(9));
     w21.XOptions    = ((global::Gtk.AttachOptions)(4));
     w21.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.lblSeconds           = new global::Gtk.Label();
     this.lblSeconds.Name      = "lblSeconds";
     this.lblSeconds.LabelProp = global::Mono.Unix.Catalog.GetString("s:");
     this.table2.Add(this.lblSeconds);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table2[this.lblSeconds]));
     w22.LeftAttach  = ((uint)(6));
     w22.RightAttach = ((uint)(7));
     w22.XOptions    = ((global::Gtk.AttachOptions)(4));
     w22.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.sbDays          = new global::Gtk.SpinButton(0D, 111111D, 1D);
     this.sbDays.CanFocus = true;
     this.sbDays.Name     = "sbDays";
     this.sbDays.Adjustment.PageIncrement = 10D;
     this.sbDays.ClimbRate = 1D;
     this.sbDays.Numeric   = true;
     this.table2.Add(this.sbDays);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table2[this.sbDays]));
     w23.LeftAttach  = ((uint)(1));
     w23.RightAttach = ((uint)(2));
     w23.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.sbHours          = new global::Gtk.SpinButton(0D, 24D, 1D);
     this.sbHours.CanFocus = true;
     this.sbHours.Name     = "sbHours";
     this.sbHours.Adjustment.PageIncrement = 10D;
     this.sbHours.ClimbRate = 1D;
     this.sbHours.Numeric   = true;
     this.table2.Add(this.sbHours);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table2[this.sbHours]));
     w24.LeftAttach  = ((uint)(3));
     w24.RightAttach = ((uint)(4));
     w24.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.sbMilliSec          = new global::Gtk.SpinButton(0D, 1000D, 100D);
     this.sbMilliSec.CanFocus = true;
     this.sbMilliSec.Name     = "sbMilliSec";
     this.sbMilliSec.Adjustment.PageIncrement = 10D;
     this.sbMilliSec.ClimbRate = 1D;
     this.sbMilliSec.Numeric   = true;
     this.table2.Add(this.sbMilliSec);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table2[this.sbMilliSec]));
     w25.LeftAttach  = ((uint)(9));
     w25.RightAttach = ((uint)(10));
     w25.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.sbMinutes          = new global::Gtk.SpinButton(0D, 60D, 1D);
     this.sbMinutes.CanFocus = true;
     this.sbMinutes.Name     = "sbMinutes";
     this.sbMinutes.Adjustment.PageIncrement = 10D;
     this.sbMinutes.ClimbRate = 1D;
     this.sbMinutes.Numeric   = true;
     this.table2.Add(this.sbMinutes);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table2[this.sbMinutes]));
     w26.LeftAttach  = ((uint)(5));
     w26.RightAttach = ((uint)(6));
     w26.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.sbSeconds          = new global::Gtk.SpinButton(0D, 60D, 1D);
     this.sbSeconds.CanFocus = true;
     this.sbSeconds.Name     = "sbSeconds";
     this.sbSeconds.Adjustment.PageIncrement = 10D;
     this.sbSeconds.ClimbRate = 1D;
     this.sbSeconds.Numeric   = true;
     this.sbSeconds.Value     = 1D;
     this.table2.Add(this.sbSeconds);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table2[this.sbSeconds]));
     w27.LeftAttach  = ((uint)(7));
     w27.RightAttach = ((uint)(8));
     w27.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.table3.Add(this.table2);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table3[this.table2]));
     w28.TopAttach    = ((uint)(7));
     w28.BottomAttach = ((uint)(8));
     w28.LeftAttach   = ((uint)(1));
     w28.RightAttach  = ((uint)(2));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     w1.Add(this.table3);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(w1[this.table3]));
     w29.Position = 0;
     w29.Expand   = false;
     w29.Fill     = false;
     // Internal child Frontend.APinConfigDialog.ActionArea
     global::Gtk.HButtonBox w30 = this.ActionArea;
     w30.Name        = "dialog1_ActionArea";
     w30.Spacing     = 10;
     w30.BorderWidth = ((uint)(5));
     w30.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 w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w30[this.buttonCancel]));
     w31.Expand = false;
     w31.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-add";
     this.AddActionWidget(this.buttonOk, -10);
     global::Gtk.ButtonBox.ButtonBoxChild w32 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w30[this.buttonOk]));
     w32.Position = 1;
     w32.Expand   = false;
     w32.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 531;
     this.DefaultHeight = 346;
     this.Show();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.MonoDroid.Gui.MonoDroidApplicationSettingsWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.MonoDroid.Gui.MonoDroidApplicationSettingsWidget";
			// Container child MonoDevelop.MonoDroid.Gui.MonoDroidApplicationSettingsWidget.Gtk.Container+ContainerChild
			this.table1 = new global::Gtk.Table (((uint)(8)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.appIconCombo = global::Gtk.ComboBoxEntry.NewText ();
			this.appIconCombo.Name = "appIconCombo";
			this.table1.Add (this.appIconCombo);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.appIconCombo]));
			w1.TopAttach = ((uint)(2));
			w1.BottomAttach = ((uint)(3));
			w1.LeftAttach = ((uint)(1));
			w1.RightAttach = ((uint)(2));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.appNameEntry = new global::Gtk.Entry ();
			this.appNameEntry.CanFocus = true;
			this.appNameEntry.Name = "appNameEntry";
			this.appNameEntry.IsEditable = true;
			this.appNameEntry.InvisibleChar = '●';
			this.table1.Add (this.appNameEntry);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.appNameEntry]));
			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.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.permissionsTreeView = new global::Gtk.TreeView ();
			this.permissionsTreeView.CanFocus = true;
			this.permissionsTreeView.Name = "permissionsTreeView";
			this.GtkScrolledWindow.Add (this.permissionsTreeView);
			this.table1.Add (this.GtkScrolledWindow);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkScrolledWindow]));
			w4.TopAttach = ((uint)(7));
			w4.BottomAttach = ((uint)(8));
			w4.LeftAttach = ((uint)(1));
			w4.RightAttach = ((uint)(2));
			// Container child table1.Gtk.Table+TableChild
			this.installLocationCombo = global::Gtk.ComboBox.NewText ();
			this.installLocationCombo.Name = "installLocationCombo";
			this.table1.Add (this.installLocationCombo);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.installLocationCombo]));
			w5.TopAttach = ((uint)(6));
			w5.BottomAttach = ((uint)(7));
			w5.LeftAttach = ((uint)(1));
			w5.RightAttach = ((uint)(2));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("_Application name:");
			this.label1.UseUnderline = true;
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w6.XOptions = ((global::Gtk.AttachOptions)(4));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0F;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("_Package name:");
			this.label2.UseUnderline = true;
			this.table1.Add (this.label2);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
			w7.TopAttach = ((uint)(1));
			w7.BottomAttach = ((uint)(2));
			w7.XOptions = ((global::Gtk.AttachOptions)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0F;
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("_Version number:");
			this.label3.UseUnderline = true;
			this.table1.Add (this.label3);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
			w8.TopAttach = ((uint)(3));
			w8.BottomAttach = ((uint)(4));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Version _name:");
			this.label4.UseUnderline = true;
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			w9.TopAttach = ((uint)(4));
			w9.BottomAttach = ((uint)(5));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.Xalign = 0F;
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("_Minimum Android version:");
			this.label5.UseUnderline = true;
			this.table1.Add (this.label5);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
			w10.TopAttach = ((uint)(5));
			w10.BottomAttach = ((uint)(6));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.Xalign = 0F;
			this.label6.Yalign = 0F;
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("_Required permissions:");
			this.label6.UseUnderline = true;
			this.table1.Add (this.label6);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
			w11.TopAttach = ((uint)(7));
			w11.BottomAttach = ((uint)(8));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.Xalign = 0F;
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Application _Icon:");
			this.label7.UseUnderline = true;
			this.table1.Add (this.label7);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
			w12.TopAttach = ((uint)(2));
			w12.BottomAttach = ((uint)(3));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Install _Location:");
			this.label8.UseUnderline = true;
			this.table1.Add (this.label8);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
			w13.TopAttach = ((uint)(6));
			w13.BottomAttach = ((uint)(7));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.minAndroidVersionCombo = global::Gtk.ComboBox.NewText ();
			this.minAndroidVersionCombo.Name = "minAndroidVersionCombo";
			this.table1.Add (this.minAndroidVersionCombo);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.minAndroidVersionCombo]));
			w14.TopAttach = ((uint)(5));
			w14.BottomAttach = ((uint)(6));
			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.packageNameEntry = new global::Gtk.Entry ();
			this.packageNameEntry.CanFocus = true;
			this.packageNameEntry.Name = "packageNameEntry";
			this.packageNameEntry.IsEditable = true;
			this.packageNameEntry.InvisibleChar = '●';
			this.table1.Add (this.packageNameEntry);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.packageNameEntry]));
			w15.TopAttach = ((uint)(1));
			w15.BottomAttach = ((uint)(2));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(2));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.versionNameEntry = new global::Gtk.Entry ();
			this.versionNameEntry.CanFocus = true;
			this.versionNameEntry.Name = "versionNameEntry";
			this.versionNameEntry.IsEditable = true;
			this.versionNameEntry.InvisibleChar = '●';
			this.table1.Add (this.versionNameEntry);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.versionNameEntry]));
			w16.TopAttach = ((uint)(4));
			w16.BottomAttach = ((uint)(5));
			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.versionNumberEntry = new global::Gtk.Entry ();
			this.versionNumberEntry.CanFocus = true;
			this.versionNumberEntry.Name = "versionNumberEntry";
			this.versionNumberEntry.IsEditable = true;
			this.versionNumberEntry.InvisibleChar = '●';
			this.table1.Add (this.versionNumberEntry);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.versionNumberEntry]));
			w17.TopAttach = ((uint)(3));
			w17.BottomAttach = ((uint)(4));
			w17.LeftAttach = ((uint)(1));
			w17.RightAttach = ((uint)(2));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.table1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.label1.MnemonicWidget = this.appNameEntry;
			this.label2.MnemonicWidget = this.packageNameEntry;
			this.label3.MnemonicWidget = this.versionNumberEntry;
			this.label4.MnemonicWidget = this.versionNameEntry;
			this.label5.MnemonicWidget = this.minAndroidVersionCombo;
			this.label6.MnemonicWidget = this.permissionsTreeView;
			this.Hide ();
		}
Пример #60
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Database.Sql.SqlServer.SqlServerCreateDatabaseWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Database.Sql.SqlServer.SqlServerCreateDatabaseWidget";
     // Container child MonoDevelop.Database.Sql.SqlServer.SqlServerCreateDatabaseWidget.Gtk.Container+ContainerChild
     this.table               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table.Name          = "table";
     this.table.RowSpacing    = ((uint)(6));
     this.table.ColumnSpacing = ((uint)(6));
     this.table.BorderWidth   = ((uint)(6));
     // Container child table.Gtk.Table+TableChild
     this.comboCollations      = global::Gtk.ComboBoxEntry.NewText();
     this.comboCollations.Name = "comboCollations";
     this.table.Add(this.comboCollations);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table[this.comboCollations]));
     w1.TopAttach    = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table.Gtk.Table+TableChild
     this.entryFilename               = new global::Gtk.Entry();
     this.entryFilename.CanFocus      = true;
     this.entryFilename.Name          = "entryFilename";
     this.entryFilename.IsEditable    = true;
     this.entryFilename.InvisibleChar = '●';
     this.table.Add(this.entryFilename);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table[this.entryFilename]));
     w2.TopAttach    = ((uint)(2));
     w2.BottomAttach = ((uint)(3));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table.Gtk.Table+TableChild
     this.entryName               = new global::Gtk.Entry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '●';
     this.table.Add(this.entryName);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table[this.entryName]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table.Gtk.Table+TableChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.spinSize          = new global::Gtk.SpinButton(0, 2147483647, 1);
     this.spinSize.CanFocus = true;
     this.spinSize.Name     = "spinSize";
     this.spinSize.Adjustment.PageIncrement = 10;
     this.spinSize.ClimbRate = 1;
     this.spinSize.Numeric   = true;
     this.hbox1.Add(this.spinSize);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.spinSize]));
     w4.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboSize = global::Gtk.ComboBox.NewText();
     this.comboSize.AppendText(global::MonoDevelop.Database.AddinCatalog.GetString("KB"));
     this.comboSize.AppendText(global::MonoDevelop.Database.AddinCatalog.GetString("MB"));
     this.comboSize.AppendText(global::MonoDevelop.Database.AddinCatalog.GetString("GB"));
     this.comboSize.AppendText(global::MonoDevelop.Database.AddinCatalog.GetString("TB"));
     this.comboSize.Name   = "comboSize";
     this.comboSize.Active = 1;
     this.hbox1.Add(this.comboSize);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboSize]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.table.Add(this.hbox1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table[this.hbox1]));
     w6.TopAttach    = ((uint)(3));
     w6.BottomAttach = ((uint)(4));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.spinMaxSize          = new global::Gtk.SpinButton(0, 2147483647, 1);
     this.spinMaxSize.CanFocus = true;
     this.spinMaxSize.Name     = "spinMaxSize";
     this.spinMaxSize.Adjustment.PageIncrement = 10;
     this.spinMaxSize.ClimbRate = 1;
     this.spinMaxSize.Numeric   = true;
     this.hbox2.Add(this.spinMaxSize);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.spinMaxSize]));
     w7.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboMaxSize = global::Gtk.ComboBox.NewText();
     this.comboMaxSize.AppendText(global::MonoDevelop.Database.AddinCatalog.GetString("KB"));
     this.comboMaxSize.AppendText(global::MonoDevelop.Database.AddinCatalog.GetString("MB"));
     this.comboMaxSize.AppendText(global::MonoDevelop.Database.AddinCatalog.GetString("GB"));
     this.comboMaxSize.AppendText(global::MonoDevelop.Database.AddinCatalog.GetString("TB"));
     this.comboMaxSize.AppendText(global::MonoDevelop.Database.AddinCatalog.GetString("UNLIMITED"));
     this.comboMaxSize.Name   = "comboMaxSize";
     this.comboMaxSize.Active = 1;
     this.hbox2.Add(this.comboMaxSize);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.comboMaxSize]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.table.Add(this.hbox2);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table[this.hbox2]));
     w9.TopAttach    = ((uint)(4));
     w9.BottomAttach = ((uint)(5));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table.Gtk.Table+TableChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.spinFilegrowth          = new global::Gtk.SpinButton(0, 2147483647, 1);
     this.spinFilegrowth.CanFocus = true;
     this.spinFilegrowth.Name     = "spinFilegrowth";
     this.spinFilegrowth.Adjustment.PageIncrement = 10;
     this.spinFilegrowth.ClimbRate = 1;
     this.spinFilegrowth.Numeric   = true;
     this.hbox3.Add(this.spinFilegrowth);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.spinFilegrowth]));
     w10.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.comboFilegrowth = global::Gtk.ComboBox.NewText();
     this.comboFilegrowth.AppendText(global::MonoDevelop.Database.AddinCatalog.GetString("KB"));
     this.comboFilegrowth.AppendText(global::MonoDevelop.Database.AddinCatalog.GetString("MB"));
     this.comboFilegrowth.AppendText(global::MonoDevelop.Database.AddinCatalog.GetString("GB"));
     this.comboFilegrowth.AppendText(global::MonoDevelop.Database.AddinCatalog.GetString("TB"));
     this.comboFilegrowth.AppendText(global::MonoDevelop.Database.AddinCatalog.GetString("%"));
     this.comboFilegrowth.Name   = "comboFilegrowth";
     this.comboFilegrowth.Active = 1;
     this.hbox3.Add(this.comboFilegrowth);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.comboFilegrowth]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.table.Add(this.hbox3);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table[this.hbox3]));
     w12.TopAttach    = ((uint)(5));
     w12.BottomAttach = ((uint)(6));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0f;
     this.label1.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString("Name");
     this.table.Add(this.label1);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table[this.label1]));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0f;
     this.label3.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString("Collation");
     this.table.Add(this.label3);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table[this.label3]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0f;
     this.label4.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString("File Name");
     this.table.Add(this.label4);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table[this.label4]));
     w15.TopAttach    = ((uint)(2));
     w15.BottomAttach = ((uint)(3));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0f;
     this.label5.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString("Size");
     this.table.Add(this.label5);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table[this.label5]));
     w16.TopAttach    = ((uint)(3));
     w16.BottomAttach = ((uint)(4));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0f;
     this.label6.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString("Max Size");
     this.table.Add(this.label6);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table[this.label6]));
     w17.TopAttach    = ((uint)(4));
     w17.BottomAttach = ((uint)(5));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0f;
     this.label7.LabelProp = global::MonoDevelop.Database.AddinCatalog.GetString("File Growth");
     this.table.Add(this.label7);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table[this.label7]));
     w18.TopAttach    = ((uint)(5));
     w18.BottomAttach = ((uint)(6));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.comboFilegrowth.Changed += new global::System.EventHandler(this.OnComboFilegrowthChanged);
     this.comboMaxSize.Changed    += new global::System.EventHandler(this.OnComboMaxSizeChanged);
 }