예제 #1
0
파일: MainWindow.cs 프로젝트: borjadam/ad
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.combobox = global::Gtk.ComboBox.NewText ();
     this.combobox.Name = "combobox";
     this.vbox1.Add (this.combobox);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.combobox]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget GoldAddin.OutputOptionsWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "GoldAddin.OutputOptionsWidget";
     // Container child GoldAddin.OutputOptionsWidget.Gtk.Container+ContainerChild
     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.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Compiled Grammar Table Name:");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.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::Mono.Unix.Catalog.GetString ("Table format:");
     this.table1.Add (this.label2);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w2.TopAttach = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.outputFormatSelector = global::Gtk.ComboBox.NewText ();
     this.outputFormatSelector.AppendText (global::Mono.Unix.Catalog.GetString ("Compiled Grammar Table (.cgt)"));
     this.outputFormatSelector.AppendText (global::Mono.Unix.Catalog.GetString ("Enhanced Grammar Table (.egt)"));
     this.outputFormatSelector.Name = "outputFormatSelector";
     this.table1.Add (this.outputFormatSelector);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.outputFormatSelector]));
     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.outputTableName = new global::Gtk.Entry ();
     this.outputTableName.CanFocus = true;
     this.outputTableName.Name = "outputTableName";
     this.outputTableName.IsEditable = true;
     this.outputTableName.InvisibleChar = '●';
     this.table1.Add (this.outputTableName);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.outputTableName]));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LinXbox360isoBurner.Dvdrwchoose
     this.Name = "LinXbox360isoBurner.Dvdrwchoose";
     this.Title = "Choose your dvdrw device";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Resizable = false;
     this.AllowGrow = false;
     // Internal child LinXbox360isoBurner.Dvdrwchoose.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog_VBox.Gtk.Box+BoxChild
     this.@fixed = new global::Gtk.Fixed ();
     [email protected] = "fixed";
     [email protected] = false;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.label = new global::Gtk.Label ();
     this.label.Name = "label";
     this.label.LabelProp = "Choose your dvdrw device:";
     [email protected] (this.label);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.label]));
     w2.X = 15;
     w2.Y = 9;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.combobox = global::Gtk.ComboBox.NewText ();
     this.combobox.Name = "combobox";
     [email protected] (this.combobox);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.combobox]));
     w3.X = 15;
     w3.Y = 31;
     w1.Add (this.@fixed);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1 [this.@fixed]));
     w4.Position = 0;
     // Internal child LinXbox360isoBurner.Dvdrwchoose.ActionArea
     global::Gtk.HButtonBox w5 = this.ActionArea;
     w5.Name = "dialog1_ActionArea";
     w5.Spacing = 6;
     w5.BorderWidth = ((uint)(5));
     w5.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(2));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button_ok = new global::Gtk.Button ();
     this.button_ok.CanDefault = true;
     this.button_ok.CanFocus = true;
     this.button_ok.Name = "button_ok";
     this.button_ok.UseUnderline = true;
     this.button_ok.Label = "OK";
     this.AddActionWidget (this.button_ok, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5 [this.button_ok]));
     w6.Expand = false;
     w6.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 139;
     this.Show ();
     this.button_ok.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoDevelop.D.OptionPanels.CompilerOptions
     global::Stetic.BinContainer.Attach (this);
     this.Name = "MonoDevelop.D.OptionPanels.CompilerOptions";
     // Container child MonoDevelop.D.OptionPanels.CompilerOptions.Gtk.Container+ContainerChild
     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.cmbCompiler = global::Gtk.ComboBox.NewText ();
     this.cmbCompiler.Name = "cmbCompiler";
     this.table1.Add (this.cmbCompiler);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbCompiler]));
     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.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Default Compiler");
     this.table1.Add (this.label4);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Show ();
 }
예제 #5
0
파일: MainWindow.cs 프로젝트: rubenGan/AD
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar1'/></ui>");
     this.toolbar1 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar1")));
     this.toolbar1.Name = "toolbar1";
     this.toolbar1.ShowArrow = false;
     this.vbox1.Add (this.toolbar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.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.LabelProp = global::Mono.Unix.Catalog.GetString ("Categoría");
     this.hbox1.Add (this.label1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboBox = new global::Gtk.ComboBox ();
     this.comboBox.Name = "comboBox";
     this.hbox1.Add (this.comboBox);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboBox]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget QSWidgetLib.LegalName
     global::Stetic.BinContainer.Attach (this);
     this.Name = "QSWidgetLib.LegalName";
     // Container child QSWidgetLib.LegalName.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboOwnership = global::Gtk.ComboBox.NewText ();
     this.comboOwnership.Name = "comboOwnership";
     this.hbox1.Add (this.comboOwnership);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboOwnership]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entryName = new global::Gtk.Entry ();
     this.entryName.CanFocus = true;
     this.entryName.Name = "entryName";
     this.entryName.IsEditable = true;
     this.entryName.InvisibleChar = '●';
     this.hbox1.Add (this.entryName);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryName]));
     w2.Position = 1;
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.comboOwnership.Changed += new global::System.EventHandler (this.OnComboOwnershipChanged);
     this.entryName.Changed += new global::System.EventHandler (this.OnEntryNameChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoDevelop.FSharp.Gui.CompilerOptionsPanelWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "MonoDevelop.FSharp.Gui.CompilerOptionsPanelWidget";
     // Container child MonoDevelop.FSharp.Gui.CompilerOptionsPanelWidget.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.targetFrameworksLabel = new global::Gtk.Label ();
     this.targetFrameworksLabel.Name = "targetFrameworksLabel";
     this.targetFrameworksLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Target Framework:");
     this.hbox1.Add (this.targetFrameworksLabel);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.targetFrameworksLabel]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     w1.Padding = ((uint)(10));
     // Container child hbox1.Gtk.Box+BoxChild
     this.targetFrameworkComboBox = global::Gtk.ComboBox.NewText ();
     this.targetFrameworkComboBox.Name = "targetFrameworkComboBox";
     this.hbox1.Add (this.targetFrameworkComboBox);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.targetFrameworkComboBox]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     w2.Padding = ((uint)(10));
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget PasswordManager.PasswordViewer
     this.Name = "PasswordManager.PasswordViewer";
     this.Title = global::Mono.Unix.Catalog.GetString ("PasswordViewer");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // Container child PasswordManager.PasswordViewer.Gtk.Container+ContainerChild
     this.fixed3 = new global::Gtk.Fixed ();
     this.fixed3.Name = "fixed3";
     this.fixed3.HasWindow = false;
     // Container child fixed3.Gtk.Fixed+FixedChild
     this.comboPass = global::Gtk.ComboBox.NewText ();
     this.comboPass.AppendText (global::Mono.Unix.Catalog.GetString ("Select the account you need"));
     this.comboPass.Name = "comboPass";
     this.comboPass.Active = 0;
     this.fixed3.Add (this.comboPass);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed3 [this.comboPass]));
     w1.X = 82;
     w1.Y = 18;
     // Container child fixed3.Gtk.Fixed+FixedChild
     this.passwordShown = new global::Gtk.Label ();
     this.passwordShown.Name = "passwordShown";
     this.passwordShown.LabelProp = global::Mono.Unix.Catalog.GetString ("-");
     this.fixed3.Add (this.passwordShown);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed3 [this.passwordShown]));
     w2.X = 89;
     w2.Y = 91;
     // Container child fixed3.Gtk.Fixed+FixedChild
     this.creerNewLoginButton = new global::Gtk.Button ();
     this.creerNewLoginButton.CanFocus = true;
     this.creerNewLoginButton.Name = "creerNewLoginButton";
     this.creerNewLoginButton.UseUnderline = true;
     this.creerNewLoginButton.Label = global::Mono.Unix.Catalog.GetString ("Creer");
     this.fixed3.Add (this.creerNewLoginButton);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed3 [this.creerNewLoginButton]));
     w3.X = 78;
     w3.Y = 217;
     // Container child fixed3.Gtk.Fixed+FixedChild
     this.exitApplication = new global::Gtk.Button ();
     this.exitApplication.CanFocus = true;
     this.exitApplication.Name = "exitApplication";
     this.exitApplication.UseUnderline = true;
     this.exitApplication.Label = global::Mono.Unix.Catalog.GetString ("Exit");
     this.fixed3.Add (this.exitApplication);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed3 [this.exitApplication]));
     w4.X = 219;
     w4.Y = 217;
     this.Add (this.fixed3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.comboPass.Changed += new global::System.EventHandler (this.OnComboPassChanged);
     this.creerNewLoginButton.Clicked += new global::System.EventHandler (this.OnCreerNewLoginButtonClicked);
     this.exitApplication.Clicked += new global::System.EventHandler (this.OnExitApplicationClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Deployment.Gui.FileCopyConfigurationSelector
			global::Stetic.BinContainer.Attach (this);
			this.Events = ((global::Gdk.EventMask)(256));
			this.Name = "MonoDevelop.Deployment.Gui.FileCopyConfigurationSelector";
			// Container child MonoDevelop.Deployment.Gui.FileCopyConfigurationSelector.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.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0f;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Target:");
			this.hbox1.Add (this.label1);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.comboHandlers = global::Gtk.ComboBox.NewText ();
			this.comboHandlers.Name = "comboHandlers";
			this.hbox1.Add (this.comboHandlers);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboHandlers]));
			w2.Position = 1;
			this.vbox1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
			w3.Position = 0;
			w3.Expand = false;
			w3.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 w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hseparator1]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.editorBox = new global::Gtk.EventBox ();
			this.editorBox.Name = "editorBox";
			this.vbox1.Add (this.editorBox);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.editorBox]));
			w5.Position = 2;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
			this.comboHandlers.Changed += new global::System.EventHandler (this.OnComboHandlersChanged);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Moscrif.IDE.Components.SkinThemeControl
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Moscrif.IDE.Components.SkinThemeControl";
     // Container child Moscrif.IDE.Components.SkinThemeControl.Gtk.Container+ContainerChild
     this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(5));
     this.table1.ColumnSpacing = ((uint)(8));
     // Container child table1.Gtk.Table+TableChild
     this.cbSkin = global::Gtk.ComboBox.NewText ();
     this.cbSkin.Name = "cbSkin";
     this.table1.Add (this.cbSkin);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbSkin]));
     w1.LeftAttach = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.cbTheme = global::Gtk.ComboBox.NewText ();
     this.cbTheme.Name = "cbTheme";
     this.table1.Add (this.cbTheme);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbTheme]));
     w2.TopAttach = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.TooltipMarkup = "Skin to be Embeded into Output Installation";
     this.label1.Name = "label1";
     this.label1.Xalign = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Skin :");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label ();
     this.label2.TooltipMarkup = "Theme to be Aplied";
     this.label2.Name = "label2";
     this.label2.Xalign = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Theme :");
     this.table1.Add (this.label2);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w4.TopAttach = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
예제 #11
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget CsvToLrMapRow
     global::Stetic.BinContainer.Attach (this);
     this.Name = "CsvToLrMapRow";
     // Container child CsvToLrMapRow.Gtk.Container+ContainerChild
     this.RowContainer = new global::Gtk.HBox ();
     this.RowContainer.Name = "RowContainer";
     this.RowContainer.Spacing = 6;
     // Container child RowContainer.Gtk.Box+BoxChild
     this.lbl_ResourceDataField = new global::Gtk.Label ();
     this.lbl_ResourceDataField.WidthRequest = 200;
     this.lbl_ResourceDataField.Name = "lbl_ResourceDataField";
     this.lbl_ResourceDataField.Xpad = 5;
     this.lbl_ResourceDataField.Xalign = 0F;
     this.RowContainer.Add (this.lbl_ResourceDataField);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.RowContainer [this.lbl_ResourceDataField]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child RowContainer.Gtk.Box+BoxChild
     this.lbl_MapsTo = new global::Gtk.Label ();
     this.lbl_MapsTo.Name = "lbl_MapsTo";
     this.lbl_MapsTo.LabelProp = global::Mono.Unix.Catalog.GetString ("Maps To:");
     this.RowContainer.Add (this.lbl_MapsTo);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.RowContainer [this.lbl_MapsTo]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child RowContainer.Gtk.Box+BoxChild
     this.ColumnOptionsComboBox = global::Gtk.ComboBox.NewText ();
     this.ColumnOptionsComboBox.Name = "ColumnOptionsComboBox";
     this.RowContainer.Add (this.ColumnOptionsComboBox);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.RowContainer [this.ColumnOptionsComboBox]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     // Container child RowContainer.Gtk.Box+BoxChild
     this.CustomValueEntry = new global::Gtk.Entry ();
     this.CustomValueEntry.CanFocus = true;
     this.CustomValueEntry.Name = "CustomValueEntry";
     this.CustomValueEntry.IsEditable = true;
     this.CustomValueEntry.InvisibleChar = '●';
     this.RowContainer.Add (this.CustomValueEntry);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.RowContainer [this.CustomValueEntry]));
     w4.Position = 3;
     w4.Padding = ((uint)(5));
     this.Add (this.RowContainer);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.CustomValueEntry.Hide ();
     this.Hide ();
     this.ColumnOptionsComboBox.Changed += new global::System.EventHandler (this.OnColumnSelectionChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Smuxi.Frontend.Gnome.JoinWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Smuxi.Frontend.Gnome.JoinWidget";
     // Container child Smuxi.Frontend.Gnome.JoinWidget.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.f_ChatEntry = new global::Gtk.Entry ();
     this.f_ChatEntry.CanFocus = true;
     this.f_ChatEntry.Name = "f_ChatEntry";
     this.f_ChatEntry.IsEditable = true;
     this.f_ChatEntry.InvisibleChar = '•';
     this.hbox1.Add (this.f_ChatEntry);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.f_ChatEntry]));
     w1.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = "@";
     this.hbox1.Add (this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.f_NetworkComboBox = global::Gtk.ComboBox.NewText ();
     this.f_NetworkComboBox.Name = "f_NetworkComboBox";
     this.hbox1.Add (this.f_NetworkComboBox);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.f_NetworkComboBox]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.f_JoinButton = new global::Gtk.Button ();
     this.f_JoinButton.CanFocus = true;
     this.f_JoinButton.Name = "f_JoinButton";
     this.f_JoinButton.UseUnderline = true;
     this.f_JoinButton.Label = global::Mono.Unix.Catalog.GetString ("Join Chat");
     this.hbox1.Add (this.f_JoinButton);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.f_JoinButton]));
     w4.Position = 3;
     w4.Expand = false;
     w4.Fill = false;
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.MonoGameContent.MonoGameOptions
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.MonoGameContent.MonoGameOptions";
			// Container child MonoDevelop.MonoGameContent.MonoGameOptions.Gtk.Container+ContainerChild
			this.fixed1 = new global::Gtk.Fixed ();
			this.fixed1.Name = "fixed1";
			this.fixed1.HasWindow = false;
			// Container child fixed1.Gtk.Fixed+FixedChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Platform");
			this.fixed1.Add (this.label1);
			global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label1]));
			w1.X = 6;
			w1.Y = 24;
			// Container child fixed1.Gtk.Fixed+FixedChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Compress Content");
			this.fixed1.Add (this.label2);
			global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label2]));
			w2.X = 5;
			w2.Y = 59;
			// Container child fixed1.Gtk.Fixed+FixedChild
			this.chkCompress = new global::Gtk.CheckButton ();
			this.chkCompress.CanFocus = true;
			this.chkCompress.Name = "chkCompress";
			this.chkCompress.Label = "";
			this.chkCompress.Active = true;
			this.chkCompress.DrawIndicator = true;
			this.chkCompress.UseUnderline = true;
			this.fixed1.Add (this.chkCompress);
			global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.chkCompress]));
			w3.X = 134;
			w3.Y = 58;
			// Container child fixed1.Gtk.Fixed+FixedChild
			this.cmbPlatforms = global::Gtk.ComboBox.NewText ();
			this.cmbPlatforms.WidthRequest = 200;
			this.cmbPlatforms.Name = "cmbPlatforms";
			this.fixed1.Add (this.cmbPlatforms);
			global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.cmbPlatforms]));
			w4.X = 133;
			w4.Y = 21;
			this.Add (this.fixed1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
예제 #14
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.button2 = new global::Gtk.Button ();
     this.button2.CanFocus = true;
     this.button2.Name = "button2";
     this.button2.UseUnderline = true;
     this.button2.Label = global::Mono.Unix.Catalog.GetString ("GtkButton");
     this.vbox1.Add (this.button2);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.button2]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.combobox1 = global::Gtk.ComboBox.NewText ();
     this.combobox1.Name = "combobox1";
     this.vbox1.Add (this.combobox1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.combobox1]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     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.vbox1.Add (this.checkbutton1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.checkbutton1]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 597;
     this.DefaultHeight = 424;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Pinta.Gui.Widgets.ComboBoxWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Pinta.Gui.Widgets.ComboBoxWidget";
     // Container child Pinta.Gui.Widgets.ComboBoxWidget.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label = new global::Gtk.Label();
     this.label.Name = "label";
     this.label.LabelProp = global::Mono.Unix.Catalog.GetString("label");
     this.hbox1.Add(this.label);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.hbox1.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.hseparator1]));
     w2.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.combobox = global::Gtk.ComboBox.NewText();
     this.combobox.Name = "combobox";
     this.vbox2.Add(this.combobox);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.combobox]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Smuxi.Frontend.Gnome.ChatTypeWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Smuxi.Frontend.Gnome.ChatTypeWidget";
     // Container child Smuxi.Frontend.Gnome.ChatTypeWidget.Gtk.Container+ContainerChild
     this.f_ComboBox = global::Gtk.ComboBox.NewText ();
     this.f_ComboBox.Name = "f_ComboBox";
     this.Add (this.f_ComboBox);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
예제 #17
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget gtk.GeneralCombobox
			global::Stetic.BinContainer.Attach (this);
			this.Name = "gtk.GeneralCombobox";
			// Container child gtk.GeneralCombobox.Gtk.Container+ContainerChild
			this.combobox = global::Gtk.ComboBox.NewText ();
			this.combobox.Name = "combobox";
			this.Add (this.combobox);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.PackageManagement.PackageConsoleToolbarWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.PackageManagement.PackageConsoleToolbarWidget";
			// Container child MonoDevelop.PackageManagement.PackageConsoleToolbarWidget.Gtk.Container+ContainerChild
			this.mainHBox = new global::Gtk.HBox ();
			this.mainHBox.Name = "mainHBox";
			this.mainHBox.Spacing = 6;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.packageSourceLabel = new global::Gtk.Label ();
			this.packageSourceLabel.Name = "packageSourceLabel";
			this.packageSourceLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Package Source:");
			this.mainHBox.Add (this.packageSourceLabel);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.packageSourceLabel]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.packageSourcesComboBox = global::Gtk.ComboBox.NewText ();
			this.packageSourcesComboBox.WidthRequest = 200;
			this.packageSourcesComboBox.Name = "packageSourcesComboBox";
			this.mainHBox.Add (this.packageSourcesComboBox);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.packageSourcesComboBox]));
			w2.Position = 1;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.projectLabel = new global::Gtk.Label ();
			this.projectLabel.Name = "projectLabel";
			this.projectLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Default Project:");
			this.mainHBox.Add (this.projectLabel);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.projectLabel]));
			w3.Position = 2;
			w3.Expand = false;
			w3.Fill = false;
			// Container child mainHBox.Gtk.Box+BoxChild
			this.projectsComboBox = global::Gtk.ComboBox.NewText ();
			this.projectsComboBox.WidthRequest = 200;
			this.projectsComboBox.Name = "projectsComboBox";
			this.mainHBox.Add (this.projectsComboBox);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.projectsComboBox]));
			w4.Position = 3;
			this.Add (this.mainHBox);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox";
			// Container child MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox.Gtk.Container+ContainerChild
			this.comboMode = global::Gtk.ComboBox.NewText ();
			this.comboMode.Name = "comboMode";
			this.Add (this.comboMode);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.comboMode.Changed += new global::System.EventHandler (this.OnComboModeChanged);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget LynnaLab.ComboBoxFromConstants
			global::Stetic.BinContainer.Attach (this);
			this.Name = "LynnaLab.ComboBoxFromConstants";
			// Container child LynnaLab.ComboBoxFromConstants.Gtk.Container+ContainerChild
			this.combobox1 = global::Gtk.ComboBox.NewText ();
			this.combobox1.Name = "combobox1";
			this.Add (this.combobox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.combobox1.Changed += new global::System.EventHandler (this.OnCombobox1Changed);
		}
예제 #21
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget LampCP.ApacheConfigWin
			this.Name = "LampCP.ApacheConfigWin";
			this.Title = global::Mono.Unix.Catalog.GetString ("ApacheConfigWin");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Container child LampCP.ApacheConfigWin.Gtk.Container+ContainerChild
			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.combobox2 = global::Gtk.ComboBox.NewText ();
			this.combobox2.Name = "combobox2";
			this.vbox1.Add (this.combobox2);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.combobox2]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.button2 = new global::Gtk.Button ();
			this.button2.CanFocus = true;
			this.button2.Name = "button2";
			this.button2.UseUnderline = true;
			this.button2.Label = global::Mono.Unix.Catalog.GetString ("GtkButton");
			this.vbox1.Add (this.button2);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.button2]));
			w2.Position = 2;
			w2.Expand = false;
			w2.Fill = false;
			this.hbox1.Add (this.vbox1);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox1]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			this.Add (this.hbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 400;
			this.DefaultHeight = 300;
			this.Show ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget HomeStream.SettingsWindow
     this.Name = "HomeStream.SettingsWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Einstellungen");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "gtk-execute", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child HomeStream.SettingsWindow.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.settingsLabel = new global::Gtk.Label ();
     this.settingsLabel.WidthRequest = 100;
     this.settingsLabel.Name = "settingsLabel";
     this.settingsLabel.Xalign = 1F;
     this.settingsLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Aufnahme");
     this.hbox1.Add (this.settingsLabel);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.settingsLabel]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.audioDevicesComboBox = global::Gtk.ComboBox.NewText ();
     this.audioDevicesComboBox.WidthRequest = 200;
     this.audioDevicesComboBox.Name = "audioDevicesComboBox";
     this.hbox1.Add (this.audioDevicesComboBox);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.audioDevicesComboBox]));
     w2.Position = 1;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget meticulus.controls.gtk.object_viewer
			global::Stetic.BinContainer.Attach (this);
			this.Name = "meticulus.controls.gtk.object_viewer";
			// Container child meticulus.controls.gtk.object_viewer.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.combobox1 = global::Gtk.ComboBox.NewText ();
			this.combobox1.Name = "combobox1";
			this.vbox2.Add (this.combobox1);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.combobox1]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.textview1 = new global::Gtk.TextView ();
			this.textview1.CanFocus = true;
			this.textview1.Name = "textview1";
			this.GtkScrolledWindow.Add (this.textview1);
			this.vbox2.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
			w3.Position = 1;
			// Container child vbox2.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
			this.vbox2.Add (this.label1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
			w4.Position = 2;
			w4.Expand = false;
			w4.Fill = false;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.combobox1.Changed += new global::System.EventHandler (this.OnCombobox1Changed);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MultiLocation.InfoWindow
     this.Name = "MultiLocation.InfoWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Page d'information");
     this.WindowPosition = ((global::Gtk.WindowPosition)(3));
     // Container child MultiLocation.InfoWindow.Gtk.Container+ContainerChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.infoLabel = new global::Gtk.Label ();
     this.infoLabel.Name = "infoLabel";
     this.fixed1.Add (this.infoLabel);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.infoLabel]));
     w1.X = 10;
     w1.Y = 84;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.infoBox = global::Gtk.ComboBox.NewText ();
     this.infoBox.WidthRequest = 200;
     this.infoBox.Name = "infoBox";
     this.fixed1.Add (this.infoBox);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.infoBox]));
     w2.X = 264;
     w2.Y = 24;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.fermerButton = new global::Gtk.Button ();
     this.fermerButton.CanFocus = true;
     this.fermerButton.Name = "fermerButton";
     this.fermerButton.UseUnderline = true;
     this.fermerButton.Label = global::Mono.Unix.Catalog.GetString ("Fermer");
     this.fixed1.Add (this.fermerButton);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.fermerButton]));
     w3.X = 343;
     w3.Y = 407;
     this.Add (this.fixed1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 699;
     this.DefaultHeight = 466;
     this.Show ();
     this.infoBox.Changed += new global::System.EventHandler (this.OnInfoBoxChanged);
     this.fermerButton.Clicked += new global::System.EventHandler (this.OnFermerButtonClicked);
 }
예제 #25
0
파일: MainWindow.cs 프로젝트: ruben206/ad
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(5)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.comboBox = new global::Gtk.ComboBox ();
     this.comboBox.Name = "comboBox";
     this.table1.Add (this.comboBox);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboBox]));
     w1.LeftAttach = ((uint)(1));
     w1.RightAttach = ((uint)(2));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     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));
     this.vbox1.Add (this.table1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w3.Position = 1;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
예제 #26
0
파일: MainWindow.cs 프로젝트: juankza/ad
 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.propertiesAction = new global::Gtk.Action ("propertiesAction", global::Mono.Unix.Catalog.GetString ("Propiedades"), global::Mono.Unix.Catalog.GetString ("Propiedades"), "gtk-properties");
     this.propertiesAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Propiedades");
     w1.Add (this.propertiesAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.mainVBox = new global::Gtk.VBox ();
     this.mainVBox.Name = "mainVBox";
     this.mainVBox.Spacing = 6;
     // Container child mainVBox.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar1'><toolitem name='propertiesAction' action='propertiesAction'/></toolbar></ui>");
     this.toolbar1 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar1")));
     this.toolbar1.Name = "toolbar1";
     this.toolbar1.ShowArrow = false;
     this.mainVBox.Add (this.toolbar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.mainVBox [this.toolbar1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child mainVBox.Gtk.Box+BoxChild
     this.comboBox = new global::Gtk.ComboBox ();
     this.comboBox.Name = "comboBox";
     this.mainVBox.Add (this.comboBox);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.mainVBox [this.comboBox]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     this.Add (this.mainVBox);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget frugalmonotools.WID_News
     global::Stetic.BinContainer.Attach (this);
     this.Name = "frugalmonotools.WID_News";
     // Container child frugalmonotools.WID_News.Gtk.Container+ContainerChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.CBO_TitleNews = global::Gtk.ComboBox.NewText ();
     this.CBO_TitleNews.Name = "CBO_TitleNews";
     this.vbox5.Add (this.CBO_TitleNews);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.CBO_TitleNews]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.LIB_Titre = new global::Gtk.Label ();
     this.LIB_Titre.Name = "LIB_Titre";
     this.vbox5.Add (this.LIB_Titre);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.LIB_Titre]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.BTN_Link = new global::Gtk.Button ();
     this.BTN_Link.CanFocus = true;
     this.BTN_Link.Name = "BTN_Link";
     this.BTN_Link.UseUnderline = true;
     this.BTN_Link.Label = global::Mono.Unix.Catalog.GetString ("http://www.frugalware.org");
     this.vbox5.Add (this.BTN_Link);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.BTN_Link]));
     w3.Position = 3;
     w3.Expand = false;
     w3.Fill = false;
     this.Add (this.vbox5);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.CBO_TitleNews.Changed += new global::System.EventHandler (this.OnCBOTitleNewsChanged);
     this.BTN_Link.Clicked += new global::System.EventHandler (this.OnBTNLinkClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget CBinding.CompilerPanel
			global::Stetic.BinContainer.Attach (this);
			this.Name = "CBinding.CompilerPanel";
			// Container child CBinding.CompilerPanel.Gtk.Container+ContainerChild
			this.table2 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
			this.table2.Name = "table2";
			this.table2.RowSpacing = ((uint)(6));
			this.table2.ColumnSpacing = ((uint)(6));
			// Container child table2.Gtk.Table+TableChild
			this.compilerComboBox = global::Gtk.ComboBox.NewText ();
			this.compilerComboBox.Name = "compilerComboBox";
			this.table2.Add (this.compilerComboBox);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table2 [this.compilerComboBox]));
			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 table2.Gtk.Table+TableChild
			this.useCcacheCheckBox = new global::Gtk.CheckButton ();
			this.useCcacheCheckBox.CanFocus = true;
			this.useCcacheCheckBox.Name = "useCcacheCheckBox";
			this.useCcacheCheckBox.Label = global::Mono.Unix.Catalog.GetString ("Use ccache");
			this.useCcacheCheckBox.DrawIndicator = true;
			this.useCcacheCheckBox.UseUnderline = true;
			this.table2.Add (this.useCcacheCheckBox);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table2 [this.useCcacheCheckBox]));
			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));
			this.Add (this.table2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
			this.compilerComboBox.Changed += new global::System.EventHandler (this.OnCompilerComboBoxChanged);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MediaConvertGUI.WidgetContainer
     global::Stetic.BinContainer.Attach (this);
     this.Name = "MediaConvertGUI.WidgetContainer";
     // Container child MediaConvertGUI.WidgetContainer.Gtk.Container+ContainerChild
     this.@fixed = new global::Gtk.Fixed ();
     [email protected] = "fixed";
     [email protected] = false;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.labelContainer = new global::Gtk.Label ();
     this.labelContainer.Name = "labelContainer";
     this.labelContainer.LabelProp = global::Mono.Unix.Catalog.GetString ("Container");
     [email protected] (this.labelContainer);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.labelContainer]));
     w1.X = 35;
     w1.Y = 7;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.eventBoxContainer = new global::Gtk.EventBox ();
     this.eventBoxContainer.Name = "eventBoxContainer";
     // Container child eventBoxContainer.Gtk.Container+ContainerChild
     this.imageContainer = new global::Gtk.Image ();
     this.imageContainer.WidthRequest = 16;
     this.imageContainer.HeightRequest = 16;
     this.imageContainer.Name = "imageContainer";
     this.imageContainer.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-info", global::Gtk.IconSize.Menu);
     this.eventBoxContainer.Add (this.imageContainer);
     [email protected] (this.eventBoxContainer);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.eventBoxContainer]));
     w3.X = 115;
     w3.Y = 7;
     // Container child fixed.Gtk.Fixed+FixedChild
     this.comboContainer = global::Gtk.ComboBox.NewText ();
     this.comboContainer.Name = "comboContainer";
     [email protected] (this.comboContainer);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.@fixed [this.comboContainer]));
     w4.X = 145;
     this.Add (this.@fixed);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Projects.OptionPanels.RuntimeOptionsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Projects.OptionPanels.RuntimeOptionsPanelWidget";
			// Container child MonoDevelop.Ide.Projects.OptionPanels.RuntimeOptionsPanelWidget.Gtk.Container+ContainerChild
			this.vbox81 = new global::Gtk.VBox ();
			this.vbox81.Name = "vbox81";
			this.vbox81.Spacing = 12;
			// Container child vbox81.Gtk.Box+BoxChild
			this.hbox68 = new global::Gtk.HBox ();
			this.hbox68.Name = "hbox68";
			this.hbox68.Spacing = 7;
			// Container child hbox68.Gtk.Box+BoxChild
			this.label114 = new global::Gtk.Label ();
			this.label114.Name = "label114";
			this.label114.Xalign = 0F;
			this.label114.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Runtime _version:");
			this.label114.UseUnderline = true;
			this.hbox68.Add (this.label114);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox68 [this.label114]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child hbox68.Gtk.Box+BoxChild
			this.runtimeVersionCombo = global::Gtk.ComboBox.NewText ();
			this.runtimeVersionCombo.Name = "runtimeVersionCombo";
			this.hbox68.Add (this.runtimeVersionCombo);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox68 [this.runtimeVersionCombo]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			this.vbox81.Add (this.hbox68);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox81 [this.hbox68]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			this.Add (this.vbox81);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.CSharp.Project.CodeGenerationPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.CSharp.Project.CodeGenerationPanelWidget";
     // Container child MonoDevelop.CSharp.Project.CodeGenerationPanelWidget.Gtk.Container+ContainerChild
     this.vbox62             = new global::Gtk.VBox();
     this.vbox62.Name        = "vbox62";
     this.vbox62.Spacing     = 12;
     this.vbox62.BorderWidth = ((uint)(6));
     // Container child vbox62.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>General Options</b>");
     this.label82.UseMarkup = true;
     this.vbox62.Add(this.label82);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label82]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.hbox56      = new global::Gtk.HBox();
     this.hbox56.Name = "hbox56";
     // Container child hbox56.Gtk.Box+BoxChild
     this.label81 = new global::Gtk.Label();
     this.label81.WidthRequest = 18;
     this.label81.Name         = "label81";
     this.hbox56.Add(this.label81);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.label81]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox56.Gtk.Box+BoxChild
     this.vbox65         = new global::Gtk.VBox();
     this.vbox65.Name    = "vbox65";
     this.vbox65.Spacing = 6;
     // Container child vbox65.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.enableOptimizationCheckButton               = new global::Gtk.CheckButton();
     this.enableOptimizationCheckButton.CanFocus      = true;
     this.enableOptimizationCheckButton.Name          = "enableOptimizationCheckButton";
     this.enableOptimizationCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Enable _optimizations");
     this.enableOptimizationCheckButton.DrawIndicator = true;
     this.enableOptimizationCheckButton.UseUnderline  = true;
     this.table1.Add(this.enableOptimizationCheckButton);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.enableOptimizationCheckButton]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.generateOverflowChecksCheckButton               = new global::Gtk.CheckButton();
     this.generateOverflowChecksCheckButton.CanFocus      = true;
     this.generateOverflowChecksCheckButton.Name          = "generateOverflowChecksCheckButton";
     this.generateOverflowChecksCheckButton.Label         = global::Mono.Unix.Catalog.GetString("_Generate overflow checks");
     this.generateOverflowChecksCheckButton.DrawIndicator = true;
     this.generateOverflowChecksCheckButton.UseUnderline  = true;
     this.table1.Add(this.generateOverflowChecksCheckButton);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.generateOverflowChecksCheckButton]));
     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.comboPlatforms = global::Gtk.ComboBox.NewText();
     this.comboPlatforms.AppendText(global::Mono.Unix.Catalog.GetString("Any CPU"));
     this.comboPlatforms.AppendText(global::Mono.Unix.Catalog.GetString("x86"));
     this.comboPlatforms.AppendText(global::Mono.Unix.Catalog.GetString("x64"));
     this.comboPlatforms.AppendText(global::Mono.Unix.Catalog.GetString("Itanium"));
     this.comboPlatforms.Name   = "comboPlatforms";
     this.comboPlatforms.Active = 0;
     this.hbox1.Add(this.comboPlatforms);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboPlatforms]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     this.table1.Add(this.hbox1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
     w6.TopAttach    = ((uint)(5));
     w6.BottomAttach = ((uint)(6));
     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.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboDebug = global::Gtk.ComboBox.NewText();
     this.comboDebug.AppendText(global::Mono.Unix.Catalog.GetString("Full"));
     this.comboDebug.AppendText(global::Mono.Unix.Catalog.GetString("Symbols only"));
     this.comboDebug.AppendText(global::Mono.Unix.Catalog.GetString("None"));
     this.comboDebug.Name   = "comboDebug";
     this.comboDebug.Active = 0;
     this.hbox2.Add(this.comboDebug);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboDebug]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     this.table1.Add(this.hbox2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.generateXmlOutputCheckButton               = new global::Gtk.CheckButton();
     this.generateXmlOutputCheckButton.CanFocus      = true;
     this.generateXmlOutputCheckButton.Name          = "generateXmlOutputCheckButton";
     this.generateXmlOutputCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Generate _xml documentation:");
     this.generateXmlOutputCheckButton.DrawIndicator = true;
     this.generateXmlOutputCheckButton.UseUnderline  = true;
     this.hbox4.Add(this.generateXmlOutputCheckButton);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.generateXmlOutputCheckButton]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.xmlDocsEntry      = new global::MonoDevelop.Components.FileEntry();
     this.xmlDocsEntry.Name = "xmlDocsEntry";
     this.xmlDocsEntry.DisplayAsRelativePath = false;
     this.hbox4.Add(this.xmlDocsEntry);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.xmlDocsEntry]));
     w10.Position = 1;
     this.table1.Add(this.hbox4);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox4]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.RightAttach  = ((uint)(2));
     w11.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("Platform target:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     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.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Debug information:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w13.TopAttach    = ((uint)(3));
     w13.BottomAttach = ((uint)(4));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label87              = new global::Gtk.Label();
     this.label87.Name         = "label87";
     this.label87.Xalign       = 0F;
     this.label87.LabelProp    = global::Mono.Unix.Catalog.GetString("Define S_ymbols:");
     this.label87.UseUnderline = true;
     this.table1.Add(this.label87);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.label87]));
     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.symbolsEntry               = new global::Gtk.Entry();
     this.symbolsEntry.CanFocus      = true;
     this.symbolsEntry.Name          = "symbolsEntry";
     this.symbolsEntry.IsEditable    = true;
     this.symbolsEntry.InvisibleChar = '●';
     this.table1.Add(this.symbolsEntry);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.symbolsEntry]));
     w15.TopAttach    = ((uint)(4));
     w15.BottomAttach = ((uint)(5));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox65.Add(this.table1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox65 [this.table1]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     this.hbox56.Add(this.vbox65);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.vbox65]));
     w17.Position = 1;
     this.vbox62.Add(this.hbox56);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox56]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.label93              = new global::Gtk.Label();
     this.label93.Name         = "label93";
     this.label93.Xalign       = 0F;
     this.label93.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>Warnings</b>");
     this.label93.UseMarkup    = true;
     this.label93.UseUnderline = true;
     this.vbox62.Add(this.label93);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label93]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.hbox48      = new global::Gtk.HBox();
     this.hbox48.Name = "hbox48";
     // Container child hbox48.Gtk.Box+BoxChild
     this.label73 = new global::Gtk.Label();
     this.label73.WidthRequest = 18;
     this.label73.Name         = "label73";
     this.hbox48.Add(this.label73);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.label73]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox48.Gtk.Box+BoxChild
     this.vbox67         = new global::Gtk.VBox();
     this.vbox67.Name    = "vbox67";
     this.vbox67.Spacing = 6;
     // Container child vbox67.Gtk.Box+BoxChild
     this.hbox60         = new global::Gtk.HBox();
     this.hbox60.Name    = "hbox60";
     this.hbox60.Spacing = 6;
     // Container child hbox60.Gtk.Box+BoxChild
     this.label85              = new global::Gtk.Label();
     this.label85.Name         = "label85";
     this.label85.LabelProp    = global::Mono.Unix.Catalog.GetString("_Warning Level:");
     this.label85.UseUnderline = true;
     this.hbox60.Add(this.label85);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.label85]));
     w21.Position = 0;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child hbox60.Gtk.Box+BoxChild
     this.warningLevelSpinButton          = new global::Gtk.SpinButton(0, 4, 1);
     this.warningLevelSpinButton.CanFocus = true;
     this.warningLevelSpinButton.Name     = "warningLevelSpinButton";
     this.warningLevelSpinButton.Adjustment.PageIncrement = 1;
     this.warningLevelSpinButton.ClimbRate = 1;
     this.warningLevelSpinButton.Numeric   = true;
     this.warningLevelSpinButton.Value     = 2;
     this.hbox60.Add(this.warningLevelSpinButton);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.warningLevelSpinButton]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     this.vbox67.Add(this.hbox60);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.hbox60]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox67.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label86              = new global::Gtk.Label();
     this.label86.Name         = "label86";
     this.label86.LabelProp    = global::Mono.Unix.Catalog.GetString("_Ignore warnings:");
     this.label86.UseUnderline = true;
     this.hbox3.Add(this.label86);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label86]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.ignoreWarningsEntry               = new global::Gtk.Entry();
     this.ignoreWarningsEntry.CanFocus      = true;
     this.ignoreWarningsEntry.Name          = "ignoreWarningsEntry";
     this.ignoreWarningsEntry.IsEditable    = true;
     this.ignoreWarningsEntry.InvisibleChar = '●';
     this.hbox3.Add(this.ignoreWarningsEntry);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.ignoreWarningsEntry]));
     w25.Position = 1;
     this.vbox67.Add(this.hbox3);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.hbox3]));
     w26.Position = 1;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox67.Gtk.Box+BoxChild
     this.warningsAsErrorsCheckButton               = new global::Gtk.CheckButton();
     this.warningsAsErrorsCheckButton.CanFocus      = true;
     this.warningsAsErrorsCheckButton.Name          = "warningsAsErrorsCheckButton";
     this.warningsAsErrorsCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Treat warnings as _errors");
     this.warningsAsErrorsCheckButton.DrawIndicator = true;
     this.warningsAsErrorsCheckButton.UseUnderline  = true;
     this.vbox67.Add(this.warningsAsErrorsCheckButton);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.warningsAsErrorsCheckButton]));
     w27.Position = 2;
     w27.Expand   = false;
     w27.Fill     = false;
     this.hbox48.Add(this.vbox67);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.vbox67]));
     w28.Position = 1;
     this.vbox62.Add(this.hbox48);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox48]));
     w29.Position = 3;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label74 = new global::Gtk.Label();
     this.label74.WidthRequest = 18;
     this.label74.Name         = "label74";
     this.hbox5.Add(this.label74);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label74]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     this.vbox62.Add(this.hbox5);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox5]));
     w31.Position = 4;
     w31.Expand   = false;
     w31.Fill     = false;
     this.Add(this.vbox62);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label87.MnemonicWidget = this.symbolsEntry;
     this.label85.MnemonicWidget = this.warningLevelSpinButton;
     this.label86.MnemonicWidget = this.warningLevelSpinButton;
     this.Show();
 }
예제 #32
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.ProjectFileSelectorDialog
     this.Name           = "MonoDevelop.Ide.Projects.ProjectFileSelectorDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Select Project File...");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Ide.Projects.ProjectFileSelectorDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     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    = 182;
     this.hpaned1.BorderWidth = ((uint)(6));
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.projectTree          = new global::Gtk.TreeView();
     this.projectTree.CanFocus = true;
     this.projectTree.Name     = "projectTree";
     this.GtkScrolledWindow.Add(this.projectTree);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w3.Position = 0;
     this.hpaned1.Add(this.vbox3);
     global::Gtk.Paned.PanedChild w4 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.vbox3]));
     w4.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.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.fileList          = new global::Gtk.TreeView();
     this.fileList.CanFocus = true;
     this.fileList.Name     = "fileList";
     this.GtkScrolledWindow1.Add(this.fileList);
     this.vbox4.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow1]));
     w6.Position = 0;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.AddFileButton = new global::Gtk.Button();
     this.AddFileButton.TooltipMarkup = "Add existing files to the project";
     this.AddFileButton.CanFocus      = true;
     this.AddFileButton.Name          = "AddFileButton";
     this.AddFileButton.UseUnderline  = true;
     this.AddFileButton.Relief        = ((global::Gtk.ReliefStyle)(2));
     global::Gtk.Image w7 = new global::Gtk.Image();
     w7.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.AddFileButton.Image = w7;
     this.hbox2.Add(this.AddFileButton);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.AddFileButton]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.typeBox         = new global::Gtk.HBox();
     this.typeBox.Name    = "typeBox";
     this.typeBox.Spacing = 6;
     // Container child typeBox.Gtk.Box+BoxChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("File _type:");
     this.label2.UseUnderline = true;
     this.typeBox.Add(this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.typeBox [this.label2]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child typeBox.Gtk.Box+BoxChild
     this.fileTypeCombo      = global::Gtk.ComboBox.NewText();
     this.fileTypeCombo.Name = "fileTypeCombo";
     this.typeBox.Add(this.fileTypeCombo);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.typeBox [this.fileTypeCombo]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.hbox2.Add(this.typeBox);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.typeBox]));
     w11.PackType = ((global::Gtk.PackType)(1));
     w11.Position = 1;
     this.vbox4.Add(this.hbox2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.hpaned1.Add(this.vbox4);
     w1.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(w1 [this.hpaned1]));
     w14.Position = 0;
     // Internal child MonoDevelop.Ide.Projects.ProjectFileSelectorDialog.ActionArea
     global::Gtk.HButtonBox w15 = this.ActionArea;
     w15.Name        = "dialog1_ActionArea";
     w15.Spacing     = 6;
     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.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w15 [this.buttonOk]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth          = 522;
     this.DefaultHeight         = 416;
     this.label2.MnemonicWidget = this.fileTypeCombo;
     this.typeBox.Hide();
     this.Hide();
     this.AddFileButton.Clicked += new global::System.EventHandler(this.OnAddFileButtonClicked);
 }
예제 #33
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Debugger.Viewers.ValueVisualizerDialog
     this.Name           = "MonoDevelop.Debugger.Viewers.ValueVisualizerDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Value Visualizer");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Debugger.Viewers.ValueVisualizerDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.mainBox             = new global::Gtk.VBox();
     this.mainBox.Name        = "mainBox";
     this.mainBox.Spacing     = 6;
     this.mainBox.BorderWidth = ((uint)(6));
     // Container child mainBox.Gtk.Box+BoxChild
     this.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.LabelProp = global::Mono.Unix.Catalog.GetString("View as:");
     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.comboVisualizers      = global::Gtk.ComboBox.NewText();
     this.comboVisualizers.Name = "comboVisualizers";
     this.hbox1.Add(this.comboVisualizers);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboVisualizers]));
     w3.Position = 1;
     this.mainBox.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainBox[this.hbox1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     w1.Add(this.mainBox);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(w1[this.mainBox]));
     w5.Position = 0;
     // Internal child MonoDevelop.Debugger.Viewers.ValueVisualizerDialog.ActionArea
     global::Gtk.HButtonBox w6 = this.ActionArea;
     w6.Name        = "dialog1_ActionArea";
     w6.Spacing     = 10;
     w6.BorderWidth = ((uint)(5));
     w6.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.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 w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6[this.buttonCancel]));
     w7.Expand = false;
     w7.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";
     w6.Add(this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6[this.buttonOk]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 628;
     this.DefaultHeight = 433;
     this.Show();
     this.comboVisualizers.Changed += new global::System.EventHandler(this.OnComboVisualizersChanged);
     this.buttonOk.Clicked         += new global::System.EventHandler(this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Execution.CustomExecutionModeDialog
     this.Name           = "MonoDevelop.Ide.Execution.CustomExecutionModeDialog";
     this.Title          = global::MonoDevelop.Core.GettextCatalog.GetString("Execution Arguments");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     // Internal child MonoDevelop.Ide.Execution.CustomExecutionModeDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.boxEditor             = new global::Gtk.VBox();
     this.boxEditor.Name        = "boxEditor";
     this.boxEditor.Spacing     = 9;
     this.boxEditor.BorderWidth = ((uint)(6));
     // Container child boxEditor.Gtk.Box+BoxChild
     this.boxModeSelector         = new global::Gtk.VBox();
     this.boxModeSelector.Name    = "boxModeSelector";
     this.boxModeSelector.Spacing = 6;
     // Container child boxModeSelector.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Execution Mode:");
     this.hbox5.Add(this.label2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label2]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.comboTargetMode        = new global::MonoDevelop.Ide.Gui.Components.ExecutionModeComboBox();
     this.comboTargetMode.Events = ((global::Gdk.EventMask)(256));
     this.comboTargetMode.Name   = "comboTargetMode";
     this.hbox5.Add(this.comboTargetMode);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.comboTargetMode]));
     w3.Position = 1;
     this.boxModeSelector.Add(this.hbox5);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.boxModeSelector [this.hbox5]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child boxModeSelector.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.boxModeSelector.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.boxModeSelector [this.hseparator1]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.boxEditor.Add(this.boxModeSelector);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.boxEditor [this.boxModeSelector]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child boxEditor.Gtk.Box+BoxChild
     this.notebook             = new global::Gtk.Notebook();
     this.notebook.CanFocus    = true;
     this.notebook.Name        = "notebook";
     this.notebook.CurrentPage = -1;
     this.boxEditor.Add(this.notebook);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.boxEditor [this.notebook]));
     w7.Position = 1;
     // Container child boxEditor.Gtk.Box+BoxChild
     this.boxSave         = new global::Gtk.VBox();
     this.boxSave.Name    = "boxSave";
     this.boxSave.Spacing = 6;
     // Container child boxSave.Gtk.Box+BoxChild
     this.hseparator      = new global::Gtk.HSeparator();
     this.hseparator.Name = "hseparator";
     this.boxSave.Add(this.hseparator);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.boxSave [this.hseparator]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child boxSave.Gtk.Box+BoxChild
     this.checkSave               = new global::Gtk.CheckButton();
     this.checkSave.CanFocus      = true;
     this.checkSave.Name          = "checkSave";
     this.checkSave.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Save this configuration as a custom execution mode");
     this.checkSave.DrawIndicator = true;
     this.checkSave.UseUnderline  = true;
     this.boxSave.Add(this.checkSave);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.boxSave [this.checkSave]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child boxSave.Gtk.Box+BoxChild
     this.boxName         = new global::Gtk.HBox();
     this.boxName.Name    = "boxName";
     this.boxName.Spacing = 6;
     // Container child boxName.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Custom Mode Name:");
     this.boxName.Add(this.label4);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.boxName [this.label4]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child boxName.Gtk.Box+BoxChild
     this.entryModeName               = new global::Gtk.Entry();
     this.entryModeName.CanFocus      = true;
     this.entryModeName.Name          = "entryModeName";
     this.entryModeName.IsEditable    = true;
     this.entryModeName.InvisibleChar = '●';
     this.boxName.Add(this.entryModeName);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.boxName [this.entryModeName]));
     w11.Position = 1;
     // Container child boxName.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Available for:");
     this.boxName.Add(this.label3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.boxName [this.label3]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child boxName.Gtk.Box+BoxChild
     this.comboStore = global::Gtk.ComboBox.NewText();
     this.comboStore.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Only this project"));
     this.comboStore.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("Only this solution"));
     this.comboStore.AppendText(global::MonoDevelop.Core.GettextCatalog.GetString("All solutions"));
     this.comboStore.Name   = "comboStore";
     this.comboStore.Active = 0;
     this.boxName.Add(this.comboStore);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.boxName [this.comboStore]));
     w13.Position = 3;
     w13.Expand   = false;
     w13.Fill     = false;
     this.boxSave.Add(this.boxName);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.boxSave [this.boxName]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child boxSave.Gtk.Box+BoxChild
     this.checkPrompt               = new global::Gtk.CheckButton();
     this.checkPrompt.CanFocus      = true;
     this.checkPrompt.Name          = "checkPrompt";
     this.checkPrompt.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Always show the parameters window before running this custom mode");
     this.checkPrompt.DrawIndicator = true;
     this.checkPrompt.UseUnderline  = true;
     this.boxSave.Add(this.checkPrompt);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.boxSave [this.checkPrompt]));
     w15.Position = 3;
     w15.Expand   = false;
     w15.Fill     = false;
     this.boxEditor.Add(this.boxSave);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.boxEditor [this.boxSave]));
     w16.PackType = ((global::Gtk.PackType)(1));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     w1.Add(this.boxEditor);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.boxEditor]));
     w17.Position = 0;
     // Internal child MonoDevelop.Ide.Execution.CustomExecutionModeDialog.ActionArea
     global::Gtk.HButtonBox w18 = this.ActionArea;
     w18.Name        = "dialog1_ActionArea";
     w18.Spacing     = 10;
     w18.BorderWidth = ((uint)(5));
     w18.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonCancel]));
     w19.Expand = false;
     w19.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonOk]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 655;
     this.DefaultHeight = 525;
     this.boxName.Hide();
     this.checkPrompt.Hide();
     this.Hide();
     this.comboTargetMode.SelectionChanged += new global::System.EventHandler(this.OnComboTargetModeSelectionChanged);
     this.checkSave.Toggled     += new global::System.EventHandler(this.OnCheckSaveToggled);
     this.entryModeName.Changed += new global::System.EventHandler(this.OnEntryModeNameChanged);
 }
예제 #35
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Deployment.Gui.SourcesZipEditorWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Deployment.Gui.SourcesZipEditorWidget";
     // Container child MonoDevelop.Deployment.Gui.SourcesZipEditorWidget.Gtk.Container+ContainerChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 12;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0f;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Select the archive file name and format:");
     this.vbox2.Add(this.label4);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label4]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.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.comboFormat      = global::Gtk.ComboBox.NewText();
     this.comboFormat.Name = "comboFormat";
     this.table1.Add(this.comboFormat);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.comboFormat]));
     w2.LeftAttach  = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.folderEntry      = new global::MonoDevelop.Components.FolderEntry();
     this.folderEntry.Name = "folderEntry";
     this.table1.Add(this.folderEntry);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.folderEntry]));
     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.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entryZip               = new global::Gtk.Entry();
     this.entryZip.CanFocus      = true;
     this.entryZip.Name          = "entryZip";
     this.entryZip.IsEditable    = true;
     this.entryZip.InvisibleChar = '●';
     this.hbox1.Add(this.entryZip);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entryZip]));
     w4.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboZip      = global::Gtk.ComboBox.NewText();
     this.comboZip.Name = "comboZip";
     this.hbox1.Add(this.comboZip);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboZip]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.table1.Add(this.hbox1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox1]));
     w6.TopAttach    = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0f;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("File:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     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.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0f;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Target folder:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     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.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0f;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("File format:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.entryZip.Changed        += new global::System.EventHandler(this.OnEntryZipChanged);
     this.comboZip.Changed        += new global::System.EventHandler(this.OnComboZipChanged);
     this.folderEntry.PathChanged += new global::System.EventHandler(this.OnFolderEntryPathChanged);
     this.comboFormat.Changed     += new global::System.EventHandler(this.OnComboFormatChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.D.OptionPanels.BuildArgumentOptions
     this.Name              = "MonoDevelop.D.OptionPanels.BuildArgumentOptions";
     this.Title             = global::MonoDevelop.Core.GettextCatalog.GetString("Release build arguments");
     this.WindowPosition    = ((global::Gtk.WindowPosition)(4));
     this.Modal             = true;
     this.DestroyWithParent = true;
     // Internal child MonoDevelop.D.OptionPanels.BuildArgumentOptions.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     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)(6));
     // Container child table1.Gtk.Table+TableChild
     this.combo_SelectedBuildTarget      = global::Gtk.ComboBox.NewText();
     this.combo_SelectedBuildTarget.Name = "combo_SelectedBuildTarget";
     this.table1.Add(this.combo_SelectedBuildTarget);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.combo_SelectedBuildTarget]));
     w2.LeftAttach  = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.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("Build target");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.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::MonoDevelop.Core.GettextCatalog.GetString("Compiler arguments");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Linker arguments");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w5.TopAttach    = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.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::MonoDevelop.Core.GettextCatalog.GetString("One-Step-Build arguments");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     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.text_CompilerArguments               = new global::Gtk.Entry();
     this.text_CompilerArguments.CanFocus      = true;
     this.text_CompilerArguments.Name          = "text_CompilerArguments";
     this.text_CompilerArguments.IsEditable    = true;
     this.text_CompilerArguments.InvisibleChar = '●';
     this.table1.Add(this.text_CompilerArguments);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_CompilerArguments]));
     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.text_LinkerArguments               = new global::Gtk.Entry();
     this.text_LinkerArguments.CanFocus      = true;
     this.text_LinkerArguments.Name          = "text_LinkerArguments";
     this.text_LinkerArguments.IsEditable    = true;
     this.text_LinkerArguments.InvisibleChar = '●';
     this.table1.Add(this.text_LinkerArguments);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_LinkerArguments]));
     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.text_OneStepBuildArguments               = new global::Gtk.Entry();
     this.text_OneStepBuildArguments.CanFocus      = true;
     this.text_OneStepBuildArguments.Name          = "text_OneStepBuildArguments";
     this.text_OneStepBuildArguments.IsEditable    = true;
     this.text_OneStepBuildArguments.InvisibleChar = '●';
     this.table1.Add(this.text_OneStepBuildArguments);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_OneStepBuildArguments]));
     w9.TopAttach    = ((uint)(3));
     w9.BottomAttach = ((uint)(4));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     w1.Add(this.table1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.table1]));
     w10.Position = 0;
     w10.Fill     = false;
     // Internal child MonoDevelop.D.OptionPanels.BuildArgumentOptions.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.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)(w11 [this.buttonOk]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 571;
     this.DefaultHeight = 198;
     this.Hide();
     this.combo_SelectedBuildTarget.Changed += new global::System.EventHandler(this.OnComboSelectedBuildTargetChanged);
     this.buttonCancel.Clicked += new global::System.EventHandler(this.OnButtonCancelClicked);
     this.buttonOk.Clicked     += new global::System.EventHandler(this.buttonOk_Clicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget TraceLab.UI.GTK.AboutExperimentDialog
			this.Name = "TraceLab.UI.GTK.AboutExperimentDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("About the experiment");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child TraceLab.UI.GTK.AboutExperimentDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(7)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.deadlineLabel = new global::Gtk.Label ();
			this.deadlineLabel.Name = "deadlineLabel";
			this.deadlineLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Deadline");
			this.table1.Add (this.deadlineLabel);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.deadlineLabel]));
			w2.TopAttach = ((uint)(6));
			w2.BottomAttach = ((uint)(7));
			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.tbx_description = new global::Gtk.TextView ();
			this.tbx_description.HeightRequest = 132;
			this.tbx_description.CanFocus = true;
			this.tbx_description.Name = "tbx_description";
			this.tbx_description.WrapMode = ((global::Gtk.WrapMode)(2));
			this.GtkScrolledWindow.Add (this.tbx_description);
			this.table1.Add (this.GtkScrolledWindow);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkScrolledWindow]));
			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.label1 = new global::Gtk.Label ();
			this.label1.WidthRequest = 140;
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Experiment name:");
			this.label1.Justify = ((global::Gtk.Justification)(1));
			this.label1.Ellipsize = ((global::Pango.EllipsizeMode)(3));
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Author:");
			this.label2.Justify = ((global::Gtk.Justification)(1));
			this.table1.Add (this.label2);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
			w6.TopAttach = ((uint)(1));
			w6.BottomAttach = ((uint)(2));
			w6.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.LabelProp = global::Mono.Unix.Catalog.GetString ("Contributors:");
			this.table1.Add (this.label3);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
			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.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Description:");
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			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.metricCombobox = global::Gtk.ComboBox.NewText ();
			this.metricCombobox.Name = "metricCombobox";
			this.table1.Add (this.metricCombobox);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.metricCombobox]));
			w9.TopAttach = ((uint)(5));
			w9.BottomAttach = ((uint)(6));
			w9.LeftAttach = ((uint)(1));
			w9.RightAttach = ((uint)(2));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.metricLabel = new global::Gtk.Label ();
			this.metricLabel.Name = "metricLabel";
			this.metricLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Metric Variable");
			this.table1.Add (this.metricLabel);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.metricLabel]));
			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.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.datePickerButton = new global::Gtk.Button ();
			this.datePickerButton.CanFocus = true;
			this.datePickerButton.Name = "datePickerButton";
			this.datePickerButton.UseUnderline = true;
			this.datePickerButton.Label = global::Mono.Unix.Catalog.GetString ("Date Picker");
			this.table2.Add (this.datePickerButton);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.datePickerButton]));
			w11.LeftAttach = ((uint)(1));
			w11.RightAttach = ((uint)(2));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.deadLineTextArea = new global::Gtk.Entry ();
			this.deadLineTextArea.CanFocus = true;
			this.deadLineTextArea.Name = "deadLineTextArea";
			this.deadLineTextArea.IsEditable = false;
			this.deadLineTextArea.InvisibleChar = '•';
			this.table2.Add (this.deadLineTextArea);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.deadLineTextArea]));
			w12.XPadding = ((uint)(115));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			this.table1.Add (this.table2);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.table2]));
			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 table1.Gtk.Table+TableChild
			this.tagsLabel = new global::Gtk.Label ();
			this.tagsLabel.Name = "tagsLabel";
			this.tagsLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Tags");
			this.table1.Add (this.tagsLabel);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.tagsLabel]));
			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.tbx_author = new global::Gtk.Entry ();
			this.tbx_author.CanFocus = true;
			this.tbx_author.Name = "tbx_author";
			this.tbx_author.IsEditable = true;
			this.tbx_author.InvisibleChar = '•';
			this.table1.Add (this.tbx_author);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.tbx_author]));
			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.tbx_contributors = new global::Gtk.Entry ();
			this.tbx_contributors.CanFocus = true;
			this.tbx_contributors.Name = "tbx_contributors";
			this.tbx_contributors.IsEditable = true;
			this.tbx_contributors.InvisibleChar = '•';
			this.table1.Add (this.tbx_contributors);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.tbx_contributors]));
			w16.TopAttach = ((uint)(2));
			w16.BottomAttach = ((uint)(3));
			w16.LeftAttach = ((uint)(1));
			w16.RightAttach = ((uint)(2));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.tbx_experimentName = new global::Gtk.Entry ();
			this.tbx_experimentName.CanFocus = true;
			this.tbx_experimentName.Name = "tbx_experimentName";
			this.tbx_experimentName.IsEditable = true;
			this.tbx_experimentName.InvisibleChar = '•';
			this.table1.Add (this.tbx_experimentName);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.tbx_experimentName]));
			w17.LeftAttach = ((uint)(1));
			w17.RightAttach = ((uint)(2));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.tbx_tags = new global::Gtk.Entry ();
			this.tbx_tags.CanFocus = true;
			this.tbx_tags.Name = "tbx_tags";
			this.tbx_tags.IsEditable = true;
			this.tbx_tags.InvisibleChar = '•';
			this.table1.Add (this.tbx_tags);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.tbx_tags]));
			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));
			w1.Add (this.table1);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(w1 [this.table1]));
			w19.Position = 0;
			w19.Expand = false;
			w19.Fill = false;
			// Internal child TraceLab.UI.GTK.AboutExperimentDialog.ActionArea
			global::Gtk.HButtonBox w20 = this.ActionArea;
			w20.Name = "dialog1_ActionArea";
			w20.Spacing = 10;
			w20.BorderWidth = ((uint)(5));
			w20.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.lockUnlock = new global::Gtk.Button ();
			this.lockUnlock.CanFocus = true;
			this.lockUnlock.Name = "lockUnlock";
			this.lockUnlock.UseUnderline = true;
			this.lockUnlock.Label = global::Mono.Unix.Catalog.GetString ("Lock");
			this.AddActionWidget (this.lockUnlock, 0);
			global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w20 [this.lockUnlock]));
			w21.Expand = false;
			w21.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.btn_cancel = new global::Gtk.Button ();
			this.btn_cancel.CanDefault = true;
			this.btn_cancel.CanFocus = true;
			this.btn_cancel.Name = "btn_cancel";
			this.btn_cancel.UseUnderline = true;
			// Container child btn_cancel.Gtk.Container+ContainerChild
			global::Gtk.Alignment w22 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w23 = new global::Gtk.HBox ();
			w23.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w24 = new global::Gtk.Image ();
			w24.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Menu);
			w23.Add (w24);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w26 = new global::Gtk.Label ();
			w26.LabelProp = global::Mono.Unix.Catalog.GetString ("Cancel");
			w26.UseUnderline = true;
			w23.Add (w26);
			w22.Add (w23);
			this.btn_cancel.Add (w22);
			this.AddActionWidget (this.btn_cancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w30 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w20 [this.btn_cancel]));
			w30.Position = 1;
			w30.Expand = false;
			w30.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.btn_ok = new global::Gtk.Button ();
			this.btn_ok.CanDefault = true;
			this.btn_ok.CanFocus = true;
			this.btn_ok.Name = "btn_ok";
			this.btn_ok.UseUnderline = true;
			// Container child btn_ok.Gtk.Container+ContainerChild
			global::Gtk.Alignment w31 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
			// Container child GtkAlignment.Gtk.Container+ContainerChild
			global::Gtk.HBox w32 = new global::Gtk.HBox ();
			w32.Spacing = 2;
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Image w33 = new global::Gtk.Image ();
			w33.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Menu);
			w32.Add (w33);
			// Container child GtkHBox.Gtk.Container+ContainerChild
			global::Gtk.Label w35 = new global::Gtk.Label ();
			w35.LabelProp = global::Mono.Unix.Catalog.GetString ("Update");
			w35.UseUnderline = true;
			w32.Add (w35);
			w31.Add (w32);
			this.btn_ok.Add (w31);
			this.AddActionWidget (this.btn_ok, -10);
			global::Gtk.ButtonBox.ButtonBoxChild w39 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w20 [this.btn_ok]));
			w39.Position = 2;
			w39.Expand = false;
			w39.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 671;
			this.DefaultHeight = 448;
			this.Show ();
			this.datePickerButton.Clicked += new global::System.EventHandler (this.OnDatePickerButtonClicked);
			this.metricCombobox.Changed += new global::System.EventHandler (this.OnMetricComboboxChanged);
			this.lockUnlock.Clicked += new global::System.EventHandler (this.OnLockUnlockClicked);
			this.btn_cancel.Clicked += new global::System.EventHandler (this.buttonCancelClickedHandler);
			this.btn_ok.Clicked += new global::System.EventHandler (this.buttonOKClickedHandler);
		}
 protected virtual void Build()
 {
     MonoDevelop.Components.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();
 }
예제 #39
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.D.OptionPanels.ProjectOptions
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.D.OptionPanels.ProjectOptions";
     // Container child MonoDevelop.D.OptionPanels.ProjectOptions.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 1;
     this.notebook1.EnablePopup = true;
     this.notebook1.ShowBorder  = false;
     this.notebook1.Scrollable  = true;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table4               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table4.Name          = "table4";
     this.table4.RowSpacing    = ((uint)(4));
     this.table4.ColumnSpacing = ((uint)(4));
     this.table4.BorderWidth   = ((uint)(4));
     // Container child table4.Gtk.Table+TableChild
     this.combo_ProjectType      = global::Gtk.ComboBox.NewText();
     this.combo_ProjectType.Name = "combo_ProjectType";
     this.table4.Add(this.combo_ProjectType);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table4 [this.combo_ProjectType]));
     w1.TopAttach    = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 0F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Extra Linker Options");
     this.table4.Add(this.label10);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table4 [this.label10]));
     w2.TopAttach    = ((uint)(5));
     w2.BottomAttach = ((uint)(6));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 0F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Compile target");
     this.table4.Add(this.label13);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table4 [this.label13]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Output file");
     this.table4.Add(this.label3);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table4 [this.label3]));
     w4.TopAttach    = ((uint)(3));
     w4.BottomAttach = ((uint)(4));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Output directory");
     this.table4.Add(this.label6);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table4 [this.label6]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Libraries\r\n(one per line)");
     this.table4.Add(this.label8);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table4 [this.label8]));
     w6.TopAttach    = ((uint)(4));
     w6.BottomAttach = ((uint)(5));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Note: Relative paths will be related to the project\'s base directory!");
     this.table4.Add(this.label9);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table4 [this.label9]));
     w7.LeftAttach  = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.XOptions    = ((global::Gtk.AttachOptions)(4));
     w7.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.scrolledwindow3 = new global::Gtk.ScrolledWindow();
     this.scrolledwindow3.HeightRequest = 100;
     this.scrolledwindow3.CanFocus      = true;
     this.scrolledwindow3.Name          = "scrolledwindow3";
     this.scrolledwindow3.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     this.text_Libraries          = new global::Gtk.TextView();
     this.text_Libraries.CanFocus = true;
     this.text_Libraries.Name     = "text_Libraries";
     this.scrolledwindow3.Add(this.text_Libraries);
     this.table4.Add(this.scrolledwindow3);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table4 [this.scrolledwindow3]));
     w9.TopAttach    = ((uint)(4));
     w9.BottomAttach = ((uint)(5));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.scrolledwindow5 = new global::Gtk.ScrolledWindow();
     this.scrolledwindow5.HeightRequest = 100;
     this.scrolledwindow5.CanFocus      = true;
     this.scrolledwindow5.Name          = "scrolledwindow5";
     this.scrolledwindow5.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow5.Gtk.Container+ContainerChild
     this.extraLinkerTextView = new global::Gtk.TextView();
     this.extraLinkerTextView.TooltipMarkup = "A newline-separated list of extra options to send to the compiler.\r\nOne option ca" +
                                              "n be in more than one line.\r\nExample:\r\n\t`--pkg\r\n\tcairo`";
     this.extraLinkerTextView.CanFocus = true;
     this.extraLinkerTextView.Name     = "extraLinkerTextView";
     this.scrolledwindow5.Add(this.extraLinkerTextView);
     this.table4.Add(this.scrolledwindow5);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table4 [this.scrolledwindow5]));
     w11.TopAttach    = ((uint)(5));
     w11.BottomAttach = ((uint)(6));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.text_BinDirectory               = new global::Gtk.Entry();
     this.text_BinDirectory.CanFocus      = true;
     this.text_BinDirectory.Name          = "text_BinDirectory";
     this.text_BinDirectory.IsEditable    = true;
     this.text_BinDirectory.InvisibleChar = '●';
     this.table4.Add(this.text_BinDirectory);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table4 [this.text_BinDirectory]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.text_TargetFile               = new global::Gtk.Entry();
     this.text_TargetFile.CanFocus      = true;
     this.text_TargetFile.Name          = "text_TargetFile";
     this.text_TargetFile.IsEditable    = true;
     this.text_TargetFile.InvisibleChar = '●';
     this.table4.Add(this.text_TargetFile);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table4 [this.text_TargetFile]));
     w13.TopAttach    = ((uint)(3));
     w13.BottomAttach = ((uint)(4));
     w13.LeftAttach   = ((uint)(1));
     w13.RightAttach  = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table4);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Linking");
     this.notebook1.SetTabLabel(this.table4, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table1               = new global::Gtk.Table(((uint)(10)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(4));
     this.table1.ColumnSpacing = ((uint)(4));
     this.table1.BorderWidth   = ((uint)(4));
     // Container child table1.Gtk.Table+TableChild
     this.cbPreferOneStepCompilation               = new global::Gtk.CheckButton();
     this.cbPreferOneStepCompilation.CanFocus      = true;
     this.cbPreferOneStepCompilation.Name          = "cbPreferOneStepCompilation";
     this.cbPreferOneStepCompilation.Label         = global::Mono.Unix.Catalog.GetString("Perform a one-step compilation if the compiler allows it to do that");
     this.cbPreferOneStepCompilation.DrawIndicator = true;
     this.cbPreferOneStepCompilation.UseUnderline  = true;
     this.table1.Add(this.cbPreferOneStepCompilation);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbPreferOneStepCompilation]));
     w15.TopAttach    = ((uint)(3));
     w15.BottomAttach = ((uint)(4));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.cbUseDefaultCompiler               = new global::Gtk.CheckButton();
     this.cbUseDefaultCompiler.CanFocus      = true;
     this.cbUseDefaultCompiler.Name          = "cbUseDefaultCompiler";
     this.cbUseDefaultCompiler.Label         = global::Mono.Unix.Catalog.GetString("Use Default Compiler");
     this.cbUseDefaultCompiler.Active        = true;
     this.cbUseDefaultCompiler.DrawIndicator = true;
     this.cbUseDefaultCompiler.UseUnderline  = true;
     this.table1.Add(this.cbUseDefaultCompiler);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbUseDefaultCompiler]));
     w16.TopAttach    = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.cmbCompiler      = global::Gtk.ComboBox.NewText();
     this.cmbCompiler.Name = "cmbCompiler";
     this.table1.Add(this.cmbCompiler);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbCompiler]));
     w17.TopAttach    = ((uint)(1));
     w17.BottomAttach = ((uint)(2));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 0F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Note: Relative paths will be related to the project\'s base directory!");
     this.table1.Add(this.label11);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.label11]));
     w18.LeftAttach  = ((uint)(1));
     w18.RightAttach = ((uint)(2));
     w18.XOptions    = ((global::Gtk.AttachOptions)(4));
     w18.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label17           = new global::Gtk.Label();
     this.label17.Name      = "label17";
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString("Debug constants");
     this.table1.Add(this.label17);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.label17]));
     w19.TopAttach    = ((uint)(4));
     w19.BottomAttach = ((uint)(5));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label18           = new global::Gtk.Label();
     this.label18.Name      = "label18";
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString("Version constants");
     this.table1.Add(this.label18);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.label18]));
     w20.TopAttach    = ((uint)(6));
     w20.BottomAttach = ((uint)(7));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label19           = new global::Gtk.Label();
     this.label19.Name      = "label19";
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString("Debug level");
     this.table1.Add(this.label19);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.label19]));
     w21.TopAttach    = ((uint)(5));
     w21.BottomAttach = ((uint)(6));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label20           = new global::Gtk.Label();
     this.label20.Name      = "label20";
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString("DDoc directory");
     this.table1.Add(this.label20);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.label20]));
     w22.TopAttach    = ((uint)(8));
     w22.BottomAttach = ((uint)(9));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Compiler");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w23.TopAttach    = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Objects directory");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w24.TopAttach    = ((uint)(7));
     w24.BottomAttach = ((uint)(8));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Extra Compiler Options");
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w25.TopAttach    = ((uint)(9));
     w25.BottomAttach = ((uint)(10));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.scrolledwindow4 = new global::Gtk.ScrolledWindow();
     this.scrolledwindow4.HeightRequest = 150;
     this.scrolledwindow4.CanFocus      = true;
     this.scrolledwindow4.Name          = "scrolledwindow4";
     this.scrolledwindow4.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow4.Gtk.Container+ContainerChild
     this.extraCompilerTextView = new global::Gtk.TextView();
     this.extraCompilerTextView.TooltipMarkup = "A newline-separated list of extra options to send to the compiler.\r\nOne option ca" +
                                                "n be in more than one line.\r\nExample:\r\n\t`--pkg\r\n\tcairo`";
     this.extraCompilerTextView.CanFocus = true;
     this.extraCompilerTextView.Name     = "extraCompilerTextView";
     this.scrolledwindow4.Add(this.extraCompilerTextView);
     this.table1.Add(this.scrolledwindow4);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table1 [this.scrolledwindow4]));
     w27.TopAttach    = ((uint)(9));
     w27.BottomAttach = ((uint)(10));
     w27.LeftAttach   = ((uint)(1));
     w27.RightAttach  = ((uint)(2));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.spin_debugLevel = new global::Gtk.SpinButton(0D, 100D, 1D);
     this.spin_debugLevel.TooltipMarkup = "The debug level the program is built in.\r\nA value of zero (0) will not emit a -de" +
                                          "bug flag to the compilation argument string!";
     this.spin_debugLevel.CanFocus = true;
     this.spin_debugLevel.Name     = "spin_debugLevel";
     this.spin_debugLevel.Adjustment.PageIncrement = 10D;
     this.spin_debugLevel.ClimbRate = 1D;
     this.spin_debugLevel.Numeric   = true;
     this.table1.Add(this.spin_debugLevel);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table1 [this.spin_debugLevel]));
     w28.TopAttach    = ((uint)(5));
     w28.BottomAttach = ((uint)(6));
     w28.LeftAttach   = ((uint)(1));
     w28.RightAttach  = ((uint)(2));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.text_DDocDir               = new global::Gtk.Entry();
     this.text_DDocDir.CanFocus      = true;
     this.text_DDocDir.Name          = "text_DDocDir";
     this.text_DDocDir.IsEditable    = true;
     this.text_DDocDir.InvisibleChar = '●';
     this.table1.Add(this.text_DDocDir);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_DDocDir]));
     w29.TopAttach    = ((uint)(8));
     w29.BottomAttach = ((uint)(9));
     w29.LeftAttach   = ((uint)(1));
     w29.RightAttach  = ((uint)(2));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.text_debugConstants = new global::Gtk.Entry();
     this.text_debugConstants.TooltipMarkup = "Semicolon (;) separated list of debug constants to define for debug-build compila" +
                                              "tion.\r\nImportant: May affect code completion if omitted/written into extra compi" +
                                              "ler options field!";
     this.text_debugConstants.CanFocus      = true;
     this.text_debugConstants.Name          = "text_debugConstants";
     this.text_debugConstants.IsEditable    = true;
     this.text_debugConstants.InvisibleChar = '●';
     this.table1.Add(this.text_debugConstants);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_debugConstants]));
     w30.TopAttach    = ((uint)(4));
     w30.BottomAttach = ((uint)(5));
     w30.LeftAttach   = ((uint)(1));
     w30.RightAttach  = ((uint)(2));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.text_ObjectsDirectory               = new global::Gtk.Entry();
     this.text_ObjectsDirectory.CanFocus      = true;
     this.text_ObjectsDirectory.Name          = "text_ObjectsDirectory";
     this.text_ObjectsDirectory.IsEditable    = true;
     this.text_ObjectsDirectory.InvisibleChar = '●';
     this.table1.Add(this.text_ObjectsDirectory);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_ObjectsDirectory]));
     w31.TopAttach    = ((uint)(7));
     w31.BottomAttach = ((uint)(8));
     w31.LeftAttach   = ((uint)(1));
     w31.RightAttach  = ((uint)(2));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.text_versionConstants = new global::Gtk.Entry();
     this.text_versionConstants.TooltipMarkup = "Semicolon (;) separated list of version constants to define for compilation.\r\nImp" +
                                                "ortant: May affect code completion if omitted/written into extra compiler option" +
                                                "s field!";
     this.text_versionConstants.CanFocus      = true;
     this.text_versionConstants.Name          = "text_versionConstants";
     this.text_versionConstants.IsEditable    = true;
     this.text_versionConstants.InvisibleChar = '●';
     this.table1.Add(this.text_versionConstants);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_versionConstants]));
     w32.TopAttach    = ((uint)(6));
     w32.BottomAttach = ((uint)(7));
     w32.LeftAttach   = ((uint)(1));
     w32.RightAttach  = ((uint)(2));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table1);
     global::Gtk.Notebook.NotebookChild w33 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.table1]));
     w33.Position = 1;
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Compiling");
     this.notebook1.SetTabLabel(this.table1, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label16           = new global::Gtk.Label();
     this.label16.Name      = "label16";
     this.label16.Xalign    = 0F;
     this.label16.LabelProp = global::Mono.Unix.Catalog.GetString("Checking a project in this list will add an include (that points to the respectiv" +
                                                                  "e project\'s base directory) to this project automatically.");
     this.label16.Wrap = true;
     this.vbox2.Add(this.label16);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label16]));
     w34.Position = 0;
     w34.Expand   = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     global::Gtk.Viewport w35 = new global::Gtk.Viewport();
     w35.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vbox_ProjectDeps         = new global::Gtk.VBox();
     this.vbox_ProjectDeps.Name    = "vbox_ProjectDeps";
     this.vbox_ProjectDeps.Spacing = 6;
     w35.Add(this.vbox_ProjectDeps);
     this.scrolledwindow2.Add(w35);
     this.vbox2.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.scrolledwindow2]));
     w38.Position = 1;
     this.notebook1.Add(this.vbox2);
     global::Gtk.Notebook.NotebookChild w39 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox2]));
     w39.Position = 2;
     // Notebook tab
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Project Dependencies");
     this.notebook1.SetTabLabel(this.vbox2, this.label12);
     this.label12.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox7             = new global::Gtk.VBox();
     this.vbox7.Name        = "vbox7";
     this.vbox7.Spacing     = 6;
     this.vbox7.BorderWidth = ((uint)(3));
     // Container child vbox7.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.TooltipMarkup = "Line-separated list of paths where the compiler (and the code completion engine!)" +
                                             " shall look in to resolve imports.";
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.text_Includes          = new global::Gtk.TextView();
     this.text_Includes.CanFocus = true;
     this.text_Includes.Name     = "text_Includes";
     this.GtkScrolledWindow1.Add(this.text_Includes);
     this.table2.Add(this.GtkScrolledWindow1);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table2 [this.GtkScrolledWindow1]));
     w41.TopAttach    = ((uint)(1));
     w41.BottomAttach = ((uint)(2));
     w41.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 0F;
     this.label14.LabelProp = global::Mono.Unix.Catalog.GetString("Note: Relative paths will be related to the project\'s base directory!");
     this.table2.Add(this.label14);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table2 [this.label14]));
     w42.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.table3               = new global::Gtk.Table(((uint)(2)), ((uint)(1)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.button_AddInclude              = new global::Gtk.Button();
     this.button_AddInclude.CanFocus     = true;
     this.button_AddInclude.Name         = "button_AddInclude";
     this.button_AddInclude.UseUnderline = true;
     this.button_AddInclude.Label        = global::Mono.Unix.Catalog.GetString("Browse & Add");
     this.table3.Add(this.button_AddInclude);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table3 [this.button_AddInclude]));
     w43.XOptions = ((global::Gtk.AttachOptions)(4));
     w43.YOptions = ((global::Gtk.AttachOptions)(4));
     this.table2.Add(this.table3);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table2 [this.table3]));
     w44.TopAttach    = ((uint)(1));
     w44.BottomAttach = ((uint)(2));
     w44.LeftAttach   = ((uint)(1));
     w44.RightAttach  = ((uint)(2));
     w44.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox7.Add(this.table2);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.table2]));
     w45.Position = 0;
     this.notebook1.Add(this.vbox7);
     global::Gtk.Notebook.NotebookChild w46 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox7]));
     w46.Position = 3;
     // Notebook tab
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.LabelProp = global::Mono.Unix.Catalog.GetString("Includes");
     this.notebook1.SetTabLabel(this.vbox7, this.label15);
     this.label15.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.cbUseDefaultCompiler.Clicked += new global::System.EventHandler(this.cbUseDefaultCompiler_Clicked);
     this.button_AddInclude.Clicked    += new global::System.EventHandler(this.OnButtonAddIncludeClicked);
 }
예제 #40
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.LoadDataAction            = new global::Gtk.Action("LoadDataAction", global::Mono.Unix.Catalog.GetString("Load Data"), null, null);
     this.LoadDataAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Load Data");
     w1.Add(this.LoadDataAction, null);
     this.LoadNirsAction            = new global::Gtk.Action("LoadNirsAction", global::Mono.Unix.Catalog.GetString("Load *.nirs"), null, null);
     this.LoadNirsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Load *.nirs");
     w1.Add(this.LoadNirsAction, null);
     this.LoadSnirfAction            = new global::Gtk.Action("LoadSnirfAction", global::Mono.Unix.Catalog.GetString("Load *.snirf"), null, null);
     this.LoadSnirfAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Load *.snirf");
     w1.Add(this.LoadSnirfAction, null);
     this.SaveDataAction            = new global::Gtk.Action("SaveDataAction", global::Mono.Unix.Catalog.GetString("Save Data"), null, null);
     this.SaveDataAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Save Data");
     w1.Add(this.SaveDataAction, null);
     this.SaveNirsAction            = new global::Gtk.Action("SaveNirsAction", global::Mono.Unix.Catalog.GetString("Save *.nirs"), null, null);
     this.SaveNirsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Save *.nirs");
     w1.Add(this.SaveNirsAction, null);
     this.SaveSnirfAction            = new global::Gtk.Action("SaveSnirfAction", global::Mono.Unix.Catalog.GetString("Save *.snirf"), null, null);
     this.SaveSnirfAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Save *.snirf");
     w1.Add(this.SaveSnirfAction, null);
     this.ExitAction            = new global::Gtk.Action("ExitAction", global::Mono.Unix.Catalog.GetString("Exit"), null, null);
     this.ExitAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Exit");
     w1.Add(this.ExitAction, null);
     this.LoadNIRxAction            = new global::Gtk.Action("LoadNIRxAction", global::Mono.Unix.Catalog.GetString("Load NIRx"), null, null);
     this.LoadNIRxAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Load NIRx");
     w1.Add(this.LoadNIRxAction, null);
     this.ViewAction            = new global::Gtk.Action("ViewAction", global::Mono.Unix.Catalog.GetString("View"), null, null);
     this.ViewAction.ShortLabel = global::Mono.Unix.Catalog.GetString("View");
     w1.Add(this.ViewAction, null);
     this.TwoDimensionalAction            = new global::Gtk.RadioAction("TwoDimensionalAction", global::Mono.Unix.Catalog.GetString("Two-dimensional"), null, null, 0);
     this.TwoDimensionalAction.Group      = new global::GLib.SList(global::System.IntPtr.Zero);
     this.TwoDimensionalAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Two-dimensional");
     w1.Add(this.TwoDimensionalAction, null);
     this.TenTwentyViewAction            = new global::Gtk.RadioAction("TenTwentyViewAction", global::Mono.Unix.Catalog.GetString("10-20 view"), null, null, 0);
     this.TenTwentyViewAction.Group      = this.TwoDimensionalAction.Group;
     this.TenTwentyViewAction.ShortLabel = global::Mono.Unix.Catalog.GetString("10-20 view");
     w1.Add(this.TenTwentyViewAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("NIRS Type Converter");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menu name='LoadDataAction' action='LoadDataAction'><menuitem name='LoadNirsAction' action='LoadNirsAction'/><menuitem name='LoadSnirfAction' action='LoadSnirfAction'/><menuitem name='LoadNIRxAction' action='LoadNIRxAction'/></menu><menu name='SaveDataAction' action='SaveDataAction'><menuitem name='SaveNirsAction' action='SaveNirsAction'/><menuitem name='SaveSnirfAction' action='SaveSnirfAction'/></menu><menuitem name='ExitAction' action='ExitAction'/></menu><menu name='ViewAction' action='ViewAction'><menuitem name='TwoDimensionalAction' action='TwoDimensionalAction'/><menuitem name='TenTwentyViewAction' action='TenTwentyViewAction'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox3.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.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.drawingarea_main = new global::Gtk.DrawingArea();
     this.drawingarea_main.WidthRequest = 197;
     this.drawingarea_main.Name         = "drawingarea_main";
     this.hbox1.Add(this.drawingarea_main);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.drawingarea_main]));
     w3.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vseparator1      = new global::Gtk.VSeparator();
     this.vseparator1.Name = "vseparator1";
     this.hbox1.Add(this.vseparator1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vseparator1]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // 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.drawingareaSDG = new global::Gtk.DrawingArea();
     this.drawingareaSDG.WidthRequest = 225;
     this.drawingareaSDG.Name         = "drawingareaSDG";
     this.vbox1.Add(this.drawingareaSDG);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.drawingareaSDG]));
     w5.Position = 0;
     // 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 w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hseparator1]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.combobox1      = global::Gtk.ComboBox.NewText();
     this.combobox1.Name = "combobox1";
     this.vbox1.Add(this.combobox1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.combobox1]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 2;
     // Container child notebook1.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.textFileInfo          = new global::Gtk.TextView();
     this.textFileInfo.CanFocus = true;
     this.textFileInfo.Name     = "textFileInfo";
     this.GtkScrolledWindow.Add(this.textFileInfo);
     this.notebook1.Add(this.GtkScrolledWindow);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("File Info");
     this.notebook1.SetTabLabel(this.GtkScrolledWindow, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.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.textEventInfo          = new global::Gtk.TextView();
     this.textEventInfo.CanFocus = true;
     this.textEventInfo.Name     = "textEventInfo";
     this.GtkScrolledWindow1.Add(this.textEventInfo);
     this.notebook1.Add(this.GtkScrolledWindow1);
     global::Gtk.Notebook.NotebookChild w11 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.GtkScrolledWindow1]));
     w11.Position = 1;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Events");
     this.notebook1.SetTabLabel(this.GtkScrolledWindow1, this.label3);
     this.label3.ShowAll();
     // Notebook tab
     global::Gtk.Label w12 = new global::Gtk.Label();
     w12.Visible = true;
     this.notebook1.Add(w12);
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("MetaData");
     this.notebook1.SetTabLabel(w12, this.label2);
     this.label2.ShowAll();
     this.vbox1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.notebook1]));
     w13.Position = 3;
     this.hbox1.Add(this.vbox1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox1]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     this.vbox3.Add(this.hbox1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox1]));
     w15.Position = 1;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 609;
     this.DefaultHeight = 492;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.LoadNirsAction.Activated     += new global::System.EventHandler(this.LoadDOTNIRS);
     this.LoadSnirfAction.Activated    += new global::System.EventHandler(this.LoadSNIRF);
     this.SaveNirsAction.Activated     += new global::System.EventHandler(this.SaveDOTnirs);
     this.SaveSnirfAction.Activated    += new global::System.EventHandler(this.SaveSNIRF);
     this.ExitAction.Activated         += new global::System.EventHandler(this.Exit);
     this.LoadNIRxAction.Activated     += new global::System.EventHandler(this.LoadNIRx);
     this.TwoDimensionalAction.Changed += new global::Gtk.ChangedHandler(this.changeview);
     this.TenTwentyViewAction.Changed  += new global::Gtk.ChangedHandler(this.changeview);
     this.combobox1.Changed            += new global::System.EventHandler(this.ChangeData);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LevelEditor.NewOrderDialog
     this.Name           = "LevelEditor.NewOrderDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("订单配置");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     // Internal child LevelEditor.NewOrderDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.frame9             = new global::Gtk.Frame();
     this.frame9.Name        = "frame9";
     this.frame9.ShadowType  = ((global::Gtk.ShadowType)(2));
     this.frame9.BorderWidth = ((uint)(5));
     // Container child frame9.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.vbox11         = new global::Gtk.VBox();
     this.vbox11.Name    = "vbox11";
     this.vbox11.Spacing = 6;
     // Container child vbox11.Gtk.Box+BoxChild
     this.image_food = new global::Gtk.Image();
     this.image_food.WidthRequest  = 100;
     this.image_food.HeightRequest = 100;
     this.image_food.Name          = "image_food";
     this.vbox11.Add(this.image_food);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.image_food]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox11.Gtk.Box+BoxChild
     this.label_food_name           = new global::Gtk.Label();
     this.label_food_name.Name      = "label_food_name";
     this.label_food_name.LabelProp = global::Mono.Unix.Catalog.GetString("食物名称");
     this.vbox11.Add(this.label_food_name);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox11[this.label_food_name]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     w3.Padding  = ((uint)(5));
     this.GtkAlignment4.Add(this.vbox11);
     this.frame9.Add(this.GtkAlignment4);
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>食物</b>");
     this.GtkLabel4.UseMarkup = true;
     this.frame9.LabelWidget  = this.GtkLabel4;
     this.hbox5.Add(this.frame9);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.frame9]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.frame5             = new global::Gtk.Frame();
     this.frame5.Name        = "frame5";
     this.frame5.ShadowType  = ((global::Gtk.ShadowType)(2));
     this.frame5.BorderWidth = ((uint)(5));
     // Container child frame5.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.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.image_customer = new global::Gtk.Image();
     this.image_customer.WidthRequest  = 100;
     this.image_customer.HeightRequest = 100;
     this.image_customer.Name          = "image_customer";
     this.vbox7.Add(this.image_customer);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.image_customer]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     w7.Padding  = ((uint)(5));
     // Container child vbox7.Gtk.Box+BoxChild
     this.combobox_customer      = global::Gtk.ComboBox.NewText();
     this.combobox_customer.Name = "combobox_customer";
     this.vbox7.Add(this.combobox_customer);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.combobox_customer]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.GtkAlignment2.Add(this.vbox7);
     this.frame5.Add(this.GtkAlignment2);
     this.GtkLabel2           = new global::Gtk.Label();
     this.GtkLabel2.Name      = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>选择顾客</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame5.LabelWidget  = this.GtkLabel2;
     this.hbox5.Add(this.frame5);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.frame5]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.frame7             = new global::Gtk.Frame();
     this.frame7.Name        = "frame7";
     this.frame7.ShadowType  = ((global::Gtk.ShadowType)(2));
     this.frame7.BorderWidth = ((uint)(5));
     // Container child frame7.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.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("等待时间:");
     this.hbox7.Add(this.label1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.label1]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox7.Gtk.Box+BoxChild
     this.entry_waittime = new global::Gtk.Entry();
     this.entry_waittime.WidthRequest  = 88;
     this.entry_waittime.CanFocus      = true;
     this.entry_waittime.Name          = "entry_waittime";
     this.entry_waittime.IsEditable    = true;
     this.entry_waittime.InvisibleChar = '●';
     this.hbox7.Add(this.entry_waittime);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.entry_waittime]));
     w13.Position = 1;
     w13.Expand   = false;
     this.vbox8.Add(this.hbox7);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox7]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("小费:");
     this.hbox9.Add(this.label3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.label3]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.alignment2             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name        = "alignment2";
     this.alignment2.LeftPadding = ((uint)(24));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.entry_tip = new global::Gtk.Entry();
     this.entry_tip.WidthRequest  = 88;
     this.entry_tip.CanFocus      = true;
     this.entry_tip.Name          = "entry_tip";
     this.entry_tip.IsEditable    = true;
     this.entry_tip.InvisibleChar = '●';
     this.alignment2.Add(this.entry_tip);
     this.hbox9.Add(this.alignment2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox9[this.alignment2]));
     w17.Position = 1;
     w17.Expand   = false;
     this.vbox8.Add(this.hbox9);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox9]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.hbox11         = new global::Gtk.HBox();
     this.hbox11.Name    = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("考虑时间:");
     this.hbox11.Add(this.label5);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.label5]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.entry_consider_time = new global::Gtk.Entry();
     this.entry_consider_time.WidthRequest  = 88;
     this.entry_consider_time.CanFocus      = true;
     this.entry_consider_time.Name          = "entry_consider_time";
     this.entry_consider_time.IsEditable    = true;
     this.entry_consider_time.InvisibleChar = '●';
     this.hbox11.Add(this.entry_consider_time);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.entry_consider_time]));
     w20.Position = 1;
     w20.Expand   = false;
     this.vbox8.Add(this.hbox11);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox8[this.hbox11]));
     w21.Position = 2;
     w21.Expand   = false;
     w21.Fill     = false;
     this.GtkAlignment3.Add(this.vbox8);
     this.frame7.Add(this.GtkAlignment3);
     this.GtkLabel3           = new global::Gtk.Label();
     this.GtkLabel3.Name      = "GtkLabel3";
     this.GtkLabel3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>参数设定</b>");
     this.GtkLabel3.UseMarkup = true;
     this.frame7.LabelWidget  = this.GtkLabel3;
     this.hbox5.Add(this.frame7);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.frame7]));
     w24.Position = 2;
     w24.Expand   = false;
     w24.Fill     = false;
     w1.Add(this.hbox5);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(w1[this.hbox5]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Internal child LevelEditor.NewOrderDialog.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  = 454;
     this.DefaultHeight = 226;
     this.Show();
     this.combobox_customer.Changed += new global::System.EventHandler(this.OnComboboxCustomerChanged);
     this.buttonOk.Clicked          += new global::System.EventHandler(this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.D.OptionPanels.ProjectOptions
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.D.OptionPanels.ProjectOptions";
     // Container child MonoDevelop.D.OptionPanels.ProjectOptions.Gtk.Container+ContainerChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 2;
     this.notebook1.ShowBorder  = false;
     this.notebook1.Scrollable  = true;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table_LinkingTab               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table_LinkingTab.Name          = "table_LinkingTab";
     this.table_LinkingTab.RowSpacing    = ((uint)(4));
     this.table_LinkingTab.ColumnSpacing = ((uint)(4));
     this.table_LinkingTab.BorderWidth   = ((uint)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.combo_ProjectType      = global::Gtk.ComboBox.NewText();
     this.combo_ProjectType.Name = "combo_ProjectType";
     this.table_LinkingTab.Add(this.combo_ProjectType);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.combo_ProjectType]));
     w1.TopAttach    = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 0F;
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Extra Linker Options");
     this.table_LinkingTab.Add(this.label10);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label10]));
     w2.TopAttach    = ((uint)(5));
     w2.BottomAttach = ((uint)(6));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 0F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Compile target");
     this.table_LinkingTab.Add(this.label13);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label13]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Output file");
     this.table_LinkingTab.Add(this.label3);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label3]));
     w4.TopAttach    = ((uint)(3));
     w4.BottomAttach = ((uint)(4));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Output directory");
     this.table_LinkingTab.Add(this.label6);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label6]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Libraries\n(one per line)");
     this.table_LinkingTab.Add(this.label8);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label8]));
     w6.TopAttach    = ((uint)(4));
     w6.BottomAttach = ((uint)(5));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Note: Relative paths will be related to the project's base directory!");
     this.table_LinkingTab.Add(this.label9);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.label9]));
     w7.LeftAttach  = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.XOptions    = ((global::Gtk.AttachOptions)(4));
     w7.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.scrolledwindow3 = new global::Gtk.ScrolledWindow();
     this.scrolledwindow3.HeightRequest = 100;
     this.scrolledwindow3.CanFocus      = true;
     this.scrolledwindow3.Name          = "scrolledwindow3";
     this.scrolledwindow3.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     this.text_Libraries          = new global::Gtk.TextView();
     this.text_Libraries.CanFocus = true;
     this.text_Libraries.Name     = "text_Libraries";
     this.scrolledwindow3.Add(this.text_Libraries);
     this.table_LinkingTab.Add(this.scrolledwindow3);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.scrolledwindow3]));
     w9.TopAttach    = ((uint)(4));
     w9.BottomAttach = ((uint)(5));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.scrolledwindow5 = new global::Gtk.ScrolledWindow();
     this.scrolledwindow5.HeightRequest = 100;
     this.scrolledwindow5.CanFocus      = true;
     this.scrolledwindow5.Name          = "scrolledwindow5";
     this.scrolledwindow5.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow5.Gtk.Container+ContainerChild
     this.extraLinkerTextView = new global::Gtk.TextView();
     global::Gtk.Tooltips w10 = new Gtk.Tooltips();
     w10.SetTip(this.extraLinkerTextView, "A newline-separated list of extra options to send to the compiler.\nOne option can be in more than one line.\nExample:\n\t`--pkg\n\tcairo`", "A newline-separated list of extra options to send to the compiler.\nOne option can be in more than one line.\nExample:\n\t`--pkg\n\tcairo`");
     this.extraLinkerTextView.CanFocus = true;
     this.extraLinkerTextView.Name     = "extraLinkerTextView";
     this.scrolledwindow5.Add(this.extraLinkerTextView);
     this.table_LinkingTab.Add(this.scrolledwindow5);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.scrolledwindow5]));
     w12.TopAttach    = ((uint)(5));
     w12.BottomAttach = ((uint)(6));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.text_BinDirectory               = new global::Gtk.Entry();
     this.text_BinDirectory.CanFocus      = true;
     this.text_BinDirectory.Name          = "text_BinDirectory";
     this.text_BinDirectory.IsEditable    = true;
     this.text_BinDirectory.InvisibleChar = '●';
     this.table_LinkingTab.Add(this.text_BinDirectory);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.text_BinDirectory]));
     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));
     // Container child table_LinkingTab.Gtk.Table+TableChild
     this.text_TargetFile               = new global::Gtk.Entry();
     this.text_TargetFile.CanFocus      = true;
     this.text_TargetFile.Name          = "text_TargetFile";
     this.text_TargetFile.IsEditable    = true;
     this.text_TargetFile.InvisibleChar = '●';
     this.table_LinkingTab.Add(this.text_TargetFile);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table_LinkingTab [this.text_TargetFile]));
     w14.TopAttach    = ((uint)(3));
     w14.BottomAttach = ((uint)(4));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table_LinkingTab);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Linking");
     this.notebook1.SetTabLabel(this.table_LinkingTab, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.table_CompilingTab               = new global::Gtk.Table(((uint)(10)), ((uint)(2)), false);
     this.table_CompilingTab.Name          = "table_CompilingTab";
     this.table_CompilingTab.RowSpacing    = ((uint)(4));
     this.table_CompilingTab.ColumnSpacing = ((uint)(4));
     this.table_CompilingTab.BorderWidth   = ((uint)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.cbPreferOneStepCompilation               = new global::Gtk.CheckButton();
     this.cbPreferOneStepCompilation.CanFocus      = true;
     this.cbPreferOneStepCompilation.Name          = "cbPreferOneStepCompilation";
     this.cbPreferOneStepCompilation.Label         = global::Mono.Unix.Catalog.GetString("Perform a one-step compilation if the compiler allows it to do that");
     this.cbPreferOneStepCompilation.DrawIndicator = true;
     this.cbPreferOneStepCompilation.UseUnderline  = true;
     this.table_CompilingTab.Add(this.cbPreferOneStepCompilation);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.cbPreferOneStepCompilation]));
     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 table_CompilingTab.Gtk.Table+TableChild
     this.cbUseDefaultCompiler               = new global::Gtk.CheckButton();
     this.cbUseDefaultCompiler.CanFocus      = true;
     this.cbUseDefaultCompiler.Name          = "cbUseDefaultCompiler";
     this.cbUseDefaultCompiler.Label         = global::Mono.Unix.Catalog.GetString("Use Default Compiler");
     this.cbUseDefaultCompiler.Active        = true;
     this.cbUseDefaultCompiler.DrawIndicator = true;
     this.cbUseDefaultCompiler.UseUnderline  = true;
     this.table_CompilingTab.Add(this.cbUseDefaultCompiler);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.cbUseDefaultCompiler]));
     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 table_CompilingTab.Gtk.Table+TableChild
     this.cmbCompiler      = global::Gtk.ComboBox.NewText();
     this.cmbCompiler.Name = "cmbCompiler";
     this.table_CompilingTab.Add(this.cmbCompiler);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.cmbCompiler]));
     w18.TopAttach    = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 0F;
     this.label11.LabelProp = global::Mono.Unix.Catalog.GetString("Note: Relative paths will be related to the project's base directory!");
     this.table_CompilingTab.Add(this.label11);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label11]));
     w19.LeftAttach  = ((uint)(1));
     w19.RightAttach = ((uint)(2));
     w19.XOptions    = ((global::Gtk.AttachOptions)(4));
     w19.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label17           = new global::Gtk.Label();
     this.label17.Name      = "label17";
     this.label17.LabelProp = global::Mono.Unix.Catalog.GetString("Debug constants");
     this.table_CompilingTab.Add(this.label17);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label17]));
     w20.TopAttach    = ((uint)(4));
     w20.BottomAttach = ((uint)(5));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label18           = new global::Gtk.Label();
     this.label18.Name      = "label18";
     this.label18.LabelProp = global::Mono.Unix.Catalog.GetString("Version constants");
     this.table_CompilingTab.Add(this.label18);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label18]));
     w21.TopAttach    = ((uint)(6));
     w21.BottomAttach = ((uint)(7));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label19           = new global::Gtk.Label();
     this.label19.Name      = "label19";
     this.label19.LabelProp = global::Mono.Unix.Catalog.GetString("Debug level");
     this.table_CompilingTab.Add(this.label19);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label19]));
     w22.TopAttach    = ((uint)(5));
     w22.BottomAttach = ((uint)(6));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label20           = new global::Gtk.Label();
     this.label20.Name      = "label20";
     this.label20.LabelProp = global::Mono.Unix.Catalog.GetString("DDoc directory");
     this.table_CompilingTab.Add(this.label20);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label20]));
     w23.TopAttach    = ((uint)(8));
     w23.BottomAttach = ((uint)(9));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Compiler");
     this.table_CompilingTab.Add(this.label4);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label4]));
     w24.TopAttach    = ((uint)(1));
     w24.BottomAttach = ((uint)(2));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Objects directory");
     this.table_CompilingTab.Add(this.label5);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label5]));
     w25.TopAttach    = ((uint)(7));
     w25.BottomAttach = ((uint)(8));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Extra Compiler Options");
     this.table_CompilingTab.Add(this.label7);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.label7]));
     w26.TopAttach    = ((uint)(9));
     w26.BottomAttach = ((uint)(10));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.scrolledwindow4 = new global::Gtk.ScrolledWindow();
     this.scrolledwindow4.HeightRequest = 150;
     this.scrolledwindow4.CanFocus      = true;
     this.scrolledwindow4.Name          = "scrolledwindow4";
     this.scrolledwindow4.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow4.Gtk.Container+ContainerChild
     this.extraCompilerTextView = new global::Gtk.TextView();
     w10.SetTip(this.extraCompilerTextView, "A newline-separated list of extra options to send to the compiler.\nOne option can be in more than one line.\nExample:\n\t`--pkg\n\tcairo`", "A newline-separated list of extra options to send to the compiler.\nOne option can be in more than one line.\nExample:\n\t`--pkg\n\tcairo`");
     this.extraCompilerTextView.CanFocus = true;
     this.extraCompilerTextView.Name     = "extraCompilerTextView";
     this.scrolledwindow4.Add(this.extraCompilerTextView);
     this.table_CompilingTab.Add(this.scrolledwindow4);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.scrolledwindow4]));
     w28.TopAttach    = ((uint)(9));
     w28.BottomAttach = ((uint)(10));
     w28.LeftAttach   = ((uint)(1));
     w28.RightAttach  = ((uint)(2));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.spin_debugLevel = new global::Gtk.SpinButton(0, 100, 1);
     w10.SetTip(this.spin_debugLevel, "The debug level the program is built in.\nA value of zero (0) will not emit a -debug flag to the compilation argument string!", "The debug level the program is built in.\nA value of zero (0) will not emit a -debug flag to the compilation argument string!");
     this.spin_debugLevel.CanFocus = true;
     this.spin_debugLevel.Name     = "spin_debugLevel";
     this.spin_debugLevel.Adjustment.PageIncrement = 10;
     this.spin_debugLevel.ClimbRate = 1;
     this.spin_debugLevel.Numeric   = true;
     this.table_CompilingTab.Add(this.spin_debugLevel);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.spin_debugLevel]));
     w29.TopAttach    = ((uint)(5));
     w29.BottomAttach = ((uint)(6));
     w29.LeftAttach   = ((uint)(1));
     w29.RightAttach  = ((uint)(2));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.text_DDocDir               = new global::Gtk.Entry();
     this.text_DDocDir.CanFocus      = true;
     this.text_DDocDir.Name          = "text_DDocDir";
     this.text_DDocDir.IsEditable    = true;
     this.text_DDocDir.InvisibleChar = '●';
     this.table_CompilingTab.Add(this.text_DDocDir);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.text_DDocDir]));
     w30.TopAttach    = ((uint)(8));
     w30.BottomAttach = ((uint)(9));
     w30.LeftAttach   = ((uint)(1));
     w30.RightAttach  = ((uint)(2));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.text_debugConstants = new global::Gtk.Entry();
     w10.SetTip(this.text_debugConstants, "Semicolon (;) separated list of debug constants to define for debug-build compilation.\nImportant: May affect code completion if omitted/written into extra compiler options field!", "Semicolon (;) separated list of debug constants to define for debug-build compilation.\nImportant: May affect code completion if omitted/written into extra compiler options field!");
     this.text_debugConstants.CanFocus      = true;
     this.text_debugConstants.Name          = "text_debugConstants";
     this.text_debugConstants.IsEditable    = true;
     this.text_debugConstants.InvisibleChar = '●';
     this.table_CompilingTab.Add(this.text_debugConstants);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.text_debugConstants]));
     w31.TopAttach    = ((uint)(4));
     w31.BottomAttach = ((uint)(5));
     w31.LeftAttach   = ((uint)(1));
     w31.RightAttach  = ((uint)(2));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.text_ObjectsDirectory               = new global::Gtk.Entry();
     this.text_ObjectsDirectory.CanFocus      = true;
     this.text_ObjectsDirectory.Name          = "text_ObjectsDirectory";
     this.text_ObjectsDirectory.IsEditable    = true;
     this.text_ObjectsDirectory.InvisibleChar = '●';
     this.table_CompilingTab.Add(this.text_ObjectsDirectory);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.text_ObjectsDirectory]));
     w32.TopAttach    = ((uint)(7));
     w32.BottomAttach = ((uint)(8));
     w32.LeftAttach   = ((uint)(1));
     w32.RightAttach  = ((uint)(2));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CompilingTab.Gtk.Table+TableChild
     this.text_versionConstants = new global::Gtk.Entry();
     w10.SetTip(this.text_versionConstants, "Semicolon (;) separated list of version constants to define for compilation.\nImportant: May affect code completion if omitted/written into extra compiler options field!", "Semicolon (;) separated list of version constants to define for compilation.\nImportant: May affect code completion if omitted/written into extra compiler options field!");
     this.text_versionConstants.CanFocus      = true;
     this.text_versionConstants.Name          = "text_versionConstants";
     this.text_versionConstants.IsEditable    = true;
     this.text_versionConstants.InvisibleChar = '●';
     this.table_CompilingTab.Add(this.text_versionConstants);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table_CompilingTab [this.text_versionConstants]));
     w33.TopAttach    = ((uint)(6));
     w33.BottomAttach = ((uint)(7));
     w33.LeftAttach   = ((uint)(1));
     w33.RightAttach  = ((uint)(2));
     w33.XOptions     = ((global::Gtk.AttachOptions)(4));
     w33.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.notebook1.Add(this.table_CompilingTab);
     global::Gtk.Notebook.NotebookChild w34 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.table_CompilingTab]));
     w34.Position = 1;
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Compiling");
     this.notebook1.SetTabLabel(this.table_CompilingTab, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.check_EnableBuildCmdOverride               = new global::Gtk.CheckButton();
     this.check_EnableBuildCmdOverride.CanFocus      = true;
     this.check_EnableBuildCmdOverride.Name          = "check_EnableBuildCmdOverride";
     this.check_EnableBuildCmdOverride.Label         = global::Mono.Unix.Catalog.GetString("Enable custom build tools");
     this.check_EnableBuildCmdOverride.DrawIndicator = true;
     this.check_EnableBuildCmdOverride.UseUnderline  = true;
     this.vbox1.Add(this.check_EnableBuildCmdOverride);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.check_EnableBuildCmdOverride]));
     w35.Position = 0;
     w35.Expand   = false;
     w35.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table_CustomBuildTools               = new global::Gtk.Table(((uint)(5)), ((uint)(2)), false);
     this.table_CustomBuildTools.Name          = "table_CustomBuildTools";
     this.table_CustomBuildTools.RowSpacing    = ((uint)(6));
     this.table_CustomBuildTools.ColumnSpacing = ((uint)(6));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.check_BuildToolsPerConfiguration               = new global::Gtk.CheckButton();
     this.check_BuildToolsPerConfiguration.CanFocus      = true;
     this.check_BuildToolsPerConfiguration.Name          = "check_BuildToolsPerConfiguration";
     this.check_BuildToolsPerConfiguration.Label         = global::Mono.Unix.Catalog.GetString("Apply custom build settings to all configurations");
     this.check_BuildToolsPerConfiguration.DrawIndicator = true;
     this.check_BuildToolsPerConfiguration.UseUnderline  = true;
     this.table_CustomBuildTools.Add(this.check_BuildToolsPerConfiguration);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.check_BuildToolsPerConfiguration]));
     w36.LeftAttach  = ((uint)(1));
     w36.RightAttach = ((uint)(2));
     w36.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.label22           = new global::Gtk.Label();
     this.label22.Name      = "label22";
     this.label22.Xalign    = 0F;
     this.label22.LabelProp = global::Mono.Unix.Catalog.GetString("Build command");
     this.table_CustomBuildTools.Add(this.label22);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.label22]));
     w37.TopAttach    = ((uint)(1));
     w37.BottomAttach = ((uint)(2));
     w37.XOptions     = ((global::Gtk.AttachOptions)(4));
     w37.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.label23           = new global::Gtk.Label();
     this.label23.Name      = "label23";
     this.label23.Xalign    = 0F;
     this.label23.LabelProp = global::Mono.Unix.Catalog.GetString("Run command");
     this.table_CustomBuildTools.Add(this.label23);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.label23]));
     w38.TopAttach    = ((uint)(3));
     w38.BottomAttach = ((uint)(4));
     w38.XOptions     = ((global::Gtk.AttachOptions)(4));
     w38.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.label24           = new global::Gtk.Label();
     this.label24.Name      = "label24";
     this.label24.Xalign    = 0F;
     this.label24.LabelProp = global::Mono.Unix.Catalog.GetString("Macros");
     this.table_CustomBuildTools.Add(this.label24);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.label24]));
     w39.TopAttach    = ((uint)(4));
     w39.BottomAttach = ((uint)(5));
     w39.XOptions     = ((global::Gtk.AttachOptions)(4));
     w39.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.label25           = new global::Gtk.Label();
     this.label25.Name      = "label25";
     this.label25.LabelProp = global::Mono.Unix.Catalog.GetString("Build check command");
     this.table_CustomBuildTools.Add(this.label25);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.label25]));
     w40.TopAttach    = ((uint)(2));
     w40.BottomAttach = ((uint)(3));
     w40.XOptions     = ((global::Gtk.AttachOptions)(4));
     w40.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.macroGrid             = new global::MonoDevelop.Components.PropertyGrid.PropertyGrid();
     this.macroGrid.Name        = "macroGrid";
     this.macroGrid.ShowToolbar = false;
     this.macroGrid.ShowHelp    = false;
     this.table_CustomBuildTools.Add(this.macroGrid);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.macroGrid]));
     w41.TopAttach    = ((uint)(4));
     w41.BottomAttach = ((uint)(5));
     w41.LeftAttach   = ((uint)(1));
     w41.RightAttach  = ((uint)(2));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.text_BuildCheckCommand = new global::Gtk.Entry();
     w10.SetTip(this.text_BuildCheckCommand, "Command that is executed to check whether the project was built well.\nMust return 0 (Zero) if there were no errors and if the run command can be launched.\nIf empty, the project will be assumed as being built correctly.", "Command that is executed to check whether the project was built well.\nMust return 0 (Zero) if there were no errors and if the run command can be launched.\nIf empty, the project will be assumed as being built correctly.");
     this.text_BuildCheckCommand.CanFocus      = true;
     this.text_BuildCheckCommand.Name          = "text_BuildCheckCommand";
     this.text_BuildCheckCommand.IsEditable    = true;
     this.text_BuildCheckCommand.InvisibleChar = '●';
     this.table_CustomBuildTools.Add(this.text_BuildCheckCommand);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.text_BuildCheckCommand]));
     w42.TopAttach    = ((uint)(2));
     w42.BottomAttach = ((uint)(3));
     w42.LeftAttach   = ((uint)(1));
     w42.RightAttach  = ((uint)(2));
     w42.XOptions     = ((global::Gtk.AttachOptions)(4));
     w42.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.text_BuildCommand               = new global::Gtk.Entry();
     this.text_BuildCommand.CanFocus      = true;
     this.text_BuildCommand.Name          = "text_BuildCommand";
     this.text_BuildCommand.IsEditable    = true;
     this.text_BuildCommand.InvisibleChar = '●';
     this.table_CustomBuildTools.Add(this.text_BuildCommand);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.text_BuildCommand]));
     w43.TopAttach    = ((uint)(1));
     w43.BottomAttach = ((uint)(2));
     w43.LeftAttach   = ((uint)(1));
     w43.RightAttach  = ((uint)(2));
     w43.XOptions     = ((global::Gtk.AttachOptions)(4));
     w43.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table_CustomBuildTools.Gtk.Table+TableChild
     this.text_RunCommand               = new global::Gtk.Entry();
     this.text_RunCommand.CanFocus      = true;
     this.text_RunCommand.Name          = "text_RunCommand";
     this.text_RunCommand.IsEditable    = true;
     this.text_RunCommand.InvisibleChar = '●';
     this.table_CustomBuildTools.Add(this.text_RunCommand);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table_CustomBuildTools [this.text_RunCommand]));
     w44.TopAttach    = ((uint)(3));
     w44.BottomAttach = ((uint)(4));
     w44.LeftAttach   = ((uint)(1));
     w44.RightAttach  = ((uint)(2));
     w44.XOptions     = ((global::Gtk.AttachOptions)(4));
     w44.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table_CustomBuildTools);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table_CustomBuildTools]));
     w45.Position = 1;
     this.notebook1.Add(this.vbox1);
     global::Gtk.Notebook.NotebookChild w46 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox1]));
     w46.Position = 2;
     // Notebook tab
     this.label21           = new global::Gtk.Label();
     this.label21.Name      = "label21";
     this.label21.LabelProp = global::Mono.Unix.Catalog.GetString("Custom build tools");
     this.notebook1.SetTabLabel(this.vbox1, this.label21);
     this.label21.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.cbUseDefaultCompiler.Clicked         += new global::System.EventHandler(this.cbUseDefaultCompiler_Clicked);
     this.check_EnableBuildCmdOverride.Toggled += new global::System.EventHandler(this.OnCheckEnableBuildCmdOverrideToggled);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.ProjectFileSelectorDialog
     this.Name           = "MonoDevelop.Ide.Projects.ProjectFileSelectorDialog";
     this.Title          = global::MonoDevelop.Core.GettextCatalog.GetString("Select Project File...");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Ide.Projects.ProjectFileSelectorDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 182;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.projectTree          = new global::Gtk.TreeView();
     this.projectTree.CanFocus = true;
     this.projectTree.Name     = "projectTree";
     this.GtkScrolledWindow.Add(this.projectTree);
     this.hpaned1.Add(this.GtkScrolledWindow);
     global::Gtk.Paned.PanedChild w3 = ((global::Gtk.Paned.PanedChild)(this.hpaned1[this.GtkScrolledWindow]));
     w3.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.fileList          = new global::Gtk.TreeView();
     this.fileList.CanFocus = true;
     this.fileList.Name     = "fileList";
     this.GtkScrolledWindow1.Add(this.fileList);
     this.hpaned1.Add(this.GtkScrolledWindow1);
     this.vbox2.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hpaned1]));
     w6.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.typeBox         = new global::Gtk.HBox();
     this.typeBox.Name    = "typeBox";
     this.typeBox.Spacing = 6;
     // Container child typeBox.Gtk.Box+BoxChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("File _type:");
     this.label2.UseUnderline = true;
     this.typeBox.Add(this.label2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.typeBox[this.label2]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child typeBox.Gtk.Box+BoxChild
     this.fileTypeCombo      = global::Gtk.ComboBox.NewText();
     this.fileTypeCombo.Name = "fileTypeCombo";
     this.typeBox.Add(this.fileTypeCombo);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.typeBox[this.fileTypeCombo]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox2.Add(this.typeBox);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.typeBox]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
     w10.Position = 0;
     // Internal child MonoDevelop.Ide.Projects.ProjectFileSelectorDialog.ActionArea
     global::Gtk.HButtonBox w11 = this.ActionArea;
     w11.Name        = "dialog1_ActionArea";
     w11.Spacing     = 6;
     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.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)(w11[this.buttonOk]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth          = 522;
     this.DefaultHeight         = 416;
     this.label2.MnemonicWidget = this.fileTypeCombo;
     this.typeBox.Hide();
     this.Show();
 }
예제 #44
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Calculator");
     this.TypeHint       = ((global::Gdk.WindowTypeHint)(5));
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth    = ((uint)(6));
     this.Resizable      = false;
     this.AllowShrink    = true;
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.MainFrame             = new global::Gtk.Frame();
     this.MainFrame.Name        = "MainFrame";
     this.MainFrame.ShadowType  = ((global::Gtk.ShadowType)(0));
     this.MainFrame.BorderWidth = ((uint)(3));
     // Container child MainFrame.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 10;
     this.vbox2.BorderWidth = ((uint)(15));
     // 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.Label_OperandX           = new global::Gtk.Label();
     this.Label_OperandX.Name      = "Label_OperandX";
     this.Label_OperandX.LabelProp = global::Mono.Unix.Catalog.GetString("OperandX :");
     this.hbox1.Add(this.Label_OperandX);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.Label_OperandX]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.Entry_OperandX               = new global::Gtk.Entry();
     this.Entry_OperandX.CanFocus      = true;
     this.Entry_OperandX.Name          = "Entry_OperandX";
     this.Entry_OperandX.IsEditable    = true;
     this.Entry_OperandX.InvisibleChar = '•';
     this.hbox1.Add(this.Entry_OperandX);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.Entry_OperandX]));
     w2.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.Label_Operator           = new global::Gtk.Label();
     this.Label_Operator.Name      = "Label_Operator";
     this.Label_Operator.LabelProp = global::Mono.Unix.Catalog.GetString("Operator   :");
     this.hbox3.Add(this.Label_Operator);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.Label_Operator]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.ComboBox_Operators = global::Gtk.ComboBox.NewText();
     this.ComboBox_Operators.AppendText(global::Mono.Unix.Catalog.GetString("+"));
     this.ComboBox_Operators.AppendText(global::Mono.Unix.Catalog.GetString("-"));
     this.ComboBox_Operators.AppendText(global::Mono.Unix.Catalog.GetString("*"));
     this.ComboBox_Operators.AppendText(global::Mono.Unix.Catalog.GetString("/"));
     this.ComboBox_Operators.Name = "ComboBox_Operators";
     this.hbox3.Add(this.ComboBox_Operators);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.ComboBox_Operators]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.Label_OperandY           = new global::Gtk.Label();
     this.Label_OperandY.Name      = "Label_OperandY";
     this.Label_OperandY.LabelProp = global::Mono.Unix.Catalog.GetString("OperandY :");
     this.hbox2.Add(this.Label_OperandY);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.Label_OperandY]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.Entry_OperandY               = new global::Gtk.Entry();
     this.Entry_OperandY.CanFocus      = true;
     this.Entry_OperandY.Name          = "Entry_OperandY";
     this.Entry_OperandY.IsEditable    = true;
     this.Entry_OperandY.InvisibleChar = '•';
     this.hbox2.Add(this.Entry_OperandY);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.Entry_OperandY]));
     w8.Position = 1;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox();
     this.hbox4.HeightRequest = 30;
     this.hbox4.Name          = "hbox4";
     this.hbox4.Spacing       = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.Label_Result           = new global::Gtk.Label();
     this.Label_Result.Name      = "Label_Result";
     this.Label_Result.LabelProp = global::Mono.Unix.Catalog.GetString("Result          :");
     this.hbox4.Add(this.Label_Result);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.Label_Result]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     this.vbox2.Add(this.hbox4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox4]));
     w11.Position = 3;
     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.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.hbox5.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.hseparator1]));
     w12.Position = 0;
     // Container child hbox5.Gtk.Box+BoxChild
     this.Btn_Calculate              = new global::Gtk.Button();
     this.Btn_Calculate.CanFocus     = true;
     this.Btn_Calculate.Name         = "Btn_Calculate";
     this.Btn_Calculate.UseUnderline = true;
     this.Btn_Calculate.Label        = global::Mono.Unix.Catalog.GetString("Calculate");
     this.hbox5.Add(this.Btn_Calculate);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.Btn_Calculate]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbox2.Add(this.hbox5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox5]));
     w14.Position = 4;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.fixed1 = new global::Gtk.Fixed();
     this.fixed1.HeightRequest = 40;
     this.fixed1.Name          = "fixed1";
     this.fixed1.HasWindow     = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.Btn_ViewLog              = new global::Gtk.Button();
     this.Btn_ViewLog.CanFocus     = true;
     this.Btn_ViewLog.Name         = "Btn_ViewLog";
     this.Btn_ViewLog.UseUnderline = true;
     this.Btn_ViewLog.Label        = global::Mono.Unix.Catalog.GetString("ViewLog");
     this.fixed1.Add(this.Btn_ViewLog);
     global::Gtk.Fixed.FixedChild w15 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.Btn_ViewLog]));
     w15.X = -3;
     w15.Y = 6;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.Btn_WriteLog              = new global::Gtk.Button();
     this.Btn_WriteLog.CanFocus     = true;
     this.Btn_WriteLog.Name         = "Btn_WriteLog";
     this.Btn_WriteLog.UseUnderline = true;
     this.Btn_WriteLog.Label        = global::Mono.Unix.Catalog.GetString("WriteLog");
     this.fixed1.Add(this.Btn_WriteLog);
     global::Gtk.Fixed.FixedChild w16 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[this.Btn_WriteLog]));
     w16.X = 363;
     w16.Y = 4;
     this.vbox2.Add(this.fixed1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.fixed1]));
     w17.Position = 5;
     w17.Expand   = false;
     w17.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.TextV_Log          = new global::Gtk.TextView();
     this.TextV_Log.CanFocus = true;
     this.TextV_Log.Name     = "TextV_Log";
     this.TextV_Log.Editable = false;
     this.GtkScrolledWindow.Add(this.TextV_Log);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow]));
     w19.Position = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.Btn_Exit              = new global::Gtk.Button();
     this.Btn_Exit.CanFocus     = true;
     this.Btn_Exit.Name         = "Btn_Exit";
     this.Btn_Exit.UseUnderline = true;
     this.Btn_Exit.Label        = global::Mono.Unix.Catalog.GetString("Exit");
     this.vbox2.Add(this.Btn_Exit);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.Btn_Exit]));
     w20.Position = 7;
     w20.Expand   = false;
     w20.Fill     = false;
     this.GtkAlignment.Add(this.vbox2);
     this.MainFrame.Add(this.GtkAlignment);
     this.GtkLabel4             = new global::Gtk.Label();
     this.GtkLabel4.Name        = "GtkLabel4";
     this.GtkLabel4.LabelProp   = global::Mono.Unix.Catalog.GetString("<b>Calculator</b>");
     this.GtkLabel4.UseMarkup   = true;
     this.MainFrame.LabelWidget = this.GtkLabel4;
     this.Add(this.MainFrame);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 502;
     this.DefaultHeight = 453;
     this.Show();
     this.Btn_Calculate.Clicked += new global::System.EventHandler(this.When_CalculateBtn_Clicked);
     this.Btn_ViewLog.Clicked   += new global::System.EventHandler(this.When_ViewLogBtn_Clicked);
     this.Btn_WriteLog.Clicked  += new global::System.EventHandler(this.When_WriteLogBtn_Clicked);
     this.Btn_Exit.Clicked      += new global::System.EventHandler(this.When_ExitBtn_Clicked);
 }
예제 #45
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Refactoring.IntroduceConstant.IntroduceConstantDialog
     this.Name           = "MonoDevelop.Refactoring.IntroduceConstant.IntroduceConstantDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Introduce Constant");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth    = ((uint)(6));
     // Internal child MonoDevelop.Refactoring.IntroduceConstant.IntroduceConstantDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.comboboxModifiers      = global::Gtk.ComboBox.NewText();
     this.comboboxModifiers.Name = "comboboxModifiers";
     this.table1.Add(this.comboboxModifiers);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.comboboxModifiers]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entry               = new global::Gtk.Entry();
     this.entry.CanFocus      = true;
     this.entry.Name          = "entry";
     this.entry.IsEditable    = true;
     this.entry.InvisibleChar = '●';
     this.table1.Add(this.entry);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.entry]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1              = new global::Gtk.Label();
     this.label1.Name         = "label1";
     this.label1.Xalign       = 0f;
     this.label1.LabelProp    = global::Mono.Unix.Catalog.GetString("_Access modifier:");
     this.label1.UseUnderline = true;
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelNewName              = new global::Gtk.Label();
     this.labelNewName.Name         = "labelNewName";
     this.labelNewName.Xalign       = 0f;
     this.labelNewName.LabelProp    = global::Mono.Unix.Catalog.GetString("_Constant name:");
     this.labelNewName.UseUnderline = true;
     this.table1.Add(this.labelNewName);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.labelNewName]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.imageWarning        = new global::Gtk.Image();
     this.imageWarning.Name   = "imageWarning";
     this.imageWarning.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-apply", global::Gtk.IconSize.Button);
     this.hbox3.Add(this.imageWarning);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.imageWarning]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.labelWarning      = new global::Gtk.Label();
     this.labelWarning.Name = "labelWarning";
     this.hbox3.Add(this.labelWarning);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.labelWarning]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Internal child MonoDevelop.Refactoring.IntroduceConstant.IntroduceConstantDialog.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.buttonPreview              = new global::Gtk.Button();
     this.buttonPreview.CanFocus     = true;
     this.buttonPreview.Name         = "buttonPreview";
     this.buttonPreview.UseUnderline = true;
     this.buttonPreview.Label        = global::Mono.Unix.Catalog.GetString("_Preview");
     this.AddActionWidget(this.buttonPreview, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11[this.buttonPreview]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.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 w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11[this.buttonOk]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 390;
     this.DefaultHeight = 162;
     this.labelNewName.MnemonicWidget = this.entry;
     this.Show();
 }
예제 #46
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget UberDespatch.PrinterWindow
     this.Name           = "UberDespatch.PrinterWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("PrinterWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(8));
     this.Resizable      = false;
     this.DefaultWidth   = 400;
     // Container child UberDespatch.PrinterWindow.Gtk.Container+ContainerChild
     this.MainLayout         = new global::Gtk.VBox();
     this.MainLayout.Name    = "MainLayout";
     this.MainLayout.Spacing = 6;
     // Container child MainLayout.Gtk.Box+BoxChild
     this.PrinterSelectionFrame            = new global::Gtk.Frame();
     this.PrinterSelectionFrame.Name       = "PrinterSelectionFrame";
     this.PrinterSelectionFrame.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child PrinterSelectionFrame.Gtk.Container+ContainerChild
     this.PrinterSelectionAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.PrinterSelectionAlignment.Name        = "PrinterSelectionAlignment";
     this.PrinterSelectionAlignment.LeftPadding = ((uint)(12));
     // Container child PrinterSelectionAlignment.Gtk.Container+ContainerChild
     this.PrinterSelectionLayout         = new global::Gtk.HBox();
     this.PrinterSelectionLayout.Name    = "PrinterSelectionLayout";
     this.PrinterSelectionLayout.Spacing = 6;
     // Container child PrinterSelectionLayout.Gtk.Box+BoxChild
     this.PrinterSelectionLabel = new global::Gtk.Label();
     this.PrinterSelectionLabel.WidthRequest = 100;
     this.PrinterSelectionLabel.Name         = "PrinterSelectionLabel";
     this.PrinterSelectionLabel.Xalign       = 0F;
     this.PrinterSelectionLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Printer");
     this.PrinterSelectionLayout.Add(this.PrinterSelectionLabel);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.PrinterSelectionLayout[this.PrinterSelectionLabel]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child PrinterSelectionLayout.Gtk.Box+BoxChild
     this.PrinterSelectionCombo      = global::Gtk.ComboBox.NewText();
     this.PrinterSelectionCombo.Name = "PrinterSelectionCombo";
     this.PrinterSelectionLayout.Add(this.PrinterSelectionCombo);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.PrinterSelectionLayout[this.PrinterSelectionCombo]));
     w2.Position = 1;
     this.PrinterSelectionAlignment.Add(this.PrinterSelectionLayout);
     this.PrinterSelectionFrame.Add(this.PrinterSelectionAlignment);
     this.PrinterLabel                      = new global::Gtk.Label();
     this.PrinterLabel.Name                 = "PrinterLabel";
     this.PrinterLabel.LabelProp            = global::Mono.Unix.Catalog.GetString("<b>Printer Selection</b>");
     this.PrinterLabel.UseMarkup            = true;
     this.PrinterSelectionFrame.LabelWidget = this.PrinterLabel;
     this.MainLayout.Add(this.PrinterSelectionFrame);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.MainLayout[this.PrinterSelectionFrame]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child MainLayout.Gtk.Box+BoxChild
     this.MainControlsLayout         = new global::Gtk.HBox();
     this.MainControlsLayout.Name    = "MainControlsLayout";
     this.MainControlsLayout.Spacing = 6;
     // Container child MainControlsLayout.Gtk.Box+BoxChild
     this.MainControlsSpacerAlignment      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.MainControlsSpacerAlignment.Name = "MainControlsSpacerAlignment";
     this.MainControlsLayout.Add(this.MainControlsSpacerAlignment);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.MainControlsLayout[this.MainControlsSpacerAlignment]));
     w6.Position = 0;
     // Container child MainControlsLayout.Gtk.Box+BoxChild
     this.CancelButton = new global::Gtk.Button();
     this.CancelButton.WidthRequest = 150;
     this.CancelButton.CanFocus     = true;
     this.CancelButton.Name         = "CancelButton";
     this.CancelButton.UseUnderline = true;
     this.CancelButton.Label        = global::Mono.Unix.Catalog.GetString("Cancel");
     global::Gtk.Image w7 = new global::Gtk.Image();
     this.CancelButton.Image = w7;
     this.MainControlsLayout.Add(this.CancelButton);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.MainControlsLayout[this.CancelButton]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child MainControlsLayout.Gtk.Box+BoxChild
     this.ConfirmButton = new global::Gtk.Button();
     this.ConfirmButton.WidthRequest = 150;
     this.ConfirmButton.CanFocus     = true;
     this.ConfirmButton.Name         = "ConfirmButton";
     this.ConfirmButton.UseUnderline = true;
     this.ConfirmButton.Label        = global::Mono.Unix.Catalog.GetString("Ok");
     global::Gtk.Image w9 = new global::Gtk.Image();
     this.ConfirmButton.Image = w9;
     this.MainControlsLayout.Add(this.ConfirmButton);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.MainControlsLayout[this.ConfirmButton]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     this.MainLayout.Add(this.MainControlsLayout);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.MainLayout[this.MainControlsLayout]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.Add(this.MainLayout);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultHeight = 147;
     this.Show();
     this.CancelButton.Released  += new global::System.EventHandler(this.OnCancelButtonReleased);
     this.ConfirmButton.Released += new global::System.EventHandler(this.OnConfirmButtonReleased);
 }
예제 #47
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget CashFlow.MainWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.DosyaAction            = new global::Gtk.Action("DosyaAction", global::Mono.Unix.Catalog.GetString("Dosya"), null, null);
     this.DosyaAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Dosya");
     w1.Add(this.DosyaAction, null);
     this.PlanAction            = new global::Gtk.Action("PlanAction", global::Mono.Unix.Catalog.GetString("Plan"), null, null);
     this.PlanAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Plan");
     w1.Add(this.PlanAction, null);
     this.YardmAction            = new global::Gtk.Action("YardmAction", global::Mono.Unix.Catalog.GetString("Yardım"), null, null);
     this.YardmAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Yardım");
     w1.Add(this.YardmAction, null);
     this.PDFExportAction            = new global::Gtk.Action("PDFExportAction", global::Mono.Unix.Catalog.GetString("PDF Olarak Dışarı Aktar..."), null, "gtk-save-as");
     this.PDFExportAction.ShortLabel = global::Mono.Unix.Catalog.GetString("PDF Olarak Dışarı Aktar...");
     w1.Add(this.PDFExportAction, null);
     this.PNGExportAction            = new global::Gtk.Action("PNGExportAction", global::Mono.Unix.Catalog.GetString("PNG Olarak Dışarı Aktar..."), null, "gtk-save-as");
     this.PNGExportAction.ShortLabel = global::Mono.Unix.Catalog.GetString("PNG Olarak Dışarı Aktar...");
     w1.Add(this.PNGExportAction, null);
     this.SVGExportAction            = new global::Gtk.Action("SVGExportAction", global::Mono.Unix.Catalog.GetString("SVG Olarak Dışarı Aktar..."), null, "gtk-save-as");
     this.SVGExportAction.ShortLabel = global::Mono.Unix.Catalog.GetString("SVG Olarak Dışarı Aktar...");
     w1.Add(this.SVGExportAction, null);
     this.CloseAction            = new global::Gtk.Action("CloseAction", global::Mono.Unix.Catalog.GetString("Çıkış"), null, "gtk-close");
     this.CloseAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Çıkış");
     w1.Add(this.CloseAction, null);
     this.ClearPlotAction            = new global::Gtk.Action("ClearPlotAction", global::Mono.Unix.Catalog.GetString("Planı Temizle"), null, "gtk-missing-image");
     this.ClearPlotAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Planı Temizle");
     w1.Add(this.ClearPlotAction, null);
     this.FocusOnDataAction            = new global::Gtk.Action("FocusOnDataAction", global::Mono.Unix.Catalog.GetString("Verilere Odaklan"), null, "gtk-zoom-fit");
     this.FocusOnDataAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Verilere Odaklan");
     w1.Add(this.FocusOnDataAction, null);
     this.ControlsAction            = new global::Gtk.Action("ControlsAction", global::Mono.Unix.Catalog.GetString("Kontroller"), null, "gtk-info");
     this.ControlsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Kısayollar");
     w1.Add(this.ControlsAction, null);
     this.AboutAction            = new global::Gtk.Action("AboutAction", global::Mono.Unix.Catalog.GetString("Hakkında"), null, "gtk-about");
     this.AboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Hakkında");
     w1.Add(this.AboutAction, null);
     this.CSVExportAction            = new global::Gtk.Action("CSVExportAction", global::Mono.Unix.Catalog.GetString("CSV Olarak Dışarı Aktar..."), null, "gtk-save-as");
     this.CSVExportAction.ShortLabel = global::Mono.Unix.Catalog.GetString("CSV Olarak Dışarı Aktar...");
     w1.Add(this.CSVExportAction, null);
     this.BiggestValuesAction            = new global::Gtk.ToggleAction("BiggestValuesAction", global::Mono.Unix.Catalog.GetString("En Yüksek/Alçak Değerleri Göster"), null, null);
     this.BiggestValuesAction.Active     = true;
     this.BiggestValuesAction.ShortLabel = global::Mono.Unix.Catalog.GetString("En Yüksek/Alçak Değerleri Göster");
     w1.Add(this.BiggestValuesAction, null);
     this.BiggestHopsAction            = new global::Gtk.ToggleAction("BiggestHopsAction", global::Mono.Unix.Catalog.GetString("En Büyük İniş/Çıkışları Göster"), null, null);
     this.BiggestHopsAction.Active     = true;
     this.BiggestHopsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("En Büyük İniş/Çıkışları Göster");
     w1.Add(this.BiggestHopsAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "CashFlow.MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("CashFlow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.DefaultWidth   = 1280;
     this.DefaultHeight  = 720;
     // Container child CashFlow.MainWindow.Gtk.Container+ContainerChild
     this.MainVbox         = new global::Gtk.VBox();
     this.MainVbox.Name    = "MainVbox";
     this.MainVbox.Spacing = 6;
     // Container child MainVbox.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='MainMenuBar'><menu name='DosyaAction' action='DosyaAction'><menuitem name='PDFExportAction' action='PDFExportAction'/><menuitem name='PNGExportAction' action='PNGExportAction'/><menuitem name='SVGExportAction' action='SVGExportAction'/><menuitem name='CSVExportAction' action='CSVExportAction'/><separator/><menuitem name='CloseAction' action='CloseAction'/></menu><menu name='PlanAction' action='PlanAction'><menuitem name='ClearPlotAction' action='ClearPlotAction'/><menuitem name='FocusOnDataAction' action='FocusOnDataAction'/><separator/><menuitem name='BiggestValuesAction' action='BiggestValuesAction'/><menuitem name='BiggestHopsAction' action='BiggestHopsAction'/></menu><menu name='YardmAction' action='YardmAction'><menuitem name='ControlsAction' action='ControlsAction'/><separator/><menuitem name='AboutAction' action='AboutAction'/></menu><menu/></menubar></ui>");
     this.MainMenuBar      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/MainMenuBar")));
     this.MainMenuBar.Name = "MainMenuBar";
     this.MainVbox.Add(this.MainMenuBar);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.MainVbox[this.MainMenuBar]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child MainVbox.Gtk.Box+BoxChild
     this.PropsVbox         = new global::Gtk.HBox();
     this.PropsVbox.Name    = "PropsVbox";
     this.PropsVbox.Spacing = 6;
     // Container child PropsVbox.Gtk.Box+BoxChild
     this.DateFrame      = new global::Gtk.Frame();
     this.DateFrame.Name = "DateFrame";
     // Container child DateFrame.Gtk.Container+ContainerChild
     this.GtkAlignment               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name          = "GtkAlignment";
     this.GtkAlignment.LeftPadding   = ((uint)(12));
     this.GtkAlignment.TopPadding    = ((uint)(6));
     this.GtkAlignment.RightPadding  = ((uint)(6));
     this.GtkAlignment.BottomPadding = ((uint)(6));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.DateFrameTable               = new global::Gtk.Table(((uint)(2)), ((uint)(3)), false);
     this.DateFrameTable.Name          = "DateFrameTable";
     this.DateFrameTable.RowSpacing    = ((uint)(6));
     this.DateFrameTable.ColumnSpacing = ((uint)(6));
     // Container child DateFrameTable.Gtk.Table+TableChild
     this.DateEndButton              = new global::Gtk.Button();
     this.DateEndButton.CanFocus     = true;
     this.DateEndButton.Name         = "DateEndButton";
     this.DateEndButton.UseUnderline = true;
     this.DateEndButton.Label        = global::Mono.Unix.Catalog.GetString("Seç...");
     this.DateFrameTable.Add(this.DateEndButton);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.DateFrameTable[this.DateEndButton]));
     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 DateFrameTable.Gtk.Table+TableChild
     this.DateEndEntry = new global::Gtk.Entry();
     this.DateEndEntry.WidthRequest  = 140;
     this.DateEndEntry.Name          = "DateEndEntry";
     this.DateEndEntry.Text          = global::Mono.Unix.Catalog.GetString("-tarih seçin-");
     this.DateEndEntry.IsEditable    = false;
     this.DateEndEntry.InvisibleChar = '•';
     this.DateFrameTable.Add(this.DateEndEntry);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.DateFrameTable[this.DateEndEntry]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child DateFrameTable.Gtk.Table+TableChild
     this.DateEndLabel           = new global::Gtk.Label();
     this.DateEndLabel.Name      = "DateEndLabel";
     this.DateEndLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Bitiş:");
     this.DateFrameTable.Add(this.DateEndLabel);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.DateFrameTable[this.DateEndLabel]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child DateFrameTable.Gtk.Table+TableChild
     this.DateStartButton              = new global::Gtk.Button();
     this.DateStartButton.CanFocus     = true;
     this.DateStartButton.Name         = "DateStartButton";
     this.DateStartButton.UseUnderline = true;
     this.DateStartButton.Label        = global::Mono.Unix.Catalog.GetString("Seç...");
     this.DateFrameTable.Add(this.DateStartButton);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.DateFrameTable[this.DateStartButton]));
     w6.LeftAttach  = ((uint)(2));
     w6.RightAttach = ((uint)(3));
     w6.XOptions    = ((global::Gtk.AttachOptions)(4));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child DateFrameTable.Gtk.Table+TableChild
     this.DateStartEntry = new global::Gtk.Entry();
     this.DateStartEntry.WidthRequest  = 140;
     this.DateStartEntry.Name          = "DateStartEntry";
     this.DateStartEntry.Text          = global::Mono.Unix.Catalog.GetString("-tarih seçin-");
     this.DateStartEntry.IsEditable    = false;
     this.DateStartEntry.InvisibleChar = '•';
     this.DateFrameTable.Add(this.DateStartEntry);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.DateFrameTable[this.DateStartEntry]));
     w7.LeftAttach  = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child DateFrameTable.Gtk.Table+TableChild
     this.DateStartLabel           = new global::Gtk.Label();
     this.DateStartLabel.Name      = "DateStartLabel";
     this.DateStartLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Başlangıç:");
     this.DateFrameTable.Add(this.DateStartLabel);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.DateFrameTable[this.DateStartLabel]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment.Add(this.DateFrameTable);
     this.DateFrame.Add(this.GtkAlignment);
     this.DateFrameLabel1           = new global::Gtk.Label();
     this.DateFrameLabel1.Name      = "DateFrameLabel1";
     this.DateFrameLabel1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Tarih Aralığı</b>");
     this.DateFrameLabel1.UseMarkup = true;
     this.DateFrame.LabelWidget     = this.DateFrameLabel1;
     this.PropsVbox.Add(this.DateFrame);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.PropsVbox[this.DateFrame]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child PropsVbox.Gtk.Box+BoxChild
     this.CurrencyFrame      = new global::Gtk.Frame();
     this.CurrencyFrame.Name = "CurrencyFrame";
     // Container child CurrencyFrame.Gtk.Container+ContainerChild
     this.GtkAlignment1               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name          = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding   = ((uint)(12));
     this.GtkAlignment1.TopPadding    = ((uint)(6));
     this.GtkAlignment1.RightPadding  = ((uint)(6));
     this.GtkAlignment1.BottomPadding = ((uint)(6));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.CurrencyVbox      = new global::Gtk.VBox();
     this.CurrencyVbox.Name = "CurrencyVbox";
     // Container child CurrencyVbox.Gtk.Box+BoxChild
     this.CurrencyHbox         = new global::Gtk.HBox();
     this.CurrencyHbox.Name    = "CurrencyHbox";
     this.CurrencyHbox.Spacing = 6;
     // Container child CurrencyHbox.Gtk.Box+BoxChild
     this.CurrencyBaseLabel           = new global::Gtk.Label();
     this.CurrencyBaseLabel.Name      = "CurrencyBaseLabel";
     this.CurrencyBaseLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Taban Kur:");
     this.CurrencyHbox.Add(this.CurrencyBaseLabel);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.CurrencyHbox[this.CurrencyBaseLabel]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child CurrencyHbox.Gtk.Box+BoxChild
     this.CurrencyBaseSelection      = global::Gtk.ComboBox.NewText();
     this.CurrencyBaseSelection.Name = "CurrencyBaseSelection";
     this.CurrencyHbox.Add(this.CurrencyBaseSelection);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.CurrencyHbox[this.CurrencyBaseSelection]));
     w13.Position = 1;
     this.CurrencyVbox.Add(this.CurrencyHbox);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.CurrencyVbox[this.CurrencyHbox]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child CurrencyVbox.Gtk.Box+BoxChild
     this.CurrencyListButton              = new global::Gtk.Button();
     this.CurrencyListButton.CanFocus     = true;
     this.CurrencyListButton.Name         = "CurrencyListButton";
     this.CurrencyListButton.UseUnderline = true;
     this.CurrencyListButton.Label        = global::Mono.Unix.Catalog.GetString("Gösterilecek Kurlar");
     this.CurrencyVbox.Add(this.CurrencyListButton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.CurrencyVbox[this.CurrencyListButton]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.GtkAlignment1.Add(this.CurrencyVbox);
     this.CurrencyFrame.Add(this.GtkAlignment1);
     this.CurrencyFrameLabel           = new global::Gtk.Label();
     this.CurrencyFrameLabel.Name      = "CurrencyFrameLabel";
     this.CurrencyFrameLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Kur Tercihleri</b>");
     this.CurrencyFrameLabel.UseMarkup = true;
     this.CurrencyFrame.LabelWidget    = this.CurrencyFrameLabel;
     this.PropsVbox.Add(this.CurrencyFrame);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.PropsVbox[this.CurrencyFrame]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child PropsVbox.Gtk.Box+BoxChild
     this.PlotOptionsFrame      = new global::Gtk.Frame();
     this.PlotOptionsFrame.Name = "PlotOptionsFrame";
     // Container child PlotOptionsFrame.Gtk.Container+ContainerChild
     this.GtkAlignment3               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name          = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding   = ((uint)(12));
     this.GtkAlignment3.TopPadding    = ((uint)(12));
     this.GtkAlignment3.RightPadding  = ((uint)(6));
     this.GtkAlignment3.BottomPadding = ((uint)(6));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 11;
     // Container child vbox1.Gtk.Box+BoxChild
     this.BiggestValuesCheck               = new global::Gtk.CheckButton();
     this.BiggestValuesCheck.CanFocus      = true;
     this.BiggestValuesCheck.Name          = "BiggestValuesCheck";
     this.BiggestValuesCheck.Label         = global::Mono.Unix.Catalog.GetString("En Yüksek/Alçak Değerleri Göster");
     this.BiggestValuesCheck.Active        = true;
     this.BiggestValuesCheck.DrawIndicator = true;
     this.BiggestValuesCheck.UseUnderline  = true;
     this.vbox1.Add(this.BiggestValuesCheck);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.BiggestValuesCheck]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.BiggestHopsCheck               = new global::Gtk.CheckButton();
     this.BiggestHopsCheck.CanFocus      = true;
     this.BiggestHopsCheck.Name          = "BiggestHopsCheck";
     this.BiggestHopsCheck.Label         = global::Mono.Unix.Catalog.GetString("En Büyük İniş/Çıkışları Göster");
     this.BiggestHopsCheck.Active        = true;
     this.BiggestHopsCheck.DrawIndicator = true;
     this.BiggestHopsCheck.UseUnderline  = true;
     this.vbox1.Add(this.BiggestHopsCheck);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.BiggestHopsCheck]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     this.GtkAlignment3.Add(this.vbox1);
     this.PlotOptionsFrame.Add(this.GtkAlignment3);
     this.PlotOptionsFrameLabel           = new global::Gtk.Label();
     this.PlotOptionsFrameLabel.Name      = "PlotOptionsFrameLabel";
     this.PlotOptionsFrameLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Plan Seçenekleri</b>");
     this.PlotOptionsFrameLabel.UseMarkup = true;
     this.PlotOptionsFrame.LabelWidget    = this.PlotOptionsFrameLabel;
     this.PropsVbox.Add(this.PlotOptionsFrame);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.PropsVbox[this.PlotOptionsFrame]));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child PropsVbox.Gtk.Box+BoxChild
     this.PlotActionsFrame      = new global::Gtk.Frame();
     this.PlotActionsFrame.Name = "PlotActionsFrame";
     // Container child PlotActionsFrame.Gtk.Container+ContainerChild
     this.GtkAlignment2               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name          = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding   = ((uint)(12));
     this.GtkAlignment2.TopPadding    = ((uint)(6));
     this.GtkAlignment2.RightPadding  = ((uint)(6));
     this.GtkAlignment2.BottomPadding = ((uint)(6));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.vbox2      = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     // Container child vbox2.Gtk.Box+BoxChild
     this.PlotClearButton              = new global::Gtk.Button();
     this.PlotClearButton.CanFocus     = true;
     this.PlotClearButton.Name         = "PlotClearButton";
     this.PlotClearButton.UseUnderline = true;
     this.PlotClearButton.BorderWidth  = ((uint)(1));
     this.PlotClearButton.Label        = global::Mono.Unix.Catalog.GetString("Planı Temizle");
     this.vbox2.Add(this.PlotClearButton);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.PlotClearButton]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.FocusButton              = new global::Gtk.Button();
     this.FocusButton.CanFocus     = true;
     this.FocusButton.Name         = "FocusButton";
     this.FocusButton.UseUnderline = true;
     this.FocusButton.BorderWidth  = ((uint)(1));
     this.FocusButton.Label        = global::Mono.Unix.Catalog.GetString("Verilere Odaklan");
     this.vbox2.Add(this.FocusButton);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.FocusButton]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     this.GtkAlignment2.Add(this.vbox2);
     this.PlotActionsFrame.Add(this.GtkAlignment2);
     this.PlotActionsFrameLabel           = new global::Gtk.Label();
     this.PlotActionsFrameLabel.Name      = "PlotActionsFrameLabel";
     this.PlotActionsFrameLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Plan Aksiyonları</b>");
     this.PlotActionsFrameLabel.UseMarkup = true;
     this.PlotActionsFrame.LabelWidget    = this.PlotActionsFrameLabel;
     this.PropsVbox.Add(this.PlotActionsFrame);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.PropsVbox[this.PlotActionsFrame]));
     w28.Position = 3;
     w28.Expand   = false;
     w28.Fill     = false;
     // Container child PropsVbox.Gtk.Box+BoxChild
     this.FetchButton              = new global::Gtk.Button();
     this.FetchButton.CanFocus     = true;
     this.FetchButton.Name         = "FetchButton";
     this.FetchButton.UseUnderline = true;
     this.FetchButton.Label        = global::Mono.Unix.Catalog.GetString("Verileri Getir");
     this.PropsVbox.Add(this.FetchButton);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.PropsVbox[this.FetchButton]));
     w29.Position = 4;
     w29.Expand   = false;
     w29.Fill     = false;
     this.MainVbox.Add(this.PropsVbox);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.MainVbox[this.PropsVbox]));
     w30.Position = 1;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child MainVbox.Gtk.Box+BoxChild
     this.MainPlotAlignment      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.MainPlotAlignment.Name = "MainPlotAlignment";
     this.MainVbox.Add(this.MainPlotAlignment);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.MainVbox[this.MainPlotAlignment]));
     w31.Position = 2;
     // Container child MainVbox.Gtk.Box+BoxChild
     this.MainStatusBar             = new global::Gtk.Statusbar();
     this.MainStatusBar.Name        = "MainStatusBar";
     this.MainStatusBar.Spacing     = 6;
     this.MainStatusBar.BorderWidth = ((uint)(2));
     this.MainVbox.Add(this.MainStatusBar);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.MainVbox[this.MainStatusBar]));
     w32.PackType = ((global::Gtk.PackType)(1));
     w32.Position = 3;
     w32.Expand   = false;
     w32.Fill     = false;
     this.Add(this.MainVbox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.PDFExportAction.Activated     += new global::System.EventHandler(this.OnPDFExportActionActivated);
     this.PNGExportAction.Activated     += new global::System.EventHandler(this.OnPNGExportActionActivated);
     this.SVGExportAction.Activated     += new global::System.EventHandler(this.OnSVGExportActionActivated);
     this.CloseAction.Activated         += new global::System.EventHandler(this.OnCloseActionActivated);
     this.ClearPlotAction.Activated     += new global::System.EventHandler(this.OnClearPlotActionActivated);
     this.FocusOnDataAction.Activated   += new global::System.EventHandler(this.OnFocusOnDataActionActivated);
     this.ControlsAction.Activated      += new global::System.EventHandler(this.OnControlsActionActivated);
     this.AboutAction.Activated         += new global::System.EventHandler(this.OnAboutActionActivated);
     this.CSVExportAction.Activated     += new global::System.EventHandler(this.OnCSVExportActionActivated);
     this.BiggestValuesAction.Toggled   += new global::System.EventHandler(this.OnBiggestValuesActionToggled);
     this.BiggestHopsAction.Toggled     += new global::System.EventHandler(this.OnBiggestHopsActionToggled);
     this.DateStartButton.Clicked       += new global::System.EventHandler(this.OnDateStartButtonClicked);
     this.DateEndButton.Clicked         += new global::System.EventHandler(this.OnDateEndButtonClicked);
     this.CurrencyBaseSelection.Changed += new global::System.EventHandler(this.OnCurrencyBaseSelectionChanged);
     this.CurrencyListButton.Clicked    += new global::System.EventHandler(this.OnCurrencyListButtonClicked);
     this.BiggestValuesCheck.Toggled    += new global::System.EventHandler(this.OnBiggestValuesActionToggled);
     this.BiggestHopsCheck.Toggled      += new global::System.EventHandler(this.OnBiggestHopsActionToggled);
     this.PlotClearButton.Clicked       += new global::System.EventHandler(this.OnClearPlotActionActivated);
     this.FocusButton.Clicked           += new global::System.EventHandler(this.OnFocusOnDataActionActivated);
     this.FetchButton.Clicked           += new global::System.EventHandler(this.OnFetchButtonClicked);
 }
 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();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget FloydPink.Flickr.Downloadr.UI.Windows.BrowserWindow
     this.HeightRequest  = 600;
     this.Name           = "FloydPink.Flickr.Downloadr.UI.Windows.BrowserWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Photo Browser - flickr downloadr");
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("FloydPink.Flickr.Downloadr.UI.Assets.icon.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(3));
     this.Resizable      = false;
     this.AllowGrow      = false;
     // Container child FloydPink.Flickr.Downloadr.UI.Windows.BrowserWindow.Gtk.Container+ContainerChild
     this.vboxRoot             = new global::Gtk.VBox();
     this.vboxRoot.Name        = "vboxRoot";
     this.vboxRoot.Spacing     = 6;
     this.vboxRoot.BorderWidth = ((uint)(10));
     // Container child vboxRoot.Gtk.Box+BoxChild
     this.hboxSpinner         = new global::Gtk.HBox();
     this.hboxSpinner.Name    = "hboxSpinner";
     this.hboxSpinner.Spacing = 6;
     this.vboxRoot.Add(this.hboxSpinner);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vboxRoot [this.hboxSpinner]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vboxRoot.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.scrolledwindowPhotos            = new global::Gtk.ScrolledWindow();
     this.scrolledwindowPhotos.CanFocus   = true;
     this.scrolledwindowPhotos.Name       = "scrolledwindowPhotos";
     this.scrolledwindowPhotos.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindowPhotos.Gtk.Container+ContainerChild
     global::Gtk.Viewport w2 = new global::Gtk.Viewport();
     w2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.vboxPhotos             = new global::Gtk.VBox();
     this.vboxPhotos.Name        = "vboxPhotos";
     this.vboxPhotos.Homogeneous = true;
     this.vboxPhotos.Spacing     = 6;
     w2.Add(this.vboxPhotos);
     this.scrolledwindowPhotos.Add(w2);
     this.hbox6.Add(this.scrolledwindowPhotos);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.scrolledwindowPhotos]));
     w5.Position = 0;
     this.vboxRoot.Add(this.hbox6);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vboxRoot [this.hbox6]));
     w6.Position = 1;
     // Container child vboxRoot.Gtk.Box+BoxChild
     this.hboxBottom         = new global::Gtk.HBox();
     this.hboxBottom.Name    = "hboxBottom";
     this.hboxBottom.Spacing = 6;
     // Container child hboxBottom.Gtk.Box+BoxChild
     this.hboxButtons             = new global::Gtk.HBox();
     this.hboxButtons.Name        = "hboxButtons";
     this.hboxButtons.Homogeneous = true;
     this.hboxButtons.Spacing     = 6;
     // Container child hboxButtons.Gtk.Box+BoxChild
     this.hboxLeft         = new global::Gtk.HBox();
     this.hboxLeft.Name    = "hboxLeft";
     this.hboxLeft.Spacing = 6;
     // Container child hboxLeft.Gtk.Box+BoxChild
     this.buttonBack = new global::Gtk.Button();
     this.buttonBack.WidthRequest = 65;
     this.buttonBack.CanFocus     = true;
     this.buttonBack.Name         = "buttonBack";
     this.buttonBack.UseUnderline = true;
     this.buttonBack.Label        = global::Mono.Unix.Catalog.GetString("Back");
     this.hboxLeft.Add(this.buttonBack);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxLeft [this.buttonBack]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hboxLeft.Gtk.Box+BoxChild
     this.togglebuttonShowAllPhotos = new global::Gtk.ToggleButton();
     this.togglebuttonShowAllPhotos.WidthRequest = 185;
     this.togglebuttonShowAllPhotos.CanFocus     = true;
     this.togglebuttonShowAllPhotos.Name         = "togglebuttonShowAllPhotos";
     this.togglebuttonShowAllPhotos.UseUnderline = true;
     this.togglebuttonShowAllPhotos.FocusOnClick = false;
     this.togglebuttonShowAllPhotos.Label        = global::Mono.Unix.Catalog.GetString("Show All Photos");
     this.hboxLeft.Add(this.togglebuttonShowAllPhotos);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hboxLeft [this.togglebuttonShowAllPhotos]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hboxLeft.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonSelectAll = new global::Gtk.Button();
     this.buttonSelectAll.WidthRequest = 35;
     this.buttonSelectAll.CanFocus     = true;
     this.buttonSelectAll.Name         = "buttonSelectAll";
     this.buttonSelectAll.UseUnderline = true;
     this.buttonSelectAll.FocusOnClick = false;
     this.buttonSelectAll.Label        = global::Mono.Unix.Catalog.GetString("✓");
     this.hbox5.Add(this.buttonSelectAll);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.buttonSelectAll]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonUnSelectAll = new global::Gtk.Button();
     this.buttonUnSelectAll.WidthRequest = 35;
     this.buttonUnSelectAll.Sensitive    = false;
     this.buttonUnSelectAll.CanFocus     = true;
     this.buttonUnSelectAll.Name         = "buttonUnSelectAll";
     this.buttonUnSelectAll.UseUnderline = true;
     this.buttonUnSelectAll.FocusOnClick = false;
     this.buttonUnSelectAll.Label        = global::Mono.Unix.Catalog.GetString("X");
     this.hbox5.Add(this.buttonUnSelectAll);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.buttonUnSelectAll]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.alignment1      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     this.hbox5.Add(this.alignment1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.alignment1]));
     w11.Position = 2;
     this.hboxLeft.Add(this.hbox5);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hboxLeft [this.hbox5]));
     w12.Position = 2;
     this.hboxButtons.Add(this.hboxLeft);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hboxButtons [this.hboxLeft]));
     w13.Position = 0;
     // Container child hboxButtons.Gtk.Box+BoxChild
     this.hboxCenter         = new global::Gtk.HBox();
     this.hboxCenter.Name    = "hboxCenter";
     this.hboxCenter.Spacing = 6;
     // Container child hboxCenter.Gtk.Box+BoxChild
     this.buttonFirstPage = new global::Gtk.Button();
     this.buttonFirstPage.WidthRequest = 35;
     this.buttonFirstPage.CanFocus     = true;
     this.buttonFirstPage.Name         = "buttonFirstPage";
     this.buttonFirstPage.UseUnderline = true;
     this.buttonFirstPage.FocusOnClick = false;
     this.buttonFirstPage.Label        = global::Mono.Unix.Catalog.GetString("|<<");
     this.hboxCenter.Add(this.buttonFirstPage);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hboxCenter [this.buttonFirstPage]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hboxCenter.Gtk.Box+BoxChild
     this.buttonPreviousPage = new global::Gtk.Button();
     this.buttonPreviousPage.WidthRequest = 35;
     this.buttonPreviousPage.CanFocus     = true;
     this.buttonPreviousPage.Name         = "buttonPreviousPage";
     this.buttonPreviousPage.UseUnderline = true;
     this.buttonPreviousPage.FocusOnClick = false;
     this.buttonPreviousPage.Label        = global::Mono.Unix.Catalog.GetString("<");
     this.hboxCenter.Add(this.buttonPreviousPage);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hboxCenter [this.buttonPreviousPage]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hboxCenter.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.labelPhotos           = new global::Gtk.Label();
     this.labelPhotos.Name      = "labelPhotos";
     this.labelPhotos.LabelProp = global::Mono.Unix.Catalog.GetString("<small>                       </small>");
     this.labelPhotos.UseMarkup = true;
     this.vbox2.Add(this.labelPhotos);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelPhotos]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelPages           = new global::Gtk.Label();
     this.labelPages.Name      = "labelPages";
     this.labelPages.LabelProp = global::Mono.Unix.Catalog.GetString("<small>                       </small>");
     this.labelPages.UseMarkup = true;
     this.vbox2.Add(this.labelPages);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelPages]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     this.hbox2.Add(this.vbox2);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox2]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboboxPage = global::Gtk.ComboBox.NewText();
     this.comboboxPage.AppendText(global::Mono.Unix.Catalog.GetString("1"));
     this.comboboxPage.Name   = "comboboxPage";
     this.comboboxPage.Active = 0;
     this.hbox2.Add(this.comboboxPage);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboboxPage]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     this.hboxCenter.Add(this.hbox2);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hboxCenter [this.hbox2]));
     w20.Position = 2;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hboxCenter.Gtk.Box+BoxChild
     this.buttonNextPage = new global::Gtk.Button();
     this.buttonNextPage.WidthRequest = 35;
     this.buttonNextPage.CanFocus     = true;
     this.buttonNextPage.Name         = "buttonNextPage";
     this.buttonNextPage.UseUnderline = true;
     this.buttonNextPage.FocusOnClick = false;
     this.buttonNextPage.Label        = global::Mono.Unix.Catalog.GetString(">");
     this.hboxCenter.Add(this.buttonNextPage);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hboxCenter [this.buttonNextPage]));
     w21.Position = 3;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child hboxCenter.Gtk.Box+BoxChild
     this.buttonLastPage = new global::Gtk.Button();
     this.buttonLastPage.WidthRequest = 35;
     this.buttonLastPage.CanFocus     = true;
     this.buttonLastPage.Name         = "buttonLastPage";
     this.buttonLastPage.UseUnderline = true;
     this.buttonLastPage.FocusOnClick = false;
     this.buttonLastPage.Label        = global::Mono.Unix.Catalog.GetString(">>|");
     this.hboxCenter.Add(this.buttonLastPage);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hboxCenter [this.buttonLastPage]));
     w22.Position = 4;
     w22.Expand   = false;
     w22.Fill     = false;
     this.hboxButtons.Add(this.hboxCenter);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hboxButtons [this.hboxCenter]));
     w23.Position = 1;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child hboxButtons.Gtk.Box+BoxChild
     this.hboxRight         = new global::Gtk.HBox();
     this.hboxRight.Name    = "hboxRight";
     this.hboxRight.Spacing = 6;
     // Container child hboxRight.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Download</b>");
     this.label1.UseMarkup = true;
     this.hboxRight.Add(this.label1);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hboxRight [this.label1]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hboxRight.Gtk.Box+BoxChild
     this.buttonDownloadSelection = new global::Gtk.Button();
     this.buttonDownloadSelection.WidthRequest = 125;
     this.buttonDownloadSelection.CanFocus     = true;
     this.buttonDownloadSelection.Name         = "buttonDownloadSelection";
     this.buttonDownloadSelection.UseUnderline = true;
     this.buttonDownloadSelection.FocusOnClick = false;
     this.buttonDownloadSelection.Label        = global::Mono.Unix.Catalog.GetString("Selection");
     this.hboxRight.Add(this.buttonDownloadSelection);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hboxRight [this.buttonDownloadSelection]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child hboxRight.Gtk.Box+BoxChild
     this.buttonDownloadThisPage = new global::Gtk.Button();
     this.buttonDownloadThisPage.WidthRequest = 76;
     this.buttonDownloadThisPage.CanFocus     = true;
     this.buttonDownloadThisPage.Name         = "buttonDownloadThisPage";
     this.buttonDownloadThisPage.UseUnderline = true;
     this.buttonDownloadThisPage.FocusOnClick = false;
     this.buttonDownloadThisPage.Label        = global::Mono.Unix.Catalog.GetString("This Page");
     this.hboxRight.Add(this.buttonDownloadThisPage);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hboxRight [this.buttonDownloadThisPage]));
     w26.Position = 2;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child hboxRight.Gtk.Box+BoxChild
     this.buttonDownloadAllPages = new global::Gtk.Button();
     this.buttonDownloadAllPages.WidthRequest = 75;
     this.buttonDownloadAllPages.CanFocus     = true;
     this.buttonDownloadAllPages.Name         = "buttonDownloadAllPages";
     this.buttonDownloadAllPages.UseUnderline = true;
     this.buttonDownloadAllPages.FocusOnClick = false;
     this.buttonDownloadAllPages.Label        = global::Mono.Unix.Catalog.GetString("All Pages");
     this.hboxRight.Add(this.buttonDownloadAllPages);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hboxRight [this.buttonDownloadAllPages]));
     w27.Position = 3;
     w27.Expand   = false;
     w27.Fill     = false;
     this.hboxButtons.Add(this.hboxRight);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hboxButtons [this.hboxRight]));
     w28.Position = 2;
     w28.Fill     = false;
     this.hboxBottom.Add(this.hboxButtons);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hboxBottom [this.hboxButtons]));
     w29.Position = 0;
     this.vboxRoot.Add(this.hboxBottom);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vboxRoot [this.hboxBottom]));
     w30.Position = 2;
     w30.Expand   = false;
     w30.Fill     = false;
     this.Add(this.vboxRoot);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 1119;
     this.DefaultHeight = 600;
     this.Show();
     this.DeleteEvent        += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.buttonBack.Clicked += new global::System.EventHandler(this.buttonBackClick);
     this.togglebuttonShowAllPhotos.Clicked += new global::System.EventHandler(this.togglebuttonShowAllPhotosClick);
     this.buttonSelectAll.Clicked           += new global::System.EventHandler(this.buttonSelectAllClick);
     this.buttonUnSelectAll.Clicked         += new global::System.EventHandler(this.buttonUnSelectAllClick);
     this.buttonFirstPage.Clicked           += new global::System.EventHandler(this.buttonFirstPageClick);
     this.buttonPreviousPage.Clicked        += new global::System.EventHandler(this.buttonPreviousPageClick);
     this.comboboxPage.Changed            += new global::System.EventHandler(this.comboboxPageChange);
     this.buttonNextPage.Clicked          += new global::System.EventHandler(this.buttonNextPageClick);
     this.buttonLastPage.Clicked          += new global::System.EventHandler(this.buttonLastPageClick);
     this.buttonDownloadSelection.Clicked += new global::System.EventHandler(this.buttonDownloadSelectionClick);
     this.buttonDownloadThisPage.Clicked  += new global::System.EventHandler(this.buttonDownloadThisPageClick);
     this.buttonDownloadAllPages.Clicked  += new global::System.EventHandler(this.buttonDownloadAllPagesClick);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.VideoPreferencesPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.VideoPreferencesPanel";
     // Container child LongoMatch.Gui.Component.VideoPreferencesPanel.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("  <b>Framerate</b>");
     this.label7.UseMarkup = true;
     this.hbox1.Add(this.label7);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label7]));
     w1.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.fpscombobox = global::Gtk.ComboBox.NewText();
     this.fpscombobox.AppendText(global::Mono.Unix.Catalog.GetString("25 fps"));
     this.fpscombobox.AppendText(global::Mono.Unix.Catalog.GetString("30 fps"));
     this.fpscombobox.Name   = "fpscombobox";
     this.fpscombobox.Active = 0;
     this.hbox1.Add(this.fpscombobox);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.fpscombobox]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.rendertable               = new global::Gtk.Table(((uint)(5)), ((uint)(2)), false);
     this.rendertable.Name          = "rendertable";
     this.rendertable.RowSpacing    = ((uint)(6));
     this.rendertable.ColumnSpacing = ((uint)(6));
     // Container child rendertable.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("Image format");
     this.rendertable.Add(this.label1);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.rendertable [this.label1]));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.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("Encoding format");
     this.rendertable.Add(this.label2);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.rendertable [this.label2]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.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("Quality");
     this.rendertable.Add(this.label3);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.rendertable [this.label3]));
     w6.TopAttach    = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.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("Enable sound (experimental)");
     this.rendertable.Add(this.label8);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.rendertable [this.label8]));
     w7.TopAttach    = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.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("Overlay title");
     this.rendertable.Add(this.label9);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.rendertable [this.label9]));
     w8.TopAttach    = ((uint)(4));
     w8.BottomAttach = ((uint)(5));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.Gtk.Table+TableChild
     this.renderenccombo      = global::Gtk.ComboBox.NewText();
     this.renderenccombo.Name = "renderenccombo";
     this.rendertable.Add(this.renderenccombo);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.rendertable [this.renderenccombo]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.Gtk.Table+TableChild
     this.renderimagecombo      = global::Gtk.ComboBox.NewText();
     this.renderimagecombo.Name = "renderimagecombo";
     this.rendertable.Add(this.renderimagecombo);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.rendertable [this.renderimagecombo]));
     w10.LeftAttach  = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child rendertable.Gtk.Table+TableChild
     this.renderqualcombo      = global::Gtk.ComboBox.NewText();
     this.renderqualcombo.Name = "renderqualcombo";
     this.rendertable.Add(this.renderqualcombo);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.rendertable [this.renderqualcombo]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment.Add(this.rendertable);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel           = new global::Gtk.Label();
     this.GtkLabel.Name      = "GtkLabel";
     this.GtkLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Rendering</b>");
     this.GtkLabel.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel;
     this.vbox2.Add(this.frame1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame1]));
     w14.Position = 1;
     w14.Expand   = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame2            = new global::Gtk.Frame();
     this.frame2.Name       = "frame2";
     this.frame2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame2.Gtk.Container+ContainerChild
     this.GtkAlignment1             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment1.Name        = "GtkAlignment1";
     this.GtkAlignment1.LeftPadding = ((uint)(12));
     // Container child GtkAlignment1.Gtk.Container+ContainerChild
     this.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.captureenccombo      = global::Gtk.ComboBox.NewText();
     this.captureenccombo.Name = "captureenccombo";
     this.table2.Add(this.captureenccombo);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.captureenccombo]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.captureimagecombo      = global::Gtk.ComboBox.NewText();
     this.captureimagecombo.Name = "captureimagecombo";
     this.table2.Add(this.captureimagecombo);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2 [this.captureimagecombo]));
     w16.LeftAttach  = ((uint)(1));
     w16.RightAttach = ((uint)(2));
     w16.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.capturequalcombo      = global::Gtk.ComboBox.NewText();
     this.capturequalcombo.Name = "capturequalcombo";
     this.table2.Add(this.capturequalcombo);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2 [this.capturequalcombo]));
     w17.TopAttach    = ((uint)(2));
     w17.BottomAttach = ((uint)(3));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Quality");
     this.table2.Add(this.label4);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.label4]));
     w18.TopAttach    = ((uint)(2));
     w18.BottomAttach = ((uint)(3));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.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("Encoding format");
     this.table2.Add(this.label5);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.label5]));
     w19.TopAttach    = ((uint)(1));
     w19.BottomAttach = ((uint)(2));
     w19.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("Image format");
     this.table2.Add(this.label6);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2 [this.label6]));
     w20.XOptions = ((global::Gtk.AttachOptions)(4));
     w20.YOptions = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment1.Add(this.table2);
     this.frame2.Add(this.GtkAlignment1);
     this.GtkLabel1           = new global::Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Capture</b>");
     this.GtkLabel1.UseMarkup = true;
     this.frame2.LabelWidget  = this.GtkLabel1;
     this.vbox2.Add(this.frame2);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame2]));
     w23.Position = 2;
     w23.Expand   = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
예제 #51
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Colours.SortDialog
     this.Name           = "Colours.SortDialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child Colours.SortDialog.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.sortByLabel              = new global::Gtk.Label();
     this.sortByLabel.Name         = "sortByLabel";
     this.sortByLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("_Sort by:");
     this.sortByLabel.UseUnderline = true;
     this.hbox1.Add(this.sortByLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.sortByLabel]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.sortByBox      = global::Gtk.ComboBox.NewText();
     this.sortByBox.Name = "sortByBox";
     this.hbox1.Add(this.sortByBox);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.sortByBox]));
     w3.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.orderBox               = new global::Gtk.CheckButton();
     this.orderBox.CanFocus      = true;
     this.orderBox.Name          = "orderBox";
     this.orderBox.Label         = global::Mono.Unix.Catalog.GetString("_Ascending");
     this.orderBox.DrawIndicator = true;
     this.orderBox.UseUnderline  = true;
     this.hbox1.Add(this.orderBox);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.orderBox]));
     w4.Position = 2;
     w4.Expand   = false;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(w1[this.hbox1]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Internal child Colours.SortDialog.ActionArea
     global::Gtk.HButtonBox w6 = this.ActionArea;
     w6.Name        = "dialog1_ActionArea";
     w6.Spacing     = 10;
     w6.BorderWidth = ((uint)(5));
     w6.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.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 w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6[this.buttonCancel]));
     w7.Expand = false;
     w7.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 w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6[this.buttonOk]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 128;
     this.sortByLabel.MnemonicWidget = this.sortByBox;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.TagsTreeWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.TagsTreeWidget";
     // Container child LongoMatch.Gui.Component.TagsTreeWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeview          = new global::LongoMatch.Gui.Component.TagsTreeView();
     this.treeview.CanFocus = true;
     this.treeview.Name     = "treeview";
     this.treeview.Colors   = false;
     this.GtkScrolledWindow.Add(this.treeview);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w2.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.tagsvbox         = new global::Gtk.VBox();
     this.tagsvbox.Name    = "tagsvbox";
     this.tagsvbox.Spacing = 6;
     this.vbox1.Add(this.tagsvbox);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.tagsvbox]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.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.tagscombobox      = global::Gtk.ComboBox.NewText();
     this.tagscombobox.Name = "tagscombobox";
     this.hbox1.Add(this.tagscombobox);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.tagscombobox]));
     w4.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.AddFilterButton              = new global::Gtk.Button();
     this.AddFilterButton.CanFocus     = true;
     this.AddFilterButton.Name         = "AddFilterButton";
     this.AddFilterButton.UseUnderline = true;
     // Container child AddFilterButton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w5 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w6 = new global::Gtk.HBox();
     w6.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w7 = new global::Gtk.Image();
     w7.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     w6.Add(w7);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w9 = new global::Gtk.Label();
     w9.LabelProp    = global::Mono.Unix.Catalog.GetString("Add Filter");
     w9.UseUnderline = true;
     w6.Add(w9);
     w5.Add(w6);
     this.AddFilterButton.Add(w5);
     this.hbox1.Add(this.AddFilterButton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.AddFilterButton]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.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.filtercombobox      = global::Gtk.ComboBox.NewText();
     this.filtercombobox.Name = "filtercombobox";
     this.hbox2.Add(this.filtercombobox);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.filtercombobox]));
     w15.Position = 0;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w16.Position = 3;
     w16.Expand   = false;
     w16.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.AddFilterButton.Clicked += new global::System.EventHandler(this.OnAddFilter);
     this.filtercombobox.Changed  += new global::System.EventHandler(this.OnFiltercomboboxChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget DBEjemplo.wAlumnos
     this.Name           = "DBEjemplo.wAlumnos";
     this.Title          = global::Mono.Unix.Catalog.GetString("wAlumnos");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child DBEjemplo.wAlumnos.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Agregar alumno");
     this.vbox3.Add(this.label6);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label6]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox11         = new global::Gtk.HBox();
     this.hbox11.Name    = "hbox11";
     this.hbox11.Spacing = 6;
     // Container child hbox11.Gtk.Box+BoxChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Nombre: ");
     this.hbox11.Add(this.label9);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.label9]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.txtNombre               = new global::Gtk.Entry();
     this.txtNombre.CanFocus      = true;
     this.txtNombre.Name          = "txtNombre";
     this.txtNombre.IsEditable    = true;
     this.txtNombre.InvisibleChar = '•';
     this.hbox11.Add(this.txtNombre);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox11 [this.txtNombre]));
     w3.Position = 1;
     this.vbox3.Add(this.hbox11);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox11]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox12         = new global::Gtk.HBox();
     this.hbox12.Name    = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("Apellido Paterno: ");
     this.hbox12.Add(this.label10);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.label10]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.txtAP               = new global::Gtk.Entry();
     this.txtAP.CanFocus      = true;
     this.txtAP.Name          = "txtAP";
     this.txtAP.IsEditable    = true;
     this.txtAP.InvisibleChar = '•';
     this.hbox12.Add(this.txtAP);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.txtAP]));
     w6.Position = 1;
     this.vbox3.Add(this.hbox12);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox12]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox9         = new global::Gtk.HBox();
     this.hbox9.Name    = "hbox9";
     this.hbox9.Spacing = 6;
     // Container child hbox9.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Apellido Materno: ");
     this.hbox9.Add(this.label7);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.label7]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox9.Gtk.Box+BoxChild
     this.txtAM               = new global::Gtk.Entry();
     this.txtAM.CanFocus      = true;
     this.txtAM.Name          = "txtAM";
     this.txtAM.IsEditable    = true;
     this.txtAM.InvisibleChar = '•';
     this.hbox9.Add(this.txtAM);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox9 [this.txtAM]));
     w9.Position = 1;
     this.vbox3.Add(this.hbox9);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox9]));
     w10.Position = 3;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox10         = new global::Gtk.HBox();
     this.hbox10.Name    = "hbox10";
     this.hbox10.Spacing = 6;
     // Container child hbox10.Gtk.Box+BoxChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Carrera: ");
     this.hbox10.Add(this.label8);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.label8]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox10.Gtk.Box+BoxChild
     this.cmbCarrera      = global::Gtk.ComboBox.NewText();
     this.cmbCarrera.Name = "cmbCarrera";
     this.hbox10.Add(this.cmbCarrera);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox10 [this.cmbCarrera]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox3.Add(this.hbox10);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox10]));
     w13.Position = 4;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox3.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.vbox3.Add(this.btnGuardar);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.btnGuardar]));
     w14.Position = 5;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Lista de alumnos");
     this.vbox3.Add(this.label5);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label5]));
     w15.Position = 6;
     w15.Expand   = false;
     w15.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.vwAlumnos          = new global::Gtk.TreeView();
     this.vwAlumnos.CanFocus = true;
     this.vwAlumnos.Name     = "vwAlumnos";
     this.GtkScrolledWindow.Add(this.vwAlumnos);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w17.Position = 7;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 301;
     this.Show();
     this.btnGuardar.Clicked += new global::System.EventHandler(this.OnBtnGuardarClicked);
 }
예제 #54
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.FSharp.Gui.FSharpCompilerOptionsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.FSharp.Gui.FSharpCompilerOptionsWidget";
     // Container child MonoDevelop.FSharp.Gui.FSharpCompilerOptionsWidget.Gtk.Container+ContainerChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.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.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)(10));
     // Container child table1.Gtk.Table+TableChild
     this.checkGenerateDebugInformation               = new global::Gtk.CheckButton();
     this.checkGenerateDebugInformation.CanFocus      = true;
     this.checkGenerateDebugInformation.Name          = "checkGenerateDebugInformation";
     this.checkGenerateDebugInformation.Label         = global::Mono.Unix.Catalog.GetString("Generate Debug Information");
     this.checkGenerateDebugInformation.Active        = true;
     this.checkGenerateDebugInformation.DrawIndicator = true;
     this.checkGenerateDebugInformation.UseUnderline  = true;
     this.checkGenerateDebugInformation.BorderWidth   = ((uint)(4));
     this.table1.Add(this.checkGenerateDebugInformation);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkGenerateDebugInformation]));
     w1.TopAttach    = ((uint)(3));
     w1.BottomAttach = ((uint)(4));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkOptimize               = new global::Gtk.CheckButton();
     this.checkOptimize.CanFocus      = true;
     this.checkOptimize.Name          = "checkOptimize";
     this.checkOptimize.Label         = global::Mono.Unix.Catalog.GetString("Enable Optimizations");
     this.checkOptimize.DrawIndicator = true;
     this.checkOptimize.UseUnderline  = true;
     this.checkOptimize.BorderWidth   = ((uint)(4));
     this.table1.Add(this.checkOptimize);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkOptimize]));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkTailCalls               = new global::Gtk.CheckButton();
     this.checkTailCalls.CanFocus      = true;
     this.checkTailCalls.Name          = "checkTailCalls";
     this.checkTailCalls.Label         = global::Mono.Unix.Catalog.GetString("Enable tail calls");
     this.checkTailCalls.DrawIndicator = true;
     this.checkTailCalls.UseUnderline  = true;
     this.checkTailCalls.BorderWidth   = ((uint)(4));
     this.table1.Add(this.checkTailCalls);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkTailCalls]));
     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.checkXmlDocumentation               = new global::Gtk.CheckButton();
     this.checkXmlDocumentation.CanFocus      = true;
     this.checkXmlDocumentation.Name          = "checkXmlDocumentation";
     this.checkXmlDocumentation.Label         = global::Mono.Unix.Catalog.GetString("Generate XML documentation");
     this.checkXmlDocumentation.DrawIndicator = true;
     this.checkXmlDocumentation.UseUnderline  = true;
     this.checkXmlDocumentation.BorderWidth   = ((uint)(4));
     this.table1.Add(this.checkXmlDocumentation);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.checkXmlDocumentation]));
     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.entryCustomParameters               = new global::Gtk.Entry();
     this.entryCustomParameters.CanFocus      = true;
     this.entryCustomParameters.Name          = "entryCustomParameters";
     this.entryCustomParameters.IsEditable    = true;
     this.entryCustomParameters.InvisibleChar = '●';
     this.table1.Add(this.entryCustomParameters);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryCustomParameters]));
     w5.TopAttach    = ((uint)(5));
     w5.BottomAttach = ((uint)(6));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryDefines               = new global::Gtk.Entry();
     this.entryDefines.CanFocus      = true;
     this.entryDefines.Name          = "entryDefines";
     this.entryDefines.IsEditable    = true;
     this.entryDefines.InvisibleChar = '●';
     this.table1.Add(this.entryDefines);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryDefines]));
     w6.TopAttach    = ((uint)(4));
     w6.BottomAttach = ((uint)(5));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkLabel5           = new global::Gtk.Label();
     this.GtkLabel5.Name      = "GtkLabel5";
     this.GtkLabel5.Xalign    = 0F;
     this.GtkLabel5.LabelProp = global::Mono.Unix.Catalog.GetString("Define symbols:");
     this.GtkLabel5.UseMarkup = true;
     this.table1.Add(this.GtkLabel5);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkLabel5]));
     w7.TopAttach    = ((uint)(4));
     w7.BottomAttach = ((uint)(5));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkLabel6           = new global::Gtk.Label();
     this.GtkLabel6.Name      = "GtkLabel6";
     this.GtkLabel6.Xalign    = 0F;
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString("Command line parameters:");
     this.GtkLabel6.UseMarkup = true;
     this.table1.Add(this.GtkLabel6);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkLabel6]));
     w8.TopAttach    = ((uint)(5));
     w8.BottomAttach = ((uint)(6));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.comboboxDebugInformation = global::Gtk.ComboBox.NewText();
     this.comboboxDebugInformation.AppendText(global::Mono.Unix.Catalog.GetString("Full"));
     this.comboboxDebugInformation.AppendText(global::Mono.Unix.Catalog.GetString("Symbols Only"));
     this.comboboxDebugInformation.Sensitive = false;
     this.comboboxDebugInformation.Name      = "comboboxDebugInformation";
     this.comboboxDebugInformation.Active    = 0;
     this.hbox4.Add(this.comboboxDebugInformation);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.comboboxDebugInformation]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     this.table1.Add(this.hbox4);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox4]));
     w10.TopAttach    = ((uint)(3));
     w10.BottomAttach = ((uint)(4));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.frame3.Add(this.table1);
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>General Options</b>");
     this.GtkLabel4.UseMarkup = true;
     this.frame3.LabelWidget  = this.GtkLabel4;
     this.vbox4.Add(this.frame3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.frame3]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     this.Add(this.vbox4);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget CustomWidgets.TextSelector
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.UnaOpci            = new global::Gtk.Action("UnaOpci", global::Mono.Unix.Catalog.GetString("Una opció"), null, null);
     this.UnaOpci.ShortLabel = "Una opció";
     w2.Add(this.UnaOpci, null);
     this.UnaMs            = new global::Gtk.Action("UnaMs", global::Mono.Unix.Catalog.GetString("Una més"), null, null);
     this.UnaMs.ShortLabel = "Una més";
     w2.Add(this.UnaMs, null);
     this.IUnaAltre            = new global::Gtk.Action("IUnaAltre", global::Mono.Unix.Catalog.GetString("I Una altre"), null, null);
     this.IUnaAltre.ShortLabel = "I Una altre";
     w2.Add(this.IUnaAltre, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Events = ((global::Gdk.EventMask)(256));
     this.Name   = "CustomWidgets.TextSelector";
     // Container child CustomWidgets.TextSelector.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 3;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entry               = new global::Gtk.Entry();
     this.entry.CanFocus      = true;
     this.entry.Name          = "entry";
     this.entry.Text          = "fadabona";
     this.entry.IsEditable    = true;
     this.entry.InvisibleChar = '●';
     this.hbox1.Add(this.entry);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entry]));
     w3.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.combobox      = global::Gtk.ComboBox.NewText();
     this.combobox.Name = "combobox";
     this.hbox1.Add(this.combobox);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.combobox]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name='menubar1'><menu name='UnaOpci' action='UnaOpci'><menuitem name='UnaMs' action='UnaMs'/><menuitem name='IUnaAltre' action='IUnaAltre'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.hbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.menubar1]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = "Texte";
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Show();
     this.UnaMs.Activated  += new global::System.EventHandler(this.OnUnaMsActivated);
     this.entry.Changed    += new global::System.EventHandler(this.OnEntryChanged);
     this.combobox.Changed += new global::System.EventHandler(this.OnComboboxChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.IronPython.Gui.OptionsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.IronPython.Gui.OptionsWidget";
     // Container child MonoDevelop.IronPython.Gui.OptionsWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Runtime</b>");
     this.label1.UseMarkup = true;
     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.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.table1               = new global::Gtk.Table(((uint)(7)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Python options:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Python version:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     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("Default module:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     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.moduleEntry               = new global::Gtk.Entry();
     this.moduleEntry.CanFocus      = true;
     this.moduleEntry.Name          = "moduleEntry";
     this.moduleEntry.IsEditable    = true;
     this.moduleEntry.InvisibleChar = '•';
     this.table1.Add(this.moduleEntry);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.moduleEntry]));
     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.optimizeCheck               = new global::Gtk.CheckButton();
     this.optimizeCheck.CanFocus      = true;
     this.optimizeCheck.Name          = "optimizeCheck";
     this.optimizeCheck.Label         = global::Mono.Unix.Catalog.GetString("Optimize");
     this.optimizeCheck.DrawIndicator = true;
     this.optimizeCheck.UseUnderline  = true;
     this.table1.Add(this.optimizeCheck);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.optimizeCheck]));
     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 table1.Gtk.Table+TableChild
     this.runtimeOptionsEntry               = new global::Gtk.Entry();
     this.runtimeOptionsEntry.CanFocus      = true;
     this.runtimeOptionsEntry.Name          = "runtimeOptionsEntry";
     this.runtimeOptionsEntry.IsEditable    = true;
     this.runtimeOptionsEntry.InvisibleChar = '•';
     this.table1.Add(this.runtimeOptionsEntry);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.runtimeOptionsEntry]));
     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.showClrExcCheck               = new global::Gtk.CheckButton();
     this.showClrExcCheck.CanFocus      = true;
     this.showClrExcCheck.Name          = "showClrExcCheck";
     this.showClrExcCheck.Label         = global::Mono.Unix.Catalog.GetString("Show CLR exceptions");
     this.showClrExcCheck.DrawIndicator = true;
     this.showClrExcCheck.UseUnderline  = true;
     this.table1.Add(this.showClrExcCheck);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.showClrExcCheck]));
     w8.TopAttach    = ((uint)(4));
     w8.BottomAttach = ((uint)(5));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.showExcDetailCheck               = new global::Gtk.CheckButton();
     this.showExcDetailCheck.CanFocus      = true;
     this.showExcDetailCheck.Name          = "showExcDetailCheck";
     this.showExcDetailCheck.Label         = global::Mono.Unix.Catalog.GetString("Show exception details");
     this.showExcDetailCheck.DrawIndicator = true;
     this.showExcDetailCheck.UseUnderline  = true;
     this.table1.Add(this.showExcDetailCheck);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.showExcDetailCheck]));
     w9.TopAttach    = ((uint)(5));
     w9.BottomAttach = ((uint)(6));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.versionComboBox      = global::Gtk.ComboBox.NewText();
     this.versionComboBox.Name = "versionComboBox";
     this.table1.Add(this.versionComboBox);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.versionComboBox]));
     w10.LeftAttach  = ((uint)(1));
     w10.RightAttach = ((uint)(2));
     w10.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.warnInconsistentTabCheck               = new global::Gtk.CheckButton();
     this.warnInconsistentTabCheck.CanFocus      = true;
     this.warnInconsistentTabCheck.Name          = "warnInconsistentTabCheck";
     this.warnInconsistentTabCheck.Label         = global::Mono.Unix.Catalog.GetString("Warn inconsistent tabbing");
     this.warnInconsistentTabCheck.DrawIndicator = true;
     this.warnInconsistentTabCheck.UseUnderline  = true;
     this.table1.Add(this.warnInconsistentTabCheck);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.warnInconsistentTabCheck]));
     w11.TopAttach    = ((uint)(6));
     w11.BottomAttach = ((uint)(7));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.alignment1.Add(this.table1);
     this.vbox1.Add(this.alignment1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment1]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Module/Assembly Paths</b>");
     this.label5.UseMarkup = true;
     this.vbox1.Add(this.label5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label5]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     w14.Padding  = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment2             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name        = "alignment2";
     this.alignment2.LeftPadding = ((uint)(12));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.pathsTreeview                = new global::Gtk.TreeView();
     this.pathsTreeview.CanFocus       = true;
     this.pathsTreeview.Name           = "pathsTreeview";
     this.pathsTreeview.HeadersVisible = false;
     this.scrolledwindow1.Add(this.pathsTreeview);
     this.hbox1.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.scrolledwindow1]));
     w16.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.pathsAddButton              = new global::Gtk.Button();
     this.pathsAddButton.CanFocus     = true;
     this.pathsAddButton.Name         = "pathsAddButton";
     this.pathsAddButton.UseStock     = true;
     this.pathsAddButton.UseUnderline = true;
     this.pathsAddButton.Label        = "gtk-add";
     this.vbox2.Add(this.pathsAddButton);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.pathsAddButton]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.pathsRemoveButton              = new global::Gtk.Button();
     this.pathsRemoveButton.Sensitive    = false;
     this.pathsRemoveButton.CanFocus     = true;
     this.pathsRemoveButton.Name         = "pathsRemoveButton";
     this.pathsRemoveButton.UseStock     = true;
     this.pathsRemoveButton.UseUnderline = true;
     this.pathsRemoveButton.Label        = "gtk-remove";
     this.vbox2.Add(this.pathsRemoveButton);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.pathsRemoveButton]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     this.alignment2.Add(this.hbox1);
     this.vbox1.Add(this.alignment2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment2]));
     w21.Position = 3;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.pathsAddButton.Clicked    += new global::System.EventHandler(this.pathsAddButtonClickHandler);
     this.pathsRemoveButton.Clicked += new global::System.EventHandler(this.pathsRemoveButtonClickHandler);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.VersionControl.Git.PushDialog
     this.Name           = "MonoDevelop.VersionControl.Git.PushDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Push to Repository");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.VersionControl.Git.PushDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.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.LabelProp = global::Mono.Unix.Catalog.GetString("Push to:");
     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.remoteCombo      = global::Gtk.ComboBox.NewText();
     this.remoteCombo.Name = "remoteCombo";
     this.hbox1.Add(this.remoteCombo);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.remoteCombo]));
     w3.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Branch:");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.branchCombo      = global::Gtk.ComboBox.NewText();
     this.branchCombo.Name = "branchCombo";
     this.hbox1.Add(this.branchCombo);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.branchCombo]));
     w5.Position = 3;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.changeList            = new global::MonoDevelop.VersionControl.Views.ChangeSetView();
     this.changeList.CanFocus   = true;
     this.changeList.Name       = "changeList";
     this.changeList.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vbox2.Add(this.changeList);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.changeList]));
     w7.Position = 1;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w8.Position = 0;
     // Internal child MonoDevelop.VersionControl.Git.PushDialog.ActionArea
     global::Gtk.HButtonBox w9 = this.ActionArea;
     w9.Name        = "dialog1_ActionArea";
     w9.Spacing     = 10;
     w9.BorderWidth = ((uint)(5));
     w9.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.buttonCancel]));
     w10.Expand = false;
     w10.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = global::Mono.Unix.Catalog.GetString("Push Changes");
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.buttonOk]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 730;
     this.DefaultHeight = 540;
     this.Hide();
     this.remoteCombo.Changed += new global::System.EventHandler(this.OnRemoteComboChanged);
     this.branchCombo.Changed += new global::System.EventHandler(this.OnBranchComboChanged);
 }
예제 #58
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget escuela_manejo.Security_forms.SecurityAddRol
     this.Name           = "escuela_manejo.Security_forms.SecurityAddRol";
     this.Title          = global::Mono.Unix.Catalog.GetString("SecurityAddRol");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child escuela_manejo.Security_forms.SecurityAddRol.Gtk.Container+ContainerChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label3      = new global::Gtk.Label();
     this.label3.Name = "label3";
     this.hbox2.Add(this.label3);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label3]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.lbrol           = new global::Gtk.Label();
     this.lbrol.Name      = "lbrol";
     this.lbrol.LabelProp = global::Mono.Unix.Catalog.GetString("Rol");
     this.hbox4.Add(this.lbrol);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.lbrol]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.txtrol               = new global::Gtk.Entry();
     this.txtrol.CanFocus      = true;
     this.txtrol.Name          = "txtrol";
     this.txtrol.IsEditable    = true;
     this.txtrol.InvisibleChar = '•';
     this.hbox4.Add(this.txtrol);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.txtrol]));
     w3.Position = 1;
     this.hbox2.Add(this.hbox4);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.hbox4]));
     w4.Position = 1;
     this.vbox4.Add(this.hbox2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox2]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Estado");
     this.hbox3.Add(this.label4);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label4]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.comborol = global::Gtk.ComboBox.NewText();
     this.comborol.WidthRequest = 150;
     this.comborol.Name         = "comborol";
     this.hbox3.Add(this.comborol);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.comborol]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox4.Add(this.hbox3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox3]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     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("Agregar rol");
     this.vbox4.Add(this.button6);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.button6]));
     w9.Position = 2;
     w9.Fill     = false;
     this.Add(this.vbox4);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.Show();
     this.button6.Clicked += new global::System.EventHandler(this.OnBtnAgregarRolClicked);
 }
예제 #59
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.CategoryProperties
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.CategoryProperties";
     // Container child LongoMatch.Gui.Component.CategoryProperties.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame4            = new global::Gtk.Frame();
     this.frame4.Name       = "frame4";
     this.frame4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child frame4.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.table2               = new global::Gtk.Table(((uint)(3)), ((uint)(4)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.colorbutton1          = new global::Gtk.ColorButton();
     this.colorbutton1.CanFocus = true;
     this.colorbutton1.Events   = ((global::Gdk.EventMask)(784));
     this.colorbutton1.Name     = "colorbutton1";
     this.table2.Add(this.colorbutton1);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table2 [this.colorbutton1]));
     w1.LeftAttach  = ((uint)(3));
     w1.RightAttach = ((uint)(4));
     w1.XOptions    = ((global::Gtk.AttachOptions)(4));
     w1.YOptions    = ((global::Gtk.AttachOptions)(0));
     // 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.hotKeyLabel           = new global::Gtk.Label();
     this.hotKeyLabel.Name      = "hotKeyLabel";
     this.hotKeyLabel.LabelProp = global::Mono.Unix.Catalog.GetString("none");
     this.hbox5.Add(this.hotKeyLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.hotKeyLabel]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.changebuton              = new global::Gtk.Button();
     this.changebuton.CanFocus     = true;
     this.changebuton.Name         = "changebuton";
     this.changebuton.UseUnderline = true;
     this.changebuton.Label        = global::Mono.Unix.Catalog.GetString("Change");
     this.hbox5.Add(this.changebuton);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.changebuton]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     this.table2.Add(this.hbox5);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox5]));
     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)(0));
     // 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("<b>Name:</b>");
     this.label1.UseMarkup = true;
     this.table2.Add(this.label1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.label1]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.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("<b>Color:</b>    ");
     this.label4.UseMarkup = true;
     this.table2.Add(this.label4);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2 [this.label4]));
     w6.LeftAttach  = ((uint)(2));
     w6.RightAttach = ((uint)(3));
     w6.XOptions    = ((global::Gtk.AttachOptions)(4));
     w6.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("<b>HotKey:</b>");
     this.label6.UseMarkup = true;
     this.table2.Add(this.label6);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table2 [this.label6]));
     w7.TopAttach    = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((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("<b>Lead time:</b>");
     this.label7.UseMarkup = true;
     this.table2.Add(this.label7);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2 [this.label7]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.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("<b>Lag time:</b>");
     this.label8.UseMarkup = true;
     this.table2.Add(this.label8);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach   = ((uint)(2));
     w9.RightAttach  = ((uint)(3));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.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>Sort Method</b>");
     this.label9.UseMarkup = true;
     this.table2.Add(this.label9);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2 [this.label9]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.LeftAttach   = ((uint)(2));
     w10.RightAttach  = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.lagtimebutton          = new global::Gtk.SpinButton(0, 100, 1);
     this.lagtimebutton.CanFocus = true;
     this.lagtimebutton.Name     = "lagtimebutton";
     this.lagtimebutton.Adjustment.PageIncrement = 1;
     this.lagtimebutton.ClimbRate = 1;
     this.lagtimebutton.Numeric   = true;
     this.table2.Add(this.lagtimebutton);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.lagtimebutton]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(3));
     w11.RightAttach  = ((uint)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.leadtimebutton          = new global::Gtk.SpinButton(0, 100, 1);
     this.leadtimebutton.CanFocus = true;
     this.leadtimebutton.Name     = "leadtimebutton";
     this.leadtimebutton.Adjustment.PageIncrement = 1;
     this.leadtimebutton.ClimbRate = 1;
     this.leadtimebutton.Numeric   = true;
     this.table2.Add(this.leadtimebutton);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.leadtimebutton]));
     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 table2.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.table2.Add(this.nameentry);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2 [this.nameentry]));
     w13.LeftAttach  = ((uint)(1));
     w13.RightAttach = ((uint)(2));
     w13.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.sortmethodcombobox = global::Gtk.ComboBox.NewText();
     this.sortmethodcombobox.AppendText(global::Mono.Unix.Catalog.GetString("Sort by name"));
     this.sortmethodcombobox.AppendText(global::Mono.Unix.Catalog.GetString("Sort by start time"));
     this.sortmethodcombobox.AppendText(global::Mono.Unix.Catalog.GetString("Sort by stop time"));
     this.sortmethodcombobox.AppendText(global::Mono.Unix.Catalog.GetString("Sort by duration"));
     this.sortmethodcombobox.Name   = "sortmethodcombobox";
     this.sortmethodcombobox.Active = 3;
     this.table2.Add(this.sortmethodcombobox);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2 [this.sortmethodcombobox]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.LeftAttach   = ((uint)(3));
     w14.RightAttach  = ((uint)(4));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(0));
     this.GtkAlignment1.Add(this.table2);
     this.frame4.Add(this.GtkAlignment1);
     this.GtkLabel1           = new global::Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Properties</b>");
     this.GtkLabel1.UseMarkup = true;
     this.frame4.LabelWidget  = this.GtkLabel1;
     this.vbox2.Add(this.frame4);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame4]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame3            = new global::Gtk.Frame();
     this.frame3.Name       = "frame3";
     this.frame3.ShadowType = ((global::Gtk.ShadowType)(1));
     // 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.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.subcategoriestreeview1          = new global::LongoMatch.Gui.SubCategoriesTreeView();
     this.subcategoriestreeview1.CanFocus = true;
     this.subcategoriestreeview1.Name     = "subcategoriestreeview1";
     this.GtkScrolledWindow.Add(this.subcategoriestreeview1);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w19.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // 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.subcatnameentry               = new global::Gtk.Entry();
     this.subcatnameentry.CanFocus      = true;
     this.subcatnameentry.Name          = "subcatnameentry";
     this.subcatnameentry.IsEditable    = true;
     this.subcatnameentry.InvisibleChar = '•';
     this.GtkAlignment4.Add(this.subcatnameentry);
     this.frame1.Add(this.GtkAlignment4);
     this.GtkLabel3           = new global::Gtk.Label();
     this.GtkLabel3.Name      = "GtkLabel3";
     this.GtkLabel3.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Subcategory name</b>");
     this.GtkLabel3.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel3;
     this.hbox3.Add(this.frame1);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.frame1]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child hbox3.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.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.subcatcombobox      = new global::Gtk.ComboBox();
     this.subcatcombobox.Name = "subcatcombobox";
     this.GtkAlignment5.Add(this.subcatcombobox);
     this.frame2.Add(this.GtkAlignment5);
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Subcategory type</b>");
     this.GtkLabel4.UseMarkup = true;
     this.frame2.LabelWidget  = this.GtkLabel4;
     this.hbox3.Add(this.frame2);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.frame2]));
     w25.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.addbutton = new global::Gtk.Button();
     this.addbutton.TooltipMarkup = "Add this subcategory";
     this.addbutton.Sensitive     = false;
     this.addbutton.CanFocus      = true;
     this.addbutton.Name          = "addbutton";
     this.addbutton.UseUnderline  = true;
     // Container child addbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w26 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w27 = new global::Gtk.HBox();
     w27.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w28 = new global::Gtk.Image();
     w28.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     w27.Add(w28);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w30 = new global::Gtk.Label();
     w30.LabelProp    = global::Mono.Unix.Catalog.GetString("_Add subcategory");
     w30.UseUnderline = true;
     w27.Add(w30);
     w26.Add(w27);
     this.addbutton.Add(w26);
     this.hbox3.Add(this.addbutton);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.addbutton]));
     w34.Position = 2;
     w34.Expand   = false;
     w34.Fill     = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w35.Position = 1;
     w35.Expand   = false;
     w35.Fill     = false;
     this.GtkAlignment3.Add(this.vbox1);
     this.frame3.Add(this.GtkAlignment3);
     this.GtkLabel5           = new global::Gtk.Label();
     this.GtkLabel5.Name      = "GtkLabel5";
     this.GtkLabel5.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Subcategories</b>");
     this.GtkLabel5.UseMarkup = true;
     this.frame3.LabelWidget  = this.GtkLabel5;
     this.vbox2.Add(this.frame3);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame3]));
     w38.Position = 1;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.sortmethodcombobox.Changed += new global::System.EventHandler(this.OnSortmethodcomboboxChanged);
     this.nameentry.Changed          += new global::System.EventHandler(this.OnNameentryChanged);
     this.changebuton.Clicked        += new global::System.EventHandler(this.OnChangebutonClicked);
     this.colorbutton1.ColorSet      += new global::System.EventHandler(this.OnColorbutton1ColorSet);
     this.subcatcombobox.Changed     += new global::System.EventHandler(this.OnSubcatcomboboxChanged);
     this.addbutton.Clicked          += new global::System.EventHandler(this.OnAddbuttonClicked);
 }
예제 #60
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget ocmgtk.GarminEdgeWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "ocmgtk.GarminEdgeWidget";
     // Container child ocmgtk.GarminEdgeWidget.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(4)), ((uint)(3)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.descMode = global::Gtk.ComboBox.NewText();
     this.descMode.AppendText(global::Mono.Unix.Catalog.GetString("Cache Name"));
     this.descMode.AppendText(global::Mono.Unix.Catalog.GetString("Cache Code/Size/Hint"));
     this.descMode.AppendText(global::Mono.Unix.Catalog.GetString("Cache Code/Size/Type"));
     this.descMode.Name   = "descMode";
     this.descMode.Active = 0;
     this.table1.Add(this.descMode);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.descMode]));
     w1.TopAttach    = ((uint)(2));
     w1.BottomAttach = ((uint)(3));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(3));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fileButton          = new global::Gtk.Button();
     this.fileButton.CanFocus = true;
     this.fileButton.Name     = "fileButton";
     // Container child fileButton.Gtk.Container+ContainerChild
     this.image3        = new global::Gtk.Image();
     this.image3.Name   = "image3";
     this.image3.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu);
     this.fileButton.Add(this.image3);
     this.table1.Add(this.fileButton);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.fileButton]));
     w3.TopAttach    = ((uint)(3));
     w3.BottomAttach = ((uint)(4));
     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.fileEntry               = new global::Gtk.Entry();
     this.fileEntry.CanFocus      = true;
     this.fileEntry.Name          = "fileEntry";
     this.fileEntry.Text          = "/media/GARMIN/Garmin/GPX/geocaches.gpx";
     this.fileEntry.IsEditable    = true;
     this.fileEntry.InvisibleChar = '•';
     this.table1.Add(this.fileEntry);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.fileEntry]));
     w4.TopAttach    = ((uint)(3));
     w4.BottomAttach = ((uint)(4));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.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("Waypoint Name Format:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Waypoint Description Format:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w6.TopAttach    = ((uint)(2));
     w6.BottomAttach = ((uint)(3));
     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("GPX Output File:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w7.TopAttach    = ((uint)(3));
     w7.BottomAttach = ((uint)(4));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.limitCheck               = new global::Gtk.CheckButton();
     this.limitCheck.CanFocus      = true;
     this.limitCheck.Name          = "limitCheck";
     this.limitCheck.Label         = global::Mono.Unix.Catalog.GetString("Limit Number of Geocaches");
     this.limitCheck.Active        = true;
     this.limitCheck.DrawIndicator = true;
     this.limitCheck.UseUnderline  = true;
     this.table1.Add(this.limitCheck);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.limitCheck]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.limitEntry               = new global::Gtk.Entry();
     this.limitEntry.CanFocus      = true;
     this.limitEntry.Name          = "limitEntry";
     this.limitEntry.Text          = "1000";
     this.limitEntry.IsEditable    = true;
     this.limitEntry.InvisibleChar = '•';
     this.table1.Add(this.limitEntry);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.limitEntry]));
     w9.LeftAttach  = ((uint)(1));
     w9.RightAttach = ((uint)(3));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nameMode = global::Gtk.ComboBox.NewText();
     this.nameMode.AppendText(global::Mono.Unix.Catalog.GetString("Cache Code"));
     this.nameMode.AppendText(global::Mono.Unix.Catalog.GetString("Cache Name"));
     this.nameMode.Name   = "nameMode";
     this.nameMode.Active = 0;
     this.table1.Add(this.nameMode);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.nameMode]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.fileButton.Clicked += new global::System.EventHandler(this.OnFileClick);
 }